﻿/*** Main Stylesheet ***/

/*
Min Width
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }



Max Width
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }
*/



/*** Admin Bar
----------------------------------------------------------------------------------------------------------------------------------*/
#wpadminbar {
  background: #000;
}
#wpadminbar {
  background-image: url("../login/CMC-Admin-Logo.png");
  background-position: 2px 5px;
  background-repeat: no-repeat;
  background-size: 170px auto;
  color: rgba(0, 0, 0, 0);
}
#wpadminbar #wp-admin-bar-root-default {
  padding-left: 175px;
}

#wp-admin-bar-wp-logo {
  display: none;
}

.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon::before {
  color: #d9cc9c;
}
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
  background: #000;
}

@media(max-width:767.98px) {
  #wpadminbar {
    background-position: 52px 15px;
  }
  #wpadminbar #wp-admin-bar-root-default {
    padding-left: 0;
  }
  #wpadminbar li#wp-admin-bar-my-sites,
  #wpadminbar li#wp-admin-bar-new-content,
  #wpadminbar li#wp-admin-bar-wpseo-menu,
  #wpadminbar li#wp-admin-bar-site-name {
    display: none;
  }
}

#wpadminbar .quicklinks .menupop ul.ab-sub-secondary, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
  background: #000;
}
#wpadminbar #adminbarsearch::before, #wpadminbar .ab-icon::before, #wpadminbar .ab-item::before,
#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon,
#wpadminbar .quicklinks li .blavatar,
#wpadminbar #adminbarsearch::before, #wpadminbar .ab-icon::before, #wpadminbar .ab-item::before,
#wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a {
  color: #fff;
}
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover, #wpadminbar li #adminbarsearch.adminbar-focused::before, #wpadminbar li .ab-item:focus .ab-icon::before, #wpadminbar li .ab-item:focus::before, #wpadminbar li a:focus .ab-icon::before, #wpadminbar li.hover .ab-icon::before, #wpadminbar li.hover .ab-item::before, #wpadminbar li:hover #adminbarsearch::before, #wpadminbar li:hover .ab-icon::before, #wpadminbar li:hover .ab-item::before, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
#wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar, #wpadminbar .quicklinks li a:focus .blavatar, #wpadminbar .quicklinks li a:hover .blavatar,
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label, #wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label {
  color: #d9cc9c;
}
#wpadminbar .ab-sub-wrapper, #wpadminbar ul, #wpadminbar ul li,
#wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  background: #000;
}

/* Get rid of WP logo before site links */
#wpadminbar .quicklinks li .blavatar::before {
  display: none;
}



/*** Overlays
----------------------------------------------------------------------------------------------------------------------------------*/
.darkOverlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.lightOverlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.footerOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}



/*** Structure
----------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  line-height: 0;
}
body > img {
  display: none;
}

/*** Header ***/
header {
  padding: 0;
  overflow: hidden;
}

/*** Wrap ***/
#wrap {
  overflow: hidden;
  line-height: normal;
}

/*** Content Panels ***/
#contentPanels ul {
  padding-left: 15px;
}
#contentPanels ul > li {
  margin-bottom: 15px;
}
#contentPanels ul > li > ul {
  margin: 10px 0;
}


/*** Footer Panel ***/

/*** Footer ***/
footer {
  font-family: arial, sans-serif;
  padding: 10px 0;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul > li {
  list-style: none;
  display: inline-block;
  margin-left: 15px;
}
footer ul > li:first-child {
  margin: 0;
}
footer ul > li::after {
  content: "|";
  font-size: inherit;
  position: absolute;
  margin-left: 7px;
  margin-top: -2px;
}
footer ul > li:last-child::after {
  content: "";
}
footer p {
  text-align: center;
}

footer .copyright {
  font-size: .75rem;
  margin: 0;
  text-transform: uppercase;
}
footer .copyright a {
  white-space: nowrap;
  color: #000;
}
footer .copyright a:hover {
  text-decoration: none;
}
footer .clicksLogo img {
  max-height: 25px;
}

.codemay img {
  height: 15px !important;
}
@media(max-width:991px) {
  .codemay {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media(max-width:991.98px) {
  footer .clicksLogo,
  footer .copyright {
    text-align: center;
  }
}



/*** Header
----------------------------------------------------------------------------------------------------------------------------------*/

/*** Top Bar ***/
#topBar {
  position: fixed;
  width: 100%;
  padding: 15px;
  z-index: 1040;
}
#topBar.fadeOff {
  background-color: transparent;
  box-shadow: 0px 1px 10px transparent;
  transition: all 0.5s ease-out;
}
#topBar.fadeOn {
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 1px 10px #777;
  transition: all 0.5s ease-out;
}

