* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.clear {
  clear: both;
}
br.clear {
  font-size: 0px !important;
  height: 0px !important;
  line-height: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.standard_wrapper {
  width: 93.75%;
  margin: auto;
}
.standard_wrapper.header {
  margin-bottom:0px;
	border-bottom:0px;
}
#content_wrapper {
  width: 93.75%;
  margin: 0 auto;
  padding-top: 0;
  background: #fff;
  z-index: 1000;
  min-height: 640px;
  overflow: auto;
}

#wrapper, #content_wrapper {
	max-width: 100%;
    overflow: hidden;
}

ul#main_menu {
	list-style: none;
    margin: auto;
    width: 100%;
    height: 43px;
    float: left;
    z-index: 999;
    border-top: none;
    background: #58465c;
    /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
    background: -moz-linear-gradient(top, #58465c 0%, #785a7f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58465c), color-stop(100%,#785a7f));
    background: -webkit-linear-gradient(top, #58465c 0%,#785a7f 100%);
    background: -o-linear-gradient(top, #58465c 0%,#785a7f 100%);
    background: -ms-linear-gradient(top, #ffa84c 0%,#785a7f 100%);
    background: linear-gradient(to bottom, #58465c 0%,#785a7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58465c', endColorstr='#785a7f',GradientType=0 );
}


/**
 * Secondary Menu
 */
#header_wrapper {
  background: #58465c;
  margin: 0 auto 30px auto;
  overflow: auto;
  padding: 3px 3.125%;
  width: 100%;
}
#secondary-menu {
  display: inline-block;
  float: right;
  list-style: none;
  margin-top: 8px;
}
#secondary-menu .menu-item {
  border-right: 1px solid #666;
  color: #666;
  display: inline-block;
  line-height: 1;
  padding: 0 10px;
}
#secondary-menu .menu-item:last-child {
  border-right: none;
  padding-right: 0;
}
#secondary-menu .menu-item a,
#secondary-menu .menu-item a:link,
#secondary-menu .menu-item a:visited {
  color: #ffffff;
  font-family: 'Droid Serif', serif;
  font-size: 14px;
}
#secondary-menu .menu-item a:hover {
  color: #edcb48;
  text-shadow: 0.5px 0.5px 1px rgba(255,255,255,1), 1px 1px 1px rgba(26,26,26,0.325);
}


/**
 * Logo & Main Menu
 */
.logo {
  display: inline-block;
  float: left;
}
a#custom_logo {
  background-image: url('../svg/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 60px;
  max-width: 200px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  vertical-align: bottom;
  white-space: nowrap;
  width: 200px;
}
#toggle-nav {
  border-bottom: 1px solid #ccc;
  color: #666;
  display: block;
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  line-height: 1;
  margin: 0 auto;
  padding: 16px 0 12px;
  text-align: center;
  width: 100%;
  /*JG 2017*/ 
  display: none;
  visibility: hidden;
}
.menu-main-container.mobile-nav {
  display: none;
  float: none;
  margin-top: 0; 
}

