/*
|--------------------------------------------------------------------------
| 5.0-content.css
|--------------------------------------------------------------------------
|
| Main content styles
|
| Included: Blog, Single Blog and Page styles
|
*/

/* Blog/Page common styles
-------------------------------------------------- */
.responsive-header-logo + .site-content {
	padding-top: 142px;
}

.site-main {
	margin-bottom: 90px;
}

/* entry header */
.entry-header {
	text-align: center;
}

/* entry content */
.entry-content a:hover {
	text-decoration: underline;
}

#wrap .more-link:hover,
#wrap .meta-social a:hover {
	text-decoration: none;
}

.entry-content ul,
.entry-content ol {
	padding-left: 40px;
	margin-bottom: 20px;
}

.entry-content ul {
	list-style: circle;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content ul li,
.entry-content ol li {
	line-height: 2;
}

.entry-content blockquote {
	font-size: 16px;
	font-weight: 400;
	background-color: #F7F7F7;
	padding: 27px 40px;
	margin: 40px 0;
}

.entry-content blockquote p {
	color: #888;
}

/* wordpress page break */
.page-links {
	clear: both;
	margin: 32px auto 38px;
	text-align: center;
}

.page-links > .page-links-title {
	color: #727272;
	width: auto;
	height: auto;
	padding-right: 8px;
	border: 0;
	margin: 0;
}

.page-links a,
.page-links > span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #EBEBEB;
	margin-right: 4px;
}

.page-links a {
	background-color: #333;
	border-color: #333;
	color: #fff;
}


.page-links a:hover {
	background-color: #6F6F6F;
	border-color: transparent;
	text-decoration: none;
}

/* date permalink */
#wrap span.date a {
	color: inherit;
	font-size: inherit;
	margin: inherit;
	line-height: inherit;
	padding: inherit;
	text-transform: inherit;
	text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| 1.0 - Blog Layouts
|--------------------------------------------------------------------------
*/

