/*
Theme Name: AKP 2018-JAN-09
Theme URI: https://www.amazingco.me
Description: Responsive Theme for AKP
Version: 1.3
License: GNU General Public License
License URI: license.txt
Text Domain: AKP-2018-JAN-09
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);

/* Brand Orange: #FF765F */
/* Brand Blue: #52A8EF Darker: #3471A4 Lighter: #D6ECFF  */ 
/* Background: #D6ECFF */
/* Gray: #99A9B7 */

body {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
}

a {
	color: #FF765F;
}

a:hover, a:active, a:focus {
	color: #FF9079;
	text-decoration: none;
	outline: none;
}

input[type=text], input[type=email], input[type=tel], textarea {
	border: none;
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	transition: border 1s ease;
    padding: 5px 4px;
    width: 100%;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
    outline: none;
    border-bottom-color: #52A8EF;
}

h1 {
	color: #52A8EF;
	font-size: 36px;
    margin: 0 0 15px;
}

h2 {
	font-size: 24px;
	color: black;
    margin: 0 0 15px;
}
/*
 *
 * Header/Nav Styling
 *
 */
#header_wrapper {
    position: relative;
	background-color: white;
    font-size: 16px;
    padding: 20px 20px 60px;
}
.wavy {
	width:100%;
	height:100px;
	position:relative;
	overflow:hidden;
	position:absolute;
	bottom:0;
    margin-left: -20px;
}
.wavy:before {
	content: "";
	display: block;
	width: 51.1%;
    height: 50px;
    background: #D6ECFF;
    border-radius: 100% 0 0 0;
	position: absolute;
	left: -1%;
	bottom: 0;
    box-sizing: content-box;
}
.wavy:after {
    content: "";
    display: block;
    width: 52.1%;
    height: 50px;
    background: transparent;
    border-radius: 0 0 100% 0;
    border: 200px solid #D6ECFF;
    border-width: 0 200px 200px 0;
    position: absolute;
    left: 50%;
    top: 0;
    box-sizing: content-box;
}

#nav-container {
	max-width: 1200px;
}
#nav-container .no-gutter {
	padding: 0;
}
.logo {
    width: 100%;
    max-width: 338px;
    position: absolute;
}
.header-locations {
	text-align: right;
    color: black;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.navbar-brand {
	display: none;
}

.nav-pills>li>a {
    box-sizing: border-box;
	border: 1px solid #52A8EF;
	background-color: white;
	font-weight: normal;
	color: #52A8EF;
	border-radius: 20px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    line-height: 20px;
    height: 40px;
}
.nav-pills>li:first-child>a {
	margin-left: 0;
}
.nav-pills>li>a:hover, .nav-pills>li>a:focus {
	background-color: #52A8EF;
	color: white;
}

#menu-primary-navigation li:last-child a {
    background-color: #FF765F;
    border-color: #FF765F;
    color: white;
}
#menu-primary-navigation li:last-child a:hover, #menu-primary-navigation li:last-child a:focus {
    background-color: #FF9079;
    border-color: #FF9079;
}
.navbar-toggle {
	margin-right: 0;
}
.navbar-toggle .icon-bar {
		background-color: black;
}
.mobile-phone {
    float: left;
	background-color: #FF765F;
    color: #ffffff;
    border-radius: 15px;
    padding: 2px 12px;
    margin: 15px 0;
}
.mobile-enquiry {
	float: right;
	background-color: black;
    color: #ffffff;
    border-radius: 15px;
    padding: 2px 12px;
    margin: 15px 0;
}
/*
 *
 * 3 Menu Styling
 *
 */
.parties-menu-wrapper {
	margin-bottom: 20px;
}
.parties-menu-wrapper .menu-container {
    margin-right: 20px;
}
.parties-menu-wrapper .menu-container .menu-title {
	font-size: 24px;
	margin-bottom: 0;
}
.parties-menu-wrapper .menu-container .menu-tagline {
	color: #8798A8;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 16px;
}
#mobileparties, #extrasnav, #menu-corporate-link > li > a {
	display: block;
	border: none;
	border-bottom: 5px solid #FF765F;
	color: #FF765F;
	background: transparent;
	padding: 10px 0;
	outline: none;
	font-size: 16px;
	font-weight: bold;
    width: 100%;
	text-align: left;
	border-radius: 0;
}
#menu-corporate-link > li > a:hover {
	color: #FF9079;
	border-bottom-color: #FF9079;
}
#mobileparties {
	color: #52A8EF;
	border-bottom-color: #52A8EF;
}
#mobileparties:hover {
	color: #4196EE;
	border-bottom-color: #4196EE;
}
#extrasnav {
	color: black;
	border-bottom-color: black;
}
#extrasnav:hover {
	color: #333;
	border-bottom-color: #333;
}
#menu-corporate-link {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
/*
 * Slider Styling
 */

