

/* ================ BASIC ================== */
body{
    font-size: 16px;
    line-height:27px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color:#8e8e8e;
}
p{
 margin-bottom: 0px;
}
a,
a:hover,
a:focus,
button,
button:focus,
input{
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow:none !important;
            box-shadow:none !important;
}
ul{
    margin:0;
    padding:0;
}
img{
    max-width: 100%;
    height: auto;
}
body,html{
    height: 100%;
}
.homepage-wrap{
    background-size: cover;
    background-position: center right;
    height: 100%;
    position: relative;
    z-index: 1;
}
.homepage-wrap:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #332c21;
    opacity: .65;
    z-index: -1;
}
/*author info*/
.autor-title h2 {
    font-size: 28px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 400;
}
.autor-title ul li {
    color: #e3e3e3;
    display: inline-block;
    list-style-type: none;
    width: 49.2%;
    position: relative;
    margin-bottom: 5px;
}
.autor-title ul li:before {
    position: absolute;
    left: -10px;
    top: 50%;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e3e3e3;
    transform: translateY(-50%);
}
.autor-title {
    position: relative;
    padding-bottom: 15px;
}
.autor-title:after {
    position: absolute;
    bottom: 0;
    width: 115px;
    height: 2px;
    content: "";
    background: #65615B;
}
.author-socal-links li {
    display: inline-block;
    margin-right: 5px;
}
.author-socal-links li a {
    width: 50px;
    height: 50px;
    display: block;
    background: #68645C;
    line-height: 50px;
    text-align: center;
    color: #b9b9b9;
    font-size: 18px;
    border-radius: 50%;
    transition: .4s;
    position: relative;
}
.author-socal-links.last li:last-child a{
    filter: grayscale(1);
}
.author-socal-links.last li:last-child:hover a{
   filter: grayscale(0);
   background: none;
}
.author-socal-links li a:hover {
    background: #FFC061;
    color: #fff;
}
.author-socal-links {
    margin-top: 15px;
}
.author-socal-links li a:hover {
    color: #fff;
    background: #FFD080;
}
.author-socal-links.last {
    margin-bottom: 40px;
}
.author-socal-links li a img {
    height: 100%;
    border-radius: 50%;
}
/*author info end*/
/*autor content*/
.author-content p {
    color: #f8f8f8;
    font-size: 15px;
    line-height: 26px;
}
.author-content p a {
    color: #ffddab;
}
.contact-btn {
    display: inline-block;
    width: 165px;
    line-height: 50px;
    background: #FFC061;
    text-align: center;
    color: #67502d;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 22px;
    transition: .4s;
    margin-right: 27px;
}
.contact-btn:hover{
    color: #67502d;
}
.contact-btn::hover {
    color: #f8f8f8;
    background: #68645C;
}
.contact-btn.booking-btn {
    background: none;
    border: 1px solid  #B9B9B9;
    position: relative;
    z-index: 1;
    background: rgba(122, 118, 110, .7);
    color: #fdfdfd;
}
.contact-btn.booking-btn:hover {
    background: #FFC061;
    color: #67502d;
    border: 1px solid transparent;
}
.contact-btn:hover {
    background: #68645C;
    color: #B9B9B9;
}
/*autor content end*/

/*single-promo-box*/
.single-promo-box h4{
    color: #67502d;
    text-transform: uppercase;
    background: #FFC061;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0px;
    padding-left: 30px;
    font-size: 18px;
    display: block;
    border-radius: 5px  5px 0px 0px;
}
.single-promo-box {
    background: #fff;
    height: 230px;
    border-radius: 5px;
}
.single-promo-box p {
    padding: 30px;
    color: #656565;
}
.service-list-box li a {
    color: #656565;
    position: relative;
    line-height: 30px;
    padding-left: 30px;
    transition: .4s;
}
.service-list-box ul {
    list-style: none;
}
.single-promo-box h4 {
    margin-bottom: 0px;
}
.service-list-box {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}
.service-list-box li a:hover {
    color: #FFC061;
}
.service-list-box li a::before {
    position: absolute;
    left: 0;
    width: 5px;
    height: 11px;
    background: #E1E1E1;
    content: "";
    top: 50%;
    margin-top: -7px;
    transition: .4s;
}
.service-list-box li a:hover::before {
    background: #FFD080;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
/*responsive*/
/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {

}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
/*md device*/
.autor-title h2 {
    font-size: 24px;
}
.author-socal-links li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.single-promo-box h4 a {
    font-size: 16px;
}
.service-list-box li a {
    padding-left: 20px;
}

}
 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.homepage-wrap {
    height: auto;
    padding: 80px 0px 50px 0px;
    background-position: 68% top;
}
.author-content {
    margin-bottom: 30px;
}

.author-socal-links {
    margin-top: 30px;
}
.promo-box-wrap {
    margin-bottom: 30px;
}
.margin-bottom-30{
    margin-bottom: 0px;
}
.autor-info {
    margin-bottom: 30px;
}
.contact-btn{
    width: 150px;
}

}

/* Extra small Device. */
@media (max-width: 767px) {
    .container {
        width: 300px;
    } 
.homepage-wrap {
    height: auto;
    padding: 80px 0px 50px 0px;
    background-position: 64% top;
}
.autor-title h2 {
    background: none;
}
.author-content {
    margin-bottom: 30px;
}

.author-socal-links {
    margin-top: 30px;
}
.promo-box-wrap {
    margin-bottom: 30px;
}
.margin-bottom-30{
    margin-bottom: 0px;
}
.autor-info {
    margin-bottom: 30px;
}
.autor-title ul li {
    font-size: 14px;
}

}
 
/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
        width: 450px;
    }
    .autor-title ul li {
    width: 40%;
  } 
}

