﻿/*-----------------------------------------------------------------------------------

    Template Name: Marcho - Consulting Hotel Template
    Author: Lamarena

-----------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Index-1
    3. Index-2
    4. Index-3
    5. Index-4
    6. Index-5
    7. Footer section
    8. Breadcumbs section
    9. LIGHTBOX
    10. About page
    11. Contact page
    12. Room page
    13. Single Room page
    14. Dining & Bar page
    16. News page


/*--------------Slider section-----------------*/

.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    background: rgba(27, 48, 83, 0.10);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px;
}
.layer-1-2 {
    margin: 20px 0;
}
.layer-1-1 p {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.60px;
    line-height: 30px;
    max-width: 700px;
}
.layer-1-2 h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    max-width: 880px;
    letter-spacing: 2px;
}
.slider-content .align-center {
    text-align: center;
}
.slider-content .align-center h1{
    max-width: 100%;
    padding: 0 100px;
}
.slider-content .align-center p{
    max-width: 100%;
    padding: 0 130px;
}

.ped-btn {
    border: 1px solid #fd4e07;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fd4e07;
    width: 175px;
    border-radius: 3px;
}
.ped-btn:hover{
    color: #fff;
    background: #153356;
    border: 1px solid #153356;
    text-decoration: none;
}
.ped-btn.right-btn {
    margin-left: 15px;
    background: transparent;
    border: 1px solid #fd4e07;
}
.ped-btn.right-btn:hover{
    background: #153356;
    border: 1px solid #153356;
}
.ped-btn.left-btn:hover{
    background:#153356;
    border: 1px solid #153356;
}
.layer-1-2 .color {
    color: #2e2e95;
    font-weight: 900;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #fd4e07;
    border: 1px solid #fd4e07;
}
.intro-carousel .owl-item .layer-1-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-1-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-1-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
    transform: scale(1.1);
    transition: 10s;
}
/*---------------------------------*/
/* 9. LIGHTBOX */
/*---------------------------------*/
#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}
#imagelightbox-close {
    width: 2.5em;
    height: 2.5em;
    text-align: left;
    background-color: #05305a;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    right: 2.5em;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    border: none;
}
#imagelightbox-close:before, #imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}
#imagelightbox-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#imagelightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#imagelightbox-close:hover {
    background-color: #fff;
    outline: none;
}
#imagelightbox-close:hover:before, #imagelightbox-close:hover:after {
    background: #05305a;
}
#imagelightbox-loading, #imagelightbox-loading div {
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#imagelightbox-loading {
    width: 2.5em;
    height: 2.5em;
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.625em;
    margin: -1.25em 0 0 -1.25em;
    -moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
}
#imagelightbox-loading div {
    width: 1.25em;
    height: 1.25em;
    background-color: #fff;
    -webkit-animation: imagelightbox-loading .5s ease infinite;
    -moz-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
}
#imagelightbox-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#imagelightbox-caption {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background-color: #05305a;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 0px;
}
.imagelightbox-arrow {
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.32);
    width: 3.75em;
    height: 7.5em;
    background-color: transparent;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em;
    border: none;
}
.imagelightbox-arrow-left {
    left: 2.5em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-right {
    right: 2.5em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-left:focus, .imagelightbox-arrow-right:focus {
    outline: none;
}
.imagelightbox-arrow-left:hover, .imagelightbox-arrow-right:hover {
    color: #fff;
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    -webkit-animation: fade-in .25s linear;
    -moz-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}
@media only screen and (max-width:660px) {
    #container {
        width: 100%;
    }
    #imagelightbox-close {
        top: 1.25em;
        right: 1.25em;
    }
    #imagelightbox-nav {
        bottom: 1.25em;
    }
    .imagelightbox-arrow {
        width: 2.5em;
    }
    .imagelightbox-arrow-left {
        left: 1.25em;
    }
    .imagelightbox-arrow-right {
        right: 1.25em;
    }
}
@media only screen and (max-width:320px) {
    .imagelightbox-arrow-left {
        left: 0;
    }
    .imagelightbox-arrow-right {
        right: 0;
    }
}
@media (max-width:767px) {
    .block.type-7 .filter-nav li {
        margin-bottom: 10px;
    }
    .block.type-7 .filter-content a {
        display: block;
    }
    .block.type-7 .filter-content a img {
        margin: 0 auto;
    }
    .block.type-7 .icon-wrapper .icon-entry {
        margin-bottom: 30px;
    }
}
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@-moz-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
}


