/*
Theme Name: Fireplace Concepts
Theme URI: https://fc.pmadvsites.org/themes/pm_theme/
Description: Different types of fireplaces and stoves
Version: 1
Tags: Multi-Column, Repsonsive, Bootstrap
*/
     
/* --------------------------------------------------------------------- */
/* Variables                                                             */
/* --------------------------------------------------------------------- */
:root {
	/* Theme colors */
	--primary-clr: hsl(1, 56%, 51%);
	--secondary-clr: hsl(46, 67%, 62%);

	--white-clr: hsl(0, 0%, 100%);
	--black-clr: hsl(0, 100%, 0%);

	/* Font sizes */
	--font-50: 0.875rem; /* 14px */
	--font-100: 1.25rem; /* 20px */
	--font-200: 1.5rem; /* 24px */
	--font-300: 3rem; /* 48px */
	

	/* Button hover colors */
	--primary-hover-clr: ;
	--secondary-hover-clr: ;
}

/* --------------------------------------------------------------------- */
/* Browser resets                                                        */
/* --------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

a {
	text-decoration: none;
}

/* --------------------------------------------------------------------- */
/* Home page video styles                                                */
/* --------------------------------------------------------------------- */
.videowrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* Video on Resources page */
.videowrapper-2 {
	overflow: hidden;
    width: 100%;
	height: 100%;
}

.videowrapper-2 iframe {
	display: block;
	margin-inline: auto;
}

/* #videos {
	height: 500px;
} */

.btn-wrapper {
	display: block;
	width: fit-content;
	margin: 2rem auto 2rem auto;
}

/* --------------------------------------------------------------------- */
/* Utilities                                                             */
/* --------------------------------------------------------------------- */
/* Primary button theme | yellow */
.btn-theme--1 {
	color: var(--primary-clr);
	text-transform: uppercase;
	width: 140px;
	background-color: var(--secondary-clr);
	border-radius: 10px;
}

/* Secondary button theme | red */
.btn-theme--2 {
	color: var(--white-clr);
	width: 165px;
	background-color: var(--primary-clr);
	border: 1px solid var(--primary-clr);
	border-radius: 0;
}

/* Tertiary button theme | transparent */
.btn-theme--3 {
	color: var(--black-clr);
	width: 165px;
	background-color: transparent;
	border: 1px solid var(--black-clr);
	border-radius: 0;
}

.btn-theme--3__inverse {
	color: var(--white-clr);
	width: 165px;
	background: transparent;
	border: 1px solid var(--white-clr);
	border-radius: 0;
}

.btn-theme--4 {
	width: 165px;
	background: transparent;
	border-radius: 0;
}

.btn-theme--4 img {
	width: 20px;
	height: 20px;
}

.btn-theme--5 {
	padding: 0;
	background: transparent;
	text-decoration: underline;
	border-radius: 0;
}

.btn-theme--5 img {
	width: 20px;
	height: 20px;
}

/* Heading classes */
.primary-heading {
	font-family: '';
	font-size: 32px;
	font-weight: bold;
}

.secondary-heading {
	font-family: '';
	font-size: 24px;
	font-weight: bold;
	color: var(--primary-clr);
}

/* Font initializing */
@font-face {
	font-family: Athelas;
	src: url(fonts/Athelas-Regular.ttf);
}

.font-athelas {
	font-family: 'Athelas', 'sans-serif';
}

.margin-top {
	margin-top: 1rem;
}

/* Showing and hiding classes */
/* .show {
	display: block;
} */

.hide {
	display: none;
}

/* CSS Grid class */
.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

/* Flex | centering */
.flex {
	display: flex;
}

.flex-v {
	display: flex;
	align-items: center;
}

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

.flex-column-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flex-column-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.margin-bottom-2 {
	margin-bottom: 2rem;
}


/* --------------------------------------------------------------------- */
/* Header                                                                */
/* --------------------------------------------------------------------- */
.navbar {
	background-color: var(--primary-clr);
}

.heading-content {
	padding-left: 7rem;
}

.header-logo {
	display: block;
	margin-inline: auto;
	width: 100px;
}

.logo-box {
	transform: translateX(16%);
}

.content-box {
	width: 460px;
}

.content-box p {
	line-height: 20px;
}

.grid-center {
	height: 100%;
	display: grid;
	place-items: center;
}

.add-width {
	max-width: 220px;
}

/* --------------------------------------------------------------------- */
/* Navbar                                                                */
/* --------------------------------------------------------------------- */
/* Custom navigation */
.navbar {
	background-color: var(--primary-clr);
}

