/*
	
Theme Name: Structure Responsive WordPress Theme
Theme URI: http://dessign.net/structuretheme
Author: Dessign Themes
Author URI: http://dessign.net
Description: Structure Responsive WordPress Theme is stylish, customizable, simple, and readable. Perfect for any creative, architect or graphic designer.
Version: 1.2.1
License: GNU General Public License version v3
License URI: http://www.gnu.org/licenses/gpl.html
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{
	background: #f1f1f1;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  min-height: 100%;
  letter-spacing: 0.075em;
  margin: 0;
  min-width: 320px;
  padding: 0 0 37px 0;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a{
	color: #337ab7;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none!important;
  text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #999;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img{
	max-width: 100%;
}
h1{
	font-size: 2em;
	margin: 0.67em 0;
}
p{
	margin: 1em 0;
}
input,
textarea{
	border: 1px solid #3b3839;
	margin-bottom: 20px;
	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;
	letter-spacing: 0.07em;
	padding: 10px 0;
	text-transform: uppercase;
}
::-webkit-input-placeholder {color:#3b3839;}
::-moz-placeholder          {color:#3b3839;}
:-moz-placeholder           {color:#3b3839;}
:-ms-input-placeholder      {color:#3b3839;}
/*---------------Header------------*/
.header-wrap,
.footer-wrap{
	background: #fff;
}
::-moz-selection {
    background-color: #000;
    color: #fff;
}
 ::selection {
    background-color: #000;
    color: #fff;
}
.header{
	background: #fff;
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}
.header-inner{
  padding: 40px 0;
}
.logo-wrap a{
  color: #000;
}
.logo-wrap img{
  display: block;
  height: auto;
}
#touch-menu{
  display: none;
  width: 32px;
  height: 30px;
  margin: 0;
  right: 15px;
  top: 21px;
  position: absolute;
  z-index: 5;
}
#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 span {
  background-color: transparent;
}
#touch-menu.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
.navigation{
  text-align: right;
}
.navigation ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation ul li{
  display: inline-block;
  padding: 5px 14px;
  position: relative;
}
.navigation ul li:last-child{
  padding-right: 0;
}
.navigation a{
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.navigation .sub-menu ul {
left: 100%;
top: 0;
}


/*----------------Fotter----------------*/
.footer{
	background: #fff;
  color: #000;
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-inner{
  font-size: 16px;
  padding: 8px 0;
}
.footer-inner p{
  margin: 0;
}
.footer-social{
  overflow: hidden;
}
.ta-icon{
  display: block;
  float: left;
  background: url(img/social-sprite.jpg) no-repeat;
  height: 21px;
  margin-left: 10px;
  text-decoration: none;
  text-indent: 110%;
	overflow: hidden;
	width: 22px;
	white-space: nowrap;
}
.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;
}
/*-----------Homepage------------*/
.main-section{
  -webkit-background-size: cover!important;
  background-size: cover!important;
  overflow: hidden;
  width: 100%;
}
.main-section h1{
  font-size: 70px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  line-height: 1.125em;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.main-section-inner{
  margin: 0 auto;
  max-width: 1900px;
  width: 94%;
  overflow: hidden;
}
.main-title-wrap,
.home-posts-wrap{
  padding: 0 15px;
  width: 50%;
}
.home-posts-feed{
  max-width: 710px;
  margin-left: auto;
}
.home-post-block{
  background: #fff;
  margin: 30px 0;
  overflow: hidden;
}
.home-post-content{
  float: left;
  overflow: hidden;
  width: 50%;
}
.home-post-image{
  float: right;
  width: 50%;
}
.home-post-image img{
  display: block;
  height: auto;
  width: 100%;
}
.home-post-content{
  padding: 20px 20px 0 20px;
}
.home-post-content h3{
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 25px;
  font-weight: 500;
}
.home-post-content p{
  margin: 0;
  line-height: 18px;
  max-height: 54px;
  overflow: hidden;
}
.home-post-content a{
  color: #3b3839;
  text-decoration: none;
}
.home-post-content a:hover{
  text-decoration: none;
  color: #999;
}
/*---------------Blog-------------*/
.page-content{
	max-width: 1180px;
	margin: 40px auto;
		font-size: 25px;
	line-height: 1.25;
  font-weight: 400;
}
.blog-post-wrap{
	background: #fff;
	margin-bottom: 40px;
	padding: 35px;
	position: relative;
	overflow: hidden;
}
.blog-post-image{
	float: left;
	max-width: 450px;
	width: 41%;
}
.blog-post-image img{
	display: block;
	height: auto;
	width: 100%;
}
.blog-post-content{
	float: right;
	max-width: 585px;
	width: 56%;
}
.blog-post-content h2{
	font-size: 50px;
	line-height: 1.1;
	margin: 0 0 50px;
	font-weight: 700;
}
.blog-post-content h2 a{
	color: #383838;
}
.blog-post-content h2 a:hover{
	color: #999;
}
.blog-post-content p{
	line-height: 1.25;
	margin: 0;
}
.blog-post-content .date{
	font-size: 14px;
	margin-top: 40px;
	font-weight: 800;
}
.blog-post-content .read-more{
	background: #000;
	bottom: 0;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	display: block;
	line-height: 1;
	position: absolute;
	right: 0;
	padding: 18px 0;
	text-align: center;
	text-decoration: none;
	width: 192px;
}
.pagination{
	text-align: center;
}
.page-numbers{
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	height: 40px;
	line-height: 35px;
	text-align: center;
	width: 50px;
}
.page-numbers.current{
	background: #000;
	color: #fff;
}
.page-numbers:hover{
	text-decoration: none;	
}
/*-----------------Post-------------*/
.page-content-inner{
	background: #fff;
}
.page-title{
	color: #222;
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 48px 15px 30px;
	font-weight: 500;
}
.page-thumbnail{
	padding-bottom: 30px;
}
.content-wrap{
	padding: 0 30px 30px 30px;
}
.form-submit{
	margin: 0;
}
.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;
}
/*-------------------Blog Category--------------------*/
.category-post-block{
  background: #fff;
  margin: 30px 0;
  overflow: hidden;
}
.category-post-content{
  float: left;
  width: 50%;
}
.category-post-image{
  float: right;
  width: 50%;
}
.category-post-image img{
  display: block;
  height: auto;
  width: 100%;
}
.category-post-content{
  padding: 30px 30px 0 30px;
}
.category-post-content h3{
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 35px;
  font-weight: 500;
}
.category-post-content p{
	font-size: 25px;
	line-height: 1.25;
  margin: 0;
  font-weight: 400;
}
.category-post-content a{
  color: #3b3839;
  text-decoration: none;
}
.category-post-content a:hover{
  text-decoration: none;
  color: #999;
}
/*--------------Responsive-------------*/
@media only screen and (max-width : 1900px) {
	.header-inner{
		padding: 20px 0;
	}
	.footer-inner{
		font-size: 14px;
	}
	.main-section h1{
		font-size: 64px;
	}
}
@media only screen and (max-width : 1600px) {
	.main-section h1{
		font-size: 52px;
	}
}
@media only screen and (max-width : 1200px) {
	.main-section h1{
		font-size: 42px;
	}
	.home-post-content{
	  padding: 12px 12px 0 12px;
	}
	.home-post-content h3{
	  font-size: 21px;
	  margin-bottom: 12px;
	}
	.blog-post-wrap{
		padding: 25px;
	}
	.page-thumbnail{
		padding-bottom: 25px;
	}
	.content-wrap{
		padding: 0 25px 25px 25px;
	}
}
@media only screen and (max-width : 992px) {
	
	#touch-menu{
		display: block;
		top: 18px;
	}
	.navigation{
		display: none;
		position: absolute;
		top: 55px;
		background: #fff;
		left: 0;
		z-index: 99;
		width: 100%;
	}
	.navigation > ul{
		padding: 0 15px 10px;
		text-align: left;
		border-bottom: 2px solid #333;
	}
	.navigation ul li{
		display: block;
		padding: 5px 0;
	}
	.navigation .sub-menu{
		padding: 0 0 0 15px;
	}
	.main-section{
		padding: 80px 0 50px;
	}
	.main-section h1{
		font-size: 36px;
	}
	.main-title-wrap, .home-posts-wrap{
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
	}
	.home-posts-feed{
		margin: 0;
	}
	.home-post-content{
	  padding: 20px 20px 0 20px;
	}
	.home-post-content h3{
	  font-size: 23px;
	  margin: 0 0 32px;
	}
	.blog-post-content h2{
		font-size: 40px;
		margin: 0 0 25px;
	}
	.blog-post-content .date{
		margin-top: 25px;
	}
	.category-post-content{
	  padding: 25px 25px 0 25px;
	}
	.category-post-content h3{
		font-size: 28px;
		margin-bottom: 30px;
	}
	.category-post-content p{
		font-size: 16px;
	}
}
@media only screen and (max-width : 767px) {
	body{
		padding-bottom: 66px;
	}
	.logo-wrap img{
		max-width: 220px;
	}
	.footer-inner{
		padding: 10px 0;
	}
	.footer-copyright{
		margin-bottom: 6px;
	}
	.ta-icon{
		margin: 0 10px 0 0;
	}
	.home-post-content h3{
		font-size: 21px;
	  margin: 0 0 16px;
	}
	.blog-post-wrap{
		padding: 15px 15px 60px 15px;
	}
	.blog-post-image{
		float: none;
		margin: 0 auto 25px;
		max-width: 450px;
		width: 100%;
	}
	.blog-post-content{
		float: none;
		max-width: 100%;
		width: 100%;
	}
	.blog-post-content .read-more{
		font-size: 14px;
		padding: 15px 0;
		width: 170px;
	}
	.page-title{
		padding: 30px 15px 20px;
	}
	.page-thumbnail{
		padding-bottom: 15px;
	}
	.content-wrap{
		padding: 0 15px 15px 15px;
	}
	.category-post-content{
	  padding: 20px 15px;
	}
	.category-post-content h3{
    font-size: 21px;
    margin: 0 0 16px;;
	}
	.category-post-content p{
		font-size: 14px;
	}
}
@media only screen and (max-width : 640px) {
	.main-section{
		padding: 40px 0 30px;
	}
	.main-section h1{
		font-size: 26px;
	}
	.main-section-inner{
		width: 100%;
	}
	.home-posts-wrap{
		max-width: 480px;
		padding: 0;
	}
	.home-post-image{
		float: none;
		width: 100%;
	}
	.home-post-content{
	  padding: 20px 15px;
	  float: none;
	  width: 100%;
	}
	.home-post-content p{
		max-height: 100%;
	}
	.category-post-block{
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.category-post-image,
	.category-post-content{
		float: none;
		width: 100%;
	}
}
@media only screen and (min-width : 768px) {
	.header-inner,
	.footer-inner{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
	}
}
@media only screen and (min-width : 992px) {
	.main-section,
	.main-section-inner{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.navigation ul a:after{
	  background: #3b3839;
	  display: block;
	  content: "";
	  height: 2px;
	  width: 0;
	  -webkit-transition: all 0.2s linear;
	  -moz-transition: all 0.2s linear;
	  -o-transition: all 0.2s linear;
	  transition: all 0.2s linear;
	}
	.navigation ul li:hover > a:after,
	.navigation ul .current-menu-item > a:after{
	  width: 100%;
	}
	.navigation ul li:hover > .sub-menu{
		display: block;
	}
	.navigation .sub-menu{
		position: absolute;
		text-align: left;
		margin: 0;
		padding: 0px;
		background: #fff;
		left: 0;
		top: 30px;
		z-index: 55;
		display: none;
		font-size: 13px;
	}
	.navigation ul li .sub-menu li{
		display: block;
		padding: 8px 9px;
		width: 180px;
	}
	.sub-menu li:hover{
		text-decoration: underline;
	}
	.navigation ul .sub-menu li a{
		display: block;
	}
	.navigation ul .sub-menu li a:after{
		content: normal;
	}
}