/*
	Theme Name: The Hideout Theme
	Theme URI: http://www.thehideout.co.uk
	Description: Custom Hideout theme for Clients
	Author: The Hideout
	Author URI: http:http://www.thehideout.co.uk
	Version: 2.0
*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.captionBox {
    position: relative;
    padding-top: 200px;
    font-family: 'Lato', sans-serif;
    font-size: 44px;
    font-weight: 100;
    text-transform: uppercase;
    display: block;
    text-decoration: underline;
}

.slide-caption2:after {
    content: '';
    background-color: #FFFFFF;
    height: 2px;
    width: 100%;
    display: block;
}

.page-title-nue {
    font-size: 35px;
}

.spacer-nue {
    height: 20px;
    display: inline-block;
}

.spacer-nue-large {
    height: 50px;
    display: inline-block;
}

.maintext {
    text-align: left;
}

.maintext p {
    font-size: 18px;
}

.paddedBox {
    padding: 5px;
}

.noPadding {
    padding: 0px;
}

.CTABoxes img {
    visibility: hidden;
}

.CTABoxes .backgroundCTA {
    background-size: 100% 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.videoPageCol {
    display: none;
}

.videoPageCol1,
.videoPageCol2,
.videoPageCol3,
.videoPageCol4 {
    margin-bottom: 20px;
    display: none;
}

.loadMoreButton {
    margin-bottom: 20px;
}

#installationTitle {
    margin-bottom: 40px;
}

.caption {
    width: 100%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 60px!important;
    pointer-events: auto;
}

.dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0 0;
    opacity: 0;
    top: 0;
    margin-top: 0px!important;
    background-color: rgba(255, 255, 255, 0.95)!important;
    display: block;
    pointer-events: none;
    border-radius: 0px 10px 10px 10px!important;
    min-width: 230px!important;
    max-width: 660px;
    transition: all 0.5s ease-in-out;
}

.dropDownLarge .dropdown-menu li {
    width: 200px;
}

.dropDownLarge .dropdown-menu {
    width: 800px;
}

.dropDownMedium .dropdown-menu li {
    width: 170px;
}

.dropDownMedium .dropdown-menu {
    width: 383px;
}

.dropDownSingle .dropdown-menu {
    width: 111px;
    border-radius: 0px 0px 10px 10px!important;
    min-width: unset!important;
}

.dropDownSmall .dropdown-menu li {
    width: 120px;
}

.dropDownSmall .dropdown-menu {
    width: 251px;
}

.dropdown-menu a {
    border: hidden 0px!important;
    color: #00447c!important;
    background-color: transparent!important;
    margin: 0px;
    padding: 0 10px!important;
    min-width: 145px;
}

.dropdown-menu li {
    margin: 0px!important;
    height: 35px!important;
}

.dropdown:hover>a {
    background-color: rgba(255, 255, 255, 0.95)!important;
    border: solid 2px transparent!important;
    color: #00447c;
    padding-bottom: 56px!important;
    border-radius: 10px 10px 0 0;
}

.dropdown-menu .active {
    background-color: transparent!important;
}

@media (min-width:768px) {
    .hideDesktop {
        display: none!important;
    }
    .navbar-collapse.collapse {
        float: left;
    }
}

@media (max-width: 995px) {
    header .header__bottom__pullright ul {
        display: initial!important;
    }
}

@media (max-width: 991px) {
    #image-col {
        width: 25%;
    }
    .fancybox-image {
        width: 100%!important;
        height: auto!important;
    }
    .fancybox-inner {
        width: 80%!important;
        height: auto!important;
    }
    .wb-homepage-3 .latest-project-widget {
        top: 385px;
    }
    .blog-widget .container {
        top: 300px;
        margin-bottom: 300px;
    }
}

@media (max-width: 456px) {
    #image-col {
        width: 100%;
    }
    .fancybox-image {
        width: 100%!important;
        height: auto!important;
    }
    .fancybox-inner {
        width: 100%!important;
        height: auto!important;
    }
}

.home-slider {
    background-color: #00447c;
}

.home-slider .img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all 1s ease-in-out;
}

.home-slider .slick-current .img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* -webkit-animation: zoomin 30s ease-in infinite; */
    /* animation: zoomin 30s ease-in infinite; */
    /* overflow: hidden; */
}


/* Zoom in Keyframes */

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}


/*End of Zoom in Keyframes */

#ourWorkSlickSlider .slick-slide {
    height: auto!important;
}

