/*
Theme Name: Complex Responsive WordPress Theme
Theme URI: http://dessign.net/complextheme
Author: DessignThemes
Author URI: http://dessign.net
Description: Complex Responsive Theme for WordPress is stylish, customizable, simple, and readable. Perfect for any creative, illustrator or graphic designer. 
Version: 1.0.1
License: GNU General Public License version v3
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: concept
Tags: black, gray, dark, white, one-column, two-columns, three-columns, right-sidebar,light,theme-options,responsive-layout, custom-background, custom-menu
*/
html{
height:100%;
}
body {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  height: 100%;
  min-width: 320px;
  padding: 0;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.menu-open{
  overflow: hidden;
}
a{
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: none!important;
  color: #ff5400;
}
a:hover{
  text-decoration: underline;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input, textarea {
	border: 1px solid #3b3839;
	margin-bottom: 20px;
	font-size: 14px;
	max-width: 400px;
	padding: 8px 5px;
	outline: none!important;
	resize: none;
	width: 100%;
}
input[type="submit"] {
	background: #000;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 10px 0;
	text-transform: uppercase;
}
h2,
.h2{
	font-weight: 900;
}
p{
	font-size: 18px;
	line-height: 1.5;
	margin-top: 0;
}
img{
	height: auto;
	max-width: 100%;
}
::-moz-selection {
    background-color: #000;
    color: #fff;
}
 ::selection {
    background-color: #000;
    color: #fff;
}
/*---------------Header------------*/
.header{
  background: #fff;
  position: fixed;
  left: 50%;
  height: 100%;
  margin-left: 295px;
  width: 345px;
  top: 0;
  text-align: center;
  padding: 0 15px;
  z-index: 5;
}
.header-inner{
  height: 100%;
  position: relative;
  overflow: auto;
}
.logo-wrap{
  margin-top: 35px;
}
.logo-wrap a{
  color: #000;
}
.logo-wrap img{
  height: auto;
  display: inline-block;
  margin: 0 auto;
  max-width: 167px;
}
.featured-text{
  font-size: 26px;
  line-height: 1.33;
  margin: 30px 0 0;
  padding: 0 15px;
}
.sub-featured-text{
  font-size: 18px;
  line-height: 1.42;
  padding: 0 15px 50px;
  margin: 50px 0 0;
}
.social-icons{
  margin-top: 45px;
  overflow: hidden;
}
.ta-icon{
  display: inline-block;
  background: url(img/social-sprite.jpg) no-repeat;
  height: 21px;
  margin-left: 8px;
  width: 22px;
  color: #fff;
  text-indent: 110%;
  text-decoration: none;
  overflow: hidden;
}
.ta-facebook{
  background-position: -31px 0;
}
.ta-google{
  background-position: -66px 0;
}
.ta-instagram{
  background-position: -99px 0;
}
.ta-pinterest{
  background-position: -130px 0;
}
.ta-vimeo{
  background-position: -163px 0;
}
.ta-youtube{
  background-position: -196px 0;
}
.ta-linkedin{
  background-position: -230px 0;
}
#touch-menu{
  display: block;
  background: #fff;
  width: 32px;
  height: 50px;
  left: 50%;
  margin: 0 0 0 595px;
  padding: 10px 0;
  position: fixed;
  z-index: 999;
  transition: none;
}
#touch-menu span:after,
#touch-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#touch-menu span:after{
  top: 9px;
}
#touch-menu span {
  position: relative;
  display: block;
  top: 12px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before {
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
#touch-menu.on,
#touch-menu.on span{
  background-color: transparent;
}
#touch-menu.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: #fff;
}
#touch-menu.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
  background-color: #fff;
}
.navigation{
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.9);
  display: none;
  font-size: 48px;
  line-height: 1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  position: fixed;
  width: 100%;
  overflow: auto;
  z-index: 10;
}
.navigation.visible{
  display: block;
}
.navigation > ul{
  display: block;
  list-style-type: none;
  margin: 60px auto;
  max-width: 400px;
  padding: 0 15px;
}
.navigation ul ul{
  display: block;
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
}
.navigation ul li{
  background-color: transparent;
  border: none;
  display: block;
  padding: 20px 0;
}
.navigation a{
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.navigation .sub-menu li{
  padding: 20px 0 0 0;
  font-size: 0.75em;
  line-height: 1em;
}
.navigation a:hover{
  text-decoration: underline;
}
/*--------Footer-------------*/
.footer{
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: 295px;
  width: 345px;
  text-align: center;
  padding: 20px 15px;
  z-index: 6;
}
.footer-copyright{
  font-size: 12px;
  line-height: 1.3;
  color: #4b4a4a;
  margin: 0;
  width: 100%;
}
/*-----------Homepage------------*/
.clearfix:before,
.clearfix:after,
.page-wrap:before,
.page-wrap:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.page-wrap:after,
.row:after {
  clear: both;
}
.col-md-6,
.col-md-12{
  float: left;
}
.col-md-6{
  width: 50%;
}
.col-md-12{
  width: 100%;
}
.page-wrap{
  background: #fff;
  margin: 0 auto;
min-height: 100%;
  max-width: 1280px;
  position: relative;
}
.main{
  position: relative;
}
.main-content-left{
  padding-right: 345px;
}
.home-post-wrap{
  position: relative;
}
.home-post-wrap img{
  height: auto;
  width: 100%;
  display: block;
}
.home-post-overlay{
	display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.home-post-overlay:hover{
  background: rgba(0,0,0,0.56);
}
.home-post-wrap .h2{
	display: block;
  padding: 20px 15px;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
  max-width: 280px;
  position: relative;
}
.home-post-wrap .h2{
  color: #fff;
}
.home-post-wrap .h2:hover{
	text-decoration: none;
}
.home-post-first .h2{
  font-size: 36px;
  padding: 35px 20px;
  max-width: 340px;
}
/*-----------------Blog Page-----------*/
.blog-feed-wrap{
	display: table;
	width: 100%;
}
.blog-post-col,
.blog-thumb-col{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50%;
}
.blog-thumb-inner{
	position: relative;
}
.blog-feed-wrap img{
	height: auto;
	display: block;
	width: 100%;
}
.blog-feed-content{
	max-width: 320px;
	margin: 0 auto;
	padding: 15px;
}
.blog-feed-content h2{
	font-size: 35px;
	line-height: 1.333;
	margin: 0 0 2em;
}
.blog-feed-content a{
	color: #000;
}
.blog-feed-content .date{
	color: #3b3839;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}
.blog-feed-content .date span{
	display: inline-block;
	position: relative;
}
.blog-feed-content .date span:after{
	content: "";
	background: #3b3839;
	height: 2px;
	display: block;
	left: 0;
	margin-top: 16px;
	width: 100%;
}
.pagination{
	font-size: 21px;
	padding: 0 15px;
	text-align: center;
}
.pagination a{
	color: #000;
}
.pagination .page-numbers{
	display: inline-block;
	margin: 0 3px;
	padding: 15px 0;
}
/*---------------Single Post---------*/
.page-thumbnail img{
	display: block;
	height: auto;
	margin-bottom: 35px;
	width: 100%;
}
.single-post-title{
	float: left;
	padding: 15px;
	width: 40%;
}
.single-post-title h1{
	font-size: 36px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0;
}
.single-post-content{
	float: left;
	padding: 15px;
	width: 60%;
}
.single-post-comments{
	padding: 0 15px;
}
.comments ul{
	padding-left: 0px;
	list-style-type: none;
}
.comments ul ul{
	padding-left: 20px;
}
.comments .avatar{
	height: auto;
	width: 35px;
}
.comments a{
	color: #3b3839;
}
.commentmetadata a:hover{
	cursor: text;
	text-decoration: none;
}
.reply{
	margin-bottom: 30px;
	text-decoration: underline;
}
.comments p{
	font-size: 16px;
	margin: 0.8em 0;
}
/*--------------Single Page--------*/
.page-content-inner{
	padding: 0 15px;
}
@media only screen and (max-width : 1300px) {
	.page-wrap{
		width: 970px;
	}
	.header,
	.footer{
		margin-left: 140px;
	}
	#touch-menu{
		margin-left: 440px;
	}
	.single-post-title h1{
		font-size: 30px;
	}
	p{
		font-size: 21px;
	}
}
@media only screen and (max-width : 992px) {
	.page-wrap{
		width: 750px;
	}
	.main-content-left{
		padding-right: 280px;
	}
	.header,
	.footer{
		margin-left: 95px;
		width: 280px;
	}
	#touch-menu{
		margin-left: 330px;
	}
	.featured-text{
		font-size: 24px;
		padding: 0;
	}
	.sub-featured-text{
		font-size: 18px;
	}
	.home-post-wrap .h2{
		font-size: 24px;
	}
	.home-post-first .h2{
		font-size: 30px;
	}
	.blog-feed-content h2{
		font-size: 24px;
		margin-bottom: 1.5em;
	}
	.blog-feed-content .date span:after{
		margin-top: 8px;
	}
	.single-post-title,
	.single-post-content{
		float: none;
		width: 100%;
	}
	.single-post-content{
		padding-top: 0;
	}
	.page-thumbnail img{
		margin-bottom: 10px;
	}
	.single-post-title h1{
		font-size: 24px;
	}
	p{
		font-size: 18px;
		line-height: 1.5;
	}
}
@media only screen and (max-width : 767px) {
	.page-wrap{
		width: 100%;
	}
	.main-content-left{
		padding: 0;
	}
	.header,
	.footer{
		left: auto;
		height: auto;
		bottom: auto;
		top: auto;
		margin: 0;
		width: 100%;
		position: relative;
	}
	.footer{
		padding: 15px;
	}
	.header-inner{
		padding-bottom: 25px;
	}
	.logo-wrap{
		margin-top: 25px;
	}
	.logo-wrap img{
		max-width: 120px;
	}
	.social-icons{
		margin-top: 25px;
	}
	.featured-text{
		margin-top: 20px;
	}
	.sub-featured-text{
		margin-top: 20px;
		padding: 0;
	}
	#touch-menu{
		left: auto;
		right: 15px;
		margin: 0;
		position: absolute;
		background: transparent;
	}
	.navigation > ul{
		margin: 30px auto;
	}
	.navigation{
		font-size: 24px;
	}
	.navigation ul li{
		padding: 8px 0;
	}
	.navigation .sub-menu li{
		padding: 15px 0 5px;
	}
	.pagination{
		border-bottom: 1px solid #000;
	}
	.single-post-title h1{
		font-size: 21px;
	}
	p{
		font-size: 16px;
		line-height: 1.5;
	}
}
@media only screen and (max-width : 639px) {
	.col-md-6{
		width: 100%;
	}
	.home-post-wrap .h2{
		font-size: 21px;
		padding: 20px 15px;
		max-width: 80%;
	}
	.blog-feed-content h2{
		font-size: 21px;
	}
	.blog-feed-wrap{
		position: relative;
	}
	.blog-feed-wrap,
	.blog-post-col,
	.blog-thumb-col{
		display: block;
		width: 100%;
	}
	.blog-post-col{
		position: absolute;
		height: 100%;
		left: 0;
		width: 100%;
		z-index: 5;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		top: 0;
	  -webkit-transition: all 0.25s linear;
	  -moz-transition: all 0.25s linear;
	  -o-transition: all 0.25s linear;
	  transition: all 0.25s linear;
	}
	.blog-post-col:hover{
  	background: rgba(0,0,0,0.56);
	}
	.blog-feed-content{
		padding: 30px 15px;
	}
	.blog-feed-content a{
		color: #fff;
	}
	.blog-feed-content .date{
		color: #fff;
	}
	.blog-feed-content .date span:after{
		background: #fff;
		margin-top: 5px;
	}
}
@media only screen and (min-width : 1500px) {
	.featured-text{
	  font-size: 30px;
	  margin-top: 30px;
	}
	.sub-featured-text{
	  font-size: 21px;
	  padding: 0 15px 80px;
	  margin: 80px 0 0;
	}
}