/*!
Theme Name: larsappliances-theme
Theme URI: https://seooneclick.com
Author: SeoOneClick
Author URI: https://seooneclick.com
Description: Lars Appliances
Version: 1.0.0
Text Domain: larsappliances-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

body {
  overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  color: #353634;
}

p {
  line-height: 1.75;
  color: #353634;
  margin-bottom: 0;
}

p+p {
  margin-top: 10px;
}

a {
  color: #b93a3a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #b93a3a;
}

.text-primary {
  color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #353634;
}

h2,
.h2 {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
}

.h2-with-line {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.h2-with-line::after {
  content: "";
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  display: block;
  height: 2px;
  max-width: 500px;
  margin: 25px auto 40px;
  bottom: 0;
}

hr {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  display: block;
  height: 2px;
  max-width: 500px;
  margin: 25px auto 40px;
}

.page-section {
  padding: 100px 0;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  section {
    padding: 75px 0;
  }
}

@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}

::-moz-selection {
  background: #b72f2f;
  text-shadow: none;
}

::selection {
  background: #b72f2f;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.relative {
  position: relative;
}

#mainNav {
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(23, 23, 23, 0.3);
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 700;
  padding: 0.75em 0;
  color: #353634;
  font-family: 'Cormorant Garamond', serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #b72f2f;
}

@media (max-width: 991px) {
  #mainNav .header-number-wrap {
    display: none;
  }
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }

  #mainNav .navbar-header {
    position: static !important;
    transform: none !important;
    display: inline-block;
    padding-right: 20px;
    width: 200px;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 0 10px;
  }

  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    /*padding: 12px 0;*/
  }

  #mainNav .header-number-wrap {
    top: 50%;
    transform: translateY(-50%);
  }

  #mainNav .header-number-wrap .phone-header,
  #mainNav .header-number-wrap .phone-header i {
    color: #fff;
  }

  #mainNav .header-number-wrap .phone-header:hover,
  #mainNav .header-number-wrap .phone-header:hover i {
    color: #b72f2f;
  }

  #mainNav .header-number-wrap .phone-header {
    padding: 15px 30px;
  }

  #mainNav.navbar-expand-lg .navbar-collapse {
    display: inline !important;
    text-align: center;
    padding-right: 200px;
  }

  #mainNav.navbar-expand-lg .navbar-nav {
    display: inline-flex;
  }

  #mainNav.navbar-expand-lg .navbar-nav>li {
    display: inline-block;
  }

  #mainNav.navbar-expand-lg .navbar-nav.second-menu>li:first-child:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #b72f2f;
    position: absolute;
    left: -1px;
    top: 6px;
  }
}

/*DROPWDOWN*/
#mainNav #menu-main-menu-left li ul.dropdown-menu li a {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}

#mainNav #menu-main-menu-left li:hover ul.dropdown-menu li a {

  padding: 0.25rem 1.5rem;

}

#mainNav .dropdown-menu {
  right: auto;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-menu>li>a:hover {
  color: #a11d21;
  background-color: transparent;
}

.dropdown-menu>li>a:focus {
  color: initial;
}

#menu-main-menu-left>.menu-item-has-children>a::after {
  content: '\f078';
  font-family: "FontAwesome";
  margin-left: 4px;
  font-size: 10px;
  vertical-align: middle;
}

#menu-main-menu-left .menu-item-has-children>ul li.menu-item-has-children>a::after {
  content: '\f054';
  font-family: "FontAwesome";
  margin-left: 4px;
  font-size: 10px;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .navbar-nav>li>.dropdown-menu {
    border-top: 2px solid #b72f2f;
    padding: 0;
    border-radius: 0;
  }

  .navbar-nav>li>.dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .click-menu {
    display: none;
  }

  #menu-main-menu-left li:hover>ul.dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    margin-top: -2px;
  }

  #menu-main-menu-left li>ul.dropdown-menu>li:hover>ul.dropdown-menu {
    top: 0;
    left: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-top: -6px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.click-menu {
  float: right;
  width: 23px;
  height: 36px;
  position: absolute;
  top: -5px;
  right: 0px;
}

.click-menu::before {
  position: absolute;
  left: 6px;
  top: 50%;
  font: 12px FontAwesome;
  color: #333;
  content: '\f078';
}

.click-menu.clicked-menu-item::before {
  transform: rotate(180deg);
  top: 50%;
}

/*DROPDOWN END*/
header.masthead {
  text-align: center;
  color: white;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }

  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}

.header-number-wrap {
  position: absolute;
  right: 15px;
  top: -65px;
  transition: all 0.3s;
}

.header-number-wrap a,
.header-number-wrap p {
  display: inline-block;
  font-size: 18px;
  color: #353634;
  font-weight: 600;
}

.header-number-wrap a i {
  vertical-align: middle;
}

.header-number-wrap a:hover,
.header-number-wrap a:focus {
  color: #b72f2f;
  text-decoration: none;
}

.header-number-wrap .schedule-header {
  margin-left: 20px;
  position: relative;
}

.header-number-wrap .schedule-header i {
  color: #b72f2f;
  font-size: 13px;
}

.header-number-wrap .schedule-header::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #b72f2f;
  position: absolute;
  left: -11px;
  top: 6px;
}

#mainNav #menu-main-menu-left>li {
  position: relative;
  padding-bottom: 10px;
}

#mainNav #menu-main-menu-left>li+li:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #b72f2f;
  position: absolute;
  left: -1px;
  top: 6px;
}

#mainNav #menu-main-menu-left>li:first-child a {
  padding-left: 0;
}

#menu-main-menu-right {
  margin-left: auto;
}

#mainNav #menu-main-menu-right>li {
  position: relative;
  padding-bottom: 10px;
}

#mainNav #menu-main-menu-right>li+li:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #b72f2f;
  position: absolute;
  left: -1px;
  top: 6px;
}

#mainNav #menu-main-menu-right li:last-child a {
  padding-right: 0;
}

#mainNav .navbar-header {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -75px;
}

#mainNav .navbar-header a {
  margin: 0;
  padding: 0;
}

.sticky-schedule {
  display: block;
  position: fixed;
  bottom: calc(50% - 25px);
  right: -138px;
  z-index: 6;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sticky-schedule p {
  display: inline-block;
}

.sticky-schedule p>a {}

.sticky-schedule>a {}

/*HOMEPAGE HERO BANNER*/
.general-hero-banner-section {
  margin-top: 120px;
}

.homepage__hero-banner-content {
  position: relative;
  left: -25px;
  /*was -85px*/
}

.general-hero-banner-section h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
}

.container-general-hero-banner-content>p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 30px;
  margin-bottom: 35px;
  letter-spacing: 1px;
}

.homepage-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 800px;
  z-index: 1;
  padding: 0;
}

