html.teluro-theme body p {
    font-family: Open Sans;
    font-weight:500!important;
    font-size: 18px!important;
    line-height: 1.9;
		margin-bottom:0;
}

h1 {
	font-size: 55px!important;
}

h2 {
	margin-bottom:0px!important;
}

html.teluro-theme #colibri .style-238  {
    background-color: #0000CC;
		border:#0000CC;
}

html.teluro-theme #colibri .style-238:hover,
html.teluro-theme #colibri .style-238:focus {
  background-color: #0000b2;
  border-top-color: #0000b2;
  border-right-color: #0000b2;
  border-bottom-color: #0000b2;
  border-left-color: #0000b2;
}

html.teluro-theme #colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,
html.teluro-theme #colibri .style-9 ul.colibri-menu.bordered-active-item > li::before {
  background-color: #0000CC;
  background-image: none;
  height: 2px;
}

.footer {
display: none;
}


/* Contact Form 7 Input CSS 
 ---------------------------*/
 .wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="file"],
.wpcf7-form textarea 
{
font-family:roboto!important;
color:rgba(0, 0, 0, 0.6)!important;
outline: 1px solid rgba(0, 0, 0, 0.2)!important;
outline-offset: 0!imporant;
font-size: 17px!important;
font-weight:400!important;
border-radius:0px!important;
background-color:#fdfdfd!important;
border: 0;
padding:12px 12px 12px 12px!important;
	margin-top:5px!important;
	
 }

.wpcf7-select
{
font-family:roboto!important;
color:rgba(0, 0, 0, 0.6)!important;
outline: 1px solid rgba(0, 0, 0, 0.2)!important;
outline-offset: 0!imporant;
font-size: 17px!important;
font-weight:400!important;
border-radius:0px!important;
background-color:#fdfdfd!important;
border: 0;
padding:12px 12px 12px 12px!important;
padding-right:137px!important;

}


/* Contact Form 7 Submit Button 
 -------------------------------*/
 .wpcf7 input[type="submit"] {
	 font-family: roboto!important;
	 letter-spacing:1px!important;
     color: #fff!important;
     font-size: 16px!important;
     font-weight: 500!important;
     background: #0000B2!important;
     padding: 10px 20px 10px 20px!important;
     border:2px solid #0000B2!important;
     border-radius: 50px;
     width: auto;
     text-transform: uppercase;
     letter-spacing: 1px;
	 	margin-top:35px;
 }
 .wpcf7 input:hover[type="submit"] {
      background-color:#fff!important;
	 border:2px solid #0000B2!important;
	 		color:#0000B2!important;
     transition: all 0.4s ease 0s!important;
 }
 .wpcf7 input:active[type="submit"] {
     background: #000000;
 }


@media screen and (max-width:800px){
    
    .wpcf7 {
			margin: auto;
  width: 100%;
  padding: 10px;
			
    }
	.wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"],
	textarea {
		width:100%;
		
	}
}

@media screen and (max-width:600px){
    
    .wpcf7 {
				margin: auto;
  width: 100%;
  padding: 10px;
			
    }
	.wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"],
	textarea {
		width:100%;
		
	}
}

.mc4wp-forms input {
 -webkit-appearance: none;
 -webkit-border-radius: 0;
}