/*
Theme Name: Valen - Child
Description: Valen - Sport, Fashion WooCommerce WordPress Theme
Author: snstheme
Theme URI: http://themeforest.net/collections/5409167-wordpress
Author URI: http://snstheme.com
Version: 1.0
Template: valen
Text Domain: valen-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Reset */
#sns_footer {
	display: none;
}
#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar .wpb_wrapper .sns-social-links {
	display: none !important;
}
#sns_header .menu-sidebar .sidebar-content .mid-menu-sidebar {
    display: flex;
    align-items: center;	
    justify-content: center;
}
.vc_row[data-vc-full-width] {
    padding-left: 5vw;
    padding-right: 5vw;
}
.vc_row[data-vc-full-width].vc_row-no-padding {
    padding: 0;
}
.no-title-margin #sns_breadcrumbs {
    margin-bottom: 0 !important;
    z-index: 9;
}
body.header-style1 #sns_header .main-header.keep-menu {
	z-index: 99;
}
/* Font overrides */
body{
	font-family: neue-haas-grotesk-display, sans-serif !important;
font-style: normal;
	font-weight: 100;}
p {
    font-size: 2rem;
}
/* Form*/

input[type="tel"], label#filesbutton {
    border-radius: 5px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: #666;
    border: 1px solid #eaeaea;
    box-shadow: none 3px 3px 3px #888;
    vertical-align: middle;
}
label#filesbutton {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

label#filesbutton::after {content: "Browse";
    background: #085389;
    color: #fff;
    border-radius: 5px;
    height: 70%;
    width: auto;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    font-size: 1.9rem;}

input[type="tel"]:focus, input.input-text:focus, label#filesbutton:hover, label#filesbutton:focus {
    color: inherit;
    box-shadow: none 3px 3px 3px #888;
    border-color: #ccc;
}
.f-row {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.wpcf7-form .wpcf7-textarea {
    margin-bottom: 0;
}

label#filesbutton {
    margin-top: 10px;
}
.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form .your-message .wpcf7-textarea {
    margin-bottom: 0;
}

.f-row {
    min-height: 45px;
    margin-top: 20px;
}
input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 35px;
    bottom: 0;
    transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    width: 40%;
    white-space: unset;
}

.f-row {
    min-height: 45px;
    padding: 0 35px;
    margin-top: 20px;
}

label.checkbox-cnt {font-weight: 700;font-size: 2.3rem;}

input::placeholder, textarea::placeholder, #filesbutton {
    color: #b9b9b9 !important;font-weight: 700;
}
/* Pretty photo */
.pp_right, .pp_left, .pp_top .pp_middle, .pp_bottom .pp_middle {
    background: none !important;
}

div.pp_default .pp_content {
    background-color: #000;
    border: 5px solid #000;
    border-radius: 5px;
   }
/* Custom checkbox */
/* The container */
label.checkbox-cnt {
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30%;
	justify-content: space-between;
	align-items: center;
}

/* Hide the browser's default checkbox */
label.checkbox-cnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  right: 0;
  height: 25px;
  min-width: 25px;
  width: 25px;
  border: 1px solid #7b7a7a;
  border-radius: 5px;
  background-color: transparent;
}

/* On mouse-over, add a grey background color */
label.checkbox-cnt:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
label.checkbox-cnt input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the checkmark/indicator */

label.checkbox-cnt .checkmark:after {
  display: block;
  width: px;
  height: 0px;
  border-width: 0 1.5px 1.5px 0;
  background: url(https://optimafoundations.com/wp-content/uploads/2019/11/check-symbol.svg) center/contain no-repeat;
  bottom: 0;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    opacity: 0;
}
@keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}
label.checkbox-cnt input:checked ~ .checkmark {
	    opacity: 1;
    stroke-dashoffset: 0;
} 
/* Show the checkmark when checked */
label.checkbox-cnt input:checked ~ .checkmark:after,
label.checkbox-cnt.checked .checkmark:after {
	    width: 130%;
    height: 130%; 
	opacity: 1;
}
/* V2 Checkbox 
polyline.tick.path {
    transform: scale(3.25);
    transform-origin: center;
    z-index: 9999;
}
svg#tick {
    width: 25px;
    background: #fdfdfd;
    border: 1px solid;
    border-radius: 5px;
    height: 25px;
    overflow: visible;
}
.tick {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
  -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
  -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
  -o-transition: stroke-dashoffset 1s 0.5s ease-out;
  transition: stroke-dashoffset 1s 0.5s ease-out;
}

polyline.tick.path.drawn {
  opacity: 1;
  stroke-dashoffset: 0;
}
 END CHECKBOX */
