/*
Theme Name: DeHoyenHoy
Theme URI: https://dehoyenhoy.com
Author: Cubie Design
Author URI: https://cubiedesign.com
Description: DeHoyenHoy

*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body{
font-family:var( --e-global-typography-primary-font-family ), Sans-serif;
	color: #555658;
	font-size: 17px;
}
p{
font-family:var( --e-global-typography-primary-font-family ), Sans-serif;
}
a {
    color: #cdddce;
    text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'DM Serif Display', serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}
h1{
	    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    letter-spacing: 0px;
}
h2{
	font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    letter-spacing: 0px;
}
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/*Header*/
.site-container{
display:none;
}

.margin-container{
margin:0 auto;
}
.tmls-widget {
min-height: 0 !important;
}
.genesis-nav-menu {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 25px 0 0 !important;
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
	font-weight: 700;
}

.genesis-nav-menu a:hover, .header-widget-area .genesis-nav-menu .current-menu-item > a {
    color: #f37c72;
}

.genesis-nav-menu a {
color:#555658;
}

.genesis-nav-menu li a{
    padding: 20px 18px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.navbar-default .navbar-nav>li>a {
color: #555;
text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #cdddce;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

li.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  overflow: hidden;
  list-style: circle outside none;
}
.dropdown-menu {
  min-width: 220px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li > a {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
  display: block;
  padding: 17px 20px;
  color: #333;
  font-size: 12px;
  line-height: 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #cdddce;
  background: #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fff;
    color: #cdddce;
    outline: 0 none;
    text-decoration: none;
}

@media (max-width: 771px) {
.navbar-default .nav > li {
  padding: 10px 16px;
}
  .navbar .dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    float: none !important;
    margin-top: 10px !important;
  }
}
header{
	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}
.section_overlay{
	background: rgba(250,250,250, .5);
}
.home_text{
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.home_text h2{
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom:15px;
}
.home_text p{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.home_text img{}
.scroll_down{
	padding-bottom: 50px;
}
.scroll_down h4{
	font-size: 12px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.header-page {
	padding:100px;
	text-align:center;
}
.header-page h1{
	color:#ffffff;
	text-transform:uppercase;
	font-weight:100;
	font-size:65px
}
.null-instagram-feed ul, li {
    text-decoration: none;
    list-style: none;
	padding:0;
}

.insta-css {
float:left;
	max-width: 20%;
}

.insta-img {
max-width:100%;
}

.position {
	z-index: 1;
position: relative;
}

blockquote {
    padding: 0px 20px;
    margin: 0 0 15px;
    border-left: 5px solid #f6e278;
	font-size:14px;
}
/*Services*/
.services{
	padding-top: 96px;

}
.services .container{
	border-bottom: 1px solid #ddd;
}
.single_service{
	padding-bottom: 96px;
}
.single_service i{
	font-size: 25px;
	color: #d0675a;
}
.single_service h2{
	color: #000000;
	font-size: 25px;
	text-transform: uppercase;
}
.single_service p{
	color: #404040;
	font-size: 14px;
}
.single_progress_bar .progress {
height: 1px;
margin-bottom: 20px;
overflow: hidden;
background-color: #d5d5d5;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.single_progress_bar .progress-bar {
background-color: #2d3334;
}
.single_progress_bar h2{
	color: 000;
	font-size: 14px;
	font-weight: 400;
}
.about_us_p{
	font-size: 14px;
	color: #272727;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 21px;
}
.about_title h2{
	font-size: 25px;
	color: #605f5e;
	margin-top: 55px;
	margin-bottom: 21px;
}
.about_title img{
	margin-bottom: 70px;
}

.blog h2{
    color: #d0675a;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blog h2 a{
    color: #d0675a;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
text-transform: uppercase;
}

.blog h2 a:hover{
    opacity:.8;
}

/*Testimonial*/
.testimonial{
		padding-top: 130px;
	padding-bottom: 80px;
}
.testimonial{

}
.testimonial .icon:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #d0675a;
	top: 110px;
	left: 50%;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin-left: -40px;

}
.testimonial .icon i{
color: #fff;
font-size: 47px;
position: absolute;
z-index: 555;
left: 50%;
margin-left: -23px;


}
.single_testimonial p{
color: #404040;
font-size: 18px;
font-family: 'Dosis', sans-serif;
letter-spacing: 1px;
padding-top: 110px;

}
.single_testimonial h4{
	color: #404040;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px
}

.form-overlay {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 25px 30px;
}

/*Fun Facts*/
.fun_facts{
	background: url(../images/bg-exp-3.jpg);
	background-attachment: fixed !important;
	background-repeat: repeat;
	
}
.fun_facts .section_overlay{
background: rgba(71,71,71,.8);
padding-bottom: 30px;
}
.single_count{
padding-top: 120px;	
}
.single_count i{
	color: #d0675a;
	font-size: 24px;
}
.single_count h3{
font-family: 'Montserrat', sans-serif;
color: #fff;
font-size: 40px;
font-weight: bold;
margin-bottom: 0px;	
}
.single_count p{
font-family: 'Dosis', sans-serif;
color: #fff;
font-size: 14px;
text-transform: uppercase;
position: relative;	
}
.single_count p:before{
content: "";
position: absolute;
width: 16px;
height: 1px;
left: 0;
bottom: -4px;
background: #ef4251;
}
.imac{
position: relative;
margin-top: -40px;	
}
.imac img{
	width: 100%;
}

.border-footer{
	border-right:1px solid #fff;
	min-height:150px;
}
@media(max-width: 767px){
	.imac{
		margin-top: 20px
	}
	.border-footer{
	border-right:none;
	min-height:auto;
}
}
.single_image{
	margin-right: 3px;
	position: relative;
	transition: all 1s;
}
.single_image img{
	width: 100%;

}
.single_image:hover div.image_overlay{
	opacity: 1;
}

.image_overlay{
position: absolute;
width: 100%;
height: 100%;
background: rgba(208, 103, 90,.9);
left: 0;
top: 0;
opacity: 0;
	transition: all 1s;

}
.image_overlay a{
position: absolute;
top: 20px;
right: 20px;
color: #fff;
text-decoration: none;
text-transform: uppercase;	
}
.image_overlay h2{
position: absolute;
bottom: 28px;
left: 20px;
font-size: 25px;
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;	
}
.image_overlay h4{
position: absolute;
bottom: 11px;
left: 20px;
color: #fff;
font-size: 14px;
text-transform: uppercase;	
}

.five_padding{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.no_padding{
	padding-left: 0px;
	padding-right: 0px;
}
.work_title{}
.work_title h1, .contact_title h1{
	font-size: 25px;
	color: #d0675a;
	padding-top: 80px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.work_title img, .contact_title img{
	margin-bottom: 30px;
}
.work_title p, .contact_title p{
	font-size: 14px;
	color: #000;
	margin-bottom: 100px;
}
.last_padding {
	padding-right: 0px;
}
.pad_top {
	padding-top: 2px;
}
.left h2{
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.left p{
	margin-bottom: 60px;
	font-size: 14px;
	color: #000;
}
.baton{
	margin-top: 65px;
}
.cs-btn, .cs-btn:active, .cs-btn:visited, .cs-btn:focus{
	color: #fff;
	background-color: #d0675a;
	border-radius: 0px;
	outline: none;
	padding: 10px 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 1s;
}
.cs-btn:hover{
	background: #d0675a;
	border-color: #d0675a;
}
.call_to_action .container{
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}

.margin-btn{
margin-top: 40px;
}

/*Botones*/

.btn{
	background: #5a5b5d;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    white-space: ;
    font-weight: 500;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active{
	background:#080808;
	color:#fff;
	text-decoration:none;
}
.btn-white{
	background:#fff;
	color:#de7268 !important;
	padding: 20px 50px;
	font-size: 16px;
white-space: normal;
text-transform: uppercase;
font-weight: 600;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active{
	background:#f5f5f5;
	color:#de7268;
	text-decoration:none;
}
.btn-1{
	background: #5a5b5d;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    white-space: ;
    font-weight: 500;
	border-radius: 40px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active{
	background:#080808;
	color:#fff;
	text-decoration:none;
}
.btn-2{
	background: #cdddce;
    color: #555658;
    padding: 15px 20px;
    font-size: 16px;
    white-space: ;
    font-weight: 500;
	border-radius: 40px;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active{
	background:#080808;
	color:#fff;
	text-decoration:none;
}
.btn-primary {
	background: #cdddce;
    color: #555658;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
	border-radius: 40px;
  border-color: #cdddce;
	  border: 2px solid transparent;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #2a272e;
  border-color: #2a272e;
  color: #fff;
}
/*Formularios*/
.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 9px;
  font-size: 14px;
	font-weight:500;
  line-height: 17px;
color: #555658;
  background-color: #fff;
  background-image: none;
	  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
 -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
margin:10px 0;
}
.form-control:focus {
  border-color: #555658;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:-moz-placeholder {
  color: #7a7a7a;
}
.form-control::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #7a7a7a;
}
.form-control::-webkit-input-placeholder {
  color: #7a7a7a;
}
textarea.form-control {
  height: auto;
  min-height: 210px;
  resize: none;
}
.control-label {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 7px 0;
}
.control-label span {
  color: #999;
}
.form-group {
  margin-bottom: 25px;
}
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: inherit;
}
.has-error .help-block {
  color: #bc3d3d;
}
.has-error .form-control:focus {
  border-color: #bc3d3d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control {
  border-color: #bc3d3d;
}
.has-error .help-block {
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  position: relative;
  top: 7px;
  height: 0;
}
span.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}
input[type="checkbox"] {
  opacity:0;
	display:none;
}
input[type="checkbox"] + span::before {
  display:inline-block;
    width:30px;
    height:30px;
    margin:5px 10px 5px 0;
    vertical-align:middle;
    cursor:pointer;
    
}
input[type="checkbox"] + span::before {
  content: '';
  background:#d5f3ef;
}

input[type="checkbox"]:checked + span::before {
   content: '<';
  background:url(https://experienciar.es/nuevo/wp-content/uploads/2018/03/check-img.png) no-repeat center center;
}

/*Footer*/

.et_monarch .et_social_sidebar_networks{
display:none !important;
}

footer{
	background-color: #5a5b5d;
	padding-top: 35px;
padding-bottom: 25px;
}
footer p{
	color:#fff
}
.opacity{
opacity:.2;
}

.footer_logo{}
.footer_logo img{}
.social{
	padding-top: 5px;
	margin-bottom: 5px;
}
.social h2{
text-transform: uppercase;
font-size: 16px;	
}
ul.icon_list{
margin: 0;
padding: 0;
list-style: none;
margin-top: 0px;
}
ul.icon_list li{
display: inline;
padding-left: 3px;
padding-right: 3px;
}
ul.icon_list li a{
display: inline-block;
color: #555658;
background: #ffffff;
border: 1px solid #ffffff;
border-radius: 50%;
text-align: center;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
transition: all 1s;
	font-size: 12px;
}
ul.icon_list li a:hover{
	color: #a3d9d0;
}
ul.icon_contact{
margin: 0;
padding: 0;
list-style: none;
margin-top: 0px;
}
ul.icon_contact li{
display: inline;
padding-left: 3px;
padding-right: 3px;
}
ul.icon_contact li a{
display: inline-block;
color: #a3d9d0;
background: #ffffff;
border: 1px solid #ffffff;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
text-align: center;
line-height: 28px;
transition: all 1s;
}
ul.icon_contact li a:hover{
	color: #a3d9d0;
}
.icon_contact .facebook a{
background: #cdddce !important;
color: #fff !important;
border: 1px solid #cdddce !important;
}
.facebook a:hover{
	background: #cdddce;
	border: 1px solid #cdddce;
	color: #fff !important;
}
.icon_contact .instagram a{
background: #555658 !important;
color: #fff !important;
border: 1px solid #555658 !important;
}
.instagram a:hover{
	background: #555658;
	border: 1px solid #555658;
	color: #fff !important;
}
.icon_contact .twitter a{
background: #f7b9b6 !important;
color: #fff !important;
border: 1px solid #f7b9b6 !important;
}
.twitter a:hover{
	background: #f7b9b6;
	border: 1px solid #f7b9b6;
	color: #fff !important;
}
.icon_contact .pinterest a{
background: #f37c72 !important;
color: #fff !important;
border: 1px solid #f37c72 !important;
}
.pinterest a:hover{
	background: #f37c72;
	border: 1px solid #f37c72;
	color: #fff !important;
}
.icon_contact .youtube a{
background: #fae484 !important;
color: #fff !important;
border: 1px solid #fae484 !important;
}
.youtube a:hover{
	background: #fae484;
	border: 1px solid #fae484;
	color: #fff !important;
}
.icon_contact .linkedin a{
background: #a3d9d0 !important;
color: #fff !important;
border: 1px solid #a3d9d0 !important;
}
.linkedin a:hover{
	background: #cdddce;
	border: 1px solid #cdddce;
	color: #fff !important;
}
.copyright_text{
padding-top: 10px;	
}
.footer_text p{
color: #ffffff;
font-size: 13px;
font-weight:700;
margin-bottom: 0px;
letter-spacing: 0px;
	padding: 8px 0;
}
.footer_text a{
	color:#ffffff;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	}
.contact-btn {
    border: 1px solid #d0675a;
    color: #d0675a;
    font-weight: 600;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

.logo-menu a {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
color: transparent !important;
 width: 215px;
}
.logo-menu a:hover {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
color: transparent !important;
}
.enlaces {
    padding: 0;
	font-size:13px;
}

.enlaces ul, li {
    list-style: none;
    text-decoration: none;
}
.enlaces li {
    padding:8px 0;
}

.enlaces li a {
    color: #fff;
}

.enlaces li a:hover {
    opacity:.8;
}
.box-shadow{
box-shadow: 1px 1px 15px #c5aaa7;
}
.bg-w{
	background:#fff;
	padding:45px 45px 55px
}
.big-text{
	font-size:44px;
}
.bg-w-btn{
	padding: 0 45px;
margin-top: -10px;
}
@media(max-width: 767px){
.bg-w{
	background:#fff;
	padding:40px 40px 50px
}
.big-text{
	font-size:2em;
}
.bg-w-btn{
	padding: 0 20px;
margin-top: -10px;
}
}
.tmls.large_image .tmls_container .tmls_item .tmls_image, .tmls_images_pagination.large_image .tmls_paginationContainer .tmls_image {
    width: 180px !important;
    height: 180px !important;
}
.tmls.style2.large_image .tmls_text, .tmls.style2.large_image .tmls_name, .tmls.style2.large_image .tmls_position, .tmls.style2.large_image .tmls_rating {
    margin-left: 210px !important;
}
.tmls .tmls_container .tmls_item .tmls_text {
    line-height: 1.45 !important;
}

/* === BLOG === */
.entry-meta {
  margin: 6px 0 1px 0;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.entry-meta > span {
  display: inline-block;
  margin-right: 15px;
}
.entry-meta .entry-reply a {
  color: #ea623d;
}
.entry-meta .entry-reply a:hover {
  color: inherit;
}
.blog-bg {
	background:#f9f9f9;
	padding: 60px 0 50px;
}
.blog-item {
  float: left;
  clear: both;
}
.blog-item p {
  margin: 0 0 20px;
}
.blog-item p a {
  color: #ea623d;
}
.blog-item p a:hover {
  color: inherit;
}
.blog-item .blog-thumbnail {
  margin-bottom: 13px;
}
.blog-item .entry-title {
  margin-bottom: 6px;
}
.blog-item.format-link .entry-title a {
  color: #ea623d;
}
.blog-item.format-link .entry-title a:hover {
  color: inherit;
}
.blog-item.format-video .blog-thumbnail {
  position: relative;
}
.blog-item.format-video .blog-thumbnail a {
  position: relative;
}
.blog-item.format-video .blog-thumbnail a:before {
  content: " ";
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}
.blog-item.format-video .blog-thumbnail a:after {
  font-size: 20px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  color: #ea623d;
  filter: alpha(opacity=90);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -5px;
}
.innerMargin {
  padding-left: 100px;
  padding-right: 100px;
}
.blog-item.item-bigger {
  float: none;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 0;
}
.blog-item.item-bigger .blog-thumbnail {
  margin-bottom: 25px;
}
.blog-item.item-bigger .entry-title {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 7px;
}
.blog-item.item-bigger .entry-title blockquote {
  color: #666666;
  line-height: 35px;
  font-weight: 400;
}
.blog-item.item-bigger .entry-title blockquote .author {
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
}
.blog-item.item-bigger .entry-meta {
  margin-bottom: 8px;
}
.commentListOuter {
  margin: 65px 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 45px;
}
.commentList {
  margin: 0 0 50px 0;
}
.commentList > li {
  margin-left: 0;
}
.commentList li li {
  margin-left: 90px;
}
.commentList .oneComment {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.commentList .oneComment .entry-meta {
  margin: -5px 0 0 0;
}
.commentList .oneComment h5 + p {
  margin-bottom: 12px;
}
.navigation-blog-outer {
  padding-bottom: 10px;
  margin-top: -5px;
}
.navigation-blog {
  display: inline-block;
  height: 40px;
  color: #ea623d;
  margin: 8px 0 0 0;
}
.navigation-blog:hover {
  color: inherit;
}
.pagination {
  *zoom: 1;
  display: block;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination:before,
.pagination:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination > li {
  display: inline-block;
  margin: 0 3px;
}
.pagination > li > a,
.pagination > li > span {
  display: block;
  position: relative;
  float: left;
  padding: 8px 0 0 0;
  line-height: 22px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ea623d;
  border: 0;
  cursor: default;
}
#blog-sidebar {
  padding-left: 20px;
}
#blog-sidebar .widget {
  *zoom: 1;
  margin: 0 0 60px 0;
}
#blog-sidebar .widget:before,
#blog-sidebar .widget:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#blog-sidebar .widget:after {
  clear: both;
}
#blog-sidebar .widget:before,
#blog-sidebar .widget:after {
  content: " ";
  display: table;
}
#blog-sidebar .widget:after {
  clear: both;
}
#blog-sidebar .entry-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
#blog-sidebar .blog-item {
  float: none;
}
#blog-sidebar .blog-item + .blog-item {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding: 9px 0 0 0;
}
.widget .btn.btn-default.btn-sm {
  margin: 0 3px 7px 0;
}
.widget .btn.btn-default.btn-sm:focus,
.widget .btn.btn-default.btn-sm:hover {
  background: #ea623d;
  color: #fff;
}
.categories-widget ul {
  margin: -10px 0 0 0;
}
.categories-widget ul li {
  margin: 0;
  padding: 15px 0;
  *zoom: 1;
  border-top: 1px solid #e5e5e5;
}
.categories-widget ul li:before,
.categories-widget ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.categories-widget ul li:after {
  clear: both;
}
.categories-widget ul li:before,
.categories-widget ul li:after {
  content: " ";
  display: table;
}
.categories-widget ul li:after {
  clear: both;
}
.categories-widget ul li:first-child {
  border-top: 0;
}
.categories-widget a {
  float: left;
}
.categories-widget span {
  float: right;
  color: #999;
}
.search-form {
  margin: 0;
  padding: 0;
  position: relative;
}
.search-form:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #999;
  position: absolute;
  right: 14px;
  top: 8px;
  z-index: 1;
}
.search-form input[type="search"] {
  padding-right: 40px;
}
.search-form input[type="search"]:-moz-placeholder {
  color: #999;
}
.search-form input[type="search"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.search-form input[type="search"]:-ms-input-placeholder {
  color: #999;
}
.search-form input[type="search"]::-webkit-input-placeholder {
  color: #999;
}
.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 40px;
  background: transparent;
  border: 0;
  font-size: 0;
  color: transparent;
  z-index: 2;
  outline: none;
}
#blog-list.withMasonry {
  margin: 0 0 0 -30px;
  padding: 0;
}
#blog-list.withMasonry + .lineSeparatorMasonry {
  height: 1px;
  background: #e5e5e5;
  margin: 20px 0 50px 0;
}
#blog-list.withMasonry .blog-item {
  margin: 0;
  border: 0;
  float: left;
  clear: none;
  width: 33.33%;
  padding: 0 0 30px 30px;
}
#blog-list.withMasonry .innerMargin {
  padding: 17px 26px 30px 30px;
}
#blog-list.withMasonry .blog-thumbnail,
#blog-list.withMasonry .innerMargin {
  margin: 0;
  background: #fff;
}
#blog-list.withMasonry .entry-title {
  font-size: 18px;
  line-height: 24px;
}
#blog-list.withMasonry .entry-title blockquote {
  line-height: 26px;
}
#blog-list.withMasonry .blog-item.format-audio .innerMargin {
  margin-top: -22px;
  position: relative;
}

