/*
 Theme Name:   CryptoLiberate
 Theme URI:    https://www.charfishdesign.com
 Description:  A custom theme for GeneratePress
 Author:       Charlie Pabst
 Author URI:   https://www.charfishdesign.com
 Template:     generatepress
 Version:      0.1
*/

body.single-post section.marquee,
body.home section.marquee {
  display: none;
}

* {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.elementor-text-editor p:last-child,
.textwidget p:last-child {
    margin-bottom: 0px;
}

h1.entry-title::after,
.H2Line h2::after {
    content: "";
    position: relative;
    width: 75px;
    display: inline-block;
    color: #F83C01;
    height: 2px;
    margin: 0 0 10px 15px;
    border: none;
    border-bottom: 2px solid #F83C01;
}

.rightSidebar {
    max-width: 360px;
}

.elementor-icon-list-icon {
  /* display: none; */
}

p.pvc_stats.total_only {
  margin-bottom: 0;
}

.elementor-widget-wp-widget-categories ul {
  margin-left: 0;
}

.elementor-widget-wp-widget-categories ul li {
  list-style: none;
  margin-top: calc(25px/2);
  padding-bottom: calc(25px/2);
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.elementor-widget-wp-widget-categories ul li:last-child {
  border-bottom: 2px solid #ddd;
}

.elementor-widget-wp-widget-categories ul li a:hover {
  color: #33a8bf;
}

.elementor-widget-wp-widget-categories h5 {
  display: none;
}


.footerList ul {
  margin-left: 0;
}

.footerList ul li {
  list-style: none;
  margin-top: 0;
  margin-bottom: calc(12px/2);
  padding-bottom: calc(12px/2);
  font-size: 14px;
  font-weight: 600;
  border-bottom: none;
}

.footerList ul li:before,
.footerWidgets div.elementor-post__text a.elementor-post__read-more:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 1.25em;
}

.footerWidgets div.elementor-post__text a.elementor-post__read-more:before {
  margin-right: 1.0em;
}

.footerList ul li:last-child {
  border-bottom: none;
}

.footerList ul li a:hover {
  color: #33a8bf;
}

.footerList h5 {
  display: none;
}



body.search .categoryHeader.viewing {
}


/*--- Landing Page Styles ---*/

body.landing-page header {
  height: 80px;
}

body.landing-page .headerRight,
body.landing-page .headerSearch,
body.landing-page .footerNewsletter,
body.landing-page .footerTicker,
body.landing-page .footerWidgets {
  display: none;
}

body.landing-page section.footerCopyright {
  background: #fff !important;
  margin-top: 50px;
}

body.landing-page .headerLogo {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

body.landing-page .headerLogo a {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}



/*--- Blog Styles ---*/

body.single-format-quote h1 {
  font-size: 2em !important;
}

body.single-format-quote .topDivider,
body.single-format-quote .postMeta {
  display: none;
}

body.single-format-quote .contentColumn p:first-of-type {
  font-size: inherit !important;
  line-height: inherit !important; 
  font-style: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

/* body.single-format-quote .contentColumn p:first-of-type:first-letter {
  float: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: inherit !important;
  font-style:  inherit !important;
} */

a.elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
}

.post_format-post-format-quote .elementor-post__card .elementor-post__meta-data,
.post_format-post-format-quote .elementor-post__card a.elementor-post__read-more {
  display: none;
}

.post_format-post-format-quote .elementor-post__card {
  display: none;
}

.post_format-post-format-quote .elementor-post__card {
  background: #666 !important;
}

.post_format-post-format-quote .elementor-post__card {
  background: #666 !important;
}

.post_format-post-format-quote .elementor-post__card .elementor-post__excerpt p,
.post_format-post-format-quote .elementor-post__card h3 a,
.post_format-post-format-quote .elementor-post__card h3 a:hover {
  color: #fff !important;
  /* pointer-events: none !important; */
  text-transform: none !important;
}

.post_format-post-format-quote .elementor-post__card h3 a {
  font-style: italic;
}

#ttcont {
    background: #444 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    padding: 10px !important;
}

ul#glossaryList {
    padding: 0;
    margin: 0 0 0 20px !important;
}

div.ln-letters {
    margin-bottom: 20px;
}

div.ln-letters a {
    padding: 4px 8px;
}

div a.ln-selected {
    background: #00D5FF !important;
}

ol,
ul {
    margin: 0 0 1em 2em;    
}

ol li,
ul li {
    margin-bottom: .5em;    
}

ul li {
    list-style: square;
}

.contentColumn p::selection {
      background: #B3F2FF; /* WebKit/Blink Browsers */
    }
.contentColumn p::-moz-selection {
      background: #B3F2FF; /* Gecko Browsers */
    }

.rightSidebar .elementor-widget-wp-widget-categories ul li:last-child {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}



