/*
 Theme Name:   RPG
 Theme URI:    http://www.todobravo.es
 Description:  Group RPG by TodoBravo Web Design
 Author:       TodoBravo
 Author URI:   www.todobravo.es
 Template:     dt-the7
 Version:      1.0.0
*/

/*
 * Color Palet
 *
 *

Pantone 299
#0087d1     100%    rgb(0,135,209)
#2b9bd9     80%
#4cabdf     65%
#65b7e3     55%
#8bc8ea     40%
#a5d5ef     30%

Pantone 425
#454449     100%    rgba(32,38,42,1)
Pantone 16-1546 Living Coral - Living Coral is an affable and animating shade whose golden undertone gives it a softer edge. Color 2019***
#ff6f61 rgb(255,111,97)

Pantone 17-0542 Pepper Stem - Zesty yellow-green Pepper Stem encourages our desire for nature’s healthy bounty.
#8d9440 rgb(141,148,64)

Pantone 19-4150 Princess Blue - Princess Blue, a majestic royal blue hue, glistens and gleams.
#00539c rgb(0,83,156)

Pantone 19-3810 Eclipse - A deep blue redolent of the midnight sky, thoughtful Eclipse is both serious and mysterious.
#343148 rgb(52,49,72)

*/

/* 
 *  Post Home Page
 */

@media (max-width: 768px){
    .items-grid article {
        display: flex;
        flex-wrap: wrap;
    }
    .items-grid article img {
        width: 100%;
        height: auto;
    }
}

/*
 *  Footer
 */
@media (max-width: 768px){
    .footer .widget.wf-1-2  {
        width: 40%;
    }
    .footer .widget.wf-1-6  {
        width: 20%;
    }
}

@media (max-width: 480px){
    .footer .widget.wf-1-2  {
        width: 100%;
    }
    .footer .widget.wf-1-6  {
        width: 33%;
    }
}

#bottom-bar {
    padding-bottom: 60px;
}


/*
 *  Contact Form 7
 */

.wpcf7-form input[type="submit"] {
    border: 1px solid #0087d1;
    font-size: 18px !important;
}

/* Recapctha hide google badge */
.grecaptcha-badge {
 opacity: 0;
}

/*
 * Cookies Notice
 */
#cookie-notice .cn-button {
    border: 1px solid #0087d1;
    background-color: #0087d1;
    color: white;
}

#cookie-notice a.cn-button:hover {
    color: #343148;
}

/*
 * Scroll Top
 */
.scroll-top.on {
    z-index: 100001;
}

/*
 * Utilies Classes
 */

.display_none {
    display:none;
}

/*
 * Buttons - correction use of fonts
 */
.vc_btn3-container button {
    font-family: inherit;
}