/*
Theme Name: Soco website (D2 Spectre)
Author: D2
Author URI: http://www.d2.co.nz
Description: Based on D2 Spectre
Version: 4.1.1

==================================
BASE							   
==================================
*/
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: 'avenirBook', sans-serif;
	color: #403f3f;
	    letter-spacing: 0.02em;
    background-color: #fff;
}
.container{
    max-width: 1270px;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid{
    width: 100%!important;
    max-width: 1920px!important;
    margin: 0 auto;
	padding: 0;
}

.row-block.nopadd-top {
    padding-top: 0!important;
}
.nopadd-bottom {
    padding-bottom: 0!important;
}
.nopadd{
	padding-top: 0!important;
	padding-bottom: 0!important;
}


@media print, screen and (min-width: 768px){
	.row-block {
    	padding: 75px 0;
	}
}

@media screen and (max-width: 767px){
	.row-block {
    	padding: 75px 0;
	}
}

@media screen and (min-width: 1024px){
	.row-block{
		padding: 120px 0;
	} 
}
/*overide for plugin page loader*/
.loading {
   position: fixed;
}

/*
==================================
COLOURS							   
==================================
*/

.text-primary {
	color: #000000!important;
}
.text-secondary {
	color: #cccccc!important;
}
.text-white {
	color: #fff!important;
}
.bg-primary {
	background: #000000!important;
}
.bg-secondary {
	background: #cccccc!important;
}
.bg-tertiary {
	background: #f1f1f1!important;
}
.bg-gray {
	background: #f2f2f2!important;
}
.bg-white {
	background: #fff!important;
}

/*
==================================
HEADER							   
==================================
*/
.header{
     -moz-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.sticky-header .header,  .sticky-header-overlay .header{
    position: relative;
	top: 0;
    left: 0;
    width: 100%;
	width: 100%;
	border-bottom: 0;
	z-index: 999;
    height: 100px;
}
.sticky-header-overlay .header{
	background-color: transparent;
	/*border-bottom: 1px solid rgba(34, 34, 34, .15);*/
}
.single-work.sticky-header-overlay .header{
	position: relative;
}
.sticky-header.header_sticky .header, .sticky-header-overlay.header_sticky .header, .single-work.sticky-header-overlay.header_sticky .header{
	position: fixed;
	z-index: 9999999;
	background-color: #fff;
    height: 101px;
}
#menu-top{
  margin: 0;
}

.header, .header .container, .header .container .columns{
	height: 100px;
}

.header_sticky .header{
	border-bottom: 1px solid rgba(34, 34, 34, .15);
    top: 0;
}
.header_sticky .header, .header_sticky .header .container, .header_sticky .header .container .columns{
	height: 100px;
	background-color: #fff;
}
.header:after{
	clear: both;
}
body.popup_menu_opened {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
}
/*
==================================
PAGE STRUCTURE							   
==================================
*/
#page {
	width: 100%;
    padding-top: 0;
    padding-bottom: 0;
	max-width: 2493px;
    margin: 0 auto;
}
.sticky-header #page {
	padding-top: 100px
}
#footer {
	padding-top: 0;
    height: 95px;
}

.banner > .container{
	width: 100%;
}
#page .row-block .column{

}

.column .l-box,
.column .r-box,
.column .c-box{
	text-align: left;
	width: 50%;
}
.column .l-box{
    padding: 0;
	margin-right: 0;
}

.column .r-box{
	text-align: right;
	margin-left: 0;
}
.column .c-box{
	text-align:center;
}
.column .heading{
}
.column.heading .c-box{

}
/*inner container padding*/

/* 404*/
.error404 .container404 ul {
	margin-left: 0;
    padding-left: 0;
}

.error404 .container404 ul li {
	    list-style: none;
}
/* 404 END*/

.page-template-default .content {
    padding: 0;
}

