/*
Theme Name: Life Partners Group
Author: Dave Weller
Author URI: http://www.lifepartnersgroup.global
Version:1.0
*/

/*** Fonts ***/

@font-face {
    font-family: 'Sofia Pro Italic';
    src: url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_light_italic-webfont.woff2?6513840986351432305") format("woff2"), url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_light_italic-webfont.woff?6513840986351432305") format("woff");
    font-weight: normal;
    font-style:normal
}

@font-face {
    font-family: 'Sofia Pro';
    src: url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_light-webfont.woff2?6513840986351432305") format("woff2"), url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_light-webfont.woff?6513840986351432305") format("woff");
    font-weight: normal;
    font-style:normal
}

@font-face {
    font-family: 'Sofia Pro Reg Italic';
    src: url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_medium_italic-webfont.woff2?1289030811618143343") format("woff2"), url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_medium_italic-webfont.woff?10503797364640283480") format("woff");
    font-weight: normal;
    font-style:normal
}

@font-face {
    font-family: 'Sofia Pro Reg';
    src: url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_medium-webfont.woff2?10503797364640283480") format("woff2"), url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_medium-webfont.woff?10503797364640283480") format("woff");
    font-weight: normal;
    font-style:normal
}

@font-face {
    font-family: 'Sofia Pro Reg Italic';
    src: url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_semi_bold_italic-webfont.woff2?6513840986351432305") format("woff2"), url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_semi_bold_italic-webfont.woff?6513840986351432305") format("woff");
    font-weight: normal;
    font-style:normal
}

@font-face {
    font-family: 'Sofia Pro Reg';
    src: url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_semi_bold-webfont.woff2?6513840986351432305") format("woff2"), url("https://cdn.shopify.com/s/files/1/0056/9632/3651/files/sofia_pro_semi_bold-webfont.woff?6513840986351432305") format("woff");
    font-weight: normal;
    font-style:normal
}




/*** End fonts ***/


body {
	font-family: 'Crimson Text', serif;
	padding:0;
	margin:0;	
	overflow:auto;
	font-size:18px;
	letter-spacing:1px;
	line-height:22px;
}
p {
	color:#22493b;
	font-weight:300;
}
p.quote {
	font-family: 'Baskervville', serif;
	font-style:italic;
	font-size:40px;
	line-height:50px;
	color:#999999;
	text-align:center !important;
}
p.quotee {
	text-align:center !important;
	color:#394454;
}
h1, h2, h3, h4, h5 {
	text-transform:lowercase;
}
h1 {	
	font-size: 30px;
    line-height: 40px;
	color:#999999;
}
h2 {
	font-size: 14px;
    color: #394454;
    display: table;
    padding-bottom: 0px;
    border-bottom: 1px #394454 solid;
    margin: 0 auto 50px auto;
	letter-spacing:3px;
}

.main-sub-section h2 {
	font-size:40px;
	color:#fff;
	display:table;
	padding-bottom:0;
	border-bottom:none;
	margin-left:0;;
}
.services img {
	display:block;
	width:100%;
	height:auto;
}
.service-tile-title {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 20px 20px 15px 20px;
    box-sizing: border-box;
	background-color:#383436;
}
.service-tile-title p {
	font-weight:500;
	text-transform:uppercase;
	color:#fff;
	font-size:20px;
	line-height:40px;
	margin:0;
	padding:0;
}
.one-third:nth-of-type(even) .service-tile-title {
	background-color:#999999;
}
.one-third:nth-of-type(even) .service-tile-title p {}
	color:#394454;
}
#gallery h2 {
	color:#fff;
	border-bottom:1px #fff solid;
}
h3 {
	font-size:20px;	
}

a {
	text-decoration:none;	
}
.clearBoth {
	clear:both;	
}


a.button {
	display:table;
	margin:20px auto;
	padding:10px 20px;
	border:1px #000 solid;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	transition:.5s;
}
a.button:hover {
	background:#000;
	color:#fff;
}
.mobileShow{
	display:none;	
}

#mobile-menu {
	position: fixed;
    width: 400px;
    padding: 20px;
    box-sizing: border-box;
    background: #1b4949;
    z-index: 9999;
    height: 100%;
    padding-top: 80px;
    margin-left: -400px;
	background-size:50%;
	background-position:center 90%;
	background-repeat:no-repeat;
    transition: left .3s linear;
}
#mobile-menu.open {
	margin-left:0;
	transition:left .3s linear
}
@media screen and (max-width:500px) {
	#mobile-menu {
		width: 100vw;
		margin-left:-100vw;
	}
}
#mobile-menu ul {
	margin-top:40px;
	list-style:none;	
}
#mobile-menu ul li {
	margin:20px 0;	
}
#mobile-menu ul li a {
	    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