div.wpcf7 .ajax-loader {
    display: none;
}
/*
input.wpcf7-form-control.wpcf7-submit:HOVER {
    width: 100%;
    height: 100%;
    /* position: absolute; *//*
}*/

input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    width: 40%;
	white-space: unset;
}
.remove-h-spacing {
	padding: 0;
	margin: 0;
}
/* Menu */
#sns_mainmenu ul.navbar-nav.main-cat > li.menu-item > a span {
    color: #15837C;
    font-weight: 600;
    text-transform: capitalize;
}
.top-menu .nav>li>a {
    padding: 5px;
    color: #15837C;
    font-weight: 600;
}
#sns_header .header-right .inner h3.phone{
	margin: 0;
}
#sns_header .header-right .inner h3.phone a{
    color: #15837C;
    margin: 0;
    font-size: 3.5rem;
	white-space: nowrap;
}

#sns_header .header-right .inner h4.email a {
    color: #085389;
    margin: 0;
    font-size: 1.5rem;
}

#sns_header #sns_mainmenu ul.navbar-nav.main-cat > li.menu-item {
    padding: 0 0;
    margin: 0 15px;
}

.container.main-menu .row {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.container.top-menu {
    display: flex;
    justify-content: flex-end;
}

.container.top-menu #top_menu.navbar-nav>li {
    padding: 0;
}
body.header-style1 #sns_header .main-header.keep-menu #sns_mainmenu ul.navbar-nav.main-cat {
	padding: unset;
}
#sns_header .main-header .row > div, #main_menu_cats {
    padding-top: 0 !important;
}
body.header-style3 #sns_header .main-header.keep-menu,
body.header-style1 #sns_header .main-header.keep-menu {
	z-index: 999;
}
.menu-sidebar.hidden-lg {
    align-self: center;
    height: 100%;
}

.header-right.col-lg-2.col-md-6.col-xs-6.col-phone-12 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.vc_custom_heading.have-zigzag-teal:before {
    background: url(https://optimafoundations.com/wp-content/uploads/2019/11/teal-zig-zag.svg) center/contain no-repeat;
      content: "";
    display: block;
    width: 85px;
    height: 26px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 42.5px);
}
body.no-breadcrumb #sns_content {
	margin-top: 0 !important;
}
#sns_slideshow {
	padding-bottom: 0 !important;
}

@media screen and (min-width: 480px) {
body.theme-valen.header-style1 #sns_header .main-header.keep-menu #sns_mainmenu,
body.theme-valen.header-style1 #sns_header .main-header.keep-menu .header-right,
body.theme-valen.header-style1 #sns_header .main-header.keep-menu .header-logo,
body.theme-valen.header-style3 #sns_header .main-header.keep-menu #sns_mainmenu,
body.theme-valen.header-style3 #sns_header .main-header.keep-menu .header-right,
body.theme-valen.header-style3 #sns_header .main-header.keep-menu .header-logo,
	body.theme-valen #sns_mainmenu ul.navbar-nav.main-cat.visible-lg,
	body.theme-valen #sns_header .main-header.keep-menu #sns_mainmenu ul.visible-lg.navbar-nav.main-cat{
    padding: 0 !important;
}
.container.main-menu .row {
    min-height: 115px;
}
}

.sns-cat-info .cat-info h4.cat-title {
    font-size: 2.85em;
    text-transform: capitalize;
}

/* Expand header - Increase logo size */
.logo-retina img {
	width: 80% !important;
}

