/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
    padding: 0 15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row > * {
    padding: 0 15px;
}
.innerwrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative
}

@media (min-width:576px) {
    .innerwrap {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .innerwrap {
        max-width: 730px
    }
}

@media (min-width:992px) {
    .innerwrap {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .innerwrap {
        max-width: 1170px
    }
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
img {
    width: auto;
    height: auto;
	max-width: 100%;
	max-height: 100%;
}
ul {
    margin: 10px 0;
    padding: 0 0 0 20px;
    list-style: disc;
}
ol {
    margin: 10px 0;
    padding: 0 0 0 20px;
    list-style: auto;
}
h1 {
  display: block;
  font-size: 1.8em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h3 {
  display: block;
  font-size: 1.2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
p {
    margin: 10px 0;
}
blockquote {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	background-color: #eee;
}

blockquote:before,
blockquote:after {
	position: absolute;
	width: 20px;
	height: 20px;
	color: #000;
	font-size: 40px;
	line-height: 1;
}

blockquote:before {
	content: '“';
	left: 5px;
	top: 0;
}

blockquote:after {
	content: '”';
	right: 5px;
	bottom: 5px;
}
iframe {
    width: 100%;
    height: 400px;
}
@media (max-width: 991px) {
    iframe {
        height: 300px;
    }
}
@media (max-width: 767px) {
    iframe {
        height: 200px;
    }
}
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}
table th {
	padding: 5px;
	font-weight: bold;
	border: 1px solid #dddddd;
}
table td {
	padding: 5px;
	border: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
    .pftable {
        width: 100%;
        overflow: auto!important;
        border: 3px solid #acc0cf;
        border-radius: 3px;
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .pftable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}

.entry-title {
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.btn {
    display: block;
    width: fit-content;
    max-width: 200px;
    margin: 5px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    transition: .3s;
}
.half-orange-btn {
    color: #000;
    background-color: #fff;
    border: 2px solid #ffc400;
}
.half-orange-btn:hover {
    color: #fff;
    background-color: #ffc400;
}
.orange-btn {
    color: #000;
    background-color: #ffc400;
    border: 2px solid #ffc400;
}
.orange-btn:hover {
    background-color: #ffc400;
}
.purple-btn {
    color: #fff;
    background-color: #c700cb;
    border: 2px solid #c700cb;
}
.purple-btn:hover {
    background-color: #ff00ff;
    border-color: #ff00ff;
}
a.green-btn {margin:30px auto;
    color: #fff;
    background: #66c980;
    text-transform: uppercase;
text-decoration: none;
border-radius: 10px;
font-weight:700;
font-size:17px;
display:block;
text-align:center;padding:13px;max-width:250px;
}
a.green-btn:hover {background: #4eb469;}
.blue-btn {
    color: #fff;
    background-color: #2f2fde;
    border: 2px solid #2f2fde;
}
.blue-btn:hover {
    background-color: #6e6ee9;
    border-color: #6e6ee9;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	
    width: 100%;
    height: 100%;
}

.post-content {
    margin: 50px 0;
}
.post-content .btn {
    margin: 5px auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
    padding: 15px 25px;
    background-color: #fff;
}
.site-header .logotype {
    width: 150px;
}
.site-header .logotype img {
    width: 100%;
    height: auto;
}
.site-header .nav-btns_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 160px);
}
.site-header .main-navigation .menu-toggle {
    display: none;
}
.site-header .main-navigation .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-header .main-navigation .menu .menu-item a {
    display: block;
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}
.site-header .main-navigation .menu .menu-item a:hover {
    color: #2f2fde;
}
.site-header .account-buttons {
	position: absolute;
	right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .site-header .main-navigation .menu-toggle {
        position: absolute;
        right: 15px;
        top: 15px;
        display: block;
        color: #000;
        font-size: 24px;
    }
    .site-header .main-navigation {
    	width: 100%;
    }
    .site-header .main-navigation .main-navigation-menu {
        display: none;
    	padding: 15px;
    	background-color: #f3f5fc;
    	border-radius: 10px;
    }
    .site-header .main-navigation .menu {
    	display: block;
    }
    .site-header .account-buttons {
    	position: relative;
    	width: 100%;
    	justify-content: center;
    }
}
/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
#main-content {
    background-color: #f3f5fc;
}
#content {
    width: calc(70% - 30px);
    margin: 25px 15px;
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
}
#content .post {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
}
#content .post .image {
    width: 40%;
}
#content .post .image img {
    width: 100%;
    height: auto;
}
#content .post .content {
    width: 60%;
    padding: 15px;
}
#content .post .content .title {
    display: block;
    margin: 0 0 15px;
    color: #2f2fde;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}
