/*
Theme Name: Glamour
Theme URI: http://mailovedesign.com/glamour
Description: A WordPress Blog Theme
Author: Maithemes Designs
Author URI: http://mailovedesign.com
Version: 10.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
/**/
/* clear floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
 
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

body {
	background:#FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size:13px;
}

p {
	color:#343434;
	font-size:12px;
	line-height:26px;
	font-family: 'Domine', serif;
}

a {
	text-decoration:none;
	color: #F1BC29;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}



.container {
	width:1080px;
	margin:0 auto;
}

#content {
	overflow:hidden;
	margin-bottom:80px;
	margin-top:80px;
}

#main {
	width:720px;
	float:left;
	margin-right:40px;
}
#main.fullwidth {
	width:100%;
}

#sidebar {
	width:300px;
	float:right;
}


/***
/* Top Bar
/********************/
#top-bar .container {
	position:relative;
}
#navigation-wrapper {
	background-color:#F8F8F8;
	height:41px;
	width:100%;
	z-index:9999;
	text-align:center;
}
.slicknav_menu {
	display:none;	
}

	/***
	/* Menu
	/********************/

	.menu li {
		display:inline-block;
		margin-right:26px;
		position:relative;
	}
	.menu li a {
		font-size:11px;
		text-transform:uppercase;
		letter-spacing:1px;
		line-height:41px;
		color:#343434;
		display:block;
		font-weight:400;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		
	}
	.menu li a:hover {
		color: #F1BC29;
	}
	
		/*** DROPDOWN ***/
		.menu .sub-menu,
		.menu .children {
			border: 1px solid #E8E8E8;
			background-color:#FFFFFF;
			display: none;
			padding: 0;
			position: absolute;
			margin-top:0;
			left: 0;
			z-index: 99999;
			-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
			-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
			text-align:left;
		}
		
		ul.menu ul a,
		.menu ul ul a {
			color: #343434;
			margin: 0;
			padding:8px 10px;
			min-width: 160px;
			line-height:20px;
			-o-transition:.25s;
			-ms-transition:.25s;
			-moz-transition:.25s;
			-webkit-transition:.25s;
			transition:.25s;			
		}
		
		ul.menu ul li,
		.menu ul ul li {
			padding-right:0;
			margin-right:0;
		}

		ul.menu ul a:hover,
		.menu ul ul a:hover {
			color: #FFFFFF;	
			background-color:#F1BC29;
		}

		ul.menu li:hover > ul,
		.menu ul li:hover > ul {
			display: block;
		}
		
		.menu .sub-menu ul,
		.menu .children ul {	
			left: 100%;
			top: 0;
			
		}

	/***
	/* Top Social
	/********************/
	#top-social {
		position:absolute;
		right:66px;
		top:0;
	}
	#top-social a {
		line-height:50px;
		font-size:14px;
		margin-left:8px;
	}
	#top-social a:hover {
		opacity:0.6;
	}
	
	/***
	/* Header Search
	/********************/
	#top-search {
		position:absolute;
		right:0;
		top:17px;
		text-align:center;
		margin-left:16px;

	}
	#top-search a {
		color:#343434;
		display:block;
		-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
	}
	#top-search a:hover {
		opacity:.75;
	}
	.show-search {
		position:absolute;
		top:50px;
		right:-1px;
		display:none;
		z-index:10000;
	}
	.show-search #searchform input#s {
		  border: none;
		  border-bottom: 1px solid #E8E8E8;		  
		  padding: 8px 14px;
		  font-size: 12px;
		  color: #343434;
		  letter-spacing: 1px;
		  box-sizing: border-box;
		  font-style: italic;
		  font-family: 'Lato', sans-serif;
		  width:250px;
	}	

/***
/* Header
/********************/
#header {
	overflow:hidden;
}
#logo {
	text-align:center;
	padding-bottom: 45px;
	padding-top: 45px;
}

#logo img {
	max-width:100%;
	height:auto;
}