#topBar .logo img {
  max-height: 50px;
  max-width: 200px;
  z-index: 1040;
  position: relative;
  transition: all 0.5s ease-out;
}
#topBar .logo img.darkLogo {
  opacity: 1;
}
#topBar .logo img.lightLogo {
  opacity: 0;
  position: absolute;
}

#topBar .title a {
  color: #fff;
}
#topBar .title a:hover,
#topBar .title a:active,
#topBar .title a:focus {
  text-decoration: none;
}
#topBar .title h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 4px;
  margin: 0;
}
#topBar .title h1 small {
  color: #fff;
  font-size: 10px;
}

#topBar .menu {
  letter-spacing: 1px;
}
#topBar .menu a {
  text-transform: uppercase;
  color: #000;
  padding: 5px 2px;
}
#topBar .menu.desktop li.my-account a {
  border: 1px solid #000;
  transition: all 0.5s ease-out;
}
#topBar .menu.desktop li.my-account > a {
  padding-left: 15px;
  padding-right: 15px;
}
#topBar .menu li {
  transition: all 0.5s ease-out;
}
#topBar .menu li.active {
  height: 1.8rem;
  transition: all 0.5s ease-out;
}
#topBar .menu li.active a {
  border-bottom: 1px solid #000;
}
.nav-link {
  display: initial;
}

/* Dark Slide */
body.dark #topBar.fadeOff .logo img.lightLogo {
  opacity: 1;
}
body.dark #topBar.fadeOff .logo img.darkLogo {
  opacity: 0;
}
body.dark #topBar.fadeOff .menu a {
  color: #fff !important;
  transition: all 0.5s ease-out;
}
body.dark #topBar.fadeOff .menu .navbar-collapse.show a {
  color: #000 !important;
}
body.dark #topBar.fadeOff .menu.desktop li.my-account a {
  border-color: #fff !important;
}
body.dark .navbar-toggler span {
  background-color: #fff !important;
  transition: all 0.5s ease-out;
}
body.dark #topBar.fadeOn .navbar-toggler span,
body.dark .navbar-toggler.close span {
  background-color: #000 !important;
}

body.dark #topBar .menu a {
  color: #fff;
}
body.dark #topBar.fadeOff .menu a {
  color: #fff;
}
body.dark #topBar .menu li.active a {
  border-bottom: 1px solid #fff;
}
body.dark #topBar.fadeOff .menu.desktop li.my-account a {
  border: 1px solid #fff;
}

@media(max-width:991.98px) {
  #topBar .menu li.active {
    height: auto;
    border-bottom: none;
  }
}

.navbar-default {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

@media(max-width:991.98px) {
  #topBar .menu a {
    padding: 3px 0px;
  }
}



/*** Hero Panels
----------------------------------------------------------------------------------------------------------------------------------*/
#hero {
  background-color: #f4f4f4;
}
#hero.full {
  min-height: auto;
}
#hero.fixed {
  min-height: 600px;
}
#heroSlider {
  height: 100%;
}
#hero .chevron::before {
  top: 50%;
  margin-top: -15px;
}
#hero.full #prev {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  padding-left: 15px;
  padding-right: 10px;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
#hero.full #next {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding-right: 15px;
  padding-left: 10px;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
#hero.fixed #prev {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  padding-left: 15px;
  padding-right: 10px;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
