/*
Theme Name: Brandabull Child Theme
Version: 2.0
Description: Child Theme for Brandabull
Author: Gavin Lovegrove
Template: Divi
Author URL: https://www.shoofinternational.com/brandabull
*/
/*------- Theme Customizations------- */
/*
**********************************

 VARIABLES

**********************************
*/
.et_pb_section {
  background-color: transparent !important;
}

h2,
h3,
h4 {
  color: #444444;
  position: relative;
  margin-bottom: 15px;
}

a.et_pb_button:hover {
  text-decoration: none !important;
}

/* For vertical positioning of hero text */
.relative {
  position: relative;
}

.hero-text-wrapper {
  position: relative;
  height: 400px;
}

p:not(.has-background):last-of-type {
  padding-bottom: 15px;
}

.hero-text {
  position: absolute;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 2.5vw;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1.1em;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 50%;
  /* 	text-shadow: 0px 0px 20px rgba(0,0,0,0.2); */
}

p.text-large {
  font-size: 24px;
  font-weight: normal;
  color: #777777;
  line-height: 1.4;
}

p.text-medium {
  font-size: 20px;
  font-weight: normal;
  color: #888888;
  line-height: 1.4;
}

small {
  font-size: 0.5em !important;
}

.columns-2 {
  -moz-columns: 2 200px;
       columns: 2 200px;
  -moz-column-fill: auto;
       column-fill: auto;
}

.columns-3 {
  -moz-columns: 3 200px;
       columns: 3 200px;
  -moz-column-fill: auto;
       column-fill: auto;
}

.columns-4 {
  -moz-columns: 4 200px;
       columns: 4 200px;
  -moz-column-fill: auto;
       column-fill: auto;
}

.divider-after::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  left: 0;
  bottom: 18px;
  background: #2e3192;
}

#main-content a:hover {
  text-decoration: underline;
}

.grayscale {
  filter: grayscale(100%);
}

.sm-tile {
  background: #ffffff;
  box-shadow: -1px 44px 22px -54px rgba(0, 0, 0, 0.28);
  padding-bottom: 25px;
  text-align: center;
  transition: all 0.2s linear;
  /* 	border: solid 1px #eee; */
  border-radius: 3px;
}

.sm-tile:hover {
  box-shadow: -1px 44px 22px -36px rgba(0, 0, 0, 0.31);
  transition: all 0.2s linear;
}

.sm-tile h4 {
  font-size: 20px;
}

.sm-tile h3,
.sm-tile h4 {
  padding: 10px 15px 0px;
}

.sm-tile img {
  padding: 10px;
}

.sm-tile p,
.sm-tile ul {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 15px 10px;
}

.sm-tile .specs {
  font-size: 15px;
  width: calc(100% - 40px);
  margin: 0 20px 5px;
}

.sm-tile .specs th {
  background: #eee;
}

ol.steps {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0 0 23px 0px !important;
}

ol.steps li {
  counter-increment: my-awesome-counter;
  display: flex;
}

ol.steps li::before {
  content: counter(my-awesome-counter) ". ";
  color: #2e3192;
  font-weight: bold;
  margin-right: 10px;
}

#contact-details {
  text-align: right;
}

#footer-details {
  text-align: left;
}

#footer-details a {
  color: #fef103;
}

/* Contact form */
.et_pb_contact_form_0.et_pb_contact_form_container .input,
.et_pb_contact_form_0.et_pb_contact_form_container .input[type=checkbox] + label i,
.et_pb_contact_form_0.et_pb_contact_form_container .input[type=radio] + label i {
  border: none;
}

/* BUY NOW Menu Buttons*/
.buy-now ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background: #2e3192;
  text-transform: uppercase;
  padding: 15px 25px !important;
  border-radius: 3px;
}
.buy-now ul li a:hover {
  text-decoration: none !important;
}

/* Prevent the BUY NOW menu from showing as a dropdown on mobile. */
.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
  display: flex !important;
}

.lwp-hide-mobile-menu .et_mobile_nav_menu {
  display: none;
}

@media (min-width: 768px) and (max-width: 980px) {
  .lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
  .lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex !important;
  }
  .lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
  }
}
/*
**********************************

 VIDEO ELEMENTS

**********************************
*/
a.et_pb_video_play {
  color: #FEDF00;
}
a.et_pb_video_play:hover {
  text-decoration: none !important;
}

/*** Responsive Styles Large Desktop And Above ***/
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
  .hero-text {
    font-size: 4vw;
  }
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .hero-text {
    font-size: 5vw;
  }
  .table-scroll {
    overflow-x: scroll;
  }
  .contact-details {
    text-align: center;
  }
}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  .hero-text {
    font-size: 4vw;
  }
  #contact-details {
    text-align: center;
  }
  #footer-details {
    text-align: center;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .hero-text-wrapper {
    height: 200px;
  }
  .hero-text {
    font-size: 30px;
    width: 75%;
  }
  #contact-details {
    text-align: center;
  }
  #footer-details * {
    text-align: center !important;
  }
  table.specs {
    text-align: center;
  }
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
  .hero-text {
    font-size: 20px;
    width: 75%;
  }
  p.text-large {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */