/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body{
  background: #fff;
}
h1{
    font-family: 'colfax-web';
}
h2{
    font-family: 'colfax-web';
}
h3{
    font-family: 'colfax-web';
}
h4{
    font-family: 'colfax-web';
}
h5{
    font-family: 'colfax-web';
}
h6{
   font-family: 'colfax-web';
}
p{
  font-family: ff-meta-serif-web-pro;
}
body{
  font-family: ff-meta-serif-web-pro;
}
img {
  max-width: 100%;
  height: auto;
}
.fadeIn img{
  height: auto;
}

#people-img{
  height: 100%;
}

#top-social li, .top-links-item{
  border-left: 0;
}

.top-links-item:hover{
  background: #0953ca;
}

#subscribe-button:hover{
  background: #000;
  border-color: #fff;
  text-shadow: none;
}

.category-title{
  padding: 180px 0px!important;
  min-height: 70px;
}

#header{
  border-bottom: 0;
}

#mobile-header{
  height: 150px;
}

#content{
  background: #fff;
  min-height: 740px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#mobile-content{
  background: #fff;
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#top-bar{
  background: #000;
  border-bottom: 0;
}

#top-bar a{
  color: #fff;
}
#logo{
  top: 35px;
}

#logo img{
  height: 130px!important;
  z-index: 30;
  background: #fff;
}

#footer a{
  color: #fff;
}

#footer a:hover{
    color: #C8C8C8;
}

.menu-link:hover{
  color: #767676;
}

#copyrights{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2a2a2a;
}
#page-title{
  border:0;
}
#page-title.general-page-title h1{
  font-size: 36px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 120px;
}

#content p, #mobile-content p{
  color: #444444;
  font-family: 'colfax-web';
  font-size: 16px;
}

#story p{
  color: #000;
  font-family: 'colfax-web';
  font-size: 16px;
}

#content h2{
  font-size: 30px;
  font-family: 'colfax-web';
  text-transform: uppercase;
  color: #444444;
}

#mobile-content h2{
  font-size: 24px;
  font-family: 'colfax-web';
  text-transform: uppercase;
  color: #444444;
}


#content .button, #mobile-content .button{
  background: #000;
  color: #fff;
  text-shadow: none!important;
}

.site-button{
  background: #000!important;
  color: #fff!important;
  border: 1px solid #000!important;
}

.site-form-field{
  border: 1px solid #444;
  margin-bottom: 30px;
  padding: 10px;
  color: #444444;
}

.portfolio-desc h3{
  font-size: 60px;
  line-height:1;
}

.oc-item{
  min-height:120px;
	background: #000;
}

.oc-item img{
	opacity: 0.8;
}

.entry-title h3 {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 25px;
}

.entry-title.title-sm h2,
.entry-title.title-sm h3,
.entry-title.title-xs h2,
.entry-title.title-xs h3 {
	font-size: 1.25rem;
	line-height: 1.6;
}
.entry-title.title-xs h2,
.entry-title.title-xs h3,
.entry-title h4 {
	font-size: 1.15rem;
}

.entry-title h4 {
	font-size: 1rem;
	font-weight: 400;
}

.entry-title h2 a,
.entry-title h2 a:hover,
.entry-title h3 a,
.entry-title h3 a:hover,
.entry-title h4 a:hover  { color: #222 !important; }

.entry-categories{
  font-size: 16px;
}
/* SINGLE PAGE */

.single-post { margin-top: 0px; }

.single-post .entry .entry-title,
.single-post .entry .entry-title h2 {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	text-transform: none;
	letter-spacing: -1px;
	font-size: 34px;
}

.entry .entry-title.side-list{
  text-align: left;
}

.single-post .entry .entry-image {
	margin: 25px 0 35px;
}

.single-post .entry-content .text-content {
	position: relative;
	display: block;
}

.single-post .entry-content .text-content p {
	font-size: 18px;
	line-height: 1.65 !important;
}

.single-post .entry-content ol.list-numbers {
	padding-left: 15px;
	margin: 30px 20px;
}

.single-post .entry-content ol.list-numbers li {
	font-size: 19px;
	line-height: 1.5;
	list-style-type: decimal;
	margin-top: 1.5rem;
}

.single-post .media-content .entry-title { display: none; }

.single-post .si-share {
	display: block;
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
}

.single-post .si-share h5 {
	font-weight: 500;
	opacity: .7;
	margin-bottom: 8px;
}

.related-posts .entry-title h3 {
	font-size: 20px;
	margin-top: 10px;
}

#comments label {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 5px;
	opacity: .7;
}

.comment-content p {
	font-size: 17px;
	line-height: 1.6 !important;
}

