/*
Theme Name:  Rocket Play Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Description:  twentynineteen Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     twentynineteen
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentynineteenchild
*/
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
ul.nolist,
ol.nolist,
ul.nolist li,
ol.nolist li {
	list-style-type: none;
}
.clr,
.d-block,
.d-block:after,
.d-block:before,
.clr:after,
.clr:before {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}
.d-block:after,
.d-block:before,
.clr:after,
.clr:before {
	content: '';
}
.clr {
	height: 0;
}
p {
	margin: 0;
}
p+p {
	margin-top: 20px;
}
p:empty {
	width: 0;
	height: 0;
	display: none;
}
select {
	outline: 0 none;
	background: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
button {
	background: none;
	border: none;
	outline: none;
}
a {
	color: #8d8d8d;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
}
a,
a img {
	border: none;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	font-size: 0;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.taj {
	text-align: justify;
}
.f-left,
.alignleft {
	float: left;
}
.f-right,
.alignright {
	float: right;
}
.d-center,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.d-inline {
	display: inline-block;
	vertical-align: top;
}
.d-none,
.hide {
	display: none !important;
}
.v_mid {
	vertical-align: middle !important;
}
.v_btm {
	vertical-align: bottom !important;
}
.widget {
	margin: 0;
}
.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video_container iframe,
.video_container object,
.video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.d-flex,
.fd-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.ai-c {
	-ms-align-items: center;
	align-items: center;
}
.ai-fs {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.ai-fe {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.ai-b {
	-ms-align-items: baseline;
	align-items: baseline;
}
.ai-s {
	-ms-align-items: stretch;
	align-items: stretch;
}
.jc-c {
	justify-content: center;
}
.jc-fs {
	justify-content: flex-start;
}
.jc-fe {
	justify-content: flex-end;
}
.jc-sb {
	justify-content: space-between;
}
.jc-sa {
	justify-content: space-around;
}
.fxd-r {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.fxd-rr {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fxd-c {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fxd-cr {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.fxw-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fxw-wr {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.fxw-n {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.block1,
.block2,
.block3,
.block4,
.block5 {
	position: relative;
	width: 100%;
	padding: 3px;
}
.block1 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.block2 {
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
	flex: 2;
}
.block3 {
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	-o-flex: 3;
	flex: 3;
}
.block4 {
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	-o-flex: 4;
	flex: 4;
}
.block5 {
	-webkit-flex: 5;
	-moz-flex: 5;
	-ms-flex: 5;
	-o-flex: 5;
	flex: 5;
}
.ord1 {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}
.ord2 {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.ord3 {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
}
.ord-1 {
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
}
.ord-2 {
	-webkit-order: -2;
	-moz-order: -2;
	-ms-order: -2;
	-o-order: -2;
	order: -2;
}
.ord-3 {
	-webkit-order: -3;
	-moz-order: -3;
	-ms-order: -3;
	-o-order: -3;
	order: -3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
}
:-ms-input-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
/*--------------- basic styles end ---------*/
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: normal;
	color: #8d8d8d;
	overflow-x: hidden;
}
.w100p,
.site,
.site-inner,
.site-header,
.site-header-main,
.site-content,
.site-footer,
.site-info {
	width: 100%;
}
.entry-title,
.page-title,
.entry-title a {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.25;
	margin: 10px 0;
	color: #fff;
	background-color: #131313;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #798da5;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
@media screen and (max-width: 1280px) {
	.container {
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.header-top {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	box-shadow: 0px 0px 5px #ccc;
	background: linear-gradient(to right, #FFC208, #8040FF);
}
.header-top a {
	color: #fff;
}
.header-top a:hover {
	color: #000;
}
.header-top .d-inline {
	vertical-align: middle;
}
.header-top .h-title {
	background-color: rgba(0,0,0,0.1);
	padding: 10px 20px;
	min-width: 180px;
	color: #fff;
	font-weight: 600;
}
.logo-block img{
	max-width: 220px;
}
.rocketsidebar-box {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(270deg, rgb(140, 81, 255) 0%, rgb(140, 81, 255) calc(50% - 1500px), rgb(113, 45, 244) calc(50% - 750px), rgb(46, 15, 109) calc(50% + 750px), rgb(38, 7, 100) calc(50% + 1500px), rgb(38, 7, 100) 100%);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.rocketsidebar-box.sidebox1{
	background: linear-gradient(270deg, rgb(140, 81, 255) 0%, rgb(140, 81, 255) calc(50% - 1500px), rgb(113, 45, 244) calc(50% - 750px), rgb(46, 15, 109) calc(50% + 750px), rgb(38, 7, 100) calc(50% + 1500px), rgb(38, 7, 100) 100%);
}
.rocketsidebar-box.sidebox2{
	background: linear-gradient(270deg, rgb(255, 62, 155) 0%, rgb(255, 62, 155) calc(50% - 1500px), rgb(253, 28, 136) calc(50% - 750px), rgb(91, 15, 108) calc(50% + 750px), rgb(60, 3, 73) calc(50% + 1500px), rgb(60, 3, 73) 100%);
}
.rocketsidebar-box.sidebox3{
	    background: linear-gradient(270deg, rgb(107, 250, 255) 0%, rgb(107, 250, 255) calc(50% - 1500px), rgb(33, 247, 252) calc(50% - 750px), rgb(25, 19, 183) calc(50% + 750px), rgb(16, 5, 146) calc(50% + 1500px), rgb(16, 5, 146) 100%);
}
.rocketsidebar-box__link {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 88%;
    position: relative;
    text-decoration: none;
}
.rocketsidebar-box__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}
.rocketsidebar-box__thumb img {
    position: absolute;
    bottom: -20%;
    right: -60%;
    display: block;
    max-width: 120%;
    max-height: 100%;
    transition: all .3s ease;
}
.rocketsidebar-box__link:hover .rocketsidebar-box__thumb img {
    bottom: -10%;
    right: -40%;
}	
.rocketsidebar-box__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.rocketsidebar-box__info-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: 100%;
    padding: 24px;
}
.rocketsidebar-box__head {
    display: block;
    width: 100%;
    margin-bottom: 0.2rem;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 40%);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 125%;
}
.rocketsidebar-box__desc {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
    color: #fdd835;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 110%;
    text-transform: uppercase;
}
.rocketsidebar-box__button {
    display: inline-block;
    background: linear-gradient(90deg,#ffa000,#ffff7b);
    padding: 8px 12px;
    border-radius: 16px;
    color: #000;
    font-size: .75rem;
    font-weight: bold;
    line-height: 135%;
    text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
	.header-top .h-title {
		padding: 10px;
		min-width: auto;
		font-size: 10px;
	}
}
.header-top .h-title.green {
	background-color: #000;
}
.header-top .h-content {
	padding-left: 20px;
}
@media screen and (max-width: 1280px) {
	.header-top .h-content {
		padding-left: 10px;
		font-size: 10px;
	}
}
#header-block {
	background-color: #262A34;
	padding: 10px 0;
}
.logo-block .custom-logo-link{
	max-width:350px;	
}
.header-menu li, .header-menu ul {
	list-style-type: none;
}
.header-menu li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
#home-slider .caption-wrap {
	position: relative;
}
#home-slider .caption-wrap .caption {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 930px;
	margin: auto;
}
@media screen and (max-width: 1200px) {
	#home-slider .caption-wrap .caption {
		max-width: 835px;
		bottom: 72px;
	}
}
@media screen and (max-width: 991px) {
	#home-slider .caption-wrap .caption {
		max-width: 700px;
		bottom: 50px;
	}
}
.post-links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	flex-direction: row;
}
.post-links a {
	display: inline-block;
	border-radius: 30px;
	padding: 10px;
	border: 1px solid #607EC7;
	background-color: transparent;
	color: #607EC7;
	text-align: center;
	font-weight: bold;
}
@media screen and (min-width: 992px) {
	.post-links a {
		padding: 10px 30px;
	}
}
.post-links a:nth-child(even) {
	border: 1px solid #C43F34;
	color: #C43F34;
	background-color: transparent;
}
.post-links a:hover {
	background-color: #607EC7;
	color: #fff;
}
.post-links a:nth-child(even):hover {
	background-color: #C43F34;
	color: #fff;
}
@media screen and (max-width: 1200px) {
	.randam-post .post-links a.btn {
		margin-right: 0;
	}
}

#top-section {
	display: block;
	clear: both;
	width: 100%;
	padding: 30px 0;
}
@media screen and (min-width: 992px) {
	#top-section {
		padding: 50px 0;
	}
}
@media screen and (min-width: 769px) {
	.t3p-1 {
		grid-area: t3p1;
	}
	.t3p-2 {
		grid-area: t3p2;
	}
	.t3p-3 {
		grid-area: t3p3;
	}
	.top3posts {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto;
		grid-template-areas:
        "t3p1 t3p1 t3p2"
        "t3p1 t3p1 t3p3";
		gap: 20px;
	}
}
@media screen and (max-width: 768px) {
	.top3post {
		display: block;
		max-width: 350px;
		margin: 0 auto 20px auto;
	}
}
.top3post {
	display: block;
	position: relative;
}
.top3post .top3post-thumb {
	position: relative;
}
.top3post .top3post-thumb::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.top3post .top3post-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 2;
}
.top3post .top3post-title {
	display: block;
	padding: 20px;
	color: #fff;
}
.hoverLink {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	font-size: 0;
}

.page-content-area {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 30px;
	/* padding: 0 0 30px 0; */
}
@media screen and (min-width: 992px) {
	.page-content-area {
		flex-direction: row;
	}
}
.page-content-area .page-content {
	width: 100%;
}

.page-content-area .page-sidebar {
	width: 100%;
	display: none;
}
.pagetitle_bg {
    background: linear-gradient(to right, #3B1587, #009E3A);
    padding: 10px;
}
.pagetitle_bg .page_title_cstm{
	margin: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
/*@media screen and (min-width: 992px) {
	.page-content-area .page-content {
		max-width: calc(100% - 410px);
	}
	.page-content-area .page-sidebar {
		max-width: 380px;
	}
}*/
/*.post-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
}*/
.post-item a {
	display: block;
}
.post-item .post-thumb {
	margin-bottom: 20px;
	font-size: 0;
}
/*
@media screen and (min-width: 992px) {
	.post-group {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto auto auto auto;
		gap: 10px;
	}
	.featured-left {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.borderlist-1 {
		grid-column-start: 3;
		grid-column-end: 4;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.borderlist-2 {
		grid-column-start: 3;
		grid-column-end: 4;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.borderlist-3 {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.borderlist-4 {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.borderlist-5 {
		grid-column-start: 3;
		grid-column-end: 4;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.borderlist-6 {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 4;
		grid-row-end: 5;
	}
	.borderlist-7 {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 5;
		grid-row-end: 6;
	}
	.featured-right {
		grid-column-start: 2;
		grid-column-end: 4;
		grid-row-start: 4;
		grid-row-end: 6;
	}
	.featured-left .post-content, .featured-right .post-content,
	.featured-left .post-thumb, .featured-right .post-thumb {
		width: 100%;
		max-width: 80%;
		display: block;
		margin: 0 auto 20px auto;
		text-align: center;
	}
}
*/
/*.featured-left, .featured-right {
	padding: 25px;
	flex-direction: column;
}*/
/* .post-content {
	padding: 10px;
} */
.posts-block {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 30px;
}
.posts-block-left {
	width: 100%;
	max-width: calc(100% - 330px);
}
.posts-block-right {
	width: 100%;
	max-width: 300px;
}
.page-sidebar-area {
	position: sticky;
	top: 50px;
}
.post-group {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}
.post-group .post-item {
	width: 100%;
	max-width: calc((100% / 3) - 15px);
}


.post-content .post-title {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 15px;
}
.post-content .post-title a {
	color: #000;
}
.post-content .post-excerpt {
	margin-bottom: 10px;
}
/* .post_content .post-links a,
.post-content .post-links a {
	margin: 0 10px 0 0;
}
@media screen and (max-width: 1200px) {
	.post_content .post-links a,
	.post-content .post-links a {
		margin: 0 2px 0 0;
	}
} */
.btn {
	display: inline-block;
    /* margin-right: 15px; */
    border-radius: 30px;
    padding: 10px 30px;
    background-color: #ef5048;
    color: #fff;
}
.page-content ul {
	padding-left: 30px;
	margin-bottom: 30px;
}
#random-posts {
	padding: 0 0 30px 0;
	background-color: #607EC7;
	position: relative;
}
@media screen and (min-width: 992px) {
	#random-posts {
		padding: 0 0 50px 0;
	}
}
#random-posts::before {
	content: '';
	background-color: #fff;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
@media screen and (min-width: 992px) {
	#random-posts::before {
		height: max(30%, 100px);
	}
}
#random-posts .row {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 350px;
	margin: 0 auto;
}
#random-posts .row .post {
	width: 100%;
}
@media screen and (min-width: 992px) {
	#random-posts .row {
		max-width: 100%;
	}
	#random-posts .row .post {
		max-width: calc((100% / 3) - 14px);
	}
}
.post-cat-boc {
	/* background-color: #f2f2f2; */
	margin-bottom: 15px;
	font-size: 0;
}
/* .post-cat-boc:not(.post-order-3) {
	border: 1px solid #E7EBED;
    border-radius: 5px;
	padding: 15px;
} */
.post-cat-boc .post_thumb {
	margin-bottom: 20px;
}
.post-cat-boc h4 {
	margin-top: 0;
}
.post-cat-boc.post-order-3 {
	max-width: 800px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
}
.post-cat-boc:not(.post-order-3) .post_thumb {
	width: 250px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.post-cat-boc:not(.post-order-3) .post_content {
	width: calc(100% - 280px);
	display: inline-block;
	vertical-align: middle;
}
.post-cat-boc .post_content .post-links {
	justify-content: flex-start;
}
.post-cat-boc .post_content p,
.post-cat-boc .post_content .post-links a {
	font-size: 15px;
}
.post-cat-boc .post_content .post-links {
	margin-top: 10px;
}
.post-cat-boc .post_content .post-links a {
	padding: 10px 25px;
	border-radius: 30px;
}
.post-cat-boc .post_content .post-links a.btn-readmore {
	background-color: transparent;
	border-color: 1px solid #607EC7;
	color: #607EC7;
}
.post-cat-boc .post_content .post-links a.btn-playnow {
	background-color: transparent;
	border-color: 1px solid #C43F34;
	color: #C43F34;
}
.post-cat-boc .post_content .post-links a.btn-readmore:hover {
	background-color: #607EC7;
	color: #fff;
}
.post-cat-boc .post_content .post-links a.btn-playnow:hover {
	background-color: #C43F34;
	color: #fff;
}
.section-one {
	padding: 0 0 30px 0;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
}
@media screen and (min-width: 992px) {
	.section-one {
		padding: 0 0 50px 0;
	}
}
.section-three {
	margin-bottom: 30px;
}
.page-widget {
	margin-bottom: 2em;
}
#footer-top {
	padding: 50px 0;
    background-color: #e6e6e6;
    color: #000;
}

