/*Theme Name: B - Omega
Theme URL:  */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
#content p {
	    margin: .5em 0 1em;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;	
}
html {
    background: #fafafa;
	height: 100%;
	position: relative;
	width: 100%;
	display: block;
}
body {
    font-size: 16px;
	font-weight: 400;
    color: #333;
    margin: 0;
    background: #fafafa;
	height: 100%;
	position: relative;
	display: block;
	overflow-x: hidden;
}
img {
    max-width: 100%;	
	height:auto;
}	
h1 {
    font-size: 2.3em;
    display: block;
    margin: 1em 0 .5em;
    font-weight: 700;
	line-height: 1.2em;
}	
h2 {
    font-size: 1.6em;
    margin: .83em 0;
    font-weight: 700;
    line-height: 1.2em;
}
h3 {
    font-size: 1.3em;
    margin: .7em 0;
    font-weight: 700;
	line-height: 1.2em;
}
.post-type-archive-product h1,
.single-post h1 {
	margin-top: 0;
	margin-bottom: 0;
}

#content a {
	font-weight:700;
}


.hidden-logo img {
    height: 50px;
}

#header, 
#container, 
footer {
    width: 100%;
    max-width: 1920px;
    line-height: 1.5em;
}

i {
	line-height: 1.5em;		
}
.attachment-post-thumbnail{
	display: none;
}

#content {
	min-height: 500px;
	width: 100%;
	padding: 0rem 0 0rem;
	background: #84288a;
}
#content img,
#content figure,
#content table {
    height: auto;
}

/*Inverse / white text*/ 
.inverse *,  #content .inverse h1, #content .inverse h2, #content .inverse h3, #content .inverse h4  {
  color: #fff;
}

/*Background-image on element*/
.bg-img {
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  min-height: 300px;
}

/*---------------- GALLERY ---------------------------*/

#content div[id*="gallery"] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#content div[id*="gallery"] .gallery-item {
  float: none;
  padding: 2px;
}

#content div[id*="gallery"] img {
  border: none;
  /*width: 100%;*/
  height: auto;
}
.gallery {
    margin: 20px auto!important;
}

/*--------------------FEEDBACK THUMBS----------------*/
.up-down a i {
    width: 23%;
    display: inline-block;
    margin: 0 10px;
}
.up-down a i {
    font-size: 7em;
    /* margin: 0; */
    text-align: center;
    display: inline-block;
    width: 35% !important;
    max-width: 200px;
}

#wrapper {
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
	background: #FFF;
}
#header {
    clear: left;
}

#footer {
    clear: both;
	width: 100%;
	background: #243036;
	color: #FFF;
	margin: auto;
}
#footer .box {
}
.footer_logo_wrapper{
	display:none;
}
.day {
    flex-basis: 33%;
}
.hours {
    flex-basis: 67%;
    text-align: right;
}
.today {
    font-weight: 700;
	color: #96d701;
}
.socialicons .bottomicon {
    width: 40px;
}
.entry-meta,
.entry-meta a,
.entry-footer,
.comment-meta,
.comment-meta a,
#copyright,
#copyright a {
    color: #5075a2;
    font-size: 13px;
}

#copyright {
    text-align: center;
    padding: 10px;
    background: #243036;
}
.error404 #content #searchform,
.search #content #searchform {
    margin-top: 55px;
    float: left;
}


/*---------- HEADER CSS -----------*/

