/*
Theme Name: plays
Text Domain: plays
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Social Icons
# Breadcrumb List
# Homepage Sections
	## Featured Slider
	## WP Travel Search
	## Recommended Packages
	## About Us Section
	## Call To Action
	## Travel Preparation
	## Travel Destination
	## Client Testimonial
	## Latest Posts

# Blog/Archive/Single
# Footer
# Font Family Options
# Responsive

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fff;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:9999;
}

.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
	text-transform: uppercase;
}

#preloader {
	position:relative;
	margin:auto;
	width:100px;
}

#preloader span {
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#fff;
	position:absolute;
	animation: preloader 1.5s  infinite ease-in-out;
}

#preloader span:nth-child(2) {
	left:11px;
	animation-delay: .2s;
}
#preloader span:nth-child(3) {
	left:22px;
	animation-delay: .4s;
}
#preloader span:nth-child(4) {
	left:33px;
	animation-delay: .6s;
}
#preloader span:nth-child(5) {
	left:44px;
	animation-delay: .8s;
}

.loader-container .icon,
.blog-loader .icon {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
	width: 40px;
    height: 40px;
}
.blog-loader {
    text-align: center;
    margin: 50px auto 0;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #ffbb44;}
    25% {height:30px;transform:translateY(15px);background: #ffbb44;}
    50% {height:5px;transform:translateY(0px);background: #ffbb44;}
    100% {height:5px;transform:translateY(0px);background: #ffbb44;}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



@-webkit-keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #ffbb44;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}

@keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #ffbb44;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	background: #fff; 
    overflow-x: hidden;
	font-size:15px;
	color:rgba(0,0,0,0.8);
	line-height:1.6;
}
#page {
   
    position: relative;
   
}



.boxed-layout #page,
.frame-layout #page {
    background: #13100e;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
figcaption {text-align:center;opacity:0.8;font-size:14px;font-style:italic;padding:5px 0 0;}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
   
}

dfn {
	font-style: italic;
}

h1, .h1 {
	font-size: 27px;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 21px;
}

h4, .h4 {
	font-size: 19px;
}

h5, .h5 {
	font-size: 17px;
}

h6, .h6 {
	font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	clear: both;
	color: #000;
	margin: 0 0 15px;
	line-height: 1.4;
	font-weight: 700;
	padding:0;
	
}


mark {
	background: #ff0;
	
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

figure {
	margin: 1em 0;max-width:100%;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	
}
tbody {
    text-align: left;
}
tr {
    border: 1px solid #e4e4e4;
}
td,
th {
	padding: 10px 25px;
    font-weight: 400;
}



td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

p {
	margin: 0 0 15px;
	
}

dfn,
cite,
em,
i {
	font-style: italic;
}


address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}



blockquote {
    padding: 0 0 0 15px;
    
   font-size:17px;
   color:#000;
   font-style:italic;
    
    position: relative;
    margin: 0 0 15px;
	border-left:4px solid #fc14c9;
}
blockquote p {margin:0;}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 15px 15px;
    padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
    margin-bottom: 1em;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
	outline: none;
}

figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 15px;
	width:100%;
   
}
table td, table th {border:1px solid rgba(0,0,0,0.1);padding:10px 15px;}

@media screen and (max-width: 1023px) {
    .my-table {
        width: 100%;
        overflow: auto!important;
       border:1px solid rgba(0,0,0,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .my-table table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    outline: none;
    padding: 15px;
}

.wpcf7 input {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    outline: none;
    height: 50px;
    padding: 0 15px;
}
.wpcf7 input[type="submit"] {margin-bottom:5px;border:2px solid #89b08c;text-transform:uppercase;background:#89b08c; color:#000;width: auto;}
.wpcf7 input[type="submit"]:hover {background:none;color:#89b08c;border:2px solid #89b08c;}
.wpcf7 textarea {
    height: 150px;
}
#respond input {
	border: none;
   
}
#respond textarea {
    height: 200px;
    padding: 10px 15px;
   
    background-color: #fff;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    background-color: #fff;
}
#respond input[type="submit"] {
    padding: 5px 25px;
   
    font-weight: 700;
	text-transform:none;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 0;
	font-size:15px;
	border-radius:10px;
    background: #2f2fde;
    color: #fff;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#respond input[type="submit"]:hover {
	
	
    color: #fff;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    
    margin-bottom: 5px;
    display: block;
}
#commentform p {
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
	margin: 0;
}
#comments {
    margin: 30px 0 0;
}
#respond {
    margin-top: 30px;
}
ol.comment-list li.comment #respond {
    margin-bottom: 30px;
}
.top-links {text-align:right;padding-top:8px;}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #2f2fde;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color:#000;
}

a:focus {
	outline: none;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
#top-bar {
    background-color: #ff8121;
    color: #fff;
    padding: 9px 0;
}

#top-bar .fa-up-open,
#top-bar .fa-down-open {
    margin: auto;
    display: block;
    cursor: pointer;
    color: #fff;
}
#top-bar ul {
    padding: 0;
    margin: 0;
}
#top-bar .fa-up-open,
#top-bar.top-menu-active .fa-down-open {
    display: none;
}
#top-bar.top-menu-active .fa-up-open {
    display: block;
}
.secondary-menu {
    float: right;
}
#top-bar ul li {
    float: left;
    list-style: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
  padding:15px 0;

}


.site-logo img {
    width:120px;
 
}

.main-navigation {
	display: block;
    position: relative;
	padding-top:10px;
}


.main-navigation ul ul {
    
    text-align: left;
    padding: 0;
}

.main-navigation ul.sub-menu a:after {
	float: right;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
	margin-left:15px;
}




.main-navigation form.search-form input {
    background-color: #1c2b42;
    border-color: #1c2b42;
    color: #1c2b42;
    font-weight: 400;
}



.main-navigation ul li a {
    display: block;
    text-decoration: none;
   
    color:#000;
    position: relative;
    font-weight: 700;
}
.main-navigation ul li a:hover {color:#2f2fde;}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 225px;
}

.main-navigation .count {
    float: right;
    background-color: #ffbb44;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 1.1;
    margin-top: 5px;
}
.user-logged-in > a > i {
    display: none;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 45px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
    outline: none;
}
.main-navigation .fa-cancel {
    display: none;
}
i {
  
    display: inline-block;
    vertical-align: middle;
}
.fa-search,
.fa-cancel {
   
    color: #fff;
}
.main-navigation .fa-down-open {
    
    margin-left: 5px;
}
.main-navigation .sub-menu i {
   
    color: #fdc061;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    margin: auto;
    outline: none;
    display: block;
   
    position: relative;
    background-color: transparent;
 
    border: none;
  
}
.menu-label {
    float: right;
    
    padding: 7px 0 0 10px;
    display: none;
}
.menu-open .menu-label {
    padding-top: 2px;
}
.menu-open .menu-toggle {
    padding-top: 10px;
}
.fa-menu {
    color: #000;
    font-size:30px;
    vertical-align: baseline;
}
.menu-open .fa-menu {
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 55px;
    line-height: 62px;
    outline: none;
}
.main-navigation .dropdown-toggle.active > i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.menu-overlay.active {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    z-index: 99;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 50px 0 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	position: relative;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	position: relative;
}
.post-navigation a,
.posts-navigation a {
    font-weight: 400;
    
    display: block;
}

.post-navigation,
.posts-navigation {
    padding: 0;
    position: relative;
    clear: both;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    text-align: center;
    padding:5px 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
   color:#000;
    background: #f3f5fc;
    border-radius:4px;
    outline: none;
	text-decoration:none;
	font-weight:700;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: #fff;
   
    background: #2f2fde;
	text-decoration:none;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    border: none;color:#000;
}
.pagination .prev.page-numbers img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination img {
	opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.pagination a:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.nav-previous span {
    padding-left: 20px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 20px;
    float: right;
    text-align: right;
}
.navigation .nav-previous i {
    
    position: absolute;
    top: 35px;
    left: 20px;
	color:#fff;
}
.navigation .next.page-numbers i, .navigation .prev.page-numbers i {color:#000;}
.navigation .next.page-numbers:hover i, .navigation .prev.page-numbers:hover i {color:#fff;}
.navigation .nav-next i {
   
    position: absolute;
    top: 35px;
    right: 20px;
	color:#000;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}
.navigation.post-navigation,
.navigation.posts-navigation {
    background-color: #171311;
}
.navigation.post-navigation .nav-previous,
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next,
.navigation.posts-navigation .nav-next {
	padding: 20px;
}
.navigation.post-navigation a,
.navigation.posts-navigation a {
	font-size: 22px;
	
	outline: none;
}
.navigation.post-navigation a:hover,
.navigation.posts-navigation a:hover {
	color: #fff;
}
.navigation.post-navigation a:hover i,
.navigation.posts-navigation a:hover i {
	color: #fff;
}
.navigation.post-navigation a i,
.navigation.posts-navigation a i,
.navigation.post-navigation a i,
.navigation.posts-navigation a i {
	color: #fdc061;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.cat-slot ul {list-style:none;margin:0;}
.cat-slot ul li {margin-right:5px;margin-bottom:20px;display:inline-block;}
.cat-slot ul li a {border-radius:10px;padding:8px 25px;color:#fff;font-weight:700;background:#2f2fde;}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
}



/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    background-color: #f6f6f6;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}


.widget input {
    outline: none;
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}

form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    border-radius: 0;
    outline: none;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    color: #fff;
    line-height: 35px;
}
.widget_search form.search-form button.search-submit i {
	color: #b9b9b9;
	width: 16px;
    height: 16px;
}
.widget_search form.search-form button.search-submit:hover i {
	color: #ff8121;
}
.widget_search form.search-form input {
	border: none;
}
.widget_search form.search-form input {
    padding: 0 40px 0 15px;
    height: 50px;
    background-color: #f5f5f3;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
}

.widget-title {
    font-size: 16px;
    margin: 0 0 35px;
}

.widget li:not(:last-child) {
    margin-bottom: 15px;
}




#secondary {
    position: relative;
    overflow: hidden;
	background:#f3f5fc;
	padding:15px;height:100%;border-radius:10px;
}
#secondary .widget_search form.search-form input {
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
#secondary .widget-title,
#secondary .widgettitle {
	font-size: 20px;
    margin-bottom: 15px;
   
	text-transform:uppercase;
}
input[type="submit"] {
    padding: 9px 30px;
  
    font-weight: 700;
    line-height: 30px;
    border: 1px solid;
    display: inline-block;
    margin-top: 7px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #ffbb44;
    border-color: #ffbb44;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {
	background-color: #E7F2FF;
    border-color: #E7F2FF;
    color: #ffbb44;
}



#secondary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#secondary ul li a {display:block;line-height:1.3;font-weight:700;}
.right-links a {display:block;max-width:330px;padding:10px;margin:15px auto;}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-header small {
    font-size: 12px;
 
}
nav.navigation.pagination {
    margin-top: 10px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.no-sidebar nav.navigation.pagination {
	text-align: center;
}
.navigation.pagination i {
    color: #46485f;
    
    position: relative;
    top: -1px;
    left: -1px;
   
}
.navigation.pagination .next i {
	left: auto;
    right: -1px;
	
}
.navigation.posts-navigation i,
.navigation.post-navigation i {
    
    color: #46485f;
    display: inline-block;
    vertical-align: middle;
}


.navigation.posts-navigation .fa-left-open,
.navigation.post-navigation .fa-left-open {
	margin-right: 20px;
}
.navigation.posts-navigation .fa-right-open,
.navigation.post-navigation .fa-right-open {
	margin-left: 20px;
}
.single-post-wrapper .entry-title {
    font-size: 32px;
    font-weight: 700;
}
.single-post-wrapper .post-categories {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.single-post-wrapper article p {
    margin-top: 0;
    margin-bottom: 28px;
}

.single-post-wrapper article img {
    margin-bottom: 30px;
}



.single-post .site-main .comment-navigation,
.single-post .site-main .posts-navigation,
.single-post .site-main .post-navigation {
	margin-bottom: 0;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.no-sidebar .single-post-wrapper .featured-image {
	text-align: center;
}
span.next-article {
    padding-right: 65px;
    display: inline-block;
}
#author-section {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 35px 0;
    margin-bottom: 35px;
}
.author-image {
    float: left;
    margin-right: 30px;
}
.author-content {
    display: table;
}
.author-name {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.author-name:after {
    content: "";
    background-color: #ffbb44;
    width: 29px;
    height: 3px;
    display: block;
    margin-top: 30px;
}
.author-name span {
    
    padding-left: 5px;
    font-weight: 400;
}
.author-content .social-icons li a {
	background-color: #171717;
}
.author-content .social-icons li a i {
	color: #fff;
}
.error404.left-sidebar #primary,
.error404.right-sidebar #primary,
.error404.no-sidebar #primary {
    width: 100%;
    float: none;
    text-align: center;
}
.error-404.not-found {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
	padding:50px 0;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


.comments-title,
#reply-title {
    margin-bottom: 15px;
    font-size: 22px;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
	padding-top: 35px;
	position: relative;
    overflow: hidden;
}
#comments ol.children .comment-content {
    background-color: #f9f9f9;
    box-shadow: none;
}
#comments ol.children .reply {
    padding-left: 12px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 50%;
    margin-right: 35px;
    margin-top: -20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-bottom: 25px;
    text-align: right;
    padding-right: 10px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
	border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 18px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    padding: 7px 25px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 0;
	border-radius:10px;
    background: #2f2fde;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reply a:hover{
    
   text-decoration:none;
    color: #fff;
}

.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    
    font-weight: bold;
}




.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;font-size:13px;
}
.comment-metadata a {color:#000;}
.comment-content {
    margin-bottom: 13px;
    padding: 57px 25px 7px;
    margin-top: -50px;
    background-color: #f3f5fc;
    margin-left: 120px;
    position: relative;
    right: 10px;
    clear: both;
    border-radius: 5px;
}
.comment-content:before {
    content: "";
    border: 9px solid transparent;
    border-right-color: #f3f5fc;
    position: absolute;
    left: -18px;
    top: 30px;
}
#comments ol.children .comment-content:before {
	border-right-color: #f3f5fc;
}
.comment-content p {
    margin-bottom: 1em;
}
.comment-meta {
    margin-bottom: -100px;
    display: inline-block;
    width: 100%;
}
.comment-meta .fn {
    padding-left: 35px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}
.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 100%;
    
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 380px;
  }
}
@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
}


.section-header {
    margin-bottom: 20px;
    
    position: relative;
}
.section-title {
    font-size: 40px;
    margin: 0;
    word-wrap: break-word;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}
.section-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
}
.section-title + .section-subtitle {
    margin-top: 7px;
}
.overlay {
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.read-more .btn:not(:last-child) {
	margin-right: 26px;
}
.btn {
	
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    text-align: center;
    border:2px solid #3daa45;
    background: #3daa45;
    color: #000;

	text-transform:uppercase;
	border-radius:30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover {
	background: #000;
	text-decoration:none;
	color: #3daa45;
}
.btn-transparent {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-transparent:hover {
	background-color: #fff;
	border-color: #fff;
	color: #ff8121;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	padding:6px 0 0;font-size:14px;font-style:italic;opacity:0.8;
}

.wp-caption-text {
	text-align: center;
}

#text-block {padding:0 0 30px;}
#text-block a {display:block;font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px;max-width:240px;margin:15px auto;
  background: #2f2fde;
  border-radius: 10px;}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 15px 0;
   
    position: relative;
    background: #f3f5fc;
    
}

#page-site-header h1.page-title {
	font-size: 24px;
	padding:0;
    margin: 0;
	
}

/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    margin-top: 0;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    
}
.trail-items li:not(:last-child):after {
	content: "/";
	padding-left: 4px;
	padding-right: 1px;
}
.trail-items li a {
    
    opacity: 0.8;
}
.trail-items li a:hover{
    opacity: 1;
}
/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#featured-slider {position:relative;
background:url(/wp-content/uploads/2025/09/1.jpg) no-repeat center center;background-size:cover;height:390px;margin:0 0 30px;
padding:70px 0 0;}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.ftext {color:#fff;text-transform:uppercase;}
.bonus {font-weight:900;color:#fff;font-size:25px;}
.ftext span, .bonus span {color:#219a19;}
.promo {font-weight:700;color:#fff;display:inline-block;position:relative;z-index:9;}
#featured-slider a.t2 {display:block;padding:10px;max-width:200px;margin:30px 0;}
#featured-slider a.t1 {display:none;padding:10px;max-width:200px;margin:15px auto;color:#fff;}
.promo span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #fc14c9;
}

.promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/plays/images/copy.svg);
    mask: url(/wp-content/themes/plays/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #fc14c9;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1023px) {
#featured-slider {height:300px;padding:40px 0 0;} 
}
@media (max-width:767px) {
#featured-slider {height:auto; padding:30px 0;text-align:center;background-position:left center;}
.bonus {font-size:25px;}
.overlay, .home .top-links {display:none;}
#featured-slider a.t2 {margin:15px auto;}
#featured-slider a.t1 {display:block;;}
}
.featured-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 800px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-content-wrapper .entry-title {
   
    font-size: 50px;
    margin: 0 0 40px;
    padding-bottom: 30px;
    position: relative;
    font-weight: bold;
    line-height: 1.2;
}
.featured-content-wrapper .entry-title:after {
    content: "";
    background-color: #ff8121;
    width: 190px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.featured-content-wrapper .entry-content {
    margin-bottom: 43px;
}


/*--------------------------------------------------------------
#  Our Services
--------------------------------------------------------------*/
#our-services {
	padding-top: 0;
}

