/*
Theme Name: Unitedceres
Description: This is a Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unitedceres
*/
/*-- --*/

.menu-toggle i{
    position: relative;
    top: -6px;
}

.banner  > .container-xl .hero-title{
    max-width: 1140px;
    margin-left: auto !important;   
    padding-top: 100px; 
}

.banner > .container-xl{
max-width: 100%;
}

.grid-item .card img {
    height: auto !important;
    width: 100% !important;
}

.menu > li > ul {
    min-width: unset;
    line-height: 1.5;
}
.menu > li > ul > li > ul{
    min-width: inherit;
    line-height: 1.5;
}
.menu > li > ul ul{
    line-height: 1.5;
}

.menu > li li{
    margin-bottom: 5px;
    padding-right: 1rem;
}
.menu .last-child li{
    margin-bottom: 10px;
}

.menubar{
    z-index: 999999;
}

.get-in .wp-block-image figure img{
    margin-bottom: 50px;
}

.single-post .section ul li {
    margin: 0 0 0 0;
}
.single-post .section p, .single-post .section ul, .single-post .section ul li {
    line-height: 1.8;
}

.error-404{
    padding: 50px 15px;
    text-align: center;
}


input#searchsubmit{
    color: #fff;
    background: #16284a;
    border: 0;
    border-radius: 0;
    padding: 10px 25px;
}

form#searchform{
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

form#searchform input#s{
    width: 100%;
    height: 44px;
    padding: 0 15px;
    border: 1px solid #16284a;
    background: #fff;
    margin-bottom: 15px;
}
#scrolltop{
    line-height: 43px;
}

/* Reduce the consent text size and keep it readable = Keep in Touch News and Information Page*/
.wpcf7 .wpcf7-list-item-label { font-size: 11px !important; line-height: 1.2 !important; color: #ffffff !important; } .wpcf7 .wpcf7-list-item-label { font-size: 11px !important; line-height: 1.25 !important; }
  .wpcf7 p { margin: 0 !important; }
  .wpcf7 .wpcf7-form-control-wrap { display: block !important; width: 100% !important; }
  .wpcf7 .wpcf7-list-item { display: block !important; margin: 0 !important; }
  .wpcf7 label { display: flex !important; align-items: flex-start !important; gap: 8px !important; }
  .wpcf7 input[type="checkbox"] { margin-top: 2px !important; }


