@charset "UTF-8";
/*
Theme Name: WeFirst New
Version: 1.1
*/
/* =General
============================================*/
.collapseomatic_content {margin-left:0px!important;}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
	height:inherit;
}

.fullscreen-bg__video {
    position: absolute;
	top:0;
    width: auto;
	height:inherit;
    overflow: hidden;
    min-width: 100%;
}

@media (max-width: 767px) {
 
    .fullscreen-bg__video {
        display: none;
    }
	
	.mobile-carousel {
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
	height:inherit;
    }
}


@media (min-width: 768px) {
    .mobile-carousel {
        display: none;
    }
}



#content {
	font-weight: 200;
	font-size: 17px;
}

@media (min-width: 768px) {
	#content {
		font-size: 17px;
	}
}

.left-align {
    float: left;
	text-align:left;
}

.centered {
	text-align: center;
}

.right-align {
    float:right;
	text-align:right;
}


/* Mastheads */

.black-section {
	background-color: #000000;
	color: #fff;
	text-align:left;
}


/* Banner Text Sizing */

.text-banner {
	padding-bottom: 35px;
	padding-top: 40px;
}

.text-banner h1 {
	margin: 0 0 20px;
	font-weight: 300 !important;
	line-height: 1.2 !important;
	font-size: 35px !important;
}
.text-banner p {
	margin: 0 0 20px;
	font-weight: 200 !important;
	line-height: 1.2 !important;
	font-size: 17px !important;
}


@media (min-width: 768px) {
	.text-banner {
		padding-bottom: 75px;
		padding-top: 50px;
	}
	.text-banner h1 {
		margin: 0 0 30px !important;
	}
	.text-banner p {
		margin: 0 0 30px !important;
	}
}

@media (min-width: 992px) {
	.text-banner h1 {
		font-size: 35px !important;
	}
	.text-banner p {
		font-size: 17px !important;
	}
}

/* Archive/Category/Search Pages */
.text-banner.archive-header {
	padding-bottom: 30px;
	padding-top: 45px;
}



/* Header Logo & Menu */

.site-header2 {
	position: relative;
	background-color:#000000;
}

.main-navigation {
	padding-top: 40px;
}

.site-header2 hgroup {
	float: left;
}
.site-header2 .logo,
.site-header2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.site-header2 span.logo {
	padding-left: 19px;
	display: block;
}
.site-header2 .logo a {
	display: inline-block;
	height: 62px;
	width: 270px;
	background: url('images-2/nav-logo.png') center center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
	margin-top:-9px;
}
.site-header2 .navigation,
.site-header2 .header-social {
	overflow: hidden;
	height: auto;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}


.site-header2 .navigation.collapsed,
.site-header2 .header-social.collapsed {
	border-top: none;
	height: 0px;
}
.site-header2 .navigation {
	float: left;
}