/***
/* Posts
/********************/
.post, #main > .page {
	background:#fff;
	overflow:hidden;
	position:relative;
	margin-bottom:56px;
	padding-bottom:10px;
}

.single .post{
	margin-bottom:0;
}

.post-img {
	text-align:center;
	margin-bottom:10px;
}
.post-img img {
	max-width:100%;
	height:auto;
	position:relative;
}

.post-img.audio iframe {
	height:166px;
	width:100%;
}

.post-header {
	padding-bottom: 30px;
	text-align:center;
}

.post-header h2 a, .post-header h1 {
	font-size:22px;
	color:#343434;
	text-transform:uppercase;
	font-weight:400;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	position:relative;
	display:block;
	margin-bottom:20px;
	letter-spacing:2px;
}
.post-header h2 a:hover {
	opacity:0.8;
}
	.post-header h2 a:after, .post-header h1:after {
		content: "";
		position: absolute;
		bottom:-19px;
		left:0;
		right:0;
		margin-left: auto;
		margin-right:auto;
		width:7%;
		height: 2px;
		background-color:#343434;
	}
.cat-blog a {	
	font-size:10px;
	display:inline-block;
	margin-bottom: 10px;
	text-transform:uppercase;	
	letter-spacing:2px;
}
.cat-blog a:hover {
	text-decoration:underline;	
}

	/*** Post Entry ***/
	.post-entry {
		font-size:16px;
		line-height:24px;
		overflow:hidden;
		font-weight:400;
	}
		.single .post-entry, .page .post-entry{
			margin-bottom:20px;	
		}
		
	.more-link {
		text-align:center;
		display:block;
		margin-top:20px;
	}
	.more-button {
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 10px;
		display: inline-block;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		position:relative;
		height:30px;
		letter-spacing: 2px;
		font-family: 'Lato', sans-serif;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}
	.more-button:hover {
		color: #343434;
	}

	.post-entry img {
		max-width:100%;
		height:auto;
	}
	
	.post-entry a:hover {
		text-decoration:underline;
	}
	
	.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
    	margin-bottom:20px;
	}
	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
		color:#343434;
	}
	.post-entry h1 {
		font-size:27px;
	}
	.post-entry h2 {
		font-size:24px;
	}
	.post-entry h3 {
		font-size:21px;
	}
	.post-entry h4 {
		font-size:18px;
	}
	.post-entry h5 {
		font-size:16px;
	}
	.post-entry h6 {
		font-size:13px;
	}
	.post-entry hr {
		border:0;
		height:0;
		border-bottom:1px solid #E8E8E8;
		clear:both;
	}
	.post-entry blockquote p {
		color:#999;
		padding-left: 55px;		
		font-size:15px;
		line-height:25px;
		font-style:italic;
		position:relative;
		font-family: 'Lato', sans-serif;
  		letter-spacing: 1px;		
	}
	.post-entry blockquote p:before {
		  display: block;
		  content: "\201C";
		  font-size: 79px;
		  position: absolute;
		  left: -3px;
		  top: 28px;
		  color: #7a7a7a;
		  font-family: 'Domine', serif;
	}			 
		
	.post-entry ul, .post-entry ol {
		padding-left:45px;
		margin-bottom:20px;
		font-size:13px;		
		color: #565656;
		font-family: 'Domine', serif;
	}
	.post-entry ul li {
		margin-bottom:8px;
		list-style:square;
	}
	.post-entry ol li {
		margin-bottom:12px;
		list-style:decimal;
	}


	.sticky.post .post-header { border:1px dashed #ddd; padding:20px 0; }
	.bypostauthor  {}

	.post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
	.post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
	.post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
	.post-entry tr:hover {
		background:#F8F8F8;
	}
.post-meta {
	position:relative;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#F8F8F8;
	
}
.comment_count {
	position:absolute;
	left:65px;
	bottom:0;
	padding-left: 60px;
	height:50px;
	line-height:50px;
	font-size:12px;
	color:#AEAEAE;
}
.comment_count:after {
	content: " ";
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 175px;
	border-right: 1px solid #F1F1F1;    
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);	
}


