/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: Jessie Chia
Author URI: http://informationofficer.com
Template: salient
Version: 0.1
*/

@import url('https://fonts.googleapis.com/css?family=Raleway');

@font-face{font-family:Eksell;src:url(EksellDisplayLarge.woff) format('woff');font-style:normal;font-weight:400;text-rendering:optimizeLegibility;font-display:swap}
@font-face{font-family:Balto;src:url(BaltoBold.woff) format('woff');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:Balto;src:url(BaltoMedium.woff) format('woff');font-style:normal;font-weight:400;font-display:swap}

h1 {
    font-family: Balto,Helvetica,sans-serif;/* !important;*/
    padding-bottom: 20px;
    color: #000 !important;
}
h2 {
    font-family: Eksell,Georgia,serif;
    font-weight: 500;
    color: #000;
}
h3 {
    font-family: Balto,Helvetica,sans-serif;
    color: #000;
}
.excerpt, .content-inner {
    font-family: Georgia;
}
.meta-date {
    font-family: Helvetica;
}
.comment-wrap {
    padding-top: 20px;
}
.text-center {
    text-align: center;
}

#slide-out-widget-area.fullscreen .off-canvas-social-links:after, #slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after {
    background-color: #920200 !important;
}
/*}*/
/*#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container:after {
    width: 100%;
    display: block;
    height: 1px;
    content: ' ';
    background-color: #920200;
}*/

/**
 * Added "Interview with:" content to before navigation items 
 */
#top .custom-pre-nav {
	color: #920200;
	justify-content: center;
	padding-bottom: 10px !important;
	padding-left: 15px;
    padding-right: 15px;
    font-family: Raleway;
    text-transform: uppercase;
    font-weight: 700;
}

/** 
 * Excerpt customization
 */
.post-content-wrap > .excerpt {
    color: #6a6a6a;
}

/** 
 * Transforming all categories display to uppercase
 */
span.meta-category, span.meta-category a {
    font-family: Balto,Helvetica,sans-serif !important;
    color: #920200 !important;
    text-transform: uppercase;
}
.recent-top-categories div.post > div.excerpt { 
    display: none;
}
/** 
 * Homepage's top categories customizations 
 */
.recent-top-categories div.post > div.post-header {
    position: absolute;
    top: 70%;
    background: #fff;
    width: 95%;
    padding-right: 5px;
    padding-left: 5px;
}
.recent-top-categories div.post > .post-header h3 {
    line-height: 1.2em;
    font-size: 1.6em !important;
    color: #000;
}
.recent-top-categories div.post > .post-header h3 a:hover {
    color: #920200;
}
/*.recent-top-categories div.post > .featured > img {
    max-height: 200px;
}*/

/** 
 * Must read customizations - homepage 
 */
#homepage-must-read-section {
    display: none;
}
#homepage-must-read-section .code-block {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.homepage-must-read-article a.featured {
    visibility: hidden;
    display: none;
    margin: 0px !Important;
    width: 0px;
}
.homepage-must-read-article .you-need-to-read {
    font-family: Eksell,Georgia,serif;
    background-color: #920201;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    width: 160px;
    text-align: center;
    margin-bottom: 0px !important;
}

/** 
 * Customization to Trending Posts
 */
#trending-posts-mid {
    counter-reset: trending;
}
#trending-posts-mid div[role="option"] h4.wtpsw-post-title:before {
    counter-increment: trending;
    content: counter(trending) " / ";
    font-size: 0.85em;
	color: #920200;
}
#trending-posts-mid h3.vc_custom_heading {
    font-family: Eksell,Georgia,serif;
    font-weight: 400;
    padding-bottom: 10px;
}
#trending-posts-mid h4.wtpsw-post-title {
    font-family: Balto,Helvetica,sans-serif;
    background: #f1f8fc;
    position: absolute;
    top: 70%;
    width: 85%;
    min-height: 80px;
    text-align: left;
    /* for embedded ads */
    padding: 5px;
    line-height: 1em;
}
#trending-posts-mid h4.wtpsw-post-title > a {
    font-size: 0.85em !important;
    color: #000;
}
#trending-posts-mid h4.wtpsw-post-title > a:hover {
    color: #920200;
}
#trending-posts-mid div.wtpsw-post-stats {
    display: none;
}

