/*
 Theme Name:   Enfold Child
 Description:  A custom child theme based on the Enfold Theme
 Author:       Caorda Web Solutions
 Author URI:   http://www.caorda.com/
 Template:     enfold
 Version:      1.0.1
 Text Domain:  enfold-child
*/


#header{
    .subtext{
        display: block;
        line-height: 1;
        margin-top: 20px;
        text-align: center;
        transform-origin: top center;
        transition: transform 0.25s ease;

        .tagline-wrap{
            color: #FFF;
            line-height: 1;
        }
    }

    &.header-scrolled{
        .logo{
            width: 190px!important;
        }

        .sub-text{
            transform: scale(0);
        }
    }
}

@media only screen and (min-width: 768px) and (max-width: 989px){
    #top #wrap_all{
        #header{
            &, #header_main,.container{
                height: 200px!important;
            }   

            .logo > a{
                max-height: 200px!important;
            }
        }
    }
}

@media only screen and (max-width: 767px){
    #header{
        .subtext{
            margin-top: 10px;
            text-align: left;

            .tagline-wrap{
                .tagline{
                    font-size: 12px;
                }
            }
        }

        .responsive #top #wrap_all &{
            height: 160px;
            position: fixed;

            + #main{
                padding-top: 160px!important;
            }
        }
    }
}