a > .more {
  display: inline-block;
  margin-left: 5px;
}
.sub-menu a > .more {
  display: none;
}
.menu-main-container {
  display: inline-block;
  float: none;
  width:100%;
  margin-top: 10px;
}
.main_nav {
  display: inline-block;
  float: left;
  list-style: none;
  margin-top: 10px;
  z-index: 999;
}
.main_nav .menu-item {
  display: inline-block;
  position: relative;
}
.main_nav .menu-item a {
  background-color: transparent;
  color: #ffffff;
  display: block;
  font-family: 'Droid Serif', serif;
  font-size: 17px;
  text-transform:uppercase;
  line-height: 1;
  padding: 15px 20px 10px;
  position: relative;
  -webkit-transition: background 0.5s ease;
     -moz-transition: background 0.5s ease;
       -o-transition: background 0.5s ease;
          transition: background 0.5s ease;
}
.main_nav .menu-item a:hover,
.main_nav .menu-item a.hover,
.main_nav .menu-item.current-menu-item:not(.menu-item-8) a {
      background: #785a7f;
    /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
    background: -moz-linear-gradient(top, #f1e767 0%, #58465c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#785a7f), color-stop(100%,#58465c));
    background: -webkit-linear-gradient(top, #785a7f 0%,#58465c 100%);
    background: -o-linear-gradient(top, #785a7f 0%,#58465c 100%);
    background: -ms-linear-gradient(top, #785a7f 0%,#58465c 100%);
    background: linear-gradient(to bottom, #785a7f 0%,#58465c 100%);
    /* color: #4d4d4d; */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#785a7f', endColorstr='#58465c',GradientType=0 );
}

.main_nav .menu-item a:after, .main_nav .menu-item.current-menu-item a:after {
	background-image:none !important;
}

.main_nav .current-menu-item:after {
	border:0px !important;
}

.main_nav .menu-item a:hover, .main_nav .menu-item a.hover, .main_nav .menu-item.current-menu-item:not(.menu-item-8) a {
	color:#ffffff !important;
}

.main_nav .menu-item a:after,
.main_nav .menu-item.current-menu-item a:after {
  background-color: transparent;
  background-image: url('../png/honeycomb-bg.png');
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease;
     -moz-transition: opacity 0.5s ease;
       -o-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .main_nav .current-menu-item:after {
    border-bottom: 2px solid #feb645;
    bottom: -2px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 5000;
  }
}
.main_nav .menu-item a.hover:after,
.main_nav .menu-item.current-menu-item a:after {
  opacity: 0.25
}
.main_nav .sub-menu {
  background-color: #fff;
  border-top: 2px solid #58465c;
  box-shadow: 5px 5px 0 rgba(26,26,26,0.125);
  display: none;
  list-style: none;
  margin-top: 0;
  padding: 0;
  position: absolute;
  width: 200px;
  z-index: 1000;
}

.sub-menu .menu-item {
  display: block;
  margin: 5px auto;
  padding: 0 5px;
}
.sub-menu .menu-item a,
.main_nav .sub-menu .menu-item.current-menu-item a {
  background: transparent;
  color: #666;
  display: block;
  font-size: 14px;
  padding: 10px 25px 10px 10px;
  text-align: left;
}
.sub-menu .menu-item a:after {
  background-image: none;
}
#searchform, .searchform {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: -1px 0 0 15px;
  position: relative;
	box-sizing: border-box;
    display: block;
    float: right;
    padding-right: 10px;
    width: 248px;
    text-align: right;
}
input#search-input {
  display: inline-block;
    font-size: 14px;
    margin: 6px auto 0;
    width: 200px;
    padding: 8px;
    font-size: 14px;
    margin: 0;
    border: 1px solid #dddddd;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    bottom: -7px;
    left: 0;
    position: absolute;
    right: 0;
}

.searchform input#search-input { 
	padding: 3px 7px;
    bottom: 3px;
}

.searchform #search-button {
	background-size: 20px;
    bottom: auto;
    top: 1px;
    right: auto;
    left: -2px;
}

input#search-input:focus,
input#search-input:active,
input#search-input:hover {
  border-bottom: 2px solid #feb645;
  outline: none;
}

#search-button {
  background-color: transparent;
    background-image: url(../png/search.png);
    background-position: center 7px;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 150%;
    white-space: nowrap;
    width: 35px;
    color: #ffffff;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
}




a.view-all {
  background: transparent;
  color: #666;
  display: block;
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  line-height: 1;
  padding: 15px 25px 10px;
  position: relative;
  -webkit-transition: background 0.5s ease, color 0.5s ease, filter 0.5s ease;
     -moz-transition: background 0.5s ease, color 0.5s ease, filter 0.5s ease;
       -o-transition: background 0.5s ease, color 0.5s ease, filter 0.5s ease;
          transition: background 0.5s ease, color 0.5s ease, filter 0.5s ease;
}
a.view-all:hover {
  background: #f1e767; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZTc2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWI2NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%); /* W3C */
  color: #4d4d4d;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-8 */
}
a.view-all:after {
  background-color: transparent;
  background-image: url('../png/honeycomb-bg.png');
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease;
     -moz-transition: opacity 0.5s ease;
       -o-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}
a.view-all:hover::after {
  opacity: 0.25;
}





