/* read more link */
article.post .more-link{
  border:0;
  font-size:16px;
  float:none;
  background:none;
	box-shadow: 0px 0px 0px 0px;
}
/* title in heading image */
.cn-head-title {
  font-size:40px!important;
}
@media screen and (max-width: 480px) {
	.cn-head-title{
		font-size:25px!important;
		text-align:center!important;
	}
}
/* post bullets */
.entry-content ul li {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
/* single post page */
.single-post #main {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 600px;
}

.single-post #main .entry-content p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

/* post loop archive */
.archive #main {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 600px;
}

/* sidebar widget */
#secondary {
  width: auto;
}

#secondary .widget .widget-title {
  background-color: #F4F4F4;
  color: #5F9EA0;
  font-size: 20px!important;
}

/* remove space between first row to bottom of menu and last row to top of footer */
#main {
  padding-top: 0;
  padding-bottom: 0;
}

/* boxed layout - menu to top of screen */
body.layout-boxed.responsive #page-wrapper {
  padding: 0px;
}

/* full width menu */
body.responsive.layout-full #page-wrapper header#masthead .site-navigation .full-container {
  max-width: 100%;
}

.menu li {
  margin-top: 17px!important;
}


/* pad site title */
.main-navigation .site-title {
  padding: 7px;
  font-family: McLaren;
  font-size: 18px !important;
}

/* no padding for rows */
.layout-full .panel-row-style {
  background-size: cover;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

/* Vantage logo in menu padding */
header#masthead.masthead-logo-in-menu .logo {
  padding-left: 10px;
}

/* amazon - shop related products heading */
.amzn-native-header .amzn-native-header-text {
  background-color: #F4F4F4!important;
  color: #5F9EA0;
  font-size: 28px!important;
  margin-left: 10px!important;
}