/* Custom style */
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

.clear-fix{
	clear: both;
	width: 100%;
}

#main lottie-player{
	width: calc(100% + 4px)!important;
    height: auto;
    margin-left: -4px;
    margin-right: 0;
	display: block;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

#arrow-button-scroll a{
	display: inline-block;
	width: 0; 	
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #f00;
	font-size: 0;
}
#sb_instagram .sbi_header_text .sbi_bio, #sb_instagram .sbi_header_text h3 {
    float: none!important;
}
.sb_instagram_header .sbi_header_link{
	margin: 0 auto;
    display: inline-block;
    float: none!important; 
    position: relative;
	text-align: center;
}

#sb_instagram .sb_instagram_header{
	text-align: center;	
}
 

#team-section1 img.parallax{
	width: 78%;
}
/*-----------------------------------------------
 * HOME PAGE
 *-----------------------------------------------*/

#home-first-section{
	background-color: #12284c;
	color: #FFF;
	height: calc(100vh - 114px);
}

#home-first-section > div{
	height: 100%;
}

#home-first-section > div .wpb_wrapper{
	height: 100%;
}

#home-first-section .wpb_content_element {
    margin-bottom: 0;
    background-color: #e8da98;
}

#home-first-section .wpb_content_element:first-child{
	height: 100%;
}

#home-first-section .wpb_single_image img, #home-first-section .wpb_single_image .vc_single_image-wrapper, #home-first-section .wpb_single_image .vc_figure{
	float: none;
}

#home-first-section .wpb_single_image img, #home-first-section .wpb_single_image .vc_single_image-wrapper, #home-first-section .wpb_single_image .vc_figure{
	height: 100%;
	width: auto;
}
#home-first-section .wpb_content_element.bounce{
	background: transparent;
}

#feature-post-section{
	padding: 60px 0 60px;
}
#feature-post-section .vc_col-sm-6:first-child{
	width: 45%;
}
#feature-post-section .vc_col-sm-6:last-child{
	width: 55%;
}

#feature-post-section .big-text h1{
	font-size: 75px;
	line-height: 1;
}
#feature-post-section strong.feature-post-title{
	font-size: 37px;
	font-weight: 500;
}


#journalists-brands{
	position: relative;
	padding: 40px 0 10px 0;
}
#journalists-brands>.vc_column_container{
	position: relative;
	z-index: 5;
}
#journalists-brands::before, #journalists-brands::after{
	position: absolute;
	content: "";
	width: 50.1%;
	top: 0;
	height: 100%;
	z-index: 0;
    display: inline-block;
}

#journalists-brands::before{
	background-color: #F4D7BC;
	left: 0;
}
#journalists-brands::after{
	background-color: #E0473F;
	right: 0;
	left: 50%;
}

#content #journalists-brands a.vc_btn3{
	background-color: #FFF;
	border-color: #FFF;
	color: #12284C;
	width: 315px;
	font-size: 54px;
}

#content #journalists-brands .journalists-button a.vc_btn3{
	background: url(../images/button-arrow-left.svg) no-repeat left 15px center #FFF;
    text-align: right;
    background-size: 35px 40px;
}
#content #journalists-brands .journalists-button a.vc_btn3:hover{
	background-image: url(../images/button-arrow-left-hover.svg);
	background-color: #1B2949;
	color: #FFF;
	border-color: #1B2949;
}

#content #journalists-brands .brans-button a.vc_btn3{
	background: url(../images/button-arrow-right.svg) no-repeat right 15px center #FFF;
    text-align: left;
    background-size: 35px 40px;
}

#content #journalists-brands .brans-button a.vc_btn3:hover{
	background-image: url(../images/button-arrow-right-hover.svg);
	background-color: #1B2949;
	color: #FFF;
	border-color: #1B2949;
}

