@import "../../../atlanta/assets/css/style.min.css";


@media (min-width: 980px){

    .container{
        max-width: 1270px;
    }

}


/* Header
-------------------------------------- */

/* Logo */

.logo-img a > img{
    max-width: 180px;
}

/* Menu */

.sf-menu li.active,
.sf-menu li:hover,
.sf-menu li.current-menu-item,
.sf-menu li.current-menu-parent,
.sf-menu li.current-menu-ancestor,
.sf-menu li.current_page_item,
.sf-menu li.current_page_paren,
.sf-menu li.current_page_ancestor{
    border-color: transparent !important;
}

.sf-menu li a{
    padding: 0 1.2em 0 0 ;
    font-size: 15px;
}

.sf-menu li a:after{
    content: '|';
    padding-right: 1.2em;
    color: #b3b3b3;
    /*color: #00b050;*/
}

.sf-menu li:last-child a:after{
    content: '';
}

/* Page header */

#page-header.db-page-header{
    height: auto;
    line-height: inherit;
    text-align: center;
}

#page-header.db-page-header .db-page-header-inner{
    padding: 30px 0 40px;
}

#page-header.db-page-header h1{
    color: white;
    margin-bottom: 30px;
}

#page-header.db-page-header .breadcrumbs{
    max-width: 100%;
    width: 100%;
    margin-top: 25px;
}

/* Layout
-------------------------------------- */

/* Title section */

header.page-title h1:before,
.db-title h1:before,
.db-title h2:before{
    content: '|';
    padding-left: 20px;
}

header.page-title h1:after,
.db-title h1:after,
.db-title h2:after{
    content: '|';
    padding-right: 20px;
}


/* Footer
-------------------------------------- */

#footer #sidebar-footer{
    padding: 50px 0 25px;
}

#footer .container{
    max-width: 1100px;
}


/* Widgets */

#footer #sidebar-footer section.widget:nth-child(1){
    width: 28%;
}

#footer #sidebar-footer section.widget:nth-child(2){
    width: 60%;
    float: left;
}

/* First widget */

.db-logo-footer{
    display: block;
    margin-bottom: 25px;
}

.db-logo-footer img{
    max-width: 200px;
}

/* Second widget */

#footer .db-contact-details{
    padding-bottom: 40px;
    margin: 25px 0 -5px 15px;
    border-bottom: 1px solid #ccc;
}

#footer .db-contact-details p{
    width: 50%;
    float: right;
    font-size: 20px;
}

#footer .db-contact-details p i{
    margin-left: 15px;
    font-size: 24px;
}

/* form */

#footer .gform_wrapper ul li.gfield{
    float: right;
    clear: none;
    width: 48%;
    margin-left: 2% !important;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    border: 2px solid #d30b0b;
}

#footer .gform_wrapper ul li.gfield:nth-child(3){
    clear: both;
}

#footer .gform_wrapper ul li.gfield input,
#footer .gform_wrapper ul li.gfield textarea{
    width: 100%;
    transition: all 0.3s ease-in-out;
}

#footer .gform_wrapper ul li.gfield textarea{
    height: 36px;
}

#footer .gform_wrapper .gform_footer input[type=submit],
input[type=submit]{
    border-radius: 0;
    padding: 12px 25px;
    margin-top: 10px;
    float: left;
    transition: all 0.3s ease-in-out;
    border-color: #00b050;
    background: #00b050;
    color: white;
}

#footer .gform_wrapper .gform_footer input[type=submit]:hover,
input[type=submit]:hover{
    border-color: #00743a;
}

.gform_confirmation_wrapper{
    margin-top: 60px;
    text-align: center;
    font-size: 22px;
}

#footer .gform_wrapper .gform_footer br{
    display: none;
}


/* Copyright
-------------------------------------- */

#copyright .footer-text-right.pull-right{
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-size: 14px;
}


/* Front page
-------------------------------------- */

.db-team .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{
    text-align: right;
}

.db-team h3 span{
    display: block;
    font-size: .7em;
    color: #818181;
    font-weight: 400;
}

.db-team{
    padding: 0 20px;
}

.db-team .elementor-image-box-content{
    /*padding: 0 15px 15px;*/
}


/* Accordion
-------------------------------------- */

.elementor-element .elementor-accordion .elementor-accordion-item{
    border: 0;
    border-bottom: 1px solid #00b050;
    padding: 10px 0;
}