#our-services article {
    padding: 0 10px;
}
#our-services article .service-item-wrapper {
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 43px;
    text-align: center;
    background-color: #fff;
}
#our-services .entry-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}


.more-link a {
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
}
.more-link a:hover {text-decoration:none;color:#1070e3;}
.icon-container i {
   
    font-size: 50px;
}

/*--------------------------------------------------------------
#  WP Travel Search
--------------------------------------------------------------*/
#travel-search-section {
    padding-bottom: 50px;
}
.wp-travel-filter p {
    width: 25%;
    float: left;
    margin-bottom: 0;
    padding: 0 10px;
}
.wp-travel-filter form {
    clear: both;
    display: table;
    width: 100%;
    margin: 0 -10px;
}
.wp-travel-filter p label {
    display: block;
    width: 100%;
    font-size: 22px;
    margin-bottom: 15px;
   
}
.wp-travel-filter form input[type="text"],
.wp-travel-filter form input[type="submit"],
.wp-travel-filter form select {
    min-height: 60px;
    height: 60px;
    width: 100%;
    padding: 0 15px;
    border-radius: 0;
    outline: none;
    background-color: #fff;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.wp-travel-filter form select {
	min-height: auto;
	padding: 19px 15px;
	height: 60px;
}
.wp-travel-filter form select option {
    color: #000;
}
.wp-travel-filter form input[type="submit"] {
    background-color: #ff8121;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-top: 0;
    border: none;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wp-travel-filter form input[type="submit"]:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
/*--------------------------------------------------------------
#  Destinations
--------------------------------------------------------------*/
#destinations {
    padding-top: 0;
}
#destinations .featured-image {
    background-size: cover;
    background-position: 50%;
    border: 10px solid #fff;
    position: relative;
    padding: 175px 0;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

