/*!
Theme Name: Megastar
Theme URI: https://kochcomm.com/
Author: Koch Communications
Author URI: https://kochcomm.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: riverstar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

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 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

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;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# 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, 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;
}

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

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: 3px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: #93368D;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: none;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 890px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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 {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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 {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 640px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: normal;
  font-family: "ProximaNovaRegular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212121; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #ff583b; }
a:hover {
  color: #ff583b; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  background: #224274;
  height: 38px;
  padding: 0 30px;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #FFF;
  background-color: #315894;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #224274;
  border-color:#224274; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #26477b;
 }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/*! Lity - v2.2.2 */
.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}


/* Riverstar Casino Theme Customization
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* FONTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
    font-family: 'GothamBold';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');

}

@font-face {
    font-family: 'GothamUltra';
    src: url('fonts/Gotham-Ultra.woff2') format('woff2'),
        url('fonts/Gotham-Ultra.woff') format('woff');

}

@font-face {
    font-family: 'GothamMedium';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');

}

@font-face {
    font-family: 'GothamBook';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');

}



@font-face {
  font-family: 'KlinicSlabMedium';
  src: url('fonts/KlinicSlab-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/KlinicSlab-Medium.otf')  format('opentype'),
	     url('fonts/KlinicSlab-Medium.woff') format('woff'), url('fonts/KlinicSlab-Medium.ttf')  format('truetype'), url('fonts/KlinicSlab-Medium.svg#KlinicSlab-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Regular.otf')  format('opentype'),
	     url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf')  format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ProximaNovaBold';
  src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Bold.otf')  format('opentype'),
	     url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf')  format('truetype'), url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ProximaNovaExtrabold';
  src: url('fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Extrabld.otf')  format('opentype'),
	     url('fonts/ProximaNova-Extrabld.woff') format('woff'), url('fonts/ProximaNova-Extrabld.ttf')  format('truetype'), url('fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.site-header {
    background: #212121;
}
.site-header .container {
    padding: 4rem 0;
}

.site-branding {
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
.site-title {
    font-size: 0px;
    line-height: 0;
    padding: 0;
    margin: 0;
}
.site-title a {
    display: inline-block;
    width: 310px;
    height: 95px;
    background-size: contain;
    background-repeat: no-repeat;
}
#topicons {
    position: absolute;
    right: 0;
    top: 20px;
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
}
#topicons li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#topicons li a {
    display: inline-block;
    font-size: 0;
    margin-left: 2px; 
    position: relative;
}
#topicons li a picture img {
    height: auto;
    max-width: 25px;
    margin: 0 4px;
}
#topicons li a picture.iconhover img{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
} 
#topicons li:hover a picture img{
    opacity: 0;
}
#topicons li:hover a picture.iconhover img{
    opacity: 1;
}


#topicons li:last-child:after{
    display:none;
}
.main-navigation {
    clear: both;
    display: inline-block;
    text-align: center;
    float: none;
    color: #FFF;
    width: 69%;
    vertical-align: middle;
}
.main-navigation ul {
	font-size: 0;
}
.main-navigation li {
    float: none;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'GothamBold';
    font-size: 1.7rem;
    padding: 20px 38px;
    transition: opacity ease 0.3s;
    line-height: 1.3rem;
    position: static;
}
.main-navigation a span {
    opacity: 0;
    position: absolute;
    left: 50%;
    transition: opacity ease 0.3s;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 100%;
	transition: none;
}
.main-navigation a:hover  {
	color: #000;
}
.main-navigation a:hover span {
    opacity: 1;
    margin-top: -1px
}


.main-navigation .current-menu-item a{
    color: #000;
}
.main-navigation .current-menu-item a span{
    opacity: 1;
    margin-top: -1px
}
.menu-toggle, .main-navigation.toggled ul {
    display: block;
    border: none;
    width: 100%;
    color: #FFF;
    padding: 0;
    margin: 0;
    padding: 0;
    height: auto;
    padding: 6px 0;
    font-size: 13px;
    transition: all ease 0.3s;
}
nav .button:hover, 
nav  button:hover, 
nav  .button:focus, 
nav  button:focus{
    color: #FFF;
    border-color: transparent;
    outline: 0;
}
nav .button:hover, 
nav  button:hover{
    background: rgba(256,256,256,0.1)
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #224274;
    height: 0;
    overflow: hidden;
    transition: all ease 0.5s;
}
.main-navigation ul li:hover ul {
    height: auto;
}
.main-navigation ul ul a {
    width: 230px;
    padding: 13px 20px;
    text-align: left;
    border-top: 1px solid rgba(256,256,256,0.3);
    font-size: 1rem;
}


/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#footericons {
    position: static;
    right: 0;
    top: 0;
    width: auto;
    text-align: center;
    padding: 25px 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 51px;
    margin-left: 50px;
}
#footericons li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}
#footericons li a {
    display: inline-block;
    font-size: 0;
    position: relative;
}
#footericons li a picture img {
    transition: all ease 0.3s;
    opacity: 1;
    width: 65px;
}
#footericons li a picture.iconhover img {
    transition: all ease 0.3s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
} 
#footericons li a:hover picture img {
    opacity: 0;
}
#footericons li a:hover picture.iconhover img {
    opacity: 1;
}

.exploreothers {
    font-size: 3.8rem;
    letter-spacing: 5px;
    padding: 14rem 0 4rem;
    margin: 0;
    font-weight: bold;
    line-height: 3.8rem;
    font-family: 'KlinicSlabMedium';
    text-transform: uppercase;
    color: #FFF;
}
.exploreothers:before {
    content: '';
    background: #FFF;
    display: inline-block;
    width: 320px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    margin-top: -100px;
}
/*.exploreothers:after {
    content: '';
    background: url(images/explore.png);
    width: 25px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 15px;
    vertical-align: top;
    margin-top: 3px;
} */
#otherproperties {
	position: static;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    margin: 0;
}
#otherproperties ul {
    margin: 0 auto;
    padding: 0;
    max-width: 1050px;
}
#otherproperties li {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    width: 140px;
}
#otherproperties li a {
    display: inline-block;
    font-size: 0;
    transition: all ease 0.3s;
    opacity: 1;
}
#otherproperties li a:hover{
    opacity: 1;
}
#otherproperties li a img {
    height: 120px;
    width: 120px;
    transition: all ease 0.3s;
}
#otherproperties li a .base_icon {
    opacity: 1;
}
#otherproperties li a .hover_icon {
    position: absolute;
    opacity: 0;
}
#otherproperties li a:hover .hover_icon {
    opacity: 1;
}
#otherproperties li a:hover .base_icon {
    opacity: 0;
}
.footersidebars {
    background: #04B2CB;
    padding: 3rem 0 1rem;
}
.footerlogo {
    width: 410px;
    height: 120px;
    display: inline-block;
    position: static;
    vertical-align: top;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
footer .widget h2 {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: left;
    color: #8894a5;
    padding: 0;
    font-family: 'GothamUltra';
    letter-spacing: 1px;
    font-size: 1.8rem;
    line-height: 2rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
footer  .menu{
    margin: 0;
    padding: 0;
}
footer .menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}
footer .menu li a {
    margin: 0;
    padding: 0;
    font-family: 'GothamMedium';
    text-transform: uppercase;
    color: #8894a5;
    text-decoration: none;
    font-size: 1.4rem;
    transition: all ease 0.3s;
    opacity: .8;
}
footer .menu li a:hover{
    opacity: 1;
}
footer .widget {
    margin: 0 0 1rem;
    padding-left: 45px;
}
footer .center{
	text-align: center;
}
.site-footer {
    text-align: center;
    background: url(images/bgFooter.png);
    color: #FFF;
    background-size: 100%;
}

/* Gravity Form adjustments
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gform_wrapper{

}
.gform_title{
	display: none
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-right: 10px;
    margin-top: 4px;
    vertical-align: top;
    display: inline-block;
}
.gform_wrapper .top_label .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 0;
}



/* Elementor adjustments
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.hentry {
    margin: 0;
}


/* Homepage Template
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.topImage {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    height: 30vw;
    background-position: center;
    float: left;
}
#categoriesbar {
    background: #224274;
    color: #FFF;
    display: inline-block;
    width: 100%;
}
#categoriesbar h5 {
    font-size: 1.4rem;
    font-family: 'GothamMedium';
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 0;
    float: left;
    margin-right: 19px;
    margin-bottom: 0;
    color: #cccccc;
}
#categoriesbar select {
    -webkit-appearance: none;
    margin-bottom: 0;
    border-radius: 0px !important;
    width: 240px;
    display: inline-block;
    height: auto;
    padding: 0;
    height: 41px;
    font-size: 14px;
    font-family: 'GothamMedium';
    padding: 10px;
    border: 2px solid #CCC;
    background: url(images/select.png);
    background-repeat: repeat-y;
    background-color: #FFF;
    background-position: center right;
    padding-right: 35px;
    cursor: pointer;
}
.promotion a.thumb {
    width: 100%;
    display: inline-block;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2rem;
    transition: all ease 0.3s;
    position: relative;
    background: #93368D;
}
.promotion a.thumb img {
    width: 100%;
    height: auto;
}
.promotion a.thumb span {
    position: absolute;
    top: 0;
    opacity: 1;
    transition: all ease 0.3s;
    left: 0;
}
.promotion a.thumb:hover span {
    opacity: 0.5;
}
.promotion {
    text-align: center;
    display: inline-block;
}
.promotion a span {
    position: absolute;
    z-index: 99;
    background: rgba(0,0,0,0.5);
    width: 100%;
    bottom: 0;
    color: #FFF;
    text-align: center;
    font-size: 2.1rem;
    padding: 13px 0;
    font-family: 'GothamMedium';
    font-weight: normal;
}
.promotion a.video span {
    background: url(images/play.png);
    display: inline-block;
    width: 115px;
    height: 115px;
    z-index: 999;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    opacity: .8;
    transition: all ease .3s;
}
.promotion a.video span:hover {
    opacity: 1;
}
.promotion h5 {
    color: #212121;
    text-decoration: none;
    font-family: 'ProximaNovaExtrabold';
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 2.7rem;
    margin-bottom: 2rem;
}
.promotion p{
    font-size: 2rem;
    color: #212121;
	font-family: "Klinic Slab", Sans-serif;
    font-weight: 400;
}
.promotion .rules {
	background: #ff583b; /* Old browsers */
    margin-bottom: 6rem;
    color: #FFF;
    font-family: 'GothamBold';
    text-decoration: none;
    padding: .8rem 5rem .4rem;
    display: inline-block;
    width: auto;
    font-size: 2.6rem;
    line-height: 4rem;
    background-size: 100%;
    letter-spacing: 2px;
    transition: all ease 0.3s;
    border: 1px solid #E86952;
}
.promotion .rules:hover{
    background: transparent;
    color:#FF572A;
    border: 1px solid #E86952;
}
.hometitle{
    font-family: 'GothamBook';
    color: #8894a5;
    font-size: 4.4rem;
    letter-spacing: 3px;
    text-align: center;
    padding: 0;
    margin-top: 3rem;
    font-weight: normal;
    text-transform: uppercase;
}

