/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (min-width: 1201px){
	.container {
	    width: 1200px;
	}
}
 
@media (max-width: 1200px) {
	.container {
		width: 100%;
	}
	.group {
	    max-width: 52px;
	}

}

@media (max-width: 1160px){
	.sticky-title {
	    max-width: 420px;
	}
	.group {
	    max-width: 54px;
	}
}

@media (max-width: 1050px){
	.group {
	    max-width: 57px;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 1025px) {
	.desktop-nav{
		display: none;
	}
	body {
    	margin-top: 100px;
    }
	.mobile-nav {
	    display: block;
	    border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.mobile-nav #search-form-small {
	    right: 15px;
	    top: 8px;
	    min-width: 230px;
	}
	#primary {
	    padding: 15px 0px;
	}
	#header.fixed-header{
		padding: 0;
	}
	#social-media a {
	    font-size: 16px;
	    padding: 0 3px;
	}
	#logo img {
	    max-height: 40px;
	}
	#primary-wrapper {
	    width: 100%;
	    text-align: center;
	}
	#primary-wrapper .nav {
	    float: left;
	    top: 22px;
	    position: absolute;
	}
	#logo {
	    width: 100%;
	}
	.postTitle {
		display: none;
	}
	h1 {
		font-size: 36px !important;
		line-height: 40px !important;
		margin: 0 0 10px !important;
	}
}
 
/* Landscape phones and down */

@media (max-width: 767px ){
	#vc-main h4, h4 {
	    font-size: 24px;
	}
	#footer1{
		border-right: 0;
	}
	#footer2, #footer3 {
   		border-top: 1px solid rgba(0,0,0,0.1);
   		border-right: 0;
   	}
   	#site-info {
    	padding-bottom: 50px;
    }
    .col-centered {
	    margin-right:0px;
	}
}