/*
Theme Name: Phil 2019
Author: Chloe Polglaze
Description: 2019 Theme made by Chloe Polglaze for the Philharmonic Society
Version: 1.1
License: Public Domain
License URI: http://creativecommons.org/publicdomain/zero/1.0/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #000;
}
img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
section {
	margin-top: 80px;
}
section h1 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 60px;
	position: relative;
	display: inline-block;
	margin-bottom: 100px;
	z-index: 1;
}
section h1:before {
	content: '';
	width: 100%;
	position: absolute; bottom: 10%;
	height: 20%;
	background: rgba(34, 86, 164, 0.7);
	left: 0;
	z-index: -1;
}
section h2 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 3vw;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	z-index: 1;
	text-align: center;
}
section h2:before {
	content: '';
	width: 100%;
	position: absolute; bottom: 10%;
	height: 20%;
	background: #D3D3D3;
	left: 0;
	z-index: -1;
}
section h2 a {
	text-decoration: none;
	color: #000;
}
.content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	min-height: 400px;
	text-align: center;
}
article a {
	text-decoration: none;
	color: #2355a4;
	font-weight: bold;
}
article {
	background: #f6f6f6;
	padding: 90px 130px;
	line-height: 200%;
	text-align: justify;
	font-size: 1.1em;
	font-family: 'Lora';
	margin: 20px 0;
}
article p:not(:last-of-type) {
	margin-bottom: 25px;
}
article ul {
	list-style: none;
	margin-left: 20px;
	text-align: left;
}
article ol {
	margin-left: 40px;
}
article li {
	margin-bottom: 20px;
    margin-left: 0px;
    position: relative;
    padding-left: 40px;
}
article ol li {
	padding-left: 30px;
}
article ul li:before {
	content: url(/wp-content/themes/phil2019/css/treble.svg);
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 5px;
}
form ul li:before {
	display: none;
}
article h2:before {
    /* display: none; */
    background: #2355a4;
    bottom: -20%;
}

article h2 {
    font-size: 2em;
    letter-spacing: -2px;
    margin: 20px 0 40px;
}
article h3:empty {
	display: none;
}
.page-sub-menu li {
	list-style: none;
	display: inline-block;
	margin: 10px 20px 20px;
	font-size: 1.2em;
	position: relative;
}
.page-sub-menu li:before {
	content: '';
    width: 0%;
    position: absolute;
    bottom: -25%;
    height: 15%;
    background: #D3D3D3;
    left: 50%;
    z-index: -1;
	transition: all 0.5s ease;
}
.page-sub-menu li:hover:before {
	width: 100%;
	left: 0%;
	transition: all 0.5s ease;
}
.page-sub-menu .current_page_item:before {
	content: '';
    width: 100%;
    position: absolute;
    bottom: -25%;
    height: 15%;
    background: #2355a4;
    left: 0;
    z-index: -1;
	transition: all 0.5s ease;
}
.page-sub-menu a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date {
	width: 100%!important;
}
#wpmem_login .form {
	width: 500px;
	margin-left: auto!important;
	margin-right: auto!important;
}
#wpmem_login input {
	box-sizing: border-box;
}
.ewd-ufaq-post-margin-symbol {
	padding: 8px 0px 0px 2px;
}
iframe {
    border: none;
}
@media only screen and (max-width: 1100px) {
  section h1 {
  	font-size: 50px;
  }
}
@media only screen and (max-width: 950px) {
  article {
  	background: #fff;
  	padding: 0;
  }
}