/** General **/

body {
    font-family: Raleway !important;
    font-size: 18px !important;
}

h1 {
    color: #000 !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 45px !important;
    font-style: italic;
    margin: 25px 0 10px;
}

h2 {
    color: #000;
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
}

.bSe h2 {
    font-size: 42px !important;
}

h3 {
    color: #000;
}

h4 {
    color: #000;
}

i.fas.fa-phone {
    transform: rotate(90deg);
}

i.fas {
    color: #917c2e;
}

hr {
    background-color: #9c8435;
    border: none;
}

.aligncenter {
    text-align: center    
}

.alignright {
    text-align: right;
}

.accent-text {
    color: #9c8435;
}

.text-verse {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
}

.text-verse-chapter {
    margin-top: 0;
}

.cnt section footer .awe,
.sAs section[id*=recent-posts] li a:first-child:hover, .sAs section[id*=rss] li a:first-child:hover {
    color: #7a682c !important;
}

.bSe a, .cnt article a {
    color: #9c8435 !important;
}

.sAs section[id*=recent-posts] li a:first-child,
.sAs section[id*='categories-'] ul li a,
.sAs section[id*=recent-posts] li:before, .sAs section[id*=rss] li:before,
.sAs section[id*='categories-'] ul li a:after {
    color: #9c8435;
}

.lrp .btn {
    box-shadow: 0px 3px 0px 0px #7a682c;
    background: #9c8435;
    cursor: pointer;
    margin: 30px 0 40px;
}

.lrp .btn:active,
.lrp .btn:focus {
    box-shadow: 0px 3px 0px 0px #9c8435;
    background: #7a682c;
}

.big-quote {
    background: transparent url(/wp-content/uploads/2019/02/quote-img.png) no-repeat top left;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    padding: 50px 0 0 20px;
line-height: 1.3;
    margin: 0 auto;
}

.small-quote {
    background: transparent url(/wp-content/uploads/2019/02/quote-img.png) no-repeat top left;
    background-size: 60px;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    padding: 20px 0 0 20px;
    margin: 0 auto;
}


@media (max-width: 767px) {

.big-quote {
    background-size: 70px;
    font-size: 30px;
    padding: 30px 0 0 30px;
}

.small-quote {
    background-size: 50px;
    font-size: 25px;
    padding: 20px 0 0 30px;
}


}

/** General (end) **/

/** Page Structure **/

.page-template .wrp.cnt {
    width: 100%;
}

.fixed-wrapper {
    max-width: 1080px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin: 0 auto !important;
}

.page-template .awr.lnd {
    padding-top: 0 !important;
}

.spr {
    display: none;
}

/** Page Structure (end) **/

/** Header **/

#logo img {
    max-height: 120px;
}

header {
    background: #000;
}

#nav_right #menu-main-menu {
    text-align: right;
}

#nav_right li a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

#nav_right li a:hover,
#nav_right li a:hover:after,
#nav_right li .sub-menu a:hover:after {
    color: #9c8435 !important;
}

#nav_right li a:after {
    color: #fff;
    line-height: 1.5
}

/*#nav_right ul.sub-menu {
    min-width: 207px;
}*/

li#menu-item-53 .sub-menu {
    min-width: 207px;
}

#nav_right .sub-menu li {
    background: #000;
    border: none;
    text-align: left;
}

#nav_right .sub-menu li a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 0 !important;
    border: 2px solid #fff;
    border-bottom: none;
}

#nav_right li .sub-menu a:after {
    color: #000;
    top: 13px;
}

.header-menu-module .sub-menu li.menu-item:hover a {
    color: #9c8435;
}

#nav_right li.header-enquire-now-btn {
    background: #9c8435;
    border: 2px solid #000;
    padding: 3px 10px !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

#nav_right li.header-enquire-now-btn a {
    color: #000 !important;
    padding: 5px !important;
    line-height: 1.6;
    border-top: none;
}

#nav_right li.menu-item.header-enquire-now-btn:hover {
    background: #fff !important;
    border: 2px solid #9c8435;
}

#nav_right li.menu-item.header-enquire-now-btn:hover a {
    color: #9c8435 !important;
}

@media (min-width: 769px) {

header nav ul>li.menu-item-has-children.toplvl {
    margin-right: 10px;
}

#nav_right .sub-menu li:last-child a {
    border-bottom: 2px solid #fff;
}

#nav_right .sub-menu li a:hover {
    background: #000 !important;
    color: #9c8435 !important;
}

}

@media (max-width: 768px) {

#logo img {
    max-height: 80px;
}

#floating_menu header {
    padding: 10px 0;
}

.hru {
    padding: 0;
    min-height: 0;
}

.hru .hrui {
    padding: 40px 0;
}

header .hmn .rmn {
    background: transparent;
    font-size: 27px;
}

header ul.sub-menu {    
    width: 100%;
}

#nav_right #menu-main-menu {
    text-align: left;
}

header nav ul li,
header ul.sub-menu li a {
    background: #000
}

#nav_right .sub-menu li a {
    color: #fff !important;
}

#nav_right .sub-menu li a {
    color: #fff !important;
    border: none;
}

header nav ul li a:hover {
    background: #000;
}

header nav ul li ul li a:hover:before {
    color: #9c8435 !important;
}

#nav_right li.header-enquire-now-btn a {
    padding: 10px 5px !important;
}

}

/** Header (end) **/

