/* Theme Name: Coindirect
template: layerswp */

@import url( "assets/fonts/fonts.css" );

/* Color Pallette:

Background: #0D123B;
Dark Blue: #1F244A;
Light Blue: #4AE4EE;
Pink: #E64767;
*/

/**
* Global 
*/

body,p,ul,li,blockquote{
    color: #fff;
    font-family: 'Effra';
    font-weight: 400;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6,strong,a,a:hover{
    color: #fff;
    font-weight: 500;
}

table{
    border: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}
/**
* Framework Overrides
*/

.container {
    max-width: 1140px;
}

/**
* General Site Styling
*/

.wrapper-content{
    background : none;  
}

.wrapper-site{
    background-color: #0d123b;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-image: url( 'assets/img/header-bg.png' );
    background-size: 50%;
}

.widget .heading span{
    display: inline-block;
    border-bottom: 4px solid #E64767;
}

.widget .heading span:nth-child(2){
    border-bottom: 4px solid #4AE4EE;
}

.widget .media .excerpt,
.widget .media .heading + .excerpt{
    font-size: 18px;
    line-height: 28px;
}

.widget .bold-heading .heading{
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}

.has-read-more .button{
    background: url( 'assets/img/triangle.png' ) no-repeat bottom left;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0px;
    margin-top: 50px !important;
    padding: 0px;
    padding-bottom: 12px;
    text-align: left;
}

/**
* Site Header
*/

.header-block{
    max-width: 1400px;
    margin: auto;
}

.header-site, .header-site.header-sticky{
    background-color: transparent !important;
    padding: 80px 100px 0px 100px;
}

.header-site .menu li{
    font-size: 14px;
}
.header-site .menu  .highlight{
    border: 2px solid #4AE4EE;
    border-radius: 25px;
    padding: 4px 12px;
    text-transform: uppercase;
}


/**
* Hero Module
*/

    .hero-copy{
        padding-right: 25px;
        padding-top: 105px;
    }

    .hero-copy .heading{
        font-size: 40px;
        font-weight: 600;
        line-height: 50px;
    }

    .hero-copy .excerpt p{
        font-size: 18px;
        line-height: 28px;
    }

    .cta-panel{
        background-color: #1f244a;
        padding: 70px 25px;
        border-radius: 6px;
        box-shadow: 0px 20px 29px rgba(0,0,0,0.15);
    }

    .cta-panel .heading{
        font-size: 24px;
    }

    .cta-panel .media.medium .heading + .excerpt{
        margin-top: 0px;
    }

    .cta-panel .excerpt img{
        border-radius: 100px;
        max-width: 60px;
    }

    .cta-panel .media.medium a.button{
        background: none;
        border: 2px solid #E64767;
        border-radius: 50px;
        font-size: 16px;
        margin-top: 15px;
        padding: 15px 0px;
        position: relative;
        text-transform: uppercase;
        width: 280px;
    }
    .cta-panel .media.medium a.button.btn-seconary{
        border-color: #4ae4ee;
    }


    .cta-panel .media.medium a.button:hover{
        background: #e64767;
    }
    
    .cta-panel .media.medium a.button.btn-seconary:hover{
        background: #4ae4ee;
    }

    .cta-panel .media.medium a.button.btn-seconary span{
        bottom: 5px;
        font-size: 15px;
        position: absolute;
        text-transform: uppercase;
        width: 100%;
    }

    .cta-panel .hr{
        display: inline-block;
        font-style: 17px;
        font-weight: 600;
        margin-top: 15px;
        position: relative;
        width: 55%;
    }

    .cta-panel .hr:before,
    .cta-panel .hr:after{
        border-bottom: 1px solid rgba(255,255,255,0.15);
        content: "";
        height: 1px;
        position: absolute;
        top: 10px;
        width: calc( 35% );
    }
    .cta-panel .hr:before{
        left: 15px;
    }
    .cta-panel .hr:after{

        right: 15px;
    }

    .cta-panel .media.medium .hr + a.button{
        margin-top: 15px;
    }
    /**
    * Timer
    */

    .timer{        
        display: inline-block;
        margin: auto;
        margin-top: 50px;
        width: auto;
    }
    .timer div{
        color: #fff;
        float: left;
        font-size: 50px;
        margin: 0px 5px;
        line-height: 50px;
    }
    .timer div.separator{
        color: #e64767;
    }
    .timer div span{
        font-size: 15px;
        display: inline-block;
        text-align: center;
        display: block;
    }

    .total{
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        margin-top: 20px;
    }

    .progress{
        display: block;
    }
    .progress .start,
    .progress .end{
        color: #fff;
        font-weight: bold;
    }
    .progress .start{
        float: left;
    }
    .progress .end{
        float: right;
    }
    .progress .bar{
        border: 1px solid  rgba( 255,255,255,0.1);
        display: inline-block;
        height: 0px;
        position: relative;
        width: 100%;
    }
    .progress .bar span{
        display: inline-block;
        height: 3px;
        margin: -1px 0px;
        position: absolute;
        left: 0px;
        background: #1f244a; /* Old browsers */
        background: -moz-linear-gradient(left, #1f244a 0%, #e64767 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #1f244a 0%,#e64767 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #1f244a 0%,#e64767 100%); 
    }
    .progress .bar span i{
        background: #e64767; /* Old browsers */
        border-radius: 15px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
        height: 15px;
        margin-top: -7px;
        width: 15px;
        float: right;
    }

/**
* Country Module
*/
.country-module{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('assets/img/cd-map.png');
}

.country-module .copy-panel{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('assets/img/pink-oval.png');

    margin-top: 150px;
    padding-top: 125px;
}

.country-module .headline-panel{
    padding-bottom: 250px;
}

/**
* Features Module
*/

.features-module .copy-panel{
    margin-top: 50px;
}

.features-module .copy-panel .heading + .excerpt{
    margin-top: 50px;
}

/**
* Wallet Module
*/

.wallet-module .copy-panel .heading + .excerpt{
    font-size: 20px;
    margin-top: 50px;
}

.wallet-module .copy-panel blockquote{
    background: url( 'assets/img/two-quotes.png' ) no-repeat;
    background-attachment: cover;
    font-size: 14px;
    font-style: italic;
    padding-left: 50px;
    margin-top: 50px;
}
.wallet-module .copy-panel blockquote span{
    clear: both;
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    padding-top: 15px;
    padding-left: 180px;
}

.swiper-slide .arrows a{
    color: #e64767;
}
.swiper-slide span.swiper-pagination-switch{
    border-color: #e64767;
} 
.swiper-slide span.swiper-pagination-switch{
    background-color: #e64767;
} 
.swiper-slide span.swiper-pagination-switch.swiper-active-switch{
    background-color: transparent;
}
.swiper-slide{
    background: transparent;
    padding-top: 60px;
    padding-bottom: 60px;
}

/**
* Transactions Module
*/

.transaction-module{
    background-repeat: no-repeat !important;
    background-position: 105% 0% !important;
    background-image: url( 'assets/img/dashboard.png' );
}

.transaction-module .copy-panel img{
    text-align: left;
    margin: 0;
}
.transaction-module .copy-panel .excerpt{
    margin-top: 50px;
    padding-left: 50px;
}

/**
* Token Module
*/

.token-module{
    background-repeat: no-repeat;
    background-position: left;
    background-image: url( 'assets/img/token-detail-background.png' );
}

.token-module.widget .copy-panel .excerpt{
    margin-top: 50px;
}
.token-module.widget .copy-panel .excerpt p:nth-child(1){
    margin-bottom: 50px;
}

/**
* Investment Module
*/
.investment-module{
    padding-top: 0px;
}

.investment-module .copy-panel{
    padding-left: 70px;
}

.investment-module .copy-panel .media .excerpt{
    font-size: 30px;
    line-height: 40px;
}

.investment-module table tr td{
    text-align: left;
}
.investment-module table td.module{
    width: 50%;
}

.investment-module table td.module tr{
    background: #1f244a;
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    width: 100%;
}

.investment-module table td.module tr.heightmatch{
     height: 295px;
}

.investment-module table td.module h5{
    font-weight: bold;
    font-size: 15px;
}

.investment-module span{
    color: #4AE4EE;
}


/**
* Timeline Module
*/
.timeline-module{
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

/**
* Team Module
*/

.team-module .copy-panel .media.medium .heading + .excerpt{
    margin-top: 50px;
}

.team-module .copy-panel{
    padding-right: 60px;
}

.team-module .team-panel{
    font-weight: normal;
    padding-top: 80px;
}

.team-module .team-panel .media-image{
    clear: both;
    display: inline-block;
    text-align: left;
    position: relative;
    width: auto;
}

.team-module .team-panel .media-image img{
    float: left;
}

.team-module .team-panel .media-image span{
    display: block;
    width: auto;
}

.team-module .team-panel .media-image a{
    bottom: 0px;
    background: #4ae4ee;
    border-radius: 15px;
    display: block;
    padding: 6px 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    height: 28px;
    width: 28px;
}

.team-module .team-panel .heading{
    font-size: 14px;
    position: relative;
}

.team-module .team-panel .heading a{
    font-weight: 400;
}

.team-module .team-panel .heading span{
    border: none;
    color: #4ae4ee;
    clear: both;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
}

.pr-badges{
    margin-top: 50px;
}

/**
* Signup Module
*/
#subscribe-result {
    background: #E64767;
    border-radius: 4px;
    color: #fff;
    padding: 12px;
    margin-bottom: 12px;
    width: 100%;
}
#subscribe-result.error{
    background: #fff;
    color: #E64767;
}
.signup-form{
    max-width: 450px;
    margin: auto;
    margin-top: 50px;
    padding: 0px 25px;
}
.signup-form label{
    text-align: left;
}
.signup-form input{
    background: #fff;
    border-radius: 4px 0px 0px 4px;
    display: inline-block;
    float: left;
    height: 49px;
    width: 70%;
}
.signup-form input[type="submit"]{
    background: #E64767;
    border-radius:  0px 4px 4px 0px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 49px;
    width: 30%;
}

/**
* Download Module
*/
.downloads-module{
    background-color: #e64767;
    padding: 60px 30px 60px 30px;
    border-radius: 4px;
}

.downloads-module .column{
    margin-top: 0px;
    margin-bottom: 4px;
}
.downloads-module .column .media-image{
    margin-right: 4px;
    padding-top: 2px;
}
.downloads-module .column .excerpt{
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}

/**
* Footer
*/

#footer.footer-site{
    background: url( 'assets/img/footer-background.png' ) no-repeat bottom  #0d123b;
}
@media only screen and (min-device-width : 375px) and (max-device-width : 769px) {

    .signup-form input,
    .signup-form input[type="submit"]{
        border-radius:  0px 0px 4px 4px;
        width: 100%;
    }
    .signup-form input[type="email"]{
        border-radius:  4px 4px 0px 0px;
    }
}

@media only screen and (max-device-width : 660px) {
    .header-site{
        padding: 25px 12px;        
    }

    .nav-horizontal > ul{
        display: block;
    }

    .header-site .menu .highlight{
        font-size: 12px;
        padding: 0px;   
    }

    .widget{
        margin-top: 0px;
        padding-top: 25px;
    }
    .widget .hero-copy{
        padding: 25px 0px;
    }

    .cta-panel{
      padding: 25px 0px;
    }
    
    .signup-form input,
    .signup-form input[type="submit"]{
        border-radius:  0px 0px 4px 4px;
        width: 100%;
    }
    .signup-form input[type="email"]{
        border-radius:  4px 4px 0px 0px;
    }