/*
Theme Name: newstoday-child
Version: 1.0
Description: A child theme of NewsToday by MyThemeShop
Template: mts_newstoday
Text Domain: newstoday
*/


.vf-follow-toggle {
  display: inline-block;
    padding: 0 5px;
    border: 1px solid #cccccc;
    margin: 0 0 0 5px;
    border-radius: 2px;
    line-height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.vf-follow-toggle:before {
  content: "follow";
}

.vf-follow-toggle:hover,
.vf-follow-toggle.vf-follow-toggle-on {
  color: #00b2ff;
  border-color:#00b2ff;
}

.vf-follow-toggle.vf-follow-toggle-on:before {
  content:"following";
}

.vf-follow-toggle.vf-follow-toggle-on:hover {
  color:#ff0000;
  border-color:#ff0000;
}

.vf-follow-toggle.vf-follow-toggle-on:hover:before {
  content:"unfollow";
}



/* CUSTOM AUTHOR AVATAR AND NAME */
.author_avatar {margin-right: 5px;}
.author_fname {font-weight: bold; vertical-align: 13px;}
.author_id {margin-bottom: 30px;}

/* FOLLOW BUTTON */
.author_follow {display: inline-block; vertical-align: 14px; background: #fff; color: #aaa; font-weight: bold; text-transform: uppercase; padding: 3px 7px; font-size: 10px; border-radius: 3px; margin-left: 5px; height: 13px; line-height: 140%; border: 1px solid #aaa; cursor: pointer}

.section_follow {display: inline-block; vertical-align: 3px; background: #fff; color: #aaa; font-weight: bold; text-transform: uppercase; padding: 3px 7px; font-size: 10px; border-radius: 3px; margin-left: 5px; height: 13px; line-height: 140%; border: 1px solid #aaa; cursor: pointer; margin-left: 8px;}

.author_follow:hover, .section_follow:hover {background: #0570ff; color: #fff; border: 1px solid #0570ff;}
.qlabs_tooltip_style_1 span {background: #0570ff !important; border: 0px solid #0570ff !important; text-shadow: 0px 0px 0px rgba(0,0,0,0) !important; padding: 7px !important; font-weight: bold !important; text-transform: uppercase; font-size: 10px !important;}
.qlabs_tooltip_style_1 > span::before {border-top: 0px solid #0570ff !important}
.qlabs_tooltip_style_1 span::After {border-color: #0570ff;
    border-right-color: rgb(64, 64, 64);
    border-bottom-color: rgb(64, 64, 64);
    border-left-color: rgb(64, 64, 64);}

/* CUSTOMIZE VF WIDGETS */
.vf_sharebar {margin: 0 !important; padding-top: 0 !important; float: right}
.viafoura .vf-share-bar li {top: -15px !important}
.display_inline {display: inline-block;}
.vf-share-icon {margin: 0 !important}
.vf-rtw-article-description {display: none !important}
.vf-rtw-article-image {display: none !important}

/* CUSTOM ARTICLE STYLES */
.single #page {background-color: #fff !important}
h1.single-title {margin-bottom: 10px; margin-top: 0px !important}
.post_category {font-size: 16px; text-transform: uppercase; margin-bottom: 25px; margin-top: 10px; font-weight: bold;}

/* CUSTOM BREAKING NEWS STYLES */
.breaking-heading {width: 13% !important; max-width: 200px !important; margin: 6px 0 !important;}
.breaking-slider-container .owl-carousel {width: 85% !important; margin: 0 !important}

/* CUSTOM HOMEPAGE STYLES */
.widget {background-color: #ffffff !important}
#sidebar {background-color: #ffffff !important}
#header {padding: 0 !important}
#page {padding: 0px !important; margin: 20px auto !important; background-color: #ffffff !important}
.widget_media_image img {width: 100%;}
#widget {border: 1px solid #eee !important; background-color: #ffffff !important}
.logo-wrap {float: none !important; display: flex; justify-content: center;}
#logo {float: none !important;}
#secondary-navigation {float: none !important; display: flex; justify-content: center;}
.post-info {display: none !important;}


/* NOTIFICATION BELL LOCATION */
.mts_call_to_action {position: absolute; top: 13px; right: 0px;}

/* TRENDING ARTICLES AND TOP COMMENTS WIDGET */
.vf-rtw-main-header {display: none !important;}
.vf-rtw {border: 0px solid #fff !important}
.viafoura header {float: none !important}
h1.vf-rtw-article-title, .vf-comment-summary  {font-family: Arial !important; font-size: 12.5px !important;}


