/*!
Theme Name: WP CMD Store
Theme URI: http://underscores.me/
Author: Wordpress
Author URI: https://wordpress.org
Description: A Custom theme for CMD Store
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-cmd-store
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WP CMD Store is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* Box sizing */
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
/* Alignments */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* General */

html {
	font-size: 10px;
}

body {
	font-size: 2rem;
	font-family: 'Macklin Sans',sans-serif;
	color: #254e5a;
}

.site-main {
	position: relative;
	z-index: 1;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-v {
	flex-direction: column;
}

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

.justify-center {
	justify-content: center;
}

.flex-end {
	align-items: flex-end;
}

.spaced,
.flex-spaced {
	justify-content: space-between;
}

@keyframes ajaxing {
	to {
		transform: rotate(360deg);
	}
}

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

h1,
h2,
h3,
h4 {
	font-family: 'Macklin Display',serif;
}

body .vc_row.container,
.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 145rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

a {
	color: #264e5a;
	text-decoration: none;
	transition: background 0.2s, color 0.2s, border 0.2s;
}

img {
	max-width: 100%;
	height: auto;
}

.site {
	overflow: hidden;
}

.mobile-only {
	display: none;
}

/* Header  */
.site-header {
	background: #fff;
	position: relative;
	z-index: 9;
}

.header-logo-wrapper {
	width: 45%;
}

nav.main-menu {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

nav.main-menu > div > ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

nav.main-menu > div > ul.menu > li > a {
	font-size: 2.38rem;
	color: #264e5a;
	font-weight: bold;
}

.menu-pre-text {
	text-transform: uppercase;
	color: #feb52b;
	font-weight: bold;
	font-size: 2.386rem;
}

nav.main-menu > div > ul.menu > li {
	margin-left: 6rem;
}

nav.main-menu > div > ul.menu > li:first-child {
	margin-left: 4rem;
}

.header-cols {
	padding: 2.4rem 0;
	min-height: 10rem;
}

.text-logo {
	color: #254e5a;
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: 0.05em;
	margin-left: 2rem;
}

.main-logo {
	display: block;
	width: 20.8rem;
}

nav.main-menu > div > ul.menu > li:hover > a {
	color: #feb52b;
}


/* Page Hero */
.page-hero-wrapper {
    padding: 18rem 0;
    position: relative;
}

.page-hero-left-image {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90%;
    width: 32.62%;
}

.home-hero-left-image {
    height: 93%;
}

.page-hero-inner p {
    font-size: 3.6rem;
    line-height: 1.4;
    line-height: 4rem;
}

.page-hero-left-image img {
    opacity: 0;
    visibility: hidden;
}

.page-hero-wrapper .container {
    position: relative;
}

.page-hero-wrapper:before {
    content: '';
    display: block;
    width: 98.3%;
    height: 85%;
    border: 28px solid #FEB52B;
    position: absolute;
    left: -28px;
    top: 5%;
}

.page-hero-wrapper h1 {
    font-size: 10.5rem;
    line-height: 0.86;
    font-weight: 900;
    margin: 0 0 3rem;
    letter-spacing: -0.01em;
}


/* Page Hero */
.page-hero-inner-wrapper {
    padding-left: 60rem;
}

.page-hero-left-image {
    width: 60%;
    height: 98%;
    left: -9%;
}

.page-hero-inner {
    max-width: 73rem;
}

.page-hero-header p {
    font-size: 3.6rem;
    line-height: 1.2;
    max-width: 65.4rem;
    margin: 3rem 0 5rem;
}

/* Intro Images */
.intro-image-box .wpb_text_column {
	margin-left: 5rem;
	margin-right: 5rem;
	background: #fff;
	box-shadow: 0 0 0.4rem rgba(0,0,0,0.15);
	border-radius: 3rem;
	text-align: center;
	line-height: 1;
	padding: 3.4rem 1.2rem;
	position: relative;
	top: -6.5rem;
	margin-bottom: 1rem;
	color: #254e5a;
	font-size: 2.3rem;
	line-height: 0.8;
}

.intro-image-box .wpb_text_column p {
	margin: 0;
}

.intro-image-box .wpb_single_image {
	margin: 0;
}

.intro-image-box .wpb_text_column a {
	color: #feb52b;
	font-weight: bold;
	font-size: 3.58rem;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 1.2rem;
}

.intro-image-box .wpb_text_column a:hover {
	color: #274e59;
}

/* Featured Categories */
.featured-categories img {
	border: 2px solid #ddd;
}

.featured-categories p {
	margin: 0;
}

.featured-categories p a {
	color: #264e5a;
	font-weight: bold;
	font-size: 2.8rem;
}

/* Woo */
.woocommerce-page .site-main {
	padding-left: 3rem;
	padding-right: 3rem;
	max-width: 145rem;
	margin: 0 auto;
}

nav.woocommerce-pagination {
	padding: 3rem 0;
	clear: both;
}

nav.woocommerce-pagination ul {
	list-style: none;
	margin: 0;
	padding: inherit;
	text-align: center;
	font-size: 2.2rem;
}

nav.woocommerce-pagination ul li {
	display: inline-block;
}

nav.woocommerce-pagination ul li span,nav.woocommerce-pagination ul li a {
	padding: 0 1.2rem;
	min-width: 2rem;
	font-weight: bold;
}

.product a:hover,
nav.woocommerce-pagination ul a:hover,
nav.woocommerce-pagination ul .current {
	color: #feb53e;
}

.single-product .site-main .product {
	content: '';
	display: table;
	clear: both;
}



.woocommerce-tabs.wc-tabs-wrapper {
	clear: both;
}

section.related.products .products.columns-3 {
	display: flex;
	flex-wrap: wrap;
}

h2.woocommerce-loop-product__title {
	font-weight: bold;
	font-family: 'Maclin Sans',sans-serif;
	font-size: 2.4rem;
}

#primary .button {
	border: 2px solid #264e59;
	color: #264e59;
	background: #fff;
}

#primary .button:hover {
	background: #264e59;
	color: #fff;
}

