.reseller-container {
	margin-top:2em;
}

.reseller-container .left-column {
	width:48%;
	float:left;
}

.reseller-container .right-column {
	width:48%;
	float:right;
}

.character-row {
	margin-top:1em;
	margin-bottom:1em;
	border-bottom:1px solid black;
}

.shops-wrapper {
	width:100%;
	padding-bottom:1em;
	display:inline-block;
}

.reseller-row {
	width:100%;
	clear:both;
}

.shop-url {
	color: #416680;
    font-size: 1.2em;
    max-width: 85%;
    margin: 0 auto 15px;
    display: block;
}

.shop-name {
	width:75%;
	float:left;
}

.symbols {
	width:25%;
	float:right;
}

.shop-symbols {
	padding-right:1em;
}

/* RESELLER PAGE */
.custom-fields-wrapper {
	width:90%;
	margin:auto;
}

.reseller {
	width:100%;
	padding:1em;
	float:left;
}

.reseller-logo {
	border-right:1px solid lightgray;
	margin-right:1em;
}
.reseller-logo-wrapper {
	float:right;
}

/* OPENING HOURS TABLE */

.opening-hours-table-wrapper h2{
	margin-top:2em;
	margin-bottom:0.5em;
	font-size:1.5em;
}

.opening-hours-table  {
	width:100%;
}

.opening-hours-small-table {
	width:60%;
}

.opening-hours-table th {
	padding-left:1em;
	padding-right:1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
}
.opening-hours-table td {
	padding-left:1em;
	padding-right:1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

.opening-hours-table thead{
	background-color:#416680;
	color:white;
}

.opening-hours-table tbody tr:nth-child(even) {
    background:#ededed;
}


/* RESELLER PAGE OPENING HOURS */

.reseller-opening-hours-table td{
	padding-left:0.5em;
	padding-right:0.5em;
}

/* RESELLER PAGE OPENING HOURS TODAY */
.reseller-hours-today {
	
}
.reseller-hours-today .hours-wrapper {
	color:#0d2746;
}


/* EAT AND DRINK PAGE */

.eat-and-drink-wrapper, .fun-and-health-wrapper {
	margin-bottom:2em;
}
.eat-and-drink-row, .fun-and-health-row {
	margin-top:2em;
	text-align:left !important;
}
.eat-and-drink-title, .fun-and-health-title {
	color:#e6a17c;
}
.eat-and-drink-left-col, .fun-and-health-left-col {
	float:left;
	width:30%;
	margin-top:1em;
	margin-bottom:1em;
}
.eat-and-drink-right-col, .fun-and-health-right-col {
	float:left;
	width:70%;
	margin-top:1em;
	margin-bottom:1em;
}
.eat-and-drink-divider, .fun-and-health-divider {
	float:left;
	clear:both;
	width:100%;
	border-bottom:1px solid #e6a17c;
}
.hours-text {
	color:#0d2746;
}

/*** CAMPAIGN PAGE ***/
/*.campaign-wrapper {
	width:100%;
}
.campaign-row {
	width:100%;
}
.campaign-col {
	float:left;
	width:33%;
	padding:0.5em;
}*/

.campaign-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.campaign-col {
    flex: 0 0 33.33%; /* Set a fixed width of 33.33% */
    max-width: 33.33%; /* Prevent columns from growing larger than 33.33% */
    padding: 0.5em;
    box-sizing: border-box;
}

.campaign-col img {
    width: 100%;
    height: auto;
    display: block;
}


@media only screen and (min-width: 768px) and (max-width: 1024px)  {
	/*** RESELLER PAGE ***/
	.reseller-logo {
		border-right:none;
		margin-right:1em;
	}
	.reseller-logo-wrapper {
		float:left;
	}
}

@media only screen and (max-width: 767px) {
  /* For mobile phones: */
	.eat-and-drink-left-col {
		width:100%;
	}
	.eat-and-drink-right-col {
		width:100%;
	}
	
	/*** CAMPAIGN PAGE ***/
	.campaign-col {
		flex: 0 0 100%; /* Set a fixed width of 33.33% */
    	max-width: 100%; /* Prevent columns from growing larger than 33.33% */
		padding:1em;
	}
	
	/*** RESELLER PAGE ***/
	.reseller-logo {
		border-right:none;
		margin-right:1em;
	}
	.reseller-logo-wrapper {
		float:left;
	}
	
	/*** FUN AND HEALTH PAGE ***/
	.eat-and-drink-row, .fun-and-health-row {

		text-align:center !important;
	}
	.fun-and-health-left-col {
		float:left;
		width:100%;
		margin-top:2em;
		margin-bottom:1em;
	}
	.fun-and-health-right-col {
		float:left;
		width:100%;
		margin-top:1em;
		margin-bottom:1em;
	}
}