/*
Theme Name:		Sencillo
Description:	Sencillo layers child theme is clean, blog and portfolio focused, and easy to use. It has custom setting and color options with beautiful design, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail.
Author:			Equator Design
Author URI:		http://www.themeforest.com/user/equatordesign/
URL:			http://equator.design/
Template:		layerswp
Version:		1.0.0
Tags:			blog, portfolio, one-column, custom-colors, custom-header, custom-menu, editor-style, featured-images, translation-ready, full-width-template, theme-options
Text Domain:	sencillo

*-----------------------------*
WARNING! DO NOT EDIT THIS FILE!
*-----------------------------*

    To make updates to your theme, do not edit the styles in this file. Rather use
    the Custom CSS field in Theme Options to add your style changes. By copying a style from this
    file and pasting it in Theme Options, you will override the style in this file and avoid
    losing changes with theme updates or reinstalls.
	
Table of Content
 
	+	General
	+	Forms
	+	Header
	+	Mobile Menu	
	+	Archive
	+	Single Post
	+	Pages
	+	Sidebar
	+	Carousel
	+	Meta
	+	Footer
	*/ 

/*--------------------------------------------------------------------*/
/*- General ----------------------------------------------------------*/
/*--------------------------------------------------------------------*/
body{
	background-color: #ffffff;
	line-height: 1.7;
	border-style: solid;
}
#wrapper-site, .wrapper-site{
	background-color: transparent;
}
a, a:hover{
	outline: none;
}
[class*="column"]{
	display: inline-block;
}
.column .pull-right,
.column.pull-right{
	order: inherit;
}
.content-main{
	padding: 4% 20px;
	-webkit-overflow-scrolling: auto;
}
.content-vertical-massive{
	padding-top: 80px;
	padding-bottom: 80px;
}

	/*--------------------------------*/
    /*- Table ------------------------*/
	table{
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	table th{
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	table td{
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	table tbody{
		font-size: 13px;
	}
	table td, table th{
		padding: 6px 8px;
	}
	table tr:nth-child(even){
		background: #fbfbfb;
	}
	table tr:nth-child(odd){
		background: #ffffff;
	}
	
	/*--------------------------------*/
    /*- Transitions ------------------*/
	a, textarea, input, select, button,.button, .comment-reply-link, .thumbnail-media img, .nav a, article, .header-sticky.is_stuck.is_stuck_show + div{
		transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;
	}
	.header-sticky.is_stuck.is_stuck_show + div{
		height: 0;
	}
	
	/*--------------------------------*/
    /*- Layout -----------------------*/
	._no-gutter .container.list-masonry{
		padding: 0 20px;
	}
	._no-gutter .container.list-masonry .grid{
		margin-left: 0;
		margin-right: 0;
	}

	.container.list-masonry .grid{
		margin-left: 20px;
	}
	.container.list-masonry{
		padding: 0;
	}
	._no-gutter .container.list-grid .grid{
		margin-left: 0;
		margin-right: 0;
	}
	
	/*--------------------------------*/
    /*- Screen Readers ---------------*/
	.screen-reader-text { }
	.screen-reader-text:focus {}
	.bypostauthor {}

/*--------------------------------------------------------------------*/
/*- Forms ------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
input[type="button"], input[type="submit"], button, .button, .form-submit input[type="submit"], .invert input[type="button"], .invert input[type="submit"], .invert button, .invert .button, .invert .form-submit input[type="submit"]{
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	background-color: transparent;
	font-weight: 700;
	font-size: 12px;
	padding: 0 36px;
	margin-top: 8px;
}
label{
	font-weight: 400;
	font-size: inherit;
}
textarea, input, select{
	border: 1px solid #e8e8e8;
}
textarea:focus, input:focus, select:focus{
	border: 1px solid #c4c4c4;
}
textarea, input[type=email], input[type=text], input[type=url], input[type=search], input[type=password], input[type=number], input[type=tel], input[type=date]{
	max-width: 550px;
}
button.mfp-close:hover, button.mfp-arrow:hover{
	background-color: transparent;	
}

	/*--------------------------------*/
    /*- contact form7 -----------------------*/
	span.wpcf7-not-valid-tip{
		font-size: 10px;
		text-transform: uppercase;
		margin-top: 4px;
	}
	.wpcf7-form .required{
		color: #f00000;
	}
	div.wpcf7-validation-errors{
		background-color: #eb6059;
		color: #ffffff;
		border: none;
	}
	div.wpcf7-mail-sent-ok{
		color: #ffffff;
		background-color: #a0ce4e;
		border: none;
	}
	div.wpcf7-response-output{
		padding: 1em;
		margin: 2em 0 1em;
	}

/*--------------------------------------------------------------------*/
/*- Header -----------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.header-site{
	border-bottom-style: solid;
	z-index: 11;
	padding: 0;
}
.sitename a:hover,
.sitetitle a:hover{
	opacity: 0.8;
}
.site-logo-link img,
.custom-logo-link img{
	max-height: 50px;
}
.header-site .container{
	padding-top: 0px;
	padding-bottom: 0px;
}
.sitename a,
.sitetitle a{
	display: block;
}	
.site-description .tagline{
	font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	margin-top: 8px;
}
.header-site .nav-horizontal > ul > li > a{
	padding: 0 18px;
	border-right-style: solid;
}
.header-site .nav-horizontal > ul > li:last-child > a{
	border-right: 0;
}
.header-secondary{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0;
	line-height: 48px;
	padding-left: 20px;
	padding-right: 20px;
}
.header-secondary .nav-horizontal li a{
	font-size: 11px;
	letter-spacing: 0;
	font-weight: 300;
}
.header-secondary .ed-social li{
	float: left;
}
.header-secondary .ed-social a{
	font-size: 11px;
	display: block;
	font-weight: 400;
	padding: 0 10px;	
}	
	/*--------------------------------*/
	/*- Header Social ----------------*/
	.header-site .ed-social{
		font-size: 13px;
		padding-bottom: 12px;
		border-bottom: 1px solid #edeeee;
		display: inline-block;
		line-height: 20px;
	}
	.header-site .ed-social a:first-child{
		padding-left: 0px;
	}
	.header-site .ed-social a:last-child{
		padding-right: 0px;
	}
	.header-site .ed-social a{
		padding: 0 8px;
	}
	
	/*--------------------------------*/
	/*- Header Center Top ------------*/
	.header-center nav{
		margin-top: 0;
		width: 100%;
		display: inline-block;
		border-style: solid;
	}
	.header-center .nav-horizontal > ul{
		float: none;
		font-size: 0;
	}
	.header-center .nav-horizontal > ul > li{
		display: inline-block;
		float: none;
		margin: 0;
	}	
	@media only screen and (min-width: 769px) {
	.header-sticky.is_stuck.header-center .ed-social{
		display: none;
	}
	}
		
	/*--------------------------------*/
	/*- Header Logo Top --------------*/
	.nav-clear nav{
		margin-top: 0;
		width: 100%;
		line-height: 48px;
		display: inline-block;
		border-style: solid;
	}
	
	/*--------------------------------*/
	/*- Header Logo Center -----------*/
	.header-inline{
		text-align: center;
		width: 100%;
		background-color: #000000;
		line-height: 48px;
	}
	.header-inline .nav-horizontal > ul{
		float: none;
	}
	.header-inline .nav-horizontal li{
		display: inline-block;
		float: none;
	}
	
	/*--------------------------------*/
	/*- Header Left ------------------*/
	.header-left .site-description{
		margin-left: 30px;
	}
	.header-left .container .site-description{
		margin-left: 10px;
	}
	.header-left .nav-horizontal{
		margin-right: 8px;
	}
	.header-left .container .nav-horizontal{
		margin-right: 0px;
	}

	
	/*--------------------------------*/
	/*- Submenu ----------------------*/
	.nav-horizontal .sub-menu,
	.nav-horizontal .children{
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
		border: none;
		background-color: #ffffff;
		padding: 18px;
	}
	.nav-horizontal .sub-menu li,
	.nav-horizontal .children li{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		width: 220px;
	}
	.nav-horizontal .sub-menu li a,
	.nav-horizontal .children li a{
		color: #000000;
		font-weight: 400;
		font-size: 12px;
		letter-spacing: 0;
		line-height: 18px;
	}
	.nav-horizontal .sub-menu li a:hover,
	.nav-horizontal .children li a:hover{
		background-color: #000000;
	}
	.nav-horizontal .sub-menu li.current-menu-item a,
	.nav-horizontal .sub-menu li.current_page_item a,
	.nav-horizontal .children li.current-menu-item a,
	.nav-horizontal .children li.current_page_item a{
		color: #ffffff;
		background-color: #000000;
	}
	 
	/*--------------------------------*/
	/*- Page Title -------------------*/
	.bread-crumbs{
		margin-bottom: 8px;
	}
	.bread-crumbs a:hover{
		opacity: 0.7;
		text-decoration: none;
	}
	.bread-crumbs li:last-child{
		margin-right: 0;
	}
	.title-container .avatar{
		display: inline-block;
	}
	.title-container .excerpt{
		display: inline-block;
	}

	/*--------------------------------*/
	/*- Transparent Header -----------*/
	.home.header-overlay-no-push .header-overlay:not(.is_stuck){
		background-color: transparent;
	}
	.home .header-overlay .sitename a, .home .header-overlay .sitetitle a{
		color: #ffffff;
	}
	.home .header-overlay .site-description .tagline{
		color: #ffffff;
		opacity: 0.7;
	}
	.home .header-site.header-overlay .nav-horizontal > ul > li > a{
		color: #ffffff;
		border-right: none;
	}
	
/*--------------------------------------------------------------------*/
/*- Mobile Menu ------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.off-canvas-right{
	width: 300px;
	background-color: #ffffff;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.8);
}
.off-canvas-right.open + .wrapper-site{
	left: -300px;
}
	
div[class*=" off-canvas-"] .section-nav-title{
	color: #000000;
	font-weight: 700;
	font-size: 14px;
}
div[class*=" off-canvas-"] li a{
	color: #000000;
}
div[class*=" off-canvas-"] li:not(:last-child){
	border-bottom: 1px solid #f1f1f1;
}
.nav-vertical a:hover{
	background-color: transparent;
}
.nav-vertical{
	display: block;
}
.close-canvas{
	background-color: #000000;
	color: #ffffff; 
} 	

	/*--------------------------------*/
	/*- Social -----------------------*/
	.off-canvas-right .ed-social{
		background-color: #f8f8f8;
		margin: -20px;
		padding: 20px;
	}
	.off-canvas-right .ed-social a{
		padding: 12px 8px 12px 0;
		display: inline-block;		
	}
	
	/*--------------------------------*/
	/*- Search -----------------------*/
	.off-canvas-right .search-form{
		position: relative;
	}
	.off-canvas-right .widget_search{
		background-color: #f8f8f8;
	}
			
	.off-canvas-right .search-field{
		margin-bottom: 0;
		width: 100%;
		border-radius: 3px;
		height: 44px;
		padding: 0 44px 0 8px;
	}
	.off-canvas-right .search-submit{
		height: 42px;
		line-height: 42px;
		margin: 0;
		background-color: transparent;
		color: #ccc;
		font-size: 14px;
		border: 0;
		padding: 0;
		width: 40px;
		position: absolute;
		right: 1px;
		top: 1px;
	}
	.off-canvas-right aside{
		border-top: 1px solid #f1f1f1;
	}

/*--------------------------------------------------------------------*/
/*- Archive ----------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.archive._full-width{
	max-width: 100%;
}
.archive._mini-width{
	max-width: 780px;	
}
.archive._micro-width{
	max-width: 620px;	
}
.archive._list-regular .post-list article:last-child{
	margin-bottom: 0;	
}
.archive._list-regular .post-list article {
}
.archive._list-masonry .post-list{
	-webkit-columns: 300px 6;
	   -moz-columns: 300px 6;
            columns: 300px 6;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;	
	        column-gap: 30px;
}
.archive._full-width._list-masonry .post-list{
	-webkit-column-gap: 60px;
	   -moz-column-gap: 60px;	
	        column-gap: 60px;
}
.archive._list-masonry .post-list article{
	display: inline-block;
	width:  100%; 
}
.archive._regular-width._list-masonry .post-list.masonry-6 .by-author,
.archive._regular-width._list-masonry .post-list.masonry-5 .by-author,
.archive._regular-width._list-masonry .post-list.masonry-4 .by-author,
.archive._regular-width._list-masonry .post-list.masonry-3 .by-author{
	margin-right: 0;
}
.archive._full-width._list-masonry .post-list.masonry-6 .by-author,
.archive._full-width._list-masonry .post-list.masonry-5 .by-author,
.archive._full-width._list-masonry .post-list.masonry-4 .by-author{
	margin-right: 0;
}
.archive article{
	background-color: #ffffff;
	border-style: solid;
}
.archive .thumbnail{
	margin-bottom: 0;
}
.archive .thumbnail a, .archive .owl-item a{
	display: block;
	font-size: 0;
}
.archive .section-title .heading{
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 18px;	
}
.archive .entry-content p{
	margin-bottom: 0;
}
.archive._padding-none ._title-top{
	margin-bottom: 0;
}
.archive._padding-none ._title-bottom{
	margin-bottom: 0;
}
.archive._padding-none .thumbnail{
	margin-bottom: 36px;
}
.archive._padding-none ._title-top + .thumbnail,
.archive._padding-none ._title-top + .sencillo-gallery{
	margin-bottom: 0;
	margin-top: 36px;
}
.archive._padding-none .entry-content{
	padding-top: 36px;
}
.archive._heading-content ._title-top{
	padding: 2.6em 4em;
	margin-bottom: 0;
}
.archive._heading-content ._title-bottom{
	padding: 36px;
	margin-bottom: 0;
}
.archive._heading-content .entry-content{
	padding: 36px;
}
.archive._heading-content ._title-top + .entry-content{
	padding: 0 36px 36px;
}
.archive._heading-content ._title-bottom + .entry-content{
	padding: 0 36px 36px;
}
.archive._content-media article{
	padding: 36px 36px 0;
}
.archive._content-media ._title-top{
	padding: 0 0 36px;
	margin-bottom: 0;
}
.archive._content-media .thumbnail, .archive._content-media .owl-carousel{
	margin: 0 0 36px;
}
.archive._content-media ._title-bottom{
	padding: 0 0 36px;
	margin-bottom: 0;
}
.archive._content-media .entry-content{
	padding: 0 0 36px;
}

.archive._padding-content ._title-top{
	padding: 36px;
	margin-bottom: 0;
}
.archive._padding-content ._title-bottom{
	padding: 36px;
	margin-bottom: 0;
}
.archive._padding-content .entry-content{
	padding: 36px 24% ;
}
.archive._padding-content ._title-top + .entry-content{
	padding: 0 24% 36px;
}
.archive._padding-content ._title-bottom + .entry-content{
	padding: 0 24% 36px;
}
.archive._text-left #post-list{
	text-align: left;
}
.archive._text-right #post-list{
	text-align: right;
}
.archive._text-center #post-list,
.archive._text-center .post-list{
	text-align: center;
}
article .entry-content .copy + .post-read-more{
	margin-top: 18px;	
}
article .entry-content .more-link{
	display: none;
	font-size: 0px;
}
article .entry-content .read-more{
	border-style: solid;
	border-width: 0;
	border-color: transparent;
	background-color: transparent;
	font-weight: 700;
	font-size: 12px;
	padding: 0 24px;
	margin-top: 8px;
	display: inline-block;
}
	/*--------------------------------*/
	/*- Post Social Share ------------*/
	.archive .post-share{
		margin-top: 24px;
		display: inline-block;
	}
	.archive .post-share a{
		padding-right: 16px;
		font-size: 12px;
		display: inline-block;
	}
	.archive .post-share a:last-child{
		padding-right: 0;
	}
	
	/*--------------------------------*/
	/*- Thumbnail Zoom ---------------*/
	.archive article .thumbnail{
		overflow: hidden;
	}
	.archive article .thumbnail img{
		position: relative;
    	z-index: 10;
		transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}
	.archive article .thumbnail:hover img{
		opacity: 0.8;
	}

	/*--------------------------------*/
	/*- Quote Post -------------------*/
	.archive._heading-content .format-quote .entry-content{
		padding: 36px;
	}
	article.format-quote .entry-content blockquote{
		font-size: 32px;
		font-weight: 400;
		line-height: 1.2;
		padding-left: 0;
		position: relative;
	}
	.archive._padding-none .format-quote .entry-content{
		padding: 0;
	}
	article.format-quote .entry-content blockquote:before{
		content: '\f10d';
		font-family: FontAwesome;
		font-size: 18px;
		line-height: 28px;
		padding-right: 12px;
		display: inline-block;
	}
	article.format-quote .entry-content cite{
		font-style: normal;
		margin-top: 12px;
		display: inline-block;
		opacity: 0.6;
		font-size: 14px;
	}
	article.format-quote .entry-content cite::before {
		content: "— ";
	}
	
	/*--------------------------------*/
	/*- Link Post --------------------*/
	.archive._heading-content .format-link .entry-content{
		padding: 36px;
	}
	.archive._padding-none .format-link .entry-content{
		padding: 0;
	}
	article.format-link .copy a:first-child{
		font-size: 32px;
		line-height: 36px;
		font-weight: 400;
		margin-bottom: 12px;
		border-bottom: none;
		display: inline-block;
	}
	article.format-link .copy a:first-child:before{
		content: '\f0c1';
		font-family: FontAwesome;
		font-size: 18px;
		line-height: 28px;
		padding-right: 12px;
		display: block;
	}
	
	/*--------------------------------*/
	/*- Pagination -------------------*/
	.pagination{
		margin: 30px 0 0;
	}
	.pagination li{
		border: 0;
	}
	.archive ._text-left .pagination{
		text-align: left;
		display: block;
	}
	.archive ._text-center .pagination{
		text-align: center;
	}
	.archive ._text-right .pagination{
		text-align: right;
		display: block;
	}
	.pagination a, .pagination span{
		font-weight: 400;
		font-size: 14px;
		padding: 0 18px;
		line-height: 44px;
		min-width: auto;
		margin: 0 8px 0 0;
		float: left;
		border-style: solid;
		border-width: 2px;
	}
	.pagination li:last-child{
		margin-right: 0;
	}
	.pagination .page-numbers.dots{
		border: 0 !important;
	}
	.pagination .nav-links {
		font-size: 0px;
	}
	
/*--------------------------------------------------------------------*/
/*- Single Post ------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.single-post .section-title .heading{
	margin-bottom: 18px;
	line-height: 1.1;
}
	
	/*--------------------------------*/
	/*- Lyaout -----------------------*/
	.single-post ._full-width{
		max-width: 100%;
	}
	.single-post ._mini-width{
		max-width: 780px;	
	}
	.single-post ._micro-width{
		max-width: 620px;	
	}
	.single-post article{
	background-color: #ffffff;
	border-style: solid;
	}
	.single-post article.span-8{
		display: inline-table;
	}
	.single-post .thumbnail img{
		display: block;
	}
	.single-post .thumbnail{
		margin-bottom: 0;
	}
	
	/*--------------------------------*/
	/*- Content Space ----------------*/
	.single-post ._padding-none ._title-top{
		margin-bottom: 0;
	}
	.single-post ._padding-none ._title-bottom{
		margin-bottom: 0;
	}
	.single-post ._padding-none .thumbnail,
	.single-post ._padding-none .fit-vid{
		margin-bottom: 4em;
	}
	.single-post ._padding-none ._title-top + .thumbnail,
	.single-post ._padding-none ._title-top + .fit-vid{
		margin-bottom: 0;
		margin-top: 4em;
	}
	.single-post ._padding-none .story,
	.single-post ._padding-none .story-content{
		padding-top: 4em;
		padding-bottom: 4em;
	}
	.single-post ._padding-none ._title-bottom + .story{
		padding-top: 5em;
	}
	
	.single-post ._heading-content ._title-top{
		padding: 3.2em 4em;
		margin-bottom: 0;
	}
	.single-post ._heading-content ._title-bottom{
		padding: 4em;
		margin-bottom: 0;
	}
	.single-post ._heading-content .story{
		padding: 4em;
	}
	.single-post ._heading-content .story-content{
		padding: 0 4em 4em;
	}
	.single-post ._heading-content ._title-top + .story{
		padding: 0 4em 4em;
	}
	.single-post ._heading-content ._title-bottom + .story{
		padding: 0 4em 4em;
	}
	
	.single-post ._content-media article{
		padding: 4em;
	}
	.single-post ._content-media ._title-top{
		padding: 0 0 2.6em;
		margin-bottom: 0;
	}
	.single-post ._content-media .thumbnail{
		margin: 0 0 4em;
	}
	.single-post ._content-media ._title-bottom{
		padding: 0 0 5em;
		margin-bottom: 0;
	}
	.single-post ._content-media .story,
	.single-post ._content-media .story-content{
		padding: 0 0 4em;
	}
	
	.single-post ._content-media article{
		padding: 4em 4em 0;
	}
	.single-post ._content-media ._title-top{
		padding: 0 0 4em;
		margin-bottom: 0;
	}
	.single-post ._content-media .thumbnail,
	.single-post ._content-media .fit-vid{
		margin: 0 0 4em;
	}
	.single-post ._content-media ._title-bottom{
		padding: 0 0 4em;
		margin-bottom: 0;
	}
	.single-post ._content-media .story,
	.single-post ._content-media .story-content{
		padding: 0 0 4em;
	}

	.single-post ._padding-content ._title-top{
		padding: 2.6em 4em ;
		margin-bottom: 0;
	}
	.single-post ._padding-content ._title-bottom{
		padding: 4em;
		margin-bottom: 0;
	}
	.single-post ._padding-content .story{
		padding: 4em 18%;
	}	
	.single-post ._padding-content ._title-top + .story{
		padding: 0 24% 4em;
	}
	.single-post ._padding-content ._title-bottom + .story{
		padding: 0 24% 4em;
	}

	/*--------------------------------*/
    /*- Post Formating ---------------*/
	.single-post .story{
		font-size: inherit;
	}
	.single-post .dropcap{
		float: left;
		margin: 6px 8px 0 0;
		font-weight: 300;
		font-size: 72px;
		line-height: 54px;
	}
	.single-post .story blockquote{
		position: relative;
		display: block;
		font-size: 26px;
		font-weight: 300;
		font-style: italic;
		padding: 3% 8%;
		line-height: 1.4;
		background-color: transparent;
		margin-bottom: 32px;
		text-align: center;
	}
	.single-post .story blockquote:before {
		content: '\f10d';
		font-family: FontAwesome;
		font-size: 18px;
		line-height: 28px;
		padding-right: 12px;
		display: inline-block;
	}
	.single-post .story blockquote cite {
		font-size: 14px;
		font-style: normal;
		margin-top: 18px;
		display: block;
		opacity: 0.7;
	}
	.single-post .story blockquote cite:before {
		content: "— ";
	}
	.single-post .story blockquote p {
		margin-bottom: 0;
	}
	.single-post .story blockquote p img {
		float: left;
		margin-right: 24px;
	}
	.single-post .story blockquote p:after {
		clear: both;
	}
	.single-post .wp-caption{
		background-color: transparent;
	}
	.single-post .wp-caption.alignleft{
		padding-left: 0;
	}
	.single-post .wp-caption.alignright{
		padding-right: 0;
	}
	.single-post .wp-caption p.wp-caption-text{
		padding: 10px 0 0;
		font-size: 11px;
	}
	.single-post .format-link .story a:first-child{
		font-size: 24px;
	}
	.single-post .story p:last-child{
		margin-bottom: 0;
	}
	
	/*--------------------------------*/
    /*- Author Bio -------------------*/
	.author-info{
		border-top: 1px solid #eee;
		padding: 36px 18px 0;
		text-align: center;
		margin-top: 36px;
	}
	.author-avatar{
		text-align: center;
	}
	.author-avatar .avatar{
		border-radius: 100px;
		display: inline-block;
	}
	.author-title{
		font-size: 18px;		
	}
	.author-description{
		width: 100%;
		margin: 0 auto;
	}
	@media only screen and (min-width: 769px) {
	.author-description{
		width: 60%;
	}
	}
	.author-description p{
		margin-top: 12px;
	}
	.author-social{
		margin-top: 12px;
	}
	.author-social a{
		display: inline-block;
		font-size: 12px;
		border-radius: 100px;
		line-height: 27px;
		height: 28px;
		width: 28px;
		text-align: center;
		margin: 0 4px;
	}
	.author-social a:hover{
		background-color: #ffffff;
	}
	
	/*--------------------------------*/
    /*- Post Tags --------------------*/
	.single-post .post-tags{
		text-align: center;
		margin-bottom: 12px;
		display: block;
	}
	
	/*--------------------------------*/
    /*- Post Sharing -----------------*/
	.single-post .post-share{
		text-align: center;
		display: block;
	}
	.single-post .post-share a{
		display: inline-block;
		font-size: 14px;
		line-height: 35px;
		height: 36px;
		width: 36px;
		text-align: center;
		margin: 0 2px;
	}
	
	/*--------------------------------*/
    /*- Related Post -----------------*/
	.related-post{
		padding-top: 36px;
		margin-top: 36px;
		border-top: 1px solid #eeeeee;
		text-align: center;
	}
	.related-post-grid{
		margin-left: -10px;
		margin-right: -10px;
	}
	.related-container{
		display: flex;		
	}
	.related-title{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 18px;
		text-transform: uppercase;
		letter-spacing: 3px;
		text-align: center;
	}
	.related-item h4{
		font-size: 14px;
		line-height: 18px;
		margin-top: 4px;
		text-transform: uppercase;
	}
	.related-item .on-date{
		font-size: 11px;
		margin-top: 4px;
	}
	
	/*--------------------------------*/
    /*- Comment ----------------------*/
	#comments{
		border-top: 1px solid #edeeee;
		padding-top: 36px;
		margin-top: 36px;
	}
	#comments .comment-title{
		font-size: 24px;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 18px;
	}
	#comments article.comment{
		border: 1px dashed #cccccc;
		padding: 18px;
	}
	#comments .comment-body .avatar{
		float: left;
		margin-right: 14px;
		margin-bottom: 12px;
		border-radius: 100%;
	}
	#comments .comment-body .author-name{
		font-size: 16px;
		line-height: 20px;
		margin-top: 6px;
	}
	#comments .comment-body .comment-time{
		font-size: 11px;
		line-height: 14px;
		text-transform: uppercase;
	}
	#comments .comment-body p{
		font-size: 13px;
	}
	#comments .comment-reply{
		margin-top: 8px;
		text-align: right;
	}
	#comments .comment-reply-link{
		font-size: 14px;
		line-height: 24px;
	}	
	#comments .comment .children{
		padding-left: 18px;
	}	
	#comments .comment-reply-title{
		font-size: 40px;
		line-height: 36px;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
	}
	#comments #cancel-comment-reply-link{
		display: inline-block;
		text-transform: none;
		letter-spacing: 0;
	}
	#comments .comment-notes,
	#comments .logged-in-as{
		text-align: center;
		font-size: 1.2rem;
	}
	#comments label{
		font-weight: 400;
		font-size: 1.4rem;
	}
	#comments .comment-respond{
		position: relative;
		width: 100%;
		padding: 0;
		background-color: transparent;
	}
	#comments .comment-respond textarea{
		max-width: 100%;
	}
	#comments .comment-respond .form-submit{
		margin-bottom: 0;
	}
	form[class*="comment-form"] .required{
		color: #900;
	}
	#comments .comment-form-author,
	#comments .comment-form-email,
	#comments .comment-form-url{
		width: 32%;
		float: left;
	}
	#comments .comment-form-author,
	#comments .comment-form-email{
		margin-right: 2%;
	}
	#comments li.comment + .comment-respond{
		margin-top: 32px;
	}

