/* Rizk Font  */
@font-face {
    font-family: Rizk;
    src: url("../fonts/rizk/Gibson-Regular.otf") format("opentype");
}

@font-face {
    font-family: Rizk;
    font-weight: bold;
    src: url("../fonts/rizk/Gibson-Bold.otf") format("opentype");
}

/* Aloha Shark Font  */
@font-face {
    font-family: AlohaShark;
    src: url("../fonts/alohashark/Roboto-Regular.ttf") format("opentype");
}

@font-face {
    font-family: AlohaShark;
    font-style: italic;
    src: url("../fonts/alohashark/Roboto-Italic.ttf") format("opentype");
}

@font-face {
    font-family: AlohaShark;
    font-weight: bold;
    src: url("../fonts/alohashark/Roboto-Medium.ttf") format("opentype");
}

@font-face {
    font-family: AlohaShark;
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/alohashark/Roboto-MediumItalic.ttf") format("opentype");
}


html body {
    word-wrap: break-word;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    font-weight: normal;
}

body h1 {
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 20px;
    text-align:center;
}
body h2 {
    font-size: 24px;
    text-align:left;
    margin-bottom: 25px;
}
body h3 {
    font-size: 20px;
    text-align:left;
    margin-bottom: 25px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

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

.sticky {
}

.bypostauthor {
}

.entry {
    margin-bottom: 20px;
}

.widget {
    text-align: initial;
}

.widget ul {
    list-style: none;
    padding: 0;
}

#searchsubmit {
    margin: 4px 0;
}

.comment-list {
    padding: 0;
}

.comment-list, 
.children:nth-child(n+1) {
    list-style: none;
}

@media (max-width: 767px) {
    .comment-list, 
    .children:nth-child(n+1) {
        padding: 0;
    } 
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.main-navigation {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #428bca;
}

.nav-menu li {
    float: left;
}

.nav-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}

.nav-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.current-menu-item > a {
  color: #fff;
}
.current-menu-item > a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

.nav-menu .menu-toggle {
    display: none;
}

@media screen and (max-width:768px) {
    .nav-menu li:not(:first-child) {
    display: none;
    }
    
    .nav-menu li.menu-toggle {
    float: right;
    display: block;
    }
}

@media screen and (max-width:768px) {
    .nav-menu.responsive {
    position: relative;
    }

    .nav-menu.responsive .menu-toggle {
        position: absolute;
        right: 0;
        top: 0;
    }

    .nav-menu.responsive li {
        float: none;
        display: inline;
    }

    .nav-menu.responsive li a {
    display: block;
        text-align: left;
    }
    
    div.container.rizsk-container {
        background: white;
    }
}

.sub-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    list-style: none;
    padding: 0;
}

.sub-menu ul, 
.children ul {
    display: none;
    box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
    left: 100%;
    top: 0;
}

.sub-menu > li {
    position: relative;
}

.sub-menu > li > a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    width: 160px;
}

.sub-menu > li > a:hover {
    background-color: #f1f1f1;
}

.menu-item-has-children:hover > .sub-menu {
    display: block;
}

@media screen and (max-width:768px) {
    .sub-menu {
        position: relative;
        width: 100%;
    }
    .sub-menu > li > a {
        width: 100%;
    }

    .sub-menu ul, 
    .children ul {
        display: none;
        left: 0;
        top: 0;
    }
    h1 {
     color: #202A49;
    }

    .rizk-mobile-navigation .custom-logo {
        float: left;
        height: 38px;
        margin: 14px 0px 0px 0px;
        width: auto;
        padding: 0 0 0 15px;
    }

}

/* Form styles */
.gform_wrapper.gravity-theme .gfield_label {
    color:  #FFF;
    border:  0;
}

.ginput_complex label {
    font-weight: normal;
}

.gform_wrapper .gform_body .gfield_error label {
    color: #FFF;
}

.gform_wrapper .gform_body .gfield_validation_message, .gform_wrapper .gform_body .validation_message {
    background: transparent;
    border: 0;
    padding: 0;
    color: #FFF;
}

.gform_wrapper .gform_body .ginput_container_consent {

    display: flex;
    align-items: flex-end;
}

.gform_wrapper .gform_body .ginput_container_consent .form-control {
    margin-right: 5px;
}

.gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {

    font-weight: normal;

}

/* WPML  */
.wpml-ls-legacy-list-horizontal {
    text-align: center;
    padding: 0;
    margin-top: 5px;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 5px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    margin-bottom: 0;
}

.form-error {
    color: #ef4136;
    padding-bottom: 15px;
}

.form-error::empty {
    display: none;
}

/*Page Background*/
.background-container {
    min-height: 70vh;
    background-repeat: no-repeat;               
    background-size: 100%;
    width: 100%;
}

/* Manual Odds */
.match-list {
    margin-top: 30px;
}

