/**
Theme Name: MIT Astra Child Theme
Author: MIT
Author URI: https://www.melbourneit.com.au/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mit-astra-child-theme
Template: astra
*/
/*** GENERAL SECTIONS STYLE -----------------------------------------------------------*/

@import url('https://d2ta2fpo91apla.cloudfront.net/fontawesome-free-5.9.0-web/css/all.css');

/*** RESET THEME SPACING ---------------------------------*/
/* Remove default margin-bottom from all divs */
.wpb_wrapper>div {
  margin-bottom: 0;
}

/* Remove default padding for all columns */
.vc_column_container>.vc_column-inner {
  padding: 0;
}

/*reset theme*/
.vc_column-inner .wpb_wrapper .vc_row{
    margin-left:0;
    margin-right:0;
}

/* Remove columns padding-top */
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0px;
}

/* Remove margin from paragraph */
p {
  margin: 0;
}

/* Remove default margin-bottom from all elemets */
.wpb_content_element {
  margin-bottom: 0;
}

/* set the wrapper width to the default theme one */
@media only screen and (max-width: 767px) {
  .section_wrapper, .container, .four.columns .widget-area {
    max-width: 700px !important;
  }
}

/* CUSTOM SPACING ---------------------------------*/
/* padding left and right is given only when the row is stretch otherwise it mess up the padding right and left calculated by the theme*/
.pad-xl {
  padding-top: 12%;
  padding-bottom: 12%;
}

.pad-xl[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-lg {
  padding-top: 10%;
  padding-bottom: 10%;
}

.pad-lg[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-md {
  padding-top: 8%;
  padding-bottom: 8%;
}

.pad-md[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-sm {
  padding-top: 6%;
  padding-bottom: 6%;
}

.pad-sm[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-xs {
  padding-top: 4%;
  padding-bottom: 4%;
}

.pad-xs[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

/* make side padding equal */
@media (max-width:1300px) {
  .pad-xl:not(.vc_inner), .pad-lg:not(.vc_inner), .pad-md:not(.vc_inner), .pad-sm:not(.vc_inner), .pad-xs:not(.vc_inner) {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}

/* COLUMN PADDING ---------------------------------*/
/* Inner column padding */
.pad-xl-col > .vc_column-inner {
  padding: 12% 12% !important;
}

.pad-lg-col > .vc_column-inner {
  padding: 10% 10% !important;
}

.pad-md-col > .vc_column-inner {
  padding: 8% 8% !important;
}

.pad-sm-col > .vc_column-inner {
  padding: 6% 6% !important;
}

.pad-xs-col > .vc_column-inner {
  padding: 4% 4% !important;
}

@media (max-width: 768px) {
  .pad-xl-col > .vc_column-inner, .pad-lg-col > .vc_column-inner, .pad-md-col > .vc_column-inner, .pad-sm-col > .vc_column-inner, .pad-xs-col > .vc_column-inner {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}

/* REMOVE PADDING ---------------------------------*/
/* Remove padding top or bottom*/
.remove-pad-top {
  padding-top: 0 !important;
}

.remove-pad-bottom {
  padding-bottom: 0 !important;
}

/* Remove element margin */
.remove-margin-top {
  margin-top: 0 !important;
}

.remove-margin-bottom {
  margin-bottom: 0 !important;
}

/* TEXT ---------------------------------*/
/* headings font family*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2em;
  margin-bottom: 15px !important;
}

/* headings color */
h1, h2, h3, h4, h5, h6 {
  color: #202020;
}

/* headings color on dark backgrounds */
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #F0F0F0;
}

/* h1 font size for tablet and desktop */
@media (min-width: 1024px) {
  h1 {
    font-size: 40px !important;
  }
}

/* h1 font size for smaller devices */
h1 {
  font-size: calc(20px + 2vw);
}

/* h2 font size for tablet and desktop */
@media (min-width: 1024px) {
  h2 {
    font-size: 30px !important;
  }
}

/* h2 font size for smaller devices */
h2 {
  font-size: calc(20px + 1vw);
}
.entry-content .woocommerce h2 {
    color: #0f0f0f !important;
}

/* h3 font size for tablet and desktop */
@media (min-width: 1024px) {
  h3 {
    font-size: 27px !important;
  }
}

/* h3 font size for smaller devices */
h3 {
  font-size: calc(19px + 1vw);
}

.entry-content .woocommerce h3 {
    color: #0f0f0f !important;
}

/* paragraph font family and size */
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7em;
}

/* paragraph and list color */
p, li {
  color: #181818;
}

/* paragraph and list color on dark backgrounds */
.dark p, .dark li {
  color: #F8F8F8;
}

/* BUTTON ---------------------------------*/
/* Remove default button style*/
.vc_btn3.vc_btn3-style-modern {
  background-image: none !important;
  background-repeat: none;
}
@media only screen and (min-width: 768px){
  .button-flat a.button:after,
  .button-flat button:after{
      background: rgba(0,0,0,.0);

  }
}

/* Buttons style */
.btn>.vc_btn3, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  padding: 14px 20px;
  font-size: 14px;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: initial;
  border: 0px solid transparent;
  margin-top: 20px;
}

/* form button */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}

/* form button */
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #282828 !important;
}

/* Button one */
.btn.btn-one>.vc_btn3 {
  background-color: #f1f1f1 !important;
  color: #dd9454 !important;
  border: 1px solid #f1f1f1 !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

/* Button one > hover */
.btn.btn-one:hover>.vc_btn3 {
  background-color: #dd9454 !important;
  color: #f1f1f1 !important;
  border: 1px solid #dd9454 !important;
}

/* Button one > dark backgrounds > add class btn-dark*/
.btn.btn-one.btn-dark>.vc_btn3 {
  background-color: #C0C0C0 !important;
  color: #181818 !important;
}

/* Button one > dark backgrounds > hover*/
.btn.btn-one.btn-dark:hover>.vc_btn3 {
  background-color: #808080 !important;
}

/* Button two */
.btn-two>.vc_btn3 {
  background-color: #f1f1f1 !important;
  color: #dd9454 !important;
  border: 1px solid #f1f1f1 !important;
}

/* Button two> hover */
.btn.btn-two:hover>.vc_btn3 {
  background-color: #dd9454 !important;
  color: #f1f1f1 !important;
  border: 1px solid #dd9454 !important;
}

/* Button two > dark backgrounds > add class btn-dark*/
.btn.btn-two.btn-dark>.vc_btn3 {
  background-color: #C0C0C0 !important;
  color: #181818 !important;
}

/* Button two > dark backgrounds > hover*/
.btn.btn-two.btn-dark:hover>.vc_btn3 {
  background-color: #808080 !important;
  color: #222 !important;
}

/* Button three */
.btn.btn-three>.vc_btn3 {
  background-color: #f1f1f1 !important;
  color: #dd9454 !important;
  border: 1px solid #f1f1f1 !important;
}

/* Button three > hover */
.btn.btn-three:hover>.vc_btn3 {
  background-color: #dd9454 !important;
  color: #f1f1f1 !important;
  border: 1px solid #dd9454 !important;
}

/* Button three > dark backgrounds > add class btn-dark*/
.btn.btn-three.btn-dark>.vc_btn3 {
  background-color: #C0C0C0 !important;
  color: #181818 !important;
}

/* Button three > dark backgrounds > hover*/
.btn.btn-three.btn-dark:hover>.vc_btn3 {
  background-color: #808080 !important;
}

/*** MOBILE CTA ***/

/* mobile click to call color */
#mobile-phone-cta a {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
}

#mobile-phone-cta a:hover {
  background-color: #282828 !important;
}

#mobile-phone-cta {
display: block;
position: fixed;
bottom: -1px;
left: 0;
right: 0;
height: 44px;
z-index: 108;
padding: 0 !important;
-webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
}

