/*
Theme Name: Reviews Site Apple
Author: Dmitriy Skoryk
Description: Development for Reviews Site by Dmitriy Skoryk.
Version: 1.0
Author URI:  http://studioten.org/
Text Domain: reviews-theme-apple
*/

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
a {
    transition: all .15s ease-in-out;
}
a:hover {
    text-shadow: 0 0 0.65px #636363, 0 0 0.65px #636363;
}
.hidden {
    display: none;
}
.dropdown-menu {
    position: absolute;

    max-width: 300px;
    width: 300px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    z-index: 11;
    display: none;
}
.dropdown-menu .mini-title {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    font-weight: normal;
    margin: 20px 0 15px;
}
.dropdown-menu a {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #636363;
    text-decoration: none;
    margin: 0 0 20px;
}
#action-reviews.dropdown-menu a{
    margin: 0 0 10px;
}
.dropdown-menu a img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin: 0 20px 0 0;
    transition: all .15s ease-in-out;
}
.dropdown-menu a:hover img {
    filter: brightness(0.5);
}
.dropdown-menu > a:last-child {
    margin: 0;
}
.dropdown-menu .group {
    margin: 30px 0 0 0;
}
.dots-menu {
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
    padding: 0 15px;
}
.dots-menu .dot {
    background: #7AB5FB;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.dots-menu .dot:not(:last-child) {
    margin-bottom: 3px;
}
.rating-wrap {
    font-size: 18px;
    line-height: 21px;
    color: #FFB233;
    display: flex;
    align-items: center;
}
.rating-wrap .number {
    margin: 0 8px 0 0;
}
.rating-wrap i.fa {
    font-size: 24px;
    margin: 0 1px;
}
.main-title {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #636363;
    margin: 0;
}
.main-desc {
    color: #999999;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.03em;
}

.single-companies .company-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto 0;
}
.single-companies .company-wrap .left-block {
    width: 100%;
    margin: 0 3% 0 0;
}
.single-companies .company-wrap .block-companies {
    width: 29%;
}
.single-companies .company-wrap .company-info {

    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    border-radius: 0px 10px;
    padding: 30px 40px 75px 40px;
    position: relative;
}
.single-companies .company-wrap .company-info .send-complaint-for-company{
    width: fit-content;
    position: absolute;
    right: 20px;
    color: #7AB5FB;
    top: 20px;
    /*display: none;*/
}
.single-companies .company-wrap .company-info .title-company {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
}
.single-companies .company-wrap .company-info .title-company img{
    max-width: 200px;
}
.single-companies .company-wrap .company-info .rating-wrap {
    /*margin: 30px 0 0;*/
    font-size: 30px;
    line-height: 35px;
}
.h1 h1 {
	margin: 0;
}
.postmeta-fields {
	margin: 0 20px;
}
.postmeta-fields span {
    font-weight: bold;
}
.jspan_location {
	cursor: pointer;
}
.single-companies .company-wrap .company-info .rating-wrap .number {
    margin: 0 10px 0 0;
}
.single-companies .company-wrap .company-info .rating-wrap i.fa {
    font-size: 20px;
    margin: 0 2px;
}
.single-companies .company-wrap .company-info .title-company .name {
    font-size: 24px;
    color: #636363;
    font-weight: 500;
    margin: 0 0 0 30px;
}
.single-companies .company-wrap .company-info .left {
    max-width: 100%;
    padding-top: 20px;
}
.single-companies .company-wrap .company-info .views-reviews-info {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #636363;
    text-align: right;
}
.single-companies .company-wrap .company-info .views-reviews-info .views {
    margin: 0 0 5px;
}
.single-companies .company-wrap .company-info .desc {
   /* margin: 15px 0 0;*/
    font-size: 18px;
    line-height: 21px;
    color: #222;
    word-break: break-word;
}
.single-companies .company-wrap .company-info .desc h1,
.single-companies .company-wrap .company-info .desc h2,
.single-companies .company-wrap .company-info .desc h3 {
    font-size: 26px;
    line-height: 32px;
}
.single-companies .block-companies .items{
    margin: 25px 0 0 0;
}
.single-companies .block-companies .items .item {
    min-height: 123px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    border-radius: 0px 10px;
    padding: 5px 25px;
    display: flex;
    margin: 0 0 10px;
    position: relative;
    align-items: center;
}
.single-companies .block-companies .items .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.single-companies .block-companies .items .item img {
    max-width: 140px;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
.single-companies .block-companies .items .item .desc {
    margin-left: 30px;
}
.single-companies .block-companies .items .item .desc .name {
    font-size: 20px;
    color: #636363;
    margin: 0 0 5px;
    word-break: break-word;
}
.single-companies .block-companies .items .item .desc .reviews {
    font-size: 14px;
    line-height: 16px;
    color: #636363;
    margin: 5px 0 0 0;
}
.single-companies .actions-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 25px 0;
}
.single-companies .actions-wrap .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.single-companies .actions-wrap .action > img {
    width: 50px;
    margin: 0 0 5px;
    transition: all .15s ease-in-out;
}
.single-companies .actions-wrap .action > a:hover ~ img{
    filter: brightness(0.5);
}
.single-companies .actions-wrap .action > span {
    font-size: 18px;
    line-height: 21px;
    color: #636363;
    text-align: center;
    transition: all .15s ease-in-out;
}
.single-companies .actions-wrap .action > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.single-companies .actions-wrap .action > a:hover ~ span {
    text-shadow: 0 0 0.65px #636363, 0 0 0.65px #636363;
}
.single-companies .actions-wrap .action .dropdown-menu {
    top: 100%;
    right: 50%;
}
.single-companies .actions-wrap .action .dropdown-menu#action-reviews {
    transform: translateX(50%);
}
.single-companies .actions-wrap .action .user-is-subscribed {
    background: rgba(255,255,255,.5);
}
.single-companies .comments-wrap .comment{
    background: #f8f8f8;
    vertical-align: top;
    border-radius: 6px;
    padding: 13px 16px 16px;
    width: 31%;
    margin: 10px 0 0 20px;
    display: inline-block;
    position: relative;
	
  max-height: 245px;
  outline: none;
  overflow: hidden;
  transition: max-height 1s ease-out;
}
.single-companies .comments-wrap .comment:hover {
	max-height: 1500px;
    transition: max-height 1s ease-in;
	cursor: pointer;

}
.we-customer-ratings {
	margin: 20px 10px;
}
.we-customer-ratings__stats {
    display: inline-flex;
    vertical-align: bottom;
    justify-content: space-between;
	width:32%;
	max-width: 32%;
}
.l-column {
    flex-shrink: 0;
    width: 32%;
	margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
}

