:root{
  --color-red: #da291c;
  --color-white: #fff;
  --color-gray: #1F1C1C;
  --color-gray-light: #D9D9D9;
}

body { background: #fff; font: normal 16px/1.2 "Manrope", sans-serif; color: #333333; }
h1, h2, h3, h4, h5 { margin: 0 0 0 0; font-family: "Manrope", sans-serif; font-weight: 600; line-height: 1.15; color: var(--color-gray); }
a { color: #333640; cursor: pointer; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
p { margin: 1.5em 0; line-height: 1.5; }
/*p { margin: 0 0; font-family: 'geogrotesque_light'; font-size: 1.875em; color: #434343; line-height: 1.8; margin: 2em 0; }*/
/*p strong { font-family: 'geogrotesque_semibold'; color: #231f20; }*/
main:after { content: ''; display: block; clear: both; }
input, textarea, select { background: #fff; color: #005189; /*border-radius: 0 !important;*/ }
abbr[title] {border: none;}
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus { outline: none !important; }
textarea { resize: vertical; }
img { height: auto; display: inherit; }

.site-header .row.top .wrap-full > * { text-transform: uppercase; color: #fff; /*border-right: 1px solid #fff;padding-right: 20px; padding-left: 20px;*/ }
.site-header .row.top .wrap-full > *:last-child { border-right: none;}
.site-header .row.top .wrap-full.align-center { align-items: center;}
.site-header .row.top .wrap-full.justify-center { justify-content: center; }

/*.single-product { background: #fff url("images/product-temp.png") no-repeat center top 2.5em; opacity: .6; }*/
/*.home { background: #fff url("images/home-temp.png") no-repeat center top; opacity: .6; }*/
/*.slug-colours { background: #fff url("images/colours-temp.png") no-repeat center top 7.5em; opacity: .6; }*/

.wrap-full { margin: 0 auto; padding: 0 30px; }
/* .wrap { margin: 0 auto; padding: 0 3em; max-width: 1296px; } */
.wrap { margin: 0 auto; padding: 0 3em; max-width: 1340px; }
.button.dark{
  background-color: #333 !important;
  color: #fff !important;
}
.button.dark:hover{
  background-color: #fff !important;
  color: #333 !important;
}
.button.white{
  background-color: #fff !important;
  color: #333 !important;
}
.button.white:hover{
  background-color: #333 !important;
  color: #fff !important;
}
.button.outline{
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.button.outline:hover{
  background-color: #fff !important;
  color: #333 !important;
}
.button.outline.dark{
  background-color: transparent !important;
  color: #333 !important;
  border: 1px solid #333 !important;
}
.button.outline.dark:hover{
  background-color: #333 !important;
  color: #fff !important;
}
#dl-menu { display: none; }
.alignleft { margin-right: 2.5em; margin-bottom: 2em; max-width: 45%; }
.alignright { margin-left: 2.5em; margin-bottom: 2em; max-width: 45%; }
.site-header .wrap-in { display: flex; justify-content: space-between; align-items: center; }
.input { -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none; font-family: "Manrope", sans-serif; border: 1px solid rgba(138,144,148,.4); padding: .5em 1em .5em; border-radius: 0 !important; letter-spacing: .01em; background: #d8d9db; font-size: 1em; display: inline-block; width: 100%; height: 44px; margin: 0; color: #333; }
.input:focus { box-shadow: 0 0 .85em rgba(0,0,0,.2); }
.block-footer-newsletter .input { background: #fff; border: 1px solid #fff; border-radius: 0; height: 30px; box-shadow: inset 0 0 .4em rgba(0,0,0,.1); font-size: .625em; }
.block-footer-newsletter .input:focus {  box-shadow: inset 0 0 .4em rgba(0,0,0,.2); }
textarea.input { min-height: 7.25em; padding-top: 1em; }

.buttons { display: flex; flex-flow: row wrap; gap: 20px; justify-content: center; align-items: center; }
.button { background: #da291c; color: #fff; border: 1px solid #da291c; font-size: 1em; font-family: "Manrope", sans-serif; font-weight: 600; text-transform: uppercase; padding: .75em 1em; display: inline-block; transition: all 250ms ease-in-out; box-shadow: none; border-radius: 0; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-align: center; min-width: 12em; line-height: 1.2em; }
.button:hover { background: #131111; border: 1px solid #131111; box-shadow: 0 0 .85em rgba(0,0,0,.2); }
.button.dark { background: #222222; border: 1px solid #222222;}
.button.dark:hover { background: #da291c; border: 1px solid #da291c;}
.button.outline { background: transparent; border: 1px solid #da291c; color: #da291c; }
.button.outline:hover { background: transparent; border: 1px solid #222222; color: #222222; }

.colour-range-link.buttons { margin: 3em 0; }
.colour-range-link .button { font-size: 1em; letter-spacing: .05em; }

.button.white { background: #fff; border: 1px solid #fff; color: #333333; }
.button.white:hover { color: #fff; border: 1px solid #fff; background: transparent; }

.input-rows { display: flex; margin-left: -1.2em; }
.input-row {  padding-left: 1.2em; margin-bottom: 1.3em; }
.input-row.in-row-2 { width: 50%; }
.input-row.in-row-1 { width: 100%; }
.block-footer-newsletter .input-row { margin-bottom: 0; }

.cols { display: flex; flex-flow: row wrap;}
.cols .col{
  width: 50%;
}
/* .col{
  flex: 1 1 200px;
} */
.col-1 { width: 70%; padding-right: 5%; }
.col-2 { width: 30%; padding-left: 5%; padding-top: 3.25em; }

.dl-menuwrapper { float: right; text-align: right; position: relative; z-index: 45; }
.dl-menuwrapper button { background: #1f1c1c; }
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul { background: #da291c; }
.dl-menuwrapper .dl-menu { z-index: 35; text-align: left; margin-top: 0; }
.dl-menuwrapper li a { padding: .75em 1em; }
.dl-menuwrapper li a:hover { background: rgba(0,0,0,.06); }

.primary-navigation .menu { display: flex; justify-content: space-between; gap: 0.75rem; }
@media only screen and (min-width: 1400px){
  .primary-navigation .menu { gap: 1.25rem; }
}
.primary-navigation .menu li { margin: 0; }
/* .primary-navigation .menu li:first-child { margin-left: 0; }
.primary-navigation .menu li:first-child a { padding-left: 0; } */
.primary-navigation .menu a { text-transform: uppercase; color: #1F1C1C; padding:.5em; transition: color 300ms ease-in-out; font-size: 0.9em; letter-spacing: .065em; display: inline-block; font-family: "Manrope", sans-serif; font-weight: 400; }
@media only screen and (min-width: 1500px){
  .primary-navigation .menu a { font-size: 1em; }
}

.primary-navigation .menu a:hover { color: #da291c; }
.primary-navigation .menu li.current-menu-item > a { color: #da291c; }
.primary-navigation .menu li.menu-item-has-children > a { position: relative; padding-right: 1.25rem; }
.primary-navigation .menu li.menu-item-has-children > a:after { font-family: 'Font Awesome 6 Pro'; font-size: 0.85rem; content: '\f078'; display: block; position: absolute; top: 50%; right: 0; transform: translateY(-50%); height: 1rem; width: 1rem;  transition: all  0.5s ease-in-out;}
.primary-navigation .menu li.menu-item-has-children > a:hover:after { content: '\f077'; transition: all 0.5s ease-in-out; }

.site-header .row.top { color: #fff; background: #1F1C1C; padding: 0.75em 0; }
.site-header .row.top .top-links a {
  color: #fff;
  padding: 15px;
}
.site-header .row.bottom { background: #fff; padding-top: 20px; padding-bottom: 20px;}
.site-header .row.bottom .wrap { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; }
.site-header .row.bottom .wrap-full { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; }
.site-header .row.bottom .tablet-only { display: none; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .site-header .row.bottom .tablet-only { display: inline-block; }
}

.site-header .row.bottom .wrap-full img.logo { width: auto; height: 60px; }
.site-header .row.bottom .nav-wrapper { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; }
.block-header-call{ display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; }
.block-header-call a { display: block; padding: 15px 20px; font-size: 1rem; font-weight: normal; color: #da291c; text-align: center; transition: background 300ms ease-in-out; letter-spacing: .025em; }
.block-header-call a.call-us-number{
  font-size: 1.25rem;
}
.block-header-call a.call-us-number i{ margin-right: 10px;}
.block-header-call a.get-quote-link { display: block; padding: 15px 20px; font-size: 1rem; font-weight: normal; text-transform: uppercase; color: #fff; background: #86C9E8; text-align: center; transition: background 300ms ease-in-out; letter-spacing: .025em; }
.block-header-call a.call-us-number:hover { color: #fff; }
.block-header-call a.get-quote-link:hover { background: #fff; color: #444; }
.header-message { display: none; }

@media only screen and (min-width: 1200px){
  .block-header-call a.get-quote-link{
    font-size: 1rem;
  }
}

.primary-navigation .menu { position: relative; }
.primary-navigation .menu .sub-menu { display: none; text-align: left; position: absolute; top: 100%; width: auto; background: #fff; z-index: 35; min-width: 13em; box-shadow: 0 0 .75em rgba(0,0,0,.2); border-radius: 0; border-top: 2px solid #da291c; /*right: auto; left: 0;*/  }
.primary-navigation .menu .sub-menu li { display: block; margin: 0; }
.primary-navigation .menu .sub-menu a { color: #000; display: block; transition: background 300ms ease-in-out; display: block; padding: 1em .75em 1em 1.25em !important; }
.primary-navigation .menu .sub-menu a:hover { /*background: rgba(0,0,0,.04); color: #3f92c1 !important;*/ color: #fff; background: #da291c;  }
.primary-navigation .menu li:hover .sub-menu { display: block; }
.primary-navigation .menu li:focus .sub-menu { display: block; }

/* .block-header-call { width: 25%; } */
/* .block-header-navigation.menu-holder { width: 71%; } */
.block-header-call.block-responsive-call { display: none; }
.site-header .row.top .wrap { display: flex; flex-flow: row wrap;justify-content: space-between; }
.site-header .row.top .wrap-full { display: flex; flex-flow: row wrap;justify-content: space-between; }
.site-header .row.bottom .wrap-full { display: flex; flex-flow: row wrap;justify-content: space-between; }
.block-header-top-links ul { display: flex; flex-flow: row wrap; }
.block-header-top-links li { display: inline-block; margin-left: 1.65em; }
.block-header-top-links li a { display: flex; flex-flow: row wrap; align-items: center; color: #333333; }
/*.block-header-top-links .img { width: 25%; }*/
.block-header-top-links .label { padding-right: 1.5em; font-size: .75em; text-align: right; text-transform: uppercase; letter-spacing: .035em; transition: color 300ms ease-in-out; line-height: 1.4; color: #333333; }
.block-header-top-links li a:hover .label { color: #da291c; }
.block-header-social.block-footer-social .socials { text-align: right; margin-bottom: 1.45em; }
.block-header-social.block-footer-social .socials li { margin-right: 0; margin-left: 1em; }
.block-header-social.block-footer-social .socials li a { font-size: .95em; color: #fff; }

.block-page-banner.block { background: #8a9094; position: relative; min-height: 350px; }
.block-page-banner.block .img-responsive { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-repeat: no-repeat; background-position: right center; background-size: auto 100%; z-index: 1; }
.block-page-banner.block .wrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.block-page-banner.block .wrap .content {
  background: #DA291CB2;
  padding: 30px;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-page-banner.block .wrap .content .block-title{
  margin-bottom: 0;
}
.block-page-banner.block .wrap-full { position: absolute; top: 1.5em; left: 0; right: 0; bottom: 0; z-index: 3; display: flex; justify-content: center; flex-direction: column; }
.block-page-banner.block .block-title {
  font-size: 1.875em;
  color: #fff;
  text-align: center;
  max-width: 21.667em;
  margin-bottom: 1em;
}

.block-page-intro.block { margin: 3em auto; text-align: center; }
@media only screen and (min-width: 768px){
  .block-page-intro.block { margin: 5em auto; }
}
.block-page-intro.block .block-title{ color: #da281a; margin-bottom: 30px; }
.block-page-intro.block .text{ margin-bottom: 40px; }

.block .block-title { font-size: 1.875em; font-family: "Manrope", sans-serif; font-weight: 600; margin: 0 0 1em; }
.block-page-intro .subtitle { font-size: 1.25em; letter-spacing: .025em; margin-bottom: 1.75em; }
.block-page-intro .text a { color: #da291c; transition: color 300ms ease-in-out; }
.block-page-intro .text a:hover { color: #333; }
.block .block-title.medium { font-size: 1.5em; }

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing { display: none; }
.share .heateor_sss_sharing_container.heateor_sss_horizontal_sharing { display: block; }

.file-single-blog-content .cols { display: flex; flex-flow: row wrap; padding: 4.9em 0 3em; }
.file-single-blog-content .col-1 { width: 70%; padding-right: 3%; }
.file-single-blog-content .col-2 { width: 30%; padding-left: 5%;}
.file-single-blog-content h1 { font-size: 1.875em; }
.file-single-blog-content .entry-content h4 { color: #333333; font-size: 1.25em; }
.blog-sidebar .side-box { background: #f6f0ef; padding: 2.25em 2.2em 2em 2.5em; }
.blog-sidebar .widget-title { color: #333333; font-size: 1em; text-transform: uppercase; padding-bottom: .8em; border-bottom: 1px solid rgba(218,41,28,.2); margin-bottom: 1em; }
/*.blog-sidebar .widget_archive { margin-bottom: 1.5em; }*/
.blog-sidebar .widget.popular-posts { margin-bottom: 1.5em; }
.blog-sidebar .widget_archive a { display: inline-block; color: #666666; font-size: .8125em; transition: color 300ms ease-in-out; letter-spacing: .025em; }
.blog-sidebar .widget_archive a:hover { color: #da291c; }
.blog-sidebar .widget_archive li { margin-bottom: .6em; padding-left: .35em; }
.blog-sidebar .wpp-list { padding-left: .35em; }

.wpp-list .wpp-post-title { display: block; color: #da291c; font-family: "Manrope", sans-serif; font-weight: 600; font-size: 1em; margin-bottom: .6em; transition: color 300ms ease-in-out; line-height: 1.4; }
.wpp-list .wpp-post-title:hover { color: #666666; }
.wpp-list .wpp-excerpt { display: block; color: #666666; font-size: .8125em; line-height: 1.7; }
.wpp-list li { margin-bottom: 1em; }

.back-blog.read-more.button .fa { top: 0; margin-right: .35em; }
.back-blog.read-more { /*color: #da291c;*/ font-family: "Manrope", sans-serif; font-weight: 600; display: inline-block; transition: all 300ms ease-in-out; }
/*.back-blog.read-more:hover { color: #666666; }*/

/* Single Post */
.new-blog-style .block-page-banner.block{
  min-height: 12.56em;
}
.new-blog-style .block-page-banner.block .wrap .content{
  background-color: transparent;
  display: block;
  max-width: unset;
  padding: 0;
}
.new-blog-style .block-page-banner.block .block-title {
  text-align: left;
}

.site-main .wrap.single-post .cols{
  padding: 3em 0 4em;
}


/* Archive News */
.archive-news .block-page-banner.block{
  min-height: 12.56em;
}
.archive-news .block-page-banner.block .wrap .content {
  background-color: transparent;
  display: block;
  max-width: unset;
  padding: 0;
}
.archive-news .block-page-banner.block .block-title {
  text-align: left;
}

.archive-news .cols { display: flex; flex-flow: row wrap; padding: 3em 0; }
.archive-news .col-1 { width: 70%; padding-right: 3%; padding-top: 1.65em; }
.archive-news .col-2 { width: 30%; padding-left: 5%; padding-top: 1.35em; }
.archive-news .news-content:after { content: ''; display: block; clear: both; }

.file-single-blog-content .featured-image-holder,
.archive-news .news-content .single-news-thumbnail { float: left; margin-right: 2.5em; margin-bottom: 2em; max-width: 51%; }
.entry-content:after { content: ''; display: block; clear: both; }
.archive-news .post .entry-header { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(218,41,28,.2); padding-bottom: .95em; margin-bottom: 1em; }
.archive-news .post .news-title {  width: 80%; padding-right: 1em; }
.archive-news .post .news-title h1 { font-size: 1.5em; transition: color 300ms ease-in-out; }
.archive-news .post .news-title a:hover h1 { color: #666; }
.archive-news .post .date { color: #333; font-size: 1em; text-transform: uppercase; width: 20%; text-align: right; padding-top: .9em; }
.archive-news .post { margin: 1em 0 4em; }

.navigation.pagination { margin: 3em 0 2em;  }
.navigation.pagination .page-numbers { display: inline-block; width: 2.75em; height: 2.75em; font-size: 1em; border-radius: 50%; color: #fff; background: #8a9094; line-height: 2.75em; text-align: center;  font-family: "Manrope", sans-serif; font-weight: 600; transition: background 300ms ease-in-out; margin: 0 .25em .5em; }
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers.current { background: #da291c; }

.block-footer-newsletter { background: #da291c; padding: 1em 0; }
.block-footer-newsletter h3 { color: #fff; width: 27%; font-size: 1.75em; letter-spacing: .025em; padding-right: 3%; font-weight: 600; margin: 0px; }
.block-footer-newsletter .wrap { display: flex; align-items: center; justify-content: space-between; }
.block-footer-newsletter .wrap-full { display: flex; align-items: center; justify-content: space-between; }
.block-footer-newsletter .newsletter-form-holder { width: 73%; }
.block-footer-newsletter form {  display: flex; align-items: center; justify-content: right; }
.block-footer-newsletter .input-rows { width: 73%; display: flex; flex-flow: row wrap; margin-left: -2em; }
.block-footer-newsletter .input-row { width: 42%; padding-left: 2em; }
.block-footer-newsletter .input-row.email { width: 58%; }
.block-footer-newsletter .buttons { width: 27%; padding-left: 2.15em; }
.block-footer-newsletter .button { display: block; width: 100%; min-width: 0; margin: 0px; }
.block-footer-newsletter .button:hover { background: #666; border: 1px solid #666; }

.site-footer .top .part .widget-title{
  color: var(--color-red);
  margin-bottom: 20px;
}
.site-footer .top .part #menu-locations,
.site-footer .top .part #menu-products{
  padding-left: 0;
}
.site-footer .top .part.footer-1,
.site-footer .top .part.footer-2,
.site-footer .top .part.footer-3,
.site-footer .top .part.footer-4{
  font-size: 14px;
  width: calc(25% - 20px);
}

.site-footer .top .part.footer-3 a{
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
.site-footer .top .part.footer-3 a.button{
  width: auto;
  max-width: 230px;
  margin: auto;
}
.site-footer .top .part .button.button-reverse{
  color: var(--color-white);
  background-color: var(--color-gray);
  border-color: var(--color-gray);
}
.site-footer .top .part .button.button-reverse:hover{
  background-color: var(--color-red);
  border-color: var(--color-red);
}
.site-footer .top .part .button.button-reverse i{
  margin-right: 10px;
}

.site-footer .bottom { color: #fff; background: #1f1c1c; padding: 1em 0 1em; }
.site-footer .bottom .wrap { font-size: 14px; display: flex; justify-content: center; align-items: center; }
.site-footer .bottom .wrap-full { display: flex; justify-content: space-between; }
.site-footer .bottom .footer-nav-locations { width: 50%; }
.site-footer .bottom .right { width: 50%; display: block; text-align: right; }
/* .site-footer .block-footer-bottom-menu { font-size: .75em; display: flex; align-items: center; justify-content: right; float: right; text-align: right; line-height: .5em; } */
.menu-footer-bottom-menu-container { display: inline-block; }
.site-footer .block-footer-bottom-menu .menu { display: flex; justify-content: right; }
.block-footer-bottom-menu .menu a { display: inline-block; transition: color 300ms ease-in-out; padding: .5em; color: var(--color-red);}
.block-footer-bottom-menu .menu a:hover { color: var(--color-white); }
.block-footer-bottom-menu .menu li:last-child a { padding-right: 0; }
.site-footer .block-footer-bottom-menu span { letter-spacing: .025em; padding-right: .75em; display: inline-block; }
.block-footer-bottom-menu .menu li,
.menu-footer-locations-menu-container ul li { position: relative; }
/* .block-footer-bottom-menu .menu li:before { content: ''; display: inline-block; width: 1px; background: #939393; position: absolute; top: .65em; bottom: .65em; left: -.25em; margin: 0 .25em; } */
/*.menu-footer-locations-menu-container ul li:before { content: ''; display: inline-block; width: 1px; background: #939393; position: absolute; top: .5em; bottom: .45em; margin: 0 .5em; left: -.65em; }*/
/*.menu-footer-locations-menu-container ul li:first-child:before { display: none; }
*/

.footer-nav-locations .widget-title { color: #333333; font-size: .75em; font-weight: normal; letter-spacing: .035em;  margin: 0px; line-height: 1.2em; }
.menu-footer-locations-menu-container ul { /*display: flex;*/ margin-left: -.5em; }
.menu-footer-locations-menu-container ul li { display: inline-block; margin: 0 .3em 0 0; }
.menu-footer-locations-menu-container li a { display: inline-block; color: #666666; font-size: .75em; font-weight: 400; transition: color 300ms ease-in-out; padding: .5em;  line-height: 1.2em; }
/*.menu-footer-locations-menu-container li:first-child a { padding-left: 0; }*/
.menu-footer-locations-menu-container li a:hover { color: #da291c; }
/* .block-footer-copy { font-size: 1em; } */
.block-footer-copyright{border-right: 1px solid var(--color-white); padding-right: 10px; margin-right: 10px;}
.site-footer .top { background-color: #EBEDED; padding: 4.75em 0 3.35em; }
.site-footer .top .wrap { display: flex; flex-flow: row wrap; justify-content: space-between; gap: 20px; }
.site-footer .top .part { width: 25%; }
.site-footer .footer-logo{height: 60px; width: auto;}
.block-footer-links li .line { display: flex; flex-flow: row wrap; }
.block-footer-links li .img { width: 24%; padding-right: 1em; }
.block-footer-links li .text { width: 76%; font-size: .8125em; color: #666666; transition: color 300ms ease-in-out; line-height: 1.2em; }
.block-footer-links li a:hover .text { color: #da291c; }
.block-footer-links { padding-top: .5em; }
.block-footer-links li { margin-bottom: 1.35em; }
/* .site-footer .top .part.contact-details { width: 25%; padding-left: 5%; } */
.site-footer .top .part.links { text-align: center; }
.block-footer-about .subtitle p { margin-top: 0; font-weight: 400; letter-spacing: .025em; font-size: 1em; color: #333333; }
.block-footer-about .subtitle a { color: #da291c; transition: color 300ms ease-in-out;  }
.block-footer-about .subtitle a:hover { color: #333; }
.block-footer-about .text { font-size: .75em; color: #666; }
.block-footer-about .text p { letter-spacing: .025em; line-height: 2.1; }
.block-footer-about { padding-right: 1em; }
.block-footer-contact-info{
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.block-footer-contact-info a > i{
  color: var(--color-red);
  margin-right: 3px;
}
.block-footer-contact-info > div { font-size: 1em; letter-spacing: .025em; }
.block-footer-contact-info h3 { margin-bottom: 2.25em; }
.block-footer-contact-info .phone a { font-weight: 600; transition: color 300ms ease-in-out; color: #333640; }
.block-footer-contact-info .phone a:hover { color: #da291c; }
.block-footer-contact-info .phone { margin-bottom: .8em; line-height: 1em; }
.block-footer-contact-info .email a { color: #da291c; transition: color 300ms ease-in-out; font-weight: 600; }
.block-footer-contact-info .email a:hover { color: #333; }
.block-footer-social .socials { text-align: center; }
.block-footer-social { padding-top: 1em; }
.block-footer-social .socials li { margin: 0 0.5em 0 0; }
.block-footer-social .socials li:last-of-type{ margin-right: 0;}
.block-footer-social .socials li a { font-size: 1.1em; display: inline-block; color: #fff; }

.block-contact-us .col-2 { padding-left: 5%; padding-top: 2.5em; }

/* CONTACT FORM VALIDATION */
.screen-reader-response { display: none; }
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors { display: block; font-size: .9em; color: #d61804 !important; margin: .85em 0;  font-family: "Manrope", sans-serif; font-style: italic; line-height: 1.1; font-weight: 600; }
.wpcf7-not-valid-tip { display: none; }
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok { margin: 1em 0; padding: .5em 0; font-size: .9em;  font-family: "Manrope", sans-serif; font-style: italic; font-weight: 600; }
.wpcf7-form.invalid .wpcf7-not-valid { background: #f2dede; }


.block-sidebar-book { background: #da291c url("images/book-background.png") no-repeat right bottom; color: #fff; background-size: contain; padding: 2.85em 2.5em 2em; min-height: 20em; }
.block-sidebar-book .small-title { display: block; font-size: 1em; text-transform: uppercase; letter-spacing: .04em; }
.block-sidebar-book h3 { color: #fff; font-size: 1.375em; text-transform: uppercase; margin: 0 0 .75em; letter-spacing: .025em;  }
.block-sidebar-book .text { font-size: 1em; margin-bottom: 2.5em; }
.block-sidebar-book .text p { line-height: 1.75; margin: 1em 0; }
.block-sidebar-book .button { font-size: .75em; padding: .6em 1em; min-width: 10.75em; }

.block-about-map { padding: 1em 0 2em; background: #f3f3f3; }
.block-about-map .content { display:flex; flex-flow: row wrap; justify-content: space-between; /*align-items: center;*/ }
.block-about-map .content .part { width: 50%; }
.block-about-map .content .part.text-part { padding-left: 7.5%; padding-top: 3.65em; }
.block-about-map .text { color: #666666; font-size: 1.125em; margin-bottom: 4.25em; }
.block-about-map .items li { margin-bottom: 1em; }
.block-about-map .items li a { display: inline-block; color: #fff; background: #da291c; border: 1px solid #fff; padding: .25em 1em; font-size: 1em; border-radius: 4px; box-shadow: 0 0 .95em rgba(0,0,0,.2); transition: all 300ms ease-in-out; min-width: 9.15em; letter-spacing: .025em; }
.block-about-map .items li a:hover { box-shadow: 0 0 .95em rgba(0,0,0,.3); background: #222222; }
.block-about-map .items li a:after { content: ''; display: inline-block; width: 6px; height: 10px; background: url("images/arrow-right.png") no-repeat center; margin-left: 1.5em; }
.block-about-map .content .part.text-part h2 { letter-spacing: .025em; margin-bottom: .5em; }
.block-about-map .content .part.text-part .text p { margin: 1em 0; }

.block-image-wide { /*padding: 5em 0 1.75em;*/ background: #fff; padding: 3.75em 0 1.75em; }
.block-text-list .items .box { background: #d8d9db; padding: 1.1em 1em .7em; border-radius: 4px; border: 1px solid #c4c7c9; box-shadow: 0 0 .875em rgba(0,0,0,.1); transition: box-shadow 300ms ease-in-out; }
.block-text-list .items .box:hover { box-shadow: 0 0 .875em rgba(0,0,0,.25); }
.block-text-list .items li { margin-bottom: .5em; }
.block-text-list .items .box .caption { display: flex; /*align-items: center;*/ }
.block-text-list .items .box .caption .img { padding-right: 1.5em; position: relative; top: -.5em; }
.block-text-list .items .box .caption h3 { font-size: 1em; color: #333; text-transform: uppercase; letter-spacing: .015em; }
.block-text-list .items .box .text { font-size: .75em; color: #666; }
.block-text-list .items .box .text p { margin: 0.5em 0; }

.error-404 { padding: 5em 0; text-align: center; }
.error-404 img { display: block; margin: 0 auto; }
.error-404 .entry-content { font-size: 1.25em; }
.error-404 .button { font-size: 1em; }

.block-boxes h2 { color: #333333; font-size: 1.25em; margin-bottom: 2em; }
.block-boxes .items { display: flex; flex-flow: row wrap; margin-left: -1.25em; }
.block-boxes .items > li { width: 50%; padding-left: 1.25em; margin-bottom: 1.25em; }
.block-boxes .box { padding: 2em 2em 1em; background: #f6f0ef; transition: box-shadow 300ms ease-in-out; }
.block-boxes .box.dark { background: #d8d9db; }
.block-boxes .box:hover { box-shadow: 0 0 .875em rgba(0,0,0,.15); }
.block-boxes .box h3 { font-size: 1em; color: #333; margin: 0 0 1.5em; }
.block-boxes .box .lines li { font-size: 1em; margin-bottom: 1.65em; padding-left: 2em; }
.block-boxes .box .lines li:before { content: ''; display: inline-block; width: 10px; height: 10px; background: url("images/list-item-dot.png") no-repeat center; margin-right: 1.35em; margin-left: -2em; }
.block-boxes .box .lines li:last-child { margin-bottom: 0; }

.block-sidebar-commercial-contact-form { background: #f6f0ef; padding: 2.75em 2.5em 3em; margin: 2.5em 0 1.5em; }
.block-sidebar-commercial-contact-form .block-title { font-size: 1.375em; text-transform: uppercase; margin-bottom: .85em; }
.block-sidebar-commercial-contact-form .subtitle { font-size: 1em; font-weight: 600; line-height: 1.5; margin-bottom: .65em; }
.block-sidebar-commercial-contact-form .text { color: #666; font-size: 1em; margin-bottom: 2em; }
.block-sidebar-commercial-contact-form .text p { margin: .75em 0; line-height: 1.65; }
.block-sidebar-commercial-contact-form .text a { color: #da291c; transition: color 300ms ease-in-out; }
.block-sidebar-commercial-contact-form .text a:hover { color: #666; }
.block-sidebar-commercial-contact-form .input-row { padding-left: 0; margin-bottom: .55em; }
.block-sidebar-commercial-contact-form .input { height: 41px; }
.block-sidebar-commercial-contact-form .button { padding: .55em 1em; font-size: .75em; min-width: 13.5em; letter-spacing: .035em; }
.block-sidebar-commercial-contact-form .button:hover { background: #222222; border: 1px solid #222; }

.block-home-banner { position: relative; }
.block-home-banner .wrap { max-width: 1400px; padding: 0 30px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; }
.block-home-banner .wrap-full { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: flex-start; align-items: center; }

.block-home-banner .img,
.block-home-banner .img img,
.block-home-banner .img > picture,
.block-home-banner .img > picture > source,
.block-home-banner .img > picture > img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center;
}

.block-home-banner .content-box {
  padding: 40px;
  background: rgba(218, 41, 28, 0.7);
  /* margin-bottom: 2.5em; */
  color: #fff;
  width: 100%;
  /* max-width: 1059px; */
}

.block-home-banner .button.dark {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .025em;
  line-height: 22px;
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
}
.block-home-banner .button.dark:hover { background: #fff; border: 1px solid #fff; color: #222; }
.block-home-banner .content-box .bottom { display: flex; flex-direction: column; gap: 20px; }
.block-home-banner .content-box .block-title {
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: .35em;
  text-align: center;
 }

/* .block-home-banner .content-box .bottom .buttons { width: 32.2%; } */
.block-home-banner .content-box .bottom .text {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.block-home-products { padding: 5.85em 0 3em; }
.block-home-products .caption { text-align: center; }
.block-home-products .caption .block-title { font-size: 1.75em; margin-bottom: .5em; }
.block-home-products .caption .text p { margin: .5em 0 1em; line-height: 1.5; letter-spacing: .025em; }

.block-home-about { background-repeat: no-repeat; background-size: cover; background-position: center; }
.block-home-about .wrap{
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.block-home-about .cols {
  margin: 0;
  padding: 0;
  flex-direction: row-reverse;
  flex-flow: row-reverse;
  min-height: 590px;
  height: 100%;
}
.block-home-about .cols .col {
  width: 50%;
  flex: 1 0 50%; /* Allows the child to expand and fill available space */
}
.block-home-about .cols.image-left {
  flex-direction: row;
  flex-flow: row;
}
.block-home-about .cols.image-right .content{
  align-items: flex-end;
}
.block-home-about .cols .image-container{
  width: 100%;
}
.block-home-about .cols .image-container .image,
.block-home-about .cols .image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-home-about .cols .content{
  width: 100%;
  padding: 80px;
  background-color: #EBEDED;
  background-image: url('images/bg-honeycomb-repeat.png');
  background-position: bottom;
  background-repeat: repeat-x;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-home-about .cols .content .content-inner{
  max-width: 720px;
}

.block-home-about .col-1 { padding-top: .9em; padding-right: 8%; }
.block-home-about .col-2 { padding-top: 0; }
.block-home-about .items h3 { font-size: 1.625em; }
.block-home-about .items .text { font-size: 1em; }
.block-home-about .items .text p { line-height: 1.675; letter-spacing: .025em; }
.block-home-about .items li { margin: 1.5em 0; }
.block-home-about .boxes li { margin-bottom: 2em; }
.block-home-about .box { padding: 2.5em 2em 2em; background: #f5dedc; text-align: center; border-radius: 4px;  /*mix-blend-mode: screen;*/ }
.block-home-about .box h3 { font-size: 2.875em; font-family: 'Futura Md BT'; text-transform: uppercase; margin: .65em 0 .245em; line-height: 1; /*color: #000;*/   text-shadow: 2px 2px 3px rgba(0,0,0,0.2); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; }
.block-home-about .box .subtitle { font-weight: 600; text-transform: uppercase; margin-bottom: 1.75em; letter-spacing: .065em;}
.block-home-about .box .text { font-size: .9375em; margin-bottom: 2.65em; line-height: 1.6; letter-spacing: .055em; }
.block-home-about .box .button { padding: .85em 1em; display: block; letter-spacing: .035em; }
.block-home-about .box .buttons { margin-bottom: .8em; }


.slick-dots li { display: inline-block; margin: 0 .4em .4em; }
.slick-dots li button { width: 20px; height: 20px; padding: 0; color: transparent; background: transparent; border: 1px solid transparent; border-radius: 50%; cursor: pointer; position: relative; transition: border 300ms ease-in-out; }
.slick-dots li button:after { content:''; width: 8px; height: 8px; padding: 0; color: transparent; background: #c6c6c6; border-radius: 50%; position: absolute; top: 5px; bottom: 5px; left: 5px; right: 5px; }
.slick-dots li button:hover,
.slick-dots li.slick-active button { border: 1px solid #d90e06; }
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after { background: var(--color-red) }

.block-sidebar-brochure {
  background-color: var(--color-red);
  position: relative;
  height: auto;
  z-index: 1;

  @media screen and (min-width: 992px) {
    height: 200px;
  }
}
.block-sidebar-brochure .wrap{ height: 100%; width: 100%; display: flex; align-items: center; }

.block-sidebar-brochure .bg-image{
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  height: 100%;
  z-index: -9;
  /* opacity: 60%; */
}
.block-sidebar-brochure .text { color: var(--color-white); letter-spacing: .025em; }
.block-sidebar-brochure .content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 2em 3.2em;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.block-sidebar-brochure .content .content-text{
  max-width: 635px;
}
.block-sidebar-brochure .block-title {
  color: var(--color-white);
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}
.block-sidebar-brochure .button { background-color: var(--color-white); color: var(--color-red); letter-spacing: .035em; line-height: 1; border: 0; padding: 15px 30px; }
.block-sidebar-brochure .button i{ margin-right: 5px; }
/* .block-sidebar-brochure .button:before { content: ''; display: inline-block; width: 16px; height: 16px; background: url("images/icon-download.png") no-repeat center; background-size: contain; margin-right: .85em; vertical-align: middle; line-height: 1; } */

.block-testimonials { padding: 4.8em 0 3.75em; text-align: center; }
.block-testimonials .slick-slide .slide-image{
  height: 300px;
  width: 100%;
  background-color: var(--color-gray-light);
}

.block-testimonials .slick-slide .slide-image img{
  width: auto;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {

  .block-testimonials .slick-list{
    height: 570px;
  }

  .block-testimonials .slick-slide{ position: relative; }

  .block-testimonials .slick-slide .slide-image{
    position: absolute;
    z-index: -9;
    top: 80px;
    left: 140px;
    width: 1200px;
    height: 490px;
  }

 .block-testimonials .slick-slide .slide-image img{
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
 }

}
.block-testimonials .block-title { margin-bottom: 1.65em; font-size: 1.75em; letter-spacing: .025em; }
.block-testimonials .author { color: var(--color-white); font-size: 1.125em; font-weight: 600; letter-spacing: .035em; text-align: left; }
.block-testimonials .place { font-size: 1em; color: var(--color-white); letter-spacing: .065em; font-weight: 600; text-align: left; }
.block-testimonials .slide-content {
  color: var(--color-white);
  background: var(--color-red);
  padding: 80px;
  min-height: 12.5em;
  background-image: url(images/bg-overlay-sp-white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-testimonials .slide-content::before{
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background-image: url(images/quote-right-white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 60px;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .block-testimonials .slide-content{
    width: 600px;
  }
  .block-testimonials .slide-content::before{
    top: 50px;
    left: 80px;
  }
}

.block-testimonials .text {
  color: var(--color-white);
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
 }
.block-testimonials .slide-content .text p { margin: .5em 0 2em; line-height: 1.8; }
.block-testimonials ul.slick-dots { margin: 2.75em 0 1em; }

.widget_nav_menu a { font-size: 14px; color: #666666; transition: color 300ms ease-in-out; display: inline-block; }
.widget_nav_menu a:hover { color: #da291c; }
.widget_nav_menu li { margin-bottom: .65em; }
.menu-locations-container { margin-bottom: 1.5em; }

.file-single-location .block-sidebar-book { margin-bottom: 2.5em; }
.file-single-blog-content .entry-content h2 { margin-bottom: .75em; }

/* PRODUCTS */

.block ul { list-style-type: none; margin: 1em 0; padding: 0; }
.block-text-list-round ul li .number { display: inline-block; width: 30px; height: 30px; line-height: 30px; color: #fff; background: #ff0000; border-radius: 5px; text-align: center; margin-right: 1em; margin-left: -3em; }
.block-text-list-round ul li { text-transform: uppercase; padding-left: 3em; margin-bottom: 1.3em; letter-spacing: .025em; }
.block-text-list-round ul li:last-child { margin-bottom: 0; }
.block .entry-content li { margin-bottom: 1.5em; }
.block .entry-content .text ul li:before,
.file-single-blog-content .entry-content li:before  { content: ''; display: inline-block; width: 10px; height: 10px; vertical-align: middle; background: #e30613; margin-left: -2em; margin-right: 1.25em; border-radius: 2px; }
.single-format-standard .entry-content li:before  { content: ''; display: inline-block; width: 10px; height: 10px; vertical-align: middle; background: #e30613; margin-left: -2em; margin-right: 1.25em; border-radius: 2px; }

.block .entry-content .text ul li,
.file-single-blog-content .entry-content li { padding-left: 2em; margin-bottom: 1.2em; }
.single-format-standard .entry-content li { padding-left: 2em; margin-bottom: 1.2em; }

.block-text-list-round h2 { margin-bottom: 1.75em; }
.block-text-list-round ul { margin-bottom: 2.25em; padding: 1.75em 2em; background: #f6f0ef; margin-bottom: 2.25em; }
.block-text-list-round.block { padding-bottom: 1em; border-bottom: .5em solid #f6f0ef; }

.block-text-list-images { padding: 1.45em 0; }
.block-text-list-images ul { display: flex; flex-flow: row wrap; margin-left: -1.5em; margin-top: 2.65em; }
.block-text-list-images h3 { margin-top: .5em; }
.block-text-list-images ul li { width: 33.33%; padding-left: 1.5em; margin-bottom: .5em; }
.block-text-list-images li .box { position: relative; background: #232423; box-shadow: 0 0 .85em rgba(0,0,0,.15); transition: box-shadow 300ms ease-in-out; }
.block-text-list-images li .box img { transition: opacity 300ms ease-in-out; }
.block-text-list-images li .box:hover img { opacity: .6; }
.block-text-list-images li .box .title-holder { text-align: center; position: absolute; bottom: 0; left: 0; right: 0; background: #fff; padding: .55em 1em .5em;  }
.block-text-list-images li .box .title-holder h3 { color: #da291c; text-transform: uppercase; font-size: .8125em; display: inline-block; margin: 0; }
.block-text-list-images li .box .title-holder h3:after { content: ''; display: inline-block; width: 20px; height: 20px; background: url("images/single-product-arrow-down.png") no-repeat center; background-size: contain; margin-left: 1em; vertical-align: middle; }
.block-text-list-images li a:hover .box { box-shadow: 0 0 1em rgba(0,0,0,.2); }

.single-product .block-text-list-images h3 { font-size: 1.5em; }
.single-product .block-text-list-images { border-bottom: .5em solid #f6f0ef; }


.single-product .block-general-list { padding: 2em 0 1.5em 0; border-bottom: 5px solid #f7f8f8; }
.block-general-list .fusion-text h3 { font-size: 1.5em; margin-bottom: 2em; }
.single-product .block-general-list ul li h3, .single-product .block-general-list ul li .h3 { color: #333333; font-size: 1.25em; }
.block-tiles { padding: 2em 0; border-bottom: .5em solid #f6f0ef; }
.block-tiles .fusion-text h2 { margin-bottom: 1.5em; }
.block-general-list li .icon { display: inline-block; margin-right: .35em; vertical-align: middle; }
.single-product .block-general-list .text ul { padding: 1.75em 2em; background: #f6f0ef; margin-bottom: 2.25em; }
/*.block-general-list li h3 { display: inline-block; }*/
.block-tiles ul { margin: 3.25em 0 2em; }

.block-tiles .tiles-list { display: flex; flex-flow: row wrap; margin-left: -1.2em; margin-top: 2em; }
.block-tiles > li { margin-bottom: 2.5em; }
.block-tiles ul li h3 { color: #333; margin-bottom: 1.5em; font-size: 1.25em; }
.block-tiles .tiles-list li { width: 25%; padding-left: 1.2em; margin-bottom: 1.2em; }
.block-tiles .tiles-list .tile { position: relative; transition: box-shadow 300ms ease-in-out; }
.block-tiles .tiles-list .tile:hover { box-shadow: 0 0 .65em rgba(0,0,0,.3); }
.block-tiles .tiles-list .tile img { border: 1px solid rgba(0,0,0,.05); }
.block-tiles .tiles-list .tile-name { position: absolute; top: 1.25em; left: 1.25em; text-transform: uppercase; font-size: .8125em; line-height: 1.1; text-shadow: 1px 1px #fff; font-weight: 400; }

.block-design { padding: 2em 0; }
.block-design h2 { margin-bottom: 2.35em; }
.block-design .tiles-list { display: flex; flex-flow: row wrap; margin-left: -1.25em; margin-top: 2.5em; margin-bottom: 2.35em; }
.block-design li { margin-bottom: 2.5em; }
.block-design .tiles-list li { width: 25%; padding-left: 1.25em; margin-bottom: 1.25em; }
.block-design li h3 { font-size: 1.25em; color: #333; margin-bottom: 1.25em; }
.block-design .tiles-list .tile { position: relative; transition: box-shadow 300ms ease-in-out; }
.block-design .tiles-list .tile:hover { box-shadow: 0 0 .65em rgba(0,0,0,.3); }
.block-design .tiles-list .tile img { border: 1px solid rgba(0,0,0,.05); }

.block-gallery ul { display: flex; flex-flow: row wrap; margin-left: -1.25em; }
.block-gallery li { width: 33.33%; padding-left: 1.25em; margin-bottom: 1.25em; }

.block-gallery .img { position: relative; }
.block-gallery .img a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; transition: opacity 300ms ease-in-out; background: rgba(0,0,0,.6); opacity: 0; display: flex; flex-direction: column; justify-content: center; color: rgba(255,255,255,.8); z-index: 5; }
.block-gallery .img a img { display: block; margin: 0 auto .65em; }
.block-gallery .img a span { text-transform: uppercase; font-weight: 600; letter-spacing: .035em; font-size: 1em; }
.block-gallery .img a .link-title { padding-top: 1.45em; text-align: center; }
.block-gallery .img a:hover { opacity: 1; }


/* franchise page new*/
.block-franchise { position: relative; }
.block-franchise ul { display: flex; flex-flow: row wrap; margin-left: -1.25em; }
.block-franchise li { padding-left: 1.25em; margin-bottom: 1.25em; }

.block-franchise.cols2 li { width: 50%; }
.block-franchise.cols3 li { width: 33.333%; }
.block-franchise.cols4 li { width: 25%; }

.light-grey { background-color: #f7f7f7; }
.padding-40 { padding: 40px; }
.margin-top-40 { margin-top: 40px; }
.margin-bottom-40 { margin-bottom: 40px; }

.franchise-faqs-icon {
    position: absolute;
    right: 20px;
    top: -40px;
}

.cols2 .border-list li {
    width: 100%;
    border-bottom: 1px solid #b9bcbe;
    padding: 10px 0;
    margin: 0 1.25em;
}

.cols2 .tick-list li {
    width: 100%;
    padding-left: 0px;
    margin: 0.5em 1.25em;
}

.block-franchise .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    letter-spacing: .01em;
}

.block-franchise h2.block-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.tick-list li {
    margin: 0 0 15px;
}

.block-franchise a {
    text-decoration: underline;
    color: #da291c
}

ul.tick-list {
    list-style-position: outside;
    padding: 0px 18px;
    display: block;
    flex-flow: inherit;
}

.tick-list li {
    list-style-image: url("images/red-tick.svg");
    padding-inline-start: 20px;
}



.block-franchise .img { position: relative; margin: 1.5em 0; }
.block-franchise .img a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; transition: opacity 300ms ease-in-out; background: rgba(0,0,0,.6); opacity: 0; display: flex; flex-direction: column; justify-content: center; color: rgba(255,255,255,.8); z-index: 5; }
.block-franchise .img a img { display: block; margin: 0 auto .65em; }
.block-franchise .img a span { text-transform: uppercase; font-weight: 600; letter-spacing: .035em; font-size: 1em; }
.block-franchise .img a .link-title { padding-top: 1.45em; text-align: center; }
.block-franchise .img a:hover { opacity: 1; }


.franchise-menu { padding: 40px 0px; }
/* .menu-franchise-menu-container li { display: inline-block; padding: 0px 20px; border-right: #da291c solid 1px }
.menu-franchise-menu-container li:first-of-type { padding: 0px 20px 0px 0px; }
.menu-franchise-menu-container li:last-of-type { border-right: none; } */

.img.franchise-icon {
    background: #f7f7f7;
    padding: 20px;
    min-height: 115px;
}

.img.franchise-icon p {
    margin: 0px;
}

.img.franchise-icon img {
   height: 75px;
   float: left;
   margin: 0 20px 20px 0;
}


.new-pages.cols2 { display: flex; flex-flow: row wrap; }
.new-pages .col-1 { width: 66.667%; }
.new-pages .col-2 { width: 33.333%; padding-left: 20px; padding-right: 0; }

.block-book-now { background-color: #f6f7f7; padding: 10%; }
.block-book-now .text { font-size: 18px; margin-bottom: 20px; }
.block-book-now .button { display: inline-block; border-width: 0px; padding: 13px 29px; line-height: 17px; font-family: Source Sans Pro; color: #ffffff; cursor: pointer; cursor: hand; letter-spacing: .5px; font-weight: 400; font-style: italic; font-size: 14px; background: rgb(255, 0, 0); text-transform: inherit; }
.block-book-now .buttons { margin: 30px 0; }

.block-text-popups { padding: 1.5em 0; }
.block-text-popups ul { display: flex; flex-flow: row wrap; margin-left: -1.2em; margin-top: 2.65em; }
.block-text-popups h3 { margin-top: .5em; }
.block-text-popups ul li { width: 33.33%; padding-left: 1.2em; margin-bottom: 1.2em; }
.block-text-popups li .box { position: relative; background: #232423; }
.block-text-popups li .box img { transition: opacity 300ms ease-in-out; }
.block-text-popups li .box:hover img { opacity: .6; }
.block-text-popups li .box .title-holder { text-align: center; position: absolute; bottom: 0; left: 0; right: 0; background: rgba(255,0,0,.75); min-height: 3.5em; display: flex; justify-content: center; flex-direction: column; padding: 0 .65em; }
.block-text-popups li .box .title-holder h3 { color: #fff; text-transform: uppercase; margin: .5em 0; font-size: 1em; }
.block-text-popups .popup-content { display: none;  background: #fff; }

.mfp-content {/* width: 600px !important; margin: 30px auto !important;*/ }
.mfp-content .popup-content { background: #fff !important; width: 90%; max-width: 600px !important; padding: 4em 0 3em; position: relative; margin: 30px auto !important; border: 1px solid rgba(0,0,0,.2); box-shadow: 0 3px 9px rgba(0,0,0,.5); border-radius: 5px; background-clip: padding-box; outline: 0; position: relative; }
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; /*background: rgba(0,0,0,.45);*/ }
.mfp-preloader { display: none !important; }
.mfp-content .popup-content h2 { font-size: 18px; font-weight: normal; text-align: center; margin-bottom: 20px; }
.mfp-content .popup-content .text-holder { padding: 2em; border-top: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
.mfp-close { border: none; background: transparent; position: absolute; top: .25em; right: .5em; font-size: 30px; color: rgba(0,0,0,.5); padding: 0; }

.mfp-figure { text-align: center; }
.mfp-hide { display: none; }


.block-technical-specifications { padding: 1.5em 0; }
.block-technical-specifications .technical-row { display: flex; flex-flow: row wrap; justify-content: space-between; padding: .75em 1.25em; }
.block-technical-specifications .technical-row .item { width: 40%; }
.block-technical-specifications .technical-row .data.item { width: 60%; }
.block-technical-specifications .technical-row .item.value { padding-left: 1.35em; text-align: right; }
.block-technical-specifications li:nth-child(odd) .technical-row { background: #f7f7f7; }
.block-technical-specifications li:nth-child(even) .technical-row { background: #fff; }
.block-technical-specifications ul { margin-bottom: 2em; }

.block-tabs .tabs { border: 1px solid #e7e7e7; }
.block-tabs { padding: 1.5em 0; }
.block-tabs .tab-links { display: flex; flex-flow: row wrap; margin: 0; }
.block-tabs .tab-links li { width: 25%; text-align: center; background: #e7e7e7; }
.block-tabs .tab-links li.active { background: #f7f7f7; }
.block-tabs .tab-links a { text-align: center; display: inline-block; padding: 1em; }
.block-tabs .tabs-content .content .options { display: flex; align-items: center; flex-flow: row wrap; margin: 0 0 0 -2em; padding: 3em 2em 2em; }
.block-tabs .tabs-content .content .options li { width: 25%; text-align: center; padding-left: 2em;  margin-bottom: 1em; }
.block-tabs .tabs-content { background: #f7f7f7; margin: 0; }
.block-tabs .tabs-content .content .options .img { background: #fff; border: 1px solid #ededed; }
.block-tabs .tabs-content .content .options li { }
.block-tabs .tab-links a h3 { margin: 0; font-size: 1em; }

.block-roofing-system ul { display: flex; flex-flow: row wrap; margin-left: -1em; }
.block-roofing-system ul li { width: 50%; padding-left: 1em; margin-bottom: 1em; }
.block-roofing-system li .box { border: 1px solid #ededed; background: #f9f9f9; padding: 2em 1em 1em; transition: box-shadow 300ms ease-in-out; }
.block-roofing-system li .box:hover { box-shadow: 0 0 .65em rgba(0,0,0,.3); }
.block-roofing-system li .box h3 { text-transform: uppercase; font-size: .75em; margin-bottom: 0; color: #333; }
.block-roofing-system li .box .title-holder { padding-top: .5em; }

.block-shutters { padding: 1.5em 0; border-bottom: 5px solid #f7f8f8; }
.block-shutters.block-roofing-system li .box { background: #fff; }
.block-shutters.block-roofing-system li { width: 25%; }

.block-features { padding: 1.5em 0; border-bottom: 5px solid #f7f8f8; }
.block-features ul { display: flex; flex-flow:  row wrap; margin-left: -2em; }
.block-features li { width: 100%; padding-left: 2em; }
.block-features li:nth-child(2),
.block-features li:nth-child(3) { width: 50%; }
.block-features li h3 { font-weight: bold !important; }
.block-features .features-row { padding-bottom: 1em; border-bottom: 1px solid #f7f7f7; }
.block-features li:last-child .features-row { border-bottom: none; }
.block-features .button { background: #e30613; font-size: 14px; text-transform: uppercase !important; font-style: normal !important; padding: .65em 1.35em; transition: background 300ms ease-in-out; display: inline-block; }
.block-features .buttons { margin: 0 0 1em; }
.block-features .button:hover { background: #899295; }


.socials li { display: inline-block; margin-left: 1.2em; margin-bottom: .4em; }
.socials { text-align: right; }
.socials a { color: #fff; background: #da291c; display: inline-block; transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out; font-size: .9em; width: 1.7em; height: 1.7em; line-height: 1.5; border-radius: 3px; text-align: center; }
.socials a:hover { background: #1f1c1c; box-shadow: 0 0 .75em rgba(0,0,0,.15); }
.block-header-social { padding-top: .35em; }

.block-payment-methods { padding: 2.75em 0 1.2em; border-bottom: .5em solid #f6f0ef; }
.block-payment-methods .block-title { margin-bottom: 2em; }
.block-payment-methods .items { display: flex; flex-flow: row wrap; justify-content: space-between; margin-left: -2em; margin-bottom: 0; }
.block-payment-methods .items li { width: 16.667%; margin-bottom: 1em; padding-left: 2em; }
.block-payment-methods .items .box { text-align: center; }
.block-payment-methods .box h3 { font-family: Source Sans Pro; color: #666666; font-size: 1em; text-transform: uppercase; font-family: "Manrope", sans-serif; }
.block-payment-methods .box img { display: block; margin: 0 auto; }
.block-payment-methods .box .img { margin-bottom: 1em; }

.block-payment-plan { padding: 1.8em 0; border-top: .5em solid #f6f0ef; }
.block-payment-plan .block-title { margin-bottom: .25em; }
.block-payment-plan .box { padding: 1em 2em 2em 2.5em; background: #f6f0ef; transition: box-shadow 300ms ease-in-out; margin-bottom: 3.4em; min-height: 19.5em; }
.block-payment-plan .box:hover { box-shadow: 0 0 .875em rgba(0,0,0,.15); }
.block-payment-plan .box p strong { color: #333333; font-weight: normal; font-size: 1.25em; letter-spacing: .025em; }
.block-payment-plan .subtitle { margin-bottom: 2em; font-size: 1.25em; }
.block-payment-plan h3 { font-size: 1.25em; text-transform: uppercase; color: #333333; font-weight: 600; margin-bottom: 1.75em; }
.block-payment-plan .box li { font-size: 1em; margin-bottom: 1.35em; padding-left: 2.5em; }
.block-payment-plan .box li:before { content: ''; display: inline-block; width: 10px; height: 10px; background: url("images/list-item-dot.png") no-repeat center; margin-right: 1.85em; margin-left: -2.5em; }
.block-payment-plan .box p { margin: 1.5em 0 2em; }
.block-payment-plan .box.box-2 { padding: 1.5em 2em 2em 2em; }
.block-payment-plan .box.box-2 li { font-size: 1em; }

.block-payment-plan .box.box-2 ul { margin: 0; }


.slug-payment .col-1 { padding-right: 4%; }
.slug-payment .block-page-intro.block { padding: 2.2em 0 1.5em; }
.slug-payment .block-page-intro .block-title { margin-bottom: .35em; }
.slug-payment .block-page-intro .subtitle { letter-spacing: .0025em; margin-bottom: 1.5em; }
.slug-payment .block-page-intro .text em { font-style: normal; font-size: 1.25em; line-height: 1.7; }

.block-sidebar-payment-visa-apply { padding: 2em 2.75em; background: #f6f0ef; margin: 2.75em 0; font-size: 1em; }
.block-sidebar-payment-visa-apply .text { margin-bottom: 2em;  }
.block-sidebar-payment-visa-apply .text a { color: #da291c; font-weight: 600; transition: color 300ms ease-in-out; }
.block-sidebar-payment-visa-apply .text a:hover { color: #333; }
.block-sidebar-payment-visa-apply .text p { line-height: 2.15; margin: 1em 0 2.25em; }
.block-sidebar-payment-visa-apply .img { margin-bottom: 2.65em; }
.block-sidebar-payment-visa-apply .button { min-width: 11em; }
.block-sidebar-payment-visa-apply .buttons { margin-bottom: 1.25em; }


.block-sidebar-payment-cards { padding: 3em 2.5em 2em; background: #d8d9db; margin: 1em 0; }
.block-sidebar-payment-cards h3 { font-size: 1.25em; text-transform: uppercase; letter-spacing: .035em; margin-bottom: 1.5em; }
.block-sidebar-payment-cards h3 span { display: block; font-size: .7em; font-weight: normal; letter-spacing: .065em; }

.block-sidebar-payment-boxes .box { padding: 1.8em 3em .8em; background: #d8d9db; margin: 1em 0; font-size: .75em; }
.block-sidebar-payment-boxes .box .caption { display: flex; flex-flow: row wrap; align-items: center; }
.block-sidebar-payment-boxes .box .buttons { padding-left: 1.65em; }
.block-sidebar-payment-boxes .box .button { font-size: 1em; padding: .45em 1em; min-width: 11em; }
.block-sidebar-payment-boxes .box .text p { margin: 0.5em 0 1em; line-height: 1.65; }

.block-list-pdf .item-row { padding: 2em 0 1.1em; border-top: .5em solid #f6f0ef; }
.block-list-pdf .item-row h3, .block-list-pdf .item-row .h3 { font-size: 1.5em; font-weight: 600; margin-bottom: 1.25em; }
.block-list-pdf .item-row a { font-weight: 600; color: #da291c; transition: color 300ms ease-in-out; display: inline-block; }
.block-list-pdf .item-row .text a:hover { color: #333; }
.block-list-pdf .item-row li a { font-size: 1em; text-transform: uppercase; letter-spacing: .065em; }
.block-list-pdf .item-row li a:hover { color: #333; }
.block-list-pdf .item-row li { margin-bottom: 2.15em; padding-left: 2em; }
.block-list-pdf .item-row li:before { content: ''; display: inline-block; width: 20px; height: 20px; background: url("images/icon-pdf.png") no-repeat center; background-size: contain; margin-right: 1.35em; vertical-align: top; margin-left: -2em; float: left; }

.block-list-pdf .item-row .text p span { color: #da291c; }
.block-list-pdf .item-row .text p em { font-style: normal; font-size: 1em; }
.slug-warranty .block-page-intro a { font-weight: 600; transition: color 300ms ease-in-out; }
.slug-warranty .block-page-intro a:hover { color: #333; }

.block-product-categories { padding: 2.5em 0 2em; }
.home .block-product-categories { padding: 4em 0 2em; }
.home .block-product-categories { padding: 5.85em 0 2em; }
.block-product-categories .caption { text-align: center; margin-bottom: 3em; }
.items.product-cat-boxes { display: flex; flex-flow: row wrap; margin: 0 0 0 -2em; }
.items.product-cat-boxes li { width: 50%; padding-left: 2em; margin-bottom: 3.25em; }
.items.product-cat-boxes .img { transition: box-shadow 300ms ease-in-out; }
.items.product-cat-boxes .img > img { height: 100%; width: 100%; object-fit: cover; }
.block-product-single-categories .items.product-cat-boxes li { width: 50%; }
.items.product-cat-boxes .text-box { padding: 1.5em 1.35em 1em; background: #fff url("images/icon-product-box.png") no-repeat bottom 1.75em right 1.75em; border-radius: 4px; box-shadow: 0 0 .85em rgba(0,0,0,.15); width: 94%; margin: 0 auto; position: relative; top: -2.75em; margin-bottom: -2.75em; min-height: 10em; transition: box-shadow 300ms ease-in-out; }
.items.product-cat-boxes .text-box .box-title { font-size: 1em; color: #504f4f; text-transform: uppercase; line-height: 1.45; letter-spacing: .035em; transition: color 300ms ease-in-out; }
.items.product-cat-boxes a:hover .text-box { box-shadow: 0 0 1.25em rgba(0,0,0,.275); }
.items.product-cat-boxes a:hover .box-title { color: #da291c; }
.items.product-cat-boxes a:hover .img { box-shadow: 0 0 1.25em rgba(0,0,0,.275); }
.items.product-cat-boxes .text-box .text { font-size: .8125em; padding-right: 4em;  }
.slug-products .block-page-intro { padding: 0; }
.home .block-product-categories .block-title { font-size: 1.75em; margin-bottom: .45em; }
.block-product-categories .text p { margin: .8em 0; line-height: 1.55; letter-spacing: .035em; }
.home .block-product-categories .caption { margin-bottom: 5em; }
.content.sample-page.products-content { margin-bottom: 6em; }
.content.sample-page.products-content h2 { font-size: 1.875em; }

.block-product-categories-carousel{
  margin: 5em auto;
  overflow: hidden;
}

.block-product-categories-carousel .caption{
  text-align: center;
}

.block-product-categories-carousel .caption .block-title{
  margin-bottom: 20px;
}

.block-product-categories-carousel .caption .text{
  margin-bottom: 40px;
}

.block-product-categories-carousel .product-carousel .slick-dots{
  display: none !important;
}

.block-product-categories-carousel .product-carousel .slick-list{
  overflow: visible;
}
.block-product-categories-carousel .product-carousel .slide{
  padding: 0 10px;
  opacity: 0.4;
}
.block-product-categories-carousel .product-carousel .slide.slick-active{
  opacity: 1;
}

.block-product-categories-carousel .product-carousel .slide .item .img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-product-categories-carousel .product-carousel .slide .item.box{
  position: relative;
  transition: all .3s ease-in-out;
}
.block-product-categories-carousel .product-carousel .slide .item.box .text-box{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6));
}
.block-product-categories-carousel .product-carousel .slide .item.box:hover{
  transform: translateY(-20px);
  transition: all .3s ease-in-out;
}
.block-product-categories-carousel .product-carousel .slide .item.box:hover .text-box{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(218, 41, 28, 0.7), rgba(218, 41, 28, 0.7));
}
.block-product-categories-carousel .product-carousel .slide .item.box .text-box .box-title{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
}
.block-product-categories-carousel .product-carousel .slide .item.box .text-box .text p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: unset;
}

.block-product-categories-carousel .carousel-drag-container {
  width: 100%;
  position: relative;
  margin-top: 50px;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.block-product-categories-carousel .carousel-drag-container input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  height: 8px;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: var(--color-gray-light);
  border-radius: 10px;
}
.block-product-categories-carousel .carousel-drag-container input[type=range]:focus {
  outline: none;
}
.block-product-categories-carousel .carousel-drag-container input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: default;
  animate: 0.2s;
  box-shadow: 0px 0px 0px var(--color-gray-light);
  background: var(--color-gray-light);
  border-radius: 100px;
  border: 0px solid var(--color-gray-light);
}
.block-product-categories-carousel .carousel-drag-container input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px var(--color-gray-light);
  border: 0px solid var(--color-gray-light);
  height: 8px;
  width: 100px;
  border-radius: 100px;
  background: #202741;
  cursor: grab;
  -webkit-appearance: none;
  margin-top: 0px;
}
.block-product-categories-carousel .carousel-drag-container input[type=range]::-webkit-slider-thumb:active,
.block-product-categories-carousel .carousel-drag-container input[type=range]::-webkit-slider-thumb:focus{
  cursor: grabbing;
}
.block-product-categories-carousel .carousel-drag-container input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--color-gray-light);
}
.block-product-categories-carousel .carousel-drag-container input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: default;
  animate: 0.2s;
  box-shadow: 0px 0px 0px var(--color-gray-light);
  background: #DFDFDF;
  border-radius: 100px;
  border: 0px solid var(--color-gray-light);
}
.block-product-categories-carousel .carousel-drag-container input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px var(--color-gray-light);
  border: 0px solid var(--color-gray-light);
  height: 8px;
  width: 100px;
  border-radius: 100px;
  background: var(--color-gray);
  cursor: grab;
}
.block-product-categories-carousel .carousel-drag-container input[type=range]::-moz-range-thumb:active,
.block-product-categories-carousel .carousel-drag-container input[type=range]::-moz-range-thumb:focus {
  cursor: grabbing;
}
.block-product-categories-carousel .carousel-drag-container input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: default;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.block-product-categories-carousel .carousel-drag-container input[type=range]::-ms-fill-lower {
  background: var(--color-gray-light);
  border: 0px solid var(--color-gray-light);
  border-radius: 100px;
  box-shadow: 0px 0px 0px var(--color-gray-light);
}
.block-product-categories-carousel .carousel-drag-container input[type=range]::-ms-fill-upper {
  background: var(--color-gray-light);
  border: 0px solid var(--color-gray-light);
  border-radius: 100px;
  box-shadow: 0px 0px 0px var(--color-gray-light);
}
.block-product-categories-carousel .carousel-drag-container input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px var(--color-gray-light);
  border: 0px solid var(--color-gray-light);
  height: 8px;
  width: 100px;
  border-radius: 100px;
  background: var(--color-gray);
  cursor: grab;
}
.block-product-categories-carousel .carousel-drag-container input[type=range]::-ms-thumb:active,
.block-product-categories-carousel .carousel-drag-container input[type=range]::-ms-thumb:focus {
  cursor: grabbing;
}
.block-product-categories-carousel .carousel-drag-container input[type=range]:focus::-ms-fill-lower {
  background: var(--color-gray-light);
}
.block-product-categories-carousel .carousel-drag-container input[type=range]:focus::-ms-fill-upper {
  background: var(--color-gray-light);
}


.block-item-boxes{
  margin: 5em 0;
}

.block-item-boxes .header-content{
  text-align: center;
  margin-bottom: 2em;
}
.block-item-boxes .header-content h2{
  margin-bottom: 20px;
}
.block-item-boxes .header-content .description p{
  margin-top: 0;
  margin-bottom: 20px;
}

.block-item-boxes .items{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  align-items: stretch;
}

@media screen and (min-width: 576px) {
  .block-item-boxes .items{
    flex-direction: row;
    gap: 60px;
  }
}

.block-item-boxes .items .item {
  flex: 0 1 calc(50% - 30px);
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .block-item-boxes .items .item {
    flex: 0 1 calc(33.33% - 45px);
  }
}

@media (min-width: 992px) {
  .block-item-boxes .items .item {
    flex: 0 1 calc(25% - 45px);
  }
}

.block-item-boxes .items .item .box{
  text-align: center;
  border: 1px solid var(--color-gray-light);
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  height: 100%;
  transition: all .3s ease-in-out;
}

.block-item-boxes .items .item:hover .box{
  transform: translateY(-20px);
  transition: all .3s ease-in-out;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
}

.block-item-boxes .items .item .box > img{
  margin-bottom: 40px;
}


.block-text-image{
  margin: 5em 0 0 0;
  background-color: var(--color-gray-light);
}

.block-text-image .wrap{
  display: flex;
  align-items: stretch;
  max-width: unset;
  padding: 0;
}

.block-text-image .wrap{
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .block-text-image .wrap{
    flex-direction: row;
  }
  .block-text-image.image-right .wrap{
    flex-direction: row-reverse;
  }
}

.block-text-image .wrap .image-container{
  flex: 0 1 50%;
}

.block-text-image .wrap .image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.block-text-image .wrap .text-container{
  flex: 0 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-text-image .wrap .text-container h3{
  color: var(--color-red);
}

.block-text-image .wrap .text-container-inner{
  padding: 30px;
  max-width: 720px;
}

@media screen and (min-width: 992px) {
  .block-text-image .wrap .text-container-inner{
    padding: 60px;
  }
}

.block-colour-2-columns-list .box { padding: 2em 2.5em 1em; background: #f6f0ef; margin-bottom: 2em; }
.block-colour-2-columns-list .items { display: flex; flex-flow: row wrap; margin-left: -3em; }
.block-colour-2-columns-list .items li { width: 50%; padding-left: 3em; margin-bottom: 1em; }
.block-colour-2-columns-list .items li .line { color: #333; transition: color 300ms ease-in-out; padding-left: 2em; }
.block-colour-2-columns-list .items li a:hover .line { color: #cb271b; }

.block-colour-2-columns-list .items li .line:before { content: ''; display: inline-block; width: 10px; height: 10px; background: url("images/list-item-dot.png") no-repeat center; margin-right: 1.35em; margin-left: -2em; }

.slug-about-us .content.cols .list-part.col-2 { padding-top: 0; }
.slug-about-us .list-part.col-2 .items { margin-top: 0.25em; }
.slug-about-us .content.cols { padding-bottom: 5em; }

.manage-pagepost h3 { font-size: 1.875em; margin-bottom: 1em; text-transform: capitalize; }
.manage-pagepost li { margin-bottom: .65em; }
.manage-pagepost li a { font-size: 1em; transition: color 300ms ease-in-out; }
.manage-pagepost li a:hover { color: #da291c; }
.manage_post { margin: 2em 0 2em; }
.slug-sitemap .block-page-intro { display: none; }

.block-contact-us .col-1 { padding-top: 2.9em; max-width: 50.125em; }
.block-contact-us .col-1 .caption .phone a { color: #da291c; font-size: 1.875em; font-weight: 600; transition: color 300ms ease-in-out; display: inline-block; }
.block-contact-us .col-1 .caption .phone a:hover { color: #333; }
.block-contact-us .col-1 .caption .phone { padding-left: 1em; }
.block-contact-us .email { padding-top: .65em; margin-bottom: 3.5em; }
.block-contact-us .email a { color: #da291c; font-size: 1.25em; font-weight: 600; transition: color 300ms ease-in-out; }
.block-contact-us .email a:hover { color: #333; }
.block-contact-us .text p { letter-spacing: .025em; }
.block-contact-us .text { margin-bottom: 3.5em; }
.block-contact-us .contact-form p { margin: .75em 0; }
.block-contact-us .contact-form .button { padding: .95em 1em; }
.block-contact-us .contact-form { margin-bottom: 2.5em; }
.block-contact-us .cols { justify-content: space-between; }

.slug-commercial .block-page-intro.block { padding-bottom: 2em; }
.slug-commercial .block-page-intro.block .block-title { margin-bottom: 0.2em; }
.slug-commercial .block-page-intro.block .subtitle { letter-spacing: .0015em; }
.slug-commercial .col-1 { padding-right: 3%; }

.single-post .caption.news-caption { display: flex; justify-content: space-between; align-items: center; padding-bottom: .85em; border-bottom: 1px solid rgba(218,41,28,.2); margin-bottom: .85em; }
.single-post .caption .block-post-data { width: 50%; }
.single-post .caption .share { width: 50%; margin-top: 1.1em; }
.single-post .block-post-data .date { color: #333333; font-size: 1em; text-transform: uppercase; margin-bottom: .4em; }
.single-post .block-post-data .author { color: #333333; font-size: 1em; }
.single-post .cols .col-2 { padding-top: 0; }
.single-post .content p { margin: 1.85em 0; }
.single-post .content .alignleft { max-width: 51%; }
.single-post .col-1 .buttons { margin: 3em 0; }

.heateor_sss_sharing_ul li,
ul.heateor_sss_follow_ul li,
ul.heateor_sss_sharing_ul li { float: right !important; margin-left: .65em !important; }

.slug-warranty .block-page-intro.block { padding: 1.5em 0 .25em; }
.slug-warranty .col-1 { padding-right: 4%; }
.block-list-pdf.block .text { margin-bottom: 3em; }

.single-location .block-page-banner.block .block-title { max-width: 21.667em; }
.single-location .col-1 { padding-top: 3em; }
.single-location .col-1 .block-title { font-size: 1.875em; margin-bottom: 2em; }
.single-location .address { padding: 1.5em 2em; background: #f6f0ef; margin-bottom: 3.25em; }
.single-location .address li { margin-bottom: 1.35em; /*padding-left: 2.5em;*/ letter-spacing: .015em; }
/* .single-location .address li:before {
  content: ''; display: inline-block; width: 10px; height: 10px; background: url("images/list-item-dot.png") no-repeat center; margin-right: 1.85em; margin-left: -2.5em;
} */
.foo-table.footable-paging-right .footable-pagination-wrapper{
  text-align: center;
}
.footable .pagination>.disabled>a, .footable .pagination>.disabled>a:focus, .footable .pagination>.disabled>a:hover, .footable .pagination>.disabled>span, .footable .pagination>.disabled>span:focus, .footable .pagination>.disabled>span:hover{
  float: none;
  background-color: #fff;
  border-color: #f6f0ef;
  color: #ccc;
}
.footable .pagination>li>a, .footable .pagination>li>a, .footable .pagination>li>span, .footable .pagination>li>span{
  float: none;
  background-color: #fff;
  border-color: #f0ddda;
  color: var(--color-red);
}
.footable .pagination>li>a:focus, .footable .pagination>li>a:hover, .footable .pagination>li>span:focus, .footable .pagination>li>span:hover{
  background-color: #f0ddda;
  border-color: #f0ddda;
  color: var(--color-red);
}
.footable .pagination>.active>a, .footable .pagination>.active>a:focus, .footable .pagination>.active>a:hover, .footable .pagination>.active>span, .footable .pagination>.active>span:focus, .footable .pagination>.active>span:hover{
  background-color: var(--color-red);
  border-color: var(--color-red);
}
.single-location .address li:last-child { margin-bottom: 0; }
.single-location .map { margin: 3em 0 2.75em; }
.single-location .text h3 { color: #333333; font-size: 1.25em; }
.single-location .text p { margin: 1.5em 0 2em; }

#menu-locations,
#menu-products { padding-left: 1.2em; }

.page-archive-locations .background-holder { background: #f3f3f3; padding: 4em 0; }
.page-archive-locations .wrap { display: flex; align-items: center; }
.page-archive-locations .wrap-full { display: flex; align-items: center; }
.page-archive-locations .img { width: 55%; }
.page-archive-locations .locations-list { width: 45%; padding-left: 9%; }
.page-archive-locations .block-page-banner .content { width: 100%; }

.page-archive-locations .locations-list h1 { display: inline-block; color: #fff;  background: #da291c;  border: 1px solid #fff; padding: .25em 1em; font-size: 1em; border-radius: 4px; box-shadow: 0 0 .95em rgba(0,0,0,.2); transition: all 300ms ease-in-out; min-width: 9.15em; letter-spacing: .025em; }
.page-archive-locations .locations-list .date { display: none; }
.page-archive-locations .locations-list article { margin-bottom: 1em; }
.page-archive-locations .locations-list a:hover h1 { box-shadow: 0 0 .95em rgba(0,0,0,.3); background: #222222; }

.slug-products .col-1 { padding-top: 2.85em; }
.slug-products .block-page-intro.block .block-title { margin-bottom: 1.5em; }
.slug-products .block-page-intro .text p { letter-spacing: .025em; }
.slug-products .cols { padding-bottom: 0; }

.block-sidebar-products-links { margin: 5em 0; }

.block-sidebar-products-links .items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.block-sidebar-products-links ul.items > li {
  flex: 0 1 100%;
}

@media (min-width: 640px) {
  .block-sidebar-products-links ul.items > li {
    flex: 0 1 calc(50% - 30px);
  }
}

@media (min-width: 768px) {
  .block-sidebar-products-links ul.items > li {
    flex: 0 1 calc(33.33% - 30px);
  }
}

.block-sidebar-products-links .items .box {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}

.block-sidebar-products-links .items{
  display: flex;
}
.block-sidebar-products-links .items .box{
  flex-flow: column wrap;
}
/* .block-sidebar-products-links ul.items > li{
  flex: 1;
} */
.block-sidebar-products-links .box {
  display: flex;
  flex-flow: row wrap;
  transition: box-shadow 300ms ease-in-out;
  align-items: center;
}
/* .block-sidebar-products-links a:hover .box { box-shadow: 0 0 .875em rgba(0,0,0,.25); } */
.block-sidebar-products-links .box .text {
  font-size: .75em;
  margin-bottom: 20px;
}
.block-sidebar-products-links .box .img {
  margin-bottom: 20px;
}
.block-sidebar-products-links .box .img > img{
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.block-sidebar-products-links .box .text h1,
.block-sidebar-products-links .box .text h2,
.block-sidebar-products-links .box .text h3,
.block-sidebar-products-links .box .text h4,
.block-sidebar-products-links .box .text h5{
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-gray);
  text-align: center;
  text-transform: capitalize;
}
.block-sidebar-products-links .box .text p { margin: 0; }
.block-sidebar-products-links .box .text strong { font-size: 1.1667em; }

.block-sidebar-products-links .box .link-label{
  font-size: 1em;
  text-transform: uppercase;
  color: var(--color-red);
  border: 1px solid var(--color-red);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 15px 30px;
}

.block-sidebar-products-links .box .link-label::after{
  content: "\f061";
  display: inline-block;
  width: 10px;
  height: 10px;
  font-family: 'FontAwesome';
  font-weight: 600;
  color: var(--color-red);
  margin-left: 10px;
}

/* .block-sidebar-products-links li { margin-bottom: 1.25em; } */

.single-product .col-1 { padding-top: 3.25em; padding-right: 4%; }
.single-product main .wrap > .entry-content{
  margin: 5em auto;
}

/* .single-product .block-title { margin-bottom: 1.5em; } */
.block-product-single-categories.category-boxes { padding: 3.25em 0 0; }
.block-product-single-categories .items.product-cat-boxes li { padding-left: 3em; }
.block-product-single-categories .items.product-cat-boxes { margin-left: -3em; }
.block-product-single-categories .items.product-cat-boxes .text-box { min-height: 12em; }
.block-product-single-categories .items.product-cat-boxes li { margin-bottom: 3.75em; }

.single-product .slider-images { position: relative; }
.single-product .slick-arrow { position: absolute; top: 48%; left: 1em; cursor: pointer; z-index: 25; border: none; color: transparent; background: transparent; }
.single-product .slick-arrow.slick-next { left: auto; right: 1em; }
.single-product .slick-arrow:before { content: ''; display: block; width: 15px; height: 25px; background: url("images/spscreens-slider-left-arrow-red.png") no-repeat center; background-size: contain; transition: opacity 300ms ease-in-out; }
.single-product .slick-arrow.slick-next:before { background: url("images/spscreens-slider-right-arrow-red.png") no-repeat center; }
.single-product .slick-arrow:hover:before { opacity: .6; }

.block-product-slider-wrapper{
  margin: 5em auto;
}

.block-product-slider .slick-slide{
  padding-bottom: 320px;

  @media only screen and (min-width: 768px){
    padding-bottom: 420px;
  }
}

.block-product-slider,
.block-product-slider .slider-images,
.block-product-slider .slick-list,
.block-product-slider .slick-track,
.block-product-slider .slick-slide{
  height: 100%;
}
.block-product-slider .slick-slide .slide-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* .block-product-slider { margin-bottom: 5.5em; } */
.block-product-slider-content{
  height: 100%;
  padding: 32px 54px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.block-product-slider-content h2.h3{
  color: var(--color-red);
  margin-bottom: 20px;
}

.block-product-slider-content ul{
  line-height: 26px;
}

.block-product-slider-content ul li{
  padding-left: 2em;
  margin-bottom: .3em;
}
.block-product-slider-content ul li::before{
  font-family: 'FontAwesome';
  font-weight: 600;
  color: #e30613;
  content: "\f00c";
  display: inline-block;
  vertical-align: middle;
  margin-left: -2em;
  margin-right: 1.25em;
  border-radius: 2px;
}

.template-sidebar-page .entry-content li { padding-left: 2.5em; letter-spacing: .015em; margin-bottom: 1em; }
.template-sidebar-page .entry-content li:before { content: ''; display: inline-block; width: 10px; height: 10px; background: url("images/list-item-dot.png") no-repeat center; margin-right: 1.85em; margin-left: -2.5em; }

/* QUOTES */

.block-quote-text-form.block { background-size: cover; background-repeat: no-repeat; background-position: center; padding: 6em 0 5em; position: relative; }
.block-quote-text-form .content { display: flex; flex-flow: row wrap; max-width: 68em; margin: 0 auto;  }
.block-quote-text-form .text-part { width: 60%; padding-right: 5%; }
.block-quote-text-form .form-part { width: 40%; padding-left: 5%; }
.block-quote-text-form .form-part .box { background: #fff; border-radius: .35em; box-shadow: 0 0 1em rgba(0,0,0,.15); padding: 3em 2em 2em; position: relative; }
.block-quote-text-form .form-part .box:after { content: ''; display: block; width: 4.5em; height: 4.5em; background: url("images/free-ribbon.png") no-repeat top right; position: absolute; top: -.25em; right: -.25em; }
.block-quote-text-form .block-title { font-size: 2.875em; font-family: 'Futura Md BT'; margin: .65em 0 .245em; line-height: 1; }
.block-quote-text-form .intro { font-size: 1.55em; color: #000; }
.block-quote-text-form .text { font-size: 1.2em; color: #000; }
.block-quote-text-form .form-part h3 { color: #000; font-size: 1.65em; margin-bottom: 1.25em; text-align: center; }
.block-quote-text-form .form-part h3 p { line-height: 1.2; margin: 0; }
.block-quote-text-form .form-part .input-row { padding-left: 0; }
.block-quote-text-form .form-part .input { background: #fff; }
.block-quote-text-form .form-part .input.select { background: #fff url("images/icon-form-select.png") no-repeat right 1em center; padding-right: 2em; }
.block-quote-text-form .form-part .button { font-size: 1em; width: 100%; }
.block-quote-text-form .note { max-width: 41.5em; margin: 0 auto; font-size: 1.45em; text-align: center; background: #ecebf0; padding: .95em 1em; position: absolute; bottom: -1.5em; left: 3em; right: 3em; color: #000; box-shadow: 0 0 1em rgba(0,0,0,.15); border: 1px solid #ddd; }

.block-quote-text-link.block { padding: 5em 0; text-align: center; background: #edecec url("images/SP-Screens-Footer-Mesh.png") no-repeat left center; background-size: cover; }
.block-quote-text-link .block-title { font-size: 2.875em; font-family: 'Futura Md BT'; margin: .65em 0 .245em; line-height: 1; }
.block-quote-text-link .text { font-size: 1.2em; }
.block-quote-text-link .button { font-size: 1.2em; }
.block-quote-text-link .content { max-width: 60em; margin: 0 auto; }

.page-template-template-free-quote .block-product-categories { padding: 7em 0 4em; }
.page-template-template-free-quote .site-header .row.bottom { display: none; }

.block-quote-area-label {/* background: #1f1c1c;*/ background: #fff; padding: .75em 0; border-bottom: 1px solid #f5f5f5; }
/*.block-quote-area-label .wrap { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; }*/
.block-quote-area-label .text { max-width: 40em; }

.responsive-call-us-link { display: none; }
.block-colours-swatches .note em { font-style: normal; font-size: 1em; }
.block-colours-swatches .note { margin-top: -1.56em; margin-bottom: -1.5em; }

/* .block-colour-2-columns-list.block { padding-top: 2.75em; } */
.block-colour-2-columns-list .block-title { font-size: 1.75em; margin: 0 0 1.2em; }
.block-colours-swatches { padding: 2em 0; border-bottom: .5em solid #f6f0ef; }
.block-colours-swatches .block-title { font-size: 1.5em; }

.block-colour-tiles { padding: 0; }
.block-colour-tiles ul { margin: 0; }
.block-colour-tiles .item  { padding: 1.85em 0; border-bottom: .5em solid #f6f0ef; }
.block-colour-tiles .item .block-title { font-size: 1.5em; }
.block-colour-tiles .item .text { margin-bottom: 2em; }

.slug-colours .block-tiles { border-bottom: none; }
.slug-colours #color-range-plantation-shutters { border-bottom: .5em solid #f6f0ef; }
.slug-colours .block-tabs { padding: 2em 0 3em; border-bottom: .5em solid #f6f0ef; }
.slug-colours .block-tabs .text { font-size: 1.25em; font-weight: 600; }
.slug-colours #louvre-patio-roofs { border-bottom: .5em solid #f6f0ef; }

.block-gallery-carousel.block .slick-dots { text-align: center; }
.slug-thank-you .content .entry-content { padding: 4em 0 2em; }
.slug-thank-you .content .entry-content h3,
.slug-newsletter .content .entry-content h2 { font-size: 2em; }

.slug-newsletter .content .entry-content { padding: 4em 0 2em; }

.single-location .read-more { font-family: "Manrope", sans-serif; font-weight: 600; display: inline-block; transition: color 300ms ease-in-out; color: #da291c; display: inline-block; margin: 1em 0; }
.single-location .read-more:hover { color: #666; }


.slug-outdoor-roller-shutters .block-shutters.block-roofing-system li { width: 33.33%; }

.block-footer-newsletter .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors { color: #fff !important; padding-left: 1em; font-weight: normal; }

.block-product-categories.block-product-categories-v2 .items li { width: 50%; }
.single-location .img-2 { margin-bottom: 2em; }
.single-location .two-custom-maps { display: flex; flex-flow: row wrap; margin-left: -3em; margin-bottom: 3em; }
.single-location .custom-map { width: 50%; padding-left: 3em; }
.single-location .custom-map iframe { width: 100% !important; }
.single-location .custom-map a { transition: color 300ms ease-in-out; }
.single-location .custom-map a:hover { color: #da291c; }
.single-location .custom-map-iframe-holder { box-shadow: 0 0 .85em rgba(0,0,0,.15); }

.entry-content p a:not(.button ) { text-decoration: underline; color: #da291c !important; transition: color 300ms ease-in-out; }
.entry-content p a:not(.button ):hover { color: #333; }

.simple-page-content { padding: 3em 0; }
.slug-terms-and-conditions .block-about-map .content { align-items: center; }
.slug-terms-and-conditions .block-about-map { padding: 4em 0; }
.col-2.blog-sidebar.location-sidebar.terms-sidebar .block-sidebar-book { margin-bottom: 1.5em; }

.print-page { margin: 1.5em 0; }
.print-page .button:before { content: ''; display: inline-block; width: 18px; height: 18px; background: url("images/icon-print.png") no-repeat center; background-size: contain; margin-right: .75em; vertical-align: middle; position: relative; top: -1px; }
.back-to-all-terms { margin: 2em 0; }
.print-page .button { padding: .5em 1em; }

.file-single-video .entry-title { margin-bottom: 1.25em; }
.file-single-video .video p { position: relative; padding-bottom: 56%; }
.file-single-video .video iframe { width: 100% !important; position: absolute; top: 0 !important; left: 0; right: 0; bottom: 0; height: 100% !important; }
.file-single-video .video { margin: 3em 0; }
.file-single-video .desc { padding: 1.5em 2em; background: #f6f0ef; margin-bottom: 3.25em; margin: 2em 0; }
.file-single-video .entry-content li { padding-left: 2.5em; letter-spacing: .015em; margin-bottom: 1em; }
.file-single-video .entry-content li:before { content: ''; display: inline-block; width: 10px; height: 10px; background: url("images/list-item-dot.png") no-repeat center; margin-right: 1.85em; margin-left: -2.5em; }
.file-single-video .entry-content h3 { margin: 1em 0; }

.block-videos-list .block-page-intro.block { padding-bottom: 0; padding-top: 3.2em; }
.block-videos-list .block-page-intro.block .block-title { margin-bottom: 1em; }
.block-videos-list .videos .item-box { padding: 3em 0; border-top: .5em solid #f6f0ef; }
.block-videos-list .item-box .entry-title { margin-bottom: 1.5em; transition: color 300ms ease-in-out; }
.block-videos-list .item-box a:hover .entry-title { color: #333; }
.block-videos-list .item-box .image { margin: 2em 0; position: relative; }
.block-videos-list .item-box .desc { margin: 2.5em 0; line-height: 1.6; }
.block-videos-list .item-box .buttons { margin-bottom: 2em; }

.videos-list-bottom-line { padding: 1.5em 2em; background: #f6f0ef; margin-bottom: 3.25em; }
.block-videos-list .item-box .image a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("images/icon-play.png") no-repeat center; z-index: 3; transition: opacity 300ms ease-in-out; }
.block-videos-list .item-box .image a:hover { opacity: .5; }

.file-single-video .heateor_sss_sharing_ul li,
.file-single-video ul.heateor_sss_follow_ul li,
.file-single-video  ul.heateor_sss_sharing_ul li { float: left !important; margin: 0 .65em 0 0 !important; }
.file-single-video .share { padding: 1.5em 0; }
.file-single-video .share h3 { margin-bottom: 1em; }
.file-single-video .comment-form label { display: block; font-size: .85em; margin-bottom: .35em; }
.file-single-video .comment-form textarea,
.file-single-video .comment-form input { -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none; font-family: "Manrope", sans-serif; border: 1px solid rgba(138,144,148,.4); padding: .5em 1em .5em; border-radius: 0 !important; letter-spacing: .01em; background: #d8d9db; font-size: 1em; display: inline-block; width: 100%; /*height: 44px;*/ margin: 0; color: #333; }
.file-single-video .comment-form input.submit { background: #da291c; color: #fff; border: 1px solid #da291c; font-size: 1em; font-weight: 600; text-transform: uppercase; padding: .75em 1em; display: inline-block; transition: all 250ms ease-in-out; box-shadow: none; border-radius: 0; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-align: center; max-width: 12em; line-height: 1.2em; }
.file-single-video .comment-form { margin: 2em 0; }
.file-single-video .comment-form input.submit:hover { background: #131111; border: 1px solid #131111; box-shadow: 0 0 .85em rgba(0,0,0,.2); }

.file-single-video .comment-author.vcard { display: none; }
.file-single-video .comments-list { list-style-type: none; margin: 4em 0 2em; }
.file-single-video .comments-list li { padding: 1.5em 0; border-top: 1px solid #f6f0ef; }
.file-single-video .comment-metadata {  font-size: 1em; font-weight: 600; }
.file-single-video .comment-reply-link {  background: #da291c; color: #fff; border: 1px solid #da291c; font-size: .75em; font-weight: 600; text-transform: uppercase; padding: .55em 1em; display: inline-block; transition: all 250ms ease-in-out; box-shadow: none; border-radius: 0; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-align: center; min-width: 10em; line-height: 1.2em; }
.file-single-video .comment-reply-link:hover {  background: #131111; border: 1px solid #131111; box-shadow: 0 0 .85em rgba(0,0,0,.2);  }
.file-single-video .comments-holder { margin: 2em 0; }

.sitemap-list li { margin-bottom: .75em; }
.sitemap-block-title { margin-bottom: 1em; font-size: 1.75em; }
.sitemap-list li a { font-size: 1em; transition: color 300ms ease-in-out; }
.sitemap-list li a:hover { color: #da291c; }
.sitemap-list { margin-bottom: 2em; }

.block-product-sidebar-video{
  margin: 5em 0;
}

.block-product-sidebar-video .content-video {
  position: relative;
  width: 100%;
  max-width: 962.35px;
  padding-top: 320px; /* 16:9 Aspect Ratio */
  overflow: hidden;
  margin: auto;
}

@media (min-width: 768px) {
  .block-product-sidebar-video .content-video {
    padding-top: 480px; /* 16:9 Aspect Ratio */
  }
}

@media screen and (min-width: 992px) {
  .block-product-sidebar-video .content-video {
    padding-top: 540px; /* 16:9 Aspect Ratio */
  }
}

.block-product-sidebar-video .content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#liveagent_button_online_5730K000000k9pC { display: block !important; }
#liveagent_button_online_5730K000000k9pC img { max-width: 120px; transition: opacity 300ms ease-in-out; }
#liveagent_button_online_5730K000000k9pC:hover img { opacity: .8; }
.block-footer-facebook-chat { position: fixed; right: 0; bottom: 2em; }

.contact-note {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.health-burst {
    position: absolute;
    top: 1.45em;
    left: 40px;
}

.health-burst img {
    max-width: 200px;
    height: auto;
	display: inherit!important;
}

.franchise-btn img {
    max-height: 40px;
    width: auto;
}



.new-blog-style .blog-sidebar .side-box {
    background: initial;
    padding: 0px;
}



.new-blog-style.archive-news .col-1 {
    padding-right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.new-blog-style.archive-news .post {
    display: flex;
    flex-direction: column;
    flex-basis: calc(50% - 20px);
    margin: 0px;
}

.new-blog-style.archive-news .post .news-title {
    width: 100%;
    padding: 0;
}

.new-blog-style .news-content {
    padding: 0px 30px 30px 30px;
}

.new-blog-style.archive-news .post .entry-header {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding: 30px 30px 0px 30px;
}

.new-blog-style .grey-fade {
    background: rgb(165,173,175);
    background: linear-gradient(75deg, rgba(165,173,175,1) 0%, rgba(235,237,237,1) 100%);
}

.new-blog-style .sp-mesh-background {
    position: absolute;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(franchise/img/sp-mesh-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 800px 800px
}

.new-blog-style .inset-border {
    width: 100%;
    position: absolute;
    bottom: 0;
}


.new-blog-style .inset-border-inner {
    margin: 0 auto;
    width: 1400px;
    height: 100px;
    color: #ffffff;
    /* position: relative; */
    /* bottom: 0; */
}

.new-blog-style .default-content {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
}

.new-blog-style .right-content {
    width: 50%;
    float: right;
    position: relative;
    padding: 30px 20px 0px 0px;
}

.new-blog-style .left-content {
    width: 50%;
    float: left;
    position: relative;
    padding: 30px 0px 0px 20px;
}

.new-blog-style .left-content.image-only {
    padding: 0px;
}


.new-blog-style .light-grey-screen-pattern {
    background-color: #ebeded;
    background-image: url(franchise/img/screen-pattern-01.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}


.new-blog-style .block-page-banner.block .block-title,
.single-post .block-title  {
    font-size: 38px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
    color: #4d5d61;
    margin-bottom: 0px;
}

.single-post .block-title  {
    margin-bottom: 20px;
}

.new-blog-style .block-page-banner.block h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    font-style: italic;
    color: #4d5d61;
    text-align: right;
}

.new-blog-style .block-page-banner.block h2 a {
    color: #da291c;
    text-decoration: underline;
}

.new-blog-style .block-sidebar-book {
    margin: 0px 0px 20px 0px;
}


.new-blog-style .background-image{
    background: center center no-repeat;
    background-size: cover;
    height: 100%;
}

.new-blog-style .content-text {
    padding: 60px;
    position: relative;
    max-width: 660px;
}

.new-blog-style .input {
    background: #ffffff;
}



.new-blog-style.archive-news .col-1 {
    padding-left: 20px;
    width: 76%;
    padding-top: 0px;
}

.new-blog-style.archive-news .col-2 {
    padding-left: 20px;
    width: 24%;
    padding-top: 0px;
}

.new-blog-style .wrap {
    max-width: 1336px;
}

.new-blog-style .wrap-full {
    max-width: 1336px;
}

.new-blog-style .block-page-banner.block .wrap {
    top: inherit;
    background: white;
}

.new-blog-style .block-page-banner.block .wrap-full {
    top: inherit;
    background: white;
}

.new-blog-style.archive-news .post .date {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    text-transform: initial;
    padding-bottom: 10px;
}

.new-blog-style p {
    margin: 0.5em 0px 1.5em 0px;
}

.new-blog-style input[type="search"] {
    width: 100%;
    background: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: 94% center;
    background-color: #ebeded;
    border: 0;
    background-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
    border-top: 1px #da291c solid;
}


.new-blog-style .blog-sidebar .widget-title,
.new-blog-style .popular-posts h2 {
    color: #da291c;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: 0px;
    margin-bottom: 10px;
    padding: 0px;
    line-height: 1.15;
    font-size: 14px;
}



.new-blog-style .block-sidebar-social-share,
.new-blog-style .side-box .widget {
    background: #ebeded;
    padding: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #da291c;
}

.new-blog-style .blog-sidebar .widget.popular-posts {
    margin-bottom: 0px;
    padding: 0px;
    border: none;
}

.new-blog-style .blog-sidebar .wpp-list {
    padding-left: 0px;
}

.new-blog-style li.cat-item,
.new-blog-style #social-share li,
.new-blog-style .wpp-list li {
    border-bottom: 1px solid #a5adaf;
    font-size: 15px;
    line-height: 18px;
    padding: 2px 0px;
    margin: 0px;
}

.new-blog-style .navigation.pagination {
    width: 100%;
}

.new-blog-style .wpp-list .wpp-post-title { display: block; color: #333333; font-weight: 400; font-size: 15px; margin-bottom: 0; line-height: 18px; }



.single-post .new-blog-style .navigation {
    background: #ebeded;
    float: left;
    width: 100%;
    line-height: 12px;
    font-size: 12px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.single-post .new-blog-style .navigation .alignleft,
.single-post .new-blog-style .navigation .alignright {
        margin-bottom: 0;
    }

.new-blog-style #breadcrumbs {
        font-size: 14px;
        line-height: 18px;
    }

.new-blog-style #breadcrumbs a {
    color: #da291c;
}


.new-blog-style .related-posts-wrap {
    padding: 20px;
    min-height: 160px
}

.new-blog-style .items.product-cat-boxes li {
    width: 33.333%;
    padding-left: 2em;
}

.new-blog-style .related-posts h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    font-style: italic;
    color: #4d5d61;
    margin-bottom: 20px;
}

.new-blog-style .date {
    font-size: 14px;
    color: #4d5d61;
    font-weight: 400;
    margin-bottom: 5px;
}

.wrap.single-post {
    margin-top: -90px;
    position: relative;
    background: #ffff;
}

.wrap-full.single-post {
    margin-top: -90px;
    position: relative;
    background: #ffff;
}

.new-blog-style .scroll-hidden {
    display: none;
}

.new-blog-style .read-more-link a {color: #da291c;text-transform: uppercase;font-size: 12px;line-height: 12px;font-weight: 600;}

h4.related-posts-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 10px;
}

.product-template-single-product-blinds .block-sidebar-book {
    position: sticky;
    top: 0px;
    z-index: 1;
}


  /* Accordian
  ================================== */

.question {
    position: relative;
    border-bottom: 1px solid #90a0b0;
}


.question-heading {
    position: relative;
}


.question h3 {
    color: #222222;
    padding: 20px 40px 20px 10px;
    margin: 0px;
    font-weight: 400;
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
    cursor: pointer;
}


.question h3:hover {
    background: #ebeded;
}

.question.active h3 {
    color: #da291c;
}


.answer {
    padding: 0px 10px;
    display: none;
    margin-bottom: 20px;
}

.arrow {
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: initial;
    align-items: center;
    justify-content: center;
}

.arrow:before {
    content: "\f175";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 26px;
    line-height: 26px;
    color: #da281a;
}

.question.active .arrow{
    transform: rotate(180deg);
}

.block-list-pdf .answer.item-row {
    padding: 0px 10px;
    border-top: 0;
}



.page-id-817 .block-colour-2-columns-list .box {
    padding: 0px;
    margin-bottom: 0px;
    background: none;
}

.page-id-817 .block-colour-2-columns-list .items {
    margin-left: 0;
}

.page-id-817 .block-colour-2-columns-list .items li  {
    width: 100%;
    padding-left: 0;
   margin-bottom: 8px;
}

.page-id-817 .block-colour-2-columns-list.block .box .line {
    background: #f3f3f3;
    padding: 12px;
    border-bottom: 1px solid #8a9094;
}

.page-id-817 .block-colour-2-columns-list.block .box .line:hover {
   background: #f6f0ef;
}

.page-id-817 .block-colour-2-columns-list .items li .line:before {
    background: none;
}


.blog-page-content .content h1 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.blog-page-content .content h2,
.blog-page-content .content h3,
.blog-page-content .content h4{
    margin-bottom: 10px;
}

  /* New Mobile Header
  ================================== */


.mobile-header {
    display: none;
}

.mobile-header br {
    display: none;
}

.top-bar, .base-bar {
    position: relative;
    z-index: 16;
    display: flex;
    font-size: 13px;
    line-height: 16px;
    background: #d7d7d7;
    border-bottom: 1px solid #ffffff;
}

.top-bar a,
.base-bar a {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    text-align: center;
    width: 50%;
  }

.mobile-header .fa {
    margin-right: 5px;
    top: 0px;
}

.mobile-header .mobile-menu-btn .fa {
    margin-left: 5px;
    margin-right: 0px;
}

.top-bar .right {
    background: #86c8e8;
    border-right: 1px solid #ffffff;
    padding: 10px;
}

.top-bar .left {
    background: #da291c;
    padding: 10px;
}

.top-bar a .left {
    color: white;
}

.base-bar .right {
    border-right: 1px solid #ffffff;
    padding: 10px;
}

.base-bar .left {
    padding: 10px;
}

.site-logo-mobile {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

.site-logo-mobile img {
    height: 62px;
}


.new-mobile-menu {
    display: flex;
    position: relative;
    flex-direction: column;
    color: #ffffff;
    font-size: 13px;
    line-height: 14px;
}

.booking-burst {
    position: absolute;
    top: -35px;
    z-index: 15;
    width: 160px;
    left: 20px;
    display: none;
}

.home .booking-burst {
    display: block;
}

.home .booking-burst.active {
    display: none;
}

.new-mobile-menu .dl-menuwrapper ul {
    background: none;
}

.new-mobile-menu .dl-menuwrapper li a {
    padding: 8px 0px;
    font-size: 14px;
}

.new-mobile-menu .dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    }

.new-mobile-menu .dl-menuwrapper li.dl-back:after,
.new-mobile-menu .dl-menuwrapper li > a:not(:only-child):after {
        line-height: 38px;
    }

.new-mobile-menu .item  {
    flex: 1 1 auto;
  }

.mobile-menu-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-height: 40px;
    border-bottom: 1px solid #ffffff;
    text-align: right;
    background: #222222;
    z-index: 2;
    padding: 0px 20px;
    cursor: pointer;
}

.mobile-menu-btn.active {
    background: #636f72;
}

.new-mobile-menu-open {
    z-index: 100;
    position: absolute;
    width: 100%;
    padding: 20px;
    margin-top: 40px;
    background: #636f72;
    display: none;
}

.new-mobile-menu-open.active {
    display: block;
}

.mobile-button {
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

.mobile-button.blue {
    background: #86c8e8;
}

.mobile-button.red {
    background: #da291c;
}

.base-btns a .red {
    color: white;
}

.base-socials .socials {
    text-align: left;
    margin-top: 10px;
}

.base-socials .socials li {
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.base-socials .socials a {
    color: #fff;
    background: #646f72;
    font-size: 22px;
    width: inherit;
    height: inherit;
    line-height: 37px;
    border-radius: 0px;
    box-shadow: none;
}

.new-mobile-menu .dl-menu {
    position: relative;
}

.new-mobile-menu .dl-menuwrapper {
    max-width: 100%;
}

.new-mobile-menu .dl-menuwrapper:first-child {
    margin-right: inherit;
}

.mobile-header .top-bar a:link,
.mobile-header .base-bar a:link{
    color: #222222;
}

.mobile-header .top-bar a:visited,
.mobile-header .base-bar a:visited,
.base-btns a:visited {
    color: #222222;
}

.form-success-message,
.form-success-message-newsletter {
    display: none;
    margin-bottom: 20px;
    background: #cee2b7;
    padding: 12px;
}

#g-recaptcha-error {
	color: red;
	margin-bottom: 15px;
}

.online-bookings {
    position: relative;
    display: flex;
    flex-direction: row;
    background: #ebeded;
    margin-bottom: 1.5em;
    padding: 20px;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    line-height: 36px;
}

.online-bookings a {
    text-decoration: underline;
	cursor: pointer;
}

.online-bookings .burst img {
    width: 90%;
    max-width: 200px;
}

.online-bookings .col {
    width: 70%;
}

.online-bookings .col.burst {
    position: absolute;
    right: 20px;
    width: 30%;
    text-align: right;
}

.online-bookings .note {
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-top: 10px;
}



.wp-block-embed.is-type-video .wp-block-embed__wrapper {
    position: initial;
}

.wp-block-embed-youtube {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

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



.block-footer-newsletter-salesforce  {
	/* background: #da291c; */
	background: #181C1C;
}

.block-footer-newsletter-salesforce h3 {
	color: white;
	font-size: 1.5em;
	padding: 0 0.4em 0 0;
}

.block-footer-newsletter-salesforce .form-success-message-newsletter {
	text-align: center;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 16px;
}

.salesforce-newsletter-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 20px 0px 0px 0px;
	gap: 0px 40px;
}

.block-footer-newsletter-salesforce.item {
	flex-basis: calc(33.33% - 10px);
	margin-bottom: 40px;
}

.column-one, .column-three {
	flex: 0 0 auto;
}

.column-two {
	flex: 1 0 auto;
}

.column-one, .column-three {
	margin-bottom: 20px
}

.salesforce-newsletter-form .input{
	background: #ffffff;
	height: 34px;
	font-size: .625em;
	border: none
	}

.salesforce-newsletter-form .input-rows {
	margin-left: -0.4em;
}


.salesforce-newsletter-form .input-row {
	padding-left: 0.4em;
	margin-bottom: 0.4em;
}

.salesforce-newsletter-form #g-recaptcha-error-newsletter {
	color: white;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	}


  /* Sticky CTA */
  body.admin-bar .site-main .block-product-sticky-cta{
    top: 32px;
  }

  @media only screen and (max-width: 767px){
    .block-product-sticky-cta{
      display: none;
    }
  }

  .block-product-sticky-cta{
    color: #fff;
    background-color: #da291c;
    position: fixed;
    top: 0;
    z-index: 2;
    transition: all 0.4s ease;
    transform: translateY(-100%);
    opacity: 0;
    width: 100%;
  }

  .block-product-sticky-cta.show {
    opacity: 1;
    transform: translateY(0%);
  }


  .block-product-sticky-cta .wrap{
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    padding-top: 20px;
    padding-bottom: 20px;
  }
  .block-product-sticky-cta .block-title,
  .block-product-sticky-cta .block-title *,
  .block-product-sticky-cta .block-description,
  .block-product-sticky-cta .block-description *{
    margin-top: 0;
    margin-bottom: 0;
  }
  .block-product-sticky-cta .text{
    width: 60%;
  }
  .block-product-sticky-cta .text *{
    color: #fff;
  }
  .block-product-sticky-cta .buttons{
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  @media only screen and (min-width: 992px){
    .block-product-sticky-cta .text{
      width: 70%;
    }
    .block-product-sticky-cta .buttons{
      width: 30%;
      flex-direction: row;
      gap: 15px;
    }
  }

  .block-product-sticky-cta .buttons .button{
    background-color: #da291c;
    color: #fff;
    padding: 10px 20px;
    border:0;
  }

  .block-product-sticky-cta .buttons .button:hover{
    background-color: #131111;
    color: #fff;
    border:0;
  }
  .block-product-sticky-cta .background-image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 0.85;
  }


  /* .page-template-template-testimonials{} */

.page-template-template-testimonials .content .content-inner{
  margin: 3em auto;
}

@media screen and (min-width: 992px) {
  .page-template-template-testimonials .content .content-inner{
    margin: 5em auto;
  }
}

/* Featured Testimonial */
.block-featured-testimonial{
  margin: 3em auto;
}

@media screen and (min-width: 992px) {
  .block-featured-testimonial{
    margin: 5em auto;
  }
}

.block-featured-testimonial p{
  margin-top: 0;
}

.block-featured-testimonial .text-container{
  padding: 20px 70px;
  margin: 0 auto;
  max-width: 1000px;
  background: linear-gradient(267.19deg, #F5F7F7 15.48%, #CBD2D3 84.52%);
  border-radius: 5px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .block-featured-testimonial .text-container{
    padding: 40px 140px;
  }
}

.block-featured-testimonial .text-container::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/testimonial-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  position: absolute;
}

.block-featured-testimonial .text-container::before{
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(images/quote-left-circle.png);
  background-position: top left;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  position: absolute;
  z-index: 2;
}

  /* Showcase Testimonial */
.block-showcase-testimonial{
  margin: 3em auto;
}

@media screen and (min-width: 992px) {
  .block-showcase-testimonial{
    margin: 5em auto;
  }
}

.block-showcase-testimonial .wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

@media screen and (min-width: 992px) {
  .block-showcase-testimonial .wrap{
    flex-direction: row;
  }
}

.block-showcase-testimonial.image-right .wrap{
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .block-showcase-testimonial.image-right .wrap{
    flex-direction: row-reverse;
  }
}

.block-showcase-testimonial .text-container{
  position: relative;
  padding-left: 40px;
  flex: 0 1 calc(100% - 433px);
}

.block-showcase-testimonial .text-container::before{
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(images/quote-left.png);
  background-position: top left;
  background-repeat: no-repeat;
  top: -30px;
  left:0;
  position: absolute;
  z-index: 2;
}

.block-showcase-testimonial .text-container h4{
  color: var(--color-red);
}

.block-showcase-testimonial .image-container{
  flex-basis: 50%;
  flex: 0 1 433px;
  border-radius: 5px;
  overflow: hidden;
}

.block-showcase-testimonial .image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Banner Testimonial */
.block-banner-testimonial{
  position: relative;
  margin: 3em auto 0 auto;
  height: 500px;
}

@media screen and (min-width: 992px) {
  .block-banner-testimonial{
    margin: 5em auto 0 auto;
    height: 700px;
  }
}

.block-banner-testimonial .wrap{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-banner-testimonial .background-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.block-banner-testimonial .background-image::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/divider-white-bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.block-banner-testimonial .background-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-banner-testimonial p{
  margin-top: 0;
}

.block-banner-testimonial .text-container{
  padding: 30px 40px 30px 70px;
  margin: 0;
  max-width: 650px;
  background: linear-gradient(267.19deg, #F5F7F7 15.48%, #CBD2D3 84.52%);
  border-radius: 5px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .block-banner-testimonial .text-container{
    padding: 40px 70px 40px 100px;
  }
}

.block-banner-testimonial .text-container::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/testimonial-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  position: absolute;
}

.block-banner-testimonial .text-container::before{
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(images/quote-left-circle.png);
  background-position: top left;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  position: absolute;
  z-index: 2;
}

/* Block Locations */
.block-locations .wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.block-locations .buttons {
  justify-content: flex-start;
}

.block-locations .col.content{
  flex: 0 1 60%;
  padding-right: 50px;
}

.block-locations .col.map{
  flex: 0 1 40%;
}

.block-locations .col.content .text{
  margin-bottom: 40px;
}

.block-locations.block { margin: 3em auto;}
@media only screen and (min-width: 768px){
  .block-locations .wrap{
    gap:30px;
  }



  .block-locations.block { margin: 5em auto; }
}

/* Newsletter */
.iframe-wrapper-responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */

  &.newsletter {
    padding-top: 520px;
    @media (min-width: 992px) {
      padding-top: 320px;
    }
  }
}

.iframe-wrapper-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}


/* Page Templates */
.page-template-default .cols > .col-1,
.page-template .cols.template-sidebar-page > .col-1{
  padding-top: 3.25em;
  padding-bottom: 3.25em;
}
