/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* MOBILE */

@media only screen and (max-width: 767px) {
    .hidephone {
      display:none!important;} }

@media only screen and (min-width: 768px) {
    .hidedesk {
      display:none!important;} }

.row {
    margin-right: 0px!important;
    margin-left: 0px!important;
}

/* STYLE */

body {font-family: "Lato", sans-serif!important;font-weight: 300!important; color: #666666; font-size: 16px!important;}

h2 {font-size: 32px!important;}

.red {color: #B12334!important;}

.white {color: #fff;}

.medium {font-size: 18px; text-transform: uppercase;}

.large {font-size: 45px!important; font-weight: 600!important;}

.bluebg {background: #3C3B6E; color: #fff; font-size: 22px;}

.whitebg {color: #666666; font-size: 22px;}

.whiteback {background: #fff!important;}

.becomebg {background-image: url("/wp-content/uploads/2024/03/become-bg.jpg"); background-size: cover; background-repeat: no-repeat; height: 450px;}

.btnred {background: #fff; color: #B22234!important; border: 2px solid #B22234; font-weight: 400; padding: .5em; display: inline; transition: 0.6s; text-transform: none; font-size: 16px; border-radius: 50px; font-weight: 600;}

.btnred:hover {background: #B22234; color: #fff!important; border: 2px solid #B22234; transition: 0.6s; border-radius: 50px;}

a {text-decoration: none!important;}

/* CONTACT FORM */

input::placeholder {
    color: #707070!important;
    opacity: 1;
}

textarea::placeholder {
    color: #707070!important;
    opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #333!important;
}

span.wpcf7-list-item { display: block; }

input.wpcf7-form-control.wpcf7-submit[type="submit"] {
    border: solid 2px #B22234!important;
    background-color: #fff!important;
    color: #B22234!important;
	display: block!important;
	 border-radius: 50px;
}

input.wpcf7-form-control.wpcf7-submit[type="submit"]:hover  {
    border: solid 2px #B22234!important;
    background-color: #B22234!important;
    color: #fff!important;
	display: block!important;
	 border-radius: 50px;
}

input[type="email"] {border-radius: 0px!important; background-color: #fff!important; border: 0 !important; color: #707070!important;}

input[type="text"] {border-radius: 0px!important; background-color: #fff!important; border: 0 !important; color: #707070!important;}

input[type="tel"] {border-radius: 0px!important; background-color: #fff!important; border: 0 !important; color: #707070!important;}

textarea {border-radius: 0px!important; background-color: #fff!important; border: 0 !important; min-height: 6em!important; max-height: 6em!important; color: #707070!important;}