body{
	font-family: 'Lato', sans-serif;
	color: #333;
	background-color: #fff;
	font-weight: 400;
}

h1, h2, h3, h4, h5, .single-title{
	font-family: 'Lato', sans-serif;
	/*color: #333;*/
	font-weight: bold;
	color: #333;
	letter-spacing: .5px;
}

sup{
	position: relative;
	top: -.5em;
	font-size: smaller;
}

h1{
	font-size: 40px;
	letter-spacing: 2px;

}

h2{
	font-size: 20px;
	
}

div#page.single{
	background: #fff;
	float: left;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	/*box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.15);*/
	box-shadow: none;
	margin-bottom: 30px;
}

.main-header{
	/*box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.15);	*/
}

.primary-navigation{
	box-sizing: border-box;
}

.primary-navigation li, .primary-navigation li a {
	font-family: 'Lato';
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}     

.primary-navigation .logo{
	height: 25px !important;
	min-width: 82px;
}

.navigation ul li{
	border-right: none;
}

#primary-navigation a{
	/*padding: 15px 0 15px 30px;	*/
}

#primary-navigation{
	max-width: 100%;
}

#menu-top-menu{
	float: right;
	margin-right: 30px;
}

#nav_logo{
	margin-top: 15px;
}

nav{
	width: 100%;
}
/*
#logo a { font-family: 'Roboto'; font-weight: 500; font-size: 44px; color: #33bcf2; }
.primary-navigation li, .primary-navigation li a { font-family: 'Acme'; font-weight: normal; font-size: 18px; color: #ffffff;text-transform: uppercase; }
.latestPost .title, .latestPost .title a { font-family: 'Cabin'; font-weight: normal; font-size: 35px; color: #555555;line-height: 36px; }
.single-title { font-family: 'Andada', 'MS Serif', 'New York', sans-serif; font-weight: normal; font-size: 44px; color: #555555;line-height: 53px; }
body { font-family: 'Cabin', 'MS Serif', 'New York', sans-serif; font-weight: 500; font-size: 17px; color: #707070; }
.widget .widget-title { font-family: 'Roboto'; font-weight: 500; font-size: 18px; color: #555555;text-transform: uppercase; }
#sidebars .widget { font-family: 'Roboto'; font-weight: normal; font-size: 16px; color: #707070; }
.footer-widgets { font-family: 'Cabin'; font-weight: normal; font-size: 14px; color: #707070; }
h1 { font-family: 'Cabin'; font-weight: normal; font-size: 30px; color: #555555; }
h2 { font-family: 'Cabin'; font-weight: normal; font-size: 24px; color: #555555; }
h3 { font-family: 'Cabin'; font-weight: normal; font-size: 24px; color: #555555; }
h4 { font-family: 'Roboto'; font-weight: normal; font-size: 28px; color: #555555; }
h5 { font-family: 'Roboto'; font-weight: normal; font-size: 24px; color: #555555; }
h6 { font-family: 'Roboto'; font-weight: normal; font-size: 20px; color: #555555; }
*/

a {
	text-decoration: underline;
	color: #2D9CDB;
	font-weight: bold;
}

.thecontent a{
	color: #2D9CDB;
}

.thecontent hr{
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #333;
	/*box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);*/
	border-bottom: 1px solid #ddd;
	
}

.thecontent img{
	margin-bottom: 10px;
	border-radius: 2px;
}

h2.off_header{
	color: #333;
	/*padding: 8px 15px;
	border-radius: 2px;*/
	font-weight: 600 !important;
	text-transform: uppercase;
}

.broken_link, a.broken_link {
	text-decoration: line-through;
}


p.advertorial,
p.head-disclaimer {
	font-size:20px;
}

.offer {
	display:block;
	background:#fff;
	padding:20px;
	margin:0 0 30px;
}

.offer #title2 {
	font-size:18px;
	text-transform:uppercase;
	color:#555555;
	margin:0 0 20px;
}

.offer li img {
	float:left;
	height:45px;
	width:45px;
	margin:0 5px 0 0;
	overflow:hidden;
}

.offer li {
	clear:both;
	margin:5px 0;
}

.subtitle {
	font-family: 'Andada', 'MS Serif', 'New York', sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #555555;
	line-height: 28px;
}

.single-social{
	display:none;
}

.cta {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: 0;
	box-sizing: border-box;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0 0 30px;
	margin-bottom: 10px;
}

