/*
Theme Name: Custom Template - CWC Dallas
Author: Romwil Dalisay
Description: Custom theme for https://www.customwinecellarsdallas.com/ | August 2025
Version: 1.0
*/
/*------------------------------------*\
    Variables
\*------------------------------------*/
/*------------------------------------*\
    Mixings
\*------------------------------------*/
/*------------------------------------*\
    Fonts
\*------------------------------------*/
@font-face {
  font-family: "Nunitosans-Regular";
  src: url("fonts/NunitoSans-Regular.ttf");
  font-display: swap;
  font-weight: normal !important;
}
@font-face {
  font-family: "Nunitosans-bold";
  src: url("fonts/NunitoSans-Bold.ttf");
  font-display: swap;
  font-weight: normal !important;
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("fonts/PlayfairDisplay-Regular.ttf");
  font-display: swap;
  font-weight: normal !important;
}
@font-face {
  font-family: "PlayfairDisplay-bold";
  src: url("fonts/PlayfairDisplay-Bold.ttf");
  font-display: swap;
  font-weight: normal !important;
}
@font-face {
  font-family: "Cinzel-Regular";
  src: url("fonts/Cinzel-Regular.ttf");
  font-display: swap;
  font-weight: normal !important;
}
/*------------------------------------*\
   Hidden
\*------------------------------------*/
section.section-3 .flex-gallery-tablet {
  display: none;
}

/*------------------------------------*\
   Default
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.2;
  margin-bottom: 15px;
}

* {
  padding: 0;
  margin: 0;
}

.flex-contain {
  display: flex;
}

.clearer {
  clear: both;
}

.text-centered {
  text-align: center;
}

.force-margin {
  position: relative;
  left: 20px;
}

/*------------------------------------*\
   Wordpress
\*------------------------------------*/
.wp-caption .wp-caption-text,
.gallery-caption {
  font-style: italic;
  color: #7c7c7c;
  margin-top: 10px;
  font-size: 0.8em;
}

.wp-caption img {
  width: 100%;
}

#attachment_716 {
  position: relative;
  z-index: 9;
}

/*------------------------------------*\
   Foogallery
\*------------------------------------*/
.foogallery .fg-caption-title {
  font-size: 14px !important;
  width: 90%;
}

/*------------------------------------*\
   Buttons
\*------------------------------------*/
.button a, .main-content-page .flex-buttons-about a {
  display: inline-block;
  padding: 1em 3em;
  color: #fff;
  background: #c5ac6a;
}
.button a:hover, .main-content-page .flex-buttons-about a:hover {
  background: #424549;
  border-color: #424549;
  transition: 0.3s all;
  color: #fff;
}

/*------------------------------------*\
   Custom
\*------------------------------------*/
.flex-col {
  display: flex;
  justify-content: space-between;
}
.flex-col .col {
  flex-basis: 49%;
}
.flex-col .col-1 {
  padding-right: 2%;
}
.flex-align-center {
  justify-content: center;
}

.flex-align-space-evenly {
  justify-content: space-evenly;
}

.border-line {
  border: 1px solid #e4e4e4;
  margin-bottom: 24px;
}

.flex-col-two .box {
  flex: 1 0;
}

.flex-gap-2 {
  gap: 2rem;
}

/*------------------------------------*\
   Responsive Video
\*------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
   Flex 
\*------------------------------------*/
.flex-1-1-1-1 {
  flex-wrap: wrap;
}

.flex-3-2 .col-1 {
  flex-basis: 60%;
  overflow: hidden;
}
.flex-3-2 .col-2 {
  flex-basis: 40%;
}

/*------------------------------------*\
   WCDG Popup
\*------------------------------------*/
.wcdg-popup {
  position: relative;
  margin: 2% 0;
  width: 100%;
  background: #fff;
}

.wcdg-popup img.top-wcdg {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
}

.wcdg-popup .flex-container {
  display: none;
  position: absolute;
  z-index: 9999;
  border: 3px #000 solid;
  border-radius: 0.5vw;
  left: -188%;
  top: -265%;
  width: 200%;
  background: #fff;
}

.wcdg-popup .flex-content {
  background: #fff;
}

.wcdg-popup .flex-content .top {
  background: #00adef;
}

.wcdg-popup .flex-content h3 {
  margin: 0;
  text-align: center;
  padding: 2%;
  font-weight: bold;
  width: 100%;
  font-family: "Arial", sans-serif;
  font-size: 1vw;
}

.wcdg-popup .flex-content h3 span {
  color: rgba(255, 255, 255, 0.7);
}

.wcdg-popup .flex-content .flex-contain {
  display: flex;
  align-items: center;
  padding: 10px;
}

.wcdg-popup .flex-content .flex-contain img {
  width: auto;
}

.wcdg-popup .flex-content .flex-contain a {
  color: #00adef;
}

.wcdg-popup .flex-content .flex-contain br {
  margin-bottom: 10px;
}

.wcdg-popup .flex-content .bottom {
  width: 80%;
  margin-left: 5%;
}

.wcdg-popup .flex-content p {
  font-size: 0.7vw;
  margin-top: 0;
}

.wcdg-popup .flex-content p.biggertext {
  font-size: 0.9vw;
}

.wcdg-popup .text-centered {
  text-align: center;
}

.wcdg-popup:hover > .flex-container {
  display: block;
}

/*------------------------------------*\
    Optimized Images
\*------------------------------------*/
.optimized-img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    Responsive Styles
\*------------------------------------*/
@media screen and (max-width: 1600px) {
  #attachment_1605 {
    width: 100%;
    margin: 1em auto;
    display: block;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .wcdg-popup .flex-container {
    left: 0%;
    width: 100%;
  }
  .wcdg-popup .flex-content h3 {
    font-size: 24px;
  }
  .wcdg-popup .flex-content p.biggertext {
    font-size: 16px;
  }
}
/*------------------------------------*\
   Form
\*------------------------------------*/
.form input[type=text],
.form input[type=email],
.form textarea {
  width: 100%;
  border: 1px solid #222;
  padding: 10px;
  background: #f7f7f7;
}
.form input[type=submit],
.form .submit {
  background: #424549;
  padding: 10px 30px;
  color: #fff;
  border: none;
}

.form-opt-out {
  margin-top: 2em;
  margin-bottom: 2em;
}
.form-opt-out .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.form-opt-out input[type=text],
.form-opt-out input[type=email],
.form-opt-out input[type=tel] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 1em;
  background: #f5f5f5;
  color: #303030;
}
.form-opt-out input[type=text]::-moz-placeholder, .form-opt-out input[type=email]::-moz-placeholder, .form-opt-out input[type=tel]::-moz-placeholder {
  opacity: 1;
  color: #666;
}
.form-opt-out input[type=text]::placeholder,
.form-opt-out input[type=email]::placeholder,
.form-opt-out input[type=tel]::placeholder {
  opacity: 1;
  color: #666;
}
.form-opt-out input[type=checkbox] {
  width: auto;
}
.form-opt-out .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 1em;
}
.form-opt-out p {
  margin-bottom: 0 !important;
}
.form-opt-out p small {
  font-size: 70%;
}
.form-opt-out input[type=submit],
.form-opt-out button {
  margin-top: 1.2em;
  padding: 1em;
  background: #424549;
  color: #fff;
  padding: 1em 5em;
  border: none;
  width: auto;
}
.form-opt-out input[type=submit]:hover,
.form-opt-out button:hover {
  background: rgb(41.7841726619, 43.6834532374, 46.2158273381);
  transition: 0.3s all;
}