.homepage-hero-banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  z-index: 0;
}

@media (min-width: 992px) {
  .general-hero-banner-section {
    margin-top: 80px;
  }
}

@media (max-width: 992px) {
  .homepage__hero-banner-content {
    left: 0;
  }
}

/*HOMEPAGE HERO BANNER END*/

.intro__title-section {
  padding-bottom: 0;
}

/*HOMEPAGE SPECIAL DEALS*/
.homepage-special-deals-wrap {
  background-color: #f6f5f5;
  position: relative;
}

.homepage-special-deals-wrap::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  right: 0;
  background-color: #fff;
}

.homepage-special-deals-wrap::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  left: 0;
  background-color: #fff;
}

.homepage-special-deals-wrap img,
.homepage-special-deals-wrap p,
.homepage-special-deals-wrap a {
  margin-right: 15px;
}

.homepage-special-deals-wrap p {
  font-size: 36px;
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 60px;
  padding: 0 25px;
}

.hearth-promo {
  background-color: #f6f5f5;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 15px;
  position: relative;
}

.hearth-promo h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hearth-promo p {
  font-size: 20px;
  line-height: 1.5;
}

.hearth-promo:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}

.hearth-promo:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
}

/*HOMEPAGE SPECIAL DEALS END*/

/*HOMEPAGE URBAN BONFIRE*/
.hp-urban-bonfire-deals {
  padding-bottom: 0;
}

.hp-urban-bonfire-wrap {
  /*background-image: linear-gradient(#ffffff, #f6f5f5);*/
  background-color: #f6f5f5;
  position: relative;
}

.hp-urban-bonfire-wrap::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  right: 0;
  background-color: #fff;
}

.hp-urban-bonfire-wrap::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  left: 0;
  background-color: #fff;
}

.hp-urban-bonfire-wrap p,
.hp-urban-bonfire-wrap a {
  margin-left: 15px;
}

.hp-urban-bonfire-wrap p {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0 25px;
  font-weight: 600;
  color: #353634;
}

/*HOMEPAGE URBAN BONFIRE END*/

/*HOMEPAGE APPLIANCES*/
.homepage-our-appliances {
  padding-top: 25px;
}

.homepage-our-appliances-col-wrap {
  background-color: #f6f5f5;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.homepage-our-appliances-col-wrap:hover {
  background-color: #b72f2f
}

.homepage-our-appliances-col-wrap a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  position: relative;
}

.homepage-our-appliances-col-wrap a:hover {
  text-decoration: none;
}

.homepage-our-appliances-col-wrap p {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.homepage-our-appliances-col-wrap:hover p {
  color: #fff;
}

.homepage-our-appliances-col-wrap img {
  max-height: 63px;
}

.homepage-our-appliances-col-wrap .red-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0.2s, opacity 0.2s linear;
  transition: visibility 0.2s, opacity 0.2s linear;
}

.homepage-our-appliances-col-wrap:hover .red-icon {
  visibility: hidden;
  opacity: 0;
}

.homepage-our-appliances-col-wrap .white-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0.2s, opacity 0.2s linear;
  transition: visibility 0.2s, opacity 0.2s linear;
}

.homepage-our-appliances-col-wrap:hover .white-icon {
  visibility: visible;
  opacity: 1;
}

/*HOMEPAGE APPLIANCES END*/

/*HOMEPAGE LOGOS*/
.homepage-logos-section {
  padding-top: 25px;
  padding-bottom: 75px;
}

.homepage-logos-section img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.homepage-logos-section .btn-trans-red {
  margin-top: 50px;
}

/*HOMEPAGE LOGOS END*/
/*OUR PROJECTS*/
.homepage-our-projects {
  padding-bottom: 25px;
}

.homepage-our-projects h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.homepage-our-projects h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.homepage-our-projects .nav-pills .nav-link {
  padding: 0;
  width: calc(50% - 2em);
  margin: 1em;
  position: relative;
  height: 213px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.homepage-our-projects .nav-pills .nav-link.active,
.homepage-our-projects .nav-pills .show>.nav-link {
  background-color: transparent;
}

.homepage-our-projects .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.homepage-our-projects .nav-link:hover::before {
  opacity: 1;
}

.homepage-our-projects .nav-link span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.homepage-our-projects .nav-link:hover span {
  opacity: 1;
}

.homepage-our-projects .nav-link.active::before,
.homepage-our-projects .nav-link.active span {
  opacity: 1;
}

.homepage-our-projects .btn-trans-red {
  margin-top: 30px;
}

/*OUR PROJECTS*/

/*HOMEPAGE ABOUT US*/
.homepage-about-us {
  padding-bottom: 25px;
}

.homepage-about-us h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 35px;
  margin-left: 25px;
}

.homepage-about-us p {
  padding-left: 25px;
}

.hpaus-gray {
  background-color: #f6f5f5;
  padding-bottom: 40px;
}

/*HOMEPAGE ABOUT US END*/

/*HOMEPAGE OUR LOCATION*/
.homepage-our-location {
  padding-bottom: 25px;
}

.homepage-our-location-wrap {
  background-color: #f6f5f5;
  padding: 40px 30px;
  height: 100%;
}

.homepage-our-location-wrap .btn-trans-red {
  margin-top: 25px;
}

.homepage-our-location iframe {
  margin-top: 30px;
  margin-bottom: -5px;
}

/*HOMEPAGE OUR LOCATION END*/

/*SINGLE PROJECT POST*/
.project-title {
  min-height: 550px;
  position: relative;
  text-align: center;
  margin-bottom: -160px;
  margin-top: 50px;
}

.project-slick .slick-slide img {
  margin: 0 auto;
}

.project-slick {
  margin: 0 auto;
}

.project-content {
  padding: 50px 0;
  padding-bottom: 30%;
}

@media (max-width: 767px) {
  .general-hero-banner-section.project-title {
    min-height: 550px;
    margin-top: -160px;
  }
}

@media screen and (max-width: 975px) and (min-width: 750px) {
  .project-content {
    margin-bottom: 100px;
  }
}

/*SINGLE PROJECT POST END*/

/*HOMEPAGE CONTACT*/
.homepage-contact h2 {
  margin-bottom: 30px;
  font-size: 36px;
}

.homepage-contact-wrap-1 {
  background-color: #f6f5f5;
  padding: 40px 25px;
  height: 100%;
}

.homepage-contact-wrap-1 ul {
  list-style: none;
  padding: 0;
  max-width: 455px;
  margin: 0 auto;
  padding-left: 25px;
}

.homepage-contact-wrap-1 ul li {
  font-size: 20px;
  position: relative;
}

.homepage-contact-wrap-1 ul li+li {
  margin-top: 20px;
}

