/* @override 
	http://genesis.fox/wp-content/themes/genesis_child/style.css?ver=1.0
	http://genesis.fox/wp-content/themes/digifox/style.css?ver=1.0
	http://dhenshall.devden.wtf/wp-content/themes/digifox/style.css?ver=1.0 */


/* # Genesis Child Theme  
Theme Name: WTF DigiFox
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: Custom Theme by What the Fox built on Genesis Framework.   
Author: What the Fox Creative  
Author URI: http://www.whatthefox.com.au/  
Template: genesis  
Template Version: 1.0  
*/


 @import url('vendor/flexboxgrid.min.css'); 


/* @group RESETS
------------------------------------------- */
/*normalise, box-sizing, float-clearing*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*, input[type="search"]{-webkit-box-sizing: border-box;-moz-box-sizing:border-box; box-sizing:border-box; }.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {content: " "; display: table; } .author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {clear: both; content: " "; display: table;}
/* @end */

/* ICOMOON */

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?b2wmzv');
  src:  url('fonts/icomoon.eot?b2wmzv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?b2wmzv') format('truetype'),
    url('fonts/icomoon.woff?b2wmzv') format('woff'),
    url('fonts/icomoon.svg?b2wmzv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @group BACKGROUND VIDEO
--------------------------------------------- */
video { 
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    width: auto;
    height: auto;
    /*z-index: -100;*/
    transform: translateX(-50%);
    background: url(/wp-content/uploads/2017/09/di-henshall-video-bg.jpg) no-repeat;
    background-size: cover;
    transition: 1s opacity;
}
.site-container {
    overflow-x: hidden;
}
.stopfade { 
   opacity: .5;
}

#mysticky-wrap {
    margin-bottom: 0 !important;
}
/* @end BACKGROUND VIDEO */

/* @group HTML ELEMENTS 
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #434244;
}

::selection {
	background-color: #434244;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto !important;
}


input#gform_submit_button_1.gform_button.button,
.btn {
    font: italic 18px 'Oxygen', sans-serif;
    border-radius: 30px;
    padding: 16px 30px;
    display: inline-block;
    font-weight: 300;
    color: #808080;
    border: 1px solid #808080;
}

input#gform_submit_button_1.gform_button:hover {
    background-color: transparent;
    color: #dd006a;
    border-color: #dd006a;
}

.btn-primary {
    color: #dd006a;
    border: 1px solid #dd006a;
}

.btn-primary:hover {
    color: #fff;
    background:#dd006a;
    transition: all .4s;
}

.btn-secondary {
    color: #fff;
    border: 1px solid #fff;
}

.btn-secondary:hover {
    color: #dd006a;
    border: 1px solid #dd006a;
    transition: all .4s;
}

@media only screen and (max-width: 767px){
	input#gform_submit_button_1.gform_button.button, .btn{
		padding:10px 15px;
	}
}

/*
.btn-primary.inverse{
	color: #dd006a;	
    border: 1px solid #dd006a;
}

.btn-primary.inverse:hover{
	color: #fff;
    background:#dd006a;
}
*/
/* @end */

/* @group TYPOGRAPHY 
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #000000;
	line-height: 1.3;
	margin: 0 0 30px;
}

h1 {
	font-size: 35px;
}
h1.entry-title{
	text-align: center;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
h4 {
    font-family: 'Karla', sans-serif;
	font-size: 16px;
    font-weight: 700;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}


/* LAPTOPS & Larger ------------------------- */
	@media only screen and (min-width: 1024px){
	    h1 {
	        font-size: 50px;
	    }	
	    h2 {
	        font-size: 40px;
	    }
	    h3 {
	        font-size: 25px;
	    }
	    p.testimnial-wrap:before {
	        top: 30%;
	    }
	    p.testimnial-wrap:after {
	        top: 30%;
	    }
	}
/*----------------------------------------------*/
p:empty{
	display: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #dd006a;
}

p {
	margin: 0 0 28px;
	padding: 0;
    color: #000;
    font-family: 'Karla', sans-serif;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	/*list-style-type: none;*/
}

.align-center {text-align: center;}
.align-left {text-align: left;}
.align-rigt {text-align: right;}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.title-case{
	text-transform: capitalize;
}
/* @end */

/* @group FLEXBOX GRID
------------------------------------------- */
/* @end */


/* @group LAYOUT
--------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
	padding-top: 30px;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-right: 20px;
	padding-left: 20px;
}

.site-inner {
	clear: both;
	/*padding: 0px;*/
	margin-right: auto;
	margin-left: auto;
}

.widget-title{
	display: none;
}

.section{
	margin-bottom: 30px;
}

/*Spacer classes*/
.spacer-20, .spacer-30, .spacer-40, .spacer-50, .spacer-60, .spacer-70, .spacer-80, .spacer-90, .spacer-100{display: block; clear: both; } .spacer-10{height: 10px; } .spacer-20{height: 20px; } .spacer-30{height: 30px; } .spacer-40{height: 40px; } .spacer-50{height: 50px; } .spacer-60{height: 60px; } .spacer-70{height: 70px; } .spacer-80{height: 80px; } .spacer-90{height: 90px; } .spacer-100{height: 100px; }


