/*!
Theme Name: darkoob
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>darkoob</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: darkoob
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.

darkoob 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

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

/*--------------------------------------------------------------
# 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;
}


@font-face {
    font-family: 'PoppinsLatin-Regular';
    src: url('asset/fonts/PoppinsLatin-Regular.eot');
    src: url('asset/fonts/PoppinsLatin-Regular.eot?#iefix') format('embedded-opentype'),
         url('asset/fonts/PoppinsLatin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('asset/fonts/Roboto-Regular.eot');
    src: url('asset/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('asset/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('asset/fonts/IRANSansWeb(FaNum)_Bold.eot');
    src: url('asset/fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('asset/fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('asset/fonts/IRANSansWeb(FaNum)_Medium.eot');
    src: url('asset/fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('asset/fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('asset/fonts/IRANSansWeb(FaNum)_Light.eot');
    src: url('asset/fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('asset/fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('asset/fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('asset/fonts/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('asset/fonts/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('asset/fonts/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('asset/fonts/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('asset/fonts/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('asset/fonts/IRANSansWeb(FaNum).eot');
    src: url('asset/fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('asset/fonts/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('asset/fonts/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('asset/fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("asset/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("asset/fonts/fontawesome-webfont.woff") format("woff"), 
    url("asset/fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("asset/fonts/fontawesome-webfont.svg") format("svg");
}

@font-face {
    font-family: 'IRANYekan';
    src: url('asset/fonts/IRANYekan.eot');
    src: url('asset/fonts/IRANYekan.eot?#iefix') format('embedded-opentype'),
     url("asset/fonts/IRANYekan.woff") format("woff"), 
        url("asset/fonts/IRANYekan.ttf") format("truetype"), 
         url('asset/fonts/IRANYekan.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRYekan';
    src: url('asset/fonts/IRYekan.eot');
    src: url('asset/fonts/IRYekan.eot?#iefix') format('embedded-opentype'),
         url('asset/fonts/IRYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("asset/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("asset/fonts/fontawesome-webfont.woff") format("woff"), 
    url("asset/fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("asset/fonts/fontawesome-webfont.svg") format("svg");
     font-display: swap;
}


@font-face {
    font-family: 'irannastaliq';
    src:url('asset/fonts/irannastaliq.ttf') format('truetype');
}


@font-face {
    font-family: 'IranNastaliq';
    src:url('asset/fonts/IranNastaliq.ttf') format('truetype');
}





body{ font-family: IRANSans !important;   line-height: 2;}



.up{box-shadow: 0 0 10px lightgrey;     padding-top: 5px;
    padding-bottom: 5px;}

.up .container-fluid{display: flex;
    align-items: center;
    justify-content: space-between;}


h1 ,h2, h3, h4, h5, h6{font-family: 'IranNastaliq';}

h1{font-size: 35px;}
h2{font-size: 32px;}
h3{font-size: 30px;}
h4{font-size: 28px;}
h5{font-size: 27px;}
h6{font-size: 26px;}


.underslider{background-image:url('https://aminimansion.ir/wp-content/uploads/bg.png'); height: 100px; display:block;}

.taklink a{    background-color: #F1C152;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 15px 21px;
    z-index: 9;
    display: inline-block;
    line-height: 13px !important;}

.taklink a:hover{background:black; color: rgb(241, 193, 82);}


.logoo{display:none;}
	
.taklink .widget_text{    position: relative; top: 5px;}

.menuu .main-navigation a{display: block;
    text-decoration: none;
    color: black;
    font-weight: 700;}

.menuu ul{padding:0; text-align: right; margin: 0;}
.menuu li a{
  padding: 9px 12px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none; 
}

.menuu li{display:inline-block;}
.menuu li a:hover{color: #F1C152;}
.menuu ul ul{position:absolute; width:250px; padding:10px 0; display:none; z-index:100;}
.menuu li:hover> ul{
    display: block;
    float: left;
    width: 246px;
    margin-right: 0px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px lightgrey;
    text-align: right;
}
.menuu li li{width:100%; padding-right: 10px; float:left; list-style-type:none; margin-right: 0; margin-left: 0;}
.menuu li li a{text-align: right; font-size: 14px; text-decoration:none; width: 100%; color: #fff; padding: 5px;}
.menuu ul ul ul{  margin: -44px 225px 0 190px !important;}
 

.logoo .widget_media_image, .taklink .textwidget, .taklink .textwidget p, .taklink .widget_text{margin:0 !important;}

.sliderr{background-image:url(https://aminimansion.ir/wp-content/uploads/bigpic3.png); 
color: white;
    position: relative;
    padding-top: 185px;
    padding-bottom: 185px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1917;}

.sliderr .widget_text{position:relative; }
.sliderr .widget_text h2{margin-bottom: 35px;}

.sliderr:before{        position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(-90deg, #16171a 0.06%, rgba(22, 23, 26, 0) 99.93%);}

.sliderr .widget_text{width:35%; }
.sliderr .textwidget a{    background-color: #F1C152;
    font-weight: 700;
    color: #000;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 15px 21px;
    z-index: 9;
    display: inline-block;
    line-height: 13px !important;
    text-decoration: none;}

.sliderr .textwidget a:hover{    background-color: #000;
    color: #F1C152;}

.aboutttext{text-align:justify;}
.aboutttext .widget-title, .servicess .widget-title, .eventss .widget-title{color: #F1C152; font-size: 23px;
    margin-bottom: 20px;}
.aboutttext #text-4 .textwidget > div{ font-size: 25px; font-weight: 900;}

.aboutt{margin-top: 90px; margin-bottom: 80px;}

#text-6 .textwidget, #text-7 .textwidget, #text-8 .textwidget{padding: 10px; border-style: solid; border-width: 1px;
    border-color: rgb(241, 193, 82); display: flex; align-items: center;}

#text-6 .textwidget p, #text-7 .textwidget p, #text-8 .textwidget p{margin:0;}
#text-6 img, #text-7 img, #text-8 img{width:50px; height:50px; object-fit: contain; margin-left:10px;}
#text-6 h3, #text-7 h3, #text-8 h3{ font-size:20px; color:black; font-weight: 900;}


.servicess .widget_text{text-align:center;}
.servicess ul{    margin: 0; padding: 0;}
.servicess li{    background: #fffbeb; width:48%; float:right; padding: 20px !important; margin:1% !important;}

.servicess li .cat-post-thumbnail{float: right !important; margin: 0 !important; margin-bottom: 20px !important;}
.servicess li .cat-post-title{    font-size: 26px; font-weight: 600; text-decoration:none;
    color: rgb(241, 193, 82);}
.servicess #text-9 p{ font-size: 25px; font-weight: 900; color:black; margin-bottom:0;}
.servicess li:hover{background: #F1C152; color: white;}
.servicess li:hover .cat-post-title{color:white;}
.servicess li img{    margin-bottom: 20px; display:block;}
.servicess .cpwp-excerpt-text{font-size: 15px; color: black;}
.servicess li .cat-post-excerpt-more.more-link{background-color: #F1C152;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    fill: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all .1s;
    text-decoration: none;
    color: black;
    margin-top: 20px;}
.servicess li:hover .cat-post-excerpt-more.more-link{color: #F1C152; background:white;}

.eventss .textwidget p{    font-size: 25px; font-weight: 900; color: black;  margin-bottom: 15px;}
.eventss .psacp-post-carousel-content{text-align:right !important;     background: #FFFBEB !important;}
.eventss .psacp-post-title{font-size: 20px; color:black !important;}
.eventss .psacp-post-title a{color:black;     font-size: 22px;}
.eventss .psacp-post-carousel-wrap.psacp-design-2 .psacp-post-slide:hover .psacp-post-carousel-content{border-color:#F1C152 !important;}
.eventss .psacp-post-content{    margin-top: 15px;
    color: black;
    font-size: 14px;}
.eventss .psacp-rdmr-btn:hover, .psacp-rdmr-btn:focus{background-color: black !important; border-color:black !important; color:#F1C152; }
.eventss{margin-top: 60px; margin-bottom: 50px;}
.eventss .psacp-rdmr-btn{    background-color: #F1C152; border-color:  #F1C152; color:white !important; border-radius: 5px;}


.nazarattext .widget-title, .blogg .widget-title{    color: #F1C152; font-size: 18px;}
.nazarattext h3{font-size: 25px; font-weight: 900; color: black; margin-bottom: 15px;  margin-top: 15px;}
.nazarat .row{    align-items: center;}
.nazaratpic img{    display: block; margin: 0 auto;}


.blogg ul{padding:0; margin:0;}
.blogg li{width: 32.3%; float:right;  border: solid #F1C152 1px;    margin: 0 !important;
    padding: 0 !important;}
.blogg li > div{margin: 0 !important;}
.blogg li:nth-child(2){margin-left:20px !important; margin-right:20px !important;}
.blogg .cat-post-thumbnail{float:none !important; margin: 0 !important;}
.blogg li img{width: 100%; height: 200px; object-fit: cover !important; margin-bottom: 20px !important;}
.blogg .cat-post-title{color:black; text-decoration:none;    font-size: 23px !important;
    font-weight: 600;     padding: 0 10px;}
.blogg h3{font-size: 25px; font-weight: 900; color: black;
    margin-bottom: 15px; margin-top: 15px;}
.blogg .cpwp-excerpt-text{text-align: justify; font-size: 14px;}
.blogg .cpwp-wrap-text-stage{ padding: 0 10px; padding-bottom:10px;}

.blogg{ margin-top: 55px;     margin-bottom: 65px;}

.foott{background: #000000; color:white; clear:both;     padding-top: 60px;
    padding-bottom: 25px; line-height:2;}

.foot3 ul{padding:0; margin:0;}
.foot3 li{list-style-type: none; text-decoration:none;  margin-bottom: 10px; font-size:15px;}
.foot3 li a{text-decoration: none; color:white;}
.foott .widget-title{    font-size: 24px; font-weight: 900;     margin-bottom: 25px;}

.foot1 .textwidget{width: 75%; text-align: justify;}
.foot1 ul{padding:0; margin:0;}
.foot1 li{display:inline-block;}
.foot1 li a{font-size:.1px; color:transparent;}
.menu-item-55 a:before{font-family: "FontAwesome"; font-size:20px; content:"\f232"; 
	color:white; background:#F1C152; width: 37px; display:block;
    height: 34px;transition: all 0.4s ease-in-out;
    text-align: center;border-radius: 5px;
    line-height: 34px;}

.menu-item-56 a:before{font-family: "FontAwesome"; font-size:20px; content:"\f16d"; 
	color:white; background:#F1C152; width: 37px; display:block;
	height: 34px;transition: all 0.4s ease-in-out;
	text-align: center;border-radius: 5px;
	line-height: 34px;}

.menu-item-57 a:before{font-family: "FontAwesome"; font-size:20px; content:"\f1d8"; 
	color:white; background:#F1C152; width: 37px; display:block;
	height: 34px;transition: all 0.4s ease-in-out;
	text-align: center;border-radius: 5px;
	line-height: 34px;}

.post, .page{margin:0;}

.foot2 #text-15 p:before{font-family: "FontAwesome"; font-size:20px; content:"\f041"; margin-left:10px; color: #F1C152; }
.foot2 #text-16 p:before{font-family: "FontAwesome"; font-size:20px; content:"\f095"; margin-left:10px; color: #F1C152;}
.foot2 #text-17 p:before{font-family: "FontAwesome"; font-size:20px; content:"\f003"; margin-left:10px; color: #F1C152;}
.foot2 #text-18 p:before{font-family: "FontAwesome"; font-size:20px; content:"\f017"; margin-left:10px; color: #F1C152;}
.foot2 #text-20 p:before{font-family: "FontAwesome"; font-size:20px; content:"\f16d"; margin-left:10px; color: #F1C152;}

.foot2 a{    color: #F1C152; text-decoration: none;}

.clockk:before{font-family: "FontAwesome"; font-size:20px; content:"\f017"; margin-left:10px; color: #F1C152;}
.instaa:before{font-family: "FontAwesome"; font-size:20px; content:"\f16d"; margin-left:10px; color: #F1C152;}

.foot2 .widget_text, .foot2 .widget_text p{margin-bottom: 9px !important;}


.entry-footer{display:none;}

.blogin2{width: 31%; float: right;  margin: 1%;box-shadow: 0 0 10px lightgrey;
    padding: 10px;}
.blogin2 .entry-title a{font-size: 20px; text-decoration: none; color: black;     margin-top: 20px; display:block;}
.blogin2 .post-thumbnail{float: none; margin: 0;}
.blogin2 .entry-content{margin-top:10px; text-align: justify;}
.blogin2 .post-thumbnail img{  margin-bottom: 20px; height: 200px !important;
    object-fit: cover;}
.blogin2 .entry-content{display:none;}

.blogg li .cat-post-title{    font-family: 'IranNastaliq';}

.callus:before {
    font-family: "FontAwesome";
    content: "\f095";
    margin-left: 15px;
    color: #F1C152;
    font-size: 20px;
}

.mailus:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    margin-left: 15px;
    color: #F1C152;
}

.addressus:before {
    font-family: "FontAwesome";
    content: "\f041";
    margin-left: 15px;
    color: #F1C152;
    font-size: 20px;
}

.bgcontact {
    background: #f1c15247;
    border-radius: 20px;
    padding: 35px 45px;
    margin-bottom: 60px;
    padding-bottom: 0px;
    margin-bottom: 140px;
}

.bgcontact .wpcf7-form input {
    width: 100%; padding:10px; font-family: IRANSans !important;
}

.bgcontact .wpcf7-form textarea{ width: 100%; padding:10px; height: 140px; font-family: IRANSans !important;}
.bgcontact .wpcf7-form-control.wpcf7-captchar{width: 100px; margin-right: 10px;}

.bgcontact .wpcf7-submit{background:black !important; color:white !important;     padding: 13px 0 !important;}


.single .navigation.post-navigation{display:none;}

.entry-content{text-align: justify; line-height:2;}

.kk{padding-left:24px; padding-right:24px;}

#text-6, #text-7, #text-8{display:none;}

.aboutttext a, .nazarattext a{    background-color: #F1C152;
    font-weight: 700;
    color: #000;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 15px 21px;
    z-index: 9;
    display: inline-block;
    line-height: 13px !important;
    text-decoration: none;}
    
.aboutttext a:hover, .nazarattext a:hover{background-color:black; color:white;}

.eventss .owl-carousel .owl-item img{    height: 200px !important;
    object-fit: cover !important;}


.servicess .cat-post-title{    font-family: 'IranNastaliq';}
.servicess li .cat-post-thumbnail img{height: 220px;
    object-fit: cover;}
    
.servicess li .cat-post-thumbnail{    width: 100%;}
.servicess li .cat-post-thumbnail img{width: 100%;
    display: block;
    height: 330px;     object-fit: contain !important;}

.post.type-post .post-thumbnail img{    height: 300px;
    object-fit: contain;
    text-align: center;
    display: block;
    margin: 0 auto;}

.blogin2 .post.type-post .post-thumbnail img{object-fit:cover;}


.foot3 .menu-item-262 a:before{content:""; background-image:url(https://aminimansion.ir/wp-content/uploads/logo-3.png);     width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle;
}

.foot3 .menu-item-110 a:before{content:""; background-image:url(https://aminimansion.ir/wp-content/uploads/gardeshgari.png);     width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle;
}



.post.type-post .post-thumbnail{    margin-top: 15px;}

.nazarattext ul{margin:0; padding:0;}
.nazarattext a{    margin-top: 15px;}

.nazarattext ul li{list-style-type:none;}
.nazarattext ul li:before{content:"\f00c";     font-family: "FontAwesome"; margin-left:7px;}


body{    background: #f5d69963;}


.category-8 .blogin2{width:100%;}



.category-8 .blogin2 .post-thumbnail{width: 34%; display: block; float: right;}
.category-8 .blogin2 .entry-header{ width: 62%; float: left;}
.category-8 .blogin2 .entry-content{display:block;width: 62%; float: left;}


.eventss{display:none;}


@media only screen and (max-width:1280px) {


}
@media only screen and (max-width:1200px) {
   
   }
@media only screen and (max-width:1140px) {
   
   }
@media only screen and (max-width:1024px) {


   }
@media only screen and (max-width:992px) {


   }
   
@media only screen and (max-width:768px) {
.up .container-fluid{    justify-content: end;}
.taklink{display:none;}
.up .menuu {display: none;}
.sliderr .widget_text{width:100%; text-align: justify;}
.sliderr .widget_text h2{    line-height: 1.7;}
#text-6 .textwidget, #text-7 .textwidget, #text-8 .textwidget{    text-align: center; display: block;}
.blogg li:nth-child(2){margin-left: 0px !important;  margin-right: 0px !important;}
.servicess li, .blogg li{width:100%;}
.eventss .textwidget p, .servicess #text-9 p, .nazarattext h3, .blogg h3{    font-size: 21px;}
.foot1 .textwidget{width:100%;}
.sliderr{background-position: top;     padding-top: 255px;     padding-bottom: 35px;}
.nazarat{    margin-top: 50px;}
}
   
@media only screen and (max-width:525px) {
.sliderr{padding-top: 440px;}

   }
@media only screen and (max-width:480px) {
       .sliderr {
        padding-top: 360px;
    }

   }
@media only screen and (max-width:375px) {
   
       .sliderr {
        padding-top: 300px;
    }
   
   }
@media only screen and (max-width:320px) {
   
   }
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
		  only screen and (min-resolution:144dpi) {
   
   }