/*--------------------------------------------------------------------*/
/*- Pages ------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.sencillo-page._full-width{
	max-width: 100%;
}
.sencillo-page._mini-width{
	max-width: 780px;	
}
.sencillo-page._micro-width{
	max-width: 620px;	
}
.sencillo-page article{
background-color: #ffffff;
border-style: solid;
}
.sencillo-page article.span-8,
.sencillo-page article.span-6{
	display: inline-table;
}
.sencillo-page .thumbnail img{
	display: block;
}
.sencillo-page .story-content > #comments{
	margin-top: 0;
}		
	
	/*--------------------------------*/
	/*- Content Space ----------------*/
	.sencillo-page._padding-none ._title-top{
		margin-bottom: 0;
	}
	.sencillo-page._padding-none ._title-bottom{
		margin-bottom: 0;
	}
	.sencillo-page._padding-none .thumbnail{
		margin-bottom: 4em;
	}
	.sencillo-page._padding-none ._title-top + .thumbnail{
		margin-bottom: 0;
		margin-top: 4em;
	}
	.sencillo-page._padding-none .story,
	.sencillo-page ._padding-none .story-content{
		padding-top: 4em;
		padding-bottom: 4em;
	}
	.sencillo-page._padding-none ._title-bottom + .story{
		padding-top: 5em;
	}
	
	.sencillo-page._heading-content ._title-top{
		padding: 4em;
		margin-bottom: 0;
	}
	.sencillo-page._heading-content ._title-bottom{
		padding: 4em;
		margin-bottom: 0;
	}
	.sencillo-page._heading-content .story{
		padding: 4em;
	}
	.sencillo-page._heading-content .story-content{
		padding: 0 4em 4em;
	}
	.sencillo-page._heading-content ._title-top + .story{
		padding: 0 4em 4em;
	}
	.sencillo-page._heading-content ._title-bottom + .story{
		padding: 0 4em 4em;
	}
	
	.sencillo-page._content-media article{
		padding: 4em;
	}
	.sencillo-page._content-media ._title-top{
		padding: 0 0 4em;
		margin-bottom: 0;
	}
	.sencillo-page._content-media .thumbnail{
		margin: 0 0 4em;
	}
	.sencillo-page._content-media ._title-bottom{
		padding: 0 0 5em;
		margin-bottom: 0;
	}
	.sencillo-page._content-media .story,
	.sencillo-page ._content-media .story-content{
		padding: 0 0 4em;
	}
	
	.sencillo-page._content-media article{
		padding: 4em 4em 0;
	}
	.sencillo-page._content-media ._title-top{
		padding: 0 0 4em;
		margin-bottom: 0;
	}
	.sencillo-page._content-media .thumbnail{
		margin: 0 0 4em;
	}
	.sencillo-page._content-media ._title-bottom{
		padding: 0 0 4em;
		margin-bottom: 0;
	}
	.sencillo-page._content-media .story-content{
		padding-bottom: 4em;
	}
	.sencillo-page._content-media .story,
	.sencillo-page ._content-media .story-content{
		padding: 0 0 4em;
	}

	.sencillo-page._padding-content ._title-top{
		padding: 4em;
		margin-bottom: 0;
	}
	.sencillo-page._padding-content ._title-bottom{
		padding: 4em;
		margin-bottom: 0;
	}
	.sencillo-page._padding-content .story{
		padding: 4em 24%;
	}
	.sencillo-page._padding-content .story-content{
		padding: 0 4em 4em;
	}	
	.sencillo-page._padding-content ._title-top + .story{
		padding: 0 24% 4em;
	}
	.sencillo-page._padding-content ._title-bottom + .story{
		padding: 0 24% 4em;
	}

	/*--------------------------------*/
    /*- Page Post Formating ----------*/
	.sencillo-page .dropcap{
		float: left;
		margin: 6px 8px 0 0;
		font-weight: 300;
		font-size: 72px;
		line-height: 54px;
	}
	.sencillo-page .story blockquote {
		position: relative;
		display: block;
		font-size: 24px;
		font-weight: 400;
		padding: 3% 8%;
		line-height: 1.2em;
		background-color: transparent;
		margin-bottom: 32px;
		text-align: center;
	}
	.sencillo-page .story blockquote:before {
		content: '\f10d';
		font-family: FontAwesome;
		font-size: 18px;
		line-height: 28px;
		padding-right: 12px;
		display: inline-block;
	}
	.sencillo-page .story blockquote cite {
		font-size: 14px;
		font-style: normal;
		margin-top: 18px;
		display: block;
		opacity: 0.7;
	}
	.sencillo-page .story blockquote cite:before {
		content: "— ";
	}
	.sencillo-page .story blockquote p {
		margin-bottom: 0;
	}
	.sencillo-page .story blockquote p img {
		float: left;
		margin-right: 24px;
	}
	.sencillo-page .story blockquote p:after {
		clear: both;
	}
	.sencillo-page .wp-caption{
		background-color: transparent;
	}
	.sencillo-page .wp-caption.alignleft{
		padding-left: 0;
	}
	.sencillo-page .wp-caption.alignright{
		padding-right: 0;
	}
	.sencillo-page .wp-caption p.wp-caption-text{
		padding: 10px 0 0;
		font-size: 11px;
	}
	.sencillo-page .story p:last-child{
		margin-bottom: 0;
	}

	/*--------------------------------*/
    /*- Page Post Formating ----------*/	
	.error404 .column{
		text-align: center;		
	}
	.error404 .search-form .search-field{
		height: 44px;
	}
	.error404 .search-form .search-submit{
		line-height: 40px;
		margin: 0;
	}

