/*!
Theme Name: darkoob
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 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-left: 0;
}

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

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

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

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 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-left: auto;
	margin-right: 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;
	left: 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 {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: 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: 'PoppinsLatin-Regular'; }



.up1{background: #af000a; padding-top: 10px;
    padding-bottom: 10px;}

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

.up1 .widget_text{width:25%;float: right;  padding-top: 7px;}

.up1 .widget_nav_menu{width:26%; margin-bottom:0}
.up1 .widget_nav_menu ul{padding: 0; margin: 0;}
.up1 .widget_nav_menu li{display:inline-block;}
.up1 .widget_nav_menu li a{font-size: .1px; color: transparent;}

.upup{width:25.5%; }

.up1 li a{display: inline-flex;
		height: 40px;
		width: 40px;
		line-height: 40px;
		border: 1px solid rgba(255, 255, 255, 0.3);
		border-radius: 50%;
		text-align: center;
		align-items: center;
		justify-content: center;}

.up1 .menu-social-container{    text-align: left;}
.up{    padding-top: 3px;
    padding-bottom: 3px;}


.menu-item-81 a:before{font-family: "FontAwesome";
    content: "\f1d9";
    font-size: 16px;
    color: white;
    font-weight: 900;}

.menu-item-82 a:before{font-family: "FontAwesome";
	content: "\f232";
	font-size: 16px;
	color: white;
	font-weight: 900;}

.menu-item-83 a:before{font-family: "FontAwesome";
	content: "\f16d";
	font-size: 16px;
	color: white;
	font-weight: 900;}
	

.menu-item-84 a:before{font-family: "FontAwesome";
	content: "\f08c";
	font-size: 16px;
	color: white;
	font-weight: 900;}




	.main-menu ul{padding:0; text-align: center; margin: 0; }
	.main-menu li a{
	  padding: 13px 12px;
	  font-size: 16px;
	  position: relative;
	  display: inline-block;
	  outline: none;
	  color: black;
	  text-decoration: none; 
	}

	.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: left; font-size: 14px; text-decoration:none; width: 100%; color: #fff; padding: 5px;}
	.main-menu ul ul ul{  margin: -44px 225px 0 190px !important;}


.logoo{position: relative; order: 1;}
.logoo .widget_media_image{margin-bottom:0; margin-top: 10px;}

.logoo{text-align: left; padding-right:0;}

.main-navigation ul{display: block;}


.servicesline #text-4 .widget-title{text-align:center;     color: black;
    font-size: 40px; margin-bottom:0;}
.servicesline #text-4 img{    width: 170px;  margin: 0 auto; height:auto;
    display: block;}

.servicesline .widget_text{width: 18%; text-align: center; margin: 1%;}

.servicesline #text-4{width:100%;}
.servicesline #text-4:hover{box-shadow: none;}
.servicesline .widget_text h2{font-size: 15px;
    line-height: 1.7;}
.servicesline .widget_text p{    color: #686a6f; font-size: 15px;
    line-height: 2;}
.servicesline .widget_text:hover{box-shadow: 0 0 10px 10px rgb(0 0 0 / 3%);
    background-color: #fff;
    transform: none;}
.servicesline .widget_text img{height: 77px; object-fit: contain;}
.servicesline .textwidget{    padding: 10px;}

.servicesline #text-33 .textwidget{padding:0px;}


.sliderr .n2-ss-item-content{font-family: IRANSans !important; font-weight: 900 !important;     margin-bottom: 30px;}
.sliderr .n2-ss-item-content p{font-family: IRANSans !important;  margin-bottom: 20px !important;}
.sliderr a.n2-ow{font-family: IRANSans !important; width:75px !important;}



.bg{background-image:url(https://damanmarine.com/wp-content/uploads/counter.jpg);
	background-size: cover; background-position: center;     background-blend-mode: overlay;
    background-color: #0000001f; margin-top: 70px;  padding-top: 75px;
    padding-bottom: 50px;}

.bg .wpsm_count-title, .bg .wpsm_number{ font-family: 'IRYekan' !important;}
.bg .wpsm_number{font-size: 43px !important; font-weight: 900 !important;}

.bg .wpsm_counterbox{margin-top: 30px !important;
    margin-bottom: 30px !important;}


.aboutt .widget_media_image{width: 45%;}
.aboutt .widget_media_image img{width: 90%;}

.aboutt .widget_text{    width: 55%;
    padding-right: 5%;}
.aboutt h3{font-size: 15px; color:#a30003;}
.aboutt h2{font-size: 34px; color:black;     font-weight: 900;     margin-bottom: 30px;
    margin-top: 20px;}
.aboutt p{    color: #686a6f;     font-size: 15px;
    line-height: 2;
    text-align: justify;}

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

.projectss .widget-title{    text-align: center; color: black;
    font-size: 40px; margin-bottom: 15px;}
.projectss .widget_text img{text-align: center; width: 170px;
    margin: 0 auto; display: block;}
.projectss ul{padding: 0; margin: 0; display: flex;     flex-wrap: wrap;     align-items: center;}
.projectss li{width:48%; text-align: center;     margin: 1% !important;}
.projectss .cat-post-title{    color: black;
    text-decoration: none; margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;}

.projectss li img{    text-align: center;
    display: block;
    margin: 0 auto !important;}

.projectss li img{height: 350px; object-fit: cover; width:100%;}



.projectss .cat-post-thumbnail{float: none !important; margin:0 !important;}
.projectss{    padding-top: 100px; background: #f8f8f8;}

.r .post-thumbnail img{    margin: 0 auto;
    display: block;
    margin-top: 10px;}


.entry-footer{display:none;}

.blogg .widget-title{ text-align: center; color: black;
    font-size: 40px; margin-bottom:15px;}
.blogg .textwidget img{text-align: center; width: 170px;
    margin: 0 auto; display: block;}
.blogg ul{padding: 0; margin: 0;display: flex;flex-wrap: wrap;}

.blogg li{width: 31.3%; padding: 20px 20px 30px !important;    position: relative;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03) !important;
    background-color: #fff;
    margin-bottom: 30px;
    transition: 0.3s; }

.blogg li:nth-child(2){margin-left:3% !important; margin-right:3% !important;}
.blogg li img{  height: 220px !important; width: 100%;}
.blogg .cpwp-excerpt-text

.blogg .cat-post-thumbnail{float:none !important; margin:0 !important;}

.blogg .cat-post-title{color:black; font-weight: 900;text-decoration: none;
    display: block;
    margin-top: 20px;}

.blogg{    background: #f8f8f8; padding-top: 100px;
    padding-bottom: 65px;}


.blogg .cat-post-thumbnail{    float: none !important; margin:0 !important;}



.threepart .widget_text{background:white; position: relative;
    border-radius: 6px; width:31%; display: flex;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 30px 25px;}

.threepart .widget_text:nth-child(2){margin-left:3%; margin-right:3%;}

.threepart #text-15:before{ content: "\f041"; display:block;font-family: "FontAwesome"; background-color: #a30003;
	width:70px; height:70px; color:white; line-height: 70px;     text-align: center; border-radius: 10px;
    margin-right: 15px;     font-size: 30px;}

.threepart #text-14:before{ content: "\f095"; display:block;font-family: "FontAwesome"; background-color: #a30003;
		width:70px; height:70px; color:white; line-height: 70px;     text-align: center; border-radius: 10px;
		margin-right: 15px;     font-size: 30px;}

.threepart #text-13:before{ content: "\f003"; display:block;font-family: "FontAwesome"; background-color: #a30003;
			width:70px; height:70px; color:white; line-height: 70px;     text-align: center; border-radius: 10px;
			margin-right: 15px;     font-size: 30px;}

.threepart p{margin-bottom:0px;     color: #686a6f;}
.threepart .textwidget{width:70%}
.threepart{padding-bottom: 70px; padding-top: 100px;}
.threepart h3{    color: black;  font-size: 21px; font-weight: 900;}


.phonee:before{  font-family: "FontAwesome"; content:"\f095";     display: inline-block;
    height: 35px; color:red;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 10px;
    border-radius: 5px; margin-bottom:15px;}

.emaill:before{font-family: "FontAwesome"; content:"\f0e0";     display: inline-block;
    height: 35px; color:red;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 10px;
    border-radius: 5px; margin-bottom:15px;}

.instaa:before{font-family: "FontAwesome"; content:"\f16d";     display: inline-block;
    height: 35px; color:red;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 10px;
    border-radius: 5px; margin-bottom:15px;}


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

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

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

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




.wpcf7-form input {
    width: 100%; background: #ffffff57; padding:10px;
}

.wpcf7-form textarea {
    width: 100%; background: #ffffff57; padding:10px; height:210px;
}

.wpcf7-form .wpcf7-submit{background:#af000a; font-family: IRANSans !important;}

textarea {
    width: 100%;
}


.bgcontact .wpcf7-captchar{width:120px;}


.entry-content .wpcf7-submit {
    background: black !important;
    color: white !important;
    font-weight: 600;
}

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

.entry-header, .woocommerce-products-header{background-repeat: no-repeat; background-size: cover;     background-blend-mode: overlay; z-index: 1;
    position: relative;
    background-color: #00000052;
    background-position: center center;background-image: url(https://damanmarine.com/wp-content/uploads/big-img-2.jpg); padding-top: 60px; padding-bottom:60px;}
.entry-header .entry-title, .woocommerce-products-header .woocommerce-products-header__title.page-title{text-align: center;color: white;
    font-size: 40px; font-weight: 900;}

.up2{position: relative;
    padding-left: 65px;
    padding-top: 0;
    padding-bottom: 0;}
    
.entry-meta, .post-navigation{display:none;}

.up2 .container-fill{width: 100%; max-width: 100%;}

.up2 .rowt{align-items: center; display: flex;}



.main-menu .main-navigation{padding-right: 25px;}
.main-menu{padding-top: 15px; padding-bottom: 15px; order:2;}

.rowt{display: flex;}

#text-2{padding-right: 24px;}

.up1 .container-fill{padding-left: 70px;}


    
.page-header{background-repeat: no-repeat; background-size: cover;     background-blend-mode: overlay;
		background-color: #00000052;     position: relative;
    z-index: 1;
		background-position: center center;background-image: url(https://damanmarine.com/wp-content/uploads/big-img-2.jpg); padding-top: 60px; padding-bottom:60px;}
.page-header .page-title{text-align: center;color: white;
		font-size: 40px; font-weight: 900;}


.content2-blog{    width: 30%;
    float: right;
    margin: 1%;
    box-shadow: 0px 0px 15px lightgrey;
    padding: 15px;
    font-size: 14px;}

.site-footer{clear:both;}


.content2-blog .entry-header{background-image: none; 
    padding-top: 0px;  
    background-color: transparent;
     padding-bottom: 0px;}

.content2-blog .entry-meta, .content2-blog .entry-footer{display:none;}
.content2-blog .entry-title a{text-decoration: none;     font-size: 18px;
    color: black;}



.footer{ background-color: rgb(247, 247, 247); padding-top: 90px;}

.foot2 .widget_text p{display:inline-block;}
.foot2 .widget_text a{text-decoration: none; color: grey; margin-left: 10px;
    margin-right: 10px;}
.foot2{text-align:center;}
.foot2 ul li{display:inline-block;}
.foot2 ul li a{font-size:.1px; color:transparent;}
.foot2 .widget_nav_menu ul{padding:0; margin:0;}

.foot2 .menu-item-81 a:before{color: #a30003; font-weight:100 !important; width:50px; height:50px; 
border:1px solid lightgrey; border-radius:50%; display:block; line-height: 50px; font-size: 19px;}

.foot2 .menu-item-82 a:before{color: #a30003; font-weight:100 !important; width:50px; height:50px; 
	border:1px solid lightgrey; border-radius:50%; display:block; line-height: 50px; font-size: 19px;}

.foot2 .menu-item-83 a:before{color: #a30003; font-weight:100 !important; width:50px; height:50px; 
	border:1px solid lightgrey; border-radius:50%; display:block; line-height: 50px; font-size: 19px;}


.foot2 .menu-item-84 a:before{color: #a30003; font-weight:100 !important; width:50px; height:50px; 
	border:1px solid lightgrey; border-radius:50%; display:block; line-height: 50px; font-size: 19px;}

.footnote{    background-color: rgb(247, 247, 247);}
.footnote p, .footnote .widget_text{margin-bottom: 0;}
.page{margin-bottom: 0;}
.footnote .widget_text{padding: 30px 0;
    text-align: center;
    border-top: 1px solid lightgrey;}

.foot2 ul{margin-bottom: 0;}

.foot2 .widget_text{margin-bottom: 10px;}


.foot3 a{background: #a30003;
    color: white;
    text-decoration: none;
    width: 130px;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    float: right;}

.foot3 a:hover{background: #272729;}

.foot1 img{    width: 105px;}


.blogg li:hover img, .projectss li:hover img{transform: scale(1.1); transition: 0.3s;}
.blogg li img, .projectss li img{transition: 0.3s;}


.content2-blog .post-thumbnail img{    height: 200px; object-fit: cover;}

.content2-blog .entry-content .more-link{display:none !important;}


.products.columns-4 {
    width: 74%;
    display: inline-block;
}

.products li {
    text-align: center;
    padding: 1%; border: 1px solid #1D1756 !important;
}

ul.products li.product a img {
    height: 181px !important;
    max-width: 181px !important;
    border-radius: 7px !important;
    margin: auto !important;
}

h2.woocommerce-loop-product__title, h3.woocommerce-loop-product__title {
    height: 100px;
    color: #333;
    margin: 15px auto;
    font-weight: normal;
    font-size: 16px !important;
}

a.add_to_cart_button, a.product_type_simple {
    background-color: #1D1756 !important;
    color: #fff !important;
    transition: 0.4s;
    font-family: inherit;
    font-size: 13px !important;
    font-weight: normal !important;
    border-radius: 7px !important;
    padding: 4px 10px;
    margin: 8px auto;
    bottom: 5px;
    right: 0 !important;
    left: 0;
    display: block;
    width: 85%;
    margin: auto !important;
}


.languagee a {
position: relative;
    display: inline-block;
    font-size: 16px;
    color: white !important;
    text-align: center;
    z-index: 1;
   background-color: #494a44;
    outline: none;
    font-weight: 900;
    text-decoration: none;
    transition: all 500ms ease;
    width: 45px;
    padding: 6px;
    margin: 5px;
    border-radius: 5px;
}


.languagee .current_language {
    background: #494a44;
}


.languagee a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
     background: #a30003;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.languagee {
    padding-left: 0; order:3; text-align:right;
} 

.languagee .widget_mslswidget{margin-bottom:0; margin-top: 15px;}


.languagee a:hover {
    background: #a30003;
    color: white !important;
}

.languagee a:hover:before {
    height: 50%;
}

.languagee .widget_mslswidget{margin-bottom:0;     margin-top: 18px;}

.languagee .current_language{background:#494a44; background:#a30003;}

.sidebar {
    width: 20%;
    float: left;
    display: inline-block;
    margin-left: 1%;
    margin-right: 4%;
    border: 1px solid grey;
    margin-top: 63px;
    border-radius: 5px;
    padding: 15px;
}

.archive .products.columns-4 {
    width: 74%; margin-top: 63px;
    display: inline-block;
}


.sidemenu h2 {
    background-color: #a30003;
	padding: 14px 5px;
    color: white;
    font-size: 19px !important;
    text-align: center;
}

.sidemenu .product-categories{padding:0; margin:0;}
.sidemenu li{list-style-type: none;}
.sidemenu .product-categories .children{padding: 0;}
.sidemenu .product-categories a{font-weight:900;}
.sidemenu .children a{font-weight:400;}
.sidemenu li a{text-decoration: none; color:black; }

.sidemenu li{line-height: 2.5;}

.woocommerce-breadcrumb{display:none;}


.woocommerce-ordering, .woocommerce-result-count{display:none;}

.product-category.product .woocommerce-loop-category__title {
    background-color: #a30003;
    color: white;
}

.product-category.product:hover .woocommerce-loop-category__title {
    background-color: #494a44;
}

.product-category.product .woocommerce-loop-category__title .count {
    display: none;
}
.f-nav{position: fixed; background: white;
    width: 100%; z-index: 99;  top:0;box-shadow: 0px 0 8px lightgrey;
    padding-bottom: 3px;}
    
    
.sliderr{display:none;}


.videooo video{width:100%;}

.kol{position:relative;}
.halo{position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 100px;}

.videotxt{    width: 37%;
    margin: 0 auto;
    background: #54595F8A;
    text-align: center;
    padding: 15px;
    color: white;}

.videotxt #text-22 p{width:50%;}

.videotxt h3{margin-top: 15px; font-size:19px;}
.videotxt h2{margin-top: 27px; font-size:25px; margin-bottom:40px;}

.videotxt #text-22 .textwidget{display:flex;}

.videolink1{background:#a30003 ; margin: 0 auto;
    color: white !important;
    text-decoration: none;
    width: 122px;
    display: block;
    padding: 8px;float: right;
    margin-right: 10px;}
.videolink1:hover{background: white; 
    color: #a30003 !important;}
    
.videolink1 a, .videolink2 a{color:white;}

.videolink2{background: white; margin: 0 auto;
    color: black !important;
    text-decoration: none;
    width: 122px;
    display: block;
    padding: 8px;float: left;
    margin-left: 10px;}
.videolink2:hover{background:#a30003 ; margin: 0 auto;
    color: white;}
    

.search.search-results .entry-header{background: white;  padding: 0; margin: 0; font-size: 17px;}
.search.search-results .entry-header .entry-title{text-align:right;     font-size: 19px;}
.search.search-results article .post-thumbnail{display:none;}
.search.search-results article{border-bottom:2px solid grey; margin-bottom:20px;}


.whatsappp a {
    width: 60px;
    height: 60px;
    font-size: .1px; border-radius: 50%;
    display: block; background: #01b456;
    bottom: 0px;
    position: relative; text-decoration:none;
}
.whatsappp a:before{content: "\f232";
    font-family: "FontAwesome";
    font-size: 30px; 
    color: white;
    display: block;
    text-align: center;
    padding-top: 7px;}
    
.whatsappp {
    position: fixed;
    z-index: 99999;
    right: 20px;
    bottom: 0;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    bottom: 50px;
}


.post.type-post .entry-content a{background: #a30003; color:white; text-decoration: none;
    display: inline-block;
    padding: 4px;
    border-radius: 5px;}



.sidemenu .cat-item-15 {
    display: none;
}



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

.related.products .products.columns-4{width:100%;}

.related.products > h2 {
    background: #a30003;
    padding: 15px !important;
    margin-bottom: 30px;
    color: white;
    text-align: center;
    width: 100% !important;
    font-size: 23px;
}

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



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

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

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

}
@media only screen and (max-width:1024px) {
	.servicesline .widget_text{    width: 31%;}
}
@media only screen and (max-width:768px) {
.main-menu .main-navigation{display:none;}
.languagee{order: 1;width:25%;}
.languagee a{    width: 35px;}
.logoo{    width: 38%;}
.main-menu{width:36%;}
.aboutt .widget_media_image{    width: 99%;}
.aboutt .widget_text{width: 100%; padding-right: 12px;}
.main-menu .main-navigation{display:none;}
.servicesline .row{justify-content: center;}
.servicesline .widget_text{width: 98%;}
.projectss li{    width: 97%;}
.projectss li:nth-child(2) .cat-post-crop, .projectss li:nth-child(3) .cat-post-crop{width:100%;}
.blogg li:nth-child(2){    margin-left: 0% !important; margin-right: 0% !important;}
.blogg li{width: 100%;}
.threepart .widget_text{    width: 96%;}
.threepart .widget_text:nth-child(2) { margin-left: 0;margin-right: 0;}
.foot1 .widget_media_image{text-align:center;}
.foot3 a{float:none; margin: 0 auto;}
.content2-blog{width:98%;}
.sidebar{  width: 98%;  margin-right: 1%; margin-left: 1%;}
.archive .products.columns-4{width: 98%;     margin: 20px 1%;}

.sliderr #text-2 .n2-ss-layer.n2-ow, .sliderr #text-2 .n2-ss-layer-col {margin: 0 auto !important; text-align: center !important;
	display: block !important; margin: 0 !important;}
.aboutt .widget_media_image img{    margin: 0 auto; display: block;}
	
.videotxt {top:0; width: 98%; background: #232324bf;}
.languagee{  width: 30%;}
.videotxt{    position: initial;}
.aboutt{ margin-top: 30px;}
.halo{position: initial;}
.content2-blog .entry-title a{    font-size: 16px;}
}
@media only screen and (max-width:600px) {

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

}
@media only screen and (max-width:375px) {
.main-menu{width: 32%;}
.languagee{  width: 28%;}
}
@media only screen and (max-width:320px) {

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

}