﻿/*
Theme Name: EstateMag - Responsive Wordpress Blog Theme
Theme URI: http://themeforest.net/user/ZERGE/portfolio
Description: EstateMag is Responsive, Retina Ready, WordPress Theme for your Blog or Portfolio.
Author: ZERGE
Author URI: http://themeforest.net/user/ZERGE
Version: 1.02
Tags: light, white, fluid-layout, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: color-theme-framework
*/



/* 
   ------------------------------------------------------
							Body
   ------------------------------------------------------
*/
html,body
{
  height: 100%;
  padding: 0px;
  margin: 0px;
}

body {
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

a:active { outline: none; }
:-moz-any-link:focus { outline: none; }

p {
	margin: 0 0 15px;
}

.italic { font-style:italic; }
.bold { font-weight: bold; }
iframe { border: none; }
.clear { clear: both; }

.sm-bold-italic {
	font-size: 11px;
	font-weight: 600;
	font-style: italic;
	/*color: #575d62;*/
	color: #919293;
}

.sm-credit {
	font-size: 12px;
	font-weight: 600;
	color: #575d62;
}

.sm-italic-gray,
.sm-italic-gray:hover {
	font-size: 11px;
	font-style: italic;
	font-weight: 600;
	color: #919293;
}

.radius-3px {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.radius-100 {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;	
}

.ct-publisher { display: none; }

.ct-transition,
.post-like a span {
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
		   -transition: all 0.2s linear;
}

img.ct-transition:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 0.8;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
		   -transition: all 0.2s linear;
}

input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
.comment-form-comment textarea,
.wpcf7-form textarea {
	border: 1px solid #d9d9d9;
	padding: 2px 7px;
	color: #363636;
	width: 85.6%;
}


/* 
   -----------------------------------------------------
							Header
   -----------------------------------------------------
*/
#masthead { }

#entry-header { background-color: #ff5a00; border-top: 1px solid #ff9c66; }

.welcome-entry { text-align: right; }
.welcome-entry h1, .welcome-entry h2, .welcome-entry h3, .welcome-entry h4, .welcome-entry h5 { margin-bottom: 0; margin-top: 0; }

.welcome-entry h5.special-h5 { font-size: 16px; line-height: 24px; }

#masthead  .entry-hdr-ads {
	margin-top: 5px;
}

/* 
   -----------------------------------------------------
							Banner
   -----------------------------------------------------
*/
#entry-bnr { background-color: #FFF; background: url(img/bnr-pattern.png); }
.entry-ads { text-align: center; padding: 30px 0; }
.entry-ads img { max-width: 100%; }

.entry-hdr-ads { text-align: right; }
.entry-hdr-ads img { max-width: 100%; }

#blog-entry .masonry-box.custom-ads {
	padding: 20px;
	text-align: center;
}

/* 
   -----------------------------------------------------
							News Ticker
   -----------------------------------------------------
*/
#ticker-block {
	border-top: 1px solid #9e7862;
}

#ticker-block > .container {
	margin-top: 10px;
	margin-bottom: 10px;
}

#entry-ticker {
	overflow: hidden;
	display: none;
}

#entry-ticker .ticker-title {
	float: left;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 20px;
	color: #FFF;
	font-family: Oswald;
	font-weight: 400;
	letter-spacing: 1px;
}
#entry-ticker .ticker-title span:after {
	content: "\f101";
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;	
}
#entry-ticker .ticker-content { margin-bottom: 0; }
#entry-ticker .ticker-content a { color: #F3F3F3; font-size: 14px; }
#entry-ticker .ticker-content a:hover { text-decoration: none; }
#entry-ticker .meta-date {
	display: inline-block;
	margin-left: 10px;
	color: #d7cec9;
	font-style: italic;
	font-size: 12px;
	font-weight: 600;
}
#entry-ticker .meta-date i { display: none; }

#entry-ticker .ticker-wrapper { min-height: 25px; }


/* 
   ------------------------------------------------------
							Logo
   ------------------------------------------------------
*/
#logo { }
#logo > h1 { margin-bottom: 0; margin-top: 0; line-height: 24px; }
#logo > h1.text-logo { line-height: 28px; }
#logo > h1 > a { color: #FFF; }
#logo > h1 > a:hover { text-decoration: none; }
#logo a { padding: 0; }
#logo > p { margin-bottom: 0; }
.logo-slogan {
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 10px;
	display: inline-block;
}

.alt-logo { display: none; }
#logo img { max-width: none; }
#logo {  }


/* 
   ------------------------------------------------------
					SuperFish Menu
   ------------------------------------------------------
*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 21px;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	font-family: FontAwesome;
	top: 50%;
	right: 6px;
	margin-top: -10px;
	font-weight: normal;
	font-size: 12px;
	/* order of following 3 rules important for fallbacks to work */
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-right: 0;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}



