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

/*Add your own styles here:*/
.seva-icon .w-iconbox-icon {
    /* reset */
    box-shadow: none !important;
    line-height: 1.2em !important;
    width: auto !important;
    height: auto !important;
    overflow: initial !important;

    /* new */
    position: relative;
    display: inline-block;
    border: 1px solid #e8d7ba;
    border-radius: 10px !important;
    padding: 20px;
    box-sizing: border-box;
    min-width: 2.4em;
    color: #003974 !important;
}

.no-touch .w-iconbox.seva-icon .w-iconbox-link:hover .w-iconbox-icon {
    color: #003974 !important;
}

.seva-icon .w-iconbox-icon:before {
    content: '';
    position: absolute;
    width: 12px !important;
    height: 12px !important;
    background: #0089cf !important;
    top: -6px !important;
    left: -6px !important;
    box-shadow: 0 12px 0 #0089cf, 0 20px 0 #0089cf, 0 -12px 0 #0089cf, 0 -20px 0 #0089cf, 12px 0 0 #0089cf, 20px 0 0 #0089cf, -12px 0 0 #0089cf, -20px 0 0 #0089cf;
}

.seva-icon .w-iconbox-icon:after {
    content: '';
    position: absolute;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: #ffe9c8;
    top: -6px;
    left: -6px;
}


.seva-icon.seva-icon--blue .w-iconbox-icon:before {
    background: #0089cf !important;
    box-shadow: 0 12px 0 #0089cf, 0 20px 0 #0089cf, 0 -12px 0 #0089cf, 0 -20px 0 #0089cf, 12px 0 0 #0089cf, 20px 0 0 #0089cf, -12px 0 0 #0089cf, -20px 0 0 #0089cf;
}
.seva-icon.seva-icon--green .w-iconbox-icon:before {
    background: #7FB539 !important;
    box-shadow: 0 12px 0 #7FB539, 0 20px 0 #7FB539, 0 -12px 0 #7FB539, 0 -20px 0 #7FB539, 12px 0 0 #7FB539, 20px 0 0 #7FB539, -12px 0 0 #7FB539, -20px 0 0 #7FB539;
}
.seva-icon.seva-icon--orange .w-iconbox-icon:before {
    background: #F15F22 !important;
    box-shadow: 0 12px 0 #F15F22, 0 20px 0 #F15F22, 0 -12px 0 #F15F22, 0 -20px 0 #F15F22, 12px 0 0 #F15F22, 20px 0 0 #F15F22, -12px 0 0 #F15F22, -20px 0 0 #F15F22;
}
.seva-icon.seva-icon--green-dark .w-iconbox-icon:before {
    background: #008E83 !important;
    box-shadow: 0 12px 0 #008E83, 0 20px 0 #008E83, 0 -12px 0 #008E83, 0 -20px 0 #008E83, 12px 0 0 #008E83, 20px 0 0 #008E83, -12px 0 0 #008E83, -20px 0 0 #008E83;
}

.seva-icon--bold-heading .w-iconbox-title {
    font-weight: 700;
}

.seva-icon.seva-icon--blue .w-iconbox-title {
    color: #0089CF;
}
.seva-icon.seva-icon--green .w-iconbox-title {
    color: #7FB539;
}
.seva-icon.seva-icon--orange .w-iconbox-title {
    color: #F15F22;
}
.seva-icon.seva-icon--green-dark .w-iconbox-title {
    color: #008E83;
}

.w-actionbox-text--default-color .w-actionbox-text {
    color: #FFE9C8;
}

/** News Items **/

/*.seva-news-item__image {
    display: block;
    max-height: 240px;
    overflow: hidden;
}*/
.seva-news-item__btn a:hover {
    color: #ffffff !important;
}

/** top header */
.l-subheader-cell.at_left .fas {
    color: #7fb539;
    opacity: 1;
}

/** Form **/

.w-form-row.for_textarea textarea {
    background-image: url("./images/text-area-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
}

/** Main nav curve element */

.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -0.4em;
    opacity: 0;
    transition: all 0.3s;
    background: transparent !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25px;
    height: 15px;
    border: 3px solid #f15f22;
    border-top: 0 solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-radius: 100%;
}