@charset 'utf-8';





/* 2. Default tag's settings
-------------------------------------------------------------- */
body {   text-rendering: optimizeLegibility; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {  display: block; }

h1, h2, h3, h4, h5, h6 { line-height:120%; }
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, address { margin: 0; }
h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,
h2+h3,h2+h4,h2+h5,h2+h6,
h3+h4,h3+h5,h3+h6,
h4+h5,h4+h6,
h5+h6 {
  margin-top:0;
}
dt, b, strong {  font-weight: 500; }
p, ul, ol, dl, blockquote, address { margin-bottom: 1.5em; }
li > ol, li > ul { margin-bottom:0; }
ul>li, ol>li, dl>dd { margin-bottom:0.44em; }
li>ul, li>ol, dd>dl { margin-top:0.5em; }
li > p { margin-bottom:0; }
li > p+p { margin-top:0.5em; }

ol, ul {
  padding-left:1.5em;
}


/* Links */
a {
  text-decoration:none;
  background:transparent;
}
a,
a:hover,
a:focus,
a:active {
  outline: 0;
}
a img { border: none; }

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

:active, :focus { outline:0; }


/* Tables */
table {
  border-collapse:collapse;
  border-spacing: 0;
}

caption, th {

  text-align: center;
}
body[class*="woocommerce-"] table th, body[class*="woocommerce-"] table td {
  border-width:0;
}

blockquote:before, blockquote:after,
q:before, q:after {  content: ""; }
blockquote, q {  quotes: "" "";}

dt {  font-weight: normal; }
dd {  margin-left: 1.5em; }
b, strong {  font-weight: bold; }
dfn, cite, em, i { font-style: italic; }
blockquote { padding: 0.7em; }

pre, code, kbd, tt, var, samp {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
}
pre {
  overflow: auto;
  max-width: 100%;
}
abbr, acronym {
  border-bottom: 0px dotted;
  cursor: help;
}
mark, ins {
  background-color:transparent;
  text-decoration: none;
  font-style:italic;
  font-weight:bold;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
small {  font-size: 75%; }
big {  font-size: 125%; }

[hidden], template { display: none; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align:top;
}

figure,
.wp-caption-overlay .wp-caption {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width:100%;
}
figure figcaption,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
  -webkit-transition: all ease-in-out .3s;
     -moz-transition: all ease-in-out .3s;
      -ms-transition: all ease-in-out .3s;
       -o-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
  background-color: rgba(0,0,0,0.5);
  font-size: 1em;
  line-height:1.2857em;
  color: #fff;
    text-align: center;
  padding: 1.12em 0.8em;
}
figure:hover figcaption,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
  margin-bottom: -5em !important;
}

svg:not(:root) { overflow: hidden; }


/* 13.3 Google conversion 
---------------------------------------------------------- */
iframe[name="google_conversion_frame"] { height:1px; min-height:0px; display:none; }


/* 13.4 Visual Composer 
-------------------------------------------------------- */
.wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom:0 !important;
}
.sc_gap .vc_row {
  margin-left:0;
  margin-right:0;
}
.sc_gap .vc_column_container {
  padding-left:0;
  padding-right:0;
}
h1 .wpb_text_column p, h2 .wpb_text_column p, h3 .wpb_text_column p, h4 .wpb_text_column p, h5 .wpb_text_column p, h6 .wpb_text_column p {
  padding-bottom:0 !important;
}