@media (min-width: 1440px) {
/*body.header-style1 #sns_header .main-header.keep-menu {
    padding-left: calc(50% - 720px + 15px);
    padding-right: calc(50% - 720px + 15px);
	}*/
	body.header-style1 #sns_header .main-header .container {
    width: 100%;
	}
body.header-style1 #sns_header .main-header.keep-menu {
    padding-left: 100px;
    padding-right: 100px;
}
	.sns-cat-info .cat-info h4.cat-title {
	padding: 0 100px;
}
	
}
/* Categories */
.sns-cat-info .cat-info .cat-prd-num {
    display: none;
}



.sns-cat-info .cat-info .cat-title a {
    color: #fff;
}
.white-bck .sns-cat-info .cat-info .cat-title a {
    color: #3A3A3A;
}
/* Breadcrumbs */
.brochure-download {content: "";background: url(https://optimafoundations.com/wp-content/uploads/2019/11/Group-20-1.png) right center/contain no-repeat;display: block;height: 200px;width: 450px;position: absolute;right: 0;bottom: -100px;transition: all 0.3s linear;}
.brochure-download:hover {
    opacity: 0.93;
}

div#sns_breadcrumbs.wrap {
    position: relative;
    background-size: cover;
    background-position: center;
}


div#breadcrumbs {
    display: none;
}

h1.page-header span {
    background: #15837C;
    color: #fff;
    padding: 25px 50px;
}

h1.page-header {
    font-size: 4em;
}
#sns_header .menu-sidebar > .tongle:before {
    font-weight: 900 !important;
    color: #085689 !important;
}
div#sns_breadcrumbs {
    height: 450px;
    display: flex;
    align-items: center;
}
.case-studies #sns_breadcrumbs,
.single-post #sns_breadcrumbs {
    background: url(https://optimafoundations.com/wp-content/uploads/2019/11/Markington-ready-for-concrete.jpg) center/cover no-repeat;
}
.case-studies #sns_breadcrumbs .inner::before {
    content: "Case Studies";
    font-size: 8rem;
    margin: 0 0 10px;
    border: none;
    font-weight: bold;
    position: relative;
    background: #15837C;
    color: #fff;
    padding: 25px 50px;
}

.single-post #sns_breadcrumbs .inner::before {
    content: "Blog";
    font-size: 8rem;
    margin: 0 0 10px;
    border: none;
    font-weight: bold;
    position: relative;
    background: #15837C;
    color: #fff;
    padding: 25px 50px;
}
/* Video */
.sns-popup-video {
    height: 480px !important;
}
a.btn-popupvideo {
    background: url(/wp-content/uploads/2019/11/Group-28.svg) center/contain no-repeat !important;
}

a.btn-popupvideo i {
    display: none !important;
}

a.btn-popupvideo {
    font-size: 0;
    width: 84px;
    height: 84px;
}

a.btn-popupvideo:hover {
    opacity: 0.7;
}
/* Portfolio */
.vc_is-hover .overlay {
    background: linear-gradient(117deg, #16948E, #085389);
    opacity: 0.9 !important;
    background-blend-mode: multiply;
}

.vc_basic_grid .vc_custom_heading.side.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    color: #fff;
    transform: rotate(-90deg) !important;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    transform-origin: center;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 1.5em;
    font-weight: 600;
    padding: 0 25px;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    float: unset;
    height: -webkit-fill-available;
    width: 100%;
}

.vc_basic_grid .vc_gitem-zone-b .vc_gitem-zone-mini, 
.vc_basic_grid .vc_gitem_row.vc_row.vc_gitem-row-position-top {
    height: 100%;
}



