/*
Theme Name: on the cover theme
Theme URI: http://www.rowdydigital.com.au
Description: Custom theme
Version: 1.0
Author: the RowdyDigital team
Author URI: http://www.rowdydigital.com.au

*/

@font-face { font-family: 'Montserrat'; src: url(fonts/Montserrat-Regular.ttf) format('truetype'); font-style: normal; font-weight: normal; }
@font-face { font-family: 'Montserrat'; src: url(fonts/Montserrat-Bold.ttf) format('truetype'); font-style: normal; font-weight: bold; }
@font-face { font-family: 'Montserrat'; src: url(fonts/Montserrat-Light.otf) format('opentype'); font-style: normal; font-weight: 300; }

html, body {
	margin: 0;
	padding: 0;
    color: #000000;
    font-family: 'Montserrat',sans-serif !important;
    font-size: 15px;
    line-height: 1.2;
    min-width: 320px;
    text-rendering: optimizeLegibility;
    overflow-x:hidden;
}
	body .article-body{
		font-family: 'Open Sans',sans-serif !important;
		text-rendering: optimizeLegibility;
		line-height: 1.5;
	}


a {
	color: inherit;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

a:hover {
	color: #0a43b5;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif!important;
}

h2 {
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 4px;
	color: #000;
}

h3 {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	color: #0a43b5;
}
h4 {
	font-size: 14px;
	letter-spacing: 2px;
	color: #000;
}

.inheritstyle {
	font-size: inherit;
	letter-spacing: inherit;
	color: inherit;
	text-transform: inherit;
}

.layout img{
	border: 1px solid #ececec;
}

.fullwidth h2, .fullwidth h3, .fullwidth h4{
	margin-top: 32px;
}
.fullwidth h2:first-child, .fullwidth h3:first-child, .fullwidth h4:first-child{
	/*margin-top:0;*/
	margin-top: 15px;
}

/*---------------------------------------------------------Clearfix*/

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

li.menu-hide{
	display: none;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*---------------------------------------------------------Wrapper / Inner*/
		
.strip {
	width: 100%;
	margin: 0 auto;
	clear: both;
	position: relative;
	overflow: hidden;
}

		.strip.grey {
			background: #e6e6e6;
		}

	.strip .inner,
	.inner {
		/*width: 1478px;*/
		margin: 0 auto;
	}

	.strip .inner,
	.strip-narrow .inner{
		width: 1320px;
		margin: 0 auto;
	}
	.strip-wide .inner{
		width: 1478px;
		margin: 0 auto;
	}

.bg-grey {
	background-color: #f2f2f2;
}

.bg-grey2 {
	background-color: #e6e6e6;
}

/*link color*/
.teal {
	color: #0a43b5;
}
/*menu logo color*/
.charcoal {
	color: #1a1818;
}

/*--------------------------------------------------------- Webpage page styles */

/**--ICONS / SOCIAL ICONS--**/
.social-icon {
	height: 17px;
	width: 17px;	
	display: block;
	z-index: 4;
	background: url(images/social-icons-large.png) no-repeat 0px 0px / 34px auto;
}
.social-icon-2 {
	height: 34px;
	width: 34px;	
	display: block;
	background: url(images/social-icons-large.png) no-repeat;
}
	.icon-twitter {
		background-position: 0px 0px;
		/*background: url(images/social-icons-large.png) no-repeat 0px 0px*/
	}
		.icon-twitter:hover {
			background-position: -17px 0px;
			/*background: url(images/social-icons-large.png) no-repeat -34px 0px*/
		}
	.icon-facebook {
		background-position: 0px -17px;
		/*background: url(images/social-icons-large.png) no-repeat 0px -34px*/
	}
		.icon-facebook:hover {
			background-position: -17px -17px;
			/*background: url(images/social-icons-large.png) no-repeat -34px -34px*/
		}
	.icon-pinterest {
		background-position: 0px -34px;
		/*background: url(images/social-icons-large.png) no-repeat 0px -68px*/
	}
		.icon-pinterest:hover {
			background-position: -17px -34px;
			/*background: url(images/social-icons-large.png) no-repeat -34px -68px*/
		}
	.icon-instagram {
		background-position:  0px -51px;
		/*background: url(images/social-icons-large.png) no-repeat 0px -102px*/
	}
		.icon-instagram:hover {
			background-position: -17px -51px;
			/*background: url(images/social-icons-large.png) no-repeat -34px -102px*/
		}
	.icon-email {
		background-position:  0px -68px;
		/*background: url(images/social-icons-large.png) no-repeat 0px -136px*/
	}
		.icon-email:hover {
			background-position: -17px -68px;
			/*background: url(images/social-icons-large.png) no-repeat -34px -136px*/
		}


#social-side {
    position: fixed;
    z-index: 2;
    left: 0;
    width: 46px;
    text-align: right;
    height: auto;
    top: 16%;
    margin-top: 77px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    margin-left: -8px;
    border: 1px solid #f2f2f2;
}
	#social-side ul {
	    list-style-type: none;
	    padding-left: 0;
	    margin: 0;
	}
		#social-side ul li {
		    margin: 0;
			padding: 13px 18px;
		}	

.icon-search {
	padding-left: 20px;
	background: url(images/icon-search.png) no-repeat center right;
    position: relative;
    top: -1px;
}

/**--HEADER--**/
.header{
	position: fixed;
	top: 0;
	z-index: 2;
	background-color: #fff;
}
	.header {
		box-shadow: 0 3px 5px -2px #666;
	}


