/*
Theme Name: 3dubmedia Starter Theme
Author: 3dubmedia
Author URI: https://www.3dubmedia.com
Description: A basic theme using the Bootstrap framework.
Version: 1.0
Text Domain: bootstrapstarter
*/




/* ----------- Global ---------- */
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Roboto+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Suez+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@700&display=swap");



@font-face {
  font-family: 'Johnpieco';
  src: url('/wp-content/themes/3dubmedia/fonts/Johnpieco-Regular.otf') format('truetype'),
   url('/wp-content/themes/3dubmedia/fonts/Johnpieco-Regular.ttf') format('truetype'); 
}  
img{
  border: 1px solid #333;
  width:100%;
}
.slider img{
  border:none;
  width:100%;
}
.slider p {
  width: 55%;
  text-align: center;
  font-size: 20px;
}

.slider h2{
  text-align: center;
  width:55%;
}
.navbar-brand img{
  border: none;
  width:unset;
}
.social-icons  {
  font-size: 2rem;
  color: #646464;
  width:100%;
}

#story h1{
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  font-family: Lobster;
  font-size: 130px;
}

#story h2{
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  font-family: Lobster;
  font-size: 100px;
}

#story .text-shadows h1, #story .text-shadows .lead {
  text-shadow: 6px 8px #000;
}

#story h1, #story .paral h1{
  
  color: #fff;
  font-size: 160px;
  line-height: 190px;
}


#subscribe h2{
  font-family: Lobster;
  line-height: 46px;
  font-size: 46px;
  -webkit-text-stroke-width: unset;
-webkit-text-stroke-color: unset;
}

#slides h2 {
  font-family: Lobster;
  line-height: 100px;
  font-size: 70px;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  margin: 165px 0 0 0;
}

#strain-effects{

}

#strain-effects h2{
  font-family: Johnpieco;
  line-height: 105px;
}
.story-box{
  padding: 20px;
  background-color: #222;
}
.story-box-large{
  font-size:21px;
}
.story-box-large p{
  margin: 15px 0 0 0;
}
.strain-effect-left{
  text-align: center;
}

