/*
Theme Name: Custom Template 
Author: Romwil Dalisay
Description: Custom theme for https://www.customwinecellarsscottsdale.com/ | March 2021
Version: 1.0
*/
/*------------------------------------*\
    Variables
\*------------------------------------*/
/*------------------------------------*\
    Mixings
\*------------------------------------*/
/*------------------------------------*\
    Fonts
\*------------------------------------*/
@font-face {
  font-family: "GoogleSans-Regular";
  src: url("fonts/GoogleSans-Regular.ttf");
  font-display: swap;
  font-weight: normal !important;
}
@font-face {
  font-family: "GoogleSans-Italic";
  src: url("fonts/GoogleSans-Italic.ttf");
  font-display: swap;
  font-weight: normal !important;
}
@font-face {
  font-family: "GoogleSans-Bold";
  src: url("fonts/GoogleSans-Bold.ttf");
  font-display: swap;
  font-weight: normal !important;
}
/*------------------------------------*\
   Hidden
\*------------------------------------*/
section.section-3 .flex-gallery-tablet {
  display: none;
}

/*------------------------------------*\
   Default
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5{
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000;
  font-family: "GoogleSans-Bold";
}
p {
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000;
  font-family: "GoogleSans-Regular";
}
* {
  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;
}

/*------------------------------------*\
   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: #2a2c2e;
  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: "GoogleSans-Regular";
  font-weight: 400;
  font-style: normal;
  background: #fff;
  color: #000;
}

.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;
  padding-top: 2rem;
}
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: #2e3192;
  width: 35px;
  margin-bottom: 3px;
  height: 4px;
}
header .responsive-menu .icon-bar:nth-child(2) {
  width: 40px;
}
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: #fff;
  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;
}

/*------------------------------------*\
   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: 3.75rem;
  font-family: "GoogleSans-Bold";
  color: #000;
}
.main-content h2 {
  font-size: 2.5rem;
  font-family: "GoogleSans-Bold";
  color: #000;
}
.main-content h3 {
  font-size: 2.0831rem;
  font-family: "GoogleSans-Bold";
  color: #2e3192;
}
.main-content h4 {
  font-size: 1.6669rem;
  font-family: "GoogleSans-Bold";
  color: #000;
}
.main-content h5 {
  font-size: 1.6669rem;
  font-family: "GoogleSans-Bold";
  color: #848484;
}
.main-content h6 {
  font-size: 1.6669rem;
  font-family: "GoogleSans-Bold";
  color: #00aeef;
}
.main-content ul {
  list-style-type: disc;
  color: #000;
}
.flex-contain aside p{
  color: #000;
}
.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: #000;
}
.main-content ul {
  display: block;
  padding-left: 16px;
  list-style-type: disc;
  width: 95%;
  margin: auto;
  margin-bottom: 25px;
  color: #000;
}
.main-content ul li::marker {
  color: #2e3192;
}
.main-content ul li {
  margin-bottom: 7px;
}
.main-content ul li span {
  color: #fff;
}
.main-content ul a {
  text-decoration: underline;
  color: #000;
}
.main-content ol {
  padding-left: 16px;
  font-size: 20px;
  color: ##eee;
  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: #fff;
  margin-bottom: 24px;
}

/*------------------------------------*\
   Section 1
\*------------------------------------*/
section.section-1 {
  background: url("images/Custom Wine Cellars Denver CO.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: #917838;
}
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: #2a2c2e;
}
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: #b59747;
  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: #b59747;
  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;
  text-transform: uppercase;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  color: #fff;
  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: #b59747;
  color: #fff;
  border: 1px solid #b59747;
}
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");
}
/*------------------------------------*\
   Custom CSS v2
\*------------------------------------*/
header .logo img{
	width: 300px;
}
header .flex-phone-nav .flex-contain{
	gap: 1.5rem;
	align-items: center;
}
section ul,section p,h1, h2, h3, h4, h5, p{
	color: #000;
}
.great-projects h2{
	font-size: clamp(1.56rem, calc(1.188rem + 1.875vw), 3.44rem);
	margin-bottom: 0;
}
section.section-2a .great-projects .box{
	flex-basis: 50%;
}
span.great-projects-top-sub{
	display: block;
	font-size: clamp(1.25rem, calc(1.125rem + 0.625vw), 1.88rem);
}
.great-projects ul{
	padding-left: 2rem;
}
.great-projects ul li{
	padding-left: 1rem;
}
a.see-works{
	display: block;
	font-size: clamp(1.22rem, calc(1.179rem + 0.216vw), 1.44rem);
	text-transform: uppercase;
	color: #fff;
	background: #2e3192;
	width: clamp(20.06rem, calc(18.637rem + 7.125vw), 27.19rem);
	padding: 1rem;
	border-radius: 2rem;
	text-align: center;
	transition: all 0.3s ease;
}
a.see-works:hover{
	transform: scale(1.05);
	background-color: #000;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
a.see-works2:hover{
	transform: scale(1.05);
	background-color: #00aeef;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);	
}
section.section-2a .great-projects{
	justify-content: stretch;
	margin-top: 6rem;
}
section.section-2a .great-projects2{
	margin-top: 0;
}
section.section-2a .great-projects .box:first-child{
	padding-top: 4.8rem;
}
.flex-contain-top .sprator{
	background: #e9e9e9;
	border: none;
	height: 2px;
	margin-top: 5rem;
}
section.section-2a .great-projects2 .box{
	padding-top: 4.8rem;
}
section.section-2a .great-projects2 .flex-contain .inner-boxes{
	flex-basis: 50%;
}
.flex-contain .inner-boxes h3{
	font-size: clamp(2.03rem, calc(1.994rem + 0.161vw), 2.19rem);
}
.flex-contain .inner-boxesv2{
	padding-top: 5.5rem;
}
section.section-2b {
	margin: 2em auto;
	background: #f1f3f4;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.headline{
	display: block;
}
.section-2b .great-projectsv3 .box{
	flex-basis: 50%;
}
.box-rightv2{
	text-align: right;
}

h3.headline {
  display: flex;
  align-items: center;
  gap: 20px;

  color: #00aeef;
  font-size: 1.25rem;
  text-transform: uppercase;
  width: 15%;
}
h3.headline::after {
  content: "";
  flex: 1;
  height: 3px;
  background: #00aeef;
}
h2.box-left-head1{
	font-size: clamp(1.88rem, calc(1.648rem + 1.136vw), 3.01rem);
}
h3.box-left-head2{
	font-size: 2.5rem;
}
span.box-left-span1{
	font-size: 1.938rem;
}
.great-projects4 .box:first-child{
	background: #fff;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
}
.great-projects4 .box:last-child{
	background: #000;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
}
.great-projects4 .box:last-child h2,.great-projects4 .box:last-child h3,.great-projects4 .box:last-child p{
	color: #fff;
}
.great-projects4 .box{
	background: #626262;
	flex-basis: 50%;
	padding: 4rem 1rem 4rem 1rem;
}
.great-projects4 .box h3{
	color: #fff;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 4rem;
}
.great-projects4 .box p{
	color: #fff;
	font-size: 1.563rem;
}
.great-projects4 .box h2{
	color: #fff;
	font-size: 3.261rem;
}
.great-projects4 .box:first-child h3{
	color: #000;
	font-size: 1.25rem;
}
.great-projects4 .box:first-child p{
	color: #000;
	font-size: 1.563rem;
}
.great-projects4 .box:first-child h2{
	color: #000;
	font-size: 3.261rem;
}
.inner-below-heading .inner-boxes {
	flex-basis: auto;
}
section.section-2b a.see-works{
	margin: 0 auto;
	margin-top: 5rem;
}
.great-projects5{
	gap: 1.5rem;
}
.great-projects5 .box:first-child{
	flex-basis: 60%;
}
.great-projects5 .box{
	flex-basis: 40%;
}
.great-projects5 .box h3{
	color: #000;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 4rem;
}
.great-projects4 .box p{
	color: #000;
	font-size: 1.563rem;
}
.great-projects4 .box h2{
	color: #000;
	font-size: 3.261rem;
}
.section-2d{
	background: url(images/undersell-bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
h3.undersell-heading1{
	font-size: clamp(1.86rem, calc(1.756rem + 0.524vw), 2.39rem);
}
.section-2d h3{
	color: #fff;
	font-size: clamp(1.81rem, calc(1.738rem + 0.375vw), 2.19rem);
}
.section-2d span{
	color: #fff;
	font-size: clamp(1.25rem, calc(1.175rem + 0.375vw), 1.63rem);
}
.section-2d ul li{
	color: #fff;
	font-size: clamp(1.26rem, calc(1.198rem + 0.304vw), 1.56rem);
}
.section-2d p{
	color: #fff;
	font-size: clamp(0.94rem, calc(0.875rem + 0.313vw), 1.25rem);
}
p.undersell-p1{
	font-size: clamp(1.26rem, calc(1.198rem + 0.304vw), 1.56rem);
}
.section-2d .box{
	flex-basis: 50%;
}
.section-2d .flex-contain-box{
	gap: 20px;
}
.box-left1,.box-left2{
	padding-top: 9rem;
}
.section-2e{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.section-2e .great-projectsv7 .box {
	flex-basis: 50%;
}
.section-2e .great-projectsv8{
	gap: 20px;
}
.section-2e .great-projectsv8 .box {
	flex-basis: 50%;
}
.great-projects8 h3{
	font-size: clamp(1.25rem, calc(1.188rem + 0.313vw), 1.56rem);
}
.great-projects8 h2{
	font-size: clamp(1.56rem, calc(1.500rem + 0.313vw), 1.88rem);
}
.great-projects8 p{
	font-size: 1.125rem;
}
.great-projects8 .box-left1{
	background: #f1f3f4;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	padding: 4rem 1.5rem 4rem 1.5rem;
}
.great-projects8 .box-left2{
	background: #bcbcbc;
	padding: 4rem 1.5rem 4rem 1.5rem;
}
.great-projects8 .box-left3{
	background: #000000;
	padding: 4rem 1.5rem 4rem 1.5rem;
}
.great-projects8 .box-left4{
	background: #2e3192;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	padding: 4rem 1.5rem 4rem 1.5rem;
}
.great-projects8{
	margin-top: 4rem;
}
.section-2e .great-projects8 .box-left1 h3,.section-2e .great-projects8 .box-left1 h2,.section-2e .great-projects8 .box-left1 p{
	color: #000;
}
.section-2e .great-projects8  .box-left2 h3,.section-2e .great-projects8 .box-left2 h2,.section-2e .great-projects8 .box-left2 p{
	color: #000;
}
.section-2e .great-projects8 .box-left3 h3,.section-2e .great-projects8 .box-left3 h2,.section-2e .great-projects8 .box-left3 p{
	color: #fff;
}
.section-2e .great-projects8 .box-left4 h3,.section-2e .great-projects8 .box-left4 h2,.section-2e .great-projects8 .box-left4 p{
	color: #fff;
}
.section-2f{
	background: #f1f3f4;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
/*------------------------------------*\
   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;
	margin-top: 0;
  }
  section.section-2a{
	margin-top: 0;
  }
  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;
  }
  .box-left1, .box-left2{
	padding-top: 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%;
  }
  /* start of custom mobile css */
  .great-projects4,.great-projects5,.great-projects6,.great-projects8{
	flex-direction: column;
  }
  footer.copyright .container .great-projectsv10 {
    background: #2e3192;
	padding: 2.5rem 1rem;
	border-radius: 15px;
  }
  a.see-works,a.see-works2{
	width: 100% !important;
  }
  footer.copyright .container{
	padding-left: 0;
	padding-right: 0;
  }
  footer.copyright .container h3.headline{
	color: #fff;
  }
  footer.copyright .great-projectsv10 ul{
	margin-left: 0; 
	margin-bottom: 2rem;
  }
  footer.copyright .great-projectsv10 p.lower-heading2{
	margin-left: 0; 
  }
  footer.copyright .great-projectsv10 ul li{
	font-size: 1.125rem;
  }
  section.section-2a .great-projects .box-left{
	order: 2;  
  }
  section.section-2a .container .flex-contain-top .great-projects2 .box {
    padding-top: 0;
	margin-bottom: 0;
  }
  section.section-2a .container .flex-contain-top .great-projects .box:first-child {
    padding-top: 0;
  }
  section.section-2a .container .flex-contain-top  .great-projects2 .box:first-child {
    padding-top: 2rem;
  }
  section.section-2a .container .flex-contain-top .great-projects .box .flex-contain .inner-boxes{
  	flex-basis: 50%;
	padding-top: 0;
  }
  section.section-2a .container .flex-contain-top .great-projects .box .inner-below-heading-mid .inner-boxes:first-child{
	order: 2;
  }
  section.section-2a .container{
	padding-left: 1rem;
	padding-right: 1rem;
  }
  .great-projects2 .flex-contain .inner-boxes h3{
	font-size: 1.5rem;
  }
  .great-projects2 .flex-contain .inner-boxes h3{
	font-size: 1.1rem;
  }
  section.section-2b .container {
    padding-left: 1em;
    padding-right: 1em;
 }
  section.section-2b .container .great-projectsv3{
	 flex-direction: column; 
  }
  section.section-2b .container .great-projectsv3 .box-rightv2 {
    text-align: left;
  }
  section.section-2b .container .great-projectsv3 h2.box-left-head1 {
		font-size: 1.875rem;
	}
	section.section-2b .container .great-projectsv3 h3.box-left-head2 {
		font-size: 1.188rem;
	}
	section.section-2b .container .great-projectsv3 span.box-left-span1 {
		font-size: 1rem;
	}
	section.section-2b .container .great-projectsv3 .box-rightv2 span{
		display: block;
	}
	section.section-2b .container .great-projects4 .box:first-child {
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
		border-bottom-left-radius: 0;
		margin-top: 2rem;
	}
	section.section-2b .container .great-projects4 .box h2{
		font-size: 1.875rem;
	}
	section.section-2b .container .great-projects4 .box p{
		font-size: 1.2rem;
	}
	section.section-2b .container .great-projects4 .box:last-child {
		border-bottom-right-radius: 2rem;
		border-bottom-left-radius: 2rem;
		border-top-right-radius: 0;
	}
	section.section-2e .container .great-projectsv7{
		flex-direction: column;
	}
	section.section-2e .container .great-projectsv7 .box-rightv2 {
		text-align: left;
	}
	section.section-2e .container .great-projectsv7 h2.box-left-head1{
		font-size: 1.875rem;
	}
	section.section-2e .container .great-projectsv7 box-rightv2{
		font-size: 1.25rem;
	}
	section.section-2e .container .great-projects8 .box-left1 {
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
		border-bottom-left-radius: 0;
	}
	section.section-2e .container .great-projects8 .box-left4 {
		border-top-right-radius: 0;
		border-bottom-right-radius: 2rem;
		border-bottom-left-radius: 2rem;
	}
	footer.copyright .container .great-projectsv11{
		flex-direction: column;
	}
	footer.copyright .container .flex-contain .box-right{
		text-align: center;
	}
	footer.copyright .container .flex-contain ul{
		display: none;
	}
	h3.headline{
		width: 90%;
	}
  /* end of custom mobile css */
}
/* Tablet (portrait and up) */
@media (min-width: 768px) and (max-width: 1024px) {
	.section-2d .flex-contain-box {
		flex-wrap: wrap;
	}
	.section-2d .box{
		flex: calc(50% - 10px);
	}
	.section-2b .container {
        padding-left: 1em;
        padding-right: 1em;
    }
	.great-projects4 .box:first-child h2,.great-projects4 .box h2 {
		font-size: 2.1rem;
	}
	.great-projects4 .box:first-child p,.great-projects4 .box p {
		font-size: 1.25rem;
	}
	section.section-2a .flex-contain-top .flex-contain-box .box{
		margin-bottom: 0 !important;
		padding-top: 0;
	}
	.box-left1, .box-left2 {
		padding-top: 0; 
	}
	h3.headline{
		width: 35%;
	}
}
/*------------------------------------*\
  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: #000;
  text-decoration: underline;
}
.main-content-page article a:hover {
  color: #2e3192;
}
.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-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: #eee;
  font-family: "Nunitosans-Regular", sans-serif;
}
.main-content-blog .blogpost .blog-contents p {
  color: #eee;
  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 #c5ac6a;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
  color: #c5ac6a;
}
.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: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}
.main-content-blog .flex-contain-cat-title a:hover{
	color: #c5ac6a;
}
.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;
  color: #fff;
}
footer .flex-contain-footer .box h3 a {
  color: #fff;
}
footer .flex-contain-footer .box p {
  font-size: 0.7em;
  line-height: 1.5em;
  color: #fff;
}
footer .flex-contain-footer .box p span {
  display: block;
  color: #fff;
}
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: #fff;
  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 {
  padding: 1em;
  display: flex;
  position: relative;
}
footer.copyright .container {
  position: relative;
  z-index: 1;
}
footer.copyright p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 2rem;
  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;
}
.contact-info .wp-caption{
	margin-left: 0;
}
.about-two-buttons{
	margin: 0 auto;
	width: 45%;
}
.copyright .flex-contain .box{
	flex-basis: 50%;
}
.copyright .flex-contain .box-right{
	text-align: right;
}
.copyright .flex-contain .box-right p{
	color: #000;
	font-size: 1.25rem;
	margin-top: 1rem;
}
.copyright .flex-contain .box-right ul li{
	list-style: none;
	display: inline-block;
}
.copyright .flex-contain .box-right ul li a{
	color: #000;
}
.copyright .flex-contain .box-right ul li a:hover{
	color: #2e3192;
	text-decoration: underline;
}
.great-projectsv10{
	background: url(images/before-copyright-img.png) no-repeat;
	background-size: 100% 100%;
	padding: 3rem;
	margin-bottom: 4rem;
}
.great-projectsv10 h3.upper-heading2{
	font-size: clamp(2.19rem, calc(2.023rem + 0.824vw), 3.01rem);
	color: #fff;
}
.great-projectsv10 p.lower-heading2{
	font-size: clamp(1.38rem, calc(1.290rem + 0.425vw), 1.80rem);
	color: #fff;
	display: block;
}
.great-projectsv10 ul li{
	color: #fff;
	font-size: clamp(0.94rem, calc(0.900rem + 0.188vw), 1.13rem);
	margin-bottom: 1rem;
}
.great-projectsv10 ul{
	margin-left: 3rem;
	margin-bottom: 1rem;
}
a.see-works2 {
	display: block;
	font-size: clamp(1.22rem, calc(1.179rem + 0.216vw), 1.44rem);
	text-transform: uppercase;
	color: #fff;
	background: #000;
	width: clamp(20.06rem, calc(18.637rem + 7.125vw), 27.19rem);
	padding: 1rem;
	border-radius: 2rem;
	text-align: center;
	transition: all 0.3s ease;
}
p.lower-headingv2{
	margin-left: 3rem;
}
.top-nav{
	background: #2e3192 !important;
}
.title-header{
	background: #2e3192;
}
.title-header h1{
	font-size: 2rem;
	color: #fff;
	text-transform: uppercase;
}
/*------------------------------------*\
   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 {
  }
  header .logo {
    flex-basis: 50%;
  }
  header .logo img {
    display: block;
    margin: 0 auto;
  }
  header .flex-phone-nav {
    display: block;
  }
  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 */