/*   
Theme Name: your-clean-template-3 (uncommented)
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 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 {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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. */
}
html, body {
    height: 100%;
}
body {
	background: #202931;
	font-size: 17px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #ed453b;
}
a:hover,a:focus,a:active,a:focus:hover {
	color: #ed453b;
	text-decoration: underline;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4 {
	font-weight: 600;
}
table {
	background: #2e3b46;
	margin: 20px 0;
	width: 100%;
	border: 1px solid rgba(255,255,255,.5);
}
table td {
	padding: 10px;
	border: 1px solid rgba(255,255,255,.5);
}
.site-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.general-content {
    flex: 1 0 auto;
}
.cta-btn,.cta-btn:hover,.cta-btn:focus,.cta-btn:active,.cta-btn:focus:hover {
	display: block;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	width: 200px;
	height: 50px;
	font-size: 20px;
	padding-top: 10px;
	margin: 0 auto 35px auto;
    background-image: linear-gradient(to top left,#ff8a00,#e52e71)!important;
	box-shadow: 0 16px 25px 0 rgba(0,0,0,0.25), 0 7px 14px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 16px 25px 0 rgba(0,0,0,0.25), 0 7px 14px 0 rgba(0,0,0,0.15);
	text-decoration: none;
}
input.cta-btn,input.cta-btn:hover,input.cta-btn:focus,input.cta-btn:active,input.cta-btn:focus:hover {
	border: none;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}
.custom-logo-link {
	position: relative;
	z-index: 10;
	display: block;
	width: 100px;
	padding: 6px 0;
	height: 50px;
}
.custom-logo-link img {
	width: 80%;
	height: auto;
}
#top-navigation {
	background: #202931;
	border-radius: 0;
	border: none;
	box-shadow: 0 16px 25px 0 rgba(0,0,0,0.25), 0 7px 14px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 16px 25px 0 rgba(0,0,0,0.25), 0 7px 14px 0 rgba(0,0,0,0.15);
	margin-bottom: 0;
}
#top-navigation li a {
	color: #fff;
	opacity: .7;
}
#top-navigation li a:focus,#top-navigation li a:hover,#top-navigation li a:focus:hover {
	opacity: 1;
}
#top-navigation .navbar-nav>.active>a, #top-navigation .navbar-nav>.active>a:focus, #top-navigation .navbar-nav>.active>a:hover {
	background: transparent;
	color: #fff;
	opacity: 1;
}
.header-btns {
	position: absolute;
	top: 0;
	right: 15px;
}
.reg-btn,.reg-btn:hover,.reg-btn:focus,.reg-btn:active,.reg-btn:hover:focus {
	color: #fff;
	background: #e0515d;
	border-color: #e0515d;
}
.login-btn {
	color: #fff;
	background: transparent;
	border-color: #fff;
}
.login-btn:hover,.login-btn:focus,.login-btn:focus:hover {
	background: #fff;
	border-color: #fff;
	color: #151b21;
}
.navbar-default .navbar-toggle {
	background: #1a2229;
	border: 1px solid #1a2229;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: #151b21;
	border: 1px solid #151b21;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
/*Top Games*/
#games-cat {
	background: #151b21;
}
#top-games {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-align: center;
}
#top-games li {
	padding: 15px;
	position: relative;
	display: inline-block;
}
#top-games li:last-child {
	margin-right: 0;
}
#top-games li a {
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
}
#top-games li a:hover,
#top-games li a:focus,
#top-games li a:focus:hover,
#top-games li.active a,
#top-games li.active a:hover {
	color: #0afbda;
	text-shadow: #0afbda 0 0 10px;
}
/*Games Links Icons*/
#top-games li a:before {
	font-family: Flaticon;
  	font-size: 40px;
  	font-style: normal;
	display: block;
	margin: 0 auto 0 auto;
}
/*Slider on Front*/
#slider-area {
	margin-top: 20px;
	margin-bottom: 20px;
}
#slider-area .slider {
	overflow: hidden;
	border-radius: 6px;
}
.slick-arrow {
	position: absolute;
	z-index: 10;
	margin: auto;
	height: 40px;
    width: 40px;
    border: none;
    border-radius: 4px;
    background-image: linear-gradient(to top left,#ff8a00,#e52e71)!important;
	box-shadow: 0 16px 25px 0 rgba(0,0,0,0.25), 0 7px 14px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 16px 25px 0 rgba(0,0,0,0.25), 0 7px 14px 0 rgba(0,0,0,0.15);
}
.slick-arrow i {
	font-size: 25px;
}
.slick-arrow.slick-prev {
	left: 10px;
	top: 0;
	bottom: 0;
}
.slick-arrow.slick-next {
	right: 10px;
	top: 0;
	bottom: 0;
}
/*BreadCrumbs*/
.breadcrumbs {
	padding-top: 15px;
}
.breadcrumbs span,.breadcrumbs a {
	font-size: 13px;
}
.breadcrumbs a {
	color: #8c8c8c;
}
/*Games Grid*/
.games-grid {
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	list-style: none;
}
.games-grid li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.games-grid a {
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	max-height: 165px;
	border-radius: 6px;
	box-shadow: 0 16px 25px 0 rgba(0,0,0,0.25), 0 7px 14px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 16px 25px 0 rgba(0,0,0,0.25), 0 7px 14px 0 rgba(0,0,0,0.15);
}
.games-grid a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0,0,0,.6);
	display: none;
}
.games-grid a span {
	z-index: 10;
	display: block;
	position: absolute;
	width: 100%;
	display: none;
}
.games-grid a span.game-name {
	bottom: 0;
	height: 40px;
	background: rgba(0,0,0,.8);
	color: #fff;
	padding-top: 8px;
}
.games-grid a span.lets-play {
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    width: 120px;
    background-image: linear-gradient(to top left,#ff8a00,#e52e71)!important;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
}
.games-grid a:hover span,
.games-grid a:hover:after {
	display: block;
}
/*Main Page H1 & Description*/
.main-h1 {
	display: block;
	text-align: center;
}
.main-desc {
	text-align: center;
	margin-bottom: 20px;
}
/*Comments*/
#comments {
	margin-top: 35px;
}
.all-comments {
	text-align: center;
}
.comment-list {
	margin-top: 20px;
	margin-bottom: 35px;
}
.comment {
	background: #1a2229;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 15px;
}
.comment-heading {
	position: relative;
}
.comment-avatar {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 0;
	left: 0;
}
.comment-meta {
	padding-left: 65px;
}
.comment-author {
	font-weight: 600;
}
.comment-time {
	font-size: 80%;
	opacity: .4;
}
.comment-body {
	margin-top: 10px;
	padding-left: 65px;
}
.comment-footer {
	padding-left: 65px;
}
#commentform {
	background: #1a2229;
	border-radius: 6px;
	padding: 30px;
}
#commentform label {
	font-weight: normal;
}
#commentform .form-control {
	font-size: 16px;
	border: 1px solid rgba(255,255,255,.1);
	background: #151b21;
}
#commentform input[type="text"] {
	height: 45px;
}
/*Footer*/
footer {
	margin-top: 35px;
	background: #151b21;
	padding: 0 0 25px 0;
	flex: 0 0 auto;
}
#paymethods {
	padding: 15px 0;
	background: #1a2229; 
}
#paymethods ul {
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
}
#paymethods ul li {
	display: inline-block;
	padding: 15px;
	opacity: .4;
}
#bottom-nav {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	position: relative;
	list-style: none;
	text-align: center;
}
#bottom-nav li {
	display: inline-block;
	padding: 8px;
}
#bottom-nav li a {
	color: #fff;
}
.copyright {
	padding-top: 15px;
	font-size: 13px;
	opacity: .4;
}
.copyright p {
	margin-bottom: 5px;
}
.copyright p:last-child {
	margin-bottom: 0;
}


