/*
Theme Name: Custom Alcohol Vegas Site Theme
Author: Orven
Description: Custom Alcohol Vegas Site Theme
Version: 1.0

/* =Reset
-------------------------------------------------------------- */

@font-face {
  font-family: 'pt sans regular';
  font-display: swap;
  src: url(fonts/PTSans-Regular.ttf)  format('truetype'); 
}
@font-face {
  font-family: 'robotoslab regular';
  font-display: swap;
  src: url(fonts/RobotoSlab-Regular.ttf) format('truetype'); 
}
/*@font-face {
  font-family: 'robotoslab light';
  font-display: swap;
  src: url(fonts/RobotoSlab-Light.ttf)  format('truetype'); 
}
@font-face {
  font-family: 'asap regular';
  font-display: swap;
  src: url(fonts/Asap-Regular.ttf)  format('truetype');
}
@font-face {
  font-family: 'basic regular';
  font-display: swap;
  src: url(fonts/Basic-Regular.ttf)  format('truetype');
}*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'pt sans regular';
	text-rendering: optimizeLegibility;
	color: #444;
}
a {
	outline: none;
	color: #1500ba;
}
a:hover {
	color: #ff9800;
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	z-index: 999;
	height: auto;
	background: #fff;
	width: 100%;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .slider-home {
  padding-top: 5vw;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}


/* Footer */
footer[role="contentinfo"] {
	position: relative;
	padding: 40px 10px 30px;
	border-top: 12px solid #d8d8d8;
	background-image: url(https://alcoholawarenesscardlasvegas.com/wp-content/uploads/2020/06/tam-card-footer.jpg);
	background-repeat: no-repeat;
	background-color: #363839;
	background-size: cover;
	background-position: center center;
	color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;	
	clear: both;
	font-size: 0.833vw;
	line-height: 2;
	margin-top: 24px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #fff;
}
footer[role="contentinfo"] a:hover {
	color: #ff9800;
}
.site-info span[role=separator] {
	padding: 0 0.3em 0 0.6em;
}
.site-info span[role=separator]::before {
	content: '\002f';
}



/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}


/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}


/* custom css */