/*	FULL WIDTH ROWS */
.stretch-row-content {
    background-color: #f9f9f9;
    position: relative;
    width: 99.6vw;
    left: calc(-50vw + 50%);
}
.full-width {
    position: relative;
    z-index:100;
}
.full-width::before{
    content:"";
    background-color:#ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: calc(-50vw + 50%);
    z-index:-1;
}


/* # Site Header
------------------------------------------- */


.title-area {
    display: none;
}

.site-header .wrap {
    padding: 0px;
    text-align: right;
}
@media only screen and (max-width: 767px){
	.site-header .wrap{
		text-align:center;
	}
}
/*ALIGNMENT*/

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
	margin-right: 12px;
}

/* Small MOBILE Devices  --------------------- */
	@media only screen and (max-width: 767px){
		.alignleft{
			float: none;
		}
	}
/*----------------------------------------------*/

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

/* Top banner */

.branding.widget-area {
    padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 25px;
}

/* Small MOBILE Devices  --------------------- */
	@media only screen and (max-width: 767px){
		.branding.widget-area{
			padding-top: 9px;
		}
	}
/*----------------------------------------------*/

.social-icon {
    padding: 5px 15px;
    transition: all .3s;
    font-size: 19px;
}

img.social-icon {
    width: 40px;
    padding: 0;
    margin-right: 5px;
}

img.social-icon:hover {
    opacity: .7;
}

.social-icon:hover, .footer-widgets .social-icon:hover {
    color: #ef278e;
    transition: all .3s;
}

/*FLEX LAYOUTS*/
.flexy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flexy-middle{
/*vertically centered*/
-webkit-box-align: center;
    -ms-flex-align: center;
            -ms-grid-row-align: center;
        align-items: center;	
}

.flexy-spaced{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.flexy-wrap {
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;

}

.flexy-columns {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}



/* @end */

/* @group REGION: HEADER
------------------------------------------- */


/* Title Area */

/* WIDGETS */
.site-header .widget-area {
}


/* @end */

/* @group REGION: BRANDING
------------------------------------------- */
.logo img{
	margin-bottom:0 ;
}

/* @end */


/* @group REGION: NAVIGATION
------------------------------------------- */

/* Primary Menubar
--------------------------------------------- */
.nav-primary {
	background-color: #fff;
	border-bottom: 1px solid #9ba1a8;
	padding-bottom: 10px;
}

.nav-primary .wrap {
    text-align: right;
	padding: 0;
}

/* Primary Menu
--------------------------------------------- */
ul.menu-primary {
    clear: both;
    font-size: 18px;
}

ul.menu-primary li.menu-item {
	display: inline-block;
	text-align: left;
	position: relative;
}

ul.menu-primary a {
    padding: 0 5px;
	font: 16px 'Karla', sans-serif;
	text-transform: none;
    position: relative;
	transition: all 0.3s ease;
}


/* LAPTOPS & Larger ------------------------- */
	@media only screen and (min-width: 1024px){
		ul.menu-primary a {
		    padding: 0 10px;
			font-size: 18px;
		}
	}
/*----------------------------------------------*/


/* DESKTOPS & Larger ------------------------ */
	@media only screen and (min-width: 1200px){ 
		ul.menu-primary a {
		    padding: 0 20px;
		}
	}
/*----------------------------------------------*/




ul.menu-primary a:hover,
ul.menu-primary .sub-menu .current-menu-item > a:hover,
ul.menu-primary .current-menu-item > a:hover {
	color: #dd006a;
}

ul.menu-primary .current-menu-item > a {
    color:  #dd006a;
}

.nav-primary ul.menu-primary > li.current-menu-item > a:before {
	position: absolute;
	content: "";
	top: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #dd006a;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

ul.menu-primary > .first > a {
	padding-left: 0;
}

ul.menu-primary > .last > a {
	padding-right: 0;
}

ul.menu-primary > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

ul.menu-primary > .right > a {
	display: inline;
	padding: 0;
}

ul.menu-primary > .search {
	padding: 10px 0 0;
}


/*SUBMENU*/

ul.menu-primary .menu-item:hover > .sub-menu {
	opacity: 1;
	left: 20px;
}

ul.menu-primary .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

ul.menu-primary .sub-menu a {
	background-color: #4e4d4f;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 12px 20px;
	position: relative;
	width: 200px;
	display: block;
	color: white;
}

ul.menu-primary .sub-menu a:hover{
	background-color: #ef278e;
}


/*-----------------------------------------------------------------
~~~ FIXED PRIMARY NAV ~~~
------------------------------------------------------------------*/
.nav-primary.myfixed {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
	padding-top: 18px;
	padding-bottom: 8px;
}
.nav-primary.myfixed .slicknav_menu{
	padding: 0;
}

.nav-primary.myfixed .slicknav_brand{
	margin-bottom: 0;
}
.nav-primary.myfixed li.menu-item a{
	font-size: 16px;
}

.nav-primary.myfixed li#menu-item-32 {
    margin-top: -7px;
	margin-left: 0;
	width: 150px;
}

.nav-primary.myfixed li#menu-item-32 img {
    vertical-align: bottom;
}

