.hide {
    display: none !important;
}

.searchInput {
    background-color: #ddeff4;
    height: 50px;
}

.mainFont {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 16px;
}

.mainFontBoldItalic {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
}

.playfairBold {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}

.textInput {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 13px;
    color: #000;
    background: #fff;
    border: 0;
    margin-bottom: 10px;
}

.searchBtn {
    position: absolute;
    top: 0;
    right: 16px;
    width: 50px;
    height: 50px;
    background-color: #04787d;
    border: none;
    color: #fff;
}

.footerLogo {
    width: 150px;
    position: absolute;
    top: -160px;
}

.homeBanner {
    background-image: url('../image/clouds.jpg');
    width: 100%;
    height: 500px;
    background-size: cover;
    text-align: center;
    color: white;
    padding: 50px;
}

.homeBanner h2 {
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-bottom: 20px;
}

@media only screen and (max-width: 762px) {
    .homeBanner h2 {
        font-size: 1.7rem;
    }
}

.whiteBox {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    left: 10%;
    right: 10%;
    position: absolute;
    bottom: -50px;
    padding: 50px;
    border: solid 5px #c2b599;
}

.footer-area {
    margin-top: 30px;
}

.white {
    color: white;
}

.bold {
    font-weight: bolder !important;
}

.signature {
    position: absolute;
    right: 20%;
    bottom: 150px;
    margin: 10px 0;
    font-family: 'Rouge Script', cursive;
    font-size: 4rem;
}

@media only screen and (max-width: 700px) {
    .signature {
        position: absolute;
        right: 14%;
        bottom: 140px;
        margin: 10px 0;
        font-family: 'Rouge Script', cursive;
        font-size: 2.5rem;
    }
}

.playfair {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.cursive {
    font-family: 'Rouge Script', cursive;
}

.primary-btn {
    color: #fff;
    background-color: #008081;
    border: none;
    padding: 15px;
    font-size: 16px;
}

.news-content {
    background: rgb(102, 178, 178);
    background: linear-gradient(90deg, rgba(102, 178, 178, 1) 0%, rgba(173, 217, 230, 1) 100%);
}

.themelazer_more_post_button {
    display: inline-block;
}

.themelazer_social_sharebox {
    display: inline-block;
}

.text_box {
    display: inline-block;
    padding: 15px;
    width: 100%;
    margin-top: -25px;
    background: rgb(173, 217, 230);
    background: linear-gradient(180deg, rgba(173, 217, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.post_title_link {
    color: #008081 !important;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}

.themelazer_read_more_style2_wrapper .themelazer_read_more {
    color: #fff;
    margin-right: 40px;
    border: 1px solid #048081;
    background-color: #048081;
    height: 34px;
    line-height: 32px;
    display: inline-block;
    padding: 0px 25px;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-social-list a {
    background: #048081;
}

.title:after {
    content: '';
    border-top: 2px solid #048081;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 1em;
    flex: 1 0 1em;

}

.title:before {
    content: '';
    border-top: 2px solid #048081;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 1em;
    flex: 1 0 1em;
}

.title h3:before {
    content: '';
    border: 0.5px solid #048081;
    text-align: left;
    margin: 0 1em 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 1em;
}

.title h3:after {
    content: '';
    border-radius: 15px;
    border: 0.5px solid #048081;
    text-align: left;
    margin: 0 0 0 1em;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 1em;

}



.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.title h3 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    display: inline-block;
}

.title.change_font h3 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    display: inline-block;
}

.merchandise {
    margin-top: 50px;
    text-align: center;
}

.testimonial {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

span.testimonial_name {
    font-weight: 700;
    display: block;
}

blockquote {
    margin-top: 10px;
}

.testimonial blockquote:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -5px;
    display: block;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    padding-left: 0;
    font-family: "themify";
    font-weight: 600;
    content: "\e67f";
    color: #04787d;
}


.is-mobile {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .is-mobile {
        display: inline-block !important;
    }

    .themelazer_main_header .themelazer_middle_header.white_bg {
        background: #fff !important;
    }

    .themelazer_logo_header2 {
        display: none;
    }

    .toggle-search-box {
        color: #04787d !important;
    }

    .header-s-m.black_color li {
        color: #04787d !important;
    }

}

.post-title {
    color: #04787d !important;
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.meta-info {
    margin-bottom: 20px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #00787d
}

.resp-sharing-button--twitter:hover {
    background-color: #00787d
}

.resp-sharing-button--pinterest {
    background-color: #00787d
}

.resp-sharing-button--pinterest:hover {
    background-color: #00787d
}

.resp-sharing-button--facebook {
    background-color: #00787d
}

.resp-sharing-button--facebook:hover {
    background-color: #00787d
}

.resp-sharing-button--tumblr {
    background-color: #00787d
}

.resp-sharing-button--tumblr:hover {
    background-color: #00787d
}

.resp-sharing-button--reddit {
    background-color: #00787d
}

.resp-sharing-button--reddit:hover {
    background-color: #00787d
}

.resp-sharing-button--google {
    background-color: #00787d
}

.resp-sharing-button--google:hover {
    background-color: #00787d
}

.resp-sharing-button--linkedin {
    background-color: #00787d
}

.resp-sharing-button--linkedin:hover {
    background-color: #00787d
}

.resp-sharing-button--email {
    background-color: #00787d
}

.resp-sharing-button--email:hover {
    background-color: #00787d
}

.resp-sharing-button--xing {
    background-color: #00787d
}

.resp-sharing-button--xing:hover {
    background-color: #00787d
}

.resp-sharing-button--whatsapp {
    background-color: #00787d
}

.resp-sharing-button--whatsapp:hover {
    background-color: #00787d
}

.resp-sharing-button--hackernews {
    background-color: #00787d
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
    background-color: #00787d
}

.resp-sharing-button--vk {
    background-color: #00787d
}

.resp-sharing-button--vk:hover {
    background-color: #00787d
}

.resp-sharing-button--facebook {
    background-color: #00787d;
    border-color: #00787d;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #00787d;
    border-color: #00787d;
}

.resp-sharing-button--twitter {
    background-color: #00787d;
    border-color: #00787d
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #00787d;
    border-color: ##00787d;
}

.resp-sharing-button--tumblr {
    background-color: #00787d;
    border-color: #00787d;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
    background-color: #00787d;
    border-color: #00787d;
}

.resp-sharing-button--email {
    background-color: #00787d;
    border-color: #00787d;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #00787d;
    border-color: #00787d;
}

.resp-sharing-button--pinterest {
    background-color: #00787d;
    border-color: #00787d;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
    background-color: #00787d;
    border-color: #00787d;
}

.resp-sharing-button--linkedin {
    background-color: #00787d;
    border-color: #00787d;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #00787d;
    border-color: #00787d;
}

.resp-sharing-button--whatsapp {
    background-color: #00787d;
    border-color: #00787d;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
    background-color: #00787d;
    border-color: #00787d;
}