a {
  text-decoration: none;
}
p {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
p a,
.post_inner_wrapper a {
  color: #58465c;
  font-weight: bold;
}
p a:hover,
.post_inner_wrapper a:hover {
  color: #8f5e7c;
  text-decoration: underline;
}
.post_wrapper ul {
  font-size: 14px;
  margin: 15px 0 15px 30px;
  text-align: left;
}

.connect-heading {
  color: #4d4d4d;
  font-size: 22px;
}
.sidebar .content hr {
  margin: 15px auto;
  width: 93.75%;
}

h3.gform_title {
  color: #4d4d4d;
  margin: 1em auto;
}
p.form_desc,
p.form_desc_note {
  margin: 1em auto;
  width: 75%;
}
strong.title a,
strong.title a:link,
strong.title a:visited {
  color: #666;
  font-family: 'Droid Serif', serif;
  font-size: 13px;
  text-decoration: none;
}
strong.title a:hover {
  color: #8f5e7c;
}

blockquote {
  background-color: #f2f2f2;
  border-left: 4px solid #58465c;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 30px auto;
  padding: 7px 35px; 
  width: 60%;
}
blockquote p {
  font-size: 15px;
  font-style: oblique;
}

.inner_wrapper .sidebar_content {
  text-align: center;
}
.sidebar_content .post_wrapper {
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 15px 0;
  padding: 10px;
  position: relative;
  width: 100%;
}

.sidebar_content .post_wrapper .post_img {
  background-color: #fff;
  background-image: url('../png/kbb-img.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 25%;
}
.sidebar_content .post_wrapper .post_inner_wrapper {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  margin: 10px 0;
  padding: 10px 0 10px 15px;
  width: 75%;
}
.sidebar_content .post_wrapper .post_inner_wrapper p {
  font-size: 14px;
  padding: 0;
  text-align: left;
}
a.read-more {
  bottom: 10px;
  color: #666;
  cursor: pointer;
  display: block;
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  font-weight: normal;
  padding: 8px 20px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
     -moz-transition: color 0.5s ease;
       -o-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
a.read-more:hover {
  color: #8f5e7c; 
  text-decoration: none; 
}
.post_wrapper .post_img .caption_cat {
  padding: 5px;
  position: relative;
  text-align: left;
  top: -95%;
}
.post_wrapper .post_img .caption_cat a {
  color: #fff;
  display: inline;
  font-weight: normal;
  height: auto;
  vertical-align: bottom;
  width: auto;
}
.sidebar_content .post_wrapper .post_inner_wrapper .post_header_wrapper {
  width: 100%;
}
.sidebar_content .post_wrapper .post_inner_wrapper .post_header_wrapper h4 a {
  color: #58465c;
  display: block;
  float: none;
  font-weight: normal;
  position: static;
  text-align: center;
}
.sidebar_content .post_wrapper .post_inner_wrapper .post_header_wrapper h4 a:hover {
  color: #8f5e7c;
}
.flexslider_caption h4 {
  margin-bottom: 20px;
}
h2.subhead {
  color: #58465c;
  font-family: 'Oswald', sans-serif;
}
/*.post-page-image.image-left {
  display: inline-block;
  float: left;
  margin: 1em 1.5em 1em 0;
}
.post-page-image.image-right {
  display: inline-block;
  float: right;
  margin: 1em 0 1em 1.5em;
}*/
div.post-page-image {
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #58465c;
  font-family: 'Oswald', sans-serif;
  max-width: 50%;
  padding: 5px !important;
  text-align: center !important;
}
div.post-page-image.image-left {
  display: inline-block;
  float: left;
  margin: 0.25em 1em 1em 0 !important;
}
div.post-page-image.image-right {
  display: inline-block;
  float: right;
  margin: 0.25em 0 1em 1em !important;
}
img.post-page-image-with-cap {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
p.wp-caption-text {
  margin: 5px auto !important;
  text-align: center !important;
}
img.post-page-image {
  width: auto;
  max-width: 100%;
  height: auto;
}


.post_wrapper{
  overflow:hidden;
}
.post_wrapper .post_img{
  max-height:250px;
  overflow:hidden;}
.post_wrapper .post_img a{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.post_img a img{height:auto;max-width:100%;}
.post_inner_wrapper{margin-top:0 !important;}

#social-container {
  display: block;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.social-link {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  margin-left: -4px;
  padding: 5px;
  text-align: center;
  width: 20%;
}
.social-link a,
.social-icon {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
#grt-sub-container {
  display: block;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.grit-title {
  font-variant: small-caps;
}
.grt-sub-block {
  font-size: 14px;
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
}
.grt-sub-block:before,
.grt-sub-block:after {
  clear: both;
  content: ' ';
  display: table;
}
.grit-cover {
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding-top: 10px;
  width: 33.333333333333333333333333333333%;
}
.grit-cover img {
  height: auto;
  width: 100%;
}
.subscribe {
  display: block;
  margin: 15px auto;
}
.subscribe-button {
  background-color: #58465c;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
     -moz-transition: background-color 0.5s ease, color 0.5s ease;
       -o-transition: background-color 0.5s ease, color 0.5s ease;
          transition: background-color 0.5s ease, color 0.5s ease;
}
.subscribe-button:hover {
  background-color: #8f5e7c;
  color: #f2f2f2; 
  text-decoration: none; 
}

#partners {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.partner-header {
  color: #8f5e7c;
  font-size: 20px;
  text-align: center;
}
.partner {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  width: 15%;
  padding: 10px;
}
.partner a,
.partner a img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.mag {
  display: inline-block;
  margin: 1em 2em;
  max-height: 40px;
}
.mag img {
  max-height: 40px;
  width: auto;
}
.slides {
  overflow: hidden;
}
.slides li a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}

.footer_wrapper {
  background-color: #333;
  margin-top: 25px;
}
#footer {
  background-color: #f2f2f2;
  border-top: 3px solid #ccc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 3.125%;
  text-align: center;
  width: 100%;
}
#copyright {
  border-top: 3px solid #4d4d4d;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 15px 3.125% 35px;
  width: 100%;
}
#copyright_left {
  width: auto !important;
}
#footer .sidebar_widget {
  text-align: center;
  width: 100%;
}
#footer .sidebar_widget li {
  display: inline-block;
  width: 25%;
}
#footer .sidebar_widget li .widgettitle {
  color: #fff;
  margin: 0 auto 10px;
  text-align: center;
  width: 95%;
}
#footer .sidebar_widget li ul.posts {
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
ul.posts li {
  padding: 0 0 10px;
  width: 100%;
}
ul.posts li > a {
  display: none;
}