#mobile-menu .menu-item-object-custom.menu-item-19 a {
    display: table;
}
#close-me  {
	display:none;
}
/****** Base (1199px +)******/

#wrapper {
	position:relative;
	width:100%;

}
header {
	position:fixed;
	background-color:#383436;
	top:0;
	left:0;
	width:100%;
	overflow: auto;
	z-index:9999;
	transition:.2s;
}
header.scroll {
    background-color: rgba(0,0,0,.5);
	transition:.2s;
}

#header_wrap {
	position:relative;
	margin:0 auto;
	width:calc(100% - 100px);
	height:auto	;
	padding:0;
	box-sizing:border-box;
}
#header_left {
	position:relative;
	float:left;
}
#open-menu img, #close-me img {
	display:block;
	height:30px;
	width:auto;
	pointer:cursor;
}
#logo {
	position: absolute;
    /* float: left; */
    /* margin: 15px 0; */
    top: 15px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: auto;
	text-align:center;
}
#logo img {
	display:block;	
	width: 100%;
	height:auto;
	margin:0 auto;
	max-height:80px;
}

#header_right {
	position:relative;
	float:right;
}
#header_right a:last-of-type {
	margin-left:20px;
}
#header_right img {
	display:inline-block;
	height:20px;
	vertical-align: middle;
}
#header_right a:last-of-type img {
	height:30px;
}
#header_left, #header_right {
	margin: 20px 0;
}
.spacer {
	position:relative;
	width:100%;
	height:100px;
}
#banner {
	position: relative;
	width:100%;
	height:auto;
}
#banner img {
	display:block;
	width:100%;
	height:60vh;
    object-fit: cover;
}
#banner .flexslider .slides img {
	width:100%;
	height:60vh;
    object-fit: cover;
}
.banner-cover h1 {
	color:#fff;
	font-size:50px;
    line-height: 60px;
	text-shadow: 0 0 10px #000000;
}
.banner-cover {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:140px;
	box-sizing: border-box;
}
.banner-cover.center {
	justify-content: center;
	align-items: flex-start;
}
.banner-cover.main {
	justify-content: center;
	align-items: center;
}
.video .banner-cover.center {
	align-items: center;
}
.banner-cover.right {
	justify-content: flex-end;
}

ul.slides li {
	position: relative;
}
.slogan {
	width:60%;
	background-color:rgba(0,0,0,.3);
	text-align:center;
	padding:40px;
	box-sizing:border-box;
}
.title p {
	font-size: 50px;
	font-family: 'Sofia Pro Reg';
    line-height: 65px;
	letter-spacing:10px;
    color: #fff;
	margin:0;
	padding:0;
}
.dark .title p, .dark .subtitle p, .dark a.underline, .dark a.boxed {
	color:#1D1D1B;
	border-color:#1d1d1d;	
}
.title {
}
.subtitle p {
	font-size: 20px;
    line-height: 30px;
    color: #fff;
}
img.sub-image {
	display:block;
	max-width:200px !important;
	height:auto;
}
a.underline {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size:16px;
    letter-spacing: 4px;
    padding-bottom: 5px;
    border-bottom: 1px #fff solid;
}
a.boxed {
	display:table;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size:16px;
    letter-spacing: 4px;
	line-height:16px;
    padding: 15px 20px;
    border: 1px #fff solid;
}
.banner-cover.center p, .banner-cover.center a {
	color:#1D1D1B;
	border-color:#1D1D1B;
}	
.banner-cover.right .slogan {
	width:40%;
}
.banner-cover.right .title p, .banner-cover.right .subtitle p {
	text-align: center;
	letter-spacing:5px;
}
.banner-cover.right img.sub-image {
	margin-left:auto;
	margin-right:auto;
}
.banner-cover.right a.boxed {
	margin-top:90px;
	margin-left:auto;
	margin-right:auto;
}