.homepage-contact-wrap-1 ul .hpc-address a:link,
.homepage-contact-wrap-1 ul .hpc-address a:visited,
.homepage-contact-wrap-1 ul .hpc-address a:focus,
.homepage-contact-wrap-1 ul .hpc-address a:active {
  color: #353634;
}

.homepage-contact-wrap-1 ul .hpc-address::before {
  content: "\f276";
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  left: -21px;
  font-size: 20px;
  color: #b93a3a;
}

.homepage-contact-wrap-1 ul .hpc-phone a {
  font-weight: 600;
  color: #353634;
}

.homepage-contact-wrap-1 ul .hpc-phone::before {
  content: "\f095";
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  left: -22px;
  font-size: 20px;
  color: #b93a3a;
}

.homepage-contact-wrap-1 ul .hpc-working-hours span {
  font-weight: 600;
}

.homepage-contact-wrap-1 ul .hpc-working-hours::before {
  content: "\f017";
  font-family: "FontAwesome";
  position: absolute;
  top: -1px;
  left: -23px;
  font-size: 23px;
  color: #b93a3a;
}

.homepage-contact-wrap-1 ul .text-red {
  font-weight: 600;
  color: #b72f2f;
}

/*HOMEPAGE CONTACT END*/

/*HOMEPAGE FAQ*/
.homepage-faq {
  padding-top: 0;
  padding-bottom: 60px;
}

.homepage-faq ul {
  margin: 15px 0 1rem;
  list-style: none;
}

.homepage-faq li {
  position: relative;
}

.homepage-faq li+li {
  margin-top: 6px;
}

.homepage-faq li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b72f2f;
  display: block;
  position: absolute;
  left: -10px;
  top: 8px;
}

.homepage-faq h3 {
  font-size: 18px;
  color: #353634;
  font-weight: 400;
  margin: 0;
  padding-left: 15px;
  text-transform: initial;
}

.homepage-faq h3 a {
  color: #353634;
  font-weight: 600;
}

.homepage-faq h4 {
  font-size: 17px;
  margin-bottom: 12px;
  margin-top: 10px;
}

.panel-title>a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f077";
  font-weight: 300;
  color: #b72f2f;
  text-align: center;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 15px;
  font-size: 15px;
  margin-top: -2px;
}

.panel-title>a.collapsed:before {
  float: right !important;
  content: "\f078";
  font-weight: 300;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
  text-decoration: none;
  color: #1f2944;
}

.panel-title {
  font-size: 18px;
  color: #1a1818;
  font-weight: 600;
  margin: 0;
  padding-left: 15px;
}

.panel-title a {
  display: block;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 15px;
}

.panel-group .panel {
  border-color: transparent;
  padding: 15px 0;
  border-bottom: 2px solid #f4f4f4;
}

.panel-body {
  padding-bottom: 30px;
}

.panel-group .panel-default:first-child {
  border-top: 2px solid #f4f4f4;
}

/*HOMEPAGE FAQ END*/

/*FOOTER*/
footer {
  background-color: #353634;
  position: relative;
}

.footer-map {
  max-width: 300px;
  margin-top: 25px;
}

.you-heard-it-first {
  position: absolute;
  width: 100%;
  top: -220px;

}

.you-heard-it-first h2 {
  font-size: 36px;
}

.you-heard-it-first-wrap {
  background-size: 100%;
  background-image: linear-gradient(#ffffff, #dfdfdf);
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3);
  padding: 75px 100px;
}

.you-heard-it-first-wrap>p {
  font-size: 24px;
  font-weight: 600;
  color: #b72f2f;
  margin-bottom: 25px;
  line-height: 1.2;
}

.you-heard-it-first .ccf-submit-button {
  vertical-align: top;
  padding-top: 13px;
  padding-bottom: 13px;
}

.you-heard-it-first input {
  padding: 11px 13px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 0;
  max-width: 272px;
  border-color: #464646;
}

.footer-top {
  padding-top: 30px;
  padding-bottom: 50px;
}

.footer-headings-white {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
}

#menu-menu-footer {
  padding: 0;
  margin: 0
}

#menu-menu-footer li+li {
  margin-top: 10px;
}

#menu-menu-footer li a {
  font-size: 18px;
  color: #fff;
}

.footer-social svg {
  fill: #fff;
  width: 100%;
  max-width: 25px;
}

.footer-social svg:hover {
  fill: #b93a3a;
}

.contact-social svg {
  fill: #b93a3a;
  width: 100%;
  max-width: 25px;
}

.contact-social svg:hover {
  fill: #353634;
}

.footer-social {
  padding: 0;
  margin: 15px 0 0;
}

.footer-social li {
  display: inline-block;
}

.footer-social li+li {
  margin-left: 7px;
}

.footer-social li a {
  color: #fff;
  font-size: 27px;
}

.footer-social li a:hover {
  color: #b93a3a
}

#footer-phone {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.send-us-a-note {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

.footer-address {
  color: #fff;
  font-size: 18px;
  display: block;
  max-width: 200px;
  margin: 10px auto 0;
}

.footer-business-hours {
  color: #fff;
  font-size: 18px;
  display: block;
}

.footer-noan {
  color: #fff;
  font-size: 18px;
  display: block;
  font-weight: 600;
}

.footer-bottom p {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-bottom p a {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

#footer-capture-form form {
  padding: 0;
  margin: 0;
  background: transparent !important;
}

#footer-capture-form ._form-content ._form-title {
  font-size: 24px !important;
  font-weight: 600;
  color: #b72f2f;
  margin-bottom: 25px;
  line-height: 1.2;
  text-align: center;
}

#footer-capture-form ._form-content ._inline-style input[type="text"] {
  width: 220px;
  border-radius: 0 !important;
}

#footer-capture-form ._form-content ._submit {
  background-size: 100%;
  background-color: #b72f2f !important;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #fff !important;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px 45px !important;
  position: relative;
  text-transform: capitalize;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3);
  line-height: 1;
  z-index: 2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #b72f2f !important;
  width: 197px;
  border-radius: 0 !important;
}

#footer-capture-form ._form-content ._submit:hover {
  color: #353634 !important;
  text-decoration: none;
  background-color: transparent !important;
}

/*FOOTER END*/

/*ABOUT US PAGE*/
.about-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 650px;
  z-index: 1;
  padding: 0px;
}

.about-hero-banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.about-hero-banner-section h1 {
  color: #fff;
}

.about-first-section {
  padding-bottom: 0;
}

.about-first-section p {
  font-size: 20px;
}

.about-second-section {
  padding-bottom: 0;
}

.about-second-section h2 {
  font-size: 36px;
}

.about-second-section p {
  font-size: 16px;
}

.about-second-section .about-second-section-row-1 {
  margin-bottom: 80px;
}

