/*------------------------------------------------------------------
	

	[Table of contents]

	01. General Styles 
	02. Blog
	03. Comments & Comment form
	04. Sidebar & Widgets
	05. Pagination
	06. Unit Test


	[Colors]

	# main color --> #b54321 = rgb(181,67,33)
	# background --> #f5f5f5
	# content    --> #667
	# titles 	 --> #556 , #445 , #667
	# inputs	 --> #e8e8e8


	[Typography]

	# content    --> Source Sans Pro font
	# titles 	 --> MontSerrat font


-------------------------------------------------------------------*/


/* *********************	Blog	********************* */

img{
	display:block;
    max-width:100%;
	height:auto;
}
img.wp-smiley{ display:inline;}
textarea:focus, 
select:focus,
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}
/*blog default styles*/
.pe-wp-default h4,
.post h4 a,
.post .post-title h4 a,
.post h4,
.pe-wp-default a,
.page-title h4,
.pe-wp-default p{
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
		word-wrap: break-word;
}
.post h2{
	text-align:left;
}
.post iframe{ width: 100%; border: none; }
.post-slider{ position: relative; }
.post-password-form input[type=password]{
	height: 36px;
	padding: 10px 16px;
	border-radius: 4px;
	background-color: #e8e8e8 !important;
	border-color: #b4b8bb;
	border-width:1px;
	box-shadow: none;
	-webkit-box-shadow: none;
	width:100%;
	border-style:solid;
}
.post-password-form input[type=submit]{
	height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	background-color: #505460;
	border:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	color:#fff;
}
.post-password-form input[type=submit]:hover{
	background-color:#b54321;
}
/*blog post*/
.blog .post,
.section-type-blog .post,
.archive .post {
	margin-bottom:80px;
}
.post .post-title{
	margin-bottom:25px;
}
.post-title h4{
	font-family: "Montserrat",sans-serif;
  	margin-bottom: 0;
  	font-size: 26px;
  	line-height: 28px;
  	color: #556;
  	font-weight: 400;
}
.post .post-title h4 a{
	color:#444;
}
.post .post-title h4 a:hover{
	text-decoration: none;
}
.post.sticky h4 a:after{
  	content: "\f08d";
	color: #b54321;
	height: 18px;
	margin-left: 20px;
	width: 18px;
	display: inline-block;
	font-family: 'FontAwesome';
}
.post .post-image{
	margin-bottom:50px;
}
.post-meta{
	margin-bottom:0;
	font-size:13px;
	color:#667;
}
.post-meta > a{
	color:#667;
}
.post-meta a:hover{
	color:#b54321;
}
.post-meta .slash{
	margin:0 10px;
}
.post-meta > div{
	text-align: center;
}
.post-meta .date{
	display:inline-block;
}
.post-meta .date a{
	color:#667;
}
.post-meta .date a:hover{
	color:#b54321;
}
.post-media {
	margin-bottom: 30px;
}
.post .tags{
	clear:both;
	margin-top:40px;
}
.post .tags a{
	font-family: 'Source Sans Pro';
	display:inline-block;
	padding:4px 14px;
	border:1px solid #ddd;
	color:#889;
	font-size:10px;
	font-weight: 400;
	text-transform:uppercase;
	margin-right:3px;
	margin-bottom:3px;
	border-radius:2px;
	line-height:26px;
}
.post .tags a:first-child{
	margin-left:0;
}
.post .tags a:hover{
	color:#666;
	border-color:#999;
	text-shadow:none;
}
.read-more-link{
	text-transform: uppercase;
	font-family: "Montserrat",sans-serif;
  	font-size: 10px;
}
.pe-wp-default h4{
	text-align:left;
}
.post-body blockquote{
	padding-left:30px;
}

