/* Enter Your Custom CSS Here */

#responsive-form{
	
  float: left;
}
.form-row{
	width: 100%;
  float: left;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: left;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
 .wpcf7-list-item{
  display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: static !important;
  border: none;
}
span.wpcf7-not-valid-tip{
  text-shadow: none;
	font-size: 12px;
	background: none;
	padding: 5px;
}

div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
h3 {
  margin: 40px 0 20px 0 !important;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

@media screen and (max-width: 980px) {
.main-navigation #main-menu {
 background: #09137c;
}
}

.site-footer-bottom-bar {
  background-color: #09137c;
}
.site-header-compact .site-title {
    padding: 12px 0 12px;
}

#site-navigation {
  background-color: white !important;
 border-bottom-style: solid;
    border-bottom-color: #fdd229;
}
.site-description {
  display: none;
}
  
/* notes wrapper*/

.notes-widget-wrapper.text-colour-black h1, .notes-widget-wrapper.text-colour-black h2, .notes-widget-wrapper.text-colour-black h3, .notes-widget-wrapper.text-colour-black h4, .notes-widget-wrapper.text-colour-black h5, .notes-widget-wrapper.text-colour-black h6 {
    color: #000 !important;
    font-weight: bold !important;
    margin-top: 0px !important;
}