/*
Theme Name: Embarcadero Theme
Description: Custom child theme by Get Limerent
Author: Get Limerent
Author URI: http://www.getlimerent.com/
template: Divi
*/


/* COLORS:
			Dark Green: #3A4C48;
            Yellow: #bc8830 ;
            Dark Gray: #474747 ;
*/


@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('fonts/SweetSansPro-Bold.eot');
    src: url('fonts/SweetSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SweetSansPro-Bold.woff2') format('woff2'),
        url('fonts/SweetSansPro-Bold.woff') format('woff'),
        url('fonts/SweetSansPro-Bold.ttf') format('truetype'),
        url('fonts/SweetSansPro-Bold.svg#SweetSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('fonts/SweetSansPro-Regular.eot');
    src: url('fonts/SweetSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SweetSansPro-Regular.woff2') format('woff2'),
        url('fonts/SweetSansPro-Regular.woff') format('woff'),
        url('fonts/SweetSansPro-Regular.ttf') format('truetype'),
        url('fonts/SweetSansPro-Regular.svg#SweetSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('fonts/SweetSansPro-Light.eot');
    src: url('fonts/SweetSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SweetSansPro-Light.woff2') format('woff2'),
        url('fonts/SweetSansPro-Light.woff') format('woff'),
        url('fonts/SweetSansPro-Light.ttf') format('truetype'),
        url('fonts/SweetSansPro-Light.svg#SweetSansPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('fonts/SweetSansPro-Italic.eot');
    src: url('fonts/SweetSansPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/SweetSansPro-Italic.woff2') format('woff2'),
        url('fonts/SweetSansPro-Italic.woff') format('woff'),
        url('fonts/SweetSansPro-Italic.ttf') format('truetype'),
        url('fonts/SweetSansPro-Italic.svg#SweetSansPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/********************** TYPOGROPHY **********************/
h2, h3, h4 {
    font-family: 'Sweet Sans Pro','Verdana',Helvetica,Arial !important;
    text-transform: uppercase;
}

/*.et-pb-icon {
    font-family: ETmodules !important;
}

#sf-sidebar.sf-indicators .sf-sm-indicator i {
    font-family: 'sf-icomoon' !important;
}

body .fa {
    font-family: FontAwesome !important
}
*/


/********************** Structure / SECTIONS **********************/
body, #main-content, .et_pb_section {
    background-color: #F1EDE1;
}


/********************** HEADER **********************/
#top-menu li a {
    font-family: 'Sweet Sans Pro','Verdana',Helvetica,Arial;
}

.et_header_style_left #et-top-navigation nav#top-menu-nav>ul>li>a {
    padding: 37px 15px;
}

.et_header_style_left #et-top-navigation nav#top-menu-nav>ul>li {
    padding: 0;
    margin-top: -3px;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    right: -1px;
    position: relative;
    top: 2px;
}

div#et-top-navigation {
    padding-top: 0 !important;
}

.et_header_style_left #et-top-navigation nav#top-menu-nav>ul>li:last-of-type>a {
    background: #bc8830;
    padding: 37px;
    color: #ffffff !important;
}

.et_fullwidth_nav #main-header .container {
    padding-right: 0;
}

.et_pb_svg_logo #logo {
    max-height: 61px;
}

/********************** BUTONS **********************/
body #page-container .et_pb_button {
    font-family: 'Sweet Sans Pro','Verdana',Helvetica,Arial;
    padding: 12px 25px 10px !important;
}

/********************** HOME **********************/

ul.hotel-logos {
    display: flex;
    padding: 0;
    list-style-type: none;
}

ul.hotel-logos li {
    flex: 1;
    text-align: center;
    margin: 0 20px;
}

div#home-featured > article.one_half > .container {
    width: 50%;
    text-align: center;
    position: relative;
}

div#home-featured > article.one_half > .container:first-of-type:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0px;
    right: -100%;
    background: url(/../../uploads/indigo-hero.jpg);
    background-size: cover;
    background-position: center;
}

/********************** ABOUT **********************/
ul.our-values-ul li {
    margin-bottom: 15px;
    line-height: 1.4em;
}

ul.our-values-ul li:last-of-type {
    margin-bottom: 0;
}

/********************** PROJECTS **********************/
.et_pb_portfolio_grid .et_pb_portfolio_item img {
    object-fit: cover;
    width: 300px;
    height: 200px;
    max-width: 100%;
}

/********************** FOOTER **********************/
footer#main-footer {
    padding: 20px 0;
}

div#footer-bottom {
    display: none;
}

div#footer-widgets {
    padding: 0;
}

#footer-widgets .footer-widget {
    margin-bottom: 0;
}

ul#menu-footer-menu {
    font-family: 'Sweet Sans Pro','Verdana',Helvetica,Arial;
    list-style-type: none;
}

ul#menu-footer-menu li.menu-item {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
}

ul#menu-footer-menu li.menu-item:before {
    display: none;
}

ul#menu-footer-menu li.menu-item:after {
    content: "|";
    margin: 0 10px;
}

ul#menu-footer-menu li.menu-item:last-of-type:after {
    display: none;
}

/********************** MEDIA QUERIES **********************/
@media screen and (min-width: 981px) {
    .nav li ul.sub-menu {
        top: 90px;
    }
    .nav li ul.sub-menu li > a {
        line-height: 18px;
    }
}

@media only screen and (max-width : 980px) {
    div#featured-hotels .et_pb_row.et_pb_row_2 .et_pb_column.et_pb_column_1_2:first-of-type > .et_pb_module.et_pb_text {
        position: relative;
        text-align: center;
    }
}

@media only screen and (max-width : 766px) {
    div#featured-hotels .et_pb_row.et_pb_row_2 .et_pb_column.et_pb_column_1_2:nth-of-type(2) > .et_pb_module.et_pb_text:after {
        display: none;
    }
    div#featured-hotels .et_pb_row.et_pb_row_2 .et_pb_column.et_pb_column_1_2:nth-of-type(2) > .et_pb_module.et_pb_text {
        width: 100%
    }
    div#featured-hotels .et_pb_row.et_pb_row_2 .et_pb_column.et_pb_column_1_2:nth-of-type(2) > .et_pb_module.et_pb_text:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0,0,0,0.63);
        top: 0;
        left: 0;
    }
    div#featured-hotels .et_pb_row.et_pb_row_2 .et_pb_column.et_pb_column_1_2:nth-of-type(2) > .et_pb_module.et_pb_text:nth-of-type(1) {
        background: url(../../uploads/society-hotel-1.jpg);
        background-size: cover;
        background-position: center;
    }
    div#featured-hotels .et_pb_row.et_pb_row_2 .et_pb_column.et_pb_column_1_2:nth-of-type(2) > .et_pb_module.et_pb_text:nth-of-type(2) {
        background: url(../../uploads/the-dundee.jpg);
        background-size: cover;
        background-position: center;
    }
    ul.hotel-logos {
        display: block;
    }
    ul.hotel-logos li {
        max-width: 200px;
        margin: 30px auto;
    }
}