.comment-content .comment-author span,
.comment-content .comment-author span a {
	font-style: normal;
	margin-top: 4px;
}

.listen-img{
  border-radius: 200px;
}

.listen-entry .entry-image img{
  border-radius: 300px!important;
}

.cd-middle{
  width:auto;
}
/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	.single-post .media-content .entry-title {
		display: block;
		border-bottom: 1px solid #EEE;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.single-post .media-content .entry-title h4 {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 0;
	}

	.single-post .si-share {
		display: block;
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}


@media (min-width: 1200px) {
	.single-post .entry-content .media-content {
		display: block;
		position: -webkit-sticky;
		position: sticky;
		top: 214px;
		left: 0;
		height: 100%;
		max-width: 200px;
	}
}

.box1 {
  width: 300px;
  margin: 50px auto;
  top: -30%;
  left: -30%;
  border: 4px solid #000;
  background: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  color: #000;
  position: relative;
}

.sb7:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #000;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  border-bottom: 10px solid transparent;
  left: 20px;
  bottom: -23px;
}

.sb7:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 24px;
  bottom: -13px;
}

.sidebar-widgets-wrap .widget{
  border-top: 0px;
  padding-top:0px;
}

.badge{
  padding: 8px;
  text-transform: uppercase;
}
.desc-sm .portfolio-desc, .carousel-badge{
  /*margin-left: 100px;*/
}

.carousel-slide{
  margin-left: 100px;
}
.portfolio-desc{
  width: 50%;
}

.desc-sm .portfolio-desc h3{
  font-size: 60px;
}

.page-item a{
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  background-color: #fff;
  border-radius: 4px;
}

.page-item.active .page-link, .page-link:hover, .page-link:focus{
  background: #13da91 !important;
}

.widget-subscribe-form-email2::placeholder, .widget-subscribe-form-email2{
  color: #9f9f9f;
}
.widget-subscribe-form-email2::placeholder{
  font-style: italic;
  text-align: center;
}
.widget-subscribe-form-email2{
  margin-bottom: 10px!important;
  background: #fff;
}

.widget{
  margin-top:20px;
}

.widget .btn{
  border-radius: 0px;
}

.btn-404{
  background: #0953ca;
  color: #fff;
}

.button.button-dark:hover{
  background: #00a446;
}

.owl-carousel .owl-nav [class*=owl-]:hover{
  background: #00a446;
}

#footer{
  background-color: #333333!important;
  border-top: 0px;
}

#footer-tagline{
  color: #ffdb79;
  font-family: ff-meta-serif-web-pro;
  font-style: italic;
  font-size: 24px;
  line-height: normal;
}

.footer-link{
  font-family: 'colfax-web';
  font-size: 14px;
  margin-bottom: 28px;

}

.footer-link a{
    color: #cccccc;
}

#footer-subscribe-message{
  color: #fffefe;
  font-family: ff-meta-serif-web-pro;
  font-style: italic;
  font-size: 24px;
  line-height: normal;
  font-size: 36px;
}

#footer-subscribe-button{
  border-radius: 0px 3px 3px 0px;
}

.footer-email-field{
  border: 1px solid #ffffff;
  height: 56px;
  width: 100%;
  margin-bottom: 30px;
  background: #333;
  padding-left: 25px;
  font-size: 18px;
}

.footer-submit-button{
  width: 166px;
  height: 57px;
  border-radius: 28px;
  background-color: #ffdb79;
  color: #282828;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: none;
}

.homepage-subscribe-button{
  height: 78px;
  min-width: 195px;
}

.homepage-subscribe-button p{
  color: #fff;
  padding-top: 16px;
  font-family: 'colfax-web';
  text-transform: uppercase;
  font-weight: bold;
}

#homepage-subscribe-section{
  padding-top: 96px;
  padding-bottom: 40px;
  min-height: 290px;
}

.widget-subscribe-form-email{
  margin-top: 10px;
  min-width: 250px;
}

#homepage-subscribe-text{
  font-size: 36px;
  font-family: ff-meta-serif-web-pro;
  letter-spacing: 0.9;
  line-height: normal;
  padding-bottom: 20px;
}

#homepage-subscribe-widget{
  margin-top: 0px;
}

#instagram-widget-icon{
  margin-right: 12px;
}

#instagram h4{
  font-size: 16px;
  margin-bottom: 12px;
}

#subscribe-side-section{
  padding: 35px 25px;
  background-color: #7cc576;
}

#contact-side-section{
  background-color: #00aeef;
  padding: 30px 25px;
}

.sidebar .widget{
  margin-bottom: 50px;
  margin-top: 0px;
}

#subscribe-side-section h4, #contact-side-section h4{
  font-size: 26px;
  line-height: normal;
  margin-bottom: 20px;
}

#subscribe-side-section p, #contact-side-section p{
  font-size: 14px;
  line-height: normal;
  margin-bottom: 30px;
  color: #fff;
}

#subscribe-side-section .fancy-title, #contact-side-section .fancy-title{
  margin-bottom: 0px;
}

#subscribe-side-section .button, #contact-side-section .button{
  background-color: #fcff00;
  font-size: 14px;
  font-weight: bold;
}

#subscribe-side-section .button{
    color: #7cc576;
    text-shadow: none;
}

#contact-side-section .button{
    color: #00aeef;
    text-shadow: none;
}

#page-title.case-study-title{
  background-color: #c912e4;
  padding-top: 75px;
  padding-bottom: 75px;
}

#page-title.case-study-title h1{
  font-size: 30px;
  color: #fff;
}

.case-study-title{
  font-size: 24px;
  text-transform: uppercase;
  color: #3e2323;
}

.case-study-tags{
  color: #656565;
  font-style: italic;
  font-size: 16px;
  font-family: "colfax-web";
}

#page-title.services-title{
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #c912e4;
}

#page-title.services-title h1{
  color: #fff;
  font-size: 30px;
}

#services-section-1{
  min-height: 500px;
  background-color: #ebebeb;
  padding-bottom: 80px;
}
#services-section-2{
  min-height: 300px;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 50px;
}
#services-section-2 div{
  margin-bottom: 20px;
}

#service-section-2 img{
  width: 100%;
  height: auto;
}

#services-section-3{
  background-color: #fe8125;
  min-height: 390px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.stat{
  width: 200px;
  color: #fff;
  text-align: center;
}

.stat-divider{
    height: 2px;
    background: #fff;
    width: 40px;
    margin-left: 80px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.counter{
  font-size: 56px;
  font-family: ff-meta-serif-web-pro;
  margin-bottom: 0px;
  color: #ffffff;
}

.stat h5{
  color: #ececec;
  font-size: 15px;
  font-family: 'colfax-web';
  font-weight: normal;
  text-transform: uppercase;
}

#services-section-4{
  min-height: 490px;
  background-color: #ffe794;
  padding-top: 100px;
}
#who-we-are-content p{
  font-size: 16px;
  font-family: 'colfax-web';
}

#who-we-are-links h4{
  color: #000000;
  font-family: 'colfax-web';
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
}
#who-we-are-links a{
  color: #02d4aa;
  font-size: 16px;
  font-family: 'colfax-web';
  font-weight: normal;
  font-weight: bold;
}
div#studio-logo-section{
  padding-top: 80px;
  padding-bottom: 50px;
}

#services-intro{
  margin-bottom: 50px;
  font-size: 30px;
  font-family: 'colfax-web';
}
#services-intro a{
  color: #FF00E3;
  font-weight: bold;
}
.ics-section{
  width: 322px;
}
.ics-section-title{
  height: 46px;
  width: 322px;
  font-family: 'colfax-web';
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.ics-section p{
  padding-left: 12px;
  padding-right: 12px;
  color: #5d5d5d;
  font-family: 'colfax-web';
  font-size: 16px;
  text-align: center;
}

#services-section-5, #services-section-6, #services-section-7{
  min-height: 200px;
  background-color: #fff;
  padding-top: 100px;
}

#services-section-5 h2,#services-section-6 h2{
  color: #000000;
  text-transform: uppercase;
  font-family: 'colfax-web';
  font-size: 30px;
  margin-bottom: 80px;
}
#services-section-7 .row{
  padding-left:12px;
  padding-right: 12px;
}
#services-section-7{
  padding-bottom: 50px;
}
#services-section-7 .case-study-div, #about-section-5 .case-study-div, #cs-section-6 .case-study-div{
  padding-right: 8px;
  margin-bottom: 20px;
}

#services-section-7 h2, #about-section-5 h2, #cs-section-6 h2{
  color: #444444;
  font-size: 30px;
  text-transform: uppercase;
}


.view-all-button{
  width: 150px;
  height: 65px;
  margin: 0;
  padding: 0;
  margin-top: 50px;

}

.view-all-button p{
  text-shadow: none;
  font-size: 19px;
  font-family: 'colfax-web';
  font-weight: normal;
  text-transform: capitalize;
  padding-top: 13px;
}

#page-title.about-title{
  background-color: #c569ff;
}

#page-title.about-title h1{
  color: #fff;
  font-size: 30px;
}

