/*
 Theme Name:   Ordo
 Theme URI:    https://ordo.pe/
 Author:       Guillermo Granda
 Author URI:   https://ordo.pe
 Description:  Ordo
 Template:     hestia
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hestia
 Tags:         blog, custom-logo, portfolio, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, footer-widgets, left-sidebar, right-sidebar, wide-blocks
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
	## Generic styles
	## Buttons and links
# Navigation
# Forms
# Pagination and navbar
# Typography
# Cards styling
# Tables
# Sections Styling
    ## Slider Section
    ## About Section
    ## Portfolio Section
    ## Contact Section
    ## Team Section
    ## Subscribe Section
# Footer
# Blog
	## Content
	## Sidebar
	## Attachment Page
# Woocommerce Integration
	## My Account Page
	## Generic
	## YITH Magnifier
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#main-navigation ul.nav > li:last-child > a {
    color: white;
    background-color: #FF9300;
    border: 3px solid #FF9300;
    border-radius: 18px;
    height: 36px;
    line-height: 0px;
    margin-top: 7px;
    box-sizing: border-box;
}
  
#main-navigation ul.nav > li:last-child > a:hover {
    color: #FF9300;
    background-color: white;
    opacity: 1;
    transition: .3s ease-in-out;
}
  
#main-navigation ul.nav > li:last-child > a:before {
    display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.wpforms-form .wpforms-field-large::placeholder, .wpforms-form .form-control::placeholder {
    color: #D8D8D8;
}