#content .post .content .title:hover {
    color: #6e6ee9;
}
#content .post .content .description {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}
#content .single-post {
    padding: 15px;
}
#content .single-post .main-image {
    width: 100%;
    height: auto;
    text-align: center;
}
#content .single-post .btn {
    margin: 0 auto;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px;
}
.pagination span,
.pagination a {
    display: block;
    margin: 2px;
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border: 2px solid #c700cb;
    border-radius: 3px;
    transition: .3s;
}
.pagination span:hover,
.pagination a:hover {
    color: #fff;
    background-color: #c700cb;
}
.pagination span.current {
    background-color: #f3f5fc;
    border-color: #ccc;
}
.pagination span.current:hover {
    color: #000;
}
#sidebar {
    width: calc(30% - 30px);
    height: fit-content;
    margin: 25px 15px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
}
#sidebar .widget-title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
#sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .widget ul a {
	display: block;
	padding: 10px 0;
	color: #2f2fde;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#sidebar .btn {
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
	text-align: center;
}

@media (max-width: 992px) {
    #content {
        width: 100%;
    }
    #sidebar {
        width: 100%;
    }
    #sidebar .btn {
        width: fit-content;
        max-width: 200px;
        margin: 10px auto;
    }
}

/* Comments
--------------------------------------------- */
.comments-area {
    margin: 30px;
}
.comments-title, .comment-reply-title {
    color: #000;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}
#comments p {
    margin: 0 0 15px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
#comments label {
    display: block;
    font-size: 14px;
    opacity: .7;
    margin-bottom: 7px;
}
#respond input[type="text"], #respond input[type="email"], #respond input[type="url"], #respond textarea {
    width: 100%;
    padding: 10px;
    color: #666;
    background-color: #f3f5fc;
    border: none;
    border-radius: 10px;
}
#comments input[type="submit"] {
    background: none;
    border: 2px solid #2f2fde;
    color: #2f2fde;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#comments input[type="submit"]:hover {
    color: #fff;
    background-color: #2f2fde;
}


/* # Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs_wrap {
    padding: 15px 0;
    background-color: #f7f9ff;
}
.breadcrumbs_wrap .breadcrumbs span a {
    color: #2f2fde;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}
.breadcrumbs_wrap h1 {
    margin: 0;
    line-height: 1.5;
}

/* # Banner
--------------------------------------------------------------*/
.banner {
    position: relative;
    padding: 50px 0;
    background: url(./images/welcome-1.jpg) left center / cover no-repeat;
}
.banner .banner_title {
    margin: 0 0 25px;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
}
.banner .banner_sub-title {
    margin: 0 0 25px;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}
