/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
p {
	text-align: left;
}

.block-titles-wrap p {
	text-align: justify;
}

#content-text-format p {
	text-align: left;
}

.block-entry-title a {
	font-family: Oswald;
	text-transform: uppercase;
	font-weight: 400;
	color: #39A9E0 !important;
}

.block-text {
	font-family: Old Standard TT !important;
}

blockquote p {
	font-family: Oswald !important;
	font-weight: 400 !important;
}

.block-text p {
	font-size: 17px !important;
	line-height: 1.5;
}

.site-title {
	font-size: 34px;
	font-family: Oswald;
	text-transform: uppercase;
	font-weight: 400;
}

.site-description {
	font-size: 20px;
	font-family: Oswald;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}

@media only screen and (min-width:770px) {
	.site-description {
		letter-spacing: 1px !important;
		text-align: center !important;
		margin-right: auto;
	}
}

#primary .attachment-post-image {
	padding-bottom: 30px;
}

#primary .post-category-link {
	text-align: center !important;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.detail-block-title {
	margin-top: -40px;
	color: #555 !important;
}

.detail-block-title a {
	color: #555 !important;
}

#primary #block-container .post-category-link {
	text-align: center !important;
	width: 100%;
}

.post-category-link {
	font-family: Old Standard TT;
	font-style: italic;
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: -20px;
}

.block-date {
	margin-top: -13px;
	margin-bottom: 20px !important;
	font-size: 20px !important;
}

.post-category-link a {
	color: gray;
}

.navigation-wrap a {
	font-size: 15px !important;
	font-weight: normal !important;
}

.sub-menu  a {
	font-size: 14px !important;
}

@media screen and (max-width: 900px) {
	.block-date {
		margin-top: 0 !important;
		margin-bottom: 20px !important;
		font-size: 13px !important;
	}
	
	#primary .post-category-link {
		text-align: center !important;
		width: 50%;
		margin-bottom: -3px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#block-container .post-category-link {
		text-align: center !important;
		width: 100%;
		margin-bottom: -20px !important;
	}
}

#author-description {
	font-family: Old Standard TT !important;
	text-align: justify;
	font-size: 17px !important;
}

/******************* NAVIGATION *******************/
.navigation-wrap {
	background: white !important;
}

.main-navigation ul a, .main-navigation ul a:visited, .main-navigation ul a:focus, .menu-toggle {
	color: #666 !important;
}

.main-navigation ul a:hover, .menu-toggle a:hover, .menu-item a:hover, .main-navigation li a:hover {
	color: #aaa !important;
}

.main-navigation ul a:active, .main-navigation li a:active {
	color: #aaa !important;
}

.main-navigation .sub-menu {
	background: white !important;
}

/** SIDEBAR **/
#searchform input {
	height: 37px !important;
}

#searchsubmit {
	font-weight: 400;
	text-align: center;
	padding: 8px !important;
	font-size: 14px !important;
	font-family: Oswald !important;
}

#secondary {
	font-size: 16px !important;
	text-align: left !important;
}

#secondary form p {
	text-align: left !important;
}

#secondary, .widget-title, .navigation-wrap, #single-tabs, #submit, .block-date, .detail-block-title, h1, h2, h3, h4, h5 {
	font-weight: 400 !important;
	font-family: Oswald;
}

.widget-title {
	font-size: 20px !important;
}

/**RELATED POSTS**/
.jp-relatedposts-post-a {
	font-weight: 400 !important;
	font-family: Oswald !important;
	font-size: 16px !important;
	text-align: left !important;
}

.jp-relatedposts-post img {
	padding-bottom: 10px;
}

.jp-relatedposts-post p {
	font-style: italic !important;
}

.jp-relatedposts-post-context {
	text-align: left !important;
	padding-top: 5px;
}

.single-tab-nav span {
	font-weight: 400 !important;
	font-size: 20px !important;
	font-family: Oswald !important;
	text-transform: uppercase !important;
}

.jp-relatedposts-headline em {
	text-transform: uppercase !important;
	font-size: 20px !important;
	font-family: Oswald !important;
	font-weight: 400 !important;
}

