/*
* Theme Name: Cryptoworld 2020
* Author: David Churchill
* Description: WordPress Theme
* Version: 1.0
* Template: blocksy
* Text Domain: blocksy
*/

/* Start From Here */

@font-face {
    font-family: 'Vtks';
    src: url('fonts/Vtks-good-luck-for-you.ttf') format('ttf'),
         url('fonts/Vtks-good-luck-for-you.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

header.entry-header .page-description {
  color: #ffffff!important;
}
#subscribe-text img.subscribe.alighright {
 float: right!important;
 margin: 0px;
 padding: 0px;
}
figure.wp-block-embed-twitter {
 text-align: center!important;
 display: table!important;
 margin: 0 auto;
 clear: both;
}
p.comment-form-cookies-consent,
p.gdpr-confirm-policy,
p.comment-subscription-form {
 --contentSpacing: 0em;
 margin-bottom: 0px;
}
p.comment-form-cookies-consent input[type='checkbox'],
p.gdpr-confirm-policy input[type='checkbox'],
p.comment-subscription-form input[type='checkbox'] {
 -webkit-appearance: checkbox!important;
 -moz-appearance: checkbox!important;
 appearance: checkbox!important;
}
p.comment-form-cookies-consent label,
p.gdpr-confirm-policy label,
p.comment-subscription-form label {
 font-size: 13px;
}
/* Adverts */
.cw-ad {
 display: block;
 margin-bottom: 20px;
}
.ad-info {
   display: block;
   color: #9e9e9e;
   float: left;
   clear: both;
   width: 100%;
   font-size: 11px;
   text-transform: capitalize;
}
.ad-info-top {
 color: #9e9e9e;
 width: 100%;
   font-size: 11px;
   text-transform: capitalize;
 margin-top: -20px;
 margin-bottom: 0;
 padding-bottom: 0;
 text-align: right;
 padding-top: 0;
}
.ad-info-side {
 color: #9e9e9e;
   font-size: 11px;
   text-transform: capitalize;
 padding: 10px 18px 2px;
 text-align: right;
 margin: 0;
}
.ad-info-alt {
   color: #9e9e9e;
   text-transform: capitalize;
   display: block;
   float: right;
   -moz-transform: rotate(270deg);  /* FF3.5+ */
   -o-transform: rotate(270deg);  /* Opera 10.5 */
   -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
   -moz-transform-origin: 100% 100%;
   -o-transform-origin: 100% 100%;
   -webkit-transform-origin: 100% 100%;
}
/* Hide CF7 reCapacta */
.grecaptcha-badge {
 display: none!important;
 visibility: hidden!important;
}
@media (min-width: 1000px) {
.hero-section[data-type=type-1] {
   margin-bottom: 20px;
}
}