#header {
	width: 100%;
	color: #222;
	background: #fff;
	position: relative;
	z-index:  10000;
	padding: 0em 1em;
	padding-bottom: 0em !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#header p {
    margin: 0;
}
#desktop-top-bar {
	z-index: 99999;
    position: relative;
    padding: 0 1rem;
    text-align: right;
    background: #26ace2;
    color: #FFF;
	width: 100%;
}
.nav-bar {
    position: relative;
    z-index: 99999;
}
.nav-bar ul {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.nav-bar ul li {
    display: inline-block;
}
.nav-bar ul a {
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    color: #222;
}
.phone {
    display: block;
}
.breakout {
    background-color: gray;
    color: #FFF;
    width: 100vw;
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	left: 0 !important;
}
.billboard.breakout {
    margin-top: -1rem;
}
.breakout-inner-wrapper {
	max-width: 1920px;
	margin: 0 auto;
}
.phone a {
    background: #96d800;
    color: #FFF;
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
}


.logo-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hidden-logo, .hidden-logo-phone {
    font-size: 1.3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden;
    opacity: 0;
    margin-right: auto;
    color: #FFF;
    text-decoration: none;
}

.passed-header .hidden-logo {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.logo {
    position: relative;
    padding: 20px;
	z-index: 2;
}
.woocommerce .logo img,
.woocommerce-page .logo img, 
.logo img {
    width: auto;
    max-height: 175px;
}
.sticky-background {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    right: 0;
    margin: auto;
}
.passed-header .sticky-background {
	background: #84288a;
}
.stick-me {
    position: relative;
}
.stuck {
    position: fixed!important;
    right: 0;
    top: 0;
}
.sticky-bump {
    display: none;
}
.sticky-bump.bump-content {
    display: block;
}
.phone-wrap, .nav-wrap {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

/*------------- HEADER A ---------------*/

.header-a {
    padding: 0 1rem;
}
.header-a .phone-wrap.stuck {
    width: auto;
}
.header-a .nav-wrap {
    z-index: 10001;
}
.header-a .stuck .nav-wrap {
    padding:  0 1rem;
}
.header-a .hidden-logo {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 10002;
}
.header-a .logo {
    padding: 1rem 0;		
}
.passed-header .header-a .hidden-logo {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.header-a .hidden-logo div {
    height: inherit;
}
.header-a .hidden-logo div img {
    height: 90%;
    padding: 5% 0 0;
    width: auto;
	max-width: none;
	display: inline-block;
}
.header-a .phone-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.header-a .phone-wrap.stuck,
.header-a .nav-wrap.stuck {
    margin: 0;
}
.header-a .phone a {
	padding: 5px 11px;	
}
.header-a .stuck .nav-bar {
    width: inherit;
}
.header-a .hidden-logo-phone {
    display: none;
}
.header-a .phone-wrap-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-end;
}
.header-a .phone {
    margin: 5px 0;
    display:  -webkit-box;
    display:  -webkit-flex;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-pack:  center;
    -webkit-justify-content:  center;
        -ms-flex-pack:  center;
            justify-content:  center;
    -webkit-box-align:  center;
    -webkit-align-items:  center;
        -ms-flex-align:  center;
            align-items:  center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.header-a .phone-wrap.stuck {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.header-a .nav-wrap.stuck {
    margin: 0 auto;
    width: inherit;
    left: 0;
    right:  0;
}
.header-a .phone-wrap,
.header-a .stuck .phone-wrap-inner {
    padding-right: 1rem;
	padding-left: 0;
}
.header-a .logo-wrap, 
.header-a .hidden-logo {
	padding-left: 1rem;
}
.header-a .nav-bar {
	width: inherit;	
}
.header-a .nav-bar ul.sub-menu li a,
.header-a .nav-bar ul a {
	padding: 10px;		
}
.header-a .nav-bar ul {
	text-align: center;		
}
.header-a .nav-bar ul.sub-menu {
	text-align: left;		
}

@media screen and (min-width: 1921px) {
  .header-a .phone-wrap.stuck {
    max-width: 1920px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .header-a .stuck .hidden-logo-phone {
    opacity: 1;
    visibility: visible;
    display: block;
    position: absolute!important;
    left: 0;
    margin: 0 auto;
  }
  .passed-header .header-a .hidden-logo {
    position:  relative;
  }
  .passed-header .header-a .hidden-logo {
    left: 0;
  }
}


/*-------------- HEADER B ------------------*/
	
.header-b .phone-wrap-inner,
.header-b .nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
}
.header-b .phone-wrap-inner {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    margin: 0 auto;
	padding: 10px 0;
}
.header-b .nav-wrap {
    padding: 0;
}
.header-b .stuck .nav-wrap {
    padding: 0 1rem;
}

.header-b .nav-bar .sub-menu {
    left:  auto;
    right: 0;
}
.header-b .nav-bar .sub-menu a {
    padding: 10px 15px;
}
.header-b .phone a:last-child {
    margin-right: 0;
}
.header-b .stuck .nav-wrap {
    margin-left:  auto;
}
.nav-attached .header-b .stuck {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.header-b .phone-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.header-b .phone-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.header-b .hidden-logo {
    margin-left: 0;
}
.header-b .logo {
    padding: 40px 1rem;
}
.header-b .phone-wrap-inner, 
.header-b .nav-bar {
    padding-right: 0rem;
}
.header-b .stuck .nav-bar {
	padding-right: 0;
}
.header-b .hidden-logo img {
	height: 75px;
}
.passed-header .header-b .nav-wrap {
    transition: .2s background ease-in-out;
}
.header-b .nav-bar a {
    padding: 12px 6px;
}
.header-b .stuck .nav-wrap {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    left: 0;
    right: 0;
}
.header-b .stuck .phone-wrap-inner {
    padding-right:  1rem;
}
.passed-header .header-b .stick-me > .end-xs:first-child {
    background: #fff;
}
.header-b .stick-me > .end-xs:first-child {
    padding-right:  0;
}
.header-b .stick-me.stuck > .nav-wrap {
    padding-right:  1rem;
}
	
/*------ uncomment me if header-b wraps on lower resolutions
.header-b .stick-me.stuck .nav-wrap {
    max-width: 75%;
    margin-left: auto;
    left: auto;
    right: 0;
    margin-right:  0;
}
*/


/*----------- HEADER C -------------*/
.header-c {
    padding: 0 1rem;
}
.header-c .nav-bar {
    position: relative;
}
.header-c .phone-and-hidden-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.header-c .phone-wrap-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-c .phone-wrap.stuck {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
}
.header-c .nav-wrap.stuck {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.header-c .logo {
    padding: 1rem 0;		
}
.header-c .phone-wrap.stuck {
	padding: 0 1rem;
}
.header-c .hidden-logo img {
    height: 50px;
}	
.header-c .nav-wrap a {
    padding: 10px;
    display: inline-block;
}
.header-c .nav-wrap {
    /* background: rgba(0,0,0,0.1); */
    text-align: center;
}
.header-c .nav-wrap .sub-menu {
    text-align: left;		
}
	
/*-------------- nav menu ---------------*/

.nav-bar .menu-item-has-children {
    position:  relative;
}
.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-left: 10px;
    transition: .1s transform ease-in-out;
}
.nav-bar .sub-menu {
    position:  absolute;
    left: 0;
    background: #fff;
    min-width: 200px;
    display: none;
    width: auto;
}
.nav-bar .menu-item-has-children:hover > .sub-menu,
.nav-bar .sub-menu:hover {
    display: block;
}
.nav-bar ul.sub-menu li,
.nav-bar ul.sub-menu li a {
    display:  block;
    float:  none;
}
.nav-bar .sub-menu .sub-menu {
    background: #fbfbfb;
    padding-left: 15px;
    left: 100%;
    top: 0;
}
.sub-menu .menu-item-has-children:hover > a:after {
    position: relative;
    transform: rotate(-90deg);
    display: inline-block;
    transform-origin: center;
}
	
	
/*------------- slider -----------------*/

.billboard .swiper-slide {
  height: 80vh;
  max-height: 750px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
.all-the-ctas {
  margin: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.billboard .slider-content .slider-cta-button,
.video-container .slider-content .slider-cta-button,
.billboard .slider-content a,
.video-container .slider-content a {
  text-decoration: none;
  color: white;
  border: 1px solid white;
  padding: 15px 30px;
  font-size: 1.2em;
  margin: 6px;
}
.billboard .slider-content {
  max-width: 700px;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  position: relative;
  color: white;
}
.billboard .swiper-slide:after {
    width: 100%;
    height: 100%;
    content: '';
	/*background-color: rgb(0 0 0 / 45%); */
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.billboard .slide-header,
.video-container .slide-header {
  font-size: 4em;
  font-weight: bold;
  line-height: 1.2em;
}
.billboard .slide-sub-header,
.video-container .slide-sub-header {
  font-size: 2em;
  line-height: 1.4em;
}
.billboard .swiper-button-prev,
.billboard .swiper-container-rtl,
.billboard .swiper-button-next {
  background: none;
}
.billboard div[class*="swiper-button"] {
  color: white;
  font-size: 3em;
  opacity: .7;
}
.billboard .swiper-pagination-bullet-active,
.billboard .swiper-pagination-bullet {
  background: white;
}
#content .slider-parallax {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transform:translateY(0%);
      -ms-transform:translateY(0%);
          transform:translateY(0%);
  display: block;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.billboard .swiper-slide p {
    display: none;
}
.billboard .swiper-scrollbar {
    display: none;
}


.slide-header {
    font-size: 3.2em;
    line-height: 1.3em;
}

/*----------------- CONTACT FORMS ------------------------*/
.form-container {
    font-size: 1em;
}
input[type=text],body textarea,.wpcf7-form input, .wpcf7-form textarea, textarea, input {
    background-color: #fff;
    border: 2px solid #84288a;
    outline: none !important;
    margin: 3px 0;
    color: #000;
    font-weight: 700;
    letter-spacing: .75px;
    -webkit-transition: .15s ease-out all;
    -o-transition: .15s ease-out all;
    transition: .15s ease-out all;
    padding: 4px 8px;
    border-radius: 00%;
    -moz-border-radius: 00%;
    -webkit-border-radius: 00%;
}

textarea.wpcf7-form-control.wpcf7-textarea:focus {
    outline: none !important
}

.page-contact-us form.wpcf7-form {
    padding: 2rem;
    background: #cfcfcf;
}

input[id*="review-submit"], input[type="submit"], [id*="review-submit"] {
    max-width: 100%;
}

.page-contact-us form.wpcf7-form form p {
    font-weight: bold;
    color: #000;
}

.page-contact-us form.wpcf7-form .flex-wrapper {
    flex-flow: row nowrap;
    padding: 0;
    margin: 0
}

.page-contact-us form.wpcf7-form .flex-wrapper .one-half {
    margin: 0 .25em
}

.page-contact-us form label {
    position: absolute;
    left: -20000px;
}

form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

form textarea, form input {
	width: 100%;
	outline:  none;	
}
form textarea {
	max-height: 170px;
}

::-moz-selection {background: #b9b9b9; color:#000;}
::selection {background: #b9b9b9; color:#000;}
::-webkit-input-placeholder {  color: #000; font-size: 1em;}
:-ms-input-placeholder { color: #000; font-size: 1em;}
::-ms-input-placeholder {  color: #000; font-size: 1em;}
::placeholder { color: #000; font-size: 1em;}

.client-review-input::-webkit-input-placeholder {color: #0c0c0c;}
.client-review-input:-ms-input-placeholder {color: #0c0c0c;}
.client-review-input::-ms-input-placeholder {color: #0c0c0c;}
.client-review-input::placeholder {color: #0c0c0c;}

/*----------------- REVIEWS CSS ------------------------*/
.review-body {
    font-style: normal;
    border: 0;
    line-height: 1.5em;
}

#content .review-body {
    font-size: .95em;
    text-align: center;
}

#content .review-info span {
    display: block;
    width: auto;
    line-height: 1.4em;
}

.review-nav-container { width: 100%;}

.review-container {margin: 3rem 0 1rem;}

form#review-form label { color: #000;}

input[type=checkbox], input[type=radio] {
    display: inline-block;
    width: auto;
	margin-left:5px;
	zoom: 1.5;
}


.rev-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1em 2em;
}



.review-container h3.review-title { display: none;}
.review-nav-container li a, #content .review-nav-container li { background: transparent;}

.author-name {
    font-weight: bold;
    font-style: normal;
}

#content .review-nav-container li a {
    min-width: 0;
    color: #0c0c0c;
    padding: 5px;
}

body:not(.admin-bar) button#show-comment-form-button {display:none;}
.active-page a { color: #000000; border-bottom: 1px solid #000000;}
.active-page { background: transparent;}


	
/*----------------- STRUCTURE ------------------------*/
  
.large-wrapper {
    max-width: 1400px;
    margin: auto;
    padding: 2em 2em;
}
.medium-wrapper {
    max-width: 1150px;
    margin: auto;
    padding: 2em;
}
.small-wrapper {
    max-width: 900px;
    margin: auto;
    padding: 0em 2em;
}
.no-pad {
    padding: 0;
}
.no-marg {
    margin: 0;
}
.img-background,
#content .img-background {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}
  
  
/*--------------- MOBILE MENU --------------------------*/
  
.hamburger {
    padding: 0 5px;
    display: flex;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    -webkit-appearance: none;
    justify-content: center;
    align-items: center;
}
.hamburger,
#mobile-menu-container .menu-bar {
	height: 40px;		
}
.hamburger-box {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}
.hamburger--stand .hamburger-inner {
    transition: transform 0.075s .15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s .15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mobile-menu-container .menu-item-has-children > a:after {
    display: none;
}
.sub-menu-icon {
    display: flex;
    margin-left: auto;
    padding: 0;
    font-size: 1.2em;
    border-left: 2px solid rgb(0 0 0);
    width: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#mobile-menu-container ul.sub-menu {
    border-top: .5px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.15);
	display: none;
}
#mobile-menu-container .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#mobile-menu-container.left .menu-icon,
#mobile-menu-container.right .menu-icon {
  position: absolute;
  left: 280px;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 2900;
  display: inline-block;
  overflow: visible;
}
#mobile-menu-container.right .menu-icon {
  position: absolute;
  right: 280px;
  left: auto;
}
#mobile-menu-container ul {
  padding-left: 0;
  width: 100%;
  margin: 0;
  display: block;
}
#mobile-menu-container.left,
#mobile-menu-container.right {
  min-height: 100%;
  width: 280px;
  color: #FFF;
  position: fixed;
  background: #222;
  height: 100%;
  left: -280px;
  z-index: 99999;
  max-width: 100%;
  top: 0;
}
#mobile-menu-container.right {
  right: -280px;
  left: auto;
}
.mobile-menu-top, 
.mobile-menu-bottom {
    z-index: 9999999;
    position: relative;
	display: none;
	background: inherit;
}
#mobile-menu-container .current_page_item a:before {
  content: '';
  height: 10px;
  width: 10px;
  background: #000;
  display: block;
  position: absolute;
  left: -5px;
  top:0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
#mobile-menu-container.right .current_page_item a:before {
  left: auto;
  right: -10px;
}
#mobile-menu-container .menu {
  width: 280px;
  z-index: 3001;
  position: relative;
  padding-top: 40px;
}
#mobile-menu-container .menu,
#mobile-menu-container .menu-icon {
  background: #222;
  color: #FFF;
}
#mobile-menu-container ul.sub-menu li:last-child {
    border-bottom: none;
}
#mobile-menu-container ul li {
  position: relative;
  width: 100%;
  border-bottom: .5px solid rgba(255,255,255,0.3);
}
#mobile-menu-container .menu::-webkit-scrollbar {
  width: 10px; /*manage scrollbar width here*/
}
#mobile-menu-container .menu::-webkit-scrollbar {
  background: transparent; /*manage scrollbar background color here*/
}
#mobile-menu-container .menu::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2) !important; /*manage scrollbar thumb background color here*/
}
#shadow-glass {
  position: fixed;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}
#mobile-menu-container a {
  font-size: 1em;
  line-height: 2.4em;
  color: #000;
  display: flex;
  padding-left: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
}
#mobile-menu-container.right a {
  padding-left: 20px;
  padding-right: 1.3em;
  text-align: right;
}
#mobile-menu-container a:link {
  text-decoration: none;
}
#mobile-menu-container a:visited {
  text-decoration: none;
}
#mobile-menu-container a:hover {
  text-decoration: none;
}
#mobile-menu-container a:active {
  text-decoration: none;
}
#mobile-menu-container a:focus {
  text-decoration: none;
  color: #FFF;
  outline: none;
  border: none;
}
#mobile-menu-container .current_page_item a {
  text-decoration: none;
  color: #fff;
}
#mobile-menu-container .menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    background: #84288a;
    width: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#mobile-menu-container.right .menu-bar {
    justify-content: flex-start;
}
#mobile-menu-container .menu-bar div {
    padding: 0 10px;
}
#shadow-glass {
    display: none;
}
	
