/*!
Theme Name: darkoob
Theme URI: http://sitedar.com/
Author: shahab
Author URI: http://sitedar.com/
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.
 */
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
	url("fonts/fontawesome-webfont.woff") format("woff"), 
	url("fonts/fontawesome-webfont.ttf") format("truetype"), 
	url("fonts/fontawesome-webfont.svg") format("svg");
}
 @font-face {
    font-family: 'IRANSansWeb(FaNum)';
    src: url('fonts/IRANSansWeb(FaNum).eot');
    src: url('fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
         url('fonts/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {margin: 0; font-size: 15px; background: #FCFCFC; line-height: 2; font-family: 'IRANSansWeb(FaNum)';}
main {display: block;}
*{padding: 0; margin: 0;}
input:focus, a:focus, a:active, textarea:focus, img:focus {outline:none;}



img {max-width:100%;}
ul{padding: 0; margin: 0;}
a{text-decoration: none !important; color: #444;}
a:hover{color:#e2000f;}
p{line-height: 2;}  


.bg-header2{border-bottom: 1px solid #eee; }

.main-menu{margin-top: 5px; margin-bottom: 5px; float: right;}
.main-menu ul{padding:0; text-align: right; margin: 0;}
.main-menu li a{
  padding: 9px 25px;
  font-size: 17px;
  position: relative;
  display: inline-block;
  outline: none;
  color: #000000;
  text-decoration: none; 
}
.main-menu li a:first-child{padding-right: 0;}
.main-menu li{display:inline-block;}
.main-menu li a:hover{color: #545758;}
.main-menu li.menu-item.current-menu-item a{color:#638395;}
.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;}

.lan{text-align: left; margin-top: 19px;}

.social-menu{margin-top: 18px;}
.social-menu ul{margin: 0; padding-top: 3px; text-align: left;}
.social-menu li{padding-right: 2px; vertical-align: middle; display: inline-block; list-style: none;}
.social-menu li a{font-size:0 !important;  display: inline-block; text-decoration:none;}
.social-menu li.menu-item-30 a:before{font-family: "FontAwesome"; content: "\f099"; font-size: 15px; padding: 8px;}
.social-menu li.menu-item-29 a:before{font-family: "FontAwesome"; content: "\f16d"; font-size: 16px; padding: 7px 8px;}
.social-menu li.menu-item-38 a:before{font-family: "FontAwesome"; content: "\f0e1"; font-size: 19px; padding: 6px 7px;}
.social-menu li.menu-item-30 a:hover:before, .social-menu li.menu-item-29 a:hover:before, .social-menu li.menu-item-38 a:hover:before{color: #fff;}
.social-menu li a:before{border-radius: 50%; border: 2px solid #a8a8a9; color: #a8a8a9;}
.social-menu li.menu-item-29 a:hover:before{background: #BD2B6F;  border-color: #BD2B6F;}
.social-menu li.menu-item-30 a:hover:before{background: #2DAAE1;  border-color: #2DAAE1;}
.social-menu li.menu-item-38 a:hover:before{background: #0073B2;  border-color: #0073B2;}

.logo{float: right;}

.tell{padding-top: 25px; float: right;}
.tell p{text-align: center; color: #282828; display: inline-block; padding-top: 0px; padding-left: 16px; margin: 0; font-size: 14px;}

.slider .seriousslider-responsive-legacy .seriousslider-inner > .item img.item-image {width: 100%;}

.content3, .content4{margin-top: 278px; color: #fff; background: #1B2C51; padding: 20px; text-align: center; margin-bottom: 30px; box-shadow: 0px 14px 30px rgb(0 0 0 / 7%); position: relative; overflow: hidden;
border-radius: 8px; -moz-transition: all 300ms ease-out 0s; -webkit-transition: all 300ms ease-out 0s; -ms-transition: all 300ms ease-out 0s; -o-transition: all 300ms ease-out 0s; transition: all 300ms ease-out 0s;}
.content3:hover, .content4:hover{background:#545758;} 
.content1{margin-top: 40px; float: right;} 
.content1 h2{padding-right: 71px; color: #FF3514; font-size: 16px; font-weight: bold; text-align:right; position: relative; padding-bottom: 10px; padding-top: 40px; margin: 0;}
.content1 h2:before{content: ""; background: #d64156; height: 1px; width: 54px; position: absolute; right: 0; top: 46px;}
.content1 p{font-size: 35px; color: #03324d; line-height: 54px; font-weight: bold;}

.content2{border-right: 3px solid #FF4800; padding-right: 30px; margin-top: 110px;}

.main-content3, .main-content4{float: right;}
.content5{text-align: right; margin-top: 50px;}

.content6, .content7, .content8{text-align: center; margin-top: 50px; border: 1px solid #ccc; padding: 10px;}
.content6 h2, .content7 h2, .content8 h2{font-size: 20px; font-weight: bold; color: #131c21; padding-top: 10px; padding-bottom: 10px;}

.content10{margin-top: 80px; } 
.content10 h2{padding-right: 71px; color: #FF3514; font-size: 16px; font-weight: bold; text-align: right; position: relative; padding-bottom: 10px; padding-top: 40px; margin: 0;}
.content10 h2:before{content: ""; background: #d64156; height: 1px; width: 54px; position: absolute; right: 0; top: 46px;}
.content10 p{font-size: 35px; color: #03324d; line-height: 54px; font-weight: bold;}
.content10 li{list-style: none; }
.content10 li:before{content: '\f192'; font-family: "FontAwesome"; font-size: 15px; color: #FF3935; padding-left: 10px;}


.content11{margin-top: 80px; background-image: url(../../uploads/ab3.jpg); background-repeat: no-repeat; height: 90vh;}


.bc4{margin-top: 30px;}
.content9 .cat-post-widget>h2{font-weight: bold; font-size: 30px; color: #000;  clear: both; padding-bottom: 38px; text-align: center;}
.content9 #category-posts-2-internal .cat-post-thumbnail{margin: 0;}
.content9 .cat-post-title{font-size: 18px; padding-top: 20px; color: #000;}
.content9 #category-posts-2-internal .cat-post-thumbnail{float: none;}
.content9 #category-posts-2-internal .cat-post-thumbnail .cat-post-crop img{margin: 0 auto;}
.content9 .post-item-content{background: #E5E5E6;  margin: 8px !important; padding: 18px;}

.bg-footer1{margin-top: 50px; background-image: url(../../uploads/footer-bg.png); background-color: #25272E;}
.foot-box1, .foot-box2, .foot-box3{margin: 50px 0;}
.foot-box1 h2, .foot-box2 h2, .foot-box3 h2{color:#a8a8a9; position: relative; padding-bottom: 15px; font-size: 24px;}
.foot-box1, .foot-box2, .foot-box3{color: #fff;}
.foot-box1 h2:before, .foot-box2 h2:before, .foot-box3 h2:before{content: ""; position: absolute; right: 122px; bottom: 0; display: block; width: 220px; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.foot-box1 h2:after, .foot-box2 h2:after, .foot-box3 h2:after{content: ""; border-bottom: 2px solid #a8a8a9; border-color: #a8a8a9; position: absolute; display: block; width: 140px; bottom: 0;}
.foot-box3 ul{margin: 0; padding-top: 30px; text-align: right;}
.foot-box3 li{padding-left: 2px; vertical-align: middle; display: inline-block; list-style: none;}
.foot-box3 li a{font-size:0 !important;  display: inline-block; text-decoration:none;}
.foot-box3 li.menu-item-30 a:before{font-family: "FontAwesome"; content: "\f099"; font-size: 15px; padding: 8px;}
.foot-box3 li.menu-item-29 a:before{font-family: "FontAwesome"; content: "\f16d"; font-size: 16px; padding: 7px 8px;}
.foot-box3 li.menu-item-38 a:before{font-family: "FontAwesome"; content: "\f0e1"; font-size: 19px; padding: 6px 7px;}
.foot-box3 li.menu-item-29 a:hover:before, .foot-box3 li.menu-item-30 a:hover:before, .foot-box3 li.menu-item-38 a:hover:before{color: #fff;}
.foot-box3 li a:before{border-radius: 50%; border: 2px solid #a8a8a9; color: #a8a8a9;}
.foot-box3 li.menu-item-29 a:hover:before{background: #BD2B6F;  border-color: #BD2B6F;}
.foot-box3 li.menu-item-30 a:hover:before{background: #2DAAE1;  border-color: #2DAAE1;}
.foot-box3 li.menu-item-38 a:hover:before{background: #0073B2;  border-color: #0073B2;}

.copyright{border-top: 1px solid #2c3037; padding-top: 25px; padding-bottom: 20px; color: #fff;}
.copyright p{font-size: 12px;}

/******************** inner page ********************/
.inner-page{padding: 15px; /*background: #f8f8f8; box-shadow: 0 0 15px #ccc;*/ margin-bottom: 40px; margin-top: 30px;}
.inner-page h1{padding-bottom: 20px;}
.inner-page p{color: #000; line-height: 2;}


/*********sokht zobale********/
.inner-page .post-63 p{display: inline-block;}


/************************** contact us ************************/
.inner-page input[type="text"], .inner-page input[type="email"]{text-align: right; width: 100%; background-color: transparent; color:#333; border:1px solid #ddd; height: 40px; padding-right: 5px;}
.inner-page .mathcaptcha-459 .wpcf7-mathcaptcha{width: 10%;}
.inner-page textarea{text-align: right; background-color: transparent; color:#333; border:1px solid #ddd; height: 150px; width: 100%; padding-right: 5px;}
.inner-page .btn-sub{
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    padding: 16px 28px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    background-color: #1B2936;
    border-color: #1B2936;
    overflow: hidden;
    display: inline-block;
}
.inner-page .btn-sub:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 110%;
    padding-bottom: 110%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition: inherit;
    z-index: -1;
    background: #1B2936;
}
.inner-page .btn-sub:hover:after{transform: translate3d(-50%, -50%, 0) scale(0);}
.inner-page .btn-sub:hover{color: #ffffff; background-color: #484848; border-color: #484848;}
.inner-page .btn-sub input{background: none; box-shadow: none; border: 0;}
.inner-page ::-webkit-input-placeholder{color: #666; padding-left: 5px; font-weight: normal; font-size: 10px;}
.inner-page :-ms-input-placeholder{color: #666; padding-left: 5px; font-weight: normal; font-size: 10px;}
.inner-page ::placeholder {color: #666; padding-left: 5px; font-weight: normal; font-size: 10px;}
.inner-page .wpcf7-form-control-wrap.captcha-118 input{width: 118px;}


/******************** inner post & blog ********************/
.category .cat-post{padding-bottom: 60px; padding-top: 60px;}
.category .cat-post img{height: 260px; margin: 0 auto; display: block;}
.category .joomirpost{box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, .2); background: #fff;}
.category .cat-post h2{padding: 8px 30px 0px 30px; margin-top: 0; margin-bottom: 0; font-size: 19px; line-height: 2;}
.category .cat-post p{padding: 10px 30px 25px; color: #656565;}
.category .cat-post .date{text-align: left; padding: 12px 30px 3px 60px; display: block; position: relative; color:#03324D;}
.category .cat-post .date:before{content: ''; height: 2px; width: 20px; background: #03324D; position: absolute; left: 33px; top: 24px;}

.inner-post{padding: 15px; background: #f8f8f8; /*box-shadow: 0 0 15px #ccc;*/ margin-bottom: 40px; margin-top: 30px;}
.inner-post p{color: #555; line-height: 2; text-align: justify;}

.blog-content-right{/*border-left: 1px solid #f1f1f1;*/}
.blog-content-right .cat-item-1{display: none;}
.blog-content-right section{margin-bottom: 30px; border-top: 4px solid #03324D; box-shadow: 0 5px 19px 0 #ccc; padding: 30px;}
.blog-content-right ul{padding-right: 18px;}
.blog-content-right h2{margin-top: 0; font-size: 18px; position: relative;}

.content-left{margin-bottom: 50px;}
.content-left .date{text-align: left; padding: 4px 0px 10px 30px; display: block; position: relative; color:#03324D;}
.content-left .date:before{content: ''; height: 2px; width: 20px; background: #03324D; position: absolute; left: 2px; top: 18px;}
.post-navigation{clear: both; padding-top: 25px; padding-bottom: 25px; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0;}
.inner-post .content-left .entry-title{font-size: 24px;}
.inner-post .nav-previous .nav-title{position: relative; border: 1px solid #8FAE1B; padding: 10px 10px 10px 10px; color: #333;}
.inner-post .nav-previous .nav-title:before{content: ""; background: url(../../uploads/arrow2.png); position: relative; width: 28px; display: inline-block; height: 18px; top: 5px; left: -4px;}
.inner-post .nav-next .nav-title{position: relative; border: 1px solid #03324D; padding: 10px 33px 10px 10px; color: #333;}
.inner-post .nav-next .nav-title:before{content: ""; background: url(../../uploads/arrow1.png); position: absolute; width: 28px; display: inline-block; height: 18px; top: 11px; right: 2px;}
.inner-post .nav-next .nav-title:hover, .inner-post .nav-previous .nav-title:hover{border: 1px solid #ECAE77; color: #000;}
.inner-post .nav-previous{display: inline-block;}
.inner-post .nav-next{/*float: right;*/ display: inline-block;}
.nav-subtitle{font-size: 0;}
.inner-post .comments-area{clear: both;}
.inner-post .comments-area label{font-weight: normal; color: #888;}
.inner-post .comments-area input{width: 100%; background: none; height: 37px; border: 1px solid #f0f0f0;}
.inner-post .comments-area textarea{width: 100%; background: none; height: 90px; border: 1px solid #f0f0f0;}
.inner-post .comments-area .comment-reply-title {margin-top: 25px; border-bottom: 1px solid #f0f0f0; padding-bottom: 20px;}
.inner-post .comments-area input[type="submit"]{margin-top: 10px; border: none; color: #fff; background-color: #4F9F42; padding: 13px; font-size: 16px; width: 225px; height: 58px;}
.inner-post .comments-area input[type="submit"]:hover{background: #21572D; color:#fff;}
.inner-post .comment-form-email{width: 49%; float: left; margin-left: 6px;}
.inner-post .comment-form-author{width: 50%; float: left;}
.inner-post .comments-area #wp-comment-cookies-consent {width: auto; box-shadow: none; vertical-align: bottom;}

/*totop*/
.back-top{position:fixed; bottom:25px; right:24px; z-index: 99;}
.back-top a{display: block; width: 45px; text-align: center; text-decoration: none; text-transform: uppercase; height: 45px; font-size: 24px; border-radius:50%; background:#484848;}
.back-top a:before{margin-right: -1px; display: inline-block; -webkit-transition: 0.8s; -moz-transition: 0.8s; -o-transition: 0.8s; transition: 0.8s; vertical-align: top; line-height: 44px; font-family: FontAwesome; font-size: 28px; color: #fff; content: "\f148";}
.back-top a:hover{background:#303030;}
.back-top a:hover:before{ color: #fff;}
.back-top span{display:none;}



/*responsive*/
@media (max-width:1045px) {
 
}
@media (max-width:768px) {
 
}
@media (max-width:767px) {
 
 .main-menu{display: none;}
 }
@media (max-width:375px) {
 
}
@media (max-width:344px) {
 
}