/*--------------------------------------------------------------------*/
/*- Sidebars ---------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.sidebar .section-nav-title{
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	font-size: 14px;
	margin-bottom: 24px;
}
.sidebar .content.well{
	background-color: #ffffff;
	margin-bottom: 20px;
	border-style: solid; 
}
.sidebar .content.well:last-child{
	margin-bottom: 0;
}
	
	/*--------------------------------*/
	/*-- Author ----------------------*/
	.sidebar .content.well .widget-author{
		text-align: center;	
	}
	.sidebar .content.well .widget-author h2,
	.sidebar .content.well .widget-author h3{
		margin-bottom: 8px;
	}
	.sidebar .content.well .widget-author img{
		margin-bottom: 18px;
		width: 150px;
	}
	.sidebar .content.well .widget-author p{
		margin-bottom: 18px;
	}
	
	/*--------------------------------*/
	/*-- Blockquote ------------------*/
	.sidebar .content.well blockquote{
		margin: -20px -20px -24px;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		line-height: 28px;
		padding: 20px;		
	}
	.sidebar .content.well blockquote cite{
		font-size: 12px;
		font-style: italic;
		display: block;
		margin-top: 18px;
	}
	
	/*--------------------------------*/
	/*-- Search ----------------------*/
	.sidebar .search-form{
		position: relative;
	}
	.sidebar .search-field{
		margin-bottom: 0;
		width: 100%;
		border-radius: 3px;
		height: 44px;
		padding: 0 44px 0 8px;
	}
	.sidebar .search-submit{
		height: 42px;
		line-height: 42px;
		margin: 0;
		background-color: transparent;
		color: #ccc;
		font-size: 14px;
		border: 0;
		padding: 0;
		width: 40px;
		position: absolute;
		right: 1px;
		top: 1px;
	}
	
	/*--------------------------------*/
	/*-- Tag Cloud -------------------*/
	.widget_tag_cloud .tagcloud a{
		display: inline-block;
		line-height: 28px;
		font-weight: 400;
		border-style: solid;
		font-weight: 400;
		font-size: 12px;
		padding: 0 12px;
		margin-top: 8px;
		text-transform: none;
		letter-spacing: 0;
	}
	
	/*--------------------------------*/
	/*-- Recent Tweets ---------------*/
	.tp_recent_tweets li{
		padding-left: 30px !important;
		padding-bottom: 20px !important;
		margin-bottom: 20px !important;
		line-height: 22px;
		list-style-type: none;
		position: relative;
	}
	.tp_recent_tweets li:last-child{
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	.tp_recent_tweets li:before{
		content: "\f099";
		font-family: 'FontAwesome';
		font-size: 24px;
		position: absolute;
		left: 0;
	}
	.tp_recent_tweets li a {
		font-weight: 400;	
	}
	.tp_recent_tweets .twitter_time {
		margin-top: 6px;
		display:block;
		font-size: 12px;
		font-style: italic;	
		font-weight: normal;
		opacity: 0.6;
	}
	
	/*--------------------------------*/
	/*-- Recent Comment  -------------*/
	.widget_recent_comments li{
		font-size: 10px;
	}
	.widget_recent_comments li .comment-author-link a{
		font-size: 10px;
		display: inline-block !important;
	}
	.widget_recent_comments .recentcomments a{
		display: block !important;
	}
	
	/*--------------------------------*/
	/*-- Recent Post -----------------*/
	.widget_recent_entries .post-date{
		font-size: 10px;
	}
	
	/*--------------------------------*/
	/*-- Recent Post Extended --------*/
	.recent-posts-extended .rpwe-title{
		font-weight: 700;
		line-height: 20px;
		font-size: 18px;
	}
	.recent-posts-extended .rpwe-time{
		font-size: 10px;
	}
	.recent-posts-extended .rpwe-summary{
		margin-top: 12px;
	}
	.sidebar .recent-posts-extended li:not(:last-child){
		margin-bottom: 24px;
		padding-bottom: 20px;
	}
	
	/*--------------------------------*/
	/*-- MailChimp WP ----------------*/
	.widget_mc4wp_form_widget input[type="text"]{
		margin-bottom: 20px;
	}
	.widget_mc4wp_form_widget input[type="submit"]{
		width: 100%;
		margin-top: 20px;
	}
	.widget_mc4wp_form_widget p{
		margin-bottom: 20px;
	}

/*--------------------------------------------------------------------*/
/*- Carousel ---------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.sencillo-gallery.owl-carousel {
	display: block;
}
.sencillo-gallery .item {
	height: 100%;
}
.sencillo-gallery .owl-controls .owl-prev,
.sencillo-gallery .owl-controls .owl-next {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	height: 60px;
	padding: 0 12px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	border-radius: 2px;
	z-index: 1;
	transform: translate(0px, -50%);
	top: 50%;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.sencillo-gallery:hover .owl-controls .owl-prev,
.sencillo-gallery:hover .owl-controls .owl-next {
	opacity: 0.8;
}
.sencillo-gallery .owl-controls .owl-prev {
	left: 10px;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-o-transition: 0 2px 2px 0;
}
.sencillo-gallery .owl-controls .owl-next {
	right: 10px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	-o-transition: 2px 0 0 2px;
}
.sencillo-gallery .owl-controls .owl-pagination {
	position: absolute;
	bottom: 24px;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.sencillo-gallery .owl-controls .owl-page {
	background-color: #fff;
	border: 1px solid #fff;
	margin: 6px;
	opacity: 0.8;
	box-shadow: none;
	display: inline-block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-o-transition: 100px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.sencillo-gallery .owl-controls .owl-page.active {
	background-color: transparent;
	border: 1px solid #fff;
	width: 8px;
	height: 8px;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.52);
}

/*--------------------------------------------------------------------*/
/*- Meta -------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.by-author,
.in-categories,
.on-date{
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 8px;
	display: inline-block;
}
.in-categories{
	margin-bottom: 24px;
	margin-right: 0;
}
.on-date{
	opacity: 0.7;
}
.on-date:last-child{
	margin-right: 0;
}

/*--------------------------------------------------------------------*/
/*- Footer -----------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.footer-site{
	border-top-style: solid;
}
.grid + .copyright{
	border-top: 0;
}
.footer-site .section-nav-title{
	text-transform: none;
}
.footer-site .ed-social{
	margin-bottom: 8px;
}
.footer-site .ed-social a{
	margin: 0 4px;
	display: inline-block;
	border-radius: 100px;
	border-style: solid;
	border-width: 1px;
}
.footer-site .ed-social a:first-child{
	margin-left:0;
}
.footer-site .ed-social a:last-child{
	margin-right:0;
}
.copyright .nav-horizontal{
	margin-top: 24px;
	margin-bottom: 18px;
}
.copyright .nav-horizontal li{
	margin: 0 10px;
}
.copyright .nav-horizontal li:first-child{
	margin-left: 0px;
}
.copyright .nav-horizontal li:last-child{
	margin-right: 0px;
}
#back-top{
	position: fixed;
	right: 24px;
	bottom: 24px;
	display: none;
}
#back-top a{
	border-radius: 100px;
	font-size: 14px;
	border: 2px solid #828282;
	color: #828282;
	width: 48px;
	line-height: 48px;
	height: 48px;
	display: inline-block;
	text-align: center;
	z-index: 1;
}
#back-top a:hover{
	color: #ffffff;
}