.about-second-section .about-second-section-row-1 p strong {
  font-size: 20px;
}

.about-testimonials {
  padding-top: 0;
}

.about-testimonials-slick .testi-logo {
  margin: 0 auto 30px;
}

.about-testimonials-slick .testi-quote {
  margin: 0 auto 30px;
}

.about-testimonials-slick p {
  font-size: 20px;
}

.about-testimonials-slick .testi-author {
  display: inline-block;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.slick-prev,
.slick-next {
  width: auto;
  height: auto;
}

.slick-prev:before,
.slick-next:before {
  color: #a5a6a6;
  font-family: "FontAwesome";
  font-size: 30px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.about-logos-section {
  margin-bottom: 60px;
}

.about-virtual-tour {
  padding-bottom: 0;
}

.virtual_btn--col {
  width: 100%;
  text-align: center;
}

.virtual_btn--col .btn-red.text-white:hover {
  color: #b93a3a !important;
}

/*ABOUT US PAGE END*/

/*APPLIANCE GROUPS PAGE*/
.appliance-groups-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 559px;
  z-index: 1;
  padding: 0;
}

.appliance-groups-hero-banner-section h1 {
  color: #fff;
}

.appliance-groups-first-section ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.appliance-groups-first-section ul li {
  text-align: left;
  position: relative;
  padding-left: 12px;
}

.appliance-groups-first-section ul li+li {
  margin-top: 20px;
}

.appliance-groups-first-section ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b72f2f;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.appliance-groups-first-section ul li h3 {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.appliance-groups-first-section ul li h3:hover,
.appliance-groups-first-section ul li h3:focus {
  color: #b72f2f;
}

.appliance-groups-first-section ul li a:hover,
.appliance-groups-first-section ul li a:focus {
  text-decoration: none;
}

.appliance-groups-first-section ul li h3 i {
  font-size: 12px;
  color: #b72f2f;
}

.appliance-groups-products {
  padding-top: 25px;
  padding-bottom: 0
}

.appliance-groups-products h2 {
  margin-bottom: 25px;
}

.appliance-groups-products-item {
  vertical-align: top;
}

.appliance-groups-products-wrap {
  background-color: #f6f5f5;
  height: 100%;
  /*padding-top: 20px;
    padding-bottom: 20px;*/
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.appliance-groups-products-wrap:hover {
  background-color: #b72f2f
}

.appliance-groups-products-wrap a {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 20px;
  position: relative;
}

.appliance-groups-products-wrap a:hover {
  text-decoration: none;
}

.appliance-groups-products-wrap p {
  line-height: 1.2;
  margin-top: 10px;
  height: 55px;
  display: block;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.appliance-groups-products-wrap:hover p {
  color: #fff;
}

.appliance-groups-products-wrap img {
  max-height: 63px;
  display: inline-block;
}

.appliance-groups-products-wrap .red-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0.2s, opacity 0.2s linear;
  transition: visibility 0.2s, opacity 0.2s linear;
}

.appliance-groups-products-wrap:hover .red-icon {
  visibility: hidden;
  opacity: 0;
}

.appliance-groups-products-wrap .white-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0.2s, opacity 0.2s linear;
  transition: visibility 0.2s, opacity 0.2s linear;
}

.appliance-groups-products-wrap:hover .white-icon {
  visibility: visible;
  opacity: 1;
}

.appliance-groups-products-slick .slick-next {
  right: -15px;
}

.appliance-groups-products-slick .slick-prev {
  left: -15px;
  z-index: 2;
}

.appliance-groups-products .slick-list {
  margin: 0 -15px;
}

.appliance-groups-brands h2 {
  margin-bottom: 25px;
}

.appliance-groups-brands-wrap {
  background-color: #f6f5f5;
  height: 100%;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.appliance-groups-brands-image {
  height: 165px;
  position: relative;
}

.appliance-groups-brands-image img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 145px;
}

.appliance-groups-brands-slick .slick-next {
  right: -15px;
}

.appliance-groups-brands-slick .slick-prev {
  left: -15px;
  z-index: 2
}

.appliance-groups-brands-slick .slick-list {
  margin: 0 -15px;
}

.appliance-groups-two-blocks {
  padding: 0;
}

.appliance-groups-two-blocks-wrap-left,
.appliance-groups-two-blocks-wrap-right {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.appliance-groups-two-blocks-wrap-left:before,
.appliance-groups-two-blocks-wrap-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.appliance-groups-two-blocks-wrap-left:hover:before,
.appliance-groups-two-blocks-wrap-right:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

.appliance-groups-two-blocks-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f6f5f5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.appliance-groups-two-blocks-wrap-left:hover .appliance-groups-two-blocks-overlay,
.appliance-groups-two-blocks-wrap-right:hover .appliance-groups-two-blocks-overlay {
  opacity: 1;
  visibility: visible;
}

.appliance-groups-two-blocks-content {
  margin: 0 auto;
}

.appliance-groups-two-blocks .ag-r {
  padding-right: 0
}

.appliance-groups-two-blocks .ag-l {
  padding-left: 0
}

.appliance-groups-faq {
  padding-bottom: 400px;
  padding-top: 0;
}

.appliance-groups-faq-wrap {
  border-bottom: 2px solid #f4f4f4;
  padding: 15px 20px;
}

.appliance-groups-faq-wrap:first-child {
  border-top: 2px solid #f4f4f4;
}

.appliance-groups-faq-wrap h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.appliance-groups-faq-wrap h4 {
  font-size: 17px;
  margin-bottom: 12px;
  margin-top: 10px;
}

.appliance-groups-faq-wrap p {
  font-size: 14px;
}

.appliance-groups-faq-wrap ul {
  margin: 15px 0 1rem;
  list-style: none;
}

.appliance-groups-faq-wrap li {
  position: relative;
  font-size: 14px;
}

.appliance-groups-faq-wrap li+li {
  margin-top: 6px;
}

.appliance-groups-faq-wrap li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b72f2f;
  display: block;
  position: absolute;
  left: -10px;
  top: 8px;
}

.appliance-groups-faq .appliance-groups-faq-readmore {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  width: 200px;
  display: block;
}

.appliance-groups-faq .app-groups-hidden .appliance-groups-faq-wrap:first-child {
  border-top: none;
}

/*APPLIANCE GROUPS PAGE END*/

/*PRODUCTS PAGE*/
.products-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 559px;
  z-index: 1;
  padding: 0px;
}

.products-first-section {
  padding-top: 30px;
  padding-bottom: 0;
  margin: 0 20px;
}

.products-first-section-copy-row-wrap {
  margin-bottom: 30px
}

.products-first-section-image {
  position: relative;
  height: 100px;
}

.products-first-section-image a {
  display: block;
  height: 100%;
  width: 100%;
}

.products-first-section-image img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 200px;
}

