/*
Theme Name: Boxly Child Theme
Theme URI: https://boxly.themerex.net/
Description: Boxly is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.3.0
Tested up to: 6.9
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: boxly
Template: boxly
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.e-fab-linkedin-in{
    height: 38px !important;
    width: 38px !important;
    padding: 10px !important;
}

.footer-link a {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer-link a:hover,
.footer-link a:focus {
    text-decoration: none;
}

@media (min-width: 1279px) {
    .home-marquee>.e-con-inner {
        max-width: unset;
        width: calc(100% - 130px);
        margin: 0 70px 0 60px;
    }
}

@media (max-width: 1278px) and (min-width: 768px) {
    .home-marquee>.e-con-inner {
        max-width: unset;
        width: calc(100% - 50px);
        margin: 0 30px 0 20px;
    }
}

.contact-form form input:not([type="checkbox"]),
.contact-form form textarea {
    width: 100% !important;
}

.contact-form form .wpcf7-spinner {
    display: none;
}