/*
Theme Name: KV
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import 'circular-std.css';

/*************** ADD CUSTOM CSS HERE.   ***************/

ul {
  list-style: disc;
  margin-bottom: .5em;
}

ul li {
  margin-bottom: .3em;
}

.box-text p {
  line-height: 1;
}

h2 a,
h2.huge a {
  color: inherit;
}

/********** TOP BAR **********/
.nav-dark .nav>li>a {
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
}

.nav-dark .nav>li>a:hover {
  color: #b4b4b4;
}

.nav > li.header-button > a {
  display: inline-block;
  padding: .667em 1.25em;
  width: 90px;
  background: #e5e5e5;
  text-align: center;
  font-size: 11px;
  line-height: 1.1;
  box-sizing: border-box;
}

.off-canvas .nav > li.header-button > a {
  padding: 20px 15px;
  width: 100%;
}

.header:not(.transparent) .nav.header-nav > li.header-button.active > a,
.header:not(.transparent) .nav.header-nav > li.header-button > a:hover,
.nav.nav-vertical > li.header-button.active > a,
.nav.nav-vertical > li.header-button.current_page_item > a,
.nav.nav-vertical > li.header-button > a:hover {
  color: #fff;
}

.nav > li.header-button.active > a,
.nav > li.header-button.current_page_item > a {
  background-color: #533278;
}

.nav > li.header-button > a:hover {
  background-color: #533278;
}

/********** SIDE NAV (Mobile) **********/
.nav-vertical li .children li.menu-item-has-children {
  margin-bottom: 0;
}

.nav-vertical li .children li.menu-item-has-children > a {
  display: inline-block;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  font-size: inherit;
}

/********** FOOTER **********/
.dark ul.menu>li>a {
  color: #b4b4b4;
}

.absolute-footer {
  color: #b4b4b4;
}

#section_footer-mask {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -1px;
  min-height: 100px;
  background: #533278;
}

footer .footer-widgets h3.widget-title {
  font-size: 12px;
  text-transform: uppercase;
}

footer .footer-widgets .widget .menu {
  font-size: 12px;
  text-transform: uppercase;
}

footer .footer-widgets .widget .menu li {
  border: 0;
}

footer .footer-widgets .widget .menu li a {
  padding: 2px 0;
}

.follow-us-footer {
  margin-top: 1em;
}

.follow-us-footer h4 {
  font-size: 14px;
}

/********** HEADINGS **********/
h2.huge {
  font-size: 2.7em;
  line-height: 1;
}

h2 {
  font-weight: lighter !important;
}

.underlined > span {
  border-bottom: 2px solid #776D87;
}

.edge-flourish {
  position: relative;
}

.edge-flourish:before {
  content: '';
  position: absolute;
  border: 4px solid #f4436c;
  padding: 8px;
  left: -20px;
  top: -20px;
  border-right: 0;
  border-bottom: 0;
}

h3.widget-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: normal;
}

/********** HEADINGS DIVIDER **********/
.widget .is-divider {
  width: 100%;
  background-color: #675A79;
  height: 2px;
}

/********** PAGE HEADING IN BANNER **********/
.header + .banner h1 {
  font-size: 60px;
  font-weight: lighter !important;
  /*color: #533278;*/
}

.banner h1 {
  font-size: 60px;
  font-weight: lighter !important;
}

/****** TABLES ******/
.striped-table {
  table-layout: fixed;
}

.striped-table thead {
  background-color: #666666;
  color: #fff;
}

.striped-table thead th {
  padding: .5em;
  font-size: 85%;
  text-transform: none;
}

.striped-table .size {
  width: 15%;
}

.striped-table tbody tr td {
  background-color: #fff;
  color: #666666;
  padding: .5em;
}

.striped-table tbody tr:nth-child(even) td {
  background-color: #ccc;
}

/* Entrance Doors */
.term-entrance-doors .header + .banner h1 {
  /*color: #fff;*/
}

.door-features-standard p,
.door-features-anatomy p,
.door-features-standard ul,
.door-features-anatomy ul {
  font-size: 14px;
  line-height: 1;
}

.door-features-standard ul,
.door-features-anatomy ul {
  margin-left: 1em;
}

.door-features-standard h3,
.door-features-anatomy h3 {
  margin-bottom: 0px;
}