/* 404 page */
.error404 {
    background: url(https://optimafoundations.com/wp-content/uploads/2019/11/404.jpg) center/cover no-repeat;
}

.error404 .sns-notfound-content img {
    display: none;
}

.error404 footer {
    display: none;
}

.error404 .sns-notfound-page .notfound-title {
    font-size: 14em;
    margin: 0;
    line-height: 1em;
}

.error404 .sns-notfound-page .sns-notfound-content .home-back {
    margin: 0;
}
/* Site Footer */
.site-footer {
    background: #085389;
    padding: 3vh 10vw;
    color: #fff;
}

.footer_area_2 h3, .footer_area_2 ul li a {
    color: #fff;
}

.footer_area_2 ul {
    list-style: none;
    padding: 0;
}

.footer_area_2 {
    text-align: center;
}

.footer_area_2 ul li {
    padding: 0;
}

.footer_area_3 img {
    padding: 25px 50px;
    position: relative;
    background: #fff;
    box-sizing: content-box;
    height: 60px !important;
    width: auto;
	object-fit: contain;
}

span.f-contact {
    display: flex;
    justify-content: space-between;
}
/* Single line testimonial fix */
.sns-carousel[data-type='h-s'] .slider-nav-wrap {
    bottom: 130px !important;
}
.footer-widget-areas.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media screen and (max-width: 500px) {
	.sns-carousel[data-type='h-s'] .slider-nav-wrap {
    bottom: 104px !important;
}
	div#sns_breadcrumbs.wrap {
    margin-top: 55px;
}
	.page-id-1138 div#sns_breadcrumbs {
    background-position: center !important;
}
}
/* Whoosh */
.wpcf7-form-control-wrap {
	font-weight: 700;
}
span.whoosh::after {
    content: "";
    background: url(https://optimafoundations.com/wp-content/uploads/2019/11/Icon-metro-rocket.png) center/contain no-repeat;
    transform: rotate(45deg);
    width: 100px;
    height: 100px;
    margin: 20px;
}
span.whoosh {
    width: 100%;
    height: 100%;
    top: 0;
    left: -999px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
	opacity: 0;
	transition: all 0.3s linear;
}

.whoosh.submitted {
	left: 0px;
	opacity: 1;
}
input.wpcf7-form-control.wpcf7-submit.submitted {
    width: 100%;
    height: 100%;
    background: #085389;
    color: transparent;
    border-radius: 100px;
}

span.whoosh.submitted {
    z-index: 999;
}
span.reset {
    color: #fff;
    z-index: 999;
    font-size: 2em;
    padding: 0px 50px;
    cursor: pointer;
}
span.whoosh.reset.submitted {
    transform: none;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-weight: 500;
    text-transform: none;
    font-size: 3rem;
    padding: 35px 70px;
}

span.whoosh.reset.submitted::after {
    content: none;
}
.btn-case-studies a {
    background: #fff;
	background-image: none !important;
	background: #fff !important;
    border-radius: 15px !important;
    text-transform: lowercase !important;
    color: #000 !important;
    font-size: 1.6rem !important;
    padding-top: 0;
    padding-bottom: 0;
	font-weight: 900;
    padding: 7px 20px !important;

}
.mobile-brochure {
	display: none;
}
/* Media Queries */
@media screen and (min-width: 991px) {
	#sns_breadcrumbs.wrap {
    margin-top: 115px !important;
}
}
@media screen and (max-width: 767px) {
    .wpb_row .wpb_column > .vc_column-inner {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
}
	  .wpb_row.vc_row-no-padding .wpb_column > .vc_column-inner {
    padding-left: 0vw !important;
    padding-right: 0vw !important;
}
	.wpb_row.vc_row-no-padding .wpb_column > .vc_column-inner.vc_custom_1573643858478 {
    padding: 0 5vw !important;
}
	h1.page-header span {
		background: unset;
    color: unset;
    padding: unset;
	}
	h1.page-header {
		background: #15837C;
    color: #fff;
    padding: 25px;
	}
	label.checkbox-cnt {
		width: 50%;
	}
	.f-row {
    padding: 0;
}
	/* Popup video */
	#pp_full_res iframe {
    width: 100%;
    height: auto;
}
	.pp_pic_holder.pp_default {
    width: 90vw !important;
    height: auto !important;
    left: 5vw !important;
}
	.pp_content {
    height: auto !important;
}
	.sns-cat-info .cat-info h4.cat-title {
		padding: 0;
	}
span.whoosh.submitted {
    font-size: 4em;
}

