<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:  Interico: Child Theme
Theme URI:   http://www.themicart.com/
Description: Child theme for the Interico WordPress Theme. Use it for manipulating the theme files so the core remains original, which is necessary for updates not to override the changes made.
Author:      Themicart
Template:    interico
Version:     1.0.0
*/

/* begin CSS code */

body h1 h2 h3 h4 h5 h6 a li p span div {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.captions-cards .project-name {
    letter-spacing: 0px;
    font-size: 1em !important;
    margin-bottom: 5px;
}

.social i {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.5);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    background: #222;
    transition: 0.2s ease;
}

header #logo img {
    height: auto;
    width: 200px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.sidebar-nav {
    width: 100%;
    margin-top: 34px;
    margin-bottom: 50px;
    clear: both;
    color: #888;
    font-size: 13px;
}

.testimonial .content-box {
    background: #F0F0F0;
}

.testimonial .content-box:before {
    border-top: 20px solid #F0F0F0;
}

#header #mainmenu &gt; li &gt; a {
    color: white;
}

.header-typography-style-2 #header #mainmenu &gt; li &gt; a {
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 5px 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#top-content-area {
    margin-top: -110px;
}

header #logo {
    position: absolute;
    top: 13;
    background-color: #333333;
    padding: 3%;
    border-radius: 4px;
}

@media screen and (min-width: 769px) {
    #top-content-area.tca-large {
        padding: 420px 0 300px 0;
    }
}

#header.affix #logo {
    top: 6px;
    background: none;
    padding: 0;
}

#header.affix #logo img {
    width: 70px;
}

#header.affix {
    background: #333333;
    border-bottom: none;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
}

@media screen and (max-width: 990px) {

    header #logo {
        top: -3px;
    }

    #mainmenu &gt; li &gt; a, .header-style-3 #header #mainmenu &gt; li &gt; a {
        background: #333333;
        color: #cacaca !important;
    }

    #top-content-area {
        margin-top: -2px;
    }

    .navbar-toggle {
        position: absolute;
        right: 25px;
    }

    #header nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: -1px;
        padding-top: 100px;
        background: #333333;
    }

    #mainmenu &gt; li &gt; a, .header-style-3 #header #mainmenu &gt; li &gt; a {
        background: #333333 !important;
        color: #cacaca !important;
    }

    .header-typography-style-2 #header #mainmenu &gt; li &gt; a {
        padding: 20px 25px;
        color: #cacaca !important;

    }

    header #logo img {
        max-width: 65px !important;
    }
}

/* CONTACT FORM 7 STYLE */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    border: 1px solid #818a91;
    border-radius: 3px;
    line-height: 1.4;
    min-height: 40px;
    height: 40px;
    padding: 5px 14px;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
    font-size: 0.93em;
    letter-spacing: 0.5px;
    color: #7a7a7a;
    margin-top: 5px;
}

.wpcf7 label {
    line-height: 1.4;
    vertical-align: middle;
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #7a7a7a;
    width: 100%;
}

.wpcf7 input[type="file"] {
    width: 100%;
    line-height: 1.4;
    vertical-align: middle;
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #7a7a7a;
}

.wpcf7 input[type="submit"], .wpcf7 input[type='submit']:focus {
    color: #54595F !important;
    background-color: #D5D5D5 !important;
    font-size: 15px !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #B8B8B8 !important;
    border-radius: 2px 2px 2px 2px !important;
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    font: inherit;
    width: 100%;
}

.wpcf7 input[type="submit"]:hover, .wpcf7 input[type='submit']:focus:hover {
    color: #54595F !important;
    background-color: #b8b8b8 !important;
    font-size: 15px !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #B8B8B8 !important;
    border-radius: 2px 2px 2px 2px !important;
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    font: inherit;
    width: 100%;
}

.wpcf7 form .wpcf7-response-output, .wpcf7-not-valid-tip {
    width: 100%;
    line-height: 1.4 !important;
    vertical-align: middle !important;
    font-family: "Rubik", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    border: none;
    margin-top: 5px !important;
    margin-left: 0px !important;
    margin-bottom: 5px !important;
    margin-right: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.wpcf7-mail-sent-ok {
    color: #398f14;
    background-color: #cfecd3;
}

.wpcf7-validation-errors {
    color: #7a7a7a;
    background-color: #fbf8a7;
}

@media (min-width: 1205px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-toggle {
        display: none
    }
}

.elementor-section ul li{
    list-style: disc;
}</pre></body></html>