/*-----------------------------------------------------------------
~~~ SLICKNAV ~~~
------------------------------------------------------------------*/
.slicknav_btn {
	font-size: 24px;
}
.slicknav_menu .slicknav_nav{
	
}
ul.slicknav_nav {
	text-align: right;
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}

.slicknav_brand{
	margin-bottom: 20px !important;
}
.slicknav_nav a {
	position: relative;
	display: block !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.slicknav_nav a:hover{
	background-color: transparent;
	color: #ef278e;
}
span.slicknav_arrow {
	position: absolute;
	right: -11px;
	top: 4px;
}
.slicknav_nav .sub-menu{
	background-color: #ef3294;
	margin-bottom: 15px;
	margin-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0;
}
.slicknav_nav .sub-menu a{
	margin-right: 6px;
	color: white;
	font-weight: bold;
}
.slicknav_nav .sub-menu a:hover{
	background-color: white;
	border-radius: 0;
}
.slicknav_nav .menu-item-32 {
    display: none;
}



/* Site Header Navigation
--------------------------------------------- */

#menu-main {
	position: relative;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

li#menu-item-32 {
	position: absolute;
	width: 240px;
	transition: all 0.4s ease;
	bottom: 0;
	left: 0;
}
li#menu-item-32 a{
	padding: 0;
}

/* Small MOBILE Devices  --------------------- */
	@media only screen and (max-width: 768px){
		li#menu-item-32 {
        	bottom: 20px;
        }
		
	}
/*----------------------------------------------*/


/* LAPTOPS & Larger ------------------------- */
	@media only screen and (min-width: 1024px){
		li#menu-item-32{
			width: 246px;
		}
	}
/*----------------------------------------------*/


li#menu-item-31 {
    float: right;
    display: block;
}

div#text-3 a {
    display: inline;
    padding: 20px 2px 0px;
}

/*-----------------------------------------------------------------
~~~ footer menu ~~~
------------------------------------------------------------------*/
ul#menu-footer-menu li.menu-item {
	margin-bottom: 3px;
	text-transform: uppercase;
	padding: 0;
}
/* @end */


/* @group REGION: CONTENT
------------------------------------------- */

/* Entries */

.entry {
	margin-bottom: 30px;
	padding: 50px 20px 20px;
	background-color: #fff;
}

/* Small MOBILE Devices  --------------------- */
	@media only screen and (max-width: 767px){
		.entry {
			margin-bottom: 0;
			padding: 20px;
		}
		
	}
/*----------------------------------------------*/

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}


/*-----------------------------------------------------------------
~~~ HOMEPAGE ~~~
------------------------------------------------------------------*/
.service-feature {
    height: 220px;
    background-size: 100%;
	background-position: center center;
	transition: all .6s;
	position: relative;
	background-repeat: no-repeat;
}

/* TABLETS & Larger ------------------------- */
	@media only screen and (min-width: 768px){
		.service-feature {
		    height: 310px;
		}
	}
/*----------------------------------------------*/


.service-feature:hover {
    background-size: 115%;
    cursor: pointer;
}

.residential-feature {
    background-image: url(/wp-content/uploads/2017/04/hero-residential.jpg);
}

.commercial-feature {
    background-image: url(/wp-content/uploads/2017/04/hero-commercial.jpg);
}

.service-feature h3 a{
	position: absolute;
	color: white;
	text-align: center;
	width: 100%;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
    transition: all .9s;
	height: 70px;
}
.service-feature:hover h3 a{
	height: 100%;
	padding-top: 25%;
	font-size: 200%;
}
.home .entry-title {
    text-align: center;
}

/* TESTIMONIALS */
.section.home-testimonials{
	min-height: 230px;
}

p.testimnial-wrap:before,p.testimnial-wrap:after{
    position: absolute;
    content: url(/wp-content/uploads/2017/04/open-quotes.png);
    top: 30%;
}

p.testimnial-wrap:before {
    left: -50px;
}

p.testimnial-wrap:after {
    right: -50px;
    transform: rotate(180deg);
}