@media (max-width: 771px) {
  .widget-title {
    text-align: center;
  }
  #showHeaderSearch {
    display: none;
    height: 0;
  }
  .innerMargin {
    padding-left: 30px;
    padding-right: 30px;
  }
  .innerMargin blockquote.intext {
    margin-left: -30px;
    margin-right: -30px;
  }
  .commentList li li {
    margin-left: 50px;
  }
  #blog-list.withMasonry .blog-item {
    width: 100%;
  }
  #blog-list.withMasonry .blog-thumbnail,
  #blog-list.withMasonry .innerMargin {
    max-width: 370px;
    margin: 0 auto;
  }
}

/* === ALIGN === */

.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;
}

.text-heading {
    display: inline-block;
    background-color: #fff;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 3px;
}
.lineal-1 img {
  width: 701px;
  height: 581px;
  -webkit-clip-path: polygon(100px 0, 0 581px, 701px 701px, 701px 0);
  clip-path: polygon(100px 0, 0 581px, 701px 701px, 701px 0);
}
.lineal img {
  width: 682px;
  height: 900px;
  -webkit-clip-path: polygon(0 0, 80px 900px, 682px 900px, 900px 0);
  clip-path: polygon(0 0, 80px 900px, 682px 900px, 900px 0);
}
@media (max-width: 771px) {
	.lineal-1 img {
  width: 701px;
  height: 581px;
  -webkit-clip-path: polygon(0 0, 0 581px, 701px 701px, 701px 0);
  clip-path: polygon(0 0, 0 581px, 701px 701px, 701px 0);
}
	.lineal img {
  width: 682px;
  height: 900px;
  -webkit-clip-path: polygon(0 0, 0 900px, 682px 900px, 900px 0);
  clip-path: polygon(0 0, 0 900px, 682px 900px, 900px 0);
}
}