.archive #primary.content-area{
    padding: 7rem 0;
}

.entry-content  {
    font-size: 1.8rem;
    color: #212121;
}

.entry-content h2.elementor-heading-title  {
    color: #212121;
    text-decoration: none;
    letter-spacing: 2px;
}
.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #212121 !important;
}



.promodescription {
    padding: 10rem 0;
}


.promodescription h1{
    color: #212121;
    text-decoration: none;
    font-family: 'ProximaNovaExtrabold';
    letter-spacing: 2px;	
}

.promodescription p {
    font-size: 2.5rem;
    color: #212121;
    font-family: 'KlinicSlabMedium';
}

.promorules{
	background: #E5E5E5;
    padding: 10rem 0;
}
.promorules h5 {
    color: #212121;
    text-decoration: none;
    font-family: 'ProximaNovaExtrabold';
    letter-spacing: 2px;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 5rem
}
.promorules .container {
    font-size: 1.8rem;
    color: #212121;
    font-family: 'ProximaNovaRegular';
    max-width: 1100px;
}
.promorules ol {
    list-style: decimal outside;
}
.promorules ol li {
    margin-bottom: 1rem;
    padding-left: 15px;
}
.promorules ol,.promorules ul {
    margin: 0;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 1.5rem 0 1.5rem 2rem;
    font-size: 100%;
}
.promorules ol li li {
    margin-bottom: 1rem;
    padding-left: 15px;
    list-style: disc outside;
}

