* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    color: black;
}
body {
    display: flex;
    flex-direction: column;
    background-color: #edf2f6;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    color: #444;
    background-attachment: fixed;
}
html, body {
    height: 100%;
}
.wrapper {
    flex: 1 0 auto;
    padding-top: 40px;
}
.inner {
    max-width: 900px;
    margin: 0 auto;
}
header {
    background-color: white;
    padding: 15px;
}
.legal {
    flex-shrink: 0;
    background-color: #2a4153;
    color: white;
    padding: 15px;
    font-size: 0.85em;
    margin-top: 50px;
}
.legal a {
    color: #3ec5b7;
}
.legal .contact {
    float: right;
}
.content-box {
    background-color: white;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 0 rgba(221,228,230,1);
    margin: 30px 0;
}
h1 {
    text-align: center;
    font-weight: 300;
}
p {
    color: #AAB3BA;
}
.rates {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.rate-widget {
    margin: 30px auto;
}
.rate-widget img {
    max-width: 50px;
    display: block;
    margin: 0 5px;
}
.rate-widget a {
    text-decoration: none;
    outline: none;
}
.accordion {
    background-color: #f6fafb;
    padding: 15px;
    padding-top: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.accordion .contents {
    display: none;
}
.accordion h3 {
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    margin: 0;
    font-size: 1.4em;
    color: #AAB3BA;
}
.accordion h3.feedback-thanks {
    color: black;
}
.accordion .secondary {
    margin-top: 25px;
}
.accordion .secondary h3 {
    padding-top: 25px;
    border-top: 1px dotted #cad6e0;
}
.rating-comment-form {
    display: block;
    max-width: 600px;
    margin: 20px auto;
}
.rating-comment-form textarea {
    width: calc(100% - 24px);
    height: 100px;
    padding: 10px;
    border: 2px solid #84929d;
    border-radius: 10px;
    font-size: 1.1em;
}
.rating-comment-form .submit {
    text-align: center;
}
.rating-comment-form input {
    border: 0;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 1.1em;
    background-color: #3dc4b6;
    cursor: pointer;
    color: white
}
.rating-comment-form input:hover {
    background-color: #42cfc0;
}
#anonymous-email {
    background-color: white;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: black;
    display: block;
    width: 96.8%;
    border-radius: 5px;
}
#email-legal-label {
    margin-top: 10px;
    display: block;
}
.email-disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    pointer-events: none;
}
.errors {
    text-align: center;
    color: red;
    padding: 0;
}
.errors li {
    list-style: none;
    font-size: 0.9em;
}
.reviews {
    margin-top: 25px;
    text-align: center;
}
.reviews-grid {
    max-width: 600px;
    margin: 0 auto;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
}
.reviews-grid div {
    display: inline-block;
    width: 30%;
}
.reviews a {
    position: relative;
    display: inline-block;
    padding: 15px;
    border-radius: 100px;
    text-decoration: none;
    outline: none;
    margin-bottom: 45px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
}
.reviews a::after {
    position: absolute;
    bottom: -25px;
    left: -15px;
    font-size: 0.8em;
}
.reviews .ta {
    background-color: #04a780;
    background-image: url('images/rate-tripadvisor.svg');
    background-size: 25px 25px;
}
.reviews .ta::after {
    content: "TripAdvisor";
}
.reviews .google {
    background-color: #4185f5;
    background-image: url('images/rate-google.svg');
}
.reviews .google::after {
    content: "Google";
    left: 0;
}
.reviews .fb {
    background-color: #4678c1;
    background-image: url('images/rate-fb.svg');
}
.reviews .fb::after {
    content: "Facebook";
    left: -6px;
}
.reviews .trustpilot {
    background-color: #2b4053;
    background-image: url('images/rate-trustpilot.svg');
    background-size: 25px 25px;
}
.reviews .trustpilot::after {
    content: "Trustpilot";
    left: -7px;
}
.reviews .zomato {
    background-color: #f7404d;
    background-image: url('images/rate-zomato.svg');
    background-size: 15px 15px;
}
.reviews .zomato::after {
    content: "Zomato";
    left: -1px;
}
.reviews .yelp {
    background-color: #d42121;
    background-image: url('images/rate-yelp.svg');
}
.reviews .yelp::after {
    content: "Yelp";
    left: 10px;
}
.reviews .holiday {
    background-color: #0058A3;
    background-image: url('images/rate-holidaycheck.svg');
    background-size: 50px 50px;
    background-position: 50% 50%;
}
.reviews .holiday::after {
    content: "HolidayCheck";
    left: -21px;
}

.box.show .contents {
    display: block;
}
.box.show h3 {
    color: black;
}

.conversation h1 {
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 28px;
    border-bottom: 1px solid #C0C0C0;
}
.conversation .content-box {
    padding: 0;
}
.conversation .conversation-text {
    font-size: 14px;
    padding: 15px;

    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.conversation .conversation-text p {
    color: #444;
}
.conversation .date {
    padding: 10px 15px;
    font-size: 12px;
    margin: 0;
    color: #3BC4B4;
    border-top: 1px solid #E9F1F3;
}
.conversation .date span {
    float: right;
}
.conversation .responder_message .date {
    color: #6DACEF;
}
.conversation-form {
    padding: 0;
}
.conversation-form h3 {
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #E9F1F3;
    padding: 15px;
    padding-bottom: 10px;
}
.conversation-form form {
    display: block;
    margin-top: 10px;
    color: #9FBDC7;
    padding: 15px;
}
.conversation-form p {
    font-size: 14px;
}
.conversation-form textarea {
    display: block;
    border: 2px solid #9FBDC7;
    border-radius: 8px;
    padding: 10px;
    font-size: 1.2em;
    width: 97.5%;
}
.conversation-form input[type="submit"] {
    background-color: #3BC4B4;
    color: white;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 8px;
}
.subscription {
    text-align: center;
}
.subscription, .conversation-box {
    padding: 15px;
}
.subscription-form {
    text-align: center;
}
.subscription-form input {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.subscription-form input:hover {
    background-color: #ddd;
}
.privacy-footer {
    text-align: center;
    margin-top: 40px;
}
.privacy {
    line-height: 1.6em;
}
.privacy p {
    color: #222;
    margin-bottom: 10px;
    margin-top: 0;
}
.privacy h2 {
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 22px;
}

@media only screen and (max-width: 700px) {
    .conversation-form textarea {
        width: 96%;
    }
}
@media only screen and (max-width: 600px) {
    .conversation-form textarea {
        width: 94%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 390px) {
    .conversation-form textarea {
        width: 93%;
    }
}