.door-features-standard h3 + p,
.door-features-anatomy h3 + p {
  color: #605383;
}

/********** BREADCRUMBS **********/

/* hide 'Products' breadcrumb */
.woocommerce-breadcrumb.breadcrumbs *:nth-child(3),
.woocommerce-breadcrumb.breadcrumbs *:nth-child(4) {
  display: none;
}

.shop-page-title.category-page-title.page-title {
  background: #533278;
  height: 40px;
  line-height: 40px;
}

.page-title-inner {
  padding-top: 0;
  min-height: 40px;
}

.featured-title .page-title-inner {
  padding-bottom: 0;
}

.breadcrumbs {
  color: #fff;
  font-size: 10px;
}

.breadcrumbs a {
  color: #fff;
}

.breadcrumbs a:hover {
  color: #b4b4b4;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

/********** PAGINATION **********/
.woocommerce-pagination ul.links {
  padding: 1em 0 2em;
}

.scroll-to-bullets a.active, .nav-pagination > li > .current,
.nav-pagination > li > span:hover,
.nav-pagination > li > a:hover,
.has-hover:hover .badge-outline .badge-inner,
.accordion-title.active,
.featured-table,
.is-outline:hover,
.tagcloud a:hover,
blockquote,
.has-border,
.cart-icon strong:after,
.cart-icon strong,
.blockUI:before,
.processing:before,
.loading-spin,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover {
  border-color: #b4b4b4 !important;
  background-color: #b4b4b4 !important;
}

.nav-pagination>li>span, .nav-pagination>li>a {
  border-radius: 0;
}

.woocommerce-pagination ul.links li a {
  color: #787878;
  border-color: #787878;
}

.woocommerce-pagination ul.links li a:hover {
  border-color: #8E92B2 !important;
  background-color: #8E92B2 !important;
  color: #fff;
}

/********** BUTTONS **********/
a.button.primary:before,
.button.primary:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 40%;
  max-width: 100px;
  background: rgba(83, 50, 120,0.5);
  top: 0;
  z-index: 2;
  -webkit-clip-path: polygon(50% 0, 0 100%, 0 0);
  clip-path: polygon(50% 0, 0 100%, 0 0);
  left: 0;
}

a.button.primary:after,
.button.primary:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 40%;
  max-width: 100px;
  background: rgba(255,255,255,0.13);
  z-index: 1;
  top: 0;
  -webkit-clip-path: polygon(0 0, 50% 100%, 0 100%);
  clip-path: polygon(0 0, 50% 100%, 0 100%);
  left: 0;
}

a.button.primary {
  padding: 4px 40px;
  font-weight: lighter;
}

a.button.is-small {
  padding: 0 15px;
}

.button span {
  padding: 0 5px;
  position: relative;
  z-index: 2;
}

/* Watch Video Button */
.kv-watch-video > a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  background: #533278;
}

.kv-watch-video.align-right {
  float: right;
  position: relative;
  z-index: 1;
}

.responsive-circle {
  margin: 0 auto;
  width: auto;
}
.responsive-circle::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 100%;
  width: 100%;
  background: #533278;
}
.responsive-circle a {
  color: white;
  float: left;
  line-height: 1em;
  margin-top: -0.5em;
  padding-top: 50%;
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
}

.responsive-circle a > em {
  display: block;
  padding: 0 10px 3px;
  margin-top: -0.5em;
  font-style: normal;
  font-size: 12px;
}

.responsive-circle a > em > span {
  display: block;
  text-transform: uppercase;
}

.responsive-circle a > em > span:first-child:before,
.responsive-circle a > em > span:last-child:after {
  content: '';
  position: relative;
  height: 1px;
  display: block;
  width: 60%;
  background: #fff;
  margin: 0 auto;
}

.responsive-circle a > em > span:first-child:before {
  top: -3px;
}

.responsive-circle a > em > span:last-child:after {
  bottom: -3px;
}

/********** "K" SHAPE ON HERO & BANNERS **********/
.home .banner:before,
.header + .banner:before,
.banner.has-k-overlay:before {
  content: '';
  position: absolute;
  height: 60%;
  width: 30%;
  background: rgba(197,197,197,0.4);
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(50% 0, 0 100%, 0 0);
  clip-path: polygon(50% 0, 0 100%, 0 0);
}