blockquote{
	margin-bottom:20px;
}
.dark .post .post-title h4 a{
	color:#fff;
}
.dark .post-meta .date{
	border-right-color:#555;
}
.dark .post-meta span a:hover{
	color:#ccc;
}
.dark .widget_categories > ul > li{
	border-bottom-color:#555;
}
.dark .pe-wp-default .wp-caption .wp-caption-text,
.dark .pe-wp-default .gallery-caption,
.dark .pe-wp-default .entry-caption{
	color:#ccc;
}
.dark .post-password-form input[type=password]{
	background-color: #41464c !important;
	border-color:#333639;
}









/* *********************	Comments & Comment Form 	********************* */

#comments {
	text-align: left;
	margin-top:20px;
	padding-top:40px;
	border-top:1px solid #eee;
}
#comments p {
	padding: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
}
.commentlist{
	padding-left: 0;
}
.commentlist,
.children{ 
	list-style: none; 
}
.children{ 
	-webkit-padding-start:0;
	padding-left:20px;
}
.comment-body{
	position:relative;
	margin-bottom:60px;
}
.comment-author{ 
	background-color:#fff;
	width: 90px;
  	height: 90px;
  	border-radius: 50%;
  	margin-top: 5px;
  	float:left;
  	margin-right:20px;
  	overflow:hidden;
}
.comment-meta{
	float:left;
}
.comment-content{
	overflow: hidden;
}
.comment-content > .pe-wp-default > p:last-child{
	margin-bottom:0;
}
.reply{
	position:absolute;
	top:0;
	right:0;
}
.comment-reply-link {
	display: inline-block;
	margin-bottom: 0;
	color:#b54321;
	font-size:12px;
	font-weight:400;
}
.comment-content .comment-reply-link:hover{
	color:#444;
}
.comment-content .fn {
	display: inline;
	margin: 0 5px 0 0;
	font-size:15px;
	font-weight:400;
	font-style: normal;
	float:left;
	color:#445;
}
.bypostauthor > .comment-body >.comment-content .fn{
	color:#b54321;
}
span.says{
	font-weight:300;
	font-size:12px;
	display:none;
}
.comment-content .comment-meta{
	margin-left:10px;
}
.comment-content .comment-meta,
.comment-content .comment-meta a{
	font-size:12px;
	font-weight:400;
	color:#667;
}
.comment-content .comment-meta a:hover{
	color:#b54321;
}
.comment-content .pe-wp-default{
	float:left;
	clear:left;
}
/*comment form*/
#respond{
    margin-bottom:50px;
}
#comments-title,
#reply-title{
    font-size:16px;
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:0;
}
#comments-title{
	margin-bottom:30px;
}
#commentform .comment-notes{
    color:#aaa;
    font-size:12px;
}
#commentform label{
    text-align:left;
    color:#445;
	padding-top:0;
	width:auto;
	font-size:14px;
	font-weight:400;
	margin-bottom:0;
}
#commentform textarea{
	box-shadow: none;
	border:none;
	border-radius:2px;
	background-color:#e8e8e8;
	resize:none;
	margin-top: 35px;
  	padding: 5px;
  	text-indent: 5px;
  	outline: none;
}
#commentform textarea:focus{
	box-shadow: none;
}
#commentform input[type=text]{
	border-radius:4px;
}
.form-group-comment textarea{
	margin-top:30px;
}
.form-group.form-group-author,
.form-group.form-group-email,
.form-group.form-group-url,
.form-group.form-group-comment,
.form-group.form-group-submit{
	margin-left:0;
	margin-right:0;
}
#commentform button{
	background-color: #505460;
  	color: #fff;
  	border-radius: 2px;
  	text-transform: uppercase;
  	font-size: 12px;
  	letter-spacing: 1px;
  	padding: 9px 18px;
  	border:none;
}
#commentform button:hover{
	color: #fff;
  	box-shadow: inset 2px 1px 6px rgba(0,0,0,.6);
  	background-color:#b54321;
}
#commentform .form-control{
	box-shadow: none;
	border:none;
	border-radius:2px;
	background-color:#e8e8e8;
	resize:none;
  	padding: 5px;
  	text-indent: 5px;
  	outline: none;
}
.comment-reply-link:hover {
	color: #303030;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
	.children{
		padding-left:8px;
	}	
}


/* *********************	Sidebar & Widgets  	********************* */

