@charset "utf-8";
/* CSS Document */


img { display: block; border: 0; max-width: 100%; height:auto; }


#comment {
	width:100%;
}

address,
cite,
em,
i{
	font-style: italic;
}
a:active,
a:focus {
	border:none;
}

a.mobileHome {
	display:none;
}
#wprmenu_menu {
    border-left: 1px solid #EFEFF4;
}
#wprmenu_menu_ul li.started {
	background:#FF086A;
}
#wprmenu_menu_ul li.started a {
	color:#FFF;
}

#wprmenu_menu_ul li.started a:hover {
	background:#FFF;
	color:#FF086A;
}




@media only screen and (max-width: 1024px) {
	
header {
    padding: 0 5px 30px;
}
header.sticky {
    padding: 20px 5px;
}
#logo {
	width:300px;
    margin-top: 38px;
}
header.sticky #logo {
	margin-left:15px;
}
#content.container {
	padding:20px 10px;
}

.su-lightbox-content.staffContent {
	width:70% !important;
}
.post-type-archive-features #postWrapper {
    min-height: 170px;
}

}

/*//////////////////////Small tablet portrait (600x800)////////////////////////////*/

@media only screen and (max-width: 800px) {

#wprmenu_bar {
	height:60px;
	-webkit-box-shadow:  0px 0px 8px 3px rgba(0, 0, 0, .25);
	box-shadow:  0px 0px 8px 3px rgba(0, 0, 0, .25);
	padding-bottom:0 !important;
}
#wprmenu_bar .bar_logo {
	display:inline-block;
	height:45px;
}
#wprmenu_menu.left, #wprmenu_menu.right {
	top:60px;
}
#wprmenu_bar .wprmenu_icon {
	margin-top:10px;
}
#wprmenu_bar .menu_title {
	display:inline-block;
}
header {
    padding: 0 5px 30px;
}
header.sticky {
	height:80px;
}

#logo {
    width: 220px;
    margin-top: 48px;
}

header.sticky #logo {
    width: 220px;
	margin-left:0;
    margin-top: -7px;
}

#nav {
	margin:0;
	font-size:12px;
}
#nav li a {
    margin: 0 0 0 10px;
}
header.sticky #nav {
	margin-top:3px;
}
.pageBanner {
    padding: 120px 0 60px;
}
.featureWrap.fifty {
	padding:20px 20px 0;
	min-height:260px;
}

.post-type-archive-features #postWrapper p.featureTitle {
	font-size:15px;
    line-height: 18px;
}

.post-type-archive-features #postWrapper {
    min-height: 170px;
}

h2 {
    font-size: 36px;
	line-height:42px;
}

.single-features .nav-next, .single-features .nav-previous {
	margin-top:5px;
}


}
@media only screen and (max-width: 767px) {
	
* {
	-webkit-transition: none .3s linear;
	-o-transition: none .3s linear;
	-moz-transition: none .3s linear;
    box-sizing: border-box;
}



a.mobileHome {
	display: block;
    position: fixed;
    width: 230px;
    height: 60px;
    z-index: 500;
    top: 0;
}

}

@media only screen and (max-width: 640px) {
	
.container {
	padding:20px 10px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
}
h3 {
	font-size:18px;
}
.pageBanner {
    padding: 60px 10px;
}

#affiliates .container {
    padding: 20px 0px 1px;
}
#affiliates .twentyfive {
	width:50%;
	padding:10px;
}

.featureImg.twenty {
	padding-left:0;
}

.featureWrap.fifty {
	min-height:inherit;
	padding-bottom:20px;
}
.forty, .fifty, .sixty, footer .widget {
	width:100%;
}

.testContainer {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
}

#pricing.container {
    padding-left: 10px;
    padding-right: 10px;
}

.post-type-archive-features .post-single/*, 
.post-type-archive-staff .post-single*/ {
	max-width:none;
    width: 50%;
	min-height:inherit;
}
.post-type-archive-features #postWrapper, .post-type-archive-features .post-single:nth-child(5n+5) #postWrapper {
    border-right: 1px solid #ececee;
    border-bottom: 1px solid #ececee;
	border-top:none;
}

.post-single:nth-child(25) #postWrapper {
	border-bottom:none !important;
}

.post-single:nth-child(2n+2) #postWrapper {
	border-right:none !important;
}
.aboutContent {
    margin: 30px auto;
}
.blog .post-content, .blog .featured-thumbnail {
	float:left; 
	width:100%; 
	padding-left:10px;
	padding-right:10px;
}
.blog .featured-thumbnail {
	margin-bottom:15px;
}

footer .widget {
	width:50%;
	margin-top:30px;
	clear:left;
}
}

@media only screen and (max-width: 480px) {

#brackets {
	display:none;
}

.post-type-archive-staff .post-single {
	max-width:inherit;
	width: 50%;
}

.post-type-archive-staff .post-single:nth-child(6) {
	margin-left:0;
}

.single-features article {
	clear:both;
	margin-top:20px;
}
.featureNext, .featurePrev {
	font-size:12px; 
	width:120px; 
}
.single-features .nav-next, .single-features .nav-previous {
	margin:5px;
}

.su-lightbox-content.staffContent {
	width:90% !important;
	padding:20px !important;
}


}

/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
	body {
	
	}
	
}