.fancybox-wrap {
    top: 0px!important;
    left: 0!important;
    background: transparent!important;
    width: 100%!important;
    height: 100%!important;
    position: fixed!important;
}

.fancybox-inner {
    margin: auto;
}

.fancybox-skin {
    background: transparent!important;
}

.fancybox-next {
    right: 0px!important;
}

.fancybox-prev {
    left: 0px!important;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 6%;
    min-width: 40px;
    height: 100%;
    cursor: pointer;
    display: table;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

@media (min-width: 991px) {
    .fancybox-skin {
        top: 50px;
        margin: auto;
        max-width: 80%;
        display: grid;
        vertical-align: middle;
        height: 100%!important;
    }
}

@media (max-width: 780px) {
    .blog-widget .container h3 {
        margin-top: 50px;
    }
}

.fancybox-skin {
    top: 50px;
    margin: auto;
    max-width: 80%;
}

.notification-popup.hide-popup {
    height: 70px!important;
}

.slide2 {
    height: auto!important;
    padding: 5px;
}

.slide2.slick-current {
    background-color: #00447c;
}

.slide2 .img {
    height: auto!important;
}

.slide2,
.slide2 .img {
    opacity: 1!important;
}

.img img {
    position: initial!important;
    height: 100px;
}

#featured-slider .slick-slide {
    height: auto!important;
}

.featured-box {
    min-height: 400px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: transparent!important;
}

.slide2 {
    cursor: pointer;
}

.btnPlay {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 14%;
}

.fancybox-inner {
    position: inherit!important;
}

.fancybox-outer {
    position: absolute!important;
    height: 100%;
    width: 100%;
}

.slick-arrow {
    visibility: hidden;
    margin-top: -40px;
}

.slick-arrow:after {
    visibility: visible;
}

.homeVideoSlider {
    height: 230px!important;
}

.homeVideoSlider .homeVideoSlider-navImg {
    object-fit: contain;
}

.homeVideoSlider-playBtn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

.homeVideoSlider-flexBox {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.homeVideoSlider-flexBox img {
    max-height: 100px;
}


/* .homeVideoSlider {
	margin-top: 20px;
} */

.homeVideoSlider-nav {
    position: absolute;
    margin-top: 20px;
}

.homeVideoSlider-nav .homeVideoSlider-navImg {
    height: auto;
    margin: 5px;
}

.homeVideoSlider-nav .homeVideoSlider-navImg img {
    width: 100%;
    height: auto;
}

.homeVideoSlider-nav .homeVideoSlider-navImg p {
    margin-top: 0;
    font-size: 13px;
}

.homeVideoSlider-navImg {
    cursor: pointer;
}

.homeVideoActive {
    border: 1px solid red;
}

.homepageVideos {
    margin-top: 20px;
}

.slick-slider .slick-arrow:after {
    font-size: 25px;
    font-weight: bold;
    color: #00447C;
}

.slick-slider .slick-prev:after {
    position: absolute;
    right: 80px;
    top: 50px;
}

.slick-slider .slick-next:after {
    position: absolute;
    left: 80px;
    top: 50px;
}


/* .main-body .container {
	padding-bottom: 50px;
} */

.wpml-ls-link {
    padding: 8px!important;
}

.wpml-ls-legacy-list-horizontal {
    position: absolute;
    border: none!important;
    padding-bottom: 15px!important;
    top: -3px;
}

.widget-title {
    padding-top: 40px;
}

@media (min-width: 768px) {
    #specBlindsTopSec {
        height: auto;
        min-height: 60vh;
    }
}

#specBlindsTopSec .container {
    margin-top: 70px;
}

.latest-project-widget .inner-text {
    margin-top: 40px;
}

.latest-project-widget {
    max-height: unset;
    height: 70vh;
}

.latest-project-widget .img {
    height: 100%;
}

.maintext p {
    line-height: 29px;
}

#fabrics-bottom-text {
    margin-bottom: 55px;
}

.buttons-widget {
    padding-top: 30px;
}

.wb-fire-smoke-protection .doc-down-widget {
    margin-top: 20px!important;
    margin-bottom: 20px;
}

.tess660 {
    margin-right: 1px;
}

.tess660rf {
    margin-left: 2px;
    padding-left: 12px;
    padding-right: 19px;
}


/*.page-template-page-shapelistings figure.img {
	background-image: none!important;
}*/


