/*  
Theme Name: Billing Chimneys
Theme URI: https://billingchimneys.co.uk
Description: Billing Chimneys Theme
Version: 5.1.6
Author: Mark Ratcliffe
Author URI: https://www.brightsouth.co.uk
*/

/* Core
-------------------------------------------------- */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #333;
}
a {
	color: #EC1E24;
	text-decoration: none !important;
}
a:hover,
a:focus {
	color: #B5101C;
}
a:hover {
	text-decoration: underline;
}
#website-notice {
	display: none;
	border: 1px solid #DDDDDD;
	padding: 10px 0;
	text-align: center;
	background: #FFFFFF;
}
#website-notice p {
	margin-bottom: 0;
	font-size: 16px;
}
#website-notice a {
	text-decoration: underline;
}
#website-notice a:hover {
	text-decoration: none;
	cursor: pointer;
}
#website-notice .close {
	margin: -10px 5px 0 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;

}
#website-notice a.close {
	text-decoration: none;
}
/* Fixes Admin Bar issue when logged in */
.customize-support .fixed-top {
	top: 32px;
}

/* Fonts & Headings
-------------------------------------------------- */
h1 {
	font-size: 2em;
	margin-bottom: 30px;
	color: #253773;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}
h2,
h2 a {
	color: #253773;
}
h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}


/* Buttons
-------------------------------------------------- */
.btn {
	font-size: 16px;
}
.btn-primary {
    color: #fff;
	background-color: #EC1E24;
	border: none;
	display: inline-flex;
	align-items: center;
}
.btn-outline-primary {
    color: #EC1E24;
    border-color: #EC1E24;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    color: #fff;
    background-color: #B5101C;
    border-color: #B5101C;
	outline: none;
	box-shadow: none;
}
.grid-filter-list .btn-primary.is-checked,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #B5101C;
	border: none;
	outline: none;
	box-shadow: none;
}
.btn-lg {
	padding: 11px 25px;
}
.btn-outline-white {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:focus,
.btn-outline-white:hover {
    color: #253773;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
	outline: none;
	box-shadow: none;
}

/* Page Top
-------------------------------------------------- */
#page-top {
	position: relative;
	z-index: 1;
	height: 30px;
	padding: 0 15px;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
}
#page-top ul.contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	font-size: 14px;
	line-height: 0;
}
#page-top ul.contact-list a {
	color: #333333;
}
#page-top ul.contact-list li {
	display: inline-block;
	padding-right: 10px;
}
#page-top ul.contact-list li a:hover,
#page-top ul.contact-list li a:focus {
	text-decoration: none;
	color: #EC1E24;
}
#page-top ul.contact-list li .fa-phone-alt {
	padding-right: 5px;
	padding-top: 5px;
	font-size: 16px;
	color: #333333;
}
#page-top ul.contact-list li .fa-envelope {
	padding-right: 5px;
	padding-top: 8px;
	font-size: 16px;
	color: #333333;
}

/* Misc
-------------------------------------------------- */
.title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333333;
}
ul.social-list {
	margin: 0;
	list-style: none;
	float: right;
	font-size: 18px;
	padding: 6px 0 6px 10px;
	line-height: 0;
}
ul.social-list li {
	display: block;
	float: left;
	padding-left: 15px;
}
ul.social-list li a {
	color: #333333;
	display: flex;
	align-items: center;
}
ul.social-list li img.x-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
}
a.facebook:hover {
	color: #3B5999 !important;
}
a.twitter:hover {
	filter: brightness(0) saturate(100%) invert(61%) sepia(72%) saturate(747%) hue-rotate(180deg) brightness(97%) contrast(86%);
}
a.instagram:hover {
    color: #E4405F !important;
}
a.linkedin:hover {
    color: #0A66C2 !important;
}
.subheading {
	color: #FFFFFF;
	font-size: 25px;
	line-height: 35px;
	text-shadow: 1px 2px 3px #000;
	text-align: center;
	margin-bottom: 60px;
	z-index: 1;
	position: relative;
}
#collapseSearch {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
  	width: 100%;
  	-webkit-transform: translateY(100%);
   	transform: translateY(100%);
  	z-index: 10;
   	background: #253773;
}
.search-toggle {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	margin: 18px 13px 18px 5px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.search-toggle:before {
	content: '\f002';
	font-family: 'Font Awesome 6 Free';
  	font-weight: 900;
	position: absolute;
	margin: auto;
  	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
}
.search-toggle.open:before {
	content: '\f00d';
	font-family: 'Font Awesome 6 Free';
  	font-weight: 900;
	position: absolute;
	margin: auto;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
}
.search-toggle:active,
.search-toggle:focus {
	color: #EC1E24;
}
.search-toggle:hover {
	text-decoration: none;
	color: #B5101C;
}
#billingchimneys-nav.show .header-search-box {
 	height: 40px;
}
.header-search-box .container {
	position: relative;
}
.header-search-box .search-input {
  	border: 0;
  	background-color: transparent;
  	color: #fff;
  	padding: 20px 0;
  	font-size: 18px;
	width: 100%;
}
.header-search-box .search-input:focus,
.header-search-box .search-input:focus-visible {
	outline: none;
}
.header-search-box .search-input::-webkit-input-placeholder {
  	color: rgba(255, 255, 255, 0.5);
}
.header-search-box #header-search-button {
	position: absolute;
	top: 0;
	right: 30px;
	background: none;
	color: rgba(255, 255, 255, 0.5);
	border: none;
	font-size: 18px;
	padding: 20px 0 20px 20px;
	margin: 0;
}
.header-search-box #header-search-button:hover {
	color: rgba(255, 255, 255, 1.0);
}
#breadcrumbs {
	padding: 5px 0;
	border-bottom: 1px solid #DDDDDD;
	font-size: 14px;
	background: #FFFFFF;
}
#breadcrumbs a {
	color: #666666;
}
.seperator {
	display: inline-block; 
	padding: 0 5px;
}
#breadcrumbs a:hover,
.breadcrumb_last {
	color: #EC1E24;
}
.right-arrow {
	background: url(images/right-arrow-red.png) no-repeat;
	height: 10px;
	width: 13px;
	display: block;
	margin-left: auto;
}
/* Product Benefits Bar */
    .product-benefits-banner {
	background: #253773;
	color: #fff;
	padding: 20px 15px;
}