span.whoosh.reset.submitted {
    font-size: 1em;
    top: 40%;
    transform: rotate(0deg);
}

span.whoosh.reset.submitted::after {
    content: none;
}
	.brochure-download {
    width: 80vw;
		height: 150px;
		bottom: -80px;
}

	
	.remove-h-spacing {
		padding-top: 50px;
	}
	.vc_grid-item.vc_clearfix.vc_col-sm-3.vc_visible-item.fadeIn.animated {
    width: 50%;
}
	.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_visible-item.fadeIn.animated {
		width: 100%;
	}
.btn-case-studies a {
    font-size: 2.6rem !important;
}
.vc_grid .vc_pageable-slide-wrapper.vc_clearfix {
    display: flex;
    flex-wrap: wrap;
}
	div#sns_breadcrumbs {
    height: 40vh;
}
	.restrict {
    max-width: unset !important;
    width: 100%;
}
}
article.type-attachment .more-link:hover, article.type-page .more-link:hover, article.type-post .more-link:hover, .vc_btn3-container.valen-btn .vc_btn3:hover, .btn:hover, .comment-respond #submit:hover, #searchform #searchsubmit:hover, input[type="submit"]:hover, button[type="submit"]:hover, input[type="button"]:hover, .button:hover, button:hover, article.type-attachment .more-link:focus, article.type-page .more-link:focus, article.type-post .more-link:focus, .vc_btn3-container.valen-btn .vc_btn3:focus, .btn:focus, .comment-respond #submit:focus, #searchform #searchsubmit:focus, input[type="submit"]:focus, button[type="submit"]:focus, input[type="button"]:focus, .button:focus, button:focus {
	background-color: #085389;
	color: #fff !important;
}
.sns-single-testimonial.style2 .content {
	min-height: 160px;
	    display: flex;
    justify-content: center;
    align-items: center;
}

.sns-carousel[data-type='h-s'] .slider-nav .dot-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 100%;
	background: #fff;
    padding: 5px;
}
.sns-carousel[data-type='h-s'] .slider-nav .slick-list .slick-slide:not(.slick-center) {
    opacity: 0.65;
}
.vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid {
    margin-bottom: 0;
}
article.type-post a.more-link {
    background: #000;
    border-radius: 15px;
    text-transform: lowercase;
    color: #fff !important;
    font-size: 2rem;
    padding-top: 0;
    padding-bottom: 0;
}
/* mobile toggle to right*/
.header-right .menu-sidebar.hidden-lg {
    float: right !important;
}
/* remove currency/languages on mobile*/
.top-menu-sidebar .postwcode-widget {
    display: none;
}
#footer-widget a {
    color: #fff;
	
  /*  background: linear-gradient(45deg, #fff, #fff) -500px 27px no-repeat;*/
}
#footer-widget a:hover {
  /*  background-position-x: center;
    text-decoration: none;*/
}
.wpcf7-mail-sent-ok {
    display: none !important;
}
/* Font sizes */
h1.page-header, .page-header, #valen_hsl2_wrapper .page-header {
	font-size: 80px;
	font-size: 8rem;

}
.inner-h2 {
	font-size: 83px;
	font-size: 8.3rem;
}
	p, ul li, ol li {
		font-size: 23px;
		font-size: 2.3rem
	}
.site-footer p {
	font-size: 19px;
	font-size: 1.9rem;
}
.cta-heading {
	font-size: 52px;
	font-size: 5.2rem;
}
.inner-h2-sm {
	font-size: 64px;
	font-size: 6.4rem;
}
.contact-h2 {
	font-size: 58px;
	font-size: 5.8rem;
}
.blog-h {
	font-size: 53px;
	font-size: 5.3rem;
}
.contact-phone-lg {
	font-size: 80px;
	font-size: 8rem;
}
.categories {
	font-size: 55px;
	font-size: 5.5rem;
}
#sns_mainmenu ul.navbar-nav > li.menu-item > a span,
ul#top_menu li a {
    font-size: 2rem;
}
.side .vc_gitem-link {
	font-size: 3rem;
}
.gallery-thumb .owl-carousel .owl-item img, .post-thumb img.attachment-valen_blog_default_thumb, .post-thumb a {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 450px;
    width: 100%;
}