#casino-games .section-content {
    margin: 0 -15px;
}
#destinations article {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
}
#destinations article:last-child {
	margin-bottom: 0;
}
#destinations .entry-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: left;
    background: linear-gradient(to top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
}
#destinations .entry-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

#destinations .entry-title a:hover {
	opacity: 0.8;
}
#destinations .read-more {
    margin-top: 50px;
    text-align: center;
}




@media (max-width:991px) {
.home #latest-posts .entry-meta img {width:100%;}
.home #latest-posts .entry-meta {margin-bottom:15px;max-height:200px;overflow:hidden;}
.home #latest-posts .more-link {display:none;}

}



/*--------------------------------------------------------------
#  Latest Posts
--------------------------------------------------------------*/


#latest-posts .wrapper {
	position: relative;
	z-index: 1;
}
#latest-posts article {
    background:#f3f5fc;
    padding:20px;
    margin-bottom: 25px;
}

#latest-posts .section-header {
    float: left;
    text-align: left;
}
#latest-posts .read-more.full {
    float: right;
}
.read-more.full {
    margin-top: 39px;
}
#latest-posts .posted-on {
 color:#453c2e;   
}
#latest-posts .h2.entry-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	padding:0;
	line-height:1.2;
	
}
#latest-posts .h2.entry-title a:hover {color:#3daa45;text-decoration:none;}



