/*
Theme Name: Apex Doors Template 2021
Description: Child theme for the Twenty Twenty-One theme 
Author: RHD
Template: twentytwentyone
*/

@import url("../twentytwentyone/style.css");

 :root {
	--responsive--spacing-horizontal: calc(0 * var(--global--spacing-horizontal) * 0.6);
	--responsive--aligndefault-width: calc(1403px - var(--responsive--spacing-horizontal));
	--responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignfull-width: 100%;
	--responsive--alignright-margin: var(--global--spacing-horizontal);
	--responsive--alignleft-margin: var(--global--spacing-horizontal);
	 
	
	 /* Font Family */
	 
	 --global--font-primary: var(--font-headings, -apple-system, BlinkMacSystemFont, "Open Sans", Oxygen-Sans, Ubuntu, Cantarell, "Open Sans", serif);
	--global--font-secondary: var(--font-base, -apple-system, BlinkMacSystemFont, "Open Sans", Oxygen-Sans, Ubuntu, Cantarell, "Open Sans", serif);
}

/* ----  HEADER  ---- */

.site-header {
	padding-bottom:0;
	padding-top: 0;;
	max-width: 100%;
	margin: 0 auto;
	row-gap: 0 !important;
}

.site-branding {
	width: 40%;
	float: right;
}

.site-branding p {
	color: #fff !important;
	font-family: 'Michroma', sans-serif !important;
}

.top-header {
	background-image: url(/wp-content/themes/apexdoors-2021/images/menu-back.png) !important;
background-position: center top !important;
	background-repeat: no-repeat;
}

.widget_media_image img {
	width: 150px !important;
}

.featured {
	padding: 0 12%;
	margin-bottom: 50px !important;
}

.logos {
	padding: 0 20% !important;
	margin-bottom: 30px !important;
	margin-top: 30px;
}

.featured p {
	font-size: 1.4rem;
	line-height: 1.3;
}

.banner h2 {
	font-size: 1.5rem !important;
	color: #fff !important;
}

.banner .wp-block-button__link {
	color: #fff !important;
	border: solid 1px #fff !important;
	font-size: 1rem !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: #238fcd !important;
	color: #fff !important;
}

.banner a {
	color: #fff;
}

.banner-white {
	color: #fff !important;
}

.entry-header {
	padding: 0;
}

.page-entry-home {
	padding: 0 8%;
}

.site .button:not(:hover):not(:active):not(.has-background) {
	background: #238fcd !important;
	color: #fff !important;
	font-size: 0.9rem !important;
	border: solid 0px #fff !important;
	border-radius: 4px !important;
}

.site .button:hover {
	background: #ff0000 !important;
	color: #fff !important;
	font-size: 0.9rem !important;
		border: solid 0px #fff !important;
	border-radius: 4px !important;
}

.site .button:not(:hover):not(:active):not(.has-background) a {
	color: #fff !important;
}