.sidebar-popular,
.sidebar-recent {
  border-bottom: 1px solid #58465c;
  border-left: 1px solid #58465c;
  border-right: 1px solid #58465c;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 15px auto;
  text-align: left;
  width: 90%;
}
.sidebar-popular .widgettitle,
.sidebar-recent .widgettitle {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center;
}
.sidebar-popular li,
.sidebar-recent li {
  border-bottom: 1px dotted #ccc;
  margin: 5px auto;
  padding: 5px 0 8px;
  width: 95%;
}
.sidebar-popular li:last-child,
.sidebar-recent li:last-child {
  border-bottom: none;
}
.sidebar-wrap {
  margin: 15px auto;
}
.jumbo-ad {
  border: 1px solid #ccc;
  height: 252px;
  margin: 10px auto;
  width: 302px;
}
.jumbo-ad > div,
.half-page-ad > div,
.leaderboard-ad > div {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.half-page-ad {
  border: 1px solid #ccc;
  display: block;
  height: 602px;
  margin: 0 auto;
  vertical-align: top;
  width: 302px;
}
.sidebar_content {
  margin-top: 15px;
}
.leaderboard-ad { 
  border: 1px solid #ccc; 
  height: 92px;
  margin: 0 auto 15px;
  width: 730px
}
h2.widgettitle.header {
  color: #58465c;
  display: block;
  background-color: transparent;
  box-shadow: none;
  font-size: 40px;
}
.post_wrapper.post_page {
  border-top: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.post_wrapper.post_page .post_inner_wrapper {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper p,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div {
  font-size: 15px;
  font-weight: 400;
  margin: 1em auto;
  padding: 0;
  text-align: left;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper ul, 
.sidebar_content .post_wrapper.post_page .post_inner_wrapper ol {
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 90%;
}
.image-with-caption {
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  max-width: 48%;
  overflow: hidden !important;
  padding: 1em !important;
}
.image-with-caption.image-right {
  display: inline-block;
  float: right;
  margin: 1em 0 1em 1.5em !important;
}
.image-with-caption.image-left {
  display: inline-block;
  float: left;
  margin: 1em 1.5em 1em 0 !important;
}
.image-with-caption img {
  display: block;
  height: auto;
  max-width: 100%;
}
.image-with-caption span {
  
}
.sidebar_content .post_wrapper.post_page.list-post .post_inner_wrapper ul.list-wrap {
  width: 100%;
}
.sidebar_content .post_wrapper.post_page.list-post .post_inner_wrapper ul.list-wrap > li {
  border: 1px solid #ccc;
  clear: both;
  display: block;
  margin: 0 auto 1em;
  padding: 1em;
  width: 100%;
}
.sidebar_content .post_wrapper.post_page.list-post .post_inner_wrapper ul.list-wrap > li:before,
.sidebar_content .post_wrapper.post_page.list-post .post_inner_wrapper ul.list-wrap > li:after {
  clear: both;
  content: '';
  display: table;
}
.list-wrap li .post-page-image.image-left {
  margin: 0 1em 0 0;
}
.list-wrap li .post-page-image.image-right {
  margin: 0 0 0 1em;
}
.sidebar_content .post_wrapper.post_page.list-post .post_inner_wrapper ul.list-wrap > li ul {
  list-style: none;
  width: 100%;
}

.sidebar_content .post_wrapper.post_page .post_inner_wrapper table,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div table {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  -moz-box-sizing: border-box !important;
     box-sizing: border-box !important;
  display: inline-block !important;
  margin: 1em !important;
  padding: 10px !important;
  text-align: center !important;
  width: 45% !important;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper table tr td,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div table tr td {
  background-color: #fff !important;
  border: none !important;
  text-align: left !important;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper table tr td a,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div table tr td a {
  display: inline-block !important;
  height: 100% !important;
  width: 100% !important;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper table tr td a img,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper table tr td  img,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div table tr td a img,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div table tr td img {
  display: inline-block !important;
  height: auto !important;
  max-width: 100% !important;
}
div.tags-wrapper,
div.comments-wrapper {
  clear: both;
}


#commentform p input[type="text"],
#commentform p textarea {
  width: 75% !important;
}
div.comment_inner {
  clear: both;
  display: block;
  width: 100%;
}
div.comment_inner .widgettitle {
  font-size: 16px;
  padding: 10px;
}
div.comment_inner .comment {
  clear: both;
  display: block;
  float: none;
  font-size: 13px;
  margin: 1em auto 1em 0;
  overflow: auto;
  width: 100%;
}
div.comment_inner ul.children {
  margin-left: 0 !important;
  margin-top: -15px !important;
  width: 100% !important;
}
div.comment_inner ul.children .comment {
  background-color: #f2f2f2 !important;
  list-style-type: none !important;
  margin-left: 8% !important;
  padding: 2em 1em !important;
  width: 92% !important;
}
div.comment_inner ul.children .comment .left {
  border: 3px solid #fdb714;
}
div.comment_date {
  clear: left  !important;
  font-size: 13px !important;
  margin: 0 !important;
  text-align: left !important;
}

p.comment-reply-link {
  font-size: 13px !important;
  font-weight: 300 !important;
  margin: 0 !important;
}
#commentform p input#submit {
  background-color: #58465c;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
     -moz-transition: background-color 0.5s ease, color 0.5s ease;
       -o-transition: background-color 0.5s ease, color 0.5s ease;
          transition: background-color 0.5s ease, color 0.5s ease;
}
#commentform p input#submit:hover {
  background-color: #8f5e7c;
  color: #f2f2f2; 
  text-decoration: none; 
}
p.comment-subscription-form .subscribe-label {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

.byline {
  display: table;
  margin: 10px auto;
}
.byline-author,
.byline-links {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.byline-img-wrap {
  background-color: #fff;
  background-image: url('../png/kbb-img.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #58465c;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: middle;
  width: 60px;
}
.byline-img {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
}
.byline-link {
  background-color: #58465c;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0 auto 15px;
  padding: 4px 10px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.125);
  width: auto;
}
.byline-link:hover {
  background-color: #8f5e7c;
  color: #f2f2f2;
}
.byline-left,
.byline-right {
  display: table-cell;
  vertical-align: middle;
}
.byline-line {
  display: block;
}
.byline-site {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

div.sharedaddy h3.sd-title {
  width: 90%;
}
.author-card {
  border-bottom: 5px solid #e6e6e6;
  display: block;
  padding: 15px 0;
  margin: 0 auto;
}
.author-card:last-child {
  border-bottom: none;
}
.author-basics {
  border-bottom: 2px solid #f2f2f2;
  overflow: auto;
  padding-bottom: 10px;
  text-align: left;
}
.author-img-wrap {
  background-color: #fff;
  background-image: url('../png/kbb-img.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #58465c;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  height: 150px;
  margin-right: 15px;
  overflow: hidden;
  vertical-align: middle;
  width: 150px;
}
.author-img {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
}
.author-info {
  border-right: 1px solid #e6e6e6;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px 5px 0;
  vertical-align: middle;
  width: 50%;
}
.author-info h1 a {
  color: #58465c;
  font-size: 30px;
  line-height: 1.6;
  text-align: left;
}
.author-info h1 a:hover,
.author-info h2 a:hover {
  color: #8f5e7c;
}
.author-info h2 {
  color: #4d4d4d;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
}
.author-info h2 a {
  color: #58465c;
  font-weight: bold;
}
.author-links {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
.author-posts {
  background-color: #58465c;
  border-radius: 3px;
  color: #fff;
  display: block;
  margin: 0 auto 15px;
  padding: 4px 10px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.125);
}
.author-posts:hover {
  background-color: #8f5e7c;
  color: #f2f2f2;
}
.author-soc-wrap {
  display: block;
}
.author-soc {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  height: 26px;
  margin: 5%;
  vertical-align: middle;
  width: 26px;
}
.author-qa {
  margin: 15px 0 0;
}
.author-qa h2 {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
.author-qa p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0.5em auto;
  padding: 0;
  text-align: left;
}
.author-qa p:last-child {
  margin: 0.5em auto 0.875em;
}

.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts {
  border-bottom: 1px solid #e6e6e6;
  clear: both;
  overflow: auto;
  padding-bottom: 20px;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts h2 {
  border-top: 1px solid #e6e6e6;
  color: #4d4d4d;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 1.5em 0 1em 0;
  padding-top: 20px;
  text-align: left;
  text-transform: none;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0 .5%;
  padding: 0 10px;
  vertical-align: top;
  width: 19%;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper .post_img {
  float: none;
  position: relative;
  width: 100%;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper .post_img .caption_cat {
  font-size: 13px;
  left: 0;
  margin: 0;
  padding: 2px;
  position: absolute;
  top: 10px;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper .post_inner_wrapper .post_header_wrapper, 
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper .post_inner_wrapper .post_header_wrapper .post_header,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper .post_inner_wrapper .post_header_wrapper .post_header h4 {
  font-size: 15px;
  margin: 0 auto;
}


input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
textarea,
select {
  padding: 8px;
  font-size: 14px;
  margin: 0;
  border: 1px solid #dddddd;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=url]:hover,
input[type=email]:hover,
input[type=tel]:hover,
textarea:hover,
select:hover {
  border: 1px solid #999999;
}
input[type=text]:active,
input[type=text]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  border: 1px solid #58465c;
  outline: none;
}
.gform_button {
  background: #58465c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjYjVkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjVlN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #58465c 95%, #8f5e7c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,#58465c), color-stop(100%,#8f5e7c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #58465c 95%,#8f5e7c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #58465c 95%,#8f5e7c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #58465c 95%,#8f5e7c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #58465c 95%,#8f5e7c 100%); /* W3C */
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58465c', endColorstr='#8f5e7c',GradientType=0 ); /* IE6-8 */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
}


.gform_wrapper {
  margin: 0 auto;
  width: 75%;
}
.gform_fields {
  list-style: none;
  margin: 0 auto;
}
.gfield {
  display: block;
  margin: 10px auto;
  width: 100%;
}
.gfield_radio,
.gfield_checkbox {
  list-style: none;
  text-align: left;
}
.gfield_radio li input[type="radio"],
.gfield_checkbox li input[type="checkbox"] {
  margin: 6px 10px 0 0;
  vertical-align: top;
  width: auto;
}
.gfield_checkbox li label {
  font-size: 14px;
  font-weight: 400;
}
.gfield_label {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 15px;
  text-align: center;
  width: 85%;
}
.ginput_container {
  display: block;
  margin: 10px auto;
  width: 75%;
}
.ginput_container input {
  width: 100%;
}
.ginput_left,
.ginput_right {
  display: inline-block;
  margin-bottom: 5px;
  overflow: auto;
  width: 100%;
}
.ginput_left label,
.ginput_right label {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  height: 21px;
  padding: 7px 0;
  width: 30%;
  text-align: right;
}
.ginput_left input,
.ginput_right input {
  width: 65%;
}
.ginput_container textarea.textarea {
  width: 100%;
}
#return-to-admin {
  background: #58465c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjYjVkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjVlN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #58465c 95%, #8f5e7c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,#58465c), color-stop(100%,#8f5e7c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #58465c 95%,#8f5e7c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #58465c 95%,#8f5e7c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #58465c 95%,#8f5e7c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #58465c 95%,#8f5e7c 100%); /* W3C */
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58465c', endColorstr='#8f5e7c',GradientType=0 ); /* IE6-8 */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
}

.sub-menu .sub-menu {
  margin-left: 160px;
  margin-top: 8px;
}

.comment .left {
  background-color: #fff;
  background-image: url('../cc-img.html');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #58465c;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  height: 70px;
  margin-right: 15px !important;
  overflow: hidden !important;
  vertical-align: middle;
  width: 70px !important;
}
.comment .left img.avatar {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
}

.navigation {
  font-size: 14px;
  margin: 4em auto 2em;
}
.navigation ul li {
  display: inline-block;
}
.navigation ul li a {
  border: 1px solid #ccc;
  display: block;
  padding: 5px 15px;
}
.navigation ul li a:hover,
.navigation ul li.active a {
  border-color: #58465c;
  color: #58465c;
  font-weight: bold;
}

h3.tag-wrap-title {
  border-top: 1px solid #e6e6e6;
  color: #4d4d4d;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 1.5em 0 1em 0;
  padding-top: 20px;
  text-align: left;
  text-transform: none;
}
#post-tag-wrapper {
  display: block;
  font-weight: 300;
  list-style: none;
  margin: 1em auto;
  text-align: left;
  width: 100%;
}
.post-tag {
  display: inline-block;
  list-style: none;
}
.post-tag a {
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0 5px 5px 0;
  padding: 3px 8px;
  text-decoration: none;
  text-transform: capitalize;
}
.post-tag a:hover {
  background: #58465c;
  border: 1px solid #8f5e7c;
  color: #fff;
  text-decoration: none;
}

.nl-option,
.nl-form {
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 25px auto 15px;
  padding: 10px 25px 5px;
  width: 90%;
}
.nl-title {
  
}
.nl-check {
  
}
.nl-check input {
  
}
.nl-option p {
  
}
.nl-form {
  
}
.sailthru-input {
  display: inline-block;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  width: 300px;
}
#sailthru-fname-2{
  margin-left: 32px !important;
}
#sailthru-lname-2{
  margin-left: 34px !important;
}
#sailthru-email-2{
  margin-left: 10px !important;
}
.sailthru-submit {
  background: #58465c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjYjVkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjVlN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #58465c 95%, #8f5e7c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,#58465c), color-stop(100%,#8f5e7c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #58465c 95%,#8f5e7c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #58465c 95%,#8f5e7c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #58465c 95%,#8f5e7c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #58465c 95%,#8f5e7c 100%); /* W3C */
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58465c', endColorstr='#8f5e7c',GradientType=0 ); /* IE6-8 */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
}

.header_ads {
	min-width:482px;
}

@media all and (max-width: 600px) {
  #menu_border_wrapper select {
    font-size: 16px;
    height: auto !important;
    padding: 5px;
    width: 93.75% !important;
  }
  div#content_wrapper,
  div#content_wrapper .inner,
  .sidebar_content {
    margin: 0 auto;
  }
  div#slider_wrapper {
    margin-top: 0;
    min-height: 225px !important;
  }
  a.slide-link {
    min-height: 225px !important;
  }
  .flexslider_caption h4 {
    margin-bottom: 0;
  }
  ol.flex-control-nav {
    display: none;
  }
  ul.flex-direction-nav li a {
    width: 35px;
    height: 35px;
    top: 2%;
  }
  .flex-direction-nav li .next {
    right: 6px !important;
  }
  .flex-direction-nav li .prev {
    right: 50px !important;
  }
  .sidebar_content .post_wrapper .post_img {
    width: 100%;
  }
  .sidebar_content .post_wrapper .post_inner_wrapper {
    padding: 15px 0;
    width: 100%;
  }
  .read-more {
    bottom: 1%;
    left: 2.5%;
    padding: 7px 0;
    width: 95%;
  }
  .partner {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: inline-block;
    width: 48%;
    padding: 10px;
  }
  #content_wrapper .inner .inner_wrapper div.sidebar_wrapper {
    width: 100%;
  }
  #content_wrapper .inner .inner_wrapper div.sidebar_wrapper div.sidebar {
    float: none;
  }
  .sidebar-popular, .sidebar-recent {
    width: 100%;
  }
  .sky {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
    width: 50%;
  }
  div#copyright {
    margin: 0 auto;
    overflow: auto;
    width: 100%;
  }
  div.sharedaddy h3.sd-title {
    width: 100%;
  }
  div.sidebar_content .post_wrapper.post_page .post_inner_wrapper div a img,
  div.sidebar_content .post_wrapper.post_page .post_inner_wrapper p a img {
    clear: both;
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
  }
  a[href*="wp-content"] {
    display: block;
    float: none !important;
    margin: 0 auto !important;
  }
  a[href*="wp-content"] img {
    margin: 0 auto;
  }
  .author-basics {
    border-bottom: none;
  }
  .author-img-wrap {
    display: block;
    margin: 0 auto 15px;
  }
  .author-info {
    border-right: none;
    display: block;
    margin: 0 auto;
    padding: 5px;
    width: 90%;    
  }
  .author-links {
    display: block;
    margin: 15px auto;
    width: 90%;
  }
  .author-qa {
    display: none;
  }
  .leaderboard-ad {
    margin-top: 20px;
  }
  #ad_wrapper a img {
    height: auto !important;
    width: 100% !important;
  }
  .sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper {
    display: block;
    float: none;
    margin: 0 auto 15px;
    width: 100%;
  }
}





@media print {

  *{
    box-shadow:none !important;
    text-shadow:none !important;
  }

  header,
  .header_ads,
  .menu-main-container,
  .sidebar_wrapper,
  .sharing,
  .comment_inner,
  .footer_wrapper,
  .leaderboard-ad,
  #header_wrapper,
  .byline-link,
  .sharedaddy,
  .tags-wrapper,
  .related-posts,
  .standard_wrapper.header {
    display: none !important;
  }
  #content_wrapper {
    left: 0;
    padding-top: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
  }
  body,
  html{
    background:#fff !important;
    font-size:12pt !important;
  }
  #custom_logo {
    display: inline-block !important;
    margin: 0 auto !important;
  }
  .widgettitle.header {
    line-height: 1.25 !important;
    margin: 0 auto !important;
  }
  .logo {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .sidebar_content {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
  }  
}