.product-benefits-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.product-benefits-list {
	display: flex;
	align-items: stretch;
	flex: 1;
}

.product-benefit {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
	padding: 0 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.product-benefit:first-child {
	padding-left: 0;
	flex: 1.45;
}

.product-benefit:nth-child(2),
.product-benefit:nth-child(3),
.product-benefit:nth-child(4) {
	flex: 1;
}

.product-benefit:last-child {
	border-right: 0;
}

.product-benefit-icon {
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	font-size: 25px;
	line-height: 1;
}

.product-benefit-content {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.product-benefit-content strong {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.product-benefit-content span {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	line-height: 1.4;
}

.product-benefits-cta {
	flex: 0 0 auto;
}

.product-benefits-cta .btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 10px 25px;
}

.product-benefits-button:hover,
.product-benefits-button:focus {
	background: #fff;
	border-color: #fff;
	color: #071a35;
}

.product-benefits-button i {
	font-size: 17px;
}

/* Lists */
ul.tick-list {
	margin: 0;
	padding: 0;
}
ul.tick-list li {
	position: relative;
	list-style: none;
	padding: 0 0 10px 30px;
}
ul.tick-list li:before {
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	content: '\f058';
	left: 0;
	color: #EC1E24;
}
.wp-content ul {
	margin: 0;
	padding: 0;
}
.wp-content ul li {
	position: relative;
	list-style: none;
	padding: 0 0 10px 30px;
}
.wp-content ul li:before {
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	content: "\f058";
	left: 0;
	color: #EC1E24;
}
.wp-block-image {
	margin-bottom: 30px;
}
#page h2 {
	margin-top: 30px;
}

/* Navigation
-------------------------------------------------- */
body.sticky #billingchimneys-nav {
  	position: fixed;
  	top: 0;
  	width: 100%;
	z-index: 999;
	background: #FFFFFF;
}
.navbar {
	font-size: 16px;
	background: #FFFFFF;
	padding: 0 15px;
  	-moz-box-shadow: 0 0 20px -5px rgba(0,0,0,.5);
  	-webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,.5);
  	box-shadow: 0 0 20px -5px rgba(0,0,0,.5);
}
.navbar-brand {
	padding: 0;
	float: left;
	display: block;
	width: 220px;
}
.navbar-nav {
	padding-right: 20px;
}
.navbar-nav li {
	padding: 0 8px;
}
.navbar-nav li:last-child {
	padding-right: 0;
}
a.nav-link {
	color: #253773;
	font-weight: bold;
}
.navbar-expand-xl .navbar-nav .nav-link {
	padding: 18px 5px 15px 5px;
	border-bottom: 3px solid #FFFFFF;
}
.navbar-nav > li.active > a:not(.dropdown-item),
.navbar-nav > li > a.nav-link:hover:not(.dropdown-item),
.navbar-nav > li > a.nav-link:focus:not(.dropdown-item) {
  	color: #EC1E24;
  	border-bottom-color: #EC1E24 !important;
}
.dropdown-menu {
    border: 1px solid #DDDDDD;
	background: #F5F5F5;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	padding: 10px 0;
	top: 60px;
}
.dropdown-menu:hover li a {
	border-bottom: none;
	background: none;
	color: #000;
}
.dropdown-menu:hover li a:hover {
	color: #EC1E24;
}
#billing-menu {
  	width: 32px;
  	height: 27px;
  	position: relative;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
  	cursor: pointer;
}
#billing-menu span {
  	display: block;
  	position: absolute;
  	height: 1px;
  	width: 100%;
  	background: #1C1745;
  	opacity: 1;
  	left: 0;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-moz-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
}
#billing-menu span:nth-child(1) {
  	top: 0px;
}
#billing-menu span:nth-child(2),
#billing-menu span:nth-child(3) {
  	top: 12px;
}
#billing-menu span:nth-child(4) {
  	top: 24px;
}
#billing-menu.open span:nth-child(1) {
  	top: 10px;
  	width: 0%;
  	left: 50%;
}
#billing-menu.open span:nth-child(2) {
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
}
#billing-menu.open span:nth-child(3) {
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
#billing-menu.open span:nth-child(4) {
  	top: 8px;
  	width: 0%;
  	left: 50%;
}
#billingchimneys-nav a.tel {
	color: #333333;
	font-size: 20px;
	padding: 10px 15px;
	position: relative;
}
.navbar-toggler {
	border: none;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}