ul.product-carousel {	
	/*padding:0 100px;*/
}
ul.product-carousel li img {
	display:block;
	width:120px;
	margin:0 auto;
}
.single ul.product-carousel li img {
	width:60px;
}
.partners {
	max-width:1200px;
	margin:0 auto;
}
.partner-details p {
	font-weight:300;
}
#product-main {
	position: absolute;
    bottom: -720px;
    right: 15%;
    width: 250px;
}
#product-main img {
	max-height:2000px;
}
#content {
	position:relative;
	width:100%;
}
.contentWrap {
	position:relative;
	width:calc(100% - 40px);
	margin:0 auto;
	padding:20px;
	box-sizing:border-box;	
}

.contentWrap.content {
	width:50%;
	text-align:center;
	padding: 80px 0;
}
.contentWrap.content h2 {
}
.row.gallery {
	padding:50px 0 20px 0;
	background-color:#999999;
	/*margin-bottom:100px;*/
}
.row.gallery h2 {
	color:#fff;
	border-color:#fff;
}
.one-sixth {
	position: relative;
	float:left;
	width:calc(100% / 6);
}
.square-me {
	width:100%;
	padding-top:100%;
}
p.product-intro {
	font-size:15px;
	letter-spacing:3px;
	border-bottom:1px #1D1D1B solid;
	display:table;
	margin-bottom:0;
}
.single .contentWrap {
	width:calc(50% - 200px);
	margin-left:200px;
	margin-top: 100px;

}
.single .contentWrap h1 {
	margin-top:15px;
	margin-bottom:0;
}
.single .contentWrap h2 {
	font-size: 50px;
    text-transform: uppercase;
    color: #75C3AC;
    letter-spacing: 5px;
	margin:0;
}
.single .prod-info {
}
.single .prod-info p{
	margin-top:30px;
}
.single .contentWrap ul {
	list-style:none;
	margin-left: -40px;
}
.single .contentWrap ul li {
	width:100%;
	border-bottom:1px #1D1D1B solid;
	font-size:16px;
	text-transform:uppercase;
	padding: 10px 0;
    letter-spacing: 3px;
}
.single .contentWrap ul li:last-of-type {
	border-bottom:none;
}
.main-sub-section {
	display:flex;
	align-items:center;
	background-color:#999999;
}
.second-section-text{
	position: absolute;
    bottom: 50px;
    left: -40%;
}
.second-section-text p {
	
	width:28%;
	margin-left:0;
}
.service-link {
	position:absolute;
    bottom: 50px;
    right: 50px;
}
.dark .service-link {
    left: 50px;
	right:auto;
}
.dark .second-section-text {
	right:-40%;
	left:auto;
	text-align:right;
}
.service-link a {
	font-weight: 500;
    color: #fff;
    border-bottom: 1px #fff solid;
    padding-bottom: 5px;
	font-size:14px;
	letter-spacing:3px;
}
.image img {
	display:block;
	width:100%;
	max-height:600px;
	object-fit: cover;
}

.main-sub-section.dark  h2, .main-sub-section.dark p {
	margin-left:auto;
	margin-right:0;
}
.main-sub-section.dark p {
	color:#999999;
}
.main-sub-section.dark {
	background-color:#394454;
}
.banner-cover.top {
	align-items: flex-start;
}
.row.partners {
	background-color:#f1f1f1;
}
.row.partners a {
	color:#394454;
}
.partner-details {
	position: relative;
	background-image: url("images/vertical-bg-fade-white.png");
	background-position:top;
	background-repeat:repeat-x;
	padding-top: 100px;
    margin-top: -160px;
}
.partner-details p {
	color:#1d1d1b;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:13px;
	letter-spacing:3px;
	line-height:20px;
	text-transform:uppercase;
}
.partner-details p a {
	font-weight:900;
	color:#1d1d1b;
}
.flexslider_core_products img {
	width:20%;
	height:auto;
	margin:0 40%;
}
.core-flavours {
	display:flex;
	align-items:center;
}
.flexslider_core_products {
	margin-top:-40px;
}
.flexslider_core_products .flex-control-nav.flex-control-paging {
	display:block;
}
img.statement {
	display:block;
	width:100%;
	height:auto;
}
.sb_instagram_header, #sbi_load {
	display:none;
}
.row.instagram {
	margin:100px 0 10px 0;
}

.row {
	position:relative;
	width:100%;
}

.one-third {
	position:relative;
	float:left;
	width:33.3%;	
}
.two-thirds {
	position:relative;
	float:left;
	width:66.6%;	
}

