/* 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-testimonial-content p{
	font-family: 'Georgia', serif;
	font-style: italic;
}

p.toggler {
	font-family: 'Georgia', serif ;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	text-transform: none;
	color: #146b30;
}

.phone-info {
	font-size: 15px;
	line-height: 24px;
}



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


h1, h2, h3 {
	font-family: 'Georgia', serif ;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

.widgettitle {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 24px;
}


.intro {
	font-weight: 100;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
}

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

#top .social_bookmarks {
    height: 40px;
	width: 80px;
}

#top .social_bookmarks li a {
    line-height: 40px;
    min-height: 40px;
    width: 40px;
}

#top .social_bookmarks li {
    width: 40px;
}




}



/*
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 (min-device-width : 399px) and (max-device-width : 998px)

and (-webkit-min-device-pixel-ratio: 2)  {
  
#header-panel {
	display: none;
}

}