/* Standard Layout
-------------------------------------------------- */
/* category */
.post .cat a {
	display: inline-block;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	border-radius: 3px;
	padding: 2px 6px 3px;
	margin-bottom: 26px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post .cat a:hover {
	background-color: #000;
	color: #fff;
}

/* title */
.post .entry-title {
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 12px;
}

.template2 .post .entry-title {
	font-size: 28px;
}

.template2 .post .entry-title a {
	letter-spacing: -1.4px;
}

.post .entry-title a {
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.template2 .post .entry-title a {
	letter-spacing: -1px;
}

.post .entry-title a:hover {
	color: #CBAA5C;
}

.template2 .post .entry-title a:hover {
	color: #0CB4CE;
}

/* date */
.post .date-wrap {
	color: #999;
}

.post .date-wrap .calendar-icon {
	font-size: 14px;
	margin-right: 5px;
}

/* thumbnail */
.post-thumbnail {
	margin: 30px 0;
	position: relative;
}

.post-thumbnail a {
	display: block;
}

.post-thumbnail img {
	width: 100%;
}


.format-audio .post-thumbnail iframe {
	width: 100%;
	height: 171px;
}

.zilla-likes {
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
	background: none;
	background-color: #C91717;
	padding-left: 15px !important;
	padding-right: 15px;
	border-radius: 2px;
	margin-bottom: 0;
}

.post-thumbnail .zilla-likes {
	position: absolute;
	top: 23px;
	left: 23px;
	color: #fff;
	z-index: 2;
}


.zilla-likes:before {
	font-family: Linearicons-Free;
	content: "\e813";
	font-size: 12px;
	font-weight: 600;
	padding-right: 13px;
}

.zilla-likes:hover, .zilla-likes.active {
	background: none;
	background-color: #C91717;
	padding-left: 15px !important;
	padding-right: 15px;
	margin: 0 !important;
}

.zilla-likes:hover:before, .zilla-likes.active:before {
	color: #FFB6B0;
}

.post-thumbnail .zilla-likes-count,
.entry-content .zilla-likes-count {
	display: inline-block;
	position: relative;
	bottom: 1px;
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
	border-left: 1px solid;
	padding-left: 14px;
	margin-left: 14px;
}

/* more link */
.more-link {
	display: block;
	width: 188px;
	font-size: 11px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	padding: 17px 8px;
	border: 1px solid #CBAA5C;
	margin: 32px auto 38px;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.template1 .more-link {
	letter-spacing: 0.3px;
	border-radius: 2px;
}

.template2 .more-link {
	border-color: #0CB4CE;
}

.more-link:hover {
	background-color: #CBAA5C;
	color: #fff;
}

.template2 .more-link:hover {
	background-color: #0CB4CE;
}

/* meta */
.entry-meta {
	overflow: hidden;
	border-bottom: 2px solid #DFDFDF;
	margin-bottom: 60px;
	margin-top: 38px;
}

/* meta-reply */
.meta-reply,
.meta-social {
	padding-bottom: 16px;
}

.meta-reply a {
	color: #000;
	font-style: italic;
}

/* meta-social */
.meta-social span {
	color: #999;
	font-weight: 400;
	font-style: italic;
	margin-right: 15px;
}

.meta-social a {
	color: #040404;
	padding: 0 6px;
}

.meta-social a:hover {
	color: #CBAA5C;
}

.template2 .meta-social a:hover {
	color: #0CB4CE;
}

/* List Layout
-------------------------------------------------- */
.post-list {
	margin-bottom: 70px;
}

.post-list .post-thumbnail {
	margin: 0;
}

.post-list .entry-header {
	text-align: left;
}

.post.post-list .cat a {
	margin-top: 5px;
	margin-bottom: 16px;
}

.post-list .entry-title {
	font-size: 24px;
}

.template2 .post-list .entry-title {
	font-size: 22px;
}


/* Grid Layout
-------------------------------------------------- */
.post-grid {
	margin-bottom: 50px;
}

.post-grid:nth-child(odd) {
	clear: left;
}

.post-grid .post-thumbnail {
	margin: 0 0 22px;
}

.post-grid .entry-title {
	font-size: 24px;
}

.template2 .post-grid .entry-title {
	font-size: 22px;
}

.post .cat a {
	margin-bottom: 20px;
	font-weight: 400;
}

.post-grid p {
	margin-bottom: 10px;
	line-height: 1.78;
}

/* Real Layout
-------------------------------------------------- */
.post-real-wrap:not(.no-featured-sec) {
	border-top: 1px solid #D2D6D5;
	padding-top: 100px;
	margin-top: 40px;
}

.first-post-real {
	border: 1px solid #D2D6D5;
	padding: 25px;
	margin-bottom: 100px;
}

.template1 .first-post-real {
	margin-top: 60px;
}

.archive .first-post-real {
	background-color: #f3f3f3;
}

.first-post-real .post-thumbnail,
.first-post-real .content-wrap {
	position: relative;
	float: left;
	margin: 0;
}

.first-post-real .post-thumbnail {
	width: 51%;
}

.first-post-real .content-wrap:not(.no-post-thumbnail) {
	width: 49%;
	padding-left: 25px;
}

.first-post-real .post-thumbnail a {
	position: relative;
}

.first-post-real .post-thumbnail a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.16);
}

.first-post-real .entry-header {
	text-align: left;
}

.first-post-real .entry-header span {
	display: block;
	font-size: 15px;
	padding-bottom: 19px;
}

.first-post-real .entry-content p {
	font-size: 15px;
}

.first-post-real .date {
	font-size: 15px;
}

.wrap .first-post-real .entry-title {
	font-size: 24px;
}

.first-post-real .entry-title a {
	color: #313131;
	letter-spacing: -0.7px;
}

.first-post-real .entry-title a:hover {
	color: #0CB4CE;
}

.template1 .first-post-real .entry-title a:hover {
	color: #CBAA5C;
}

.first-post-real .author a {
	font-weight: 700;
	color: #313131;
	text-transform: capitalize;
}

.first-post-real .cat a {
	font-size: 13px;
	background-color: #D4D5D6;
	border: 0;
	border-radius: 2px;
	margin-bottom: 12px;
}

.first-post-real .cat a:hover {
	background-color: #444;
}

.first-post-real .meta-reply {
	float: none;
	position: relative;
	text-align: left;
	border-bottom: 2px solid #CFD4D6;
	padding-bottom: 9px;
	margin-bottom: 10px;
}

.first-post-real .meta-reply:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 88px;
	height: 2px;
	background-color: #0CB4CE;
}