.widget{
	margin-bottom:70px;
}
.widget h3{
	margin: 0 0 20px;
  	font-family: "Montserrat",sans-serif;
  	font-size: 16px;
  	color: #556;
}
.widget h3:after,
.footer-widget h3.footer-title:after{
	content:" ";
	position:relative;
	display:block;
	width:35px;
	height:2px;
	background-color:#b54321;
	bottom:-10px;
}
.widget ul, 
.footer-widget ul{
	padding-left:0;
}
.footer-widget ul{
	list-style: none;
}
.widget ul ul, .widget ol ol{
	padding-left:5px;
}
.widget select,
.footer-widget select{
	width:100%;
	font-size:12px;
	height:34px;
	background-color:#e8e8e8;
	border:1px solid #ddd;
	border-radius:2px;
}
.widget select:focus{
	box-shadow:none;
	border: 1px solid #3e3e3e;
}
.widget li{
	list-style: none;
}
.widget li a{
	color:#667;
}
.widget li a:hover{
	color:#b54321;
}
/*search widget*/
.widget_search input[type="text"]:focus{ 
	-webkit-appearance: none; box-shadow: none; 
}
.widget_search .btn,
.widget_search input[type=submit]{ 
	display:none; 
}
.widget_search input{
	height: 36px;
	padding: 8px 36px 8px 8px;
	border-radius: 2px;
	background-color: #e8e8e8 !important;
	border-color: #ddd;
	border-width:1px;
	box-shadow: none;
	-webkit-box-shadow: none;
	width:100%;
	border-style:solid;
	font-size:12px;
	font-weight:400;
}
.widget_search input:focus{
	border-color:#3e3e3e;
}
.widget_search button{
	position:absolute;
	top:0;
	right:18px;
	display:block;
	width:36px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:14px;
	color:#999;
	background:transparent;
	border:none;
	opacity:0.8;
	padding:0;
}
.widget_search button:hover{
	opacity:1;
}
/*recent posts*/
.widget_recent_entries li{
	padding-bottom:8px;
}
.widget_recent_entries span.post-date{
	display:block;
	clear:both;
}
/*categories*/
.widget_categories > ul > li{
	display:block;
	padding-bottom:8px;
}
.widget_categories .children li:before{
	content:"- ";
}
/*calendar widget*/
.widget_calendar td,
.widget_calendar th {
	padding: 12px;
}
.widget_calendar td{
	font-weight:300;
}
.widget_calendar td#next{
	text-align:right;
}
.widget_calendar caption {
	margin: 5px 0 10px;
	text-align:left;
}
/*menu widget*/
.widget_nav_menu .menu > li > a{
	padding:0;
}
.widget_nav_menu .menu li{
	float:none;
	display:block;
}
.widget_nav_menu .sub-menu{
	margin-left:5px;
	padding-left:5px;
}
.widget_nav_menu .sub-menu li:before{
	content:"- ";
}
.widget_nav_menu > div{
	overflow:hidden;
}
/*rss widget*/
.widget_rss h3{
	height:24px;
}
.widget_rss h3 > a{
	color:#404244;
}
.widget_rss h3 > a:hover{
	color:#b54321;
}
.widget_rss h3 > a.rsswidget{
	float:left;
}
.widget_rss h3 > a:first-child{
	margin-right:5px;
	margin-top:6px;
}
.widget_rss h3:after,
.widget_rss h3.footer-title:after {
	bottom:-35px;
}
.widget_rss li a{
	font-weight:400;
}
.widget_rss li{
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
.widget_rss .rss-date{
	display:block;
	font-size:12px;
	margin-bottom:5px;
	font-weight:300;
}
.widget_rss .rssSummary{
	font-size:13px;
	margin-bottom:5px;
	color:#666;
}

.widget_rss li:last-child{
	margin-bottom:0px;
}
.widget_rss cite{
	font-size:12px;
	color:#999;
	margin-top:0;
}
/*tag cloud*/
.tagcloud a{
	display:inline-block;
	padding:4px 14px;
	border:1px solid #ddd;
	color:#889;
	font-size:10px;
	text-transform:uppercase;
	margin-right:3px;
	margin-bottom:3px;
	border-radius:2px;
}
.tagcloud  a:hover{
	color:#666;
	border-color:#999;
}
/*dark styles*/
.dark .widget_rss li{
	border-bottom-color:#555;
}
.dark .widget li a{
	color:#8d959d;
}
.dark .tagcloud a{
	border-color:#ccc;
}
.dark .tagcloud a:hover{
	border-color:#888;
}
.light .widget_search.color-on-dark input,
.dark .widget select,
.light .color-on-dark.footer-widget select{
	background-color: transparent !important;
	border-color:#41464c;
}
/*footer styles*/
.light .color-on-dark .tagcloud a{
	border-color:#777;
	color:#999;
}
.light .color-on-dark .tagcloud a:hover{
	border-color:#d8dade;
	color:#d8dade;
}
.light .color-on-dark.widget_rss .rssSummary{
	color:#d8dade;
}
.light .color-on-dark.widget_rss li{
	border-bottom-color:#999;
}
.light .footer-widget li a{
	color:#d8dade;
}













/* *********************	Pagination 	********************* */
.post-pagination > div{
	text-align:center;
}
.post-pagination{
	margin-top:20px;
	padding-top:40px;
	padding-bottom:20px;
	border-top:1px solid #eee;
}
.post-pagination h3{
	margin-bottom:5px;
	color:#666;
	font-size:18px;
	font-weight:600;
}
.post-pagination .prev-post{
	text-align:left;
}
.post-pagination span{
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
}
.post-pagination span.date{
	font-weight:300;
	color:#999;
	font-size:12px;
	text-transform:none;
}
.post-pagination .next-post{
	text-align:right;
}
.post-pagination a:hover span:first-child{
	color:#e66363;
}
.post-pagination a:hover h3{
	color:#444;
}
.archive .post-pagination,
.search-results .post-pagination{
	border-top:none;
	padding-top:0;
}
/*sub-post*/
.page-links{
	clear:both;
	margin:20px 0;
}
.page-links > a{
	padding:2px 5px;
}
.post .pager{
	margin-top:30px;
	clear:both;
	overflow:hidden;
}
.post .pager li a{
	font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
	border-radius:2px;
	padding:10px 14px;
	background-color:#b54321;
	color:#fff;
	border:none;
}
.post .pager li a:hover{
	background-color:#505460;
}
.post .pager .previous{
	float:left;
}
.post .pager .next{
	float:right;
}
.post .pager .disabled a,
.post .pager .disabled a:hover{
	color:#fff;
	cursor:default;
	text-decoration: none;
	background-color:#ddd;
}


/* *********************	Unit Test Styles	********************* */

/* responsive images */
.pe-wp-default img,
.pe-wp-default .comment-body img{
	max-width: 100%; 
}
.pe-wp-default img[class*="align"],
.pe-wp-default img[class*="wp-image-"],
.pe-wp-default img[class*="attachment-"] {
	height: auto; /
}
.pe-wp-default img.size-full,
.pe-wp-default img.size-large,
.pe-wp-default img.header-image,
.pe-wp-default img.wp-post-image {
	max-width: 100%;
	height: auto; 
}
.pe-wp-default .wp-caption {
	max-width: 100%; 
	padding: 4px;
}
.pe-wp-default .wp-caption .wp-caption-text,
.pe-wp-default .gallery-caption,
.pe-wp-default .entry-caption {
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color:#000;
	margin-top:10px;
	margin-bottom:042474c;;
}
.pe-wp-default .wp-caption .wp-caption-text > a,
.pe-wp-default .gallery-caption > a,
.pe-wp-default .entry-caption > a{
	text-decoration:underline;
}
.pe-wp-default .gallery-item{
	margin:0;
}
.pe-wp-default .gallery-item > .gallery-icon > a > img{
	display:inline;
}
.pe-wp-default .gallery-item a,
.pe-wp-default .gallery-caption {
	width: 90%;
}
.pe-wp-default .gallery-item a {
	display: block;
}
.pe-wp-default .gallery-caption a {
	display: inline;
}
.pe-wp-default .gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.pe-wp-default .gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.pe-wp-default .gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/*tables*/
.pe-wp-default table,
.pe-wp-default .comment-body table {
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-color:#ddd;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
	border-spacing:0;
}
.pe-wp-default th{
	font-size: 12px;
	font-weight: bold;
	line-height: 2.18182;
	text-transform: uppercase;
}
.pe-wp-default tbody tr > th{
	border-top-width: 1px;
	border-top-style: solid;
	border-color:#ddd;
	padding: 6px 10px 6px 0;
	text-transform: none;
	font-weight:normal;
}
.pe-wp-default td, .pe-wp-default .comment-body td {
	border-top-width:1px;
	border-top-style: solid;
	padding: 6px 10px 6px 0;
	border-color:#ddd;
}
.pe-wp-default caption, .pe-wp-default th, .pe-wp-default td {
	font-size:12px;
	text-align: left;
}
/*definition lists*/
.pe-wp-default dl, .pe-wp-default .comment-body dl{
	margin-left:20px;
	margin-right:20px;
}
.pe-wp-default dt, .pe-wp-default .comment-body dt {
	font-weight: bold;
	line-height: 22px;
}
.pe-wp-default dd, .pe-wp-default .comment-body dd {
	line-height: 22px;
	margin-bottom: 22px
}
/*Lists*/
.pe-wp-default ul, .pe-wp-default .comment-body ul, .pe-wp-default .mu_register ul {
		list-style: disc outside none;
}
.pe-wp-default ol, .pe-wp-default .comment-body ol {
		list-style: decimal outside none;
}
.pe-wp-default ol, .pe-wp-default .comment-body ol, .pe-wp-default ul, .pe-wp-default .comment-body ul, .pe-wp-default .mu_register ul {
		line-height: 22px;
		margin: 0 0 20px;
}
.pe-wp-default ul, .pe-wp-default ol{
	padding-left:20px;
}
.pe-wp-default .comment-body li, .pe-wp-default .mu_register li {
		margin: 0 0 0 30px;
}
.pe-wp-default ul ul, .pe-wp-default .comment-body ul ul, .pe-wp-default ol ol, .pe-wp-default .comment-body ol ol, .pe-wp-default ul ol, .pe-wp-default .comment-body ul ol, .pe-wp-default	ol ul, .pe-wp-default .comment-body ol ul {
		margin-bottom: 0;
}
/*html tags*/
.pe-wp-default address, .pe-wp-default .comment-body address {
		display: block;
		line-height: 22px;
		margin: 0 0 22px;
		font-style:italic;
}
.pe-wp-default abbr, .pe-wp-default .comment-body abbr, .pe-wp-default dfn, .pe-wp-default .comment-body dfn, .pe-wp-default acronym, .pe-wp-default .comment-body acronym {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		cursor: help;
}
.pe-wp-default code, .pe-wp-default .comment-body code,
.pe-wp-default kbd, .pe-wp-default tt {
		font-family: Consolas,Monaco,Lucida Console,monospace;
		font-size: 11px;
		line-height: 2;
}
.pe-wp-default pre, .pe-wp-default .comment-body pre {
		border-width: 1px;
		border-style: solid;
		font-family: Consolas,Monaco,Lucida Console,monospace;
		font-size: 12px;
		line-height: 20px;
		margin: 20px 0;
		overflow: auto;
		padding: 20px;
		border-color:#e5e5e5;
		background-color:#f5f5f5;
}
.pe-wp-default embed,
.pe-wp-default iframe,
.pe-wp-default object,
.pe-wp-default video {
	max-width: 100%;
}
.pe-wp-default .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
.post.format-aside{
	border-top:none;
	background-color:#f5f5f5;
}
.pe-wp-default .bypostauthor {
	border: none;
}
.format-aside{
	border-left-width:22px;
	border-left-style: solid; 
	padding: 20px;
}
/*dark styles*/
.dark .pe-wp-default td, 
.dark .pe-wp-default .comment-body td,
.dark .pe-wp-default tbody tr > th,
.dark .pe-wp-default table,
.dark .pe-wp-default .comment-body table{
	border-color:#555;
}














/* *********************	General Styles	********************* */

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.fluid-width-video-wrapper iframe {
	height: 100% !important;
}
a:hover{
	color:#303030;
}
.logo.textlogo {
	background: none;
	display: inline-block;
	font-size: 30px;
	line-height: 74px;
	text-indent: 0;
	vertical-align: middle;
}

.admin-bar #menu-trigger {
	top: 62px;
}