.post-share a i {
  font-size: 14px;
}
.post-share a {
	text-align:center;
	display:inline-block;
}
.sharebox {
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 27px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	text-align:center;
	color:#FFFFFF;
	background-color:#343434;
	border-radius: 50%;
	margin-left:5px;
    font-size: 19px;
}
.sharebox:hover {
	background-color:#505050;
	color:#FFFFFF;
}
.meta-date {
	height: 50px;
	line-height:50px;
	font-size:12px;	
	display: inline-block;
	position: absolute;
	right:65px;
	bottom:0;
	font-size:12px;
	padding-left:90px;
	color:#AEAEAE;
}
.meta-date:after {
	content: " ";
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: 194px;
	border-left: 1px solid #F1F1F1;    
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);	
}
/*** Post Author ***/
.post-author {
  overflow: hidden;	
	margin: 40px 20px;
}

.author-img {
	float:left;
	margin-right:30px;
}
.author-img img {
	border-radius: 50%;
}

.author-content {
	overflow:hidden;
}
.author-content h5 a {
	font-size:13px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	margin-bottom:6px;
	color:#F1BC29;
	display:block;
	font-weight:700;
}

.author-content p {
	margin-bottom:5px;
}

.author-content .author-social {
	font-size:13px;
	color:#505050;
	margin-right:10px;
}
.author-content a.author-social:hover {
	opacity: 0.6;
}

/*** Post Pagination ***/
.post-pagination {
	overflow:hidden;
}
.post-pagination a {
	font-size:12px;
	padding:15px 30px;
	display:block;
	color:#343434;
	letter-spacing:1px;
	text-transform:uppercase;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	box-sizing:border-box;
	  font-family: 'Lato', sans-serif;
}
.post-pagination .pagi-prev {
	float:left;
	width:50%;
}
.post-pagination .pagi-next {
	float:right;
	width:50%;
	text-align:right;
}
.post-pagination a:hover {
	text-decoration:underline;
}

/** Post tags ***/
.post-tags {
	margin-bottom:30px;
}
.tag_title {
	margin-right:10px;
	color: #565656;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;	
}
.post-tags a {
	font-size: 10px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #565656;
	padding: 6px 8px 4px;
	margin-right: 5px;
	margin-bottom: 8px;
	display: inline-block;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
    line-height: initial;
	font-weight: 400;	
	border: 1px solid #EBEBEB;  
}
.post-tags a:hover {
	background-color:#F1BC29;
	color:#FFFFFF;
	text-decoration: none;
}

/*** Post Related ***/
.post-related {
	background:#fff;
	padding-bottom:22px;
	margin-top:50px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,0.34);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,0.34);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,0.34);
	overflow:hidden;
}
.block-heading {
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#343434;
	display:block;
	font-weight: 700;
	
}

.item-related {
	width:225px;
	margin-right:22px;
	float:left;
}

	.fullwidth .item-related {
		width:320px;
		margin-right:30px;
	}
	
.item-related:last-child, .fullwidth .item-related:last-child  {
	margin-right:0;
}
.item-related img {
	max-width:100%;
	height:auto;
	margin-bottom:6px;
}

.item-related h3 a {
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#343434;
}
.item-related h3 a:hover {
	text-decoration:underline;
}
.item-related h3 {
	margin-bottom:3px;
}
.item-related span.date {
	font-size:11px;
	font-style:italic;
	color:#C7C7C7;
	font-family: 'Domine', serif;
}

/*** Comments ***/
.post-comments {
	background:#fff;
	padding:22px 0 1px;
	margin-top:50px;
	margin-bottom:50px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}

.thecomment {
	border-bottom:1px dotted;
	border-color: #E9E9E9;
	padding-bottom:25px;
	margin-bottom:34px;
}

.thecomment .author-img {
	float:left;
	margin-right:25px;
}