.strip .header-inner {
	padding: 9px 0 9px 0;
}

	.header-inner .logo {
		background: #fff url(images/onthecover-logo-small.png) no-repeat left top;
		height: 60px;
		width: 215px;
		overflow: hidden;
		float: left;
		/*margin-right:18px;*/
		margin-right: 6px;
		margin-left: 12px;
		padding-bottom: 12px;
		position: relative;
	}
		.logo #logo-link{
			height: inherit;
			width: inherit;
			cursor: pointer;
			display: block;
		}
		.logo #logo-link:hover{
			color: inherit;
		}
			.logo #logo-link h1 {
				width:100%;
				height: 100%;
				opacity:0;
			}
			.logo #logo-link span{
				/*display: none;*/
				display: block;
				white-space: nowrap;
				margin: 0;
    			font-size: 10px;
    			line-height: 10px;
    			text-align: center;
    			text-transform: uppercase;
    			position: relative;
    			bottom: 0px;
			}

/**--BANNER--**/
.site-banner {
	background-repeat: no-repeat;
	background-position: top center;
}	
	.banner-container, .shadow-banner-container {
		/*margin for fixed menu area*/
		margin-top: 90px;
	}
	.shadow-banner-container.no-shadow{
		/*margin-top: 0;*/
	}

	#homepage-banner, 
	#category-banner{
		height: 340px;	
		/*background-color: rgba(236,236,236,0.7);*/
		background-color: #fff;
	}
		#homepage-banner .site-banner,
		#category-banner .site-banner{
		    /*background-size: auto 340px;*/
		    background-size: cover;
		    position: absolute;
		    top: 0;
		    height: inherit;
		    width: 100%;
		    background-position: 25% 0;
		}
		.shadow-banner{}

		.site-banner-content,
		.category .site-banner-content{
			height: inherit;
		   /* width: 600px;*/
		  	width: 681px;
		    text-align: center;
		    position: relative;
		    margin: 0 auto;
		}
			.category .site-banner-content-inner,
			.site-banner-content-inner{
				height: inherit;
			    display: table-cell; zoom:1;
			    vertical-align: middle;
			    text-align: center;
			    width: inherit;
			}
				.category .site-banner-content-inner img,
				.site-banner-content-inner img{
					margin: 40px auto 0 auto;
				}

	.site-banner.cat-banner.nobanner{
		height:0;
	}

	.banner-logo{
		background: url(images/onthecover-logo.png) no-repeat center center;
		height:173px;
		width:100%;
		overflow: hidden;
		background-size: contain;
		margin-top: 40px;
	}
	.banner-tagline{
		/*text-transform: uppercase;*/
	    font-size: 18px;
	    color: #fff;
	    width: 100%;
	    margin: 0 auto;
	    font-weight: 300;
	    text-align: center;
	    letter-spacing: 5px;
	}
		.banner-tagline h2{ /*text-transform: lowercase;*/ letter-spacing: inherit; }

	.cat-banner-logo{
		width:100%;
		overflow: hidden;
		/*max-height: 176px;*/
		max-height: 280px;
    	background-size: contain;
    	margin-top: 20px;
    	background-repeat: no-repeat; 
    	background-position: top center;
	}
	.cat-banner-tagline{
		font-size: 17px;
	}

	.banner-h1 h1{
		font-size: 1px;
		visibility: hidden;
	}
	.banner-h2 h2{
		font-size: inherit;
		font-style: inherit;
		font-weight: inherit;
		color: inherit;
	}

/**--FOOTER--**/
	.footer-instagram-bg {
		background-color: #e6e6e6;
	}
	.footer-instagram-inner{
		text-align: center; 
		width: 100%;
		position: relative;
		min-height: 28px;
	}

	.footer-instagram-inner .footer-instagram-title{
		margin: 30px auto;
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color:#000;
	}
	.footer-instagram-title .footer-instagram-line {
		background: url(images/shortline.png) no-repeat center center;
		background-color: #000;
	    width: 124px;
	    height: 1px;
	    display: inline-block;
	    line-height: 14px;
	    position: relative;
	    bottom: 7px;
	    zoom:1;
	}
		.footer-instagram-title .footer-instagram-line:first-child{
			margin-right:50px;
		}
		.footer-instagram-title .footer-instagram-line:last-child{
			margin-left:50px;
		}

	.footer-bg {
		background-color: #000;
	}

	.footer-inner .footer-nav {
		text-align: center; 
		width: 100%;
		position: relative;
		margin: 22px auto;
	}
	.footer-nav nav {
		width: 100%;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		color:#a5a5a5;
		font-size: 12px;
	}
		.footer-nav nav ul{
			list-style-type: none;
			padding:0;
			margin:0;
		}
		.footer-nav nav ul li{
			margin: 13px 0 0 0;
			display: inline;
		}
			
			.footer-nav nav ul li::before {
				content: "|";
				padding-right: 22px;
				padding-left: 22px;
				color:#a5a5a5;
			}
			.footer-nav nav ul li:first-child {
				padding-left:0;
				padding-right: 0;
			}
			.footer-nav nav ul li:first-child::before{
				content: "";
				padding-right: 0;
			}
		.footer-nav nav ul li a {
			color:#a5a5a5;
		}

/*instagram styles*/
/*.sbi_photo is the <a> class*/
#sb_instagram #sbi_load{
	display: none;
}

#sb_instagram .sbi_photo{
	opacity: 1!important;
}

	#sb_instagram .sbi_photo:after {
	    content: '\A';
	    position: absolute;
	    width: 100%; height:100%;
	    top:0; left:0;
	    background:rgba(0,0,0,0.4);
	    transition: all 1s;
	    -webkit-transition: all 1s;
	}
	#sb_instagram .sbi_photo:hover::after {
	    background: transparent;
	    transition: all 1s;
	    -webkit-transition: all 1s;
	}