.entry-meta {
    padding: 10px 0;
    display: block;
}
.entry-meta a,
.entry-meta i {
    font-weight: 400;
    font-size: 16px;
}




.post-item-wrapper {
    background: #171311;
   margin-bottom:30px;
}
.post-item-wrapper .entry-container {padding:15px;}
.cat-post .featured-image {
 
margin-bottom:30px;
}
@media (max-width:991px) {
.cat-post .featured-image {
 
margin-bottom:15px;
}
}
.cat-post .entry-container p {margin:0;}
.cat-post .entry-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.cat-post {display:block;clear:both;margin-bottom:30px;}

ul.post-categories:before {
    content: "#";
    margin-right: -5px;
    color: #afc4ca;
}
.post-thumbnail-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



/*--------------------------------------------------------------
#  Single
--------------------------------------------------------------*/
#inner-content-wrapper {
    position: relative;
	margin-top:30px;
	margin-bottom:30px;
}




.single-wrapper .featured-image {
    margin-bottom: 30px;
}
.single-wrapper .entry-meta {
	margin-bottom: 15px;
	
}
.single-wrapper #reply-title {
    margin-bottom: 15px;
}
.single-wrapper .comments-title {
    margin-bottom: 15px;
}
.single-wrapper .entry-meta .cat-links {
	margin-top: 25px;
    display: inline-block;
    width: 100%;
}
.single-wrapper .entry-meta a,
.single-wrapper .entry-meta i {
	font-size: 16px;
	font-weight: 400;
}
.post-categories + .tags-links {
    margin-top: 15px;
    margin-right: 10px;
}

.single-wrapper .comment-respond {
	background-color: transparent;
	border: none;
}
.no-sidebar-content #inner-content-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#commentform .comment-form-url,
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email {
    width: 100%;
    float: none;
    margin-right: 0;
}
ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.post-categories li {
	display: inline-block;
}
ul.post-categories li a {
    font-size: 16px;
   
    font-style: italic;
}

/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background: #f3f5fc;
	
}