/*-------------- FOOTER ----------------------*/
.footer-map img,
.woocommerce .footer-map img,
.woocommerce-page .footer-map img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
	
.footer-map {
	background-image:url('/wp-content/uploads/google-map-example.png');
	background-position: center;
	background-size: cover;
}
	
#all-above-footer {
    border-top: 1px solid #ccc;
}
	
.col-12.col-sm-6.footer-map {
    padding: 0;
}

.col-12.col-sm-6.footer-form {
    padding: 8px 30px;
    background: #FFF;
    color: #222;
}

.form-wrap {
    max-width: 500px;
    margin: auto;
}

.footer-form .wpforms-container h2 {
    font-size: 2em;

}

#all-above-footer div.wpforms-container-full .wpforms-form input.wpforms-field-medium, 
#all-above-footer div.wpforms-container-full .wpforms-form select.wpforms-field-medium, 
#all-above-footer div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}
	
#footer .box {
    text-align: center;
}
.map-link {
    position: relative;
    display: block;
}
.map-link:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    content: '\f08e';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6em;
    color: #FFF;
    font-family: 'Font Awesome 5 Pro';
    transition: .2s cubic-bezier(0.53, 0.02, 0.03, 0.93);
    opacity: 0;
}

.map-link:hover:after {
    opacity: 1;
}
	