#shopping-cart {
	background-color: #253773;
	padding: 15px 30px;
	display: flex;
 	align-items: center;
	margin-left: 10px;
}
#shopping-cart span {
	color: #FFFFFF;
	margin-left: 10px;
}
#shopping-cart span.text {
	margin-left: 0;
}
i.shopping-cart {
    display: inline-block;
	background: url(images/shopping-cart-icon.png) no-repeat;
	height: 29px;
	width: 31px;
	margin-bottom: 1px;
}

/* Pagination */
#pagination-wrap ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px auto;
    padding: 0;
    list-style: none;
}

#pagination-wrap ul.page-numbers li {
    margin: 0;
    padding: 0;
}

#pagination-wrap ul.page-numbers a,
#pagination-wrap ul.page-numbers span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ed1f24;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
}

#pagination-wrap ul.page-numbers .current {
    background-color: #B5101C;
    color: #fff;
    font-weight: bold;
}

#pagination-wrap ul.page-numbers a:hover,
#pagination-wrap ul.page-numbers a:focus {
    background-color: #B5101C;
    color: #fff;
    text-decoration: none;
}

/* Services
-------------------------------------------------- */
body.page-template-page-services #page-wrap {
    background-color: #f5f5f5;
}

/* Commercial Chimneys
-------------------------------------------------- */
.services-wrap .services-intro {
	margin-top: 10px;
}

/* Professionals
-------------------------------------------------- */
body.post-type-archive-professionals #page-wrap {
    background-color: #f5f5f5;
}

/* Articles
-------------------------------------------------- */
body.page-template-page-articles #page-wrap {
    background-color: #f5f5f5;
}
#page-wrap {
    padding: 40px 0;
}
.masonry-grid {
    margin: 0 -15px;
    display: block !important; 
}
.masonry-item {
    padding: 0 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%; 
}
@media(min-width: 768px) {
    .masonry-item {
        width: 50%;
    }
	.masonry-grid {
		margin: 0;
	}
}
@media(min-width: 992px) {
    .masonry-item {
        width: 33.3333%;
    }
}
.post-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}
.post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.post-thumb {
    position: relative;
    overflow: hidden;
}
.post-thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.post-thumb img:hover {
    transform: scale(1.03);
}
.post-thumb-fixed {
  height: 240px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.post-thumb-fixed img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.post-item .content {
    padding: 20px;
    flex-grow: 1;
	font-size: 16px;
 	line-height: 1.6em;
}
.post-item h2 {
    font-size: 1.25rem;
    margin: 0 0 10px;
    font-weight: 600;
}
.post-item .content p {
    color: #666;
    font-size: 16px;
	margin-bottom: 0;
}
.post-link{
	padding: 0 20px 20px 20px;
	font-size: 16px;
}

/* Live Search
-------------------------------------------------- */
#live-search-box {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
#live-search-box input {
	border-radius: .25rem;
	border: 1px solid #CCCCCC;
	padding: 10px 15px;
	width: 100%;
	height: 50px;
}
#live-search-box button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #253773;
	font-size: 1.1rem;
}
#live-search-box button:hover {
	color: #EC1E24;
}
#live-search-box i {
	margin-left: 10px;
}
.page-template-page-faq h1 {
	color: #FFFFFF;
	margin-bottom: 30px;
}
.no-results {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 26px;
}
.hide {
    display: none !important;
}