/**--TILES DISPLAY FOR POSTS/CATEGORIES--**/
.tile-cols{
	width:100%;
}
.tile-cols-4{
	width:25%;
	float:left;
}

.tile {
	/*padding: 0 10px;*/
	max-width: 347px!important;
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}
.tile-image, .tile-image img {
	/*max-width: 100%;*/
	width: 100%;
	display: block;
	overflow: hidden;
}

.tile-hover {
	color:#fff;
	background: rgba(0,0,0, 0.6) no-repeat top center; 
	position: absolute; 
	visibility: hidden;
}
.tile:hover .tile-hover {
	visibility: visible;
}
	.tile.tile-type-ad .tile-hover{
		visibility: visible;
	}

.tile a{
	color: inherit;
	transition:none;
}
.tile a:hover{
	color: #000;
	transition:none;
}

/*LINK overlay on tile: */
.tile-text{
	display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
    color:#fff;
}
	.tile-link{
		position: absolute;
    	padding: 0;
    	margin: 0;
    	overflow:hidden;
    	display: block;
    	z-index: 2;
    	opacity: 0;
	}

	.tile-title{
		font-size: 15px;
		padding-top: 13px;
	}
	.tile-title.title-responsive{ display: none; }

	.tile-snippet{
		margin: 10px 0;
		font-size: 14px;
    	font-style: italic;
	}
.tile-readmore{
	text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 10px;
    zoom:1;
    font-size: 13px;
    background-color: transparent;
    transition: all 0.5s ease 0s;

    z-index: 3;
    position: relative;
}
	.tile-readmore:hover{
		background-color: #fff;
		color: #000;
		transition: all 0.5s ease 0s;
	}


/*load tiles button*/
.load-tiles{
	width:100%;
	text-align: center;
    padding: 36px 0;
}
.load-tiles-button{
	text-transform: uppercase;
    display: block;
    border: 1px solid #000;
    margin: 0 auto;
    width: 200px;
    padding: 10px;
    transition: all 0.5s ease 0s;
}
	.load-tiles-button:hover{
		color: #0a43b5;
		border-color: #0a43b5;
		cursor: pointer;
		transition: all 0.5s ease 0s;
	}



/* TILES DISPLAY STYLE - EXTENDED */
	.tile-v1 img{
		width: 100%;
		height:auto;
		display: block;
    	mix-blend-mode: multiply;
	}
	.tile-v1 .tile-url{
		display: inline-block;
		overflow: hidden;
		height: auto;
    	width: auto;
    	max-width: 347px;
    	text-align: center;
		transition: all 0.5s ease-in-out;
		/*background:rgba(255,255,255,1)*/
		background: #fff;
	}
		.tile-v1:hover .tile-url{
			/*background-color: rgba(0,0,0,0.3);*/
			background: #b3b3b3;
		  	transition: all 0.5s ease-in-out;
		}
	.tile-v1 .tile-title{
		padding-bottom: 17px;
		width: 100%;
    	margin: 0 auto;
    	border-bottom: 1px solid #fff;/*hide for fade*/
    	font-weight: 300;
	}	
		.tile-title .tile-title-box, .tile-title.title-responsive .tile-title-box{
			display: none; /*hide for fade*/
			width: 98%;
			margin: 0 auto;
		}

		.tile-title .tile-title-box, .tile-title a{ transition: all 0.5s ease 0s;}
		.tile-v1 .tile-title.no-title{ padding-bottom: 8px; }

	.tile-v1:hover, .tile-v1 .tile-title:hover a{
		color: #0a43b5;
	}
		
/*add loadmore styles*/
	.tile-section {
		display:none;
	}
	.tile-section.show {
		display: block;
	}

/* strip-inner => wide: 1478px, normal: 1320px*/
	#new-tiles .tile,
	#tile-col-1 .tile,
	#tile-col-2 .tile,
	#tile-col-3 .tile,
	#tile-col-4 .tile { 
		display: none; 
		overflow: hidden;
		max-width: 98%;
		width: 98%;
	}

	#new-tiles .tile-hover {
		position: relative;
	}

	@media only screen and (max-width : 1478px) {
		.header-inner .logo{
			margin-left: 40px;
		}
		.search-nav{
			margin-right: 40px;
		}
		#new-tiles .tile {
			padding: 0;
			max-width: 98%;
			width: 98%;
		}
		.tile-text {
			padding: 0 25px;
		}
		.strip-wide .inner{
			width: 100%;
		}
	}

	@media only screen and (max-width : 1180px) {
		#new-tiles .tile {
			margin: 10px auto;
			padding: 0;
			max-width: 98%;
			width: 98%;
			display: none;
		}
		.strip-wide .inner{
			width: 100%;
			margin: 0 auto;
		}

		.tile-v1 .tile-title.no-title {
		    padding-bottom: 0;
		    margin-bottom: 4px;
		}
	}

	/*4-column*/
	@media only screen and (min-width : 1180px){
		#tile-col-1 .tile:nth-child(4n+1){
			display: block;
		}
		#tile-col-2 .tile:nth-child(4n+2){
			display: block;
		}
		#tile-col-3 .tile:nth-child(4n+3){
			display: block;
		}
		#tile-col-4 .tile:nth-child(4n+4){
			display: block;
		}
	}
	/*3-column*/
	@media only screen and (max-width : 1180px) and (min-width: 768px){
		.tile-cols-4{
			width:33%;
			float:left;
		}

		/* 3COL messes up once each section is in own div - custom css for each */
		#tile-col-1 .tile-section:nth-child(3n+1) .tile:nth-child(3n+1){ display: block;}
		#tile-col-1 .tile-section:nth-child(3n+2) .tile:nth-child(3n+3){ display: block;}
		#tile-col-1 .tile-section:nth-child(3n+3) .tile:nth-child(3n+2){ display: block;}

		#tile-col-2 .tile-section:nth-child(3n+1) .tile:nth-child(3n+2){ display: block;}
		#tile-col-2 .tile-section:nth-child(3n+2) .tile:nth-child(3n+1){ display: block;}
		#tile-col-2 .tile-section:nth-child(3n+3) .tile:nth-child(3n+3){ display: block;}

		#tile-col-3 .tile-section:nth-child(3n+1) .tile:nth-child(3n+3){ display: block;}
		#tile-col-3 .tile-section:nth-child(3n+2) .tile:nth-child(3n+2){ display: block;}
		#tile-col-3 .tile-section:nth-child(3n+3) .tile:nth-child(3n+1){ display: block;}

		#tile-col-4{
			display: none;
		}
	}
	/*2-column*/
	/*@media only screen and (max-width: 768px) and (min-width: 500px) {*/
	@media only screen and (max-width: 768px) {
		.tile-cols-4{
			width:50%;
			float:left;
		}
		.tile-text .tile-snippet {
			font-size: 13px;
		}
		#tile-col-1 .tile-section .tile{display: none!important;}
		#tile-col-1 .tile:nth-child(odd){
			display: block!important;
		}
		#tile-col-2 .tile-section .tile{display: none!important;}
		#tile-col-2 .tile:nth-child(even){
			display: block!important;
		}
		#tile-col-3{
			display: none;
		}
	}
	/*1-column*/
	/*@media only screen and (max-width : 500px) {
		.tile-text {
			padding: 0 13px;
		}
		.tile-cols-4{
			width:100%;
		}
		#tile-col-1 .tile{
			display: block;
		}
		#tile-col-2{
			display: none;
		}
	}*/
	/*--./end responsive tile style --*/