/* #specBlindSec {
	background: url("http://gd.ts4.link/img/top-curve-white.png") no-repeat !important;
	min-height: 100px;
	top: 0px;
	background-size: 100% 100%;

} */


/*#specBlindsTopSec:after {
 content:" ";
 background-image: url("img/top-curve-white.png");
}*/

body.wb-homepage-3 .latest-project-widget {
    clip-path: url(#clip1);
    -webkit-clip-path: url(#clip1);
    transform: translateZ(0);
}

body.wb-homepage-3 .image-slider-widget {
    position: relative;
    z-index: 0;
    clip-path: url(#clip2);
    -webkit-clip-path: url(#clip2);
    overflow: hidden;
}

.home .footer {
    margin-top: -30px;
    padding-top: 30px;
}

.header .header__top {
    height: auto!important;
    min-height: 34px;
}

@media (min-width: 768px) {
    .mob-menu-btn {
        display: none;
    }
}

@media (max-width: 1400px) {
    .shyLogo img {
        max-height: 15px!important;
        margin-top: 15px;
    }
    .drawer .social-media {
        display: none!important;
    }
    .mob-menu-btn {
        display: block;
    }
    .main-nav .sub-menu {
        margin-top: 0px!important;
    }
    .main-nav .sub-menu li a:before {
        content: "- ";
    }
    .main-nav .sub-menu li a {
        font-size: 12px;
        color: #8fc9e6!important;
    }
    .hideDesktop {
        display: none!important;
    }
    .drawer .main-nav li a {
        color: #FFF!important;
    }
    .main-nav {
        overflow-y: auto!important;
        max-height: 80vh;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main-nav ul li {
        width: 100%!important;
        text-align: left;
    }
    .afterNav:after {
        content: "⇅ Scroll Through Menu";
        text-align: center;
        color: #FFF;
        display: block;
        position: absolute;
        bottom: 10px;
        width: 100%;
    }
    .drawer .main-nav .sub-menu li {
        margin: 0px!important;
    }
    .drawer {
        z-index: 99999999;
    }
}

.latest-project-widget {
    position: initial;
    top: 0px!important;
    min-height: 400px;
}

.latest-project-widget .img {
    background-size: cover;
}

@media (max-width: 424px) {
    .latest-project-widget {
        max-height: unset!important;
        height: 600px!important;
    }
    .latest-project-widget .img {
        max-height: unset!important;
        height: 600px!important;
    }
}

@media (max-width: 991px) {
    .blog-widget .container {
        top: 0px!important;
        margin-bottom: 0px!important;
    }
}

.stop-scrolling .notification-popup {
    z-index: -1!important;
}


/* Repsonsive changes */

@media (max-width: 768px) {
    .header__top {
        margin-top: 0px!important;
    }
    .header__top span {
        display: none;
    }
    .slick-slider .slick-dots {
        bottom: 45px;
    }
    body.wb-homepage-3 .latest-project-widget {
        clip-path: unset!important;
        -webkit-clip-path: unset!important;
        transform: none!important;
    }
    body.wb-homepage-3 .image-slider-widget {
        position: relative;
        z-index: 0;
        clip-path: unset!important;
        -webkit-clip-path: unset!important;
        overflow: hidden;
    }
    .home-slider {
        clip-path: unset!important;
        -webkit-clip-path: unset!important;
        transform: none!important;
        /* margin-bottom: 20px; */
    }

    .home .under-slider {
        padding-top: 30px;
    }

    body.page-template-page-products #tb-page-title {
        padding-bottom: 30px;
    }

    body.page-template-page-products #pr-header-products h6 {
        display: none;
    }

    body.page-template-page-products .masterCol {
        border-right: 0;
    }

    .home-slider:after {
        background: transparent!important;
        height: 20px;
    }
    body.wb-shading-for #wrap>section.main-body h1:before {
        background: transparent!important;
    }
    .masthead-slider:after {
        background: transparent!important;
    }
    .listing-filter-widget:before {
        background: transparent!important;
        position: relative;
        margin-bottom: 38px;
    }
    .homeVideoSlider-flexBox img {
        max-height: 50px!important;
    }
    .maintext p {
        text-align: center;
    }
    .homeVideoSlider {
        height: 170px!important;
    }
    .afterNav {
        width: 100%;
        background-image: #00447c;
    }
    .productsBtn {
        width: auto!important;
    }
    .btnPlay img {
        width: 80px;
    }
}

.drawer .main-nav {
    top: 135px!important;
    left: 0!important;
    padding: 85px 0px 0px 25px!important;
    -webkit-transform: none!important;
    transform: none!important;
    z-index: 9999;
}

.productsCol {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}

.productSpecificBtn {
    width: auto;
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 5px;
}

section.main-body .widget-container {
    /* margin-bottom:60px; */
}

.standard-widget {
    margin-top: 40px!important;
}

.page-template-page-shapelistings .main-body .img {
    height: 0px;
}

.home section.main-body .widget-container {
    margin-bottom: 60px;
    min-height: 750px;
}

@media(max-width: 965px) {
    .navbar-nav {
        margin-top: 20px;
    }
}

@media(max-width: 620px) {
    .home section.main-body .widget-container {
        min-height: 450px;
    }
}

@media(max-width: 1400px) {
    #collapse-1 {
        display: none!important;
    }
    .mob-menu-btn {
        display: block!important;
    }
}


/* Responsive changes END */


/* Language CSS */

.wpml-ls-item a {
    padding-top: 14px!important;
}

.wpml-ls-item .dropdown-menu a {
    padding-top: 0px!important;
}

.wpml-ls-item .dropdown-menu {
    max-width: 58px;
    min-width: auto!important;
    border-radius: 0px 0px 10px 10px!important;
}

.wpml-ls-item .dropdown-menu a {
    min-width: 58px;
    text-align: center;
}

.fr.page-template-page-applicationlistings .button-cont a:last-child,
.de.page-template-page-applicationlistings .button-cont a:last-child {
    display: none!important;
}

@media (max-width: 1400px) {
    .wpml-ls-menu-item.menu-item-has-children {
        position: fixed;
        z-index: 99999;
        top: 0px;
    }
    .main-nav .wpml-ls-item a {
        float: left;
    }
    .main-nav .wpml-ls-item .sub-menu li a {
        margin-left: 14px;
    }
    .main-nav .wpml-ls-item .sub-menu li a:before {
        content: "";
    }
    .main-nav .wpml-ls-item ul {
        float: left;
        margin-right: 10px;
    }
    .main-nav .wpml-ls-item .sub-menu li {
        display: inline;
        margin-left: 10px!important;
    }
    .main-nav .wpml-ls-item .sub-menu {
        margin-top: 0px!important;
    }
}

.fr .dropDownSmall .dropdown-menu {
    width: 180px;
    min-width: auto!important;
}

.de .dropDownSmall .dropdown-menu {
    width: 190px;
    min-width: auto!important;
}

.fr .dropDownMedium .dropdown-menu {
    width: 226px;
    min-width: auto!important;
}

.de .dropDownMedium .dropdown-menu {
    width: 244px;
    min-width: auto!important;
}

.fr .dropDownLarge .dropdown-menu {
    width: 335px;
}

.de .dropDownLarge .dropdown-menu {
    width: 255px;
}


/* Language end */

.wb-bespoke-blinds .slick-slide .img {
    background-position-y: -159px;
}

.wb-bespoke-blinds .page-title {
    margin-top: 100px!important;
}

body.wb-homepage-3 footer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    height: 100px;
    z-index: -1;
    background-color: transparent!important;
}