.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	  font-size: 12px;
	  letter-spacing: 1.5px;
	  text-transform: uppercase;
	  margin-bottom: 6px;
	  color: #F1BC29;
	  display: block;
	  font-family: 'Lato', sans-serif;
	  font-weight: 700;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size:11px;
	color:#C7C7C7;
	font-style:italic;
	display:block;
	margin-bottom:10px;
}

.thecomment .comment-text em {
	font-size:11px;
	margin-bottom:-14px;
	display:block;
	color:#C7C7C7;
	letter-spacing:1px;
}
.thecomment .comment-text em i {
	font-size:14px;
	color:#f3bd00;
}

.post-comments span.reply a {
	float:right;
	font-size:10px;
	background-color:#F8F8F8;
	color:#C1C1C1;
	padding:3px 6px 5px 6px;
	margin-left:7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.post-comments span.reply a:hover {
	background-color:#F1BC29;
	color:#FFFFFF;
}

ul.children { margin: 0 0 0 55px; }
ul.children li.thecomment { margin:0 0 8px 0; }

/** Reply **/
#respond {
	overflow:hidden;
	margin-bottom:20px;
}

#respond  h3 {
	font-size:12px;
	color:#C7C7C7;
	font-weight:400;
	margin-bottom:5px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}

#respond h3 a {
	color:#000;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#333;
	color:#FFF;
	padding:4px 6px 5px;
	border-radius:3px;
	margin-left:7px;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#respond h3 small a:hover {
	opacity:.8;
}

#respond label {
	color:#C7C7C7;
	width:62px;
	font-size:13px;
	display:inline-block;
	font-weight:300;
	white-space:nowrap;
}
#respond input {
	padding:8px 10px;
	border:1px solid #DDD;
	margin-right:10px;
	color:#343434;
	margin-bottom:15px;
	font-size:11px;
	width:250px;
	background-color:#FFFFFF;
}
#respond input:focus {outline:none;}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	padding:14px;
	border:1px solid #DDD;
	width:95%;
	height:120px;
	font-size:13px;
	color:#777;
	margin-bottom:14px;
	line-height:20px;
}
#respond textarea:focus {outline:none;}

#respond #submit {
	  padding: 14px 20px;
	  display: inline-block;
	  font-family: 'Lato', sans-serif;
	  letter-spacing: 2px;
	  text-transform: uppercase;
	  font-size: 11px;
	  -o-transition: .3s;
	  -ms-transition: .3s;
	  -moz-transition: .3s;
	  -webkit-transition: .3s;
	  color: #343434;
	  text-decoration: none;
	  cursor:pointer;
	  border:1px solid #DDD;
	  
}

#respond #submit:hover {
	background-color:#F1BC29;
	border:1px solid #F1BC29;
	color:#FFFFFF;
}

/***
/** PAGINATION
/******************************/

.pagination {
	margin-top:50px;
	overflow:hidden;
}

.pagination a {
	display:inline-block;
	font-family: 'Lato', sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:12px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	color: #343434;
	text-decoration:none;
}


.pagination a:hover {
	text-decoration:underline;
}
.pagination .newer {
	float:left;
	
}
.pagination .older {
	float:right;
	
}

/***
/** SIDEBAR
/******************************/

.widget {
	margin-bottom:30px;
	background-color: #FFFFFF;
    box-sizing: border-box;

}
.textwidget {
	color:#343434;
	font-size:12px;
	line-height:26px;
	font-family: 'Domine', serif;
}
.widget img {
	max-width:100%;
	height:auto;
}

.widget-heading {
      text-transform: uppercase;
	  font-size: 11px;
	  letter-spacing: 2px;
	  display: block;
	  margin-bottom:20px;
	  text-align:center;
	  color: #343434;
	  font-weight:700;
	  position:relative;
	  padding: 14px 11px;
	  background-color:#F8F8F8;
	  font-family: 'Lato', sans-serif;
}
.widget-heading:after{

	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  height: 2px;
	  width: 25px;
	  background-color: #000;
}