/*------------------------------------*\
   Sidebar on Single Pages
\*------------------------------------*/
.contact-us-single {
  margin-top: 10%;
}
.contact-us-single .wpcf7 {
  padding: 15px;
  background: #eee;
}
.contact-us-single h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}
.contact-us-single input,
.contact-us-single textarea {
  margin-bottom: 10px;
  width: 100%;
  max-height: 120px;
}
.contact-us-single input::-moz-placeholder, .contact-us-single textarea::-moz-placeholder {
  color: #000;
}
.contact-us-single input::placeholder,
.contact-us-single textarea::placeholder {
  color: #000;
}
.contact-us-single input[type=submit] {
  border-radius: 50px;
  background: #c5ac6a;
  border: none;
  color: #fff;
  margin: auto;
  display: inline-block;
}
.contact-us-single input[type=submit]:hover {
  color: #fff;
}
.contact-us-single p.text-right {
  text-align: center !important;
  margin-top: 20px;
}
.contact-us-single span.wpcf7-not-valid-tip {
  color: #000 !important;
}

/*------------------------------------*\
    Responsive Styles
\*------------------------------------*/
@media screen and (max-width: 1024px) {
  /*------------------------------------*\
     Custom Styles
  \*------------------------------------*/
  .flex-3-2 {
    flex-direction: column;
  }
  .flex-1-1-1 {
    flex-direction: row !important;
    gap: 1em;
    margin-bottom: 2em;
  }
  #attachment_2147,
  #attachment_2142 {
    float: none;
    margin: 10px auto;
    clear: both;
  }
  #attachment_1536 {
    float: none;
    margin: 10px auto;
    clear: both;
  }
  #attachment_1373 {
    float: none;
    margin: 10px auto;
    clear: both;
  }
  #attachment_1814,
  #attachment_349 {
    float: none;
    margin: 10px auto;
    clear: both;
  }
  #attachment_1603 {
    width: 60% !important;
  }
}
@media screen and (max-width: 768px) {
  .flex-1-1-1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  #attachment_1603 {
    width: 710px !important;
  }
}
/*------------------------------------*\
   Main
\*------------------------------------*/
body {
  font-size: 20px;
  font-family: "Nunitosans-Regular", sans-serif;
  font-weight: normal;
}