.post-5566 .post-thumb img.attachment-valen_blog_default_thumb {
    -o-object-fit: contain;
       object-fit: contain;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
#sns_header #sns_mainmenu ul.navbar-nav.main-cat > li.menu-item {
    margin: 0 5px;
}
#sns_mainmenu ul.navbar-nav > li.menu-item > a span, ul#top_menu li a {
    font-size: 1.85rem;
}
#sns_header .header-right .inner h3.phone a {

    font-size: 2.9rem;
}
#sns_header .header-right .inner h4.email a {
    font-size: 1.25rem;
}
}
@media (max-width: 480px) {
	rs-layer-wrap#slider-brochure-wrapper,
	  rs-layer-wrap#slider-brochure-wrapper_s2 {
    left: unset !important;
	right: 175px !important;
    top: 426px !important;
}
#slider-brochure-download,
	  #slider-brochure-download_s2 {
    width: 175px !important;
    height: 133px !important;
}

#slider-brochure-download img,
	  #slider-brochure-download_s2 img {
    object-fit: contain !important;
}
	  
#longer-slider-text {
    top: 200px !important;
}	  
	/* Mobile breadcrumbs */
	div#sns_breadcrumbs {
    padding-top: 0px !important;
    padding-bottom: 180px !important;
}

#sns_breadcrumbs > .container {
    padding: 0 !important;
}

#sns_breadcrumbs > .container > .inner > .page-header,
	.single-post #sns_breadcrumbs > .container > .inner {
    font-size: 6rem;
    width: 100vw;
}
	.single-post #sns_breadcrumbs > .container {
			width: 100%;
	}
	
	.single-post #sns_breadcrumbs > .container > .inner::before {
		width: 100%;
		font-size: 6rem;
	}
a.brochure-download, #slider-brochure-download {
    display: none;
}
	a.brochure-download.mobile-brochure {
    position: relative;
    bottom: 0;
    right: 0;
		display: block !important;
	}
}
@media screen 
  and (max-device-width: 812px) 
  and (orientation: landscape) {
#longer-slider-text rs-layer {
    width: 370px !important;
}

#longer-slider-text {
    top: 121px !important;
	  }}
@media (max-width: 480px),
screen 
  and (max-device-width: 812px) 
  and (orientation: landscape) {
		 html {
			 font-size: 5px !important;}
	p {
		font-size:   16px;
	}
.padding10 {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
}
	.vc_custom_1574325931287 {
    padding-top: 80px !important;
}
	.site-footer p {
	font-size: 13px;
	font-size: 2.3rem;
}
	  
	  rs-layer#slider-1-slide-1-layer-7,
	  rs-layer#slider-1-slide-14-layer-7 {
    font-size: 80px;
    font-size: 8rem !important;
    white-space: normal !important;
    line-height: 1em !important;
}
	 .no-title-margin .vc_custom_1574172642892 {
    padding-top: 50px !important;
}
}

@media screen 
  and (max-device-width: 812px) 
  and (orientation: landscape)	{
	 .no-title-margin .vc_custom_1574325931287,
	 .no-title-margin .vc_custom_1574172642892 {
    padding-top: 80px !important;
}
	  .no-title-margin .vc_custom_1574325931287 .col-phone-12.padding10 {
    padding-left: 10vw !important;
	padding-right: 10vw !important;
}
	  div#sns_breadcrumbs.wrap {
    margin-top: 110px;
}
}
/* Temp firefox fix */
.fill.vc_gitem-col.vc_gitem-col-align- {
    position: relative;
    width: 100%;
    height: 100%;
}
.page-id-1138 div#sns_breadcrumbs {
    background-position: 40% !important;
}
.page-id-1131 div#sns_breadcrumbs {
    background-position: 80% !important;
}
.page-id-1000 div#sns_breadcrumbs {
    background-position: right !important;
}

.social-icons {
    display: flex;
}