.shyLogo{
    float: right;
    max-height: 29px;
}
.shyLogo img{
    max-height: 50px;
}

header .header__bottom__pullright ul li:last-child a{
    padding: 0px 18px;
}

.fr .header .header__bottom__pullright ul li a,
.fr .header.resize .header__bottom__pullright ul li a {
    font-size: 11px!important;
}

.de .header .header__bottom__pullright ul li a,
.de .header.resize .header__bottom__pullright ul li a {
    font-size: 12px!important;
}

.page-template-page-tensionblinds.fr .product-widget--button,
.page-template-page-tensionblinds.de .product-widget--button {
    display: none;
}

body.fr .download-center-widget--specifications-techniques .flex-list a .no-img:after {
    content: "\e6d8"!important;
}

body.de .download-center-widget--technische-spezifikationen .flex-list a .no-img:after {
    content: "\e6d8"!important;
}

.download-center-widget--brochures-fr .flex-list a .no-img:after {
    content: "\e6d6";
}

.download-center-widget--datasheets-fr .flex-list a .no-img:after {
    content: "\e6d8";
}

.download-center-widget--plans-dinstallation .flex-list a .no-img:after {
    content: "\e62d";
}

.download-center-widget--manuels-dinstallation .flex-list a .no-img:after {
    content: "\e715";
}

.download-center-widget--specs-fr .flex-list a .no-img:after {
    content: "\e6cb";
}