.widget a:hover {
	text-decoration:underline;
}

.widget ul li {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #E8E8E8;
	color:#343434;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
	color:#343434;
	line-height:23px;
}

.widget input, .widget select {
	border-bottom:1px solid #e5e5e5;
	color:#999;
	padding:9px 7px;
	width:100%;
}

	/*** About Widget ***/
	.about-widget img {
		margin-bottom:8px;
	}
	.about-widget .sign {
		margin: 5px auto 0 auto;
		display:block;
	}
	.about-widget .name {
		text-transform:uppercase;
		font-family: 'Montserrat', sans-serif;
		font-size:13px;	
		display:block;
		text-align:center;
		margin-bottom:10px;
		margin-top:5px;
		font-weight:700;
	}
	
	/** Social Widget **/
	.widget-social {
		text-align:center;
	}

	.widget-social a:first-child {
		margin-left:0;
	}
	.widget-social a:last-child {
		margin-right:0;
	}

	/** WIDGET ITEMS **/
	.widget ul.side-newsfeed li {
		list-style-type:none;
		margin-bottom:17px;
		padding-bottom:13px;
		margin-left:0;
	}
	.widget ul.side-newsfeed li:last-child {
		margin-bottom:0;
		padding-bottom:0;
	}
	.widget ul.side-newsfeed li .side-item {
		overflow:hidden;
	}
	.widget ul.side-newsfeed li .side-item .side-image {
		float:left;
		margin-right:14px;
	}
	
	.widget ul.side-newsfeed li .side-item .side-image img {
		width:100px;
		height:auto;
	}
	
	.widget ul.side-newsfeed li .side-item .side-item-text {
		overflow:hidden;
		padding-top:10px;
	}
	.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
		margin-bottom:5px;
		display:block;
		font-size:13px;
		font-family: 'Domine', serif;
	}
	.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
		font-size:11px;
		color:#F1BC29;
		font-style:italic;
		font-family: 'Lato', sans-serif;
	}
	
	/** Instagram widget support **/
	.instag ul.thumbnails > li {
		width:32% !important;
	}
	.instag ul.thumbnails > li img:hover {
		opacity:.8;
	}
	.instag ul li {
		margin:0;
		padding-bottom:0;
		border-bottom:none;
	}
	.pllexislider ul li {
		margin:0;
		padding-bottom:0;
		border-bottom:none;
	}
	
	/*** Widget categories ***/
	.widget_categories {
		color:#a5a5a5;
	}
	.widget_categories a {
		margin-right:10px;
	}
	
	/*** Tagcloud widget ***/
	
	.widget .tagcloud a {
		  font-size: 10px !important;
		  letter-spacing: 1px;
		  text-transform: uppercase;
		  color: #565656;
		  padding: 6px 8px 4px;
		  margin-right: 5px;
		  margin-bottom: 8px;
		  display: inline-block;
		  -o-transition: .3s;
		  -ms-transition: .3s;
		  -moz-transition: .3s;
		  -webkit-transition: .3s;
		  text-decoration: none;
		  font-family: 'Lato', sans-serif;
		  line-height: initial;
		  font-weight: 400;
		  border: 1px solid #EBEBEB;
	}
	.widget .tagcloud a:hover {
		background-color:#F1BC29;
		color:#FFFFFF;
		text-decoration: none;
	}
	
	/*** Calender widget ***/
	#wp-calendar {width: 100%; }
	#wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
	#wp-calendar thead { font-size: 12px;  }
	#wp-calendar thead th { padding-bottom: 10px; }
	#wp-calendar tbody { color: #aaa; }
	#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
	#wp-calendar tbody td a { font-weight:700; color:#222; }
	#wp-calendar tbody td:hover { background: #fff; }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
	#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
	
	/*** Search Widget ***/
	#searchform input#s {
		  border: none;
		  border-bottom: 1px solid #DDD;
		  background: #fff url(img/searchsubmit.png) no-repeat 91% 9px;
		  padding: 10px 14px;
		  font-size: 12px;
		  color: #484848;
		  letter-spacing: 1px;
		  box-sizing: border-box;
		    font-style: italic;
	}
	
	#searchform #s:focus { outline:none; }

	/** searchbar for widget ***/
	.widget #searchform input#s { 
		font-family: 'Lato', sans-serif;
	}
	
	
	
