/*
 Theme Name:   Wiz Child (Cookie Designer)
 Theme URI:    http://themeforest.net/item/wiz-the-smart-wordpress-theme/11975026?ref=Leap13
 Description:  Cookie Designer Theme
 Author:       Christoph von Gellhorn
 Author URI:   http://cvgellhorn.com
 Template:     wiz
 Version:      1.0.0
 License:      GNU General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom...
 Text Domain:  wiz-child
*/

/*
==========================================
= Wiz Theme overrides
==========================================
*/

#leap-wrapper #header9 .mainmenu-logo-container {
    background-color: rgb(252,247,247);
    border-bottom: 2px solid #a63131;
}

#leap-wrapper #header9 .navbar-inner.navbar-fixed-top.fixed-header .mainmenu-logo-container {
    background-color: rgb(252,247,247);
}

#leap-wrapper #header9 .topbar-block {
    display: none;
}

#leap-wrapper #header9 .logo a img {
    margin-top: 0;
}

#leap-wrapper .form-control {
    border-radius: 2px;
}

#leap-wrapper .form-control:focus {
    border-color: #e49135;
}

.main-menu > li:hover,
.main-menu > li.sfHover {
    border-color: transparent !important;
}

.main-menu > li ul li a:hover {
    border-color: #f4e6e6 !important;
}

#crumbs > span:first-child {
    display: none;
}

#leap-wrapper #title .row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border-color: #f4e6e6;
    border-radius: 2px;

    -webkit-transition: border-color ease-in-out 150ms;
         -o-transition: border-color ease-in-out 150ms;
            transition: border-color ease-in-out 150ms;
}

.wpcf7-form .wpcf7-form-control-wrap input:focus,
.wpcf7-form .wpcf7-form-control-wrap textarea:focus {
    border-color: #e49135;
}

.wpcf7-form div.wpcf7-validation-errors {
    border-radius: 2px;
}

.wpcf7-form input[type="submit"] {
    margin-bottom: 0;
}

@media screen and (max-width: 767px)  {
    #leap-wrapper #header9 .nav-container .mainmenu-logo > .logo {
        width: 30%;
    }

    #leap-wrapper #header9 .logo a img {
        max-height: 80px;
    }

    #leap-wrapper #header9 .slicknav_btn.slicknav_open {
        margin-bottom: 38px;
    }

    #leap-wrapper #header9 .navbar-inner {
        padding-top: 0;
    }

    #leap-wrapper #footer-sidebar .col-sm-3 {
        margin-top: 30px;
    }

    #leap-wrapper #footer-sidebar .col-sm-3:first-child {
        margin-top: 0px;
    }
}