/*--HOME--*/
/*.page:not(.home) .content{
	margin-top: 79px;		
}*/

.content-inner {
	min-height: 807px;
}
.content-inner-full {
	padding: 30px 0 60px 0;
}

/**--POST & PAGE--**/
.shadow-banner{
	height: 340px;
	width: 100%;
	position: absolute;
	/*background-color: #f2f2f2;*/
	background-color: #ececec;
	opacity: 0.7;

	
}
	.strip.shadow-banner,
	.strip.shadow-banner-container,
	.strip.content-container-single{
		overflow: visible;
	}

.content-inner-article{
	width: 807px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.content-inner-article article{
	width:100%;
	padding: 30px 0 40px 0;
}
article .search-body{
	padding-bottom: 24px;
	text-align: center;
}

article .article-meta {
	/*padding: 30px 0;*/
	padding: 20px 0;
	text-align: center;
}
	article .article-date{
		text-transform: uppercase;
		color: #0a43b5;
		font-size: 14px;
		margin:0;
		padding:0 0 24px 0;
		letter-spacing: 2px;
	}
	article .article-title{
		text-transform: uppercase;
		color: #000;
		margin:0;
		padding:0;
	}
		.article-title h2{
			margin:0;
			padding:0;
			font-size: 26px;
			letter-spacing: 4px;
			/*try thiner font?*/
			font-family: 'Open Sans',sans-serif !important;
		}
		.article-title h2.isshorttitle{
			display: none;
		}

	article .article-categories{
		color: #000;
		font-size: 15px;
		margin:0;
		padding:0 0 40px 0;
	}
	article .lowercase{
		text-transform: lowercase;
	}
		.article-categories ul {
			list-style-type: none;
			padding:0;
			margin:0;
		}
		.article-categories ul li {
			display: inline;
		}
		.article-categories ul li:before{
			content: "+";
			padding-left: 7px;
			padding-right: 7px;
		}
			.article-categories ul li:first-child::before{
				content: "";
				padding-left: 0;
				padding-right: 0;
			}

article .article-layout a {
	color: #0a43b5;
	transition: all 0.5s ease 0s;
}
	article .article-layout a:hover {
		color: #000;
		transition: all 0.5s ease 0s;
	}

article .article-layout .layout {
	/*margin: 16px auto;*/
	margin: 0 auto;
}
	.article-layout .fullwidth{
		width:100%;
		clear:both;
		display: block;
	}
		.article-layout .fullwidth img{
			margin: 1em auto;
		}
		.fullwidth .textarea-inner{
			margin: 15px 0;
		}

	.fullwidth-div {
		width:100%;
		clear:both;
		display:block;
		margin: 0px 0!important;
		height:1px;
	}

	.article-layout .halfwidth{
		width:50%;
	}
		.halfwidth.left{
			float:left;
			text-align:left;
		}
		.halfwidth.right{
			float:left;
			text-align:right;
		}
	.article-layout .limage{
		float:left;
		max-width: 390px;
	}
	.article-layout .rimage{
		float:right;
		max-width: 390px;
	}

	/*img content*/
	.article-layout .sidewidth-left img {
		float:left;
		display: block;
		margin:1em 0;
	}
	.article-layout .sidewidth-left .text-sidewidth {
		display: block;
		padding-left: 40px;
		overflow: hidden;
		max-width: 377px;
		float: right;
	}

	.article-layout .sidewidth-right img {
		float:right;
		display: block;
		margin:1em 0;
	}
	.article-layout .sidewidth-right .text-sidewidth {
		display: block;
		padding-right: 40px;
		overflow: hidden;
		max-width: 377px;
	}

	/*change halfwidth float for images*/
	/*max-width=96%, so padding to follow so not >100%*/
	.layout-side-by-side_images_2.halfwidth.left{
		text-align: right;
	}
		.layout-side-by-side_images_2.halfwidth.left img{
			margin: 1em 0;
			margin-right: 4%;
		}
	.layout-side-by-side_images_2.halfwidth.right{
		text-align: left;
	}
		.layout-side-by-side_images_2.halfwidth.right img{
			margin: 1em 0;
			margin-left: 4%;
		}

	/*layout 3 images*/
	.thirdwidth.left{ float:left; }
	.thirdwidth.right{ float:right; }
	.article-layout .thirdwidth{
		width:33%;
		display: inline-block;
		float:left;
		
	}
		.article-layout .thirdwidth img {
			margin: 1em 0;
			margin-right: 13px;
		}
		.article-layout .thirdwidth.nopad img{
			margin-right: 0;
		}
	/*@media only screen and (min-width : 890px) {}*/

	/*embed content - fullwidth videos*/
	.article-layout .fullwidth .embedfull iframe{
		width: 100%;
	}

	/*embeded content - getty*/
	.article-layout .sidewidth-left .getty{ 
		float: left;
	}
	.article-layout .sidewidth-right .getty{ 
		float: right;
	}
	/*embeded content - houzz*/
	.article-layout .sidewidth-left small,
	.article-layout .sidewidth-right small{
		display: block;
	    text-align: center;
	    padding: 0 20px;
	}
	.halfwidth small{}

	.embedimage img {
		max-width: 390px;
		max-height: 807px;
    	height: auto;
    	width:auto;
	}


	.caption-inner{
		line-height: 21px;
		font-style: italic;
		padding: 0 10px;
	}
	.caption-inner .photo-icon {
		background: url(images/icon-photo.png) no-repeat center left;
	    padding-left: 35px;
	    height: 18px;
	    font-size: 16px;
	    font-style: normal;
	    text-transform: uppercase;
	    display: block;
	    float: left;
	    overflow: hidden;
	    padding-right: 10px;
	}
	.caption-inner .photo-caption {
		overflow: hidden;
	}
		.caption-inner .photo-caption p {
			margin: 0;
		}

/*Search*/
.search-body ul, .search-body ol {
	padding-left:20px;
	width:80%;
	line-height: 1.2em;
}
.search-body ul li, .search-body ol li {
	padding: 8px 0;
}


.search-body form input[type='text']{
	font-size: 1em;
	line-height: 1em;
   	padding: 12px 10px;
    border: 1px solid #8c8c8c;
    width: 375px
}
.search-body form input[type='submit']{
	letter-spacing: 2px;
	font-size: 1em;
	line-height: 1em;
    padding: 13px 10px;
    border:1px solid #0a43b5;
    text-transform: uppercase;
    background: #0a43b5;
    color: #fff;
    transition: all 0.5s ease 0s;
}
	.search-body form input[type='submit']:hover{
		cursor: pointer;
		opacity: 0.7;
		transition: all 0.5s ease 0s;
	}

/* Categories - Trending*/
.trend-container-bg {
	background-color: #f2f2f2;
}
.trend-inner{
	text-align: center; 
	width: 100%;
	position: relative;
}

	.trend-inner .trend-title{
		margin: 30px auto;
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color:#000;
	}

	.trend-inner .trend-divline{
		border-bottom: 1px solid #000;
	}

	.trend-inner .trend-feed{
		margin:0 auto;
		padding: 50px 0;
	}

	.trend-feed ul {
		list-style-type: none;
		margin:0;
		padding:0;
	}
		.trend-feed ul li{
			float: left;
			width: 33%;
			text-align: center;
		}
		.trend-feed .tile {
			margin:0;
			padding: 0;
			max-width: none!important;
		}

		.trending-tile {
			width: 347px;
   			/*height: 218px;*/
   			height: auto;
    		overflow: hidden;
    		margin: 0 auto;
    		max-width: 100%;
    		width: 100%;
		}
			.trending-tile a{
				transition: all 0.5s ease 0s;
				display: inline-block;
			}
			.trending-tile a:hover{
				transition: all 0.5s ease 0s;
				background-color: rgba(0,0,0,0.3);
				mix-blend-mode: multiply;
			}
			.trending-tile a:hover img {
				transition: all 0.5s ease 0s;
				mix-blend-mode: multiply;
			}


		.trending-text {
    		width: 347px;
    		margin: 0 auto;
		}
			.trending-text h3 {
				padding: 0 2px;
				margin-top: 23px;
				margin-bottom: 13px;
				transition: all 0.5s ease 0s;
			}
			.trending-text h3 a{
				color:inherit;
				transition: all 0.5s ease 0s;
			}
			.trending-text h3 a:hover{
				color: #0a43b5;
				transition: all 0.5s ease 0s;
			}

		.trend-readmore {
			border: 1px solid #000;
			margin-top: 17px;
			margin-bottom: 13px;
			transition: opacity 0.5s ease-in-out;
		}
		

/*--------------------------------------------------------- GRAVITY FORM styles */

/* 'get in touch' form */
#gform_wrapper_1.no-labels_wrapper .gfield_label{
	display: none;
}