.navbar-collapse {
	width: 100%;
	margin: 0;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: var(--white-clr);
}

.navbar-collapse .container {
	position: relative;
	z-index: 100;
}

.navbar-brand {
	margin-inline: auto;
}

.red-decoration {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 1rem;
	padding: 0;
	margin: 0;
	height: 50px;
	width: 100%;
	background-color: var(--primary-clr);
}

.close-btn {
	margin-top: 8px;
	margin-right: 12px;
	right: 12px;
	cursor: pointer;
}

/* Custom toggler button */
.custom-navbar-toggler {
	padding-inline: 12px;
	height: 40px;
	width: 56px;
	border: none;
	background: transparent;
	border: 1px solid var(--white-clr);
	border-radius: 6px;
}

.custom-navbar-toggler-icon {
	content: '';
	margin-inline: auto;
	display: block;
	position: relative;
	height: 3px;
	width: 100%;
	background-color: white;
}

.custom-navbar-toggler-icon:before {
	content: '';
	margin-inline: auto;
	display: block;
	position: absolute;
	top: 8px;
	height: 100%;
	width: 100%;
	background-color: white;
}

.custom-navbar-toggler-icon:after {
	content: '';
	margin-inline: auto;
	display: block;
	position: absolute;
	top: -8px;
	height: 100%;
	width: 100%;
	background-color: white;
}

#header-navigation {
	color: var(--black-clr);
	font-size: var(--font-200);
	font-weight: bold;
}

.fireplaces-nav li:first-child {
	font-weight: bold;
	font-size: var(--font-200);
}

.accessories-nav li:first-child {
	font-weight: bold;
	font-size: var(--font-200);
}

.resources-nav li:first-child {
	font-weight: bold;
	font-size: var(--font-200);
}

/* --------------------------------------------------------------------- */
/* Tab navigation                                                        */
/* --------------------------------------------------------------------- */
.nav-pills {
	margin-top: 4rem;
	padding: 10px 14px;
	width: fit-content;
	border: 1px solid var(--primary-clr);
}

.nav-pills .nav-link.active {
	color: var(--black-clr);
	background-color: transparent;
	border: 1px solid var(--primary-clr);
}

.nav-pills .nav-link {
	color: var(--black-clr);
	background-color: transparent;
	border-radius: 0;
}

/* --------------------------------------------------------------------- */
/* Homepage                                                              */
/* --------------------------------------------------------------------- */
#main-introduction {
	color: var(--white-clr);
	padding: 3rem 0;
	background-color: var(--primary-clr);
}

.heading-box {
	width: 450px;
}

.service-box {
	margin-top: 2rem;
}

.service-box h4 {
	color: var(--primary-clr);
	text-transform: uppercase;
}

.service-box p {
	width: 75%;
}

#review-carousel {
	padding-top: 6rem;
}

.stars {
	padding: 1rem 0;
	text-align: center;
}

.client-reviews {
	text-align: center;
}

.fireplace-card {
	margin-inline: auto;
	background-color: #D9D9D9;
	width: 350px;
}

.fireplace-card__label {
	color: var(--white-clr);
	padding: 20px 26px;
	text-transform: uppercase;
	background-color: var(--primary-clr);
}

#fireplace-types {
	padding: 3rem 0;
}

#accessories {
	padding: 3rem 0;
	background-color: var(--secondary-clr);
}

.accessory-box {
	display: grid;
	grid-template-columns: 50px 1fr;
	margin-top: 1.3rem;
}

.accessory-box__text {
	padding-left: 1.3rem;
}

.accessory-box__text a {
	color: var(--black-clr);
}

.img-respond {
	width: 100%;
}

#our-work {
	padding: 3rem 0;
}

.slick-prev, .slick-next {
	background-color: black;
}

.slick-arrow {
	background-color: transparent;
}

.manufacturer-slider img {
	width: 60%;
}

.manufacturer-slider {
	margin: 1rem 0;
}

.manufacturers {
	padding: 2rem 0;
}

blockquote {
	font-weight: bold;
}

/* --------------------------------------------------------------------- */
/* About | PAGE                                                          */
/* --------------------------------------------------------------------- */
#our-founders {
	padding: 3rem 5rem;
	background-color: var(--secondary-clr);
}

.our-founders__avatars {
	margin-inline: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.our-founders__avatar {
	width: 230px;
	text-align: center;
}

.our-founders__avatar img {
	width: 200px;
}

.our-founders__label {
	padding-top: 0.5rem;
}

#our-work__expanded {
	padding: 3rem 5rem;
}