#mobile-phone-cta a {
display: block;
height: 44px;
width: 100%;
text-align: center;
font-size: 16px;
font-weight: normal;
padding-top: 10px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}

#mobile-phone-cta>div>div {
padding-top: 0 !important;
}

#mobile-phone-cta a i {
font-size: 16px;
padding-right: 8px;
}

/* Add margin to footer and back to top button so CTA doesn't cover them */
@media screen and (max-width:640px) {
footer, a#back_to_top {
margin-bottom: 50px;
}
}

/* Hide the mobile CTA on desktop */
@media screen and (min-width:640px) {
#mobile-phone-cta {
display: none;
}
}

/* COLUMNS */
/* column full width on tablet */
@media (max-width: 1023px) {
  .full-width-tablet .wpb_column {
    width: 100%;
  }
}

/* minimum height for columns with a background image */
.bg-img-col .vc_column-inner {
  background-size: cover !important;
  background-position: 50% 50%;
  min-height: 15rem !important;
}

/* background for columns with text */
/* .bg-text-col {
  background-color: whitesmoke;
} */

/* REVERSE */
/* reverse columns on tablet */
@media (max-width: 1023px) {
  .reverse-tablet {
    /* Safari */
    /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* reverse columns on mobile */
@media (max-width: 768px) {
  .reverse-mobile {
    /* Safari */
    /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* VISIBILITY */
/* hide elements from small screens on*/
@media (max-width: 1240px) {
  .hidden-sm-screen {
    display: none !important;
  }
}

/* hide elements from tablet on */
@media (max-width: 1024px) {
	.text-img-three .pad-lg-col > .vc_column-inner {
    padding: 6.5% 10% 8.5% 10% !important;
}
.in-page.hero .hidden-tablet {
    display: block !important;
}
  .hidden-tablet {
    display: none !important;
  }
}

/* hide elements from mobile on */
@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}

/* hide elements from small mobile on */
@media (max-width: 480px) {
  .hidden-sm-device {
    display: none !important;
  }
}

/* BACKGROUND POSITION */
.bg-0 {
  background-position: 50% 0% !important;
}

.bg-20 {
  background-position: 50% 20% !important;
}

.bg-40 {
  background-position: 50% 40% !important;
}

.bg-60 {
  background-position: 50% 60% !important;
}

.bg-80 {
  background-position: 50% 80% !important;
}

.bg-100 {
  background-position: 50% 100% !important;
}

/* OVERLAY ROWS */
.vc_row.overlay-one-row::before {
  content: "";
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: -webkit-gradient(linear, left top, right top, color-stop(00%, rgba(11,41, 41,0)), color-stop(60%, rgba(11,41,41,.5)), color-stop(90%, rgba(11,41,41,1)), to(rgba(11,41,41,1)));    background: -o-linear-gradient(left, rgba(11,41, 41,0) 00%, rgba(11,41,41,.5) 60%, rgba(11,41,41,1) 90%, rgba(11,41,41,1) 100%);    background: linear-gradient(90deg, rgba(11,41, 41,0) 00%, rgba(11,41,41,.5) 60%, rgba(11,41,41,1) 90%, rgba(11,41,41,1) 100%);
}
.vc_row.overlay-cta-row::before {
  content: "";
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.7);
}
/* OVERLAY COLUMNS */
.overlay-one-col .vc_column-inner::before {
  content: "";
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0.15+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.15)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#26ffffff', GradientType=1);
  /* IE6-9 */
  z-index: -1;
}

/* OVERFLOW */
/*make overflow elements in a row visible*/
.overflow.vc_row, .overflow.vc_row[data-vc-full-width] {
  overflow: visible;
}

/* NEGATIVE MARGIN */
@media only screen and (min-width: 1024px) {
.neg-top {
  margin-top: -120px;
}
.neg-bottom {
  margin-bottom: -120px;
}
.neg-left {
  margin-left: -120px;
}
.neg-right {
  margin-right: -120px;
}}


/* END GENERAL CSS ---------------------------------------------------------***/

/* HERO SECTION GENERAL ------------------------------------------------------*/
/* change the background size for home and internal hero */
.hero {
  background-size: cover !important;
}

/* background color of hero inner column */
.hero .hero-col .vc_column-inner {
  background-color: transparent;
}

/* add side padding when row and content are stretched */
.hero[data-vc-stretch-content], .hero.homepage[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.vc_row-has-fill+.vc_row-full-width+.vc_row.hero>.vc_column_container.hero-col>.vc_column-inner {
  padding: 8% 8%;
}

/* inner padding of homepage hero column */
.hero.homepage .hero-col .vc_column-inner {
  padding: 15% 0;
}

/* titles follow the alignment set to the section */
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
  text-align: inherit !important;
}

@media (max-width: 768px) {
  .hero {
    text-align: center !important;
  }
}

/*--- HERO ONE ---*/
/* row padding of internal hero */
 .hero.hero-one {
     padding-top: 6%;
     padding-bottom: 6%;
}
/* row padding of homepage hero*/
 .homepage.hero.hero-one {
     padding-top: 12%;
     padding-bottom: 12%;
     background-position: 50% 50%;
	 height:840px;
}
/* column expand to 100% width on tablet */
 @media (max-width: 1024px) {
     .hero.hero-one .wpb_column {
         width: 100% !important;
    }
	.widget.woocommerce.widget_product_search {
    padding-right: 0 !important;
}
 }
/* PODS GENERAL --------------------------------------------------------------*/
.pods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* columns start stacking on small screens */
@media (max-width: 1240px) {
  .pods {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

/* columns expand to 100% on mobile */
@media (max-width: 600px) {
  .pods .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* column max-width - please only change the margin between the columns and adjust the flex-basis so the total is always 50 */
.pods .wpb_column.vc_column_container {
  width: 0;
 -ms-flex-preferred-size: calc(49% - 15px);
  flex-basis:calc(49% - 15px);
  margin:10px;
}

/* use this class when you have 3 pods to adjust the responsive - please only change the margin between the columns and adjust the flex-basis so the total is always 33 */
.pods.pods-three-col .wpb_column.vc_column_container {
   -ms-flex-preferred-size: calc(33.333% - 20px);
  flex-basis:calc(33.333% - 20px);
  margin:10px;
}

.pods.pods-three-col {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* columns expand to 100% on mobile */
@media (max-width: 680px) {
  .pods.pods-three-col .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* add margin bottom to icon image */
.pods .wpb_single_image img {
  margin-bottom: 15px;
}

/* style the titles */
.pod-title p {
	text-transform: capitalize;
	font-size: 16px;
	line-height: 25px;
	color: #f1f1f1;
	font-family: "Muli";
	font-weight: 400;
	text-align: center;
}

/* style the paragraph */
.pods .wpb_text_column p {
  margin-bottom: 15px !important;
}

/* style the button - if left empty it inherits the style of button one */
.pods .btn.btn-one>.vc_btn3 {
  margin-top: 0 !important;
}

/* link expands to cover the content of the column */
a.pod-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

/* button align to the bottom */

.pods .wpb_column.vc_column_container .vc_column-inner{
  display: flex;
  align-items: stretch;
  height: 100%; 
   width:100%;
}
.pods .wpb_column.vc_column_container .vc_column-inner .wpb_wrapper{
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    height: 100%;
     width:100%; 
}

/*align button to bottom of pod*/
.vc_row.wpb_row.vc_row-fluid.pods .vc_btn3-container{
  margin-top:auto;
}
/* PODS FIVE */
/* set column min-height */
.pods.pods-five .vc_column-inner {
  min-height: 320px;
}

/* column background settings */
.pods.pods-five .vc_column-inner {
  background-size: cover;
  background-position: 50% 50%;
}

/* center align content and image */
.pods.pods-five, .pods.pods-five .wpb_single_image.vc_align_left {
  text-align: center !important;
}

/* add transition effect to the title */
.pods.pods-five .pod-title p {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* add background to the title */
.pods.pods-five .pod-title {
  /* background-color: rgba(20, 20, 20, 0.4); */
  padding: 5% 0% 40px;
  margin-top: 75%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* hide title background when you hover */
.pods.pods-five .wpb_column:hover .pod-title {
  background-color: transparent;
}

/* change text color on hover */
.pods.pods-five .wpb_column:hover .pod-title p, .pods.pods-five .wpb_column:hover .wpb_text_column p {
  color: white !important;
  position: relative;
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  transform: translateY(-250%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
}

/* change link z-index*/
.pods.pods-five a.pod-link {
  z-index: 9 !important;
}

/* add overlay to the column on hover */
.pods.pods-five .pod-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

/* add overlay to the column on hover */
.pods.pods-five .wpb_column:hover .pod-link:before {
   /* FF3.6-15 */
  background: -webkit-linear-gradient(to bottom, rgba(221,147,83, 0) 0%, rgba(221,147,83, 0) 35%, rgb(26, 12, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221,147,83, 0)), color-stop(35%, rgba(221,147,83, 0)), to(rgba(221,147,83, 0)));
  background: -o-linear-gradient(to bottom, rgba(221,147,83, 0) 0%, rgba(221,147,83, 0) 35%, rgb(26, 12, 0) 100%);
  background: linear-gradient(to bottom, rgba(221,147,83, 0) 0%, rgba(221,147,83, 0) 35%, rgb(26, 12, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

/* little icon at the bottom of the column (default is a triangle) */
.pods.pods-five svg {
  width: 56px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 9;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

/* icon moves on hover */
.pods.pods-five .wpb_column:hover svg {
  -webkit-transform: translate(-50%, 60%);
  -ms-transform: translate(-50%, 60%);
  transform: translate(-50%, 60%);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

/* TEXT AND IMAGE SECTION GENERAL --------------------------------------------*/


/* TEXT SECTION GENERAL ------------------------------------------------------*/
/*Divide text in 2 columns */
@media (min-width: 768px) {
  .text-two-col {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

/*Divide text in 3 columns */
@media (min-width: 768px) {
  .text-three-col {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

/*--- TEXT SECTION ONE ---*/
.text-one {}

/* CTA GENERAL --------------------------------------------------------------*/
/* style the text of the cta > use a paragraph*/
.cta .wpb_text_column p {
  font-size: 1.9em !important;
  line-height: 1.4em;
}

/* use this class to hightlight text in the cta, the phone number for example*/
.cta .cta-highlight {
  margin-top: 25px;
  font-size: 1.4em;
  letter-spacing: 0.08em;
}

/*--- CTA ONE---*/
/* content alignment */
.cta-one {
  text-align: center !important;
}

/* set a max width for the column */
@media (min-width: 769px) {
  .cta.cta-one .vc_column-inner {
    max-width: 950px;
    margin: auto;
  }
}

/* text alignment and bottom margin */
.cta-one .wpb_single_image.vc_align_left {
  text-align: center !important;
  margin-bottom: 25px;
}
/*Remove short description on product thymbs*/
.ast-woo-shop-product-description {
    display: none;
}
/*Show add to cart on hover*/
a.button.add_to_cart_button {
    /* position: absolute;
	width: 100%;
    top: 100px;
    left: 0;
	opacity: 0; */
}
.products.columns-3 a.button.product_type_simple.add_to_cart_button {
	bottom:0px;
}
.ast-product-gallery-layout-horizontal.ast-product-tabs-layout-horizontal.product.type-product:hover a.button.add_to_cart_button {
	/* opacity: 1; */
	color: #ffffff;
    border-color: #dd9454;
    background-color: #dd9454;
}
.site-header .ast-site-header-cart-data .button.wc-forward{
    color:#dd9454;
}
 .site-header .ast-site-header-cart-data .button.wc-forward:hover {
	 color:#ffffff;
 }

/*--- TEXT SECTION FOUR ---*/
/*set a max width for the content */
.text-four .vc_column-inner {
  max-width: 750px;
  margin: auto;
  text-align: center !important;
}

/* headings inherit the alignement set above */
.text-four h1, .text-four h2, .text-four h3, .text-four h4, .text-four h5, .text-four h6 {
  text-align: inherit !important;
}

/* USP GENERAL ---------------------------------------------------------------*/
.usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* columns start stacking on small screens */
@media (max-width: 1240px) {
  .usp {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

/* columns expand to 100% on mobile */
@media (max-width: 600px) {
  .usp .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* column padding */
.usp .vc_column-inner {
  padding: 10% !important;
}

/* column max-width - please only change the margin and adjust the flex-basis so the total is always 50 */
.usp .wpb_column.vc_column_container {
  width: 0;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin: 0.5%;
}

/* use when you have 3 columns - please only change the margin and adjust the flex-basis so the total is always 33 */
.usp.usp-three-col .wpb_column.vc_column_container {
  -ms-flex-preferred-size: 32% !important;
  flex-basis: 32% !important;
  margin: 0.5%;
}

/* change columns padding when they jump on 2 columns*/
@media (max-width: 1239px) {
  .usp .vc_column-inner {
    padding: 3% !important;
  }
}

/* columns expand to 100% on mobile */
@media (max-width: 650px) {
  .usp.usp-three-col .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

/* center align content and image */
.usp, .usp .wpb_single_image.vc_align_left {
  text-align: center !important;
}

/* add margin bottom to icon image */
.usp .wpb_single_image img {
  margin-bottom: 15px;
}

/* style the titles */
.usp-title p {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 21px;
  font-family: "Muli";
  letter-spacing: 0.02em;
  margin-bottom: 15px !important;
  text-align: center;
}

/* USP ONE ------------------------------------------------------------------*/
/* add a background color to the columns */
 .usp.usp-one .wpb_column.vc_column_container {
     background-color: transparent;
}


/*--- CONTACT PAGE THREE ---*/
/* contact page hero height and background position */
 .contact-three-bg {
     padding-top: 12%;
     padding-bottom: 12%;
     background-position: 50% 50%;
}
/* contact page hero title alignment and max-width */
 .contact-three-bg .wpb_column h1, .contact-three-bg .wpb_column p {
     max-width: 750px;
     text-align: center !important;
     margin: auto;
}
/* columns width responsive */
 @media only screen and (max-width: 1200px) {
     .contact-three > .wpb_column {
         width: 50%;
    }
}
 @media only screen and (max-width: 1024px) {
     .contact-three > .wpb_column {
         width: 100%;
    }
     .contact-three > .wpb_column > .vc_column-inner {
         padding: 8% 8% !important;
    }
}
/* row with negative margin */
 .contact-three {
     margin-top: -6%;
}
/* form column background */
 .contact-three .form-col {
     background-color: #c6d4eb;
}
/* list with icons */
 .contact-icons .list_item .list_left {
     width: 50px;
     height: 80px;
     line-height: 54px;
     font-size: 27px;
     overflow: hidden;
     text-align: left;
     float: left;
}
/* margin between icon and text */
 .contact-icons .list_item .list_right {
     margin-left: 70px;
}
/* margin below icon title */
 .contact-icons .list_item .list_right h4 {
     margin-bottom: 5px !important;
}
/* margin above icons */
 .contact-icons .list_item {
     margin-top: 20px !important;
}
/* space below icons */
 .contact-three .contact-icons {
     padding-top: 20px;
}

/* HERO SECTION GENERAL ------------------------------------------------------*/
/* change the background size for home and internal hero */
.hero {
  background-size: cover !important;
}

/* add side padding when row and content are stretched */
.hero[data-vc-stretch-content], .hero.box[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.vc_row-has-fill+.vc_row-full-width+.vc_row.hero>.vc_column_container.hero-col>.vc_column-inner {
  padding: 8% 8%;
}

/* inner padding of homepage hero column */
.hero.box  .hero-col .vc_column-inner {
  padding: 8% 8%;
}

/* titles follow the alignment set to the section */
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
  text-align: inherit !important;
}

@media (max-width: 768px) {
  .hero {
    text-align: center !important;
  }
}

/*--- HERO THREE ---*/
/* remove padding top nd bottom because the padding for this row is set by the columns */
.hero.hero-three {
  padding-top: 0;
  padding-bottom: 0;
  background-position: 50% 50%;
}

/* column padding of of internal hero */
.hero.hero-three .hero-col .vc_column-inner {
  padding: 8% 8% !important;
}

/* column padding of homepage hero */
.box.hero.hero-three .hero-col .vc_column-inner {
  padding: 7% 7% !important;
    margin: 12% 0;
}

/* set a minimum height for the hero in the homepage */
.box.hero.hero-three {
  min-height: 60vh;
}

/* hero column background color */
.hero.hero-three .hero-col .vc_column-inner, .hero.box.hero-three .hero-col .vc_column-inner {
  background-color: #191919 !important;
}

/* remove side padding when row and content are stretched*/
.hero.hero-three[data-vc-stretch-content] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* column expand to 100% width on tablet */
@media (max-width: 1024px) {
  .hero-three .wpb_column {
    width: 100% !important;
  }
}

/* FOOTER STYLES GENERAL--------*/

/*column padding and margin*/
.footer-group .footer-col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* style the titles */
.footer-col p.title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: 0.02em;
}

/*consistent lineheight spacing*/
.footer-col p,
.footer-col a {
  line-height: 1.7em;
  margin-bottom: 0;
}

/*separate tel and email anchors*/
.footer-col a {
  display: block;
}

/*logo sizing*/
.footer-col a img {
  max-height: 80px;
}
/*stop bad break points*/
.footer-col p span,
a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
}

/*lists general*/
.footer-group ul {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0;
}

/*social media list*/
ul.social li {
  display: inline-block;
  padding: 0 10px;
}
ul.social li a i {
  font-size: 30px;
}

/*layout STYLS general*/
@media (max-width: 1240px) {
  .widgets_wrapper .container {
    max-width: 100%;
  }
}
.footer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#Footer .container{
padding-left:10px !important;
padding-right:10px !important;
}


/*FOOTER SPECIFIC STYLES*/

.footer-group.one {
  text-align: center;
}
.footer-group.one .footer-col:last-of-type a {
  font-size: 30px;
  line-height: 1.2em
}
@media (min-width: 941px) {
  .footer-group.one .footer-col:first-of-type {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 20px
  }
}
@media (max-width: 940px) {
  .footer-group.one .footer-col {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
}
@media (max-width: 640px) {
  .footer-group.one .footer-col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  /*only display none if using sticky cta*/
  .footer-group.one .footer-col:last-of-type {
    display: none;
  }
}


/* TEXT SECTION GENERAL ------------------------------------------------------*/
/*Divide text in 2 columns */
@media (min-width: 768px) {
  .text-two-col {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

/*Divide text in 3 columns */
@media (min-width: 768px) {
  .text-three-col {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

/*--- TEXT SECTION ONE ---*/
.text-one {}



/* Custom CSS */

/* Header */
.vc_row.overlay-heroin::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.3);
}
a:focus {
    outline: none !important;
}
.main-header-menu .menu-item > a, .main-header-menu .menu-ancestor > a, .main-header-menu .page_item > a {
    font-weight: 700 !important;
	font-size: 16px;
}
.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle {
	position: relative;
    top: -4px !important;
}
.hero.hero-one .hero-col.wpb_column {
    position: relative;
    right: -28%;
}
h1, .entry-content h1 {
    font-size: 55px !important;
}
h2, .entry-content h2 {
    font-size: 40px !important;
}
.text-one .br-lf-txt .vc_column-inner {
    border-right: 1px solid #bfbfbf;
    padding-right: 7%;
}
.text-one .br-rt-txt .vc_column-inner {
    margin-left: 7%;
}
/* .text-img-three .bg-text-col {
	clip-path: polygon(0 0, 76% 0, 88% 100%, 0% 100%);
} */
.clip-pad {
    padding-right: 24% !important;
}
.text-img-three .pad-lg-col > .vc_column-inner {
    padding: 8.5% 10% !important;
	background-position: 0 0 !important;
}
.why-choose-us.pad-md {
	padding-top: 7% !important;
}
.box.hero.hero-three {
	background-attachment: fixed !important;
}
.pods.pods-three .wpb_single_image .vc_single_image-wrapper {
    text-align: center;
}

.hero-col.box-br.wpb_column {
    position: relative;
    right: -7%;
}
.hero-col.box-br .vc_column-inner  {
    -webkit-box-shadow: -25px 25px 0px 0px rgb(221,147,84);
    box-shadow: -25px 25px 0px 0px rgb(221,147,84);
}
.pods.pods-three.pad-md {
	padding-top: 1.5% !important;
	padding-bottom: 6.5% !important;
}
.pods.move-up .wpb_column, .pods.move-up .wpb_column:hover {
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.pods.move-up .wpb_column:hover {
-ms-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
.pods.pods-five .pod-title p {
	font-size: 18px !important;
	line-height: 30px !important;
	color: #ffffff !important;
	font-family: "Muli" !important;
	font-weight: 700 !important;
}
#ast-scroll-top {
    background: #557fc3;
	bottom: 15%;
}
.gallery h2.vc_custom_heading {
    margin-bottom: 3% !important;
}
.gallery .wpb_image_grid .wpb_image_grid_ul img {
    padding: 0 10px;
}
.gallery .wpb_image_grid .wpb_image_grid_ul {
    margin-left: 3% !important;
}
.vc_row.gallery.pad-md {
    padding-top: 6.5% !important;
}
h2.woocommerce-loop-product__title {
	font-size: 16px !important;
    color: #515151;
    font-family: "Muli" !important;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
	padding: 22px 30px 10px 30px !important;
}
.woocommerce ul.products li.product a img {
    padding: 5px 30px 0 30px !important;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
	font-size: 22px !important;
	color: #dd9454 !important;
	font-family: "Muli" !important;
	font-weight: 400 !important;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled {
    color: #dd9454;
    border-color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #dd9454;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce .woocommerce-message a.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce button.button.alt.disabled:hover {
    color: #ffffff;
    border-color: #dd9454;
    background-color: #dd9454;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: 1px solid rgba(0,0,0,.25);
	-webkit-box-shadow: 7.986px 6.018px 25px rgba(0,0,0,0.05);
    box-shadow: 7.986px 6.018px 25px rgba(0,0,0,0.05);
	padding: 2% 0;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, p.price, .woocommerce div.product form.cart div.quantity, .product_meta {
    display: none !important;
}
.woo-pro.pad-md {
    padding-bottom: 4.5% !important;
    padding-top: 6.5% !important;
}
.footer-group.one .footer-col:first-of-type {
    margin-bottom: 40px !important;
}
.cta .wpb_text_column.cta-txt p {
    font-size: 40px !important;
	color: #f1f1f1 !important;
	font-family: "Teko" !important;
	font-weight: 400 !important;
	line-height: 1.2em !important;
	text-align: left !important;
}
.cta.cta-one .btn-two>.vc_btn3 {
    font-weight: bold !important;
	margin-top: 60px;
	border-radius: 1px;
	padding: 14px 42px;
	font-size: 16px;
}
.footer-adv .footer-adv-overlay {
    border: none !important;
	background: url(/wp-content/uploads/2019/08/pattern.png) !important;
}
.ast-footer-overlay {
    background-color: #000 !important;
    padding: 1% 0 !important;
}
.footer-sml-layout-2 .ast-small-footer-section-2 .menu-item a, .ast-small-footer-section {
    color: #f1f1f1 !important;
    font-family: "Muli" !important;
    font-weight: 400 !important;
    font-size: 15px;
}
.footer-sml-layout-2 .ast-small-footer-section-2 .menu-item a:hover {
	color: #dd9454 !important;
}
.footer-col p a:hover {
    color: #dd9454 !important;
}
.footer-col p, .footer-col p a {
    color: #f1f1f1 !important;
}
.ast-small-footer {
    border: none !important;
}
.ast-small-footer .nav-menu li:last-child a {
    border: none !important;
}
.ast-small-footer .nav-menu li a {
    border-right: 1px solid #eee;
}
.ast-small-footer .nav-menu a {
	padding: 0 12px 0 12px !important;
}
.ast-small-footer .nav-menu li:first-child a {
    padding-left: 0 !important;
}
.footer-col .address {
    background-image: url(/wp-content/uploads/2019/08/noun_Location_1911856.png);
    background-repeat: no-repeat;
    padding: 10px 0 10px 30px;
    background-position: center left;
	float: left;
}
.footer-col .phone {
    background-image: url(/wp-content/uploads/2019/08/noun_Phone_20186051.png);
    background-repeat: no-repeat;
    padding: 10px 0 10px 30px;
    background-position: center left;
    text-align: left;
	margin-left: 20%;
}
.footer-col .email {
	background-image: url(/wp-content/uploads/2019/08/noun_Email_18069741.png);
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    background-position: center left;
    text-align: left;
	margin-left: 20%;
}
.footer-col .timings {
	background-image: url(/wp-content/uploads/2019/08/noun_Time_633647.png);
    background-repeat: no-repeat;
    padding: 10px 0 10px 30px;
    background-position: left 30%;
    text-align: left;
	float: right;
}
.hd-phone .hd-no {
	background-image: url(/wp-content/uploads/2019/08/noun_Phone_2018605.png);
    background-repeat: no-repeat;
    padding: 10px 0 10px 30px;
    background-position: center left;
	font-size: 25px;
	font-family: "Muli";
	font-weight: 700;
}
.hd-login .hd-log {
	background-image: url(/wp-content/uploads/2019/08/noun_profile_1610895.png);
    background-repeat: no-repeat;
    padding: 10px 0 10px 30px;
    background-position: center left;
	font-family: "Muli";
}
.ast-woo-header-cart-info-wrap {
	background-image: url(/wp-content/uploads/2019/08/noun_cart_1912997.png);
    background-repeat: no-repeat;
    padding: 10px 0 10px 30px !important;
    background-position: center left;
	font-family: "Muli";
}
.hd-cart {
    margin-left: 20px;
    border-right: 1px solid #f1f1f1;
    margin-right: 30px;
}
.above-header-widget {
    text-align: right !important;
    width: 100% !important;
}
.hd-login {
	border-left: 1px solid #f1f1f1;
    padding-left: 30px;
}
.widget.woocommerce.widget_product_search {
	padding-right: 28px;
    position: relative;
    bottom: 5px;
}
/* .ast-above-header-section.ast-above-header-section-1 {
    width: 79% !important;
    justify-content: flex-end !important;
}
.ast-above-header-section.ast-above-header-section-2 {
    justify-content: flex-start !important;
    width: 0%;
} */
.ast-above-header-section-1 .search-field {
    border-color: #f1f1f1 !important;
    background: transparent !important;
    border-bottom: 1px solid !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
	color: #f1f1f1 !important;
    padding:0 26px 0 3px !important;
    width: 190px;
	outline: none;
}
.above-header-widget .woocommerce-product-search button {
    display: block;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2019/08/magnifier.png) !important;
    background-repeat: no-repeat !important;
    background-position: 97% 50% !important;
    border: none;
    font-size: 0;
    width: auto;
    padding: 12px;
}
.search-field {
	color: #f1f1f1;
}
/*.woocommerce-product-search:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/wp-content/uploads/2019/08/magnifier.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}*/
.ast-above-header-section-1 .search-field:hover, .ast-above-header-section-1 .search-field:focus  {
	border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}
.ast-woo-header-cart-total small.tax_label {
    display: none;
}
.text-img-three {
    background-repeat: no-repeat;
    background-position: right center;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #f1f1f1 !important;
    color: #dd9454 !important;
    border: 1px solid #f1f1f1 !important;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #dd9454 !important;
    color: #f1f1f1 !important;
    border: 1px solid #dd9454 !important;
}
.con-details .address {
    background-image: url(/wp-content/uploads/2019/08/noun_Location_1911856.png);
    background-repeat: no-repeat;
    padding: 10px 0 10px 30px;
    background-position: center left;
}
.con-details .phone {
    background-image: url(/wp-content/uploads/2019/08/noun_Phone_20186051.png);
    background-repeat: no-repeat;
    padding: 10px 0 10px 30px;
    background-position: center left;
}
.con-details .email {
	background-image: url(/wp-content/uploads/2019/08/noun_Email_18069741.png);
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    background-position: center left;
}
.con-details .timings {
	background-image: url(/wp-content/uploads/2019/08/noun_Time_633647.png);
    background-repeat: no-repeat;
    padding: 10px 0 10px 30px;
    background-position: center left;
}
.con-details p {
    margin-bottom: 10px !important;
}
.contact-three h2 {
    color: #1a1a1a;
    font-size: 34px !important;
    font-family: "Teko" !important;
}
.in-page.hero.hero-one {
	padding-top: 14% !important;
    padding-bottom: 12% !important;
}
.in-page.hero.hero-one .vc_column-inner .wpb_wrapper {
	text-align: center !important;
}
.in-page h1.vc_custom_heading.inner-h1 {
    -webkit-text-shadow: 1px 1px 20px rgb(0, 0, 0);
    text-shadow: 1px 1px 20px rgb(0, 0, 0);
}
.usp.shadow .wpb_column, .usp.scale .wpb_column:hover {
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.usp.shadow .wpb_column:hover {
-webkit-box-shadow: 0px 5px 30px 0px rgba(85, 127, 195, 0.2);
box-shadow: 0px 5px 30px 0px rgba(85, 127, 195, 0.2);
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.vc_row.wpb_row.vc_row-fluid.scroller .scrolling {
    position: absolute;
    text-align: center;
    bottom: 49px;
    right: 0;
    -webkit-animation: nudgeMouse 5s ease-out infinite;
    animation: nudgeMouse 5s ease-out infinite;
    left: 0;
    margin: 0 auto;
}

@keyframes nudgeMouse {
0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
.con-details {
    margin-top: 0px;
}
.cta.cta-one {
    padding: 6% 6% 5.5% 6% !important;
}
@media screen and (max-width: 767px) {
	.animated {
/*CSS transitions*/
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}

.contact-three > .wpb_column > .vc_column-inner { 
    padding: 8% 6% !important;
}
.con-details p {
    margin-bottom: 20px !important;
}
.con-details .address {
    padding: 25px 0 0;
    background-position: center top;
    text-align: center;
	margin-top: 20px;
}
.con-details .phone {
    padding: 20px 0 0;
    background-position: center top;
    text-align: center;
}
.con-details .timings {
    padding:15px 0 0;
    background-position: center top;
    text-align: center;
}
.con-details .email {
    padding: 15px 0 0;
    background-position: center top;
	   text-align: center;
}
.scrolling {
    display: none;
}
.hero-col.box-br.wpb_column {
    right: 0 !important;
}
.bg-img-col .vc_column-inner {
min-height: 1rem !important;
}
footer .footer-sml-layout-2 .ast-small-footer-section-2 {
    text-align: center !important;
}
footer .footer-sml-layout-2 .ast-small-footer-section-1 {
    text-align: center !important;
}	
#mobile-phone-cta a i {
    -webkit-transform: rotateY(170deg);
    transform: rotateY(170deg);
}
.bg-img-col.wpb_column.vc_column_container.vc_col-sm-4 {
    display: none !important;
}
.text-img-three {
    background: none !important;
    background-color: #000 !important;
}
	h2, .entry-content h2 {
    font-size: 28px !important;
    line-height: 30px;
}
.clip-pad {
    padding-right: 0 !important;
}
.hero-col.box-br .vc_column-inner {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
.box.hero.hero-three .hero-col .vc_column-inner {
    margin: 0 !important;
}
.hero.hero-three {
    background: none !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0 4% !important;
}
.gallery .vc_empty_space {
	height: 0 !important;
}
.gallery .wpb_image_grid .wpb_image_grid_ul {
    margin-left: 0 !important;
}
.woocommerce-page[class*=columns-].columns-3>ul.products li.product, .woocommerce-page[class*=columns-].columns-4>ul.products li.product, .woocommerce-page[class*=columns-].columns-5>ul.products li.product, .woocommerce-page[class*=columns-].columns-6>ul.products li.product, .woocommerce[class*=columns-].columns-3>ul.products li.product, .woocommerce[class*=columns-].columns-4>ul.products li.product, .woocommerce[class*=columns-].columns-5>ul.products li.product, .woocommerce[class*=columns-].columns-6>ul.products li.product {
    width: 100% !important;
}
.cta-one {
    display: none !important;
}
.ast-header-break-point .footer-sml-layout-2 .ast-small-footer-section-2 {
    margin-bottom: 1em !important;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em 2em;
}
footer, a#back_to_top {
    margin-bottom: 40px !important;
}
#mobile-phone-cta a {
    background-color: #576f9b !important;
}
.ast-small-footer .nav-menu li a {
    border-right: 0 !important;
}
.ast-small-footer .nav-menu a {
    padding: 0 !important;
}
.woocommerce-page[class*=columns-] ul.products li.product:nth-child(n), .woocommerce[class*=columns-] ul.products li.product:nth-child(n) {
    margin-right: 20px !important;
}
.gallery .wpb_image_grid .wpb_image_grid_ul img {
    padding: 10px !important;
}
	.site-logo-img img {
		top: 42% !important;
	}
	.site-branding img, .site-header .site-logo-img .custom-logo-link img {
	    width: auto !important;
    max-width: 100% !important;
    position: relative;
	top:0 !important
	}
	.main-header-bar .ast-container, #masthead .ast-container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.ast-button-wrap .menu-toggle .menu-toggle-icon {
		line-height: 2.6 !important;
	}
	.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
		width: 200px !important;
	}
	h1, .entry-content h1 {
		font-size: 32px !important;
	}
	.hero.hero-one .hero-col.wpb_column {
		right: 0 !important;
	}
	.homepage.hero.hero-one {
		height: 100% !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.text-one .br-rt-txt .vc_column-inner {
		margin-top: 20px !important;
	}
}
@media screen and (min-width:320px) and (max-width:500px) {
.woocommerce-page.tablet-columns-3 ul.products li.product, .woocommerce.tablet-columns-3 ul.products li.product {
    width: calc(100% - 0px);
}
}
@media screen and (min-width:500px) and (max-width:767px) {
.woocommerce-page.tablet-columns-3 ul.products li.product, .woocommerce.tablet-columns-3 ul.products li.product {
    width: calc(45% - 0px);
    margin: 3% auto;
    display: block;
}
}

@media screen and (min-width:1368px) and (max-width:1700px) {
.text-img-three .pad-lg-col > .vc_column-inner {
    background-position:bottom right !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.main-header-bar .ast-container, #masthead .ast-container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}	
.usp .wpb_column.vc_column_container {
    -ms-flex-preferred-size: 30% !important;
    flex-basis: 30% !important;
    margin: 0 !important;
}
footer .footer-sml-layout-2 .ast-small-footer-section-2 {
    text-align: center !important;
}
footer .footer-sml-layout-2 .ast-small-footer-section-1 {
    text-align: center !important;
}
.footer-adv-overlay {
    padding-top: 70px;
    padding-bottom: 45px;
}
.box.hero.hero-three .hero-col .vc_column-inner {
    padding: 7% 7% 9% 7% !important;
}
.hero-col.box-br.wpb_column {
	right: 0 !important;
}
.gallery .vc_empty_space {
	height: 0 !important;
}
.gallery .wpb_image_grid .wpb_image_grid_ul img {
    padding: 0 20px !important;
}
.text-img-three {
    background: none;
	background-repeat: no-repeat;
    background-position: right;
}
.text-one .br-rt-txt .vc_column-inner {
    margin-top: 0 !important;
}
	.hero.hero-one .hero-col.wpb_column {
		right: 0 !important;
		text-align: center !important;
	}
	.homepage.hero.hero-one {
		height: 100% !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.cta .wpb_text_column.cta-txt p br {
		display: none !important;
	}
	.cta .wpb_text_column.cta-txt p {
		font-size: 28px !important;
		margin-top: 5% !important;
	}
	.cta.cta-one .btn-two>.vc_btn3 {
		margin-top: 62px !important;
		padding: 10px 14px !important;
	}
	.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce-cart table.cart td.actions .button, .woocommerce form.checkout_coupon .button, .woocommerce #respond input#submit {
		padding: 10px 15px !important;
	}
	.hero-col.box-br .vc_column-inner {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.clip-pad {
		padding-right: 0 !important;
	}
	.gallery .wpb_image_grid .wpb_image_grid_ul li {
		padding: 0 20% !important;
	}
	.gallery .wpb_image_grid .wpb_image_grid_ul {
		margin-left: 0 !important;
	}
	.gallery li.ast-article-single.align-center.box-shadow-inherit.box-shadow-inherit-hover.ast-product-gallery-layout-horizontal.ast-product-gallery-with-no-image.ast-product-tabs-layout-horizontal.product.type-product.post-109.status-publish.last.instock.product_cat-cat2.product_tag-tag1.product_tag-tag5.has-post-thumbnail.taxable.shipping-taxable.purchasable.product-type-variable {
		margin: 0 auto;
	}
	h2.woocommerce-loop-product__title {
		height: 65px !important;
	}
}
@media screen and (max-width: 1023px) {
	.text-img-three {
		background: none;
		background-color: #0F0F0F;
	}
	.br-lf-txt.wpb_column {
		width: 100%;
		margin-bottom: 22px;
	}
	.br-rt-txt.wpb_column {
		width: 100%;
	}
	.text-one .br-rt-txt .vc_column-inner {
		margin-left: 0 !important;
	}
	.text-one .br-lf-txt .vc_column-inner {
		border-right: 0 !important;
		padding-right: 0 !important;
	}
	.footer-group .footer-col {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
	.footer-group.one .footer-col {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	  }
	.footer-col .address, .footer-col .timings {
		padding: 30px 0 0 0 !important;
		background-position: 50% 0% !important;
		float: none !important;
		text-align: center !important;
	}
	.footer-col .phone {
		padding: 30px 0 0 0 !important;
		background-position: 50% 20% !important;
		text-align: center !important;
		margin-left: 0 !important;
	}
	.footer-col .email {
		padding: 30px 0 0 0 !important;
		background-position: 50% 30% !important;
		text-align: center !important;
		margin-left: 0 !important;
	}
	.ast-small-footer-section.ast-col-md-6 {
		width: 100% !important;
	}
	.footer-adv-overlay {
		padding-bottom: 10px !important;
	}
	.ast-footer-overlay {
		padding: 3% 0 !important;
	}
}
@media screen and (max-width: 1279px) { 
.hd-phone {display: none !important;}
.hd-cart {
    border-right: 0 !important;
}
.hd-login {
    border: 0 !important;
}
.abv-head {
    text-align: center !important;
}
	.ast-header-break-point .main-navigation ul .button-custom-menu-item a, .ast-header-break-point .main-navigation ul li a {
		border-bottom-width: 0px !important;
	}
	#ast-fixed-header .main-header-bar, .ast-header-break-point .main-header-bar, .ast-header-break-point .header-main-layout-2 .main-header-bar {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1366px) { 
	.hero-col.box-br.wpb_column {
		right: -50px !important;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1366px) { 
	.hero.hero-one .wpb_column {
		margin: 0 auto;
		text-align: center;
	}
	footer .footer-sml-layout-2 .ast-small-footer-section-1 {
		text-align: center !important;
		width: 100% !important;
	}
	.footer-sml-layout-2 .ast-small-footer-section-2 {
		text-align: center !important;
		width: 100% !important;
	}
	.homepage.hero.hero-one {
		padding-top: 0 !important;
		padding-bottom: 0% !important;
		height: 100% !important;
	}
	.main-navigation ul li a, .ast-header-break-point .main-navigation ul li a, .ast-header-break-point li.ast-masthead-custom-menu-items, li.ast-masthead-custom-menu-items {
		padding: 0 0.7em !important;
	}
	.main-header-menu .menu-item > a, .main-header-menu .menu-ancestor > a, .main-header-menu .page_item > a {
		font-size: 16px !important;
	}

	.clip-pad {
		padding-right: 0 !important;
	}
	.hero.hero-one .hero-col.wpb_column {
		right: 0 !important;
	}
} 
@media screen and (min-width:1280px) and (max-width: 1366px) { 
.text-img-three .pad-lg-col > .vc_column-inner {
	padding: 6.5% 20% 8.5% 7% !important;
	background-position: bottom right !important;
	}
}
@media screen and (min-width:1066px) and (max-width: 1284px) { 
	.cta .wpb_text_column.cta-txt p br {
		display:none !important;
	}
}
@media screen and (min-width:1024px) and (max-width:1279px) { 
	.text-img-three .pad-lg-col > .vc_column-inner {
		padding:6.5% 20% 8.5% 7% !important;
	background-position: bottom left !important;
	}
}
@media screen and (min-width: 1367px) and (max-width: 1900px) {
	.hero.hero-one .hero-col.wpb_column {
		right: 0 !important;
	}
	.main-navigation ul li a, .ast-header-break-point .main-navigation ul li a, .ast-header-break-point li.ast-masthead-custom-menu-items, li.ast-masthead-custom-menu-items {
		padding: 0 1em !important;
	}
	.text-img-three .pad-lg-col > .vc_column-inner {
		padding: 6% 10% !important;
	}
	.clip-pad {
		padding-right: 14% !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
	h1, .entry-content h1 {
		font-size: 50px !important;
	}
}
@media screen and (min-width: 1367px) and (max-width: 1450px) {
	.main-header-menu .menu-item > a, .main-header-menu .menu-ancestor > a, .main-header-menu .page_item > a {
		font-size: 16px !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1070px) {
	.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce-cart table.cart td.actions .button, .woocommerce form.checkout_coupon .button, .woocommerce #respond input#submit {
		padding: 10px 20px !important;
	}
}
@media screen and (max-width: 1070px) {
	h2.woocommerce-loop-product__title {
		padding: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	#ast-scroll-top {
		display: block !important;
	}
}
.post-type-archive-product .products.columns-3 a.button.product_type_simple.add_to_cart_button {
    bottom: 0 !important; 
}
.site-footer a:focus, .site-footer a:hover {
    color: #dd9454 !important; 
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
	.text-img-three {
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}
	.bg-text-col .vc_column-inner {
		background-color: #111 !important;
		background-image: none !important;
	}
}
/*HACK RESIZE SCREEN ISSUE*/
.vc_row { margin-left: 0px !important; margin-right: 0px !important; }
/*prevent scrolling to the sides on mobile*/
body, html { position: relative; overflow-x: hidden; }
/*ADD to quote button*/
.yith_ywraq_add_item_browse-list.yith_ywraq_add_item_browse_message {
    margin-top: 20px;
}
.yith_ywraq_add_item_browse-list.yith_ywraq_add_item_browse_message a {
    border: 1px solid #333;
    padding: 15px;
}

	