#about-section-1{
  background-color: #ebebeb;
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
}

#about-section-2{
  padding-top: 200px;
  padding-bottom: 50px;
}

#about-section-2 h3, #about-section-3 h3, #about-section-4 h3{
  color: #000000;
  font-family: 'colfax-web';
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#about-section-2 p{
  font-family: 'colfax-web';
  color: #444444;
  font-size: 16px;
  line-height: 25px;
  width: 90%;
}

#about-section-2 a{
  color: #09d9aa;
  font-weight: bold;
}

#about-section-3 h4{
  font-family: 'colfax-web';
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 0px;
}
#about-section-3 p, #about-section-4 p{
  font-family: 'colfax-web';
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.section-3-rule{
  background-color: #c569ff;
  width: 70px;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#about-section-4{
  padding-top: 20px;
  margin-top: 20px;
}

#about-section-4 a{
  font-weight: bold;
}

#about-section-4 .main-box{
  border: 4px solid #ffcc00;
  min-height: 100px;
}
#about-section-4 h3{
  margin-bottom: 10px;
  font-size: 30px;
}

#backpack-icon{
  margin-top: -65px;
  margin-bottom: 50px;
}


#about-section-5{
  min-height: 200px;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
}
#about-section-5 .row{
  padding-left:12px;
  padding-right: 12px;
}

#about-section-5 .case-study-div{
  padding-right: 8px;
}

.cs-page-title{
  padding-top: 72px;
  padding-bottom: 72px;
}

#cs-page-title-h1{
  font-size: 30px!important;
}

#cs-section-1{
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 80px;
}

#cs-section-2{
  padding-top: 100px;
  padding-bottom: 100px;
}

#cs-quote{
  padding-left: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-left: 32px solid #000;
  font-size: 30px;
  color: #555555;
  font-family: 'colfax-web';
  font-weight: bold;
}
#cs-quote p{
  font-size: 30px;
  color: #555555;
  font-family: 'colfax-web';
  font-weight: bold;
  line-height: 35px;
}
#cs-quote-desc p{
  font-size: 18px;
  font-weight: #555;
  font-family: 'colfax-web';
  line-height: 25px;
}

#cs-section-3{
  padding-top:80px;
  padding-bottom: 120px;
}

#impact-title{
  margin-bottom: 120px;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: bold;
  font-family: 'colfax-web';
}

#cs-section-3 h4{
  font-size: 56px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: ff-meta-serif-web-pro;
  margin-bottom: 0;
  line-height: normal;
}

#cs-section-3 h5{
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'colfax-web';
  font-weight: bold;
}

.impact-rule{
  width: 40px;
  height: 2px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

#cs-section-4{
  min-height: 300px;
  padding-top: 50px;
}

#section-4-copy p{
  font-size: 16px;
  font-family: 'colfax-web';
  color: #555;
  line-height: 20px;
}
#cs-section-5{
  padding-top: 150px;
  padding-bottom: 150px;
}

#cs-section-5 h2{
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 70px;
}

/*Mobile Media Queries*/
@media (max-width: 800px) {
  #logo{
    top: 0px;
  }

  #logo img{
    height: 70px!important;
    z-index: 30;
  }

  .oc-item{
    height: auto;
  }

  #subscribe-section{
    text-align: center;
  }

  #service-section-2 img{
    height: 50px;
  }
  .box1 {
    width: 300px;
    margin: 50px auto;
    top: -30%;
    left: -20%;
    border: 4px solid #000;
    background: #fff;
    padding: 20px;
    text-align: center;
    font-weight: 900;
    color: #000;
    position: relative;
  }
  .desc-sm .portfolio-desc, .carousel-badge{
    margin-left: 0px;
  }
  .carousel-slide{
    margin-left: 0px;
  }

  .portfolio-desc{
    width: 100%;
  }

  .desc-sm .portfolio-desc h3{
    font-size: 16px;
  }

  #homepage-subscribe-text{
      width: 100%;
  }
  #homepage-subscribe-widget{
    width: 100%;
  }
  #subscribe-section .row{
    padding:0;
    padding-left: 15px;
    padding-right: 15px;
    margin:0;
  }

  .stat{
    width: 100%;
    margin-bottom: 50px;
  }

  .stat-divider{
    margin-left: auto;
    margin-right: auto;
  }

  #services-section-5{
    text-align: center;
  }
  #services-section-5 .col-md-3{
    margin-bottom: 50px;
  }

  #services-section-6 .col-md-3{
    margin-bottom: 20px;
  }

  #page-title.general-page-title h1{
    font-size: 24px;
  }

  .carousel-cont{
    padding:10px;
  }
}

