/*!
Theme Name: Blank
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI:
Text Domain: 
Tags:


/*# sourceMappingURL=style.css.map */


#guru-order {
    margin-top: 2em;
}

#guru-order-button:hover {
    color: white !important;
}

#guru-order-form p {
    margin-bottom: 5px;
}

#guru-order-form label,
#guru-order-form .wpcf7-form-control-wrap,
#guru-order-form .wpcf7-form-control {
    width: 100%;
}

#guru-order-form .wpcf7-form-control {
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    padding: 4px;
}

#guru-order-form input[type="submit"] {
    border: none;
}

/*
 * Fix layout breakage when there's an odd number of categories.
 */
.masonryWrap .top {
    float: right;
}

/*
 * PS 2019-04-23 slick arrow fixes.
 */
.clientsSliderWrap {
    padding-left: 20px;
    padding-right: 20px;
}

.slideshowLeftArrow, .slideshowRightArrow {
    top: 50%;
    transform: translateY(-50%);
}

.slideshowLeftArrow {
    left: 0;
    margin-left: -10px;
    background-position: left center;
}

.slideshowRightArrow {
    right: 0;
    margin-right: -10px;
}

.slideshowLeftArrow:before, .slideshowRightArrow:before {
    width: 10px;
}

.slideshowLeftArrow:before {
    background-position: left center;
}

.slideshowRightArrow:before {
    background-position: right center;
}
