/*
 Theme Name:   Arlo Child
 Theme URI:    https://themeforest.net/item/arlo-portfolio-wordpress-theme/25172061
 Description:  Child theme for Arlo theme
 Author:       Frenify
 Author URI:   http://themeforest.net/user/frenify
 Template:     arlo
 Version:      3.6
 License: 	   Located in 'licensing' folder
 License URI:  license.txt
 Tags:         custom-header, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
 Text Domain:  arlo-child
*/

html body.arlo_fn_light__bg,
html .arlo_fn_two_lines .second_bottom,
html .arlo_fn_two_lines[data-skin="light"] .second_bottom {
    background-color: #f3e9d3;
}

.arlo_fn_two_lines .second_bottom:after {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.arlo_fn_two_lines[data-skin="light"] .second_info:after {
    background-color: rgba(255,255,255,.4) !important;
}

html .arlo_fn_two_lines[data-skin="light"] .arlo_fn_social_list[data-social-type="icon"] ul li a,
html .arlo_fn_social_list[data-social-type="icon"] ul li a {
    border-color: #631D76 !important;
    color: #631D76 !important;
}

html .arlo_fn_two_lines[data-skin="light"] .arlo_fn_social_list[data-social-type="icon"] ul li a:hover,
html .arlo_fn_social_list[data-social-type="icon"] ul li a:hover {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

html .arlo_fn_two_lines .container {
    max-width: 1250px;
}

.arlo_fn_two_lines[data-skin="nonelight"] .second_top {
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.arlo_fn_two_lines[data-skin="light"] .second_top,
.arlo_fn_two_lines .second_top {
    background-color: #050404;
}

.arlo_fn_two_lines[data-skin="light"] .second_info a {
    color: #ffffff;
}

.arlo_fn_two_lines .second_info a,
.arlo_fn_nav_extra_button a {
    font-family: inherit;
}

.arlo_fn_two_lines .tt_left .fn_logo a,
.arlo_fn_mobilemenu_wrap .menu_logo a {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: #631d76;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 35%);
}

body.home .arlo_fn_two_lines .tt_left .fn_logo a {
    color: #631d76;
}

.arlo_fn_two_lines .tt_left .fn_logo a span,
.arlo_fn_mobilemenu_wrap .menu_logo a span {
    color: #ffd300;
}

.arlo_fn_footer {
    border-top: 8px solid #631d76;
}

.arlo_fn_footer.arlo_business1 .footer_widget {
    padding: 100px 0px;
}

.arlo_fn_footer.arlo_business1 .wid-title span {
    color: #631d76;
    font-size: 21px;
    font-weight: 600;
    font-family: inherit;
    text-transform: none;
}

.arlo_fn_footer .widget_block {
    margin-bottom: 10px;
}

.arlo_fn_footer .footer_bottom_in {
    padding: 40px 0;
}

.arlo_fn_footer .footer_copyright p,
.arlo_fn_footer .footer_copyright a,
.arlo_fn_footer.arlo_business1 .widget_nav_menu ul li a,
footer .widget_block,
footer .widget_block a {
    color: #ffffff;
}

.arlo_fn_footer .footer_copyright a {
    text-decoration: underline;
}

html div.wpcf7-response-output {
    display: block;
    width: 100%;
}

.btn-lnk {
    color: #601c73;
    font-weight: 500;
}

.elementor-widget-text-editor.margin-0 p:last-of-type,
.elementor-widget-text-editor.margin-0 ul:last-of-type {
    margin-bottom: 0px !important;
}

.wpcf7-form label,
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control-wrap select {
    width: 100%;
    display: inline-block;
    max-width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap select {
    border: none;
    background: #ffffff;
}

.wpcf7-form label select {
    width: 100%;
}

.fn_cs_contact_shortcode input[type="text"],
.fn_cs_contact_shortcode input[type="tel"],
.fn_cs_contact_shortcode input[type="email"],
.fn_cs_contact_shortcode textarea {
    border: none !important;
    background-color: #ffffff !important;
}

.sticky-box {
    position: sticky;
    top: 60px;
}

.card .elementor-image-box-wrapper:hover .elementor-image-box-img img {
    transition: all 0.3s ease;
    transform: scale(1.05);
}

.karin-image .elementor-widget-container {
    -webkit-filter: drop-shadow(5px 10px 7px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(5px 10px 7px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(5px 10px 7px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(5px 10px 7px rgba(0, 0, 0, 0.3));
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #ffffff;
}

.img-max-height .elementor-widget-container {
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

#menu-main-menu .menu-item-has-children .arlo_fn_submenu {
    list-style-type: none;
    position: absolute;
    display: none;
    min-width: 200px;
    background-color: #ffffff;
    padding: 0px;
    box-shadow: 1px 7px 17px rgb(0 0 0 / 30%);
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    top: 97%;
    z-index: 99;
}

#menu-main-menu .menu-item-has-children:hover .arlo_fn_submenu {
    display: block;
}

#menu-main-menu .menu-item-has-children .arlo_fn_submenu li {
    margin: 0;
}

#menu-main-menu .menu-item-has-children .arlo_fn_submenu li a {
    display: block;
    padding: 10px 10px;
    color: #000000;
    text-decoration: none;
}

#menu-main-menu .menu-item-has-children .arlo_fn_submenu li a:hover {
    background-color: #eaeaea;
}

@media (min-width: 770px) {
    .three-columns .fn_cs_process_wrap ul li {
        width: 33.3333%;
    }
}

@media (min-width: 769px) and (max-width: 1040px) {
    .img-max-height .elementor-widget-container {
        max-height: 640px;
    }
}

@media (max-width: 1040px) {
    html .contact-whatsapp .button {
        padding: 10px 15px 10px 15px;
        font-size: 14px;
    }
}

@media (max-width: 769px) {
    .img-max-height .elementor-widget-container {
        max-height: 450px;
    }
}

.contact-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.contact-whatsapp .button {
    background: #25d366;
    border-color: transparent;
    display: flex;
    padding: 15px 20px 15px 20px;
    border-radius: 3px;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-whatsapp .button:hover,
.contact-whatsapp .button:focus,
.contact-whatsapp .button:active {
    background-color: #128c7e !important;
    border-color: #128c7e !important;
    transform: none;
    color: #fff !important;
}

.contact-whatsapp img {
    width: 22px;
    height: 22px;
}

.contact-whatsapp .title {
    display: block;
    margin-left: 10px;
    color: #fff;
}

.ppt-headline {
    overflow: visible;
    display: inline-block;
    position: relative;
}
.ppt-headline svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
    z-index: 2;
}
.ppt-headline svg path {
    stroke: #631d76;
    stroke-width: 9;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.price-tag {
    background: #ffd300;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
    height: 30px;
    line-height: 30px;
    margin-left: 1rem;
    padding: 0 0.666rem;
    position: relative;
    text-align: center;
    font-weight: 600;
    color: #631d76;
    box-shadow: 6px 5px 10px -2px rgb(0 0 0 / 15%);
}

.price-tag:after {
    background: inherit;
    border-radius: 5px;
    display: block;
    content: "";
    height: 24px;
    position: absolute;
    left: 1px;
    top: -2px;
    transform-origin: top left;
    transform: rotate(45deg);
    width: 24px;
    z-index: -1;
}