.party_list_container {
	display: flex;
	flex-wrap: wrap;
    margin: -10px -5px 10px;
}
.party_list_container > div {
	flex: 0 1 180px;
}
.party_list_container a {
	box-sizing: border-box;
	border: 1px solid transparent;
	color: #616D77;
	height: 40px;
	line-height: 40px;
	padding: 5px;
	border-radius: 20px;
    transition: all 0.5s ease;
}
.party_list_container a:focus, .party_list_container a:active, .party_list_container a:hover {
	border-color: #FF765F;
	font-weight: bold;
	color: #FF765F;
}

/*
 *
 * Main Content Styling
 *
 */
#main-content-wrapper {
	background-color: #D6ECFF;
    padding-bottom: 50px;
    z-index: 10;
    margin-top: -10px;
    position: relative;
}
#content {
	background-color: white;
	border-radius: 15px;
    padding: 30px;
}
.full-width-container {
    padding-top: 50px;
}
.full-width-container #content {
    background-color: #FF765F;
}
.full-width-container #content h1 {
    color: #FFF;
    text-align: center;
}
.full-width-ctc-container {
    text-align: right;
}
.full-width-ctc-container .full-width-ctc {
  background-color: black;
  border-radius: 20px;
  font-size: 18px;
  display: inline-block;
  padding: 10px 25px;
  margin-right: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.full-width-ctc-container .full-width-ctc:hover, .full-width-ctc-container .full-width-ctc:focus {
    background-color: #FF765F;
}
.home-header {
	font-size: 26px;
}
.party-tile-container {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -20px;
}

.party-tile {
	position: relative;
	width: 180px;
	height: 180px;
	flex: 0 0 180px;
    overflow: hidden;
	display: block;
	color: white;
	font-size: 24px;
    margin-right: 20px;
	margin-bottom: 20px;
} 
.party-tile-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 1s ease;
	display: flex;
    justify-content: center;
    align-items: center;
}
.party-tile h3 {
	padding: 0 10px;
	margin: 0;
    text-align: center;
	color: white;
	font-weight: normal;
}
.party-tile .fa {
	box-sizing: border-box;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 10%;
    bottom: 10%;
    display: block;
    background-color: #52A8EF;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    transition: all 1s ease;
    padding-left: 2px;
    padding-top: 1px;
    font-size: 16px;
}
.party-tile:hover .party-tile-overlay, .party-tile:active .party-tile-overlay, .party-tile:focus .party-tile-overlay {
	background-color: rgba(0, 0, 0, 0.3);
}
.party-tile:hover .fa, .party-tile:active .fa, .party-tile:focus .fa {
	background-color: #FF9079;
}

.pages_list a {
	display:block; 
	margin:0px; 
	padding-bottom:10px; 
	padding-top:10px; 
	font-weight:normal;	
	text-decoration:none;
}

.pages_list a:hover {
	background:#EEEEEE !important;
	color:#107693;
}

.pages_list a.light {
	background:#FFFFFF;
}

.pages_list a.dark {
	background:#F8F8F8;
}

.pages_list a .left {
	float:left; 
	width:100px; 
	margin-right:20px; 
	height:100px; 
	overflow:hidden; 
	padding-left:4px;
}
.pages_list a .left img {
	width: 87px;
    height: 90px;
}
.pages_list a .right {
	float:left; 
	width:350px; 
	font-size:.9em;
}

.pages_list a .right h2 {
	color:#000000 !important;
}

.pages_list a .right .more {
	color:#ff5b00;	
}

/*
 *
 * Age Taxonomy Styling
 *
 */
