/* https://efektips.com/wp-content/themes/easyblog-child/style.css?ver=6.6.4 */
/* Import rule from: https://efektips.com/wp-content/themes/easyblog-child/../easyblog/style.css */
/*
Theme Name: Easyblog
Theme URI: http://themewing.com/wordpress/easyblog
Author: ThemeWing
Author URI: http://themewing.com/
Description: A Premium Wordress Blog Theme
Version: 1.7
License: GNU General Public License
License URI: licensing/README_License.txt
Tags: two-columns, three-columns, four-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
*/


/* Table of Content
********************************
#Reset & Basics
#Basic
#Typography
#Links
#Buttons
#Menu
#Main Content
#Core Wordpress
#Search
#Blog
#Widget
#Footer
#Resonsive
*/

/*Reset & Basics 
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}

ul, ol {
	padding: 0 20px;
	margin-bottom: 30px;
}

body {
	line-height: 1; 
}

blockquote {
	border: none;
	padding: 20px 30px;
	font-style: italic;
}

blockquote p {

}

blockquote p:before {
	content: "\f10d";
	font-family:FontAwesome;
	margin-right: 10px;
	font-size: 30px;
}

blockquote p:after {
	content: "\f10e";
	font-family:FontAwesome;
	margin-left: 10px;
	font-size: 30px;
}

table {
	border-collapse: collapse;
	border-spacing: 0; 
}

/*Basic
================================================== */

html {
	height: 100%;
}	

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #262626 url(/wp-content/themes/easyblog-child/../easyblog/images/bg.png)repeat;
	background-position: top center;
	background-attachment: fixed;
	word-wrap: break-word;
 }

/*box width*/
body.boxwidth {
	width: 1170px;
	margin: 30px auto 0;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}

body.boxwidth .site-navigation.sticky-header {
	width: auto;
}


/*Typography
================================================== */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-weight: inherit; 
}

h1 a:hover, h2 a:hover, 
h3 a:hover, h4 a:hover, 
h5 a:hover, h6 a:hover {
 text-decoration: none; 
}

h1,h2 { 
	margin-bottom: 20px; 
}

h3,h4,h5,h6 { 
	margin-bottom: 15px; 
}

p { 
	margin: 0 0 1.2em; 
}

em, i { 
	font-style: italic; 
}

b, strong { 
	font-weight: bold; 
}

big { 
	font-size: 110%; 
	line-height: 180%; 
}

dt { 
	font-weight:bold;
}

/*Links
================================================== */
a, a:visited, a:focus { 
	text-decoration: none; 
	outline: 0; 
}

a:hover { 
	text-decoration: none; 
}

p a, p a:visited { 
	line-height: inherit; 
}

/*Buttons
================================================== */

a.more-link {
	display: block;
	width: 225px;
	margin: 0 auto;
}

.readmore-blog {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 60px 0 20px;
	font-style: italic;
	display: inline-block;
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;
}

.pager li>a, .pager li>span,
.post-navigation ul.pager li>a, 
.post-navigation ul.pager li>span,
.wpcf7-form-control.wpcf7-submit,
.form-submit .btn.btn-primary,
.common-btn{
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	margin: 50px 0 15px;
	padding: 8px 20px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	border-color: #000;
	border-radius: 0;
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;
	background: transparent;
	border-radius: 50px;
}

.pager li>a, .pager li>span {
	margin-top: 0;
}

.wpcf7-form-control.wpcf7-submit {
	width: auto;
	margin-top: 30px;
	padding: 8px 40px;
}

.pager li>a:hover, .pager li>span:hover,
.post-navigation ul.pager li>a:hover,
.post-navigation ul.pager li>span:hover,
.wpcf7-form-control.wpcf7-submit:hover,
.form-submit .btn.btn-primary:hover,
.common-btn:hover{
	background: #000;
	color:#fff;
}

.readmore-blog i {
	margin-left: 15px;
}

/*404 page
================================================== */
.common-btns{
	margin-top: 20px;
}

/* input field */
.widget.widget_search .form-control:focus,
input:focus, textarea:focus, 
keygen:focus, select:focus,
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline-offset: -2px;
	outline: -webkit-focus-ring-color auto 0;
	border-width:1px;
	border-style: solid;
	box-shadow: none;
}


/*Menu
================================================== */