.gfield_label {
	font-weight: normal!important;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	color: #0a43b5;
}
.gform_wrapper .gfield_required {
	font-size: 17px;
    line-height: 14px;
    color: #000!important;
    opacity: 0.7;
}

.gform_wrapper label.gfield_label+div.ginput_container{
	margin-bottom: .66em;
}


.gform_wrapper .ginput_container{
	/*add margin to offset padding from input*/
	margin-right: 20px!important;
}
	.gform_wrapper input[type='text'], .gform_wrapper textarea {
		font-size: 1em;
	   	padding: 16px 10px!important;
	    border: 1px solid #8c8c8c!important;
	}


.gform_wrapper input:placeholder-shown,
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper input:-moz-placeholder,
.gform_wrapper input::-moz-placeholder,
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper input::-ms-input-placeholder,
.gform_wrapper input:placeholder-shown {
	visibility: visible!important;
	color: #000;
}

.gform_wrapper div.validation_error {
	border: 0!important;
	font-size: 1em!important;
	margin: 0!important;
	padding: 0.5em 0!important;
	font-weight: normal!important;
}
	.gform_wrapper li.gfield.gfield_error, 
	.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
		border: 0!important;
    	margin: 0!important;
    	padding-top: 1px!important;
	}
		.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
			line-height: 14px!important;
   			padding: 0 0 10px 10px!important;
    		margin: 0!important;
    		font-weight: normal!important;
		}