@media screen and (max-width: 767px) {
	#top-navigation {
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 100;
	}
	.site-content {
		padding-top: 50px;
	}
	.header-btns {
		margin: auto;
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		text-align: center;
	}
	.navbar-toggle {
		z-index: 10;
		margin-right: 0;
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	#top-navigation li a {
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	#top-navigation li a:after {
		position: absolute;
		content: "\f105";
		display: block;
		font-family:'FontAwesome';
		font-size: 20px;
		right: 15px;
		top: 10px;
		color: rgba(255,255,255,.3);
	}
	#top-navigation li:last-child a {
		border-bottom: none;
	}
	.navbar-nav {
		margin: 0;
	}
}
@media screen and (max-width: 600px) {
	#top-games {
		padding: 15px 0;
	}
	#top-games li {
		padding: 5px;
	}
	#top-games li a {
		font-size: 13px;
	}
	#top-games li a:before {
		font-size: 30px;
	}
	.slick-arrow {
		width: 25px;
		height: 25px;
	}
}
@media screen and (max-width: 475px) {
	body,p,blockquote {
		font-size: 14px;
	}
	h1,h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 17px;
	}
	.cta-btn,.cta-btn:hover,.cta-btn:focus,.cta-btn:focus:hover {
		width: 100%;
	}
	#top-games {
		padding: 10px 0;
	}
	#top-games li {
		padding: 5px;
	}
	#top-games li a {
		font-size: 12px;
	}
	#top-games li a:before {
		font-size: 27px;
	}
	.games-grid a {
		max-height: 90px;
	}
	.games-grid a span {
		font-size: 12px;
	}
	.games-grid a span.game-name {
		height: 30px;
	}
	.games-grid a span.lets-play {
		height: 25px;
		width: 90px;
		border-radius: 4px;
		padding: 5px;
	}
}