@media all and (min-width: 768px) and (max-width: 960px) {
  .main_nav ul li a, .main_nav li a {
    padding: 13px 10px 12px !important;
  }
  .main_nav ul, .main_nav {
    height: auto !important;
  }
  
  #menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul, .main_nav li ul {
    margin-top: 46px !important;
  }
  .sub-menu .sub-menu {
    margin-top: 8px !important;
  }
  .header_ads {
    padding-right: 15px !important;
  }
  .sidebar-wrap {
    display: none;
  }
  .sky {
    margin: 10px auto;
  }
  input#search-input {
    padding: 4px 8px;
    width: 150px !important;
  }
  input#search-button {
    height: 30px;
    width: 30px;
  }
  .jumbo-ad {
    display: inline-block;
    margin: 10px 0.5%;
    max-width: 48%;
    overflow: hidden;
  }
  .sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper {
    display: inline-block;
    float: left;
    margin: 0 auto 15px;
    width: 45%;
  }
  .sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper:first-of-type,
  .sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper:nth-of-type(3) {
    margin-right: 5%;
  }  
}

div.recommendation.sailthruRecommendation {
  display: none !important;
}

body.category .sidebar_content .post_wrapper .post_inner_wrapper p,
body.home .sidebar_content .post_wrapper .post_inner_wrapper p {
  font-size: 16px;
}

