/*!
Theme Name: Produktiv Media
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: productiv_media
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

productiv_media is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
p{
  font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Lato', serif;
}
#site-header{
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
}
.site-no-logo {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 0 0;
}
.red-header{
    background-color: #a20000;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 251, 251);    
}
.navbar-light .navbar-nav .nav-link:hover{
    color: rgb(160, 160, 160)
}
.navbar-toggler i {
    color: #7a7a7a;
    outline: none;
}
#site-main-slider {
    height: 100vh;
    background-size: cover;
    overflow: hidden;
}
.owl-carousel.main-slide {
    position: relative;
    height: 100%;
}
.main-slide .slide-item {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.main-slide .owl-prev, .main-slide .owl-next {
    padding: 10px 26px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #dcdcdc;
    font-size: 32px;
}
.engagements-slider .owl-prev,.engagements-slider .owl-next {
    padding: 2px 18px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #dcdcdc;
    font-size: 32px;
}
.main-slide .owl-dots, .engagements-slider .owl-dots{
    position: absolute;
    bottom: 30px;
    z-index: 1000;
    text-align: center;
}
.main-slide .owl-dot, .engagements-slider .owl-dot {
    width: 10px;
    height: 10px;
    background: #bdbdbd;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}
.main-slide  .owl-dot.active, .engagements-slider .owl-dot.active {
    width: 12px;
    height: 12px;
}
#site-main-slider .owl-item {
    height: 100vh;
}
.yt-vdo {
    height: 100vh;
}
.yt-vdo iframe {
    width: 100%;
    height: 100%;
}
.is-text-box {
    padding: 50px;
}
.bg-transparent-red {
    background-color: rgba(90,0,6,0.83);
}
.bg-transparent-blue{
    background-color: rgba(0,51,90,0.83);
}
.is-text-box h3 {
    color: #ffffff;
    margin: 0 0 40px 0;
    font-size: 34px;
    text-transform: uppercase;
}
.is-text-box h4 {
    color: #ffffff;
    margin: 0 0 20px 0;
}
.is-text-box p {
    color: #ffffff;
    margin: 0 0 40px 0;
}
.dark-section {
    padding: 20px 30px;
    background-color: #3c3837;
}
.logo-section {
    padding: 40px 30px 70px 30px;
    position: relative;
}
.section-title {
    color: #ffffff;
    margin: 20px 0;
    font-size: 34px;
}
.owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 30px);
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.bg-red{
  background-color: rgb(90, 0, 6);
  padding: 15px 45px;
}
.bg-blue{
  background-color: rgb(0, 51, 90);
  padding: 15px 45px;
}
.footer-bottom {
    background-color: #a20000;
    padding: 25px 45px 10px 45px;
}
p.footer-bottom-text {
    color: #f5f5f5;
    font-size: 12px;
    margin: 0;
}
.footer-text p {
    color: #f5f5f5;
    font-family: Lato !important;
    font-size: 12px;
    font-weight: 300;
    margin-top: 14px;
}
.footer-social-media {
    padding: 42px 0 0 0;
}
@media only screen and (max-width: 768px) {
    #site-header {
      background-color: #a20000;
      position: inherit;
    }
    .navbar-light .navbar-toggler{
        border-color: #ffffff;
    }
    .navbar-toggler i {
        color: #ffffff;        
    }
    .main-slide .slide-item {
      height: calc(100vh - 76px);
    }
    #site-main-slider {
      height: calc(100vh - 76px);
    }
    .slider-text{
      text-align: center !important;
      padding: 0 10px !important;
    }
    .slider-text h3{
        font-size: 34px !important;
    }
    .slider-text.light-txt h3,.slider-text.dark-txt h3,.slider-text.dark-txt p{
      color: #ffffff !important;
    }
    h2.footer-slogon{
      font-size: 38px !important;
      margin: 50px 0 !important;
    }
    .blue-txt {
      color: rgb(0, 51, 90) !important;
    }

}
.slider-text {
    position: absolute;
    top: calc(60% - 230px);
    padding: 0 130px;
    width: 100%;
    text-align: right;    
}
.slider-text h3 {
  font-size: 45px;
  margin: 0 0 10px 0;
  line-height: 0.9;
}
.slider-text p {
    font-size: 18px;
}
.slider-text.light-txt h3, .slider-text.light-txt p{
  color: #ffffff;
}
.slider-text.dark-txt h3, .slider-text.dark-txt p{
  color: rgb(175, 179, 180);
}
.red-white-txt h3 {
    color: #a20000;
}
.red-white-txt p {
    color: #ffffff;
}
.blue-txt{
  color: rgb(0, 51, 90);
}
.red-txt{
  color: rgb(90, 0, 6);
}
.fb-stream-head-pic{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.fb-stream-head a {
    text-decoration: none;
}
.fb-stream-head-pic {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
}
.fb-stream-head h5 {
    color: #a20000;
    font-size: 15px;
}
.fb-stream-head h5 small {
    color: #545454;
}
.fb-stream-head {
    height: 40px;
}
.fb-stream-body {
    margin: 10px 0 0 0;
}
.fb-stream-body-text {
    color: #484848;
    font-size: 15px;
}
.fb-stream-body-text a {
    color: #1e73be;
}
.social-feed-element {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #ffffff;
}
.social-feed-element:last-child {
    border-bottom: none;
}
.social-icon {
    display: inline-block;
    margin: 15px 6px;
}
.social-icon i {
    width: 47px;
    border-radius: 50%;
    height: 47px;
    text-align: center;
    line-height: 3;
    color: #ffffff;
}
.social-icon i.fa-facebook{
    background-color: #3b5998;
}
.social-icon a:hover i.fa-facebook{
    background-color: #2b498a;
}
.social-icon i.fa-youtube-play{
    background-color: #cd201f;
}
.social-icon a:hover i.fa-youtube-play{
    background-color: #9e1817;
}
.social-icon i.fa-linkedin{
    background-color: #1A7BB3;
}
.social-icon a:hover i.fa-linkedin{
    background-color: #136696;
}
.social-icon i.fa-twitter{
    background-color: #31A2F0;
}
.social-icon a:hover i.fa-twitter{
    background-color: #2791da;
}

/*---- About Us Text ----*/
#about-us {
    background-color: #f2f2f2;
    padding: 70px 0;
}
.section-big-title {
    font-family: Lato;
    font-weight: 300;
    text-transform: uppercase;
    color: #a20000;
    position: relative;
    width: fit-content;
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content;
    margin: auto;
    margin-bottom: 30px;
}
.section-big-title span {
    color: #000000;
}
.section-big-title:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #a20000;
    bottom: -10px;
    left: 25%;
}
.section-big-title.white{
    color: #ffffff !important;
}
p.section-text {
    font-family: Lato;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}
