/*
	Theme Name: Adventure Tours Child
	Theme URI: http://themeforest.net/user/themedelight/portfolio
	Description: Adventure Tours child theme
	Template: adventure-tours
	Text Domain: adventure-tours-child
	Version: 1.0.0
*/
body {
    max-width: 100%;
    padding: 0;
    margin: 0;
}


@media (max-width: 767px) {
  
    .tour-single-rise {
       display: flex;
        flex-direction: column-reverse;
    }
    .tour-single-rise aside {
        margin-bottom: 30px;
    }
}
.last-posts__item--with-images .last-posts__item__container {
    margin-bottom: 50%!important;
}
.block-after-indent:last-child {
    margin-bottom: 30px!important;
}
.atgrid__slider .atgrid__slider__controls a {
    color: #cdcdcd;
}
.atgrid__slider__controls a:hover {
    color: #cdcdcd!important;
}
.tours-tabs__content .atbtn {
    white-space: pre-wrap!important;
    line-height: 1.6em!important;
}

@media screen and (max-width: 400px) {
    .atgrid__slider {
        padding: 0 20px!important;
    }
}