.jb-buttons{
	margin-bottom: 15px;
}
.jb-buttons .vc_btn3-container.vc_btn3-left, .jb-buttons .vc_btn3-container.brans-button{
	margin-left: 40px;
}
.jb-buttons .vc_btn3-container.vc_btn3-right{
	margin-right: 40px;
}

#case-study-section{
	padding: 100px 0 80px 0;
}

/* Blog and Instagram */
#home-blog{
	background-color: #fff;
	padding: 60px 0 0;
}
#home-instagram{
	background-color: #f4d1b5 ;
	padding: 20px 0 0;
}
#sb_instagram #sbi_images {
    background-color: #f4d1b5;
}
#home-blog{
	padding-bottom: 10px;
}

#home-blog > .vc_column_container {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	float: none;
}

#home-instagram .vc_column_container{
	width: 1470px;
	max-width: 100%;
	margin: 0 auto;
	float: none;
}

.rooster-posts-list{
	width: 100%;
	clear: both;
}

.rooster-posts-list > .post-item{
	width: calc(50% - 60px);
	float: left;
}
.rooster-posts-list > .post-item:first-child{
	float: left;
}
.rooster-posts-list > .post-item:last-child{
	float: right;
}

.rooster-case-study-list > .post-item{
	width: calc(50% - 60px);
	float: left;
}
.rooster-case-study-list > .post-item:first-child{
	float: left;
}
.rooster-case-study-list > .post-item:last-child{
	float: right;
}

.rooster-case-study-list .img-post{
	position: relative;
}

.rooster-case-study-list .img-post a{
	float: left;
}
.rooster-case-study-list .img-post img{
	max-width: 100%;
}
.rooster-case-study-list .img-post .title{
	position: relative;
    float: left;
    width: 260px;
    max-width: 100%;
    margin-left: -32px;
    margin-top: 60px;
}

.rooster-case-study-list .post-content-block > div{
	clear: both;
    width: 100%;
    margin-bottom: 15px;
    float: left;
}

.rooster-case-study-list .post-content-block .the-content{
	margin-bottom: 30px;
}

#content .rooster-case-study-list .img-post .title h3{
	margin-bottom: 0;
	position: absolute;
    top: 33px;
    left: 35px;
}
#content .rooster-case-study-list .img-post .title h1{
	margin-bottom: 0;
	position: absolute;
    top: 58px;
    left: 35px;
}

.rooster-case-study-list .img-post .title::before{
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: #DB5858;
}

.rooster-case-study-list .post-item:last-child .img-post .title::before{
	background-color: #A8D7D2;
}

#content .rooster-posts-list .post-item h1{
	font-size: 44px;
}
#content .rooster-case-study-list .post-item h1{
	font-size: 69px;
}
#content .rooster-case-study-list .post-item h3{
	font-size: 38px;
}

.rooster-posts-list .img-post{
	margin-bottom: 30px;
}

.rooster-posts-list .the-post-date{
	font-size: 16px;
	color: #E0473F;
	display: block;
	margin-bottom: 20px;
}

#home-blog div.vc_column-inner{
	padding-top: 0!important;
} 


#case-study-section .rooster-blog-post .post-item, 
#case-study-section .rooster-case-study-post .post-item{
	padding-top: 0;
	padding-bottom: 60px;
	margin-bottom: 0;
	margin-top: 0;
}

/* clients-and-consistently */
#clients-and-consistently{
	background-color: #12284C;
	color: #FFF;
	padding: 115px 0;
}

#clients-and-consistently h1{
	color: #FFF;
	font-size: 44px;
}

#clients-and-consistently .container{
	max-width: 1120px;
	margin: 0 auto;
}

#clients-and-consistently .container .vc_single_image-wrapper img{
	max-width: 100%;
}

 /* Meet the team */
#meet-the-team{
	min-height: 830px;
	color: #FFF;
	display: flex;
	align-items: center;
}

#meet-the-team h1{
	color: #FFF;
	font-size: 54px;
}