.age-page-title {
    font-weight: 200;
	text-transform: uppercase;
    color: #FF765F;
}
.age-page-tagline {
    font-size: 24px;
	font-weight: 200;
}
body.tax-age #content:after {
    content: "";
    clear: both;
    display: block;
}
.age-planner-container {
	
}
.age-gender-filter {
    background-color: #f1f1f1;
    padding: 20px 5px;
    border-radius: 15px;
    width: 100%;
    max-width: 300px;
    height: 160px;
	float: left;
}
.age-gender-filter.tabs-left .nav-tabs > li a {
    border-radius: 20px !important;
    padding: 10px 20px !important;
}
.age-gender-filter.tabs-left .nav-tabs > li.active a {
    font-weight: bold;
    color: black;
}
.age-party-list {
    float: right;
    width: calc(100% - 300px);
}
.age-description {
    padding: 30px;
    width: 100%;
    clear: left;
    max-width: 300px;
}
.tabs-left .nav-tabs {
    width: 100%;
	float: left;
	border-bottom: initial;
	margin-bottom: 10px;
}
.tabs-left .nav-tabs > li {
    width: 100%;
	float: none;
    margin-bottom: initial;
    padding-right:15px;
    padding-left:15px;
}
.tabs-left .nav-tabs > li.active a {
	color: #555555;
    border: initial;
	border-radius: 0;
    background-color: rgba(0,0,0,0.08);
}
.tabs-left .nav-tabs > li a, .tabs-left .nav-tabs > li a:hover {
	border: initial;
    padding-top: 5px;
    padding-bottom: 5px;
}
.no-parties-found{
    font-weight: 600;
    text-transform: uppercase;
    color: #FF765F;
	padding: 0 20px;
}

/*
 *
 * Gallery Styling
 *
 */
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

/*
 *
 * Sidebar Styling
 *
 */
#sidebar .phone_number {
    text-align: center;
}
#sidebar .phone_number--title {
	color: #FC5E4D;
	font-size: 20px;
}
.side-phone {
	display: block;
    color: black;
    font-size: 36px;
	font-weight: bold;
	margin: 0;
	line-height: 40px;
}
.side-phone:hover, .side-phone:active, .side-phone:focus {
	color: #FF765F;
}
.side-hours {
    color: black;
    font-size: 14px;
}
.side-contact {
    position: relative;
	background-color: #FF765F;
    border-radius: 15px;
    margin-top: 25px;
    padding: 15px;
}
.side-contact--title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.side-contact #gform_1 label, .full-width-container #gform_2 label {
	display: none !important;
}
.side-contact #gform_1 input[type=image] {
	display: block;
	margin: 0 auto;
}
.tcf1 input[type=tel]:last-child, .tcf1 textarea:last-child, .tcf1 input[type=email]:last-child, .tcf1 input[type=text]:last-child {
	margin-bottom: 15px;
}
span.wpcf7-not-valid-tip {
    color: white;
    font-size: 14px;
}
.enquiry-form_wrapper {
    margin: 16px auto !important;
}
.enquiry-form_wrapper .enquiry-form ul.gform_fields li.gfield {
	padding-right: 0;
}
.enquiry-form_wrapper .enquiry-form .gform_footer  {
    margin: 0;
    padding: 0;
}
.enquiry-form_wrapper .enquiry-form input[type=submit].button, .full-width-container #gform_2 input[type=submit].button {
    width: 100%;
    color: white;
    background-color: black;
    border: none;
    border-radius: 20px;
    height: 40px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.full-width-container #gform_2 input[type=submit].button:focus, .full-width-container #gform_2 input[type=submit].button:active, .full-width-container #gform_2 input[type=submit].button:hover, .enquiry-form_wrapper .enquiry-form input[type=submit].button:focus, .enquiry-form_wrapper .enquiry-form input[type=submit].button:active, .enquiry-form_wrapper .enquiry-form input[type=submit].button:hover {
	outline: none;
	background-color: #4D5964;
}
.sidebar-party-invites {
	background-color: #FFF;
  position: relative;
  color: black;
  margin-top: 20px;
  padding: 15px;
  border-radius: 15px;
}
.sidebar-party-invites .pp-img, #parties-sidebar img {
	max-width: 50px;
	height: auto;
}
.sidebar-party-invites .pp-title, #parties-sidebar h3, #parties-sidebar h4 {
	font-size: 20px;
	font-weight: 900;
}
.sidebar-party-invites .pp-link, #parties-sidebar a {
	max-width: 250px;
	display: block;
  background-color: #FF765F;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
	margin: 0 auto;
  padding: 10px 10px;
}
/*
 * Testimonials Slider Styling
 */
.sidebar-feedback {
	background-color: #52A8EF;
  position: relative;
  color: white;
  margin-top: 20px;
  padding: 15px;
  border-radius: 15px;
}
.testimonial-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.testimonial-see-all {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
    color: white;
    text-decoration: underline;
}
.testimonial-see-all:hover {
	color: black;
}

.sidebar-feedback a.unslider-arrow {
    color: white;
    text-decoration: underline;	
}
.sidebar-feedback a.unslider-arrow:hover {
	color: black;	
}
/*
 * Left Sidebar Styling
 */