.home .banner:after,
.header + .banner:after,
.banner.has-k-overlay:after {
  content: '';
  position: absolute;
  height: 80%;
  width: 70%;
  background: rgba(83, 50, 120, 0.5);
  z-index: 2;
  top: 20%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 65% 100%, 0 100%);
}

.header + .banner:before,
.banner.has-k-overlay:before {
  width: 25%;
}

.header + .banner:after,
.banner.has-k-overlay:after {
  width: 35%;
}

.home .banner .section-content {
  position: absolute !important;
  z-index: 3;
  bottom: 3em;
  left: 3em;
}

.home .banner .section-content .col {
  padding: 0;
}

.home .banner .section-content .col h3 {
  font-weight: lighter;
}

.section.section-vince-kevin {
  overflow: hidden;
}

.section.section-vince-kevin .mask-underlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: auto !important;
  background: #ccc;
  z-index: -1;
  -webkit-clip-path: polygon(0 40%, 100% 80%, 100% 100%, 0% 100%);
  clip-path: polygon(0 20%, 100% 76%, 100% 100%, 0% 100%);
}

.section.section-vince-kevin .mask-overlay {
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: -75px;
  height: 150px;
  background: #533278;
  transform: skew(0deg, -4deg);
  -webkit-transform: skew(0deg, -4deg);
  -moz-transform: skew(0deg, -4deg);
  -o-transform: skew(0deg, -4deg);
  -ms-transform: skew(0deg, -4deg);
  z-index: 1;
  width: auto !important;
}

.section-vince-kevin .col-copy {
  z-index: 2;
}

.section-vince-kevin .row-kevin-and-vince {
  margin-top: -170px;
}

.page-id-3811 .section-vince-kevin .row-kevin-and-vince .col .img {
  position: relative;
  top: 50px;
}

.section-vince-kevin-footer h2 {
  margin-bottom: 0;
}

.section-vince-kevin-footer h3 {
  line-height: 1.2;
  color: #b4b4b4;
}

.home .section-warranty .section-bg {
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}

.home .section-warranty .col-copy {
  /*margin-top: -150px;*/
}

.about-angled-mask {
  z-index: 2;
}

/********** FOOTER **********/

/* hide 1px spacer above footer */
.home .section-footer-mask {
  position: relative;
  top: 1px;
}

.footer-1, .footer-2 {
  border-top: 0;
}

/********** SIDEBAR NAV **********/
.menu-product-windows-container,
.sidebar-inner .widget_nav_menu .menu {
  font-size: 12px;
  text-transform: uppercase;
}

.menu-product-windows-container ul.menu > li > a,
.sidebar-inner .widget_nav_menu ul.menu > li > a,
/*.page-template-page-static-content-with-sidebar .sidebar-inner .widget_nav_menu ul.menu > li.active-category > a*/
.page-template-page-static-content-with-sidebar.parent-pageid-3524 .sidebar-inner .widget_nav_menu ul.menu > li.active-category > a,
.page-template-page-static-content-with-sidebar.parent-pageid-3528 .sidebar-inner .widget_nav_menu ul.menu > li.active-category > a,
.page-template-page-static-content-with-sidebar.page-id-3528 .sidebar-inner .widget_nav_menu ul.menu > li.active-category > a,
.page-template-page-static-content-with-sidebar .sidebar-inner .widget_nav_menu ul.menu > li > a,
.page-template-page-custom-colors-windows .sidebar-inner .widget_nav_menu ul.menu > li.active-category > a {
  color: #555555;
}

.menu-product-windows-container ul.menu > li > a:hover,
.sidebar-inner .widget_nav_menu ul.menu > li > a:hover,
.page-template-page-static-content-with-sidebar .sidebar-inner .widget_nav_menu ul.menu > li.active-category > a:hover,
.page-template-page-custom-colors-windows .sidebar-inner .widget_nav_menu ul.menu > li.active-category > a:hover {
  color: #b4b4b4;
}