html .woocommerce div.product p.price,
html .woocommerce div.product span.price,
html .woocommerce ul.products li.product .price {
	color: #264e59;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews, p.no-comments {
	background: #264e59;
	color: #fff;
	border: none;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	display: none;
}

span.woocommerce-input-wrapper input:not([type="radio"]):not([type="checkbox"]),
span.woocommerce-input-wrapper textarea {
	width: 100%;
	height: 4rem;
	border: 1px solid #999;
	padding: 0 1rem;
}

span.woocommerce-input-wrapper textarea {
	padding-top: 1rem;
}

/* Blocks */

/* Footer */
.site-footer {
	position: relative;
	background: #264e5a;
	padding: 4.5rem 0 3.2rem;
	margin-top: 15rem;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #fcb52b;
}

.footer-logo {
	width: 38%;
	align-self: center;
}

.footer-logo a {
	display: block;
	max-width: 42.8rem;
}

.footer-cols {
	width: 58.6%;
}

.footer-col {
	width: 48%;
	padding-left: 2.7rem;
}

.footer-col h3 {
	margin: 0;
	font-family: 'Macklin Sans',sans-serif;
	font-weight: bold;
	font-size: 3.4rem;
	line-height: 0.9;
	position: relative;
}

.footer-col ul {
	list-style: none;
	margin: 1.2rem 0  0;
	padding: 0;
	font-size: 2rem;
	line-height: 1.25;
}

.footer-col h3:before {
	content: '';
	display: block;
	width: 1.7rem;
	height: 2.4rem;
	position: absolute;
	top: 0.3rem;
	left: -2.5rem;
	background: url('img/yellow-arrow.svg') no-repeat center center;
	background-size: contain;
}

.cmd-tick {
	position: absolute;
	right: 0;
	top: 0;
	width: 40vw;
	max-width: 40rem;
	transform: translateY(-50%) translateX(22%);
}