.pullLeft {
	position:relative;
	float:left;
	width:49.9%;
	padding:20px;
	box-sizing:border-box;
}
.pullRight {
	position:relative;
	float:right;
	width:49.9%;
	padding:20px;
	box-sizing:border-box;
}
.image-column {
	position:relative;
	float:left;
	width:calc(100% / 3);
	box-sizing:border-box;
	padding:5px;	
}
.image-column:nth-of-type(3n+1) {
	clear:left;	
}
.image-column img {
	width:100%;
	height:auto;
}
nav {
	margin-top: 25px;
}
nav ul {
	list-style:none;
	text-align:center;	
	margin:0 !important;
}
nav ul li {
	display:inline-block;	
	padding:0 20px;
}
nav ul li a {
	font-size:14px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;	
	letter-spacing:3px;
	transition:.2s;
}
nav ul li a:hover {
	color:#bbe1d6;	
	transition:.2s;
}
.menu-item-object-custom.menu-item-19 a {
	display: block;
    padding: 11px 14px;
    border: 1px #fff solid;
    line-height: 14px;
	transition:.2s;
}
.menu-item-object-custom.menu-item-19 a:hover {
	background-color:#bbe1d6;
	color:#fff;
    border: 1px #bbe1d6 solid;
	transition:.2s;
}
a.insta-icon {
	margin-left:22.5px;
}
.video .slogan {
	width:100%;
	text-align:center;
}
.video .title p {
	letter-spacing:15px;
	font-size:69px;
	
}
img.play-icon {
	margin: -30px auto 0 auto !important;
    width: 55px !important;
    height: auto !important;
}
.anchor-row {
	position:relative;
}
a.anchor {
	position:absolute;
	margin-top:-100px;
}


/*** Contact ***/

.wpcf7-text, .wpcf7-date, .wpcf7-number {
	width:100%;
	max-width:400px;
	height:40px;
	padding:0 10px;
	box-sizing:border-box;
	color:#394454;	
	text-align: center;
	background-color:#DFE9F2;
	border:none;
	margin-bottom:20px;margin: 0 auto;
    display: block;
}
.wpcf7-textarea {
	width:100%;
	max-width:400px;
	height:100px;
	padding:10px 10px;
	box-sizing:border-box;
	color:#394454;	
	text-align: center;
	background-color:#DFE9F2;
	border:none;
	margin-bottom:20px;margin: 0 auto;
    display: block;
}

.wpcf7-submit {
	margin:0 auto;
	width:100%;
	max-width:400px;
	height:40px;
	padding:0 10px;
	box-sizing:border-box;
	background:#394454;
	border:none;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	margin-left: 20px;
	transition:.5s;margin: 0 auto;
    display: block;
}
.wpcf7-submit:hover {
	background:#394454;
	transition:.5s;	
}
.wpcf7-form {
	margin-top:50px;
}
.single.contact .product-upsell {
	margin-top:80px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */]
	font-family: 'Sofia Pro';
	font-size:16px;
	font-weight:300px;
	color:#394454;	
}
::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Sofia Pro';
	font-size:16px;
	font-weight:300px;
	color:#394454;	
}
:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Sofia Pro';
	font-size:16px;
	font-weight:300px;
	color:#394454;	
}
:-moz-placeholder { /* Firefox 18- */
	font-family: 'Sofia Pro';
	font-size:16px;
	font-weight:300px;
	color:#394454;	
}
.one-fifth {
	position:relative;
	float:left;
	width:calc(100% / 5);
}
.three-fifths {
	position:relative;
	float:left;
	width:calc(100% / 5 * 3);
}
ul#social_icons {
	list-style:none;
	margin-left:-40px;
	text-align:right;
}
ul#social_icons li {
	display:inline;
	margin-right:35px;
}
ul#social_icons li:last-of-type {
	margin-right:0;
}
ul#social_icons li img {
	display:inline-block;
	height:20px;
	width:auto;
}
img.footer-logo {
	display:block;
	width:130px;
	height:auto;
	margin-left:0;
}
ul#menu-footermenu {
	list-style: none;
    text-align: left;
    margin: 0 0 0 -40px;
}
ul#menu-footermenu li:last-of-type {
	margin-right:0;
}
ul#menu-footermenu li a {
}
.contentWrap.fixed {
	max-width:1200px
}
.contentWrap .one-third img {
	display:block;
	width:100%;
	height:auto;
}
.two-thirds.text {
	padding:0 30px;
	box-sizing:border-box;
}
.copy p {
	margin:15px 0 0 0;
	font-size:9px;
	line-height:12px;
	text-align:left;
}
a.phonenumber, a.email, a.instagram {
	padding-left:30px;
	background-size:20px;
	background-position:left center;
	background-repeat:no-repeat;
}
a.phonenumber {
	background-image: url("images/phone-contact.png");
}
a.email {
	background-image: url("images/email-contact.png");
}
a.instagram {
	background-image: url("images/instagram-contact.png");
}

