/*  Main Content  */
#Content>.content_wrapper>.sections_group>.entry-content>.the_content>.section_wrapper>.the_content_wrapper {
    margin-bottom: 0;
}

/* Hide the imposed Google translation bar that appeared in the Feb 2023 GTranslate update */
iframe.skiptranslate { display: none; }

/*  HEADER AND HOMEPAGE CHANGES 2019  */

/* Header adjustments */
#Wrapper #Top_bar,
.header-stack #Wrapper #Top_bar {
    background: #fff;
    background: rgba(255, 255, 255, 1) !important;
}

.sticky-tb-color #Wrapper #Top_bar.is-sticky {
    background: #fff;
    background: rgba(255, 255, 255, 0.95) !important;
}

@media only screen and (min-width:768px) {
    #Top_bar:not(.is-sticky) #logo img {
        max-height: 84px !important;
    }
}

@media only screen and (max-width:767px) {

    #Wrapper #Top_bar,
    .header-stack #Wrapper #Top_bar {
        background: #fff;
        background: rgba(255, 255, 255, 0.93);
    }

    #Wrapper #Top_bar.is-sticky {
        background-color: rgba(0, 0, 0, 0.9) !important;
    }

    #Wrapper #Top_bar .contact_details.alt {
        bottom: 55px !important;
    }

    #Top_bar:not(.is-sticky) .top_bar_right_wrapper {
        top: 91px !important;
    }

    .mobile-header-mini #Top_bar:not(.is-sticky) a.responsive-menu-toggle {
        top: 88px !important;
        right: -25px;
        margin-right: 0 !important;
    }

    .mobile-header-mini #Top_bar #search_button {
        top: 3px;
    }

    #Top_bar.is-sticky a#search_button {
        top: 8px;
    }

    #Subheader {
        padding: 220px 0 80px;
    }
}

@media only screen and (max-width:1239px) {
    .header-stack #Top_bar:not(.is-sticky) .menu_wrapper a.responsive-menu-toggle {
        margin: 11px 35px 11px 0 !important;
    }
}

#Top_bar.is-sticky a#search_button {
    top: 10px;
}

@media (min-width:1200px) {
    #Top_bar.is-sticky a#search_button {
        top: 10px;
    }
}

@media (max-width:1023px) {
    #Wrapper #Header_wrapper {
        background-position: center center !important;
    }
}

@media only screen and (max-width:450px) {
    .mobile-header-mini #Top_bar:not(.is-sticky) #logo {
        height: 130px !important;
        line-height: 130px !important;
    }

    #Top_bar:not(.is-sticky) #logo img.logo-mobile {
        vertical-align: top;
    }

    #Top_bar:not(.is-sticky) .top_bar_right_wrapper {
        top: 98px !important;
    }

    .header-stack #Top_bar:not(.is-sticky) .menu_wrapper a.responsive-menu-toggle {
        top: 112px !important;
        right: 17%;
        right: calc((100vw - 274px)/2);
        margin: 0 -10px 0 0 !important;
    }
}

.header-stack #Wrapper #Top_bar .menu_wrapper {
    margin-top: -53px;
    float: right;
    transition: margin 0.15s ease-in-out;
}

.header-stack #Wrapper #Top_bar.is-sticky .menu_wrapper {
    margin-top: 4px;
}

#Wrapper #Top_bar .menu>li>a:after {
    top: -4px;
}

#Wrapper #Top_bar .contact_details.alt {
    bottom: 65px;
}

.header-stack #Wrapper #Top_bar .menu_wrapper:after {
    left: 0;
    bottom: 0;
}

#Top_bar .menu.menu-main {
    padding-right: 70px;
}

/* Adjust colour for white header */
#Wrapper #Top_bar .contact_details.alt .second-phone,
#Wrapper #Top_bar .contact_details.alt .second-phone>a,
#Top_bar .menu>li>a,
#Top_bar #menu ul .submenu .menu-toggle,
#Wrapper #Top_bar .switcher .selected a:after,
#Top_bar .top_bar_right a:not(.action_button),
#Top_bar .responsive-menu-toggle,
#Header_creative .creative-menu-toggle,
#Header_creative .responsive-menu-toggle {
    color: #000;
}

/* Adjust layout */
#Wrapper #Top_bar .contact_details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
#Wrapper #Top_bar .contact_details.alt .phone {
  font-size: 1.32em;
  margin-left: 10px;
  line-height: 26px;
}
#Wrapper #Top_bar .contact_details.alt .second-phone {
  margin-left: 10px;
  line-height: 26px;
  font-size: 1.24em;
}
#Wrapper #Top_bar .contact_details.alt .mail {
  text-transform: uppercase;
  padding-right: 10px;
  border-right: 1px solid;
  line-height: 26px;
  font-size: 1.1em;
}

@media only screen and (max-width:959px) {
  #Wrapper #Top_bar .contact_details.alt { display: none; }
  #Top_bar a.responsive-menu-toggle {
    position: absolute !important;
    top: 30px;
  }
  .header-stack #Top_bar .top_bar_right {
    top: 26px;
  }
}