.gform_wrapper .gform_footer {
	padding: 0!important;
	margin: 0!important;
}

	.gform_wrapper input[type='submit']{
		line-height: 2.1em;
		letter-spacing: 2px;
	    padding: 7px 40px!important;
	    border: 2px solid #0a43b5;
	    text-transform: uppercase;
	    background: #0a43b5;
	    color: #fff;
	    transition: all 0.5s ease 0s;
	}
	.gform_wrapper input[type='submit']:hover{
		cursor: pointer;
		opacity: 0.7;
		transition: all 0.5s ease 0s;
	}

.gform_wrapper .gform_confirmation_wrapper{
	margin: 16px 0;
}

/*--------------------------------------------------------- WYSYWIG Image styles */

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	img.round {
		border: none;
	} 
}

p.readmore, .readmore {
	text-transform: uppercase;
	float: center;
	display: inline;
	padding: 10px;
	color: #000000;
	border: 1px solid #000000;
}

img{
	max-width: 100%;
	height:auto;
	display: block; /*remove anoying bottom pad*/
}

p img {
	padding: 0;
	max-width: 100%;
	}

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

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 20px;
	}

.alignleft,
img.alignleft,
img.attachment-alignleft {
	display: inline;
	float: left;
	margin: 0 20px 13px 0;
	}
	
.attachment-alignleft {
	margin: 0 7px 2px 0;
	}
	
.wp-caption {
	background: none;
	padding: 2px 0 10px 0;
}

.layout span.wp-caption-text{
	width: inherit;
	display: block;
	margin: 0 0 5px 0;
	font-size: 0.688em;
	line-height: 11px;
	color: #999999;
	text-align: left;
	/*float: left;*/
	width: 90%;
	padding-left: 16px;
}

.wp-caption-text {
	width: 100%;
	margin: 5px 5px 0 0;
	font-size: 0.688em;
	line-height: 11px;
	color: #999999;
}

img.round {
	-webkit-border-radius: 95px;
	border-radius: 95px; 
	border: 3px solid #e6aa7d;
	padding: 0;
}

table {
	width:100%;
	margin: 13px 0 22px 0;
}
td, th {
	padding: 13px 6px;
}


blockquote {
  quotes: "\201C""\201D""\2018""\2019";
  margin-left: 0;
  margin-top: 30px;
  font-style: italic;
}

	blockquote p:before {
	    content: open-quote;
	    font-size: 2em;
	    line-height: 0.1em;
	    color: rgb(10, 67, 181);
	    margin-right: 0.4em;
	    vertical-align: -0.4em;
	    font-family: "Georgia";
	}

	blockquote p:after {
	    content: close-quote;
	    font-size: 2em;
	    line-height: 0.1em;
	    color: rgb(10, 67, 181);
	    margin-left: 0.1em;
	    vertical-align: -0.6em;
	    font-family: "Georgia";
	}



/*NEW MOBILE MENU CODE - ALWAYS ACTIVE!!*/
.mobile-side-container{
	/*position: absolute;*/
	position: fixed;
	top:0;
	right:0;
	width: 0px;
	background: rgba(255,255,255,0.9);
	transition: width 0.5s;
	overflow-x: hidden;
	z-index: 121;
	border-radius: 26px 0 0 26px;
	/*box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.4);*/
	border:1px solid #f2f2f2;
	/*min-height: 100%;*/
	/*height: 100%;*/	
    height: auto;
    min-height: auto;
}
.mobile-side{
	position: relative;
    z-index: 120;
    /*background: #fff;*/
    min-width: 260px;
    width: inherit;
    right: 0;
    top: 0px;
    color: #000;
    transition: right 0.5s;
    padding: 0px 0px 0px 0px;
    height: 100%;
}
	.mobile-menu-open, 
	.mobile-menu-close {
	    cursor: pointer;
	    line-height: 60px;
	}

	.slide-burger{
		background: #fff;
		margin-left: 34px;
		text-align: left;
		height: 90px;
	}
		.mobile-menu-close{
			height: 60px;
	    	width: 16px;
	    	background: url(images/icon-menu-close.png) no-repeat left bottom 10px;
		}	

	.search-nav{
		margin-right: 12px;
    	float: right;
	}
		.search-nav > div{
			float: left;
    		line-height: 72px;
    		height: 72px;
    		overflow: hidden;
    		margin-left: 40px;
    		position: relative;
		}
	.menu-burger{}
		.mobile-menu-open{
			background: url(images/icon-menu-sml.png) no-repeat left center;
    		height: inherit;
    		width: 32px;
		}


	.search-form{ height: inherit; }
	.search-form .search-submit { 
		display: none;
		background: url(images/icon-search.png) no-repeat center center;
		border:0;
		position: absolute;
		right: 20px;
		text-indent: 25px;
		height: inherit;
		width: 20px;
		overflow: hidden;
	}
		.search-form .search-field {
			text-indent: 8px;
			width: 20px;
			height: 31px;
			margin: 11px 0;
			line-height: inherit;
			border: 0;
			background: transparent url(images/icon-search-2.png) no-repeat center center;
			color: #000;
			border-radius: 3px;
			font-size: 13px;
			cursor: pointer;
			-webkit-appearance: none;
			transition: all 0.5s ease 0s;
			float: right;
			outline: none;
		}
			.search-form .search-field::-webkit-input-placeholder {  color: transparent; } 

			.search-form .search-field:focus{
				width: 156px;
				background: #ececec;
				color: #000;
				cursor: initial;
			}
				.search-form .search-field:focus::-webkit-input-placeholder {
					color: #444;
				}


		.navbar-search-responsive{
			width: 240px;
			margin: 0 auto;
			padding-left: 16px;
    		padding-bottom: 20px;
		}	
			.navbar-search-responsive form{
			   	padding: 5px 8px;
			   	margin: 0;
			   	text-align: center;
			}
				.navbar-search-responsive form input{
					height: 31px;
					text-indent: 8px;
					background: #f2f2f2;
					color: #000;
					border: 0;
					font-size: 13px;
					border-radius: 3px;
				}
				.navbar-search-responsive form input[type='text']{
					width: 160px;
				}
					.navbar-search-responsive form input::-webkit-input-placeholder { color: #444; }
				.navbar-search-responsive form input[type='submit']{
					width: 30px;
		    		border-collapse: collapse;
				    background: #fff url(images/icon-search-2.png) no-repeat center center;
				    color: transparent;
				}


.mobile-side ul#menu-mainnav{
	list-style-type: none;
    margin: 0 0 16px 0;
    padding: 0;
    padding: 0;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Open Sans',sans-serif !important;
    text-align: center;
}
	.mobile-side ul#menu-mainnav .menu-item-description{
		font-family: 'Montserrat',sans-serif !important;
	}