.admin-bar #menu-trigger.menu-close {
	top: 47px;
}

.admin-bar #menu-trigger.fullscreen-trigger.right.menu-close {
	top: 52px;
}

.section-builder p {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.no-container > .row {
	margin-left: 0;
	margin-right: 0;
}

.box-services-d.transparent .link-read-more {
	color: #99a;
}

.box-services-d.transparent:hover .link-read-more {
	color: #222;
}

.box-services-d.transparent .title-medium,
.box-services-d.transparent p {
	color: #667 !important;
}

.pb30 { padding-bottom:30px !important; }
.pt30 { padding-top:30px !important; }

.section-not-white.section-boxed {
	padding-left: 0;
	padding-right: 0;
}

.portfolio-filter .portfolio-filter-separator:last-child {
	display: none;
}

.peThemeContactForm > .alert {
	display: none;
}

@media (min-width: 992px) {

	.header-wrapper.header-transparency-100 .main-header {
		background-color: #fff;
	}

	.header-wrapper.header-transparency-100.header-dark .main-header {
		background-color: #292c31;
	}
	
	.header-wrapper.header-transparency-10 .main-header {
		background-color: rgba(250,250,250,0.1);
	}
	
	.header-wrapper.header-transparency-10.header-dark .main-header {
		background-color: rgba(41,44,49,0.1);
	}
	
	.header-wrapper.header-transparency-0 .main-header {
		background-color: transparent;
	}

	.header-wrapper.header-transparency-100 .menu-fixed .main-header,
	.header-wrapper.header-transparency-10 .menu-fixed .main-header,
	.header-wrapper.header-transparency-0 .menu-fixed .main-header {
		background-color: rgba(250,250,250,0.9);
	}

	.header-wrapper.header-transparency-100.header-dark .menu-fixed .main-header,
	.header-wrapper.header-transparency-10.header-dark .menu-fixed .main-header,
	.header-wrapper.header-transparency-0.header-dark .menu-fixed .main-header {
		background-color: rgba(41,44,49,0.9);
	}

}

.owl-carousel img {
	margin: 0 auto;
}

/* *********************	Single Project	********************* */

.single-project .container .container {
	padding: 0;
	width: auto;
}

.project-media {
	margin-top: 40px;
	margin-bottom:40px;
}

/* *********************	Video banner	********************* */

.mobile .section-type-banner-video .bg-overlay {
	display: none;
}

.mobile .section-type-banner-video #video-button {
	display: none;
}