ul.main-menu li ul {
	z-index: 998;
}

ul.main-menu {
	float: none;
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

ul.main-menu > li {
	margin-right: 0;
	position: relative;
	float: none;
	display: inline-block;
}

ul.main-menu > li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

ul.main-menu > li:last-child {
	margin-right: 0;
}

ul.main-menu > li:hover > ul.sub-menu,
ul.main-menu > li:hover > ul li ul{
	background-color: #fff;
	box-shadow: 1px 0 0 rgba(47, 49, 53, 0.03), -1px 0 0 rgba(47, 49, 53, 0.03), 0 1px 0 rgba(47, 49, 53, 0.03);
}

ul.main-menu > li:hover > ul li ul{
	box-shadow: 0px -1px 0 rgba(47, 49, 53, 0.03), 1px 0 0 rgba(47, 49, 53, 0.03), -1px 0 0 rgba(47, 49, 53, 0.03), 0 1px 0 rgba(47, 49, 53, 0.03);
}

ul.main-menu > li:hover > ul {
	top: 0;
}
ul.main-menu li ul li ul {
	position: absolute;
	left: 200px;
	top:0;
}
ul.main-menu li > ul > li {
	float: none;
	margin: 0;
}
ul.main-menu li ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 993;
	width: 220px;
	border-left: 1px solid rgba(255,255,255,0.2);
	padding: 10px 20px 10px;
}

ul.main-menu li ul li a {
	height: inherit;
	float: inherit;
	text-align: left;
	display: block;
	margin: 0 !important;
	z-index: 993;
	border-bottom: none;
	color: #7B7B7B;	
	font-weight: 400;
	text-transform:uppercase;
}

ul.main-menu li ul li:last-child a {
	border-bottom: none;
}
ul.main-menu li ul li:last-child li a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul.main-menu li ul li {
	position: relative;
	float: none;
	list-style: none;
	border-bottom: none;
	margin-bottom: 5px;
}

/* Menu slide */
ul.main-menu li > ul{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.28s ease-in-out;
	-moz-transition: all 0.28s ease-in-out;
	-ms-transition: all 0.28s ease-in-out;
	-o-transition: all 0.28s ease-in-out;
	transition: all 0.28s ease-in-out;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
}