#hero.fixed #next {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding-right: 15px;
  padding-left: 10px;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

body.dark #hero #prev:hover,
body.dark #hero #next:hover {
  background: rgba(0,0,0,0.15);
}
body.light #hero #prev:hover,
body.light #hero #next:hover {
  background: rgba(255,255,255,0.15);
}
body.light #hero #prev.chevron::before,
body.light #hero #next.chevron::before {
  border-color: rgba(0,0,0,0.5);
}
body.dark #hero #prev.chevron::before,
body.dark #hero #next.chevron::before {
  border-color: rgba(255,255,255,0.5);
}

#slideWrap {
  background-color: #f4f4f4;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slideWrap::not(:first-child) {
  display: none;
}

.heroContent {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 75px;
  padding-bottom: 30px;
}
.heroContent.light {
  color: #000;
}
.heroContent.dark {
  color: #fff;
}
#hero .heroText {
  opacity: 0;
  transition: all 1s;
  transform: translate(0px,100px);
}
body.single #hero .heroText,
body.archive #hero .heroText,
body.search #hero .heroText {
  text-align: center;
}
#hero .heroText.fade {
  opacity: 1;
  transform: translate(0,0);
}

#hero .heroBtns {
  margin: 30px 0 0;
  opacity: 0;
  transition: all 1s ease-out 500ms;
  transform: translate(0px,100px);
}
#hero .heroBtns.fade {
  opacity: 1;
  transform: translate(0,0);
}

#hero .heroBtns a {
  margin-bottom: 15px;
}

@media(max-width:1199.98px) {
  #hero.fixed {
    min-height: 700px;
  }
}
@media(max-width:991.98px) {
  #hero.fixed {
    min-height: 550px;
  }
  #hero #prev,
  #hero #next {
    display: none;
  }
}
@media(max-width:767.98px) {
  #hero.fixed .heroContent {
    padding-top: 75px;
    padding-bottom: 30px;
  }
}



/*** Background Videos ***/
.video-responsive {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.video-responsive #video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  z-index: 0;
}
.video-responsive .mobileVid {
  display: none;
}
@media(max-width:480px) {
  .video-responsive .mobileVid {
    display: block;
  }
  .video-responsive .desktopVid {
    display: none;
  }
}



/* Content Panels
----------------------------------------------------------------------------------------------------------------------------------*/

/*** Content Panels ***/
.contentPanel > .row {
  height: 100%;
}
.contentImage {
  height: 100%;
}
.contentPanel .contentImage .innerBox,
.contentPanel .contentImage .innerImg,
.contentPanel .contentContent .innerBox,
.contentPanel .contentSidebar .innerBox {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

#wrap hr {
  border-width: 2px;
  width: 30%;
  margin-left: 0;
}
#wrap hr.center {
  margin-left: auto;
  margin-right: auto;
}

@media(min-width:1200px) {
  .contentPanel {
    /*min-height: 500px;*/
  }
}

@media(max-width:767.98px) {
  .contentPanel .contentImage .innerBox,
  .contentPanel .contentImage .innerImg,
  .contentPanel .contentContent .innerBox,
  .contentPanel .contentSidebar .innerBox {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

/* Content Panel Sidebar */
.sidebarBox {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
}

@media(max-width:991px) {
  .innerSidebar {
    margin-top: 30px;
  }
}



/*** Feature Boxes ***/
.featureBoxes .featureBox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  min-height: 300px;
}
.featureBox > .row {
  height: 100%;
}
.featureBoxes .content {
  color: #fff;
  padding: 5vw 30px;
}

@media(max-width:767.98px) {
  .featureBox .content {
    padding: 15vw 30px;
  }
}



/*** Small Blocks ***/
#blocksWrap {
  min-height: auto;
}
.smallBlocks {
  margin-top: 30px;
}
.block .box {
  margin: 0 0 30px;
  text-align: center;
}
.block .box img {
  width: auto;
}
.block .info {
  padding: 30px;
  text-align: center;
}
.block .info h3 {
  font-weight: bold;
  margin: 0;
  font-size: 1.2rem;
}
.block .info p {
  color: #444444;
  margin: 10px 0 0;
}

