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

.services-row {
	padding-bottom: 2rem;
	padding-top: 2rem;
	border-bottom-width: 1px;
	border-color: var(--color-alt-content-text);
	border-bottom-style: solid;
}

.services-row-first {
	padding-bottom: 2rem;
	border-bottom-width: 1px;
	border-color: var(--color-alt-content-text);
	border-bottom-style: solid;
}

.services-row-last {
	padding-top: 2rem;
}

.footer-contact p {
	font-size: 20px;
	line-height: 40px;
}

.footer-contact a {
	font-size: 38px;
    color: #fabe14 !important;
}

.footer-contact a:hover {
    color: white !important;
}

.for_email a {
	color: black;
}

.for_email a:hover {
    color: #fabe14 !important;
}


@media (min-width:1500px) {
    section#about-top .w-iconbox {
        margin-bottom: 1.35rem;
    }

    .about-bottom-left p {
        font-size: 26px;
        line-height: 44px;
    }
}

@media (min-width:1200px) {
    header .w-img.ush_image_1.halo-header-logo {
        position: absolute;
        top: -50px;
    }

    .l-titlebar-content h1 {
        font-size: 4rem !important;
    }

    .l-titlebar-content p {
        font-size: 2.5rem;
        width: 45%;
        line-height: 2.5rem;
    }

    .l-titlebar.parallax_ver.size_huge.color_alternate .l-titlebar-img.loaded:before {
        background: url(/wp-content/uploads/2020/02/Halo-Ring-Icon2.png);
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 100000000000;
        height: 600px;
        width: 600px;
        display: block;
        background-size: cover;
    }

    section#halo-full-width-home h3 {
        font-size: 2.25rem !important;
		padding-left: 40px;
        position: relative;
    }

    section#halo-full-width-home h3:before {
        content: '';
        background: url(/wp-content/uploads/2018/11/Halo-Home-Hero-Text-Block-Quote-Full.png);
        height: 250px;
        width: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0px;
        top: 12px;
    }
}


/* Header */

header.sticky .w-img.ush_image_1.halo-header-logo {
    position: relative;
    top: 0;
}

nav.halo-header-menu li.last-child a {
    padding-right: 0 !important;
}

nav.halo-header-menu li.last-child a:after {
  display: none;
}

.w-socials.hidden_for_tablets.hidden_for_mobiles.ush_socials_1.halo-header-social.style_default.hover_fade.color_link {
    position: absolute;
    left: 48%;
    margin-left: .5rem;
}

.l-header .w-socials-item-link {
    background: #fabe14 !important;
    color: #5a5a5a !important;
    margin: 0 .5rem;
    border-radius: 30px;
}

.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1>.menu-item>a:after {
    content: '|';
    padding-left: 20px;
}


/* Titlebar */

.l-titlebar-content {
    text-align: left;
}

.l-titlebar-content:before {
    content: '';
    background: url(/wp-content/uploads/2018/11/Halo-Home-Hero-Text-Block-Quote-Short.png);
    height: 50px;
    width: 20px;
    display: inline-block;
}

.l-titlebar-content h1 {
    display: inline-block;
    padding-left: 20px;
}

.l-titlebar p {
    margin: 0.5rem 0 0 2.25rem;
    opacity: 1;
    color: #fabe14;
}

/*Home*/

@media (min-width:1025px) and (max-width:1250px) {
    
    .yellow-block-quote {
        left: 25px;
    }

    .w-socials.hidden_for_tablets.hidden_for_mobiles.ush_socials_1.halo-header-social.style_default.hover_fade.color_link {
        left: 45%;
    }
}

@media (min-width:1025px) {

    .our-services-mobile {
        display: none;
    }

    .about-bottom-left {
        padding-left: 8%;
    }
}

section#halo-full-width-home h3 {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	font-size: 2.25rem !important;
}

section#halo-full-width-home h4 {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	font-size: 2rem !important;
}


@media (max-width:1024px) {
    
    .our-services-desktop {
        display: none;
    }

    .l-titlebar-content:before {
    display: none;
    }

    .l-titlebar-content h1 {
        display: block;
        padding-left: 0;
    }

    .l-titlebar p {
        margin: .5rem 0;
    }

    .w-socials.align_right.style_default.hover_slide.color_brand.shape_circle.social-icons-footer {
        text-align: center;
    }

    #our-services-vector {
        display: none;
    }

    section#halo-full-width-home h3 br {
        display: none;
    }

    section#about-top, section#about-bottom {
        padding: 2rem !important;
    }
}