#left-sidebar-menu {
    margin-left: -16px;
}
.archive-party-title {
	font-size: 24px;
	font-weight: bold;
}
.archive-party-list {
	display: block;
	list-style-type: none;
	margin: 0;
    box-shadow: none;
}
#left-sidebar-menu ul > li > a {
    display: block;
    font-size: 14px;
    color: #4D5964;
    line-height: 20px;
    border-bottom: 1px solid #5F6C77;
    padding: 10px 0;
}
#left-sidebar-menu ul > li > a:hover {
    color: #FC5E4D;
	background-color: transparent;
}
/*
 * Tax Styling - Guides
 */
.guide-center {
	margin-top: 60px;
}
.guide-center #content {
	margin-top: initial;
}
.series-banner.series-top {
	margin-bottom: 30px;
}
.series-banner.series-bottom {
	margin-top: 30px;
}
.series-banner p {
	background-color: #FF765F;
    color: white;
    padding: 20px;
    border-radius: 40px;
    text-align: center;
    font-size: 16px;
}
.guides-menu-container {
    background: url('images/box_mobile-party.png') center center no-repeat;
    background-size: 100% 100%;
    /*border: solid 1px #000000;*/
    text-align: center;
	margin-top: 60px;
    padding: 35px 0;
}
.guides-menu-title {
	font-size: 16px;
    font-weight: bold;
	text-align: center;
    text-transform: uppercase;
    color: #ff8400;
    margin-bottom: 0;
}
.guides-menu-tagline {
    color: #ff8400;
}
.series-menu-container {
    background: #ffd300 url('images/box_mobile-party_bottom.png') top center repeat-x;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #b1b2b2;
    color: #ffffff;
    margin-top: 20px;
    padding: 10px 5px;
}
.series-gudies {
	padding-left: 0;
	list-style-type: none;
}
.guides-menu #guidedropdown {
	white-space: initial;
}
.guides-menu-title, .guides-menu-tagline {
	color: #ff8400;
}
.series-menu-container .guides-menu-title {
	margin: 5px 0 25px 0;
}
.series-menu-container .guides-menu-title, .series-menu-container .guides-menu-tagline {
	color: #000;	
}
.series-menu-container .guide-list a {
    display: block;
    background: url(images/plus_mobile-party.png) left center no-repeat;
	padding: 5px 5px 5px 35px;
	color: #000;
}
/*
 *
 * Age Filter Styling
 *
 */
.age-title .age-number {
	color: #FF765F;
}
body.tax-age #top_age_filter {
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 20;
}
body.tax-age .wavy {
	display: none;
}
body.tax-age #content {
    margin-top: 65px;
}
#top_age_filter {
	background-color: #FF765F;
	padding: 15px 0;
	color: white;
}
.filter-title {
	font-size: 18px;
	text-align: center;
    margin: 5px;
    line-height: 35px;
}
.filter-links-container {
	text-align: center;
}
.filter-links {
    width: 35px;
    height: 35px;
    line-height: 35px;
	font-size: 18px;
    display: inline-block;
	background-color: white;
    border-radius: 50%;
	text-align: center;
    color: #FF765F;
    margin: 5px;
}
.filter-links:hover, .filter-links:active, .filter-links:focus {
	color: #FF765F;
	background-color: #dedede;
}

.age-single-item {
    width: 200px;
    height: 200px;
	float: left;
    margin-left: 20px;
	margin-bottom: 10px
}
.age-party-link {
    width: 200px;
    height: 200px;
    position: relative;
	display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.age-party-link:hover {
	text-decoration: none;
}
.age-party-link .overlay {
	width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
	transition: all 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.age-party-link h3 {
    font-weight: normal;
    color: #ffffff; 
    margin: 0;
    padding: 0 10px;
	text-align: center;
}
.age-party-link .fa {
	box-sizing: border-box;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 10%;
    bottom: 10%;
    display: block;
	background-color: #52A8EF;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
	transition: all 1s ease;
    padding-left: 2px;
}
.age-party-link:hover .overlay, .age-party-link:focus .overlay, .age-party-link:active .overlay {
	background-color: rgba(0, 0, 0, 0.3);
}
.age-party-link:hover .fa, .age-party-link:focus .fa, .age-party-link:active .fa {
	background-color: #FF765F;
}
/*
 *
 * Footer Styling
 *
 */
#footer {
	background-color: white;
	padding: 20px 0;
}
#footer .footer-title {
	font-size: 24px;
    text-decoration: none;
	margin: 10px 0;
}
#footer ul {
	list-style-type: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#footer a {
    display: block;
	color: #8798A8;
	line-height: 28px;
	font-size: 16px;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FF765F;
}
#footer a.footer-call {    
	background-color: #FF765F;
    color: white;
    border-radius: 20px;
    padding: 10px;
    line-height: 20px;
    height: 40px;
	text-align:center;
    margin-bottom: 20px;
    max-width: 200px;
}
#footer a.footer-call:hover, #footer a.footer-call:active, #footer a.footer-call:focus {
	background-color: #FF9079;
}
.footer-party-list {
    display: flex;
    flex-wrap: wrap;
}
.footer-party-list > * {
    flex: 0 1 200px;
}
/*
 *
 * Responsive Styling
 *
 */