.mobile-side ul#menu-mainnav li{
	padding: 0;
    border-top: 1px solid #eee;
}
	.mobile-side ul#menu-mainnav li:last-of-type{
		border-bottom: 1px solid #eee;
	}
	.mobile-side ul#menu-mainnav li a{
		padding: 16px 16px;
		display: block;
	}
		.mobile-side ul#menu-mainnav li.current-menu-item{
			color: #0a43b5;
		}
		.mobile-side ul#menu-mainnav li a:hover{}

	.mobile-side ul#menu-mainnav li .menu-item-description{
		margin-top: 8px;
	    font-size: 11px;
	    /*letter-spacing: 0px;*/
	    text-transform: lowercase;
    	letter-spacing: 0.4px;
	}

/*----------------------------------------------------- RESPONSIVE STYLES */

@media only screen and (max-width : 1540px) {

	.content-inner-full {
		padding: 30px 40px 60px 40px;
	}
}
@media only screen and (max-width : 1320px) {

	.strip .inner, .strip-narrow .inner{
		width:100%;
	}

	#homepage-banner, #category-banner{
		height: 280px;
	}
		.category .site-banner-content-inner img{
			height: 50%;
		}
		.banner-logo, .cat-banner-logo{
			height: 115px;
		}

		.cat-banner-logo{
			height: 50%!important;
			background-size: contain;
			max-height: 115px;
		}
			.cat-banner-tagline{
				font-size: 14px;
			}

	.shadow-banner{}

	#social-side{
    	margin-top: 0px;
	}
		.single-post #social-side{
			margin-top: 77px;
		}

	.layout.fullwidth img{
		max-width: 100%;
	}
	.layout.halfwidth img{
		max-width: 96%;
	}

	.layout.sidewidth-left img,
	.layout.sidewidth-right img{
		/*max-width: 46%;*/
	}

}

@media only screen and (max-width : 1280px) {}

/*MOBILE: IPAD*/
@media only screen and (max-width : 1026px) {

	#homepage-banner, 
	#category-banner{
		height: 230px;
	}
		.shadow-banner{}

		.banner-tagline,
		.cat-banner-tagline{
			font-size: 13px; 
			margin: 1em auto;
		}
}



@media only screen and (max-width : 942px) {
	.content-inner-article{
		width: auto;
    	padding: 0 42px;
	}
	.trending-tile{
		width: 96%;
	}
	.trending-text{
		width: 94%;
    	padding: 0 3%;
	}
	.footer-instagram-title .footer-instagram-line {
	    width: 72px;
	}
		.footer-instagram-title .footer-instagram-line:first-child{
			margin-right:26px;
		}
		.footer-instagram-title .footer-instagram-line:last-child{
			margin-left:26px;
		}

	.article-layout .sidewidth-left .text-sidewidth{
		padding-left: 26px;
	}
	.article-layout .sidewidth-right .text-sidewidth {
		padding-right: 26px;
	}
}