.footer-widgets-area {margin:30px 0 0;}
.footer-widgets-area a {font-weight:700;color:#000;}
.footer-widgets-area a:hover {color:#2f2fde;}
#colophon .widget-title,
#colophon .widgettitle {
    font-size: 24px;
	
    margin-bottom: 16px;
	text-transform:uppercase;
	color:#000;
   
}
.site-down {font-size:13px;
    text-align: center;background:#fff;padding:15px;}
.site-down img {margin:15px;max-height:45px;}

.bottom-links {text-align:center;padding:0 0 40px;}
.bottom-links a {margin:0 5px;}
.site-info {
    padding: 10px 0;
    background-color: #13100e;
	text-align: center;
}

.site-down ul li {margin-right:15px;display:inline-block;list-style:none;}
.site-down ul {margin:0 0 10px;padding:0;}
.site-down ul li:last-child {margin-right:0;}

.site-info {
	margin: 0;
}



.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area .widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
	margin-bottom: 0;
}

.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
	margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.footer-widgets-area.page-section.col-1 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {



	.footer-widgets-area.col-2 .hentry,
	.footer-widgets-area.col-4 .hentry {
		width: 50%;
		float: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(2n+1),
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
		clear: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(odd),
	.footer-widgets-area.col-4 .hentry:nth-child(odd) {
		padding-right: 40px;
	}
	.footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}
.featured-wrapper {
    margin-left:-15px;
	margin-right:-15px;
	
}


#free-reg p i {color:#64b369;margin-right:10px;font-size:20px;margin-top:7px;float:left;margin-bottom:10px;}
#cash i {color:#64b369;font-size:17px;margin-right:10px;margin-top:9px;float:left;margin-bottom:30px;}
#cash p {clear:both;}
.home b {color:#fff;}
#cash .colums-6 p {clear:none;}
#mob p i {color:#64b369;margin-right:10px;}
#access .col-5 span {color:#fcc060;}
#access .col-5 p {font-size:14px;margin: 25px 0 0;padding:0;}
#access .col-2 span {padding-top:9px;line-height:1;background:#d19f50;color:#13100e;position:absolute;width:50px;height:50px;border-radius:50%;text-align:center;font-size:30px;font-weight:700;}
#free-reg span {line-height:1;padding-top:9px;background:#d19f50;color:#13100e;position:absolute;width:50px;height:50px;border-radius:50%;text-align:center;font-size:30px;font-weight:700;}
#free-reg .colums-6 p {padding-left:63px;}
#free-reg .colums-6 img {border-radius:20px;}
#free-reg .colums-4 p {padding-bottom:20px;}

#access .col-2 p {padding-left:70px;padding-bottom:20px;}
#access .h6 {font-weight:700;text-transform:uppercase;margin:0 0 25px;padding:0;}
.abox {text-align:center;}
.abox a {display:block;background:#3daa45;color:#000;font-weight:700;border-radius:15px;padding:12px 25px 10px;text-transform:uppercase;}
.abox a:hover {text-decoration:none;background:#50cd5a;}
p.last {padding-top:20px!important;clear:both;}

#featured-tours .col-2 p {color: #c8c8c8;}
#featured-tours img {border-radius:20px;margin-bottom:30px;margin-top:15px;}



.pay-img {text-align:center;padding-top:30px;clear:both;}
.pay-img img {margin:15px 40px;}
.col-row {
  
  margin-right: -15px;
  margin-left: -15px;
}
.colums-1, .colums-2, .colums-3, .colums-4, .colums-5, .colums-6, .colums-7, .colums-8, .colums-9, .colums-10, .colums-11, .colums-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.playpromo {color:#e1e1e1;margin:0 0 15px;text-align:center;padding:15px;font-weight:700;border:2px dashed #c46716;}
.fortunatop, .fortuna-top {color:#fff;text-align:center;padding:15px;font-weight:700;background: #c46716;}
.fortuna-top {position:fixed;z-index:99;top:0;left:0;right:0;}
a.promolink { 
position:relative;
margin-right:25px;
font-weight:700;
text-decoration:none!important;
color:#3daa45;
}

a.promolink:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/plays/images/copy.svg);
    mask: url(/wp-content/themes/plays/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #3daa45;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.fortunatop a.promolink, .fortuna-top a.promolink {color:#000;}
.fortunatop a.promolink:after, .fortuna-top a.promolink:after {background-color: #000;}

@media (min-width:768px) and (max-width:1023px) {
#save .colums-4 {float:left;
max-width: 50%;}
}

@media screen and (min-width: 992px) {
.colums-1 {
  float:left;
  max-width: 8.333333%;
}

.colums-2 {
  float:left;
  max-width: 16.666667%;
}

.colums-3 {
  float:left;
  max-width: 25%;
}
#reg .colums-3 {
 
  max-width: 22%;
}
#reg .colums-9 {
 
  max-width: 78%;
}
.colums-4 {
  float:left;
  max-width: 33.333333%;
}

.colums-5 {
  float:left;
  max-width: 41.666667%;
}

.colums-6 {
  float:left;
  max-width: 50%;
}

.colums-7 {
  float:left;
  max-width: 58.333333%;
}

.colums-8 {
  float:left;
  max-width: 66.666667%;
}

.colums-9 {
  float:left;
  max-width: 75%;
}

.colums-10 {
  float:left;
  max-width: 83.333333%;
}

.colums-11 {
  float:left;
  max-width: 91.666667%;
}

.colums-12 {
 float:left;
  max-width: 100%;
}
}
@media screen and (min-width: 1024px) {
#tur .col-2 {
        width: 50%!important;
        float: left;
		padding:0 15px;
    }
}
@media screen and (max-width: 1023px) {.tbox {margin-bottom:30px;}}
@media screen and (min-width: 768px) {
	

    .col-1 .hentry {
        width: 100%;
    }
    .col-2 .hentry {
        width: 50%;
        float: left;
    }
    .col-2 {
        width: 50%;
        float: left;
		padding:0 15px;
    }
	#tur .col-2 {
        width: 100%;
       
    }
    .col-3 {
        width: 33.33%;
        float: left;
		padding:0 15px;
    }
    .col-3 .hentry {
        width: 33.33%;
        float: left;
    }
    .col-4 .hentry {
        width: 50%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
	
	   .col-5 {
        width: 20%;
        float: left;
		padding:0 15px;
    }
	  .col-7 {
        width: 80%;
        float: left;
		padding:0 15px;
    }
	#tur .col-5 {width: 25%;}
	#tur .col-7 {width: 75%;}
    .col-6 .hentry {
        width: 16.66%;
        float: left;
    }

	#top-bar .contact-info li:not(:last-child) {
	    margin-right: 15px;
	    padding-right: 15px;
	    border-right: 1px solid #d8d8d8;
	}



	.featured-content-wrapper .entry-content,
	.featured-content-wrapper .entry-content p {
	    font-size: 22px;
	    line-height: 36px;
	}

	#our-services article {
	    width: 33.33%;
	    float: left;
	}

	.comment-metadata {
	    margin-top: -28px;
	}



	.sticky-post-wrapper .entry-container:after {
		content: "";
		background-color: #fff;
		width: 80px;
		height: 86%;
		position: absolute;
		bottom: 0;
		right: -80px;
	}


	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
	    padding-right: 25px;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		padding-left: 25px;
	}
	.footer-widgets-area.col-3 .hentry {
		margin-bottom: 0;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child) {
		padding-right: 40px;
	}
	.site-info.col-2 span {
		float: left;
		width: 50%;
		text-align: left;
	}
	.site-info.col-2 span:nth-child(1) {
	    padding: 10px 0;
	}
	.site-info.col-2 span:nth-child(2) {
		float: right;
		text-align: right;
	}




}
@media screen and (min-width: 992px) {
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }






	#latest-posts article {
		display: table;
		width: 100%;
		border-bottom: none;
	}
	#latest-posts .entry-meta.entry-date-meta {
	    width: 30%;
	    float: left;
	}
	#latest-posts .entry-meta.entry-date-meta {
		padding: 0 30px 0 0;
		max-height:100px;
		overflow:hidden;
	}
	#latest-posts .entry-header .entry-meta {
	    padding: 0;
	}
	#latest-posts .entry-header {
		width: 70%;
		
	    padding: 15px 30px 0;
		float: left;
		min-height:100px;
		
		
	}
	 #latest-posts .more-link {
	 
	 	width: 15%;
		float: left;
		
 	    padding: 35px 0 35px 25px;
	 }
	 .read-more.small {
		display: none;
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 40px;
	}
	.footer-widgets-area.col-5 .hentry {
		padding-right: 40px;
	}
	.footer-widgets-area.col-4 .hentry:last-child,
	.footer-widgets-area.col-5 .hentry:last-child {
		padding-right: 0;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
	    clear: none;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
	    clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4),
	.footer-widgets-area.col-5 .hentry:nth-last-child(-n+5) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {


	#top-bar {
	    background-color: rgba(255, 255, 255, 0.90) !important;
	}



	#secondary-menu {
	    float: right;
	}

	.main-navigation ul li:hover > ul {
		left: 0;
		right: auto;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		right: auto;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul.sub-menu li a {
	    
        padding: 10px 0;
	    border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.40);
	}
	.main-navigation ul.sub-menu li a:hover {
		opacity: 0.8;
	}

	.main-navigation .menu-item-has-children > a:after {
		float: none;
	}

	.main-navigation .sub-menu i {
		color: #fff;
		right: 0;
	    margin-top: 5px;
	}
	.main-navigation ul.sub-menu > li:last-child > a {
		border-bottom: none;
	}
	#search {
	    position: absolute;
	    z-index: 30;
	    right: 0;
	    top: 100%;
	    display: none;
	}
	.main-navigation .search-active .fa-search {
		display: none;
	}
	.main-navigation .search-active .fa-cancel {
		display: inline-block;
	}
	#masthead .main-navigation ul ul li.menu-item-has-children > a {
	    padding-right: 35px;
	}
	#masthead .main-navigation ul ul li a i {
	    display: inline-block;
	    top: 17px;
	    -webkit-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	}

	.main-navigation ul ul {
	    background-color: #302d28;
	    margin:0;
        padding: 0;
	}
	.main-navigation ul ul li {
		padding: 0;
		
	}
	.main-navigation ul ul li a {padding:10px 30px!important;text-transform:uppercase;}
	.main-navigation ul ul li a:hover {color:#fff;}
	.main-navigation ul ul li.menu-item-has-children:hover > a > i,
	.main-navigation ul ul li.menu-item-has-children > a:hover > i {
		color: #fff;
	}
	#search:before {
	    content: "";
	    width: 0;
	    height: 0;
	    border-left: 9px solid transparent;
	    border-right: 9px solid transparent;
	    border-bottom: 9px solid #ff8121;
	    position: absolute;
	    top: -9px;
	    right: 5px;
	}
	button.dropdown-toggle {
		display: none;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	.main-navigation .left-menu {
	    padding-left: 50px;
	}

	.main-navigation li.left-menu + li.right-menu:before {
	    content: "/";
	    position: absolute;
	    top: 50%;
	    margin-left: -6px;
	    color: #fff;
	    margin-top: -1px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.main-navigation form.search-form {
	    border: 20px solid #1c2b42;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border-color: #fff;
	    color: #1c2b42;
	}
	.main-navigation form.search-form .fa-search {
		color: #1c2b42;
	}
	.menu-sticky #masthead.nav-shrink #top-bar {
		display: none;
	}
	.menu-sticky #masthead.nav-shrink {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	    max-width: 100%;
	    background-color: #fff;
	    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	}

	.customize-support.menu-sticky #masthead.nav-shrink {
		top: 32px;
	}




	.single.single-itineraries #wp-travel-content,
	.single.single-itineraries .wp-travel-toolbar.clearfix,
	.single.single-itineraries .wp-travel-archive-content {
		margin: 80px auto;
	}

	.right-sidebar #primary,
	.left-sidebar #primary,
	.secondary-active #primary,
	.no-sidebar .secondary-active #primary {
    	width: 70%;
    	float: left;
    	padding-right: 40px;
    }
 
    .left-sidebar #primary {
    	float: right;
    	padding-right: 0;
    	padding-left: 40px;
    }
    .no-sidebar #primary,
    .secondary-inactive #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
    .boxed-layout #page {
	    max-width: 1250px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.frame-layout {
	    max-width: 100%;
	    width: 100%;
	    padding-left: 50px;
	    padding-right: 50px;
	    margin: 50px auto;
	}

	#secondary .widget_wp_travel_filter_search_widget .wp-travel-itinerary-items,
	#secondary .widget_wp_travel_search div.wp-travel-search,
	#secondary .widget_wp_travel_location ul,
	#secondary .widget_wp_travel_trip_type ul,
	#secondary .widget_wp_travel_featured .wp-travel-itinerary-items,
	#secondary .widget_wp_travel_sale_itineraries ul {
	    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	}

}
@media screen and (min-width: 1200px) {
	#search:before {
	    right: 15px;
	}
	#destinations .featured-image {
		padding: 280px 0;
	}
	#destinations article:nth-child(2) .featured-image {
		padding: 140px 0;
	}
	#destinations article:nth-child(4) .featured-image {
		padding: 200px 0;
	}

	#featured-tours article:nth-child(odd) .featured-image {
		left: 0;
		right: auto;
	}
	#featured-tours article:nth-child(odd) .entry-container {
		float: right;
	    padding: 20px 0 0 40px;
		
	}
	#featured-tours article:nth-child(even) .featured-image {
		left: auto;
		right: 0;
	}
	#featured-tours article:nth-child(even) .entry-container {
		float: left;
		padding: 0px 40px 0 0;
	}


}
.featured-image img {width:100%;}
@media screen and (min-width: 1900px) {

	.single.single-itineraries #wp-travel-content,
	.single.single-itineraries .wp-travel-toolbar.clearfix,
	.single.single-itineraries .wp-travel-archive-content {
		margin: 80px auto;
	}

	.user-logged-in > a > img {
	    width: 50px;
	    object-fit: cover;
	    height: 50px;
	    border-radius: 50px;
	}




	.featured-content-wrapper .entry-title {
	    font-size: 92px;
	    margin: 0 0 56px;
	    padding-bottom: 47px;
	    line-height: 1;
	}
	.featured-content-wrapper .entry-title:after {
		width: 290px;
	}




	.left-sidebar .sticky-post-wrapper .entry-title,
	.right-sidebar .sticky-post-wrapper .entry-title {
	    font-size: 40px;
	}


	.frame-layout {
	    padding-left: 70px;
	    padding-right: 70px;
	    margin: 70px auto;
	}


	.footer-widgets-area.col-3 .hentry:not(:last-child),
	.footer-widgets-area.col-2 .hentry:nth-child(odd) {
		padding-right: 100px;
	}
	.boxed-layout #page {
	    max-width: 1600px;
	    width: 90%;
	}
}
.trip-short-desc p {line-height:1.6;margin-bottom:15px;}
@media screen and (max-width: 1023px) {
	#secondary {margin-top:40px;}
	.menu-toggle {
		top:-40px;
		height: 30px;
		width:30px;
		position:absolute;
		z-index:999;
		left:-15px;
	}


.main-navigation ul li {margin:0;display:block;}
	.main-navigation a {padding:10px 15px;
	    border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.main-navigation ul ul a {
	    width: 100%;
	}

	.main-navigation ul ul,
	.main-navigation ul ul ul {
		
	    background-color: #302d28;
	    box-shadow: none;
	    float: none;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin-bottom: 0;
	    display: none;
	}
	.main-navigation ul.sub-menu li {
	    padding-right: 0;
	}

	.main-navigation .menu-item-has-children > a:after {
	    padding-top: 3px;
	}

	.main-navigation ul.sub-menu li a {
		padding-left: 50px;
	}
	.main-navigation ul.sub-menu ul li a {
		padding-left: 75px;
	}
	.main-navigation ul.sub-menu ul ul li a {
		padding-left: 100px;
	}
	.main-navigation ul.sub-menu ul ul ul li a {
		padding-left: 125px;
	}
	.main-navigation .menu-item-has-children a i {
		display:none!important;
	}
	.main-navigation ul.sub-menu li a {
		border-left: none;
	}

	.main-navigation ul {
		 margin-top: 0;
	    position: absolute;
	    max-width: 400px;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
		z-index:9999;
	}

	.main-navigation .fa-search,
	.main-navigation .fa-down-open {
		color: #fdc061;
	    margin-top: -5px;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	.menu-open .menu-toggle .fa-cancel {
		display: block;
		color: #000;
		margin: auto;
		font-size:25px;
	}
	#masthead.site-header .main-navigation ul.nav-menu {
	    margin-top: 0;
	    position: absolute;
	    max-width: 100%;
	    top: 100%;
	    left: auto;
	    right: 0;
		text-align:left;
	    width: 100%;
		background:#fff;
       
	}
	.main-navigation .search-menu a {
	    display: none;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border: none;
	    min-height: 55px;
	}
	.main-navigation form.search-form button.search-submit {
		height: 59px;
	}
	.menu-open #search {
	    display: block !important;
	}
	.main-navigation form.search-form input {
		padding-left: 25px;
	}
	.main-navigation .sub-menu i {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	.destination-item-wrapper .post-title {
		font-size: 32px;
	}
	#secondary .widget_search form.search-form input,
	#secondary .widget > ul,
	.post-item-wrapper {
		box-shadow: none;
	}
}
.home .entry-title a {font-weight:700;}
@media screen and (max-width: 992px) {

	.section-title {
		font-size: 42px;
	}
	.destination-item-wrapper {
		background-image: none;
	}
	#destinations .read-more {
	    margin-top: 30px;
	}
	.featured-content-wrapper .entry-title {
		font-size: 46px;
	}
	#latest-posts .posted-on a {
		font-size: 32px;
	}
	.wp-travel-filter p {
		width: 33.33%;
	}
	.wp-travel-search p.wp-travel-search {
	    text-align: center;
	    width: 100%;
	}
	.wp-travel-filter form input[type="submit"] {
		margin-top: 25px;
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.travel-guide-wrapper {
		display: block;
	}
	#travellers-choice .slick-list {
		padding-bottom: 0;
	}
	#travellers-choice .entry-container {
		position: relative;
	    bottom: auto;
	    left: 0;
	    right: 0;
	    margin: auto;
	    padding: 30px;
	}
	#latest-posts .read-more.full {
		display: none;
	}
	.single-post-wrapper .entry-title {
	    font-size: 28px;
	}
	.navigation.post-navigation a,
	.navigation.posts-navigation a {
		font-size: 18px;
	}
	.wp-travel-trip-meta-info {
	    width: 90%;
	    max-width: 1200px;
	    margin: 30px auto 0;
	}
	.wp-travel-trip-meta-info ul li:before,
	.wp-travel-trip-meta-info ul li.no-border:before {
		display: none;
	}
	.wp-travel-trip-meta-info ul li {
		padding: 0 15px;
		width: 33.33%;
		margin-bottom: 25px;
	}
	.wp-travel-trip-meta-info ul li:nth-child(3n+1) {
		clear: left;
	}
	.wp-travel-trip-meta-info ul li:last-child {
		border-right: none;
	}
	.wp-travel-trip-meta-info ul li:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.wp-travel.trip-headline-wrapper .right-plot-inner-wrap {
		margin-bottom: 50px;
	}
	.wp-travel-related-posts:after {
		display: none;
	}
	.wp-travel-related-posts:before {
		height: 100%;
		display: block;
	}
	.wp-travel-related-posts {
		padding: 50px 0;
	}
	.wp-travel-tab-wrapper {
		margin-bottom: 50px !important;
	}

	
	.wp-travel-toolbar .wp-toolbar-filter-field,
	.wp-travel-toolbar .wp-travel-filter-button {
	    width: 50%;
	    padding: 5px;
	}
	.wp-travel-toolbar .wp_travel_input_filters {
	    width: 100%;
	}
	.archive.post-type-archive .wp-travel-toolbar .wp-toolbar-filter-field {
		padding: 10px;
	}
	.archive.post-type-archive .wp-travel-toolbar .wp-travel-filter-button {
		margin-top: 43px;
	}
	.wp-travel-related-posts.wp-travel-container-wrap > .h2 {
	    font-size: 32px;
	}
	.wp-travel-feature-slide-content.featured-detail-section.right-plot .wp-travel-trip-meta-info {
	    width: 100%;
	}
}
@media screen and (max-width: 767px) {

#featured-tours .featured-image {display:block;height:100%;position:relative;width: 100%;}
#featured-tours .entry-container {padding: 20px 0 0 0;display:block;width: 100%;float:left;}

	.section-title {
		font-size: 32px;
	}
	.btn {
	    padding: 15px 30px;
	}
	.featured-content-wrapper .entry-title:after {
		display: none;
	}

	.featured-content-wrapper {
		text-align: center;
	}
	.featured-content-wrapper .entry-title {
	    font-size: 42px;
	    margin-bottom: 20px;
	    padding-bottom: 0;
	}
	.featured-content-wrapper .entry-content {
	    margin-bottom: 23px;
	}

	#our-services article:not(:last-child) {
		margin-bottom: 30px;
	}
	#our-services {
	    padding: 60px 0;
	}
	#featured-tours article {
	    width: 100%;
	    float: none;
	}




	#latest-posts article {
		text-align: center;
	}
	#latest-posts .section-header {
		float: none;
		text-align: center;
	}
	#latest-posts .posted-on a {
		font-size: 22px;
	}



	.comment-metadata {
	    float: none;
	    padding-right: 0;
	}
	.comment-content {
	    padding: 25px;
	    margin-left: 20px;
        margin-top: 30px;
	}
	.comment-meta .fn {
		padding-left: 0;
	}
	.comment-meta img {
		margin-top: 0;
	}
	#comments ol.children .comment-metadata {
	    padding-right: 90px;
	}
	#comments ol.children .comment-content {
		margin-right: 0;
	}
	.comment-content:before {
	    border-right-color: transparent;
	    border-bottom-color: #f5f5f3;
	    left: 20px;
	    top: -18px;
	}
	#comments ol.children .comment-content:before {
	    border-right-color: transparent;
    	border-bottom-color: #f5f5f3;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		width: 100%;
	}
	.post-navigation span.previous-article b,
	.post-navigations span.previous-article b,
	.post-navigation span.next-article b,
	.post-navigations span.next-article b {
		font-size: 18px;
	}
	.pagination .page-numbers,
	.pagination .page-numbers.dots:hover,

	.pagination .page-numbers.prev,
	.pagination .page-numbers.next {
		margin-bottom: 7px;
	}





	.tags-links {
	    margin-bottom: 25px;
	}
	.navigation.post-navigation .nav-previous + .nav-next,
	.navigation.posts-navigation .nav-previous + .nav-next {
		padding-top: 0;
	}
	.navigation.post-navigation .nav-previous + .nav-next i,
	.navigation.posts-navigation .nav-previous + .nav-next i {
		top: 10px;
	}


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


	.menu-toggle.active {
	    margin-right: -22px;
	}





	.pagination .page-numbers.prev,
	.pagination .page-numbers.next {
		top: 0;
	}
	.pagination .prev.page-numbers:before,
	.pagination .next.page-numbers:before {
		width: 35px;
		height: 10px;
	}
	.site-main .comment-navigation,
	.site-main .posts-navigation,
	.site-main .post-navigation {
		margin-top: 25px;
	}
	.single-wrapper .comments-title {
	    margin-bottom: 0;
	}
	.single-wrapper #reply-title {
	    margin-bottom: 25px;
	}

	.footer-widgets-area .hentry:last-child,
	.footer-widgets-area.col-3 .hentry:last-child {
		margin-bottom: 0;
	    padding-right: 0;
	}
	.footer-widgets-area {
	    text-align: center;
	}


}