.download-center-widget--installmanuals-fr .flex-list a .no-img:after {
    content: "\e715";
}

.download-center-widget--manuels-dentretien .flex-list a .no-img:after {
    content: "\e718";
}

.download-center-widget--terms-fr .flex-list a .no-img:after {
    content: "\e6dc";
}

.download-center-widget--terms-and-conditions-of-sale-fr .flex-list a .no-img:after {
    content: "\e613";
}

.download-center-widget--datasheet-fr .flex-list a .no-img:after {
    content: "\e6d8";
}

.download-center-widget--product-overview-fr .flex-list a .no-img:after {
    content: "\e6d4";
}

.download-center-widget--order-forms-fr .flex-list a .no-img:after {
    content: "\e6d1";
}

.download-center-widget--brochures-de .flex-list a .no-img:after {
    content: "\e6d6";
}

.download-center-widget--datasheets-de .flex-list a .no-img:after {
    content: "\e6d8";
}

.download-center-widget--installdrawings-de .flex-list a .no-img:after {
    content: "\e62d";
}

.download-center-widget--specs-de .flex-list a .no-img:after {
    content: "\e6cb";
}

.download-center-widget--installmanuals-de .flex-list a .no-img:after {
    content: "\e715";
}

.download-center-widget--maintenance-de .flex-list a .no-img:after {
    content: "\e718";
}

.download-center-widget--terms-de .flex-list a .no-img:after {
    content: "\e6dc";
}

.download-center-widget--terms-and-conditions-of-sale-de .flex-list a .no-img:after {
    content: "\e613";
}

.download-center-widget--datasheet-de .flex-list a .no-img:after {
    content: "\e6d8";
}

.download-center-widget--product-overview-de .flex-list a .no-img:after {
    content: "\e6d4";
}

.download-center-widget--order-forms-de .flex-list a .no-img:after {
    content: "\e6d1";
}

.button-wrap {
    margin-bottom: 15px;
}

.page-id-2567 .sub-nav__wrap,
.page-id-6013 .sub-nav__wrap {
    display: none;
}

.widget-slider:after {
    bottom: -2px;
}

.project-widget .flex-list a {
    width: 25%;
}

.header.blue {
    background-color: #00447c;
}

.projectLocation {
    color: #fff;
    margin-top: 5px;
    text-transform: capitalize;
}

.project-widget .flex-list a .start-text .text-inner h3 {
    font-weight: bold;
}

.page-template-page-projectlistings .listing-filter-widget:before,
.page-template-page-bloglistings .listing-filter-widget:before {
    background: none;
}

.page-template-page-projectlistings .listing-filter-widget--projects {
    padding-bottom: 60px;
}

.page-id-617 .page-title+.listing-filter-widget,
.page-id-617 .page-title+.listing-filter-widget--projects {
    margin-top: 0!important;
}

@media screen and (max-width: 992px) {
    .project-widget .flex-list a {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    body.blog-listing .blog-widget .flex-list a {
        width: calc(33% - 25px);
    }
}

body.blog-listing .blog-widget .flex-list a:nth-child(n + 3) {
    margin-top: 0;
}

body.blog-listing .blog-widget .flex-list a {
    margin-bottom: 50px;
}

.page-template-page-projectlistings .masthead-slider,
.page-template-page-bloglistings .masthead-slider,
.page-template-page-joblistings .masthead-slider,
.single-blog-post .masthead-slider,
.page-id-6241 .masthead-slider,
.page-template-page-job-single .masthead-slider {
    display: none;
}

.single-blog-post .widget-container+.page-title {
    margin-top: 140px!important;
}

.page-template-page-joblistings .page-title,
.page-id-6241 .page-title {
    margin: 170px auto 0;
}

.page-template-page-job-single .page-title {
    margin: 180px auto 0;
}


/* .page-template-page-projectlistings .masthead-slider,
.page-template-page-bloglistsings .masthead-slider,
.single-blog-post .masthead.slider {
	display: none;
} */


/* #childPagesNav::-webkit-scrollbar  {
    width: 0px;
    background: transparent; /* make scrollbar transparent 
} */

#childPagesNav .slick-slide {
    height: auto;
    width: auto;
    /* padding: 20px 10px; */
    text-align: center;
}

#childPagesNav .slick-slide a {
    font-size: 1.3em;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #childPagesNav .slick-slide a {
        font-size: 1.05em;
        font-weight: bold;
    }
}