.page-template-page-static-content-with-sidebar .sidebar-inner .widget_nav_menu ul.menu > li.active-category > a,
.term-patio-garden-doors.archive .sidebar-inner .widget_nav_menu ul.menu > li.active-category > a,
.sidebar-inner .widget_nav_menu ul.menu > li.active-category > a,
.menu-product-windows-container ul.menu > li.current-product-ancestor > a,
.sidebar-inner .widget_nav_menu ul.menu > li.current-product-ancestor > a,
.menu-product-windows-container ul.menu > li.current-menu-item > a,
.sidebar-inner .widget_nav_menu ul.menu > li.current-menu-item > a,
.menu-product-windows-container ul.menu > li.active-category > a,
.sidebar-inner .widget_nav_menu ul.menu > li.active-category > a{
  color: #b4b4b4;
}

/*********** SIDEBAR *************/
.sidebar-outer {
  border-right: 0 !important;
}

#shop-sidebar,
#product-sidebar {
  border-right: 0;
  padding-bottom: 0;
  height: 100%;

  padding-bottom: 600px;  /* space for northern wood collection */
}

/* side navigation menu */
#shop-sidebar .widget_nav_menu,
#product-sidebar .widget_nav_menu {
  /*margin-bottom: 5em;*/
}

/********** CUSTOM COLORS **********/
.custom-colors {
  list-style: none;
  margin: 0 auto 1em;
  text-align: center;
  overflow: hidden;
}

.custom-colors li.custom-color-box {
  /*display: inline-block;*/
  float: left;
  width: 25%;
  min-width: 25%;
}

.custom-color-swatch {
  /*width: 100px;*/
  /*height: 100px;*/
  border-radius: 50%;
  margin: 0 auto;

  width: 50%;
  padding-bottom: 50%;
}

.custom-color-img {
  /*width: 100px;*/
  /*height: 100px;*/
  width: 50%;
  max-width: 100%;
  border-radius: 50%;
  margin: 0 auto;
}

.custom-color-box p {
  text-transform: uppercase;
  margin-top: .5em;
  font-size: 12px;
}


/********** NORTHERN WOODS COLLECTION **********/
.section.collection-north-wood {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-top: 5em;
  margin-bottom: -60px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section.collection-north-wood h2 {
  font-size: 12px;
}

.section.collection-north-wood h3 {
  position: relative;
  font-weight: lighter;
  background: rgba(0, 0, 0, 0.3);
  padding: 1em;
  margin: 1em 0;
}

.section.collection-north-wood h3:before,
.section.collection-north-wood h3:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 60%;
  background: #fff;
  top: -2px;
  left: 50%;
  margin-left: -30%;
}

.section.collection-north-wood h3:after {
  top: auto;
  bottom: -2px;
}

.category-northern-woods {
  padding-top: 80px;
}

.page-northern-woods-collection h1 {
  color: #AE603F;
  font-size: 43px;
  font-weight: lighter;
}

.page-northern-woods-collection .edge-flourish:before {
  border-color: #D2A387;
}

.northern-woods-gallery {
  margin-top: -150px;
}

.page-northern-woods-collection .product-features {
  background: none;
}

.color-sample-wood {
  border-radius: 50%;
}

/*********** PRODUCTS *************/
.products .box-image .image-fade_in_back {
  padding: .5em;
}

.term-entrance-doors .products .box-image .image-fade_in_back {
  padding: 2em;
}

.products .box-image .flourish {
  position: absolute;
  bottom: 0;
  right: 0;
  float: left;
  margin: 0.5%;
  width: 90%;
  height: 0;
  padding-top: 90%;
  overflow: hidden;
  z-index: -1;
}

.products .box-image .flourish:after {
  /* content: "";*/
  display: none;
  width: 0;
  height: 0;
  margin-top:-500px;

  border-top: 500px solid transparent;
  border-right: 500px solid #f4436c;
}

.next-prev-thumbs {
  display: none;
}

.product-main {
  padding-bottom: 0;
}

#product-mask-top {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -39px;
  margin-bottom: -1px !important;
  min-height: 200px;
  background: #533278;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}

.entrance-doors-landing,
.garden-doors-landing {
  padding-bottom: 0;
}

.entrance-doors-landing #content,
.garden-doors-landing #content {
  padding-bottom: 0;
}

.entrance-doors-landing #product-mask-top,
.garden-doors-landing #product-mask-top {
  margin-top: -29px;
}