.we-customer-ratings__averages {
    text-align: center;
    color: #636366;
    font-size: 17px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
    float: left;
}

.we-customer-ratings__averages__display {
	display: inline-block;
    margin-bottom: 10px;
    line-height: 43px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.07em;
    color: #4c4c50;
    margin-right: 3px;
}
.we-customer-ratings__count {
	align-self: flex-end;
	display: block;
    margin-top: 30px;
    text-align: right;
    color: #636366;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    
}
.we-star-bar-graph__row {
    display: flex;
    align-items: center;
}

.we-star-bar-graph__stars {
    width: 10px;
    height: 9px;
    display: inline-block;
    background-image: url(assets/images/five-star-rating-gray.svg);
    background-size: 49px 9px;
    background-position: 100% center;
    background-repeat: no-repeat;
    margin-left: auto;
}
.we-star-bar-graph__stars--5 {
    width: 49px;
}
.we-star-bar-graph__stars--4 {
    width: 39.5px;
}
.we-star-bar-graph__stars--3 {
    width: 29.5px;
}
.we-star-bar-graph__stars--2 {
    width: 19.5px;
}

.we-star-bar-graph__bar {
    width: calc(100% - 59px);
    height: 2px;
    position: relative;
    top: 1px;
    background-color: #efeff4;
    border-radius: 4px;
    margin-left: 10px;
    z-index: 1;
}
.we-star-bar-graph__bar__foreground-bar {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #636366;
    border-radius: 4px;
    left: 0;
    z-index: 1;
}
.single-companies .comments-wrap .comment.is_hidden:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255, .7);
    border-radius: 0 10px;
    transition: all .15s ease;
}

.single-companies .comments-wrap .comment.is_hidden:hover:before {
    /*display: none;*/
    background: rgba(255,255,255, 0);
}

.single-comment .comment {
    position: relative;
}
.single-companies .comments-wrap .load-more-reviews {
    margin: 0 auto;
}
.single-companies .comments-wrap .comment .comment-header,
.single-comment .comment .comment-header {
    display: flex;
    align-items: center;
}
.single-companies .comments-wrap .comment .comment-header img,
.single-comment .comment .comment-header img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 20px 0 0;
}
.single-companies .comments-wrap .comment .rating-wrap .number,
.single-comment .comment .rating-wrap .number {
    display: none;
}
.single-companies .comments-wrap .comment .comment-header .name,
.single-comment .comment .comment-header .name {
    font-size: 12px;
    line-height: 1.33337;
    color: #636363;
    font-weight: 600;
    margin: 8px 0 0;
}
.single-companies .comments-wrap .comment .comment-header .when-written,
.single-comment .comment .comment-header .when-written {
    margin: 0 0 0 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}
.single-companies .comments-wrap .comment .comment-text,
.single-comment .comment .comment-text {
    margin: 25px 0 0 0;
}
.single-companies .comments-wrap .comment .comment-text .title,
.single-comment .comment .comment-text .title {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #636363;
}
.single-companies .comments-wrap .comment .comment-text .title a {
    text-decoration: unset;
    color: #636363;
	font-size: 14px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
    
}
.single-companies .comments-wrap .comment .comment-text .desc,
.single-comment .comment .comment-text .desc {
    font-size: 14px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    
	
}

.single-companies .comments-wrap .comment .comment-text .desc iframe,
.single-comment .comment .comment-text .desc iframe {
    width: 100%;
    margin: 15px 0;
}