.site-header2 .navigation {
	border-top: 1px solid #ddd;
	width: 100%;
}
.site-header2 .navigation ul {
	float: right;
	width: 100%;
}
.site-header2 .navigation ul li {
	float: left;
	width: 100%;
}
.site-header2 .navigation ul li a,
.site-header2 .header-social ul li a,
.site-header2 .header-email a,
.site-header2 .header-email a i.icon
.site-header2 a.menu-toggle,
.site-header2 a.menu-toggle i.icon,
.site-header2 a.header-share,
.site-header2 a.header-share i.icon {
	height: 74px;
	line-height: 74px;
}
.site-header2 .navigation ul li a {
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	padding: 0 7px;
	display: block;
	color: #ffffff;
	font-weight:200;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.site-header2 .navigation ul li.current_page_item a,
.site-header2 .navigation ul li a:hover {
	background-color: #e9232d;
	text-decoration: none;
	color: #fff;
}
.site-header2 .navigation ul li.current_page_item a {
	cursor: default;
}
.site-header2 .header-social {
	border-top: 1px solid #ddd;
	text-align: center;
	position: relative;
	z-index: 20;
	width: 100%;
	top: 100%;
	right: 0;
	float: right;
	padding-right:20px;
}
.site-header2 a.menu-toggle,
.site-header2 a.header-share,
.site-header2 .header-email {
	position: relative;
	overflow: visible;
}
.site-header2 .header-social ul li {
	display: inline-block;
	width: 15%;
}
.site-header2 .header-social ul li a {
	width: 100%;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.site-header2 a.menu-toggle,
.site-header2 a.header-share,
.site-header2 .header-email {
	width: 20%;
}
.site-header2 a.menu-toggle,
.site-header2 a.header-share,
.site-header2 .header-email a {
	display: block;
	float: right;
	height: 74px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.site-header2 .header-email a {
	width: 100%;
}

.site-header2 a.menu-toggle.active:after,
.site-header2 a.header-share.active:after {
}
.site-header2 a.menu-toggle i.icon,
.site-header2 a.header-share i.icon,
.site-header2 .header-email a i.icon {
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.icon-menu2 {
	background-image: url('images-2/icon-menu.png');
	z-index:999999 !important;
	display:block !important;
}
.icon-share2 {
	background-image: url('images-2/icon-share.png');
	z-index:999999!important;
	display:block !important;
}

.icon-share2:hover,
.icon-share2-hover,
a:hover .icon-share2 {
	background-image: url('images-2/icon-share-hover.png');
}
.icon-menu2:hover,
.icon-menu2-hover,
a:hover .icon-menu2 {
	background-image: url('images-2/icon-menu-hover.png');
}


	
.logo-right-group {
	width:195px !important;
	margin-left:15px;
	margin-right:0;
	display:none;
}

@media (min-width: 1230px) {
.logo-right-group {
	display:inline-block;
}


@media (min-width: 852px) {
	.site-header2 .navigation.collapsed {
		height: auto;
	}
	.site-header2 .navigation {
		border-top: none;
		width: auto;
	}
	.site-header2 .navigation ul {
		padding-left: 45px;
		width: auto;
	}
	.site-header2 .navigation ul li {
		width: auto;
	}
	.site-header2 .navigation ul li a {
		display: inline-block;
		border: none;
	}
	.site-header2 .navigation ul li a:hover {
		background: none;
		color: #e9232d;
	}
	.site-header2 .navigation ul li.current_page_item a {
		background: none;
		color: #ffffff;
		font-weight:bold;
	}
	.site-header2 .header-social {
		position: absolute;
		width: 241px;
		right: 87px;

	}
	.site-header2 .header-social ul li {
		float: left;
		width: 40px;
	}
	
		
	.site-header2 .header-social ul li a {
		height: 40px;
		width: 40px;
	}
	.site-header2 a.header-share,
	.site-header2 .header-email {
		width: 86px;
	}
	.site-header2 a.menu-toggle {
		display: none;
	}
	
	.site-header2 {
		padding: 0 0 0 30px;
	}
	.site-header2 span.logo {
		margin-left: 0;
	}
	.site-header2 .header-social {
		position: relative;
		border-top: none;
		background: none;
		right: auto;
		width: auto;
		left: auto;
		top: auto;
		
	}
	.site-header2 .header-social ul {
		padding: 0 20px;
		float: right;
	}
	.site-header2 .header-social ul li a {
		height: 74px;
	}
	.site-header2 a.header-share {
		display: none;
	}
	.site-header2 .header-social.collapsed {
		height: auto;
	}
}

@media (max-width: 481px) {

.site-header2 .logo a {
	display: inline-block;
	height: 62px;
	width: 200px;
	background: url('images-2/nav-logo2.png') center center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
	margin-top:-9px;
}

.site-header2 a.menu-toggle,
.site-header2 a.header-share,
.site-header2 .header-email {
	width: 15%;
}


}

.icon2-lg-google,
.icon2-lg-facebook,
.icon2-lg-twitter,
.icon2-lg-pinterest,
.icon2-lg-instagram,
.icon2-lg-linkedin,
.icon2-lg-youtube {
	height: 29px;
	width: 33px;
}
.icon2-facebook {
	background-image: url('images-2/facebook.png');
}
.icon2-twitter {
	background-image: url('images-2/twitter.png');
}
.icon2-youtube {
	background-image: url('images-2/youtube.png');
}

.icon2-instagram {
	background-image: url('images-2/instagram.png');
}
.icon2-facebook:hover {
	background-image: url('images-2/facebook-hover.png');
}
.icon2-twitter:hover {
	background-image: url('images-2/twitter-hover.png');
}
.icon2-youtube:hover {
	background-image: url('images-2/youtube-hover.png');
}



/* =Footer
============================================*/
/* Footer */

footer.site-footer2 {
	background: #000000;
	text-align: center;
	font-weight: 200;
	padding: 20px 0 0 0;
	color: #fdfdfd;
	line-height:1.8em;
	font-size:17px;
}

footer.site-footer2 a {
	color: #ffffff;
}

footer.site-footer2 a:hover {
	color: #e9232d;
}

footer.site-footer2 .footer-logo {
	padding-bottom:40px;
	width:100%;
	max-width:124px;
}

footer.site-footer2 .footer-top ul {
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0;
}

footer.site-footer2 .footer-top ul li {
	display: inline-block;
	margin: 5px 5px 10px 0;
	line-height: 0;
}
footer.site-footer2 .footer-top ul li a {
	display: inline-block;
	text-align: left;
}
footer.site-footer2 .footer-top ul li a.icon {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

@media (max-width: 370px){
footer.site-footer2 {
	line-height:1.5em;
	font-size:14px;
}
}



.icon2 {
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
}

.icon2-lg-google,
.icon2-lg-facebook,
.icon2-lg-twitter,
.icon2-lg-pinterest,
.icon2-lg-linkedin,
.icon2-lg-youtube {
	height: 29px;
	width: 33px;
}
.icon2-lg-google {
	background-image: url('images-2/google-plus.png');
}
.icon2-lg-facebook {
	background-image: url('images-2/facebook.png');
}
.icon2-lg-twitter {
	background-image: url('images-2/twitter.png');
}
.icon2-lg-instagram {
	background-image: url('images-2/instagram.png');
}
.icon2-lg-linkedin {
	background-image: url('images-2/linked-in.png');
}
.icon2-lg-youtube {
	background-image: url('images-2/youtube.png');
}
.icon2-lg-google:hover {
	background-image: url('images-2/google-plus-hover.png');
}
.icon2-lg-facebook:hover {
	background-image: url('images-2/facebook-hover.png');
}
.icon2-lg-twitter:hover {
	background-image: url('images-2/twitter-hover.png');
}
.icon2-lg-instagram:hover {
	background-image: url('images-2/instagram-hover.png');
}
.icon2-lg-linkedin:hover {
	background-image: url('images-2/linked-in-hover.png');
}
.icon2-lg-youtube:hover {
	background-image: url('images-2/youtube-hover.png');
}



/* Contact Page*/

.contact-wrap {
	padding-top: 105px;
	padding-bottom: 60px;
	font-weight: 400;
	line-height: 1.2;
	font-size: 16px;
}

.contact-wrap p {
	text-decoration:underline;
}

.contact-wrap h1 {
font-size:35px;
}

.directions {
	font-size: 14px;
}

#map {
	display:block;
}

#map2 {
	display:none;
}

@media (max-width: 767px) {
	#map {
	display:none;
	}
	
	#map2 {
	display:block;
	}
}



/* About Page*/

.about-wrap {
	padding-top: 45px;
	padding-bottom: 20px;
	font-weight: 400;
	line-height: 2;
	font-size: 16px;
}

.about-wrap h1 {
font-weight:bold;
font-size:22px;
}

.about-wrap h2 {
font-weight:bold;
font-size:18px;
padding-top:5px;
}

.video-thumb {
margin-top:70px;
height:100px;
width:100px;
}

@media (min-width: 768px) {
	.banner-600
	{
		min-height: 480px;
	}
	.banner-600 {
		height: 480px !important;
	}
	
	.video-thumb {
margin-top:85px;
height:125px;
width:125px;
}
}

.video-thumb2 {
margin-top:95px;
height:100px;
width:100px;
}

@media (min-width: 768px) {
		.video-thumb2 {
margin-top:170px;
height:125px;
width:125px;
}
}






/* Home Page*/


@media (max-width: 640px) {
	.home-narrow{
		display:block;
	}
	.home-larger{
		display:none;
	}
}

@media (min-width: 641px) {
	.home-narrow{
		display:none;
	}
	.home-larger{
		display:block;
	}
}

.home-wrap {
	padding-top: 45px;
	font-weight: 400;
	line-height: 2;
	font-size: 16px;
	max-width:1366px;
	display:block !important;
}


.home-wrap h1 {
font-size:35px;
}

.black-bg {
background-color:#000000}

.home-wrap-black {
	padding-top: 35px;
	padding-bottom:45px;
	font-weight: 400;
	line-height: 2;
	font-size: 16px;
	max-width:1366px;
	color:#FFFFFF;
	display:block !important;
}

.home-wrap-black h1 {
font-size:35px;
color:#FFFFFF
}

.page-template-default .site-header2 {
background-color:#000000 !important;
z-index:999 !important;
}

@media (max-width: 799px) {
.page-template-default .site-header2 .navigation,
.page-template-default .site-header2 .header-social {
background-color:#000000 !important;
z-index:999 !important;
}
.page-template-default .site-header2 .navigation{
position:absolute;
top:189px;
}
.page-template-default .site-header2 .header-social {
position:absolute;
}
}

.home-slideshow {
position:absolute !important;
top:0;
background-position: center top !important;
background-repeat: no-repeat;
background-size: cover !important;
overflow:hidden !important;
padding: 0 !important;
margin: 0 !important;
}


/* Banner underneath slider */

.black-section2 {
    background-color: #000000;
	color: #fff;
	text-align:left;
	overflow:hidden !important;
	margin-top:521px;
	display:block;
}

.text-banner2 {
	padding-bottom: 25px;
	padding-top: 40px;
	overflow:hidden !important;
}

.text-banner2 h1 {
	margin: 0 0 20px;
	font-weight: 300 !important;
	line-height: 1.2 !important;
	font-size: 21px !important;
	text-align:center;
}


@media (min-width: 768px) {
	.text-banner2 {
		padding-bottom: 25px;
		padding-top: 50px;
		overflow:hidden !important;
	}
	.text-banner2 h1 {
		margin: 0 45px 30px !important;
	}
}

@media (min-width: 992px) {
	.text-banner2 h1 {
		font-size: 35px !important;
	}
	.text-banner2 p {
		font-size: 17px !important;
	}
}

@media (max-width: 480px) {
	.black-section2 {
	margin-top:354px;
	overflow:hidden !important;
}
}


@media (min-width: 481px) and (max-width: 991px) { 
	.black-section2 {
	margin-top:414px;
	overflow:hidden !important;
}
}


.featured-slide-logo {
	width:100%;
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
	min-width:275px;
	max-width:350px;
	margin-bottom:20px;
}


@media (max-width: 767px) {

.featured-slide-logo {
	margin-bottom:20px;
}
}

@media (max-width: 500px) {
.featured-slide-logo {
	min-width:175px;
	max-width:250px;
	margin-bottom:15px;
}
}







/* Work Landing Page */

.featured-case-study {
	display:block;
	margin-left:5%;
}

.featured-case-study p {
	font-weight: 200 !important;
	line-height: 1.2 !important;
	font-size: 16px !important;
	color:#FFFFFF;
}

.featured-case-study-logo {
	width:35%;
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
	min-width:275px;
	max-width:350px;
	margin-top:85px;
	margin-bottom:30px;
}
	


.featured-case-study .sub-caption {
	border-top: 2px solid #bd1328 !important;
	border: 2px solid #bd1328 !important;
	background-color:transparent;
	padding: 10px 5px !important;
	text-align: center!important;
	font-weight: normal !important;
	font-size: 16px !important;
	display: block;

}

.featured-case-study .sub-caption:hover {
	background-color:#bd1328;
}

.featured-case-study .sub-caption span {
	line-height: 16px;
	margin: 10px 0 0;
	display: block;
}
.featured-case-study .sub-caption em.item-link {
	font-style: normal;
	text-transform:capitalize;
	display: block;
	color:#FFFFFF !important;
}
.featured-case-study .sub-caption em.item-link i {
	margin-left: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


@media (min-width: 768px) {
	.banner-600-work
	{
		min-height: 480px;
	}
	.banner-600-work {
		height: 480px !important;
	}

}

.banner-600-work-toms 
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 200px;
}

.banner-600-work-toms {
	height: 500px;
}


@media (min-width: 768px) {
	.banner-600-work-toms
	{
		min-height: 480px;
	}
	.banner-600-work-toms {
		height: 480px !important;
	}

	.banner-600-work-toms {
		height: 600px;
	}
}


@media (max-width: 480px) {

.featured-case-study {
text-align:center !important;
}

}


@media (max-width: 767px) {

.featured-case-study-logo {
	margin-top:20px;
	margin-bottom:20px;
}
}



@media (min-width: 481px) {

.featured-case-study .sub-caption {
width:235px !important;
max-width:350px;
padding: 15px 5px !important;
}

.featured-case-study strong {
text-align:left !important;
}

.featured-case-study p {
	display:block;
	max-width:450px;
}


}


@media (min-width: 992px) {
	
	.featured-case-study .sub-caption {
		font-size: 16px !important;
		width: 20% !important;
		margin-top: 30px !important;
	}
	
}

@media (min-width: 1200px) {
	
	.featured-case-study .sub-caption {
		margin-left: 0% !important;
		text-align: center !important;
		width: 20% !important;
		margin-top: 30px !important;
	}
	
	
}



/* Case Study Details Page */

.black-background {
	background-color:#000000;
}

.brief-wrap {
	padding-top: 45px;
	padding-bottom: 10px;
	font-weight: 400;
	line-height: 2;
	font-size: 16px;
	background-color:#000000;
	color:#FFFFFF
}


.brief-wrap h1 {
font-weight:bold;
font-size:16px;
text-transform:capitalize;
margin-bottom:5px;
}


.brief-wrap a {
font-weight:bold;
text-decoration:underline;
color:#FFFFFF;
}



.impact-wrap {
	font-weight: 400;
	line-height: 1.9;
	font-size: 16px;
	background-color:#000000;
	color:#FFFFFF
}


.impact-wrap h1 {
font-weight:bold;
font-size:16px;
text-transform:capitalize;
margin-bottom:5px;
}

.client-hr {
text-align:center; 
width:40%;
height: 2px;
border: none;
/* Set the hr color */
color: #f4f4f4; /* old IE */
 background-color: #f4f4f4; /* Modern Browsers */
}

@media (max-width: 480px) {

.client-hr {width:60%;}

}

.client-wrap {
	padding-bottom: 20px;
	padding-top:15px;
	font-weight: 400;
	font-size: 16px;
	background-color:#000000;
	color:#FFFFFF
}

.client-wrap h1 {
font-weight:bold;
font-size:16px;
text-transform:capitalize;
margin-bottom:5px;
}

.view {
position:absolute;
right:25px;
bottom:25px;
display:block;
opacity: 1.00!important;
}

.case-study-detail-logo {
    position:absolute;
	top:25px;
	left:25px;
	width:35%;
	min-width:275px;
	max-width:400px;
}

.view-image {
width:50%; position:absolute; right:15px; bottom:15px; max-width:256px;
}

@media (max-width: 480px) {

.wpmci-popup-cnt-inr-wrp h2 {font-size:14px;}

.wpmci-popup-cnt-inr-wrp p {font-size:10px;}

.wmpci-popup-body {
    max-width: 75%!important;
}

}

/* Blog Text Sizing */

.wp-tiles-tile h1 {
	margin: 0 !important;
	font-weight: 300 !important;
	line-height: 1.2 !important;
	font-size: 35px !important;
}
.wp-tiles-tile p {
	margin: 20px 0 0 0;
	font-weight: 200 !important;
	line-height: 1.2 !important;
	font-size: 16px !important;
}

.quote-wrap {
	padding-top: 45px;
	padding-bottom: 20px;
	font-weight: 400;
	line-height: 2;
}


.quote-wrap p {
font-size:20px;
}

.text-slideshow {
	margin: 0 !important;
	font-weight: 300 !important;
	line-height: 1.2 !important; 
	font-size: 40px !important;
}

#text-slider-controls {
display:none !important;
}

.big {
	margin: 0;
	font-weight: 300; 
	font-size: 70px !important;
	line-height: 0.6; 
}




@media (max-width: 1199px) {

.excerpt {
	display: none;
}

.wp-tiles-tile p {
	margin: 30px 0 0 0;
}


}


@media (max-width: 690px) {

.wp-tiles-tile h1 {
	font-size: 25px !important;
}
.wp-tiles-tile p {
	font-size: 15px !important;
}

.quote-wrap h1 { 
	font-size: 25px;
}

.text-slideshow { 
	font-size: 25px !important;
}

.big {
	margin: 0;
	font-weight: 300; 
	font-size: 30px !important;
	line-height: 0.6; 
}

.quote-wrap p {
font-size:16px;
}


}



@media (max-width: 482px) {

.read-more {
	display: none;
}

}

@media (max-width: 414px) {

.wp-tiles-tile h1 {
	font-size: 20px !important;
}

}

/* Single Post */


.entry-header-2 {
	padding-top: 30px;
}
.entry-header-2 h1 {
font-size:35px;
font-weight: 500;
}

.entry-details-2 {
	font-weight: 400;
	line-height: 2;
	font-size: 18px;
	padding-bottom:15px;
}

.entry-content-2 {
	padding-bottom: 30px;
	position: relative;
	font-weight: 400;
	line-height: 2;
	font-size: 16px;
	margin-top: -90px;
}

.entry-content-2 h2 {
font-weight:bold;
font-size:22px;
padding-top:5px;
}

.related_post_title {
font-weight:bold;
font-size:22px;
padding-top:5px;
color:#000000;
}


.entry-thumbnail {
	padding-bottom: 30px;
}

.author-details {
	background: #680097;
	font-size: 18px;
	color: #fff;
	float: left;
	width: 100%;
}
.author-avatar {
	text-align: center;
	width: 100%;
	float: left;
}
.author-avatar img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.author-bio {
	float: right;
	width: 100%;
	padding: 20px;
}
.author-bio strong {
	display: block;
}

@media(min-width: 768px) {
.entry-header-2 h1 {
font-size:40px;
font-weight: 500;
}
	.author-avatar {
		width: 24%;
	}
	.author-bio {
		width: 76%;
	}
	
.entry-details-2 {
padding-bottom:0px;
}

}



/* Sidebar */

.sidebar-header {
color:#e9232d;
font-weight:bold;
font-size:22px;
margin-bottom:10px;
}

.connect_lnk ul{list-style: none;
	}
.connect_lnk li{
	margin:0 7px 0 0;
	float:left;
	text-indent:-20000px;
	}
.connect_lnk li a{
	position:relative;
}
.connect_lnk li a{
	width:35px;
	height:36px;	
	display:block;
	cursor:pointer;
	}
.connect_lnk li a span{
	width:35px;
	height:36px;	
	display:block;
	position:absolute;
	left:0;
	top:0;
}

.connect_lnk li a.twitter_img{
	background:url(https://www.wefirstbranding.com/wp-content/themes/wefirst/images/twitter_img.png) no-repeat 0 0;	
	}
	
.connect_lnk li a.twitter_img span.hover{
	background:url(https://www.wefirstbranding.com/wp-content/themes/wefirst/images/twitter_img.png) no-repeat -35px 0;
	/*background-position:-35px 0;*/
	
	}
.connect_lnk li a.face_img{
	background:url(https://www.wefirstbranding.com/wp-content/themes/wefirst/images/face_img.png) no-repeat 0 0;	
	}
.connect_lnk li a.face_img span.hover{
	background:url(https://www.wefirstbranding.com/wp-content/themes/wefirst/images/face_img.png) no-repeat -35px 0; 	
	}
.connect_lnk li a.in_img{
	background:url(https://www.wefirstbranding.com/wp-content/themes/wefirst/images/in_img.png) no-repeat 0 0;	
	}
.connect_lnk li a.in_img span.hover{
	background:url(https://www.wefirstbranding.com/wp-content/themes/wefirst/images/in_img.png) no-repeat -35px 0; 	
	}
.connect_lnk li a.you_img{
	background:url(https://www.wefirstbranding.com/wp-content/themes/wefirst/images/youtube_bg.png) no-repeat 0 0;	
	}
.connect_lnk li a.you_img span.hover{
	background:url(https://www.wefirstbranding.com/wp-content/themes/wefirst/images/youtube_bg_h.png) no-repeat 0 0; 	
	}
	
.rss-cta2 {
	padding-bottom: 30px;
	width:100%;
	display: block;
	background: #e9232d;
}
	
.sidebar-button {
	text-decoration: none !important;
	background: #e9232d;
	padding: 12px 10px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align:center;
	margin-bottom:30px;
}
.sidebar-button:hover {
	text-decoration: none !important;
	background: #c5c5c5;
	color: #fff;
}

.sidebar-botton a:hover {
	text-decoration: none !important;
}

.sidebar-botton a {
	text-decoration: none !important;
}

.sidebar-button .icon {
	vertical-align: baseline;
	margin-right: 10px;
}

.entry-content-2 a {text-decoration:underline !important;}

.mailing-list-wrap h2 {
font-weight:bold;
font-size:22px;
}

.mailing-list-wrap
 {
	padding-top: 45px;
	padding-bottom: 20px;
	font-weight: 400;
	line-height: 2;
	font-size: 16px;
}




/* We First Works Page*/

.wfw-wrap {
	padding-top: 140px;
	padding-bottom: 70px;
}

.wfw-wrap p {
	text-decoration:none;
	color:#a5a5a5;
	font-weight: 300;
	line-height: 1.5;
	font-size: 17px;
	
}

.wfw-wrap h1 {
	font-weight: 500 !important;
	line-height: 1.2 !important;
	font-size: 35px !important;
}

.wfw-wrap .quote {
	font-size:18px;
	line-height:1.5em;
	font-weight:300;
}

.gutter-buff {
	margin-left:auto;
	margin-right:auto;
	margin-top:-50px
}


.gutter-buff2 {
	margin-left:auto;
	margin-right:auto;
	margin-top:-50px
}


@media(min-width: 992px) {
.wfw-wrap p {
	font-size:20px;
	line-height:1.3em;
}

.gutter-buff {
	margin-left:13%;
	margin-right:13%;
}

}

@media(min-width: 1200px) {
.wfw-wrap .quote {
	font-size:20px;
	line-height:1.3em;
	letter-spacing:0.05em;
	margin-right:50px;
}




}



.buy-area {width:320px; float:left; margin-right:10px;}

.buy-area2 {width:320px; float:right; margin-left:30px;}

@media(max-width: 612px) {
.buy-area {width:300px; float: none; margin-right:0;}

.buy-area2 {width:300px; float:none; margin-left:0;}

.wfw-wrap h1 {
	font-weight: 500 !important;
	line-height: 1.2 !important;
	font-size: 33px !important;
}

.wfw-wrap p {margin-right:15px;}


}


.buy1 {background-image:url(/wp-content/uploads/2018/05/buy-bg-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	margin-top:-100px;}

.buy-spacer-1 {margin-top:60px;}


.buy2 {background-image:url(/wp-content/uploads/2018/05/buy-bg-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	margin-top:-110px;}

.buy-spacer-2 {margin-top:105px;}

.scooch {margin-top:-50px;}





.wfw-blue-box-wrap {
	padding-top: 95px;
	padding-bottom:40px;
}

.wfw-blue-box-wrap p {
	text-decoration:none;
	color:#8d8d8d;
	font-weight: 300;
	line-height: 1.5;
	font-size: 16px;
	
}

.wfw-blue-box-wrap h2 {
	font-weight: 500 !important;
	line-height: 1.2 !important;
	font-size: 16px !important;
	color:#8d8d8d;
}

.wfw-blue-box-wrap .price {
	font-weight: 600 !important;
	line-height: 1.2 !important;
	font-size: 20px !important;
	color:#000000;
}


.blue-box-wfw {border-bottom:0px; border-right:1px solid #ff1140;}

.blue-wrap-master {background-color:#cedbe5}

.spacer-bb {display:none}

.break-blue-buy-names {display:none;}

.wfw2-wrap {
	padding-top: 70px;
	padding-bottom: 70px;
}

.wfw2-wrap p {
	text-decoration:none;
	color:#a5a5a5;
	font-weight: 300;
	line-height: 1.5;
	font-size: 16px;
}

.wfw2-wrap h1 {
	font-weight: 500 !important;
	line-height: 1.2 !important;
	font-size: 35px !important;
}

.training-testimonials-wrap {
	padding-top: 70px;
	padding-bottom: 70px;
	font-weight: 400;
	line-height: 1.5;
	font-size: 16px;
	color:#a5a5a5;
}

.training-testimonials-wrap p {
	text-decoration:none;
}

.training-testimonials-wrap h1 {
	font-weight: 300 !important;
	line-height: 1.2 !important;
	font-size: 35px !important;
	color:#a5a5a5;
}



.wfw-faq-wrap {
	padding-top: 35px;
	padding-bottom: 5px;
}

.wfw-faq-wrap p {
	font-weight: 400;
	line-height: 1.2;
	font-size: 14px;
	color:#ffffff;
}

.wfw-faq-wrap h1 {
	font-weight: 300 !important;
	line-height: 1.2 !important;
	font-size: 35px !important;
	color:#ffffff;
}

@media(min-width: 1200px) {
.wfw2-wrap p {
	text-decoration:none;
	color:#a5a5a5;
	font-weight: 300;
	line-height: 1.5;
	font-size: 18px;
}


}

@media(max-width: 767px) {
.course-1-text {margin-top:-60px !important;}
}


@media(max-width: 991px) {
.wfw-blue-box-wrap {text-align:center; margin-top:-20px;}
.blue-box-wfw {border-bottom:1px solid #ff1140; border-right:0px; text-align:center; width:100%; max-width:500px; padding-top:15px; margin:auto;}
.blue-box-wfw-last {border-bottom:0px; text-align:center; width:100%; max-width:500px; padding-top:25px; padding-bottom:15px; margin:auto;}
.spacer-bb {display:block; padding-top:5px;}
}


@media(max-width: 991px) and (min-width: 499px) {
.break-blue-buy-names {display:block;}
.normal-blue-buy-names {display:none;}
}



