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

h1, h3 {
	font-family: Quintessential,Verdana,Helvetica,Arial,sans-serif;
	font-weight: normal;
	padding-top: 20px;
}

h2 {
	font-family: Quintessential,Verdana,Helvetica,Arial,sans-serif;
	font-weight: normal;
	padding-top: 5px;
}

aside {
	background-color: #8a2223
}

.main_color h1, .main_color h2, .main_color h3,h3 {
	color: #113228;
}

.toggler {
	font-family: Quintessential,Verdana,Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #113228;
}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
	text-transform: none;
	letter-spacing: 0;
}

.content, .sidebar {
	padding-top: 10px;
	padding-bottom: 0px;
}

.inner_sidebar {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0px;
	margin-right: 0px;
}


body .column-top-margin {
	margin-top: 10px;
}

.widgettitle  {
	text-transform: none;
	font-weight: normal;
	font-size: 1.3em;
	margin-top: 0;
}

.flex_column .widget .widgettitle, .content .widget .widgettitle  {
	margin: 0;
}

#footer .widget {
	margin: 0;
}

#footer {
	padding-top: 5px;
	padding-bottom: 10px;
}

#top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select {
	border-color: #8a2223;
	border-radius: 2px;
}

#top .avia_ajax_form .text_input, #top .avia_ajax_form .select {
	padding: 0;	
	height: 26px;
}

#top .avia_ajax_form .text_area {
	padding: 0;
}

.av-main-nav ul {
	width: 124px;
}


.avia-menu-text {
	font-size: 16px;
	font-weight: normal;
}

.av-main-nav > li > ul {
	border-top-width: 3px;
}

.main_menu .menu ul 
{ width: 160px; }


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

}