.first-post-real .meta-reply a {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	text-transform: capitalize;
	color: #313131;
}

.first-post-real .entry-footer {
	margin-top: 49px;
}

.first-post-real .zilla-likes {
	background-color: transparent;
	padding: 0;
	color: #B4BAB9;
	font-size: 16px;
	font-weight: 400;
	padding-left: 0 !important;
	padding-right: 26px;
}

.first-post-real .zilla-likes:hover,
.first-post-real .zilla-likes.active {
	color: #444;
	background-color: transparent;
	transition: .3s all ease-in-out;
}

.first-post-real .zilla-likes.active {
	color: #EE4F5B;
}

.first-post-real .zilla-likes:before {
	display: none;
}

.first-post-real .zilla-likes:after {
	font-family: 'FontAwesome';
	content: "\f004";
	font-size: 16px;
	font-weight: 600;
}

.first-post-real .share-button {
	display: inline-block;
	font-size: 15px;
	letter-spacing: -0.1px;
	color: #B4BAB9;
	min-height: 31px;
}

.first-post-real .share-button:hover {
	color: #444;
	transition: .3s all ease-in-out;
}

.first-post-real .share-button i {
	font-size: 17px;
	padding-right: 6px;
}

.first-post-real .socials {
	display: block;
	padding: 8px 13px 9px;
	border: 2px solid #A6B3BA;
	border-radius: 4px;
	margin-left: 58px;
	max-width: 325px;
}

.first-post-real .socials.no-like-button {
	margin-left: 0;
}

.first-post-real .socials span {
	color: #444;
	padding-right: 12px;
}

.first-post-real .socials i {
	color: #B4BAB9;
	transition: .3s all ease-in-out;
}

.first-post-real .socials i:hover {
	color: #444;
}

.post-real {
	position: relative;
	float: left;
	width: 33.33333333%;
	padding: 0 8px;
	margin: 0;
	margin-bottom: 24px;
}

.post-real:nth-of-type(3n-1) {
	padding-left: 0;
	padding-right: 16px;
	clear: left;
}

.post-real:nth-of-type(3n+1) {
	padding-right: 0;
	padding-left: 16px;
}

.post-real .content-wrap {
	padding: 15px;
	border: 1px solid #D2D6D5;
}

.post-real.format-video .post-thumbnail a,
.post-real.format-audio .post-thumbnail a,
.first-post-real.format-video .post-thumbnail a,
.first-post-real.format-audio .post-thumbnail a {
	position: relative;
}

.post-real.format-video .post-thumbnail a:after,
.post-real.format-audio .post-thumbnail a:after,
.first-post-real.format-video .post-thumbnail a:before,
.first-post-real.format-audio .post-thumbnail a:before {
	font-family: FontAwesome;
	content: "\f01d";
	color: #FFF;
	font-size: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
}

.post-real.format-audio .post-thumbnail a:after,
.first-post-real.format-audio .post-thumbnail a:before {
	content: "\f001";
}

.archive .post-real .content-wrap {
	background-color: #f3f3f3;
}

.post-real .post-thumbnail {
	margin-top: 0;
}

.post-real .entry-header {
	text-align: left;
	margin-bottom: 25px;
}

.wrap .post-real .entry-title {
	font-size: 17px;
	margin-bottom: 15px;
}

.post-real .entry-title a {
	color: #313131;
	letter-spacing: -0.7px
}

.post-real .entry-title a:hover {
	color: #0CB4CE;
}

.template1 .post-real .entry-title a:hover {
	color: #CBAA5C;
}

.post-real .entry-header span {
	font-size: 15px;
}