.social-icons a {
    padding: 5px 15px;
    font-size: 2em;
    line-height: 1em;
}

.social-icons a:first-of-type {
    padding-left: 0;
}


/** Popup **/
.popup_wrapper {
    width: 100%;
    height: 100%;
    background: rgba(82, 80, 80, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.courses_dist_popup {
    max-width: 920px;
    width: 100%;
    background: #ffffff;
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border: 7px solid #15837c;
    z-index: 99;
    padding: 5vw;
    font-size: 1.25em;
    text-align: l;
	z-index: 99999999999999999999;
}

.courses_dist_popup .close_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 100%;
    font-size: 26px;
    color: #121037;
    text-align: center;
    line-height: 30px;
    font-weight: 100;
    background: #fff;
    z-index: 999999;
}

.dist_popup_content {
    float: left;
    width: 100%;
}

.popupbgimg .popup_bg_image {
    display: block;
}
.popupbgimg .popup_bg_image p {
    font-size: 1.75rem;
}
.popupbgimg .popup_bg_image img {
    max-width: 100%;
}

.popupbgimg.dist_popup_content {
    padding: 0;
}

.largeicons .icon {
    width: 300px !important;
    height: 300px !important;
}
.largeicons .icon img {
    min-width: 300px !important;
    min-height: 300px !important;
}
.largeicons h2 {
    font-size: 30px !important;
}
.whitetext > *, .whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p {
    color: #fff !important;
}

#slider-brochure-download_s2 { display: none !important; }
.post-author { display: none !important; }
.post-share-block { display: none !important; }

.vc_btn3, .wp-element-button { 
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #333 !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
    border-radius: 9999px !important;
}

.gfield_label, .gform_button { font-size: 23px !important; }
.gform_button { font-size: 23px !important; background-color: #15837C !important; }
.gfield_required, .gform-field-label { font-size: 18px !important; }

.footer-widget-areas.row { flex-direction: column; align-items: center; }
#footer-widget { display: block; width: 100%; text-align: center; }

#footer-widget.footer_area_1 a { display: block; margin: 5px 0; width: 100%; }


#footer-widget.footer_area_3 { display: flex; flex-direction: column; justify-content: space-around; align-items: center; }
#footer-widget.footer_area_3 > div { display: flex; flex-direction: row; justify-content: space-around; align-items: center; flex-wrap: wrap; background: #fff; padding: 10px; border-radius: 5px; }
#footer-widget.footer_area_3 > div > div { width: 40%; }
#footer-widget.footer_area_3 > div img { width: 100% !important; height: auto !important; padding: 0; }


@media (min-width: 812px) {
    #footer-widget.footer_area_1 a { display: inline-block; margin: 0 10px; width: auto; }
    #footer-widget.footer_area_2 #menu-services-footer { display: flex; flex-direction: row; gap: 20px; flex-wrap: wrap; justify-content: space-between; }
    
    #footer-widget.footer_area_3 > div { gap: 30px; }
    #footer-widget.footer_area_3 > div > div { width: auto; }
    #footer-widget.footer_area_3 > div img { height: 100px !important; width: auto !important; }
}

#sns_content .sns-main > section.type-page > :not(.vc_row):last-child { margin-bottom: 0 !important; }

h2 { font-size: 36px !important; }

#sns_header .menu-sidebar { width: 50% !important; display: flex; flex-direction: row; justify-content: space-between; }
#sns_header .menu-sidebar .tongle { margin-left: 25px; }
#sns_header .menu-sidebar .tongle::before { font-size: 35px !important; line-height: 35px !important; }
.mobiletel, .dashicons { color: #085389; font-size: 35px !important; line-height: 35px !important; width: unset; height: unset; }

@media (min-width: 993px) {
    .container.main-menu .row { align-items: center; }

    #sns_header .main-header.keep-menu .header-right, #sns_header .main-header.keep-menu #sns_mainmenu, #sns_header .main-header.keep-menu .header-logo, #sns_mainmenu ul.navbar-nav.main-cat {
        padding: 0 !important;
    }
}