@media all {
div.party_body{
	width: 99%;
	text-align: center;
	display: block;
}
div.party_ribbon{
  width: 90%;
	margin: 5px;
	padding-bottom: 2px;
	text-align: center;
	display: inline-block;
	
}
div.party_column{
	color: #F6BA35;
	background-color: #1E0901;
	padding: 10px;
	position: relative;
}

div.party_double{
  width: 45.4%;
	color: #F6BA35;
	padding: 10px;
	position: relative;
	float: right;
	margin: auto;
	max-height: 680px;
}
div.party_text{
	width:60%;
	display: inline-block;
	text-align: left;
}
* {box-sizing: border-box}
.partyslides1, .partyslides2, .partyslides3 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
	left: 0;
}

/* Position the "next button" to the right */
.next {
  left: 90%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}
.party_faq {
    background-color: #8A3315;
    width: 70%;
    margin: auto;
    padding: 12px;
    color: beige;
}
/* Style the buttons that are used to open and close the accordion panel */
.et_pb_toggle_open {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.active, .et_pb_toggle_title:hover {
  background-color: #7A3010;
}
.et_pb_toggle_title {
  padding-top: 12px;
}
/* Style the accordion panel. Note: hidden by default */
.et_pb_toggle_content {
  padding: 0 18px;
  background-color: #E7C146;
  color: black;
  display: none;
  overflow: hidden;
}
}
@media only screen and (max-device-width: 360px)
{ div.party_column{
	width: 98%;
	float: none;
	max-height: none;
}
}
@media only screen and (min-device-width: 1140px){
div.party_column{
  width: 29.4%;
        float: left;
        max-height: 650px;
        margin: 1.4%;
}
}