/** Footer **/

.ftw {
    background: #000 !important;
    margin: 0 auto;
}

.ftw .colm section {
    width: 100%;
}

.ftw .oth:first-child {
    width: 48%;
}

.ftw .oth {
    width: 24%;
}

.ftw p {
    color: #9c8435 !important;
}

.ftw p.ttl {
    color: #9c8435;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ftw .footer-cta {
    background: #9c8435;
    color: #000 !important;
    line-height: 1;
    margin: 5px auto;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    max-width: 150px !important;
}

.ftw .footer-cta:hover {
    background: #b79830;
}

.ftw .footer-social-media {
    list-style: none;
    text-align: center;
    margin: 0 !important;
}

.ftw .footer-social-media li {
    display: inline-block;
    margin: 0 5px;
    width: auto !important;
}

.ftw .footer-social-media li a {
    color: #9c8435;
    font-size: 44px;
}

.ftw .footer-social-media li a:hover {
    color: #b79830;
}

.fmn {
    background: #9c8435 !important;
    color: #000 !important;
    padding: 10px 0 !important;
}

.fmn p,
.fmn a {
    color: #000 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-top: 0 !important;
}

.copyright-link-separator {
    padding: 0 7px !important;
}

footer .fmn .fmw,
footer .fmn .fsw {
    width: 50%;;
}

footer .fmn .fsw {
    text-align: right;
}

p.credits {
    text-transform: capitalize;
    font-size: 16px !important
}

footer .fmn .fsw a {
    font-size: 15px !important
}

@media (max-width: 768px) {

.ftw .oth:first-child,
.ftw .oth {
    width: 100%;
    margin: 0 auto !important;
    padding: 0;
}

.ftw .oth:first-child {
    margin-top: 40px !important;
}

.ftw, .fmn,
footer .fmn .fsw {
    text-align: center;
}

footer .fmn .fmw,
footer .fmn .fsw {
    width: 100%;
}

}

/** Footer (end) **/

/** Home **/

.big-quote {
    background: transparent url(/wp-content/uploads/2019/02/quote-img.png) no-repeat top left;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    padding: 50px 0 0 20px;
    margin: 0 auto;
}

@media (max-width: 767px) {

.big-quote {
    background-size: 70px;
    font-size: 30px;
    padding: 30px 0 0 30px;
}

}

/** Home (end) **/

/** About Page **/

h3.our-team-name {
    color: #9c8435;
    font-family: 'Playfair Display', serif !important;
    margin-top: 0;
    margin-bottom: 0;
}

h4.our-team-designation {
    color: #9c8435;
    font-family: Raleway;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
}

.check-list-icon {
    list-style: none !important;
    margin-left: 0 !important;
    text-align: left;
    padding-left: 30px !important;
    padding-right: 30px;
}

.check-list-icon li {
    margin-bottom: 15px !important;;
}

.check-list-icon li i {
    margin-right: 10px !important;
}

@media (max-width: 768px) {

.our-team-name,
.our-team-designation {
    text-align: center;
}

.page-id-33 .thrv_wrapper.tve_image_caption {
    margin: 0 auto;
}

}

/** About Page (end) **/

/** Service Page **/

.service-box-section .tcb-col {
    padding: 10px 20px;
}

.service-box-section .service-box-header {
    margin-bottom: 25px;
}

.service-box-section .service-box-body {
    clear: left;
}

.service-box-section .tcb-col .service-box-body p {
    text-align: right;
}

.service-box-section .tcb-col h4 {
    color: #baac7c;
    display: inline-block;
    float: left;
    font-family: 'Playfair Display', serif !important;
    font-size: 85px;
    line-height: 1;
    margin-top: 0 !important;
    margin-right: 10px;
    top: -25px;
    position: relative;
}

.service-box-section .tcb-col h3 {
    font-family: 'Playfair Display', serif !important;
    margin: 0;
}

@media (max-width: 767px) {

.service-box-section .tcb-flex-col {
    margin-top: 25px !important;
}

}

/** Service Page (end) **/

/** Music Page **/

.song-list-box h3 {
    font-family: 'Playfair Display', serif !important;
	  margin-top: 0px !important;
    margin-bottom: 10px;
}

.song-list-box ul {
    list-style: none !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
}

.song-list-box ul li i {
    margin-bottom: 10px !important;
    margin-right: 10px !important;
}

.color-box {
    background: #9c8435;
    color: #000;
    padding: 1px 40px 40px 40px !important;;
}

.color-box h2 {
    color: #000 !important;
}

ul.music-list-icon {
    padding-left: 0 !important;
}

ul.music-list-icon li {
    margin-bottom: 5px !important;
}

/** Music Page (end) **/

/** Videos Page **/

.watch-and-listen-module .tve_scTC {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {

.watch-and-listen-module .tve_scTC {
    padding-bottom: 0;
}

.watch-and-listen-module .tve_responsive_video_container {
    margin-bottom: 20px !important;
}

}

/** Videos Page (end) **/

/** Blog Post **/

.tve-post-grid-text {
    padding-top: 0 !important;
}

.hru.tcbk {
    background-color: #9c8435;
}

@media (min-width: 769px) {

section.bSe.left {
    margin-bottom: 25px;
}

}

/** Blog Post (end) **/

/** Landing Page Template **/

.page-template-landing-page header {
    display: none;
}

/** Landing Page Template (end) **/