/*
Theme Name: Reviews Child
Author: DJMiMi
Theme URI: http://themeforest.net/user/DJMiMi
Author URI: http://themeforest.net/user/DJMiMi
License: GPL 2.0
Template: reviews
License URI: license.txt
Description:  Product And Service Reviews WP Theme
Version: 1.0
Tags: light
*/

.single .owl-carousel{
	display: none;
}

#commentform{
	display: flex;
	flex-direction: column;
}

#commentform .acf-comment-fields{
	order: 6;
}
#commentform .form-submit{
	order: 7;
}
#commentform .acf-comment-fields label{
	font-weight: normal;
}
#commentform .acf-comment-fields input{
	    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    background: #f5f5f5;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 13px;
    line-height: 23px;
    color: #676767;
    width: 100%;
    float: none;
}

#commentform .acf-field{
	margin-top: 0;
	margin-bottom: 10px;
}



#commentform .acf-label{
	margin-top: 0;
	margin-bottom: 0px;
}
.home .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}
.home .reviews-box .blog-media{
	min-height: 200px;
}

.home .owl-item .reviews-box.white-block{
	min-height: 565px;
}

.home .owl-carousel .owl-item img {
    width: auto !important;
    max-width: 100% !important;
    max-width: 308px !important;
    display: block;
    margin: 0 auto;
}