p.post-date {
  font-size: 12px;
  text-align: center;
}
div[id*="attachment"].alignright {
  float: right !important;
}
h1.page-title {
  color: #58465c;
  display: block;
  background-color: transparent;
  box-shadow: none;
  font-size: 40px;
  font-family: 'Droid Serif', serif;
}
.byline a {
  color: #58465c;
  font-weight: bold;
}
.post-author-links {
  display: block;
  margin: 1em auto;
  text-align: center;
}
.author-soc-wrap {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.newsletter {
  display: block;
  margin: 15px auto;
}
.newsletter-button {
  background-color: #58465c;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
     -moz-transition: background-color 0.5s ease, color 0.5s ease;
       -o-transition: background-color 0.5s ease, color 0.5s ease;
          transition: background-color 0.5s ease, color 0.5s ease;
}
.newsletter-button:hover {
  background-color: #8f5e7c;
  color: #f2f2f2; 
  text-decoration: none; 
}

.home .sidebar_content .category_wrapper>.post_wrapper {
	display: inline-block;
    margin: 0;
    border: none;
}

.home .sidebar_content .category_wrapper>.post_wrapper>.post_img {
    float: none;
    width: 100%;
    min-height: 300px;
	max-height: 250px;
    overflow: hidden;
}

.home .post_wrapper .post_img a {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.home .post_wrapper .post_img .caption_cat {
	padding: 5px;
    position: relative;
    top: -95%;
	color: #fff;
    display: table !important;
    background: #58465c;
    width: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 999;
}

.home .sidebar_content .category_wrapper .post_wrapper .post_inner_wrapper, 
.home .sidebar_content .category_singlepost_wrapper .post_wrapper .post_inner_wrapper {
	line-height: 2.5em;
    height: 7em;
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 10px 0;
}

.home .sidebar_content .category_singlepost_wrapper .post_wrapper .post_inner_wrapper {
	display: block;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
}

.home .sidebar_content .post_wrapper .post_inner_wrapper .post_header_wrapper {
	width: 100%;
	float: left;
}

.home .post_wrapper .post_img .caption_cat a {
	color: #fff;
    display: inline;
    font-weight: normal;
    height: auto;
    vertical-align: bottom;
    width: auto;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home .post_header {
	width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

.home .sidebar_content .post_wrapper .post_inner_wrapper .post_header_wrapper h4 a {
	color: #58465c;
    display: block;
    float: none;
    font-weight: normal;
    position: static;
    text-align: center;
}

.home a.view-all {
	background-color: #58465c;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    text-decoration: none;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
	min-height: 40px;
}

.home a.view-all:hover {
	background-color: #785a7f !important;
	background: #785a7f !important;
	background-image:none;
}

.home a.view-all:after {
	background-image: none !important;
}

.home .sidebar_content .category_wrapper h1, .home .category_singlepost_wrapper h1 {
	padding: 10px;
	font-size: 30px;
    display: block;
    background: transparent url(../line_shadow.html) repeat-x center 22px;
	color: #000000;
    letter-spacing: 0px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.home .sidebar_content .category_singlepost_wrapper {
    display: inline-block;
}

.home .sidebar_left_home_wrapper hr {
	display:none;
}

.home .sidebar_content .category_singlepost_wrapper .post_wrapper .post_img {
	width: 100%;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content {
	margin-left: 10px;
}

.home .post_header h4 {
	font-size: 22px;
	color: #000000;
    letter-spacing: 0px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

#shiftnav-toggle-main {
	display:none;
}

@media (min-width: 962px) {
	.home .sidebar_content .category_wrapper>.post_wrapper {
    	width: 33%;
	}
	
	.home .sidebar_content .category_singlepost_wrapper {
    	width: 33%;
	}
}

@media all and (max-width: 1130px) {
	.main_nav .menu-item a {
		font-size: 15px;
		padding: 15px 15px 10px;
	}
}

@media all and (max-width: 970px) {
	.main_nav .menu-item a {
		font-size: 14px;
    	padding: 15px 10px 10px;
	}
	
	#menu-item-8 {
		padding-left: 5px;
	}
}

@media all and (max-width: 850px) {
	.main_nav ul li a, .main_nav li a {
		padding: 13px 7px 12px !important;
	}
}

@media all and (max-width: 780px) {
	.main_nav ul li a, .main_nav li a {
		padding: 13px 5px 12px !important;
		font-size:13px;
	}
}

@media all and (max-width: 767px) {
	#shiftnav-toggle-main {
		display:block;
	}
	
	ul#main_menu {
		height:2px;
	}
	
	.header .logo {
		float: none;
    	width: 100%;
    	margin-bottom: 10px;
	}
	
	.header_ads {
		min-width: 100%;
    	text-align: center;
	}
}

@media all and (max-width: 600px) {
  .wdpu-container.wdpu-background.style-simple.rounded .wdpu-msg .wdpu-msg-inner .wdpu-text {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  .wdpu-container.wdpu-background.style-simple.rounded .wdpu-msg .wdpu-msg-inner .wdpu-image {
    display: none !important;
  }
}