.triangle {
  background-repeat: no-repeat;
  background-image: linear-gradient(10deg, #1a1818  50%, rgba(255, 255, 255, 0) 50%), linear-gradient(1223450deg, #1a1818  50%, rgba(255, 255, 255, 0) 50%);
  background-size: 100% 50%;
  background-position: top left, bottom left;
  width: 100%;
  height: 400px;
}

.triangle2 {
  background-image: linear-gradient(1223450deg, #000 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(10deg, #000 50%, rgba(255, 255, 255, 0) 50%);
  background-position: top left, bottom left;

}

.triangle .content{
  margin: 100px 0 0 40px;
  width: 40%;
}

.triangle .content-right {
  text-align: right;
  margin: 310px 100px 0 0px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body{
  font-family: 'Cabin', sans-serif;
  background: #000;
  color: #fff;
}
.text-shadows h1,.text-shadows .lead{
  text-shadow: 3px 2px #000;
}
h1,h2,h3,h4,h5{
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

.h1, h1 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 2rem;
}

.bg-dark p{
  color:#fff;
}

.uppercase {
  text-transform: uppercase;
}
a{
  color: #b2d234;
}
a:hover{
  color: #f58020;
}

.bg-warning {
  background-color: #222 !important;
  padding: 15px;
}

.bg-warning input{
  width:90%;
}

.bg-warning .wpcf7-text{
  background: #000;
  color: #fff;
  border: 1px solid #222;
  padding: 5px;
}

.bg-warning .wpcf7-submit{
  margin: 20px 0 0 0;
  background: #fa4515;
  border: none;
  border-radius: 20px;
  padding: 5px;
  color:#fff;
}

.bg-warning .wpcf7-submit:hover{
  background: orange;
  color:#fff;
}

.btn-secondary {
  color: #fff;
  background-color: #ffc556;
  border-color: #ffc556;
}

/* ----------- /Global ---------- */


/* ------------ Nav ------------- */
nav{
  border-bottom: 2px solid #fa4515;
  background: #000;
}
.navbar img {
  max-height:125px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #f58020;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #f58020;
}
.navbar {

}
.navbar li{
  margin: 0 20px 0 0;
  font-size: 18px;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.47);
}

/* ------------ /Nav ------------- */

/* ----- Homepage parallax ------ */

/* Header Parallax Element Style*/ 
.paral {
  min-height: 600px;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

.paral-small {
  min-height: 700px;
  background-size:cover;
  width: 100%;
  background-position: 0% 45%;
}


/* Paragraph for Parallax Section */ 
.paral p {
  font-size: 40px;
  color:#fff;
  text-align: center;
  line-height: 38px;
}
  
/* Heading for Parallax Section */ 
.paral h1 {
  color: #f58020;
  font-size: 60px;
  text-align: center;
  padding-top: 60px;
  line-height: 100px;
}
.paral.paral-small h1 {
  color: #f58020;
  font-size: 60px;
  text-align: center;
  padding-top: 90px;
  line-height: 100px;
}

/* Remove Bottom Margin from Jumbotron */

.jumbotron {
  padding: 0rem 2rem;
  /*clip-path: polygon(39% 99%, 0 0, 147% -11%);*/
  clip-path: polygon(46% 99%, -100% 9%, 300% -11%);
  margin-bottom: 0;
}

.carousel-inner{
  width:100%;
  max-height: 563px !important;
}

.carousel-inner > .item {
  height: 563px;
}

.carousel-item{
  width:100%;
}

.max-height{
  max-height: 400px;
}

/* ----- /Homepage parallax ------ */

/* Services */
#services .fa{
  font-size:100px;
  color: #fa4515;
}
#mc_embed_signup .foot {
  width: 132% !important;
}

/* ------- Bootstrap Overrides ------ */
.h2, h2 {
  font-size: 4rem;
  font-family: Lobster;
}

.video-container.video-container-top .caption{
  text-align: right;
}

.video-container h2{
  color:#ffa700;
  letter-spacing: 1px;
  font-family: Sansita Swashed;
  -webkit-text-stroke-width: unset;
-webkit-text-stroke-color: unset;
text-shadow: 2px 1px #000;
font-size: 20px;
}

.video-container-bottom h2{
  color:#ffa700;
  letter-spacing: 2px;
  font-family: Sansita Swashed;
  -webkit-text-stroke-width: unset;
-webkit-text-stroke-color: unset;
text-shadow: 2px 2px #000;
font-size: 45px;
margin: 0 0 20px 0;
}

.video-container p{
  color:#fff;
  font-size:23px;
  text-shadow: 2px 2px #000;
}
.video-container .caption1 h2{
  margin: 0 0 0 0px;
  font-size:50px;
}
.video-container .caption2{
  margin: 20px 115px 0 0px;
}
.video-container .caption3{
  margin: 0 50px 0 0px;}
.btn-primary {
  color: #000;
  background-color: #ffc556;
  border-color: #ffc556;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #f58020;
  border-color: #f58020; /*set the color you want here*/
}

.bg-dark {
  background-color: #000 !important;
}

.bg-light {
  background-color: #fff !important;
}

.jumbotron {
  border-radius: 0;
}
em{
  margin: 0 5px;
}
/* ------- /Bootstrap Overrides ------ */

/* ----- Wordpress Overrides ------ */
hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.blog-post-title{
  background: grey;
  padding: 10px;
  color: white;
}

/* Projects page */
.post-type-archive-projects .card-img, .card-img-top {
  max-height: 190px;
}

.mb-20{
  margin-bottom: 20px;
}

.cf7sg-container{
  width:100%;
  max-width: 100%;
  --max-cf7sg-form-width: 100%;
  margin: 40px 0 0 0; 
}

.cf7sg-container .cf7-smart-grid.has-grid .row{
  margin: 0 0 40px 0 !important;
}

/* Beaver Builder */

.no-caption .fl-post-slider-content, .no-caption .fl-post-slider-background .fl-post-slider-content{
  display:none;
}
/* ----- /Wordpress Overrides ------ */

/* Footer */
footer {
  padding: 40px 0 60px 0;
  background-color: #000;
  border-top: 2px solid #fa4515;
}
#copyright{
 
}
footer ul{
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

img#threedubmedia {
  vertical-align: middle;
  border-style: none;
  background: #fff;
  width: 160px;
}

img#theagencyorange {
  vertical-align: middle;
  border-style: none;
  background: #fff;
  width: 130px;
}

.video-container {
  height: 600px;
  width: 100%;
  position: relative;
}

.video-container video {
width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
z-index: 1;
position: relative;
text-align: center;
color: #dc0000;
padding: 55px 0 0 0;

}



/* STORY */
#story{
  background-color: #000;
  color:#fff;
  padding: 0 0 40px 0;
}
#story img{
  width:100%;
  max-height: 450px;
}



.story-images {

}

.story-images img{
  width:100%;
  border-radius: 25px;
}

.strain-effects img{
  width:100%;
  border-radius: 25px;
}