#pop-up-form {
    position: fixed;
    bottom: 0;
    right: 30px;
    display: block;
    z-index: 99998;
    background: #FFF;
    width: 300px;
    box-shadow: 0 -26px 66px rgba(0,0,0,0.2);
	transition: .2s opacity ease-in-out;
	opacity: 0;
}

#pop-up-form .pop-up-wrapper {
	position: relative;		
	padding: 0 16px 16px;
}
#pop-up-form label {
    display: block;
}
.pop-up-button p {
	margin: 0;
}
.pop-up-button {
    position: relative;
    top: -40px;
    background: #dcdcdc;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 0;
    left: 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #d4d4d4;
	cursor: pointer;
	transition: .2s ease-in-out;
}
.pop-up-button:hover {
	background: #ccc;		
}
.form-arrow {
    padding: 0 4px;
}
#pop-up-form input,
#pop-up-form textarea {
    width: 100%;
}
#pop-up-form .wpforms-field-hp {
    display: none;
}


@media only screen and (max-width: 62em) {
  .slider-parallax {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    height: auto;
  }
}

@media only screen and (max-width: 48em) {
	.header-a .phone-wrap {
		padding: 0;
	}	
	img.alignright, img.alignleft {
		float: none;
		margin: 1em 0 0;
	}
  .medium-wrapper,
  .small-wrapper,
  .large-wrapper {
    padding: 0em 1em;
  }
	.page-id-16 #content .large-wrapper {
		padding: 2em 1em;
	}
  .mobile-menu-top, 
  .mobile-menu-bottom {
	display: block;
  }
  #pop-up-form {
	left: 0;
	right: 0;
	margin: auto;
  }
  #copyright {
    padding-bottom: 15px;
  }
  #header {
      /* border-bottom: 1px solid #dbdbdb; */
      padding-bottom: 1rem;
  }
  #footer .box {
    padding: 1em;
  }
  .blog #content,
  .woocommerce #content,
  .single-post #content {
    width: 100%;
    margin-right: 0;
  }
  #mobile-menu-container {
  }
  #desktop-top-bar {
	display: none;	
  }
  header#header {
    padding-top: 40px;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .logo {
    -webkit-box-pack:  center;
    -webkit-justify-content:  center;
        -ms-flex-pack:  center;
            justify-content:  center;
    top: 0 !important;
  }
  .sticky-bump {
    height: 0 !important;		
  }
  .hidden-logo {
	display: none !important;
  }
  .header-c-converted .logo-wrap {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  #content div[id*="gallery"] .gallery-item {
    width: 50%;		
	margin: 0;
  }
  #content .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
	}
  nav.woocommerce-MyAccount-navigation {
    width:  100%;
    display:  flex;
    justify-content:  center;
	padding: .3em;
  }
  nav.woocommerce-MyAccount-navigation li {
    padding: 0 10px;
  }
  nav.woocommerce-MyAccount-navigation ul {
    display:  flex;
    flex-wrap:  wrap;
    justify-content: center;
  }
  .woocommerce-MyAccount-content {
    width: 100%;
  }	
	.header-c .phone-and-hidden-logo, .phone, span.call-today {
		justify-content: center;
		text-align: center;
	}
}
	
@media only screen and (max-width: 27em) {
  #content div[id*="gallery"] .gallery-item {
    width: 100%;		
  }
  .medium-wrapper,
  .small-wrapper,
  .large-wrapper {
    padding: 0em 0.3em;
  }
  #footer .box {
    padding: 0.3em;
  }
}	
	

#footer a {
    color: inherit;
    text-decoration: none;
}

.menu-bar {
    font-size: 1.3em;
}

#mobile-menu-container .menu {
    padding-top: 0;
}
.hamburger {
    padding-top: 1px;
}

.clear {
	clear: both; 
}

main#content {
	overflow: hidden; 
}
form textarea, form input[type]:not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([hidden]){ display: block; }
.form-container.hide:not([style*=dis]){display: none;}