.mobile .section-type-banner-video .video-wrapper video {
	opacity: 0;
	visibility: hidden;
}

.section-type-banner-video {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* *********************	Header	********************* */
.vertical-menu-wrapper .textlogo:hover {
	color: #fff;
}

.vertical-menu-wrapper .textlogo {
	display: block;
	text-align: center;
}

.vertical-menu-wrapper.light .textlogo:hover {
	color: #58585c;
}

.header-transparency-100.header-transparent.with-topbar .menu > li > a {
	color: #707080;
}

.header-transparency-100.header-transparent.with-topbar .menu > li > a:hover {
	color: #B54321;
}

.topbar .logo.textlogo {
	line-height: 50px;
}

.topbar.dark .logo.textlogo:hover {
	color: #fff;
}

.top-menu-wrapper .vertical-menu-list > .title {
	padding:20px 0 10px;
}

/* *********************	Footer	********************* */

.latest-tweets ul {
	list-style: none;
	padding: 0;
}

.latest-tweets p {
	margin: 0;
}

.latest-tweets time {
	color: #889;
	margin: 0 0 0 40px;
}

.latest-tweets i {
	color: #c2c6ca;
	float: left;  
	font-size: 19px;
	margin-top: 5px;
}

.latest-tweets .tweet-text {
	margin: 0 0 0 40px;
}

.footer-wrapper.dark .color-on-dark{
	color: #666973 !important;
}
.footer-wrapper.dark{
	color: #666973;
}

.footer-wrapper.dark .color-on-dark i {
	color: #a2a6aa !important;
}


/* *********************	Builder sections	********************* */

.section-type-google-map iframe {
	border-radius:2px;
	border:1px solid #ddd;
	height:400px;
	margin-bottom:-8px;
	width:100%;
}

.section-testimonials .fa {
	color: #556;
}

.dark .section-testimonials .fa {
	opacity: 0.6;
}

.section-type-pricingtables__title > div p:last-child{
	margin-bottom:0 !important;
}

#page-builder-wrap > .pe-text-block{
	margin:auto;
	width:100%;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
}

