/*
Theme Name:     Wellington Child
Template:       wellington                             
*/
@import url("../wellington/style.css");

body {
	padding: 0em;
}
.header-main {
	background: #000;
}
.site-content .fullwidth-content-area {
	min-height: 385px;
	width: 100%;
	margin: auto;
	padding:0px;
	margin:0px;
}
html {
  overflow-y: scroll;
}
.main-navigation a:hover {
	color: #fff;
	background: #30ac4e;
}
.main-navigation ul .sub-menu li a{
	width:350px;
}
@media only screen and (max-width: 960px) {
.main-navigation ul .sub-menu li a{
	width:100%;
}
.primary-menu-toggle .menu-toggle-text {
	font-size: 18px;
}
}
.footer-wrap {
	background: #1a1a1a;
	min-height: 200px;
	text-align: center;
	font-size:12px;
}
.page-title {
	margin: -.5em 0 0.5em -.5em;
	font-size: 16pt;
	display: none;
}
.site-footer .site-info {
    float: none;
    padding: 3em;
    color: #fff;
}
.site-info {
	margin-top: -20px;
}
.home .entry-title page-title {
	dispay: none;
}
.more-link {
	background: #6f1212;
}
.search-form .search-field {
	width: 40%;
}
.search-form {
	width: 40%;
}
.header-main {
	padding: 0px;
}
/*If not full width
.site-branding .custom-logo {
	margin-bottom: -30px;
}
*/
.entry-title a:link, .entry-title a:visited {
    color: #303030;
    text-decoration: none;
    font-size: 16pt;
}
.site-content {
	min-height: 385px;
}
.search-submit {
	background: #6f1212;
}
a:link {color: cyan;text-decoration: none;}
a:active {color: cyan;text-decoration: none;}
a:visited {color: cyan;text-decoration: none;}
a:hover {color: #ff0000;text-decoration: underline;}
th, td {
	border: none;
}

#main {
	color: #000;
}
#content .member_from{
	width:100%;
}
.tf{
	width:350px;
}
.ta{
	width:350px;
	height:45px;
	border: 1px solid #ddd;
	color:#666;
	padding-left:5px;
}
.main-navigation a{
	font-size:18px !important;
}
.site-content {
    min-height: 454px;
    width: 100%;
    padding: 0px;
	background-color: #424242;
}
.pagetitle {
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 2px 2px #000;
	text-transform: uppercase;
	margin: 10px 0px 10px;
}
.entry-content {
	font-size: 20px;
	line-height: 150%;
	color: #fff;
}


a.footerlink:link {color:#cc9933;text-decoration: none;}
a.footerlink:hover{color:cyan;text-decoration: underline}
a.footerlink:active {color:#cc9933;text-decoration: none;}
a.footerlink:visited {color:#cc9933;text-decoration: none;}

input[type="text"] {
	padding-left: 5px;
    padding-right: 5px;
    border-color: #c0c0c0;
    border-style: solid;
    height: 32px;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #000;
    font-size: 16px;
}
.styled-select {
    width: 50px;
    height: 32px;
    border-style: solid;
    border-color: #c0c0c0;
    padding-left: 5px;
    border-radius: 5px;
    border-radius: 4px;
    box-shadow: 1px 1px 8px #000;
    font-size: 16px;
}

.type-post, .type-page, .type-attachment, .comments-area {
	margin: 0 0 0em 0;
	padding: 0;
	max-width: 100%;
}

p {
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.black_bg {
	background: #000;
	color: #fff;
	overflow: hidden;
}
.white_bg{
	background-color:#FFF;
}

.blue_bg {
	background-color: #132788;
}

.green_bg{
	background-color:#6fb65a;
}

.cjfdescription_bg{
	background-color: #424242;
	color: #fff;
	font-size: 20px;
	padding: 0px 20px;
	line-height: 140%;
}
.cssbutton{
   border-top: 1px solid #96d1f8;
   background: #2fa952;
   background: -webkit-gradient(linear, left top, left bottom, from(#2fa952), to(#2fa952));
   background: -webkit-linear-gradient(top, #2fa952, #2fa952);
   background: -moz-linear-gradient(top, #2fa952, #2fa952);
   background: -ms-linear-gradient(top, #2fa952, #2fa952);
   background: -o-linear-gradient(top, #2fa952, #2fa952);
   padding: 10px 20px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: sans-serif;
   text-transform: uppercase;
   text-decoration: none;
   vertical-align: middle;
   box-shadow: 5px 5px 5px #000
   }
.cssbutton:hover {
   background-color: green;
   color: #fff;
   }
.cssbutton:active {
   border-top-color: #2fa952;
   background: #2fa952;
   }

input[type="reset"],
input[type="submit"] {
	margin: 0;
	padding: 0.6em 1em;
	border: none;
	background: #2fa952;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	border-radius: 5px;
	font-family: sans-serif;
   box-shadow: 5px 5px 5px #000;
}
.center {
	text-align: center;
}
.mlmr {
	margin-left: 20px;
	margin-right: 20px;
}

ul {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 25px;
}
.fli {
	margin-top: -15px;
}

ul.resources {
  list-style-image: url('https://californiajazzfoundation.org/wpdavid/wp-content/uploads/2019/11/note.jpg');
}
li.resources {
	margin-top: 20px;
}
.mb {
	margin-bottom: 10px;
}
.ml {
	margin-left: 30px;
}
.mb {
	margin-bottom: 10px;
}
.mt {
	margin-top: 30px;
}
hr.green {
	border: 1px green solid;
	width: 80%;
}
.unclickable > a:hover {
  cursor: default;
}
.t10 {
	margin-top: 10px;
}

.b10 {
	margin-bottom: 10px;
}

.b12 {
	margin-bottom: 12px;
}

.b20 {
	margin-bottom: 20px;
}
.section {
	font-size: 22px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
	padding: 10px;
	background: #000;
}

input[type=text]:disabled {
    background: #c0c0c0;
}
input[type=radio]:disabled {
	border-style: solid;
	border-width: thick;
	border-color: red;
}
textarea:disabled {
    background: #C0C0C0;
}
nav{
	margin: 0 auto;
}
.main-navigation ul a:hover, .main-navigation ul a:active, .main-navigation ul a:focus {
	color: #fff;
}
