@import url('//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
@import url('//fonts.googleapis.com/css?family=Yellowtail');

body.widget-snippet{
    padding: 40px;
}
body.widget-snippet .wc-snippet-history {
    padding: 30px 0;
}
/*snippet typography*/
.widget-snippet .wc-snippet-history h1,
.widget-snippet .wc-snippet-history h2,
.widget-snippet .wc-snippet-history h3,
.widget-snippet .wc-snippet-history h4,
.widget-snippet .wc-snippet-history h5,
.widget-snippet .wc-snippet-history h6 {
    font-family: 'Roboto Slab', serif;
    color: inherit;
    font-weight:500;
}
.wc-snippet-history .container {
    width: auto;
    max-width: 1170px;
}
.widget-snippet .wc-snippet-history h1, .widget-snippet .wc-snippet-history h2, .widget-snippet .wc-snippet-history h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.widget-snippet .wc-snippet-history h4, .widget-snippet .wc-snippet-history h5, .widget-snippet .wc-snippet-history h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.widget-snippet .wc-snippet-history h1 {font-size: 36px;}
.widget-snippet .wc-snippet-history h2 {font-size: 30px;}
.widget-snippet .wc-snippet-history h3 {font-size: 24px;}
.widget-snippet .wc-snippet-history h4 {font-size: 18px;}
.widget-snippet .wc-snippet-history h5 {font-size: 14px;}
.widget-snippet .wc-snippet-history h6 {font-size: 12px;}
.widget-snippet .wc-snippet-history p  {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #5e5e5e;
    line-height: 20px;
    margin: 0 0 20px;
    padding-bottom: 0;
}
.widget-snippet .wc-snippet-history a:link,
.widget-snippet .wc-snippet-history a:visited,
.widget-snippet .wc-snippet-history a:active,
.widget-snippet .wc-snippet-history a:focus {
    color: #e97d4d;
}
.widget.widget-snippet .wc-snippet-history a:focus {
    outline:none;
}
.widget-snippet .wc-snippet-history a:hover {
    color: #5e5e5e;

}
.widget-snippet .wc-snippet-history ul, .widget-snippet .wc-snippet-history ol {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}
.widget-snippet .wc-snippet-history ul li, .widget-snippet .wc-snippet-history ol li {
    color: #5e5e5e;
    font-family: "Roboto Slab",serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.widget-snippet .wc-snippet-history ul li {
    list-style: outside none disc;
}
.widget-snippet .wc-snippet-history table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
.widget-snippet .wc-snippet-history table, .widget-snippet .wc-snippet-history th, .widget-snippet .wc-snippet-history td {
    font-family: "Roboto Slab",serif;
    font-size: 14px;
    color: #5e5e5e;
    border: 1px solid #ccc;
    padding: 8px;
    text-align:left;
}
.widget-snippet .wc-snippet-history table th {
    font-weight:500;
    font-size:15px;
}
/*end*/
.wc-snippet-history .col-md-8 {
    padding-left: 40px;
}
.wc-snippet-history .col-md-6:last-child {
    padding-top: 100px;
    padding-bottom: 20px;
}
.wc-snippet-history .col-md-6:first-child {
    padding-right: 70px;
}
.wc-snippet-history .title {
    padding-bottom: 20px;
}
.widget-snippet .wc-snippet-history .title h2 {
    color: #e97d4d;
    font-family: "Yellowtail",cursive;
    font-size: 36px;
    font-weight: 100;
    line-height: 1.2;
    margin: 0;
}
.widget-snippet .wc-snippet-history .title .main-title {
    font-family: "Roboto Slab",serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.6;
}
.widget-snippet .wc-snippet-history .html-content p {
    color: #5e5e5e;
    font-family: "Roboto Slab",serif;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 20px;
}
.wc-snippet-history .book-now.snippet-highlighted-elm,
.wc-snippet-history .book-now.snippet-activated-elm {
    outline: 2px blue dashed;
}
.widget-snippet .wc-snippet-history .book-now:link,
.widget-snippet .wc-snippet-history .book-now:visited,
.widget-snippet .wc-snippet-history .book-now:active,
.widget-snippet .wc-snippet-history .book-now:focus {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 1.4;
    border: 2px solid #e97d4d;
    border-radius: 3px;
    color: #e97d4d;
    display: inline-block;
    font-weight: 600;
    padding: 11px 33px;
    text-decoration: none;
    transition: all 300ms ease-out 0s;
}
.widget.widget-snippet .wc-snippet-history .book-now:focus {
    outline: none;
}
.widget-snippet .wc-snippet-history .book-now:hover {
    background-color: #e97d4d;
    border: 2px solid #e97d4d;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .wc-snippet-history .col-md-8 {
        padding-left: 15px;
    }
    .wc-snippet-history .col-md-4 {
        padding-top: 20px;
        text-align: center;
    }
    .wc-snippet-history .col-md-6:last-child {
        padding-top: 50px;
    }
    .wc-snippet-history .col-md-6:first-child {
        padding-right: 15px;
    }
    .wc-snippet-history img {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }

}
@media (max-width: 767px) {
    .widget-snippet .wc-snippet-history .title h2 {
        font-size: 28px;
    }
    .widget-snippet .wc-snippet-history .title .main-title {
        font-size: 28px;
        line-height: 1.1;
    }
    .wc-snippet-history .col-md-4 {
        padding-top: 10px;
    }
    .wc-snippet-history .col-md-6:last-child {
        padding-top: 20px;
    }
}