/*MAILCHIMP FORM*/
.mc4wp-form-fields input[type=submit] {
	border: 0;
	background: #39A9E0;
	color: white;
	font-weight: 400;
	font-family: Oswald;
	text-transform: uppercase !important;
	padding: 10px;
	margin-top: 10px;
	width: 100%;
	-webkit-appearance: none;
}

.mc4wp-form-fields input[type=text], .mc4wp-form-fields input[type=email] {
	padding: 5px;
	margin-top: 5px;
	width: 100%;
}

/*BODY*/
body {
	background: white;
}

.block-container-wrap {
	background: white;
}

.site-header {
	background: #fff;
}

.site-title a {
	color: #39A9E0 !important;
	border-color: #39A9E0 !important;
}

.site-description {
	color: #555 !important;
}

.single-post #main {
	margin-top: -40px;
}

.block-read-more-link {
	text-transform: uppercase;
	font-weight: 400;
	font-family: Oswald;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 3px;
}

.excerpt-link {
	color: #333 !important;
}

#secondary a:visited, #secondary a:link {
	color: #666 !important;
}

#secondary a:hover {
	color: #999 !important;
}

#content-text-format p {
	font-size: 19px !important;
}

.block-container-wrap {
	margin-bottom: 10px !important;
}

.block-meta {
	display: none;
}

.block-titles-wrap {
	border-bottom: 8px solid #39A9E0 !important;
}

.author-posts {
	display: none;
}

.post-navigation a, .meta-nav {
	font-size: 18px !important;
}

.header-wrap {
	margin-top: -2% !important;
	margin-bottom: -2% !important;
/*height: 10% !important;*/
}

.search-toggle-active {
	color: #aaa !important;
}

.main-small-navigation li a:active, .main-small-navigation li.current-menu-item > a {
	color: #aaa !important;
}

.post-detail-col h3 {
	font-size: 18px;
	border: 0 !important;
	display: block;
}

.post-detail-col h3 {
	padding-top: 5px;
	font-size: 20px;
	border: 0 !important;
	width: 700px;
	display: block;
	font-weight: 400 !important;
}

.post-detail-col {
	padding-top: 5px;
	font-size: 18px;
	margin-top: 20px;
	border-left: 0 !important;
	border-top: solid 1px #e6e6e6 !important;
	border-bottom: 0 !important;
	width: 100%;
	display: block;
	font-weight: 400 !important;
	padding-left: 0 !important;
}

.meta-nav {
	font-size: 20px !important;
	font-weight: 400 !important;
}

.nav-next {
	text-align: right;
	width: 143% !important;
	border-top: 0 !important;
}

.post-detail-cat {
	padding-top: 10px;
}

.toggle-icons {
	display: none !important;
}

.toggle-box-search input {
	height: 60px !important;
	font-weight: 400;
	font-family: Oswald !important;
}

/*
@media only screen and (max-width:900px) {
	.toggle-box-search input {
		display: none !important;
	}
}
*/
/*LINK*/
.block-text p a {
	color: #555555;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	border-bottom: 6px solid #39A9E0 !important;
	transition: .2s ease;
}

.block-text p a:hover, .block-text p a:focus, .block-text p a:active {
	border-bottom: 6px solid #39A9E0 !important;
	color: white;
	background: #39A9E0 none repeat scroll 0 0 !important;
}