#meet-the-team div.button > a{
	background-color: #E0473F;
    font-size: 33px;
    color: #FFF;
    border: none;
    border-radius: 0;
    font-family: "bebas_neuebold";
    padding: 15px 30px;
    background-image: none;
}

.case-study-row{
	margin-bottom: 100px;
}

#content #sb_instagram .sb_instagram_header h3{
	font-size: 24px;
    color: #EF4C38;
    font-family: "Open Sans";
    padding: 0!important;
    margin: 0 0 20px 0!important;
    font-weight: bold;
    float: none;
    text-align: center;
}

#content #sb_instagram .sbi_header_img{
	display: none;
}

#sb_instagram .sb_instagram_header h3::before{
	content: "@";
    background: url(../images/instagram.png) no-repeat left top 4px transparent;
    padding-left: 36px;
    display: inline-block;
    background-size: 28px;
    height: 35px;
}

#sb_instagram .sbi_header_text{
	float: none;
}

#sb_instagram .sb_instagram_header .sb_instagram_header .sbi_header_link{
	margin-left: -220px;
}

#content #sb_instagram .sbi_header_text .sbi_bio, #content #sb_instagram .sbi_header_text h3{
	margin: 0!important;
}

/*-----------------------------------------------
 * FOOTER SECTION
 *-----------------------------------------------*/

#case-study-container{
	width: 100%;
}

.case-study-container{
	width: 100%;
}

.cs_cat-pr-case-studies .entry-content > .vc_row.wpb_row{
	margin-bottom: 60px;
}

/*-----------------------------------------------
 * FOOTER SECTION
 *-----------------------------------------------*/
#footer{
	clear: both;
	margin: 0;
	color: #fff;
}

#footer a{
	color: #fff;
}

#footer .footer-section{
	width: 100%;
	clear: both;
	float: left;
}

#footer .container{
	width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

#footer .footer-section1{
	background-color: #E0473F;
	padding: 150px 0;
}

#footer .footer-section1 .container{
	max-width: 960px;
}

#footer .footer-section2{
	background-color: #12284C;
	padding: 120px 0;
}

#footer .footer-socials{}

#footer .footer-socials ul{
	margin: 0;
	padding: 0;
}

#footer .footer-socials ul li{
	list-style: none;
    display: inline-block;
    margin-right: 10px;
}

#footer .footer-socials ul li a{
	text-decoration: none;
	display: inline-block;
    vertical-align: middle;
}

#footer .footer-socials ul li a img, #footer .footer-socials ul li a svg{
	height: 20px;
}
#footer .footer-socials ul li.pin a img, #footer .footer-socials ul li.pin a svg{
	height: 22px;
}
#footer .footer-socials ul li.fb a img, #footer .footer-socials ul li.fb a svg{
	height: 24px;
}
#footer .footer-socials ul li.ytb a img, #footer .footer-socials ul li.ytb a svg{
	height: 16px;
}
#footer .footer-socials ul li.instagram a img, #footer .footer-socials ul li.instagram a svg{
	height: 18px;
}
#footer .footer-socials ul li.twitter a img, #footer .footer-socials ul li.twitter a svg{
	height: 18px;
}
#footer .footer-socials ul li.gplus a img, #footer .footer-socials ul li.gplus a svg{
	height: 18px;
}

#footer .footer-socials ul li a svg path{
	fill: #FFF;
}

#footer .footer-socials ul li a svg:hover path{
	fill: #F4D7BC;
}

#footer-widget-area #first{
	width: 400px;
	max-width: 100%;
}

.footer-section1 .footer-col{
	width: 50%;
	float: left;
}
.footer-section1 .footer-col > ul{
	padding: 0;
	margin: 0;
}
.footer-section1 .footer-col > ul > li{
	list-style: none;
}

.footer-section1 .footer-col.col-right{
	float: right;
}

#footer .footer-contact{
	margin: 0;
	padding: 0;
}

