/*
Theme Name: paroquias2024
Theme URI: 
Author: Sentido Comum
Author URI: 
Description: 
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: paroquias2024
Tags: 
*/

body {
  overflow-x: hidden;
}



/* MENU */
.wp-block-navigation-item__content {
  white-space: nowrap;
}



/* Noticias da HP / ultimas noticias */

.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  position: relative;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image a {
  width: 100%;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* Form */
.wpcf7-form .wpcf7-text,
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input[type='text'] {
  min-height: 35px !important;
  width: 100% !important;
  font-size: 15px;
  line-height: 18px;
  color: #2c3338;
  box-sizing: border-box;
  padding: 10px;
}

.wpcf7-form .wpcf7-text::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form input[type='text']::placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #2c3338;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

.wpcf7-form .wpcf7-submit {
  color: #ffffff;
  background-color: #07265c;
  font-size: 15px;
  line-height: 18px;
  padding: 1.2em 2.2em;
  border: 0;
  border-radius: 0;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #edd550;
  cursor: auto;
}