.container {
  width: 1700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #c5ac6a;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

div,
input {
  box-sizing: border-box;
}

/*------------------------------------*\
   Header
\*------------------------------------*/
header .flex-contain-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .flex-contain-header > * {
  flex-basis: 100%;
}
header .responsive-menu {
  display: flex;
  align-items: center;
  flex: 1;
  cursor: pointer;
}
header .responsive-menu .icon-bar {
  background-color: #424549;
  width: 35px;
  margin-bottom: 3px;
  height: 3px;
}
header .responsive-menu .icon-bar:last-child {
  margin-bottom: 0;
}
header .responsive-menu span {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  color: #424549;
  letter-spacing: 2px;
}
header .logo {
  flex: 2;
}
header .logo img {
  display: block;
  margin: auto;
}
header .flex-phone-nav {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .flex-phone-nav a:before {
  content: url("images/tel.png");
  margin-right: 10px;
  position: relative;
  top: 2px;
}
header .flex-phone-nav a {
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #424549;
  letter-spacing: 2px;
}
header .flex-phone-nav a:hover {
  text-decoration: underline;
}

/*------------------------------------*\
   Main Navigation
\*------------------------------------*/
.rd-menu-active {
  display: none;
  background: rgba(1, 1, 1, 0.8);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}

.top-nav {
  position: absolute;
  left: 0;
  top: 0;
  background: #c5ac6a;
  max-width: 500px;
  width: 400px;
  height: 100vh;
  z-index: 3;
  transform: translateX(-500px);
  transition: 0.3s all;
}
.top-nav .nav {
  position: relative;
}
.top-nav .menu-text {
  color: #424549;
  display: block;
  width: 90%;
  margin: auto;
  margin-top: 50px;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-nav .rd-close {
  font-family: "Nunitosans-bold", sans-serif;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}
.top-nav .menu-text {
  color: #fff;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-size: 1.2em;
  padding: 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
.top-nav .menu-text span {
  display: block;
  padding-bottom: 0.5em;
}
.top-nav ul {
  list-style: none;
}
.top-nav ul li {
  position: relative;
}
.top-nav ul li a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  font-family: "Nunitosans-Regular", sans-serif;
  padding: 0.4em 1.5em;
  width: 100%;
  border-top: 1px solid #fff;
  transition: none;
  padding-left: 20px;
  position: relative;
}
.top-nav ul li:first-child > a {
  border-top: 1px solid #c5ac6a;
}
.top-nav ul li.current-menu-item a {
  color: #424549;
}
.top-nav ul li a:hover {
  background: #424549;
  border-top: 1px solid #fff;
  color: #fff;
}
.top-nav ul li > a.active-parent {
  background: #424549;
  border-top: 1px solid #fff;
}
.top-nav ul li > a.active-parent-parent {
  background: #323334;
  border-right: none;
}
.top-nav ul li.menu-item-has-children > a::after {
  content: url("images/arrow-down.png");
  position: absolute;
  left: auto;
  margin-left: 10px;
  margin-bottom: 2px;
  right: 10px;
  top: 10px;
}
.top-nav ul ul {
  background: #424549;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 300px;
  z-index: 99;
}
.top-nav ul ul li a {
  border-bottom: none;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.top-nav ul ul li a:hover {
  background: #26262b;
}
.top-nav ul ul li.current-menu-item a {
  background: #26262b;
  color: #fff;
}
.top-nav ul ul li.menu-item-has-children > a:hover {
  background: #323334;
  border-right: none;
  border-top: 1px solid #fff;
}
.top-nav ul ul li:first-child a {
  border-top: 1px solid #fff;
  border-left: none;
}
.top-nav ul ul li:last-child a {
  border-bottom: 1px solid #fff;
}
.top-nav ul ul li a:hover {
  border-bottom: none;
}
.top-nav ul ul li:last-child a:hover {
  border-bottom: 1px solid #fff;
}
.top-nav ul ul ul {
  background: #323334;
}
.top-nav ul ul ul li a {
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #fff;
  border-left: none;
}
.top-nav ul ul ul li a:hover {
  background: #1a1a1b;
  border-right: 1px solid #fff !important;
}
.top-nav ul ul ul li.menu-item-has-children > a:hover {
  border-right: none !important;
}
.top-nav li:hover > ul {
  display: block;
}

.top-nav-active {
  transform: translateX(0px);
}

/*------------------------------------*\
	Main Content   
\*------------------------------------*/
.main-content {
  clear: both;
  font-weight: normal;
  font-size: 20px;
  overflow: hidden;
}
.main-content h1 {
  font-size: 2.4em;
  font-family: "PlayfairDisplay-bold", sans-serif;
  color: #002833;
  font-weight: normal;
}
.main-content h2 {
  font-size: 1.5em;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  color: #222;
  font-weight: normal;
}
.main-content h3 {
  font-size: 1.5em;
  font-family: "Nunitosans-bold", sans-serif;
  color: #222;
  font-weight: normal;
}
.main-content h4 {
  font-size: 22px;
  font-family: "Nunitosans-Regular", sans-serif;
  color: #002833;
}
.main-content h5 {
  font-size: 18px;
  font-family: "Nunitosans-Regular", sans-serif;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5 {
  margin-bottom: 20px;
}
.main-content h5 {
  font-size: 16px;
  color: #222222;
  margin-bottom: 20px;
  margin-top: 25px;
}
.main-content h1:hover,
.main-content h2:hover,
.main-content h3:hover,
.main-content h4:hover,
.main-content h5:hover {
  text-decoration: none !important;
}
.main-content p {
  font-size: 20px;
  margin: 0 0 15px;
  color: #222222;
}
.main-content ul {
  display: block;
  padding-left: 16px;
  list-style-type: disc;
  width: 95%;
  margin: auto;
  margin-bottom: 25px;
  color: #222222;
}
.main-content ul li::marker {
  color: #c5ac6a;
}
.main-content ul li {
  margin-bottom: 7px;
}
.main-content ul li span {
  color: #000;
}
.main-content ul a {
  text-decoration: underline;
  color: #222222;
}
.main-content ol {
  padding-left: 16px;
  font-size: 20px;
  color: #222222;
  width: 95%;
  margin: auto;
  margin-bottom: 25px;
}
.main-content ol li {
  margin-bottom: 7px;
  list-style-type: lower-alpha;
}
.main-content ol a {
  text-decoration: underline;
}

/*------------------------------------*\
   Home
\*------------------------------------*/
/*------------------------------------*\
   Variables
\*------------------------------------*/
section {
  width: 100%;
  position: relative;
}
section a {
  transition: 0.3s all;
}
section p:empty {
  display: none;
}

section p,
section ul {
  line-height: 1.7;
  color: #26262b;
  margin-bottom: 24px;
}

/*------------------------------------*\
   Section 1
\*------------------------------------*/
section.section-1 {
  background: url("images/Custom Wine Cellars Scottsdale AZ Main.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 679px;
  flex-direction: column;
  background-blend-mode: multiply;
  background-color: rgb(138, 138, 138);
}
section.section-1 .contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
section.section-1 .contain h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
  letter-spacing: 1px;
}
section.section-1 .contain h1 {
  color: #fff;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-size: 2.4em;
  margin-top: 0;
  margin-bottom: 1em;
}
section.section-1 .contain .button, section.section-1 .contain .main-content-page .flex-buttons-about, .main-content-page section.section-1 .contain .flex-buttons-about {
  text-align: center;
}
section.section-1 .contain .button a, section.section-1 .contain .main-content-page .flex-buttons-about a, .main-content-page section.section-1 .contain .flex-buttons-about a {
  background: #c5ac6a;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  padding: 0.5em 4em;
  display: inline-block;
  text-transform: uppercase;
}
section.section-1 .contain .button a:hover, section.section-1 .contain .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-1 .contain .flex-buttons-about a:hover {
  transition: 0.3s all;
  background: rgb(144.6811594203, 120.4057971014, 56.3188405797);
}
section.section-1 .flex-design-gallery {
  position: absolute;
  bottom: 1em;
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #fff;
  padding: 1em;
  margin: auto;
  justify-content: space-between;
  justify-content: space-evenly;
}
section.section-1 .flex-design-gallery .featured-images {
  display: flex;
  flex-basis: auto;
  justify-content: center;
  flex: 1;
}
section.section-1 .flex-design-gallery .featured-images br {
  display: none;
}
section.section-1 .flex-design-gallery .featured-images img {
  border: 1px solid #fff;
  width: 120px;
}
section.section-1 .flex-design-gallery h3 {
  color: #fff;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  text-align: center;
  font-size: 1.5em;
  flex-basis: 15%;
}
section.section-1 .flex-design-gallery .button, section.section-1 .flex-design-gallery .main-content-page .flex-buttons-about, .main-content-page section.section-1 .flex-design-gallery .flex-buttons-about {
  flex-basis: auto;
}
section.section-1 .flex-design-gallery .button a, section.section-1 .flex-design-gallery .main-content-page .flex-buttons-about a, .main-content-page section.section-1 .flex-design-gallery .flex-buttons-about a {
  padding: 0.5em 3em;
  border: 1px solid #fff;
  text-transform: uppercase;
}
section.section-1 .flex-design-gallery .button a:hover, section.section-1 .flex-design-gallery .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-1 .flex-design-gallery .flex-buttons-about a:hover {
  border-color: #424549;
}

/*------------------------------------*\
   Section 2a
\*------------------------------------*/
section.section-2a {
  margin: 2em auto;
}
section.section-2a .flex-contain-top {
  align-items: stretch;
  margin-bottom: 2em;
}
section.section-2a .flex-contain-top .flex-left {
  flex: 1 0 350px;
  background: #c5ac6a;
  max-width: 350px;
}
section.section-2a .flex-contain-top .flex-left .free-3d {
  background: url("images/custom wine cellars scottsdale - 3d-design.jpg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 2em 1em;
}
section.section-2a .flex-contain-top .flex-left .free-3d p {
  text-align: center;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
section.section-2a .flex-contain-top .flex-left .free-3d p span {
  color: #424549;
}
section.section-2a .flex-contain-top .flex-left .free-3d .bottom {
  width: 17em;
  margin: auto;
  max-width: 100%;
}
section.section-2a .flex-contain-top .flex-left .free-3d h3 {
  font-size: 4em;
  font-family: "PlayfairDisplay-bold", sans-serif;
  font-weight: normal;
  text-align: center;
  color: #424549;
  text-transform: uppercase;
  letter-spacing: 10px;
}
section.section-2a .flex-contain-top .flex-left .free-3d .button, section.section-2a .flex-contain-top .flex-left .free-3d .main-content-page .flex-buttons-about, .main-content-page section.section-2a .flex-contain-top .flex-left .free-3d .flex-buttons-about {
  margin-top: 1em;
}
section.section-2a .flex-contain-top .flex-left .free-3d .button a, section.section-2a .flex-contain-top .flex-left .free-3d .main-content-page .flex-buttons-about a, .main-content-page section.section-2a .flex-contain-top .flex-left .free-3d .flex-buttons-about a {
  background: #424549;
  border: 1px solid #fff;
  padding: 0.7em 5em;
}
section.section-2a .flex-contain-top .flex-left .free-3d .button a:hover, section.section-2a .flex-contain-top .flex-left .free-3d .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-2a .flex-contain-top .flex-left .free-3d .flex-buttons-about a:hover {
  background: rgb(41.7841726619, 43.6834532374, 46.2158273381);
}
section.section-2a .flex-contain-top .flex-left img {
  width: 350px;
}
section.section-2a .flex-contain-top .flex-right {
  margin-left: 3em;
  flex: auto;
}
section.section-2a .flex-contain-box {
  display: flex;
  justify-content: space-between;
}
section.section-2a .flex-contain-box .box {
  flex-basis: 48%;
}
section.section-2a .side-menu {
  border-top: 2em solid #fff;
  margin-top: 0;
}
section.section-2a .side-menu .menu-text {
  color: #fff;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-size: 1.2em;
  padding: 1em;
  margin-bottom: 0;
}
section.section-2a .side-menu .menu-text span {
  border-bottom: 1px solid #000;
  display: block;
  padding-bottom: 0.5em;
}
section.section-2a .side-menu ul {
  list-style: none;
  line-height: 1.4;
}
section.section-2a .side-menu ul li {
  position: relative;
}
section.section-2a .side-menu ul li a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  font-family: "Nunitosans-Regular", sans-serif;
  padding: 0.4em 1.5em;
  width: 100%;
  border-top: 1px solid #fff;
  transition: none;
  padding-left: 20px;
  position: relative;
}
section.section-2a .side-menu ul li:first-child > a {
  border-top: 1px solid #c5ac6a;
}
section.section-2a .side-menu ul li.current-menu-item a {
  color: #424549;
}
section.section-2a .side-menu ul li a:hover {
  background: #424549;
  border-top: 1px solid #fff;
  color: #fff;
}
section.section-2a .side-menu ul li > a.active-parent {
  background: #424549;
  border-top: 1px solid #fff;
}
section.section-2a .side-menu ul li > a.active-parent-parent {
  background: #323334;
  border-right: none;
}
section.section-2a .side-menu ul li.menu-item-has-children > a::after {
  content: url("images/arrow-down.png");
  position: absolute;
  left: auto;
  margin-left: 10px;
  margin-bottom: 2px;
  right: 10px;
  top: 10px;
}
section.section-2a .side-menu ul ul {
  background: #424549;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 300px;
  z-index: 99;
}
section.section-2a .side-menu ul ul li a {
  border-bottom: none;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
section.section-2a .side-menu ul ul li a:hover {
  background: #26262b;
}
section.section-2a .side-menu ul ul li.current-menu-item a {
  background: #26262b;
  color: #fff;
}
section.section-2a .side-menu ul ul li.menu-item-has-children > a:hover {
  background: #323334;
  border-right: none;
  border-top: 1px solid #fff;
}
section.section-2a .side-menu ul ul li:first-child a {
  border-top: 1px solid #fff;
  border-left: none;
}
section.section-2a .side-menu ul ul li:last-child a {
  border-bottom: 1px solid #fff;
}
section.section-2a .side-menu ul ul li a:hover {
  border-bottom: none;
}
section.section-2a .side-menu ul ul li:last-child a:hover {
  border-bottom: 1px solid #fff;
}
section.section-2a .side-menu ul ul ul {
  background: #323334;
}
section.section-2a .side-menu ul ul ul li a {
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #fff;
  border-left: none;
}
section.section-2a .side-menu ul ul ul li a:hover {
  background: #1a1a1b;
  border-right: 1px solid #fff !important;
}
section.section-2a .side-menu ul ul ul li.menu-item-has-children > a:hover {
  border-right: none !important;
}
section.section-2a .side-menu li:hover > ul {
  display: block;
}
section.section-2a .flex-1-3 {
  margin: 2em auto 0;
  align-items: center;
  width: 1600px;
  max-width: 100%;
}
section.section-2a .flex-1-3 div.img,
section.section-2a .flex-1-3 span,
section.section-2a .flex-1-3 img {
  flex: 1 0 255px;
  height: auto;
}
section.section-2a .flex-1-3 p:empty {
  display: none;
}
section.section-2a .flex-1-3 p {
  flex: auto;
  padding-left: 2em;
  margin-left: 2em;
  border-left: 1px solid #c5ac6a;
}
section.section-2a .flex-featured {
  margin-top: 2em;
  overflow: hidden;
  display: flex;
  width: 1600px;
  max-width: 100%;
  margin: 2em auto;
}
section.section-2a .flex-featured div.img,
section.section-2a .flex-featured span,
section.section-2a .flex-featured img {
  flex: 100%;
}
section.section-2a .flex-featured .flex-left {
  background: url("images/custom wine cellars scottsdale - stylish commercial wine cellar.jpg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 1em;
  flex: 100%;
}
section.section-2a .flex-featured p {
  margin-bottom: 0;
}
section.section-2a .flex-featured .contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.section-2a .flex-featured .contain h1 {
  text-align: center;
  font-family: "Cinzel-Regular", sans-serif;
  color: #fff;
  width: 10em;
  max-width: 100%;
  font-size: 2.4em;
  margin-bottom: 1em;
  margin-top: 0;
}
section.section-2a .flex-featured .contain h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  color: #424549;
  font-size: 1em;
  margin-bottom: 1em;
}
section.section-2a .flex-featured .contain .button, section.section-2a .flex-featured .contain .main-content-page .flex-buttons-about, .main-content-page section.section-2a .flex-featured .contain .flex-buttons-about {
  text-align: center;
}
section.section-2a .flex-featured .contain .button a, section.section-2a .flex-featured .contain .main-content-page .flex-buttons-about a, .main-content-page section.section-2a .flex-featured .contain .flex-buttons-about a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  padding: 0.5em 4em;
  display: inline-block;
  text-transform: uppercase;
}
section.section-2a .flex-featured .contain .button a:hover, section.section-2a .flex-featured .contain .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-2a .flex-featured .contain .flex-buttons-about a:hover {
  transition: 0.3s all;
  background: rgb(181.3913043478, 150.9565217391, 70.6086956522);
  background: #424549;
  color: #fff;
  border: 1px solid #424549;
}

/*------------------------------------*\
   Section 2
\*------------------------------------*/
section.section-2 {
  margin: 2em auto;
}
section.section-2 .container {
  width: 1400px;
}
section.section-2 .flex-1-1 > * {
  flex-basis: 100%;
}
section.section-2 .flex-1-1 .flex-right {
  margin-left: 2em;
}
section.section-2 .flex-1-1 .flex-right p {
  margin-top: 2em;
}
section.section-2 .flex-1-3 {
  margin-top: 3em;
  align-items: center;
}
section.section-2 .flex-1-3 div.img,
section.section-2 .flex-1-3 span,
section.section-2 .flex-1-3 img {
  flex: 1 0 255px;
  height: auto;
}
section.section-2 .flex-1-3 p:empty {
  display: none;
}
section.section-2 .flex-1-3 p {
  flex: auto;
  padding-left: 2em;
  margin-left: 2em;
  border-left: 1px solid #c5ac6a;
}
section.section-2 .flex-featured {
  margin-top: 2em;
  overflow: hidden;
  display: flex;
}
section.section-2 .flex-featured .flex-left {
  background: url("images/mid-content-1.jpg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 1em;
}
section.section-2 .flex-featured p {
  margin-bottom: 0;
}
section.section-2 .flex-featured .contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.section-2 .flex-featured .contain h1 {
  text-align: center;
  font-family: "Cinzel-Regular", sans-serif;
  color: #fff;
  width: 10em;
  font-size: 2.4em;
  margin-bottom: 1em;
  margin-top: 0;
}
section.section-2 .flex-featured .contain h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  color: #424549;
  font-size: 1em;
  margin-bottom: 1em;
}
section.section-2 .flex-featured .contain .button, section.section-2 .flex-featured .contain .main-content-page .flex-buttons-about, .main-content-page section.section-2 .flex-featured .contain .flex-buttons-about {
  text-align: center;
}
section.section-2 .flex-featured .contain .button a, section.section-2 .flex-featured .contain .main-content-page .flex-buttons-about a, .main-content-page section.section-2 .flex-featured .contain .flex-buttons-about a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  padding: 0.5em 4em;
  display: inline-block;
  text-transform: uppercase;
}
section.section-2 .flex-featured .contain .button a:hover, section.section-2 .flex-featured .contain .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-2 .flex-featured .contain .flex-buttons-about a:hover {
  transition: 0.3s all;
  background: rgb(181.3913043478, 150.9565217391, 70.6086956522);
  background: #424549;
  color: #fff;
  border: 1px solid #424549;
}

/*------------------------------------*\
   Section 3
\*------------------------------------*/
section.section-3 {
  margin-top: 4em;
}
section.section-3 h1 {
  text-align: center;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  margin: auto;
  width: 20em;
  font-size: 2.4em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
section.section-3 h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  color: #424549;
  font-size: 1em;
  margin-bottom: 1em;
}
section.section-3 p {
  text-align: center;
  margin-bottom: 2em;
}
section.section-3 .flex-gallery {
  margin-bottom: 2em;
}
section.section-3 .flex-left {
  background: url("images/custom wine cellars scottsdale - gallery background.jpg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em;
}
section.section-3 .flex-left .contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.section-3 .flex-left .contain h1 {
  text-align: center;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-family: "Cinzel-Regular", sans-serif;
  color: #fff;
  width: 7em;
  font-size: 2.4em;
  margin-bottom: 1em;
  margin-top: 0;
  text-transform: uppercase;
}
section.section-3 .flex-left .contain h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 1em;
}
section.section-3 .flex-left .contain .button, section.section-3 .flex-left .contain .main-content-page .flex-buttons-about, .main-content-page section.section-3 .flex-left .contain .flex-buttons-about {
  text-align: center;
}
section.section-3 .flex-left .contain .button a, section.section-3 .flex-left .contain .main-content-page .flex-buttons-about a, .main-content-page section.section-3 .flex-left .contain .flex-buttons-about a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  padding: 0.5em 4em;
  display: inline-block;
  text-transform: uppercase;
  flex: 0 0 auto;
}
section.section-3 .flex-left .contain .button a:hover, section.section-3 .flex-left .contain .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-3 .flex-left .contain .flex-buttons-about a:hover {
  transition: 0.3s all;
  background: rgb(181.3913043478, 150.9565217391, 70.6086956522);
  color: #fff;
  border: 1px solid rgb(181.3913043478, 150.9565217391, 70.6086956522);
}
section.section-3 .flex-right {
  display: flex;
  flex-wrap: wrap;
}
section.section-3 .flex-right a {
  flex: 1 1 385px;
}
section.section-3 .imgbg {
  height: 367px;
  min-width: 385px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
section.section-3 .imgbg p {
  display: none;
  color: #fff;
  font-size: 1em;
  width: 10em;
  line-height: 1.2;
  text-transform: uppercase;
}
section.section-3 .imgbg:hover {
  transition: 0.3s all;
  background-color: rgba(1, 1, 1, 0.8);
  background-blend-mode: darken;
}
section.section-3 .imgbg:hover p {
  transition: 0.3s all;
  display: block;
}
section.section-3 .imgbg-1 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/Filename-Traditional-Wood-Wine-Racks-In-Phoenix-Custom-Wine-Cellars.png.webp");
}
section.section-3 .imgbg-2 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/Phoenix-Wine-Nook-Refrigerated-Home-Wine-Cellars-With-Beautiful-Lighting.png.webp");
}
section.section-3 .imgbg-3 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/Phoenix-New-Home-Construction-Wine-Cellar-Contractors.png.webp");
}
section.section-3 .imgbg-4 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/White-Contemporary-Kitchen-Phoenix-Wine-Cellars-Scottsdale.png.webp");
}
section.section-3 .imgbg-5 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/High-End-Custom-Wine-Cellars-Phoenix-Wood-Waterfall.png.webp");
}
section.section-3 .imgbg-6 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/Wine-Cellar-Designers-Phoenix-Integrated-Wine-Cellar-Cooling.png.webp");
}