#childPagesNav {
    padding: 20px 5px;
}

.wb-our-team #childPagesNav {
    display: none;
}

.wb-about-us .widget-container.standard-widget {
    padding-bottom: 35px;
}

.page-id-6377 .widget-title {
    padding-top: 90px;
}

.page-id-2567 .widget-title {
    margin-top: 30px!important;
}

.page-template-page-projects-new .page-title+.listing-filter-widget--projects,
.page-subtitle+.listing-filter-widget--projects,
.widget-container+.listing-filter-widget--projects,
.page-template-page-projects-new .widget-container+.page-title,
.widget-container+.page-subtitle,
.page-title+.listing-filter-widget,
.page-template-page-projects-new .page-title+.widget-container,
.page-subtitle+.widget-container {
    margin-top: 0!important;
}

.page-template-page-projects-new .masthead-slider,
.page-template-page-projects-new .listing-filter-widget:before {
    display: none!important;
}

.projectListingNew {
    width: 30%!important;
    margin: 15px!important;
}

@media screen and (max-width: 992px) {
    .projectListingNew {
        width: 90%!important;
    }
}


/* 
	Changes for the new project page layout
	Change .postid-7183 to .single-project when signed off
*/

.single-project .new-main-content .project-info-section {
    border-bottom: 2px solid #00447c;
    padding-bottom: 30px;
}

.single-project .new-main-content .project-info-section h3 {
    font-size: 18px;
    color: #000;
}

.single-project .new-main-content .project-info-section p {
    margin-top: 10px;
    font-size: 18px;
    color: #00447c;
    font-weight: bold;
}

.single-project .new-main-content {
    background-color: #fff;
    padding-top: 50px;
}

.single-project .new-main-content .masthead-slider:after {
    display: none;
}

.masthead-slider:after {
    bottom: -1!important;
    /* background: url('/hideout-app/app-uploads/2023/04/bottom-curve-white.png') no-repeat; */
    display: block;
    content: " ";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 32px;
    left: 0;
    right: 0;
    background: url('/app-uploads/2023/04/bottom-curve-white-2.png') no-repeat;
    background-size: 100% 100%;
}

.home-slider:after {
    content: " ";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 32px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: url('/app-uploads/2023/04/bottom-curve-white-2.png') no-repeat;
    background-size: 100% 100%;
}

.single-project .new-main-content .project-slider {
    width: 50%!important;
    height: 100%!important;
}

.single-project .new-main-content .description-container {
    padding-left: 60%!important;
}

.single-project .new-main-content .description-container p {
    font-weight: 400!important;
}

.single-project .new-main-content .description-container p {
    color: #000!important;
    font-size: 18px!important;
}

.single-project .new-main-content .project-full-size-img-widget {
    padding-bottom: 30px;
}

.single-project .new-main-content .the-challenge-sub-heading,
.single-project .new-main-content .the-solution-sub-heading {
    margin-top: 15px;
    font-size: 22px;
}

.single-project .new-main-content .the-challenge-header,
.single-project .new-main-content .the-project-intro,
.single-project .new-main-content .the-solution-header {
    font-weight: 400;
}

.single-project .new-main-content .quote-section {
    font-size: 20px;
    font-weight: bold;
}

.single-project .new-main-content .quote-section:before {
    content: url('/app-uploads/2021/07/Quotation-Symbol-PNG.png');
    position: absolute;
    left: -20px;
    top: -15px;
    width: 40px;
    height: 40px;
    transform: scale(.1);
}

.single-project .new-main-content .quote-section:after {
    content: url('/app-uploads/2021/07/Quotation-Symbol-PNG.png');
    position: absolute;
    right: -25px;
    bottom: -15px;
    width: 40px;
    height: 40px;
    transform: scale(.1) rotate(180deg);
}

.single-project .new-main-content iframe {
    margin: 30px 0;
    width: 100%;
}

@media screen and (max-width: 998px) {
    .single-project .new-main-content .project-info-section p {
        margin-bottom: 25px;
    }
    .single-project .new-main-content .project-slider {
        width: 90%!important;
        margin: auto;
        height: auto!important;
    }
    .single-project .new-main-content .slick-arrow {
        top: 50%!important;
    }
    .single-project .new-main-content .description-container {
        padding-left: 0!important;
    }
    .single-project .new-main-content .description-container p {
        font-size: 16px!important;
    }
    .single-project .new-main-content .project-details-section {
        padding-bottom: 15px!important;
    }
}

