/*	=========================================== *\
		GLOBAL SETTINGS
\*	===========================================	*/





/*	=========================================== *\
		REDIKER LOGIN WIDGET
\*	===========================================	*/


/*	=========================================== *\
		CUSTOM BLOCK TEMPLATES
\*	===========================================	*/ 

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

	/* [[ AUTONAV/TEMPLATES/SVPHS_ULTRA_MENU ]] */
	#svphs-ultra-menu {
		display: none;
	}

}
@media screen and (max-width: 849px) {
	
	
	/* [[ PAGE_LIST/TEMPLATES/SVPHS_LANDING_PAGE_LIST ]] */
	.svphs-lpl-wrap {
		width: 50%;
	}
	
	.svphs-lpl-thumb-overlay {
		display: none;
	}
	
	.partnerships {
		text-align: center;
	}
	
	.signature-01,
	.signature-02 {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width: 320px) {
	
	/* [[ PAGE_LIST/TEMPLATES/SVPHS_LANDING_PAGE_LIST ]] */
	.svphs-lpl-wrap {
		width: 100%;
		border-bottom: 1px solid #ccc;
		border-left: none;
		padding: 15px 0;
	}
	
}



/*	=========================================== *\
		PAGE TYPES:	HOME.PHP
\*	===========================================	*/ 
@media screen and (max-width: 1024px) {
	
	.home-slide-container {
		min-height: 1px;
	}
	
	
	
}
@media screen and (max-width: 769px) {

	.h-column-01, 
	.h-column-02, 
	.h-column-03  {
		margin: 0 0 35px 0;
		margin-right: 0px;
		width: 100%;
		float: none;
	}

}

/*	=========================================== *\
		PAGE TYPES: PE_POST.PHP
\*	===========================================	*/ 
@media screen and (max-width: 769px) {

	.pe-post-heading {
		float: left;
		width: 70%;
	}

	.pe-post-thumb {
		float: right;
		width: 25%;	
	}

	.pe-post-thumb img {
		-webkit-box-shadow: 0 8px 8px -8px #000;
		-moz-box-shadow: 0 8px 8px -8px #000;
		-o-box-shadow: 0 8px 8px -8px #000;
		box-shadow: 0 8px 8px -8px #000;
		border: 2px solid #FFF;
	}

	.pe-post-date-time {
		border-bottom: 1px dotted #ccc;
		margin: 0 10px 10px 0;
		line-height: 18px;
		font-size: 14px;
		display: block;
		padding: 1% 0;
	}
		 
	.pe-post-main {
		margin-bottom: 30px;
		width: 100%; 
		float: none;
	}

	.pe-post-main article {
		padding-left: 0;
	}

	.pe-post-share {
		display: none;
	}

	.pe-post-right-sidebar {
		float: none;
		width: 100%;
	}

}

/*	=========================================== *\
		SINGLE PAGE: NEWS_BLOG_LANDING.PHP
\*	===========================================	*/
@media screen and (max-width: 769px) {

	.news-blog-landing-inner-wrap {
		margin-bottom: 45px;
		border: none;
		padding: 0;
	}

	.news-blog-landing-left-column {
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		margin-bottom: 15px;
		margin-right: 0;
		float: none;
		width: 100%;
	}
		
	.news-blog-landing-sections-menu {
		width: 26.104%; /* 216.6666666666667/830 */
		margin-right: 5.421%; /* 45/830 */
		padding: 1.807%; /* 15/830 */
		border-bottom: none;
		float: left;
	}

	.news-blog-landing-subscribe-cta	{
		width: 26.104%; /* 216.6666666666667/830 */
		padding: 1.807%; /* 15/830 */
		border-left: 5px double #ccc;
		border-bottom: none;
		float: left;
	}

	.news-blog-landing-social-share {
		width: 26.104%; /* 216.6666666666667/830 */
		padding: 1.807%; /* 15/830 */
		border-left: 5px double #ccc;
		border-bottom: none;
		float: right;
	}

	.news-blog-landing-main-column {
		width: 64.457%; /* 535/830 */
		float: left;
	}

	.news-blog-landing-right-column {
		width: 33.734%; /* 280/830 */
		float: right;
	}

	.news-blog-landing-column-01 {
		margin-right: 0;	
		float: none;
		width: 100%;
	}

	.news-blog-landing-column-02 {
		margin-right: 0;
		float: left;
		width: 100%;
	}

}