/***
/** FOOTER
/******************************/

#footer {
	margin-top:150px;
	background:#fff;
}

#footer-instagram {
	text-align:center;
	overflow:hidden;
	background:#fff;
}

/*** Footer Social ***/
#footer-social {
	padding:30px 0;
	text-align: center;
	background-color: #F8F8F8;
	
}

#footer-social a {
	margin:0 36px 0 0;
	color:#424242;
	font-size:11px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
#footer-social a:first-child {
	margin-left:0;
}
#footer-social a:last-child {
	margin-right:0;
}
.sharebox_footer {
	  width: 24px;
  height: 23px;
  display: inline-block;
  line-height: 26px;
  margin: 0 4px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  border-radius: 50%;
  
}
#footer-social a:hover .sharebox_footer{
	background-color: #F1BC29;
	color:#FFFFFF;
}
#footer-social a:hover .sharebox_footer i {
	color:#FFFFFF;
}
.sharebox_footer i {
  font-size: 14px;
  color: #343434;
}


/*** Footer Copyright ***/
#footer-copyright {
	padding:15px 0;
	font-size:11px;
	color:#999;
	background:#fff;
	overflow:hidden;
}
#footer-copyright span.left {
	float:left;
}

#footer-copyright .to-top {
	float:right;
	font-size:10px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	color:#aaa;
}
#footer-copyright .to-top i {
	font-size:14px;
	margin-left:3px;
}

#footer-copyright .to-top:hover {
	text-decoration:none;
}

/***
/* Archive
/********************/
.archive-box {
	padding:18px;
	margin-bottom:30px;
	text-align:center;
	background-color: #F8F8F8;
}

.archive-box span {
	font-size:13px;
	font-style:italic;
	letter-spacing:1px;
	color:#C7C7C7;
	margin-right:15px;
	display:inline-block;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
	
}
.archive-box h1 {
	font-size:16px;
	letter-spacing:2px;
	text-transform:uppercase;
	display:inline-block;
	color:#F1BC29;
	font-family: 'Domine', serif;
}

/***
/* 404 Page
/********************/
.error-page {
	text-align:center;
	padding-top:50px;
}
.error-page h1 {
	font-size:190px;
}


/*** Contact Form 7
/************************/
.wpcf7 input {
	width:266px;
}
div.wpcf7 {
	overflow:hidden;
	margin-top:40px;
}
.wpcf7 input, .wpcf7 textarea {
	padding:8px;
	border:none;
	border-bottom:1px solid #CFCFCF;
	margin-right:10px;	
	color:#777;
	font-size:12px;
}
.wpcf7 textarea {
	width:95%;
}
.wpcf7 .wpcf7-submit {
	  padding: 14px 20px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #F1BC29;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid;
  border-color: #FFFFFF;
}
.wpcf7 .wpcf7-submit:hover {
	background:#FFFFFF;
	color: #343434;
	border-color: #DDD;
}

/* =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;
}

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
}

.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: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*** Custom WordPress gallery style ***/
.gallery .gallery-caption{  
    font-size:12px;
	color:#888;
	font-family: 'Lato', sans-serif;
}  
  
.gallery .gallery-icon img{  
    border-radius:2px;  
    border:1px solid #eee !important;  
	padding:7px;
}  
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;  
}


/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination {
	text-align:center;
	margin-top:60px;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 8px 10px;
  margin-right:10px;
   font-family: 'Lato', sans-serif;
   text-transform:uppercase;
   font-size: 12px;
}
.custom-pagination a {
  background-color: #FFFFFF;
  color: #888787;	
  border: 1px solid #DDD;
}
.custom-pagination a:hover {
  background-color: #343434;
  color:#FFFFFF;
  border: 1px solid #FFFFFF;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: #000;
}
.custom-pagination span.current {
  background-color: #343434;
  color:#FFFFFF;
  border: 1px solid #FFFFFF;
}