#footer-top-widgets {
	padding: 30px 0;
	display: block;
}
.footer-widgets {
	gap: 30px;
}
.footer-widget {
	width: 100%;
	max-width: calc((100% / 3 ) - 20px);
}

#site-footer {
	padding: 10px 0;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    background-color: #000;
}
#site-footer .execphpwidget {
	color: #fff;
}







#random-posts h3 {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
#random-posts a {
	display: inline-block;
}
#random-posts .post-links a:nth-child(even) {
	border-color: #000;
	color: #000;
}
#random-posts .post-links a:nth-child(even):hover {
	border-color: #C43F34;
	color: #fff;
}
#random-posts .post-thumb {
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
@media screen and (max-width: 1200px) {
	#random-posts .post-thumb {
		height: 190px;
	}
}
#random-posts .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
#random-posts h4 {
	color: #fff;
	margin: 0 0 20px 0;
}
#random-posts p {
	color: #fff;
	display: block;
	margin: 0 0 20px 0;
}
#random-posts .post-links {
	justify-content: flex-start;
}
#random-posts .post-links .btn-readmore {
	color: #fff;
	border-color: #fff;
}

/* .navigation-links {
	text-align: center;
} */
.navigation-links a, .navigation-links span {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #607ec7;
	color: #fff;
}
.navigation-links span.current {
	background-color: #ef5048;
}