.products-first-section-slick .slick-next {
  right: -15px;
}

.products-first-section-slick .slick-prev {
  left: -15px;
  z-index: 2;
}

.products-four-images-section {
  padding-bottom: 0;
}

.products-four-images-section-1 {
  width: 38%;
  height: 440px;
  float: left;
}

.products-four-images-section-2-wrap {
  width: 33%;
  height: auto;
  float: left;
  padding: 0 30px;
}

.products-four-images-section-2 {
  width: 100%;
  height: 244px;
  float: left;
  margin-bottom: 15px;
}

.products-four-images-section-3 {
  width: 100%;
  height: 166px;
  float: left;
  margin-top: 15px;
}

.products-four-images-section-4 {
  width: 29%;
  height: 440px;
  float: left;
}

.products-four-images-section-1,
.products-four-images-section-2,
.products-four-images-section-3,
.products-four-images-section-4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.products-middle-section-row-1 {
  margin-bottom: 50px;
}

.products-middle-section-row-1 .prm-line {
  position: relative;
}

.products-middle-section-row-1 .prm-line:after {
  content: "";
  border-right: 2px solid #cbcbcb;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.products-middle-section {
  padding-bottom: 0;
}

.products-middle-section h2 {
  margin-bottom: 20px;
}

.products-middle-section ul {
  padding: 0;
  margin: 10px 0;
  list-style: none;
}

.products-middle-section ul li {
  text-align: left;
  position: relative;
  padding-left: 12px;
}

.products-middle-section ul li+li {
  margin-top: 5px;
}

.products-middle-section ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b72f2f;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.products-explore {
  padding-top: 0;
}

.products-explore h2 {
  margin-bottom: 40px;
}

.products-explore-col-wrap {
  background-color: #f6f5f5;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.products-explore-col-wrap:hover {
  background-color: #b72f2f
}

.products-explore-col-wrap a {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}

.products-explore-col-wrap a:hover {
  text-decoration: none;
}

.products-explore-col-wrap p {
  margin-top: 10px;
  line-height: 1.2;
  width: 80%;
  margin: 10px auto 0;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.products-explore-col-wrap a:hover p {
  color: #fff;
}

.products-explore-col-wrap img {
  max-height: 63px;
}

.products-explore-col-wrap .red-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0.2s, opacity 0.2s linear;
  transition: visibility 0.2s, opacity 0.2s linear;
}

.products-explore-col-wrap:hover .red-icon {
  visibility: hidden;
  opacity: 0;
}

.products-explore-col-wrap .white-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0.2s, opacity 0.2s linear;
  transition: visibility 0.2s, opacity 0.2s linear;
}

.products-explore-col-wrap:hover .white-icon {
  visibility: visible;
  opacity: 1;
}

/*PRODUCTS PAGE END*/

/*BRANDS PAGE*/
.brands-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 559px;
  z-index: 1;
  padding: 0px;
}

.brands-hero-banner-section .brands-logo {
  max-width: 170px;
  heigt: auto;
  max-height: 80px;
  width: auto;
  display: block;
  margin: 48px auto 36px;
}

.brands-hero-banner-section p {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  line-height: 1.25;
  max-width: 420px;
  margin: 0 auto 36px;
}

.brands-hero-banner-section .content-box {
  position: relative;
  width: 100%;
  min-height: 640px;
}

.img-box.right {
  position: absolute;
  top: 88px;
  left: 0px;
  bottom: 0;
  width: calc(50vw - 50px);
  background-size: cover;
  background-position: center;
}

.brands-hero-banner-section .hero-form-content {
  padding-bottom: 0px;
}

.brands-hero-banner-section h1 {
  color: #000;
}

.brands-first-section {
  padding-top: 0;
  padding-bottom: 0;
}

.brands-first-section .brands-logo {
  max-width: 250px;
}

.brands-first-section h1 {
  margin-bottom: 24px;
  font-family: 'Cormorant Garamond', serif;
}

.brands-middle-section ul {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}

.brands-middle-section ul li {
  text-align: left;
  position: relative;
  padding-left: 12px;
  font-weight: 600;
  margin-top: 20px;
}

.brands-middle-section ul li+li {
  margin-top: 10px;
}

.brands-middle-section ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b72f2f;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.brands-faq {
  padding-bottom: 0px;
}

.brands-explore {
  padding-bottom: 30px;
}

.brands-explore h2 {
  margin-bottom: 30px;
}

.brands-explore img {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .brands-hero-banner-section .hero-form-content {
    padding-top: 0px;
    padding-bottom: 24px;
  }

  .brands-hero-banner-section .brands-logo {
    margin-top: 16px;
  }

  .brands-hero-banner-section .img-box.right {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }

  .brands-hero-banner-section .content-box {
    min-height: 300px;
  }
}

/*BRANDS PAGE END*/

/*PROJECTS*/
.projects-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 559px;
  z-index: 1;
  padding-top: 175px;
  padding: 0;
  /*background-image:url('img/brands-hero-banner.png')*/
}

.projects-hero-banner-section .container-general-hero-banner {
  z-index: 1;
}

.projects-hero-banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.projects-gallery-section-row {
  margin-top: 30px;
}

.projects-gallery-section .post-link {
  display: block;
  width: 100%;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.projects-gallery-section .post-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.projects-gallery-section .post-link:hover::before {
  opacity: 1;
}

.projects-gallery-section .post-link span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 3;
  width: 100%;
}

.projects-gallery-section .post-link:hover span {
  opacity: 1;
}

.projects-gallery-section .post-link.pr-active::before,
.projects-gallery-section .post-link.pr-active span {
  opacity: 1;
}

.projects-gallery-section #the-post-content p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 25px;
  /*was 50px*/
  text-align: center;
}

.projects-gallery-section .project-slider-for-item-thumbs {
  height: 146px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.projects-gallery-section .project-slider-nav-slick {
  margin-top: 30px;
}

/* the slides */
.projects-gallery-section .slick-slide {
  margin: 0 15px;
}

/* the parent */
.projects-gallery-section .slick-list {
  margin: 0 -15px;
}

.project-testimonials {
  padding-bottom: 0
}

.project-contact {
  margin-bottom: 60px;
}

.project-slider-for-slick .slick-prev {
  left: 5px;
  z-index: 2;
}

.project-slider-for-slick .slick-next {
  right: 5px;
  z-index: 2;
}

.project-slider-for-slick .slick-prev:before,
.project-slider-for-slick .slick-next:before {
  color: #fff;
  font-size: 45px;
  opacity: 1;
}

.project-slider-for-item>a {
  margin: 0 auto;
}

/*PROJECTS END*/

/*SHOWROOM PAGE*/
.showroom-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 559px;
  z-index: 1;
  padding: 0px;
}