/************************Slider*****************/
.slider_wrap {
	margin-top: 40px;
	margin-bottom:100px;
	position:relative;
}
	
.slide_item {
	width: 100%;
	height:500px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
}
.slide_item:after {
	position:absolute;
	content:"";
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.18);
	width:100%;
	height:100%;
	opacity:1;
	z-index:1;
	-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;	
}

.slide_overlay {
	position:absolute;
	left:0;
	right: 0;
	bottom:40%;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	opacity:1;
	z-index:99;
	-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
}

	.slide_cat a{
		display:inline-block;
		margin: 0 3px 10px 3px;	
		color: #FFFFFF;	
		text-transform:uppercase;	
		font-size: 12px;
	}
	.slide_cat a:hover {
		text-decoration:underline;	
	}

	.slide_overlay h2 a {
		  font-size: 33px;
		  color: #FFFFFF;
		  text-transform: uppercase;
		  font-weight: 400;	
		  display:block;
		  font-family: 'Montserrat', sans-serif;
		  letter-spacing:2px;
		  z-index:999999;		  
	}
	.readmore_slider {
		  padding: 13px 11px;
		  text-transform:uppercase;
		  letter-spacing:2px;
		  color: #FFFFFF;	
		  font-size: 10px;
		  border:1px solid #FFFFFF;
		  display: inline-block;
		  margin-top:15px;
	}
/*********************************Grid post***************/
.list_grid {
	margin: 0 auto;
}
.grid-item {
	width: 342.5px;
	margin-bottom:37px;
	padding-bottom:0;
}
.grid-item-gutter {
	width: 35px;
}
	.fullwidth .grid-item {
		width: 520px;
	}
	.fullwidth  .grid-item-gutter {
		width: 35px;
	}

.grid-item .post-img {
	margin-bottom:15px;
}
.grid-item .post-header h2 a {
	font-size:19px;
}
.grid-item .post-header h2 a:after {
	bottom: -15px;
}
.grid-item .post-header {
	padding-bottom: 10px;	
}
.grid-item .post-entry {
	margin-bottom:5px;
}
.grid-item .post-meta {
	padding-top:0;
	padding-bottom:0;
}
.grid-item .meta-date {
	position:static;
	padding-left: 0;
	height: 40px;
	line-height:40px;	
}
	.grid-item .meta-date:after {
		display:none;
	}
	
/***********promo************/
.promo_wrap {
	overflow:hidden;
	margin-top:20px;
}
.promo_item {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
	width:346px;
	margin-right:20px;	
	float: left;
	padding:20px;
	box-sizing:border-box;
	display:table;
}
.promo_item:last-child {
	margin-right:0;
}
.promo_frame {
	border:1px solid #FFFFFF;
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
	.promo_frame h2 a {
		padding: 7px;
		background-color: #FFFFFF;
		color: #343434;
		letter-spacing: 2px;
		display: inline-block;
		text-transform: uppercase;
		font-size: 14px;
		font-weight:400;
		border:1px solid #FFFFFF;
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
	}
	.promo_frame h2 a:hover {
		background-color: transparent;
		color: #FFFFFF;
	}

/******************prestyle subscibe jetpack***********/
#subscribe-submit input[type=submit], .mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
	padding: 13px 20px !important;
	width: 100%;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #F1BC29 !important;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	border: none;
}
#subscribe-submit input[type=submit]:hover, .mc4wp-form input[type=submit]:hover {
	background-color:#343434 !important;	
}
#subscribe-email input, #mc4wp_email {
	padding: 8px 0 !important;
	border: none;
	border-bottom: 1px solid #343434;
	margin-right: 10px;
	color: #777;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100% !important;
	box-sizing: border-box;
	background:none;
}