.entrance-doors-landing h1,
.garden-doors-landing h1 {
  margin-bottom: 0;
}

.entrance-doors-landing .entrance-doors-landing-product-shot .img,
.garden-doors-landing .garden-doors-landing-product-shot .img {
  top: -180px;
  margin-bottom: -180px;
}

.entrance-doors-landing .number-indicator {
  padding: 0 6px;
  background-color: #533278;
  color: #fff;
  display: inline-block;
  height: 100%;
  font-size: 90%;
}

#product-mask-top:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 60%;
  background: rgba(255,255,255,0.13);
  top: 0;
  z-index: 2;
  -webkit-clip-path: polygon(70% 0%, 0 150%, 0 0);
  clip-path: polygon(70% 0%, 0 150%, 0 0);
  left: 0;
}

.row-large > .product-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.product-title.entry-title,
.category-title,
.page-inner .edge-flourish {
  font-size: 43px;
  font-weight: normal;
  line-height: 110%;
  color: #533278;
}

.page-inner {
  padding-left: 30px;
}

.page-inner .edge-flourish {
  margin-left: 0;
  margin-top: 30px;
}

.product-info.summary {
  margin-top: -2em;
}

.box-text-products {
  text-align: center;
}

.box-text-products .product-title a {
  font-size: 18px;
  line-height: 110%;
  color: #533278;
}

.box-text-products .product-title a:hover {
  color: #b4b4b4;
}

.product-info {
  padding-left: 60px;
}

.additional-product-shots .col {
  text-align: center;
}

.product-main .product-wrap .product-images {
  top: -180px;
  /*    position: absolute !important;
  left: 0;
  height: 100%;
  width: 100%;*/
  margin-bottom: -180px;
  padding: 0 60px 0 30px;
}

.product_cat-patio-doors-types .product-main .product-wrap .product-images {
  padding: 0 30px;
  top: -150px;
}

.product_cat-patio-doors-types .product-main .product-wrap .product-images.frame-details {
  padding: 0;
  color: #fff;
}

.product_cat-patio-doors-types .product-main .product-wrap .product-images.frame-details .title {
  color: #fff;
}

.product_cat-patio-doors-types .product-main .product-wrap .product-images.frame-details .title > span {
  border-color: #fff;
}

.product_cat-patio-doors-types .product-main .product-wrap .product-images.frame-details .desc {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}

.product-brochure {
  padding: 0;
}

.product-info .product-brochure {
  margin-left: -15px;
}

.product-brochure .button {
  margin-bottom: 0;
}

.product-learn-more .button:only-child{
  margin-right: 0;
}

.privacy-rating {
  text-align: right;
}

/*********** PRODUCT HOVER BOX *************/
.product-info-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background-color: rgba(83, 50, 120, 0.95);
  color: #fff;
  padding: 0;
  opacity: 0;
  transition: opacity ease-in 0.2s;
}

.product-info-hover > a {
  color: #fff;
  padding: 20px;
}

.product-info-hover .product-title {
  margin-bottom: .5em;
}

.product-info-hover .title-wrapper .product-title{
  font-size: 18px;
  color: #b4b4b4;
}

.product-info-hover .desc-wrapper {
  font-size: 14px;
  line-height: 1.6;
}

.product-info-hover .desc-wrapper .learn-more {
  display: block;
  margin-top: 1em;
  text-transform: uppercase;
  color: #fff;
}

.product-info-hover .desc-wrapper .learn-more span {
  display: inline-block;
  margin-right: 5px;
}

.product-info-hover .desc-wrapper .learn-more .icon {
  padding: 2px;
  line-height: 1;
  background-color: #9195B5;
  border-radius: 50%;
  top: 1px;
}

.product-small:hover .product-info-hover {
  opacity: 1;
}

/*********** PRODUCT FEATURES *************/
.woocommerce-tabs.tabbed-content {
  background: #EEEDED;
  padding: 0 30px;
}

.product-footer {
  padding-top: 30px;
}

.section-angled-mask {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #EEEDED;
}

.product-footer .section-angled-mask {
  margin-top: 0;
}

.entrance-doors-landing .section-angled-mask {
  margin-top: 0;
}

.product-features {
  background: #EEEDED;
  padding: 0 60px 30px;
  margin-top: -1px;
}

