/* Custom Styles and Theme Overrides */

.fslider .slide > a > img {
  width: 100%;
}

/* SMC Edit tags */

.smc-edit, .smc-new, .smc-edit-template {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  float: right;
  cursor: pointer;
  z-index: 99;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px 4px !important;
  line-height: 14px;
  color: #999 !important;
  background: #fff;
  top: 10px;
  bottom: inherit !important;
}

.smc-edit{
  right: 20px;
}
.smc-new{
  right: 60px;
}
.smc-edit-template{
  right: 100px;
}

.smc-edit:hover, .smc-new:hover, .smc-edit-template:hover {
  color: #a57b00;
  border-color: #a57b00;
  text-decoration: none;
}

.smc-edit i {
  padding-right: 2px;
  font-size:12px;
  position: relative;
  top: 1px
}
.pos-rel {
  position: relative;
}
.left-al {
  float:left;
}
.left-10 {
  left:10px;
}
.left-20 {
  left:20px;
}
.top-30 {
  top: 30px !important;
}
.top-neg-10 {
  top: -10px;
}

.single-post .entry-content > h4 {
  margin-bottom: 10px;
}

.single-post .entry-content img {
  height: auto !important;
}

.single-post .entry-content a.button {
  margin-left:0;
  margin-top:25px;
  margin-bottom:25px;
  width:225px;
  text-align: center;
}

@media (max-width:767px) {
  .single-post .entry-content a.button {
    margin-top:5px;
    margin-bottom:5px;
  }
  .single-post .entry-content #ext-buttons > a.button:first-child {
    margin-top:25px;
  }
  .single-post .entry-content #ext-buttons > a.button:last-child {
    margin-bottom:25px;
  }
}

.single-row-thumbs .fslider .slide > a > img {
  max-height: 435px;
  width: auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding-left: 0px;
  padding-right: 0px;
}
.single-row-thumbs #carousel li > img {
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  width: 100%;
  height: 100px;
}
.single-row-thumbs #carousel li:hover {
  cursor: pointer;
}
.single-row-thumbs .flexslider,
.single-row-thumbs #carousel {
  background: #fff;
  /*padding: 5px;*/
}
.single-row-thumbs #carousel {
  padding-top: 0;
}
.single-row-thumbs #carousel .slides {
  margin-bottom: 0;
}
.single-row-thumbs #carousel .slides:after {
  content: '';
  display: block;
  clear: both;
}
.single-row-thumbs #carousel .slides li {
  max-height: 100px;
  overflow: hidden;
  height: 100px;
  position: relative;
}

.single-row-thumbs #carousel .custom-nav-2 .flex-nav-next .flex-next,
.single-row-thumbs #carousel .custom-nav-2 .flex-nav-prev .flex-prev {
  width: 30px;
  height: 30px;
}
.single-row-thumbs #carousel .custom-nav-2 .flex-nav-prev .flex-prev i,
.single-row-thumbs #carousel .custom-nav-2 .flex-nav-next .flex-next i {
  font-size: 20px;
  line-height: 28px;
  width: 14px;
  height: 30px;
}
.single-row-thumbs .flexslider .slider-wrap {
  height: 435px;
}
/*
.single-row-thumbs .flexslider .slider-wrap > .slide {
  padding-right: 6px;
}
*/
.single-row-thumbs .flexslider iframe {
  max-height: 435px;
  padding-right: 5px;
}
.single-row-thumbs #slider .custom-nav,
.single-row-thumbs #carousel .custom-nav-2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .single-post .flexslider .slider-wrap {
    height: 370px;
  }
}
@media (max-width: 991px) {
  .single-post .flexslider .slider-wrap {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .single-post .flexslider .slider-wrap {
    height: 270px;
  }
}
@media (max-width: 479px) {
  .single-post .flexslider .slider-wrap {
    height: 170px;
  }
}
.single-post #slider {
  margin-top: 15px;
}
.single-post ul {
  list-style-position: outside;
  margin-left: 1em;
}
.single-post ul.slides {
  margin-left: 0;
}
.single-post h1{
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .single-post h1{
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
#content {
  clear:both;
}

.highlights-main .col_half {
  padding: 15px 0;
  border-bottom: 1px dashed #E5E5E5;
}

#content .highlights-main .col_half p {
  margin-bottom:0;
}

#content .highlights-main .entry-c {
  overflow:visible;
}
@media (max-width: 767px) {
  #google_ads_div_Bottombanner_ad_wrapper {
    display:none;
  }
}
.single-post #ext-buttons > a.button > i.icon-circle-arrow-right {
  margin-left: 5px;
}