
h3.the-title{
	height: 50px;
	line-height: 20px;
}
section{
	display: grid;
	grid-row-gap: 50px;
}
section article{
	display: inline-grid;
}
section article .the-excerpt{
	height: 100px;
}
div a.mk-button{
	width: 80%;
    height: 50px;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
}
#loop-18 .mk-blog-grid-item .mk-blog-meta{
	padding-top:0px;
}
.post-template-default #mk-button-3 a{
	word-break: break-all;
}

#containerRegresar{
	margin: 0 auto;
	margin-bottom: 30px;
}

/*
.edge-slide-content{
     -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
     transform: translateY(-50%); 
     -webkit-transform: none!important; 
    -ms-transform: none!important;
     transform: none!important;
}
.mk-edge-slider .mk-slider-slide .edge-slide-content{
	padding: 0px 0px!important;
} */

@media only screen and (min-width: 767px) and (max-width: 992px){
	.mk-button--text{
		font-size: 10px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 850px){
	.mk-button-container{
		margin-right:5px!important;
	}
}
@media only screen and (max-width: 1250px) {
   div a.mk-button{
	width: 85%;
    height: 50px;
    display: inline-flex!important;
 }
}
@media only screen and (max-width: 1120px) {
   div a.mk-button{
	width: 100%;
    height: 50px;
    display: inline-flex!important;
 }
}
@media only screen and (min-width: 450px) {
   section article .the-excerpt{
	height: 70px;
  }
  .blog-similar-posts .the-excerpt{
  	height: 50px;
  }
}
@media only screen and (min-width: 650px) {
   .mk-blog-grid-item .featured-image{
	  height: 200px; 
   }
}
@media only screen and (max-width: 767px) {
  div a.mk-button{
	width: 50%;
  }
  .mk-edge-wrapper{
	height: 500px!important;
	}
	#mk-edge-slider-5b730327d5c53{
		height: 500px!important;
		background-color: none!important;
	}
 }
 @media only screen and (max-width: 467px) {
  div a.mk-button{
	width: 80%;
  }
  .mk-edge-wrapper{
	height: 300px!important;
	}
	#mk-edge-slider-5b730327d5c53{
		height: 300px!important;
		background-color: none!important;
	}
 }