@media screen and (max-width: 768px) {
    .single-project .new-main-content .slick-arrow {
        top: 50%!important;
    }
}

.related-projects-container {
    background-color: #00447C;
    padding: 15px;
    margin: 15px 0;
}

.related-projects-section-header {
    color: #fff;
    padding-left: 15px;
}

.related-project-slide {
    background-repeat: no-repeat;
    max-height: 320px;
    background-position: center;
    background-size: cover;
    margin: 15px;
    padding: 0;
    display: flex!important;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.2s ease-in-out;
}

.related-project-slide:hover {
    transform: scale(1.05);
}

.related-project-slide .details h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.4;
    padding: 0 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.related-project-slide .details h4 {
    color: #fff;
    margin-top: 5px;
    text-transform: capitalize;
    padding: 0 15px;
}

.related-project-slide .details {
    margin-top: auto;
}

.related-project-slide .details .on-hover {
    display: none;
    padding: 15px;
    text-align: center;
}

.related-project-slide .details .on-hover h1 {
    padding: 0;
}

.related-project-slide .details .on-hover p {
    color: #fff;
    font-size: 16px;
}

.related-project-slider .slick-dots {
    display: none!important;
    opacity: 0!important;
    visibility: hidden!important;
}

.single-project .standard-widget {
    text-align: left;
}

.single-project .standard-widget .container {
    padding: 0 30px;
}