/* Full Service page
-------------------------------------------------- */
.page-template-services-full h2 {
	margin-top: 30px;
}
.page-template-services-full #page ul {
	margin: 0;
	padding: 0;
}
.page-template-services-full #page ul li {
	position: relative;
	list-style: none;
	padding: 0 0 10px 30px;
}
.page-template-services-full #page ul li:before {
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	content: "\f058";
	left: 0;
	color: #EC1E24;
}

/* Wood Burning page
-------------------------------------------------- */
.page-template-wood-burning h2 {
	margin-top: 30px;
}
.page-template-wood-burning #page ul {
	margin: 0;
	padding: 0;
}
.page-template-wood-burning #page ul li {
	position: relative;
	list-style: none;
	padding: 0 0 10px 30px;
}
.page-template-wood-burning #page ul li:before {
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	content: "\f058";
	left: 0;
	color: #EC1E24;
}
#manufacturers-carousel-wrap {
    padding: 30px 0
}
#manufacturers-carousel-wrap .slick-slider {
    margin-bottom: 0!important
}
#manufacturers-carousel-wrap .slick-slide {
    text-align: center;
    height: 100px!important;
    margin-bottom: 0!important
}
#manufacturers-carousel-wrap .slick-slide img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
#manufacturers-carousel-wrap .slick-initialized .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100px !important;
}
#manufacturers-carousel-wrap .slick-track {
    display: flex;
    gap: 30px; 
}
.manufacturers-carousel .slick-next,
.manufacturers-carousel .slick-prev {
    font-size: 0;
    height: 38px;
    width: 38px;
    background: #EC1E24!important;
    color: #FFF!important;
    margin-top: 10px!important;
    display: block!important;
    top: auto!important
}
.manufacturers-carousel .slick-next::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
    content: "\f054"!important;
    font-size: 14px
}
.manufacturers-carousel .slick-prev::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
    content: "\f053"!important;
    font-size: 14px
}
.manufacturers-carousel .slick-next {
    right: 0!important
}
.manufacturers-carousel .slick-prev {
    left: auto!important;
    right: 48px!important
}

/* Manufacturer Archive Template
-------------------------------------------------- */
.manufacturers-logo {
    margin-bottom: 20px
}
.manufacturers-logo img {
    width: 80%;
    float: right
}
.manufacturers-logo img {
    border: none !important
}

/* Single Wood Burning Stove page
-------------------------------------------------- */
.single-wood-burning-stove h2 {
	margin-top: 30px;
}
.single-wood-burning-stove table {
  	width: 100%;
  	max-width: 600px;
  	border-collapse: collapse;
  	margin: 30px 0;
  	font-family: Arial, sans-serif;
  	font-size: 16px;
}
.single-wood-burning-stove table th,
.single-wood-burning-stove table td {
  	border: 1px solid #ddd;
  	padding: 12px 16px;
  	text-align: left;
}
.single-wood-burning-stove table th {
  	background-color: #f4f4f4;
  	font-weight: bold;
}
.single-wood-burning-stove table tr:nth-child(even) td {
  	background-color: #fafafa;
}

.single-wood-burning-stove table tr:hover td {
  	background-color: #f0f0f0;
}

/* New Services Page
-------------------------------------------------- */
.service-location-content {
	margin-bottom: 30px;
}
#page .local-services-wrap h2 {
	margin-top: 0;
}
.local-services-wrap .post-item {
	margin-bottom: 30px;
}

/* Template Name: Heritage & Thatch Page
-------------------------------------------------- */
#recommended-services h2 {
	margin-bottom: 30px;
}
#recommended-services h3 {
  	font-size: 1.25rem;
  	font-weight: 600;
}
#recommended-services h3 a {
	color: #253773;
}


/* FAQs
-------------------------------------------------- */
#faqs h2 {
	font-size: 22px;
	margin-bottom: 0;
	padding: 15px 0;
}
#faqs .question a:hover h2,
#faqs .question a:hover .fas {
	color: #EC1E24;
}
#faqs .question a {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
}
#faqs .question a .fas {
	margin-left: auto;
	color: #253773;
}
#page-banner {
	background: url(images/local-chimney-company.webp) center center;
	height: 400px;
	width: 100%;
	position: relative;
}
#page-banner .overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#page-banner .container {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#page-banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 800px;
	margin: 0 auto;
}
#page-banner .banner-content .subheader {
	color: #FFFFFF;
	font-size: 18px;
}
#page-banner h1 {
	color: #FFFFFF;
	font-size: 70px;
}
#ask-question {
	width: 100%;
}
#ask-question input,
#ask-question textarea {
	border: 1px solid #CCCCCC;
	width: 100%;
	padding: 10px 15px;
	border-radius: .25rem;
}
#ask-question .wpcf-submit {
	border: none !important;
}