/* Fonts */
@font-face {
    font-family: 'Macklin Sans';
    src: local('Macklin Sans Medium'), local('MacklinSans-Medium'),
        url('fonts/MacklinSans-Medium.woff2') format('woff2'),
        url('fonts/MacklinSans-Medium.woff') format('woff'),
        url('fonts/MacklinSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Macklin Sans';
    src: local('Macklin Sans Bold'), local('MacklinSans-Bold'),
        url('fonts/MacklinSans-Bold.woff2') format('woff2'),
        url('fonts/MacklinSans-Bold.woff') format('woff'),
        url('fonts/MacklinSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Macklin Sans';
    src: local('Macklin Sans Regular'), local('MacklinSans-Regular'),
        url('fonts/MacklinSans-Regular.woff2') format('woff2'),
        url('fonts/MacklinSans-Regular.woff') format('woff'),
        url('fonts/MacklinSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Macklin Display';
    src: local('Macklin Display Bold'), local('MacklinDisplay-Bold'),
        url('fonts/MacklinDisplay-Bold.woff2') format('woff2'),
        url('fonts/MacklinDisplay-Bold.woff') format('woff'),
        url('fonts/MacklinDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Responsive */
@media all and (max-width: 1440px) {
	.menu-pre-text,
	nav.main-menu > div > ul.menu > li > a {
		font-size: 2rem;
	}

	.page-hero-wrapper h1 {
		font-size: 8rem;
	}

	.page-hero-header {
		padding-right: 12rem;
	}

	.text-logo {
		font-size: 2.7rem;
	}

	.footer-col h3 {
		font-size: 2.7rem;
	}

	.cmd-tick {
		max-width: 30rem;
	}
}

@media all and (max-width: 1200px) {
	.page-hero-wrapper {
		padding: 7rem 0;
	}

	.page-hero-left-image {
		width: 60vw;
		height: 50vw;
	}

	.page-hero-wrapper h1 {
		font-size: 6rem;
	}

	.page-hero-header p {
		font-size: 2.2rem;
	}

	.page-hero-wrapper:before {
		border-width: 12px;
		width: 100%;
		height: 95%;
		top: 0;
	}

	.page-hero-inner-wrapper {
		padding-left: 40vw;
	}

	.page-hero-header {
		padding-right: 5rem;
	}

	nav.main-menu > div > ul.menu > li {
		margin-left: 1rem;
	}

	nav.main-menu > div > ul.menu > li:first-child {
		margin-left: 1rem;
	}

	a.text-logo {
		font-size: 2.2rem;
		margin-left: 1.2rem;
	}

	.main-logo {
		width: 16rem;
	}

	body .vc_row.container, .container {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.header-cols {
		padding: 1.8rem 0;
		min-height: 8rem;
	}

	.intro-image-box .wpb_text_column a {
		font-size: 2.4rem;
	}

	.intro-image-box .wpb_text_column {
		margin-left: 3rem;
		margin-right: 3rem;
	}

	.footer-logo a {
		max-width: 24rem;
	}

	.footer-logo {
		width: 35%;
	}

	.footer-cols.flex.spaced {
		width: 65%;
	}

	.cmd-tick {
		transform: translate(22%, -70%);
	}
}

@media all and (max-width: 767px) {
	.page-hero-header p {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	.hidden-mobile {
		display: none !important;
	}

	.page-hero-inner.mobile-only h1 {
		display: none;
	}

	.page-hero-inner.mobile-only p {
		display: block;
		margin: 0;
	}

	.page-hero-inner.mobile-only {
		padding: 2rem 1rem;
		background: #264e59;
		color: #fff;
		text-align: center;
	}

	.page-hero-inner.mobile-only .page-hero-header {
		padding: 0;
	}

	.footer-logo {
		order: 2;
		width: 100%;
		text-align: center;
		margin-top: 2rem;
	}

	.footer-logo a {
		display: block;
		margin: 0 auto;
	}

	.footer-cols.flex.spaced {
		width: 100%;
		display: block;
	}

	.footer-col {
		width: 100%;
		max-width: 235px;
		margin: 2rem auto;
	}

	.footer-col {}

	.header-logo-wrapper.flex.flex-center {
		width: 100%;
		margin-bottom: 1rem;
	}

	nav.main-menu {
		width: 100%;
		justify-content: center;
	}

	.menu-pre-text {
		display: none;
	}

	nav.main-menu > div > ul.menu > li:first-child {
		margin: 0;
	}

	nav.main-menu > div > ul.menu > li {
		margin-left: 2rem;
	}

	.page-hero-wrapper h1 {
		font-size: 4rem;
	}

	.page-hero-left-image {
		width: 70vw;
		margin-left: -7vw;
	}

	.page-hero-wrapper {
		padding: 5rem 0;
	}
}