/*loader*/
.loading::after {
	display: none;
}
#html5-watermark div{
	display: none!important;
}

/*
==================================
FIXES & OVERIDES							   
==================================
*/

#show-cta-video, #show-banner-video, #show-gallery-video{
    display: block;
}
video {
	visibility: visible !important;
	object-fit: cover;
}

.column {
    padding-left: 0;
    padding-right: 0;
}

.bottom{
    position: absolute;
    bottom: 0;
}
.right{
    position: absolute;
    right: 0;
}
/*
==================================
LINKS							   
==================================
*/

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid;
	transition: color .4s linear;
	cursor: pointer;
}

a img {
	border: 0;
}

a:active,
a:hover,
a:focus,
a:visited{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	outline: 0;
	 box-shadow: none;
	
}

.btn{
    border: 2px solid #4e4442;
    font-size: 18px;
    border-radius: unset;
    text-transform: uppercase;
    color: #4e4442;
    height: 2.6em;
    padding: 0.6em 2em;
    background-color: transparent;
}
.btn:hover{
	background-color: #000!important;
	border: 2px solid #000;
	color: #fff;
}

/*
==================================
FORM / BUTTONS							   
==================================
*/


input::-webkit-input-placeholder{
    color:#a5a5a5!important;
}
input:-moz-placeholder {
    color:#a5a5a5!important;
}


/*
==================================
FONT + TABLES							   
==================================
*/

/*Check google fonts have been enqued or other library fonts added*/



.divider {
    border-top: .05rem solid #ccc;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p{
	color: #fff!important;
}

strong{
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'avenirBlack', sans-serif;
	font-weight: 700;
}
h3{
	font-family: 'avenirBook', sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}
h2{
	font-size: 1.6rem;
}

/*
==================================
DEFAULTS WordPress Core							   
==================================
*/
	.iframe-container{
		padding-bottom:56.25%;
		position:relative;
		display:block;
		width: 100%;
	}
	.iframe-container iframe{
		position:absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}
    .alignnone {
        margin: 0.5em 2em 2em 0;
    }

    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }

    .alignright {
        float:right;
        margin: 0.5em 0 2em 2em;
    }

    .alignleft {
        float: left;
        margin: 0.5em 2em 2em 0;
    }

    a img.alignright {
        float: right;
        margin: 0.5em 0 2em 2em;
    }

    a img.alignnone {
        margin: 0.5em 2em 2em 0;
    }

    a img.alignleft {
        float: left;
        margin: 0.5em 2em 2em 0;
    }

    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption {
        max-width: 96%; /* Image does not overflow the content area */
        padding: 5px 3px 10px;
        text-align: center;
    }

    .wp-caption.alignnone {
        margin: 0.5em 0 2em 0;
    }

    .wp-caption.alignleft {
        margin: 0.5em 2% 2em 0;
		width: 48%!important;
    }

    .wp-caption.alignright {
        margin: 0.5em 0 2em 2%;
		width: 48%!important;
    }
.wp-caption.alignright:after{
	clear: both!important;
}
    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }
    .wp-caption > p:empty  {
    display: none;
}
    .wp-caption p.wp-caption-text {
    font-size: 0.9em;
    line-height: 1em;
    text-align: left;
    margin: 0;
    padding: 1em 4px 5px;
    }
.size-full{
    width: 100%;
    height: auto;
}

.size-half{
    width: 48%;
    height: auto;
}

.alignright.size-half{
    margin-left:2em;
}

.alignleft.size-half{
        margin-right: 2em;
}
    /* Text meant only for screen readers. */
    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    }

    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto !important;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }
