/*!
Theme Name: youtube-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: youtube-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

youtube-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.text-red {
    color: #E50B0B;
}

.ppcCasino {
    background-color: #fff;
    /*background-image: url(./images/bg-image.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ppcCasino-header {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    max-width: 1000px;
    margin: 0 auto;
    height: 220px;
}
.ppcCasino-header  .logo{
    padding: 10px 0 20px;
}

.ppcCasino-header hr {
    border-top: 0;
    border-bottom: .5px solid #264157;
    margin: 15px 0 15px 0;
}

.ppcCasino-content-inner{
    position: relative;
    height: 620px;
}
.ppcCasino-content {
    max-width: 1030px;
    margin: 0 auto 120px;
}
.footer-block{
    margin-top:50px;
}
.ppcCasino-footer {
    background: #292929;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 20px 20px 20px;
    position: relative;
}

.ppcCasino-footer img {
    margin: 0 3px;
}

/*GRID LAYOUT*/
.grid-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.featured.card {
    width: 360px;
    max-width: 360px;

}
.featured .card-header{
    line-height: 45px;
}
.featured  .card-logo{
    height: 128px;
    max-height: unset;
}
.featured .card-content .rating img{
    width: 24px;
}
.featured .card-content .rating{
    font-size: 18px;
}
.featured .card-footer p strong{
    font-size: 26px;
}
.featured .card-footer p{
    font-size: 22px;
    line-height: 30px;
}
.featured .card-footer .payment-methods img {
    max-width: 28px;
}
.featured .card-footer .btn-join{
    font-size: 22px;
    line-height: 45px;
    width: 200px;
}
.ppcCasino-copyright {
    background: #292929;
    font-size: 12px !important;
    color: #B5B5B5;
    text-align:center;
    font: inherit;
    padding-bottom: 20px;
}
/*GRID LAYOUT*/
/*CASINO CARD BLOCK*/
.card {
    text-align: center;
    margin: 10px 15px 30px;
    font-size: 18px;
    line-height: 35px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    max-width: 280px;
    width: 33%;
    transition: 0.5s;
}
.card:hover{
    transform: scale(1.2);
}

.card-4 .card {
    width: 22%;
}

.card-header {
    background: #292929;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
}
.card-logo {
    padding: 8px 0 10px;
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
}
.card-content .rating {
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.card-content .rating img{
    width: 18px;
    margin-right: 2px;
}
.card-content .rating img:last-child{
    margin-right: 0;
}
.card-content .rating span{
    margin-left: 3px;
    color: #353333;
    line-height: 21px;
}
.card-footer {
    background: #DFDFDF;
    border-radius: 0px 0px 5px 5px;
    display: block;
    padding: 15px;
}

.card-footer p {
    margin: 10px auto;
    line-height: 24px;
}

.card-footer p strong {
    display: block;
    font-size: 22px;
}

.card-footer .btn-join {
    font-weight: 400;
    line-height: 35px;
    background: #CB0808;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 155px;
    display: inline-block;
    text-decoration: none;
    margin: 12px auto;
}

.card-footer .payment-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-footer .payment-methods img {
    margin: 4px;
    max-width: 23px;
}
.bottom-icon-left,.bottom-icon-right {
    position: absolute;
    bottom: 0px;
    left: 0;
}
.bottom-icon-left{
    bottom: -10px;
}
.bottom-icon-right {
    right: 0;
    left: unset;
    bottom: -10px;
}

/*CASINO CARD BLOCK*/
@media only screen and (max-width: 767px) {
    .ppcCasino-header{
        padding: 0 20px;
    }
    .grid-3{
        flex-wrap: wrap;
    }    
    .card{
        width: 100% !important;
        margin-bottom: 40px;
    }
    .card:last-child{
        margin-bottom: 0;
    }
    .bottom-icon-left, .bottom-icon-right {
        max-width: 40%;
        top: 50px;
    }
    .ppcCasino-header {
        height: 25%;
    }
    .ppcCasino-content-inner{
        height: 55%;
    }
    .ppcCasino-copyright {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bottom-icon-left{
        margin-top:20px;
    }
    .bottom-icon-left{
        margin-top:20px;
    }
}
@media only screen and (max-width: 1440px) {
    .bottom-icon-left{
        left: -50px;
        top: 330px;
    }
    .bottom-icon-right {
       right: -30px;
        top: 330px;
    }

}