.match-list .game-row {
    width: 100%;
  border-top: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 18px;
    padding-top: 18px;
    float:left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

col {
    color: #FFF;
    font-size: 16px;
}
.col .date, .col .league {
    width: 100%;    
    float:left;
}

.col.game-date {
    width: 22%;
    padding-right: 20px;
}

.col.game-date .date {
    color: #979797;
    font-style: italic;
}
.col.game-title {
    color: #f01818;
    font-size: 24px;
    width: 48%;
    padding-right: 20px;
}

.col.game-odds {
    width: 30%;
}
.odds-list {
    display: flex;
    float:right;
    width: 100%;
}

.odds-list .odd {
    background: rgba(255,255,255,0.15);
    padding: 10px;
        text-align: center;
    margin-left: 2px;
    text-align: center;
    min-width: 70px;
    width: 100%;
}

.odds-list .odd .odd-name {
    width: 100%;
  float: left;
    font-size: 13px;
    line-height: 1;
    color: #f01818;

}
.odds-list .odd .odd-value {
    width: 100%;
    float: left;
    font-size: 17px;
}


@media screen and (max-width: 992px) {
    .odds-list {
        float: none;
    }
    .match-list .game-row {
        padding: 25px 0;
    }
}


.btn.btn-center {
	display: table;
	margin: 0 auto;
}

.btn.btn-default {
    background-color: transparent !important;
    color: #FFF;
}

/* Styles */
.rizk-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 1800px;
    border-right: 1px solid #3b3b3b;
    box-shadow: 10px 0px 5px rgba(0,0,0,0.2);
    z-index: 999;
}
.rizk-logo, .rizk-slogan {
    width: 80%; 
    margin: auto;
    text-align: center;
    padding:0;
}

.rizk-slogan p {
    font-size: 23px;
    color: #ffffff;
    font-weight: 800;
    line-height: 22px;
    padding: 0;
    margin-top: 8px;
}
.rizk-navigation-logo-container {
    width: 100%;
    padding: 30px 0;
}
.hp-lobby-container {
    width: 100%;
    margin: auto;
}
.hp-section-title {
    width:100%;
}
.hp-section-title h2 {
    
    font-size: 25px;
}
.hp-game-tiles-container {
    padding: 0;
    margin: 0 0 25px;
    width: 100%;
    overflow: hidden !important;
}

.hp-game-tiles-container:last-child {

    border-bottom: none;
}

.mudal {
    overflow: auto !important;  
    width: 100%;
    max-width: 1800px;
    margin: 15px auto;
}
#game-view {
    width: 100%; 
}

.game-tile-single {
    position:relative;
}

.game-tile-single img {
	margin-bottom: 0;
    width: 100%;
}

.hp-rizk-summary {
    width: 100%;
    padding: 100px 0;
}
.hp-rizk-summary h2, .hp-rizk-summary h3 {
    
    font-size: 38px;
    text-transform: uppercase;
}
.hp-rizk-summary h2 {
    color: #FFE500;
}
.hp-rizk-summary h3 {
    color: white;
}
.rizk-content-container {
	background: #FFF;
}
.rizk-content {
    width:90%;
    margin:auto;
    font-size: 17px;
    color: 677493;
    font-weight: 100;
}
.rizk-container {
	padding: 50px 0;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
.container {
    width: 970px !important;
}
}
/*
 * Masthead for nav
 */

.main-navigation {
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}
.nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #428bca;
}
/* Nav links */
.nav-menu li {
    float: left;
}
.nav-menu > li > a {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #cdddeb;
}
.nav-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
}
/* Active state gets a caret at the bottom */
.current-menu-item > a {
    color: #fff;
}
.current-menu-item > a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
}
.nav-menu .menu-toggle {
    display: none;
}



@media screen and (max-width:768px) {
	
    .rizk-navigation {
        left: 0;
        -webkit-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
    }
    .rizk-navigation.hidden-xs {
        left:  -270px;
        display: block !important;
    }

	.rizk-footer {
		margin-top:40px;
	}

    .nav-menu li:not(:first-child) {
        display: none;
    }
    .nav-menu li.menu-toggle {
        float: right;
        display: block;
    }
    .current-menu-item > a:after {
        display: none;
    }
    
    .nav-menu.responsive {
        position: relative;
    }
    .nav-menu.responsive .menu-toggle {
        position: absolute;
        right: 0;
        top: 0;
    }
    .nav-menu.responsive li {
        float: none;
        display: inline;
    }
    .nav-menu.responsive li a {
        display: block;
        text-align: left;
    }
	
    }
    .sub-menu {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        list-style: none;
        padding: 0;
    }
    .sub-menu ul, .children ul {
        display: none;
        box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
        left: 100%;
        top: 0;
    }
    .sub-menu > li {
        position: relative;
    }
    .sub-menu > li > a {
        color: black;
        padding: 10px 15px;
        text-decoration: none;
        display: block;
        width: 160px;
    }
    .sub-menu > li > a:hover {
        background-color: #f1f1f1;
    }
    .menu-item-has-children:hover > .sub-menu {
        display: block;
    }

    .sub-menu {
        position: relative;
        width: 100%;
    }
    .sub-menu > li > a {
        width: 100%;
    }
    .sub-menu ul, .children ul {
        display: none;
        left: 0;
        top: 0;
    }

	#game-iframe {
        margin: 0;
    }

    .ad-mobile {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px;
        max-width: 420px;
        margin: auto;
    }
    .ad-large {
        display:none;
    }
    
    body .hp-section-title h2 {
        font-size: 15px;
		text-align:center;
	
    }
	div.containr.rizsk-container {
		background: white;
	}
}