input, div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email]{
	border: none;
    border-bottom: 2px solid #4e4442;
    text-align: center;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    background-color: transparent;
	font-size: 14px;
	color: #403f3f;
}
div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email]{
	text-align: left;
	 border: 1px solid #4e4442;
	border-radius: none;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
	border: 1px solid #4e4442;
}
button{
	border: 2px solid #4e4442;
    text-align: center;
    font-size: 18px;
    padding: 12px 44px 10px;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 30px;
	transition: background .2s, border .2s, box-shadow .2s, color .2s;
	cursor: pointer;
}
div.wpforms-container-full .wpforms-form button[type=submit]{
	margin: 0!important;
	text-transform: uppercase;
	background-color: #000;
    border: 2px solid #000;
    color: #fff;
	font-size: 18px;
    padding: 12px 44px 10px;
	cursor: pointer;
}
button:hover{
    background-color: #000!important;
    border: 2px solid #000;
    color: #fff;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background-color: transparent;
	border: 2px solid #4e4442;
	color: #4e4442;
}
/*
==================================
NAV							   
==================================
*/



.nav-up {
	top: -144px;
}

.sitenav {
	display: flex;
    align-self: center;
}

.header .logo {
    display: flex;
    align-self: center;
}
.header .sitenav {
}
.logo img {
    display: block;
    float: left;
    max-height: 70px;
    flex-grow: 1;
}
.logo a {
    text-decoration: none;
	display: flex;
	border-bottom: none;
}

.logo a span{
	color: #cccccc;
}
.header .logo img{
	flex-grow: 10;
    transition: all 0.3s;
	width: auto;
    height: 100%;
}
.header_sticky .logo img {
    /*max-height: 50px;*/
}

.popup_menu_holder_outer{
		display: none;
	}
.header .mobile-nav {
        display: flex;
            align-self: center;
        margin-left: auto;
		    
    }

.column .nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 90px;
    margin-right: auto;
}

.nav-list > li {
    display: inline-block;
    margin: 0;
    line-height: 95px;
    height: 95px;
}
.header_sticky .column .nav-list, .header_sticky .nav-list > li {
    height: 70px;
        line-height: 70px;
}
.nav-list li > a{
	border-bottom: none;
}