@media(max-width:767.98px) {
  .block .info {
    padding: 15px;
  }
}



/*** Feature Panel ***/
.featurePanel {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: auto;
}
.featurePanel.auto > .row {
  min-height: auto !important;
}
.featurePanel .feature {
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 3vw;
  padding-right: 3vw;
  z-index: 2;
  position: relative;
}

@media(max-width:767.98px) {
  .featurePanel .feature {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .featurePanel::before {
    content: "";
    background: transparent;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
  }
}

/* Feature Panel Video BG */
.feature-video-responsive {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.feature-video-responsive #video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  z-index: 0;
}
.feature-video-responsive .mobileVid {
  display: none;
}
@media(max-width:480px) {
  .feature-video-responsive .mobileVid {
    display: block;
  }
  .feature-video-responsive .desktopVid {
    display: none;
  }
}



/*** Gallery ***/
#galleryWrap {
  text-align: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.galleryContent {
  margin-bottom: 5vw;
}
#galleryWrap .col {
  margin-bottom: 30px;
}
#galleryWrap .galleryImg img {
  width: auto;
  height: 300px !important;
  margin-bottom: 30px;
}

@media(max-width:767px) {
  #galleryWrap .galleryImg img {
    width: 100%;
    height: auto !important;
    margin-bottom: 15px;
  }
}



/*** Testimonial Panel ***/
#testSliderWrap {
  text-align: center;
  padding-top: 12vw;
  padding-bottom: 12vw;
}
#testSliderWrap.light {
  background: #f4f4f4;
  color: #000;
}
#testSliderWrap.dark {
  background: #231f20;
  color: #fff;
}
#testSliderWrap h3.title {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 15px 0;
  letter-spacing: 1px;
}
#testSliderWrap h3.author {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 15px 0;
}
.testSlide {
  width: 100%;
}
.testSlide:not(:first-child) {
  display: none;
}
.testSlide p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  font-style: italic;
  font-weight: 100;
}

#testPrev {
  cursor: pointer;
}
#testNext {
  cursor: pointer;
}

.chevron::before {
	border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #b4b4b4;
	content: '';
	display: inline-block;
	height: 30px;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 30px;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}

@media(max-width:991.98px) {
  #testPrev, #testNext {
    display: none;
  }
}



/*** Image Scroller ***/
#imgScroll h2 {
  margin-bottom: 35px;
  text-align: center;
}
#imgScroll .cycle-slideshow {
  height: 200px;
}
#imgScroll .cycle-slideshow img {
  margin: 0 35px;
  max-height: 200px !important;
  max-width: 200px !important;
}



/*** FAQs Panel ***/
#faqPanel {
  padding-top: 100px;
  padding-bottom: 100px;
}
#faqPanel h2 {
  margin-bottom: 30px;
}
#faqPanel #accordion {
  background: #fff;
  margin: 0;
  padding: 0;
}
#faqPanel .card {
  background: none;
  border: none;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
}
#faqPanel .card-header {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
#faqPanel .card-header h5 {
  font-size: 1rem;
  margin: 0;
}
#faqPanel .card-header a {
  display: block;
  padding: 20px 50px 20px 15px;
  color: #000;
  position: relative;
}
#faqPanel .card-header a:hover,
#faqPanel .card-header a:focus,
#faqPanel .card-header a:active {
  text-decoration: none;
  color: #000;
}
#faqPanel .card-header img {
  height: 20px !important;
  width: auto !important;
  margin-right: 15px;
  margin-top: -4px;
  margin-left: -35px;
}

