/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700');
/* General Custom CSS */

p{
	font-family: 'Lato', sans-serif !important;
	font-size: 15px !important;
}

.avia-button{
	font-family: 'Lato', sans-serif !important;

}
.textwidget{
	font-family: 'Lato', sans-serif !important;
	font-size: 15px !important;
}


#top #header .mega_menu_title a{text-transform: none;}
#top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6{line-height: 1.2em;}

header.entry-content-header{background-color: transparent;position: inherit;}
.slide-entry-excerpt.entry-content{font-family: 'Lato', sans-serif !important;font-size: 15px !important;}


.wpforms-form *{
	font-family: 'Lato', sans-serif !important;
	    font-weight: 200 !important;
}
button.orange-btn{
	color: #fff!important;
   	background-color: #ff7900!important;
    border-color: #ff7900!important;
    font-family: 'Lato', sans-serif !important;
    padding: 15px 30px 13px!important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}