.post-real .entry-header span a {
	text-transform: capitalize;
	color: #0CB4CE;
}

.template1 .post-real .entry-header span a {
	color: #CBAA5C;
}

.post-real .entry-content p {
	margin-bottom: 0;
}


/*
|--------------------------------------------------------------------------
| 2.0 - Pagination
|--------------------------------------------------------------------------
*/
.pagination {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.pagination h2,
.pagination .page-numbers {
	display: inline-block;
	font-size: 12px;
	line-height: 17px;
	font-weight: 700;
	color: #000;
	padding: 8px 15px;
	border: 1px solid #EEE;
	border-radius: 3px;
	margin: 0;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
	background-color: #F1F1F1;
}

/* Template2 (Pagination)
-------------------------------------------------- */
.template2 .pagination {
	padding-left: 0;
	margin-top: 25px;
}

.template2 .pagination h2,
.template2 .pagination .page-numbers {
	border-color: #D2D4D5;
}

.template2 .pagination .page-numbers.current,
.template2 .pagination a.page-numbers:hover {
	background-color: #D5D7D7;
}


/*
|--------------------------------------------------------------------------
| 3.0 - Single Page
|--------------------------------------------------------------------------
*/
.single-post .entry-content {
	margin-top: 25px;
}

/* entry tags */
.entry-tags {
	margin: 50px 0 70px;
}

.entry-tags a {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #242424;
	padding: 3px 10px;
	border: 2px solid #242424;
	margin-right: 6px;
	margin-bottom: 6px;
	-webkit-transition: all .22s ease;
	transition: all .22s ease;
}

.entry-tags a:hover {
	color: #fff;
	background-color: #242424;
	text-decoration: none;
}

/* biography */
.author-info {
	margin: 45px 0 120px;
}

.single.template2 .author-info {
	margin: 80px 0;
}

.author-avatar {
	float: left;
	margin-right: 30px;
}

.author-avatar img {
	margin: 0;
}

.author-description {
	overflow: hidden;
	margin-top: 10px
}

.author-description h2 {
	font-family: 'Merriweather', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #292929;
	margin-bottom: 12px;
}

.author-description p {
	font-size: 13px;
	color: #666;
	margin-bottom: 0;
}

/* related posts */
.related-posts {
	margin-top: 60px;
	margin-bottom: 66px;
}

.related-posts .col-sm-6 {
	margin-bottom: 30px; 
}

.related-posts-title h3,
.related-posts h4 {
	font-family: 'Merriweather', sans-serif;
}

.related-posts-title {
	position: relative;
	margin-bottom: 15px;
}

.related-posts-title:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #C9C9C9;
}

.related-posts-title h3 {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	background-color: #fff;
	-ms-transform: translate( 0, -50% ); /* IE 9 */
	-webkit-transform: translate( 0, -50% ); /* Chrome, Safari, Opera */
	transform: translate( 0, -50% );
	padding-right: 20px;
	margin-bottom: 0;
}

.related-posts h4 {
	font-size: 17px;
	text-transform: capitalize;
	margin: 28px 0 10px;
}

.related-posts h4 a {
	color: #000;
}

/* comments */
.comments-area {
	margin-top: 66px;
}

/* comment-list */
.comment-list .comment {
	overflow: hidden;
	padding-bottom: 33px;
	border-bottom: 1px dotted #EAEAEA;
	margin-bottom: 35px;
}

.comment-list > .comment:last-child {
	border-bottom: 0;
}

.comment-list .children .comment {
	margin-left: 94px;
}

.comments-title {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 27px;
}

.comment-author-thumb {
	float: left;
	margin-right: 20px;
}

.comment-author-thumb img {
	margin: 0;
}

.comment-content {
	overflow: hidden;
}

.comment-content .reply,
.comment-content .edit-link {
	float: right;
	border: 2px solid #242424;
}

.comment-content .edit-link {
	margin-right: 8px;
}

.comment-content .reply a,
.comment-content .edit-link a {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #242424;
	padding: 4px 11px;
	-webkit-transition: .22s all ease-in-out;
	transition: .22s all ease-in-out;
}