#homeicons {
    padding: 12rem 0;
}
#homeicons .homeicon {
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
#homeicons .homeicon .iconlink {
    display: inline-block;
    position: relative;
}
#homeicons .homeicon .icon {
    transition: all ease 0.3s;
    opacity: 1;
}
#homeicons .homeicon:hover .icon {
    opacity: 0;
}
#homeicons .homeicon .icon_hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all ease 0.3s;
}
#homeicons .homeicon:hover .icon_hover {
    opacity: 1;
}
#homeicons .homeicon h5 {
    font-family: 'GothamBold';
    text-transform: uppercase;
    font-size: 3.2rem;
    margin-top: 1rem;
}
#homeicons .homeicon h5 a {
    color: #000;
    text-decoration: none;
    font-family: 'ProximaNovaExtrabold';
    letter-spacing: 2px;
}
#homeicons .homeicon h5 a:hover{
    color: #000;
    text-decoration: none;
}
#homeicons .homeicon p {
    color: #212121;
    font-size: 1.8rem;
    letter-spacing: 2px;
    width: 75%;
    margin: 0 auto;
    font-family: 'ProximaNovaRegular';
}
#main{
    font-size: 0;
}
#featuredsections {
    display: inline-block;
    width: 100%;
}
#featuredsections .homesection {
    width: 50%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 37vw;
    background-size: cover;
    background-position: center;
    position: relative;
}
#featuredsections .homesection a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#featuredsections .homesection h5 {
    font-family: 'ProximaNovaBold';
    text-transform: uppercase;
    font-size: 4.5rem;
    color: #FFF;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 4.3rem;
    pointer-events: none;
    letter-spacing: 2px;
    font-weight: normal;
}
#featuredsections .background_image {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    opacity: 0;
    transition: all ease 0.3s;
    pointer-events: none
}