/*** Footer ***/
footer {
	position:relative;
	width:100%;
	background:#021d48;
	padding:30px 0;
}
#footer_wrap {
	position:relative;
	margin:0 auto;
	width:calc(100% - 40px);	
	max-width:1200px;
	display: flex;
}
#site-links, #customer-care, #footer-logo {
	width:calc(100% / 3);
}
footer p, footer a {
	color:#fff;	
}
#footer-logo img {
	display: block;
    width: 200px;
    margin: 0 auto;
}
footer ul {
	list-style:none;
}
footer ul li a {
	color:#999999;
	font-weight: 300;
	text-transform:capitalize;
	font-size: 20px;
	line-height:25px;
}
#site-links ul {
	margin-left:-40px;
}
#customer-care ul {
	text-align:right;
}
#customer-care p {
	text-align:right;
	font-size:14px;
}
#site-links, #footer-logo, #customer-service {
	width:calc(100% / 3);
}
#site-links h2, #customer-care h2 {
	border-bottom: none;
    text-align: left;
    display: block;
    color: #fff;
	margin-bottom:30px
}
#customer-care h2 {
	text-align:right;
}
#customer-care p,#customer-care p a {
	color:#394454;
}
a.footer-icon {
	display:inline-block;
	vertical-align:middle;
	margin:10px;
}
a.footer-icon img {
	height:30px;
	width:auto;
}

#mobile-menu-handle, .mobileShow, #open-menu {
	display: block;
}	
#mobile-menu-handle img {
	display:block;
}
#mobile-menu-handle.open #open-menu {
	display:none;
}
#mobile-menu-handle.open #close-me {
	display:block;
}
.slogan a.button {
	color:#fff;
	border-color:#fff;
}
.blog {
	display:flex;
	align-items: center;
}
.blog .one-third img {
	display:block;
	width:100%;
	height:auto;
}
.blog .two-thirds {
	padding:40px;
	box-sizing:border-box;
	order:1
}
.blog .one-third {
	order:2
}
.blog:nth-of-type(even) {
	background-color:#ddd;
}
.blog:nth-of-type(even) .two-thirds {
	order:2;
}
.blog:nth-of-type(even) .one-third {
	order:1
}
.blog:nth-of-type(even) h2, .blog:nth-of-type(even) p {
	color:#fff;
}
/*** Small Desktop ***/
@media screen and (max-width:1200px) {
	nav ul li {
		padding: 0 10px;
	}
	.title p {
		font-size: 40px;
		line-height: 45px;
	}
	.title {
		margin-bottom:-10px;
	}
}