.showroom-hero-banner-section h1 {
  color: #fff;
}

.showroom-gallery {
  padding-top: 0;
}

.showroom-gallery .project-slider-for-item-thumbs {
  height: 146px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.showroom-gallery .project-slider-nav-slick {
  margin-top: 30px;
}

/* the slides */
.showroom-gallery .slick-slide {
  margin: 0 15px;
}

/* the parent */
.showroom-gallery .slick-list {
  margin: 0 -15px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #afafaf;
  content: "\f111";
}

.slick-dots li button:before {
  font-size: 12px;
  font-family: "FontAwesome";
  opacity: 1;
  content: "\f10c";
  color: #afafaf;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  color: #afafaf;
  content: "\f111";
}

.slick-dots {
  bottom: -45px;
}

.showroom-middle-section {
  padding-top: 0;
  padding-bottom: 0;
}

.showroom-middle-section-heading-2-wrap {
  margin-top: 40px;
}

.showroom-middle-section-copy-2-wrap p {
  font-weight: 600;
}

.showroom-brands-section {
  padding-top: 0;
  padding-bottom: 30px;
}

.showroom-brands-section img {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*SHOWROOM PAGE END*/

/*CONTACT PAGE*/
.contact-info {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-info-wrap-1 {
  background-color: #fff;
}

.contact-info-form-row h2 {
  margin-bottom: 30px;
  font-size: 36px;
}

.homepage-contact-wrap-1 ul .hpc-email a {
  font-weight: 600;
  text-decoration: underline;
  color: #353634;
  word-break: break-all;
}

.homepage-contact-wrap-1 ul .hpc-email::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  position: absolute;
  top: 4px;
  left: -22px;
  font-size: 16px;
  color: #b93a3a;
}

.contact-info-wrap-1 .text-bold-black {
  font-weight: 600;
}

.contact-info .contact-social {
  margin-top: -7px;
}

.contact-info .contact-social li {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
}

.contact-info .contact-social li+li {
  margin-left: 10px;
}

.contact-info .contact-social .fa-youtube-square {
  color: #bb0000
}

.contact-info .contact-social .fa-facebook {
  color: #3b5998;
}

.contact-info .contact-social .fa-twitter {
  color: #55acee;
}

.contact-info .contact-social .fa-instagram {
  color: #bc2a8d;
}

.contact-info .contact-social .fa-linkedin {
  color: #007bb5;
}

.contact-info .contact-social .fa-pinterest {
  color: #cb2027;
}

.contact-career {
  margin-bottom: 60px;
}

.contact-career h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

.contact-career p {
  font-size: 18px;
}

.contact-career a {
  color: #b93a3a;
}

.c-form-wrap>div {
  height: 100%;
  padding: 40px 75px;
  background-color: #f6f5f5;
}

.c-form-wrap input[type="text"],
.c-form-wrap input[type="email"],
.c-form-wrap input[type="tel"] {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  padding: 6px 10px;
  border: 1px solid #464646;
  font-size: 18px;
  background-color: transparent;
  border-radius: 0;
}

.c-form-wrap textarea {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  padding: 6px 10px;
  border: 1px solid #464646;
  font-size: 18px;
  background-color: transparent;
  border-radius: 0;
}

::-webkit-input-placeholder {
  font-weight: 400;
  color: #787878;
}

:-moz-placeholder {
  font-weight: 400;
  color: #787878;
}

::-moz-placeholder {
  font-weight: 400;
  color: #787878;
}

:-ms-input-placeholder {
  font-weight: 400;
  color: #787878;
}

.ccf-submit-button {
  background-size: 100%;
  background-color: #b72f2f;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 11px 45px;
  position: relative;
  text-transform: capitalize;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3);
  line-height: 1;
  z-index: 2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #b72f2f;
}

.ccf-submit-button:hover {
  color: #353634;
  text-decoration: none;
  background-color: transparent;
}

.ccf-submit-button i {
  font-size: 13px;
  color: #353634;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.ccf-submit-button:hover i,
.btn-red:focus i {
  color: #b72f2f;
}

/*CONTACT PAGE END*/

/*LIST OF APPLIANCES*/
.main-appliance-hero-banner-section {
  padding-top: 125px;
}

.main-appliance-hero-banner-section h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0;
  font-weight: 400;
}

.main-appliance-hero-banner-section h1::after {
  content: "";
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  display: block;
  height: 2px;
  max-width: 500px;
  margin: 15px auto 40px;
  bottom: 0;
}

.main-appliance-blocks .main-appliance-blocks-item {
  margin-bottom: 30px;
}

.main-appliance-blocks h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.main-appliance-blocks-col-wrap {
  background-color: #f6f5f5;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.main-appliance-blocks-col-wrap:hover {
  background-color: #b72f2f
}

.main-appliance-blocks-col-wrap a {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}

.main-appliance-blocks-col-wrap a:hover {
  text-decoration: none;
}

.main-appliance-blocks-col-wrap p {
  margin-top: 10px;
  line-height: 1.2;
  width: 80%;
  margin: 10px auto 0;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.main-appliance-blocks-col-wrap:hover p {
  color: #fff;
}

.main-appliance-blocks-col-wrap img {
  max-height: 63px;
}

.main-appliance-blocks-col-wrap .red-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0.2s, opacity 0.2s linear;
  transition: visibility 0.2s, opacity 0.2s linear;
}

.main-appliance-blocks-col-wrap:hover .red-icon {
  visibility: hidden;
  opacity: 0;
}

.main-appliance-blocks-col-wrap .white-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0.2s, opacity 0.2s linear;
  transition: visibility 0.2s, opacity 0.2s linear;
}

.main-appliance-blocks-col-wrap:hover .white-icon {
  visibility: visible;
  opacity: 1;
}

.main-appliance-blocks-third-row {
  margin-bottom: 60px;
}

/*LIST OF APPLIANCES END*/

/*LIST OF BRANDS*/
.main-brands-hero-banner-section {
  padding-top: 125px;
  padding-bottom: 15px;
}

.main-brands-hero-banner-section h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0;
  font-weight: 400;
}

.main-brands-hero-banner-section h1::after {
  content: "";
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  display: block;
  height: 2px;
  max-width: 500px;
  margin: 15px auto 40px;
  bottom: 0;
}

.main-brands-blocks {
  margin-bottom: 60px;
}

.main-brands-blocks-col-wrap {
  height: 200px;
  position: relative;
  background-color: #f6f5f5;
  margin-bottom: 30px;
}

.main-brands-blocks-col-wrap a {
  display: block;
  height: 100%;
  width: 100%;
}

.main-brands-blocks-col-wrap img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 200px;
}