p.testimnial-wrap {
    position: relative;
    padding: 0 30px;
    max-width: 60%;
    color: #808080;
    margin-bottom: 20px;
	font-size: 20px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Small MOBILE Devices  --------------------- */
	@media only screen and (max-width: 767px){
		p.testimnial-wrap{
			max-width: 100%;
		    padding: 0 10px 0;
			line-height: 25px;
		}
		
		p.testimnial-wrap:before{
			display: block;
			position: unset;
			margin-bottom:10px;
		}
		
		p.testimnial-wrap:after{
			display:none;
		}
	}
/*----------------------------------------------*/
span.testimonial-name {
    display: block;
    color: #808080;
	text-align: center;
}

body.home .meet-team-cta{
	text-align: center;
	padding-top: 30px;
	margin-bottom: 0;
	padding-bottom: 30px;
}
body.home .meet-team-cta .pic-col img{
	width: 250px;
}

body.home .meet-team-cta a.btn.btn-secondary:hover {
	background-color: white;
}
/*-----------------------------------------------------------------
~~~ TESTIMONIALS PAGE ~~~
------------------------------------------------------------------*/

body.page-id-14 article{
	min-height: 600px;
	
}

.testimonial-item {
	margin: 45px auto 80px;
	text-align: center;
	width: 60%;
}

/* Small MOBILE Devices  --------------------- */
	@media only screen and (max-width: 767px){
		.testimonial-item {
			width: 90%;
		}
		
	}
/*----------------------------------------------*/


.testimonial-item .testimonial-author {
	font-size: 16px;
	color: #999;
}
.testimonial-item .testimonial-message p {
	margin: 0;
	font-size: 19px;
	line-height: 1.4;
}
.testimonial-item:before{
    content: url(/wp-content/uploads/2017/04/open-quotes.png);
	display: block;
}



/* Map Styles */

#pg-8-5 .panel-grid-cell {
    padding-left: 0px !important;
}

div#pgc-8-6-0 {
    padding: 0px !important;
}


/* Recent Project Slider */
.recent-projct-header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
}

.recent-projct-header ul.wpv_pagination_dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.recent-project-text {
    max-width: 1040px;
    text-align: center;
    margin: 20px auto 40px;
}

.project-slider-content {
    text-align: center;
    min-height: 250px;
}

.recent-projct-header .wpv_pagination_dots li a {
    background-image: url(/wp-content/uploads/2017/04/pagination_dots.png);
}

.testimonial-pagination .wpv_pagination_dots li a {
    background-image: url(/wp-content/uploads/2017/04/pagination_dots_testimonials.png);
}

/* From the blog - home page blog loop*/
.row.blog-items {
	width: 100%;
	max-width:800px;
	margin-right: auto;
	margin-left: auto;
}

.blog-item{
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	padding: 0;
}

.blog-item.blog-list{
	padding:0 30px;
}
.blog-item.blog-list .blog-item-img{
	padding-top:80%;
}

.blog-item h3{
	line-height: 1.3;
	margin-bottom: 5px;
}
@keyframes zoom-bg {
	0%		{background-size: 100%; opacity: 1;}
	100%	{background-size: 180%; opacity:0.75;}
}
.blog-item-img{
	width: 100%;
	height: auto;
	padding-top: 40%;
	border-radius: 0;
	display: block;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	background-position: top center;
	background-size: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	
	border:1px solid #dd006a;
	
}
.blog-item:hover .blog-item-img{
/*	animation-name: zoom-bg;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;*/
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.54);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.54);
}
.blog-item a.blog-more{
	position: absolute;
	bottom: 20px;
	text-align: center;
	right: 0;
	left: 0;
}
.blog-item p{
	line-height: 1.2;
}
.blog-item .post-categories{
	color: #8b8b8b;
	line-height: 1;
	margin-bottom: 25px;
	font-style: italic;
	font-size: 80%;
	color: #8b8b8b;
}
.blog-item .post-categories a{
	color: #8b8b8b;
	
}