.comment-content .reply a:hover,
.comment-content .edit-link a:hover {
	color: #FFF;
	background-color: #242424;
}

.comment-content b,
.comment-content b a {
	display: inline-block;
	font-size: 14px;
	text-transform: capitalize;
	color: #292929;
	margin-bottom: 3px;
}

.comment-content .comment-metadata a {
	font-size: 11px;
	font-style: italic;
	color: #9c9c9c;
}

.comment-content p {
	font-size: 13px;
	line-height: 22px;
	color: #777;
	margin-top: 13px;
	margin-bottom: 0;
}

/* comment_form */
.comment-respond {
	margin-top: 50px;
}

#reply-title {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 8px;
}

#reply-title small a {
	font-weight: 400;
	color: #fff;
	background-color: #242424;
	padding: 5px 11px;
	margin-left: 10px;
}

.logged-in-as a:first-child {
	text-transform: capitalize;
}

.logged-in-as a {
	font-style: italic;
	color: #999;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding-left: 10px;
	margin-bottom: 15px;
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	color: #777;
}

.comment-form input:-moz-placeholder,
.comment-form textarea:-moz-placeholder { /* Firefox 18- */
	color: #777;
}

.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #777;
}

.comment-form input:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
	color: #777;
}

.comment-form .form-submit {
	text-align: right;
}

.comment-form input[type="submit"] {
	width: auto;
	text-transform: uppercase;
	color: #000;
	background-color: #fff;
	padding: 10px 24px;
	border: 2px solid #000;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.comment-form input[type="submit"]:hover {
	color: #fff;
	background-color: #000;
}

/* Single Template2
-------------------------------------------------- */
.single.template2 .post .entry-title {
	position: relative;
	width: 68%;
	font-size: 57px;
	line-height: 1.13;
	color: #313131;
	letter-spacing: -2px;
	text-transform: initial;
	padding-bottom: 26px;
	margin: 0 auto 29px;
}

.single.template2 .post .entry-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 131px;
	height: 1px;
	background-color: #0CB4CE;
}

.single.template2 .post .entry-header .post-metadata,
.single.template2 .post .entry-header .post-metadata a {
	color: #0CB4CE;
	text-transform: capitalize;
	font-size: 14px;
}

.single.template2 .post .entry-header .post-metadata a {
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}

.single.template2 .post .entry-header .post-metadata a:hover {
	color: #313131;
}

.single.template2 .post .entry-header .post-metadata .cat a {
	border: 0;
	margin-bottom: 10px;
}

.single.template2 .post .entry-header .post-metadata .cat a:hover {
	background-color: transparent;
}

.single.template2 .post .entry-header .post-metadata .separate {
	color: #707E87;
	padding: 0 3px;
}

.single.template2 .post .entry-header .golbal-single-text {
	width: 38%;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.3px;
	margin: auto;
	margin-bottom: 47px;
}

.single.template2 .post-thumbnail {
	margin-bottom: 60px; 
}

.single.template2 .post-thumbnail img {
	width: 100%;
}

.single.template2 .post-thumbnail .share-button,
.single.template2 .post-thumbnail .socials {
	position: absolute;
	top: 60px;
	right: 23px;
	z-index: 2;
}

.single.template2 .post-thumbnail .zilla-likes,
.single.template2 .post-thumbnail .share-button {
	left: auto;
	right: 15px;
	display: inline-block;
	background-color: #585E5D;
	padding: 0 7px !important;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-radius: 3px;
	transition: .3s all ease-in-out;
}

.single.template2 .post-thumbnail .share-button {
	font-size: 19px;
	padding: 3px 8px 4px 7px !important;
}

.single.template2 .post-thumbnail .socials {
	display: none;
	top: 93px;
	right: 15px;
	width: 34px;
	background-color: #585E5D;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.single.template2 .post-thumbnail .socials a {
	display: block;
	padding: 11px 0;
	color: #fff;
	font-size: 16px;
	transition: 0.3s all ease;
}

.single.template2 .post-thumbnail .socials a:last-child {
	padding-bottom: 16px;
}