.block-text .indent-text {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.essb-click-to-tweet-button, .essb-click-to-tweet-quote {
	font-family: Oswald;
	font-weight: 400;
	transition: all 0 ease !important;
	-webkit-transition: all 0 ease !important;
	-moz-transition: all 0 ease !important;
	-o-transition: all 0 ease !important;
	-ms-transition: all 0 ease !important;
}

.essb-click-to-tweet-quote {
	font-size: 18px;
	transition: all 0 ease !important;
	-webkit-transition: all 0 ease !important;
	-moz-transition: all 0 ease !important;
	-o-transition: all 0 ease !important;
	-ms-transition: all 0 ease !important;
}

.essb-click-to-tweet {
	background: #39A9E0;
	transition: all 0 ease !important;
	-webkit-transition: all 0 ease !important;
	-moz-transition: all 0 ease !important;
	-o-transition: all 0 ease !important;
	-ms-transition: all 0 ease !important;
}

.essb-click-to-tweet:hover {
	text-decoration: underline;
	transition: 0 !important;
	background: #39A9E0;
	transition: all 0 ease !important;
	-webkit-transition: all 0 ease !important;
	-moz-transition: all 0 ease !important;
	-o-transition: all 0 ease !important;
	-ms-transition: all 0 ease !important;
}

.essb-click-to-tweet:hover {
	padding-left: 27px !important;
}

.icon-links a:hover {
	color: #39A9E0 !important;
}

/**CLICK TO TWEET**/
.tm-click-to-tweet {
	background: #39A9E0;
}

.tm-ctt-text a {
	font-family: Oswald;
	font-weight: 400;
	font-size: 19px !important;
	color: white !important;
}

.tm-click-to-tweet a:hover {
	text-decoration: underline !important;
}

.tm-ctt-btn {
	background: :white;
	font-size: 13px !important;
	color: white !important;
}

/**TABBY TAB**/
.tabtitle {
	border: solid 0 black !important;
	background: #39A9E0 !important;
	color: white !important;
	text-transform: uppercase !important;
}

.tabby-bars {
	margin-top: -19px;
	text-align: right;
}

.tabtitle:hover {
	text-decoration: underline !important;
}

.tabby-content, .tabby-content p, .tabcontent p, .tabcontent {
	font-size: 13px !important;
}

.author-archive-profile {
	font-family: Old Standard TT;
	font-size: 18px;
	text-align: justify;
	margin-top: -20px;
	padding: 40px !important;
}

.author-archive-profile img {
	margin-top: 12px;
}

/**SELECT MENU**/
select {
	padding: 3px;
	margin: 0;
	font-family: Oswald;
	font-weight: 400;
	color: #666;
	border: solid 1px #EEE;
	border-radius: 0;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url("/custom-images/arrow-down.png");
	background-origin: content-box;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 25px 25px !important;
}

.screen-reader-text {
	display: none;
}

/**CONTACT FORM**/
.grunion-field-label {
	font-family: Oswald !important;
	font-weight: 400 !important;
	font-size: 16px !important;
}

.grunion-field-label input {
	font-family: Oswald !important;
}

/*ADVERTISEMENT*/
.category-advert {
	font-size: 100% !important;
	font-family: Old Standard TT;
	font-style: italic;
	background: #fff;
	height: 375px !important;
	border-bottom: 8px solid #39A9E0 !important;
}

.category-advert p {
	margin-top: -25px;
	text-align: center !important;
}

.category-advert .advert-title {
	font-size: 17px !important;
	text-align: center;
	font-weight: normal !important;
	color: gray !important;
	position: absolute;
	padding-top: 10px;
	margin-top: -50px;
	padding-bottom: 30px;
}

/*TOP BAR MENU*/
#top-menu-bar {
	display: block;
	width: 100%;
}

#top-menu-bar ul {
	list-style-type: none;
	text-align: center;
	font-family: Oswald !important;
	padding-top: 10px;
}

#top-menu-bar li {
	display: inline;
}

#top-menu-bar .menu {
	background: transparent !important;
}

#top-menu-bar li a {
	padding-right: 20px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-item-468 a, .menu-item-469 a, .menu-item-470 a {
	color: #aaa !important;
}

.menu-item-468 a:hover, .menu-item-469 a:hover, .menu-item-470 a:hover {
	color: #666 !important;
}

/*FOOTER*/
.footer-logo {
	width: 7%;
}

.site-info a {
	border-bottom: 0;
}

.site-info {
	margin-left: -4px;
	text-align: left;
	margin-top: -4px;
	margin-bottom: -10px;
}

#infinite-footer {
	display: none;
}
.footnote_plugin_tooltip_text {top:5px !important}