#featuredsections .homesection:hover .background_image {
    opacity: 1;
}


body.home .site-header {
    background: #212121;
    position: absolute;
    background-color: transparent;
    width: 100%;
}
#home_slides {
    padding-top: 28rem;
    padding-bottom: 13rem;
    background-size: cover;
    background-position: center;
    text-align: center;
}
#home_slides h3 {
    font-size: 4.8rem;
    letter-spacing: 5px;
    padding: 3rem 0 3rem;
    margin: 0;
    font-weight: bold;
    line-height: 5.8rem;
    font-family: 'KlinicSlabMedium';
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}


#home_slides .slide a {
    background-image: url(images/bgTitle.png);
    background-color: #96cb40;
    color: #FFF;
    font-family: 'GothamBold';
    text-decoration: none;
    padding: 1.5rem 4rem 1.2rem;
    display: inline-block;
    width: auto;
    font-size: 2.6rem;
    line-height: 4rem;
    background-size: 105%;
    letter-spacing: 2px;
    transition: all ease 0.3s;
    border: 1px solid transparent;
    background-repeat: repeat-y;
    background-position: left;
}
#home_slides .slide a:hover{
    border: 1px solid #96cb40;
    color: #96cb40;
    background:transparent;
}




@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 30px;
    border: none;
    display: inline-block;
    background: #999;
}
.slick-dots li:only-child {
        display: none;
    }
.slick-dots li:hover, .slick-dots li.slick-active {
    background: #FFF;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #888;
    border: none;
    background: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* Jackpot Template
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#jackpot_resume {
    background-color: #7D7D7D;
    text-align: center;
    padding: 7rem 0;
    background-image: url(images/bgTitle.png);
    background-size: 100%;
    background-position: center;
    background-size: cover;
}
#jackpot_resume h3 {
    font-family: 'ProximaNovaBold';
    text-transform: uppercase;
    font-size: 4.9rem;
    color: #FFF;
    line-height: 4.3rem;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0 0 10px;
    letter-spacing: 7px;
}
#jackpot_resume b {
    font-family: 'ProximaNovaRegular';
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 2.3rem;
    letter-spacing: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 15px;
}
#jackpot_resume span {
    font-family: 'ProximaNovaExtraBold';
    text-transform: uppercase;
    font-size: 8.6rem;
    color: #212121;
    line-height: 4.3rem;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0 0 10px;
    background: #FFF;
    padding: 4rem 6rem;
    display: inline-block;
    border: 5px solid #E86952;
}
#jackpot_resume h5 {
    font-family: 'ProximaNovaBold';
    text-transform: uppercase;
    font-size: 3.4rem;
    color: #FFF;
    line-height: 3.4rem;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 14px 0 0;
    letter-spacing: 7px;
}

.page-template-page-jackpot #main {
    font-size: 2.3rem;
    color: #212121;
    font-family: 'KlinicSlabMedium';
    padding: 8rem 0;
}
.page-template-page-jackpot .description {
    width: 90%;
    margin: 0 auto;
}
#winners {
    text-align: center;
    padding: 4rem 0 0;
}
#winners .winner {
    background: #93368D;
    display: inline-block;
    width: calc(100% / 3 - 4.5rem);
    background-size: cover;
    background-position: center;
    margin: 1.2rem 1.5rem;
    font-size: 0;
    line-height: 0;
    position: relative;
    padding-bottom: 30%;
}
#winners .winner .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease 0.3s;
    background-size: cover;
    background-position: center;
}
#winners .winner:hover .photo {
    opacity: 0.3
}
#winners .winner .icons {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all ease 0.3s;
    width: 100%;
}
#winners .winner:hover .icons {
    top: 50%;
    opacity: 1;
}
#winners .winner .twitter_icon {
    background: url(images/twitter.png);
    width: 60px;
    height: 60px;
    z-index: 99;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 5px;
    transition: all ease 0.3s;    
    opacity: 0.8;
}
#winners .winner .facebook_icon{
    background: url(images/facebook.png);
    width: 60px;
    height: 60px;
    z-index: 99;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 5px;
    transition: all ease 0.3s;    
    opacity: 0.8;
}
#winners .winner .email_icon{
    background: url(images/subscribe.png);
    width: 60px;
    height: 60px;
    z-index: 99;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 5px;
    transition: all ease 0.3s;    
    opacity: 0.8;
}
#winners .winner a:hover{  
    opacity: 1;
}