/** 
 * Sidebar - Trending Interviews, Latest Interviews
 */
#sidebar .nectar_popular_posts_widget {
    counter-reset: trendingsidebar;
}
#sidebar .nectar_popular_posts_widget h4 {
    font-family: Eksell,Georgia,serif;
    font-weight: 500;
    font-size: 1.8em !important;
    color: #000 !important;
    padding-bottom: 15px;
}
#sidebar .nectar_popular_posts_widget > ul > li > a > .meta-wrap > .post-title, 
#sidebar .nectar_popular_posts_widget > ul > li > a > .meta-wrap > .post-date, 
#sidebar .recent_posts_extra_widget > ul > li > a > .meta-wrap > .post-title, 
#sidebar .recent_posts_extra_widget > ul > li > a > .meta-wrap > .post-date {
    font-family: Balto,Helvetica,sans-serif !important;
}
#sidebar .nectar_popular_posts_widget > ul > li > a > .meta-wrap > .post-title:before {
    counter-increment: trendingsidebar;
    content: counter(trendingsidebar) " / ";
	color: #920200;
}
#sidebar .nectar_popular_posts_widget > ul > li, 
#sidebar .recent_posts_extra_widget > ul > li {
    margin-bottom: 15px !important;
}
#sidebar .nectar_popular_posts_widget > ul > li:after, 
#sidebar .recent_posts_extra_widget > ul > li:after {
    border-bottom: 1px solid #f1f8fc;
    height: 15px;
    display: block;
    width: 100%;
    content: '';
}
#sidebar .recent_posts_extra_widget h4 {
    font-family: Balto,Helvetica,sans-serif;
    font-weight: 800;
    font-size: 1.8em !important;
    padding-bottom: 15px;
    color: #920200;
}

#top div.col_last > nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 8px;
}
#top .span_9 nav >ul >li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle) > a {
    padding-bottom: 10px !important;
}
#top .span_9 nav >ul >li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle):not(:last-child):after {
    content: "|";
    top: 10px;
    position: absolute;
    right: 0px;
}

.post-area article:not(:last-child):after {
    border-bottom: 1px solid #ccc;
    height: 30px;
    display: block;
    width: 100%;
    content: '';
}
.post-area article {
    padding-top: 10px;
    margin-bottom: 20px !important;
}
.post-area .article-content-wrap .post-content-wrap {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
    padding-left: 5%;
}
.post-area .article-content-wrap .post-content-wrap .text, 
.post-area .article-content-wrap .post-content-wrap .text > a, 
.post-area .article-content-wrap .post-content-wrap .text > span {
    font-family: Balto,Helvetica,sans-serif !important;
}
.post-area .article-content-wrap .post-content-wrap .text > a {
    color: #920200 !important;
}
.post-area .article-content-wrap .post-content-wrap .text > span {
    font-size: 0.6em !important;
}

/** 
 * Customizations on single post page
 */
#crumbs {
    font-family: Balto,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #920200;
    margin-bottom: 10px;
}
#crumbs > a:after {
    content: " ";
    padding-right: 5px;
}
#crumbs > a:not(:first-child):before {
    content: " ";
    padding-left: 5px;
}
#crumbs > span {
    padding-left: 5px;
}
#ajax-content-wrap .container-wrap {
    padding-top: 20px;
}
.single .heading-title[data-header-style="default_minimal"] {
    text-align: left;
    padding-top: 0px;
    border-bottom: solid 2px #ccc;
}
body[data-ext-responsive="true"].single-post .heading-title[data-header-style="default_minimal"] .entry-title {
    text-align: left !important;
    margin-left: 0px !important;
}
.single .heading-title[data-header-style="default_minimal"] #single-below-header {
    line-height: 22px;
}
.single .heading-title[data-header-style="default_minimal"] #single-below-header span {
    color: #595959 !important;
    font-size: 14px;
    padding: 0px !important;
    border: none !important;
}
.single .heading-title[data-header-style="default_minimal"] #single-below-header .meta-author .fn {
    font-family: Balto,Helvetica,sans-serif;
    color: #272727 !important;
}
.single .heading-title[data-header-style="default_minimal"] #single-below-header .meta-author .fn a {
    color: #920200 !important;
}
.single .heading-title[data-header-style="default_minimal"] #single-below-header .meta-author .fn a:hover {
    color: #550100 !important;
}
.single .heading-title {
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.single #sidebar {
    margin-top: 4px;
    padding-top: 15px;
}
.related-post-wrap[data-using-post-pagination="false"] {
    margin-top: 0px !important;
}
/** 
 * Forms customization
 */