/* Case Studies
-------------------------------------------------- */
body.post-type-archive-case-studies #page-wrap {
    background-color: #f5f5f5;
}

/* Testimonials
-------------------------------------------------- */
.testimonial-grid {
    margin: 0 -15px;
}
.testimonial-item {
    padding: 0 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
@media(min-width: 768px) {
    .testimonial-item { width: 50%; }
}
@media(min-width: 992px) {
    .testimonial-item { width: 33.3333%; }
}
/* Testimonial Card */
.testimonial-bubble {
    background: #e6e6e6;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    height: 100%;
}

.testimonial-bubble::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 30px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #e6e6e6 transparent transparent;
    display: block;
    width: 0;
}
/* Author Section */
.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.author-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fallback-icon i {
    font-size: 36px;
    color: #bbb;
}
.author-meta {
    font-size: 0.9rem;
    color: #333;
}

/* Sidebar
-------------------------------------------------- */
#sidebar {
	font-size: 16px;
}
.search-form-wrap {
	position: relative;
	margin-bottom: 30px;
}
.search-form-wrap form {
	position: relative;
}
.search-form-wrap input#search {
	width: 100%;
	padding: 0.5rem 3rem 0.5rem 0.75rem; 
	line-height: 1.5;
	border: 1px solid #e6e6e6;
	min-height: 38px;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.search-form-wrap input#search:focus {
	outline: none;
}
.search-form-wrap button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.search-form-wrap button:hover {
	background-color: #b5101c;
}
#sidebar .sidebar-item {
	margin-bottom: 30px;
	background: #f5f5f5;
  	border-radius: 20px;
  	padding: 25px;
  	position: relative;
  	box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  	height: 100%;
	color: #333333;
}
ul.recent-articles-list,
ul.categories-list,
ul.archives-list {
	margin: 0;
	padding: 0;
}
ul.recent-articles-list li,
ul.categories-list li,
ul.archives-list li {
	list-style: none;
	position: relative;
	padding-bottom: 5px;
}
ul.recent-articles-list li a,
ul.categories-list li a,
ul.archives-list li a {
	color: #333333;
}
ul.recent-articles-list li a:hover,
ul.categories-list li a:hover,
ul.categories-list li:hover,
ul.archives-list li a:hover,
ul.archives-list li:hover {
	color: #EC1E24;
	cursor: pointer;
}
.recent-posts a {
	color: #333333;
}
.recent-posts a:hover {
	color: #EC1E24;
}
#sidebar ul.company-details {
	padding: 0;
	margin: 0;	
}
#sidebar ul.company-details li {
	margin-bottom: 5px;
}
#sidebar ul.company-details li a {
	font-size: 16px;
	color: #333333;
}
#sidebar ul.company-details li a:hover {
	color: #EC1E24;
}
#sidebar .sidebar-item .fas,
#sidebar .sidebar-item .far {
	color: #333333;
}
#sidebar ul.company-details li .fa-envelope {
	top: 8px;
}
#sidebar .sidebar-item input,
#sidebar .sidebar-item textarea {
	border: 1px solid #CCCCCC;
	width: 100%;
	padding: 10px 15px;
	border-radius: .25rem;
	margin-bottom: 10px;
}
#sidebar .sidebar-item textarea {
	height: 150px;
}

/* Buttons
-------------------------------------------------- */
.btn-bc-primary {
    color: #fff;
    background-color: #EC1E24;
}
.btn-bc-primary:hover {
    color: #fff;
	background-color: #B5101C;
	outline: none;
	box-shadow: none;
}
.btn-wc-secondary {
    background-color: #333333;
    border-color: #333333;	
}
.btn-wc-secondary:hover {
    background-color: #000000;
    border-color: #000000;	
}
.btn-bc-primary:not(:disabled):not(.disabled).active,
.btn-bc-primary:not(:disabled):not(.disabled):active, 
.show > .btn-bc-primary.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.btn-bc-primary:not(:disabled):not(.disabled).active:focus, 
.btn-bc-primary:not(:disabled):not(.disabled):active:focus, 
.show > .btn-bc-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0;
}
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0;
}
.privacy_wrapper {
	position: fixed;
	bottom: 0;
	font-size: 16px;
	border-top: 1px solid #DDDDDD;
	padding-top: 20px;
	background: #FFFFFF;
	color: #333333;
	left: 0;
	right: 0;
	z-index: 999;
}
.privacy_wrapper a {
	color: #EC1E24;
}
.privacy_wrapper a#fom:hover,
.privacy_wrapper a#fom:focus {
	color: #B5101C;
	text-decoration: underline;
}
.privacy_wrapper #privacy_btn {
	margin-bottom: 20px;
}

