

/* Default Styles */
#wpadminbar {
	display: none !important;
}
.vertical-padding {
padding-top: 4vh;
padding-bottom: 4vh;
}
body {
	font-family: "Nunito Sans", sans-serif;
}h1, h1 a {
	color: #ffffff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 42px;
	line-height: 1.1;
	margin: 25px 0;
}h2 {
	color: #ffffff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 36px;
	line-height: 1.1;
	margin: 25px 0;
}h3 {
	color: #ffffff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 28px;
	line-height: 1.1;
	margin: 25px 0;
}h4 {
	font-family: "Nunito Sans", sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5rem;
	margin: 25px 0;
}p {
	font-family: "Roboto", sans-serif;
	color: #ffffff;
	font-size: 16px;
	margin: 15px 0;
}ul {
	list-style-type: none;
}

/* HEADER STYLES */

.header-wrapper {
    background: #000000;
}.row.top-header {
    display: flex;
    align-items: center;
    min-height: 45px;
}.top-header-wrapper {
    border-bottom: dotted .1em #545c5f;
}.top-header p {
    margin: 0;
}.header-links p {
    margin-top: 0;
}.row.header-row {
    display: flex;
    align-items: center;
    padding: 2vh 0;
}p.templogo {
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}p.templogo span {
    font-size: .8em;
    line-height: 1;
}.top-bar {
    background: none;
}.top-bar-section ul li {
    background: none;
}.top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .5px;
    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}.top-bar-section ul li:hover:not(.has-form)>a,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: none;
    color: #ffd400;
}.top-bar-section .has-dropdown>a:after {
    content: "\f3a5";
    font-family: 'Font Awesome 6 Free';
    font-size: 10px;
    font-weight: 400;
    border: none;
    top: 1px;
    margin: 0 30px 0 0;
}.top-bar-section .dropdown {
    background: rgb(0 0 0 / 80%);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ffd400;
}.top-bar-section .dropdown li {
    background: none;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: none;
    color: #ffffff;
    font-weight: 500;
    line-height: 30px;
    letter-spacing:  0;
    font-size:  16px;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button) {
    background: none;
    color: #ffd400;
}

.header-links a {
    color: #ffffff;
    display: inline-block;
    position: relative;
    padding-left: 16px;
    margin-left: 20px;
}.header-links a:hover {
    color: #ffd400;
}.header-links a::before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #87c12f;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    transform: rotate(45deg);
}.header-links a:first-of-type::before {
    background: #017A74;
}.header-links a:last-of-type::before {
    background: #00C2BA;
}video#homevideo {
    width: 100%;
}