.strain-effects i{
  font-size:85px;
}
.strain-effect{
  margin: 0 0 50px 0;
  text-align: center;
}

.strain-effects .fa {
  color: #fa4515;
}

.effect-title{
  color: #fa4515;
  font-size:24px;
}

#story-details img{
  margin: 0px 0 0 0;
}

.quote-lg{
  font-size:50px;
}

.quote{
  font-size:16px;
  line-height: 40px;
}


/*mail chimp*/
#mc_embed_signup {
  background: #222 !important; 
  color:#fff !important;
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
}

.brandingLogo,.indicates-required,#mc_embed_signup_scroll h2{
  display:none !important;
}
#mc_embed_signup .button {
  clear: both;
  background-color: #a81515 !important;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: fit-content;
  width: 97% !important;
}

#move{
  background: #fa4515;
  color: #fff;
  padding: 1px;
}

/* MOBILE */
@media (max-width: 767.98px) { 
  .navbar img {
    max-height:100px;
  }
  h1, h2, h3, h4, h5 {
    -webkit-text-stroke-width: 1px;
  }
  .h2, h2 {
    font-size: 2rem;
  }
  .paral {
    min-height: 300px;
    background-attachment: unset;
    background-size: cover;
    background-position: 50% 50%;
  }
  .paral.paral-small {
    min-height: 200px;
    background-attachment: unset;
    background-size: cover;
    background-position: 50% 50%;
  }

  .paral h1 {
    color: #f58020;
    font-size: 37px;
    text-align: center;
    padding-top: 0px;
    line-height: 42px;
  }
  .paral p {
    font-size: 30px;
    line-height: 25px;
  }
  .paral .lead{
    margin: 50px 0 40px 0;
  }
  section img {
    width: 100%;
  }
  .video-container {
    height: 300px;
  }
  .video-container .caption {
    padding: 125px 0 0 0;
  }
  button{
    margin: 20px 0 0 0;
  }
  footer{
    text-align: center;
  }
  .story-images img {
    width: 100%;
    border-radius: 10px;
  }
  .pb-5, .py-5 {
    padding-bottom: 1rem !important;
  }
  .pt-5, .py-5 {
    padding-top: 1rem !important;
  }
  .strain-effect{
    margin: 30px 0 0px 0;
    text-align: center;
  }
  #story-details img{
    margin: 0 0 20px 0;
  }
  #story h1, #story .paral h1 {
    color: #fff;
    font-size: 52px;
    line-height: 115px;
  }
  #story .text-shadows h1, #story .text-shadows .lead {
    text-shadow: 3px 4px #000;
  }
  .video-container .caption2 {
    margin: 20px 0 0 0;
  }
  .video-container .caption {
    padding: 0px 0 0 0;
  }
  #story h2 {
    font-size: 65px;
  }
  .video-container.video-container-top .caption {
    text-align: center;
  }
  .video-container .caption3 {
    margin: 0 00 0px;
  }
  .slider p {
    width: 80%;
    font-size: 14px;
    text-shadow: 2px 2px #000;
  }
  #subscribe h2 {
    line-height: 27px;
    font-size: 25px;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
  }
  .sa_owl_theme .owl-nav .owl-prev {
    left: -15px !important;
  }
  .sa_owl_theme .owl-nav .owl-next {
    right: -15px !important;
  }
  .video-container p {
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 2px #000;
  }
  .video-container-bottom h2 {
    color: #ffa700;
    letter-spacing: 2px;
    font-family: Sansita Swashed;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    text-shadow: 2px 2px #000;
    font-size: 30px;
  }
  .slider p {
    width: 90%;
    text-align: left;
    font-size: 20px;
  }
  .slider h2 {
    text-align: left;
    width: 100%;
  }
  .video-container.video-container-bottom {
    height: 450px;
  }
  #slides h2 {
    font-family: Lobster;
    line-height: 100px;
    font-size: 54px;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    margin: 88px 0 0 0;
    text-align: center;
    text-shadow: 3px 2px #000;
  }
  #slides p{
    text-align: center;
  }
  #mc_embed_signup .foot {
    display: unset !important;
    grid-template-columns: unset !important;
    width: unset !important;
    align-items: unset !important;
  }
  .container.slider{
    width:98%;
  }
  #subscribe .col-md-6{
    padding-right: 0px;
    padding-left: 0px;
  }
  .triangle {
    height: 275px;
  }
  .triangle .content {
    margin: 60px 0 0 40px;
    width: 90%;
  }
  .triangle .content-right {
    margin: -9px 0 0 40px;
  }
}




