/*!
Theme Name: darkoobtheme
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>darkoobtheme</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: darkoobtheme
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.

darkoobtheme 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
    font-family: 'WYekan';
    src: url('fonts/yekan-webfont.eot');
    src: url('fonts/yekan-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/yekan-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb.eot');
    src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
         url('fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
	url("fonts/fontawesome-webfont.woff") format("woff"), 
	url("fonts/fontawesome-webfont.ttf") format("truetype"), 
	url("fonts/fontawesome-webfont.svg") format("svg");
}

body {font-family:"IRANSansWeb" !important; color:#444; font-size: 14px;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
.back-header1{background:#436e13; width: 100%;}
.mainmenu{padding-top: 10px;padding-bottom: 10px;}
.mahsol {float: left;/*font-size: 14px;background: #f1f1f1;border-radius: 12px;padding: 2px 8px;
position: relative;top: 2px;left: 2px;*/ background-color: #ed3964;
    min-width: 18px;
    white-space: nowrap;
    padding: 2px 2px 0;
    line-height: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    right: -24px;
    text-align: center;
    color: #fff;
    font-size: 12px;}
.mahsol:before{position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #ed3964 transparent transparent transparent;
    bottom: -3px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';}
.add-cart h2 {color: rgb(226, 15, 15);/*text-align: left;*/font-size: 0px !important;margin-bottom: 11px;
margin-top: 7px;/*margin-left: 32px;*/}
.add-cart h2:before {font-size: 22px;color:#436e13;padding-left: 2px;position: relative;
top: -4px;font-family: "FontAwesome";content: "\f07a";}
.widget_shopping_cart_content {display: none;}
 .login-user {padding-top: 10px;text-align:right;} 
.welcome {font-size: 14px;text-align: left;color: #000000;}
.welcome a {color: #ffffff;}
.welcome span{color: #3e3a48;}
.ozviat span:before {position: relative;top: 2px;content: "\f007";font-family: "FontAwesome";
font-size: 15px;color: #ffffff;padding-left: 3px;right: 0px;}
.vorod span:before {content: "\f08b";font-family: "FontAwesome";font-size: 15px;color:#ffffff ;/*#fe5c81;*/
padding-left: 8px;position: relative;top: 2px;right: 4px;}
.kharid .widget.woocommerce.widget_shopping_cart h2{margin-bottom:0px;}
.kharid{padding-top: 25px;text-align: left;}
/* .kharid h2{clear: inherit;} */
.phone{padding-top: 10px;text-align: left;color: #fff;}
.phone .textwidget p{font-size: 15px;}
.phone .textwidget p:before{font-family: "FontAwesome";font-size: 17px;color: ##ffffff;content: "\f095";
position: relative;top: 2px;right: 4px;}
a:hover{text-decoration: none;}
/* .header2{padding-left: 30px;padding-right: 30px;} */
.search-1{padding-top:27px;    text-align: center;}

.search-1 button[type="submit"]{    width: 38px;
    position: relative;
    height: 100%;
    background-color: #436e13;
    color: #fff;
    border: 0;
    top: 0px;
    line-height: 25px;
    font-size: 0px;
    border-radius: 4px 0 0 4px;
    text-align: center;
    cursor: pointer;
    padding: 3px 5px;
    left: 5px;}

.search-1 button[type="submit"]:before{ content: "\f002";
    color: #ffffff;
    font-family: "FontAwesome";
    font-size: 19px;
    position: relative;
    top: 2px;}
.search-1 input[type="search"]{    width: 70%;
    line-height: 36px;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #c7c7c7;
    border-left: 1px solid #eaedf1;
	border-radius: 0 4px 4px 0;}
	
.back-header3{background: #ececec;width: 100%;}
.logo .textwidget p{margin: 0px !important;}
.logo{padding-top: 5px;padding-bottom: 5px;}
.content1{padding-left: 30px;padding-right: 30px;padding-top: 30px;}
.content2title{padding-left: 30px;padding-right: 30px;}
.content2title h2{    color: #fff;
    font-size: 20px;
    padding: 18px 25px 18px 25px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    background:#436e13;
	position: relative;}
.content2title h2:after{content: '';
    position: absolute;
    width: 60px;
    height: 100%;
    transform: skew(-35deg);
    left: -40px;
    top: 0;
    background-color: inherit;
	z-index: 0;}
.content2{padding-left: 30px;padding-right: 30px;padding-top: 10px;}

.content2-1 .textwidget p:nth-child(2) , .content2-2 .textwidget p:nth-child(2) ,
.content2-3 .textwidget p:nth-child(2) , .content2-4 .textwidget p:nth-child(2) , 
.content2-5 .textwidget p:nth-child(2) , .content2-6 .textwidget p:nth-child(2) ,
.content2-7 .textwidget p:nth-child(2) , .content2-8 .textwidget p:nth-child(2){
	text-align: center;}
.content2-1 .textwidget p:nth-child(2) a , .content2-2 .textwidget p:nth-child(2) a ,
.content2-3 .textwidget p:nth-child(2) a , .content2-4 .textwidget p:nth-child(2) a , 
.content2-5 .textwidget p:nth-child(2) a , .content2-6 .textwidget p:nth-child(2) a ,
.content2-7 .textwidget p:nth-child(2) a , .content2-8 .textwidget p:nth-child(2) a {
	color: #222;font-weight: bold;}

.content2-{ padding-left: 30px;padding-right: 30px;padding-top: 20px;}
.content3{direction: ltr;}
.content3 .carousel-slider__product .woocommerce-LoopProduct-link{padding: 15px;}
.content3 .carousel-slider__product h3{font-size: 13px;text-align: center;}
.content3 .carousel-slider__product .price{    margin: 0 .5rem 0 0rem;font-size: 1.2rem;float: none;text-align: center;}
.content3 .carousel-slider__product a.add_to_cart_button, .carousel-slider__product a.added_to_cart, .carousel-slider__product a.quick_view{
	padding: 10px;}
#widget_carousel_slider-2{text-align: right;}
#widget_carousel_slider-2 h2{    color: #fff;
    font-size: 20px;
    padding: 18px 25px 18px 25px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    background: #436e13;
	position: relative;}
#widget_carousel_slider-2 h2:after{    content: '';
    position: absolute;
    width: 60px;
    height: 100%;
    transform: skew(-35deg);
    left: -40px;
    top: 0;
    background-color: inherit;
	z-index: 0;}
.content3{    padding-right: 30px;
    padding-left: 30px;
	overflow: hidden;}

.cont3{padding-left: 30px;padding-right: 30px;padding-top: 50px;padding-bottom: 30px;}
.content4{direction: ltr;}
.content4 .carousel-slider__product .woocommerce-LoopProduct-link{padding: 15px;}
.content4 .carousel-slider__product h3{font-size: 13px;text-align: center;}
.content4 .carousel-slider__product .price{    margin: 0 .5rem 0 0rem;font-size: 1.2rem;float: none;text-align: center;}
.content4 .carousel-slider__product a.add_to_cart_button, .carousel-slider__product a.added_to_cart, .carousel-slider__product a.quick_view{
	padding: 10px;}
#widget_carousel_slider-3{text-align: right;}
#widget_carousel_slider-3 h2{    color: #fff;
		font-size: 20px;
		padding: 18px 25px 18px 25px;
		font-weight: bold;
		display: inline-block;
		text-transform: uppercase;
		background:#436e13;
		position: relative;}
#widget_carousel_slider-3 h2:after{    content: '';
		position: absolute;
		width: 60px;
		height: 100%;
		transform: skew(-35deg);
		left: -40px;
		top: 0;
		background-color: inherit;
		z-index: 0;}
	.content4{    padding-right: 30px;
		padding-left: 30px;
		overflow: hidden;}

.back-content5{background: #fff;}
.content5 h3{font-weight: bold;padding-bottom: 20px;}
.content5{padding-bottom: 10px;box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);margin-bottom: 40px;margin-top: 30px;
margin-right: 30px;margin-left: 30px;}
.content5 .cat-post-item{width: 31.3%;float: right;margin: 5px 1% !important;border-bottom: none; }
.content5 #category-posts-2-internal .cat-post-thumbnail{margin: 0px 0px 25px 0 !important;}
.content5 #category-posts-2-internal .cat-post-item{padding-left: 10px;
padding-right: 10px;padding-top: 30px;padding-bottom: 20px;}
.content5 .category-posts-internal{padding: 0px;margin: 0 auto;}
.content5 #category-posts-2-internal .cat-post-title{font-weight: bold;}
.content5 #category-posts-2-internal li > div{margin: -3px 0 0 0 !important;}
.content5 #category-posts-2-internal .cat-post-white span {background-color: #ffffff00 !important;}
.content5 #category-posts-2-internal .cat-post-item p{line-height: 30px;text-align: justify;}

.content5 #category-posts-2-internal .cat-post-item .cat-post-title{display:inline-block;color: #000;}
#category-posts-2 h2 a{color: #ffffff;
    font-size: 22px;
    padding: 18px 25px 18px 25px;
    position: relative;
    display: inline-block;
	background: #436e13;}
	
#category-posts-2 h2 a:after{content: '';
    position: absolute;
    width: 60px;
    height: 100%;
    transform: skew(-35deg);
    left: -35px;
    top: 0;
    background-color: inherit;
    z-index: 0;}

.back-footer1{background: #112a3e;width: 100%;}
.footer1-1 #menu-social {margin : 0;padding: 0;}
.footer1-2 h2{font-size: 21px;font-weight: bold;color: #fff;}
.footer1-2{padding-top: 20px;padding-bottom: 30px;text-align: center;}
.footer1-1{padding-top: 34px;text-align: center;}

.footer1-1 li {list-style: none;  padding :5px 2px 5px 2px; border-radius: 4px;  display: inline-block;
   vertical-align: middle;}
.footer1-1 li a{color: #555; font-size: 0;}
.footer1-1 li a:before{font-family: "FontAwesome"; font-size: 12px; padding: 10px; color:  #fff;}
.footer1-1 li.menu-item-104 a:before {content: "\f1d8";font-size: 15px;}
.footer1-1 li.menu-item-105 a:before{content: "\f16d"; font-size: 18px;}
.footer1-1 li.menu-item-106 a:before{content: "\f0e1"; font-size: 18px;}
.footer1-1 li.menu-item-108 a:before{content: "\f232"; font-size: 20px;}
.footer1-1 li.menu-item-107 a:before{content: ""; width: 34px; height:27px;
display: block;background-image: url('../../uploads/icon-aparat2.png');
    background-repeat: no-repeat;
    float: right;
    position: relative;
    top: 3px;
    left: 7px;
/*content: "\f1d8"; font-size: 16px;*/}
.footer1-1 li.menu-item-108 {
padding: 5px 1px 5px 2px;
}

.footer2 {padding-top: 10px;text-align: center;}
.footer2 ul{padding:0;margin: 0;}
.footer2 li a{font-size: 14px;position: relative;
display: inline-block;outline: none;color: #fff;text-decoration: none; 
padding-left: 20px;padding-right: 20px; padding-bottom: 18px;font-weight: bold;padding-top: 10px;}
.footer2 li{display:inline-block;}
.back-footer2{background: #436e13;width: 100%;border-top: 5px solid #ffffff;}
.back-footer3{background: #fff;width: 100%;border-bottom: 5px solid #436e13;}
.footer3 .textwidget{text-align: center;padding-top: 25px;padding-bottom: 10px;font-weight: bold;}
.back-footer4{background: #112a3e;width: 100%;}
.footer4 p{color: #ccc;font-size: 12px;text-align: center;padding-top: 15px;padding-bottom: 5px;}

/* pages */
.woocommerce .woocommerce-breadcrumb{margin: 25px 20px 1em;padding: 10px;border: 1px solid #ccc;}
.woocommerce div.product div.images{border: 5px solid #00AEE0;padding: 20px;}
.woocommerce div.product{line-height: 35px;text-align: justify;font-size: 15px;margin-top: 20px;margin-bottom: 25px;
padding-left: 30px;padding-right: 30px;padding-bottom: 30px;padding-top: 30px;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width: 38%;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width: 58%;}
.product_title.entry-title{font-size: 1.8em;font-weight: bold;}
/* .woocommerce div.product .woocommerce-tabs ul.tabs li{border: 1px solid #28d2ca;background-color: #28d2ca;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom: 1px solid #28d2ca;} */

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #00aee0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #00aee0;}
.woocommerce .quantity input[type="number"]{    padding: 7px;}
.woocommerce-products-header__title.page-title{padding-left: 30px;padding-right: 30px;font-weight: bold;}
.woocommerce .woocommerce-result-count{padding-right: 30px;}
.woocommerce .woocommerce-ordering{padding-left: 30px;}
.woocommerce .products ul, .woocommerce ul.products{padding-left: 30px;padding-right: 30px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
	text-align: center;padding: 25px;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color: #ffffff;background-color:#436e13;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	color: #000;font-weight: bold;}

.dk-p{line-height: 35px;text-align: justify;font-size: 15px;margin-top: 20px;
box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);margin-bottom: 25px;
padding-left: 30px;padding-right: 30px;padding-bottom: 30px;}
.dk-p h1{background: #436e13;padding: 22px 20px;color: #fff;border-radius: 5px;text-align: center;}
.dk-posts h2{    padding: 20px 0;
	border-radius: 0;
	bottom: 31px;
	box-shadow: 0 5px 5px rgba(0,0,0,.05);
	clear: both;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	margin: 0 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 9;
	background-color: #fff;
	line-height: 25px;}
.dk-posts p{padding-bottom: 18px;border-radius: 0;bottom: 60px;box-shadow: 0 5px 5px rgba(0,0,0,.05);
	clear: both;color: #696969;display: block;font-size: 14px;font-weight: 300;left: 0;margin: 0 20px;position: relative;
	text-align: center;z-index: 9;background-color: #fff;padding-left: 8px;padding-right: 8px;}
.dk-posts p a{color: #63b8bd;display: block;}
.dk-posts img{width: 330px;height: 200px;} 
.dkp{line-height: 35px;text-align: justify;font-size: 15px;margin-top: 20px;
	box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);margin-bottom: 25px;padding-left: 30px;padding-right: 30px;padding-bottom: 30px;}
.dkp .post-thumbnail img{margin: 0 auto;display: block;}
.dkp h1{color: #f3b106;text-align: center;font-weight: bold;
padding-top: 30px;padding-bottom: 20px;}
.dkc{line-height: 35px;
    text-align: justify;
    font-size: 15px;
    margin-top: 20px;
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
	padding-bottom: 30px;}

.DK .wpcf7-form-control{font-weight: 400;
    border: 1px solid #bfbfbfad;height: 50px;padding: 5px;width: 100%;} 
.DK .wpcf7-form-control.wpcf7-textarea{height: 150px;width: 100%;}
.DK label{width: 100% !important;}
.DK .wpcf7-form-control.wpcf7-submit{background-color: #436e13;font-weight: bold;
    border: 1px solid #436e13;padding: 10px 50px;color: #fff;margin-top: 20px;    width: 15%;}
    /* .DKcaptcha{color: #f1f1f1;} */
.DKcaptcha .wpcf7-form-control.wpcf7-captchar{margin-top: 10px;background: #ffffff9e;color: #000;border: 1px solid;}

.wooscp-btn{border: #436e13;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    background: #436e13;
    color: #ffff;}
.summary.entry-summary .wooscp-btn{margin: 0px;}
.wooscp-popup.wooscp-settings.open .wooscp-settings-fields .wooscp-settings-field-li .label{color: #000000;}
.products.columns-4 .woosc-btn {
    cursor: pointer;
    border: #436e13;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto; 
    margin-top: 20px;
    background: #436e13;
    color: #ffff;
}
.woosc-btn {
    cursor: pointer;
    border: #436e13;
    cursor: pointer;
    display: block;
    text-align: center;
    /*margin: 0 auto;*/ 
    margin-top: 20px;
    background: #436e13;
    color: #ffff;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media (max-width:800px){
#mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 span.mega-menu-badge{
    text-align: right;}
}
@media (max-width:768px){
    .phone {padding-top: 2px;}
    .login-user {padding-top: 0px;text-align: center;padding-bottom: 5px;}
    .logo{text-align: center;}
    .imagecontent{text-align: center;padding-top: 10px;}
    .content2 , .content2-{text-align: center;}
    .content5 .cat-post-item {
    width: 93.3%;
    float: none;
    margin: 5px 0% !important;
}
.content5 #category-posts-2-internal .cat-post-thumbnail{float: none;}
#category-posts-2-internal .cat-post-thumbnail .cat-post-crop img{margin: 0 auto;}
.content5 #category-posts-2-internal .cat-post-thumbnail{display: block;float: none;}
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
/* body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/* p {
	margin-bottom: 1.5em;
} */

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 3em 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

/* a:hover,
a:focus,
a:active {
	color: #191970;
} */

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 100%;
	right: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	right: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
/* .widget {
	margin: 0 0 1.5em;
} */

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

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

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