#main-menu a {
	color: #fff;
	font-size: 16px;
}
#main-menu li.current-menu-item a,
#main-menu a:hover {
	color: #fdd835;
	font-weight: 500;
}
.toggle-menu-btn {
	display: none;
}
#slide-menu-panel {
	width: 100%;
	max-width: 280px;
	height: 100%;
	padding: 20px;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	transition: all 0.3s ease-in-out 0s;
	z-index: 9;
	background-color: #41A2CC;
}
#slide-menu-panel.slide-menu-open {
	transform: translateX(0%);
}

button.closeMobileMenu {
	width: 40px;
    height: 40px;
    background-color: #7ba531;
    text-align: center;
    line-height: 1;
    display: block;
    margin: 0 0 30px auto;
    font-size: 30px;
	padding: 0;
}
.header-mobile-menu {
	width: 100%;
}
#mobile-menu, #mobile-menu li {
	padding: 0;
	list-style-type: none;
}
#mobile-menu li a {
	color: #000;
	font-weight: bold;
	padding: 10px 0;
	display: block;
}
#home-slider .metaslider .caption-wrap {
	opacity: 1;
}
#home-slider .caption-wrap .caption .post-links {
	justify-content: flex-start;
}
.rpwwt-widget ul li img{
	margin: 10px !important;
    margin-left: 0 !important;
}
h1:not(.site-title):before, h2:before{
	display: none !important;
}
.dinline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 15px 0;
    text-align: center;
}
.dinline p {
    margin-top: 5px;
}
b, strong {
    font-weight: 700;
    color: #000;
}
.singlepost_title{
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
}
.btn-readmore,
.btn-playnow {
	display: block;
	clear: both;
	width: 140px;
	padding: 8px 15px;
	border-radius: 30px !important;
	text-align: center;
	color: #fff;
	background-color: #cb4848;	
}
.single-post .btn-playnow{
	height: 40px;
}
.single-post a:visited {
    color: #fff;
}
.footer_block{
	color: #fff;
	font-size: 16px;
}
.slider_block .swiper-slide-bg{
	border-radius: 30px;
}
.cgap .elementor-column-gap-default{
	column-gap: 20px;
}
.bgblackclm .elementor-column{
	background-color: rgba(0,0,0,0.5);
    padding: 30px;
    border-radius: 20px;
}
.offers_block .elementor-image-box-wrapper{
	background-color: rgba(0,0,0,0.5);
    border-radius: 20px;
}
.offers_block .elementor-image-box-content{
	padding: 15px;
}
.bgblackcstm .elementor-widget-text-editor{
	background-color: rgba(255,208,25,0.9);
    border-radius: 20px;
    padding: 20px;
}

