/*
Theme Name: AMW ACWL
Theme URI: https://www.amalfiweb.it/
Author: Mario Acunto
Author URI: https://www.amalfiweb.it/
Description: Tema Child Ignition per ACWL
Version: 1.0.02
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-oikia
Text Domain: amw-acwl
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */

:root {
    --amw-color-primary: #6c9dd4;
    --amw-color-accent: #c2e0fe;
    --amw-color-dark: #153a63;
    --amw-color-light: #ebf5ff;
}

.site-branding {
    max-width: 170px;
}

.head-mast-inner {
    padding: 8px 0;
}

.home .maxslider {
    margin: 0 0;
}

.home .maxslider-slide-content {
    max-width: 1310px;
    margin: 0 auto;
}

.page-hero-content .page-hero-title {
    font-size: 92px;
}

/**
Entry items**/
.entry-item {
    margin: 0 0 60px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    transition: all 0.4s ease 0s;
    padding: 16px;
}

.ignition-property .entry-item .entry-item-thumb img, .entry-item .entry-thumb img {
    border-bottom-left-radius:  var(--ignition-oikia-border-radius-base);
    border-bottom-right-radius: var(--ignition-oikia-border-radius-base);
}

.entry-item .entry-item-content{
    border: none;
}

.ignition-property .entry-item-title {
    margin-bottom: 0;
}

p.entry-location {
    margin: 0 0 10px;
}

span.entry-location-term {
    margin-right: 10px;
    font-size: 14px;
    color: #999;
}

.entry-location-label .ignition-icons:before {
    vertical-align: middle;
    color: rgb(194, 224, 255);
}

.entry-categories a{
    padding: 4px 8px !important;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 0.9em;
    line-height: 1.4;
    color: var(--amw-color-primary);
    vertical-align: top;
    text-transform: capitalize;
    background-color: rgb(235, 245, 255);
    border: 1px solid rgb(194, 224, 255);
    border-radius: 4px !important;
}
.ignition-agent.entry-item .btn, .ignition-agent.entry-item-media .btn, .ignition-property.entry-item .btn, .ignition-property.entry-item-media .btn {
    border-radius: 4px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}

/** Widget Octorate */
.amw-octorate-defaultsitekey,
.sidebar .amw-octorate-defaultsitekey.widget:last-child
{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    transition: all 0.4s ease 0s;
    padding: 16px;
}
.elementor-widget-html .octobook-date.octobookcheckout table,
.elementor-widget-html .octobook-date.octobookcheckin table
{
    /* width: 240px; */
}

.elementor-widget-html .octobooknetwork.Large select,
.elementor-widget-html .octobookcategory select,
.elementor-widget-html .octobookpax.Large select {
    height: 55px;
}

.elementor-widget-html .octobooknetwork.Large select,
.elementor-widget-html .octobookcategory select {
    font-size: 16px;
    min-width: 210px;
}

/* .elementor-widget-html .octobook-date.octobookcheckin,
.elementor-widget-html .octobook-date.octobookcheckout {
    width: 20%;
} */

/* .elementor-widget-html .octobook-date.octobookcheckin div,
.elementor-widget-html .octobook-date.octobookcheckout div
{
    width: 100%;
}
*/
.elementor-widget-html .octobook-date.octobookcheckout table, .elementor-widget-html .octobook-date.octobookcheckin table {
    min-width: 180px;
} 

.elementor-widget-html .octobookpax.Large {
    
} 


.elementor-widget-html .octobooksubmit {
    /* width: 20%;
    margin-left: 2%; */
}

.elementor-widget-html .octobooksubmit input {
    height: 55px !important;
    /* width: 100% !important; */
}