.contentColumn a {
    color: inherit;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dcf6ff), to(#DCF6FF));
    background-image: linear-gradient(to bottom, #DCF6FF 0%, #DCF6FF 100%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: 0 111%;
    -webkit-transition: background-size .25s ease-in;
    transition: background-size .25s ease-in;
    padding: 2px 2px 0px 0;
    border-bottom: 2px solid #33a8bf;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contentColumn a:hover {
    background-size: 100% 88%;
    cursor: pointer;
    border-bottom: 2px solid #33a8bf;
}

body.pageNewsletter .newsletterWide {
  display: none;
}

.postMeta a,
.postMeta ul li a,
.postMeta a span.elementor-post-info__item { 
    color: #33a8bf !important;
    font-weight: bold;
}

.postMeta a:hover,
.postMeta ul li a:hover,
.postMeta a span.elementor-post-info__item:hover { 
    color: #666 !important;
}

.postMeta a span.elementor-post-info__item-prefix {
    color: #666 !important;
    font-weight: normal !important;
}

body:not(.noFancyFirstParagraph) .contentColumn p:first-of-type {
    font-size: 20px;
    line-height: 1.375;
    font-style: italic;
    font-weight: 600;
    color: #666;
}

/* body:not(.noFancyFirstParagraph) .contentColumn p:first-of-type:first-letter {
    float: left;
    font-size: 3.625rem;
    line-height: .625;
    margin: .15em .1em 0 0;
    font-style: normal;
} */

h3.elementor-post__title a {
    color: #444;
}

h3.elementor-post__title a:hover {
    color: #f83c01 !important;
}

a.elementor-post__read-more:hover {
    color: #F83C01 !important;
}

h2, h3, h4, h5, h6 {
    margin-top: 30px;
    margin-bottom: 0;
}

body:not(.single) div.featured-image {
  display: none;
}

div.featuredPost article.format-video div.elementor-post__thumbnail::before {
  background: url('http://www.cryptoliberate.com/wp-content/uploads/2021/05/playhead.png');
  content: "";
  z-index: 100;
  position: absolute;
  width: 74px;
  height: 81px;
  top: 33%;
  left: 40%;
}

article.format-video div.elementor-post__thumbnail::before {
  background: url('http://www.cryptoliberate.com/wp-content/uploads/2021/05/playhead.png');
  content: "";
  z-index: 100;
  position: absolute;
  width: 74px;
  height: 81px;
  top: 25%;
  left: 40%;
}

article.format-quote a.elementor-post__thumbnail__link {
  display: none;
}

.contentColumn h2 + h3,
.contentColumn h2 + h4 {
  margin-top: 0;
}



/*--- Elementor Card Sexiness ---*/

.elementorCard article {
    -webkit-transition: all ease-in-out 0.3s !important;
    transition: all ease-in-out 0.3s !important;
}

.elementorCard article:hover {
    box-shadow: 0 80px 100px rgba(1,0,61,.1) !important;
    -webkit-transform: translateY(-4px) !important;
    transform: translateY(-4px) !important;
}

body[class*="paged-"] .feqturedPost,
body[class*="paged-"] .featuredPost {
  display: none !important;
}


body.page-id-108 .elementor-message-success,
body.page-id-108 .elementor-message {
  text-align: center;
  background: #5ab95a;
  padding: 10px;
}

/*--- Coin Prices Table ---*/

div#ccpw-coinslist_wrapper {
    margin-bottom: 0 !important;
}

div[id*="ccpw-datatable"].dataTables_wrapper {
    margin-top: 0 !important;
}

.sidebarCoins div[id*="ccpw-datatable"].dataTables_wrapper table.dataTable th {
    font-size: 12px;
}

.sidebarCoins thead th:nth-child(1),
.sidebarCoins thead th:nth-child(5),
.sidebarCoins thead th:nth-child(6),
.sidebarCoins thead th:nth-child(7),
.sidebarCoins tr td:nth-child(1),
.sidebarCoins tr td:nth-child(5),
.sidebarCoins tr td:nth-child(6),
.sidebarCoins tr td:nth-child(7),
.sidebarCoins div.top,
.sidebarCoins div.bottom {
    display: none;
}

.elementor-message {
  color: #fff;
  font-weight: bold;
}


/*--- Responsive Whatnotz ---*/

@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}

@media (max-width: 768px) {
    /* CSS in here for mobile only */
    
    body.landing-page header {
      height: auto;
    }
    
    body.landing-page .headerLogo {
      width: 75%%;
    }
    
    body.landing-page .headerLogo a {
      width: 75%;
    }
    
    .rightSidebar {
        max-width: none;
    }
    
body:not(.noFancyFirstParagraph) .contentColumn p:first-of-type {
  font-size: 18px;
}
        
}