/*
Theme Name: Pinnacle Adventures
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*azul: 6e9dd1*/
/*magenta: ef3377*/
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');


body{
	-webkit-font-smoothing: antialiased;
}

.bold{
	font-weight: 800 !important;
}

#top #header .av-main-nav > li > a,
#top #header .av-main-nav > li{
	text-transform: uppercase;
	transition: all .2s;
	font-weight: 800;
}

.av-rotator-container{
	font-family: 'Pacifico', cursive;
}

#contenidos .container{
	max-width: 800px;
	margin: auto;
}

#big-contenidos .container{
	max-width: 960px;
	margin: auto;
}

#top label{
	font-weight: normal;
}

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#menu-activities a{
	font-weight: 800;
}

.the_price{
	font-weight: 800;
	background-color: #fbf5d6;
	border-radius: 4px;
	display: inline-block;
	color: #6e9dd1;
	font-size: 15px;
	padding-right: 15px;
	border: 1px solid #6e9dd1 !important;
	-webkit-transform: rotate(-1deg);
}

.the_price p{
	display: inline-block;
	padding-left: 5px;
}

.the_price .iconbox_icon{
	padding: 12px;
	display: inline-block;
}
