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

.menulogin a .avia-menu-text
{
background-color:#094A7D;
color:#FFFFFF;
padding: 4px 7px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
*{
text-transform: none !important;
}
.av-main-nav > li > a{font-size:18px; font-weight:normal}
.av-main-nav > li.current_page_item > a{color:#397EA2 !important}
.av-main-nav > li.current-page-ancestor > a{color:#397EA2 !important}

.av-main-nav ul a{font-size:16px !important; font-weight:normal}
 #top label{font-size:13px}
.myformmargin{margin-bottom:20px}
.frm_form_fields{margin-top:20px}

.avia_textblock,.entry-content {font-size:16px}
 .tab {font-size:16px !important;}
blockquote{font-size:16px; text-align:center}
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select
{
    width: auto;
}
#top .gallery .gallery-item {
    height: auto;
    margin: 15px;
    width: auto;
}


.post-entry .flex_column
{
 padding:15px;
	background-color:#FFFFFF; 
	box-shadow: 0px 0px 1px grey;
}
.av-special-heading-tag{
 font-weight:normal
}
.post-entry .flex_column .av-special-heading-tag{
	color:gray; font-weight:normal
}
.special-heading-inner-border{ display:none
}
.avia-image-container-inner{
	padding-top:10px; padding-bottom: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: 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 */

}