.cta a{
	/*color: #333;*/
	color: #fff;
	height:100%;
	width: 100%;
	padding: .2em .4em;
	font-size: 1.6em;
	/*background: #4b5320;*/
	display: inline-block;
	line-height: 1.8em;
	text-decoration: none;
	text-align: center;
	transition: all .2s linear;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 2px;
	border: 1px dashed #fff;
	background-color: #4b5320;
}


.cta a:hover{
	color: #fff;
	border-right: none;
	border: 1px solid #2D9CDB;
	
	-moz-box-shadow:    inset 0 0 20px #fff;
    -webkit-box-shadow: inset 0 0 20px #fff;
    box-shadow:         inset 0 0 20px #fff;
}

#todays_date{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 10px 0 20px;
	color: #a4a4a4;
	font-size: 80%;
}

.breadcrumb{
	margin-top:0px;
	
	
}

#post_title{
	border-top: 5px solid #333;
	padding-top: 10px;
}

/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

#mc_embed_signup{
	float:left;
	font:14px Helvetica,Arial,sans-serif;
	width: 30%; box-sizing: 
    border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    padding-top: 10px;
}

#mc_embed_signup form{
	padding-top: 0px !important;
}

#mc_embed_signup input.email{
	width: 100% !important; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 2px 2px 0 0 !important;
}
#mc_embed_signup input.button{
	width: 100% !important;
	color: #fff;
	padding: .2em .6em;
	font-size: 1.6em;
	display: inline-block;
	line-height: 1.8em;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	
	
	background-color: #2D9CDB;
	transition: all .2s linear;
	
	text-transform: uppercase;
	margin: 0 !important;
	border-radius: 2px !important;

}

#mce-EMAIL.email{
	margin-bottom: 16px !important;
	border-color: #ddd;
	border: none;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding: 0 2px !important;
	margin-top: 16px !important;
	height: 36px !important;
}

#mc_embed_signup input.button:hover{
	color: #fff;
	border: 1px solid #2D9CDB;
	background-color: #2D9CDB;
	-moz-box-shadow:    inset 0 0 20px #fff;
    -webkit-box-shadow: inset 0 0 20px #fff;
    box-shadow:         inset 0 0 20px #fff;
    
}

#mc_embed_signup input.email, #mc_embed_signup input.button{
	height: 50px;
	font-size: 20px !important;
	
}

#mc_embed_signup h1{
	font-size: 24px;
	text-align: center;
	margin-top: 12px;
}

#mc_embed_signup label{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal !important;	
	text-align: center;
}

#mc_embed_signup_head{
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #2D9CDB;
	padding: 5px 7px;
	border-radius: 2px;
}

#signup_result, #signup_result2{
	font-weight: bold;
	font-size: 16px;
	
	margin-top: 10px;
	display: none;
}

#signup_result{
	text-align: center;
}


#signup_result .signup_success, #signup_result2 .signup_success{
	color: #333;

}

#signup_result .signup_fail, #signup_result2 .signup_fail{
	color: #2D9CDB;
}


#mc-embedded-subscribe2{
	color: #fff;
	padding: .2em .6em;
	font-size: 1.6em;
	display: inline-block;
	line-height: 1.8em;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 2px !important;
	border: 1px dashed #fff;
	background-color: #2D9CDB;
	transition: all .2s linear;
	width: 33%;
	text-transform: uppercase;
	margin-top: 3px;
	
}

#mc-embedded-subscribe2:hover{
	color: #fff;
	border: 1px solid #2D9CDB;
	background-color: #2D9CDB;
	-moz-box-shadow:    inset 0 0 20px #fff;
    -webkit-box-shadow: inset 0 0 20px #fff;
    box-shadow:         inset 0 0 20px #fff;
}

#mce-EMAIL2{
	width: 66%;
	box-sizing: border-box;
	height: 58px;
	font-size: 1.6em;
	text-align: center;
}

#mc-embedded-subscribe-form2{
	margin-bottom: 50px;
}

.force_visible{
	display: block !important;
}

#parallax{
	border-radius: 2px;
}

.savings_summary{
	display: none;
}


.savings_title{
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
	position: relative;
	top: 2px;
	color: #35404F;
}

.stars_and_rating{
	float: right;
}

.savings_amount{
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	font-size: 120%;
}

.rating .checked{
	color: #FF4614;
}

.rating{
	position: relative;
	top: -2px;
	white-space: nowrap;
}