.elementor-element .elementor-accordion .elementor-accordion-item:first-child{
    border-top: 1px solid #00b050;
}

.elementor-element .elementor-accordion .elementor-accordion-title{
    transition: all 0.3s ease-in-out;
}

.elementor-element .elementor-accordion .elementor-accordion-title:hover{
    color: #00b050;
}

.elementor-element .elementor-accordion .elementor-accordion-content{
    border: 0;
}


/* Page
-------------------------------------- */

#primary #content #main{
    margin: 50px 0 80px;
}

body.rtl #primary #content #main.sidebar-right{
    border: 0;
    padding-left: 60px;
}

body:not(.elementor-page) article.hentry p,
body:not(.elementor-page) article.hentry span{
    font-size: 16px;
    line-height: 1.8em;
}

article.hentry h2{
    margin-top: 40px;
}

article.hentry h3{
    margin-top: 35px;
}

article.hentry h4,
article.hentry h5{
    margin-top: 30px;
}

article.hentry h2:first-child,
article.hentry h3:first-child,
article.hentry h4:first-child,
article.hentry h5:first-child{
    margin-top: 0;
}

article.hentry ol,ul{
    margin: 10px 0;
}

article.hentry li{
    margin-bottom: 10px;
}

aside#sidebar{
    margin: 20px 0 50px;
}


/* Sidebar */

#sidebar .widget,
#sidebar-footer .widget{
    margin-bottom: 40px;
}

.entry-meta,
.pb-widget-title,
.sd-title,
.title-comments,
.title-respond,
.widget-title{
    border: 0;
}

.pb-widget-title:before,
.sd-title:before,
.title-comments:before,
.title-respond:before,
.widget-title:before{
    border: 0;
    content: '|';
    padding-left: 1.2em;
    position: static;
}

.pb-widget-title:after,
.sd-title:after,
.title-comments:after,
.title-respond:after,
.widget-title:after{
    border: 0;
    content: '|';
    padding-right: 1.2em;
    position: initial;
    display: inline;
}

.entry-meta:before,
.entry-meta:after{
    display: none;
}

#sidebar .menu li,
#sidebar .menu li a{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#sidebar .menu li a:hover,
#sidebar .sub-menu li a:hover,
#sidebar .sub-page-menu li a:hover,
#sidebar .menu li.current_page_item > a,
#sidebar .sub-menu li.current_page_item > a,
#sidebar .sub-page-menu li.current_page_item > a,
#sidebar .menu li.current-menu-item > a,
#sidebar .sub-menu li.current-menu-item > a,
#sidebar .sub-page-menu li.current-menu-item > a{
    font-weight: 700;
}

body.rtl #sidebar .menu li a,
body.rtl #sidebar .sub-menu li a,
body.rtl #sidebar .sub-page-menu li a{
    padding: 1em 0 1em 0;
    border-width: 0;
    background: transparent;
}

body.rtl #sidebar ul li,
body.rtl #sidebar-footer ul li{
    list-style: none;
}

#sidebar .recent-post .media-heading,
#sidebar-footer .recent-post .media-heading{
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#sidebar .recent-post .media-heading:hover,
#sidebar-footer .recent-post .media-heading:hover{
    font-weight: bold;
}


/* Archive */

#primary #content #main .entry-meta{
    font-size: 1em;
}

body.rtl #primary #content #main .entry-meta .read-more{
    float: right;
}

.image-link .overlay-plus{
    background-color: rgba(0,176,80,0.6);
}


/* single */

#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url],
#commentform textarea {
    min-height: 30px;
    margin-bottom: 25px;
    width: 100%;
}


/* Modal */

.db-modal-button{
    margin: 0 auto;
    display: block;
    border: 0;
    background-color: transparent;
}

.db-modal-button:hover{
    background-color: transparent;
}

.db-modal-button .db-button-icon{
    font-size: 100px;
    color: #fff;
    opacity: .95;
    text-shadow: 3px 2px 24px rgba(0,0,0,.5);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.db-modal-button .db-button-icon:hover{
    opacity: .8;
    text-shadow: 3px 2px 30px rgba(0,0,0,.6);
}


#db-video-modal .modal-content{
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
}

.db-video-modal-content{
    position: relative;
}