/*----------------------------------------*/
/*  10. About page
/*----------------------------------------*/

.about-section .owl-theme .owl-controls .owl-nav div {
    color: #FFF;
    display: inline-block;
    zoom: 1;

    display: inline;
    margin: 5px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url('../img/slider/arrow-cro.png') no-repeat;
    height: 58px;
    width: 58px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    position: absolute;
}
.about-section .owl-theme .owl-controls .owl-prev {
    left: -8%;
    background-position: 0px 0;
    top: 46%;
    color: rgba(142, 18, 18, 0);
}
.about-section .owl-theme .owl-controls  .owl-prev {
    left: 5px;
    top: 44%;
}
.about-section .owl-theme .owl-controls  .owl-next {
    right: 10px;
    top: 44%;
    background-position: -57px 0 !important;
}
.about-section .owl-theme .owl-controls  .owl-prev i {
    display: none;
}
.about-section .owl-theme .owl-controls  .owl-next i {
    display: none;
}
.about-section .about-carousel {
    margin-bottom: 20px;
}
.about-whoweare .about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}
.about-whoweare .about-content .lists ul {
    text-align: left;
}
.about-whoweare .about-content .lists ul li {
    margin-bottom: 5px;
}
.about-whoweare .about-content .lists ul li i {
    color: #153356;
    margin-right: 5px;
}

.about-us-activities .about-widget {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}
.about-us-activities .mt-20 {
    margin: 15px 0;
}
.about-us-activities .about-widget .text-widget span {
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center !important;
    display: block;
}
.about-us-activities .about-widget .text-widget {
    position: absolute;
    z-index: 99;
    display: block;
    opacity: 1;
    right: auto;
    top: auto;
    bottom: 55%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    padding: 22px 30px;
    transition: .35s;
}
.our-best-sides .box-wrapper {
    margin-top: 14px;
}
.our-best-sides .box-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.our-best-sides .box {
    text-align: center;
    padding: 0 15px;
    position: relative;
}

.our-best-sides .box h4{
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
}
.our-best-sides .box p{
    margin: 0;
}

.our-best-sides .box .icon-box  {
    margin-bottom: 15px;
}
.our-best-sides .box .icon-box i {
    font-size: 53px;
    color: #fd4e07;
}
/*--------------------------------*/
/*  11. Contact page
/*--------------------------------*/
.map-section .our-location .map {
    height: 460px;
}