/**** Mobile ****/
@media screen and (max-width:768px) {
	.image-column {
		width:100%;
	}
	.contentWrap.content, .contentWrap {
		width:100%;
	}
	.mobileShow, #open-menu {
		display:block;	
	}
	.pullLeft, .pullRight {
		width:100%;	
	}
	.banner-cover {
		padding: 30px 30px 80px 30px;
	}
	.slogan, .banner-cover.right .slogan, .banner-cover.center .slogan, .banner-cover.left .slogan {
		width: 100%;
	}
	.title p {
		font-size: 25px;
		letter-spacing: 6px;
	}
	a.underline, a.boxed {
		color: #1D1D1B;
		border-color: #1D1D1D;
		display: table;
		margin-left:auto;
		margin-right:auto;
	}
	.flex-direction-nav a {
		top: 25% !important;
	}
	.partners {
		margin-top: 20px;
	}
	.partners h2 {
		letter-spacing: 12px;
		font-size: 30px;
	}
	.partners .flex-direction-nav a {
		top: 50% !important;
	}
	.flexslider_products {
		margin: 50px auto 50px auto;
	}
	.one-third, .two-thirds {
		width:100%;
	}
	.row.main-sub-section {
		flex-direction:column;
	}
	.second-section-text {
		position: relative;
		bottom: 0;
		left: 0;
		padding:30px 0 60px 0;
	}
	.dark .second-section-text {
		position: relative;
		bottom: 0;
		left: 0;
		padding:30px 0 ;
	}
	.main-sub-section h2,  .main-sub-section.dark h2 {
		font-size: 20px;
		padding: 10px 0;
		text-align: center;
		margin-left: auto;
	}
	.second-section-text p {
		width: 80%;
		margin-left: 10%;
	}
	.dark .second-section-text p {
		width: 80%;
		margin-left: 10%;
		text-align:center;
	}
	.contentWrap.content {
		padding: 40px 30px;
	}
	p.quote {
		font-size: 20px;
		line-height: 30px;
	}
	.row.services .one-third {
		margin-bottom:10px;
	}
	#header_wrap {
    	width: calc(100% - 40px);
	}
	#mobile-menu {
		background-size: 20%;
	}
	.wpcf7-submit {
		margin-left:0;
	}
	#footer_wrap {
		flex-direction: column;
	}
	#site-links, #customer-care, #footer-logo {
		width:100%;
	}
	#site-links {
		order:1;
	}
	#customer-care {
		order:2;
	} 
	#footer-logo {
		order:3;
	}
	#site-links h2, #customer-care h2 {
		text-align:center;
	}
	#site-links ul, #customer-care ul{
		text-align:center;
	}
	#customer-care p {
    	text-align: center;
	}
	.banner-cover h1 {
		font-size: 30px;
		line-height: 50px;
	}
	.slogan {
		background-color: rgba(0,0,0,.5);
	}
	.main-sub-section.dark  h2, .main-sub-section.dark p {
		margin-left:auto;
		margin-right:auto;
	}
	.service-tile-title p {
		font-size:25px;
	}
	.blog {
		display:block;
	}
	.blog .one-third, .blog .two-thirds {
		width:100%;
	}
	#logo {
		top: 20px;
		margin-left: -100px;
		width: 200px;
	}
	.main-sub-section h2, .main-sub-section.dark h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	#banner img {
		height:60vh;
	}
}
video.gallery-vid {
	width:100%;
	height: 56.5% !important;
}

/*** MAsonry ***/
.item {
    float: left;
    position: relative;
    line-height: 1em;
	box-sizing:border-box;
	padding:10px;
}


.grid-sizer { width: 20%; }
.item { width: 20%; }


@media screen and (max-width: 1224px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 33.33%; }
  .item { width: 33.33%; }
}

@media screen and (max-width: 720px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 50%; }
  .item { width: 50%; }
}

@media screen and (max-width: 480px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 100%; }
  .item { width: 100%; }
}

.image{
    max-width: 100%;
    margin: 0;
    display: block;
}

.image:after {
    clear:both;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}

.overlay .title {
    text-align: center;
    font-size: 30px;
}

.overlay .description {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.80);
    width: 100%;
    margin: 0;
}

.overlay .description p {
    margin: 20px;
}

.item:hover .overlay {
    display: block;
}

/*** Updates ***/

.row.main-sub-section h2 {
	text-shadow: 0 0 10px #000000;
}
.row.main-sub-section:nth-of-type(odd) .one-third {
	order:2;
}

.row.main-sub-section:nth-of-type(odd) .second-section-text {
    left:auto;
    right: -40%;
}

.row.main-sub-section:nth-of-type(odd) h2 {
	text-align:right;
	margin-left: auto;
	margin-right:0;
}

.row.main-sub-section:nth-of-type(odd) .second-section-text p {
    margin-left: auto;
	margin-right:0;
	color:#fff;
}

.row.main-sub-section:nth-of-type(odd) .service-link {
    right:auto;
    left: 50px;
}
.row.main-sub-section:nth-of-type(odd) {
	background-color:#22493b;
}	
.contentWrap.content p {
	text-align:left;
}
.gallery-tile {
	float:left;
	width:calc(100% / 8 - 4px););
	margin:0 2px;
}
.gallery .contentWrap.content {
    padding: 0 0 40px 0;
}
a.button {
	display: table;
	padding:10px 30px;
	background-color:##394454;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:1;
	margin:10px auto;
}
.contentWrap.content li {
	text-align:left;
}
@media screen and (max-width:768px) {	
	
	.row.main-sub-section:nth-of-type(odd) .second-section-text {
		right:0;
	}
	.row.main-sub-section:nth-of-type(odd) h2{
    	text-align: center;
	}
	.row.main-sub-section:nth-of-type(odd) p {
    	text-align: left;
		margin-left:auto !important;
		margin-right:auto !important;
	}
	.row.main-sub-section:nth-of-type(odd) .service-link {
		right: 50px;
		left: auto;
	}	
}