/*LIST OF BRANDS END*/

/*BLOG*/
.blog-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: auto;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 0px;
}

.blog-hero-banner-section h1 {
  margin-bottom: 0;
}

.small-blog-image-bckgrnd {
  width: 100%;
  height: 325px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.single-blog {
  padding-top: 80px;
  padding-bottom: 0px;
}

.single-blog>.row>.col-md-6 {
  max-width: 555px;
  margin-bottom: 75px;
}

.single-blog h2 {
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.single-blog-column-wrap {
  background-color: rgb(255, 255, 255);
  max-width: 525px;
  height: 100%;
  padding-bottom: 30px;
}

.single-blog-column-wrap .btn-red {
  padding-top: 11px;
  padding-bottom: 11px;
}

.small-blog-date {
  font-size: 14px;
  color: #959595;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}

.single-blog-column-wrap .indent-content {
  margin-bottom: 20px;
  font-size: 16px;

}

.pagination.fw {
  font-size: 18px;
  letter-spacing: 6px;
}

.pagination .page-numbers.current {
  color: #353634;
}

.pagination a.page-numbers,
.pagination a.next.page-numbers {
  color: #b93a3a;
  font-weight: 600;
}

.pagination a.page-numbers:hover,
.pagination a.next.page-numbers:hover i {
  font-weight: 700;
  text-decoration: none;
  color: #b93a3a;
}

.blog-five-with-dots-section {
  border-bottom: 2px solid rgb(161, 161, 161);
}

.pagination-on-blog-page {
  margin-bottom: 60px;
}

/*BLOG END*/
.single-blog-post-inner-s .blog-date {
  font-size: 23px;
  line-height: 2;
}

.single-blog-post-content-s .entry-content {
  margin: 50px auto;
}

.single-blog-post-content-s h2 {
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 25px;
}

.single-blog-post-content-s h2::before {
  content: "";
  position: absolute;
  border: 0;
  border-top: 2px solid #2b4d96;
  width: 35px;
  margin-left: 0;
  top: -15px;
  left: 50%;
}

.single-blog-post-content-s p~h2 {
  margin-top: 30px;
}

.single-blog-post-content-s ul~h2 {
  margin-top: 30px;
}

.single-blog-post-content-s h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.single-blog-post-content-s p+p {
  margin-top: 10px;
}

.single-blog-post-content-s ul {
  list-style: none;
  padding: 0;
}

.single-blog-post-content-s ul li {
  padding-left: 13px;
  position: relative;
  /*font-weight: 400;*/
}

.single-blog-post-content-s ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}

.single-blog-post-img {
  height: auto;
  width: 100%;
  max-width: 585px;
  text-align: center;
  margin: 0 auto 50px;
  display: block;
}

.inner-post-navigation-s {
  margin-bottom: 60px;
}

.inner-post-navigation-s .nav-next {
  display: inline-block;
  float: right;
}

.inner-post-navigation-s .nav-previous {
  display: inline-block;
  float: left;
}

.inner-post-navigation-s .nav-links a {
  font-size: 16px;
  color: #b93a3a;
  text-transform: uppercase;
  font-weight: 700;
}

.inner-post-navigation-s .nav-links a:hover {
  color: #353634;
  text-decoration: none;
}

.inner-post-navigation-s .nav-links a i {
  font-weight: 700;
}

/* SINGLE POST END */
/*DEFAULT PAGE*/
.page-template-default h1 {
  padding-top: 50px;
}

.page-template-default .entry-content {
  padding-bottom: 250px;
}

/*DEFAULT PAGE END*/
/*404*/
.error-404 {
  padding-bottom: 30px;
}

/*404 END*/
/*ADMIN BAR*/
.admin-bar .fixed-top {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .fixed-top {
    top: 0px
  }
}

/*ADMIN BAR END*/

/* SEARCH PAGE */
.search-page-s {
  padding-bottom: 250px;
}

.search-page-s h1 {
  margin-top: 0px;
}

.search-page-s h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.search-page-s .entry-meta,
.search-page-s .entry-meta a {

  text-align: left;
}

.search-page-s .entry-footer {
  background-color: transparent;
}

.search-page-s img {
  max-width: 100%;
  height: auto;
}

/* SEARCH PAGE END */
/*THANK YOU*/
.thankyou-page-container {
  padding-bottom: 250px;
  padding-top: 115px;
}

/*THANK YOU END*/
/*TESTIMONIALS PAGE*/
.testimonials-page-hero-banner-section {
  padding-top: 100px;
}

.testimonials-page-hero-banner-section h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0;
  font-weight: 400;
}

.testimonials-page-hero-banner-section h1::after {
  content: "";
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  display: block;
  height: 2px;
  max-width: 500px;
  margin: 15px auto 40px;
  bottom: 0;
}

.testimonials-page-content {
  padding-bottom: 250px;
}

.testimonial-content-wrap .testi-logo {
  margin: 0 auto 30px;
  display: block;
}

.testimonial-content-wrap .testi-quote {
  margin: 0 auto 30px;
}

.testimonial-content-wrap p {
  font-size: 20px;
}

.testimonial-content-wrap .testi-author {
  display: inline-block;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.testimonial-content-item+.testimonial-content-item {
  margin-top: 30px;
}

/*TESTIMONIALS PAGE END*/
/*PROMOTIONS*/
.promotions-page-hero-banner-section {
  padding-top: 125px;
  padding-bottom: 15px;
}

.promotions-page-hero-banner-section h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0;
  font-weight: 400;
}

.promotions-page-hero-banner-section h1::after {
  content: "";
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  display: block;
  height: 2px;
  max-width: 500px;
  margin: 15px auto 40px;
  bottom: 0;
}

.promotions-page-blocks {
  margin-bottom: 60px;
}

/*.promotions-page-blocks a:hover {
  text-decoration: none;
}
.promotions-page-blocks a:hover p {
  color:#b93a3a
}*/
.promotions-page-blocks a {
  display: inline-block;
  position: relative;
}

.promotions-page-blocks a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.promotions-page-blocks a:hover:before {
  opacity: 1
}

.promotions-page-blocks p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin: 10px auto 40px;
  max-width: 269px;
}

/*PROMOTIONS END*/

/*URBAN BONFIRE*/
.page-template-page-urban-bonfire h1 {
  color: #fff;
}

.urban-bonfire-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 513px;
  padding: 0;
}

.urban-bonfire-second-section h2 {
  font-size: 35px;
}

.urban-bonfire-second-section ul {
  list-style: none;
  margin: 15px 0 1rem;
  list-style: none;
  padding: 0 0 0 15px;
}

.urban-bonfire-second-section ul li {
  position: relative;
}

.urban-bonfire-second-section ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b72f2f;
  display: block;
  position: absolute;
  left: -12px;
  top: 9px;
}

