/*
 Theme Name:     Claddagh Pub
 Theme URI:      https://www.elegantthemes.com/gallery/foxy/
 Description:    Theme for Claddagh Pubs Website
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
html .logo_container .logo_helper {
    display: none;
}
.container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
header#main-header {
    height: 100px;
}
html .et_header_style_left .logo_container {
    width: 70%;
    height: 100px;
    max-width: 304px;
}
html .et_header_style_left .logo_container > a {
    background: url(images/mobile-logo.png) no-repeat 0 center;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100px;
}
html .et_header_style_left .logo_container > a img, html #logo {
    display: none;
}
html .et_header_style_fullscreen .et_slide_in_menu_container {
    background: #141414 !important;
}
html .et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
    opacity: 1 !important;
}
html .et_header_style_fullscreen .et_slide_in_menu_container,
html .et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
html .et_pb_fullscreen_menu_opened .et_mobile_menu li {
    transition-delay: 0s !important;
}
html .et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a {
    font-style: italic;
}

#main-footer #menu-social-nav li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
}
#main-footer #menu-social-nav li:before {
    display: none;
}
#main-footer #menu-social-nav li a {
    font-size: 0;
}
#main-footer #menu-social-nav li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
}
#main-footer #menu-social-nav li.facebook a:before {
    content: "\f082";
}
#main-footer #menu-social-nav li.twitter a:before {
    content: "\f081";
}
#main-footer #menu-social-nav li.instagram a:before {
    content: "\f16d";
}

#main-footer #footer-info {
    color: #737373;
    padding: 0;
}
#main-footer #footer-info a {
    font-weight: normal;
    color: #737373;
}
#footer-bottom {
    font-size: 16px !important;
}
#footer-bottom .credits {
    text-align: center;
}
#footer-bottom .credits a {
    font-size: 14px;
}
#footer-bottom .credits a:hover {
    opacity: .75;
}

@media only screen and (max-width: 980px) {
    html #main-header .et_menu_container {
        height: 100px;
    }
    html .et_header_style_left #et-top-navigation, html .et_header_style_left .et-fixed-header #et-top-navigation {
        padding: 0 !important;
        right: 20px;
        top: 50%;
        position: absolute;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    html .et_header_style_left .mobile_menu_bar, html .et_header_style_split .mobile_menu_bar {
        width: auto;
        padding: 0;
    }
    html .mobile_menu_bar:before {
        color: #fff !important;
        font-weight: bold;
        font-size: 38px;
    }
    html .et_slide_in_menu_container #mobile_menu_slide li li a {
        opacity: 1;
    }
    div.utility {
        display: none;
    }
    .utility ul li.phone {
        font-family: 'Gravitas One',display;
        font-style: italic;
        padding: 25px 0 30px;
    }
    .utility ul li.phone a {
        color: #c99700 !important;
        font-size: 24px !important;
    }
    .utility ul li.button a {
        display:block;
        background: rgba(1,135,82,1);
        font-size: 18px !important;
        font-style: normal !important;
        line-height: 50px;
        height: 50px;
        padding: 0 30px !important;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        color: #fff;
        font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        opacity: 1 !important;
        -webkit-transition: all .15s linear;
        -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
        -o-transition: all .15s linear;
        transition: all .15s linear;
    }
    .utility ul li.button a:hover {
        background: rgba(1,135,82,.6);
    }
    #main-footer .footer-logo {
        width:80px;
        height: auto;
        position: absolute;
    }
    #main-footer #footer-widgets {
        padding: 40px 0 40px 100px;
    }
}
@media only screen and (min-width: 981px) {
    header#main-header {
        height: 100px;
        background: #141414;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    html .et-fixed-header#main-header {
        height: 75px;
    }
    html .et-fixed-header#main-header, html .et-fixed-header#main-header .nav li ul, html .et-fixed-header .et-search-form {
        background: #141414;
    }
    html .et-fixed-header#main-header #top-menu {
        padding-left: 275px !important;
    }
    html .et-fixed-header#main-header #logo {
        top: -100%;
        opacity: 0;
    }
    html .et-fixed-header#main-header .logo_container {
        background: url(images/mobile-logo.png) no-repeat 0 center;
        background-size: contain;
        display: block;
        height: 75px;
        width: 250px;
    }
    html .et_header_style_left #et-top-navigation, html .et_header_style_split #et-top-navigation {
        padding-top: 0 !important;
        padding-left: 176px !important;
    }
    html #top-menu {
        padding-left: 176px !important;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    html #top-menu li a {
        color: #fff;
    }
    html #top-menu li {
        -webkit-transition: all .15s linear;
        -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
        -o-transition: all .15s linear;
        transition: all .15s linear;
    }
    html #top-menu li a:hover {
        opacity: .7;
    }
    html #top-menu, html #top-menu-nav {
        line-height: 100px;
    }
    html .et-fixed-header#main-header #top-menu, html .et-fixed-header#main-header #top-menu-nav {
        line-height: 75px;
    }
    html .et_header_style_left #et-top-navigation nav>ul>li>a, html .et_header_style_split #et-top-navigation nav>ul>li>a {
        padding: 0;
        color: #fff !important;
    }
    html .et_header_style_left .logo_container {
        width: 146px;
        height: 197px;
    }
    html .et_header_style_left .logo_container > a {
        background: none;
        display: block;
        width: 146px;
        height: 197px;
    }
    html .et_header_style_left .logo_container > a img {
        width: 146px;
        height: 197px;
        display: block;
    }
    html #logo {
        width: 146px;
        height: 197px;
        display: block;
        position: relative;
        top: 0;
        opacity: 1;
    }
    html .et-fixed-header #top-menu a {
        color: #fff !important;
    }
    html #et-top-navigation {
        display: none;
    }
    .utility {
        float: right;
        display: block;
        position: absolute;
        right: 25px;
        top: 50%;
        padding-bottom: 4px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .utility ul li {
        float: none;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .et-fixed-header#main-header .utility ul li.phone {
        float: none;
    }
    .et-fixed-header#main-header .utility ul li.button {
        float: none;
    }
    .utility ul li.phone {
        font-family: 'Gravitas One',display;
        font-style: italic;
        font-size: 16px;
        padding-bottom: 5px;
    }
    .utility ul li.phone a {
        color: #c99700;
    }
    .utility ul li.button {
        padding-left: 0;
    }
    .utility ul li.button a {
        display:block;
        background: rgba(1,135,82,1);
        line-height: 32px;
        height: 32px;
        padding: 0 12px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        color: #fff;
        font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        -webkit-transition: all .15s linear;
        -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
        -o-transition: all .15s linear;
        transition: all .15s linear;
        text-align: center;
    }
    .et-fixed-header#main-header .utility ul li.button a {
        line-height: 32px;
        height: 32px;
    }
    .utility ul li.button a:hover {
        background: rgba(1,135,82,.6);
    }
    
    #top-menu li {
        padding-right: 10px;
        font-size: 19px;
    }
    
    #main-footer .footer-logo {
        width:146px;
        height: auto;
        position: absolute;
    }
    #main-footer #footer-widgets {
        padding: 48px 0 40px 200px;
    }
    #main-footer .footer-widget {
        color: #fff;
        width: 46.25%;
        margin: 0 7.5% 7.5% 0;
    }
    #main-footer .footer-widget:nth-child(2n) {
        margin-right: 0;
    }
    #main-footer #footer-widgets .footer-widget a:hover {
        opacity: .75;
    }
    
    #main-footer #footer-info {
        padding-bottom: 10px;
    }
    #footer-bottom .credits {
        float: right;
    }
    #footer-bottom .credits a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    #top-menu li {
        padding-right: 22px;
        font-size: 20px;
    }
    #top-menu li:last-child {
        padding-right: 0;
    }
    .utility {
        float: right;
        position: right;
        top: auto;
        padding: 0;
        right: 25px;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .utility ul li {
        float: left;
        line-height: 100px;
        height: 100px;
    }
    .et-fixed-header#main-header .utility ul li {
        line-height: 75px;
        height: 75px;
    }
    .utility ul li.phone {
        font-size: 20px;
        padding: 0;
    }
    .utility ul li.button {
        padding-left: 20px;
    }
    .utility ul li.button a {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        padding: 0 30px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .et-fixed-header#main-header .utility ul li.phone {
        font-size: 18px;
        float: left;
    }
    .et-fixed-header#main-header .utility ul li.button {
        float: left;
    }
    .et-fixed-header#main-header .utility ul li.button a {
        line-height: 40px;
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }
    
    #main-footer .footer-widget {
        color: #fff;
        width: 22.75%;
        margin: 0 3% 3% 0;
    }
    #main-footer .footer-widget:nth-child(2) {
        margin-right: 3%;
    }
    #main-footer .footer-widget.last {
        margin-right: 0;
    }
    
}

.et_pb_widget ul li.current-menu-item a {
    color: #018752;
}