/* Home 
-------------------------------------------------- */
#home-banner-carousel {
	position: relative;
    margin-bottom: 30px;
    height: 600px;
}
#home-banner-carousel .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
#home-banner-carousel .carousel-item {
	height: 600px;
}
#home-banner-carousel .container {
 	display: flex;
  	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#home-banner-carousel .banner-content {
	text-shadow: 1px 2px 3px #000;
	z-index: 2;
	width: 60%;
}
.banner-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.banner-buttons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
#home-banner-carousel .banner-title {
	color: #FFFFFF;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
}
#home-banner-carousel .banner-tag {
	color: #EC1E24;
	font-size: 35px;
	font-weight: 600;
}
#home-banner-carousel .banner-text {
	color: #FFFFFF;
	font-size: 25px;
	line-height: 35px;
	margin-top: 10px;
}
#home-banner-carousel .banner-content a.btn-primary,
#home-banner-carousel .banner-content a.btn-outline-white {
	text-shadow: none;
	margin-top: 30px;
	padding: 10px 25px;
}
#home-banner-carousel .carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding-left: 0;
    margin: 0;
    bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}
#home-banner-carousel .carousel-control-prev,
#home-banner-carousel .carousel-control-next {
  	top: 0;
  	bottom: 0;
  	height: 100%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 0 1rem;
  	background: transparent;
  	border: none;
}
#home-banner-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 0.7;
    transition: 0.3s ease;
    cursor: pointer;
}
#home-banner-carousel .carousel-indicators li.active {
  background-color: #EC1E24;
  opacity: 1;
}
#homepage-links {
	margin: 60px 0;
}
#homepage-links .col-sm-4 a h2 {
	font-size: 22px;
  	margin: 0 0 10px;
  	font-weight: 600;
}
#homepage-links .col-sm-4 a:hover h2,
#homepage-links .col-sm-4 a:focus h2 {
	text-decoration: none;
}
#homepage-links .col-sm-4 img {
	display: inline-block;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-bottom: 20px;
}
#homepage-links .col-sm-4 a p {
	color: #666666;
	font-size: 16px;
	line-height: 1.6em;
}
#homepage-links .col-sm-4 a:hover {
	text-decoration: none;
}
#introduction-section {
	color: #FFFFFF;
	background: #253773;
	padding: 60px 0;
}
#introduction-section .title {
	text-align: center;
	color:  #FFFFFF;
	width: 80%;
	display: block;
	margin: 0 auto 30px auto;
}
#introduction-section a.btn-outline-primary {
	margin-top: 10px;
}
#testimonials-section {
	text-align: center;
	padding: 60px 0;
}
#testimonials-section .title {
	margin-bottom: 30px;
}
#testimonials-section #testimonial-box {
	color: #666666;	
}
#testimonials-section #testimonial-author {
	margin-top: 20px;
	font-weight: 600;
}
#testimonials-section .carousel-inner {
	padding: 0 60px;
}
#testimonials-section .carousel-control-next, 
#testimonials-section .carousel-control-prev {
    color: #DDDDDD;
	font-size: 60px;
	width: auto;
	cursor: pointer;
}
#testimonials-section .carousel-control-next:focus, 
#testimonials-section .carousel-control-next:hover, 
#testimonials-section .carousel-control-prev:focus, 
#testimonials-section .carousel-control-prev:hover {
    color: #333333;
}
.contact-section h3 {
	color: #FFFFFF;
	font-size: 35px;
	line-height: 25px;
	text-shadow: 1px 2px 3px #000;
	text-align: center;
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}

/* Areas we Cover
-------------------------------------------------- */
#locations-list li a {
    display: block;
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
	color: #253773;
}
#locations-list li a:hover {
    background: #e6e6e6;
	color: #B5101C;
}

/* Stove Calculator
-------------------------------------------------- */
#stove-calculator-content,
#results {
  margin-top: 20px;
}
#stove-calculator-content p,
.output-results p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #333;
}
#stove-calculator label {
  font-size: 0.95rem;
  color: #253773;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
#stove-calculator input[type="number"] {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}
#stove-calculator button {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #EC1E24;
  color: #fff;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
#stove-calculator button:hover {
  background-color: #b5101c;
}
.output-results {
  margin-bottom: 20px;
}
.insulation-result {
  font-weight: 700;
  margin-bottom: 8px;
  color: #253773;
}
#recalculate {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #EC1E24;
  color: #fff !important;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