.related-project-overlay {
    background-image: linear-gradient(to bottom, rgba(0, 68, 124, 0) 0%, rgba(0, 68, 124, 0.8) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.project-gallery h1 {
    padding-left: 24px;
    margin-top: 30px;
}

.project-gallery {
    margin-top: 15px;
}

.project-gallery .gallery-item {
    min-height: 300px;
    margin: 5px 0;
    /* border: 4px solid #00447C; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 998px) {
    .related-project-slide {
        max-height: 400px;
    }
    .related-project-slide h1 {
        font-size: 1.2em;
    }
}

.page-template-page-downloadcentre .page-title {
    margin-bottom: 70px;
}

.new-project-title {
    margin-bottom: 30px;
}

body.single-project .project-details-section {
    padding: 80px 0 0 0;
}

.contact-cont.new {
    max-width: 770px;
    padding: 68px 70px;
    margin: 30px auto;
    background-color: #fff;
    border-top: 8px solid #00447c;
    box-shadow: 0px 0px 46px 0px rgb(0 0 0 / 15%);
}

.contact-cont.new .new-submit-button {
    z-index: 0;
    padding: 14px 68px;
    border-radius: 10px;
    margin: 0;
    cursor: pointer;
    border: 0;
    background: #3b8ede;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

.contact-cont.new .ff-el-form-control {
    width: 100%;
    border-radius: 0px;
    border: 2px solid #ebebeb;
    outline: 0;
    color: #959595;
    background: #ffffff;
    box-shadow: none !important;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px 11px;
    text-transform: none;
    font-weight: normal;
    -webkit-appearance: none;
    display: block;
}

.contact-cont.new h3 {
    text-transform: none;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #00447c;
}

.contact-cont.new label {
    width: 100%;
}

.contact-cont.new .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
}

.contact-cont.new .wpcf7-submit {
    z-index: 0;
    padding: 14px 68px;
    border-radius: 10px;
    margin: 0 auto;
    cursor: pointer;
    border: 0;
    background: #3b8ede;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}

.page-id-202 svg {
    display: none;
}

.twitter-embed {
    padding-left: 25px!important;
}

.footer .locations {
    padding-right: 25px!important;
    padding-left: 40px!important;
}

.footer .footer__middle .text {
    padding-right: 0!important;
}

.footer .footer__top {
    padding: 0px 0 36px;
}

.footer .footer__middle h6 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1;
    margin: 0 0 22px;
    color: #00447c;
    font-weight: 400;
}

.footer .footer__middle .social-media {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer__middle .social-media li {
    display: inline-block;
    vertical-align: top;
}

.footer .footer__middle .social-media li+li {
    margin-left: 14px;
}

.footer .footer__middle .social-media a {
    vertical-align: top;
    color: #00447c;
    font-size: 18px;
    line-height: 1;
}

.footer .footer__middle .social-media a i {
    line-height: 1;
    vertical-align: top;
}

.footer .footer__middle .social-media a:hover,
.footer__middle .social-media a:focus {
    color: #00447c;
}


/* .footer .footer__middle .locations__item:before {
    left: -10px;
    padding-left: 59px;
} */

.footer .container {
    padding-left: 0!important;
    padding-right: 0!important;
}

@media screen and (max-width: 998px) {
    .footer .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}

.page-id-7586 .cards-widget .flex-list,
.page-id-8337 .cards-widget .flex-list {
    justify-content: center;
}



.page-id-8154 a.button {
    padding: 15px 20px;
    width: calc(33.33% - 90px);
}

.page-id-8154 .button-wrap a i {
    font-size: 28px;
    font-weight: 400;
    margin-right: 20px;
}

.page-id-8154 .button-wrap a .text h3 {
    font-size: 18px;
}

.page-id-8154 .page-title {
    margin-top: 70px !important;
}

.page-id-8154 .standard-widget .col-md-8 {
    margin-top: 40px!important;
}

.page-id-8154 .standard-widget .col-md-8 h4,
.page-id-8154 .standard-widget .col-md-8 p {
    font-weight: 600;
}

.page-id-8154 .page-title {
    font-size: 32px;
}

.page-id-8214 a.button {
    padding: 15px 20px;
    width: calc(33.33% - 25px);
}

.page-id-8214 .button-wrap a i {
    font-size: 28px;
    font-weight: 400;
    margin-right: 20px;
}

.page-id-8214 .button-wrap a .text h3 {
    font-size: 18px;
}

.page-id-8214 .page-title {
    margin-top: 70px !important;
}

.page-id-8214 .standard-widget .col-md-8 {
    margin-top: 40px!important;
}

.page-id-8214 .standard-widget .col-md-8 h4,
.page-id-8214 .standard-widget .col-md-8 p {
    font-weight: 600;
}

.page-id-8214 .page-title {
    font-size: 32px;
}

.hand-shake-img {
    margin: auto;
    width: 80%;
}

/* .header {
    position:relative!important;
    z-index:99;
} */

.page-template-page-projectlistings .header, .project-template-default .header, .product-template-default .header{
    position:relative!important;
    z-index:99;
}

.main-body{
    /* background-color: #f2f9fe; */
    background-color: #fff;
}

.page-template-page-projectlistings .footer .footer__middle h6, .page-template-page-projectlistings .footer .footer__middle ul, .page-template-page-projectlistings .footer .footer__middle p, .page-template-page-projectlistings .footer__middle .locations__item,
.project-template-default .footer .footer__middle h6, .project-template-default .footer .footer__middle ul, .project-template-default .footer .footer__middle p, .project-template-default .footer__middle .locations__item,
.product-template-default .footer .footer__middle h6, .product-template-default .footer .footer__middle ul, .product-template-default .footer .footer__middle p, .product-template-default .footer__middle .locations__item{
 /* color:#FFF!important; */
 padding-top:20px;
}

.footer {
    padding: 20px 0 0 0;
}

.home-project-details {
    position: absolute;
    bottom: 0;
    padding: 15px;
    height: 100%;
    width: 81%;
    background-color: rgba(0, 68, 124, 0.7);
    border: 5px solid #fff;
    display: none;
    transition: all 0.3s ease-in-out;
}

.home-project-details p {
    font-size: 18px!important;
}

.home-project-details p span {
    font-size: 16px!important;
}

#ourWorkSlickSlider div a:hover .home-project-details  {
    display: block;
}

.download-center-widget--technical-specifications .flex-list a .no-img:after {
    content: "\e6d8"!important;
}

.fa.fa-twitter {
    display: none!important;
}

.header.resize{
    margin-top:0px!important;
}

.postid-8312 .project-details-section {
    padding-bottom: 0px!important;
}

.postid-8467 .button-wrap a {
    justify-content: center;
    margin: 10px;
    padding: 20px 20px;
    width: 500px;
}

.postid-8467 .button-wrap .icon{
    display: none!important;
}

.postid-8573 .project-details-section {
    padding: 80px 0 0px!important;
}

.office-moving{
    width: 100%;
    height: auto;
}

.single-project .widget-container {
    margin-top: 0!important;
}

.page-template-page-projectlistings .project-widget .start-text .text-inner h3 {
    text-transform: uppercase!important;
}

body.postid-8652 .masthead-slider .slide figure {
    background-image: url('/app-uploads/2023/04/Picture1.png')!important;
}

body.postid-8704 .masthead-slider .slide figure {
    background-image: url('/app-uploads/2023/04/Historisches-Gewächshaus-Graz_Head-image.jpg')!important;
}