.single.template2 .post-thumbnail .socials a:hover {
	color: #0CB4CE;
}

.single.template2 .post-thumbnail .zilla-likes.active {
	color: #EE4F5B;
}

.single.template2 .post-thumbnail .zilla-likes:before,
.single.template2 .post-thumbnail .zilla-likes-count {
	display: none;
}

.single.template2 .post-thumbnail .zilla-likes:after {
	font-family: 'FontAwesome';
	content: "\f004";
	font-size: 20px;
	vertical-align: sub;
}

.single.template2 .entry-content {
	width: 82.46%;
	margin: auto;
	font-size: 16px;
}

.single.template2 .entry-content p {
	margin-bottom: 10px;
}

.single.template2 .entry-content h2 {
	font-size: 25px;
	letter-spacing: -0.7px;
	margin-bottom: 15px;
}

.template2 .entry-content blockquote {
	position: relative;
	background-color: #343434;
	font-size: 19px;
	font-weight: 400;
	padding: 45px 45px 45px 120px;
}

.template2 .entry-content blockquote p {
	color: #fff;
}

.template2 .entry-content blockquote:before {
	position: absolute;
	top: -9px;
	left: 71px;
	content: "\"";
	color: #0CB4CE;
	font-size: 80px;
	padding-right: 5px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.single.template2 .entry-tags a {
	font-weight: 400;
	text-transform: capitalize;
	color: #343434;
	border: 1px solid #343434;
	border-radius: 3px;
}

.single.template2 .entry-tags a:hover {
	color: #fff;
	background-color: #343434;
}

/* related posts */
.single.template2 .related-posts-title {
	margin-bottom: 30px;
}

.single.template2 .related-posts-title h3 {
	position: relative;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-transform: capitalize;
	letter-spacing: 0;
	color: #313131;
	background-color: transparent;
	border-bottom: 2px solid #CFD4D6;
	padding-bottom: 8px;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.single.template2 .related-posts-title:before {
	position: absolute;
	bottom: 0;
	width: 100px;
	height: 2px;
	background-color: #0CB4CE;
	z-index: 2;
}

.single.template2 .related-posts.post-real {
	width: auto;
	float: none;
	padding: 0;
}

.single.template2 .related-posts.post-real .entry-title {
	width: auto;
	font-size: 17px;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.single.template2 .related-posts.post-real .entry-title:after {
	display: none;
}

.single.template2 .related-posts.post-real .entry-content {
	width: auto;
	font-size: 15px;
}

.single.template2 .related-posts.post-real .post-thumbnail,
.single.template2 .related-posts.post-real .entry-header {
	margin-bottom: 22px;
}

/* comments */
.single.template2 #reply-title {
	position: relative;
	text-transform: capitalize;
	border-width: 2px;
	padding-bottom: 15px;
}

.single.template2 #reply-title:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #0CB4CE;
	z-index: 2;
}

.single.template2 .comment-form input,
.single.template2 .comment-form textarea {
	border: 2px solid #CCD3D7;
	border-radius: 5px;
	background-color: #F4F4F4;
}

.single.template2 .comment-form input[type="submit"]:hover {
	background-color: #343434;
}

.single.template2 .bx-wrapper .bx-controls-direction a {
	font-size: 30px;
	opacity: 0.65;
	line-height: 38px;
	background-color: #0CB4CE;
	border: none;
	border-radius: 0;
}


/*
|--------------------------------------------------------------------------
| 3.0 - Archive and Search
|--------------------------------------------------------------------------
*/
.archive .page-header,
.search .page-header {
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 50px;
}

.archive .page-header span,
.search .page-header span {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	color: #737172;
	margin-bottom: 20px;
}

.archive .page-header h1,
.search .page-header h1 {
	font-size: 33px;
	text-transform: capitalize;
	color: #070707;
	margin-bottom: 33px;
}

/* Template2 (Archive and Search)
-------------------------------------------------- */
.template2.archive .page-header,
.template2.search .page-header {
	border-color: #D2D6D5;
}

.template2.archive .page-header span,
.template2.search .page-header span {
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.template2.archive .page-header h1,
.template2.search .page-header h1 {
	font-size: 25px;
}


/*
|--------------------------------------------------------------------------
| 4.0 - Page
|--------------------------------------------------------------------------
*/
.page .entry-header h1 {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.page .thumbnail-wrapper {
	position: relative;
}

.page.page-template-template-full-width .thumbnail-wrapper {
	margin-bottom: 106px;
}

.page .thumbnail-wrapper h1,
.page .thumbnail-wrapper p {
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Chrome, Safari, Opera */
	transform: translate(-50%, 0);
	width: 100%;
	text-align: center;
}

.page .thumbnail-wrapper h1 {
	bottom: 20%;
	font-size: 49px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}

.page .thumbnail-wrapper p {
	bottom: 15%;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}

.page .entry-content {
	margin-top: 40px;
}

/* contact page */
div.wpcf7 {
	margin-top: 70px;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	width: 100%;
	margin: 7px 0;
	border-color: #D8D8D8;
}

/* Start warning: don't merge below lins */
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
	color: #777;
}

.wpcf7 input:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder { /* Firefox 18- */
	color: #777;  
}

.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder { /* Firefox 19+ */
	color: #777;  
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {  
	color: #777;  
}
/* End warning */

span.wpcf7-not-valid-tip {
	display: block;
	font-size: 12px;
	color: #CBAA5C;
}

div.wpcf7-validation-errors {
	text-align: center;
}

.wpcf7 .cf7-send {
	position: relative;
	text-align: right;
}

.wpcf7 input[type="submit"] {
	width: auto;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	background-color: #fff;
	padding: 9px 32px;
	border: 2px solid #000;
	margin: 0;
	-webkit-transition: 0.33s all ease-in-out;
	transition: 0.33s all ease-in-out;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	right: 180px;
	top: 11px;
}

/* Template2 (Page)
-------------------------------------------------- */
.page.template2 .thumbnail-wrapper h1,
.page.template2 .thumbnail-wrapper p {
	position: static;
	-webkit-transform: translate(0);
	transform: translate(0);
	text-align: left;
}

.page.template2 .thumbnail-wrapper h1 {
	color: #0CB4CE;
	letter-spacing: -3px;
	font-weight: 300;
	font-size: 70px;
	line-height: 1.03;
	margin-bottom: 58px;
	width: 58%;
}

.page.template2 .thumbnail-wrapper p {
	width: 52%;
	font-size: 22px;
	color: #313131;
	font-family: 'Lora', serif;
	letter-spacing: -0.5px;
	text-transform: inherit;
	line-height: 1.85;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 114px;
}

.page.template2 .thumbnail-wrapper img {
	width: 100%;
}

/* contact page */
.page.template2 .contact-real-template {
	padding: 8% 22%;
	border: 1px solid #D3D7D6;
}

.page.template2 .contact-real-template p {
	font-family: 'Lora', serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: -1px;
	color: #313131;
}

.page.template2 .contact-real-template p span {
	color: #0CB4CE;
	font-style: normal;
	letter-spacing: 0;
}

.page.template2 .contact-real-template input,
.page.template2 .contact-real-template select,
.page.template2 .contact-real-template textarea {
	border: 1px solid #D6D6D6;
	background-color: #F4F4F4;
	padding: 12px;
}

.page.template2 .contact-real-template input[type="submit"] {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 2.3;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	background-color: #0CB4CE;
	border: none;
	border-radius: 3px;
}

.page.template2 .contact-real-template input[type="submit"]:hover {
	background-color: #313131;
}

.page.template2 div.wpcf7-validation-errors {
	max-width: 100%;
	padding: 10px;
	border-color: #0CB4CE;
}


/*
|--------------------------------------------------------------------------
| 5.0 - Module Elements
|--------------------------------------------------------------------------
*/
.title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.75px;
	color: #313131;
	margin-bottom: 27px;
}

.title span {
	font-weight: 300;
	text-transform: none;
	margin-left: 5px;
}