/*
 Theme Name:   CasinoParties
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  CasinoParties
 Author:       Toe
 Author URI:   http://firetoss.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi
*/
body {
  font-size: 16px !important;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 10px;
	color: #333;
	font-weight: 500;
	line-height: 1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 30px;
  font-family: 'Krona One', sans-serif;
}

h2 {
	font-size: 26px;
  font-family: 'Krona One', sans-serif;
}

h3 {
	font-size: 22px;
  font-family: 'Krona One', sans-serif;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

#et-top-navigation {
  font-family: 'Krona One', sans-serif;
	padding-top: 15px;
}

.home_section {
 	height:600px;
	width: 100% !important;
	max-width: 100% !important;
  position: relative;
  overflow:hidden;
}

.footer-cat {
	transition: all .35s ease;

}
.footer-cat:hover {
transform: scale(1.025);
}

div.et_pb_section.home-header {
  height: 600px;
	position: relative;
}

.home-header-text {
	position: absolute;
	top: calc(50%);
	transform: translateY(-50%);
	width: 100%;
}
.buttons-container {
  position: absolute;
  bottom: 0;
}

.et_pb_button_module_wrapper.et_pb_module {
  width: 99.5%;
	background: rgba(224, 43, 32, 0.69);
	padding: 15px
}

a.et_pb_button.red-home-button {
  width: 100%;
	padding: 15px !important;
  font-family: 'Krona One', sans-serif;
}

img#script-image {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -6px;
}

div.dark-background.et_pb_row {
  border: 1px solid rgba(224, 153, 0, 0.47);
  padding: 50px;
  position: relative;
}

.chip-pic {
height: auto;
width: 150px;
position: absolute;
right: -100px;
bottom: -150px;
}

div.black-box-row {
	position: absolute;
  bottom: 0;
  padding:0;
}

.black-text-box {
  margin:0 !important;
}

.offset-red-header {
  position: absolute;
  top: 30px;
  background: rgba(224,11,0,0.8);
  padding: 15px;
  width:100%;
}

.offset-red-header:before {
  content: '';
	height: 100%;
	position: absolute;
	top:0;
  background: rgba(224,11,0,0.8);  
}

.left-ribbon:before {
  left: -10000px;
	width: 10000px;
}

.right-ribbon:before {
  right: -10000px;
	width: 10000px;
}

.offset-red-header:after {
  content: '';
	position: absolute;
	width: 10000px;
	top: 15px;
	border-top: 2px solid rgba(224, 153, 0, 0.47);
	border-bottom: 2px solid rgba(224, 153, 0, 0.47);
	height: 46px;
}

.left-ribbon:after {
    left: -9985px;
}

.right-ribbon:after {
    right: -9985px;
}

.border-header {
  border: 2px solid rgba(224, 153, 0, 0.47);
	padding: 10px 10px !important;
}

.left-border {
  border-left: 0;
}

.right-border {
  border-right:0;
}

.border-box {
  padding:122.5px 0 !important;
  overflow:hidden;
}

#top-header .et-social-icons { 
  float:right !important; 
}

#top-header #et-info { 
  width: 100%; 
}
 

ul.et_pb_social_media_follow {
 display: flex;
justify-content: center; 
}

.watermark-container {
  position: relative;
  width: 100%;
}

.watermark img {
  width: 150px;
  height: auto;
  position: absolute;
}

.wm-right img {
    right:0px;
  	bottom: -550px;
}

.wm-left img {
  left: 0;
  bottom: -500px;
}


/* Media Queries */

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
    /* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
}

/* Tablets in landscape mode (981-1250px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1250px ) { 
  
  .offset-red-header:after {
    height:72px;
  }
  
}

/* Tablets in portrait mode (480-980px) */
@media only screen and ( max-width: 980px ) {
  
  .border-header {
  border: 2px solid rgba(224, 153, 0, 0.47);
  }
.offset-red-header:after {
	border:none;
  }
  
div.dark-background.et_pb_row {
  padding:25px;
  }
  
div.buttons-container.et_pb_row {
  padding:0;
  }

.red-home-button {
  text-align: center;
  }
  
div.black-box-row {
  left:50%;
	transform: translateX(-50%);
 }
  
  .et_pb_button_module_wrapper.et_pb_module {
    width:100%;
  }
  
  .border-box {
    padding:50px 0;
  }
  
  .black-text-box.et_pb_text_6 {
    margin-bottom: 30px !important;
}
  
  .wm-right img {
    bottom:-500px;
  }
 
  
}


/* Smartphones in landscape mode (480-620px) */
@media only screen and ( min-width: 480px ) and ( max-width: 620px ) {
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    /* your css goes here */
  h1 {
	font-size: 30px !important;
  font-family: 'Krona One', sans-serif;
}

h2 {
	font-size: 22px !important;
  font-family: 'Krona One', sans-serif;
}

h3 {
	font-size: 20px !important;
  font-family: 'Krona One', sans-serif;
}

h4 {
	font-size: 18px !important;
}

h5 {
	font-size: 16px !important;
}

h6 {
	font-size: 14px;
}
  
  .home_section {
  height: 750px;
  }

  
.wm-left img,
.wm-right img {
  bottom:-650px;
  }
  
}