.site-content {
	max-width: 1200px;
	margin: 0 auto;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea, select {
	border: solid 1px #999 !important;
}

.page-id-44 .site-content {
	max-width: 100% !important;
	margin: 0 auto;
}

.page-id-44 .entry-content {
	margin-top: 0 !important;
	padding: 0 !important;
}

.singular .entry-header {
	display: none;
}

article {
	background: #fff;
}

.single-post .entry-header {
	display: block;
	background: #fff;
	margin: 0 !important;
	border-bottom: solid 0px #fff;
	padding-bottom: 0;
}

.single-post .entry-title {
	padding: 1.7em 4% 0.5em 4%;
}

.entry-footer {
	padding: 0 4%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-top: 1px solid #bbb !important;
}

.single-post .entry-content {
	padding-top: 0;
}

.post-taxonomies {
	display: none !important;
}

.site-logo {
	margin: 40px 0 35px 0;
	width: 37% !important;
	padding-bottom: 0 !important;
	border-bottom: 0px solid !important;
	padding-left: 15%;
}

.site-logo .custom-logo {
	max-width: 409px !important;
}

.site-main > * {
	margin-bottom: 0 !important;
}

.site-main {
	padding-top: 0;
	padding-bottom: 0;
}

.widget-area a {
	color: #fff !important;
	text-decoration: none !important;
}

.entry-content {
	background: #fff;
	margin-top: 0 !important;
	padding: 50px 4%;
}

.post-navigation {
	background: #fff;
	padding: 4%;
	margin-top: 0;
}

/* ----  HOMEPAGE CSS ---- */

.page-id-7 .entry-content {
	padding: 0;
}

.page-id-7 .site-content {
	max-width: 100% !important;
}

.homepage {
	padding: 0 4%;
}

.site-description {
	float:right;
}

.site-title {
	display: none !important;
}
/* ----  NAVIGATION  ---- */

.primary-navigation {
	width: 100% !important;
	background: #333;
}

.primary-menu-container {
	max-width: 1050px !important;
	margin: 0 auto !important;
	background: #333 !important;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
	font-family: "Open Sans", Helvetica, sans-serif;
	padding: 20px 14px !important;
	font-size: 0.9rem;
	font-weight: 700;
	color: #fff !important;
	text-decoration: none !important;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a:hover {
	color: #fff !important;
	text-decoration: none !important;
	background: #238fcd !important;
	transition: all .9s ease;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	width: 34px;
	color: #fff;
}

/* ----  SUB NAVIGATION  ---- */



/* ----  BUTTONS  ---- */



.download-full {
	text-align: center !important;
}

.wp-block-button__link:hover {
	background: #007d4f !important;
}

.is-position-center-center {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* ----  CONTACT PAGE  ---- */

.page-id-11 .entry-content {
	padding: 0;
}

.contact-inner {
	margin: 0 !important;
}

.wp-block-cover__inner-container {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.contact-box {
	background:rgba(0,0,0,0.62) !important;
	padding: 150px 20px 50px 20px !important;
}

.page-id-11 .site-content {
	max-width: 100% !important;
}

.contact {
	padding: 0 4%;
	margin-top: 50px;
}

/* ----  SERVICES PAGE  ---- */

.page-id-9 .entry-content {
	padding: 0;
}

.page-id-9 .site-content {
	max-width: 100% !important;
}

.services {
	padding: 0 4%;
}

/* ----  FOOTER  ----- */

.no-widgets .site-footer {
	margin-top: 0;
}

.site-footer {
	padding-bottom: 0 !important;
}

.widget-area {
	max-width: 1200px !important;
	margin: 0 auto;
}

.widget-area li {
	font-size: 14px !important;
	margin-bottom: 5px;
	color: #999 !important;
}

.blue-box p {
	text-transform: uppercase;
	font-weight: 500;
}

.blue-box {
	background: #238fcd;
	padding: 40px 20px;
	text-align: center !important;
	border-radius: 10px;
}

.blue-box:hover {
	background: #de232b;
}

.blue-button {
	text-align: center !important;
	background: #333;
	padding: 8px 16px 6px 16px;
	border-radius: 4px;
	max-width: 85%;
	margin: 0 auto;
}

.blue-button a {
	font-weight: 700 !important;
	font-size: 14px !important;
}

.download-button {
	text-align: center !important;
	background: #238fcd !important;
	padding: 8px 16px 6px 16px;
	border-radius: 4px;
	max-width: 40% !important;
	margin: 0 auto;
}

.download-button a {
	font-weight: 700 !important;
	font-size: 14px !important;
	color: #fff !important;
	text-transform: uppercase;
}

.testimonial-button {
	text-align: center !important;
	background: #238fcd !important;
	padding: 6px 12px 4px 12px;
	border-radius: 4px;
	max-width: 50%;
}

.testimonial-button a {
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #fff !important;
}

.single-post .entry-title {
	display: none !important;
}

.post-navigation {
	display: none !important;
}

.single .site-main > article > .entry-footer {
	display: none !important;
}

.post-thumbnail {
	display:none !important;
}

.product-button {
	text-align: center !important;
	background: #238fcd !important;
	padding: 8px 16px 6px 16px;
	border-radius: 4px;
	max-width: 25%;
}

.product-button a {
	font-weight: 700 !important;
	font-size: 14px !important;
	color: #fff !important;
}

.blue-box a {
	color: #fff;
}

.widget-area li a {
	color: #999 !important;
}

.widget-title {
	font-family: "Open Sans", Helvetica, sans-serif !important;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #999 !important;
}



.widget-outer {
	max-width: 100% !important;
	background: #333;
}

.site-info {
	background: #000;
	margin: 0;
	padding-top: 0 !important;
	border-top: 0px solid #000!important;
}

.site-name {
	max-width: 1200px !important;
	margin: 0 auto;
}

.site-info p {
	color: #555;
	text-transform: none;
	font-size: 0.8rem;
	padding: 3% 0 0 0;
	margin: 0;
	width: 100%!important;
}

/* ----  SEARCH PAGE ----  */

.wp-block-search .wp-block-search__input {
	border: solid 2px #bbb !important;
	margin-top: 5px;
}

.wp-block-search__label {
	color: #007d4f;
	font-size: 1.2rem !important;
}

.wp-block-search button.wp-block-search__button.has-icon {
	border: solid 0px #bbb !important;
	padding: 0 4px;
}

.error404 #page {
	max-width: 1200px !important;
	margin: 0 auto !important;
}

.search #page {
	max-width: 1200px !important;
	margin: 0 auto !important;
}

.search #content {
	padding: 70px 5%;
	background: #fff;
}

.error404 #content {
	padding: 70px 5%;
	background: #fff;
}