#recalculate:hover {
  background-color: #b5101c;
  color: #fff;
}


/* Misc
-------------------------------------------------- */
#page-wrap {
	padding: 40px 0;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 90px;
    display: none;
	background: #EC1E24;
	color: #FFFFFF;
	text-align: center;
	z-index: 9999;
	font-size: 21px;
	padding-top: 5px;
	height: 42px;
	width: 42px;
	border-radius: .25rem;
}
.crisp-client {
	right: 80px !important;
}
a.back-to-top {
	color: #FFFFFF !important;
}
.back-to-top:active,
.back-to-top:focus,
.back-to-top:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #B5101C;
}
.contact-section {
    background: url(images/chimney-specialists.jpg) center center / cover no-repeat;
    padding: 80px 0 90px;
    position: relative;
    overflow: hidden;
}

.contact-section .banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-section h3 {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin: 0 0 18px;
}

.contact-section .subheading {
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 45px;
}


/* Cards */

.contact-options {
    align-items: stretch;
}

.contact-options > div {
    display: flex;
}

.contact-box {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 22px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.contact-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 30px 32px 28px;
    color: inherit;
    text-decoration: none;
}


/* Icons */

.contact-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #f7e7e8;

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

    margin-bottom: 18px;
}

.contact-icon i {
    color: #ED1F24;
    font-size: 38px;
}


/* Titles */

.contact-box .title {
    color: #333;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
    text-align: center;

    margin: 0 0 14px;
}


/* Description */

.contact-box p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;

    max-width: 320px;
    margin: 0 0 30px;
}


/* Card link */

.contact-box .link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: auto;
    padding: 0 12px;

    color: #ED1F24;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;

    border: 0;
}

.contact-arrow {
    color: #ED1F24;
    font-size: 27px;
    line-height: 1;
    font-weight: 400;

    transition: transform 0.25s ease;
}

.contact-box:hover .contact-arrow {
    transform: translateX(5px);
}


/* Tablet */

@media (max-width: 991.98px) {

    .contact-section {
        padding: 65px 0 70px;
    }

    .contact-section h3 {
        font-size: 34px;
    }

    .contact-section .subheading {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .contact-box a {
        padding: 26px 20px;
    }

    .contact-icon {
        width: 72px;
        height: 72px;
    }

    .contact-icon i {
        font-size: 32px;
    }

    .contact-box .title {
        font-size: 20px;
    }

    .contact-box p {
        font-size: 15px;
    }

    .contact-box .link {
        padding: 0 5px;
        font-size: 15px;
    }
}


/* Mobile */

@media (max-width: 767.98px) {

    .contact-section {
        padding: 50px 0;
    }

    .contact-section h3 {
        font-size: 30px;
    }

    .contact-section .subheading {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .contact-options > div {
        margin-bottom: 20px;
    }

    .contact-options > div:last-child {
        margin-bottom: 0;
    }

    .contact-box {
        border-radius: 18px;
    }

    .contact-box a {
        padding: 25px;
    }

    .contact-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 14px;
    }

    .contact-icon i {
        font-size: 30px;
    }

    .contact-box .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .contact-box p {
        font-size: 15px;
        margin-bottom: 22px;
    }

    .contact-box .link {
        font-size: 16px;
    }
}
/* Responsive WP Gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.5em;
}
.gallery-item {
  margin: 0 0.5em 1em;
  width: 100%;
  max-width: calc(50% - 1em); /* For 2 columns */
  box-sizing: border-box;
}
.gallery-icon img {
  width: 100%;
  height: auto;
  display: block;
}
/* Clear floats if needed */
.gallery::after {
  content: "";
  display: block;
  clear: both;
}
.alignnone {
    margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
.alignleft {
    float: left;
    margin: 5px 20px 15px 0
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}
a img.alignleft {
    float: left
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}
.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px
}
.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

/* Contact
-------------------------------------------------- */
#main-contact {
	margin: 30px auto 30px auto;
	width: 80%;
	text-align: center;
}
.page-contact .wp-content {
	margin-bottom: 30px;
}
.contact-details-wrap {
	padding: 30px 0;
}
.page-contact input,
.page-contact textarea {
	border: 1px solid #CCCCCC;
	width: 100%;
	padding: 10px 15px;
	border-radius: .25rem;
	margin-bottom: 20px;
}
.googlemap iframe {
	width: 100%;
	height: 300px;
}
.page-contact h1 {
	text-align: center;
}
.page-contact h1{
	font-size: 30px;
	color: #000000;
}
.page-contact ul.company-details {
	padding: 0;
	margin: 0;	
}
.page-contact ul.company-details li a {
	font-size: 18px;
	color: #666666;
}
.page-contact .fas,
.page-contact .far {
	color: #333333;
}
.page-contact ul.company-details li .fa-envelope {
	top: 8px;
}
.page-contact ul.social-list li {
    padding-left: 20px;
}
.page-contact ul.social-list {
    float: left;
    font-size: 35px;
    padding: 0;
	margin: 20px 0;
}
.page-contact .wpcf7-submit {
	border: none;
}
.wpcf7-response-output {
	width: 80%;
	margin: 0 auto !important;
	padding: 10px 0;
}
.wpcf7-not-valid-tip {
  	text-align: left;
}

