/*
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
*/
@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Spartan&display=swap');

/* ----------- Colors ---------- */
.paral h1,
.paral.paral-small h1{
  color: #fff;
}
.paral p,
h1,h2,h3,h4,h5,
.woocommerce div.product p.price, .woocommerce div.product span.price,
#product h2,
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover,
.navbar a:hover,.navbar a:focus,.navbar a:active,.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color:#f519b7 !important;
}



.navbar a,
.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,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link {
  color: #19e3f5;
}

.btn-primary,
.video-container .btn-primary,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.video-container .btn-primary:hover, .video-container .btn-primary:focus, .video-container .btn-primary:active, .video-container .btn-primary.active, .open > .dropdown-toggle.btn-primary,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #f519b7;
  border-color: #f519b7;
  color: #fff;
}


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary,
.video-container .btn-primary:hover, .video-container .btn-primary:focus, .video-container .btn-primary:active, .video-container .btn-primary.active, .open > .dropdown-toggle.btn-primary,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #19e3f5;
  border-color: #19e3f5;
  color: #f519b7;
}

.woocommerce ul.products li.product .price,
.woocommerce-Price-amount{
  color:#000;
}




/* MOBILE */
@media (max-width: 767.98px) { 
  .paral h1 {
    color: #fff;
  }
}


.bg-dark {
  background-color: #000 !important;
}
.bg-light {
  background-color: #fff !important;
}
nav{
  border-bottom: 5px solid #19e3f5;
}
footer {
  background-color:black;
  border-top: 4px solid #19e3f5;
  border-bottom: 4px solid #19e3f5;
}
footer a,
#services .fa{
  color: #fff;
}
.bg-dark p,
footer a:hover{
  color:#fff;
}
#product {
  background: rgb(255,255,255);
  /*background: linear-gradient(90deg, rgba(255,255,255,1) 55%, rgba(138,9,9,1) 77%, rgba(0,0,0,1) 100%); */
  color:#000;
}

/* ----------- /Colors ---------- */

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

body{
  font-family: sans-serif;
}
.text-shadows h1,.text-shadows .lead{
  text-shadow: 2px 2px #000;
}
.navbar-brand{
  font-size:60px;
  font-family: 'Birthstone', cursive;
}
h1,h2,h3,h4,h5{
  font-family: 'Spartan', sans-serif;
}
.h1, h1 {
  font-size: 2rem;
}
.uppercase {
  text-transform: uppercase;
}
/* ----------- /Global ---------- */

/* ------------ Nav ------------- */
.navbar img {
  max-height:100px;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 0;
}
.navbar li{
  margin: 0 20px 0 0;
  font-size: 18px;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.47);
}

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


/* ------------ Video ------------- */
.video-container {
  height: 500px;
  width: 100%;
  position: relative;
}

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


.video-container{
  position: relative;
}
/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption,#cat .caption {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ------------ Video ------------- */

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

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

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


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

/* Remove Bottom Margin from Jumbotron */
.jumbotron{margin-bottom: 0;}

.jumbotron {
  padding: 8rem 2rem;
}

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

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

.carousel-item{
  width:100%;
}

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

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

/* Services */
#services .fa{
  font-size:100px;
}

/* Homepage */
#featured-wine-desc{
  margin: 40px 0 0 0;
}

#cat {
  background: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  position: relative;
}
#about{
  background-color: #19e3f5;
  outline: 0 0 0 3px solid #000;
}
#about label{
  display: none;
}
#about .cf7sg-container {
  width: 100%;
  max-width: 100%;
  --max-cf7sg-form-width: 100%;
  margin: 0px 0 0 0;
}
/* ------- Bootstrap Overrides ------ */
.h2, h2 {
  font-size: 2rem;
  margin: 20px 0 10px 0;
}
.jumbotron {
  border-radius: 0;
}
em{
  margin: 0 5px;
}
/* ------- /Bootstrap Overrides ------ */

/* ----- Wordpress Overrides ------ */
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 1.25em;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
img {
  /* width: 100%; */
}
hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

.onsale{
  display: none;
}
.navbar li#wpmenucartli {
  margin: 5px 20px 0 0;
  font-size: 20px;
}

.woocommerce-Price-amount{
  font-size:20px;
}

.woocommerce-ordering{
  display:none;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
  margin: 0 0 0 10px;
}
.added_to_cart{
  font-size: 14px;
  margin: 0px 0 0 10px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
  padding: .618em 1em;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: unset;
}
.col-2 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: unset;
}
.woocommerce form .form-row label {
  width: 100%;
}
.woocommerce-additional-fields{
  display:none;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}
.woocommerce-billing-fields{
  margin: 0 0 40px 0;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}
/* 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;
}
#copyright{
  margin: 20px 0 0 0;
}
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;
}
	
/* To hide the additional information tab */
li.additional_information_tab,li.description_tab, #tab-description {
    display: none !important;
}

/* MOBILE */
@media (max-width: 767.98px) { 
  .navbar-nav {
    padding-left: 20px;
}
  .paral {
    min-height: 385px;
    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 {
    font-size: 37px;
    text-align: center;
    padding-top: 0px;
    line-height: 42px;
  }
  .paral p {
    font-size: 30px;
    line-height: 40px;
  }
  .paral .lead{
    margin: 50px 0 40px 0;
  }
  section img {
    width: 100%;
  }
  .woocommerce form .form-row label {
    width: 100%;
  }

  /* About */
  .page-id-24 img{
    height:200px;
  }
/*
  #product {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 34%, rgba(138,9,9,1) 61%, rgba(0,0,0,1) 100%); 
    color:#fff;
    text-align: center;
  }
  */
  #product {
    background: white;
  }
  #product h2{
    color:orange;
    font-size:26px;
    margin: 20px 0 0 0;
  }
  #product.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #cat {
    background: no-repeat fixed;
        background-image: none;
        background-size: auto;
    background-size: auto;
    height: 300px;
    width: 100%;
    position: relative;
}

  #about{
    margin: 20px 0 0 0;
  }
}

