/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

.w-btn i.fab {
    font-size: 18px;
    vertical-align: middle;
}

a.icon_atleft {
    padding: .9em 2em;
}

.w-text a {
    font-weight: bold;
}

.icon_atleft .w-btn-label {
    vertical-align: middle;
}

.dest-label {
    font-size: 12px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

.dest-underline {
    text-decoration: underline;
    text-decoration-color: #B05A30;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.dest-icon-box * {
    vertical-align: middle;
}

.dest-icon-box .fal {
    background-color: #8C4825;
    color: #FFF;
    padding: .3rem .5rem;
    vertical-align: middle;
    border-radius: .5rem;
}

/* White columns with border */
.row-white-cols .vc_column_container .vc_column-inner > .wpb_wrapper {
    border-radius: var(--site-border-radius);
    background-color: #FFF;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.row-white-cols .wpb_wrapper h3 {
    margin-bottom: .5rem;
}

.row-white-cols .wpb_wrapper p {
    font-size: 15px;
    line-height: 1.7;
}

.row-white-cols .vc_column_container .vc_column-inner > .wpb_wrapper .w-image {
    display: flex;
    align-items: center;
    height: 100%;
}

.row-white-cols .vc_column_container .vc_column-inner > .wpb_wrapper .w-image img {
    object-fit: contain;
}

/*
xl → Extra large (1200px+)
lg → Large / Desktop (992px+)
md → Medium / Tablet landscape (768px+)
sm → Small / Tablet portrait (600px+)
xs → Extra small / Mobile (below 600px)
*/

/* 1/1 — Full width (12/12) */
.dest-col-xl-12 { width: 100%; }
.dest-col-lg-12 { width: 100%; }
.dest-col-md-12 { width: 100%; }
.dest-col-sm-12 { width: 100%; }
.dest-col-xs-12 { width: 100%; }

.row-md-full .wpb_column { margin-bottom: 1.5rem; }

@media (min-width: 601px) {
    .row-md-full .wpb_column { width: 100%; }
    .row-md-full .wpb_column:last-child { margin-bottom: 0; }
}

@media (min-width: 769px) {
    .row-md-full .wpb_column { width: 33.3333%; margin-bottom: 0; }
}