#post-18 .entry-header h1{
	display: none;
}
.site-info strong{
	display: block;
}
.fusion-text h4{
	font-size: 0.938vw;
	font-family: 'robotoslab regular';
	font-weight: 300;
}
.fusion-text h3{
	font-size: 1.508vw;
	font-family: 'robotoslab regular';
	font-weight: 300;
	margin-top: 1em;
	margin-bottom: 1em;
}
.fusion-text-6 h2.fusion-responsive-typography-calculated,.fusion-text-7 h2.fusion-responsive-typography-calculated,.fusion-text-8 h2.fusion-responsive-typography-calculated,.fusion-text-9 h2.fusion-responsive-typography-calculated,.fusion-text-10 h2.fusion-responsive-typography-calculated{
	font-size: 2.500vw;
	font-weight: 700;
}
.slider-home{
	background-image: url("https://alcoholawarenesscardlasvegas.com/wp-content/uploads/2020/06/lasvegasskyline-min.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 31.7%;
}
#site-navigation{
	margin-top: 0;
	padding-left: 2.8vw;
	padding-right: 0;
}
.main-navigation li.current_page_item{
	border-top: #1500ba 3px solid;
}
.fusion-title h1.fusion-responsive-typography-calculated,.fusion-text-13 h1.fusion-responsive-typography-calculated{
	font-family: 'robotoslab regular';
	font-size: 4vw;
	font-weight: 400;
	font-style: normal;
	margin-top: 44px;
	margin-bottom: 44px;
}
.fusion-text-12 h3{
	margin-top: 28px;
	margin-bottom: 28px;
}
h2.fusion-responsive-typography-calculated{
	font-family: 'robotoslab regular';
	font-size: 2.500vw;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 0.70em;
}
footer h3.fusion-responsive-typography-calculated{
	font-size: 1.458vw;
	font-family: 'robotoslab regular';
	font-weight: 300;
	margin-top: 28px;
	margin-bottom: 28px;
}
.homepage-banner{
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 75%;
}
.scroll-down-banner{
	margin-top: 5vw;
	display: block;
}
.under-the-card h4{
	font-family: 'robotoslab regular';
	font-size: 0.938vw;
	font-style: normal;
	margin-top: 1.33em;
    margin-bottom: 1.33em;
}
.blob-boxes{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.get-lasvegas h3{
	font-family: 'robotoslab regular';
}
.get-lasvegas h4{
	font-size: 18px;
}
.seperator{
	margin-bottom: 4vw;
	height: 2px;
	background: #000;
	margin-left: 0;
	margin-right: 0;
}
.fusion-builder-row-5 h4 a{
	color: #ff9800 !important;
}
.fusion-builder-row-5 h4 a:hover,.fusion-flex-column-wrapper-legacy .fusion-text-11 a:hover{
	color: #0056b3 !important; 
}
.main-navigation li:first-child a{
	background: url(images/home-con.png) no-repeat left center;
	padding-left: 1vw;
}
.main-navigation li.current_page_item:first-child a{
	background: url(images/home-con-active.png) no-repeat left center;
}
.logo-header{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.site-header .container{
	padding-left: 0;
	padding-right: 0;
}
.site-header .col-3{
	padding-left: 0;
}
.fusion-title .with-bg{
	margin-top: 1vw;
}
.fusion-title .with-bg .fusion-title-2{
	display: flex;
}
.fusion-title .with-bg h3.title-heading-center{
	font-family: 'robotoslab regular';
	font-weight: 300;
}
.fusion-border-below-title .title-sep-container{
	display: block !important;
}
.fusion-text-1 h1.fusion-responsive-typography-calculated{
	font-size: 4.082vw;
	margin-top: 0.55em;
    margin-bottom: 0.55em;
	font-family: 'robotoslab regular';
	font-weight: 400;
	font-style: normal;
}
.content-box-column .content-container p{
	font-size: 0.833vw;
}
.content-box-column h3.content-box-heading{
	font-size: 0.980vw;
}
.fusion-text-12 h3.fusion-responsive-typography-calculated{
	font-family: 'robotoslab regular';
}
.fusion-text-14 h4.fusion-responsive-typography-calculated{
	margin-top: 1.33em;
	margin-bottom: 1.33em;
}
.tablet-version{
	display: none;
}
.mobile-version{
	display: none;
}
.mobiletop {
    display: none;
}
a.telcolor:hover{
	color: #000080 !important;
}
h4.locations strong{
	display: block;
}
.main-navigation li ul li.current_page_item:first-child  a{
	background: #e3e3e3;
}
.main-navigation li ul li a{
	font-family: 'pt sans regular';
	font-weight: 400 !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	border-bottom-color: #dcdadb !important;
	color: #333333 !important;
	font-size: 0.677vw !important;
}
.register-width{
	width: 100% !important;
}
.table-1 tr td, .tkt-slctr-tbl-wrap-dv tr td{
	font-size: 0.833vw;
}
article#post-3722 p{
	font-size: 1.508vw;
	font-family: 'robotoslab regular';
    font-weight: 300;
}
.icon img{
	box-shadow: none;
	background: #1349f9;
	border-radius: 50%;
	padding: 0.8vw;
}
.icon img:hover{
	background: #ff9800;
}

/* old css */
.fusion-fullwidth {
    position: relative;
}
.fusion-builder-row.fusion-row {
    max-width: var(--site_width);
}
.fusion-fullwidth .fusion-row {
    position: relative;
    z-index: 10;
}
.fusion-builder-row {
    width: 100%;
    margin: 0 auto;
}
.fusion-layout-column.fusion-column-last {
    margin-left: 0;
    margin-right: 0;
}
.fusion-layout-column.fusion-one-full {
    float: none;
    clear: both;
}
.fusion-layout-column {
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.fusion-column-first {
    clear: left;
}
.fusion-layout-column .fusion-column-wrapper {
    min-height: 1px;
}
.fusion-column-no-min-height .fusion-column-content-centered, .fusion-column-no-min-height .fusion-column-wrapper {
    min-height: 0 !important;
}
.imageframe-align-center {
    text-align: center;
}
.fusion-imageframe {
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    line-height: 1;
}
.fusion-imageframe img {
    vertical-align: top;
    box-shadow: none !important;
}
.fusion-layout-column.fusion-one-third {
    width: 33.3333%;
}
.fusion-layout-column {
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.fusion-column-first {
    clear: left;
}
.content-boxes-icon-on-top .col {
    text-align: center;
}
.fusion-content-boxes .col {
    position: relative;
}
.fusion-animated {
    visibility: hidden;
}
.fusion-content-boxes.content-boxes-icon-on-top .heading {
    text-align: center;
}
.fusion-content-boxes .heading {
    overflow: hidden;
    margin-bottom: 15px;
}
.fusion-content-boxes .heading .heading-link {
    text-decoration: none;
    box-shadow: none;
}
.fusion-content-boxes .heading .content-box-heading, .fusion-content-boxes .heading .fontawesome-icon, .fusion-content-boxes .heading a {
    transition: all .3s;
}
.fusion-content-boxes a {
    text-decoration: none;
    box-shadow: none;
}
.fusion-content-boxes.content-boxes-icon-on-top .heading .icon {
    margin-bottom: 15px;
}
.fusion-content-boxes .heading .heading-link .icon {
    height: auto;
    width: auto;
    display: block;
}
.fusion-content-boxes .heading .content-box-heading {
    margin: 0;
    padding: 0;
}
.fusion-content-boxes .heading .content-box-heading, .fusion-content-boxes .heading .fontawesome-icon, .fusion-content-boxes .heading a {
    transition: all .3s;
}
.fusion-content-boxes.content-boxes-icon-on-top .content-container, .fusion-content-boxes.content-boxes-icon-on-top .fusion-read-more {
    text-align: center;
}
.fusion-content-boxes .content-container {
    color: #747474;
}
.fusion-content-boxes .content-container {
    margin-bottom: 20px;
}
.fusion-content-boxes .content-container > p:last-child {
    margin-bottom: 0;
}
.fusion-title.fusion-title-center {
    text-align: center;
}
.fusion-border-below-title {
    display: block !important;
}
.fusion-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 0 31px;
        margin-top: 0px;
        margin-bottom: 31px;
}
.fusion-title.fusion-title-center .title-heading-center {
    padding: 0 45px;
}

.fusion-title .with-bg .fusion-title-2 {
    display: flex;
}
.fusion-border-below-title .title-sep-container {
    display: none;
    height: 8px;
}
.fusion-title .title-sep-container {
    position: relative;
    height: 6px;
    flex-grow: 1;
}
.fusion-border-below-title .title-sep-container {
    display: block !important;
}
.fusion-title .title-sep.sep-double {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}
.fusion-title .title-sep, .fusion-title.sep-underline {
    border-color: #e2e2e2;
}
.fusion-title .title-sep {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
        border-top-color: rgb(231, 230, 230);
        border-top-width: 0px;
        border-right-color: rgb(231, 230, 230);
        border-bottom-color: rgb(231, 230, 230);
        border-bottom-width: 0px;
        border-left-color: rgb(231, 230, 230);
    box-sizing: content-box;
}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1170px;
		max-width: 87rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-weight: 600 !important;
		font-size: 0.920vw;
		letter-spacing: 0px;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #333333;
		line-height: 3.692307692;
		white-space: nowrap;
		font-family: 'pt sans regular';
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #1500ba;
	}
	.main-navigation li {
		margin: 0 3.3rem 0 0;
		position: relative;
		padding-top: 0.8vw;
	}
	.main-navigation li:last-child{
		margin-right: 0;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation li ul li{
		padding-top: 0;
	}
	.main-navigation li ul li:first-child a{
		background: #e3e3e3;
		padding-left: 10px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #1500ba;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.fusion-title h1.fusion-responsive-typography-calculated, .fusion-text-13 h1.fusion-responsive-typography-calculated{
		font-size: 6vw !important;
	}
	.fusion-title .with-bg h3.title-heading-center{
		font-size: 4vw !important;
	}
	.slider-home{
		padding-bottom: 49.7%;
	}
	.slider-home{
		padding-bottom: 49.7%;
	}
	.homepage-banner{
		left: 50%;
		top: 60%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	.site-header .container{
		width: 100%;
		max-width: 100%;
	}
	a#pull {		
		content:"";		
		background: url('images/menu-icon.png') no-repeat #000080;	
		width: 100px;		
		/*height: 65px;*/		
		padding-top: 10vw;		
		text-align: center;		
		color: #fff !important;		
		text-decoration: none !important;		
		float: right;
		font-size: 3vw;
		padding-bottom: 1vw;
	}	
	.mobiletop ul.mobile-menu > li > a, .mobiletop ul.mobile-menu > li > ul > li a{		
		font-size: 17px !important;		
		color: #fff;		
		line-height: 20px;	
	}	
	.mobiletop ul.mobile-menu > li, .mobiletop .mobile-menu > ul > li{		
		float: left !important;		
		text-align: left;		
		border-top: 1px solid #fff;		
		position: relative !important;		
		width: 100% !important;		
		padding-top:15px;		
		padding-bottom:15px;		
		padding-left:8px;	
	}	
	.mobiletop ul{		
		margin-left: 0px !important;		
		background-color: #000080;		
		width: 100% !important;  		
		height: auto;		
		overflow: hidden;		
		padding-left: 0px;	
		margin-bottom: 0;
	}	
	.mobiletop{		
		width: 100% !important;	
	}	
	.mobiletop ul.mobile-menu > li:first-child, .mobiletop .mobile-menu > ul > li:first-child{		
		border-top: none !important;	
	}	
	.mobiletop li ul.sub-menu {		
		display: block;	
	}	
	.mobiletop li ul.sub-menu  li{		
		padding-top: 15px;		
		padding-left: 34px;	
	}	
	.mobiletop{		
		display: block;		
	}	
	.mobiletop ul{		
		display: none;	
	}
	.tablet-version{
		display: block;
	}
	.mobile-version{
		display: none;
	}
	.desktop-version{
		display: none;
	}
	#site-navigation{
		display: none;
	}
	.site-header{
		position: static;
	}
	.site-header .container .row{
		margin-left: 0;
		margin-right: 0;
	}
	.site-header .col-3{
		flex: none;
		max-width: 100%;
		width: 80%;
	}
	.tablet-nav{
		width: 20%;
	}
	.logo-header{
		padding-left: 2vw;
	}
	.under-the-card h4{
		font-size: 1.758vw;
	}
	.content-box-column h3.content-box-heading{
		font-size: 1.953vw;
	}
	.content-box-column .content-container p{
		font-size: 1.563vw;
	}
	.fusion-text h3{
		font-size: 2.734vw;
	}
	.fusion-text h4{
		font-size: 1.758vw;
	}
	h2.fusion-responsive-typography-calculated{
		font-size: 4.688vw !important;
	}
	footer[role="contentinfo"]{
		font-size: 1.563vw;
	}
	footer h3.fusion-responsive-typography-calculated{
		font-size: 2.734vw;
	}
}
@media screen and (min-width: 230px) and (max-width: 767px) {
	.fusion-title{
		flex-direction: column;
	}
	.container .row{
		flex-direction: column;
	}
	.container{
		width: 100% !important;
	}
	.homepage-banner{
		width: 100%;
		left: 0;
		top: 2%;
	}
	.slider-home h1{
		font-size: 8vw !important;
		margin-bottom: 3vw !important;
	}
	.container-fluid{
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.slider-home{
		padding-bottom: 63.35%;
		background-image: url(images/lasvegasskyline-mob.png.webp);
	}
	.under-the-card h4,.fusion-text h4{
		font-size: 5.938vw;
	}
	.fusion-text h3{
		font-size: 6.458vw;
	}
	.fusion-title h1.fusion-responsive-typography-calculated, .fusion-text-13 h1.fusion-responsive-typography-calculated{
		font-size: 8vw;
	}
	footer[role="contentinfo"]{
		font-size: 4.833vw;
	}
	footer h3.fusion-responsive-typography-calculated{
		font-size: 4.458vw;
	}
	.site-info{
		margin-bottom: 3vw;
	}
	.tablet-version{
		display: none;
	}
	.desktop-version{
		display: none;
	}
	#site-navigation{
		display: none;
	}
	a#pull {		
		content:"";		
		background: url('images/menu-icon.png') no-repeat #000080;	
		width: 100px;		
		/*height: 65px;*/		
		padding-top: 20.5vw;		
		text-align: center;		
		color: #fff !important;		
		text-decoration: none !important;		
		float: right;
		font-size: 6vw;
		padding-bottom: 1vw;
	}	
	.mobiletop ul.mobile-menu > li > a, .mobiletop ul.mobile-menu > li > ul > li a{		
		font-size: 17px !important;		
		color: #fff;		
		line-height: 20px;	
	}	
	.mobiletop ul.mobile-menu > li, .mobiletop .mobile-menu > ul > li{		
		float: left !important;		
		text-align: left;		
		border-top: 1px solid #fff;		
		position: relative !important;		
		width: 100% !important;		
		padding-top:15px;		
		padding-bottom:15px;		
		padding-left:8px;	
	}	
	.mobiletop ul{		
		margin-left: 0px !important;		
		background-color: #000080;		
		width: 100% !important;  		
		height: auto;		
		overflow: hidden;		
		padding-left: 0px;	
		margin-bottom: 0;
	}	
	.mobiletop{		
		width: 100% !important;	
	}	
	.mobiletop ul.mobile-menu > li:first-child, .mobiletop .mobile-menu > ul > li:first-child{		
		border-top: none !important;	
	}	
	.mobiletop li ul.sub-menu {		
		display: block;	
	}	
	.mobiletop li ul.sub-menu  li{		
		padding-top: 15px;		
		padding-left: 34px;	
	}	
	.mobiletop{		
		display: block;		
	}	
	.mobiletop ul{		
		display: none;	
	}
	.site-header .container .row{
		flex-direction: row;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.site-header .col-3{
		width: 80%;
		max-width: 100%;
		padding-left: 7vw;
		margin-top: 3vw;
		flex: none;
	}
	.fusion-title .with-bg h3.title-heading-center{
		font-size: 7vw !important;
	}
	.content-box-column h3.content-box-heading{
		font-size: 5.98vw;
	}
	.content-box-column .content-container p{
		font-size: 4.833vw;
	}
	h2.fusion-responsive-typography-calculated{
		font-size: 7.5vw;
	}
	.fusion-text-6 h2.fusion-responsive-typography-calculated, .fusion-text-7 h2.fusion-responsive-typography-calculated, .fusion-text-8 h2.fusion-responsive-typography-calculated, .fusion-text-9 h2.fusion-responsive-typography-calculated, .fusion-text-10 h2.fusion-responsive-typography-calculated{
		font-size: 10.5vw;
	}
	.site-header{
		position: static;
	}
	.mobile-nav{
		width: 20%;
	}
	.fullwidth-box{
		padding-top: 0 !important;
	}
	a.telcolor{
		font-size: 4.3vw;
	}
	.fusion-title h1.fusion-responsive-typography-calculated{
		margin-top: 0;
		margin-bottom: 0;
	}
	.fusion-one-full,.fusion-one-full .fusion-title{
		margin-bottom: 0 !important;
	}
	.page-template-full-width .rplg .rplg-badge-fixed{
		right: 0!important;
		bottom: 0!important;
	}
	.page-template-full-width .rplg a,.page-template-full-width .rplg p,.page-template-full-width .rplg div,.page-template-full-width .rplg span,.page-template-full-width .rplg button{
		font-size: 3vw !important;
	}
	.page-template-full-width .rplg .rplg-biz-rating.rplg-biz-google .rplg-biz-score{
		font-size: 3vw !important;
	}
	.page-template-full-width .rplg .rplg-stars svg{
		width: 10px !important;
	}
	article#post-3722 p{
		font-size: 6.458vw;
	}
	.table-1 tr td, .tkt-slctr-tbl-wrap-dv tr td {
		font-size: 4vw;
	}
	.fusion-layout-column-boxes{
		flex-direction: column;
		float: none !important;
		width: 100% !important;
	}
	.home-content .get-lasvegas{
		flex-direction: column;
	}
	.home-content .fusion-builder-row-3 .fusion-layout-column{
		float: none;
		width: 100% !important;
	}
	.video-left-content,.video-right-content{
		float: none;
		width: 100% !important;
	}
	.mobile-version{
		display: block;
	}
}