/**
Theme Name: Hello Elementor by Enlive
Author: Enlive Pty Ltd
Author URI: https://www.enlive.com.au
Description: Hello Elementor by Enlive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-by-enlive
Template: hello-elementor
*/




*{
/* 	margin: 0; padding: 0; */
}

body, html {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 300;
	
	overflow-x: hidden;
}
p {
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	line-height: 1.4rem;
}

h1,h2,h3,h4,h5,h6,
.elementor-widget-heading .elementor-heading-title {
/*     font-weight: 700; */
    
    margin-top: 3.5rem;
    margin-top: 0;
/*     font-family: "Montserrat"; */
/*
    margin-top: 3.5rem;
    margin-bottom: 1rem;
*/
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-bottom: 1rem;
}

*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 3.5rem;
   
}

/*
.elementor-section .elementor-element:first-child h1,
.elementor-section .elementor-element:first-child h2,
.elementor-section .elementor-element:first-child h3,
.elementor-section .elementor-element:first-child h4,
.elementor-section .elementor-element:first-child h5,
.elementor-section .elementor-element:first-child h6 {
	margin-top: 0;
}
*/


/*
.elementor-section .elementor-row .elementor-widget-wrap .elementor-element:first-of-type *:first-child {
	margin-top: 0;
}
*/


/*
.elementor-element .elementor-element h1,
.elementor-element .elementor-element h2,
.elementor-element .elementor-element h3,
.elementor-element .elementor-element h4,
.elementor-element .elementor-element h5,
.elementor-element .elementor-element h6 {
	margin-top: 3.5rem;
}
*/

blockquote, dl, hr, ol, p, table, ul {
    margin-bottom: 1.4rem;
}

h1,
.elementor-widget-heading h1.elementor-heading-title {
	font-size: 4em;
}

h2,
.elementor-widget-heading h2.elementor-heading-title {
	font-size: 2.5em;
	font-family: 'Patua One', sans-serif;
	margin-bottom: .5em;
	
}

h2:after,
.elementor-widget-heading h2.elementor-heading-title:after {
	content: '';
	display: block;
	width: 100px;
	height: 5px;
	background-color: #F78700;
	position: relative;
    left: 0;
    top: 5px;
}

h3,
.elementor-widget-heading h3.elementor-heading-title {
	font-size: 1.7em;
}

h5,
.elementor-widget-heading h5.elementor-heading-title {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	
}


blockquote {
	border-left: 7px solid #e6e9ec;
    padding-left: 20px;
}

.ee-menu ul {
    padding: 0;
}







/*
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-column-wrap.elementor-element-populated {
    padding: 20px 40px;
}
*/





/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

label {
	color: #9e9e9e;
	font-size: 14px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 8px;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background-color: #e6e6e6;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 12px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 1em;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

select {
	padding: 5px 40px 5px 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 96%;
	background-size: 8%;
	
}

/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}

.woocommerce .quantity .qty {
	width: 4.2em;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    
    padding: 9px 12px 10px;
    width: auto;
}

.select2-container--default .select2-selection--single {
	padding-top: 12px;
	padding-bottom: 12px;
}
.select2-container .select2-selection--single,
.select2-selection .select2-selection--single {
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.woocommerce-checkout .col2-set {
	width: 57%;
	float: left;
}

h3#order_review_heading,
.woocommerce-checkout-review-order {
	width: 40%;
	float: right;
}
/*
h3#order_review_heading {
	margin-top: 0;
}
*/

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	width: 100%;
	float: none;
}
.woocommerce-checkout .col2-set .col-2 {
	margin-top: 2em;
}

@media only screen and (max-width: 768px) {
	.woocommerce-checkout .col2-set,
	h3#order_review_heading,
	.woocommerce-checkout-review-order {
		width: 100%;
		float: none;
	}
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #f78700;
}

a:hover,
a:focus,
a:active {
	color: #253e80;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.sidebar-1 a {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.screen-reader-text {
	display: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.navigation:before,
.navigation:after,
.products:before,
.products:after,
.wc-tabs-wrapper:after,
.wc-tabs-wrapper:before {
	display: table;
	table-layout: fixed;
	content: "";
}

.clear:after,
.wrapper:after,
.navigation:after,
.products:after,
.wc-tabs-wrapper:after {
	clear: both;
}