/* Contact page header */
.contact-page h1.entry-title {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.55);
    color: white;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-page header.entry-header {
    background-image: url(http://dhenshall.devden.wtf/wp-content/uploads/2017/05/PJP-6-copy_EDITED-1.jpg);
    background-size: cover;
    background-position: center center;
    background-color: #030303;
    margin-bottom: 45px;
}

/* Small MOBILE Devices  --------------------- */
	@media only screen and (max-width: 767px){
		.blog-item{
			text-align: center;
		}
		.blog-item-img{
			/*
			width: 50%;
			height: auto;
			padding-top: 50%;
			margin-right: auto;
			margin-left: auto;
			*/
		}
		.blog-item a.blog-more{
			position: static;
		}
	}
/*----------------------------------------------*/




/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.social-footer .social-icon {
    border-color: #fff;
}

.social-icon-div {
    display: inline-block;
    margin-right: 5px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination ul{
	margin: 0;
	text-align: center;
}
.archive-pagination li {
	display: inline;
}

span.wpv-filter-pagination-link,
.archive-pagination li a {
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

/*.archive-pagination li a {
	background-color: #000000;
	color: #fff;
	cursor: pointer;
	
}*/

.page-id-2228 .wpv_page_current.wpv-pagination-nav-links-item-current, .page-id-16 .wpv_page_current.wpv-pagination-nav-links-item-current {
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    padding: 11px 0;
    margin-right: 5px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #f52a8e;
    color: #fff;
}


/*-----------------------------------------------------------------
~~~ MISC PAGES ~~~
------------------------------------------------------------------*/

.col-content {
	padding-right: 30px;
}

/*-----------------------------------------------------------------
~~~ COMMERCIAL & RESIDENTIAL PAGES ~~~
------------------------------------------------------------------*/
/*SLIDER GALLERY*/

.views-slider {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.views-slider .project-item {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	height: 300px;
}

.views-slider .project-item .slider-project-title a{
	font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	display: block;
	bottom: 0;
	right: 15px;
	left: 15px;
	padding: 0;
	opacity: 0;
	transition: all 0.6s ease;
	top: 100%;
}
.views-slider .project-item:hover .slider-project-title a{
	display:flex;
	top: 0;
	
	font-size:25px;
	
	justify-content: center;  
	align-items: center;
	opacity: 1;	
}
    @media only screen and (min-width:585px) and (max-width: 768px) {
        .views-slider .project-item:hover .slider-project-title a{
            font-size:20px;
        }
    }
.views-slider a.slider-project-image {
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	left: 15px;
	height: 100%;
}

.slider-paging-section {
	text-align: center;
	font-size: 20px;
    font-family: 'Oxygen', sans-serif;	
	font-style: italic;
	color: #999;
}
.slider-pager{
	display: inline-block;
	border: 1px solid #999;
	padding: 12px 20px;
	border-radius: 30px;
}
.slider-paging-section a{
	color: #999;
	display: inline-block;
}
.slider-paging-section a:hover{
	color: #ef278e;
}


.slider-paging-section a.js-wpv-pagination-previous-link {
	transform: rotate(-90deg);
	margin-right: 15px;
}

.slider-paging-section a.js-wpv-pagination-next-link {
	transform: rotate(90deg);
	margin-left: 15px;
}

.section.testimonials {
	min-height: 230px;
}



/*-----------------------------------------------------------------
~~~ PROJECT SINGLE PAGE ~~~
------------------------------------------------------------------*/
body.views-template-single-project-template h1.entry-title {
	display: none ;
}

body.single-project p.entry-meta {
	display: none;
}

body.single-project h1.entry-title{
	display: none;
}
.project-title {
	/*padding-top: 100px;*/
	background-size: cover;
	background-position: center center;
	background-color: #030303;
	margin-bottom: 45px;
}
.project-title h1{
	text-align: center;
	background-color: rgba(0, 0, 0, 0.55);
	color: white;
	padding-top: 60px;
	padding-bottom: 50px;
	margin: 0;
}

.project-title .project-category {
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.project-category {
	text-transform: uppercase;
}

.project-content {
	background-color: rgba(255, 255, 255, 0.79);

}
.project-descrip {
	line-height: 2;
	
}
.project-descrip::first-line{
	font-weight: bold;
	font-size: 115%;
}

.project-gallery .gallery-item{
	width: 33% !important;
	padding-right: 10px;
	padding-left: 10px;
}

div#gallery-1.gallery {
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 15px;
}

.project-gallery .gallery-item{
	position: relative;
	margin-bottom: 10px;
	margin-top: 0 !important;
}
.project-gallery .gallery.gallery-columns-1 br{
	display: none;
}
.project-gallery .gallery-item img{
	border-style: none !important;
}
.project-gallery .featured-image{
	position: relative;
}
.project-gallery .featured-image:after,
.project-gallery .gallery-item .gallery-icon:after{
	content: url("images/Magnifying_glass.svg");
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.2s ease;
	padding-top: 10%;
	text-align: center;
}
.project-gallery .featured-image:hover::after,
.project-gallery .gallery-item .gallery-icon:hover::after{
	opacity: 0.6;
	transform: scale(1);
	background-color: rgba(255, 255, 255, 0.8);
}

/* Small MOBILE Devices  --------------------- */
	@media only screen and (max-width: 400px){
		.project-gallery .gallery-item{
			width: 100% !important;
		}
	}
/*----------------------------------------------*/



/* TABLETS & Larger ------------------------- */
	@media only screen and (min-width: 768px){
		.project-gallery .gallery-item{
			width: 50% !important;
		}
	}
/*----------------------------------------------*/


/* LAPTOPS & Larger ------------------------- */
	@media only screen and (min-width: 1024px){
		.project-gallery .gallery-item{
			width: 33% !important;
		}
	}
/*----------------------------------------------*/




body.residential .section.commercial-back-button {
	display: none;
}
body.commercial .section.residential-back-button {
	display: none;
}

/* @end */

/* @group REGION: SIDEBARS & WIDGETS
------------------------------------------- */
.widget {
	word-wrap: break-word;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}


.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.sidebar {
	font-size: 16px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 40px;
}


/*-----------------------------------------------------------------
~~~ INSTAGRAM ~~~
------------------------------------------------------------------*/
#eif_images .image-container {
	text-align: center;
}
#eif_feed{
}
#eif_feed button#Load_update1, 
#eif_feed button#show_button1{
	font: italic 18px 'Oxygen', sans-serif !important;
	border-radius: 30px !important;
	padding: 16px 30px !important;
	font-weight: 300 !important;
	display: inline-block !important;
	text-transform: none;
	margin-right: 12px;
}
/* @end */



/* @group REGION: FOOTER
------------------------------------------- */

.footer-widgets h4, .footer-widgets p, .footer-widgets a {
    color: #fff;
	margin: 0;
}

/* Footer Widgets */
.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets {
	background-color: #000;
	clear: both;
	padding-top: 40px;
	font-size: 80%;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #dd006a;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
    list-style-type: none;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4
{
	width: 100%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* @end */

/* @group REGION: FLOOR
--------------------------------------------- */
.floor{padding: 15px 0;background-color: #eaeaea;}
.credits{font-size:13px; text-align:center;}
/* @end */

/* @group PAGES: BLOGS
------------------------------------------- */

body.single-post .blog-header {
	background-image: url(images/generic.jpg) !important;
	/*padding-top: 250px;*/
	background-size: cover;
	background-position: center center;
	margin-bottom: 60px;
}

body.single-post  h1.entry-title {
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}


body.single-post .post-body-fimg{
	text-align: center;
	margin-bottom: 30px;
}
body.views-template-single-post-blog-page .post-meta {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}


body.views-template-single-post-blog-page header.entry-header {
	display: none;
}

/* @end */

/* Lightbox sizes for projects pages 
#outerImageContainer, #imageDataContainer {
    max-width: 800px;
    height: auto!important;
}

#prevLink, #nextLink {
    height: 530px !important;
}*/

/* @group TABLES
------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* @end */


/* @group FORMS
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: transparent;
	color:  #9d1f63;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	border: 1px solid  #9d1f63;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button#Load_update1.load_more {
	background-color: #9d1f63;
	color: #fff;
}

.button {
	display: inline-block;
}

/*GRAVITY FORMS*/
.dh-contact-form ::-moz-placeholder {
	font-size: 14px !important;
}

.dh-contact-form ::-webkit-input-placeholder {
	font-size: 14px !important;
}

.dh-contact-form {
	padding: 25px;
	margin-top: 30px;
	border: 1px solid #a1a7ac;
	font-size: 16px;
}

.dh-contact-form .gfield_label{
	font-family: 'Karla', sans-serif !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}

.dh-contact-form label{
	max-width: none !important;
}

.dh-contact-form .ginput_container.ginput_container_text,
.dh-contact-form .ginput_container.ginput_container_select {
	margin-top: 0 !important;
}

.dh-contact-form h4{
	margin-bottom: 0;
}
.dh-contact-form .gform_body li.gfield {
	margin-top: 0 !important;
	margin-bottom: 15px;
}

li.gsection.field_description_below {
	border-bottom-style: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.dh-contact-form .column_2 {
	border-left: 1px solid #a0a6ac;
}
    @media only screen and (max-width: 768px) {
        .dh-contact-form .column_2 {
            border-left: 0px solid #a0a6ac;
        }
    }

h2.gsection_title {
    font-weight: 500 !important;
}

/* @end */


/* @group IMAGES */


a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

/* @end */



/* Small Screens*/
@media only screen 
and (min-width: 768px){
    
    /*.footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 20%;
        float: left;
    }*/
    
    .footer-widgets-1 {
        width: 30%;
    }
    
    .footer-widgets-2 {
        width: 22%;
    }
    
    .footer-widgets-3.widget-area {
        width: 16%;
    }

    .footer-widgets-4 {
        float: right;
        text-align: right;
        margin-right: 0px;
        width: 29%;
    }    
}


/*-----------------------------------------------------------------
~~~ EDIT ALL PROJECTS PAGE ~~~
------------------------------------------------------------------*/
table.update-projects{
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
table.update-projects .wpt-form-checkbox-label {
	display: none;
}

table.update-projects .wpt-form-submit.form-submit.submit,
.btn.btn-xs {
	margin: 0 5px;
	padding: 3px 10px;
	display: inline-block;
	border-radius: 3px;
	background-color: #ef278e;
	color: white;
	font-size: 11px;
	border: none;
	vertical-align: middle;
	text-transform: uppercase;
}
table.update-projects .wpt-form-submit.form-submit.submit:hover,
.btn.btn-xs:hover{
	background-color: #4e4d4f;
}

table.update-projects td.title {
	padding-right: 12px;
}

table.update-projects td.checkbox {
	width: 100px;
	text-align: center;
}
table.update-projects th{
	line-height: 1;
	vertical-align: bottom;
	padding-bottom: 8px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-top-width: 2px;
	padding-top: 8px;
}
table.update-projects th.col2{
	text-align: center;
}



table.update-projects img{
	max-width: 90px;
}
table.update-projects br{
	display: none;
}

table.update-projects dl.gallery-item {
	display: inline;
		max-width: 90px;
}

@media only screen and (max-width: 1350px) {
    /* logo */
   ul#menu-main {
       margin-left: 20px;
       margin-right: 20px;
   }
}
@media only screen and (max-width: 862px) {
    /* logo */
   ul#menu-main div.yawp_wim_wrap {
       position: relative;
       top: -20px;
   }
}
@media only screen and (max-width: 768px) {
    /* logo */
   ul#menu-main div.yawp_wim_wrap {
       top: 0px;
   }
}

@media only screen and (max-width: 991px) {
    /* contact page fixes */
    .page-id-18 div.col-md-6 {
        width: 100%!important;
        padding: 0px 20px;
    }
    .page-id-18 #sow-google-map-2 {
        width: 100%;
    }
    .page-id-18 .sow-widget-sow-google-map {
        width: 100%;
    }
    .page-id-18 .sow-google-map-canvas {
        width: 100%;
    }
    
    /* meet the team fixes */
   .page-id-2424 .col-md-4 {
         box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
   }
   
   .single-project .project-content .btn.btn-primary {
       margin-bottom: 20px;
   }
}




/**
* headers
**/
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span{
	color:#dd006a;
}


/**
* btn-default
**/
.btn-default > *{
    display:block;
    text-align:center;
    width:100%;
    padding:5px 20px;
    background:#dd006a;
    border-radius:20px;
    font-size:24px;
    font-weight:bold;
    color:#fff;
}

.btn-default > *:hover{	
	background:#434244;
	color:#fff;
}

@media only screen and (max-width: 767px){
    .btn-default > *{
        border-radius:20px;
        font-size:20px;
    }
}

.btn-default.white > *{
    background:#fff;
    color:#47c5dc;
}

.btn-default.white > *:hover{
    background:#dd006a;    
}

/**
* popup gform
**/
.pum-content .pum-title > span{
	color:#dd006a;
}

.pum-content .gform_wrapper form input[type="text"],
.pum-content .gform_wrapper form input[type="email"]{
	width:100%!important;
}

/**
* Project SLider
**/

.testimonial-slick-wrapper .slick-dots{
	bottom:-30px;
	margin:0;
}

.testimonial-slick-wrapper .slick-dots li{
	margin:0;
}

.testimonial-slick-wrapper .slick-dots li button:before{
	font-size:12px;
	color:#dd006a;
}

.testimonial-slick-wrapper .slick-dots li.slick-active button:before{
	color:#dd006a;
}

.project-slider-item:after{
	display:block;
	clear:both;
	content:"";
}

.project-slider-item img{
	display:block;
}

@media only screen and (min-width: 1100px){
	#wpv-view-layout-2079{
		/*
		display:flex;
		justify-content: center;  
		align-items: center;
		*/
	}
	
	.project-slider-item{
		display:flex!important;
		justify-content: center;  
		align-items: center;
	}
	
	.recent-projct-header{
		float:left;
		width:50%;
		margin:0;
	}
	
	.project-slider-content{
		float:left;
		width:50%;
		padding:20px;
	}
}

/**
* side-bar
**/
.content-sidebar-wrap.has-sidebar > main{

}

.content-sidebar-wrap.has-sidebar > .sidebar{
	
}

.content-sidebar-wrap.has-sidebar > .sidebar .widget{
	padding:20px 20px;
	border:1px solid #dd006a;
	background:#f7f7f7;
}

.content-sidebar-wrap.has-sidebar > .sidebar .widget li{
	margin-bottom:10px;
	padding:0;
	list-style:none;
}

.content-sidebar-wrap.has-sidebar > .sidebar .widget li:last-child{
	margin-bottom:0;
}

.content-sidebar-wrap.has-sidebar > .sidebar .widget li a{
	font-size:18px;
	color:#dd006a;
	text-decoration:underline;
}

@media only screen and (min-width: 768px){
	.content-sidebar-wrap.has-sidebar > main{
		float:left;
		width:78%;
	}

	.content-sidebar-wrap.has-sidebar > .sidebar{
		float:right;
		width:20%;	
		margin-top:100px;
	}
}

/**
* testimonials page
**/
.testimonials-page .site-inner{
	max-width:none;
	padding:0;	
}
.testimonials-page .site-inner .content-sidebar-wrap{
	max-width:1280px;	
	padding:0 20px;
	margin:auto;
}

/****
** testimonials page
****/
	.testimonials-with-video{
		padding:50px 20px;
	}
	
	.testimonials-with-video > .inner{
		max-width:1280px;
		margin:auto;
	}
	
	.testimonials-with-video .testimonials-content{
		padding:40px;
		background:rgba(255,255,255,.8);
	}
	
	.testimonials-with-video .iframe-wrapper{
		position:relative;
	}
	
	.testimonials-with-video .iframe-wrapper iframe{
		position:absolute;
		left:0;
		top:0;
		height:100%;
		width:100%;
		z-index:1;
	}
	
	.testimonials-with-video .iframe-wrapper .fake-image{
		opacity:0;		
		width:100%;		
	}
	
	.testimonials-with-video h1{
		text-shadow:1px 1px 3px #444;
	}
	
	.testimonials-with-video h3{
		font-size:32px;		
	}
	
	.testimonials-with-video p{
		font-size:20px;
	}
	
	.testimonials-with-video strong{
		font-size:24px;
	}
	
	@media only screen and (max-width: 991px){
		.testimonials-with-video .iframe-wrapper{			
			margin-bottom:40px;
		}
		
		.testimonials-with-video .iframe-wrapper img{			
			max-height:400px;
		}
	}

/**
* iframe-mode
**/
.iframe-mode iframe{
	display:block;
	width:100%;
	height:200px;
	border:0;
	background:#000;
}

.iframe-mode.box iframe{
	width:300px;
	margin:auto;
}

@media (min-width: 480px){
	.iframe-mode iframe{
		height:340px;
	}
	
	.iframe-mode.box iframe{
		width:340px;
	}
}

@media (min-width: 640px){				
	.iframe-mode iframe{
		height:400px;
	}
	
	.iframe-mode.box iframe{
		width:400px;
	}
}

@media (min-width: 1100px){
	.iframe-mode iframe{
		height:500px;
	}
	
	.iframe-mode.box iframe{
		width:500px;
	}
}

@media (min-width: 1366px){
	.iframe-mode iframe{
		height:720px;
	}
	
	.iframe-mode.box iframe{
		width:720px;
	}
}

/**
* Member-photo
**/
.member-photo img{
    display:block;
    border-radius:100%;
    margin-bottom:20px;
}

.member-photo img:last-child{
    margin-bottom:0;
}

/**
* member-popup
**/
.member-popup h2,
.member-popup h3,
.member-popup h4{
    margin-bottom:10px;
}

/**
* launch-issue-section
**/
.launch-issue-section{
    background:#434244;
    padding:20px 40px;
}

.launch-issue-section h2{
    color:#fff;
}

.launch-issue-section p{
    font-size:24px;
    color:#fff;
}

.launch-issue-section .btn-default{
    margin-bottom:28px;
}

/**
* wpv-pagination-nav-links-container
**/
.wpv-pagination-nav-links-container{
    text-align:center;
}

.wpv-pagination-nav-links-container li{
    display:inline-block;
    padding:0!important;
}

.wpv-pagination-nav-links-container li span{
    padding: 8px 12px;
}

.wpv-pagination-nav-links-container li span a{
    padding: 8px 12px;
}

/**
* Force remove furnishing button
**/
.postid-4084 .btn.btn-primary{
    display:none;
}

/**
* Furnishing Override
**/
.postid-4084{
    
}

.postid-4084 #outerImageContainer{
    overflow:hidden;
}