.map-section .our-location .map iframe {
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.contact-us  .form input[type=text] {
    width: 100%;
    padding: 0 12px;
    border: solid 1px #b1b1b1;
    height: 48px;
    margin-bottom: 15px;
}

.contact-us .form textarea {
    width: 100%;
    height: 220px;
    padding: 12px 12px;
}
.contact-us .get-in-touch span {
    font-size: 17px;
    display: block;
    line-height: 34px;
}
.contact-us .get-in-touch span a {
    color: #222;
}
.contact-us .form input[type=submit] {
    border: 2px solid #fd4e07;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 22px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fd4e07;
    border-radius: 3px;
    width: 100%;
}
.get-directions {
    text-align: center;
    margin: 40px 0 0 0;
}
.get-directions input[type=text] {
    padding: 15px 2% 17px;
    width: 86%;
    max-width: 556px;
    font-size: 22px;
    color: #747474;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    border: solid 1px #BEBEBE;
    border-radius: 10px;
    margin: 0 10px 0 0;
}
.get-directions input[type=submit] {
    background: url(../img/background/directions-btn.jpg) no-repeat;
    width: 60px;
    height: 61px;
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
    position: relative;
    top: -6px;
}
/*--------------------------------*/
/*  12. Room page
/*--------------------------------*/
.room-section .single-room-wrapper{
    border: solid 1px #ccc;
    float: left;
    width: 100%;
    margin: 0 0 55px 0;
}

.room-section .single-room-wrapper  img{
    width: 390px;
    float: left;
}
.room-section .single-room-wrapper .text-wrapper {
    padding: 20px 10px 0;
    /* clear: both; */
    overflow: hidden;
}
.room-section .single-room-wrapper .text-body{
    float: left;
    width: 550px;

}
.room-section .single-room-wrapper .text-body ul {
    margin: 15px 0 0 0;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}
.room-section .single-room-wrapper .text-body ul li{
    float: left;
    width: 49%;
    margin: 0 0 18px 0;
    list-style-type: none;
    font-size: 17px;
}

.room-section .single-room-wrapper .text-body ul li i{
    color:#fd4e07;
    margin-right: 5px;
}
.room-section .single-room-wrapper .price-detail{
    text-align: center;
    width: 150px;
    float: right;

}
.room-section .single-room-wrapper .price-detail .price-room{
    background: #f5f5f5;
    padding: 32px 0;
}
.room-section .single-room-wrapper .price-detail .price-room span{
    color: #153356;
    font-size: 40px;
    font-weight: 700;
    display: block;
}
.room-section .single-room-wrapper .price-detail .price-room p {
    margin: 12px 0 0 0;
    display: block;
}
.room-section .single-room-wrapper .price-detail  a {
    background: #0A1D3B;
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0 0 0;
}
/*--------------------------------*/
/*  13. Single Room page
/*--------------------------------*/
.single-room-section .booking-form {
    background: #153356;
    text-align: center;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
}
.single-room-section .listing-search__form {
    padding: 30px;
    margin: 0;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 0;
}
.single-room-section .listing-search__form .price {
    padding: 30px;
    margin: 0;
}
.single-room-section .listing-search__form .price p {
    color: #fff;
    font-size: 18px;
    display: block;
}
.single-room-section .listing-search__form .price span {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin: 0px 0 0 0;
    display: block;
}

.single-room-section .listing-search__form .item {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    text-align: left;
}
.single-room-section .listing-search__form .item input[type=text] {
    width: 100%;
    color: #555;
    height: 48px;
}
.single-room-section .listing-search__form .item select {
    width: 100%;
    height: 48px;
    border: none;
    color: #555;
}
.single-room-section .listing-search__form .item .ht-field {
    margin-bottom: 0;
}
.single-room-section .listing-search__form  .listing-search__btn{
    float: left;
    width: 100%;
    padding: 12px 0;
    margin: 0;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
}

.single-room-section .owl-theme .owl-controls .owl-nav div {
    color: #FFF;
    display: inline-block;
    zoom: 1;

    display: inline;
    margin: 5px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url('../img/slider/arrow-cro.png') no-repeat;
    height: 58px;
    width: 58px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    position: absolute;
}
.single-room-section .owl-theme .owl-controls .owl-prev {
    left: -8%;
    background-position: 0px 0;
    top: 46%;
    color: rgba(142, 18, 18, 0);
}
.single-room-section .owl-theme .owl-controls  .owl-prev {
    left: 5px;
    top: 44%;
}
.single-room-section .owl-theme .owl-controls  .owl-next {
    right: 10px;
    top: 44%;
    background-position: -57px 0 !important;
}
.single-room-section .owl-theme .owl-controls  .owl-prev i {
    display: none;
}
.single-room-section .owl-theme .owl-controls  .owl-next i {
    display: none;
}
.single-room-section .what-in-room {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
}
.single-room-section .what-in-room .included{
    text-align: center;
    padding: 28px 0;
    border: solid 1px #ccc;
    margin: 0 15px 15px 0;
    width: 18%;
}
.single-room-section .what-in-room .included img{
    width: 70px;
}
.single-room-section .what-in-room .included span{
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    margin: 12px 0 0 0;
}

.single-room-section .room-description .section-titleBar p {
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}
.single-room-section .room-overview .table > tbody > tr > th {
    width: 35%;
    padding: 13px 30px;
    border-top: 1px solid transparent;
}
.single-room-section .room-overview code {
    color: #000;
    text-transform: uppercase;
    background: transparent;
    font: 700 1em/1em "Open Sans", sans-serif;
}

.single-room-section .room-overview .table > tbody > tr > td {
    border-top: 1px solid transparent;
    color: #777;
    font: 400 1.0715em/1em "Open Sans", sans-serif;
    padding: 13px 30px;
}
/*--------------------------------*/
/*  14. Dining & Bar page
/*--------------------------------*/

.dining-section .menu-list .menu-item .menu-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.dining-section .menu-list .menu-item .menu-item-header h4{
    font-weight: 500;
    margin-bottom: 5px;
}
.dining-section .menu-list .menu-item h4.menu-item-price  {
    color:#fd4e07;
}
.menu-list > li + li {
    margin-top: 26px;
}
.dining-section .menu-list .menu-item p {
    margin-bottom: 0;
}
.dessert-section .box-menu-item h4{
    font-weight: 500;
    margin-bottom: 5px;
    margin: 10px 0;
}
.dessert-section .box-menu-item p{
    margin: 0;
}
.dessert-section .box-menu-item .box-menu-item-price{
    color:#fd4e07;
    font-size: 23px;
    margin-bottom: 10px;
}






/*--------------------------------*/
/*  15. News page
/*--------------------------------*/

.blog-page-section .single-blog-post {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}
.blog-page-section .single-blog-post + .single-blog-post {
    margin-top: 80px;
}
.blog-page-section .single-blog-post .text-content{
    position: relative;
    padding: 17px 18px;
    border: 1px solid #f2f2f2;
}
.blog-page-section .single-blog-post .text-content a.read-more{
    position: relative;
    color: #fd4e07;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.blog-page-section .blog-grid .single-blog-post {
    margin-bottom: 40px;
}
.blog-page-section .single-blog-post h3,
.blog-page-section .single-blog-post h4{
    margin: 0;
}
.blog-page-section .single-blog-post .img-holder {
    position: relative;
    margin-bottom: 20px;
    background: #000;
    overflow: hidden;
}
.blog-page-section .single-blog-post .img-holder-grid {
    position: relative;
    height: 181px;
    background: #000;
    overflow: hidden;
}

.blog-page-section .single-blog-post .img-holder img, .img-holder-grid img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
}
.blog-page-section .single-blog-post .img-holder:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .7;
    cursor: pointer;
}
.blog-page-section .single-blog-post .img-holder-grid:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .7;
    cursor: pointer;
}
.blog-page-section .single-blog-post h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 26px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
.blog-page-section .single-blog-post h4:hover {
    color: #fd4e07;
}
.blog-page-section .single-blog-post ul li {
    margin: 5px 0 10px 0;
}
.blog-page-section .single-blog-post ul li a{
    color: #777;
}
.blog-page-section .single-blog-post ul li i{
    color: #fd4e07;
}