@media only screen and (max-width : 768px) {

	#homepage-banner, #category-banner{ display: none;}
	.home .site-banner-content, .blog .site-banner-content { display: none;}

	/*stack images*/
	.article-layout .rimage,
	.article-layout .limage{
	    display: block;
		clear: both;
		margin: 0 auto;
		float: none;
	}
	.article-layout .sidewidth-right .text-sidewidth,
	.article-layout .sidewidth-left .text-sidewidth{
		clear: both;
		max-width: 100%;
	}

	/*remove images from contact page*/
	.page-id-32 .layout img{
		display: none;
	}

	.content-inner {
		min-height: 400px;
	}

	#social-side{
	    position: fixed;
    	top: auto;
    	bottom: 0;
    	margin-top: 0;
	    height: 40px;
	    width: 100%;
	    border-radius: 0;
	    margin-left: 0;
	    background: rgba(255,255,255,1);
	}

	#social-side ul{
		display: block;
    	margin: 0 auto;
    	height: 44px;
   		text-align: center;
	}
	#social-side ul li {
    	padding: 0 10px;
    	display: inline-block;
    	zoom: 1;
	}	

	#social-side ul li a{
		padding: 7px 7px;
    	display: block;
	}

	.social-icon {
		height: 24px;
		width: 24px;	
		background: url(images/social-icons-large.png) no-repeat;
	}
		.icon-twitter {
			background-position: 0px 0px;
		}
			.icon-twitter:hover {
				background-position: -24px 0px;
			}
		.icon-facebook {
			background-position: 0px -24px;
		}
			.icon-facebook:hover {
				background-position: -24px -24px;
			}
		.icon-pinterest {
			background-position: 0px -48px;
		}
			.icon-pinterest:hover {
				background-position: -24px -48px;
			}
		.icon-instagram {
			background-position: 0px -72px;
		}
			.icon-instagram:hover {
				background-position: -24px -72px;
			}
		.icon-email {
			background-position: 0px -96px;
		}
			.icon-email:hover {
				background-position: -24px -96px;
			}



	.caption-inner .photo-icon{
		width: 0px;
    	padding-right: 0;
	}	

	.trend-feed ul li {
		width:100%;
	}
	.trending-tile{
		width: 100%;
	}
		.trending-tile img {
			margin-left: 0;
		}
	.trending-text {
	    width: 80%;
	    padding: 0 10%;
	    max-width: 347px;
	}
		.trending-text h3{
			margin-top: 13px;
		}
	.trend-readmore{
		margin-top: 13px;
    	margin-bottom: 23px
	}

	.footer-instagram-title .footer-instagram-line {
	    display: none;
	}

	.footer-nav nav ul li{
		display: block;
    	width: 100%;
	}
		.footer-nav nav ul li::before{
			content: "";
			padding:0;
		}

	.search-body ul{
		width: 96%;
	}

	.search-body form{
		max-width: inherit;
	}
	.search-body form input[type='text']{
		width:90%;
		max-width: 90%;
	}
	.search-body form input[type='submit']{
		margin-top: 13px;
	}


	.layout{
		/*don't loose letters to overflow:hidden*/
		word-wrap: break-word;
	}

	.layout.sidewidth-left img, .layout.sidewidth-right img{
		/*max-width: 36%;*/
	}
		.layout.sidewidth-left .embedimage{
			/*max-width: 36%;*/
	    	float: left;
	    	margin-right: 10px;
		} 
		.layout.sidewidth-right .embedimage{
			/*max-width: 36%;*/
	    	float: right;
	    	margin-left: 10px;
		}
	.article-layout .sidewidth-left .text-sidewidth{
		padding-left: 13px;
	}
	.article-layout .sidewidth-right .text-sidewidth {
		padding-right: 13px;
	}

	.footer-inner .footer-nav{ 
		margin-bottom: 54px;
	}

}

@media only screen and (max-width : 580px) {
	/*switch to short titles where availabel*/
	.tile-title.title-responsive{ display: block; font-size:14px; }
	.tile-title.title-full{ display: none; }

	.article-title h2.hasshorttitle{ display:none;}
	.article-title h2.isshorttitle{ display: block;}


	.strip .header-inner{ width: 90%; }
	.strip .header-inner > div{ margin:0;}
		.search-nav > .search{ display: none; }
		.search-nav > .menu-burger{ margin-left: 0px; }
		.navbar-search-responsive{ display: block; }
}

@media only screen and (max-width : 500px) {

	.site-banner-content {
		top: 100px;
	}

	.banner-tagline h2{
    	font-size: 13px;
    	letter-spacing: normal;
    	/*text-shadow: 0 0 1px #000;*/
	}

	.header-inner .logo {
		margin-right: 0;
	}

	.banner-logo, .cat-banner-logo{
    	max-height: 180px;
    	margin-bottom: 0px;
	}

	.banner-container, .shadow-banner-container{
		/*margin-top: 46px;*/
	}
	.shadow-banner-container.no-shadow{margin-top: 46px;}

	.content-inner-article{
		padding: 0 22px;
	}

	.layout .limage, .layout .rimage{
    	margin-bottom: 25px;
	}

	.article-layout .halfwidth{
		width: 100%;
	}
	.layout.halfwidth img{
		max-width: 100%;
	}

		.layout-side-by-side_images_2.halfwidth.left,
		.layout-side-by-side_images_2.halfwidth.right{
			text-align: center;
		}
		.layout-side-by-side_images_2.halfwidth.left img,
		.layout-side-by-side_images_2.halfwidth.right img,
		.article-layout .thirdwidth.nopad img{
			margin: 1em auto;
		}
		.layout.sidewidth-left img, .layout.sidewidth-right img{ max-width: 100%; float: none; margin: 0 auto; }
		.article-layout .sidewidth-left .text-sidewidth,
		.article-layout .sidewidth-right .text-sidewidth {
			padding-left:0;
			padding-right: 0;
		}

	.article-layout .thirdwidth{ width: 100%; float: none; text-align: center; }
		.article-layout .thirdwidth img{
			margin: 1em auto;
		}

	.layout span.wp-caption-text{
		width: 86%;
    	float: none;
    	margin: 0 auto;
	}

	.layout.sidewidth-left .embedimage,
	.layout.sidewidth-right .embedimage,
	.layout.layout-side-by-side_embed .embedimage{
		max-width:100%;
		float: none;
		margin:10px auto;
	}
		.layout.layout-side-by-side_embed {
			width:100%;
		}
		.halfwidth.right, .halfwidth.left {
			float:none;
			text-align: left;
		}

	.content-inner-full{
		padding: 20px 12px;
	}
		.tile-section{
			padding: 0 5px;
		}

	.footer-instagram{
		display: none;
	}

	.footer-inner .footer-nav{ margin: 13px 0 62px 0; }
}