.product-features h2 {
  font-weight: normal;
  font-size: 25px;
  color: #533278;
  margin-bottom: 1.5em;
}

.product-features .col {
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-features .box-text-inner {
  font-size: 12px;
  line-height: 120%;
  color: #555555;
}

.product-features .box-image {
  background: #fff;
  padding: 2px;
  border: 1px solid #ccc;
}

.product-features .features-divided-list ul {
  margin-top: 1em;
  font-size: 14px;
  list-style: none;
}

.product-features .features-divided-list ul > li {
  border-bottom: 1px solid #7C728B;
}

/*********** FIND A DEALER *************/
#results-map {
  margin-bottom: 2em;
}

.bh-sl-map,
.bh-sl-loc-list {
  display: none;
}

#results-map.show-results .bh-sl-map,
#results-map.show-results .bh-sl-loc-list {
  display: block;
}

.bh-sl-container .bh-sl-loc-list {
  height: 590px;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
  border: 1px solid rgba(145, 149, 181,.4);
  box-shadow: 0 0 8px rgba(145, 149, 181,.4);
}

#bh-sl-address {
  box-shadow: none;
}

#bh-sl-submit {
  color: #fff;
  margin-right: 0;
  padding: 3px 50px;
  font-weight: lighter;
}

.bh-sl-container .bh-sl-loc-list .list-label {
  background-color: #9195B5;
  width: 15%;
  max-width: 40px;
}

.bh-sl-container .loc-name {
  color: #533278;
  font-weight: lighter;
  font-size: 14px;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-addr,
.bh-sl-container .bh-sl-loc-list .list-details .loc-addr2,
.bh-sl-container .bh-sl-loc-list .list-details .loc-addr3,
.bh-sl-container .bh-sl-loc-list .list-details .loc-phone,
.bh-sl-container .bh-sl-loc-list .list-details .loc-web,
.bh-sl-container .bh-sl-loc-list .list-details .loc-mail,
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist,
.bh-sl-container .bh-sl-loc-list .list-details .loc-directions {
  font-size: 12px;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
  color: inherit;
  font-weight: lighter;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-directions a {
  color: #533278;
}

.bh-sl-container .bh-sl-map-container a {
  color: #4c3d61;
  text-decoration: underline;
}


/**** HOME PAGE SECTIONS **/
.home-windows {
  padding-top: 40px !important;
}

.home-windows .col:first-child,
.home-patio-garden-doors .col:first-child{
  padding-left: 20px !important;
}

.home-entrance-doors .col:last-child {
  padding-right: 20px !important;
}

@media only screen and (max-width: 856px) {
  .header + .banner h1,
  .banner h1 {
    font-size: 50px;
  }

  .product-main .product-wrap .product-info-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-main .product-wrap .product-info {
    padding-left: 30px;
  }

  .product_cat-patio-doors-types .product-main .product-wrap .product-images.frame-details {
    display: none;
  }
}

/* Up to 768px */
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .home .banner:before,
  .home .banner:after {
    display: none;
  }

  .header + .banner h1,
  .banner h1 {
    font-size: 41px;
  }

  .page-template-page-static-content-with-sidebar #content {
    padding: 0;
  }

  .page-template-page-static-content-with-sidebar #content .page-inner {
    padding-left: 0;
    padding: 0 50px;
  }

  .page-template-page-static-content-with-sidebar #content .row.copy {
    /*padding: 0 60px;*/
  }

  .page-template-page-static-content-with-sidebar #content .product-features {
    margin-left: -60px;
    margin-right: -60px;
    width: auto;
  }

  .section-warranty .section-bg{
    /*background-image: none !important;*/
  }

  .home .section-warranty .col-copy {
    margin-top: 0px;
    padding-bottom: 0;
  }

  .home .section-warranty .col-copy > .col-inner {
    /*padding: 30px 30px 0 !important;*/
  }

  .row-large > .product-wrap {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
  }

  .shop-container .product-main {
    padding: 40px 60px 0;
  }

  .shop-container .product-main #product-mask-top {
    margin: 0 -60px;
    width: auto;
  }

  .shop-container .product-main .product-wrap {
    padding: 0;
  }

  .product-small .box-image {
    padding: 30px;
  }

  .product-main .product-wrap .product-info-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-main .product-wrap .product-info {
    padding-left: 60px;
    padding-right: 60px;
  }

  /*    .product-brochure > a{
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
}
*/
.product-title.entry-title {
  font-size: 36px;
}