.postid-4084 .project-gallery .featured-image:after,
.postid-4084 .project-gallery .gallery-item .gallery-icon:after{
    display:none;
}

.postid-4084 .project-gallery .featured-image .caption{
    display:none;
    text-align: center;
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    padding:20px 40px;
    background:rgba(255,255,255,.7);
    
    font-size:24px;
    font-weight:400;
    color:#000;
    font-style:italic;
    
    line-height:120%;
    
    justify-content: center;  
	align-items: center;
	
	cursor:pointer;
}

.postid-4084 .project-gallery .featured-image:hover .caption{
    display:flex;
}

.postid-4084 .project-gallery .gallery-item img{
    width:100%;
}

.postid-4084 .project-gallery .gallery-item .wp-caption-text{
    display:none;
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    padding:20px 40px;
    background:rgba(255,255,255,.7);
    
    font-size:16px;
    font-weight:400;
    font-style:italic;
    
    line-height:120%;
    
    justify-content: center;  
	align-items: center;
	
	cursor:pointer;
}

.postid-4084 .project-gallery .gallery-item:hover .wp-caption-text{
    display:flex;
}

.postid-4084 #imageData #imageDetails{
    width:100%;
}

.postid-4084 #imageData #imageDetails #caption{
    margin:10px 0;
}

