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


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




.up1{  background: rgb(241, 247, 252);padding: 10px 0px 5px 0;}

.up1 #text-3{width:21%; }
.up1 #text-4{width:23%; }

.up1 .widget_nav_menu{width:14%; margin:0;}
.up1 .widget_nav_menu ul{padding:0; margin:0;     text-align: left;}
.up1 ul li{display: inline-block;     margin-right: 10px;}
.up1 ul li a{font-size:.1px; color:transparent;}

.up1 #text-2 p:before{ font-family: "FontAwesome"; content:"\f041";     color: #23D5AE; margin-left:10px;}
.up1 #text-3 p:before{ font-family: "FontAwesome"; content:"\f003";     color: #23D5AE; margin-left:10px;}
.up1 #text-4 p:before{ font-family: "FontAwesome"; content:"\f095";     color: #23D5AE; margin-left:10px;}

#text-2{width:42%;}

.up2{padding-top: 3px; padding-bottom: 3px; background:white;}

.menu-item-20 a:before{ font-family: "FontAwesome"; content:"\f1d9"; color:black; font-size:20px;}
.menu-item-21 a:before{ font-family: "FontAwesome"; content:"\f232"; color:black; font-size:20px;}
.menu-item-22 a:before{ font-family: "FontAwesome"; content:"\f16d"; color:black; font-size:20px;}


.up1 p, .up1 .widget_text{margin-bottom: 0;}

.main-menu ul{padding:0; text-align: right; margin: 0;}
.main-menu li a{
  padding: 9px 12px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  outline: none;
  color: black;
  text-decoration: none;  font-weight: 500;
}
.main-menu li:first-child a{padding-right: 0;}

.main-menu li{display:inline-block;}