.nav-list li > a, .nav-list li > span {
    position: relative;
    display: inline-block;
    transition: unset;
    font-size: 1em;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 2em;
	-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.nav-list li > a, .nav-list li > span{
    font-size: 1em;
    font-weight: 700;
	padding: 15px 30px 15px 30px;
    text-transform: uppercase;
	font-family: 'avenirBlack', sans-serif;
	color: #403f3f;
}
.nav-list li .sub-menu a, .nav-list li .sub-menu span{
	font-family: 'avenirBook', sans-serif;
}
.header_sticky .nav-list li > span {
    padding: 17px 40px 12px 0;
	/*border-bottom: 2px solid transparent;*/
}

.header .nav-list li > span {
    cursor: pointer;
}

.nav-list li.show-mobile{
    display: none;
}
.nav-list > li:hover a,
.nav-list > li > a:focus,
.nav-list > li > a:hover, 
.nav-list > li > a:active,
.nav-list > li.current-menu-item > a,
.nav-list > li > em:focus,
.nav-list > li > em:hover, 
.nav-list > li > em:active,
.nav-list > li.current-menu-item > em{
    
}
.nav-list > li:hover a{
	color: #000;
}
.nav-list li.current-menu-item span,
.nav-list li.current_page_item span,
.nav-list li.current-menu-parent span,
.nav-list li:hover a > span
{

}

.nav-list li .sub-menu li span {
	
}
.nav-list > li.current-menu-item,
.nav-list > li.current_page_item,
.nav-list > li:hover{
    
}

.nav-list .sub-menu {
	margin: 0;
    position: absolute;
    z-index: 11;
    background-color: #f2f2f2;
    left: 0;
    top: 100px;
    min-width: 100%;
    list-style: none;
    -webkit-padding-start: 0;
}
.header_sticky .nav-list .sub-menu {
	 top: 71px;
}
.nav-list .sub-menu {
    min-width: 180px;
    left: auto;
	border-left: 1px solid rgba(34, 34, 34, .15);
    border-right: 1px solid rgba(34, 34, 34, .15);
    border-bottom: 1px solid rgba(34, 34, 34, .15);
}
.nav-list li:not(:hover) .sub-menu {
    overflow: hidden;
    top: auto;
    opacity: 0;
    clip: rect(0,5000px,5000px,-5000px);
    visibility: hidden;
    min-height: 0!important;
    max-height: 600px;
    height: 0;
}

.nav-list li:hover .sub-menu, .nav-list li:not(:hover) .sub-menu {
    -webkit-transition-property: opacity,visibility;
    -ms-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.nav-list .sub-menu li:first-of-type{
    padding-top: 20px;
    margin-top: 0;
}
.nav-list .sub-menu li:last-of-type{
	padding-bottom: 20px;
    margin-bottom: 0
}
.nav-list .sub-menu li > a{
    display: block;
    padding: 0 30px;
    font-weight: 500;
	font-size: 0.9em;
    text-transform: none;
    line-height: 1.4em;
}
.nav-list .sub-menu li > a span{
    padding-left: 0;
}
.nav-list > .sub-menu {
    padding-top: 40px;
}

.nav-list > li > a:hover,
.nav-list > li > a:focus{
	background: transparent;
	color: inherit;
}
.nav-list .sub-menu li a:hover span,
.nav-list .sub-menu li.current-menu-item span{
	color: #000;
}
.nav-list li.current-menu-parent > a,
.nav-list li.current-menu-item > a,
.nav-list li.current-menu-parent > span,
.nav-list li.current-menu-item > span{
	color: inherit;
}

.navRight {
	float: right;
}

.top-nav ul > li{
    display: inline-block;
    margin-top: 0;
}
.top-nav ul > li a{
    line-height: 40px;
}

.top-nav .phone-container {
    display: inline;
}

/*popup*/

.popup_menu_holder_inner {
    display: block;
    padding: 150px 120px;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
}
nav.popup_menu ul li {
    text-align: left;
}
nav.popup_menu ul li a{
    font-family: 'avenirBlack', sans-serif;
    font-weight: 700;
	color: #000!important;
	    font-size: 2.5em;
	text-transform: unset;
}
nav.popup_menu ul li ul li a {
font-family: 'avenirBook', sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    text-transform: none;
}
nav.popup_menu > ul {
    display: block;
    float: none;
}
.nav-pop .menu-item-has-children > a:after {
    border: .15rem solid #000;
	    border-bottom: 0;
    border-right: 0;
}
.nav-pop .menu-item-has-children > a:after {
    right: -0.5em;
    top: 0em;
    height: .3em;
    width: .3em;
}
.nav-pop .menu-item-has-children.open_sub > a:after {
    top: 0.2em;
}
nav.popup_menu .sub-menu{
	margin-bottom: 1em;
}

/*
==================================
BREADCRUMB & page header			
==================================
*/
.page-breadcrumb{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}
.page-breadcrumb .breadcrumb{
	margin: 1.5em 0;
    padding: 0;
    list-style: none;
    height: 100%;
    margin-left: auto;
}
.page-breadcrumb .breadcrumb > li {
    position: relative;
    display: inline-block;
    margin: 0;
	font-size: 1em;
}
.page-breadcrumb .breadcrumb li + li::before {
    content: "/";
	    margin: 0 0.5em;
}
.breadcrumb li a{
	border-bottom: none;
   color: #666666;
}
.breadcrumb li a:hover{
	color: #f8ac1e;
}
.breadcrumb li.active{
	color: #222222;
    font-family: 'Nunito Sans', sans-serif;
}


/*
==================================
PAGE CONTENT	
==================================
*/
#page section:last-of-type{
	margin-bottom: 0;
}

.in-page-header{
	margin: 3em 2em;
}


/*
==================================
GRID			
==================================
*/

.pagination{
	margin-top: 3em;
}
.pagination .nav-links{
	    margin: 0 auto;
}
.pagination .page-numbers, .pagination span{
	font-weight: 600;
	font-size: 0.95em;    
	margin: 0 0.4em;
	border-bottom: none;
}
.pagination .icon-arrow-left::before, .pagination .icon-arrow-right::before{
	border-width: .13rem;
    height: .85em;
    width: .85em;
}
/*
==================================
UNIQUE BLOCKS				
==================================
*/
/* cta */
.section-page-banner{
	margin: 0;
	width: 100%;
    position: relative;
    background-repeat: no-repeat;
	background-size: cover;
}   
.section-page-banner .banner-position{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.section-page-banner .video-background {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background-position: center;
    background-size: cover;
}
.section-page-banner .container{
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.section-page-banner.background-color{
    margin-top: -5em;
}
.section-page-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.section-page-banner.center-columns .column {
    display: flex;
	align-items: center;
}

.section-page-banner .l-box, .section-page-banner .c-box, .section-page-banner .r-box {
    padding: 5em 0;
    width: 45%;
	margin-right: auto;
}
.section-page-banner .c-box{
	margin-left: auto;
	width: 70%;
}
.section-page-banner .r-box {
	margin-left: auto;
	margin-right: 0;
}
.tax-solution_category .section-page-banner .l-box{
    padding: 5em 0 10em;
    width: 50%;
	 margin-right: auto;
}
   
.light .l-box > *,
.light .c-box > *,
.light .r-box > *{
	color: #fff!important;
}

.dark .l-box > *,
.dark .c-box > *,
.dark .r-box > *{
	color: #222222!important;
}

#image-mobile-banner, #mobile-banner{
	display: none;
}

.section-page-banner h1, .section-page-banner h2, .section-page-banner h3, .section-page-banner h4, .section-page-banner h5, .section-page-banner p{
	margin-top: 0;
}

.wplightbox{
	border-bottom: none;
    margin-top: 2em;
    display: block;
    color: #fefeff!important;
    font-weight: 800;
}
.wplightbox:hover{
	color: #000000!important;
}
.wplightbox:before {
    display: inline-block;
    content: "";
    width: 46px;
    height: 46px;
    vertical-align: middle;
        margin-right: 0.5em;
    /*background: url(img/video-play.svg) no-repeat;*/
    background-size: contain;
}


/*END banner */


/*height: 100px;*/
/*Archive*/
.archive-content{
	overflow: hidden;
}
.archive-content .col-gapless{
    display: flex;
    flex-wrap: wrap;
	margin: 0;
}
.archive-content .container-fluid { 
	padding: 0!important;
}

.archive-content .card {
    border: none;
	padding: 0;
	margin: 0;
	min-width: unset;
    max-width: unset;
}

.archive-content .card-image {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.archive-content .card .image-link{
    border: none;
    position: relative;
}
.archive-content .card .card-title{
    transition: 500ms cubic-bezier(.39,.575,.565,1);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(252, 248, 237, 0.9);
}


.archive-content .card .card-title{
    width: 100%;
    position: absolute;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

.archive-content .card .card-title > *, .section-work-block .card-heading > *{
	margin-bottom: 0;
}
	
.archive-content .card .image-link:hover .card-title{
    visibility: visible;
    opacity: 1;
}
.archive-content .column.heading .card{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.archive-content.link-image .card-heading{
    text-align: center;
}

.archive-content.halves .card-image {
    padding-bottom: 60%;
}

.section-archive-banner.row-block{
	padding: 120px 0 20px;
}
.section-archive-banner h1 {
    font-size: 2rem;
    margin: .2em 0;
}

.section-news-block{
	padding: 75px 0;
}
.section-news-block .card-image {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-news-block .card-image.landscape {
	padding-bottom: 75%;
}

.section-news-block .split-content {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 75px 0 75px 75px;
}

.section-news-block .split-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
}
.section-news-block .meta{
	margin-bottom: 0.5em;
}
.section-news-block:nth-child(even){
	background-color: #FCF8F2;
}
.section-news-block:nth-child(even) .split-image {
	order: 2;
}
.section-news-block:nth-child(even) .split-content {
	order: 1;
	padding: 75px 75px 75px 0;
}

.single-post #page{
	padding-top: 100px;
}
.single-post .post-header{
	background-color: #FCF8F2;
}

.single-post .post-content{
	padding: 3em 0;
}
.single-post .heading{
    padding: 4em 0 1em;
}
.single-post .heading h1{
    margin-bottom: .2em;
	    font-size: 2.4rem;
}
.single-post .meta{
	margin-bottom: 1em;
	font-weight: 600;
}

.section-related-posts-block{
	    padding: 0;
	    background-color: #FCF8F2;
}
.section-related-posts-block .c-box {
    width: 90%;
    text-align: center!important;
    margin: auto;
}
.section-related-posts-block .col-gapless{
    display: flex;
    flex-wrap: wrap;
	margin: 0;
}
.section-related-posts-block .container-fluid { 
	padding: 0!important;
}

.section-related-posts-block .card {
    border: none;
	padding: 0;
	margin: 0;
	min-width: unset;
    max-width: unset;
}

.section-related-posts-block .card-image {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-related-posts-block .card .image-link{
    border: none;
    position: relative;
}
.section-related-posts-block .card .card-title{
    transition: 500ms cubic-bezier(.39,.575,.565,1);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(252, 248, 237, 0.9);
}


.section-related-posts-block.link-image .card .card-title{
    width: 100%;
    position: absolute;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

.section-related-posts-block.link-image .card .card-title > *, .section-related-work-block.link-image .card-heading > *{
	margin-bottom: 0;
}
	
.section-related-posts-block.link-image .card .image-link:hover .card-title{
    visibility: visible;
    opacity: 1;
}
.section-related-posts-block.link-image .column.heading{
background-color: #FCF8F2;
}
.section-related-posts-block.link-image .column.heading .card{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	background-color: #FCF8F2;
}
.section-related-posts-block.link-image .card-heading{
    text-align: center;
}

.section-related-posts-block.halves .card-image {
    padding-bottom: 60%;
}
.section-related-posts-block .card .card-title {
    width: 100%;
    position: absolute;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section-related-posts-block .card .card-title h5{
    text-align: center;
}
@media print, screen and (min-width: 960px){
    .section-related-posts-block .c-box {
        max-width: 50%!important;
    }
}
/*
==================================
FOOTER		
==================================
*/
#footer-cta{
	background-color: #fcf8ed;
}
#footer-cta .c-box{
    width: 90%;
    text-align: center!important;
    margin: auto;
}
.footer-widget, .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    color: #33343b!important;
}
.footer-widget .footer-logo{
    max-width: 90px;
    height: auto;
    margin-bottom: 2.7em;
}
.footer-widget p, .footer-widget a,
.footer p, .footer a{
	line-height: 1.5em;
    color: #33343b!important;
    border-bottom: none;
        font-size: 0.9em;
}
.footer-widget a, .footer a{
	padding: 0 5px;
}
.footer-widget a.nolinkstyle{
	padding: 0;
}
.footer-widget p{
margin-bottom: 0.7em;
}
.footer-widget .menu {
        background: transparent;
    border-radius: unset;
    box-shadow: none;
    list-style: none;
        margin: 0 0 0 -0.4em;
    min-width: 180px;
    padding: 0;
    transform: none;
}
.footer-widget .menu .menu-item > a {
    border-radius: unset;
    color: inherit;
      display: inline-block;
    margin: 0 -.4rem;
    padding: 0 .4rem;
    text-decoration: none;
    border: none;
}
.footer-widget .menu .menu-item + .menu-item {
    margin-top: 0;
}

.footer-widget .widget_nav_menu + .widget_nav_menu{
    margin-top: 1em;
}
.footer-widget .widget-title-footer{
    font-size: 1rem;
    margin-bottom: 0;
}
.footerwidgets .columns .l-box {
    padding-top: 75px;
    padding-bottom: 50px;
    padding-right: 30px;
    padding-left: 45px;
    width: 100%;
}
.footerwidgets .columns .column:first-of-type .l-box {
    padding-right: 0;
    padding-left: 0;
}
.footerwidgets .columns .column:first-of-type .l-box:after{
	content: "website by D2";
	display: inline-block;
	color: #ccc;
}
.footerwidgets .columns .column:last-of-type .l-box {
    padding-left: 0;
}

.footer, .footerwidgets{
	padding: 0;
	border-top: 1px solid rgba(34, 34, 34, .15);
}
.footer ul, .footerwidgets .column:last-of-type .textwidget ul{
	margin: 0;
    padding: 24px 0;
    list-style: none;
    height: 100%;
    margin-left: auto;
}

.footer ul > li, .footerwidgets .column:last-of-type .textwidget ul li {
    position: relative;
    display: inline-block;
    margin: 0;
	font-size: 0.9em;
}
/*.footer ul li + li::before {
    content: "|";
	margin: 0 2em;
}*/
.footer a{
	border-bottom: transparent;
}
.footer a:hover{
	border-bottom: 1px solid #000;
}
.footer .no_link a{
	cursor: default;
	color:#111111!important;
}
.footerwidgets .developedby, .footerwidgets .developedby a, .footerwidgets .developedby a:hover{
	color: #f2f2f2!important;
	border-bottom: none;
	background: transparent;
}
.footer .text-right ul{
	padding: 20px 0 8px;
}
.footerwidgets .column:last-of-type .l-box .textwidget ul{
    padding: 0;
    margin-left: -0.6em;
    margin-top: -0.6em;
}
.footerwidgets a.social{
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 28px;
    border: none;
    margin-right: 8px;
    padding: 0;
}
.footerwidgets .menu-mobile-footer-container{
	display: none;
}
.footerwidgets .textwidget{
    margin-top: 0.5em;
}
.footer a.social:hover{
	border: none;
}
.fb{
	background-image: url(img/soco-facebook.png);
}
.instagram{
	background-image: url(img/soco-instagram.png);
}
.spotify{
	background-image: url(img/soco-spotify.png);
}
.vimeo{
	background-image: url(img/soco-vimeo.png);
}

.scroll-top, .scroll-top:hover{
    position: fixed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
        padding: 0 30px;
    right: 10px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    background-color: #a7a7a7;
	color: #fff!important;
	border: none!important;
	cursor: pointer;
    border-radius: unset;
    text-transform: capitalize;
}

.scroll-top:hover, .scroll-top:focus, .scroll-top:active{
	background-color:#b5b4b5;
	border: none!important;
	outline: none!important;
}
.scroll-top.on {
    right: 0;
    opacity: 1;
    z-index: 109;
}
.scroll-top.off {
    right: -45px;
    opacity: 0;
}

.footer-widget .mc4wp-form-fields input[type=email] {
    height: 26px;
    line-height: 26px;
    font-size: 10px;
    padding: 0;
    text-align: left;
    margin-right: 5px;
    border-bottom: 1px solid #4e4442;
    width: 100px;
}
.footer-widget .mc4wp-form-fields button {
    font-size: 12px;
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
    text-transform: uppercase;
    border: 1px solid #4e4442;
    margin: 0;
}
.footer-widget .mc4wp-form-fields{
    margin-bottom: 1.5em;
}
 /* html.sr .fade {
    visibility: hidden; 
}  */
/*
==================================
BROWSER SPECIFIC			
==================================
*/


