/*
Theme Name:  Devisa
Description: .

Author:  Rahul
Version: 1.0.1
Tags:  
*/  

.template-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Mona Sans", sans-serif;
    letter-spacing: 1.5pt;
    margin-left: 30px;
    background: #cb8161;
    padding: 14px 25px;
    border-radius: 30px;
    line-height: 1;
    color: #fff;
}

.template-btn:hover,
.template-btn:focus {
    color: #fff;
}
.footer-bottom-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-bottom,
.site-header {
    overflow: hidden;
}
.footer-bottom-links a {
    color: #000000;
    font-size: 16px;
    display: block;
}

.footer-bottom-links li + li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}
.page-template-default .block-sliders:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #5f1d36;
    opacity: 0.9;
}
.page-template-default .breadcumb-content {
    text-align: center;
    padding: 60px 0;
}
.page-template-default .breadcumb-content .breadcumb-title {
    color: #fff;
    font-size: 40px;
    margin: 0 0 25px;
    font-weight: 600;
}
.page-template-default .breadcumb-content .breadcumb-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-default .breadcumb-content .breadcumb-menu li {
    color: rgb(255 255 255 / 62%);
    font-size: 18px;
}
.page-template-default .breadcumb-content .breadcumb-menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.page-template-default .breadcumb-content .breadcumb-menu li a:after {
    content: "/";
    position: absolute;
    right: -15px;
    top: -4px;
}
.page-template-default .breadcumb-content .breadcumb-menu li + li {
    margin-left: 25px;
}
.about-page-wrap .row {
    margin: 0;
    padding: 60px 0;
    display: block;
}
.about-page-wrap p {
    font-size: 18px;
}
.about-page-wrap p b {
    color: #000;
    font-size: 24px;
}
.exhibition-section {
    padding: 80px 0 0;
}
.exhibition-content {
    padding-right: 80px;
}
.exhibition-content h2 {
    margin: 0 0 15px;
    color: #5f1d36;
    font-size: 45px;
    font-weight: 600;
}
.exhibition-content p {
    font-size: 18px;
    text-align: left;
    color: #000000d6;
    line-height: 37px;
    margin-bottom: 0;
}
.exhibition-img img {
    width: 100%;
    height: 610px;
    object-fit: cover;
    object-position: 0 -200px;
}
.stay-delhi b {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #5f1d36;
    border: 3px solid;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
}
.block-instagram .slick-slide img {
        /*height: 500px;*/
        height: auto;
    object-fit: cover;
   /* object-position: 0 -100px;*/
}
.lookbook-content img {
    height: 700px;
    object-fit: cover;
    object-position: 0 -200px;
}