/*Sidebar Page Container*/

.blog-page-section .right-box .search-widget {
    height: 54px;
    position: relative;
    margin-top: 10px;
}
.blog-page-section .right-box h4{
    border-bottom: 1px solid #f2f2f2;
    color: #444;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 0px;
    text-transform: uppercase;
    margin-top: 10px;
}
.blog-page-section .right-box .single-sidebar-widget .search-widget form input {
    width: 100%;
    height: 54px;
    border: none;
    border: 1px solid #f1f1f1;
    padding: 0 56px 0 12px;
    color: #9e9e9e;
}
.blog-page-section .right-box .single-sidebar-widget .search-widget form button {
    width: 54px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fd4e07;
    right: 0;
    color: #fff;
}
.blog-page-section .right-box .single-sidebar-widget .category-widget ul li:last-child a {
    border: none;
}
.blog-page-section .right-box .single-sidebar-widget .category-widget ul li a {
    font-weight: 600;
    color: #444;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
.blog-page-section .right-box .single-sidebar-widget .category-widget ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #C8C8C8;
    font-size: 14px;
    position: absolute;
    right: 10px;
}
.blog-page-section .right-box .single-sidebar-widget .category-widget ul li a:hover {
    color: #fd4e07;
}

.blog-page-section .right-box .single-sidebar-widget .post-widget ul li  {
    margin-top: 20px;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .icon-box,
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box {
    display: table-cell;
    vertical-align: top;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .icon-box {
    width: 110px;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .icon-box img {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box {
    padding-left: 30px;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box h5 {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: -3.5px;
    font-weight: 600;
    margin-bottom: 5px;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box h5 a {
    color: #242424;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box h5 a:hover {
    color: #fd4e07;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box span {
    color: #fd4e07;
    font-size: 13px;
    line-height: 10px;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li:hover .icon-box img {
    opacity: .5;
}

.blog-page-section .right-box .single-sidebar-widget .category-widget ul li a:hover {
    color: #fd4e07;
}
.blog-page-section .right-box .single-sidebar-widget .tags-widget ul li {
    margin-bottom: 10px;
}
.blog-page-section .right-box .single-sidebar-widget .text-widget p{
    font-size: 14px;
    margin-bottom: 0;
}
.blog-page-section .right-box .single-sidebar-widget .tags-widget ul li a {
    padding: 6px 0;
    display: block;
    font-size: 12px;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    color: #787878;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-page-section .right-box .single-sidebar-widget .tags-widget ul li a:hover {
    background: #fd4e07;
    border-color: #fd4e07;
    color: #fff;
}
.blog-page-section .left-box .author-box {
    margin-top: 30px;
}
.blog-page-section .left-box .share-box {
    clear: both;
    overflow: hidden;
}


/*Post Share Box*/

.single-blog-post .author-box .share-box .tag-box  {
    padding: 0;
}
.single-blog-post .author-box .share-box .tag-box li {
    margin: 0;
    display: inline-block;
}
.single-blog-post .author-box .share-box .tag-box a {
    color: #fd4e07;
    font-size: 16px;
    transition: .3s ease;
    line-height: 30px;
    text-transform: capitalize;
}
.single-blog-post .author-box .share-box .social {
    display: inline-block;
    margin-bottom: 0;
    margin-left: -2.5px;
}
.single-blog-post .author-box .share-box .social li {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.single-blog-post .author-box .share-box .social a {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    color: #fd4e07;
    text-align: center;
    margin: 0 3px;
    border: 1px solid #eee;
    display: block;
    line-height: 41px;
    transition: all 0.5s ease;
}

/*Author Area*/

.single-blog-post .author-box .post-author {
    margin: 40px 0;
}
.single-blog-post .post-author .inner {
    position: relative;
    padding: 30px 0px 25px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.single-blog-post .post-author .inner .img-box{
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.single-blog-post .post-author .text-box {
    padding: 0 10px;
    line-height: 24px;
    color: rgb(138, 138, 138);
    border-bottom: none;
}
.single-blog-post .post-author .text-box h5{
    color: #444;
    font-size: 18px;
    margin-bottom: 5px;
}

/*Comment Area*/

.single-blog-post .author-box .comments-area{
    position:relative;
    margin-top:0px;
    margin-bottom:50px;
}
.single-blog-post .author-box .comments-area h3{
    color: #444;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.single-blog-post .author-box .comments-area .comment-box{
    position:relative;
    margin-bottom:35px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.single-blog-post .author-box .comments-area .comment-box:nth-child(1){
    padding-top:0px;
}

.single-blog-post .author-box .comments-area .comment-box:hover{
    border-color:#fd4e07;
}

.single-blog-post .author-box .comments-area .comment-box.reply-comment{
    margin-left:30px;
}

.single-blog-post .author-box .comments-area .comment{
    position:relative;
    font-size:14px;
    padding:0px 0px 0px 80px;
}

.single-blog-post .author-box .comments-area .comment .comment-inner{
    position:relative;
    padding:15px 20px;
    border:1px solid #f4f4f4;
}



.single-blog-post .author-box .comments-area .comment .comment-inner .rating .fa{
    display:inline-block;
    color:#fd4e07;
    font-size:14px;
}

.single-blog-post .author-box .comments-area .comment-box .author-thumb{
    position:absolute;
    left:0px;
    top:0px;
    margin-bottom:20px;
}

.single-blog-post .author-box .comments-area .comment-box .author-thumb img{
    width:60px;
    display:block;
}

.single-blog-post .author-box .comments-area .comment-info{
    position:relative;
    color:#444;
    line-height:24px;
    font-size:16px;
    font-weight:500;
}

.single-blog-post .author-box .comments-area .comment-box .text{
    color:#777;
    font-size:15px;
    margin-top:12px;
    font-weight:400;
    line-height: 1.6em;
    margin-bottom:0px;
}
/*Comment form*/

.comment-form{
    position:relative;
}

.comment-form .group-title{
    margin-bottom:20px;
}
.comment-form .group-title h3{
    color: #444;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comment-form .form-group{
    position:relative;
    margin-bottom:15px;
}

.comment-form .form-group label{
    position:relative;
    color:#777;
    font-size:15px;
    font-weight:400;
}

.comment-form .form-group:last-child{
    margin-bottom:0px;
}

.comment-form .form-group input[type=text], .comment-form .form-group input[type=password], .comment-form .form-group input[type=tel], .comment-form .form-group input[type=email], .comment-form .form-group select{
    position:relative;
    display:block;
    width:100%;
    line-height:28px;
    padding:10px 15px;
    border:1px solid #efefef;
    height:50px;
    color:#848484;
    font-weight:300;
    background:#ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.comment-form .form-group input[type=text]:focus, .comment-form .form-group input[type=password]:focus, .comment-form .form-group input[type=tel]:focus, .comment-form .form-group input[type=email]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus{
    border-color:#fd4e07;
}

.comment-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:26px;
    padding:10px 15px;
    color:#d6d6d6;
    border:1px solid #efefef;
    height:105px;
    font-weight:300;
    background:#ffffff;
    resize:none;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}


.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus{
    border-color:#fd4e07;
    background: #fff;
}
/*--------------------------------*/
/* .End CSS
/*--------------------------------*/