#faqPanel .dirLines {
  top: 53%;
  position: absolute;
  right: 10px;
}
#faqPanel .dirLines span {
  backface-visibility: hidden;
  /* This is the color of the lines */
  background: #231f20 none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin: 0;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  width: 20px;
}
#faqPanel .dirLines span.line1 {
  transform: rotate(48deg);
  margin-left: 12px;
}
#faqPanel .dirLines span.line2 {
  transform: rotate(-48deg);
  margin-top: -2px;
}
#faqPanel a.collapsed .dirLines span.line1 {
  transform: rotate(-48deg);
}
#faqPanel a.collapsed .dirLines span.line2 {
  transform: rotate(48deg);
}

#faqPanel .card-body {
  border: none;
}
@media(min-width:768px) and (max-width:991.98px) {
  #faqPanel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media(max-width:767.98px) {
  #faqPanel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}



/*** Location Panel ***/
#locationPanel {
  height: 60vw;
}

.acf-map {
	position: absolute;
  height: 60vw;
  width: 100%;
  z-index: 5;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

#locationPanel .locationBox {
  background: #fff;
  box-shadow: 0 0 10px 0 #777;
  max-width: 350px;
  padding: 30px;
  margin-top: 5vw;
  position: relative;
  z-index: 10;
}

#locationPanel p {
  margin: 10px 0;
}
#locationPanel p:last-of-type {
  margin-bottom: 0;
}

@media(max-width:767.98px) {
  #locationPanel {
    height: 800px;
  }
  #locationPanel .acf-map {
    height: 800px;
  }
  #locationPanel .locationBox {
    text-align: center;
    margin-top: 50px;
  }
}


/*** Location Panel Half ***/
#locationPanelHalf {
  height: auto;
}

#locationPanelHalf .acf-map {
	position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
}
/* fixes potential theme css conflict */
#locationPanelHalf .acf-map img {
   max-width: inherit !important;
}

#locationPanelHalf .innerBox {
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#locationPanelHalf .content {
  height: 100%;
}

#locationPanelHalf .locationSocial {
  margin: 15px 0;
}
#locationPanelHalf .locationSocial .fa {
  font-size: 30px;
  margin-right: 15px;
}

@media(max-width:767.98px) {
  #locationPanelHalf .innerBox {
    height: auto;
  }
  #locationPanelHalf {
    height: auto;
  }
  #locationPanelHalf .acf-map {
    height: 400px;
    position: relative;
    margin-bottom: 15px;
  }
}



/*** Region Panel ***/
#regionPanel {
  height: 60vw;
}

.acf-map {
	position: absolute;
  height: 60vw;
  width: 100%;
  z-index: 5;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
}

#regionPanel .locationBox {
  background: #fff;
  box-shadow: 0 0 10px 0 #777;
  padding: 30px;
  margin-top: 5vw;
  position: relative;
  z-index: 10;
}

@media(max-width:767.98px) {
  #regionPanel {
    height: 500px;
  }
  #regionPanel .acf-map {
    height: 500px;
  }
  #regionPanel .locationBox {
    text-align: center;
  }
}



/*** Region Panel ***/
#fullwidthPanel {
  width: 100%;
  height: 100%;
  position: relative;
}

@media(max-width:767.98px) {
  #fullwidthPanel {
    min-height: auto;
  }
}



/*** Regular Pages
----------------------------------------------------------------------------------------------------------------------------------*/
#fixedContent {
  padding-top: 5rem;
  padding-bottom: 5rem;
}



/*** Press Pages
----------------------------------------------------------------------------------------------------------------------------------*/
#pressPanel {
  background: #f2f2f2;
}
.pressRow {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  margin: 5rem 0;
  padding: 30px;
}
.pressImage {
  text-align: center;
}
.pressInfo {
  text-align: left;
}
.pressInfo h4 {
  color: #A48C63;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 15px;
}
.pressInfo h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pressInfo p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

@media(max-width:767.98px) {
  .pressImage {
    text-align: left;
    margin-bottom: 15px;
  }
}


/*** Blog Pages
----------------------------------------------------------------------------------------------------------------------------------*/
/* Post */
#blogPanel {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