/* Pagination */
.pager {
    margin-bottom: 55px !important;
    padding: 0 !important;
    text-align: inherit !important;
}
.blog-post .pager {
    margin-bottom: 20px;
}
.pager > li > a {
    min-width: 140px;
    width: auto;
    max-width: 100%;
    margin: 0 4px 5px 0 !important;
    padding: 10px 20px !important;
    text-align: center;
    border-radius: 30px !important;
}
nav > .pager > li > a {
    margin: 0 0 5px 0;
}

/*
 * Footer
 */

.rizk-footer {
	float:left;
	width: 100%;
    font-size: 12px;
    font-weight: 600 !important;
    text-transform: uppercase;
	padding: 30px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
}
.rizk-footer ul {
	display: inline-flex;
    margin: 0 auto;
    padding: 0;
}
.rizk-footer ul li{
	list-style: none;
	padding: 6px;
}

.rizk-footer p:last-child {
    margin-bottom: 0;
}

.rizk-footer .social a {
    font-size: 22px;
}

/* Footer modules for boxing content */
.footer-module {
    padding: 15px;
    margin: 0 0 15px;
}
.footet-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.footer-module-inset p:last-child, .footer-module-inset ul:last-child, .footer-module-inset ol:last-child {
    margin-bottom: 0;
}

.game-background { 
}

#game-iframe {
    width: 100%;
    margin: 0;
}

.rizk-mobile-menu {
    float: right;
    padding: 10px 15px;
    width: 62px;
    height: 59px;
    margin-bottom: 0;
}

.rizk-mobile-logo {
    float: left;
    width:100%;
    margin:auto;
}

.rizk-mobile-slogan {
    float:left;
    width:150px;
}

.rizk-mobile-logo .rizk-logo {
    float:left;
    width:175px;
    padding:15px 0 0 0;
}


.rizk-mobile-navigation {
    width:100%;
    height:60px;
    background: #202a49;
    z-index: 99;
}

.rizk-mobile-navigation .logo {
    margin-top: 15px;
    display: block;
    float:left;
}

.mobile-menu {
    transition: all 0.5s ease-in;
    top: 105px;
    left:0;
    width: 100%;
    position: absolute;
    background: #202a49;
    color: white;
    padding:0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style:none;
    z-index:10;
}

.mobile-menu a {
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px;
}
.mobile-menu a:hover {
    color: white;
}

.mobile-menu li {
    padding: 10px;
}


.mobile-menu.hidden {
    top: -80px;
}

.return-to-lobby {
    background: rgba(255,255,255,0.6);
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: black;
}

.return-to-lobby:hover { text-decoration:none; color:black; }


.hp-lobby-container {
    width: 925px !important;
    overflow: hidden;
}

.h3-button {
    
    font-size: 14px !important;
    color: black !important;
    width: 200px;
    padding: 15px 7px 15px 7px;
    font-weight: 600;
    background: white;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    margin-top:30px;
}


.flag-icon {
    width:50px;
    padding:0 15px 0 0;
}

.rizk-navigation .menu ul {
    width: 100%;
    padding: 0;
    margin: auto;
    list-style-type: none;
}
.rizk-navigation .menu ul li {
    
    font-size: 14px;
    color: white;
    padding: 15px 35px 0;
    margin: 0;
}


.rizk-navigation .menu ul li:first-child {
    margin-top: 15px;
}

.rizk-navigation .menu ul li a {
    color: #979797;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    width: 100%;
    display: flex;
}


.rizk-navigation .menu ul li.icon a:before {
    content:  "" !important;
    background: url(../img/rizk-icons.png) no-repeat top center;
    background-size: 40px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}


.rizk-navigation .menu ul li.icon.home a:before 
{
    background-position: 0px -200px;
}

.rizk-navigation .menu ul li.icon.sports a:before 
{
    background-position: 0 -221px;
}

.rizk-navigation .menu ul li.icon.casino a:before 
{
    background-position: 0 -178px;
}