.row {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
}.row.full {
    max-width: 100%;
}.contain-to-grid {
	background: none !important;
}.contain-to-grid .top-bar {
	max-width: 75em;
}.page-wrapper {
	max-width: 75rem;
	clear: both;
}.content-wrapper {
	background: #000000;
}.news-title {
    padding: 5vh 0 7vh;
}.news-title h1 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 14px #ffd400;
    position: relative;
}.news-title h1::after {
    content: " ";
    width: 80px;
    height: 3px;
    background: #00c2ba;
    position: absolute;
    left: calc(50% - 40px);
    bottom: -20px;
}.slick-news-slider .slick-slide {
    padding: 20px;
}.slick-news-slider .slide-caption h3 {
    font-size: 22px;
    margin: 20px 0 0;
}.slick-news-slider .slide-caption p {
    margin: 5px 0 0;
    font-size: 14px;
}.slick-news-slider img {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.slick-news-slider .slick-slide:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.03);
}.slick-news-slider .slick-slide:hover h3 {
    color: #ffd400;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.age-button {
    font-size: 17px !important;
}.hero-wrapper {
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
}.hero-wrapper::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}.hero-wrapper .row{
	position: relative;
	z-index: 1;
}.hero-content h1 {
    font-weight: bold;
    text-shadow: 0 4px 8px #000000;
    position: relative;
    font-size: 60px;
    margin: 0;
}.hero-content h1::after {
    content: " ";
    width: 80px;
    height: 7px;
    background: #86c02f;
    position: absolute;
    left: calc(50% - 40px);
    bottom: -25px;
}.hero-wrapper.about {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/about.jpg);
}.hero-wrapper.dining {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/dining.jpg);
}.hero-wrapper.events {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/events.jpg);
}.hero-wrapper.games {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/games.jpg);
}.hero-wrapper.jobs {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/jobs.jpg);
}.hero-wrapper.responsible {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/responsible.jpg);
}.hero-wrapper.offers {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/offers.jpg);
}.hero-wrapper.privileges {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/privileges.jpg);
}.page-body {
    padding: 8vh 0;
}.row.dining-row {
    padding: 3vh 0;
}.dining-box {
    padding: 0 2vw;
}.content-wrapper.home-quiz {
    min-height: 100vh;
    display: flex;
    align-items: center;
}.home-box.games {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/homegames.jpg);
}.home-box.dining {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/homedining.jpg);
}.home-box.shows {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/homeshows.jpg);
}.home-box.jobs {
	background: center / cover no-repeat url(https://doomslaughterbroscasino.com/wp-content/uploads/2022/10/homejobs.jpg);
}.home-box {
    min-height: 250px;
    padding: 2vh 7vw;
    margin-bottom: 3vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.home-box h2 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-shadow: 0 2px 14px #ffd400;
    margin: 0 0 25px;
}.home-btn {
    display: inline-block;
    width: 250px;
    text-align: center;
    background: #b21010;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: .5px;
    border-radius: 5px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.home-btn:hover {
    background: #87c12f;
}.row.home-boxes-row {
    padding: 10vh 0;
}.home-video {
    height: 700px;
    overflow: hidden;
}





footer.footer-wrapper {
    background: #000000;
}.row.footer-row {
    border-top: dotted .1em #545c5f;
    border-bottom: dotted .1em #545c5f;
    padding: 3vh 0;
}.footer-logo {
    padding: 0 3vw;
}.footer-menu ul li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.footer-menu ul li {
    margin: 10px 0;
}.footer-menu ul li a:hover {
    color: #ffd400;
}.large-4.columns.footer-menu {
    padding-left: 3vw;
}.footer-row .columns:not(:last-of-type) {
    border-right: dotted .1em #545c5f;
}.footer-row .columns {
    padding-top: 2vh;
    padding-bottom: 2vh;
    display: flex;
    align-items: center;
}.footer-menu ul {
    margin-bottom: 0;
}.copyright p {
    font-size:15px;
}.contactForm  {
    margin-top: 20px;
}.contactForm  label{
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
    color: #000000;
}.contactForm input {
    width: 100%;
    padding: 3px;
    margin-bottom: 5px;
}.contactForm textarea {
    width: 100%;
}input.fancyInput[type="text"] {  
  padding: 15px 25px;
  font-size: 15px;
  line-height: 1.4;
  height: auto;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  background: #000000;
  border: 2px solid #86c02f;
  border-radius: 5px;
  color: #ffffff;
  box-shadow: inset 0px 0px 0px 1px #000000;
}input.fancyInput[type="text"]::placeholder, textarea.fancyInput[type="text"]::placeholder {
  color: #000000;
}.contactForm textarea {
  width: 100%;
}textarea.fancyInput[type="text"] {  
  padding: 15px 25px;
  font-size: 15px;
  line-height: 1.4;
  height: 100px;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  background: #000000;
  border: 2px solid #86c02f;
  border-radius: 5px;
  color: #ffffff;
  box-shadow: inset 0px 0px 0px 1px #000000;
}.contactForm .captchaWrapper {
  margin: 0 0 5px;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.4;
  height: auto;
  border: none;
  border-radius: 5px;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  min-height: 0;
  margin-bottom: 23px;
  border: 2px solid #86c02f;
  box-shadow: inset 0px 0px 0px 1px #000000;
  text-align: left !important;
}.contactForm .captchaWrapper:not(.slideOut) img {
  max-width: 25%;
}.contactForm .captchaWrapper img {
    filter: invert(1);
}.contactForm .captchaWrapper input {
  background: #000000;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 0;
  margin: 0 0 0 25px;
  color: #ffffff;
  font-weight: normal;
}.contactForm .captchaWrapper input::placeholder {
  color: #ffffff;
}input.fancyInput[type="text"]::placeholder {
    color: #ffffff;
}textarea.fancyInput[type="text"]::placeholder {
    color: #ffffff;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .submitWrapper {
  margin-top: 5px;
}input.formradio {
    width: auto;
    margin-bottom: 12px;
}.groupWrapper.radio {
    border: 2px solid #86c02f;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 15px 25px;
}.groupWrapper.radio p {
    margin: 0 0 5px;
}.contact-form label {
    color: #ffffff;
}.emailConfirmation {
	margin: 0 auto;
}.emailConfirmation h1 {
	color: #00CC00;
}.slick-background-wrapper {
	left: 0;
	position: fixed;
	top: 0;
	z-index: -1;
	width: 101% !important;
	overflow: hidden;
}

.strip-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