.caldera_forms_form {
    font-family: Balto,Helvetica,sans-serif;
    font-size: 12px;
    padding: 25px;
}
#sidebar .caldera_forms_form {
    background-color: #f1f8fc;
}
.caldera_forms_form label {
    font-family: Balto,Helvetica,sans-serif;
    text-align: left;
}
.caldera_forms_form h2 {
    font-family: Balto,Helvetica,sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
}
#sidebar .caldera_forms_form input[type="submit"], .newsletter-btn {
    color: #fff !important;
    padding: 10px!important;
    border-radius: 19px!important;
    width: 11em !important;
    text-transform: uppercase !important;
}
#slide-out-widget-area .caldera_forms_form input[type="submit"] {
    color: #fff !important;
    padding: 5px 10px 6px 10px !important;
    border-radius: 0px !important;
    width: 8em !important;
    text-transform: uppercase !important;
    margin-left: -5px;
}
.caldera_forms_form input[type="email"] {
    max-width: 300px;
    display: inline-block !important;
}
.caldera_forms_form .select2-container, .caldera_forms_form .select2-drop, .caldera_forms_form .select2-input, 
.caldera_forms_form .select2-results, .caldera_forms_form .select2-search {
    background-color: #fff !important;
}
#slide-out-widget-area .cf-toggle-group-buttons > a {
    color: #555 !important;
}
/*.caldera-grid.remodal-is-opened form:before {
    content: 'X';
    color: #555;
    font-size: 1.2em;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 #eee;
    top: 12px;
    cursor: pointer;
}*/
/*.caldera-grid > form > p {
    height: 0px;
    display: none;
}*/
.select2-drop {
    z-index: 999999 !important;
}
.caldera-grid.remodal-is-opened .alert > .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.caldera-grid.remodal-is-opened .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.caldera-grid.remodal-is-opened .close:hover {
  opacity: 1;
}
.caldera-grid.remodal-is-opened .close:before, .caldera-grid.remodal-is-opened .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.caldera-grid.remodal-is-opened .close:before {
  transform: rotate(45deg);
}
.caldera-grid.remodal-is-opened .close:after {
  transform: rotate(-45deg);
}
/** 
 * Customization for single post page with parallex header
 */
body.single-post.material[data-bg-header="true"] .container-wrap {
    padding-top: 0px !important;
}
/** 
 * Ads customization
 */
/*.code-block:before {
    content: ' ';
    white-space: pre;
    display: inline-block;
}*/
.code-block {
    margin-top: -15px !important;
    background-color: #fff !important;
    padding-bottom: 35px !important;
}
.code-block-label {
    font-size: 13px;
    color: #bbb;
    text-align: center;
}
.code-block > .ai-attributes {
    margin-top: 0px;
}
#sidebar .ai_widget {
    margin-bottom: 0px !important;
}
.adsbygoogle > ins {
    z-index: 99999999;
}
/** 
 * Pagination Customizations
 */
#pagination {
    padding-top: 30px;
    padding-bottom: 40px !important;
    margin-bottom: 40px !important;
}
/*#pagination {
    display: flex;
    justify-content: center;
}
#pagination .next, #pagination .prev {
    padding-left: 20px;
    padding-right: 20px;
}
#pagination .next a, #pagination .prev a {
    clear: both;
    width: 150px !important;
}
#pagination .next a:before {
    content: " Next";
    white-space: pre-wrap;
    display: block;
}*/
/** 
 * Search Results
 */
.search h1 {
    font-family: Eksell,Georgia,serif !important;
    font-size: 3em !important;
    margin-top: 15px;
}
/*#search-results {
    margin: 0px;
}
body.search-results #search-results[data-layout="list-no-sidebar"] article:before {
    content: '';
    display: none;
    visibility: hidden;
}*/
.privacy-policy h2 {
    padding-top: 10px;
    font-family: Balto,Helvetica,sans-serif !important;
    font-weight: 700;
}
.privacy-policy h3 {
    padding-top: 10px;
    font-weight: 700 !important;
    font-size: 1.28em !important;
    text-decoration: underline;
}