ul.main-menu li:hover > ul{
	top:75px;
	opacity: 1;
	visibility: visible;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

ul.main-menu li:hover > ul li >ul {
	top:0;
}

ul.main-menu>li>a {
	padding:22px 20px;
	color:#7B7B7B;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
}

.nav>li>a:hover, 
.nav>li>a:focus,
.nav>li.current-menu-item>a{
	background: none;
}

.nav>li>a:hover, 
.nav>li>a:focus,
ul.main-menu li ul li a:hover{
	color:#000;
}

ul.main-menu li ul li.current-menu-item a,
.nav>li.current-menu-item>a {
	font-weight: bold;
	color:#000;
}

ul.main-menu > li {
	position: relative;
}

ul.main-menu > li:first-child:after {
	display: none;
}

.navigation {
	margin-bottom: 2px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
}

/*Mobile Menu*/
.navbar-toggle {
	margin-right: 0;
	padding: 8px 10px;
	border-radius: 0;
	background: none;
}

.navbar-header .navbar-toggle .icon-bar{
	width: 36px;
	height: 5px;
	background-color: #000;
}

.site-navigation-inner {
	padding: 2px 0;
}

.navbar-header .navbar-toggle {
	float: none;
}

.navbar-collapse.in {

}

@media (max-width: 767px){

	ul.main-menu li ul li a{
		text-align: center;
	}

	ul.main-menu {
		text-align: left;
	}

	ul.main-menu li ul {
		left:180px;
	}

	ul.main-menu li:hover > ul {
		top:20px;
	}

	ul.main-menu > li:hover > ul.sub-menu{
		box-shadow: 0px -1px 0 rgba(47, 49, 53, 0.07), 1px 0 0 rgba(47, 49, 53, 0.07), -1px 0 0 rgba(47, 49, 53, 0.07), 0 1px 0 rgba(47, 49, 53, 0.07);
	}

	ul.main-menu li ul li ul {
		left: -20px;
	}
	ul.main-menu li ul li:hover ul {
		top:35px;
	}

	ul.main-menu > li {
		display: block;
	}

	ul.main-menu>li>a {
		padding: 15px 20px;	
	}
}

@media (max-width: 480px){
	ul.main-menu li ul {
		left: 80px;
	}
}

/*latest-carousel
================================================== */
.latest-carousel {
	background: #FFFFFF;
	margin: -2px 0 2px;
	padding: 0 0 20px;
}

.latest-carousel-items {
	position: relative;	
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.latest-carousel-items .latest-carousel-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;
}

.latest-carousel-items .latest-carousel-content:hover {
	background: rgba(0, 0, 0, 0.75);
}

.latest-carousel-items .latest-carousel-content span.latest-cats {
	display: inline-block;
	margin-top: 15%;
	line-height: 20px;
	padding: 0 7px 1px;
	border-radius: 2px;
	border-width: 2px;
	border-style: solid;
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;
}

.latest-carousel-items .latest-carousel-content span.latest-cats:hover {
	border: 2px solid #fff;
}

.latest-carousel-items .latest-carousel-content span.latest-cats a {
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}

.latest-carousel-items .latest-carousel-content h3 {
	font-size: 20px;
	margin: 15px 0 0;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.latest-carousel-items .latest-carousel-content .side-meta a{
	color: #DBDBDB;
	font-style: italic;
	font-size: 13px;
	font-weight: 400;
	margin-top: -3px;
	display: block;
}

.latest-carousel-items .latest-carousel-content h3 a {
	color: #fff;
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;	
}

.latest-carousel .owl-theme .owl-controls {
	margin-top: 25px;
}

/*Main Content
================================================== */

.main-content > .container {
	background: #fff;
}

.sticky .page-header,
.category-sticky .page-header{
	padding: 20px 40px;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
	background: #f8f8f8;
}

.main-content {
	margin-bottom: 30px;
}

.main-content > .container{
	padding: 15px 100px 0;
	position: relative;
}
.main-content > .container:before{
	background-image: url(/wp-content/themes/easyblog-child/../easyblog/images/clip.png);
	content: '';
	position: absolute;
	left: 100px;
	top: -22px;
	height: 42px;
	width: 18px;
	z-index: 1;
}

.main-content > .container:after{
	background-image: url(/wp-content/themes/easyblog-child/../easyblog/images/clip.png);
	content: '';
	position: absolute;
	right: 100px;
	top: -22px;
	height: 42px;
	width: 18px;
	z-index: 1;
}

.main-content-inner {
	padding-top: 2em;
	padding-bottom: 2em;
}

.main-content-inner .hentry {
	padding-bottom: 70px;
	padding-top: 60px;
	position: relative;
}

.main-content-inner .hentry:after {
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(to right,#FFF 0,#eee 45%,#eee 55%,#FFF 100%);
	background: -ms-linear-gradient(left,#fff 0,#eee 45%,#eee 55%,#fff 100%);
	background: -o-linear-gradient(left,#fff 0,#eee 45%,#eee 55%,#fff 100%);
	background: -webkit-linear-gradient(left,#FFF 0,#eee 45%,#eee 55%,#FFF 100%);
	background: -moz-linear-gradient(left,#fff 0,#eee 45%,#eee 55%,#fff 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,#FFF),color-stop(45%,#eee),color-stop(55%,#eee),color-stop(100%,#FFF));
}

.main-content-inner .hentry:before{
	content: "\f111";
	color: #e5e5e5;
	bottom: -6px;
	font-size: 12px;
	margin-left: -6px;
	line-height: 12px;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: 50%;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
}

.hentry:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

/* sidebar */
.sidebar {
	padding-top: 2.5em;
	padding-bottom: 2em;
}

.page-template-page-blog-right-sidebar .main-content-inner{
	padding-right: 35px;
}

.page-template-page-blog-right-sidebar .sidebar{
	padding-left: 35px;
}

.page-template-page-blog-left-sidebar .main-content-inner {
	padding-left: 35px;
}

.page-template-page-blog-right-sidebar .sidebar{
	padding-right: 35px;
}


/*Core Wordpress
================================================== */

/* Page Header */
.page-header {
	border: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.gallery-caption {

}

.bypostauthor {

}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object{
	width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear {
	clear: both;
}

 .comment .children { 
 	margin-left: 1.5em; 
 	list-style: none;
 }



/*Seacrh
================================================== */

.site-search  {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 223px;
	-webkit-transition: 350ms;-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
	z-index: 999999;
	display: none;
}

.site-header {
	position: relative;
}

.site-search-btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	font-size: 42px;
	padding: 25px;
	border: 3px solid rgba(224, 224, 224, 0.2);
	border-top: 0;
	border-right: 0;
	line-height: 42px;
	border-radius: 0 0 0 10px;
}

.site-search-btn a {
	color: #eee;
}

.site-search  #searchform input {
	color: #fff;
}

.site-search #searchform .btn-search i {
	font-size: 14px;
	line-height: 14px;
}

.site-search #searchform input {
	height: 242px;
	text-align: center;
	border: none;
	box-shadow: none;
	font-weight: 300;
	padding: 20px 0;
	font-size: 40px;
	background: transparent;
}

.site-search #searchform input::-webkit-input-placeholder {
	color: #fff;
}.site-search #searchform input::-moz-input-placeholder {
	color: #fff;
}

.search-btn-close{
	position: absolute;
	font-size: 30px;
	right: 100px;
	top: 25px;
	color: #fff;
	text-decoration: none;
}

/*Blog
================================================== */

.page-header {
	text-align: center;
	padding: 0 40px;
	margin: 10px 0 40px;
}

.meta-category {
	border-bottom: 2px solid #000;
	transition:300ms;
	-webkit-transition:300ms;	
}

.meta-category a {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	font-weight: 700;
	transition:300ms;
	-webkit-transition:300ms;
}

.entry-header {
	margin: 0 auto;
	position: relative;
}

.featured-image {
	text-align: center;
}

.featured-image a img {
	-webkit-transition: -webkit-transform 0.35s linear;
	-moz-transition: -moz-transform 0.35s linear;
	-o-transition: -o-transform 0.35s linear;
	-ms-transition: -ms-transform 0.35s linear;
	transition: transform 0.35s linear;
	opacity: .9;
}

.featured-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

.featured-image a:before {
	-webkit-transition: 0.35s linear;
	-moz-transition: 0.35s linear;
	-o-transition: 0.35s linear;
	-ms-transition: 0.35s linear;
	transition:  0.35s linear;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	left: 0;
	top:0;
	z-index: 1;
	opacity: .9;
}

.featured-image a:hover:before{
	background: rgba(0,0,0,.4);
}

.featured-image a:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.entry-header .post-icon {
	position: absolute;
	left: 50%;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	bottom: -20px;
	z-index: 999999;
	background: #fff;
	text-align: center;
	margin-left: -22px;
	border-radius: 100%;
	z-index: 2;
	font-size: 20px;
	color:#000;
}

.page-header h2.page-title {
	margin-top: 15px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.page-header h2.page-title a {
	color:#1a1a1a;
	transition:300ms;
	-webkit-transition:300ms;
}

.page-header h2.page-title i {
	font-size: 24px;
}

.page-content{
	text-align: center;
}

/*Post Type*/
.meta-quote {
	padding: 80px;
	color:#fff;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}

.meta-quote span {
	font-weight: 700;
}

.meta-quote p {
	margin-bottom: 15px;
	font-style: italic;
}

.entry-overlay{
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
}

.entry-image{
	position: relative;
}

.entry-image .quote-link{
	color: #fff;
	position: relative;
	padding: 120px 30px;
	margin: 0;
	z-index: 1;
	text-align: center;
	opacity: .95;
}

.entry-image .quote-link h4 {
	color: #fff;
	font-size: 48px;
	line-height: 48px;
}

/* Gallery Slider */
.blog-gallery-slider .carousel-control{
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-image: none;
	opacity: .6;
	text-shadow:none;
	top: 50%;
	bottom: auto;
	font-size: 30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.blog-gallery-slider:hover .carousel-control {
	opacity: 1;
}

/*default wordpress gallery*/

.gallery .gallery-item dl {
	margin-bottom:  0 !important;
}

.gallery .gallery-item img {
	border: none !important;
}

/* Entry Meta */
.entry-meta {
	color:#a2a2a2;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	font-style: italic;
	letter-spacing: 1px;
}

.entry-meta li {
	display: inline-block;
	margin-right: 15px;
}

.entry-blog {
	margin-top: 50px;
}

.blog-share-button {
	text-align: center;
}

.blog-share-button ul{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-share-button ul li {
	display: inline-block;
	margin-right: 30px;
}

.blog-share-button ul li a {
	color: #000;
	font-size: 18px;
}

.page-title {
	text-transform: uppercase;
	color: #333;
}

/* Single Post */

.single .hentry{
	margin-bottom: 60px;
}

.page .entry-content {
	margin: 40px 0;
}

.page .entry-content .wpcf7-form{
	text-align: left;
}

.entry-content span.fixed-char{
	display: block;
	text-align: center;
}

/* post navigation */
.post-navigation ul.pager {
	margin: 20px 0 80px 0;
}

.post-nav {
	margin: 80px 0 0;
}

.post-nav .previous>a, 
.post-nav .previous>span,
.post-nav .next>a, 
.post-nav .next>span{
	float: none;
}
.post-nav .previous>a, 
.post-nav .previous>span {
	margin-left: 20px;
}

.post-navigation .pager li {
	margin-left: 20px;
}

.pager li>a, .pager li>span, 
.post-navigation ul.pager li>a, 
.post-navigation ul.pager li>span {
	margin: 20px 0 15px;
}

.post-navigation ul.pager {
	margin: 0px 0 60px 0;
}

.meta-tag {
	margin-bottom: 30px;
}

.meta-tag a {
	border-radius: 50px;
	padding: 6px 10px;
	font-size: 10px;
	background: #f5f5f5;
	color: #888;
	text-transform: uppercase;
}

/* Related Post */
.related-title h3 {
	margin: 0 0 50px;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.post-related h4 {
	margin:0;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
}

.post-related h4 a{
	color: #000;
}

.post-related .entry-date {
	font-size: 12px;
	color:#888;
}

/* Comments */
.comments-area {
	margin-top: 60px;
}

.comments-title {
	margin: 60px 0;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;	
}

.comment-body{
	padding-bottom: 60px;
	position: relative;
	margin-bottom: 40px;
}

.comment-area .media-heading {
	margin: 0;
	font-size: 22px;
	line-height: 22px;
}

.comment-area .media-heading a {
	color:#333;
}

.comment-meta {
	font-style: italic;
	line-height: 24px;
}

.media-body-wrap .comment-content p,
.comment-awaiting-moderation {
	margin-bottom: 10px;
}

.comment-meta a {
	color:#888;
	font-size: 12px;
}

.media>.pull-left.author-comment {
	margin-right: 20px;
}

.comment-body:after {
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(to right,#FFF 0,#eee 5%,#eee 95%,#FFF 100%);
	background: -ms-linear-gradient(left,#fff 0,#eee 5%,#eee 95%,#fff 100%);
	background: -o-linear-gradient(left,#fff 0,#eee 5%,#eee 95%,#fff 100%);
	background: -webkit-linear-gradient(left,#FFF 0,#eee 5%,#eee 95%,#FFF 100%);
	background: -moz-linear-gradient(left,#fff 0,#eee 5%,#eee 95%,#fff 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,#FFF),color-stop(5%,#eee),color-stop(95%,#eee),color-stop(100%,#FFF));
}

.comment .comment-body:last-child:after {
	display: none;
}

.comment-reply-link {
	background: none;
	color:#888;
	border:none;
	position: absolute;
}

.comment-reply-link:before {
	content: "\f112";
	padding-right: 10px;
	font-family:FontAwesome;
}

.comment-reply-link.btn-primary:hover,
.comment-reply-link.btn-primary:focus,
.comment-reply-link.btn-primary:active {
	background: none;
	border:none;
	color:#e45245;
}

.comment-form label {
	display: block;
	font-weight: 300;
	margin-bottom: 10px;
}

input,textarea {
	border:1px solid #f2f2f2;
	padding: 12px 15px;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input{
	width: 50%;
}
.comment-form textarea {
	width: 100%;
}

/*submit button*/
.form-submit .btn.btn-primary {
	background: none;
	border-radius: 50px;
	padding: 15px 25px;
	margin-bottom: 0;
}

.comment-form .form-submit {
	margin-top: 20px;
}

/* contact form */
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
 width: 100%;
 margin-bottom: 30px;
}



/*Widget
================================================== */

/*Themwing latest post*/
.themewing-latest-post {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

.themewing-latest-post .latest-post-image img {
	border-radius: 4px;
}

.themewing-latest-post .latest-post-image {
	margin-right: 15px;
	margin-bottom: 25px;
}

.latest-post-content .side-meta {
	margin: 0;
	line-height: 18px;
}

.latest-post-content .side-meta a{
	color: #ccc;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}

.latest-post-content h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	font-family: Roboto Slab;
	font-weight: 500;
}

.latest-post-content h4 a {
	color:#444;
}

/*About Widget*/
.themewing-about-widget img {
	margin-bottom: 30px;
}

/* social button widget */
.themewing-social-button-widget {
	padding: 0;
	list-style: none;
}

.themewing-social-button-widget li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.themewing-social-button-widget li a {
	color: #CFCFCF;
	border: 1px solid #ccc;
	display: inline-block;
	width: 32px;
	line-height: 32px;
	text-align: center;
	height: 32px;
	border-radius: 100%;
	font-size: 14px;
}

/* video */
.entry-video.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 0;
}

/* widget */
.widget ul.nav>li>a {
	display: inline-block;
	padding: 4px 0;
}

.widget >ul.nav {
	padding: 0;
}

.widget ul.nav>li>a{
	color: #333;
}

.widget .widget_title {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
}

#recentcomments .recentcomments {
	padding:5px 0 !important;
}

#recentcomments .recentcomments a{
	color: #333;
}

div#calendar_wrap {
	border:1px solid #f2f2f2;
}

table {
border:1px solid #f2f2f2;
}

.table>thead>tr>th, .table>tbody>tr>th, 
.table>tfoot>tr>th, .table>thead>tr>td, 
.table>tbody>tr>td, .table>tfoot>tr>td,
table>thead>tr>th, table>tbody>tr>th, 
table>tfoot>tr>th, table>thead>tr>td,
table>tbody>tr>td, table>tfoot>tr>td{
	border-top:1px solid #f2f2f2;
}

table>thead>tr>th, table>tbody>tr>th, 
table>tfoot>tr>th, table>thead>tr>td,
table>tbody>tr>td, table>tfoot>tr>td{
	padding: 10px 20px;
}

div#calendar_wrap caption {
	margin: 10px;
}

.table-striped>tbody>tr:nth-child(odd),
table>tbody>tr:nth-child(odd) {
	border:1px solid #f2f2f2;
}

.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

.widget_search .search-form input[type="submit"] { display: none; }

.widget select {
	width: 100%;
	border: 1px solid #f2f2f2;
	padding: 5px;	
}

.footer-widget .widget_title {
	text-align: center;	
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	margin-top: 0;
	margin-bottom: 30px;
}

.footer-widget .widget_title:before {
	content: '';
	position: absolute;
	top: 15px;
	height: 4px;
	width: 15%;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	left: 10px;
}

.footer-widget .widget_title:after {
	content: '';
	position: absolute;
	top: 15px;
	height: 4px;
	width: 15%;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	right: 10px;
}

.widget.widget_tag_cloud .tagcloud a {
	color: #333;
	border: 1px solid #f5f5f5;
	padding: 2px 15px;
	margin: 5px;
	font-size: 14px !important;
	border-radius: 30px;
	display: inline-block;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
}

.widget.widget_tag_cloud .tagcloud a:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

/* Search Widget */
.widget.widget_search #searchform {
	position: relative;
}

.widget.widget_search #searchform:after{
	content:"\f002";
	font-family: Fontawesome;
	position: absolute;
	right: 15px;
	top: 8px;
}

.widget.widget_search .form-control {
	border: 1px solid #f2f2f2;
	box-shadow: none;
	border-radius: 0;
	padding: 12px 15px;
	height: auto;
}


/*Footer
================================================== */

.footer-top {
	margin: 40px 0 60px;
}

.footer-area {
	margin: 0 -100px;
	padding: 30px 100px;
	position: relative;
	color: rgba(180, 180, 180, 0.6);
	font-size: 14px;
}

.footer-area span.to-top a{
	position: absolute;
	right: 20px;
	top: 25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #000;
	text-align: center;
	border-radius: 2px;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
}

.footer-area span.to-top a:hover {
	background: #000;
	color: #fff;
}

.site-info a {
	color:#fff;
	font-weight: 700;
}

/* share button */
.footer-sharebtn {
	text-align: right;
}

.social-buttons ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-buttons ul li {
	display: inline-block;
}

.social-buttons ul li a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 8px;
	display: block;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.4);
}

/* Responsive
========================================== */

@media only screen and (max-width: 1128px) {
	body.boxwidth {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.footer-widget .widget_title:before, 
	.footer-widget .widget_title:after {
		width: 25%;
	}

	.footer-sharebtn {
		text-align: center;
	}

	.site-search-btn {
		padding: 10px 20px;
	}

	.social-buttons ul li a {
		margin-right: 0;
	}

}

@media (max-width: 768px) {
	.main-content > .container {
		padding:30px 30px 0;	
	}
	.footer-area {
		margin: 0 -30px;
		padding: 20px 30px;
	}

	.site-navigation.sticky-header {
		position: relative !important;	
	}
	.admin-bar .site-navigation.sticky-header {
		top:auto !important;
	}

	.footer-area {
		text-align: center;
	}
	.footer-sharebtn {
		text-align: center;
	}

}



@media (min-width: 992px) {
	body.boxwidth {
	width: 970px;
	}

	.container {
		width: 970px;	
	}
}

@media (min-width: 1200px) {
	body.boxwidth {
	width: 1170px;
	}

	.container {
		width: 1170px;	
	}
}body{background-image:none;background-color:#fff}.site-navigation-inner{padding:0}.navbar-brand{height:auto;padding:8px 0}.navbar-brand img{height:45px}.site-search-btn{border:none;padding:8px;font-size:32px}.navigation{margin-bottom:0}.navbar-header{position:relative;z-index:9}ul.main-menu{position:absolute;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0);width:100%}ul.main-menu>li>a{padding:15px 20px}.site-search{background-color:#fff!important;height:59px}.site-search #searchform input{height:59px;font-size:16px;color:#000}.site-search #searchform input::-webkit-input-placeholder{color:#000}.site-search #searchform input:-moz-placeholder{color:#000}.site-search #searchform input::-moz-placeholder{color:#000}.site-search #searchform input:-ms-input-placeholder{color:#000}@media screen and (max-width:992px){.site-navigation-inner{text-align:left!important}ul.main-menu{position:relative;left:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.navbar-brand{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}.navbar-header{float:none}.navbar-left,.navbar-right{float:none!important}.navbar-toggle{display:block}.navbar-collapse{border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-collapse.collapse{display:none!important}.navbar-nav{float:none!important;margin-top:7.5px}.navbar-nav>li{float:none;display:block!important}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px}.collapse.in{display:block!important}.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.site-search,.site-search #searchform input{height:55px}}.latest-carousel{overflow:hidden;width:100%}.latest-carousel-items .latest-carousel-content span.latest-cats{margin-top:0}img.img-responsive.latest-post-thumb.wp-post-image{min-height:260px;height:260px;max-height:100%}html,.main-content{margin-bottom:0!important}.main-content>.container{padding:15px}.main-content>.container:before,.main-content>.container:after{display:none}.main-content-inner .hentry{padding-top:0;padding-bottom:0}.featured-image a img{width:100%}.home .page-header{text-align:left;padding:0}.entry-header .post-icon{display:none}.page-header h2.page-title{font-size:32px}.blog-share-button ul{padding:15px 0}.widget .widget_title{text-align:center;text-transform:uppercase;font-size:20px;position:relative;margin-top:0;margin-bottom:30px}.widget .widget_title:before{content:'';position:absolute;top:15px;height:4px;width:15%;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;left:10px}.widget .widget_title:after{content:'';position:absolute;top:15px;height:4px;width:15%;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;right:10px}.wpp-list{padding:0}.wpp-list li{border-bottom:1px solid #ddd;margin-bottom:10px;padding-bottom:5px}.wpp-list li:after{display:table;clear:both;content:''}.wpp-left{float:left}.wpp-right{margin-left:85px;line-height:1.3}.wpp-right a{display:table-cell;list-style:none;font-size:13px;font-weight:600}.wpp-right span{text-transform:uppercase;font-size:10px}.wpp-right span a{font-size:10px;list-style:none}.footer-top{overflow:hidden;background-color:#3C3D41;color:#fff;padding:60px 0;margin:0}.footer-area{margin:0;padding:20px 0;color:#fff}.footer-widget .widget_title{color:#fff!important}.footer-widget ul.nav>li>a{color:#fff}