.rizk-navigation .menu ul li.icon.about a:before 
{
    background-position: 0 -40px;
}

.rizk-navigation .menu ul li.icon.home a:hover:before,
.rizk-navigation .menu ul li.icon.home.current-menu-item a:before
{
    background-position: -20px -200px !important;
}

.rizk-navigation .menu ul li.icon.sports a:hover:before,
.rizk-navigation .menu ul li.icon.sports.current-menu-item a:before
{
    background-position: -20px -221px !important;
}

.rizk-navigation .menu ul li.icon.casino a:hover:before,
.rizk-navigation .menu ul li.icon.casino.current-menu-item a:before {
    background-position: -20px -178px;
}

.rizk-navigation .menu ul li.icon.about a:hover:before,
.rizk-navigation .menu ul li.icon.about.current-menu-item a:before {
    background-position: -20px -40px;
}

.rizk-navigation .menu ul li a:hover {  
    color: #fff;
}

.rizk-navigation .menu ul li.current-menu-item a {
    color: #eee;
}


.rizk-banner{
    background-size:cover;
    background-position: center center;
    width:100%;
    height:400px;
    background-color:#1C1C1C;
    text-align: center;
    overflow:hidden;
}

.cta-play {
    font-size: 14px;
    color: #FFF;
    padding: 12px 18px;
    font-weight: 600;
    background: #f01818;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}
.game-item-hover {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.68);
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
	width: 100%;
	height: 100%;
    display: flex;
}

.wpcf7-form {
    padding-top:20px;
}
.wpcf7 label {
    
    color:white;
    font-size: 25px;
    padding:0px 0px;
    text-transform: uppercase;
    font-weight: 100;
}

.wpcf7 input, .wpcf7 textarea {
    background:#383838;
    min-width:300px;
    margin-top:10px;
    color:white;
    min-height:30px;
    border:0px;
    border-radius:2px;
    
}

.wpcf7 input:focus {
    border:2px solid #FFE500;
}

.wpcf7-submit {
    
    font-size: 14px !important;
    color: black !important;
    width: 124px !important;
    padding: 15px 7px 15px 7px !important;
    font-weight: 600 !important;
    background: #FFE500 !important;
    border-radius: 100px !important ;
    text-align: center !important;
    vertical-align: middle !important;
    margin: auto !important;
    text-transform: uppercase !important;
}

.login-remember label {
    display: flex;
    align-items: center;
}


.login-remember label input {
    margin: 0 6px 0 0;
    width: 16px;
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
}

/*Login*/
.login-details .btn{
    margin-right: 8px;
}

.login-details .btn.register-btn{
   border-color: #FFF;
   color: #FFF;
}

.login-details-header {
    padding: 15px 35px 0;
}

.login-details .text {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-style: italic;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .promotion-ad-container {
        
        font-size: 23px;
        margin: auto;
        text-align: center;
        padding: 30px;
        width: 50%;
    }
    .rizk-content-container {
        float: left;
        width: 100%;
    }
    .games-container {
        padding: 0 0 0 0;
        margin: 0 0 15px 0;
        width: 100%;
        overflow: hidden;
    }
    .game-tile-item {
        float: left;
        margin: 0;
        border-radius: 2px;
        overflow: hidden;
        width: 48%;
		margin: 0 2% 2% 0;
    }
}


@media screen and (max-width: 640px) {

    .game-item-hover { display:none !important; }
	
	.rizk-banner{
		height: 300px;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .games-container {
        height: 100px;
    }

    .game-tile-item {
        width: 31%;
        margin: 0 1% 2% 1%;
        height: auto;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .rizk-container {
        width: 592px !important;
    }
    .rizk-footer {
        padding-left: 190px !important;
    }
    .rizk-content-container {
        width: auto;
        margin-left: 240px;
        float: none;
    }
    .games-container {
        height: 132px;
        overflow: hidden;
    }

    .hp-game-tiles-container {
        float: left;
        width: 530px !important;
        overflow: hidden !important;
		max-width: 100%;
    }


    .ad-large { 
    display: block;
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: auto;
    }
    .ad-mobile {
    display:none;
    }
    
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .games-container {
        height: 176px;
        overflow: hidden;
    }
    .hp-game-tiles-container {
   
        overflow: hidden !important;
    }

    .wpcf7 textarea {
        min-width:500px !important;
        width:80%;
    }

    .game-tile-item {
        width: 14.6%;
        margin: 0 1% 2% 1%;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .rizk-container {
        width: 1012px !important;
    }
    
    .hp-game-tiles-container {
        float: left;
        width: 940px !important;
        overflow: hidden !important;
    }

    .game-item-hover.hidden {
        opacity: 0;
    }
}


.embed-responsive.embed-responsive-9by16 {
  padding-bottom: 150%;
}