#creative {
    background-color: #ffffff;
    padding: 70px 45px;
    position: relative;
}
.content_block_slide .owl-dot {
    background-color: #a20000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
}
.content_block_slide .owl-dots{
    text-align: center;
}
.ci-title {
    text-align: center;
}
.ci-title i {
    padding: 24px 0;
    background-color: #a20000;
    border-radius: 50%;
    font-size: 50px;
    color: #ffffff;
    width: 100px;
    height: 100px;
}
.ci-title h4 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 300;
    margin-top: 8px;
    text-transform: uppercase;
}
.creative-item p {
    text-align: center;
    font-family: Lato;
    font-weight: 300;
}
.creative-item {
    margin-bottom: 60px;
}
/*---- Testimonial Section ----*/
.testimonial-block {
    padding: 50px 0 82px 0;
}
.ts-item {
    padding: 0 160px;
    text-align: center;
}
.ts-text {
    font-weight: 100;
    font-family: Lato;
    margin: 0 0 20px 0;
    color: #ffffff;
}
.ts-owner {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
}
.testimonial-slide .owl-prev, .testimonial-slide .owl-next{
    color: #ffffff;
    font-size: 56px;
    margin: 0 40px;
}
.testimonial-slide  .owl-nav {   
    top: calc(50% - 70px);
}
.testimonial-slide {
    margin-top: 30px;
}
.testimonial-slide .owl-dots {
    text-align: center;
    bottom: -20px;
}
.testimonial-slide .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}
@media only screen and (max-width: 768px) {
    .ts-item {
        padding: 0 70px;        
    }
	
}
@media only screen and (max-width: 480px) {
	.section-big-title{
	    width: initial !important;
    text-align: center;
	}
}
/*---- Conatct Section ----*/
#contact {
    padding: 40px 45px;
}
.btn-primary {
    color: #fff;
    background-color: #a20000;
    border-radius: 0;
    border-color: transparent;
}
.btn-primary:hover{
    background-color: #e80909;
    border-color: transparent;
}
.form-control {
    border-radius: 0;
}
.form-control:focus{
    box-shadow: none;
}
/*---- Client More Info ----*/
#client-more-info {
    padding: 35px 45px;
    background-color: #a20000;
    position: relative;
}
#client-more-info:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #a20000;
    top: -6px;
    left: calc(50% - 20px);
    transform: rotate(45deg);
}
.client-logo-conts{
    display: none;
}
#client-more-info.closed {
    display: none;
}
h3.clc-title {
    color: #ffffff;
    text-align: right;
    font-size: 36px;
    font-weight: 200;
    font-family: Lato;
}
.clc-text {
    color: #e4e4e4;
    font-size: 16px;
    font-weight: 300;
    font-family: Lato;
    text-align: right;
}
.clc-vdo {
    height: 400px;
    margin-bottom: 40px;
}
.clc-vdo iframe {
    width: 100%;
    height: 100%;
}
.client-logo-trigger {
    cursor: pointer;
}
.clc-img {
    width: 100%;
    height: auto;
}
.clc-img img {
    width: 100%;
height: auto;
    margin-bottom: 10px;
}
.logo-slider  .owl-nav {   
    top: calc(50% - 38px);
}
.logo-slider .owl-next,.logo-slider .owl-prev {
    color: #ffffff;
    font-size: 52px;
}
.logo-slider .owl-dots {   
    bottom: -50px;   
    text-align: center;
}
.logo-slider .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}
.logo-owl-prev,.logo-owl-next,.creative-owl-prev,.creative-owl-next{    
    font-size: 52px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 23px);
}
.logo-owl-prev,.logo-owl-next{
    color: #ffffff;
}
.creative-owl-prev,.creative-owl-next{
    color: #a20000;
}
.logo-owl-prev,.creative-owl-prev {
    left: 30px;
}
.logo-owl-next,.creative-owl-next {
    right: 30px;
}
/*---- Contact Section ----*/
.mapouter,.gmap_canvas, .gmap_canvas iframe {
    width: 100%;
    height: 100%;
}
span.text-red {
    color: #f35656;
}
.g-recaptcha {
    margin: 20px 0;
}
.mapouter img {
    width: 100%;
}
.mapouter {
    margin-top: 30px;
}
.testimonial-fb {
    padding: 50px 45px;
}
@media only screen and (max-width: 480px) {
	.creative-item {
    margin-bottom: 20px;
}
.ci-title i{
	width: 60px;
    height: 60px;
font-size: 28px;
padding: 16px 0;
}	
.ci-title h4{
    font-size: 16px;
}
.creative-item.closed p{
display: none;
}
.content_block_slide .owl-dot{
	margin: 0 4px -20px 4px;
}
}