/*
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 */

.fmp-category-title {
    width: 100%!important;
    height: auto;
}

#site-logo #site-logo-inner a img {
    height: 10em;
}

html, body {
    overflow-x: hidden!important;
}

/* Center Logo For Mobile Devices */
@media only screen and (max-width: 959px) {
	#site-header #site-logo {    
		float: none;    
		display: block;    
		text-align: center;    
		width: 100%;
		max-width: none;
	}
	#site-logo #site-logo-inner {    
		display: block;
		height: auto;
	}
}

#top-bar-social.top-bar-right {
        right: 140px!important;
}

#shiftnav-toggle-main .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
    padding: 10px 20px!important;
}

.fmp-category-title::before {
    background-color: #F8A213!important;
}

h3.no-link {
	font-weight: 400!important;
}

h2.fmp-category-title {
	font-size: 3em!important;
	color: #762A16!important;
}

h3.title {
	color: #F8A213;
	font-size: 2.7rem;
	font-weight: bold;
}
 
body {
	font-family: "Montserrat", sans-serif!important;
}

p {
	font-size: 1.7rem;
}

a {
	text-decoration: none!important;
}

.coniferous {
	font-family: "Coniferous", sans-serif;
	font-weight: 500;
}	

.yellow-button {
	background: #FAA216;
	border-radius: 50px;
	color: #fff;
	font-size: 2rem;
	padding: 0.5em 1em;
}

.yellow-button:hover {
	background: #762315;
	border-radius: 50px;
	color: #fff;
	font-size: 2rem;
	padding: 0.5em 1em;
}

h2.telefono {
	font-size: 3em;
	font-weight: 700;
}

/* CONTACT FORM */

.contact-space {padding-right: 0!important; padding-left: 0!important; margin-bottom: 1em;}

input.wpcf7-form-control.wpcf7-submit[type="submit"] {
    border: 0px!important;
    background-color: #752315!important;
    color: #fff!important;
	border-radius: 50px!important;
}

input.wpcf7-form-control.wpcf7-submit[type="submit"]:hover  {
    border: 0px!important;
    background-color: #ffffff!important;
    color: #752315!important;
	border-radius: 50px!important;
}

input[type="email"] {border-bottom: 3px solid #0000FF!important; border-radius: 0px!important; background-color: #f1f1f1!important; border: 0px!important;}

input[type="text"] {border-bottom: 3px solid #0000FF!important; border-radius: 0px!important; background-color: #f1f1f1!important; border: 0px!important;}

input[type="tel"] {border-bottom: 3px solid #0000FF!important; border-radius: 0px!important; background-color: #f1f1f1!important; border: 0px!important;}

textarea {border-bottom: 3px solid #0000FF!important; border-radius: 0px!important; background-color: #f1f1f1!important; border: 0px!important; min-height: 6em!important; max-height: 6em!important;}

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