/* Signup Template
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-template-page-contactus-thankyou .site-main.container,
.page-template-page-contactus .site-main.container {
    padding: 5rem 0;
    max-width: 1080px;
}

.page-template-page-signup-thankyou #main {
    text-align: center;
    padding: 5rem 0;
}
.page-template-page-contactus .hentry {
    margin: 0 0 50px;
}
.page-template-page-contactus .left-sidebar {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
}
.page-template-page-contactus .contact-box {
    display: inline-block;
    width: 64%;
    vertical-align: top;
}
.page-template-page-contactus .contact-info .address {
	margin: 1em 0;
}
.page-template-page-contactus .contact-info .phone,.page-template-page-contactus .contact-info .street, .page-template-page-contactus .contact-info .city-state-zip {
	color: #fff;
	display: block;
	font-size: 18px;
}
.page-template-page-contactus .contact-info .phone {
	font-size: 20px;
	font-weight: bold;
}
.page-template-page-contactus .contact-info .social {
	border-top: 1px solid #4c4844;
	margin: 1.5em 0 0;
	padding: 2em 0 0;
}
.page-template-page-contactus .contact-info .social h2 {
	margin-bottom: 1.25em;
}

.page-template-page-contactus .contact-info .directions {
    background: #96cb40;
    margin-bottom: 6rem;
    color: #FFF;
    font-family: 'GothamBold';
    text-decoration: none;
    padding: .8rem 3rem .4rem;
    display: inline-block;
    width: auto;
    font-size: 2.2rem;
    line-height: 4rem;
    background-size: 100%;
    letter-spacing: 2px;
    transition: all ease 0.3s;
    border: 1px solid #96cb40;
    margin: 0 !important;
    height: auto;
    margin-bottom: 10px !important;
    border-radius: 0;
}
.page-template-page-contactus .contact-info .directions:hover {
    background: transparent;
    color: #96cb40;
    border: 1px solid #96cb40;
}
.contact-info h2 {
    font-family: "Proxima Nova", sans-serif;
    font-size: 4.4rem;
    line-height: 4.5rem;
    color: #212121;
    text-transform: uppercase;
    font-weight: bold;
}
.page-template-page-contactus .box2 {
    background: none;
    
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    width: 100%;
    border-radius: 0;
    color: #333;
}
.contact-box .box {
	padding-bottom: 20px;
}
.contact-box .halves {
	width: 49%;
}
.contact-box .first {
	margin: 0 1% 0 0;
	display: block;
}
.contact-box .last {
	margin: 0 0 0 1%;
}
.contact-box .full {
	width: 99%;
}
.contact-box .full input {
	width:100%;
}
.contact-box .charcount {
	font-size: 11px;
	text-align: right;
}
.contact-box .footnote {
	font-size: 11px;
	text-align: left;
}
.page-template-page-contactus .column {
	display: inline;
	float: left;
	overflow: hidden;
}
.columnWrap .halves {
	width: 48%;/*margin: 0 2%;*/
}

.columnWrap .last {
	margin: 0 0 0 4%;
}
.page-template-page-contactus .site-main.container fieldset {
	border: 0 none;
	margin: 0 0 1em;
	padding: 0;
	position: relative;
}
.page-template-page-contactus .site-main.container select {
	cursor: pointer;
}
.page-template-page-contactus .site-main.container input.text,.page-template-page-contactus .site-main.container  textarea.text,.page-template-page-contactus .site-main.container input#mapAddress {
	border: none;
    color: #8f8985;
    font-size: 15px;
    padding: 6px 8px 6px;
    width: 100%;
    border: 1px solid #eaeaea;
    background: #eaeaea;
}
#contact_form fieldset {
    border-top: 1px solid rgba(256,256,256,0.4);
    padding: 1em 0 0;
}
#contact_form fieldset.first {
	border-top: none;
	padding-top: 0;
}
#contact_form .button {
	margin-top: -1.5em;
}
.contact-box label {
    display: block;
    margin: 0 0 5px;
    line-height: 1.55;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff572a;
    letter-spacing: 1px;
}
.contact-box label span {
}
.contact-box input.text {
    margin: 0 0 15px;
    width: 94%;
    width: 264px;
    font-family: "Proxima Nova", sans-serif;
    color: #54595f !important;
    border: 1px solid #eaeaea;
    background: #eaeaea;
}
.contact-box strong {
    color: #54595f;
    font-size: 14px;
    margin-right: 9px;
}
.contact-box textarea.text {
	height: 80px;
	margin: 0 0 10px;
	width: 97%;
	width: 558px;
    font-family: "Proxima Nova", sans-serif;
    color: #54595f !important;
    border: 1px solid #eaeaea;
    background: #eaeaea;
}
.contact-box select {
    background-color: #FFF;
    height: 35px;
    margin: 0 0 15px;
    padding: 9px 8px 8px;
    width: 100%;
    border: 1px solid #D1D1D1;
    border-radius: 0 !important;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: "Proxima Nova", sans-serif;
    color: #54595f !important;
    border: 1px solid #eaeaea;
    background: #eaeaea;
}
.contact-box .button {
    background: #ff583b;
    margin-bottom: 6rem;
    color: #FFF;
    font-family: 'GothamBold';
    text-decoration: none;
    padding: .8rem 5rem .4rem;
    display: inline-block;
    width: auto;
    font-size: 2.6rem;
    line-height: 4rem;
    background-size: 100%;
    letter-spacing: 2px;
    transition: all ease 0.3s;
    border: 1px solid #E86952;
    margin: 0 !important;
    height: auto;
    margin-bottom: 10px !important;
    border-radius: 0;
}
.contact-box .button:hover {
    background: transparent;
    color: #FF572A;
    border: 1px solid #E86952;
}
.contact-box .visit {
	margin: 0 0 15px;
}
.columnWrap {
	overflow: hidden;
}
.columnWrap .last {
	margin: 0 0 0 16px;
}
.page-template-page-contactus .site-main.container fieldset {
	border: 0 none;
	margin: 0 0 1em;
	padding: 0;
	position: relative;
}
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 {
    background: transparent !important;
    border: 1px solid #ff572a !important;
}

