/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* setting fonts throughout the site */
p, a {
	font-family: verdana, sans serif;
	font-size: 13px;
	font-style: normal;
}

strong {
	font-size: 16px;
}

/* mobiles */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	/* moving social media icons over on mobiles */
	.noLightbox.social_bookmarks.icon_count_3 li {
		position: relative;
		left: 105px;
	}
}
	
	/* larger smartphones */
	@media only screen and (min-device-width: 481px) and (max-width: 599px) {
	/* whatever you need */
	
}

/* small tablets */
@media only screen and (min-device-width: 600px) and (max-device-width: 999px) {
	/* positioning the title */
	a[itemprop="headline"] {
		margin-left: 50px;
	}
}

/* notebooks */
@media only screen and (min-device-width: 1000px) and (max-device-width: 1160px) {
	/* positioning the title */
	a[itemprop="headline"] {
		margin-left: 50px;
	}
}

/* desktops */
@media only screen and (min-device-width: 1161px) {
	/* positioning the title */
	a[itemprop="headline"] {
		margin-left: 50px;
	}
}

/* setting positionings of nav */
.main_menu ul:first-child > li a {
	height: 40px;
	line-height: 40px;
}

nav.main_menu {
	top: 26px;
	height: 40px;
}

.av-main-nav .sub-menu {
	top: 60px;
}


.avia_textblock p {
	padding-bottom: 10px;
}

/* setting font sizes and types*/
.avia-menu-text {
	font-size: 13px;
	font-family: verdana, sans serif;
	font-weight: bold;
}

a[itemprop="headline"] {
	font-size: 14px;
	font-family: verdana, sans serif;
	font-weight: bold;
}

/* setting height of green title bar */
#top .title_container .container {
	padding: 3px !important;
	min-height: 15px !important;
}

.stretch_full.container_wrap.alternate_color.light_bg_color.empty_title.title_container {
	height: 30px;
}

h1 {
	font-size: 13px;
	color: #669933;
}

/* setting css for press coverage page */
.latest-post-selection.archivepress h1{
	font-family: verdana, sans serif;
	font-size: 13px;
	font-style: normal;
}

/* setting css for press coverage page */
.latest-post-selection.latestactivities h1{
	font-family: verdana, sans serif;
	font-size: 13px;
	font-style: normal;
}

/* setting padding for homepage title */

.home_title {
	margin-top:12px;
}

/* removing featured image from press coverage posts */
.single-post .post-entry .small-preview{ display: none !important; }
.single-post .post-entry .big-preview{ display: none !important; }