/* Search
-------------------------------------------------- */
.search-results #page-wrap {
    background-color: #f5f5f5;
}
.search-results .post-item {
	margin-bottom: 30px;
}
#no-results-wrap .search-form-wrap {
	padding: 30px;
	color: #333333;
	margin-bottom: 30px;
  	background: #e6e6e6;
  	border-radius: 20px;
  	padding: 25px;
  	box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}
#no-results-wrap .search-form-wrap form {
	position: relative;
}
#no-results-wrap .search-form-wrap input#search {
    margin-bottom: 0;
}

/* Footer
-------------------------------------------------- */
#accreditations-wrap {
	padding: 30px 0 40px 0;
	border-top: 1px solid #DDDDDD;
	background: #FFF;
}
#accreditations-wrap .title {
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
}
#accreditations-wrap img {
	display: block;
	margin: 0 auto;
}
.footer {
	border-top: 1px solid #DDDDDD;
	font-size: 16px;
	background: #253773;
	color: #FFFFFF;
}
.footer a {
	color: #EC1E24;
}
.footer a:hover,
.footer a:focus {
	color: #B5101C;
	text-decoration: none;
}
#footer-top {
	padding: 40px 0;
}
#footer-bottom {
	padding: 20px 0;
}
#footer-bottom ul.social-list li {
	padding: 0 0 0 15px;
}
#footer-bottom ul.social-list li a {
	color: #FFFFFF;
}
ul.company-details {
	padding: 30px 0 20px 0;
	clear: both;
}
ul.company-details li {
	list-style: none;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}
ul.company-details li a {
	color: #FFFFFF;
}
ul.company-details li a:hover {
	text-decoration: underline;
}
ul.company-details li  .fa-envelope,
ul.company-details li  .fa-phone-alt,
ul.company-details li  .fa-phone,
ul.company-details li  .fa-clock,
ul.company-details li  .fa-map-marker-alt {
	position: absolute;
	left: 0;
	top: 4px;
}
.payment-methods {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0;
}
.payment-methods .payment-icon {
    height: 30px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.payment-methods .payment-icon:hover {
    opacity: 1;
}
#footer-bottom .col-md-8,
#footer-bottom .col-md-4 {
  	display: flex;
  	align-items: center;
}
#footer-bottom .col-md-9 {
	display: flex;
	align-items: center;
}
#footer-bottom p {
	margin-bottom: 0;
}

a.webdesign,
a.webdesign:hover {
	color: #FFFFFF;
}
a.webdesign:hover .name {
	text-decoration: underline;
}
.footer .col-md-7 ul.contact-list {
	width: 100%;
	text-align: right;
	margin-bottom: 0;
}
.footer .col-md-7 ul.contact-list li {
	display: inline-block;
	text-align: right;
	padding-left: 20px;
	padding-bottom: 0;
	padding-top: 5px;
	margin-left: 10px;
}
#footer-top ul.footer-menu {
	margin: 0;
	padding: 0;
}
#footer-top ul.footer-menu li {
	list-style: none;
}
#footer-top ul.footer-menu li a {
	color: #FFFFFF;
	display: block;
	width: 70%;
	padding: 5px 0;
}
#footer-top ul.footer-menu li a:hover {
	text-decoration: underline !important;
}
#footer-top ul.footer-menu li:last-child a {
	border-bottom: none;
}
#footer-top ul.footer-menu li ul.sub-menu {
	margin: 0;
	padding: 0;
}

/* Plugins
-------------------------------------------------- */
.meks-instagram-widget {
    margin-top: 30px !important 
}
.meks-instagram-widget img {
	height: auto;
	width: 100%;
}

/* 404
-------------------------------------------------- */
#page-404 {
    text-align: center;
}
#page-404 .title {
	color: #EEEEEE;
	font-size: 250px;
	font-weight: 600;
	letter-spacing: 20px;
}
#page-404 p {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 300;
}
#page-404 .content {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 50%;
	left: 50%;
}