.postid-4084 #imageData #imageDetails #captionText{
    font-size:14px;
    font-weight:400;
    font-style:italic;
}

@media only screen and (min-width: 1024px){
    .postid-4084 .project-gallery .gallery-item {
        width: 50% !important;
    }
}

/**
* eg Custom
**/
.blog-grid2{
   
}

.blog-grid2.flex-middle{
    
}

.large-paragraph{
    font-size:18px;
}

.long-bar{
    height:2px;
    width:100%;
    margin:30px 0;
    background:#d5d5d5;
}

.blank-h2{
    height:50px;
}

@media only screen and (min-width: 970px){
    .blog-grid2{
        display:flex;
        margin-bottom:20px;
    }
    
    .blog-grid2.flex-middle{
        align-items: center;
        justify-content: center;
    }
    
    .blog-grid2 > .item{
        
    }
    
    .blog-grid2 > .item:nth-child(2n+1){
        width:70%;
        padding-right:25px;
    }
    
    .blog-grid2 > .item:nth-child(2n+2){
        width:30%;
        padding-left:25px;
    }
    
    .blog-grid2.right > .item:nth-child(2n+1){
        width:30%;
    }
    
    .blog-grid2.right > .item:nth-child(2n+2){
        width:70%;
    }
    
    .large-paragraph{
        font-size:22px;
    }
}

.project-content-container .featured-image{
	padding-right:5px;
}

.project-content-container .featured-image img{
	width:100%;
	max-width:600px;
}
