/*
 Sencillo Layers Extension
 ---------------------
 Description: This file contains all widgets styling.
 Version: 1.0.0
 Developers: Equtor Design
 Developer URI: http://equator.design
*/

/*--------------------------------------------------------------------*/
/*- Buttons ----------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.sencillo-widget .media-body .button, .sencillo-widget .thumbnail-body .button, .swiper-wrapper .button{
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	background-color: transparent;
	font-weight: 700;
	font-size: 12px;
	padding: 0 36px;
	margin-top: 8px;
}

/*--------------------------------------------------------------------*/
/*- Headings ---------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.sencillo-widget .section-title{
	position: relative;
}
.sencillo-widget .section-title.style-v::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 30px;
	background-color: #000000;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -50px;
}
.sencillo-widget .section-title.style-h .heading{
	position: relative;	
}
.sencillo-widget .section-title.style-h .heading::before{
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #000000;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -28px;
}
.section-title .heading + .excerpt{
	margin-top: 0px;
}
/*--------------------------------------------------------------------*/
/*- Widgets ----------------------------------------------------------*/
/*--------------------------------------------------------------------*/	
	.sencillo-widget .layers-masonry-column .media,
	.sencillo-widget .layers-masonry-column .thumbnail-media{
		position: relative;
	}
	.sencillo-widget .layers-masonry-column .media-image,
	.sencillo-widget .layers-masonry-column .thumbnail-media{
		overflow: hidden;
	}
	.sencillo-widget.sencillo-content .layers-masonry-column .media:hover img,
	.sencillo-widget.sencillo-content .layers-masonry-column .thumbnail-media:hover{
		transform: none;
	}
	.sencillo-widget .layers-masonry-column .media img,
	.sencillo-widget .layers-masonry-column .thumbnail-media{
		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-widget .layers-masonry-column .media:hover img,
	.sencillo-widget .layers-masonry-column .thumbnail-media:hover img{
		opacity: 0.8;
	}
	
	/*------------------------*/
	/*- Slider Widget --------*/
	.swiper-container.container{
		max-width: 1130px;
	}
	.swiper-container .arrows a{
	background: rgba(255, 255, 255, 0.1);
	font-size: 16px;
	padding: 0 12px;
	line-height: 60px;
	border-radius: 2px;
	}
	.swiper-container .swiper-pagination-switch.swiper-visible-switch.swiper-active-switch,
	.swiper-container .swiper-pagination-switch,
	.swiper-container .swiper-pagination-switch:hover{
	border-width: 1px;
	opacity: 0.4;
	}
	.swiper-slide .section-title._light{
		background: rgba(255, 255, 255, 0.75);
		padding: 80px 40px;
		width: 50%;
		margin: 0 auto;	
	}
	.swiper-slide .section-title._dark{
		background: rgba(0, 0, 0, 0.75);
		padding: 80px 40px;
		width: 420px;
		margin: 0 auto;
	}
	.sencillo-slider .section-title .heading-two{
		display: inline-block;
	}
	.sencillo-slider .section-title .slider-botton{
		display: block;
		clear: both;
	}
	
	/*------------------------*/
	/*- Portfolio Widget --------*/
	.sencillo-portfolio .media .heading a:hover, .sencillo-portfolio .media .category a:hover, .sencillo-portfolio .media .excerpt a:hover{
		opacity: 0.7;
	}
	.sencillo-portfolio .media .heading{
		font-weight: 700;
		margin-bottom: 8px;
	}
	.sencillo-portfolio .media .category{
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 1px;
		display: block;
		margin-bottom: 12px;
		text-transform: uppercase;
	}
	.sencillo-portfolio .media .category + .excerpt{
		margin-bottom: 12px;
		font-size: 1.2rem;		
	}
	
	.sencillo-portfolio .media .media-link{
		width: 0;
		height: 0;
		border-top: 44px solid #000000;
		border-right: 44px solid transparent;
		position: absolute;
		top: -44px;
		left: -44px;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
	}
	.sencillo-portfolio .media:hover .media-link{
		opacity: 1;
		top: 0;
		left: 0;
		visibility: visible;
	}
	.sencillo-portfolio .media .media-link:before{
		position: absolute;
		content: '\f0c1';
		font-family: FontAwesome;
		color: #ffffff;
		font-size: 14px;
		left: 5px;
		top: -43px;
	}
	.sencillo-portfolio .media .media-popup{
		width: 0;
		height: 0;
		border-bottom: 44px solid #000000;
		border-left: 44px solid transparent;
		position: absolute;
		bottom: -44px;
		right: -44px;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
	}
	.sencillo-portfolio .media:hover .media-popup{
		opacity: 1;
		bottom: 0;
		right: 0;
		visibility: visible;
	}
	.sencillo-portfolio .media .media-popup:before{
		position: absolute;
		content: '\f002';
		font-family: FontAwesome;
		color: #ffffff;
		font-size: 14px;
		right: 7px;
		bottom: -41px;
	}
	
	/*columns style overlay*/
	.sencillo-portfolio .layers-masonry-column .style-overlay::before{
		background: rgba(255, 255, 255, 0.9);
		position: absolute;
		width: 100%;
		height: 100%;
		content: "";
		left: 0;
		top: 0;
		opacity: 0;
		z-index: 1;
		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-portfolio .layers-masonry-column .style-overlay:hover::before{
		opacity: 0.9;
	}
	.sencillo-portfolio .layers-masonry-column .style-overlay ._align-top{
		position: absolute;
		padding: 0 18px;
		opacity: 0;
		width: 100%;
		top: 20px;
		margin: 0;
		z-index: 2;
		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-portfolio .layers-masonry-column .style-overlay:hover ._align-top{
		opacity: 1;
		top: 30px;
	}
	.sencillo-portfolio .layers-masonry-column .style-overlay ._align-middle{
		position: absolute;
		padding: 0 18px;
		opacity: 0;
		width: 100%;
		top: 60%;
		margin: 0;
		z-index: 2;
		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-portfolio .layers-masonry-column .style-overlay:hover ._align-middle{
		opacity: 1;
		top: 50%;
		transform: translateY(-50%);
	}
	.sencillo-portfolio .layers-masonry-column .style-overlay ._align-bottom{
		position: absolute;
		bottom: 20px;
		padding: 0 18px;
		opacity: 0;
		width: 100%;
		z-index: 2;
		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-portfolio .layers-masonry-column .style-overlay:hover ._align-bottom{
		opacity: 1;
		bottom: 30px;
	}
	
	/*columns style bottom*/
	.sencillo-portfolio .layers-masonry-column .style-regular .media-body{
		background: rgba(0, 0, 0, 1);
		padding: 24px;
		width: 100%;
		margin-top: 0;
	}
	
	.sencillo-portfolio .full-width.list-masonry {
		margin-left: 10px;
		margin-right: 10px;
	}
	.sencillo-portfolio._no-gutter .full-width.list-masonry{
		margin-left: -10px;
		margin-right: 0;
	}
	
	/*------------------------*/
	/*- Content Widget --------*/
	.sencillo-content .media .heading a:hover, .sencillo-content .media .category a:hover, .sencillo-content .media .excerpt a:hover{
		opacity: 0.7;
	}
	.sencillo-content .media .heading{
		font-weight: 700;
		margin-bottom: 12px;
	}
	.sencillo-content .media .category{
		font-size: 11px;
		letter-spacing: 1px;
		border-bottom: 1px solid;
		display: inline-block;
		margin-bottom: 12px;
	}
	.sencillo-content .media .excerpt{
		margin-bottom: 12px;
	}
	.sencillo-content .vertical-middle{
		display: flex;
	}
	.sencillo-content .vertical-middle .media{
		display: flex;
		margin: 0 auto; 
	}
	.sencillo-content .vertical-middle .media-body{
		margin: auto;
	}
	.sencillo-content .section-title .excerpt{
		line-height: 1.6;
	}
	
	/*------------------------*/
	/*- Services Widget ------*/	
	.sencillo-services .media .heading a:hover, .sencillo-services .media .category a:hover, .sencillo-services .media .excerpt a:hover{
		opacity: 0.7;
	}
	.sencillo-services .media .heading{
		font-weight: 700;
		margin-bottom: 8px;
	}
	.sencillo-services .media .ed-icon .fa{
		font-size: 28px;
		display: inline-block;
		margin-bottom: 12px;
		border-radius: 100px;
	}
	.sencillo-services .media .excerpt{
		margin-bottom: 12px;
	}
	
	/*------------------------*/
	/*- Testimonials Widget --*/	
	.sencillo-testimonials .section-testimonials{
		max-width: 70%;
		margin: 0 auto;
	}
	.sencillo-testimonials .image-container{
		max-width: 90px;
		margin-bottom: 20px;
	}
	.sencillo-testimonials .excerpt{
		margin-bottom: 20px;
	}
	.sencillo-testimonials .client{
		line-height: 20px;
		margin-bottom: 2px;
		font-size: 14px;					
	}
	.sencillo-testimonials .company{
		font-size: 12px;
		margin-bottom: 2px;					
	}
	.sencillo-testimonials .overlay{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 0;
	}
	.sencillo-testimonials .container ~ .swiper-wrapper .swiper-slide{
		display: inline;
	}
	.sencillo-testimonials .swiper-wrapper .swiper-slide{
		display: flex;
	}
	.sencillo-testimonials > .container{
		z-index: 1;
		position: relative;
		padding-top: 80px;					
	}
	.sencillo-testimonials > .container .subtitle{
		width: 70%;
		display: inline-block;
	}
	
	/*------------------------*/
	/*- Post Widget ----------*/
	.sencillo-post article{
		background-color: #ffffff;
		border-style: solid;
	}
	.sencillo-post article .thumbnail-body{
		background-color: transparent;
	}	
	.sencillo-post .thumbnail{
		margin-bottom: 20px;
	}
	.sencillo-post .heading{
		font-size: 24px;
		line-height: 1.2;
		font-weight: 700;
		margin-bottom: 18px;
	}
	.sencillo-post .content-body p{
		margin-bottom: 0;
	}
	
	.sencillo-post .container.list-masonry .span-3 .by-author,
	.sencillo-post .container.list-masonry .span-4 .by-author,
	.sencillo-post .container.list-grid .span-3 .by-author,
	.sencillo-post .container.list-grid .span-4 .by-author{
		margin-right: 0;
	}
	
	.sencillo-post .list-masonry .span-2 .by-author,
	.sencillo-post .list-masonry .span-3 .by-author,
	.sencillo-post .list-grid .span-2 .by-author,
	.sencillo-post .list-grid .span-3 .by-author{
		margin-right: 0;
	}

	.sencillo-post._padding-none ._title-top{
		margin-bottom: 0;
	}
	.sencillo-post._padding-none ._title-bottom{
		margin-bottom: 0;
	}
	.sencillo-post._padding-none .thumbnail-media{
		margin-bottom: 36px;
	}
	.sencillo-post._padding-none ._title-top + .thumbnail-media{
		margin-bottom: 0;
		margin-top: 36px;
	}
	.sencillo-post._padding-none .content-body{
		padding-top: 36px;
	}
	
	.sencillo-post._heading-content ._title-top{
		padding: 36px;
		margin-bottom: 0;
	}
	.sencillo-post._heading-content ._title-bottom{
		padding: 36px;
		margin-bottom: 0;
	}
	.sencillo-post._heading-content .content-body{
		padding: 36px;
	}
	.sencillo-post._heading-content ._title-top + .content-body{
		padding: 0 36px 36px;
	}
	.sencillo-post._heading-content ._title-bottom + .content-body{
		padding: 0 36px 36px;
	}
	
	.sencillo-post._content-media article{
		padding: 36px 36px 0;
	}
	.sencillo-post._content-media ._title-top{
		padding: 0 0 36px;
		margin-bottom: 0;
	}
	.sencillo-post._content-media .thumbnail-media{
		margin: 0 0 36px;
	}
	.sencillo-post._content-media ._title-bottom{
		padding: 0 0 36px;
		margin-bottom: 0;
	}
	.sencillo-post._content-media .content-body{
		padding: 0 0 36px;
	}
	
	.sencillo-post._padding-content ._title-top{
		padding: 36px;
		margin-bottom: 0;
	}
	.sencillo-post._padding-content ._title-bottom{
		padding: 36px;
		margin-bottom: 0;
	}
	.sencillo-post._padding-content .content-body{
		padding: 36px 24% ;
	}
	.sencillo-post._padding-content ._title-top + .content-body{
		padding: 0 24% 36px;
	}
	.sencillo-post._padding-content ._title-bottom + .content-body{
		padding: 0 24% 36px;
	}
	
	.sencillo-post._text-left article{
		text-align: left;
	}
	.sencillo-post._text-right article{
		text-align: right;
	}
	.sencillo-post._text-center article{
		text-align: center;
	}
	
	.sencillo-post article .content-body .post-read-more{
		margin-top: 18px;	
	}
	.sencillo-post article .content-body .more-link{
		display: none;
		font-size: 0px;
	}
	.sencillo-post._text-center .post-pagination{
		text-align: center;
	}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.sencillo-slider .section-title	.heading-one{
		font-size: 24px !important;
		line-height: 24px !important;
	}
	.sencillo-slider .section-title	.heading-two{
		font-size: 32px !important;
		line-height: 32px !important;
	}
	.sencillo-slider .section-title .excerpt{
		font-size: 14px !important;
		line-height: 1.6 !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.sencillo-slider .section-title	..heading-one{
		font-size: 40px !important;
		line-height: 40px !important;
	}
	.sencillo-slider .section-title	..heading-two{
		font-size: 60px !important;
		line-height: 60px !important;
	}
	
}
	/*------------------------*/
	/*- Contact Widget ----------*/
	 .sencillo-contact .full-width .span-12{
		 margin-left: 0;
		 margin-right: 0;
		 min-width: 100%;
	}
	.full-width .layers-map{
		margin-left: 0;
		margin-right: 0;
	}