@media (min-width: 768px){
	#page-builder-wrap > .pe-text-block{
		width:750px;
	}
}
@media (min-width: 992px){
	#page-builder-wrap > .pe-text-block{
		width:970px;
	}
}
@media (min-width: 1200px){
	#page-builder-wrap > .pe-text-block{
		width:1170px;
	}
}

.section-intro .intro-p {
	color: #eaecf1 !important;
}

.section-intro .intro-title:after {
	display: inline-block;
}

.text-center .intro-title:after {
	margin-left: auto;
	margin-right: auto;
}

.section-builder {
	position: relative;
}

.columns > .pe-text-block {
	padding: 50px 0 30px;
}

.section-type-banner.section-gray .color-on-dark {
	color: #667 !important;
}

.section-gray .btn-slider {
	border-color: #667;
	color: #667;
}

.section-gray .btn-slider:hover,
.section-gray .btn-slider:active,
.section-gray .btn-slider:focus {
	border-color: #B54321;
	color: #fff;
}

.section-type-banner.section-dark .color-on-dark {
	color: #e2e3e4 !important;
}

.section-type-banner p {
	color: #e2e3e4;
}

.section-type-services .section-white .color-on-dark-forced {
	color: #667 !important;
}

.section-type-banner .br-bottom-center {
	display: inline-block;
}

