/*
    Theme Name: Darkoob-template
    Author: Razieh Hosseinzadeh (@razi.hz)
    Author URI: http://sitedar.com
    Tags: Blank, HTML5, CSS3

    License: MIT
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration: none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@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: 'Poppins-Light';
  src: url('fonts/Poppins-Light.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body{font-family: 'Poppins-Light'; font-size: 18px; line-height: 1.5;}
.header p{margin: 0; color: #ccc;}
.header-top{padding: 10px 0;background-color: #1f2430;font-size: 14px;}
.header-top .address,.header-top .hours{color: #6477a4;}
.header-top .hours{text-align: left;}
.header-top .address{text-align: right;}
.header-top .phone p{color: #fff;font-size: 21px;line-height: 1.2; text-align: left;}
.header-top .address p:before{
	display: inline-block;
	font-size: 18px;
	font-family: "FontAwesome";
	content: "\f041";
	color: #FBA61C;
	margin-right: 5px;
}
.header-top .hours p:before{
	display: inline-block;
	font-size: 18px;
	font-family: "FontAwesome";
	content: "\f017";
	color: #FBA61C;
	margin-right: 5px;
}
.phone p{padding-top: 3px; text-align: left;}
.header-top .phone p:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
	content: "\f095";
	color: #FBA61C;
	margin-right: 5px;
}
.header-bottom{box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.16);}
.main-menu ul{padding:0; text-align: right; margin: 0;}
.main-menu li a{
  padding: 44px 15px 44px 15px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  outline: none;
  color: #000;
  text-decoration: none; 
  font-weight: bold;
}
.main-menu li{display:inline-block; list-style: none;}
.main-menu ul li:hover a{background: #fba61c;}
.main-menu li a:hover{color: #fff;}
.main-menu #menu-main-menu li.menu-item.current-menu-item a{color:#fff; background: #fba61c;}
.main-menu ul ul{position:absolute; width:250px; padding:10px 0; display:none; z-index:100;}
.main-menu li:hover li a{background: #3a3a3b; color:#fba61c;}
.main-menu li:hover> ul{
  display:block;
  float:left;
  width:246px;
  margin-right: 0px;
  background: #3a3a3b;
}
.main-menu li li{width:100%; 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;}

.logo{margin-top: 6px; margin-bottom: 6px;}

.seriousslider .seriousslider-inner > .item p {font-size: 40px; text-shadow: 0 1px 3px #222;}

.content1{background-color: #FBA61C; padding: 65px 0 55px; position: relative;}
.content1 ul,.content3 ul{padding: 0;}
.content1 .joomir-cat{position: relative;}
.content1 .joomir-desc{
	background-color: rgba(31,36,48,0.9);
	padding: 30px;color: #fff;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.content1 .joomir-desc a{
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.content1 .joomir-desc .view-article{display: none;}
.content1 .cat-post-item{margin-bottom: 30px;}
.content1 .cat-post-item p{font-size: 14px;}

.content2{ padding: 60px; display: none;}
.content2 h3{color: #1f2430; font-size: 29px; line-height: 1;}
.content2 h2{color: #FBA61C;  font-size: 32px; line-height: 1; font-weight: bold;	padding-bottom: 30px;}
.content2 .col-md-6{color: #4a5164; font-size: 20px; line-height: 1.7;}
.parallax{
	background-image: url(../../uploads/parallax1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
    padding: 100px 0;
    font-size: 20px;
}
.parallax h3{font-size: 35px; font-weight: bold; padding-bottom: 30px; text-transform: uppercase;}
.parallax a{font-weight: 700; color: #ffffff; background-color: #FBA61C; text-shadow: 1px 1px 1px #112b62;
 font-size: 19px; padding: 22px 34px;}
.parallax a:hover{background-color: #3d475e;}
.content3{background-color: #1f2430; padding: 30px 0 49px; color: #fff; counter-reset: my-sec-counter;}
.content3 .joomir-cat:before{content: ""; font-size: 45px; background-color: #3167db; border-radius: 50%; float: left; line-height: 80px; text-align: center;}
#category-posts-3 .cat-post-item:nth-child(4) .joomir-cat:before{background-image: url(../../uploads/sh04.jpg); width:100px; height:100px; margin-right:10px; margin-top: 30px;}
#category-posts-3 .cat-post-item:nth-child(3) .joomir-cat:before{background-image: url(../../uploads/sh03.jpg); width:100px; height:100px; margin-right:10px; margin-top: 30px;}
#category-posts-3 .cat-post-item:nth-child(2) .joomir-cat:before{background-image: url(../../uploads/sh02.jpg); width:100px; height:100px; margin-right:10px; margin-top: 30px;}
#category-posts-3 .cat-post-item:nth-child(1) .joomir-cat:before{background-image: url(../../uploads/sh01.jpg); width:100px; height:100px; margin-right:10px; margin-top: 30px;}

.content3 h3{font-size: 64px; font-weight: bold; margin-bottom: 35px;}
.content3 .cat-post-item{float: right; margin-bottom: 20px;}
.content3 .post-title{color: #ffffff; font-size: 30px; padding-top: 20px;}
.content3 .joomir-desc p{color: #FBA61C; font-size: 20px; line-height: 1.7;}
.content3 .view-article{display: none;}
.content3 .joomir-desc{width: 80%; float: left;}
.content4{padding: 60px 0; display: none;}
.content4 h3{color: #1f2430; font-size: 45px; padding-bottom: 30px;}
.footer-bottom{background-color: #1f2430; color: #6477a4; font-size: 14px; padding: 10px 0; margin-top: -10px;}
.footer-bottom p{margin: 0;color: #ccc;}
.footer-top{background-color: #1f2430; color: #fff; padding: 60px 0; margin-top: 30px;}
.footer-top p{font-size: 18px; color: #ccc;}
.footer1,.footer2,.footer3,.footer4{float: right;}
.footer1 h3:before{
	font-family: "FontAwesome";
	content: "\f041";
	font-size: 45px;
	color: #FBA61C;
	margin-right: 10px;
}
.footer2 h3:before{
	font-family: "FontAwesome";
    content: "\f095";
    font-size: 45px;
	color: #FBA61C;
    margin-right: 10px;
}
.footer3 h3:before{
	font-family: "FontAwesome";
	font-size: 45px;
	content: "\f017";
	color: #FBA61C;
    margin-right: 10px;
}
.footer4 h3:before{
	font-family: "FontAwesome";
	font-size: 45px;
	content: "\f003";
	color:#FBA61C;
    margin-right: 10px;
}
.map p{margin: 0;}

/************************** contact us ************************/
.page-id-21 input[type="text"], .inner-page input[type="email"]{text-align: left; width: 100%; background-color: transparent; color:#333; border:1px solid #ddd; height: 40px; padding-left: 5px;}
.page-id-21 textarea{text-align: left; background-color: transparent; color:#333; border:1px solid #ddd; height: 150px; width: 100%; padding-left: 5px;}
.page-id-21 input[type="submit"] {font-weight: 700; color: #ffffff; background-color: #FBA61C; text-shadow: 1px 1px 1px #112b62;
 font-size: 19px; padding: 15px 34px; border: none;}
.page-id-21 input[type="submit"]:hover{background-color: #3d475e;}

.single article{margin-top: 30px;}
.single-post article tr:nth-child(even) {background-color: #f2f2f2;}

.main-cat{margin-top:50px;}
.main-cat h2{font-size: 21px;text-transform: capitalize;}
.main-cat p{font-size: 18px;}
.main-cat img{width: 300px; height: 300px;}

.pagination{float: left; width: 100%;}


.category-9 article p{display: none;}
.category-11 article p{display: none;}


#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    overflow:hidden;
}
#toTop a{
    width: 50px;
    height: 50px;
    border: none;
    display: block;
    width: 50px;
    color: #bbb;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: 11px/100% Arial,Helvetica,sans-serif;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;

}
#toTop span {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 46px;
    color: white;
    background: #FBA61C;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 20px;
    display: inline;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}
#toTop span:before{
    font-family: FontAwesome;
    content: '\f106';
}
#toTop a:hover span {
    background: #1f2430;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1200px) {
	

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

@media only screen and (max-width:767px) {
  .main-menu{display: none !important;}
  .header-top .address, .header-top .phone p {text-align: left;}
  .logo {text-align: center;}
  .content1 .joomir-desc{position: relative;}
  .content2 {padding: 10px;}
  .content3 {padding: 30px 10px 49px;}
}
@media only screen and (max-width:480px) {
 
}
@media only screen and (max-width:320px) {
 
}
@media only screen and (min-width:1140px) {

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

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

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