/*------------------------------------*\
   Responsive Styles
\*------------------------------------*/
@media screen and (max-width: 1700px) {
  /*------------------------------------*\
    Section 1 
  \*------------------------------------*/
  section.section-1 .flex-design-gallery {
    font-size: 16px;
    padding: 1em 0.5em;
  }
  section.section-1 .flex-design-gallery .button a, section.section-1 .flex-design-gallery .main-content-page .flex-buttons-about a, .main-content-page section.section-1 .flex-design-gallery .flex-buttons-about a {
    padding: 0.3em 2em;
  }
  /*------------------------------------*\
    Section 3 
  \*------------------------------------*/
  section.section-3 h1 {
    width: auto;
  }
}
@media screen and (max-width: 1400px) {
  /*------------------------------------*\
    Section 1 
  \*------------------------------------*/
  section.section-1 .flex-design-gallery .featured-images a:nth-child(8),
  section.section-1 .flex-design-gallery .featured-images a:nth-child(7) {
    display: none;
  }
  section.section-1 .flex-design-gallery .button a, section.section-1 .flex-design-gallery .main-content-page .flex-buttons-about a, .main-content-page section.section-1 .flex-design-gallery .flex-buttons-about a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1280px) {
  /*------------------------------------*\
    Section 1 
  \*------------------------------------*/
  section.section-1 .flex-design-gallery .featured-images a:nth-child(6),
  section.section-1 .flex-design-gallery .featured-images a:nth-child(5) {
    display: none;
  }
  section.section-3 .flex-gallery {
    overflow: hidden;
  }
  section.section-3 .flex-left {
    display: none;
  }
  section.section-3 .flex-right {
    justify-content: stretch;
  }
  section.section-3 .flex-right a {
    flex: 1;
    max-width: 100%;
  }
  section.section-3 .flex-right a:nth-child(6) {
    max-width: 385px;
  }
  section.section-3 .flex-right a:last-child {
    max-width: 385px;
  }
  section.section-3 .flex-right a:nth-child(1),
  section.section-3 .flex-right a:nth-child(2) {
    display: none;
  }
  section.section-3 .flex-gallery-tablet {
    display: flex;
    margin-bottom: 0;
  }
  section.section-3 .flex-gallery-tablet .flex-left {
    display: flex;
    flex: 1;
  }
  section.section-3 .flex-gallery-tablet .flex-right {
    flex: 1;
  }
  section.section-3 .flex-gallery-tablet .flex-right a {
    flex: 1 1 285px;
    max-width: 100%;
  }
  section.section-3 .flex-gallery-tablet .flex-right a:nth-child(1),
  section.section-3 .flex-gallery-tablet .flex-right a:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  /*------------------------------------*\
     Variables
  \*------------------------------------*/
  section {
    font-size: 18px;
  }
  /*------------------------------------*\
    Section 1 
  \*------------------------------------*/
  section.section-1 {
    min-height: auto;
    padding: 5em 0 0 0;
  }
  section.section-1 .contain {
    padding-left: 2em;
    padding-right: 2em;
  }
  section.section-1 .flex-design-gallery {
    position: relative;
    margin-top: 2em;
    flex-direction: column;
  }
  section.section-1 .flex-design-gallery .featured-images {
    margin-bottom: 2em;
  }
  section.section-1 .flex-design-gallery h3 br {
    display: none;
  }
  /*------------------------------------*\
     Section 2a
  \*------------------------------------*/
  section.section-2a .flex-contain-top {
    flex-direction: column;
  }
  section.section-2a .flex-contain-top .flex-left {
    font-size: 24px;
    background: transparent;
    max-width: 100%;
    margin-bottom: 1em;
  }
  section.section-2a .flex-contain-top .flex-left .free-3d {
    max-width: 700px;
    margin: auto;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu {
    background: #c5ac6a;
    margin: 0;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul li.menu-item-has-children > a::after {
    content: "";
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul li .sign {
    position: absolute;
    right: 1em;
    cursor: pointer;
    display: block;
    top: 0.4em;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul li a {
    padding: 0.5em 1em;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul li a:hover {
    border: none;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul ul {
    position: relative;
    left: auto;
    padding-left: 1em;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul ul li a {
    border: none !important;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul ul ul li a {
    border: none !important;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu li:hover > ul {
    display: none;
  }
  section.section-2a .flex-contain-top .flex-right {
    margin-left: 0;
  }
  section.section-2a .flex-1 {
    padding-left: 2em;
    padding-right: 2em;
  }
  section.section-2a .flex-featured .contain h1 {
    font-size: 1.8em;
  }
  /*------------------------------------*\
     Section 2
  \*------------------------------------*/
  section.section-2 .flex-featured .contain h1 {
    font-size: 1.8em;
  }
  /*------------------------------------*\
     Section 3
  \*------------------------------------*/
  section.section-3 .flex-right a {
    flex: 1;
    max-width: 50%;
  }
  section.section-3 .flex-right a:nth-child(6) {
    max-width: 50%;
  }
  section.section-3 .flex-right a:last-child {
    max-width: 50%;
  }
  section.section-3 .flex-left a:last-child {
    max-width: 100%;
  }
}
/*------------------------------------*\
  768px
\*------------------------------------*/
@media screen and (max-width: 768px) {
  /*------------------------------------*\
     Section 1
  \*------------------------------------*/
  .container-section-1 {
    padding: 0 !important;
  }
  section.section-1 {
    margin-top: 2em;
  }
  /*------------------------------------*\
     Section 2a
  \*------------------------------------*/
  section.section-2a .flex-contain-top {
    padding-left: 2em;
    padding-right: 2em;
  }
  section.section-2a .flex-contain-top .flex-left {
    font-size: 20px;
  }
  section.section-2a .flex-contain-top .flex-left .free-3d {
    max-width: 100%;
  }
  section.section-2a .flex-contain-top .flex-contain-box {
    flex-direction: column;
  }
  section.section-2a .flex-contain-top .flex-contain-box .box {
    flex: 100%;
    margin-bottom: 2em;
  }
  section.section-2a .flex-contain-top .flex-contain-box .box:last-child {
    margin-bottom: 0;
  }
  section.section-2a .flex-contain-top .flex-right {
    margin-left: 0;
  }
  section.section-2a .flex-1-3 {
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 2em;
  }
  section.section-2a .flex-1-3 div.img,
  section.section-2a .flex-1-3 span img,
  section.section-2a .flex-1-3 img {
    flex: auto;
    height: auto;
  }
  section.section-2a .flex-1-3 p,
  section.section-2a .flex-1-3 span {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  section.section-2a .flex-featured {
    padding: 0;
  }
  /*------------------------------------*\
     Section 2
  \*------------------------------------*/
  section.section-2 .container {
    padding: 0;
  }
  section.section-2 .flex-1-1 {
    padding-left: 2em;
    padding-right: 2em;
  }
  section.section-2 .flex-1-3 {
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
  }
  section.section-2 .flex-1-3 div.img,
  section.section-2 .flex-1-3 span img {
    flex: auto;
  }
  section.section-2 .flex-1-3 p,
  section.section-2 .flex-1-3 span {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  section.section-2 .flex-featured {
    padding: 0;
  }
  /*------------------------------------*\
     Section 3
  \*------------------------------------*/
  section.section-3 .container {
    padding: 0;
  }
  section.section-3 .title-info {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  /*------------------------------------*\
     Section 3
  \*------------------------------------*/
  section.section-3 .flex-gallery-tablet {
    flex-wrap: wrap;
  }
  section.section-3 .flex-gallery-tablet .flex-left {
    flex-basis: 100%;
  }
  section.section-3 .flex-gallery-tablet .flex-left .contain h1 {
    width: auto;
  }
  section.section-3 .flex-gallery-tablet .flex-right a {
    flex-basis: 50%;
    max-width: 50%;
  }
}
/*------------------------------------*\
  480px
\*------------------------------------*/
@media screen and (max-width: 480px) {
  /*------------------------------------*\
     Variables
  \*------------------------------------*/
  section.section-2a .flex-contain-top .flex-left .free-3d .button a, section.section-2a .flex-contain-top .flex-left .free-3d .main-content-page .flex-buttons-about a, .main-content-page section.section-2a .flex-contain-top .flex-left .free-3d .flex-buttons-about a {
    padding: 0.7em 3em;
  }
  section {
    font-size: 18px;
  }
  /*------------------------------------*\
     Section 1
  \*------------------------------------*/
  section.section-1 {
    margin-top: 0;
  }
  /*------------------------------------*\
     Section 2a
  \*------------------------------------*/
  section.section-2a .flex-1-1,
  section.section-2a .flex-1-3 {
    flex-direction: column;
  }
  section.section-2a .flex-1-1 .flex-right,
  section.section-2a .flex-1-3 .flex-right {
    margin: 0;
  }
  section.section-2a .flex-featured img {
    margin: 0 !important;
  }
  section.section-2a .flex-contain-top,
  section.section-2a .flex-1,
  section.section-2a .flex-1-3 {
    padding: 0;
  }
  section.section-2a .flex-featured .contain h1 {
    font-size: 1.5em;
  }
  /*------------------------------------*\
     Section 2
  \*------------------------------------*/
  section.section-2 .flex-1-1,
  section.section-2 .flex-1-3 {
    flex-direction: column;
  }
  section.section-2 .flex-1-1 .flex-right,
  section.section-2 .flex-1-3 .flex-right {
    margin: 0;
  }
  section.section-2 .flex-featured img {
    margin: 0 !important;
  }
  /*------------------------------------*\
     Section 3
  \*------------------------------------*/
  section.section-3 .flex-right a {
    flex-basis: 100%;
    max-width: 100%;
  }
  section.section-3 .flex-right a:last-child {
    max-width: 100%;
  }
  section.section-3 .flex-gallery-tablet .flex-right {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  section.section-3 .flex-gallery-tablet .flex-right a {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/*------------------------------------*\
  375px
\*------------------------------------*/
@media screen and (max-width: 375px) {
  /*------------------------------------*\
     Variables
  \*------------------------------------*/
  /*------------------------------------*\
     Section 1
  \*------------------------------------*/
}
.main-content-home {
  padding-right: 0;
  padding-left: 0;
}

/*------------------------------------*\
   Pages
\*------------------------------------*/
.main-content-page {
  /*------------------------------------*\
   	  About Us
  \*------------------------------------*/
}
.main-content-page article > h1 {
  margin-top: 0;
}
.main-content-page article > h2 {
  margin-top: 0;
}
.main-content-page article {
  min-height: 500px;
  padding-bottom: 2em;
  overflow: hidden;
}
.main-content-page article p {
  line-height: 1.7;
  margin-bottom: 24px;
}
.main-content-page article p::empty {
  display: none !important;
}
.main-content-page article a {
  color: #c5ac6a;
  text-decoration: underline;
}
.main-content-page article a:hover {
  color: #000;
}
.main-content-page article .free-3d a,
.main-content-page article .side-menu a {
  text-decoration: none;
  color: #fff;
}
.main-content-page article .side-menu ul {
  padding-left: 0px;
  display: block;
  list-style-type: none;
  width: 100%;
  margin: auto;
  margin-bottom: 0;
  color: #fff;
}
.main-content-page article .side-menu ul li {
  margin-bottom: 0;
}
.main-content-page article .side-menu ul li .sign {
  color: #fff;
}
.main-content-page section.section-2a {
  margin: 0 auto;
}
.main-content-page section.section-2a .flex-contain-top {
  overflow: hidden;
}
.main-content-page section.section-2a .flex-contain-top .flex-left {
  background: none;
}
.main-content-page section.section-2a .flex-contain-top .flex-right {
  overflow: hidden;
}
.main-content-page section.section-2a .side-menu {
  background: #c5ac6a;
}
.main-content-page .flex-about > * {
  flex-basis: 100%;
}
.main-content-page .flex-about .flex-right {
  flex-basis: 85%;
  margin-left: 3em;
}
.main-content-page .flex-buttons-about {
  justify-content: space-between;
}
.main-content-page .flex-buttons-about a {
  text-decoration: none;
  padding: 1em 3em;
  text-transform: uppercase;
}

/*------------------------------------*\
   Page Title
\*------------------------------------*/
.page-title {
  margin-top: 1em;
  text-align: center;
}
.page-title h1 {
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-family: "Cinzel-Regular", sans-serif;
  padding: 20px 0;
  font-weight: normal;
  font-size: 1.8em;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.breadcrumbs {
  margin-bottom: 3em;
}
.breadcrumbs .post-post,
.breadcrumbs .post-page,
.breadcrumbs .category,
.breadcrumbs .taxonomy,
.breadcrumbs .archive {
  color: #c5ac6a;
}
.breadcrumbs .home {
  color: #000;
}

/*------------------------------------*\
  Featured Page Title
\*------------------------------------*/
.main-content-single aside {
  order: 2;
  min-width: 350px;
  margin-bottom: 20px;
}
.main-content-single aside h2 {
  background: #c5ac6a;
  font-family: "Nunitosans-Regular", sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0.8em;
  color: #fff;
}
.main-content-single aside li {
  list-style: none;
}
.main-content-single aside .widget {
  background: #eeeeee;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border: 1px solid #424549;
  padding: 0.7em;
}
.main-content-single aside ul {
  padding: 0;
}
.main-content-single aside ul li {
  margin-bottom: 15px;
}
.main-content-single aside ul li a {
  text-decoration: none;
  line-height: 1.2;
}
.main-content-single aside ul li a:hover {
  color: #c5ac6a;
}
.main-content-single article {
  order: 1;
  min-height: 500px;
  flex: auto;
  margin-right: 5%;
  max-width: 100%;
}
.main-content-single .flex-contain-blogpost-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}
.main-content-single .flex-contain-blogpost-nav .button a, .main-content-single .flex-contain-blogpost-nav .main-content-page .flex-buttons-about a, .main-content-page .main-content-single .flex-contain-blogpost-nav .flex-buttons-about a {
  background-color: transparent;
  border: 1px solid #c5ac6a;
  color: #c5ac6a;
  text-decoration: none;
}
.main-content-single .flex-contain-blogpost-nav .button a:hover, .main-content-single .flex-contain-blogpost-nav .main-content-page .flex-buttons-about a:hover, .main-content-page .main-content-single .flex-contain-blogpost-nav .flex-buttons-about a:hover {
  color: #fff;
  background-color: #c5ac6a;
  border: 1px solid #c5ac6a;
}

/*------------------------------------*\
   Contact Page
\*------------------------------------*/
.contact-form {
  flex-basis: 50%;
}
.contact-form h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Nunitosans-Regular", sans-serif;
  font-weight: normal;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dedede;
  padding: 10px;
  background: #fff;
  margin-bottom: 15px;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=submit]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
}
.contact-form .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.contact-form input[type=submit] {
  background: #c5ac6a;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  padding: 0.5em 4em;
  display: inline-block;
  text-transform: uppercase;
  border: none;
}
.contact-form input[type=submit]:hover {
  transition: 0.3s all;
  background: #424549;
}
.contact-form ul.inputs-list {
  list-style: none;
}
.contact-form ul.inputs-list li.hs-form-booleancheckbox label {
  display: flex;
  align-items: flex-start;
}
.contact-form ul.inputs-list li.hs-form-booleancheckbox input {
  position: relative;
  top: 10px;
  left: 10px;
  width: auto;
}

.contact-info {
  flex-basis: 55%;
  margin-left: 3em;
}
.contact-info h3 {
  font-size: 1.8em;
}

/*------------------------------------*\
   Blog Page
\*------------------------------------*/
.main-content-blog .flex-contain-blog {
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content-blog .blogpost {
  flex-basis: 32%;
  flex: 0 0 32%;
  max-width: 450px;
  margin-bottom: 2em;
}
.main-content-blog .blogpost .blog-bg {
  width: 100%;
  position: relative;
  background: url("images/thumbnail.png") no-repeat;
  max-width: 100%;
  background-size: 100%;
  padding-bottom: 60%;
  background-position: bottom;
}
.main-content-blog .blogpost .blog-contents h3 {
  margin-top: 0.5em;
  font-size: 1.4em;
  text-transform: uppercase;
}
.main-content-blog .blogpost .blog-contents h3 a {
  text-decoration: none;
  color: #424549;
  font-family: "Nunitosans-Regular", sans-serif;
}
.main-content-blog .blogpost .blog-contents p {
  color: #424549;
  margin-bottom: 1em;
}
.main-content-blog .blogpost .blog-contents .read-more a {
  background: none;
  border: 1px solid #c5ac6a;
  text-transform: uppercase;
  color: #c5ac6a;
  font-size: 0.8em;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
}
.main-content-blog .blogpost .blog-contents .read-more a:hover {
  background: #c5ac6a;
  color: #fff;
  transition: 0.3s all;
}
.main-content-blog .blogpost-nav {
  display: block;
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  padding: 2em 0;
}
.main-content-blog .blogpost-nav .page-numbers {
  border: 1px solid #000;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
  color: #000;
}
.main-content-blog .blogpost-nav .current {
  background: #c5ac6a;
  color: #fff;
  border: 1px solid #c5ac6a;
}
.main-content-blog .blogpost-nav .page-numbers:hover {
  background: #c5ac6a;
  color: #fff;
  border: 1px solid #c5ac6a;
  transition: 0.3s all;
}
.main-content-blog .blogpost-inline {
  background: #f2f2f2;
  padding: 1vw;
  display: flex;
  width: 100%;
}
.main-content-blog .blogpost-inline .contain-img {
  min-width: 300px;
}
.main-content-blog .blogpost-inline .contain-body {
  padding-left: 2%;
}
.main-content-blog .blogpost-inline .contain-body h2 {
  margin-top: 0;
}

/*------------------------------------*\
   Blog Page
   All About Wine Cellars
\*------------------------------------*/
.main-content-blog .flex-contain-cat-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-content-blog .flex-contain-cat-title p {
  position: relative;
}
.main-content-blog .flex-contain-cat-title a {
  color: #002833;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}
.main-content-blog .flex-contain-cat-title .active {
  font-weight: bold;
  cursor: auto;
}
.main-content-blog .flex-contain-cat-title span {
  font-size: 15px;
  bottom: 7px;
  position: absolute;
  right: -10px;
  color: #c5ac6a;
  font-weight: bold;
}
.main-content-blog .flex-contain-cat-title > * + * {
  margin-left: 25px;
}
.main-content-blog .flex-contain-blog {
  margin-top: 2em;
}

/*------------------------------------*\
   Footer
\*------------------------------------*/
footer {
  width: 100%;
  padding-top: 2em;
}
footer .footer-logo img {
  display: block;
  margin: auto;
}
footer .flex-contain-footer {
  margin: 2em 0 4em;
}
footer .flex-contain-footer .box {
  flex-basis: 100%;
}
footer .flex-contain-footer .box h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-top: 0;
}
footer .flex-contain-footer .box h3 a {
  color: #000;
}
footer .flex-contain-footer .box p {
  font-size: 0.7em;
  line-height: 1.5em;
}
footer .flex-contain-footer .box p span {
  display: block;
}
footer .flex-contain-footer .box-1 {
  flex-basis: 70%;
}
footer .flex-contain-footer .box-2 a:hover {
  text-decoration: underline;
}
footer .flex-contain-footer .box-3 ul {
  list-style: none;
}
footer .flex-contain-footer .box-3 ul li a {
  color: #000;
  font-size: 0.7em;
}
footer .flex-contain-footer .box-3 ul li a:hover {
  text-decoration: underline;
}
footer .flex-contain-footer .box-3 ul ul {
  display: none;
}
footer .flex-contain-footer .box:last-child {
  margin-left: 0;
}
footer .flex-contain-footer > * + * {
  margin-left: 2em;
}
footer .comodo {
  margin-top: 2em !important;
}
footer .comodo img {
  display: block;
  margin: 0 auto;
}

footer.copyright {
  background: url("images/custom wine cellars dallas - footer background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1em;
  min-height: 467px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
footer.copyright .container {
  position: relative;
  z-index: 1;
}
footer.copyright p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 4em;
  text-transform: uppercase;
}
footer.copyright .flex-contain-social-media {
  justify-content: center;
  align-items: center;
}
footer.copyright .flex-contain-social-media img {
  margin: 0 2em;
}
footer.copyright .flex-contain-social-media a {
  font-size: 0.8em;
  color: #fff;
  display: block;
}

/*------------------------------------*\
   Responsive Styles
\*------------------------------------*/
@media screen and (max-width: 1800px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
  }
  .main-content-page section.section-2a .container {
    padding: 0;
  }
}
@media screen and (max-width: 1400px) {
  .main-content-page {
    /*------------------------------------*\
       About
    \*------------------------------------*/
  }
  .main-content-page .flex-buttons-about a {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 1300px) {
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  /*------------------------------------*\
     Top Nav
  \*------------------------------------*/
  /*------------------------------------*\
     Main Content
  \*------------------------------------*/
  /*------------------------------------*\
     Page Title
  \*------------------------------------*/
  /*------------------------------------*\
     Page Title
  \*------------------------------------*/
}
@media screen and (max-width: 1024px) {
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  header {
    /*------------------------------------*\
      		Responsive Menu
    \*------------------------------------*/
  }
  header .logo {
    flex-basis: 50%;
    order: 1;
    flex: 1;
  }
  header .flex-phone-nav {
    order: 2;
  }
  header .responsive-menu {
    order: 3;
    display: flex;
    justify-content: flex-end;
  }
  /*------------------------------------*\
    Top Nav
  \*------------------------------------*/
  .top-nav {
    transform: translateX(-1024px);
    max-width: 100%;
    width: 100%;
    opacity: 0.9;
    background: #c5ac6a;
    margin: 0;
  }
  .top-nav ul li.menu-item-has-children > a::after {
    content: "";
  }
  .top-nav ul li .sign {
    position: absolute;
    right: 1em;
    cursor: pointer;
    display: block;
    top: 0;
  }
  .top-nav ul li a {
    padding: 0.5em 1em;
  }
  .top-nav ul li a:hover {
    border: none;
  }
  .top-nav ul ul {
    position: relative;
    left: auto;
    padding-left: 1em;
  }
  .top-nav ul ul li a {
    border: none !important;
  }
  .top-nav ul ul ul li a {
    border: none !important;
  }
  .top-nav li:hover > ul {
    display: none;
  }
  .top-nav .menu-text {
    width: 100%;
    padding: 0 1em;
  }
  .top-nav-active {
    transform: translateX(0);
  }
  /*------------------------------------*\
     Main Content Page
     For 2 columns in pages
  \*------------------------------------*/
  .main-content-page article .flex-contain {
    flex-direction: column;
  }
  .main-content-page article .flex-contain > * {
    flex-basis: 100%;
    margin: 0;
  }
  .main-content-page article .flex-buttons-about {
    flex-direction: row;
  }
  .main-content-page article .flex-buttons-about a {
    max-width: 30%;
    padding: 1em 2em;
    text-align: center;
  }
  .main-content-page .flex-about .flex-left {
    order: 2;
  }
  .main-content-page .flex-about .flex-right {
    order: 1;
    flex-basis: 100%;
    margin-left: 0;
  }
  /*------------------------------------*\
    Main Content Single
  \*------------------------------------*/
  /*------------------------------------*\
     Main Content Blog
  \*------------------------------------*/
  .main-content-blog .flex-contain {
    flex-wrap: wrap;
  }
  .main-content-blog .flex-contain .blogpost {
    flex-basis: 40%;
    margin: 0 1em;
  }
  /*------------------------------------*\
     Contact Us Page
  \*------------------------------------*/
  /*------------------------------------*\
     Footer
  \*------------------------------------*/
  footer .flex-contain-footer {
    flex-wrap: wrap;
  }
  footer .flex-contain-footer .box-1,
  footer .flex-contain-footer .box-2,
  footer .flex-contain-footer .box-3 {
    flex: 0 0 30%;
    margin-bottom: 2em;
  }
  footer .flex-contain-footer .box-4 {
    flex: 0 0 30%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  header .container {
    padding-left: 0;
    padding-right: 0;
  }
  header .flex-contain-header {
    flex-wrap: wrap;
    justify-content: center;
  }
  header .logo {
    flex: 1 1 30%;
  }
  header .flex-phone-nav {
    flex: 2;
  }
  header .responsive-menu {
    justify-content: center;
    flex-direction: column;
  }
  header .responsive-menu span {
    margin-left: 0;
    margin-top: 5px;
    font-size: 0.6em;
  }
  /*------------------------------------*\
     Main Content
  \*------------------------------------*/
  /*------------------------------------*\
     Main Content Page
  \*------------------------------------*/
  .main-content-page .flex-contain {
    flex-direction: column;
  }
  .main-content-page aside img {
    display: block;
    margin: auto;
  }
  .main-content-page aside nav ul {
    display: none;
  }
  .main-content-page article .flex-buttons-about {
    flex-direction: column;
    gap: 10px;
  }
  .main-content-page article .flex-buttons-about a {
    max-width: 100%;
    margin-bottom: 0;
  }
  .main-content-page section.section-2a .flex-contain-top {
    padding: 0;
  }
  .main-content-page .flex-about {
    gap: 1em;
  }
  .main-content-page .gmap-768 {
    margin: auto;
    width: 600px;
    max-width: 100%;
    display: block;
  }
  /*------------------------------------*\
     Main Content Blog
  \*------------------------------------*/
  .main-content-blog .flex-contain {
    flex-direction: row;
  }
  .flex-col {
    flex-direction: column;
  }
  /*------------------------------------*\
     Main Content Single
  \*------------------------------------*/
  .main-content-single aside ul {
    margin: auto;
  }
  /*------------------------------------*\
     Footer
  \*------------------------------------*/
  footer .flex-contain-footer {
    flex-wrap: wrap;
    gap: 1em;
  }
  footer .flex-contain-footer .box-1,
  footer .flex-contain-footer .box-2,
  footer .flex-contain-footer .box-3,
  footer .flex-contain-footer .box-4 {
    flex: 0 0 45%;
    margin: 0;
  }
  footer.copyright .flex-contain img {
    display: block;
    margin: 10px auto;
  }
}
@media screen and (max-width: 480px) {
  /*------------------------------------*\
     Default
  \*------------------------------------*/
  .alignleft,
  .alignright,
  .aligncenter,
  img,
  .wp-caption {
    display: block;
    margin: 15px auto !important;
    float: none !important;
  }
  .optimized-img {
    display: none;
  }
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  header {
    background: #c5ac6a;
  }
  header .logo {
    background: #fff;
    flex-basis: 100%;
  }
  header .logo img {
    display: block;
    margin: 0 auto;
  }
  header .flex-phone-nav {
    flex-basis: 70%;
    justify-content: center;
    padding: 20px 5px;
  }
  header .flex-phone-nav a {
    color: #fff;
    font-size: 1.2em;
  }
  header .responsive-menu {
    flex-basis: 20%;
  }
  header .responsive-menu span {
    display: none;
  }
  /*------------------------------------*\
     Main Navigation
  \*------------------------------------*/
  /*------------------------------------*\
    Main Content 
  \*------------------------------------*/
  .main-content {
    font-size: 18px;
  }
  .main-content p,
  .main-content ol,
  .main-content ul {
    font-size: 18px;
  }
  /*------------------------------------*\
    Main Content Page
  \*------------------------------------*/
  .main-content-page aside {
    min-width: auto;
    max-width: 100%;
  }
  /*------------------------------------*\
    Main Content Single
  \*------------------------------------*/
  .main-content-single .flex-contain-blogpost-nav {
    flex-direction: column;
  }
  .main-content-single .flex-contain-blogpost-nav .button a, .main-content-single .flex-contain-blogpost-nav .main-content-page .flex-buttons-about a, .main-content-page .main-content-single .flex-contain-blogpost-nav .flex-buttons-about a {
    margin-bottom: 1em;
  }
  /*------------------------------------*\
     Main Content Blog
  \*------------------------------------*/
  .main-content-blog .flex-contain {
    flex-direction: column;
  }
  .main-content-blog .flex-contain .blogpost {
    flex-basis: 100%;
    margin: 0;
  }
  .main-content-blog .flex-contain-cat-title span {
    bottom: auto;
    right: auto;
  }
  .main-content-blog .flex-contain-cat-title > * + * {
    margin-left: 0;
  }
  /*------------------------------------*\
     Footer
  \*------------------------------------*/
  footer .flex-contain-footer {
    font-size: 24px;
    margin-bottom: 1em;
  }
  footer .flex-contain-footer .box-1,
  footer .flex-contain-footer .box-2,
  footer .flex-contain-footer .box-3 {
    flex-basis: 100%;
    margin-left: 0;
    text-align: center;
  }
  footer .flex-contain-footer .box-4 {
    flex-basis: 100%;
    text-align: center;
  }
  footer .flex-contain-footer .box-4 img {
    max-width: 100%;
  }
  footer.copyright p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 375px) {
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  header .flex-phone-nav a {
    font-size: 1em;
  }
}
.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

@media screen and (max-width: 1600px) {
  .clear-1600 {
    clear: both;
  }
}
@media screen and (max-width: 1024px) {
  .clear-1024 {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .clear-768 {
    clear: both;
  }
}/*# sourceMappingURL=style.css.map */