#our-story {
	padding: 2rem 0;
}

.left-border {
	padding-left: 12px;
	border-left: 3px solid var(--primary-clr);
}

/* --------------------------------------------------------------------- */
/* Accessories | PAGE                                                    */
/* --------------------------------------------------------------------- */
#mantel-add-on {
	height: 450px;
	color: white;
	width: 100%;
	background-color: var(--primary-clr);
}

#mantel-add-on .container, #mantel-add-on .row  {
	height: 100%;
}

#mantel-add-on {
	padding-top: 8rem;
}

#doors {
	padding: 2rem 0;
}

#accessories__background-image {
	height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
}

#accessories__background-image .container {
	height: 100%;
}

.background-overlay {
	color: var(--white-clr);
}

#logs {
	padding:  2rem 0;
}

.logs-heading {
	max-width: 800px;
}

.logs-content {
	text-align: center;
}


/* --------------------------------------------------------------------- */
/* Blog | PAGE                                                           */
/* --------------------------------------------------------------------- */
.card {
	border: 1px solid var(--black-clr);
}

.card img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.card-content {
	margin-top: 12px;
}

.yellow-accent {
	font-size: var(--font-50) !important;
	padding: 3px 5px;
	background-color: var(--secondary-clr);
}

.ylink {
	color: var(--primary-clr);
}

/* --------------------------------------------------------------------- */
/* Fireplaces | PAGE                                                      */
/* --------------------------------------------------------------------- */
#fireplaces-hero {
	height: 430px;
	display: flex;
	align-items: center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-content {
	color: var(--white-clr);
}

#vent-free__fireplace {
	color: var(--white-clr);
	padding: 3rem 5rem;
	background-color: var(--primary-clr);
}

.vent-free__fireplace-content {
	max-width: 525px;
}

#fireplace-options {
	padding: 3rem 5rem;
}

.fireplace-options__heading,
.fireplace-options__content {
	text-align: center;
}

#tab-section {
	padding: 2rem 0;
}

.flex-container {
	padding: 14px 18px;
	border: 1px solid var(--primary-clr);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#direct-vent__fireplaces {
	padding: 2rem 0;
}

#direct-vent-carousel {
	margin: 3rem 0;
}

#financing-banner {
	margin: 1rem 0;
}



/* --------------------------------------------------------------------- */
/* Fireplace-type | PAGE                                                 */
/* --------------------------------------------------------------------- */
#fireplace-type-header {
	height: 655px;
	background-size: cover;
	background-repeat: no-repeat;
	color: var(--white-clr);
}


/* --------------------------------------------------------------------- */
/* Gallery | PAGE                                                        */
/* --------------------------------------------------------------------- */
#gallery-grid {
	padding: 3rem 0;
}

.negative-margin {
	margin-top: -12rem;
}

/* --------------------------------------------------------------------- */
/* Construction / Accordion | PAGE                                       */
/* --------------------------------------------------------------------- */
#makeovers-header {
	height: 655px;
	background-size: cover;
	background-repeat: no-repeat;
}

.heading-content {
	width: 100%;
	margin-inline: auto;
}

#accordion-section {
	padding: 2rem 0;
}

.accordion {
	display: flex;
	margin: 0 auto;
}

.accordion-wrapper {
	padding: 1rem 0;
	width: fit-content;
	border: 1px solid var(--black-clr);
}

.accordion-item {
	display: flex;
	height: 500px;
	border: 1px solid var(--black-clr);
	border-bottom: none;
}

.accordion-header {
	border-right: 1px solid var(--black-clr);
	height: 100%;
}

.accordion-heading-content {
	padding-bottom: 2rem;
	max-width: 500px;
}

.accordion-header--4, .accordion-body--4 {
	border-right: none !important;
}

.accordion-button {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.accordion-collapse {
	width: 600px;
}

.accordion-body {
	height: 100%;
	width: inherit;
	background-color: var(--white-clr);
	border-right: 1px solid var(--black-clr);
	padding-bottom: 0;
}

.flex-end {
	height: 100%;
	display: flex;
	align-items: end;
}

.mx-width--1 {
	max-width: 400px;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
}

.accordion-button:focus {
	box-shadow: none;
	outline: none !important;
}

.accordion-button::after {
	display: none;
}

.label-rotate {
	writing-mode: vertical-rl;
  	transform: rotate(-180deg);
}

#fireplace-maintenance {
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
}

