.reviews_column .reviews_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.innovate_reviews_title {
    font-size: 36px;
    font-weight: 700;
    color: #505050;
    letter-spacing: -0.2px;
}


#security_check_error_msg{
    display:none;
}
#all_post_listing_shortcode_list_table_wrapper .row{
	margin:0px !important;
}

table#all_post_listing_shortcode_list_table th {
    font-size: 14px;
}

table#all_post_listing_shortcode_list_table td {
    font-size: 14px;
}

.reviews_form_shrtcd
{
    display: flex;
    padding: 20px 0px;
    font-size: 18px;
}
.review_shrtcd{
	width: 50%;
}
.reviews_img ul li {
    list-style: none;
    display: flex;
    gap: 11px;
 }

#reviews_from_shortcodes_div{
	margin:20px 0px 20px 15px;
    background-color: #fff;
    border: 1px solid #e5dddd;
    padding: 0px 20px 20px;
    width: 100%;
    max-width: 1137px;

}

table#all_post_listing_shortcode_list_table td{
    display: table-cell;
    vertical-align: middle;
}
.full_review{
    display:none;
}
.short_review:hover , .full_review:hover{
    cursor: pointer;
}

#all_post_listing_shortcode_list_table_wrapper .col-sm-12.col-md-6:nth-child(2) {
    display: flex;
    justify-content: end;
}
div.update_success_div, div.delete_success_div{
    color:#099360;
    background-color: #8dcbb4;
    font-size: 14px;
    display: none;
    text-align: center;
    padding: 10px;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
}
div.update_delete_error_div{
    margin: 5px 0px 5px 0px;
    font-weight: bold;
    color:#f14343;
    background-color: #e78f93;
    font-size: 14px;
    display: none;
    text-align: center;
    padding: 10px;
}


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.reviews_img ul li svg {
    width: 20px;
    height: 20px;
}
.reviews_img ul {
    display: flex;
    gap: 10px;
    justify-content: center;
	margin:20px 0px 0px !important;
	padding:0;

}
.reviews_column .reviews_img ul li span {
    color: rgb(255, 196, 80);
    font-size: 20px;
}

.reviews_column .reviews_img {
    margin: 12px 0px 55px 0px;
}

.reviews_column .reviews_img ul li {
    list-style: none;
    display: flex;
    gap: 6px;
}

.reviews_column .reviews_content {
    margin: 1rem 0rem;
}

.reviews_column .reviews_col {
    width: 29.0892114422%;
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    margin-bottom: 2rem;
}

.reviews_img ul li {
list-style: none;
}
.reviews_column {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    gap: 0;
}

.reviews_col {
    width: calc(33.33% - 32px);
    text-align: center;
}


.reviews_content p {
    color: #505050;
    font-size: 17px;
    line-height: 1.4117647059em;
    margin: 0px;
    font-family: "Lato", sans-serif;
}

.review_title h4 {
    font-weight: 700;
    line-height: 1.4285714286em;
    color: #505050;
    font-size: 14px;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
}

.review_title::before {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 5%;
    left: 5%;
    opacity: 0.8;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(80, 80, 80) 50%, rgba(255, 255, 255, 0) 100%);
}

.review_title {
    position: relative;
    margin: 0px 0px; 
    padding: 32px 0px;
}



@media screen and (max-width:991px) {
    .reviews_col {
        width: calc(50% - 32px);
    }
}


@media screen and (max-width:767px) {
    .reviews_col {
        width: 100%;
    }
}






.form_field select#review_rating {
    width: 100% ;
    height: 5rem ;
    display: block;
    width: 100%;
    padding: 0.5rem;
    color: #555;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-top: 8px;
}

.form_field textarea#review_msg {
margin-top: 8px;
    height: 5rem ;
    display: block;
    width: 100%;
    outline: 0;
    padding: 0.5rem;
    color: #555;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}



.form_field_counter {
    display: inline-block;
}


input#security_check_input   {
    border-radius: 2px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
    height: 2rem;
    height: 2.5rem;
    display: inline;
    width: 4em;
}

div#security_check_error_msg {
    font-weight: bold;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
    color: #505050;
    font-size: 13px;
    font-family: "Lato", sans-serif;
}

.submit_btn {
    display: flex;
    justify-content: end;
}


div#innovate_review_form_success p {
    line-height: 1.1764705882em;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #505050;
}

div.review_form_error_div p {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    font-weight: bold;
    font-size: 16px;
}

/* form css start here */
.innovate_reviews_title {
    font-size: 36px;
    font-weight: 700;
    color: #505050;
    letter-spacing: -0.2px;
}

.contactform .full-filed p {
    width: 100%;
}

.contactform input, .contactform textarea, .contactform select {
    border-radius: 2px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
    font-size: 13px;
    line-height: 16px;
}

.contactright_contant strong {
    font-size: 12.075px !important;
    line-height: 13.8px;
}

.contactform .half-filed {
    width: 49% !important;
}
.contactform{
    padding: 0rem 0.5rem 0rem;
}

.contactform .full-filed {
    padding: 0 0rem 1rem;
    margin-bottom: 0.5rem;
      display: flex;
    justify-content: space-between;
    width: 100%;
	flex-wrap: wrap;
}

.contactform label {
    font-size: 14px !IMPORTANT;
    line-height: 19.692px !important;
    color: #505050;
    font-weight: 600;
}
.contactform label span {
    color: #b94a48;
    padding-left: 1px;
}
.contactform .full-filed.fill_filed input, .contactform .full-filed.fill_filed textarea,  .contactform .full-filed.fill_filed select {
    height: 80px !important;
}
div#security_check_sum_num_div {
    color: #505050;
    font-size: 16px;
}
.submit_btn input[type="submit"] {
    font-size: 0.875em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4285714286em;
    padding: 0.825em 2.25em;
    background: rgb(255, 196, 80);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
	        transition: all 0.2s ease-in-out;
}
.submit_btn {
    display: flex;
    justify-content: end;
    padding: 1rem 0rem;
}


@media screen and (max-width:767px) {
    .name_first , .name_last {
        width: 100%;
        margin-top: 16px;
    }
	.clear-multi{
	flex-direction:column;
	}
}

.delete_review {
    background-color: #f44336;
    border: 1px solid #f44336;
    border-radius: 2px;
    color:#fff;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    font-family: 'Lato';
}

.update_review {
    margin-top:5px;
    background-color: #099360;
    border: 1px solid #099360;
    border-radius: 2px;
    color:#fff;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    font-family: 'Lato';
}

@media screen and (max-width: 850px){
.reviews_column .reviews_col {
    width: 45.7558781088%;
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
}
}
@media screen and (max-width: 1024px){
.reviews_content p {
    font-size: 14px;
    line-height: 20px;
}
}

@media screen and (max-width: 480px){
.reviews_column .reviews_col {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
}