/*!
 * Theme Name: Yunora
 * Theme URI: #
 * Author: Peakpixel Creative Hub
 * Author URI: https://www.peakpixelhub.com/
 * Version: 4.3.8
 * Tested up to: 5.4
 * Requires PHP: 5.6
 * Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */



/**
 * Global Reset & Base
 */
html, body, *, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #282E3A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


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


/**
 * Links
 */
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover, a:active {
    color: var(--e-global-color-primary);
}



/**
 * Form styling
 */
label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle; 
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    margin: 0;
    outline: none;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
select,
textarea {
	width: 100%;
	border: 1px solid #e6e6e6;
	background: transparent;
	border-radius: 4px;
	padding: 8px 10px; 
	transition: all .3s;
	color: #282E3A;	
	font-size: 13px;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #ddd !important;
	outline: 0px;
}
textarea {
	border-color: #e6e6e6 !important;
	height: 80px;
	overflow: auto;
	resize: vertical;
}
select {
	display: block;
	color: #7a7a7a;
	border-color: #e6e6e6;
	background: #fff;
}
select option {
	color: #282E3A;
}
select option:first-of-type,
::-webkit-input-placeholder {
	color: #7a7a7a;
}

.custom-inquiry-form input,
.custom-inquiry-form select {
	padding: 10px !important;
}
.custom-inquiry-form textarea {
	height: 100px;
}

@media (min-width: 767px) {
	input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
	select,
	textarea  {
		padding: 15px;
		font-size: 15px;
	}	
	textarea {
	     height: 120px;
	}

	.custom-inquiry-form input,
	.custom-inquiry-form select {
		padding: 20px !important;
	}
	.custom-inquiry-form textarea {
	     height: 150px;
	}
}





/**
 * Button
 */

.elementor-button,
button,[type="submit"],[type="button"],
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button:disabled[disabled],
.woocommerce div.product form.cart .button {
	position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 15px 18px;
    border-radius: 90px;
    background-color: var(--e-global-color-primary);
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    transition: 1s;
    white-space: nowrap;
    user-select: none;
    border: 0 !important;
    cursor: pointer;
}

.btn-border {
	border: 1px solid #fff!important;
	border-radius: 90px;
	transition: 1s;
}
.btn-border:hover {
	border-color: var( --e-global-color-text ) !important;
	
}


.elementor-button:hover,
button:hover, [type="submit"]:hover, [type="button"]:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce div.product form.cart .button:hover {
	background-color: #df663a;
	color: var( --e-global-color-text );
}

button:focus,[type="submit"]:focus,[type="button"]:focus {
	outline: 0!important; 
	border-color: transparent!important;
}

@media (max-width: 991px) {
	.elementor-button,
	button,[type="submit"],[type="button"],
	.woocommerce a.button,
	.woocommerce a.button.alt,
	.woocommerce button.button,
	.woocommerce button.button.alt,
	.woocommerce button.button:disabled[disabled],
	.woocommerce div.product form.cart .button {
		font-size: 12px;	
		padding: 12px 15px;
	}	
}



/**
 * Table styling
*/
table {
	border: 0 !important;
	margin: 0 !important;
	border-collapse: collapse !important;
	border-radius: 0 !important;
	font-size: 13px;
    line-height: 1.3;

    /*float: left;
	width: 100% !important;
	background-color: transparent;
	border-spacing: 0;*/
}
table tr {
	border-bottom: 1px solid #e6e6e6;
}
table tbody tr:last-child {
	border-bottom: 0;
}
table th, 
table td {
    padding: 10px 0 !important;
    color: #282E3A;
    background: transparent !important;
	border: 0!important;
	min-width: auto !important;
}
table th {
	font-weight: 600 !important; 
}
table td:before {
	font-weight: 500 !important;
}
@media (min-width: 767px) {
	table {
		font-size: 15px; 
	}
	table th, 
	table td {
    	padding: 15px 0 !important;
 	}
}



/**
 * Lists
 */
ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	position: relative;
}

  
/**
 * 404 Page Styling
 */
body.error404 .error-page {
    padding: 50px 15px;
    background: #f3f3f3;
}
body.error404 .error-page .elementor-widget-wrap {
	padding: 0 15px;
}
body.error404 .error-page .elementor-widget-wrap h1 {
	color: #343434;
	margin-bottom: 20px;
}
@media (min-width: 767px) {
    body.error404 .error-page {
    	padding: 80px 15px;
    }
}
@media (min-width: 991px) {
    body.error404 .error-page {
    	padding: 120px 0;
    }
}