﻿/*** CLICKS 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("../templates/images/Clicks-Admin-Logo.png");
  background-position: 30px 4px;
  background-repeat: no-repeat;
  background-size: 100px auto;
  color: rgba(0, 0, 0, 0);
}
#wpadminbar #wp-admin-bar-root-efault,
#wp-toolbar {
  padding-left: 160px;
}

#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: rgba(0,0,0,0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.lightOverlay {
  background: rgba(255,255,255,0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}



/*** Structure
----------------------------------------------------------------------------------------------------------------------------------*/
html { height: 100%; }
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 {

}

/*** Footer Panel ***/
#footerPanel {

}

/*** Footer ***/
footer {
  font-family: arial, sans-serif;
  padding: 15px 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;
}

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



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

/*** Top Bar ***/
#topBar {
  position: absolute;
  width: 100%;
  padding: 15px;
  z-index: 9999;
}

#topBar .logo img {
  max-height: 50px;
  max-width: 200px;
  z-index: 999999;
  position: relative;
  transition: all 0.5s ease-out;
}

#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;
}



/*** Hero Panels
----------------------------------------------------------------------------------------------------------------------------------*/
#hero {
  background-color: #f4f4f4;
}
#hero.full {
  min-height: auto;
}
#hero.fixed {
  min-height: 800px;
}
#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);
}
#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%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-responsive #video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  object-fit: cover; /* Ensures the video covers the container */
}

.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;
}

@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 ***/
.smallBlocks {
  margin-top: 30px;
}
.smallBlocksTitle {
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.small-0 {
  margin-left: 0.01%;
}
@media(max-width:767.98px) {
  .small-0 {
    margin-left: 0;
  }
}
.block .box {
  background: #fff;
  margin: 0 0 30px;
}
.block .box img {
  width: 100%;
}
.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: #231f20;
  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: #000;
    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;
  }
  #locationPanel .locationBox a {
    color: #000;
  }
}



/*** 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;
  }
}



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

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



/*** Side by Side Footer Panel ***/
#sideFooter {
  padding: 0;
}
#imageSide {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
#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: 0;
  line-height: 1.5rem;
}

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

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 {
  border-radius: 0;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: bold;
  padding: 15px 30px;
  margin: 10px 0;
  letter-spacing: 1px;
}
.btn:focus {
  box-shadow: none;
}
.btn-sm {
  font-weight: normal;
  padding: 5px 15px;
  font-weight: .8rem;
}
.btn-solid,
.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,
.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;
}



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

hr {
  border-color: #ccc;
}

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

#hero li, #contentPanels li, #footerPanels li {
  margin-bottom: 10px;
}


/*** 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
----------------------------------------------------------------------------------------------------------------------------------*/

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

input[type="date"] {
  height: 2.875em;
}
body.dark input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/*** Text Area ***/
textarea {
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
}
textarea.form-control {
  background-color: transparent;
}
body.light textarea {
  color: #000;
}
/*** Select ***/
select {
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0px;
  color: #fff !important;
  opacity: 0.8;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  margin: 15px 0;
  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%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position:
    calc(100% - 15px) calc(18px + 0px),
    calc(100% - 10px) calc(18px + 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;
}
*/
body.light select {
  color: #000;
}
body.light option {
  color: #000;
}
body.light option:first-child {
  color: #000;
}

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

/*** Placeholder ***/
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
input[type="date"]::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: #fff;
  opacity: 0.6;
}
body.light input[type="text"]::placeholder,
body.light input[type="email"]::placeholder,
body.light input[type="number"]::placeholder,
body.light input[type="tel"]::placeholder,
body.light input[type="password"]::placeholder,
body.light input[type="date"]::placeholder,
body.light textarea::placeholder,
body.light .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;
}



/*** 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 td {
  
}

.ui-timepicker-div {
  
}
.ui-datepicker .ui-datepicker-buttonpane button {
  height: 25px;
}