/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	color: #FFF;
	/*padding: 8px 21px;*/
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Oswald;
	font-size: 14px; 
	letter-spacing: 1px; 
	line-height: 24px;
	zoom: 1; /* IE7 */
}
.sf-menu a:hover { color: #FFF; }

.sf-menu li {
	background: transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #FFF;
}
.sf-menu ul li a {
	color: #363636;
	padding: 5px 21px;
	font-weight: normal;
	text-transform: none;
	font-size: 13px;
	padding: 5px 21px;
	font-weight: normal;
	font-family: 'Open Sans';
	letter-spacing: 0;	
}
/*.sf-menu ul li:first-child a { padding-top: 12px; }
.sf-menu ul li:last-child a { padding-bottom: 12px; }*/


.sf-menu ul ul li {
	background: #FFF;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: #ff5a00;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu .current_page_item,
.sf-menu .current-menu-ancestor { background-color: #ff5a00; }

#entry-menu { background-color: #262626; color: #FFF; width: 100%; }


.site-navigation select {
	display: none;
	/*background:url('img/icons/menu-icon.png') 98.5% 50% no-repeat #FFFFFF;*/
	width: 100%;
	margin: 30px 0;
	border: 1px solid #ECECEC;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #919293;
	height: 30px;
	font-weight: normal;
	padding: 6px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
	border-radius: 0;
	position: relative;
}

.site-navigation:after {
	content: "\f0c9";
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	position: absolute;
	right: 21px;
	top: 0;
	color: #222;
	line-height: 30px;
	font-size: 21px;
	display: none;
}

/* 
   -------------------------------------------------------
						Search
   -------------------------------------------------------
*/
.search-toggle {
	float: right;
	padding: 19px 0;
	cursor: pointer;
}

.search-toggle:hover:before { color: #ff5a00; }

.search-toggle:before {
	content: "\f002";
	color: #FFF;
	font-family: FontAwesome;
	font-size: 18px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
		   -transition: all 0.2s linear;
}

#search-container {
	display: none;
	position: absolute;
	right: 5px;
	bottom: -73px;
	background-color: #FFF;
	padding: 20px;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	z-index: 1;
}

#search-container .searchform { width: 250px; }
.searchform input[type="text"] {
	color: #363636;
	width: 85.6%;
	border: 1px solid #d9d9d9;
	padding: 2px 7px;
	vertical-align: middle;
	height: 32px;
	margin-right: -3px;
}

.searchform .btn {
	max-height: 32px;
	max-width: 32px;
	border: 0;
	border-radius: 0;
	color: #FFF;
	width: 18%;
}

.entry-search { position: relative; }
.search-toggle.colored:before { color: #ff5a00; }

#secondary .searchform input[type="text"] { width: 88.6%; }

/* 
   -------------------------------------------------------
						Typography
   -------------------------------------------------------
*/


/* 
   ------------------------------------------------------
							Margins
   ------------------------------------------------------
*/

.margin-top-10 { margin-top:10px; }
.margin-15 { margin-bottom: 15px; }
.margin-r15 { margin-right:15px; }

/* paddings */
.padding-20 { padding:20px; }


/* top margins */
.margin-5t  { margin-top: 5px; }
.margin-8t  { margin-top: 8px; }
.margin-10t { margin-top: 10px; }
.margin-15t { margin-top: 15px; }
.margin-20t { margin-top: 20px; }
.margin-25t { margin-top: 25px; }
.margin-30t { margin-top: 30px; }
.margin-35t { margin-top: 35px; }
.margin-40t { margin-top: 40px; }
.margin-45t { margin-top: 45px; }
.margin-50t { margin-top: 50px; }
.margin-55t { margin-top: 55px; }
.margin-60t { margin-top: 60px; }

/* bottom margins */
.margin-5b  { margin-bottom: 5px; }
.margin-8b  { margin-bottom: 8px; }
.margin-10b { margin-bottom: 10px; }
.margin-15b { margin-bottom: 15px; }
.margin-20b { margin-bottom: 20px; }
.margin-25b { margin-bottom: 25px; }
.margin-30b { margin-bottom: 30px; }
.margin-35b { margin-bottom: 35px; }
.margin-40b { margin-bottom: 40px; }
.margin-45b { margin-bottom: 45px; }
.margin-50b { margin-bottom: 50px; }
.margin-55b { margin-bottom: 55px; }
.margin-60b { margin-bottom: 60px; }

.no-margin-b { margin-bottom: 0; }
.no-margin-t { margin-top: 0; }


/*
   ------------------------------------------------------
				SIDEBAR
   ------------------------------------------------------
*/
.home-top-sidebar,
.single-top-sidebar,
.category-top-sidebar,
.page-top-sidebar {
	padding: 30px 0;
	background-color: #FFF;
}

/*
   ------------------------------------------------------
						BLOG
   ------------------------------------------------------
*/
#primary, #secondary {
	margin-top: 40px;
	margin-bottom: 40px;
}

#blog-entry {
	margin-right: -2%;
	margin-bottom: -30px;
}

#blog-entry .entry-header .fa-thumb-tack {
	position: absolute;
	right: 10px;
	bottom: 10px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);	
}

#blog-entry .entry-header { position: relative; }

#blog-entry .masonry-box {
	background-color: #FFF;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
	width: 23%;
	-webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 3px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 3px 1px 0px rgba(0, 0, 0, 0.1);	
	overflow: hidden;
}

.archive #blog-entry { margin-right: -2%; }
.archive #blog-entry .masonry-box {	margin-right: 2%; width: 23%; }

.archive-header {
	background-color: #FFF;
	margin-bottom: 30px;
	padding: 20px;
	-webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 3px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 3px 1px 0px rgba(0, 0, 0, 0.1);	
}

.archive-header h1 { margin-top: 0; }
.archive-header p { margin-bottom: 0; }

#blog-entry .masonry-box.widget-area {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	margin-bottom: 0;	
}

#blog-entry .masonry-box:last-child { }

#blog-entry .entry-thumb img {
	width: 100%;
	height: auto;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);	
}
#blog-entry .entry-thumb { position: relative; }

/*#blog-entry .format-audio .entry-thumb { line-height: 0; }
#blog-entry .format-audio .mask-thumb { line-height: initial; }*/

#blog-entry h1.entry-title {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 22px;
}

#blog-entry h1.entry-title i { margin-left: 5px; }

#blog-entry h1.entry-title a { 	color: #222323; }
#blog-entry header { 
	padding: 20px;
}

#blog-entry .entry-meta { padding-top: 10px;}

#blog-entry .entry-meta > span,
#blog-entry .entry-meta .entry-share-icons,
.single article .entry-meta > span,
.single article .entry-meta .entry-share-icons,
.page article.type-page .entry-meta > span,
.page article.type-page .entry-meta .entry-share-icons {
	color: #575d62;
	display: block;
	border-top: 1px solid #d9d9d9;
	font-size: 11px;
	font-weight: 600;
	font-style: italic;
	padding: 4px 0;
}

#blog-entry .entry-meta i,
.single article .entry-meta i,
.page article.type-page .entry-meta i {
	color: #ff5a00;
	font-size: 15px;
	vertical-align: text-top;
	margin-right: 7px;
}

