/*------------------------------------------------------------------/*
Theme Name: Loya
Theme URI: https://loya.azuratheme.com
Description: Blog & Shop WP Theme Elementor
Author: AzuraTheme
Version: 1.0.1
Text domain: loya
Tags: blog, news, custom-colors
Tested up to: 5.5.1
Requires PHP: 7.0
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Loya WordPress Theme, (C) 2021 WordPress.org
Loya is distributed under the terms of the GNU GPL.
/*--------------------------/*
/* -----------------------
		STYLE GENERAL
-------------------------- */
@font-face {
    font-family: 'Margo Script';
    src: url('fonts/margo-script-regular-webfont.woff2') format('woff2'),
         url('fonts/margo-script-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400&family=Lora&display=swap');
:root {
  --accent-color: #db5931;
  --accent-color-rgb : 219,89,49;
  --font-family: 'Jost';
  --font-heading:  'Lora';
  --heading-color:  #111111;
  --color-text: #555555;
  --variant-heading:  400;
  --variant-light: 300;
}
body{
	font-family: var(--font-family);
	font-size: 18px;
	color: var(--color-text);
	line-height: 1.7;
	background: #fff;
}
h1,h2,h3,h4,h5,h6{
	font-family: var(--font-heading);
	font-weight: var(--variant-heading);
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.3em;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{font-size: 18px;}
a{
	color: var(--accent-color);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:hover, a:focus{
	text-decoration: none;
	outline: none;
	color: var(--heading-color);
}
p{margin-bottom: 25px}
img{
	max-width: 100%;
	height: auto;
}
ul,ol{margin: 0;}
.post-content ul, .post-content ol, .page-excerpt ul, .page-excerpt ol{
	margin-bottom: 25px;
}
ul ul, ol ol, ul ol, ol ul{padding-left: 30px;}
button, .button, input[type="submit"],.elementor-button, .wp-block-button__link{
	text-transform: uppercase;
	text-align: center;
	padding: 13px 35px;
	font-size: 14px;
	line-height: 24px;
	border: none;
	background: var(--accent-color);
	color: #fff;
	display: inline-block;
	letter-spacing: 2px;
	font-weight: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	cursor: pointer;
}
button:hover, .button:hover, input[type="submit"]:hover,
button:focus, .button:focus, input[type="submit"]:focus, .elementor-button:focus{
	opacity: 0.8;
	color: #fff;
}
.elementor-button-wrapper .elementor-button{font-size: 12px;}
.elementor-button-wrapper .elementor-button.elementor-size-md{font-size: 14px;padding: 17px 40px;}
.elementor-button-wrapper .elementor-button.elementor-size-lg{font-size: 16px;padding: 19px 40px;}
.elementor-button-wrapper .elementor-button.elementor-size-xl{font-size: 18px;}
input[type="text"], input[type="email"],
input[type="search"], input[type="password"],
textarea, input[type="tel"], input[type="url"]{
	border: 1px solid #ddd;
	background: #fff;
	padding: 12px 18px;
	line-height: 24px;
	color: #888;
	width: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{
	background-color: transparent!important;
	-webkit-text-fill-color: inherit;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
  	transition: background-color 5000s ease-in-out 0s;
}
textarea{min-height: 85px;}
blockquote{padding-left: 15px}
select{
	border: 1px solid #ddd;
	padding: 12px 18px;
	line-height: 24px;
	color: var(--heading-color);
	width: 100%;
	font-size: 15px;
	-webkit-appearance: none; 
  	-moz-appearance: none;
  	appearance: none;
	background-color: transparent;
}
select:focus{
	outline: none;
}
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}
:-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
::-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
:-ms-input-placeholder {  
   color: inherit;
   opacity: 1;  
}
iframe{
	max-width: 100%
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: none;
}
*:focus{
	outline: 1px solid var(--accent-color);
	border-radius: 0;
	outline-offset: -1px;
}
/* Select chosen */
.chosen-container{
	min-width: 270px;
  	width: 100%!important;
  	font-size: 16px;
}
.chosen-container-single .chosen-single{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: none;
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: auto;
  line-height: 24px;
  padding: 12px 18px;
  color: inherit;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  background: none;
  border-color: #ddd;
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.chosen-container-single .chosen-single div{width: 25px}
.chosen-container-single .chosen-single div b{
  background: none!important;
}
.chosen-container-single .chosen-single div b:after{
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.chosen-container .chosen-drop{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: #fff;
  border-color: #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"]{border-color: #ddd;}
.chosen-container .chosen-results li{line-height: 24px;font-family: inherit;}
.chosen-container .chosen-results li.highlighted{
  background-image: none;
  background-color: var(--accent-color);
}
/*-----------------
  WORDPRESS CORE
----------------*/
table{
	width: 100%;
	border-collapse: collapse;
}
table th, table td{
	border: 1px solid #eee;
	padding: 5px;	
}
blockquote{
	padding: 0 0 0 45px;
	position: relative;
	margin-bottom: 25px;
}
blockquote p{
	color: #999;
	font-size: 16px;
	font-style: italic;
}
blockquote:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	background: none;
	background-color: var(--accent-color);
	mask: url(/assets/images/left-quote.svg) no-repeat center / contain;
	-webkit-mask: url(assets/images/left-quote.svg) no-repeat center / contain;
	display: block;
	width: 35px;
	height: 35px;
	background-size: contain;
	background-repeat: no-repeat;
}
blockquote cite{
	color: var(--accent-color);
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
}
blockquote cite:after{
	content: "";
	display: inline-block;
	margin-left: 10px;
	height: 1px;
	width: 70px;
	background: var(--accent-color);
	vertical-align: middle;
}
.wp-caption {
	position: relative;
    background: transparent;
    margin-bottom: 25px;
    max-width: 100%
}
.wp-caption-text,.gallery-caption{
	margin-bottom: 25px;
}
.bypostauthor {
 	position: relative;
}
.sticky {
	position: relative;
}
.sticky .post-title:before{
	content: "\f08d";
	font-family: "Font Awesome 5 Free";
	color: #ef4848;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 900;
}
.post-content a{text-decoration: underline;}
.post-content .post-title a{
	text-decoration: none;
}
.post-content:after, .page-excerpt:after,
.post-content:before, .page-excerpt:before{
	content: "";
	clear: both;
	display: table;
}
.no-sidebar .alignwide{
	margin: 32px calc(25% - 25vw);
	min-width: 100%;
	max-width: 100vw;
	width: auto;
}
.no-sidebar .alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.wp-block-embed.alignfull iframe{width: 100%}
.wp-block-archives li a, .wp-block-categories li a, .wp-block-latest-comments li a,
.wp-block-latest-posts li a{
	color: inherit;
}
.wp-block-archives li a:hover, .wp-block-categories li a:hover,
.wp-block-latest-comments li a:hover, .wp-block-latest-posts li a:hover{
	color: var(--accent-color);
}
.wp-block-categories ul.children{margin-bottom: 0;}
.post table{margin-bottom: 20px;}
.post-title, .post-content{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.post-nav-links{
	clear: both;
	margin: 0 0 1.5em;
}
.wp-block-cover{margin-bottom: 25px}
.gallery img{
	border: none!important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: var(--accent-color);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 111100; /* Above WP toolbar. */
}
/*Elementor*/
.elementor-heading-title{
	line-height: 1.3em;
}
/*WordPress Widget*/
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, 
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item{
	margin: 0 0.5em 0.5em 0;
}
.wp-block-latest-comments__comment{line-height: 24px;}
.wp-block-search__label{
	font-size: 24px;
	font-family: var(--font-heading);
	color: var(--heading-color);
	display: block;
}
.wp-block-search__label::after {
	content: "";
	height: 1px;
	width: 60px;
	background: var(--accent-color);
	display: block;
	margin: 25px 0 40px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
	border: none;
	background: transparent;
	border: 1px solid #ddd;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{
	padding: 10px 12px;
}
.wp-block-search__button{
	background: var(--accent-color);
	border: none;
	color: #fff;
	padding: 10px 12px;
}
.wp-block-search__input{
	padding: 10px 12px;
}
@media (min-width: 600px){
	.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, 
	.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
	    margin-right: 0.5em;
	}
}