.banner .btn {
    filter: drop-shadow(0 0 20px rgba(255,239,95,.36));
}
.promos {font-weight:700;color:#fff;z-index:9;position:relative;margin-top:30px;}

.promos span { 
position:relative;

cursor:pointer;
color: #ff62fd;
display:inline-block;
}

.promos span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/catcasino/images/copy.svg);
    mask: url(/wp-content/themes/catcasino/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff62fd;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width: 768px) {
	.banner {
		padding: 25px 0;
	}
	.banner .banner_title {
		font-size: 24px;
	}
	.banner .banner_sub-title {
		margin: 15px 0 25px;
		font-size: 26px;
	}
}
/* # Slots
--------------------------------------------------------------*/
.slots {
    margin: 50px 0;
}
.slots .slot {
    position: relative;
    flex: 0 0 calc((100% / 4) - 20px);
    height: 180px;
    margin: 10px;
    padding: 0;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
}
.slots .slot img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.slots .slot .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 10px;
    background-color: rgba(255, 255, 255, .7);
}
.slots .slot:hover .content {
    display: flex;
}
.slots .slot .content .title {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}
.slots .slot .content .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
@media (max-width: 992px) {
    .slots .slot {
        flex: 0 0 calc((100% / 3) - 20px);
    }
    .slots .slot .content {
    	display: flex;
    }
}
@media (max-width: 768px) {
    .slots .slot {
        flex: 0 0 calc((100% / 3) - 20px);
    }
}
@media (max-width: 576px) {
    .slots .slot {
        flex: 0 0 calc((100% / 2) - 20px);
    }
}
@media (max-width: 480px) {
    .slots .slot {
        flex: 0 0 calc(90% - 20px);
        height: 200px;
        margin: 10px auto;
    }
}
/* # Latest News
--------------------------------------------------------------*/
.latest-news {
    margin: 50px 0;
}
.latest-news .new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 20px);
    margin: 10px;
    padding: 0;
    background-color: #f3f5fc;
    border-radius: 10px;
    overflow: hidden;
}
.latest-news .new .title {
    display: block;
    width: 50%;
    padding: 15px 25px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}
.latest-news .new .title:hover {
    color: #2f2fde;
}
.latest-news .new .image {
    width: 50%;
    height: 150px;
}
.latest-news .new .image img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 992px) {
    .latest-news .new {
        width: 100%;
    }
    .latest-news .new .image {
        text-align: right;
    }
}
@media (max-width: 576px) {
	.latest-news .new .title {
		width: 100%;
	}
	.latest-news .new .image {
		display: none;
	}
}
/* # Partners
--------------------------------------------------------------*/
.partners {
	margin: 50px 0;
}
.partners .row {
	justify-content: center;
}
.partners .partner {
	padding: 15px;
}
.partners .partner img {
    max-width: 130px;
	max-height: 35px;
}
/* # Payments
--------------------------------------------------------------*/
.payments {
	margin: 50px 0;
}
.payments .row {
	padding: 25px 0 20px;
	align-items: center;
	justify-content: center;
	background-color: #f3f5fc;
	border-radius: 10px;
}
.payments .payment {
	padding: 15px;
}
.payments .payment img {
    max-width: 100px;
	max-height: 30px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer .logotype {
	flex: 0 0 calc( (100% / 4) - 30px );
}
footer .logotype img {
	width: 100%;
	height: auto;
	max-width: 180px;
}
footer .logotype .btn {
	width: 100%;
	max-width: 100%;
	margin: 15px 0;
	text-align: center;
}
footer .menu {
	flex: 0 0 calc( (100% / 4) - 30px );
}
footer .menu .title {
	margin: 0 0 15px;
	color: #2f2fde;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
footer .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .menu ul a {
	display: block;
	padding: 5px 0;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}
footer .menu ul a:hover {
	color: #2f2fde;
}
footer .main-menu {
	margin: 25px 0;
}
footer .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .main-menu ul li {
	display: inline-block;
}
footer .main-menu ul li a {
	display: block;
	padding: 5px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}
footer .copyright {
	margin: 0 0 15px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}
@media (max-width: 992px) {
    footer .logotype {
        flex: 0 0 calc( (100% / 2) - 30px );
    }
    footer .menu {
        flex: 0 0 calc( (100% / 2) - 30px );
    }
}
@media (max-width: 768px) {
    footer .logotype {
        flex: 0 0 100%;
    }
    footer .menu {
        flex: 0 0 100%;
    }
}