/*
Theme Name: Hershel
Theme URI: http://gt3themes.com/wordpress-themes/hershel/
Author: mad_dog
Author URI: gt3themes.com
Description: GT3themes team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*----- Ogden Wealth additional styles -----*/

.smallText {
	font-size: 80%;
}

.centerText {
	text-align: center;
}

/*-- correct for banner and service row spacing issues on home page when dropping screen size --*/

@media screen and (max-width: 1080px) {
	.sm-spacer {
		margin-top: 70px;
	}
}

/*-- hide the large featured image on the newsletter page, it is only meant for the home page snippets --*/

img.featured_image_standalone {
	display: none !important;
}

.tool-link {
	color : #a4c680;
}

/* -- Login button on small/mobile --*/

@media screen and (max-width: 992px) {
	.login-div {
		border-radius : 6px;
		display : block;
		background-color : #a4c680;
		text-align : center;
		padding-top : 14px;
		padding-bottom : 12px;
	}
	.login-span {
		color : white;
		font-size : 24px;
	}
}

@media screen and (min-width: 992px) {
	.login-div {
		position : absolute;
		right : 0px;
		top : -82px;
		border-radius : 6px;
		display : block;
		background-color : #a4c680;
		width : 84px;
		box-shadow : 0px 0px 5px #222222;
	}
	.login-span {
		color : white;
		font-size : 20px;
		margin-left : 14px;
		margin-right : 14px;
		line-height : 42px;
	}
}

@media screen and (min-width: 768px) {
	#ow-banner {
		background-image : url("/wp-content/uploads/2016/10/banner.jpg") !important;
		background-repeat : no-repeat !important;
		position : absolute !important;
		left : 50% !important;
		margin-left : -1600px !important;
		top : -76px !important;
		height : 420px;
		width : 3200px;
	}
	.ow-spacer {
		height : 400px;
		width : auto;
	}
}

@media screen and (max-width: 768px) {
	#sm-banner-div {
		background-image : url("/wp-content/uploads/2017/01/sm-banner.jpg") !important;
		background-repeat : no-repeat !important;
		position : absolute !important;
		left : 50% !important;
		margin-left : -384px !important;
		top : -86px !important;
		height : 62px;
		width : 768px;
	}
	.ow-spacer {
		height : 0px;
		width : auto;
	}
}

/* -- Hide the newsletter/blog post meta info -- */

div.listing_meta {
	display : none !important;
}