.db-video-modal-content .close{
    position: absolute;
    top: -35px;
    color: black;
    opacity: 1;
    text-shadow: none;
    font-size: 35px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.db-video-modal-content .close:hover{
    background-color: transparent;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (min-width: 991px){

    #db-video-modal .modal-dialog{
        width: 900px;
    }

}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    opacity: 1;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom{
    margin: 0;
}

/* Fix elementor bug */

.elementor-page.modal-open .elementor-widget-wrap{
    z-index: auto;
}

.elementor-page.modal-open .sticky-header{
    z-index: 1020;
}



@media all and ( max-width: 767px ) {

    /* Typography */

    body h1{
        font-size: 26px;
    }

    body h2{
        font-size: 24px;
    }

    body h3{
        font-size: 20px;
    }

    body h4,
    body h5{
        font-size: 18px;
    }

    body:not(.elementor-page) article.hentry p,
    body:not(.elementor-page) article.hentry span{
        font-size: 15px;
        line-height: 1.7em;
    }


    /* Header */

    .logo .logo-img a > img{
        max-width: 150px;
    }


    /* Nav */

    button.navbar-toggle{
        border-color: transparent;
    }

    button.navbar-toggle:hover{
        background-color: transparent;
        border-color: transparent;
    }

    .navbar-toggle .icon-bar{
        border-radius: 0;
    }

    .navbar-toggle .icon-bar+.icon-bar{
        margin-top: 6px;
    }

    .nav-main .navbar-collapse .mobile-menu>li a{
        padding: 15px;
        display: block;
        border: 0;
        text-align: center;
    }

    .navbar-collapse{
        padding-bottom: 15px;
    }

    #page-header.db-page-header .db-page-header-inner{
        padding: 24px 0 32px;
    }

    #page-header.db-page-header h1{
        font-size: 26px;
        margin-bottom: 22px;
    }

    #page-header #breadcrumbs{
        display: block;
    }


    /* Front page section info */

    section.db-bg-img-color.elementor-element > .elementor-background-overlay{
        opacity: 0.8;
    }


    /* Footer */

    #footer #sidebar-footer section.widget:nth-child(1){
        width: 100%;
    }

    #footer #sidebar-footer section.widget:nth-child(2){
        width: 100%;
    }


    /* Page */

    body.rtl #primary #content #main.sidebar-right{
        padding-left: 15px;
    }

    #primary #content #main{
        margin: 30px 0;
    }

    aside#sidebar{
        margin: 0;
    }

    #sidebar .widget-title{
        font-size: 18px;
    }

    body.rtl #sidebar .menu li a,
    body.rtl #sidebar .sub-menu li a,
    body.rtl #sidebar .sub-page-menu li a{
        padding: .7em 0 .7em 0;
    }

    #footer .gform_wrapper .gform_footer input[type=submit], input[type=submit]{
        padding: 7px 25px;
    }

    #footer #sidebar-footer{
        padding: 10px 0 0;
    }

}

@media all and ( min-width: 481px ) and ( max-width: 767px ) {

    /* Front page theme section */

    .db-team{
        max-width: 50%;
    }


    body.rtl .media .pull-left{
        float: right !important;
         margin-left: 15px;
        width: 100%;
    }

}

@media all and ( max-width: 480px ) {

    /* Front page theme section */

    .db-modal-button .db-button-icon{
        font-size: 70px;
    }

    .db-team{
        max-width: 90%;
        margin: 20px auto 0;
    }


    /* Footer */

    #footer .gform_wrapper ul li.gfield{
        width: 100%;
        /*padding: 0;*/
    }

    #footer .db-contact-details{
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 30px 0;
    }

    #footer .db-contact-details p{
        float: none;
        font-size: 18px;
        margin-bottom: 25px;
        width: 100%;
    }

    #footer .db-contact-details p:nth-child(2){
        margin-bottom: 0;
    }

    #footer .db-contact-details p i{
        font-size: 22px;
    }


    div.gform_wrapper .top_label .gfield_label{
        font-size: 15px;
        margin-bottom: 0;
    }

    div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
        padding: 0px 4px;
    }

    /* page */

    .media .pull-left{
        max-width: 100%;
        margin-bottom: 15px;
    }

    div.elementor-element .elementor-accordion .elementor-accordion-item{
        padding: 0;
    }

    #footer .db-contact-details{
        margin: 25px 0 -5px 0;
    }

    html[dir=rtl] div.gform_wrapper{
        padding-right: 0;
    }

    html[dir=rtl] div.gform_footer,
    html[dir=rtl] div.gform_page_footer{

    }
}