#footer .footer-contact li{
	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
}

#footer .footer-contact li:first-child{
	background-image: url(../images/t-email.svg);
    padding: 0 0 0 26px;
    background-size: 19px auto;
}

#footer .footer-contact li:last-child{
	background-image: url(../images/t-phone.svg);
    padding: 0 0 0 22px;
    background-size: 15px auto;
}

.widget-get-in-touch-footer h3.widget-title{
	font-size: 44px;
    font-family: 'bebas_neuebold';
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 44px;
    margin-bottom: 15px;
}

.widget-get-in-touch-footer .textwidget p{
	margin-right: 2%;
	width: 45%;
	float: left;
	margin-bottom: 35px;
}

.widget-get-in-touch-footer .textwidget .p1 {
	margin-bottom: 35px;
}
.widget-get-in-touch-footer .textwidget .p1 strong,
.widget-get-in-touch-footer .textwidget p strong{
	font-size: 33px;
	font-family: 'bebas_neuebold';
	text-transform: uppercase;
}

#footer .contact-form-footer-widget{
}

#footer .contact-form-footer-widget input[type="text"],
#footer .contact-form-footer-widget input[type="email"],
#footer .contact-form-footer-widget textarea{
	font-size: 16px;
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #FFF;
	outline: none;
	color: #FFF;
	border-radius: 0;
	padding: 7px 0;
}

#footer .contact-form-footer-widget input[type="text"]:hover::placeholder,
#footer .contact-form-footer-widget input[type="email"]:hover::placeholder,
#footer .contact-form-footer-widget textarea:hover::placeholder{
	color: #1B2949;
}

#footer .contact-form-footer-widget input[type="text"]:focus,
#footer .contact-form-footer-widget input[type="email"]:focus,
#footer .contact-form-footer-widget textarea:focus{
	color: #1B2949;
}


#footer .contact-form-footer-widget input[type="button"],
#footer .contact-form-footer-widget input[type="submit"]{
	background-color: #1B2949;
	font-size: 25px;
	font-family: 'bebas_neuebold';
	color: #FFF;
	padding: 15px 70px;
	-webkit-appearance: none;
}
#footer .contact-form-footer-widget input[type="button"]:hover,
#footer .contact-form-footer-widget input[type="submit"]:hover{
	background-color: #A8D7D2;
}


#footer span.wpcf7-not-valid-tip{
	padding-top: 10px;
	color: #ffeb3b;
}

#footer div.wpcf7-response-output{
	margin: 0;
}

.contact-form-footer-widget br{
	display: none;
}

#footer .wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 10px;
}

#footer .contact-form-footer-widget textarea{
	height: 100px;
}

#footer ::-webkit-input-placeholder { /* Edge */
	color: #FFF;
	font-family: "courier-std", serif;
}

#footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #FFF;
	font-family: "courier-std", serif;
}

#footer ::placeholder {
  	color: #FFF;
	font-family: "courier-std", serif;
}

#footer #first ul.xoxo > li:first-child{
	margin-bottom: 50px;
}

#footer #first li p{
	font-size: 17px;
	line-height: 26px;
}

#footer #second{
	width: 260px;
	max-width: 100%;
}

#footer #second p{
	font-size: 13px;
	line-height: 26px;
}

#footer #fourth{
	float: right;
}

#footer #fourth p{
	font-size: 13px;
}

#footer p.design-by{
	padding-top: 130px;
	text-align: right;
}