#menu>ul>li>a,
.action_button,
#overlay-menu ul li a {
    font-weight: 500;
    letter-spacing: 1.5px;
}

/* Translation widget adjustments */

/*@media only screen and (min-width: 1240px) {

    #gtranslate_wrapper .switcher .selected .open,
    #gtranslate_wrapper .switcher .selected a:hover {
        color: transparent;
    }

    #gtranslate_wrapper .switcher .selected a img {
        position: absolute;
        top: 10px;
        right: 26px;
    }

    #gtranslate_wrapper .switcher {
        width: 50px;
    }

    #gtranslate_wrapper .switcher .option {
        left: auto;
        right: 0;
        top: 45px;
    }
}

.is-sticky .hover .switcher .selected {
    background: transparent;
}

.menu-item.menu-item-gtranslate.last {
    position: absolute !important;
    right: 25px;
    bottom: 15px;
}

.is-sticky .menu-item.menu-item-gtranslate.last {
    right: -35px;
    bottom: 16px;
}

.switcher {
    font-family: "Montserrat", Arial, Tahoma, sans-serif !important;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width: 150px;
    line-height: 24px;
}

.switcher a {
    text-decoration: none;
    display: block;
    font-size: 1em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.switcher a img {
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}

.switcher a,
.switcher a img {
    transition: opacity 0.3s linear, color 0.3s linear;
}

.switcher .selected img {
    opacity: 0;
}

.switcher a:hover img,
.switcher .selected a.open img,
.switcher .selected a:hover img {
    opacity: 1;
}

.switcher .selected {
    background: transparent;
    position: relative;
    z-index: 9999;
}

.switcher .selected a {
    border: none;
    background: none;
    color: rgba(255, 255, 255, 0);
    padding: 3px 22px 3px 10px;
    width: auto;
    text-align: right;
    box-sizing: border-box;
}

.switcher .selected a:after {
    display: block;
    border: none;
    color: #fff;
    height: 16px;
    width: 18px;
    line-height: 16px;
    position: absolute;
    font-size: 18px;
    top: 0.5em;
    right: 0px;
    margin-right: 0;
    content: '57e';
    font-family: 'FontAwesome5';
    font-style: normal;
    transition: transform 0.3s linear;
    background: none !important;
}

.switcher .selected a.open:after {
    transform: rotate(180deg);
}

.switcher .selected a.open,
.switcher .selected a:hover {
    background: transparent;
    color: #000;
}

.switcher .option {
    position: absolute;
    z-index: 9998;
    border: none;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    width: 200px;
    max-height: 80vh;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.5s linear;
}

.fusion-is-sticky .switcher .option {
    opacity: 0;
}

.switcher .option a {
    color: #000;
    padding: 3px 10px;
}

.switcher .option a:hover {
    color: #fff;
    background: #000;
}

.switcher .option a.selected {
    color: initial;
    background: initial;
}

.switcher .option a.selected img {
    opacity: 0.8;
}

#selected_lang_name {
    float: none;
}

.l_name {
    float: none !important;
    margin: 0;
}

.switcher .option::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.switcher .option::-webkit-scrollbar {
    width: 5px;
}

.switcher .option::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #888;
}*/

/* Team Sections */
#Wrapper #Top_bar .contact_details.alt .mail a {
    color: #1d2731;
}

.team .phone,
.team .phone a,
.team .email,
.team .email a {
    color: #1d2731;
    font-weight: 500;
}

.team .phone+.email {
    margin-top: -10px;
}

.team.team_circle .image_frame.photo {
    width: 180px;
    height: 180px;
}

/* Call to Action */
#c2a #black-studio-tinymce-4 {
    padding-bottom: 0;
    margin-top: 0;
}

/* Service Links */
@media screen and (min-width:1200px) {
    #our_services .service-links>.vc_column_container {
        width: 12.5%;
        padding: 0;
    }

    #our_services .service-links:nth-child(2):after {
        display: none;
    }

    #our_services .service-links .photo_box .image_wrapper,
    #our_services .service-links .photo_box .image_wrapper a:before {
        width: 100%;
        height: 100%;
        max-width: 200px;
    }

    #our_services .service-links:nth-child(3)>.vc_column_container>.vc_column-inner {
        padding-top: 35px;
    }
}

@media screen and (max-width:767px) {

    #our_services .service-links>.vc_column_container.residential>.vc_column-inner,
    #our_services .service-links>.vc_column_container.lifestyle>.vc_column-inner {
        padding-top: 0;
    }
}

@media screen and (max-width:530px) {
    #our_services .service-links>.vc_column_container.commercial>.vc_column-inner {
        padding-top: 0;
    }
}

@media only screen and (max-width:1239px) and (min-width:1200px) {
    #our_services {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width:1239px) and (min-width:960px) {

    .section_wrapper,
    .container,
    .with_aside .content_wrapper {
        max-width: 1080px;
    }
}

/*----------------------------------------------------------------*/