/*
	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
*/
/* Forçar o comportamento swap para fontes do sistema e carregamentos gerais */
@font-face {
    font-display: swap;
}
.contact-us-btn{
	position: absolute;
	right: -49px;
	top: -100px;
	font-size: 100%;
	left: inherit;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* Force WPBakery video full width on mobile */
@media only screen and (max-width: 767px) {
  .wpb_video_wrapper {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 45% !important; /* keeps 16:9 aspect ratio */
    height: 0 !important;
    overflow: hidden !important;
  }

  .wpb_video_wrapper iframe,
  .wpb_video_wrapper object,
  .wpb_video_wrapper embed {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
