/*
Theme Name: Mirai Theme Child
Theme URI: http://www.miraiespana.com
Description: Tema hijo desarrollado por Mirai Espana para hoteles.
Template: mirai
Author: Mirai Espana
*/



/*-------------------------------- MEDIA QUERYS --------------------------------*/

/* all in style-chain.css */

/* [col-xs] MOBILE */
@media (max-width: 767px) {
    .cat-home #intro .container-lg {
    	bottom:auto;
        padding-top:0;
    }
    .mountains-parallax > div.mountain3 {
    	top: auto;
    	-webkit-transform: translateY(20%);
    	transform: translateY(20%);
	}
    .icons-list {
    	padding-left:40px;
    }
    
    /*OFFERS*/
    #mashup_offers .row .col-xs-12 {
    	margin-bottom: calc(28px + 2.3vh);
    }
    #mashup_offers .row.pvm {
    	padding-bottom:0;
    }
    #mashup_offers .row:nth-child(2).pvm{
    	padding-top:0;
    }
}