@media screen and (max-width: 991px) {
	.menu-block {
		display: none;
	}
	.logo-block {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 15px;
	}
	.toggle-menu-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		background-color: #000;
		margin-left: auto;
		outline: none;
		border: none;
	}
	.toggle-menu-btn:hover,
	.toggle-menu-btn:active,
	.toggle-menu-btn:focus {
		background-color: #000;
	}
	.icon-bar {
		width: 20px;
		height: 2px;
		border-radius: 2px;
		background-color: #fff;
		display: block;
	}
	.icon-bar.icon-bar-2 {
		margin: 3px 0;
	}
	/* .post-group {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	} */
	.borderlist {
		width: 100%;
		max-width: calc((100% / 2) - 10px);
		padding: 0;
	}
	.borderlist .post-content .post-title {
		margin-top: 0;
	}
	.header-top .h-title {
		display: none;
	}
	.header-top .h-content {
		text-align: center;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	.post-cat-boc:not(.post-order-3) .post_thumb {
		width: 200px;
		margin-right: 10px;
	}
	.post-cat-boc:not(.post-order-3) .post_content {
		width: calc(100% - 210px);
	}
	.post-cat-boc .post_content .post-links a,
	.post-links a {
		padding: 5px 15px;
	}
	#random-posts .post-thumb {
		height: auto;
		margin: 0 0 10px 0;
	}
	#random-posts .row{
		flex-direction: column;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.page-content-area {
		flex-direction: column;
	}
	.page-content-area .page-sidebar,
	.page-content-area .page-content {
		width: 100%;
		max-width: 100%;
	}
	.toggle-menu-btn {
		padding: 10px 15px;
	}
	.post-group {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.post-group .post-item {
		max-width: 350px;
	}
}
/*@media screen and (min-width: 551px) {
	.post-group .borderlist .post-thumb {
		display: none;
	}
	.borderlist {
		border: 1px solid #E7EBED;
		border-radius: 5px;
	}
}*/
@media screen and (max-width: 550px) {
	#header-block {
		padding: 10px 0;
	}
	#cat-best-online-casinos, .post-group {
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}
	.borderlist {
		width: 100%;
		max-width: 100%;
	}
	.post-cat-boc:not(.post-order-3) .post_content,
	.post-cat-boc:not(.post-order-3) .post_thumb {
		width: 100%;
		max-width: 100%;
	}
	.post-item {
		flex-direction: column;
	}
	.featured-left, .featured-right {
		padding: 0;
	}
	.post-cat-boc, .post-cat-boc.post-order-3 {
		border: 1px solid #E7EBED;
		border-radius: 5px;
		padding: 15px;
		text-align: center;
		margin-bottom: 15px;
	}
	.post-cat-boc .post_content .post-links {
		justify-content: center;
	}
	#random-posts .container {
		width: 100%;
		max-width: 300px;
		display: block;
		max-width: 0 auto;
	}
	.section-one .post-item {
		padding: 15px;
		border: 1px solid #E7EBED;
		border-radius: 5px;
		text-align: center;
		margin-bottom: 15px;
	}
	#home-slider .metaslider .caption-wrap {
		background-color: #121421;
	}
	#home-slider .caption-wrap .caption {
		position: relative;
		padding-bottom: 20px;
		bottom: 0;
	}
	#home-slider .caption-wrap .caption .post-links {
		justify-content: center;
	}
	.topmenu_block{
		position: absolute !important;
	    top: -70px;
	    z-index: 9;
	    left: 10px;
	    right: 20px;
	    width: 95% !important;
	}
}