.single-companies .all-pluses-minuses-wrap {
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    border-radius: 0px 10px;
    padding: 30px 17px 30px 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-companies .all-pluses-minuses-wrap > div {
    width: 48%;
}
.single-companies .all-pluses-minuses-wrap ol {
    margin: 15px 0 0 0;
    padding: 0 0 0 19px;
}
.single-companies .all-pluses-minuses-wrap ol li {
    margin: 0 0 10px;
}
.single-companies .all-pluses-minuses-wrap ol li.not-set {
    list-style: none;
    margin: 0 0 0 -19px;
}
.single-companies .all-pluses-minuses-wrap > div .title {
    font-size: 21px;
    line-height: 21px;
    color: #8AC249;
    margin: 0 0 10px;
}
.single-companies .all-pluses-minuses-wrap > div.minuses-wrap .title {
    color: #FF0000;
}

/*child comment*/
.single-comment .comments-wrap > .comment > .comments-child-wrap.active,
.single-comment .company-info > .comment > .comments-child-wrap.active,
.page-template-myaccount .comments-wrap > .comment > .comments-child-wrap.active{
    margin-left: 0;
}
.single-companies .comments-wrap .comments-child-wrap.active,
.single-comment .comment .comments-child-wrap.active,
.page-template-myaccount .comment .comments-child-wrap.active{
    margin: 10px 0 0 25px;
}
.single-companies .comments-wrap .comments-child-wrap .comment,
.single-comment .comments-child-wrap .comment,
.page-template-myaccount .comments-child-wrap .comment{
    margin: 0 0 10px;
    box-shadow: unset;
    /*padding: 0;*/
    padding: 15px 15px 10px 9px;
}
.single-companies .comments-wrap .comments-child-wrap .comment:last-child,
.single-comment .comments-child-wrap .comment:last-child,
.page-template-myaccount .comments-child-wrap .comment:last-child{
    margin: 0;
}
.single-companies .comments-wrap .comments-child-wrap .comment .comment-header img,
.single-comment .comments-child-wrap .comment .comment-header img,
.page-template-myaccount .comments-child-wrap .comment .comment-header img{
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
}
.single-companies .comments-wrap .comments-child-wrap .comment .comment-header .name,
.single-comment .comments-child-wrap .comment .comment-header .name,
.page-template-myaccount .comments-child-wrap .comment .comment-header .name{
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}
.single-companies .comments-wrap .comments-child-wrap .comment .comment-header .when-written,
.single-comment .comments-child-wrap .comment .comment-header .when-written,
.page-template-myaccount .comments-child-wrap .comment .comment-header .when-written{
    margin: 0 0 0 5px;
}
.single-companies .comments-wrap .comments-child-wrap .comment .comment-text,
.single-comment .comments-child-wrap .comment .comment-text,
.page-template-myaccount .comments-child-wrap .comment .comment-text{
    margin: 10px 0 0;
}
.single-companies .comments-wrap .comments-child-wrap .comment .comment-text .desc,
.single-comment .comments-child-wrap .comment .comment-text .desc,
.page-template-myaccount .comments-child-wrap .comment .comment-text .desc{
    font-size: 16px;
}
.single-companies .comments-wrap .comments-child-wrap .comment .comment-text .desc p,
.single-comment .comments-child-wrap .comment .comment-text .desc p,
.page-template-myaccount .comments-child-wrap .comment .comment-text .desc p{
    margin: 5px 0;
}
.load-comments {
    font-size: 14px;
}
/*child comment*/

/*official comments*/
.main-official-review {
    margin: 35px 0 0 0;
    background: #F9F8F4;
    border-left: 10px solid #7AB5FB;
    padding: 30px 25px 20px 18px;
    position: relative;
}
.main-official-review h3 {
    margin: 0 0 10px;
    color: #636363;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
}
.main-official-review .when-written {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #636363;
    font-size: 12px;
}
.main-official-review .review-content {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #999999;
}

.child-official-review {
    background: #F9F8F4!important;
    padding: 15px 15px 10px 9px!important;
    border-left: 5px solid #7AB5FB!important;
    border-radius: unset!important;
}
/*official comments*/

.single-companies .company-wrap .company-next {
    width: 100%;
    margin: 30px 0 0 0;
}
.single-companies .company-wrap .company-next .title-company {
    position: relative;
}
.single-companies .company-wrap .company-next .title-company a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.single-companies .company-wrap .company-next .company-next-link-wrap {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
}
.single-companies .company-wrap .company-next .company-next-link-wrap a {
    white-space: nowrap;
    background: #FFB233;
    border-radius: 10px;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0;
}

.comment-pluses {
    margin: 0 0 25px;
}
.comment-likes {
    margin: 10px 0 0 0;
    text-align: right;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #999;
}
.comment-likes .minus {
    color: #FF0000;
}
.comment-likes .plus {
    color: #8ac249;
}
.comment-pluses h3, .comment-minuses h3 {
    font-size: 18px;
    line-height: 21px;
    color: #8AC249;
    margin: 0 0 10px;
}
.comment-minuses h3 {
    color: #FF0000;
}
.comment-pluses p, .comment-minuses p {
    margin: 0;
    font-weight: 400;
    line-height: 21px;
    color: #222;
}

.comment .images-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.comment .images-wrap a {
    width: 15%;
    height: 120px;
    margin: 0 1.66% 0 0;
}
.comment .images-wrap a:hover {
    text-shadow: unset;
}
.comment .images-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ui-menu .company-li-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px 5px!important;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-menu .company-li-wrap img {
    width: 50px;
    height: auto;
    object-fit: cover;
    margin-right: 20px;
}
.ui-menu .company-li-wrap .title-wrap {
    flex: 1;
}
.ui-menu-item .ui-menu-item-wrapper. {
    transition: all .15s ease-in-out;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #7AB5FB!important;
    border-color: #7AB5FB!important;
}
.response-message {
    padding: 10px;
    background: #0080004a;
    color: green;
    font-weight: 600;
    margin: 20px 0;
    display: none;
}
.response-message.status-error {
    background: #ff00004a;
    color: red;
}

/*search results*/
.content-masonry {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
}
.content-masonry .post-masonry {
    float: left;
    width: 31%;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    border-radius: 0px 15px;
    padding: 20px;
    margin: 0 1.1% 15px;
}
.content-masonry .post-masonry .post-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.content-masonry .post-masonry .link-to-company {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.content-masonry .post-masonry .title-img {
    max-width: 150px;
}
.content-masonry .post-masonry .views-reviews-info {
    font-size: 14px;
    line-height: 16px;
    color: #636363;
    text-align: right;
    position: relative;
    top: -6px;
}
.content-masonry .post-masonry .views {
    margin: 0 0 3px;
}
.content-masonry .post-masonry .titles {
    width: 100%;
    margin: 25px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.content-masonry .post-masonry .titles .name {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #636363;
    word-break: break-word;
}
.content-masonry .post-masonry .titles .company-category {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #999999;
    margin: 3px 0 0 0;
}
.content-masonry .post-masonry .rating-wrap .number {
    margin: 0 7px 0 0;
}
.content-masonry .post-masonry .post-text{
    margin: 40px 0 0 0;
}
.content-masonry .post-masonry .post-text .title {
    margin: 40px 0 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #636363;
}

.content-masonry .post-masonry .post-text .desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    word-break: break-word;
}

.tax-company_categories .seo-text {
    margin: 30px 0;
}

/* company faq */
.single-companies .company-faq .company-info {
    padding: 30px 15px;
}
.single-companies .company-faq .company-info .left {
    max-width: 100%;
}
.single-companies .company-faq .company-info .title-company .name {
    margin: 0;
}
/* company faq */


/*review images galleries*/
.galleries-wrap {
    margin: 0 0 25px;
}
.galleries-wrap div.owl-carousel img{
    width: 115px;
    height: 115px;
    object-fit: cover;
}

.galleries-wrap .owl-nav {
    margin: 0;
}
.galleries-wrap .owl-theme .owl-nav button {
    position: absolute;
    top: calc(50% - 22.5px);
    margin: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border-radius: 50px;
    outline: none;
    color: #636363;
    background: none;
    transition: all .15s ease;
}
.galleries-wrap .owl-theme .owl-nav button.disabled {
    color: #636363;
    background: none;
}
.galleries-wrap .owl-theme .owl-nav button:hover {
    background: #FFB233;
    color: #fff;
}
.galleries-wrap .owl-theme .owl-nav button.disabled:hover {
    background: none;
    color: #636363;
}
.galleries-wrap .owl-theme .owl-nav button i {
    font-size: 24px;
}
.galleries-wrap .owl-nav button.owl-prev {
    left: -35px;
}
.galleries-wrap .owl-item {
    border: 1px solid #dddfe2;
    overflow: hidden;
    display: block;
}
.galleries-wrap .owl-nav button.owl-next {
    right: -35px;
}
.single-companies .fancybox-caption__body {
    padding: 0 30px;
}
.single-companies .fancybox-caption__body h4 {
    font-size: 18px;
    margin: 0;
}
/*review images galleries*/

@media screen and (max-width: 1366px) {
    .single-companies .actions-wrap .action .dropdown-menu#action-reviews {
        right: auto;
        transform: none;
        left: 0px;
    }
}
@media screen and (max-width: 992px) {
    .single-companies .company-wrap .block-companies {
        display: none;
    }
    .single-companies .company-wrap .left-block {
        margin: 0;
        width: 100%;
    }
    .content-masonry .post-masonry {
        width: 45%;
        margin: 0 2.5% 15px;
    }
    .galleries-wrap .owl-nav button.owl-prev {
        left: 0;
    }
    .galleries-wrap .owl-nav button.owl-next {
        right: 0;
    }
    .single-companies .fancybox-caption__body {
        padding: 0 10px;
    }
}
@media screen and (max-width: 768px) {
	.single-companies .company-wrap .company-info .title-company {
		flex-wrap: wrap;
	}
	.l-column {
		width:65%;
		vertical-align: top;
	}
	.l-column figure {
		margin: 0;
	}
	.we-customer-ratings__count {
		display: none;
	}
	.single-companies .comments-wrap .comment {
		width:45%;
		margin: 10px;
	}
    .single-companies .actions-wrap .action > span {
        display: none;
    }
    .content-masonry .post-masonry {
        width: 100%;
        margin: 0 0 15px;
        float: unset;
        position: relative;
    }
    .content-masonry {
        flex-wrap: wrap;
    }
    .single-companies .all-pluses-minuses-wrap > div {
        width: 100%;
    }
    .single-companies .all-pluses-minuses-wrap > div:first-child {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 480px){
	.we-customer-ratings {
		margin: 20px 0;
	}
	.single-companies .comments-wrap .comment {
		width:100%;
		margin: 10px 0;
	}
    .single-companies .company-wrap .company-next .company-info {
        padding: 30px 15px 90px;
    }
    .single-companies .company-wrap .company-next .company-info .company-next-link-wrap{
        bottom: 60px;
    }
    .single-companies .company-wrap .company-info{
        padding: 30px 15px 50px 15px;
    }
    .single-companies .company-faq .company-info {
        padding: 15px;
    }
    .dropdown-menu {
        width: 280px!important;
        right: 0!important;
        left: auto;
    }
    .single-companies .comments-wrap .comment .comment-header .when-written,
    .single-comment .comment .comment-header .when-written {
        display: block;
        margin: 10px 0 0 0;
    }
    .single-companies .company-wrap .company-info .title-company {
        flex-wrap: wrap;
    }
    .single-companies .company-wrap .company-info .title-company .name {
        flex-basis: 100%;
        margin: 20px 0 0 0;
    }
    .single-companies .company-faq .company-info .title-company .name {
        margin: 0;
    }
}