/* Index */
#indexPanel {

}
.indexRow {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  margin: 5rem 0;
  padding: 30px;
}
.indexImage {
  text-align: center;
}
.indexInfo {
  text-align: left;
}
.indexInfo h4 {
  color: #A48C63;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 15px;
}
.indexInfo h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.indexInfo p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

@media(max-width:767.98px) {
  .indexImage {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media(max-width:1199.98px) {
  .indexImage {
    margin-bottom: 30px;
  }
}

/* Sidebar */
#sidebar {
  margin-top: 5rem;
}
#blogPanel #sidebar {
  margin-top: 15px;
}
#sidebar .widget {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 30px;
  padding: 15px;
}

#sidebar .widget ul {
  padding: 0;
  margin: 0;
}
#sidebar .widget ul > li {
  list-style: none;
  margin: 10px 0;
}

/* Search Form */
input[type="text"].searchfield {
  border: 1px solid #ddd !important;
  border-right: none !important;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #000;
  width: 80%;
  padding: 5px 10px;
  display: inline-block;
}
input[type="text"].searchfield:focus {
  color: #000;
}
input[type="text"].searchfield::placeholder {
  color: #000;
}
input.searchsubmit {
  border: 1px solid #ddd;
  font-family: FontAwesome;
  font-size: 16px;
  width: auto;
  padding: 6px 10px 7px;
  display: inline-block;
  cursor: pointer;
}

/* Navigation */
.navigation > .page-numbers {
  margin: 0 10px;
}

/* Pageination */
#pageinationPanel {
  background: #f2f2f2;
  padding: 15px;
}



/*** WooCommerce
----------------------------------------------------------------------------------------------------------------------------------*/
.woocommerce .products ul, .woocommerce ul.products {
  padding-top: 50px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.prodBox {
  padding: 15px;
  width: auto;
  margin: 0 0 30px;
}

.woocommerce .form-row {
  display: block;
}

#customer_details {
  margin-bottom: 3rem;
}

.woocommerce p {
  line-height: 1.5rem;
  margin: 0 0 15px;
}


/*** Footer Panel
----------------------------------------------------------------------------------------------------------------------------------*/

/*** Full Width Footer Panel ***/
#fullFooter > .row {
  min-height: 500px;
}

#menuFooter {
  padding-top: 50px;
  padding-bottom: 80px;
}
#menuFooter ul.footerMenu {
  padding: 0;
  margin: 30px 0;
}
#menuFooter ul.footerMenu > li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}
#menuFooter ul.footerMenu > li:after {
  content: "|";
  margin-left: 10px;
}
#menuFooter ul.footerMenu > li:last-of-type {
  margin-right: 0;
}
#menuFooter ul.footerMenu > li:last-of-type:after {
  content: "";
  margin-left: 0;
}




/*** Side by Side Footer Panel ***/
#sideFooter {
  padding: 0;
}
#imageSide {
  padding-top: 5vw;
  padding-bottom: 5vw;
  min-height: 500px;
}
#contentSide {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

@media(max-width:575.98px) {
  #imageSide {
    height: 300px !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #contentSide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}



/*** Typography (Links, Paragraphs, Headings, etc.)
----------------------------------------------------------------------------------------------------------------------------------*/

/* Links */
a {
  color: #a48c63;
  text-decoration: none;
}
a:hover {
  color: #a48c63;
  text-decoration: underline;
}

/* Paragraph */
p {
  margin: 15px 0;
  line-height: 1.75rem;
}

fieldset p {
  margin-bottom: 15px;
}

/* Header Tags */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: 1px;
  line-height: normal;
  margin: 15px 0;
  color: #bb9d5a;
}

h1 {
  font-size: 8rem;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
}

@media(max-width:1199.98px) {
  h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 4rem;
  }
}
@media(max-width:575.98px) {
  h1 {
    font-size: 4rem;
  }
  
  h2 {
    font-size: 3rem;
  }
  
  h3 {
    font-size: 2rem;
  }
  
  h4 {
    font-size: 1.75rem;
  }
  
  h5 {
    font-size: 1.25rem;
  }
  
  h6 {
    font-size: 1rem;
  }
}