.section-type-blog-carousel p {
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 767px) {
	.section-type-blog-carousel .pull-right.mt10 {
		float: none !important;
	}
}

.forcefullwidth_wrapper_tp_banner {
	overflow-x: hidden;
}

/*stats*/
.stats-content > i {
	position:absolute;
	bottom:40px;
	right:50px;
	opacity:0.3;
	color:#99a;
	font-size:60px;
}

@media (max-width: 768px) {
	.row.col-p30 {
		margin-left: -15px;
		margin-right: -15px;
	}

	.section-type-services .box-services-c,
	.section-type-services .box-services-b {
		margin-top: 50px;
	}

	.section-type-services .col-sm-12:first-child .box-services-c,
	.section-type-services .col-sm-12:first-child .box-services-b {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.section-type-pricingtables .plans > .row > div {
		margin-top: 30px;
	}
}

.blog .header-title,
.archive .header-title,
.page-template-default .row-header-title {
	margin-top: 50px;
}

.page-template-default .content {
	margin-bottom: 30px;
}

.header-wrapper .menu .current-menu-item > a,
.header-wrapper .menu .current-menu-ancestor > a,
.vertical-menu .current-menu-ancestor > a,
.vertical-menu-list .current-menu-item > a {
	color: #b54321;
}

.mobile .stellar {
	background-attachment: initial;
	background-position: center center !important;
}

/* *********************	Blog	********************* */

.single > #wrapper > section.container {
	margin-top: 50px;
}

.blog-item .post-title a {
	color: inherit;
}