@media (min-width:1500px) {
	.age-header-image .age-title {
		padding-top: 10%;
	}
}

@media (min-width:767px) and (max-width:991px){
	.nav-pills>li>a {
		margin-left: 5px;
	    font-size: 14px;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.parties-menu-wrapper .menu-title {
		font-size: 18px
	}
	#mobileparties, #extrasnav {
		line-height: 15px;
	}
	.archive-party-title {
		font-size: 18px;
		line-height: 18px;
	}
}
@media (min-width:992px) {
	#mobileparties-single {
		display: none;
	}
	.archive-party-list.dropdown-menu {
		min-width: initial;
		display: block;
	    position: initial;
	    top: initial;
	    left: initial;
	    right: initial;
	    float: initial;
	    background: initial;
	    border: initial;
	    border-radius: initial;
	}
	.nav-pills>li.contactus {
		display: none;
	}
}
@media (max-width: 991px) {
	body.tax-age #content {
		margin-top: 75px;
	}
	#main-content-wrapper > .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	#left-sidebar-menu {
		margin-left: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	#left-sidebar-menu .dropdown {
		display: inline-block;
	}
	#left-sidebar-menu ul > li > a {
    	padding: 5px 10px;		
	}
	.archive-party-title {
    	margin: 0;
    	font-size: 14px;
	}
	.archive-party-list{
		display: none;
	}
	#mobileparties-single {
		display: block;
	    float: none;
    	margin: auto;
	}
	.side-phone {
		font-size: 34px;
	}
	.age-planner-container {
		display: flex;
    	flex-direction: column;
	}
	.age-party-list {
		width: 100%;
    	margin: 20px -20px 0;
	}
	.age-description {
		max-width: 100%;
    	padding: 10px 0 0;
	}
}

@media (max-width:767px) {
	.navbar {
		min-height: 0;
		margin-bottom: 0;
	}
	body.tax-age #content {
		margin-top: 185px;
	}
	body.tax-age #top_age_filter {
		top: 210px
	}
	#main-content-wrapper {
		padding-bottom: 20px;
    	margin-top: 0;
	}
	#content {
		padding: 15px;
    	margin: 10px 0;
	}
	#nav-container .no-gutter {
		padding-left: 15px;
		padding-right: 15px;
	}
	.slide_container {
    	padding: 20px;
    	margin: 20px 0;
	}
	.slide_container h2 {
    	margin: 20px 0;
	}
	#top_age_filter {
		padding-top: 0;
	}
	#header_wrapper {
		padding: 10px 0 20px 0;
	}
	.wavy {
		margin-left: 0;
    	height: 40px;
	}
	.wavy:before {
		height: 20px;
	}
	.wavy:after {
		height: 20px;
	}
	#navbarCollapse {
		box-shadow: none;
		cursor: pointer;
	}
	.tax-age #navbarCollapse {
		position: absolute;
		z-index: 30;
		width: 100%;
	}
	.logo {
    	display: block;
		position: relative;
    	max-width: 200px;
	}
	.mobile-phone {
		display: block;
	}
	.header-locations {
		display: none;
	}
	#menu-primary-navigation {
		background-color: white;
	}
	.nav-pills>li {
		float: none;
	}
	.nav-pills>li>a {
		background-color: initial;
		border-left: none;
		border-right: none;
		border-top: none;
		border-radius: 0;
		margin-left: 0;
	}
	.nav-pills>li:last-child {
		display: none;
	}
	.parties-menu-container, .corp-menu-container, .extras-menu-container {
		padding-top: 15px;
	}
	.parties-menu-wrapper {
		display: none;
	}
	#sidebar .phone_number {
    	padding-top: 15px;
	}
	.side-phone a {
		font-size: 18px;
	}
	.side-contact {
    	margin-top: 20px;
		padding: 10px;
	}
	.side-contact .make-an-enquiry {
		top: -60px;
	}
	.age-header-image {
		height: 250px;
	}
	.age-single-item {
		margin: 20px 10px 0 0;
	}
	.no-parties-found {
		padding: 20px;
	}
	.age-header-image .age-title {
		display: none;
	}
	.age-party-list {
    	margin: 0;
	}
}