/*
Theme Name: coingeek theme
Theme URI: https://coingeek.com/
Author: the coingeek team
Author URI: https://coingeek.com/
Description: The objective is to develop the  coingeek website.
Version: 1.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wstheme
Tags: 

*/
/**********************************

Name: ajax-form Styles

***********************************/
/* Skeleton loader styles */
.skeleton {
    background: #f0f0f0;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.skeleton::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f0f0f0 0%, #e0e0e0 20%, #f0f0f0 40%, #f0f0f0 100%);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Customize for different elements */
.skeleton-text {
    height: 20px;
    width: 100%;
    margin: 10px 0;
}

.skeleton-image {
    height: 200px;
    width: 100%;
}

.wp-block-media-text{
    display:block; 
    padding:0 100px 0 0;
    margin:40px 0;
}

.wp-block-media-text .wp-block-media-text__content{
    font-size:14px;
    border-left:1px solid #005DE9;
    padding:0 20px;
    margin:15px 0;
}

.wp-block-media-text .wp-block-media-text__content a{
    color:#005DE9;
}

figcaption.small{
    text-size-adjust: 20%; 
}

figure.wp-block-image{
    margin-bottom:20px;
}


ul.wp-block-list{
    list-style:disc;
    margin-bottom:30px;
}

iframe{
    width:100%;
    height:500px;
    object-fit: cover;
}

footer .g-recaptcha iframe{
    height:auto;
    width:100%;
}

footer .g-recaptcha > div{
    width: 100% !important;
    height: 90px !important;
}

.script-form{
    max-width: 302px;
}

._html-code{
    font-size:10px;
    line-height: 16px;
}

._html-code a{
    text-decoration: underline;
}

._html-code a:hover{
    text-decoration: none;
}


.script-form ._form-content ._form_element ._field-wrapper input{
    width: 100%;
    color: #fff;
    padding: 8px 11px;
    background: none;
    border-radius: 0.375rem;
    border: 1px solid #005DE9;
    margin-bottom: 5px;
}

.script-form ._form-content ._form_element ._field-wrapper select{
    width: 100%;
    color: #fff;
    padding: 8px 11px;
    border-radius: 0.375rem;
    border: 1px solid #005DE9;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    cursor: pointer;
    margin-bottom: 5px;
    background:#000 url(assets/images/dropdown.svg) no-repeat 97% / 15px;
}

._button-wrapper #_form_5_submit{
    background: #005DE9;
    color: #fff;
    border-radius: 0.375rem;
    width: 100%;
    padding: 9px;
}

.main-btn{
    border-radius: 0.375rem;
    background-color: rgb(0 93 233);
    padding:10px 20px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.3rem;
    font-weight: 400;
    color:#fff;
}

.post-article a{
    color:#005DE9;
}

._error-inner{
    color:#EF5043
}

._form-thank-you{
    padding:5px 10px;
    color:#00B027;
}

.contact-page-form{
    border-top:7px solid #033887;
    background:#eee;
    box-shadow:0 4px 10px 0 rgb(0, 93, 233, 0.20);
    border-radius: 8px;
    max-width:1000px;
    margin:30px auto 0;
}

.trinityAudioPlaceholder{
    margin:0 0 20px 0
}

@media(max-width:991px){
    .wp-block-media-text{
        padding:0
    }
}

@media(max-width:768px){
    iframe{
        height:300px;
    } 
}

@media(max-width:460px){
    iframe{
        height:220px;
    } 
}

