/*
Theme Name: Curtains Fabric Child
Author: TheMagnifico52
Theme URI: https://www.themagnifico.net/themes/free-curtains-wordpress-theme/
Author URI: https://www.themagnifico.net/
Description: This is child theme of Curtains Fabric
Version: 1.0.0
Text Domain: curtains-fabric
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: curtains-fabric

********************************************************************************/

/* @import url("../curtains-fabric/style.css"); */


/* Basic Style */
.bypostauthor {
    font-weight: 600;
}

/*--------- Site Loader --------------*/
.preloader {
    background: #f4f9ff;
    display: flex;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
}
.load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}
.load hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    animation: spin 2s ease infinite;
    opacity: 1;
}
.load :first-child {
    background: #ed2690;
    animation-delay: -1.5s
}
.load :nth-child(2) {
    background: #3E3E3E;
    ;
    animation-delay: -1s
}
.load :nth-child(3) {
    background: #ed2690;
    animation-delay: -0.5s
}
.load :last-child {
    background: #3E3E3E;
}

@keyframes spin {
    0%,
    100% {
        transform: translate(0)
    }
    25% {
        transform: translate(160%)
    }
    50% {
        transform: translate(160%, 160%)
    }
    75% {
        transform: translate(0, 160%)
    }
}
#sticky-onoff {
    display: none;
}
.fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0 35px;
    width: 100%;
    background: #fff;
    box-shadow: -2px 2px 10px 0px #000;
    z-index: 999999;
}



/* My CSS Start */

a {
    color: #ed2690;
}
#masthead .top-info {
    background: #ed2690;
}
.slide-btn a {
    background: #ed2690;
}
.social-link i:hover {
    background: #ed2690;
}
#top-slider .slider-inner-box h3 {
    color: #ed2690;
}
#colophon {
    background: #383330;
}
.slider-inner-box h2 {
    color: #383330;
}
.headings h3 {
    color: #383330;
}
#topabr {
    padding: 8px 0;
    background-color: #000;
}
.main-navigation .current_page_item>a, .main-navigation .current-menu-item>a {
    color: #ed2690 !important;
    position: relative;
}