/*
Theme Name: Webee
Theme URI: http://web-design-malta.com/
Author: Maju Comendador
Author URI: https://github.com/juddacammeroon/
Description:  Wordpress Parent Blank Theme owned by Maju Comendador.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webee
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@media (min-width: 1200px) {
	.container {
		max-width: 1080px;
	}
}

html, body, p {
	font-size: 14px;
}

html, body, p, a, span, li, input, select, textarea, button, table {
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
}

img {
	max-width: 100%;
	height: auto;
}
a {
	transition: all 0.3s ease;
	color: #ae1f23;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: inherit;
	font-size: inherit;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family: inherit;
	color: inherit;
}

.col-md-3-5,
.col-md-2-5 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
} 
.col-md-3-5 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.col-md-2-5 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.mmg-button {
	display: inline-block;
	border: 1px #ae1f23 solid;
	background-color: #ae1f23;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	width: 200px;
	max-width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
.mmg-button:hover,
.mmg-button:focus {
	background-color: #fff;
	color: #ae1f23;
}

#page {
	transition: all 0.5s ease;
	margin-right: 0;
	margin-left: 0;
}
header#main-header {
	padding: 10px 0;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	min-height: 77px;
	position: relative;
	z-index: 999;
}
header#main-header .site-identity img {
	max-width: 170px;
}
header#main-header nav {
	float: right;
}
header#main-header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header#main-header nav ul li {
	display: inline-block;
	position: relative;
}
header#main-header nav ul li:not(:last-child) {
	margin-right: 34px;
}
header#main-header nav ul.main-header-navbar li a {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
header#main-header nav ul.main-header-navbar > li >  a {
	padding: 19px 0;
}
header#main-header nav ul.main-header-navbar > li > ul.sub-menu {
	position: absolute;
	top: 100%;
	margin-top: -15px;
	left: -9px;
	background-color: #fff;
	min-width: 200px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	display: none;
}
header#main-header nav ul.main-header-navbar > li > ul.sub-menu > li,
header#main-header nav ul.main-header-navbar > li > ul.sub-menu > li > ul.sub-menu > li {
	display: block;
	width: 100%;
	margin-right: 0;
	position: relative;
	border-left: 1px #dedede solid;
	border-right: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
}
header#main-header nav ul.main-header-navbar > li > ul.sub-menu > li > a
header#main-header nav ul.main-header-navbar > li > ul.sub-menu > li ul.sub-menu > li > a, {
	padding: 10px;
}
header#main-header nav ul.main-header-navbar > li > ul.sub-menu > li > a:hover,
header#main-header nav ul.main-header-navbar > li > ul.sub-menu > li ul.sub-menu > li > a:hover {
	color: #fff;
	background-color: #ae1f23;
}
header#main-header nav ul.main-header-navbar > li:hover > ul.sub-menu,
header#main-header nav ul.main-header-navbar > li > ul.sub-menu > li:hover > ul.sub-menu  {
	display: block;
}

header#main-header nav ul.main-header-navbar > li > ul.sub-menu > li > ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	width: 200px;
}

.force-hide {
	display: none !important;
}

.main-header-nav,
.header-search {
	float: left;
}
.header-search {
	margin-left: 34px;
}
.header-search form {
	margin: 13px 0px;
    padding: 0;
}
.header-search form input[type="search"] {
	font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
}

.woocommerce-header {
	background-color: #ae1f23;
}
.woocommerce-header ul {
	margin: 5px 0;
	padding: 0;
	float: right
}
.woocommerce-header ul li a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.curtain {
	position: fixed;
	z-index: 999999;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s ease;
}
.curtain.hidden {
	z-index: -1;
	opacity: 0;
}
.curtain .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-weight: 500;
}

.inner-page {
	padding: 60px 0;
}
.nav-mobile {
	display: none;
	float: right;
}
.off-canvas {
	display: none;
	position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    background-color: #333;
    width: 250px;
    padding: 30px;
    transition: all 0.5s ease;
    margin-left: 0;
}
.off-canvas ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.off-canvas ul li a {
	color: #fff;
	display: block;
	padding: 7px 0;
}
.off-canvas ul > li > ul.sub-menu {
	border-left: 1px #fff solid;
	padding-left: 15px;
}
.off-canvas .search-mobile {
	margin-top: 20px;
    border-top: 1px #555 solid;
    padding-top: 30px;
}
.off-canvas .menu-close {
	position: absolute;
    font-size: 20px;
    color: #fff;
    right: 0;
    top: 0;
    display: block;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
}
.off-canvas .main-header-nav-mobile {
	margin-top: 30px;
}
.nav-mobile a.menu-mobile {
    font-size: 20px;
    margin: 13px 0;
    display: inline-block;
}

.oath-dev-wc-page .product-wrapper {
	margin-bottom: 30px;
}
.navigation.pagination {
	display: inline-block;
}
.navigation.pagination a {
	background-color: #ae1f23;
	border: 1px #ae1f23 solid;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    min-width: 35px;
}
.navigation.pagination a:hover {
	background-color: #fff;
	color: #ae1f23;
}
.navigation.pagination .page-numbers.current {
	min-width: 35px;
	background-color: #fff;
	color: #ae1f23;
	border: 1px #ae1f23 solid;
	display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}



/* WOOCOMMERCE CSS */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	overflow: hidden;
	text-align: center;
}
.woocommerce ul.products li.product .onsale {
	transform: rotate(45deg);
    border-radius: 0;
    width: 90px;
    height: auto;
    line-height: 1;
    min-height: 1px;
    padding: 6px 0;
    top: 18px;
    right: -15px;
}
.woocommerce span.onsale {
	transform: rotate(-45deg);
    border-radius: 0;
    width: 90px;
    height: auto;
    line-height: 1;
    min-height: 1px;
    padding: 6px 0;
    top: 11px;
    left: -22px;
}
.woocommerce div.product {
	overflow: hidden;
}
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	display: inline-block;
	border: 1px #ae1f23 solid;
	background-color: #ae1f23;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	width: 200px;
	max-width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	border-radius: 0;
	transition: all 0.3s ease;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #review_form #respond .form-submit input:focus,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus {
	background-color: #fff;
	color: #ae1f23;
}
.woocommerce-info {
	border-top-color: #ae1f23;
}
.woocommerce-info:before {
	color: #ae1f23;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
	-ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
span.woocommerce-input-wrapper {
	width: 100%;
}

.oath-dev-wc-page input[type="text"],
.oath-dev-wc-page input[type="number"],
.oath-dev-wc-page input[type="date"],
.oath-dev-wc-page input[type="email"],
.oath-dev-wc-page input[type="search"]
.oath-dev-wc-page select {
	width: 100%;
}

footer#main-footer {
	background-color: #e3e3e3;
	padding: 10px 0;
}

@media only screen and (max-width: 1024px) {
	header#main-header nav {
		display: none;
	}
	.nav-mobile,
	.off-canvas {
		display: block;
	}
	#page.mobile-toggle {
		margin-right: 250px;
		margin-left: -250px;
	}
	.off-canvas.mobile-toggle {
		margin-left: -250px;
	}
	body.mobile-toggle {
		overflow: hidden;
	}
}