<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Helpers
Developed by:- Raunak Neupane*/

* {
    box-sizing: border-box; }

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.125em;
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    overflow-x: hidden; }

img {
    max-width: 100%;
    height: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0; }

p {
    margin-top: 0; }

/*======================
Common style
======================*/
.site {
    background: #fff; }

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px; }

.container:after {
    content: '';
    clear: both;
    display: block; }

@media (max-width: 1199px) {
    .container {
        max-width: 970px; } }
@media (max-width: 1024px) {
    .container {
        max-width: 750px; } }
@media (max-width: 767px) {
    .container {
        max-width: 384px; } }

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: visible;
    background: url("images/loader.gif") no-repeat center center; }

.to-top {
    background: #32b67a;
    color: #fff;
    padding: 10px 10px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; }

.sticky-top {
    background: #fff; }

.about .read-more-btn {
    color: #fff;
    background: #32b67a;;
    border: 1px solid #32b67a;;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s; }
.about .read-more-btn:hover, .about .read-more-btn:focus {
    color: #32b67a;;
    background: transparent; }
.about .btn-learn-more {
    color: #fff;
    background: #32b67a;
    border: 1px solid #32b67a;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s; }
.about .btn-learn-more:hover, .about .btn-learn-more:focus {
    color: #32b67a;
    background: transparent; }

.site-content {
    margin: 0 0 80px; }

#primary {
    float: left;
    width: 66.6667%;
    margin-right: 5.1282%; }

#secondary {
    float: left;
    width: 28.2051%; }

@media (max-width: 1024px) {

    #primary,
    #secondary{
        width: 100%;
        margin: 0;
        float: none;
    }

}