.product-info-hover {
  display: none;
}

.product-footer {
  margin: 0 -60px;
}

.page-northern-woods-collection h1 {
  color: #AE603F;
  font-size: 36px;
}

/* Find a dealer */
.bh-sl-container .bh-sl-loc-list {
  margin: 0 4em;
}

/* Footer */
.absolute-footer {
  color: #fff !important;
  background-color: #5a4d6e !important;
}

.footer-widgets {
  text-align: center;
}

.footer-widgets .widget_nav_menu,
.footer-widgets .widget-title,
.footer-widgets .widget-title + .is-divider {
  display: none;
}
}

@media only screen and (max-width: 40em) {
  .home .banner .section-content .col h3 {
    font-weight: lighter;
    font-size: 1.5em;
  }

  #product-mask-top {
    min-height: auto;
  }

  .shop-container .product-main {
    padding: 1px 30px 0;
  }

  .product-title.entry-title {
    margin-top: 30px;
  }

  .product-main .product-wrap .product-info {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-main .product-wrap .product-images,
  .product_cat-patio-doors-types .product-main .product-wrap .product-images {
    top: 0;
    margin-bottom: 0;
    padding-right: 30px;
  }

  .entrance-doors-landing .entrance-doors-landing-product-shot .img,
  .garden-doors-landing .garden-doors-landing-product-shot .img {
    top: 0;
    margin: 0 auto;
  }

  .product-small .box-image {
    padding: 0px;
  }

  .product-info .product-brochure {
    margin-left: 0;
  }

  /* Find a dealer */
  .bh-sl-container .bh-sl-loc-list {
    margin: 0 1em;
  }

  .footer-widgets {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .section-vince-kevin .row-kevin-and-vince {
    margin-top: 0;
    padding: ;
  }
}

@media only screen and (max-width: 640px) {
  .product-main .product-wrap .product-images {
    top: 0;
    margin-bottom: 0;
    padding-right: 30px;
  }

  .custom-color-box p {
    text-transform: uppercase;
    margin-top: .5em;
    font-size: 10px;
  }
}

@media only screen and (max-width: 549px) {
  .section-warranty {
    background-color: #fff !important;
  }

  .pg-tech-section-warranty {
    background-color: #f8f8f9 !important;
  }

  .section-warranty .section-bg,
  .pg-tech-section-warranty .section-bg {
    background-image: none !important;
  }


}

@media only screen and (max-width: 480px) {

  .home .section-warranty .col-copy > .col-inner {
    padding: 30px 30px 0 !important;
  }

  .custom-colors li.custom-color-box {
    float: left;
    width: 33%;
    min-width: 33%;
  }

  .custom-color-box p {
    text-transform: uppercase;
    margin-top: .5em;
    font-size: 11px;
  }
}

input[type="submit"].wpcf7-submit.button {
  margin-top: 1em;
}

@media only screen and (min-width: 480px) {
  .wpcf7-checkbox,
  .wpcf7-radio {
    *zoom: 1;
  }

  .wpcf7-checkbox::before,
  .wpcf7-radio::before,
  .wpcf7-checkbox::after,
  .wpcf7-radio::after {
    content: '';
    display: table;
  }

  .wpcf7-checkbox::after,
  .wpcf7-radio::after {
    clear: both;
  }

  .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-radio .wpcf7-list-item {
    float: left;
    margin: 0 !important;
    padding: 0 10px;
    width: 33.33%;
    box-sizing: border-box;
  }

  .wpcf7-checkbox .wpcf7-list-item.first,
  .wpcf7-radio .wpcf7-list-item.first {
    padding-left: 0;
  }

  .wpcf7-checkbox .wpcf7-list-item.last,
  .wpcf7-radio .wpcf7-list-item.last {
    padding-right: 0;
  }
}

body {
  font-family: "CircularStd", sans-serif !important;
}

.nav > li > a {
  font-family: "CircularStd", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "CircularStd", sans-serif !important;
}

.alt-font {
  font-family: "CircularStd", sans-serif !important;
}
