/*
Theme Name:		Cerro Castillo
Description:	Cerro Castillo Theme
Theme URI:		https://cerrocastillo.com.ar
Theme Author:	Cerro Castillo
Author URI:		https://cerrocastillo.com.ar
Template:		bricks
Version:		1.0.0
Text Domain:	bricks
*/







/* ----------------------- */
/* ------- GENERAL ------- */
/* ----------------------- */


html {
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}


/* Preloader */

body {
	opacity: 0;
	transition: .3s;
}
body.loaded {
	opacity: 1;
}


/* Hide default WTE trip */

#wp-travel-trip-wrapper {
    display: none;
}


/* WP Pagw */

article#brx-content {
    padding: 60px 20px;
}

article#brx-content > h1 {
    display: none;
}