@media only screen and (max-width: 768px) {
	#content .wpb_button, #content .wpb_content_element, #content ul.wpb_thumbnails-fluid>li {
	    margin-bottom: 20px;
	}

	#meet-team .wpb_content_element{
		margin-bottom: 0;
	}

	#team-section1 .simpleParallax{
		/*height: 50vh;*/
	}

	#team-section1 .simpleParallax img{
		/*height: 100%;
		width: auto;
		max-width: none;*/
	}

	.blog-row .entry-meta{
		font-size: 13px;
	}

	#content #list-blog-post h2.entry-title-list, #list-blog-post h2.entry-title-list a{
		font-size: 32px;
	}

	/* #meet-team{
		height: auto;
	}

	#meet-team .simpleParallax{
		height: 100vh;
	}

	#meet-team .simpleParallax img{
		height: 100%;
	    width: auto;
	    max-width: none;
	} */

	.single .entry-meta {
	    font-size: 16px;
	}

	.single .entry-thumbnail {
	    margin: 20px 0;
	}

	#content #meet-team-row h2{
		font-size: 30px;
	}

	#content #content-articles h2{
		text-align: left!important;
	}

	#team-row .vc_single_image-wrapper img{
		max-width: 70%;
	}

	#meet-team-row .vc_btn3-container {
	   /*  margin-bottom: 60px; */
	}

	#content #clients-and-consistently h1{
		font-size: 28px;
	}

	#home-blog .rooster-blog-post .post-item, #home-blog .rooster-case-study-post .post-item{
		padding: 0 20px;
    	margin: 20px 0;
	}

	#feature-post-section strong.feature-post-title{
		font-size: 26px;
	}

	#content #journalists-brands .journalists-button,
	#content #journalists-brands .brans-button{
		margin-bottom: 0;
	}

	#content #journalists-brands .journalists-button a.vc_btn3,
	#content #journalists-brands .brans-button a.vc_btn3{
		transform: scale(0.65);
	}

	#content #brands-section2 h2 {
	    color: #fff;
	    font-size: 30px;
	}

	#content .wpb_video_widget.vc_video-el-width-90 .wpb_wrapper{
		width: 100%;
	}

	#content .case-study-row h1{
		font-size: 42px;
	}

	#client-list {
	    padding: 60px 0 45px;
	}

	.page-id-10 #content h2 {
		 
	}

	#case-study-section .rooster-blog-post .post-item, #case-study-section .rooster-case-study-post .post-item{
		margin-bottom: 90px;
		padding-bottom: 0;
	}

	#sb_instagram .sb_instagram_header{
		box-sizing: border-box;
	}

	#content #sb_instagram.sbi_col_10 #sbi_images .sbi_item, 
	#content #sb_instagram.sbi_col_3 #sbi_images .sbi_item, 
	#content #sb_instagram.sbi_col_4 #sbi_images .sbi_item, 
	#content #sb_instagram.sbi_col_5 #sbi_images .sbi_item, 
	#content #sb_instagram.sbi_col_6 #sbi_images .sbi_item, 
	#content #sb_instagram.sbi_col_7 #sbi_images .sbi_item, 
	#content #sb_instagram.sbi_col_8 #sbi_images .sbi_item, 
	#content #sb_instagram.sbi_col_9 #sbi_images .sbi_item{
		width: 20%;
		padding: 3px!important;
	}

	#content #sb_instagram.sbi_col_10 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_3 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_4 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_5 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_6 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_7 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_8 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_9 #sbi_images .sbi_item a{
		height: 120px!important;
	}

	.footer-section1 .footer-col {
	    margin-bottom: 60px;
	    margin-top: 60px;
	}

	#footer .contact-form-footer-widget input[type="button"], #footer .contact-form-footer-widget input[type="submit"]{ 
		font-size: 25px; 
		padding-right: 30px;
		padding-left: 30px;
		-webkit-appearance: none;
	}

	
	#footer #fourth p,
	#footer #second p,
	#footer #first li p{
		font-size: 12px;
	} 
}
@media only screen and (max-width: 460px) {
	#content #sb_instagram.sbi_col_10 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_3 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_4 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_5 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_6 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_7 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_8 #sbi_images .sbi_item a, 
	#content #sb_instagram.sbi_col_9 #sbi_images .sbi_item a{
		height: 80px!important;
	}
}