/*
Theme Name: SakhtoEjra
Author: Taha Tabibzadeh
Author URI: sakhtoejra.com
Description: This Theme is specially designed for sakhtoejra website.
Version: 3.6
Tested up to: 6.5
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Taha Tabibzadeh
Tags: Customize for woocomerce

/*-----------------------------------------------------*/

html {
	font-family: inherit;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
}

body {margin: 0; background: #fff;}


*, *:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior;
	   see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}


article, aside, footer, header, nav, section{ display: block; }

figcaption, figure{display: block;}

figure {margin: 1em 0;}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
    border:none;
    border-bottom:1px solid #ddd;
    margin:30px 0px;
}


hr{

}

pre { font-family: monospace, monospace; font-size: 1em; }

a {
    color: #222;
    text-decoration: none;
    background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:focus {outline: none; outline-width: 0;}
a:hover, a:active {outline: none; outline-width: 0;}


abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b, strong {font-weight: 700;}

dfn {font-style: italic;}

mark { background-color: #eee; color: #222; }

small { font-size: 80%; }

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub { bottom: -0.25em; }
sup { top: -0.5em; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
svg:not(:root) { overflow: hidden; }

button, input,
optgroup, select, textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input { overflow: visible; }
button, select { text-transform: none; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit; padding: 0;
	display: table; max-width: 100%;
	white-space: normal;
}

progress {display: inline-block; vertical-align: baseline;}

textarea { overflow: auto; }

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details, menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
[hidden] { display: none; }


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

h1 {font-size: 24px; line-height:1.5; margin:10px 0px;}

h2 {color: #111; font-size: 20px; line-height:1.5; margin:10px 0px;}

h3 {color: #111; font-size: 18px; line-height:1.5; margin:10px 0px;}

h4 {color: #111; font-size: 16px; line-height:1.5; margin:10px 0px;}

h5 {color: #111; font-size: 13px; line-height:1.5; margin:10px 0px;}

h6 {color: #111; font-size: 13px; line-height:1.5; margin:10px 0px;}

h1, h2, h3, h4, h5, h6{font-weight:normal;}

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

blockquote {
	color: #666; overflow: hidden;
	 line-height: 1.7;
	margin: 0; padding: 0;
}

blockquote cite {
	display: block; margin-top: 0.5em;
	font-style: normal; font-weight: 600;
}

address { margin: 0 0 1.5em; }

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

code, kbd, tt, var{
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,ins {background: #eee; text-decoration: none;}
blockquote:before, blockquote:after { content: ""; }
blockquote { quotes: "" "";}
q {quotes: "“" "”" "‘" "’";}

:focus {outline: none;}

/* Typography for Arabic Font */

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul { list-style: disc; }
ol { list-style: decimal; }
dt { font-weight: 700; }
dd { margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th { border-bottom: 2px solid #bbb; padding-bottom: 0.5em; }
th { padding: 0.4em; text-align: right; }
tr { border-bottom: 1px solid #eee; }
td { padding: 0.4em; }

th, td,
th:first-child,
td:first-child { padding-left: 0; }

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

.comment-content a img{
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {color: #222;}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

/* widget forms */

.widget select {width: 100%;}

/* Widget markup */

.widget .post-date,
.widget .rss-date { font-size: 0.81em; }

/* Text widget */

.widget_text ul { list-style: disc;	margin: 0 0 1.5em 1.5em; }

.widget_text ol { list-style: decimal; }

.widget_text ul li,
.widget_text ol li { border: none; }

.widget_text ul li:last-child,
.widget_text ol li:last-child {	padding-bottom: 0; }

.widget_text ul li ul { margin: 0 0 0 1.5em; }

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li { list-style-position: inside; }

.widget_text ol li + li { margin-top: -1px; }

/*------------------|RSS Widget|------------------*/

.widget_rss .widget-title .rsswidget:first-child:not(.rss-widget-title) { float: right; }

.widget_rss .widget-title .rsswidget:first-child:hover{ background-color: transparent; }

.widget_rss .widget-title .rsswidget:first-child img { display: block; }

.widget_rss ul li { padding: 2.125em 0; }

.widget_rss ul li:first-child { border-top: none; padding-top: 0; }

.widget_rss li .rsswidget { font-size: 22px; line-height: 1.4; }

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676; display: block;
	font-size: 10px; font-style: normal;
	line-height: 1.5;
}

.widget_rss .rss-date { margin: 0.5em 0 1.5em; padding: 0; }

.widget_rss .rssSummary { margin-bottom: 0.5em; }

/* Contact Info Widget */

.widget_contact_info .contact-map { margin-bottom: 0.5em; }

/* Gravatar */

.widget-grofile h4 { font-size: 16px; margin-bottom: 0; }

/*------------|Recent Comments|------------*/

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td { border: 0; }

/*------------|Recent Posts widget|------------*/

.widget_recent_entries .post-date { display: block; }

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0; border-bottom: 0;
	padding: 0; margin: 4px 4px 0 0;
}


.tagcloud, .widget_tag_cloud, .wp_widget_tag_cloud { line-height: 1.5; }

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd; z-index: 0;
	box-shadow: none; -webkit-box-shadow: none;
	display: block; padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto; word-wrap: break-word;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar .wp-calendar-table { margin-bottom: 0; }

.widget_calendar .wp-calendar-nav {
	display: table; width: 100%;
	margin: 0 0 1.5em; padding: 0.4em 0;
}

.widget_calendar .wp-calendar-nav span { display: table-cell; }

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar th,
.widget_calendar td,
.widget_calendar .wp-calendar-nav span {
	text-align: center;
}

.widget_calendar tfoot td {border: 0;}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption { display: none; }


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img.alignleft, img.alignright { float: none; margin: 0; }

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

audio:focus, video:focus { outline: none; }

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666; font-size: 13px;
	margin-bottom: 1.5em; max-width: 100%;
}

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

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

/* Media Elements */

.mejs-container { margin-bottom: 1.5em; }

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}


/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

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

	/* Front Page */

	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	.background-fixed .panel-image { background-attachment: fixed; }

	@supports ( -webkit-touch-callout: none ){
		/* Image scrolls with the content in iOS Safari. */
		.background-fixed .panel-image {
			background-attachment: scroll;
		}
	}

	/* Post formats */

	.format-quote blockquote .icon { left: -1.5em; }

	/* Comments */

	ol.children .children { padding-left: 2em; }

	/* Gallery Columns */

	.gallery-columns-5 .gallery-item { max-width: 20%; }
	.gallery-columns-6 .gallery-item { max-width: 16.66%; }
	.gallery-columns-7 .gallery-item { max-width: 14.28%; }
	.gallery-columns-8 .gallery-item { max-width: 12.5%; }
	.gallery-columns-9 .gallery-item { max-width: 11.11%; }
	
}

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

	/* Comments */
	.comment-body { margin-left: 0; }
}


/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form, button, input, select, textarea,
	.social-navigation, #secondary,
	.content-bottom-widgets, .header-image,
	.panel-image-prop, .icon-thumb-tack,
	.page-links, .edit-link,
	.post-navigation, .pagination.navigation,
	.comments-pagination, .comment-respond,
	.comment-edit-link, .comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer, #comments, .site-footer {border: 0;}

	/* Font sizes */

	body { font-size: 12pt; }
	h1 { font-size: 24pt; }
	h2 { font-size: 22pt; }
	h3 { font-size: 17pt; }
	h4 { font-size: 12pt; }
	h5 { font-size: 11pt; }
	h6 { font-size: 12pt; }
  
	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header { background: transparent; padding: 0; }
	.custom-header-media { padding: 0; }

}