.urban-bonfire-special-deals {
  padding-top: 0;
  padding-bottom: 0
}

.urban-bonfire-special-deals h2 {
  margin-bottom: 35px;
}

.urban-bonfire-color-wrap {
  position: relative;
  text-align: center;
}

.urban-bonfire-color-wrap img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.urban-bonfire-color-wrap:hover img {
  box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 30%);
}

.urban-bonfire-color-wrap p {
  display: none;
  color: #fff;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.urban-bonfire-color-wrap:hover p {
  display: block;
}

.urban-bonfire-special-deals-wrap {
  margin-top: 60px;
}

.urban-bonfire-special-deals-wrap .hsdl-img {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .urban-bonfire-contact {
    margin-bottom: 250px;
  }
}

/*URBAN BONFIRE END*/

/*BUTTONS*/
.btn-light-gray {
  background-size: 100%;
  background-image: linear-gradient(#ffffff, #dfdfdf);
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: #b72f2f;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  padding: 31px 35px;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3);
  line-height: 1;
}

.btn-light-gray:hover {
  color: #b72f2f;
  text-decoration: none;
}

.btn-light-gray:before {
  border-radius: inherit;
  background-image: linear-gradient(#dfdfdf, #ffffff);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.45s;
}

.btn-light-gray:hover:before {
  opacity: 1;
}

.btn-light-gray i {
  font-size: 17px;
  color: #353634;
}

.btn-trans-red {
  background-color: transparent;
  min-width: 200px;
  color: #353634;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 6px 15px;
  border: 2px solid #b72f2f;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-trans-red i {
  font-size: 13px;
  color: #b72f2f;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-trans-red:hover,
.btn-trans-red:focus {
  background-color: #b72f2f;
  color: #fff;
  text-decoration: none;
}

.btn-trans-red:hover i,
.btn-trans-red:focus i {
  color: #fff;
}

.btn-red {
  background-size: 100%;
  background-color: #b72f2f;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 25px 35px;
  position: relative;
  text-transform: capitalize;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3);
  line-height: 1;
  z-index: 2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #b72f2f;
}

.btn-red:hover {
  color: #353634;
  text-decoration: none;
  background-color: transparent;
}

.btn-red i {
  font-size: 13px;
  color: #353634;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-red:hover i,
.btn-red:focus i {
  color: #b72f2f;
}

.btn-sticky {
  background-size: 100%;
  background-image: linear-gradient(#e03333, #b72f2f);
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  padding: 18px 35px;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  line-height: 1;
}

.btn-sticky:hover {
  color: #fff;
  text-decoration: none;
}

.btn-sticky:before {
  border-radius: inherit;
  background-image: linear-gradient(#b72f2f, #e03333);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.45s;
}

.btn-sticky:hover:before {
  opacity: 1;
}

/*BUTTON END*/

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 1em auto 1em;
}

.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}

.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}

/* HOME HERO FORM */
.hero-form-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-form-content h2 {
  font-family: 'Source Sans Pro', sans-serif;
}

.hero-form-content .wpcf7-form-control-wrap {
  padding-bottom: 20px;
  display: block;
}

.hero-form-content .wpcf7-form-control-wrap input,
.hero-form-content .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #464646;
  font-size: 18px;
  outline: none;
}

.hero-form-content .ccf-submit-button {
  width: 50%;
}

.hero-form-content .ccf-submit-button:hover {
  background-color: #fff;
}

.hero-form-content .wpcf7 form.invalid .wpcf7-response-output,
.hero-form-content .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #fff;
}


/*==== PROJECTS PAGE ====*/


.featured__projects-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.featured__projects-col {
  width: 31.333333%;
  margin: 0 1%;
}

.featured__projects-col a {
  width: 100%;
  height: 100%;
}

.featured__projects-col img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 575px) {
  .featured__projects-col {
    width: 100%;
    margin: 0 0 50px;
  }
}

.pagination.fw {
  gap: 10px;
}

/*==== New settings 08/23/2022 ====*/

.posts-navigation .nav-links {
  display: flex;
  justify-content: space-around;
  margin: 0 0 50px;
}


/* Custom Banner - START */

.custom-banner,
.custom-banner-desktop {
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  position: relative;
  top: 0;
  z-index: 9999;
  background: #b72f2f;
  text-align: center;
}

.custom-banner {
  display: none;
}

.custom-banner p {
  margin: 0px auto;
  color: #fff;
  font-size: 14px;
}

.custom-banner p.second-line {
  margin: 0px auto;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
}

.custom-banner p.second-line a {
  color: #fff;
}


.custom-banner-desktop p,
.custom-banner-desktop p a {
  font-size: 18px;
  color: #fff;
}

.custom-banner-desktop p a {
  font-weight: bold;
  text-decoration: underline;
}

.custom-banner-desktop p a:hover {
  color: #353634;
}

#mainNav.with-custom-banner {
  padding-top: 80px;
}

#mainNav.with-custom-banner.navbar-shrink {
  padding-top: 10px;
}

@media (max-width: 991px) {
  .custom-banner-desktop {
    display: none;
  }

  .custom-banner {
    display: initial;
  }

  #mainNav.with-custom-banner {
    padding-top: 0px;
  }
}

/* Custom Banner - END */

.footer-top-logos h2 {
  font-family: "Source Sans Pro", sans-serif;
}

.footer-top-logos h2::after {
  margin-top: 0;
  margin-bottom: 0;
  background: none;
}

.footer-top-logos .footer-top-logos-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .footer-top-logos .footer-top-logos-img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 300px) {
  .footer-top-logos .footer-top-logos-img {
    height: 130px;
    width: 260px;
  }
}

/* Cambria Template */


.section-cambria-hero {
  padding-top: 40px;
  padding-bottom: 24px;
  background-color: #F6F5F5;
  text-align: center;
}

.section-cambria-hero img {
  margin-bottom: 40px;
}

.section-cambria-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.section-cambria-tabs {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.section-cambria-hero .nav-item {
  margin-right: 32px;
}

.section-cambria-hero .nav-item:last-child {
  margin-right: 0;
}

.section-cambria-hero button.nav-link {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid transparent;
}

.section-cambria-hero button.nav-link.active,
.section-cambria-hero button.nav-link:focus {
  outline: 0;
  color: #B72F2E;
  border-bottom: 1px solid #B72F2E;
}

.section-cambria-tabs video {
  max-width: 100%;
}

.tab-pane-has-video .section-cambria-tab-content {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .tab-pane-has-video .section-cambria-tab-content {
    margin-top: 80px;
  }
}

@media screen and (min-width: 992px) {
  .section-cambria-hero {
    margin-top: 150px;
    padding-top: 80px;
  }
}