/*** Buttons
----------------------------------------------------------------------------------------------------------------------------------*/
.btn, a.button, input.button {
  border-radius: 0;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: bold;
  padding: 15px 30px;
  margin: 10px 0;
  letter-spacing: 1px;
  white-space: normal;
}
a.button, input.button {
  cursor: pointer;
}
.btn:focus, a.button:focus, input.button:focus {
  box-shadow: none;
}
.btn-sm {
  font-weight: normal;
  padding: 5px 15px;
  font-weight: .8rem;
}
.btn-solid,
a.button,
input.button,
.btn-solid.dark {
  background: #000;
  border: 2px solid;
  color: #fff;
}
.btn-solid.light {
  background: #fff;
  border: 2px solid;
  color: #000;
}
.btn-hollow,
.btn-hollow.dark {
  background: transparent;
  border: 2px solid;
  color: #000;
}
.btn-hollow.light {
  border: 2px solid;
  color: #fff;
}

.btn-hollow:hover,
a.button:hover,
input.button:hover,
.btn-hollow.dark:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn-solid:hover,
.btn-solid.dark:hover {
  background: transparent;
  border-color: #000;
  color: #000;
}
.btn-hollow.light:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.btn-solid.light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.hs-button {
  background: transparent;
  border-color: #A48C63;
  border-width: 2px;
  border-radius: 5px;
}



/*** Extra Stuff
----------------------------------------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
}

hr {
  border-color: #ccc;
}

.fluid-width-video-wrapper {
  box-shadow: 5px 5px 15px #333;
}

/*** Show/Hide based on date */
.hideDate {
  display: none;
}



/*** Images
----------------------------------------------------------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto !important;
}
p img {
  padding: 0;
  max-width: 100%;
  height: auto !important;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}

iframe {
  max-width: 100%;
}


/*** Img Captions ***/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100% !important;
  max-width: 100%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 98%;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  padding: 0 4px 5px;
  margin: 0;
}



/*** Forms & Inputs
----------------------------------------------------------------------------------------------------------------------------------*/
.wpcf7 .row {
  margin-bottom: 10px;
}

/*** Text, Email, Password ***/
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"] {
  background: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 5px;
  color: #000;
  height: 44px;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  letter-spacing: 1px;
}

/*** Text Area ***/
textarea {
  background: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 5px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #000;
}

/*** Select ***/
select {
  background-color: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 5px;
  color: #000 !important;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 1rem;
  letter-spacing: 1px;

  /* Reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* New Arrow */
  background-image:
    linear-gradient(45deg, transparent 50%, #777 50%),
    linear-gradient(135deg, #777 50%, transparent 50%);
  background-position:
    calc(100% - 10px) calc(13px + 0px),
    calc(100% - 5px) calc(13px + 0px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    6px 7px,
    6px 7px,
    1px 1.5em;
  background-repeat: no-repeat;
}
option {
  color: #000 !important;
}
option:first-child {
  color: #000 !important;
}

.select2-results__option {
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 10px;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 5px;
  color: #000 !important;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

/*** Focus ***/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
.form-control:focus {
  background: transparent;
  border: 1px solid #aaa;
  box-shadow: none;
  opacity: 1;
  color: #000;
}

/*** Placeholder ***/
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: #000;
  opacity: 0.6;
}

div.wpcf7-response-output {
  font-size: 1.5rem;
  text-align: center;
  border: none !important;
}
span.wpcf7-not-valid-tip {
  font-size: 1.3rem;
  font-style: italic;
}

/*** Form Control ***/
.form-control {
  margin: 15px 0;
}


/*** Own a Franchise Hero fields ***/
.page-id-677 #hero input[type="text"],
.page-id-677 #hero input[type="email"],
.page-id-677 #hero input[type="number"],
.page-id-677 #hero input[type="tel"],
.page-id-677 #hero input[type="password"] {
  background: #fff;
  color: #000;
}
.page-id-677 #hero input[type="text"]:focus,
.page-id-677 #hero input[type="email"]:focus,
.page-id-677 #hero input[type="number"]:focus,
.page-id-677 #hero input[type="password"]:focus,
.page-id-677 #hero textarea:focus,
.page-id-677 #hero .form-control:focus {
  color: #000;
}
.page-id-677 #hero input[type="text"]::placeholder,
.page-id-677 #hero input[type="email"]::placeholder,
.page-id-677 #hero input[type="number"]::placeholder,
.page-id-677 #hero input[type="password"]::placeholder,
.page-id-677 #hero textarea::placeholder,
.page-id-677 #hero .form-control::placeholder {
  color: #000 !important;
  opacity: 0.6;
}
.page-id-677 #hero select,
.page-id-677 #hero .select2-container--default .select2-selection--single {
  background-color: #fff !important;
  color: #000 !important;
}
.page-id-677 #hero .hbspt-form .hs-button {
  font-size: 1.2rem;
}