.main-menu ul ul{position:absolute; width:250px; padding:10px 0; display:none; z-index:100;}
.main-menu li:hover> ul{
  display:block;
  float:left;
  width:246px;
  margin-right: 0px;
  background: #3a3a3b;
}
.main-menu li li{width:100%; padding-right: 10px; float:left; list-style-type:none; margin-right: 0; margin-left: 0;}
.main-menu li li a{text-align: right; font-size: 14px; text-decoration:none; width: 100%; color: #fff; padding: 5px;}
.main-menu ul ul ul{  margin: -44px 225px 0 190px !important;}

.logoo .widget_media_image{margin-bottom: 0;}

.logoo img{    width: 101px;}

#media_image-6{display:none;}
.n-nav #media_image-6{display:block;}
.n-nav #media_image-2{display:none;}

.menu-item-16{    float: left;
    background-color: #23D5AE;
    color: white;
    border-radius: 7px;}
.main-menu .menu-item-16 a{color:white; padding: 9px 50px;}
.main-menu .menu{margin-top:20px;}

.sub-menu{margin-top:0 !important;}

.aboutt{  padding-bottom:70px;     background-color: #F1F3F9;
    padding-top: 50px;}
.aboutttext h3{color: #3da3d4; font-weight: 900; margin-bottom: 20px; font-size:22px;}
.aboutttext h2{color: #222222; font-weight: 900; margin-bottom:30px; font-size:35px;}
.aboutttext{color: #929292;     text-align: justify;
    line-height: 2.5; padding-right:30px;}
.aboutttext img{    border: 2px solid #3da3d4;}
.aboutttext #text-24 .row {align-items: center;}

.aboutt > .row{    align-items: center;}

.aboutt .row{align-items: center;}

.threepart{margin-top: -70px;
    padding: 0px 0px 0px; position:relative; z-index:9999;}

.threepart .textwidget{border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #3b61b9;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	background:#3557a6;
    padding: 30px;
    transition: .5s;
    margin-bottom: 30px; height: 255px;}

.threepart .widget_text{width:32.6%; }
.threepart .widget_text:nth-child(2){margin-left:1%; margin-right:1%;}
.threepart .widget_text p{    color: white; text-align:justify;}
.threepart a{color: white; text-decoration: none; font-weight: 900;}
.threepart a:after{font-family: "FontAwesome"; content:"\f067"; margin-right:20px; vertical-align: middle;}
.threepart h2{color: white; font-size: 23px;  font-weight: 900;}

.threepart #text-6 h2:before{font-family: "FontAwesome"; content:"\f0f9"; margin-left: 30px; color:white;
	font-size: 49px;
    font-weight: 100;
    vertical-align: middle;}
.threepart #text-7 h2:before{font-family: "FontAwesome"; content:"\f271"; margin-left: 30px; color:white;
	font-size: 49px;
    font-weight: 100;
    vertical-align: middle;}
.threepart #text-8 h2:before{font-family: "FontAwesome"; content:"\f0f8"; margin-left: 30px; color:white;
	font-size: 49px;
    font-weight: 100;
    vertical-align: middle;}

.threepart .widget_text:hover .textwidget{    background-color: #3DA3D4;
    border-color: #3DA3D4; transition: .5s;}
.threepart .widget_text:hover p, .threepart .widget_text:hover h2, .threepart .widget_text:hover a, .threepart .widget_text:hover h2:before{color:white !important;}

.servicess ul{padding:0; margin:0; }
.servicess li{width:31%; float:right;padding: 8px 8px 8px 8px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 5%);
    background-color: #FFFFFF;
    margin-bottom: 30px;}
.servicess li:nth-child(2), .servicess li:nth-child(5){margin-left:2% !important; margin-right:2% !important;}
.servicess{background-image: url(https://khalaj.sitedar.com/pedatin/wp-content/uploads/service-bg.jpg);
	padding-bottom:35px; padding-top:100px;}
.servicess li > div{margin:0 !important; padding: 0;}
.servicess .cat-post-thumbnail{margin:0 !important; float:none;}
.servicess li{    padding: 0 !important; margin: 0 !important; 
    margin-bottom: 30px !important; padding: 10px !important;}
.servicess .widget_text{text-align: center;}
.servicess .cpwp-wrap-text-stage{padding: 20px;  text-align: justify; padding-top:0; color: #929292;}
.servicess .cat-post-title{color:black; font-weight: 900; padding: 20px;     text-decoration: none;
    font-size: 19px;}
.servicess .widget-title{color: #3da3d4; font-weight: 900; font-size: 23px;}
.servicess #text-10 p{color: black; font-weight: 900; font-size: 28px; margin-bottom: 20px;}
.servicess .slick-dots{display:none;}



.contactt .container{background-image:url(https://khalaj.sitedar.com/pedatin/wp-content/uploads/contact-bg.jpg);   
	 background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);     padding: 80px 30px 5px 30px;}

.contactttext .widget-title{text-align: center; margin-bottom: 40px;
    color: black; font-weight: 900; font-size: 30px; font-family: IRANSans !important;}
    
.contactttext{background-image: url(http://khalaj.sitedar.com/pedatin/wp-content/uploads/lop.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;}
    
.contactttext input, .contactttext textarea{background: #ffffff70;}

.contactt input, .contactt textarea{    width: 100%;display: block;  padding: 10px;   font-family: IRANSans !important;}
.contactt .wpcf7-captchar{    width: 90px; display: inline-block;}
.contactt .wpcf7-submit{background-color: #23D5AE;
    border: 0 none;     font-family: IRANSans !important;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 30px;}

.contactt textarea{height: 200px;}

.foot{background: #294481; color:white;    }

.footnote{    border-top: 1px solid grey;  padding-top: 20px;
    padding-bottom: 20px;}
.footnote .widget_text{width:50%;}
.footnote .widget_text, .footnote .widget_text p{margin-bottom:0;}
.page{margin-bottom:0;}

#text-19 p{margin-left:25px; display:inline-block;}
#text-19 a{color:white; text-decoration:none;}

#text-20 p{text-align:left;}


.foot1 ul{padding:0; margin:0;}
.foot1 ul li a{font-size:.1px; color:transparent;}
.foot1 ul li{display:inline-block;}

.foot1 .menu-item-21 a:before, .foot1 .menu-item-22 a:before, .foot1 .menu-item-20 a:before{color:white; width:40px; height:40px; 
	border:1px solid white; border-radius: 50%;display:block; text-align: center;}

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

.foot h2{font-weight: 900; font-size: 27px;     margin-bottom: 30px;}

.footin{padding-top: 70px;  padding-bottom: 50px;}

.foot1 p{text-align: justify;}

.foot3 #text-15:before{font-family: "FontAwesome";
    content: "\f041";color:white;      display: inline-block;   margin-left: 16px;
    vertical-align: top;}

.foot3 #text-16:before{font-family: "FontAwesome";
		content: "\f095";color:white;      display: inline-block;   margin-left: 16px;
		vertical-align: top;}


.foot3 #text-17:before{font-family: "FontAwesome";
			content: "\f003";color:white;      display: inline-block;   margin-left: 16px;
			vertical-align: top;}
.foot3 .textwidget{width: 87%;  float: left;     margin-bottom: 20px;}

.foot3 .widget_text{clear:both;}
.foot3 .widget_text p{margin:0;}

.foot3 #text-14, .foot3 #text-14 .textwidget{margin-bottom: 0;}


.blogg{background-image: url(https://khalaj.sitedar.com/pedatin/wp-content/uploads/blog-shape.png);   
	 padding-top: 100px;
    padding-bottom: 40px;}

.blogg ul{padding:0; margin:0; display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;}
.blogg li{box-shadow: 0px 2px 6px 0px #f5f2f2;  width: 32%;
    -webkit-box-flex: 0;}
.blogg li:nth-child(2){margin-left:2% !important; margin-right:2% !important;}

.blogg li .cat-post-thumbnail{    margin: 0; float: none;}
.blogg li #category-posts-3 .cat-post-title{color: black;
    text-decoration: none;
    font-weight: 900;
    padding: 15px;
    padding-bottom: 15px !important;}
.blogg li .cat-post-format-standard:before{    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .5s;}

.blogg li .cat-post-thumbnail{    position: relative;
    transition: .5s;}

.blogg li:hover .cat-post-thumbnail, .blogg li:hover .cat-post-format-standard:before {
		transform: scale(1.2);}

.blogg #text-21 h2{color:#3da3d4; font-weight: 900;
    font-size: 23px;}
.blogg #text-21{text-align:center;}
.blogg #text-21 p {
    color: black;
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 20px;
}

.blogg li > div, .blogg li .cat-post-thumbnail, .blogg li .cat-post-format-standard{    overflow: hidden; margin: 0 !important;
    width: 100%;}

.blogg li img{width: 100%;}

.blogg #category-posts-3 li .cat-post-title{    color: black;
    text-decoration: none;
    font-weight: 900;
    font-size: 20px; background:white;
    padding: 15px;
    padding-bottom: 15px !important;}

.logoshoww{    padding-top: 50px; padding-bottom: 45px; text-align:center;}
.logoshoww .slick-dots{display:none !important;}

.logoshoww h2{    color: #3da3d4;
    font-weight: 900;
    font-size: 23px;
    text-align: center;
    margin-bottom: 14px;}

.main-navigation ul{display:block;}



.page.type-page .entry-header, .category .page-header, .post.type-post .entry-header{background-image:url(https://khalaj.sitedar.com/pedatin/wp-content/uploads/slider-4.png);     background-position: center center;
    background-repeat: no-repeat; padding: 130px 0px;
    position: relative;
    background-size: cover;}
.page.type-page .entry-header:before, .category .page-header:before, .post.type-post .entry-header:before{position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #3b61b9c9;}

.page.type-page .entry-title, .category .page-header .page-title, .post.type-post .entry-header .entry-title{    color: white;
    text-align: center;
    position: relative;}

.entry-meta, .entry-footer{display:none;}

.address1, .phone1, .email1, .saat1{text-align: center;}
.address1 h2, .phone1 h2, .email1 h2, .saat1 h2{    font-size: 17px;  font-weight: 900;     margin-bottom: 12px;}
.address1 p, .phone1 p, .email1 p, .saat1 p{margin-bottom: 10px;}

.contact1 .wp-block-columns{margin-bottom:0}

.address1 h2:before{content: "\f041"; font-family: "FontAwesome";     transition: 0.3s;
    font-size: 35px; color: black; display:block; margin-bottom: 25px;}

.phone1 h2:before{content: "\f2a0"; font-family: "FontAwesome";     transition: 0.3s;
	font-size: 35px; color: black; display:block; margin-bottom: 25px;}

.email1 h2:before{content: "\f003"; font-family: "FontAwesome";     transition: 0.3s;
	font-size: 35px; color: black; display:block; margin-bottom: 25px;}

.saat1 h2:before{content: "\f10b"; font-family: "FontAwesome";     transition: 0.3s;
	font-size: 35px; color: black; display:block; margin-bottom: 25px;}


.form1 h2{text-align: center; margin-bottom: 30px;}
.form1 .wpcf7{    width: 50%;  margin: 0 auto;}
.form1 .wpcf7 input{width: 100%; font-size: 18px;
    margin: 0 auto;  background: #ffffff70;
    color: rgba(0, 0, 0, 0.8);
    padding: 15px 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.form1 .wpcf7 textarea{width: 100%; height: 140px;  font-size: 18px;
    margin: 0 auto; background: #ffffff70;
    color: rgba(0, 0, 0, 0.8);
    padding: 15px 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.form1 .wpcf7 .wpcf7-captchar{width: 100px;  font-size: 18px;}

.form1 .wpcf7 .wpcf7-submit{background:#22cda7 !important; border:0px; color:white;
	 font-weight: 900; height: 60px;}

.map iframe{width:100%; border-radius:20px;}

.contact1{margin-top: 60px !important;}

.form1 .wpcf7 .wpcf7-submit{font-family: IRANSans !important;}


.form1 h2{text-align: center; margin-bottom: 30px;}
.form1 .wpcf7{    width: 50%;  margin: 0 auto;}
.form1 .wpcf7 input{width: 100%; font-size: 18px;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.8);
    padding: 15px 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.form1 .wpcf7 textarea{width: 100%; height: 140px;  font-size: 18px;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.8);
    padding: 15px 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.form1 .wpcf7 .wpcf7-captchar{width: 100px;  font-size: 18px;}

.form1 .wpcf7 .wpcf7-submit{background:#B19777 !important; border:0px; color:white;
	 font-weight: 900; height: 60px;}

.map iframe{width:100%; border-radius:20px;}

.contact1{margin-top: 60px !important;}
.contact1 h2:hover:before {
    transform: translateY(-10px);
    transition: 0.3s;
}
.form1 .wpcf7 .wpcf7-submit{font-family: IRANSans !important;}

.groupp .post.type-post .entry-footer, .groupp .post.type-post .more-link, .groupp .post.type-post .entry-meta{display:none;}

.groupp .post.type-post {width: 31.3%;
    margin: 1%; float: right; box-shadow: 0px 0px 8px lightgrey;}

.site-footer{clear:both;}
.groupp .post-thumbnail img{width:100%;}

.groupp .entry-title a{    font-size: 21px; text-decoration: none; color:black;}
.groupp .entry-title{display: block; padding: 10px;}
.groupp .entry-content{margin-top:0; padding: 10px;}
.groupp .entry-header{background-image:none !important; padding:0 !important;}
.groupp .post.type-post .entry-header:before{display:none;}
.groupp .post.type-post .entry-header .entry-title{text-align:right;}


.products.columns-4 li{box-shadow: 0 0 19px lightgrey; text-align: center; padding:10px !important;}
.product_type_simple{background-color: #3b61b9 !important; color:white !important;}
.products.columns-4 li .woocommerce-loop-product__title{color:black !important;     font-size: 15px !important;}


.sssssss .entry-header{    background-image: url(https://khalaj.sitedar.com/pedatin/wp-content/uploads/slider-4.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 130px 0px;
    position: relative;
    background-size: cover;}
    
.sssssss .entry-header:before{position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #3da3d4e8;}
    
.sssssss .entry-header .entry-title{color: white;
    text-align: center;
    position: relative;}
    
.related.products > h2 {
    background: #23D5AE;
    padding: 15px !important;
    margin-bottom: 30px;
    color: white;
    text-align: center;
    width: 100% !important;     font-size: 23px;
}


.bg{background-image:url(http://khalaj.sitedar.com/pedatin/wp-content/uploads/proizvodstvo_bg.webp); height:300px;
background-position:center; background-attachment: fixed; background-size: cover;}


.testi{background-image: url(http://khalaj.sitedar.com/pedatin/wp-content/uploads/proizvodstvo_bg.webp);
    height: 300px;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    clear: both;}


.woocommerce-tabs.wc-tabs-wrapper {
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px;
    margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}

.orderby{font-family: IRANSans !important;}

.fourr{    padding-top: 90px;     background: #3b61b91c;
    padding-bottom: 80px;}

.fourr .widget_text {
    opacity: 1; width:50%;     margin-bottom: 0;
    transition-timing-function: ease;
    transform: translateZ(0); margin-bottom: 25px;
        transition-duration: .4s;
}
.fourr .widget_text a{text-decoration:none;}

.fourr .textwidget{border: 1px solid black;     background: #8080801a;     overflow: hidden;}


.fourr h3, .fourr p{    text-shadow: 0 0 5px black; margin:0;     overflow: hidden;}

.fourr h3{margin-bottom: 9px;     font-size: 25px;
    display: block;}

.fourr a{    text-decoration: none;
    color: black !important;
    text-shadow: 0 0 black;
    border-bottom: 1px solid;}

    .fullcell {padding: 20px;
    width: 100%;
    height: 278px;
    background-size: cover;
    background-position: center;
    transition: all 1s ease !important;
    display: flex; color: white;
    flex-direction: column;
    justify-content: flex-end;
        background-size: 100%;
        transition: all 1s ease-out !important;
    }
    

 div.fullcell:hover{
        background-size: 120%; transition: all 1s 
ease-out;
    }


.woocommerce-breadcrumb {

    margin-top: 15px !important;
    font-size: 13px !important;
    padding: 8px 10px !important;
    color: #bbb !important;
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px !important;
}


.product.type-product {
    background: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px;
    margin-bottom: 30px; margin-right: 15px;
    margin-left: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: -2px 2px 0 #fff;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}


.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .reviews_tab a:before {
    content: "\f086";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #aaa;
    margin-left: 10px;
    vertical-align: middle;
    transition-duration: .2s;
}


.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .description_tab a:before {
    content: "\f085";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #aaa;
    margin-left: 10px;
    vertical-align: middle;
    transition-duration: .2s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-top: 3px solid #00bfa5 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}

.product.type-product h2 {
    font-size: 25px;
}


.woocommerce-product-details__short-description ul{    margin: 0;}


.page-id-12 .aigpl-columns img{object-fit: contain;}

.site-main > ul.products{
    margin-top: 15px !important;
    font-size: 13px !important;
    padding: 8px 10px !important;
    color: #bbb !important;
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px !important;}

.home{background-color: #F1F3F9;}

.n-nav{position: fixed;
    width: 100%;
    top: 0;
    background: white;
    z-index: 99999;
    box-shadow: 0 0 10px lightgrey;}
    
.n-nav {background:#3b61b9;}
.n-nav .main-menu li a{color:white;}
.n-nav .menu-item-16{    background-color: #22cda7;}
 
.logoshoww .wpls-logo-showcase img{height:120px;}


.product_meta{display:none;}

/* استایل کلی فرم نظرات */
#respond {
    background-color: #ffffff; /* پس‌زمینه روشن */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

/* استایل عنوان فرم */
#respond h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* استایل برای تمام فیلدهای ورودی فرم */
#respond input[type="text"],
#respond input[type="email"],
#respond textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fafafa;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}



#respond input[type="email"]:focus {
    border-color: #4a90e2; /* رنگ حاشیه هنگام فوکوس */
    background-color: #d1e6ff; /* پس‌زمینه هنگام فوکوس */
    outline: none; /* حذف حاشیه پیش‌فرض */
}

/* استایل برای فیلد متنی (textarea) */
#respond textarea {
    min-height: 150px;
    resize: vertical;
    background-color: #fafafa;
}

#respond textarea:focus {
    border-color: #4a90e2;
    background-color: #d1e6ff;
}

/* استایل دکمه ارسال نظر */
#respond input[type="submit"] {
    background-color: #0066cc;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    width: auto;
    display: inline-block;
}

#respond input[type="submit"]:hover {
    background-color: #005bb5;
}

/* استایل برای پیام‌های خطای فرم */
#respond .comment-form-comment .required {
    color: red;
    font-weight: bold;
}

/* استایل برای عنوان نویسنده نظر */
.comment-author {
    font-size: 18px;
    font-weight: 600;
    color: #0066cc;
}

/* استایل برای بخش نظرات (تصاویر و متون) */
.comment-body {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* استایل برای لیست نظرات */
.comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comment-list li {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

/* استایل برای دکمه‌های پاسخ به نظر */
.comment-reply-link {
    color: #0066cc;
    font-size: 14px;
    text-decoration: none;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

/* استایل برای پیام‌های موفقیت یا خطا در ارسال نظر */
.comment-notes {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}

.comment-notes span {
    color: #e60000; /* رنگ پیام خطا */
}


.woocommerce #review_form #respond{padding:10px !important;}


.post-12 .container, .form1{background-image:url(http://khalaj.sitedar.com/pedatin/wp-content/uploads/lo.png); background-size:contain;background-repeat: no-repeat;
    background-position: center;}

.fourr h3, .fourr p{    text-shadow: none !important;}
.fourr .widget_text:hover img{transition: all 1s 
ease-out !important; transform:scale(1.1);}


.fourr .widget_text img{transition: all 1s 
ease-out !important; background: #f1f3f9;}


.fourr h3{text-align: center; background: #3b61b9; color: white;
       padding: 17px 13px; font-size: 19px;     margin: 0;}

@media  only screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px; }
}

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

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

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

}
@media only screen and (max-width:768px) {
.main-menu{display:none;}
.threepart .widget_text{width:98%;}
.threepart .textwidget{height:auto;}
.threepart{margin-top: 0px;}
.aboutttext{padding-right:15px;}
.fourr .widget_text{    width: 100%;}
.blogg li{width: 100%;}
.up1{display:none;}
.logoo img{float:left;}
#rmp_menu_trigger-272{margin-top: 5px !important;}
#rmp-container-272{margin-top: 0px !important;}
.groupp .post.type-post{    width: 98%;}
}
@media only screen and (max-width:600px) {

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (min-resolution:144dpi) {

}