/*
Theme Name: Smart Mag Child2
Theme URI: http://theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: smart-mag
Version: 1.0
*/

@import url("../smart-mag/style.css");
@import url('addtl.css');

header {
  margin-bottom: 25px;
}
.main-head header {
  background-color: rgba(0, 0, 64, 1);
}
.tab-content {
  padding: 50px 0;
}
.wpt_widget_content .tab-content .wpt-postmeta {
  font-size: 10px;
  padding-left: 18px;
  margin-top: 0;
}
.navigation.sticky {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-width: 0 !important;
}
.sticky .menu .sticky-logo {
  padding: 0;
}
.sticky .menu .menu-item,
.sticky .menu .menu-item a {
  color: white !important;
}
.sticky .menu .menu-item:hover,
.sticky .menu .menu-item:hover a {
  color: black !important;
}
.current-menu-item > a,
.current-category-parent > a,
.current-category-ancestor > a {
  font-weight: bold;
}
.cat-title {
  display: none;
}
.widget .search-field {
  width: 77%;
}
.us_wrapper.us_fan_count_wrapper .us_fan_count_icon_holder {
  float: left;
  font-size: 20pt;
  height: 55px;
  margin-right: 10px;
  margin-left: 10px;
}
.us_wrapper.us_fan_count_wrapper .us_fan_count_holder {
  float: left;
  font-size: 10pt;
  margin-top: 10px;
}
.us_wrapper.us_fan_count_wrapper .us_fan_count_desc {
  float: left;
  font-size: 10pt;
  margin-top: 13px;
  padding-left: 5px;
  text-transform: uppercase;
}
.widget_categories .postform {
  width: 100%;
}
.wp-post-image {
  min-height: 145px;
}
.main-footer .widgettitle {
  margin-bottom: 14px;
  padding: 0 14px;
  border: 0;
}
.main-footer .menu-footer-container {
  padding-left: 14px;
}
.main-footer .menu-footer-container li {
  border: 0;
  padding: 0;
}
.widgettitle {
  position: relative;
  font-weight: bold;
}
.widgettitle:before,
.comment-title:before {
  border-left: 3px solid #ff6136;
  height: 34px;
  position: absolute;
  left: 0;
  display: block;
  float: left;
  content: " ";
}
.post-content .comment-title {
  position: relative;
  padding-left: 18px;
  font-weight: normal;
}
.main-heading,
.main-heading strong {
  font-weight: bold;
}
.excerpt iframe {
  width: 100%;
}
.single .featured img.wp-post-image {
  width: 100%;
  height: auto;
}
.single .share-links a {
  border-radius: 25px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 11.5pt;
}
.single .post-header .post-title {
  text-transform: uppercase;
  float: none;
  margin-right: 0;
}
.single .post-header .comments {
  display: block;
}

/**
SOCIAL MEDIA OVERRIDE

*/

.us_wrapper.us_skin_round .us_button {
  height: 65px;
  background-color: transparent;
  border-radius: 0;
  width: 2.7em !important;
}
.us_wrapper.us_skin_round .us_button:hover {
  width: 2.7em !important;
}
.us_wrapper.us_skin_round .us_button .us_share,
.us_wrapper.us_skin_round .us_button.us_no_count .us_share {
  border-radius: 20px;
  width: 30px;
  height: 30px;
  position: relative;
}
.us_wrapper.us_skin_round .us_button .us_share i {
  font-size: 10.5pt;
  position: absolute;
  top: -7px;
  left: 6px;
}
.us_skin_round .us_button:hover .us_share,
.us_skin_round .us_button.us_fan_count:hover {
  background-color: rgba(1, 91, 200, 1);
}
.us_wrapper.us_skin_round .us_button .us_count,
.us_wrapper.us_skin_round .us_button:hover .us_count {
  color: black;
  width: 30px;
  height: 30px;
  font-size: 10.5pt;
}
.single .related-posts,
.single .highlights-box.related-posts {
  margin-top: 28px;
}
.single .fb_iframe_widget {
  display: block;
}
.like-block {
  display: block;
  position: relative;
  width: 100%;
  margin: 40px 0 60px !important;
  min-height: 115px;
}
.like-block .like-article {
  position: relative;
  text-align: center;
}
.like-block .like-page {
  position: relative;
  text-align: center;
}
.like-block h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
#modal_window {
  z-index: 9999;
}
#modal_window,
#modal_window .modal_wrap,
#modal_window .modal_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
#modal_window .modal_overlay {
  position: fixed;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
}
#modal_window .modal_wrap {
  max-width: 500px;
  padding-top: 50px;
}
#modal_window .modal_content_wrap {
  padding: 20px;
  margin: 0;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
#modal_window .modal_content_wrap a.close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 5px;
  font-size: 12px;
  display: inline-block;
}
.optin_contact_form {
  max-width: 350px;
  margin: auto;
  padding-top: 20px;
}
.hide-el {
  display: none;
}
.single-post .main-content > .post > .post-share {
  display: none;
}
.single-post .post-container .post-content .sharedaddy.sd-sharing-enabled .sd-title {
  display: none;
}
.single-post .post-container .post-content .sharedaddy.sd-sharing-enabled .sd-content ul {
  text-align: center;
}
body > .main-wrap > .main.wrap {
  margin: 0;
}
.wrap {
  padding-left: 3px;
  padding-right: 3px;
}


@media screen and (max-width: 410px) {
  .main .sidebar .widget_widget_tptn_pop .tptn_link {
    display: block;
  }
  .main .sidebar .widget_widget_tptn_pop img {
    width: 100%;
    height: auto;
  }
  .column,
  .row [class*="col-"] {
    padding: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-form input[type="email"],
  .contact-form input[type="text"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #modal_window .modal_wrap {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 700px) {
  .adsbygoogle,
  .adsbygoogle * {
    width: 100% !important;
    overflow: hidden !important;
  }
}