/*** API Forms Studio Lists
----------------------------------------------------------------------------------------------------------------------------------*/
.miniLocationList {
  margin: 15px 0;
}
.miniLocationList h5 {
  margin: 0;
  font-size: 1.1rem;
}
.miniLocationList p {
  margin: 0 0 10px;
}



/*** JQuery UI
----------------------------------------------------------------------------------------------------------------------------------*/
.ui-datepicker .ui-datepicker-buttonpane button {
  height: 25px;
}






/*** Custom CSS ***/


.locationsList .box {
  padding: 15px;
}
.locationsList .info {
  border: 2px solid #bb9d5a;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 10px #777;
  min-height: 315px;
  padding: 30px 15px;
}
.locationsList .info h3 {
  color: #bb9d5a;
  text-transform: uppercase;
  border-bottom: 2px solid #bb9d5a;
  display: inline-block;
  padding-bottom: 10px;
}




.page-id-1485 .wpcf7-form-control {
  border-color: #bb9d5a;
  color: #bb9d5a;
}



.submitted-message {
  text-align: center;
}






/*** HubSpot Forms ***/

.hbspt-form fieldset {
  max-width: 100% !important;
  margin-bottom: 15px;
}

.hbspt-form label {
  margin-bottom: 0;
}

.hbspt-form select {
  background-position:
    calc(100% - 15px) calc(18px + 0px),
    calc(100% - 10px) calc(18px + 0px),
    calc(100% - 2.5em) 0.5em;
}

.hbspt-form .hs-button {
  background: #bb9d5a;
  box-shadow: none;
  border: #bb9d5a 2px solid;
  border-radius: 15px;
  color: #000;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10px 30px;
  font-size: .9rem;
}
.hbspt-form .hs-button:hover {
  background: transparent;
  color: #bb9d5a;
}


input[type="email"].franchise {
  border-color: #000 !important;
  color: #000 !important;
}

input[type="email"].franchise::placeholder {
  color: #000 !important;
}

.max6 .content {
  max-width: 800px;
  margin: auto;
}

.max5 .content {
  max-width: 600px;
}


/*** New Location Page CSS ***/
#topBar.fadeOff .logo.big img {
  max-height: none;
}

#topBar .menu li.btn.active {
  height: auto;
}
#topBar .menu li.btn {
  margin: -17px 0 0 15px;
}
#topBar .menu li.btn.active a {
  border: none !important;
}

.grey-bg {
  background-color: #f2f2f2;
}

.package {
  padding: 30px 0;
}

.package.unlimited {
  border: 2px solid #bb9d5a;
}


/* Free Class Button in Menu */
li.free-class > a {
  background: #000;
  border: 2px solid #bb9d5a;
  color: #bb9d5a !important;
  display: block;
  padding: 10px !important;
  margin-top: -13px;
}

@media(max-width:991px) {
  li.free-class {
    margin-top: 15px;
  }
  li.free-class > a {
    margin-top: 0;
    display: initial;
  }
}

body.page-id-2259 input[type="text"]:focus {
  color: #bb9d5a;
}

.Num_of_store {
  display: none !important;
}