@media (min-width:470px) and (max-width:575px) {

	.menu-open .menu-toggle .fa-cancel {
		position:absolute;
		left:40px;
	}
}
@media (max-width:469px) {

	.menu-open .menu-toggle .fa-cancel {
		position:absolute;
		top:0px;
	}
}


.game_btn {text-align:center;display:none;width:100%;position:absolute;top:15%;}
.game_btn a.t2 {display:block;padding:10px;max-width:180px;margin:15px auto;}


.game_btn a.free {margin-top:10px;color:#fff;font-size:14px;text-transform:uppercase;font-weight:700;}
.game_btn a.free:hover {text-decoration:none!important;}
.game_btn span {font-size:14px;color:#fff;}
.game_image {position:relative;margin-bottom:30px;overflow:hidden;background:rgba(0,0,0,0.8);}
.game_image img {width:100%;display:block;}
.game_image:hover img, .game_image:focus img {opacity:0.2;}
.game_image:hover .game_btn {display:block;}
.play {text-align:center;padding:20px 0;}
.post-template-slots iframe {width:100%;height:500px;padding:0;margin:0;border:0 none;}



a.t1 {text-align: center;
  font-weight: 700;
  color: #000;
  padding: 8px 28px;
  border-radius: 10px;
  border: 2px solid #ffc400;}
a.t2 {text-align: center;
  font-weight: 700;
  color: #000;
  background: #ffc400;
  padding: 10px 30px;
  border-radius: 10px;}

.ddsg-wrapper {margin-bottom:10px;}
.miniature {float:left;margin-right:20px;margin-bottom:15px;width:47%;}
.er404 {color:#000;font-size:27px;font-weight:700;margin-bottom:30px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content blockqoote, .entry-content p, .entry-content ol, .entry-content ul {clear:both;}
.entry-content p:first-of-type {clear:none;}
@media (max-width:1199px) {
.post-template-slots iframe {height:400px;}
.game_btn {top:5%;}
}
@media (max-width:1023px) {
.archive .page-section .colums-9, .archive .page-section .colums-3, .search .page-section .colums-9, .search .page-section .colums-3 {max-width:100%;}
#masthead .colums-3, #masthead .colums-4, #masthead .colums-5 {max-width:100%;}
#masthead {
 text-align:center;
}
.game_btn {top:4%;}
.top-links {
 text-align:center;padding:30px 0 15px;
}
}
@media (min-width:576px) and (max-width:1023px) {
#slot-posts .colums-3, .category-avtomaty .page-section .colums-3 {float:left;
max-width: 50%;}

.game_btn {top: 17%;}
}

@media (max-width:767px) {
.single .miniature {width:100%;margin-right:0;}
.post-template-slots iframe {height:300px;}
.game_btn {top:11%;}
}

@media (max-width:575px) {
.game_btn {top:18%;}
.post-template-slots iframe {height:200px;}
}

@media (max-width:360px) {
.bottom-links a {display:block;margin:15px;}
.top-links {padding:10px 0 0;}
.top-links a {display:block;margin:15px;}
.game_btn {top:20%;}
}
@media (max-width:320px) {
.game_btn {top:13%;}
}
.promo-box {margin:0 0 10px;border-radius:6px;background:#1c281d;color:#fff;padding:15px;}
.promo-box b {display:block;margin:0 0 15px;}
#sidebar .sidebar-promo .h3 {border:none;padding:0;}
.sidebar-promo .promo span {font-weight:700;color:#fff;margin:0;background:#04cfaa;border-radius:6px;padding:5px 40px 5px 20px;}
.sidebar-promo .promo span:after {background-color: #fff;right:14px;top:7px;}
.promo-box a.t2 {padding:5px;width:48%;border-radius:6px;}
.flex { display: flex;
 justify-content: space-between;
 align-items: center;}
 .sidebar-stats {font-size:14px;border-radius:10px;padding:15px;background:#1c281d;color:#fff;margin-bottom:15px;}
.sidebar-stats img {max-width:200px;width:100%;}
.sidebar-stats b {display:block;color:rgba(255,255,255,0.5);}
.sbox {border-bottom:1px solid rgba(255,255,255,0.1);margin-bottom:10px;padding-bottom:10px; display: flex;
 justify-content: space-between;
 align-items: center;}
 .sboximg {width:20%;}
 .sbox img {width:41px;display:block;}
 .sbs {width:80%;padding-left:15px;}
.sbox:last-child {border:none;padding:0;margin:0;}
.sidebar-stats span {font-weight:700;font-size:16px;}
.imgp img {
  max-width: 150px;
  max-height: 50px;
  margin: 10px;
  width: auto;
  filter: grayscale(100%) invert(100%);
}
.last-reviews {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.last-reviews-title {
    margin-bottom: 9px !important;
}

.last-reviews-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: #ffffff;
    border-radius:10px;
    background: #1c281d;
}

.last-reviews-item-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.last-reviews-item-pic {
    width: 60px;
}

.last-reviews-item-pic img {
    vertical-align: top;
    width: 100%;
	border-radius: 10px;
}

.last-reviews-item-name {

}

.last-reviews-item-date {
    font-size: 12px;
    color: #7a7a7a;
}

.last-reviews-item-text {
    font-size: 14px;
    line-height: 1.4;
}
 @media (min-width:992px) and (max-width:1199px) {
.promo-box {text-align:center;}	
.flex { display: block;}
.promo-box a.t2 {width:100%;display:block;margin-top:15px;}
 }


.bonuscontent {margin:30px 0;}
.bonusbox {padding:20px;display: flex;
 justify-content: space-between;
 align-items: center;margin:0 0 15px;border-radius:0px;background: #eeeeee;
  }
.bonusbox b {display:block; color: inherit;}
.bonusbox img {max-width:80px;}
a.bonuslink {display:block;background:#ffffff;font-weight:700;color: #000000;padding:12px;border-radius:0px;max-width:240px;margin:0 auto;}
.box1 {width:11%;}
.box2 {width:59%;padding:0 15px;}
.box3 {width:30%;text-align:center;}
.mirrorcontent {margin:0 0 30px;}
.mirrorcontent table {text-align:center;border:none;border-radius:0px;overflow:hidden;}
.mirrorcontent table thead {background: #333333;text-align:center;color:#fff;}
.mirrorcontent table th, .mirrorcontent table td {border:none;text-align:center;}
.mirrorcontent table th {padding:10px 15px;}
.mirrorcontent table tbody tr {background: rgba(255,255,255,0.02);}
.mirrorcontent table tbody tr:nth-child(even) {background: #eeeeee;}
.mirrorcontent table tr th:nth-child(1), .mirrorcontent table tr td:nth-child(1) {width:20%;}
.mirrorcontent table tr th:nth-child(2), .mirrorcontent table tr td:nth-child(2) {width:57%;}
.mirrorcontent table tr th:nth-child(3), .mirrorcontent table tr td:nth-child(3) {width:23%;}
.mirrorcontent table tr td:nth-child(1) {font-size:14px;}
.mirrorcontent table tr td:nth-child(2) {color:#00cc00;font-size:14px;}
a.mr {display:block;background: #ffffff;color:#000000;font-weight:700;padding:6px;border-radius:0px;margin:0 auto !important;}
.subscribecontent {border-radius:0px;background: #eeeeee;padding:15px 15px 1px;margin:30px 0;}
.commentscontent {margin:0 0 30px;background: #eeeeee;border-radius:0px;padding:20px;}
.commentscontent .comment-form a { display: inline !important; padding: 0 !important; background: none !important; color: inherit !important; font-weight: normal !important; text-decoration: underline; }
.supportcontent img {float:left;width:35px;margin-right:15px;}
.mct {font-weight:700;font-size:22px;margin:0 0 15px;}
.supportcontent span {text-decoration:underline;color:#2f2fde;}
.taxonomy-description {padding-top:15px;}
.footer-gamble { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0 20px; margin: 0; padding: 0 0 20px; list-style:none;}
.footer-gamble li:nth-child(2) { min-width: 120px; }
.footer-gamble a { display: block; }
.footer-gamble li:not(:nth-child(3)) img { filter: brightness(0) grayscale(1); }
.footer-gamble li:nth-child(3) img { filter: grayscale(1); }
.footer-gamble img { max-width: 130px; opacity: 0.3; max-height: 40px; }
.footer-gamble a:hover img { opacity: 0.7; }
.footer-logos {
	margin-bottom: 10px;
	text-align: center;
}
.footer-logos img {
    margin: 10px 15px;
    max-height: 40px;
    max-width:130px;
    filter: opacity(.3) invert(1);
}

.footer-logos--payments img {
    filter: brightness(0) opacity(.3);
    max-height: 20px;
}