.page-template-page-contactus .site-main.container select {
	cursor: pointer;
}
.page-template-page-contactus select {
    background: url(images/select.png) no-repeat;
    background-position: right;
    line-height: 17px;
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
}
.contact-box label span {
}
.contact-box textarea.text {
	height: 80px;
	margin: 0 0 10px;
	width: 97%;
	width: 558px;
}
#formMonth, #formDay, #formYear {
    width: 120px;
    margin-right: 15px;
}
.contact-box .button {
	margin: 0 0 10px;
}
.contact-box input[type="checkbox"], .contact-box input[type="radio"] {
    display: inline-block;
    vertical-align: top;
    padding: 11px;
    margin: 6px 23px 6px 0px;
    cursor: pointer;
}
.contact-box .visit {
	margin: 0 0 15px;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
#contact_web{
	display: none
}


/* 404
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.error404{

}
body.error404 .entry-content p {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
}
body.error404 .entry-content h2 {
    color: #54595f;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 10px;
}
body.error404 .entry-content {
    margin: 0;
    max-width: 1140px;
    text-align: center;
    margin: 0 auto;
    padding: 4rem 0;
}

.boxes404 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 2rem 0;
}
.boxes404 li {
    display: inline-block;
    margin: 0px 15px;
    width: calc(100% / 3 - 35px);
}
.boxes404 li a{
	
}
.boxes404 li a img {
    max-width: 300px;
    width: 100%;
    height: auto
}



#titlebar{
    font-family: 'KlinicSlabMedium';
    text-transform: uppercase;
    text-align: center;
    background-color: #04B2CB;
    color: #FFF;
    position: relative;
}

#titlebar h1 {
    font-size: 4rem;
    letter-spacing: 5px;
    padding: 4rem 0;
    margin: 0;
    font-weight: bold;
    line-height: 3.8rem;
    position: relative;
}
#titlebar:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/bgTitle.png);
    left: 0;
    top: 0;
    opacity: 0.4;
    background-size: 100%;
}
.footertext {
    font-size: 17px;
    letter-spacing: 1px;
    padding: 2rem 0;
    color: #FFF ;
    font-family: 'ProximaNovaRegular';
}

.post-thumbnail img {
    height: auto;
    max-width: 100%;
    width: 100%;
}


footer a {
    color: #FFF !important;
    text-decoration: none;
}

footer .footertext a:hover {
    color: #115864 !important;
}

.entry-content .elementor-widget-text-editor {
    color: #212121;
}

.entry-content .elementor-widget-accordion .elementor-accordion .elementor-tab-title a,
.entry-content .elementor-widget-accordion .elementor-accordion .elementor-tab-content{
    color: #212121 !important;
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 1600px) {
	.main-navigation a {
	    padding: 20px 25px;
	}
	#otherproperties li {
	    margin: 0 10px 0 0;
	}
}
@media screen and (max-width: 1340px) {
	.container {
	    width: 95%;
	}
	html {
	    font-size: 55.5%;
	}
}
@media screen and (max-width: 1200px) {
	.container {
	    width: 95%;
	}
	.main-navigation a {
	    padding: 20px 22px;
	}
	#topicons {
	    width: 21%;
	}
}

@media screen and (max-width: 1070px) {
	.columnWrap .halves {
	    width: 100%;
	    margin: 0;
	    max-width: 450px;
	    padding: 0;
	}
	.columnWrap .last {
	    margin: 0;
	}
}


@media screen and (max-width: 1023px) {
	#topicons {
	    position: static;
	    width: 100%;
	}
	.site-branding {
	    padding: 25px 0 10px;
	}
	.main-navigation a {
	    padding: 20px 11px;
	}
	html {
	    font-size: 55.5%;
	}
	.promotion a.thumb {
	    margin-bottom: 4rem;	    
	}
	.promotion a span{
	    font-size: 1.8rem;
	}	
	#featuredsections .homesection h5 {
	    font-size: 3.5rem;
	    line-height: 3.8rem;
	}
	#titlebar h1 {
	    font-size: 3.5rem;
	    line-height: 3.8rem;
	}
	.footerlogo {
	    width: 290px;
	}
	#footericons li a picture img {
	    width: 50px;
	}
	#footericons {
	    margin-top: 60px;
	}
	.exploreothers {
	    padding: 10rem 0 0rem;
	    margin: 0;
	}
	.exploreothers:before {
	    margin-top: -60px;
	}
	#home_slides h3 {
	    font-size: 4rem;
	    line-height: 5rem;
	}
	#home_slides .slide a {
	    padding: 1.2rem 3rem;
	    font-size: 2.2rem;
	    line-height: 4rem;
	}
	.main-navigation a {
	    padding: 20px 12px;
	}
	.main-navigation li {
	    float: right;
	}
	.site-title a {
	    margin-left: 1rem;
	}
	#homeicons {
	    padding: 7rem 0;
	}
	#titlebar h1{
		padding: 2.5rem 0;
	}
	.elementor-section.elementor-section-stretched {
	    max-width: 90%;
	    margin: 0 auto;
	}
	.footertext {
	    font-size: 15px;
	}
	.archive #primary.content-area {
	    padding: 3rem 0;
	}
	.promodescription {
	    padding: 5rem 0;
	}
	.promorules {
	    padding: 5rem 0;
	}
	.promorules .container {
	    max-width: 80%;
	}
	.promodescription h1 {
	    font-size: 4rem;
	}
	.elementor-378 .elementor-element.elementor-element-95e70b7 {
	    padding: 3rem 2rem;
	}
	.elementor-166 .elementor-element.elementor-element-1e5cd22 {
	    text-align: center;
	}
	.archive #primary.content-area {
	    padding: 3rem 0;
	}
}

@media screen and (max-width: 930px) {
	.main-navigation a {
	    padding: 20px 5px;
	}
}


@media screen and (max-width: 840px) {
	.promotion a.thumb {
	    margin-bottom: 3rem;
	}
}

@media screen and (max-width: 890px) {
	.main-navigation ul {
	    font-size: 0;
	    height: 0px;
	    transition: all ease 0.3s;
	    overflow: hidden;
	}
	.main-navigation li {
	    width: 100%;
	    border-bottom: 1px solid rgba(256,256,256,0.1);
	}
	.main-navigation .container {
	    width: 100%;
	    padding: 0;
	}
	.main-navigation a {
	    padding: 15px 10px;
	    letter-spacing: 1px;
	    font-size: 1.3rem;
	}
	.page-content, .entry-content, .entry-summary {
	    margin: 0;
	    margin-top: -6px;
	}
	.site-main {
 	   margin-top: -6px;
	}
	.main-navigation li.menu-item-has-children {
	    background: url(images/explore.png);
	    background-repeat: no-repeat;
	    background-position: right 10px top 16px;
	    background-size: 15px;
	}
	.main-navigation ul ul a {
	    width: 100%;
	    padding: 13px 20px;
	    text-align: center;
	    border-top: 1px solid rgba(256,256,256,0.3);
	    font-size: 1rem;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	    left: auto;
	    position: static;
	    margin-bottom: 0;
	    padding: 0;
	    box-shadow: none;
	    background: rgba(256,256,256,0.1);
	    background-image: none !important;
	}
	.main-navigation li li {
	    background: #315894;
	}
	.boxes404 li {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 15px;
	    padding: 0;
	    margin-left: 0;
	    margin-right: 0;
	}
	.main-navigation {
	    clear: both;
	    display: inline-block;
	    text-align: center;
	    float: none;
	    color: #FFF;
	    width: 200px;
	    vertical-align: middle;
	    float: right;
	    margin-top: 2.5rem;
	    z-index: 999999999;
	    position: absolute;
		right: 0;
	}
	.site-branding {
	    padding: 0;
	}
	#home_slides {
	    padding-top: 22rem;
	    padding-bottom: 7rem;
	}
	#topicons {
	    position: absolute;
	}
	.menu-toggle, .main-navigation.toggled ul {
	    background: rgba(256,256,256,0.2);
	}
	.main-navigation.toggled ul li{
	    background: #000;
	}	
	.promodescription {
	    max-width: 95%;
	    margin: 0 auto;
	}
	.elementor-157 .elementor-element.elementor-element-56f0737 {
	    left: 0 !important;
	}
	.elementor-378 .elementor-element.elementor-element-95e70b7 {
	    padding: 5rem 0 !important;
	    max-width: 95%;
	    margin: 0 auto;
	}
}
@media screen and (min-width: 891px) {
	.menu-toggle{
		display: none !important
	}
}


@media screen and (max-width: 700px) {
	.page-template-page-contactus .left-sidebar {
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 15px;
	}
	.page-template-page-contactus .contact-box {
	    width: 100%;
	    text-align: center;
	}
	.columnWrap .halves {
	    float: none;
	}
	#formMonth, #formDay, #formYear {
	    width: 96px;
	}
}
@media screen and (max-width: 670px) {
	footer  .three.columns {
	    width: 100%;
	    margin: 0 0 30px;
	    padding: 0;
	}
	footer .widget {
	    margin: 0;
	    padding-left: 0;
	    text-align: center;
	}
	footer .widget h2 {
	    text-align: center;
	}
	.exploreothers:after {
	    width: 100%;
	    margin-top: 8px;
	    background-position: center;
	}
	.footerlogo {
	    margin-top: 15px;
	}
	html {
	    overflow-x: hidden;
	}
}
@media screen and (max-width: 600px) {
.site-title a {
    display: inline-block;
    width: 240px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
}
main-navigation {
    width: 100%;
    float: right;
}
#topicons {
    position: static;
    text-align: center;
}
.site-header .container {
    padding: 3rem 0;
}
	#categoriesbar  {
	    text-align: center;
	    padding-bottom: 13px;
	}
	#categoriesbar h5 {
    	text-align: center;
    	width: 100%;
	}
	.topImage {
	    height: 50vw;
	}
	.hometitle {
	    font-size: 3rem;
	}
.site-branding {
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
#home_slides {
    padding-top: 27rem;
    padding-bottom: 7rem;
}
#titlebar h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    letter-spacing: 2px;
}
#homeicons .homeicon {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin: 0 0 4rem;
}
#featuredsections .homesection {
    width: 100%;
    height: 71vw;
}
#footericons {
    margin-top: 0;
    margin: 0;
}
.exploreothers {
    padding: 7rem 0 0rem;
    margin: 0;
}
.exploreothers:before {
    margin-top: -45px;
}
#otherproperties li a img {
    height: 75px;
    width: 120px;
    transition: all ease 0.3s;
}
#otherproperties li a .base_icon {

}
#otherproperties li a  .hover_icon {

}
.main-navigation {
    width: 100%;
}
#home_slides h3 {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: 3px;
    width: 90%;
}
#home_slides .slide a {
    padding: 1rem 3rem;
    font-size: 2rem;
    line-height: 3rem;
}
.slick-dotted.slick-slider {
    margin: 0 0 30px;
}
.site-header #site-navigation .container {
    padding: 0rem 0;
}
.site-header {
    background: #212121;
    padding-bottom: 6.5rem;
}
#jackpot_resume h3 {
    font-size: 3.9rem;
    line-height: 2.3rem;
    margin: 0 0 10px;
    letter-spacing: 5px;
}
#jackpot_resume {
    padding: 4rem 0;
}
#jackpot_resume h5 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin: 14px 0 0;
    letter-spacing: 5px;
}
#jackpot_resume span {
    font-size: 3.6rem;
    color: #212121;
    line-height: 4.3rem;
    letter-spacing: 2px;
    margin: 0 0 10px;
    padding: 2rem 3rem;
    border: 5px solid #E86952;
    width: 90%;
}
.page-template-page-jackpot #main {
    font-size: 2.3rem;
    padding: 4rem 0;
}
#winners .winner {
    width: 90%;
    margin: 0 0 2rem;
    padding-bottom: 85%;
}
.promotion a.thumb {
    margin-bottom: 2rem;
}
.promotion h5 {
    margin-bottom: 1rem;
}
.promodescription p {
    font-size: 2rem;
}
.promodescription h1 {
    font-size: 3.5rem;
}
.promorules h5 {
    margin-bottom: 3rem;
}
.elementor-157 .elementor-element.elementor-element-56f0737 {
    padding: 4rem 0 !important
}
.main-navigation a span {
	margin-top: 0 !important;
}
.entry-content p {
    font-size: 2rem;
    color: #212121;
    font-family: 'KlinicSlabMedium';
    line-height: 3rem;
}
.main-navigation {
    width: 100%;
    top: 120px;
}
html {
    font-size: 50%;
}
nav.toggled .button:hover, nav.toggled button:hover {
    background: #ff572a;
}
#topicons li a picture img{
    height: auto;
    max-width: 25px;
    margin: 0 4px;
}
}


@media screen and (max-width: 360px) {
html {
    font-size: 46.5%;
}

}