#blog-entry .entry-meta .entry-share-icons i,
.single article .entry-meta .entry-share-icons i,
.page article.type-page .entry-meta .entry-share-icons i { color: #575d62; font-size: 14px; }

#blog-entry .entry-meta .share-icon i,
.single article .entry-meta .share-icon i { color: #ff5a00; font-size: 15px; }

#blog-entry .entry-meta .meta-views i,
.single article .entry-meta .meta-views i { font-size: 14px; margin-right: 6px; }

#blog-entry .entry-meta .meta-category i,
.single article .entry-meta .meta-category i { margin-right: 5px; }

#blog-entry .entry-meta .meta-likes .ct-like,
.single article .entry-meta .meta-likes .ct-like { font-size: 13px; margin-right: 4px; }

#blog-entry .entry-meta .meta-comments i,
.single article .entry-meta .meta-comments i { margin-right: 6px; font-size: 14px; }

#blog-entry .entry-meta .meta-author i,
.single article .entry-meta .meta-author i { margin-right: 5px; }

#blog-entry .entry-meta .share-title,
.single article .entry-meta .share-title { display: none; }

.meta-category a,
.meta-comments a,
.entry-meta > .meta-author a,
.entry-edit-link a { color: #575d62; }

.read-more { display: inline-block; }

.post-like a { color: #ff5a00; }

.post-like a:hover,
.voted .ct-like,
.post-like .alreadyvoted,
.post-like a:hover .ct-like,
.mask-thumb .meta-link a:hover i { color: #FF1C0D; }

#blog-entry .entry-content { margin-bottom: 15px; }

#blog-entry .entry-author {
	background: url(img/athr-pattern.png);
	border-top: 1px solid #e5e6e7;
	padding: 15px 20px 15px 20px;
	margin: 0 -20px -20px -20px;
	font-weight: 600;
	font-style: italic;
	font-size: 12px;
}

#blog-entry .entry-author i { display: none; }

#blog-entry .entry-author img {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

#blog-entry .entry-author .ct-athr {
	color: #575d62;
	display: inline-block;

	font-size: 10px;
	font-style: normal;
	padding: 4px 0;
	text-transform: uppercase;
}

#blog-entry .meta-avatar { float: left; margin-right: 11px; }

#blog-entry .fb_iframe_widget {
	margin-bottom: 20px; }

.mask-thumb {
	background-color: #ff5a00;
	background-color: rgba(255, 90, 0, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
		 -o-transition: opacity 0.2s linear;
		   -transition: opacity 0.2s linear;
}

.entry-thumb:hover .mask-thumb {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.mask-thumb:hover + .ct-video,
.mask-thumb:hover + .ct-audio { opacity: 0; visibility: hidden; }

.mask-thumb .post-like,
.mask-thumb .meta-link {
	border: 2px solid #FFF;
	border-radius: 100%;
	width: 54px;
	height: 54px;
	display: inline-block;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
}

.mask-thumb .post-like a,
.mask-thumb .meta-link i { color: #FFF; }

.mask-thumb .post-like .count,
.mask-thumb .share-icon { display: none; }

.mask-thumb .meta-likes {

}

.mask-thumb .entry-share-icons {
	margin-top: 20px;
}

.mask-thumb .entry-share-icons a i {
	color: #FFF;	
}

.mask-thumb .entry-share-icons a:hover { }
.mask-thumb .entry-share-icons span { margin-right: 8px; }
.mask-thumb .entry-share-icons span:last-child { margin-right: 0; }
.mask-thumb .entry-share-icons i { font-size: 16px; }
.mask-thumb .share-title { color: #FFF; text-transform: uppercase; font-size: 12px; font-weight: 600; }

.mask-wrapper { position: relative; text-align: center; top: 50%; margin-top: -61px; }

.one-col-sb #blog-entry .entry-header.ct-nothumb { width: 100%; }
.one-col-sb #blog-entry .entry-author { border-bottom: 1px solid #e5e6e7; }


/* Video post format */
embed,
iframe,
object,
video {
	max-width: 100%;
}


.video-post-widget,
.embed-youtube,
.embed-vimeo,
.video-frame,
.ct-video-container,
.single .format-video .entry-thumb {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	z-index:10;
}

.video-post-widget iframe,
.embed-youtube iframe,
.embed-vimeo iframe,
.video-frame iframe,
.ct-video-container iframe,
.single .format-video .entry-thumb iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none !important
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/*
   ------------------------------------------------------
				Text Ad
   ------------------------------------------------------	
*/
.text-ad {
	display: block;
	border: 1px solid #eeeeee;
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	position: relative
	}
.text-ad::after {
	display: inline-block;
	font-size: 10px;
	padding: 2px;
	position: absolute;
	right: 6px;
	bottom: -4px;
	color: #a1a1a1;
	}
/*
   ------------------------------------------------------
				Pagination
   ------------------------------------------------------	
*/
.pagination, .page-links {
	position:relative;
	font-size:12px;
	line-height:13px;
	font-weight: 600;
	display: block;
	margin-top: 40px;
	margin-bottom: 0;
}

.page-links { margin-left: 0; }
.page-links:before, .page-links:after {
	content: " ";
	display: table;	
	clear: both;
}

.pagination span,
.pagination a,
.page-links-title,
.page-links > span,
.page-links a {
	display:block;
	float:left;
	margin: 0 2px 0 0;
	padding:6px 9px 6px 9px;
	text-decoration:none;
	min-width: 27px;
	color:#363636;
	border: 1px solid #424242;
	background-color: #fff;
}
 
.pagination a:hover,
.page-links a:hover { color:#fff !important; background-color: #424242; }

.pagination .current,
.page-links > span { padding:6px 9px 6px 9px; background-color: #424242; color:#fff; }

.page-links-title { background-color: #fff !important; color:#424242 !important; }


/*
   ------------------------------------------------------
					Single post
   ------------------------------------------------------
*/

.single .site-content,
.single .entry-comments,
.page .entry-comments,
.page article.type-page {
	background-color: #FFF;
	padding: 30px 45px 30px 45px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.single .entry-comments,
.page .entry-comments { margin-bottom: 0; }

/*.single .entry-header { padding-bottom: 20px; }*/
.single h1.entry-title { margin-top: 0; margin-bottom: 15px; }

.single article .entry-meta > span,
.single article .entry-meta .entry-share-icons,
.page article.type-page .entry-meta > span {
	float: left;
	border: none;
}

.single article .entry-meta > span,
.page article.type-page .entry-meta > span {
	margin-right: 20px;
}

.single article .entry-meta,
.page article.type-page .entry-meta {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.single footer.entry-meta { border: none; }

.single article .entry-thumb,
.page article.type-page .entry-thumb { margin: 40px -45px 0 -45px; }

.single article .entry-thumb img,
.page article.type-page .entry-thumb img { max-width: 100%; width: 100%;}

.single article .entry-content,
.page article.type-page .entry-content {
	margin: 35px 0 20px 0;
	font-size: 16px;
	line-height: 24px;
}

.meta-tags a,
.meta-tags .tags-title {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	text-transform: capitalize;
}

.meta-tags .tags-title { margin-right: 5px; }

.navigation.post-navigation {
	border-top: 1px solid #e5e6e7;
	padding: 20px;
	margin: 0 -45px -30px -45px;
}

.navigation.post-navigation span {
	width: 45%;
	display: block;
	font-weight: 600;
	font-size: 11px;
	color: #575d62;
	font-style: italic;
}

.navigation.post-navigation a {
	display: block;
	font-size: 13px;
}

.post-navigation .meta-nav-prev:before {
	font-family: FontAwesome;
	content: "\f104";
	font-size: 13px;
	margin-right: 5px;
	font-style: normal;
}

.post-navigation .meta-nav-next:before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 13px;
	margin-left: 5px;
	float: right;
	font-style: normal;
}

.post-navigation .meta-nav-next {
	float: right;
	text-align: right;
}

.post-navigation .meta-nav-prev {
	float: left;
}

.post-navigation .meta-nav-prev a {
	padding-left: 10px;
}

.post-navigation .meta-nav-next a {
	padding-right: 10px;
}

.single article .meta-tags i { display: none; }

.single article .share-icon { display: none !important; }

.single article .share-title {
	color: #575d62;
	float: left;
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	text-transform: capitalize;	
	display: none !important;
}

.single article .entry-share-icons {
	margin-top: 20px;
}

.single article .entry-share-icons span {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;	
}

.single article .entry-share-icons a {
	color: #FFF;
}

.single article .entry-share-icons .ct-fb {
	background-color: #3b5998;
}

.single article .entry-share-icons .ct-twitter {
	background-color: #00aced;
}

.single article .entry-share-icons .ct-gplus {
	background-color: #d64431;
}

.single article .entry-share-icons .ct-pinterest {
	background-color: #cc2127;
}

.single article .entry-share-icons .ct-reddit {
	background-color: #336699;
}

.single article .entry-share-icons .ct-linkedin {
	background-color: #007bb6;
}

.single .format-audio .entry-thumb iframe {
	width: 100%;
	min-height: 250px;
}

.entry-comments .comment-list {
	padding-left: 0;
	list-style-type: none;
}

.entry-comments .comments-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 22px;
	letter-spacing: 1px;
	word-spacing: 4px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	line-height: 36px;
	text-transform: uppercase;
}

.entry-comments .form-allowed-tags {
	display: none;
}

.entry-comments .avatar {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#comment-nav-above,
.entry-comments .says {
	display: none;
}

.entry-comments .children { list-style-type: none; }

.entry-comments .comment-body {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.entry-comments .comment-body .reply {
	margin-top: -15px;
}

.entry-comments .commentmetadata {
	font-size: 11px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 15px;
	line-height: 20px;
}

.entry-comments .commentmetadata a:first-child {
	font-size: 11px;
	font-style: italic;
	font-weight: 600;
	color: #919293;
}

.entry-comments cite.fn,
.entry-comments cite.fn a {
	color: #ff5a00;
	font-size: 13px;
	font-weight: 600;
}

.entry-comments cite.fn {
	display: block;
}

/*.entry-comments cite.fn:before {
	color: #ff5a00;
	content: "\f007";
	margin-right: 5px;
	font-size: 15px;
	vertical-align: text-top;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}*/

.entry-comments .reply { 
	text-align: right;
}

.single-bottom-sidebar .ct-carousel-widget h1.widget-title {
	margin: 0;
}

#respond { margin-top: 30px; }

.form-submit input[type=submit],
.wpcf7-form input[type=submit] {
	border: 0;
	border-radius: 0;
	color: #FFF;
	min-width: 70px;
	letter-spacing: 1px;
	font-family: Oswald;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}

.form-submit input[type=submit]:hover,
.wpcf7-form input[type=submit]:hover { }

.form-submit { margin-bottom: 0; }

.comment-form-comment textarea  { width: 100%; }

.logged-in-as,
.comment-notes {
	font-size: 11px;
	font-weight: 600;
}

.comment-notes {
	color: #919293;
}

.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="text"] {
	display: block;
	width: 40%;
}

.comment-reply-title small {
	font-size: 11px;
	font-weight: 600;
}

.comment #respond { margin-bottom: 45px; }

#reply-title {
	margin-top: 0;
	font-size: 18px;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	line-height: 26px;
	text-transform: uppercase;
}

.comment-respond label {
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
}


/*
   ------------------------------------------------------
					Page
   ------------------------------------------------------
*/
.error404 .page-header,
.search-results .page-header {
	border: 0;
	margin: 0;
	padding: 0;
}


.error404 #primary,
.search-results .page-header {
	background-color: #FFF;
	padding: 20px;
	-webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 3px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 3px 1px 0px rgba(0, 0, 0, 0.1);	
}

.search-results .page-header { margin-bottom: 30px; }

.error404 .page-header h1,
.search-results .page-header h1 {
	margin-top: 0;
}

.error404 #search-entry {
	margin-top: 20px;
}

.error404 #search-entry .searchform input[type="text"] { width: 50%; }

.page article.type-page .entry-header h1 {
	margin-top: 0;
	margin-bottom: 15px;
}

.page .single-wrapper .entry-content { margin-bottom: 0 !important; }

/*
   ------------------------------------------------------
					Tags
   ------------------------------------------------------
*/
.entry-tags a,
.widget .tagcloud a[class|=tag-link],
.tagcloud a[class|=tag-link] {
	border: 1px solid #d9d9d9;
	color: #575d62;
	padding: 6px;
	font-size: 11px !important;
	position: relative;
	line-height: 11px;
	font-weight: 600;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;	
}

.widget .tagcloud a[class|=tag-link],
.tagcloud a[class|=tag-link] {
	margin-bottom: 10px;
}

.widget .tagcloud {
	margin-bottom: -10px;
	margin-right: -10px;
}

.entry-tags a:hover { color: #fff;  }
.entry-tags { margin-bottom: -10px; }

.widget .tagcloud:after,
.widget .tagcloud:before {
	content: " ";
	display: table;
	clear: both;
}



/*
   ------------------------------------------------------
					ABOUT AUTHOR (single post)
   ------------------------------------------------------
*/
#author-block {
	background: url(img/athr-pattern.png);
	border-top: 1px solid #e5e6e7;
	padding: 30px 45px 30px 45px;
	margin: 40px -45px 0 -45px;
}

.author-avatar {
	float: left;
	padding-right: 20px;
}

.author-avatar img {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.add-author-info { margin-bottom: 0; list-style-type: none; padding: 0; display: inline-block; }
.add-author-info li { float: left; text-align: center; }
.add-author-info a {
	display: block;
	font-size: 18px;
	margin-left: 10px;
}
.add-author-info .fa { color: #575d62; }
.add-author-info a:hover {  }

#author-block .author-description { }
#author-block .ct-athr-left { float: left; width: 60%; }
#author-block  .ct-athr-right { text-align: right; }
#author-block .author-site { display: block; }

#author-block .ct-athr-left p:last-of-type { margin-bottom: 0; }

#author-avatar {
	float: left;
	margin-right: 15px;
}

#author-avatar img {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}


/*
   ------------------------------------------------------
					INFINITE SCROLL
   ------------------------------------------------------
*/
#infscr-loading {
	position: absolute;
	left: 50%;
	bottom: 10px;
	display: block;
	text-align: center;
	padding: 6px 9px 6px 9px;
	background-color: #ff5a00;
	width: 20%;
	margin-left: -10%;
	font-weight: 600;
}

#infscr-loading img { display: none; }

#infscr-loading > div {
	color: #FFF;
}


/*
   ------------------------------------------------------
					Footer
   ------------------------------------------------------	
*/

.site-footer {

}
.site-info {
	background-color: #ff5a00;
	padding: 12px;
}

.footer-sidebar {
	background-color: #171717;
	padding: 40px 0;
}

.footer-sidebar h1.widget-title {
	background-color: transparent !important;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
.site-footer a {
	padding: 0 5px;
	display: inline-block;
	}

/* 
   ------------------------------------------------------
					Widgets
   ------------------------------------------------------
*/
.widget-area .widget,
.single-bottom-sidebar .widget {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 3px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 3px 1px 0px rgba(0, 0, 0, 0.1);
}

.widget-area .widget:last-child { margin-bottom: 0; }
.masonry-box.widget-area .widget { margin-bottom: 30px; }
.masonry-box.widget-area .widget:last-child { margin-bottom: 30px; }

.widget-area .widget ul { padding-left: 16px; margin-bottom: 0; }

.widget-title {
	font-family: Oswald, "Open Sans",Helvetica,Arial,sans-serif;
	color: #FFF;	
	text-align: left;
	padding: 5px 20px 5px 20px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.4px;
	background-color: #ff5a00;
	margin: -20px -20px 20px -20px;
}

.footer-sidebar .widget .entry-content {
	color: #8d8d8d;
}

.footer-sidebar h2.entry-title a:after {
	content: "\f101";
	padding-left: 5px;
	display: inline-block;
	font-family: FontAwesome;
	color: #ff5a00;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 11px;
	font-style: italic;
	font-weight: 600;
	color: #575d62;
	line-height: 18px;
}

.widget_recent_entries li {
	margin-bottom: 10px;
}

.widget_recent_entries li:last-child {
	margin-bottom: 0;
}


/* 
   ------------------------------------------------------
						Flickr Widget
   ------------------------------------------------------
*/
.ct-flickr-widget img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.col-md-3 .ct-flickr-widget img {
	display: block;
	max-width: 75px;
	max-height: 75px;
}


/* 
   ------------------------------------------------------
						Instagram Widget
   ------------------------------------------------------
*/

.ct-instagram-widget li img { display: block; width: 75px; height: 75px; }


/* 
   ------------------------------------------------------
						Related Posts Widget
   ------------------------------------------------------
*/
.ct-related-thumbs-widget img { }

.ct-related-thumbs-widget ul,
.ct-flickr-widget ul,
.ct-instagram-widget ul { list-style-type: none; margin-right: -10px; margin-bottom: -5px !important; padding: 0 !important;  }

.ct-related-thumbs-widget li,
.ct-instagram-widget ul li,
.ct-flickr-widget ul li { float: left; margin-bottom: 5px; margin-right: 5px; }


/* 
   ------------------------------------------------------
					Search Widget
   ------------------------------------------------------
*/
.screen-reader-text,
.assistive-text {
	position: absolute; top:0; left:-9999px
}


/* 
   ------------------------------------------------------
					Calendar Widget
   ------------------------------------------------------
*/
#wp-calendar thead tr th:first-child { border-left: 1px solid #eaecec; }
#wp-calendar thead tr th { text-align: center; border-right: 1px solid #eaecec; }
#wp-calendar { width: 100%; }
#wp-calendar > caption { font-weight: bold;	/*padding: 5px;*/ margin-bottom: 10px; }
#wp-calendar > caption:after { clear: both }
#wp-calendar td { text-align: center; color: #777; }
#wp-calendar td#today, #wp-calendar td#today a { background-color: #ff5a00; color: #FFF; font-weight: bold; }
#wp-calendar td#prev, #wp-calendar td#next, #wp-calendar td#prev a, #wp-calendar td#next a {
	text-transform: uppercase;
	background: none !important;
	color: #333;
}


/* 
   ------------------------------------------------------
					Twitter Widget
   ------------------------------------------------------
*/

.ct-twitter-widget.widget ul { list-style-type: none; margin: 0; padding: 0; }
.ct-twitter-widget .twitter-logo { float: left; }
.ct-twitter-widget .twitter-logo i { color: #00aced; }
.ct-twitter-widget .twitter-logo i,
.ct-twitter-widget .twitter-logo img {
	border: 1px solid #00aced;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 10px;
}
.ct-twitter-widget .twitter-logo img { border: none; }
.ct-twitter-widget .twitter-logo a:hover { text-decoration: none; }
.ct-twitter-widget .tweet-content { }
.ct-twitter-widget .tweet-time { display: block;  }
.ct-twitter-widget li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }


/* 
   ------------------------------------------------------
						Lapcom Partner Link  Widget
   ------------------------------------------------------
*/
.partner-links-widget, .adspace {
	padding: 20px 20px 10px;
	position: relative
}
.partner-links-widget .pic {
	float: left;
	width: 90px;
	margin-right: 12px;
}
.partner-links-widget .link {
	line-height: 1.2;
	padding-top: 5px;
}
.partner-links-widget  a:hover {
	text-decoration: none;
}
.partner-links-widget  a.name {
	color: #4a4a4a;
}
.partner-links-widget  a.name strong{
	color: #c70305;
	line-height: 1.3;
	}
.partner-links-widget  .goAdverticum  > div {
	display: block;
	width:100%;
	margin-bottom: 10px;
	min-height: 95px;
}
.partner-links-widget  .goAdverticum  > div:after {
	content: '';
	display: block;
	height: 0;
	width:100%;
}
.partner-links-widget  .goAdverticum  > div:hover {
	background: #f8f8f8;
}
.partner-links-widget:after, .adspace:after{
	font-size: 10px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	color: #bababa;
}

.roadblock-banner {
	margin: 20px auto;
}
.roadblock-banner:after {
	bottom: -15px;
}

/* 
   ------------------------------------------------------
						Blog Pagination Show More
   ------------------------------------------------------
*/
#pbd-alp-load-posts {
	text-align: center;
	margin-top: 40px;
	color: #FFF;
}

.pbd-alp-button,
.pbd-no-posts {
	display: inline-block;
	padding: 6px 9px 6px 9px;
	background-color: #ff5a00;
	width: 25%;
}

#pbd-alp-load-posts a,
.pbd-no-posts {
	color: #FFF;
	letter-spacing: 1px; 
	font-family: Oswald;
	text-transform: uppercase;
	font-weight: normal;
}

#pbd-alp-load-posts a:hover {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px dashed #FFF;
}

.pbd-alp-button { position: relative; border: none; outline: none; cursor: default; }

.pbd-alp-button i {
	position: absolute;
	right: 12px;
	top: 12px;
}


/* 
   ------------------------------------------------------
				Social Icons Header
   ------------------------------------------------------
*/
.si-block {
	text-align: right;
}

.si-block i {
	color: #FFF;
	font-size: 18px;
	vertical-align: text-top;
}

.si-block a {
	margin-left: 12px;
}


/* 
   ------------------------------------------------------
				Social Icons Widget
   ------------------------------------------------------
*/
.social-icons-list, .social-icons-list li { list-style-type: none; list-style-position: inside; margin-bottom: 0; } 
.social-icons-list li { 
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 20px;
}
.social-icons-list li a {
	color: #FFF;
	border: 1px solid #FFF;
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;	
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.social-icons-list a:hover { color: #D1134E !important; }

.ct-social-icons-widget { text-align: center; }
.ct-social-icons-widget.widget ul { padding: 0; }

.social-icons-list {
	display: inline-block;
	padding: 0 11px;
	margin-bottom: -12px;
}

.social-icons-list li:last-child { margin-right: 0; }


/* 
   ------------------------------------------------------
				Comments Widget
   ------------------------------------------------------
*/

 .ct-comments-widget li img { 
 	float: left; 
 	margin-right: 15px;
 	margin-bottom: 13px; 
 	display: block;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
 }

.ct-comments-widget.widget ul { padding: 0; margin: 0; }

.ct-comments-widget li {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

#footer .ct-comments-widget li {
	border-bottom: 1px solid #dcdcdc;
	border-bottom: 1px solid rgba(220, 220, 220, 0.19);	
}

.ct-comments-widget li:last-child {
	margin-bottom: 0;
	border-bottom: none !important;
	padding-bottom: 0;
}
.ct-comments-widget .author-name {
	margin: 0;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	display: block;
}

.ct-comments-widget .entry-date { line-height: 20px; }

.ct-popularpost-widget .entry-content,
.ct-small-slider-widget .entry-content {
	margin-top: 10px;
}

.ct-popularpost-widget.widget ul { padding: 0; list-style-type: none; }

.ct-popularpost-widget .entry-date {
	line-height: 20px;
	display: block;
}

.ct-comments-widget .entry-content { margin-top: 10px; }



/* 
   ------------------------------------------------------
				Popular & Recent Posts Widget
   ------------------------------------------------------
*/

/*.popular-posts-widget,
.recent-posts-widget,
.recent-comments-widget {  list-style:none; margin-left:0; margin-bottom: 0; }*/

.popular-posts-widget h2,
.recent-posts-widget h2,
.recent-comments-widget h2,
.ct-small-slider-widget h2,
.widget  .entry-title {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}
.widget  .entry-content {
	line-height: 1.1;
	}
.popular-posts-widget li,
.recent-posts-widget li,
.recent-comments-widget li { 
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

#footer .popular-posts-widget li,
#footer .recent-posts-widget li,
#footer .recent-comments-widget li { 
	border-bottom: 1px solid #dcdcdc;
	border-bottom: 1px solid rgba(220, 220, 220, 0.19);
}


.recent-comments-widget li:last-child,
.recent-posts-widget li:last-child,
.popular-posts-widget li:last-child  {
	margin-bottom: 0;
	border-bottom: none !important;
	padding-bottom: 0;
}

.meta [class^="fa-"],
.meta [class*=" fa-"] { font-size: 11px; }

.meta { color: #929292; font-size: 11px; line-height: 22px; }
.meta [class^="meta-"] { margin-left: 17px; display: inline-block; }
.meta span:first-child { margin-left: 0; }
 
.meta .post-like a,
.meta .meta-category a,
.meta .meta-author a,
.meta .meta-comments a { color: #929292; }

.meta .meta-category a:hover,
.meta .meta-author a:hover,
.meta .meta-comments a:hover { color: #c2374c; }

.meta .icon-eye-open { font-size: 15.5px; }

.popular-posts-widget li [class^="fa-"],
.popular-posts-widget li [class*=" fa-"],
.recent-posts-widget li [class^="fa-"],
.recent-posts-widget li [class*=" fa-"] { width: auto; padding-right: 1px; }

.widget-post-small-thumb a:hover { border: 0; }

.widget-post-small-thumb { position:relative; float: left; }
.widget-post-small-thumb img { 
	margin-right: 15px; 
	margin-bottom: 5px; 
}


/* 
   ------------------------------------------------------
							Tanacsado widget
   ------------------------------------------------------
*/
.tanacsado-widget ul {
	list-style: none;
	list-style-position: outside;
	margin:0;
	padding:0 !important;
	}
.tanacsado-widget .entry-title a:before{
	display: inline-block;
	padding-right: 5px;
	font-family:'FontAwesome';
	content:"\f075 ";
	}
/* 
   ------------------------------------------------------
							ONLY FOR MOZILLA
   ------------------------------------------------------
*/
@-moz-document url-prefix() { 

}


/* 
   ------------------------------------------------------
					TO TOP
   ------------------------------------------------------
*/
.ct-totop {
	width:40px;
    height:40px;
    position:fixed;
	right: 10px;
	bottom: 10px;
    display:none;
    background-color: #303030;
    background-color: rgba(48, 48, 48, 0.85);
	color: #FFF;    
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: 20;
}

.ct-totop i { line-height: 40px; }

a.ct-totop {
	-webkit-transition: inherit;
	   -moz-transition: inherit;
		 -o-transition: inherit;
		   -transition: inherit;
}


/*
   ------------------------------------------------------
						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;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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;
	max-width:100%;
	height:auto;
}
.entry-content img {
	max-width:100%;
	height:auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 15px;
    line-height: 1.3;
    margin: 5px 0 0 0;
    padding: 5px 4px 5px;
	font-style: italic;
}

.gallery-caption {}
.bypostauthor {}

/* 
   ------------------------------------------------------
							PrettyPhoto
   ------------------------------------------------------
*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(img/prettyphoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(img/prettyphoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(img/prettyphoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(img/prettyphoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(img/prettyphoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(img/prettyphoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(img/prettyphoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(img/prettyphoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(img/prettyphoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(img/prettyphoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(img/prettyphoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(img/prettyphoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(img/prettyphoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(img/prettyphoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(img/prettyphoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(img/prettyphoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(img/prettyphoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(img/prettyphoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(img/prettyphoto/default/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: #1E2126;}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(img/prettyphoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(img/prettyphoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(img/prettyphoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(img/prettyphoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(img/prettyphoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(img/prettyphoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(img/prettyphoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(img/prettyphoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(img/prettyphoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(img/prettyphoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(img/prettyphoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(img/prettyphoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(img/prettyphoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(img/prettyphoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(img/prettyphoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(img/prettyphoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}

div.light_square .pp_close{ width:75px;height:22px;background:url(img/prettyphoto/light_square/sprite.png ) -1px -1px no-repeat; cursor:pointer }
div.light_square .pp_close {
	width: 75px;
	height: 22px;
}
a.pp_close {
	color: #333;
}
div.light_square .pp_nav .pp_play{background:url(img/prettyphoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(img/prettyphoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(img/prettyphoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(img/prettyphoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(img/prettyphoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(img/prettyphoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{ display:none;margin:0}
.pp_social {
	float: left;
	margin: 2px 0 0;
}
.pp_social .facebook{float:left;margin-left:5px;width:100px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{
	float: left;
    font-weight: bold;
    line-height: 18px;
    margin: 0 10px;
    padding: 0;
    white-space: nowrap;
}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(img/prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}

.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(img/prettyphoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(img/prettyphoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}


a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}

.pp_description { 
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

/* 
   ------------------------------------------------------
						FlexSlider
   ------------------------------------------------------
*/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height: auto; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/* FlexSlider styles added by ZERGE */

.flex-direction-nav a:before  { font-family: FontAwesome; content: '\f053'; font-size: 14px; line-height: 40px; width: 40px; height: 40px; }
.flex-direction-nav a.flex-next:before { content: '\f054'; }
.flexslider:hover .flex-next { right: 0; }
.flexslider:hover .flex-prev { left: 0; }
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev { text-align: center; }
.flex-direction-nav a {
	line-height: 40px;
	height: 40px;
	width: 40px;
	top: 50%;
	margin-top: -20px;
	background-color: #303030;
	background-color: rgba(48, 48, 48, 0.85);
	color: #FFF;
	text-shadow: none;
}

.ct-carousel-widget .flex-direction-nav a { top: 50%; margin-top: -20px; }

.flex-direction-nav .flex-prev { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.flex-direction-nav .flex-next { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }

.ct-small-slider-widget .flexslider:hover .flex-prev,
.format-gallery .flexslider .flex-prev { left: 0; }

.ct-small-slider-widget .flexslider:hover .flex-next,
.format-gallery .flexslider .flex-next { right: 0; }

.ct-small-slider-widget .flex-direction-nav a { top: 35%; }
.ct-small-slider-widget.widget ul { padding: 0; }

.flexslider { overflow: hidden; }

.ct-small-slider-widget .entry-thumb {
	margin-bottom: 10px;
}




/* Carousel */
.ct-carousel-widget .slides > li { margin-right: 30px; background-color: #FFF; }
.ct-carousel-widget .slides > li img { max-width: 170px; }

.ct-carousel-widget .carousel-thumb { overflow:hidden; }
.ct-slider-widget .carousel-thumb { position: relative; }

.ct-carousel-widget .carousel-thumb { float: left; margin-right: 15px; position: relative; }

.ct-carousel-widget .entry-meta {
	font-size: 11px;
	font-size: 11px;
	font-weight: 600;
	font-style: italic;	
	margin-top: 3px;
}
.ct-carousel-widget .entry-meta i { font-size: 14px; margin-right: 5px; }
.ct-carousel-widget .entry-meta a { color: #A7A7A7; }
.ct-carousel-widget h2.entry-title {
	padding-top: 11px;
	padding-right: 15px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
}
.ct-carousel-widget h2.entry-title i { margin-left: 3px; }

.ct-one-related-posts li { max-width: 33.33%; }

.slider-preloader { text-align: center; }

.ct-video, .ct-audio { 
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
     border-radius: 35px;
     -moz-border-radius: 35px;
     -webkit-border-radius: 35px;
	background: #303030;
	background: rgba(48, 48, 48, 0.7);
	text-align: center;
	font-size: 16px;
	margin-top: -18px;
	margin-left: -18px;
}

.ct-video a, .ct-audio a { color: #FFF; display: block; width: 100%; height: 100%; }
.ct-video i, .ct-audio i { line-height: 35px; font-size: 12px; }

.entry-thumb .ct-video,
.entry-thumb .ct-audio{ 
	display: none;
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	-moz-transition: -moz-transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s;	
}

.opacity-zero {
	opacity: 0;
}


.wpcf7-form { margin-top: 30px; }

.wpcf7-form > p { font-weight: 700; font-size: 11px; text-transform: uppercase; }

.wpcf7-form-control-wrap textarea { width: 100%; font-weight: normal; }
.taxonomy-description p { margin-bottom: 0; }
.nav-single-hidden { display: none; }
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url] {
	height: 30px;
    padding: 1px 5px;
	font-weight: 400;
	margin-top: 5px;
	width: 50%;
	font-size: 13px;
}

.wpcf7-form p:last-of-type { margin-bottom: 0; }

.single div.ppt {
	color: #363636;
	position: absolute;
	top: 50px;
	background-color: #FFF;
	display: inline-block !important;
	width: auto !important;
	padding: 10px;
}

.ct-google-ads {
margin-bottom: 20px;
margin-top: 20px;
overflow: hidden;
text-align: center;
}

.ct-google-ads-widget {
overflow: hidden;
text-align: center;
}


/*-----Banner Ads---------*/

#zone1627683, #secondary .fb-like-box {
	margin-bottom: 12px;
	}
	
/*----- Tanacsado ---------*/	
.tanacsado-box {
	padding: 0 0 20px 50px;
	color: #6b6b6b;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
	}	
#tanacsado-kerdes  .fa-comment, #tanacsado-valasz  .fa-user {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	}
#tanacsado-valasz {
	margin-bottom: 0;
	border-bottom: 0;
	color: #4a4a4a;
	}	
#tanacsado-valasz  .fa-user {
	color: #c70305;
	}	

#tanacsado-tema {
	margin: 0 0 30px 50px;
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
	}	
.tanacsadok-archive {
	font-family: Oswald;
	display: block; 
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-transform: uppercase;
	word-spacing: 1px;
	background-color: #fff;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 10px  20px;
	}
.tanacsadok-archive * {
	font-size: 18px;
	display: inline-block;
	margin:0;
	padding:0;
	color: #c70305;
	}	
#tanacsado-kerdezzen {
	display: block; 
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	color: #c70305;
	text-align: left;
	width: 100%;
	letter-spacing: 0.5px;
  border-top: 1px solid #e5e6e7;
  margin: 10px -45px -30px;
  padding: 20px;
	}

#csok-form {
	margin-bottom: 20px;
	border-top: 1px solid #dc0103;
	border-bottom: 1px solid #dc0103;
}
#csok-form > h4 {
	color: #dc0103;
	margin-left: 20px;
}

.ingatlan-tanacsado h1{
  	font-family: Oswald;
	font-size: 16px;
  	font-style: normal;
  	font-weight: 400;
  	letter-spacing: 0.5px;
  	line-height: 24px;
  	text-transform: uppercase;
  	word-spacing: 1px;
}


.kerdezzen{
	font-size:24px;
}

.kerdezzen-end {
	margin-left:10px;
}

label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  max-width: 100%;
  text-transform: none;
  width:100%;
  font-size: 13px;
}

.halfwidth1{
  margin-left: 0;
  margin-right: 2%;
}

.halfwidth2, .halfwidth3{
  margin-left: 2%;
  margin-right: 0;
}

.halfwidth1,.halfwidth2, .halfwidth3
{
    width: 48%;
    float:left;
}

.halfwidth3 {
   margin-top: 16px;
   margin-bottom: 16px;
  font-size: 13px;
}

#fullwidth{
  width:100%;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"] {
  width: 100%;
}

.fullwidth{
  width:100%;
}

.kotelezo{
  color: #C70305;
font-weight: bold;
}

select {
  font-size: 13px;
  font-weight: 400;
  height: 30px;
  margin-top: 5px;
  padding: 1px 5px;
  width: 100%;
}

#aszf{
  float: left;
}

input[type="checkbox"] {
  line-height: normal;
  margin: 6px 5px 0;
}

h1 a:visited{
  color:#A00308;
  text-decoration: none;
}

h1 a:hover{
  text-decoration: none;
}

.adatlap-content h2{
  color: #313233;
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 46px;
  word-spacing: 5px;

}
#ugyved-adatlap {
  padding:0;
}

#ugyved-adatlap h1.widget-title {
  margin: 0;
}

.ugyved {
  padding: 10px 20px 5px;
}

.ugyved h2 {
  color: #6b6b6b;
  font-size: 17px;
  letter-spacing: -0.3px;
  line-height: 30px;
  margin: 0 0 10px;
}

.ugyved p {
  color: #424242;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.archive #blog-entry .masonry-box, .search-results #blog-entry .masonry-box {
    width: 48% !important;
}