.pagination .page-numbers {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #32b67a;
    padding: 10px 14px;
    margin: 0 6px;
    letter-spacing: 1px;
    border: 1px solid #32b67a;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s; }
.pagination .current {
    color: #32b67a;
    background: transparent; }
.pagination a:hover,
.pagination a:focus {
    color: #32b67a;
    background: transparent;
    text-decoration: none; }

.similar-trips{
    display: none;
}

.similar-trips .section-header .section-title {
    font-size: 32px;
    line-height: 38px;
    position: relative;

}
.similar-trips .section-header .section-title:after {
    content: '';
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100px;
    height: 3px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #32b67a; }

/* PAGES */
.about .titles {
    font-size: 36px;
    line-height: 40px;
    color: #32b67a; }
@media (max-width: 767px) {
    .about .titles {
        font-size: 28px; } }
.about .card-content {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 28px;
    }
.about .card-content p{
    font-family: 'Barlow Semi Condensed',sans-serif !important;
}
@media (max-width: 767px) {
    .about .card-content {
        font-size: 14px;
        line-height: 25px; } }
.about .card-body {
    border: 1px solid #010101; }
.about .card-body .icon {
    color: #010101;
    font-size: 40px;
    border: 1px solid #010101;
    border-radius: 50px;
    padding: 15px 12px; }
.about .card-body .header {
    color: #010101; }
.about .card-body .header .title {
    font-weight: 300; }
.about .card-body .header .sub {
    font-weight: 600;
    font-weight: 600;
    letter-spacing: 1px; }
.about .card-body .text-holder {
    border-top: 1px dashed #32b67a;
    font-size: 18px;
    line-height: 30px;
    font-family: "Barlow Semi Condensed", sans-serif !important; }

.feature .icon {
    font-size: 45px;
    color: #010101; }
@media (max-width: 767px) {
    .feature .icon {
        font-size: 30px; } }
.feature .content .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 0;
    color: #32b67a; }
@media (max-width: 767px) {
    .feature .content .title {
        font-size: 14px;
        line-height: 18px; } }
.feature .content p {
    font-size: 16px; }
@media (max-width: 767px) {
    .feature .content p {
        font-size: 12px; } }

.cta {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("images/img2.jpg");
    background-size: cover;
    background-attachment: fixed; }
.cta .container {
    padding: 80px 0; }
.cta .cta-icon img {
    width: 130px;
    vertical-align: top; }
.cta .cta-icon .info {
    font-size: 60px;
    color: #fff; }
@media (max-width: 767px) {
    .cta .cta-icon .info {
        display: block;
        margin-top: 30px;
        font-size: 30px; } }
.cta .cta-icon .info .highligh {
    color: #32b67a; }
.cta .cta-content {
    font-size: 20px;
    line-height: 26px; }
@media (max-width: 767px) {
    .cta .cta-content {
        font-size: 16px;
        line-height: 24px; } }
.cta .cta-content .cta-btn {
    color: #fff;
    border: 1px solid #32b67a;
    background: #32b67a;
    margin-top: 20px;
    padding: 14px 18px; }
@media (max-width: 767px) {
    .cta .cta-content .cta-btn {
        padding: 10px 16px; } }
.cta .cta-content .cta-btn:hover {
    background: transparent; }

.b-package {
    background: #ededed; }
.b-package .section-header .section-title {
    font-size: 32px;
    line-height: 38px;
    position: relative; }
.b-package .section-header .section-title:after {
    content: '';
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100px;
    height: 3px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #32b67a; }
.b-package .row .item .img {
    position: relative;
    display: block;
    overflow: hidden; }
.b-package .row .item .img:after {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.b-package .row .item .img img {
    -webkit-transition: ease 0.6s;
    -moz-transition: ease 0.6s;
    transition: ease 0.6s;
    height: 300px;
    object-fit: cover;
}
.b-package .row .item .img span {
    height: 40px;
    width: 60px;
    background-color: #32b67a;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    padding: 8px 10px;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
    display: none;
    z-index: 2; }
.b-package .row .item .img span strong {
    font-weight: 600; }
.b-package .row .item .img h3 {
    text-shadow: 1px 1px 1px black;
    color: #fff;
    font-size: 20px;
    position: relative;
    bottom: 19px;
    position: absolute;
    left: 20px;
    z-index: 2; }
.b-package .row .item .img small {
    margin: 0;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    text-transform: none;
    font-weight: 800;
    position: absolute;
    right: 0;
    top: 5px;
    margin: 18px 35px 0 0;
    z-index: 2; }
.b-package .row .item .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }

.b-tour{
    background: #fff;
}
.why-us .section-header .section-title {
    font-size: 32px;
    line-height: 38px;
    position: relative; }
.why-us .section-header .section-title:after {
    content: '';
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100px;
    height: 3px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #32b67a; }
.why-us .row .holder {
    cursor: pointer; }
@media (max-width: 767px) {
    .why-us .row .holder {
        flex-wrap: wrap;
        justify-content: center; } }
.why-us .row .holder img {
    height: 200px; }
.why-us .row .holder .card-body {
    position: relative; }
.why-us .row .holder .card-body h4 {
    font-size: 24px;
    line-height: 24px; }
.why-us .row .holder .card-body p {
    font-size: 14px;
    line-height: 22px; }
.why-us .row .holder .card-body:after {
    position: absolute;
    content: "\f0d8";
    font-family: FontAwesome;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 80px;
    color: #fff;
    top: 86px; }
.why-us .row .holder .first:after {
    right: 278px; }
@media (max-width: 1024px) {
    .why-us .row .holder .first:after {
        left: -36px;
        right: unset; } }
.why-us .row .holder .second:after {
    right: 245px; }
@media (max-width: 1024px) {
    .why-us .row .holder .second:after {
        left: -38px;
        right: unset; } }
.why-us .row .holder .third:after {
    -webkit-transform: rotate(91deg);
    -moz-transform: rotate(91deg);
    transform: rotate(91deg);
    left: 244px;
    top: 93px; }
@media (max-width: 1024px) {
    .why-us .row .holder .third:after {
        right: -37px;
        left: unset; } }
.why-us .row .holder .fourth:after {
    -webkit-transform: rotate(91deg);
    -moz-transform: rotate(91deg);
    transform: rotate(91deg);
    top: 95px;
    left: 245px; }
@media (max-width: 1024px) {
    .why-us .row .holder .fourth:after {
        right: -37px;
        left: unset; } }

.blogs {
    padding: 60px 0 0;
    background: #ededed; }
.blogs .entry-header {
    text-align: center;
    max-width: 800px;
    margin: center;
    margin: 0 auto; }
.blogs .entry-header .entry-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative; }
@media (max-width: 767px) {
    .blogs .entry-header .entry-title {
        font-size: 20px; } }
.blogs .entry-header .entry-title:after {
    content: '';
    position: absolute;
    top: 54px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 60px;
    height: 2px;
    background: #32b67a; }
.blogs .entry-header p {
    font-size: 20px;
    line-height: 22px; }
@media (max-width: 767px) {
    .blogs .entry-header p {
        font-size: 14px; } }
.blogs .row {
    padding: 40px 0 60px;
    justify-content: center; }
@media (max-width: 1024px) {
    .blogs .row {
        padding-bottom: 0; } }
@media (max-width: 1024px) {
    .blogs .row .col-md-4 {
        max-width: 50%;
        flex: none;
        margin-bottom: 25px; } }
@media (max-width: 767px) {
    .blogs .row .col-md-4 {
        max-width: 100%; } }
.blogs .row .cat-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
    font-weight: 600; }
.blogs .row .cat-list ul li {
    border-bottom: 2px solid #fff; }
.blogs .row .cat-list ul a {
    color: #666666;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s; }
.blogs .row .cat-list ul a:hover {
    text-decoration: none;
    color: #010101; }
.blogs .row .card {
    border: 0; }
.blogs .row .card .card-body {
    text-align: left;
    padding: 30px 12px 40px 18px;
    background: #fff; }
.blogs .row .card .card-body .card-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400; }
.blogs .row .card .card-body .card-title {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700; }
.blogs .row .card .card-body .card-title a {
    color: #666666;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    transition: ease 0.4s; }
.blogs .row .card .card-body .card-title a:hover {
    color: #32b67a;
    text-decoration: none; }
.blogs .row .card .card-body p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400; }
.blogs .row .card .card-body .social-link {
    margin-top: 28px; }
.blogs .row .card .card-body .social-link ul {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center; }
.blogs .row .card .card-body .social-link ul li {
    margin-right: 12px; }
.blogs .row .card .card-body .social-link ul li a {
    border: 1px solid #666666;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 6px 9px;
    color: #666666;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    transition: ease 0.4s; }
.blogs .row .card .card-body .social-link ul li a:hover {
    background: #666666; }

.abouts .package {
   }
.abouts .entry-header .entry-title {
    margin: 0;
    position: relative;
    font-size: 30px;
    line-height: 44px;
    color: #32b67a;
    font-weight: 700; }
.abouts .entry-content p {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow Semi Condensed',sans-serif !important; }
.abouts .entry-content p .dropcap {
    font-size: 5rem;
    line-height: 5.1rem;
    font-weight: 600;
    font-family: "'Poppins', sans-serif";
    float: left;
    margin: 0 18px 8px 0; }
.abouts strong {
    font-size: 20px; }

.abouts .book-with-us span {
    border-bottom: 1px solid lightgrey;
    padding: 15px 0;
    display: block; }
.abouts .accordian {
    background: #666666; }
.abouts .accordian .card {
    border: 0;
    border-radius: 0 !important; }
.abouts .accordian .card-header {
    padding: 20px 34px;
    border-radius: 0; }
.abouts .accordian .card-body {
    font-size: 18px;
    line-height: 28px; }
.abouts .accordian .card-link {
    font-size: 24px; }

.book-with-us i{
    color: #2c9e24 !important;
}

/* Travel Information */

.travel-info .pri-col .border-line{
    border:1px solid #2c9e24;
}
.travel-info .pri-col .border-line h3{
    background:#2c9e24;
}
.travel-info .pri-col .border-line span{
    margin-right: 50px;
}

.travel-info .pri-col p{
    font-size: 1.2rem;
    line-height: 1.5;
}

/* Travel information accordion */
.travel-acc{
background:#2c9e24;
}

.travel-acc .accordion{
    padding:0 5px 150px;
}

.travel-acc .white-line {
    width: 150px;
    height: 2px;
    background: white;
    display: block;
    position: relative;
  }
  .travel-acc .white-line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50;
    transform: translate(-50%, -50%);
    height: 8px;
    width: 50px;
    background: white;
  }

.travel-acc .accordion .card{
	margin-bottom:6px; 
}
.travel-acc .accordion.card-header{
    padding:0;
}

.travel-acc .accordion button{
    padding:0.3em 0.6em;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color:black;
    font-weight: bold;
    font-size:18px;
}
				
.travel-acc .accordion .card-body p{
    margin-bottom:2em;
    font-size: 1.2rem;
    line-height: 1.5;
}

/* Best Price page */
section.price-garantee p{
    font-size: 1.2rem;
    line-height: 1.5;
    }

section.price-garantee .box {
    box-shadow: 0 0 10px lightgrey;
  }
  section.price-garantee .price-header {
    border-bottom: 1px solid #bc2224;
    border-image-source: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #9a0e12 50%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 20;
    padding-bottom: 15px;
  }
  section.price-garantee .price-header img {
    height: 80px;
    width: 80px;
  }

  section.price-garantee .price-header h4, section.price-garantee .price-header h5 {
    color: #bc2224;
  }
  section.price-garantee h1.heading {
    color: #2c9e24;
  }
  section.price-garantee ol {
    font-size: 1.2em;
    line-height: 1.5;
  }

  /* Trekking Gears Page */
  .gear-banner {
    background-size: cover;
    height: 300px;
  }
  
  section.gears .pri-col .border-line {
    border: 1px solid #2c9e24;
  }
  section.gears .pri-col h3 {
    background: #2c9e24;
  }
  section.gears .pri-col span {
    margin-right: 50px;
  }
  
  section.gears .sec-col .book-with-us span {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid lightgrey;
  }
  section.gears p{
  font-size: 1.2em;
    line-height: 1.5;
  }

  section.gears .sec-col .book-with-us span:nth-last-child(1) {
    border-bottom: none;
  }

  section.gears .latest-article img {
    box-shadow: 0 0 10px lightgrey;
  }

  /* FAQ */


.agent .package {
    background: linear-gradient(rgba(0, 0, 0, 0.425), rgba(0, 0, 0, 0.438)), url(images/1.jpg) center no-repeat;
    background-size: cover; }
.agent .agent-section .title {
    font-size: 28px;
    line-height: 34px;
    color: #32b67a;
    margin-bottom: 20px; }
.agent .agent-section p {
    font-size: 19px;
    line-height: 28px; }
.agent .agent-section strong {
    font-size: 22px;
    line-height: 33px; }
.agent .agent-section .form-holder {
    background: #ededed; }
.agent .agent-section .form-holder .contactpad {
    margin-bottom: 25px; }
.agent .agent-section .form-holder .contactpad #basic-addon1 {
    background: #fff;
    padding: 11px 16px; }

.document {
    background: #ededed; }
.document .package {
    background: linear-gradient(rgba(0, 0, 0, 0.425), rgba(0, 0, 0, 0.438)), url(images/3.jpg) center no-repeat;
    background-size: cover; }

.privacy .package {
    background: linear-gradient(rgba(0, 0, 0, 0.425), rgba(0, 0, 0, 0.438)), url(images/3.jpg) center no-repeat;
    background-size: cover; }
.privacy .content .container {
    background: #ededed; }
.privacy .content .container p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px; }
.privacy .content .container ul {
    font-size: 18px; }
.privacy .content .container ul li {
    margin-bottom: 28px; }

.team .our-team .main-team {
    background: #ededed; }
.team .our-team .main-team .img-holder img {
    height: 240px;
    width: 100%;
    object-fit: cover; }
.team .our-team .main-team .text-holder .title {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700; }
.team .our-team .main-team .text-holder .post,
.team .our-team .main-team .text-holder .mail {
    line-height: 30px;
    letter-spacing: 1px; }
.team .our-team .main-team .text-holder p {
    font-size: 18px;
    line-height: 22px; }
.team .management-team {
    background: #666666; }
.team .management-team .img-holder img {
    height: 280px;
    width: 100%;
    object-fit: cover; }
.team .management-team .text-holder {
    color: #fff;
    background: #666666; }
.team .management-team .text-holder .title {
    font-size: 20px; }
.team .management-team .text-holder p {
    line-height: 18px;
    font-size: 15px;
    margin-top: 10px; }
.team .field-staf {
    background: #ededed; }
.team .field-staf .img-holder img {
    height: 280px;
    width: 100%;
    object-fit: cover; }
.team .field-staf .text-holder {
    color: #666666;
    background: #ededed; }
.team .field-staf .text-holder .title {
    font-size: 20px; }
.team .field-staf .text-holder p {
    line-height: 18px;
    font-size: 15px;
    margin-top: 10px; }


.terms-condi .content .container {
    background: #ededed; }
.terms-condi .content .container p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px; }
.terms-condi .content .container ul {
    font-size: 18px; }
.terms-condi .content .container ul li {
    margin-bottom: 28px; }


.contact .package {
    background: linear-gradient(rgba(0, 0, 0, 0.425), rgba(0, 0, 0, 0.438)), url(images/3.jpg) center no-repeat;
    background-size: cover; }
.contact .form-holder {
    background: #ededed; }
.contact .form-holder .title {
    font-size: 16px;
    line-height: 22px; }
.contact .form-holder .contactpad {
    margin-bottom: 25px; }
.contact .form-holder .contactpad #basic-addon1 {
    background: #fff;
    padding: 11px 16px; }
.contact .contact-info {
    background: #e8f7e7; }
.contact .contact-info .info-holder .title {
    border-bottom: 1px solid #32b67a;
    font-weight: 700; }
.contact .contact-info .info-holder .text-holder,
.contact .contact-info .info-holder a {
    font-size: 18px;
    color: #32b67a; }
.contact .contact-info .info-holder .text-holder a:hover,
.contact .contact-info .info-holder a a:hover {
    text-decoration: none;
    color: #000; }
.contact .contact-info .info-holder p {
    line-height: 24px;
    font-size: 16px; }

.singlepost .post .text-wrapper .entry-content {
    margin-top: 50px; }
.singlepost .post .text-wrapper .entry-content p {
    margin-bottom: 1.5rem; }
.singlepost .post .text-wrapper .entry-content p .dropcap {
    font-size: 5rem;
    line-height: 5.1rem;
    font-weight: 600;
    font-family: "'Poppins', sans-serif";
    float: left;
    margin: 0 18px 8px 0; }
.singlepost .post .text-wrapper .entry-footer .btn-read-more {
    margin-left: 8px; }
.singlepost .pagination {
    margin-bottom: 60px; }

.blog {
    padding: 0; }


.blog .post {
    width: 100%;
    margin-bottom: 50px; }
.blog .post img {
    vertical-align: top;
    width: 100%; }
.blog .post .text-wrapper {
    padding: 50px 26px 20px;
    background: #2C9E24;
    border: 1px solid #e8e8e8;}
.blog .post .text-wrapper .entry-header {
    margin-bottom: 30px; }
.blog .post .text-wrapper .entry-header .entry-meta {
    margin-bottom: 26px;
    font-family: "'Montserrat', sans-serif";
    font-size: 20px;
    line-height: 24px; }
.blog .post .text-wrapper .entry-header .entry-meta .posted-on {
    margin-right: 12px; }
.blog .post .text-wrapper p{
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
}
.blog .post .text-wrapper .entry-header .entry-meta a {
    color: white; }
.blog .post .text-wrapper .entry-header .entry-meta a:hover {
    color: #32b67a;
    text-decoration: none; }
.blog .post .text-wrapper .entry-header .entry-title {
    margin: 0;
    position: relative;
    font-size: 30px;
    font-weight: 800;
    line-height: 44px;
    font-family: "Montserrat", sans-serif;}
@media (max-width: 767px) {
    .blog .post .text-wrapper .entry-header .entry-title {
        font-size: 24px;
        line-height: 30px; } }
.blog .post .text-wrapper .entry-header .entry-title a {
    color: white; }
.blog .post .text-wrapper .entry-header .entry-title a:hover {
    color: #32b67a;
    text-decoration: none; }
/*.blog .post .text-wrapper .entry-header .entry-title:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 60px;*/
/*    left: 0;*/
/*    width: 50px;*/
/*    height: 2px;*/
/*    background: #D31F49;*/
/*    text-align: left; }*/
@media (max-width: 767px) {
    /*.blog .post .text-wrapper .entry-header .entry-title:after {*/
    /*    top: 70px; } }*/
.blog .post .text-wrapper .entry-content {
    margin-top: 0;
    padding-bottom: 12px; }
.blog .post .text-wrapper .entry-content p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px; }
.blog .post .text-wrapper .entry-footer {
    padding: 24px 0 8px; }
.blog .post .text-wrapper .entry-footer .btn-read-more {
    color: #333333; }
.blog .post .text-wrapper .entry-footer .btn-read-more:hover {
    color: #32b67a;
    text-decoration: none; }
.blog .post .text-wrapper .entry-footer .social-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: right; }
.blog .post .text-wrapper .entry-footer .social-nav li {
    margin-right: 14px;
    float: left; }
.blog .post .text-wrapper .entry-footer .social-nav li a {
    color: #333333; }
.blog .post .text-wrapper .entry-footer .social-nav li a:hover {
    color: #32b67a; }

/*# sourceMappingURL=style.css.map */
</pre></body></html>