/* LICENSE & DETAILS
   ==================================================

	Theme Name: Uplift Child Theme
	Theme URI: https://uplift.swiftideas.com/
	Description: An Incredible Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: uplift
	Version: 1.2
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
html .full-center #header nav.std-menu ul.menu > li > a {
    padding: 0 23px;
}

nav ul.menu > li.asociate-button > a{
    color: white;
    background-color: #25a1ca;
    border: 2px solid #008eaa;
    overflow: visible;
    position: relative;
    left: 9px;
}

.full-center nav#main-navigation ul.menu > li.asociate-button > a::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #008eaa;
    position: absolute;
    bottom: 0;
    left: 0;
}


html .page-heading .heading-text, .fancy-heading .heading-text {
    text-align: left;
}

html .full-center #main-navigation ul.menu > li > ul.sub-menu {
    top: 59px !important;
}

html body nav#main-navigation ul.menu > li {
    height: 77px;
}

html body p {
    line-height: 24px;
    font-size: 16px;
    margin: 0 0 24px;
}

h2, h3, h4, h5, h6, li, a {
    font-family: 'dinnextlpro-regular', serif !important;
}

a.sf-button {
    font-size: 14px;
    border-radius: 2px;
    padding: 16px 36px;
    letter-spacing: normal;
}

html body .full-center nav#main-navigation ul.menu > li.menu-item {
    float: none;
    margin-right: 0;
}

.fa.fa-black-tie{
    font-family: "Font Awesome 5 Brands", serif !important;
}

html body .sf-icon-flags-spain:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(http://www.autocontrol.es/wp-content/themes/uplift-child/img/es.png);
    background-position: center center;
    background-size: contain;
    position: relative;
    top: 3px;
}

html .modal .modal-dialog{
    position: unset;
    margin: 5% auto !important;
}

html body #TB_window {
 width: unset !important;
 height: unset!important;
}