.card-theme--1 {
	margin-inline: auto;
	max-width: 500px;
	padding: 12px;
	min-height: 300px;
	border: 1px solid var(--black-clr);
}

.card-theme--1 h2 {
	padding-bottom: 10px;
	margin-inline: 14px;
	border-bottom: 1px solid var(--black-clr);
}

.card-theme--1 ul {
	padding-top: 10px;
}

.card-theme--1 ul li {
	padding: 10px 0;
}


/* Additional accordion styling  */
/* .container {
	display: flex;
	width: 100%;
	padding: 0;
} */
.choice {
	height: 500px;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
	float: left;
	align-items: center;
	transition: width 0.2s;
	border-radius: 3px;
	cursor: pointer;
}
.expand {
	width: 65%;
}
.unset {
	width: 10%;
	height: 500px;
	color: black !important;
}
.small {
	width: 5%;
}
.small > div {
	opacity: 0;
}
.unset > div > p {
	opacity: 0;
}
.unset > div > img {
	opacity: 0;
}
.expand > div {
	transition-delay: 400ms;
	opacity: 1;
}
/* --------------------------------------------------------------------- */
/* Contact | PAGE                                                        */
/* --------------------------------------------------------------------- */
#contact {
	padding: 3rem 0;
}

.form-1 {
	margin-inline: auto;
	/* background-color: lightblue; */
}

.form-1 label {
	display: block;
}

#name, 
#email, 
#phone,
#select {
	height: 48px;
	width: 100%;
}

#message {
	width: 100%;
}

.address {
	display: flex;
	align-items: flex-start;
}

.width {
	display: inline-block;
	max-width: 200px;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.wpcf7-radio {
	display: flex;
	flex-direction: column;
}

input[type=radio] {
	transform: scale(1.3);
}

.address, .store-hours {
	margin-bottom: 1rem;
}

#submit {
	color: var(--white-clr);
	padding: 10px 12px;
	border: none;
	background-color: var(--primary-clr);
}

.map {
	max-width: 600px;
}


/* --------------------------------------------------------------------- */
/* Templates | partial                                                   */
/* --------------------------------------------------------------------- */
.two-column {
	padding: 2rem 0;
}

.fireplace-center-container {
	text-align: center;
}

.card {
	border-radius: 0;
}

.card img {
	border-radius: 0;
}

.card--left {
	display: flex;
	border: 1px solid var(--black-clr);
}

.card--left-content {
	flex-basis: 100%;

	display: grid;
}

.center {
	place-self: center;
}

.card-content {
	min-height: 230px;
	padding: 12px;
	text-align: center;
}

#maintenance-top-section {
	margin: 2rem 0;
}


/* --------------------------------------------------------------------- */
/* Manufacturers | PAGE                                                  */
/* --------------------------------------------------------------------- */
#manufacturers-header {
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	height: 600px;
}

#manufacturer-logos {
	padding-top: 1rem;
}

.triangle-decoration {
	height: 500px;
	width: 100%;
	background-color: var(--secondary-clr);
	clip-path: polygon(0 1%, 0% 100%, 98% 100%);
}

.width-small {
	max-width: 230px;
}



/* --------------------------------------------------------------------- */
/* Footer | partial                                                      */
/* --------------------------------------------------------------------- */
#cta-section {
	background-repeat: no-repeat;
	background-size: cover;
	height: 440px;
	display: flex;
	align-items: center;
}

.cta-section__text-content {
	max-width: 680px; 
	color: var(--white-clr);
}

#footer {
	background-color: var(--primary-clr);
	padding: 40px 0;
	color: var(--white-clr);
}

#footer .container-fluid .row>* {
	width: auto;
}

#footer .nav-link {
	width: 100px;
}

/* .pad-left {
	padding-left: 8.1rem;
} */

/* #footer .container-fluid {
	padding-top: 32px;
	border-top: 1px solid var(--white-clr);
} */

.border-top {
	margin-inline: 32px;
	padding-top: 32px; 
}

.footer-nav {
	width: 58%;
	text-align: center;
	margin-inline: auto;
	display: block;
	column-count: 2;
}

.address-box, .contact-box {
	width: 13rem;
	margin-inline: auto;
}

/* --------------------------------------------------------------------- */
/* Media queries                                                         */
/* --------------------------------------------------------------------- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#manufacturer-logos .row {
		height: 150px;
	}
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-collapse {
		height: 470px;
	}

	.heading-content {
		padding-left: 4rem;
	}

	.footer-nav {
		text-align: start;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }