/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.avia-image-container-inner, .avia_image, .av-image-caption-overlay { 
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.avia-button {
	background-color: #086A37;
    border-radius: 15px!important;
}


.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-hide-notification, .avia-popup .avia-cookie-consent-button.avia-cookie-hide-notification {
	color: #fbac2b!important;
}

.av-menu-button .avia-menu-text {
    border-radius: 15px!important;
}

.avia-button.avia-color-dark:hover {
    opacity: 1;
    background-color: #AFD13C!important;
    color: white!important;
    border-color: #AFD13C!important;
}

.avia-button.avia-color-light:hover {
	opacity: 1;
    background-color: #086A39!important;
    color: white!important;
    border-color: #086A39!important;
}

#top .widget_nav_menu li {
	font-size: 15px;
}

#top .widget_nav_menu li a:hover {
	text-decoration: underline;
}

.avia-content-slider .slide-image {
	border-radius: 15px;
}

.avia_ajax_form .button {
    border-radius: 10px;
}

/*
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: 989px) and (max-width: 1200px) {
  /* Add your Desktop Styles here */
	#top #header .av-main-nav > li > a {
	    font-size: 11px;
	}

	.avia-menu.av_menu_icon_beside {
	    padding-right: 10px;
	    margin-right: 10px;
	}
}



/*
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 */

}