h1.page-title {
	padding-bottom: 15px !important;
}

/* ----  TYPOGRAPHY  ---- */

h1, .h1 {
	font-family: 'Michroma', sans-serif !important;
	margin-top: 10px !important;
    font-size: 2.5rem !important;
	color: #333;
	line-height: 55px;
	font-weight: 400;
}

h2 {
	font-family: 'Michroma', sans-serif !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
    font-size: 2.0rem;
	color: #333;
	font-weight: 400;
}

h3 {
	font-family: 'Michroma', sans-serif !important;
	font-size: 1.3rem;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	color: #333;
	font-weight: 700 !important;
}

h5 {
	font-family: 'Michroma', sans-serif !important;
	margin-top: 0!important;
	margin-bottom: 10px !important;
    font-size: 1.1rem !important;
	color: #000 !important;
	letter-spacing: 0 !important;
}

h6 {
	font-family: 'Open Sans', sans-serif !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
    font-size: 1.3rem !important;
	line-height: 1.4;
	color: #777 !important;
	letter-spacing: 0 !important;
	font-weight: 400;
}

h5 a {
	color: #444 !important;
}

p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1rem;
	margin-top: 0 !important;
	color: #555 !important;
	margin-bottom: 12px !important;
}

a {
	color: mediumblue;;
	text-decoration: none;
}

.pt-cv-content {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1rem;
}

h4.pt-cv-title {
	font-family: 'Roboto', sans-serif !important;
	color: #007d4f;
	font-size: 1.5rem;
	font-weight: 500;
}

.pt-cv-title a {
	font-weight: 500;
}

/* ----  FORMS  ---- */

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
	border: solid 1px #bbb;
}

.nf-form-fields-required {
	font-size: 13px !important;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	background: #a90533 !important;
	color: #fff;
	font-weight: 700;
	padding: 15px 25px;
	text-transform: uppercase;
	transition: all .5s;
	border: solid 1px #a90533 !important;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	color: #fff !important;
	background: #a90533 !important;
}

.nf-field-label label {
	font-weight: 400 !important;
}

.entry-content li {
	font-size: 1rem !important;
}

@media screen and (max-width: 1024px) {
	
	.primary-navigation {
		display: none !important;
	}

	.qubely-column {
	padding-left: 0 !important;
	padding-right: 0 !important;
}



@media screen and (max-width: 768px) {
	
	
	.top-header {
	background-image: none !important;
}
	
	.widget-outer {
		padding: 0 6%;
	}
	
	.qubely-column-inner {
		padding: 0 10% !important;
	}
	
	h1 {
		font-size: 2.0rem !important;
		line-height: 1.4 !important;
	}
	
	.site-logo .custom-logo {
		max-width: 290px !important;
	}
	
	.customers .wp-block-image {
		text-align: left !important;
	}
	
	.site-logo {
	margin: 40px 0 35px 20px;
	width: 95% !important;
	text-align: left !important;
	padding-left: 0 !important;
   }
	
	.site-branding {
		display:none !important;
	}
	
	.site-branding p {
	display: none !important;
}
	
	.menu-button-container {
		display: none !important;
	}
	
	.featured {
	padding: 0 4%;
}
	
	.wp-block-column:not(:first-child) {
	margin-left: 0em !important;
}
	
}

