/*!
Theme Name: digitallydubai
Theme URI: http://underscores.me/
Author: digitallydubai
Author URI: https://digitallydubai.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitallydubai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

digitallydubai is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff") format("woff"), 
    url("fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("fonts/fontawesome-webfont.svg") format("svg");
}
@font-face {
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/bootstrap-icons.eot") format("embedded-opentype"),
    url("fonts/bootstrap-icons.woff") format("woff"),
    url("fonts/bootstrap-icons.woff2") format("woff2"), 
}
@font-face {
    font-family: 'GreatVibes-Regular';
    src: url('fonts/GreatVibes-Regular.eot?#') format('eot'),  /* IE6–8 */
         url('fonts/GreatVibes-Regular.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'TenorSans-Regular';
    src: url('fonts/TenorSans-Regular.eot?#') format('eot'),  /* IE6–8 */
         url('fonts/TenorSans-Regular.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: "Marcellus-Regular";
    src: url('fonts/Marcellus-Regular.eot?#') format('eot'),  /* IE6–8 */
         url('fonts/Marcellus-Regular.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}




@font-face {
    font-family: 'Nunito-VariableFont_wght';
    src: url('fonts/Nunito-VariableFont_wght.eot?#') format('eot'),  /* IE6–8 */
         url('fonts/Nunito-VariableFont_wght.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'Poppins-Light';
  src: url('fonts/Poppins-Light.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/Poppins-Light.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('fonts/Poppins-Medium.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/Poppins-Medium.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'WorkSans-Bold';
  src: url('fonts/WorkSans-Bold.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/WorkSans-Bold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}



html {
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0; 
    padding: 0; 
    font-size: 17px; 
    line-height: 2; 
    font-family: 'Poppins-Light' !important;
    background-color: #F4E6CD;
}
body.home{background-color: #BDA06E;}
main {
    display: block;
}
*{
    padding: 0; 
    margin: 0;
}
input:focus, 
a:focus, 
a:active, 
textarea:focus, 
img:focus {
    outline:none;
}
img {
    max-width:100%;
}
ul {
    padding: 0; 
    margin: 0;
}
a {
    text-decoration: none !important; 
    color: #222;
}
a:hover {
    color:#C3957D;
}
p {
    line-height: 2;
} 



/* .social-menu ul{
    text-align: right;
}
.social-menu li {
    padding-right: 10px;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
}
.social-menu li a {
    font-size: 0 !important;
    display: inline-block;
    text-decoration: none;
    text-align: right;
}
.social-menu li:hover a:before{
    color:#BAAC92 !important;
}
.social-menu li a:before{
    color:#333;
}
.social-menu li.menu-item-23 a:before {
    font-family: "FontAwesome";
    content: "\f09a";
    font-size: 17px;
}
.social-menu li.menu-item-24 a:before {
    font-family: "bootstrap-icons";
    content: "\F437";
    font-size: 16px;
}
.social-menu li.menu-item-25 a:before {
    font-family: "bootstrap-icons";
    content: "\F618";
    font-size: 17px;
} */


.bg-header1{
    background: #2E2024;
    color: #e4c8a6;
    border-bottom: 1px solid rgba(212, 178, 117, .15);
}
.top-address p{
    text-align: center;
    display: inline-block;
}
.top-email{
    text-align: right;
}
.top-tell{
    text-align: left;
}
.top-address p, .top-tell p, .top-email p{
   margin-bottom: 0;
   font-size: 16px;
   color: #e4c8a6;
}
.top-tell a, .top-email a{
    color: #e4c8a6;
}

.home .bg-header{
   background-color: #F4E6CD;
}
.bg-header{
   background-color: #352528;
}

.logo {
    padding: 15px 0;
}
.main-menu ul {
    padding: 6px;
    text-align: center;
    margin: 0;
    background: #EDDDC3;
    border-radius: 100px;
}
.main-menu li {
    display:inline-block; 
    text-align: center; 
    padding: 0px 1px;
    position: relative;
}
.main-menu li:first-child{padding-left: 0;}
.main-menu li:last-child{padding-right: 0;}
.main-menu li a {
    font-size: 16px;
    position: relative;
    z-index: 1;
    display: inline-block;
    outline: none;
    color: #2f2b2a;
    text-decoration: none; 
    background-color: #F4E6CD;
    padding: 5px 19px;
    border-radius: 22px;
}
.main-menu li.menu-item.current-menu-item a{
    background-color: #fff;
}
.main-menu li a:hover {
    color: #9f927c !important;
    text-shadow: none;
}
.main-menu li:hover> ul{
    display:block;
    float:left;
    width:240px;
    margin-right: 0px;
    background: #fff;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
}
.main-menu ul ul{
    width:208px;
    text-align: right;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    line-height: 14px;
    margin: 0;
    list-style: none;
    right: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    transition: all .5s ease;
    z-index: 99;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    padding: 7px 0;
}
.main-menu ul ul ul {
    margin: -41px 207px 0 190px !important;
}
/*.main-menu li a:before {
    content: "";
    position: absolute;
    top: 0px;
    margin: auto;
    background-color: var(--prt-skin-color);
    height: 3px;
    width: 100%;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0,1);
    -khtml-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -o-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    transition: transform .55s cubic-bezier(.37,.31,.2,.85);
}
.main-menu li a:hover:before{transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(1,1);
    -khtml-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    background: #9f927c;
} */
/* .main-menu .sub-menu li {
    width:100%; 
    float:left; 
    border-bottom: 1px solid rgb(0,0,0,.09); 
    list-style-type:none; 
    margin-right: 0; 
    margin-left: 0; 
    padding: 0px;
}
.main-menu .sub-menu li:last-child {
    border-bottom:none;
}
.main-menu .sub-menu li a {
    text-align: right; 
    font-size: 14px; 
    text-decoration:none; 
    width: 100%; 
    color: #7a8a9e; 
    padding: 10px;
}
.main-menu .sub-menu li li a:hover {
    color: #e02454;
}
.main-menu .sub-menu li a:before {
    display: none;
} */

.lan{
    text-align: right;
}

.bg-home-top {
    background-image: url(../../uploads/bg0.webp);
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay-bg-top{
    background: rgb(4 9 30 / 38%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.content1-text h2{
    color: #f4e6cd;
    font-size: 52px;
    font-family: 'TenorSans-Regular';
    text-align: center;
    padding-bottom: 30px;
    
    /* color: #f4e6cd;
    font-size: 60px;
    text-align: center;
    font-family: 'GreatVibes-Regular'; */
}
.content1-text p{
    color: #f4e6cd;
    font-size: 30px;
    text-align: center;
    font-family: 'GreatVibes-Regular'; 
}
.content1-btn a {
    text-align: center;
    -moz-user-select: none;
    margin-bottom: 0;
    margin-top: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    border-radius: 30px;
    background-color: #F4E6CD;
    padding: 20px 30px;
    font-size: 19px;
    color: #333;
    font-weight: 600;
    line-height: 1;
    display: table;
    margin: 50px auto 100px;
    letter-spacing: 1px;
    font-family: 'TenorSans-Regular'
}
.content1-btn a:after {
    content: ""; 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 101%; 
    height: 101%; 
    background: #1E211E; 
    color: #fff !important; 
    z-index: 1; 
    transition: transform 0.5s; 
    transition-timing-function: ease; 
    transform-origin: 0 0; 
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7); 
    transform: scaleX(0); 
    border-radius: 0;
}
.content1-btn a:hover {
    color: #fff;
    text-decoration: none;
}
.content1-btn a:hover:after {
    transform: scaleX(1); z-index: -1;
}
.content1-btn a:before{
    font-family: "bootstrap-icons";
    content: "\F5C1";
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
}
.content1-btn p {
    margin-bottom: 0;
}
.content1-slider{
    background: #5F4636;
    border: 1px solid #ffffff1f;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 16px;
    backdrop-filter: blur(60px);
    background-color: #ffffff1f;
    border: 1px solid #ffffff1f;
}

.bac-content2{
    background: #F4E6CD;
    padding-top: 150px;
    padding-bottom: 150px;
}
.title-content2 h2{
    color: #1e211e;
    font-size: 60px;
    font-family: 'TenorSans-Regular';
    text-align: left;
    font-weight: 400;
    padding-bottom: 70px;
    letter-spacing: -5px;
}
.content2-2 h2{
    font-size: 36px;
    font-weight: 400;
    font-family: 'GreatVibes-Regular';
}
.content2-2 p{
    color:#1e211e;
    letter-spacing: -1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 0;
}
.content2-2 a {
    text-align: center;
    -moz-user-select: none;
    margin-bottom: 0;
    margin-top: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    border-radius: 32px;
    background-color: #1E211E;
    padding: 20px;
    font-size: 15px;
    color: #F4E6CD;
    line-height: 1;
    display: table;
    margin: 10px 0 0px;
    letter-spacing: 1px;
    font-family: 'TenorSans-Regular';
    border: 1px solid #1E211E;
}
.content2-2 a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #F4E6CD;
    color: #1E211E !important;
    z-index: 1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0;
}
.content2-2 a:hover {
    color: #333;
    text-decoration: none; 
}
.content2-2 a:hover:before {
    transform: scaleX(1);
    z-index: -1;
}
.content2-2 a:after{
    font-family: "bootstrap-icons";
    content: "\F138";
    font-size: 20px;
    padding-left: 10px;
    vertical-align: middle;
}
.content2-1 img, .content2-3 img, .content2-4 img{
    border-radius: 8px;
}
.content2-3 img {
    margin-top: 50px;
}
.content2-4 img {
    margin-top: -50px;
}

.bac-content3 {
    background: #BDA06E;
    padding-top: 150px;
    padding-bottom: 150px;
}
.content3 h2{
    color: #1e211e;
    font-size: 60px;
    font-family: 'TenorSans-Regular';
    text-align: left;
    font-weight: 400;
    padding-bottom: 50px;
    letter-spacing: -5px;
    position: relative;
    padding-left: 27px;
}
.content3 h2:before{
    position: absolute;
    content: "";
    background: url(../../uploads/icone-title.png);
    width: 30px;
    height: 29px;
    left: 0;
    top: 27px;
    background-repeat: no-repeat;
}
.content3 p{
    text-align: left;
    margin-bottom: 0;
    color: #1e211e;
}

.bac-content4{
    background: #EDDDC3;
    padding-top: 150px;
    padding-bottom: 150px;
}
.content4-1{

}
.content4-1 h2{
    color: #1e211e;
    font-size: 60px;
    font-family: 'TenorSans-Regular';
    font-weight: 400;
    padding-bottom: 50px;
    letter-spacing: -5px;
}
.content4-1 p{
    color:#1e211e;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 0;
}
.content4-2 {
    position: relative;
    text-align: right;
}
.content4-2 img{
    border-radius: 15px;
}
.content4-2 .fan-fact-card {
    z-index: 99;
    border: 16px solid #edddc3;
    background-color: #1e211e;
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 220px;
    padding: 24px;
    display: flex;
    position: absolute;
    inset: auto auto 0% -2%;
}
.content4-2 .fan-fact-card-number {
    font-family: 'TenorSans-Regular';
    color:#f4e6cd;
    font-size: 64px;
    line-height: 74px;
}
.content4-2 .fan-fact-card-number-mark {
    font-size: 40px;
    line-height: 48px;
}
.content4-2 .fan-fact-card-text {
    color: #f4e6cd;
    text-align: center;
}

.content4-3{
    background: #f4e6cd;
    padding: 24px;
    border-radius: 15px;
    display: flex;
    margin-top: 23px;
}
.content4-3 .widget_text{flex: 9;}
.content4-3 h2{
    color: #232323;
    font-size: 31px;
    font-family: 'TenorSans-Regular';
    font-weight: 400;
    letter-spacing: -2px;
}
.content4-3 p{
    color:#1e211e;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 0;
}
.content4-3 .widget_media_image{flex: 1;}
.content4-3 img{
    background: #1E211E;
    padding: 19px;
    border-radius: 15px;
}
.content5 img{
    border-radius: 15px;
}

.bac-content6{
    background: #F4E6CD;
    padding-top: 150px;
    padding-bottom: 150px;
}
.content6 h2{
  color: #1e211e;
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
}
.content6 h3{
    color: #1e211e;
    font-family: 'TenorSans-Regular';
    font-weight: 400;
    letter-spacing: -2px;
    text-align: center;
    font-size: 46px;
    padding-bottom: 50px;
}
.bgblog {
    padding: 0px 0px 120px 0px;
}
.title-latest-news {
    font-size: 32px;
    font-weight: 800;
    color: #1d2c38;
    text-align: center;
    margin-top: 200px;
    padding-bottom: 30px;
}
.box-latest-news {
    position: relative;
}
.box-content6 .col-md-4:nth-child(2){
    margin-top: 55px;
}
.box-latest-news .main-box-thumbnail a {
    position: relative;
}
.box-latest-news .box-thumbnail {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.box-latest-news .box-thumbnail img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
   height: 270px;
   border-radius: 15px 15px 0 0;
}
.box-latest-news:hover img {
    transform: scale(1.045);
}
.box-latest-news .main-box-content {
    box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
    /* background: #fff; */
    border-radius: 5px;
    position: relative;
    padding: 25px;
}
.box-latest-news .main-box-content .entry-header {
    padding-top: 16px;
}
.box-latest-news .entry-header a {
    font-family: 'Nunito-VariableFont_wght';
    color: #222;
    font-size: 20px;
    text-align: left;
    display: block;
    padding-bottom: 10px;
    line-height: 30px;
}
.box-latest-news .entry-header a:hover {
    color: #424242;
}
.box-latest-news .entry-content p {
    color: #777; 
    line-height: 1.5; 
    font-size: 16px;
    font-family: 'Mukta-Medium';
}
.box-latest-news .box-cat-name {
    display: inline-block;
    padding-top: 10px;
}
.box-latest-news .cat-name { 
    font-size: 13px;
    color: #777;
}
.box-latest-news .cat-name:before {
    font-family: "FontAwesome";
    content:"\f07c";
    color: #777;
    font-size: 14px;
    padding-right: 3px;
}
.box-latest-news .box-date {
    display: inline-block;
    padding-top: 10px;
}
.box-latest-news .date {
    font-size: 13px;
    color: #777;
    margin-left: 10px;
}
.box-latest-news .date:before {
    font-family: "FontAwesome";
    content:"\f073";
    color: #777;
    font-size: 14px;
    padding-right: 3px;
}


.bac-content7{
    background:#EDDDC3;
    padding-top: 150px;
    padding-bottom: 150px;
}
.content7 h2{
  color: #1e211e;
  font-size: 24px;
  text-align: left;
  padding-bottom: 10px;
}
.content7 h3{
    color: #1e211e;
    font-family: 'TenorSans-Regular';
    font-weight: 400;
    letter-spacing: -2px;
    text-align: left;
    font-size: 46px;
    padding-bottom: 50px;
}
.content7-1 {
  background: #fff;
  padding: 32px;
  text-align: left;
  border-radius: 15px;
  border:1px solid #fff;
  transition: all 0.5s ease 0s;
}
.content7-2 {
    background: #fff;
    padding: 32px;
    text-align: left;
    border-radius: 15px;
    border:1px solid #fff;
    transition: all 0.5s ease 0s;
}
.content7-3 {
    background: #fff;
    padding: 32px;
    text-align: left;
    border-radius: 15px;
    border:1px solid #fff;
    transition: all 0.5s ease 0s;
}
.content7-1:hover, .content7-2:hover, .content7-3:hover{
    border:1px solid rgb(189, 160, 110);
    transition: all 0.5s ease 0s;
}
.content7-1 h2, .content7-2 h2, .content7-3 h2{
    padding: 20px 0 0px;
    color: #2F2B2A;
    font-family: 'TenorSans-Regular';
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -2px;
    margin-bottom: 0;
}
.content7-1 img, .content7-2 img, .content7-3 img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: auto;
}
.content7-1:hover img, .content7-2:hover img, .content7-3:hover img {
    transform: scale(1.045);
}
.content7-1 a, .content7-2 a, .content7-3 a{
    border: 1px solid #d4c8b3;
    color: #1e211e;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 50px;
    display: inline-block;
}
.content7-1 a:hover, .content7-2 a:hover, .content7-3 a:hover{
    border: 1px solid  #1e211e;
    color: #d4c8b3;
    background-color: #1e211e;
}

.bac-content8 {
    background: #BDA06E;
    padding-top: 150px;
    padding-bottom: 150px;
}
.content8 h2{
    color: #1e211e;
    font-size: 60px;
    font-family: 'TenorSans-Regular';
    text-align: left;
    font-weight: 400;
    padding-bottom: 50px;
    letter-spacing: -5px;
    position: relative;
    padding-left: 27px;
}
.content8 h2:before{
    position: absolute;
    content: "";
    background: url(../../uploads/icone-title.png);
    width: 30px;
    height: 29px;
    left: 0;
    top: 27px;
    background-repeat: no-repeat;
}
.content8 h4{
    font-size: 36px;
    font-weight: 400;
    font-family: 'GreatVibes-Regular';
    padding-top: 20px;
    padding-bottom: 20px;
}
.content8 p{
    text-align: left;
    margin-bottom: 0;
    color: #1e211e;
}
.content8 table{
    margin-top: 40px;
    margin-bottom: 40px;
}
.content8 table tr{
    border-top: 1px solid #b59664;
    border-bottom: 1px solid #b59664;
}


.bac-content9{
    background-color:#F4E6CD;
    padding-top: 150px;
    padding-bottom: 200px;
}
.title-content9 h2{
    color: #1e211e;
    font-size: 60px;
    font-family: 'TenorSans-Regular';
    text-align: center;
    font-weight: 400;
    padding-bottom: 50px;
    letter-spacing: -5px;
    margin-bottom: 80px;
}
.content9-1{
    
}
.content9-1 section{
    position: relative;
    z-index: 1;
}
.content9-1 img{
    border-radius: 15px;
}
.content9-2{
    position: relative;
}
.content9-2 section{
    z-index: 1;
    position: relative;
}
.content9-2:after{
    position: absolute;
    content: "";
    background-color: #EDDDC3;
    width: 150%;
    height: 122%;
    margin-left: 240px;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-right: 52px;
    right: -30px;
    top: -79px;
    border-radius: 15px;
}
.content9-2 #wpsm_accordion_5327 .wpsm_panel-default > .wpsm_panel-heading,
.content9-2  #wpsm_accordion_55 .wpsm_panel-default > .wpsm_panel-heading {
    background: #EDDDC3 !important;
    border: 1px solid #d4c8b3 !important;
    border-radius: 15px;
}
.content9-2 .wpsm_panel-heading {
    padding: 15px 15px !important;
}
.content9-2  #wpsm_accordion_5327 .wpsm_panel + .wpsm_panel,
.content9-2  #wpsm_accordion_55 .wpsm_panel + .wpsm_panel {
    margin-top: 13px !important;
}
.content9-2  #wpsm_accordion_5327 .wpsm_panel-title a,
.content9-2  #wpsm_accordion_55 .wpsm_panel-title a{
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    font-family: 'TenorSans-Regular' !important;
    font-size: 24px !important;
}
.content9-2 .wpsm_panel{
    background: #EDDDC3 !important;
}
.content9-2 #wpsm_accordion_5327 .ac_open_cl_icon,
.content9-2 #wpsm_accordion_55 .ac_open_cl_icon {
    background-color: #EDDDC3 !important;
}
.content9-2 .fa-plus:before{
    font-family: "bootstrap-icons" !important;
    content: "\F4FE" !important;
    color: #333;
    font-size: 30px;
}
.content9-2 #wpsm_accordion_5327 .wpsm_panel-body,
.content9-2 #wpsm_accordion_55 .wpsm_panel-body {
    background-color: #372629 !important;
    color: #d4c8b3 !important;
    border-top-color: #e8e8e8 !important;
    font-size: 17px !important;
    font-family: 'TenorSans-Regular' !important;
    border: 1px solid #d4c8b3 !important;
    border-radius: 15px;
}
.bac-content10{
    background:  #EDDDC3;
    padding-top: 150px;
    padding-bottom: 150px;
}
.bac-box-contact10{
    background: #F4E6CD;
    padding: 50px;
    border-radius: 15px;
}
.title-content10 h2{
    color: #1e211e;
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
}
.title-content10 h3{
    color: #1e211e;
    font-family: 'TenorSans-Regular';
    font-weight: 400;
    letter-spacing: -2px;
    text-align: center;
    font-size: 46px;
    padding-bottom: 50px;
}
.content10-1 #text-35 h2 {
    font-size: 24px;
    padding-bottom: 13px;
    position: relative;
    padding-left: 42px;
}
.content10-1 #text-35 h2:before{
    position: absolute;
    content: "";
    background: url(../../uploads/icon-title.webp);
    width: 32px;
    height: 32px;
    left: 0;
}
.content10-1 form p{
    margin-bottom: 5px;
}
.content10-1 input {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #d4c8b3;
    padding: 13px 15px 13px 20px;
    font-size: 15px;
    background-color: #F4E6CD;
}
.content10-1 input .wpcf7-captchar {
	  width: auto;
}
.content10-1 textarea {
    height: 80px;
    border-radius: 5px;
    border: 1px solid #d4c8b3;
    padding: 13px 15px 13px 20px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #F4E6CD;
}
.content10-1 label {
	  width: 100%;
}
.content10-1 input[type=submit] {
    width: 100%;
    background: #1E211E;
    color: #fff;
    border: 1px solid #1E211E;
    padding: 5px 40px;
    display: block;
    color: #EDDDC3;
    font-size: 19px;
}
.content10-1 input[type=submit]:hover {
    background: #bda06e;
    color: #333;
    border: 1px solid #bda06e;
}
.content10-1 #text-36 h2 {
    font-size: 24px;
    padding-bottom: 13px;
    font-family: 'TenorSans-Regular';
}
.content10-1 #text-36 ul, .content10-1 #text-28 ul {
    padding-left: 20px;
}
.bac-content11{
    background: #BDA06E;
    padding-top: 150px;
    padding-bottom: 65px;
}
.content11 h2{
    color: #1e211e;
    font-size: 60px;
    font-family: 'TenorSans-Regular';
    text-align: center;
    font-weight: 400;
    padding-bottom: 50px;
    letter-spacing: -5px;
    margin-bottom: 50px;
}
.home .bg-footer{background-color: #BDA06E;}
footer.site-footer{
    background-color: var(--lion);
    padding-top: 10px;
    position: relative;
}
.bg-footer {
    /* background-image: url(../../uploads/bg-footer.webp);
    background-repeat: no-repeat;
    position: relative;
    padding-top: 392px;
    padding-bottom: 60px;
    position: relative;
    background-color: #F4E6CD;
    background-position: center; */

    background-image: url(../../uploads/bg-footer.webp);
    background-repeat: no-repeat;
    padding-bottom: 60px;
    background-color: #F4E6CD;
}
.box-footer{
    background-color: #edddc314;
    margin-bottom: 60px;
    padding: 80px;
    margin-top: 68px;
    border-radius: 15px;
}
.footer1, .footer2, .footer3 {margin-top: 282px;}
.footer1 h2, .footer2 h2, .footer3 h2{
    color: #e4c8a6;
    padding-bottom: 20px;
    font-family: 'TenorSans-Regular';
}
.footer1 p, .footer2 p, .footer3 p, .footer3 a{
    color:#f4e6cd;
}
.footer4 h2{
    font-size: 36px;
    font-weight: 400;
    font-family: 'GreatVibes-Regular';
    text-align: center;
    color: #e4c8a6;
}
.footer6 li{
    list-style: none;
    padding-right: 20px;
    display: inline-block;
}
.footer6 li a{
    font-size: 18px;
    color: #f4e6cd;
    text-transform: uppercase;
}
.footer6 li a:hover{
    color:#BDA06E;
}
.copyright p{
    color:#f4e6cd; 
    font-size: 14px;
    text-align: right;
}


.box-google-badge-fixed {
    position: fixed !important;
    right: 30px !important;
    bottom: 30px !important;
    max-width: none !important;
    z-index: 2147482999 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important;
}




/*** team ***/
/* .page-id-5279 .inner-page{
    background:#EDDDC3;
    border-radius: 15px;
} */
#post-5279 .team01, 
#post-5279 .team02, 
#post-5279 .team03, 
#post-5279 .team04, 
#post-5279 .team05, 
#post-5279 .team06, 
#post-5279 .team07, 
#post-5279 .team08,
#post-15 .team01, 
#post-15 .team02, 
#post-15 .team03, 
#post-15 .team04, 
#post-15 .team05, 
#post-15 .team06, 
#post-15 .team07, 
#post-15 .team08{
    background: #fff;
    padding: 32px;
    text-align: left;
    border-radius: 15px;
    border: 1px solid #fff;
    transition: all 0.5s ease 0s;
    margin-bottom: 30px;
}
#post-5279 .team01 h2, 
#post-5279 .team02 h2, 
#post-5279 .team03 h2, 
#post-5279 .team04 h2, 
#post-5279 .team05 h2, 
#post-5279 .team06 h2, 
#post-5279 .team07 h2, 
#post-5279 .team08 h2,

#post-15 .team01 h2, 
#post-15 .team02 h2, 
#post-15 .team03 h2, 
#post-15 .team04 h2, 
#post-15 .team05 h2, 
#post-15 .team06 h2, 
#post-15 .team07 h2, 
#post-15 .team08 h2{
    padding: 20px 0 0px;
    color: #2F2B2A;
    font-family: 'TenorSans-Regular';
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -2px;
    margin-bottom: 0;
}
#post-5279 .team01 img, 
#post-5279 .team02 img, 
#post-5279 .team03 img, 
#post-5279 .team04 img, 
#post-5279 .team05 img, 
#post-5279 .team06 img, 
#post-5279 .team07 img, 
#post-5279 .team08 img,

#post-15 .team01 img, 
#post-15 .team02 img, 
#post-15 .team03 img, 
#post-15 .team04 img, 
#post-15 .team05 img, 
#post-15 .team06 img, 
#post-15 .team07 img, 
#post-15 .team08 img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: auto;
}
#post-5279 .team01 a, 
#post-5279 .team02 a, 
#post-5279 .team03 a, 
#post-5279 .team04 a, 
#post-5279 .team05 a, 
#post-5279 .team06 a, 
#post-5279 .team07 a, 
#post-5279 .team08 a,

#post-15 .team01 a, 
#post-15 .team02 a, 
#post-15 .team03 a, 
#post-15 .team04 a, 
#post-15 .team05 a, 
#post-15 .team06 a, 
#post-15 .team07 a, 
#post-15 .team08 a {
    border: 1px solid #d4c8b3;
    color: #1e211e;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 50px;
    display: inline-block;
}
#post-5279 .team01:hover, 
#post-5279 .team02:hover, 
#post-5279 .team03:hover, 
#post-5279 .team04:hover, 
#post-5279 .team05:hover, 
#post-5279 .team06:hover, 
#post-5279 .team07:hover, 
#post-5279 .team08:hover,

#post-15 .team01:hover, 
#post-15 .team02:hover, 
#post-15 .team03:hover, 
#post-15 .team04:hover, 
#post-15 .team05:hover, 
#post-15 .team06:hover, 
#post-15 .team07:hover, 
#post-15 .team08:hover{
    border: 1px solid rgb(189, 160, 110);
    transition: all 0.5s ease 0s;
}
#post-5279 .text-team, #post-15 .text-team{
    color: #e4c8a6;
    background: #372629;
    border: 1px solid #d4c8b3;
    padding: 50px;
    border-radius: 15px;
}
#post-5279 .text-team h1, #post-15 .text-team h1{
    font-family: 'GreatVibes-Regular';
    margin-bottom: 20px;
}
/** inner-team **/
.text-inner-team{
    margin-top: 50px;
    background: #EDDDC3;
    border: 1px solid #d4c8b3;
    padding: 50px;
    border-radius: 15px;
}
.text-inner-team h1{
    font-family: 'GreatVibes-Regular';
    margin-bottom: 20px;
}
.text-inner-team-bottom{
    margin-top: 50px;
    background: #bda06e9c;
    border: 1px solid #d4c8b3;
    padding: 28px;
    border-radius: 15px;
    text-align: center;
}
.text-inner-team-bottom a{
    color: #fffbf5;
}


/******** Tantra Massage in Köln ********/
#post-1709 .box-tot-text-tantra,
#post-17 .box-tot-text-tantra{
    position: absolute;
    top: 200px;
    right: 89px;
    color: #fff;
    background: #0000006b;
    padding: 50px;
}
#post-1709 .entry-content .box-tot-text-tantra h2,
#post-17 .entry-content .box-tot-text-tantra h2{
    font-family: 'GreatVibes-Regular';
    margin-bottom: 20px;
    font-size: 50px;
    margin-top: 0;
}
#post-1709 .box-tot-text-tantra h3,
#post-17 .box-tot-text-tantra h3{
    font-size: 20px;
    line-height: 35px;
}
#post-1709 .entry-content .foogallery,
#post-17 .entry-content .foogallery{
    margin-top: 30px;
}
#post-1709 .entry-content .text-tantra,
#post-17 .entry-content .text-tantra{
    background: #372629;
    border: 1px solid #d4c8b3;
    padding: 40px;
    border-radius: 15px;
    margin-top: 50px;
    text-align: center;
    color: #e4c8a6;
}
#post-1709 .entry-content .box-text-tantra,
#post-17 .entry-content .box-text-tantra{
    margin-top: 50px;
    border: 1px solid #372629;
    padding: 28px;
    border-radius: 15px;
    text-align: center;
}

.text-tantra-box{
    margin-top: 50px;
    border: 1px solid #d4c8b3;
    padding: 28px;
    border-radius: 15px;
    text-align: center;
    color: #e4c8a6;
    background: #372629;
}
#post-1709 .entry-content h2,
#post-17 .entry-content h2{
    font-family: 'GreatVibes-Regular';
    margin-top: 50px;
}
.text-tantra-box a {
    color: #fffbf5;
}
#post-1709 .entry-content .sooalt-tantra-box h2,
#post-17 .entry-content .sooalt-tantra-box h2{
    font-family: 'TenorSans-Regular';
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 65px;
}
#post-1709 .entry-content .sooalt-tantra-box h4,
#post-17 .entry-content .sooalt-tantra-box h4{
    font-family: 'GreatVibes-Regular';
    font-size: 28px;
    padding-bottom: 30px;
}
#post-1709 .entry-content .sooalt-tantra-box h5,
#post-17 .entry-content .sooalt-tantra-box h5{
    padding: 20px 0;
    font-weight: bold;
    font-size: 34px;
    font-family: 'GreatVibes-Regular';
}



/****** preise ******/
#post-1605 h2,
#post-154 h2{
    font-family: 'GreatVibes-Regular';
    margin-bottom: 20px;
    font-size: 50px;
    margin-top: 57px;
    text-align: center;
}
#post-1605 .text-preise,
#post-154 .text-preise{
    margin-top: 50px;
    color: #e4c8a6;
    background: #372629;
    border: 1px solid #d4c8b3;
    padding: 28px;
    border-radius: 15px;
    text-align: center;
}
#post-1605 .box-text-preise,
#post-154 .box-text-preise{
    padding: 30px;
    border: 1px solid #372629;
    border-radius: 15px;
    text-align: center;
    margin-top: 30px;
}
#post-1605 .box-preise,
#post-154 .box-preise {
    background-color: #f9edd8;
    border:1px solid #EDDDC3;
    border-radius: 15px;
    padding: 50px 50px 110px 50px;
    margin-top: 50px;
}
#post-1605 .box-preise ul,
#post-154 .box-preise ul{
    padding-left: 20px;
}
#post-1605 .box-preise h3,
#post-154 .box-preise h3 {
    font-family: 'TenorSans-Regular';
    padding-bottom: 15px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgb(159, 152, 107);
}
#post-1605 #myDIV1, #post-1605 #myDIV2, #post-1605 #myDIV3, #post-1605 #myDIV4, #post-1605 #myDIV5, #post-1605 #myDIV6,
#post-1605 #myDIV7, #post-1605 #myDIV8, #post-1605 #myDIV9, #post-1605 #myDIV10,
#post-154 #myDIV01, #post-154 #myDIV02, #post-154 #myDIV03, #post-154 #myDIV04, #post-154 #myDIV05, #post-154 #myDIV06,
#post-154 #myDIV07, #post-154 #myDIV08, #post-154 #myDIV09, #post-154 #myDIV010{display: none;}

#post-1605 button,
#post-154 button{
    background: #f1e1c4;
    border: 1px solid #F4E6CD;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 29px;
    position: absolute;
    bottom: 44px;
}
#post-1605 button:hover,
#post-154 button:hover{
    background: #BDA06E;
}
#post-1605 .entry-content .row > [class*="col-"],
#post-154 .entry-content .row > [class*="col-"]{
    display: flex;
}

#post-1605 .entry-content .box-preise,
#post-154 .entry-content .box-preise{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 0px;
}
#post-1605 .text-preise a,
#post-154 .text-preise a {
    color: #fffbf5;
}


/***** FAQ ****/
#post-1064 h2,
#post-21 h2{
    font-family: 'GreatVibes-Regular';
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}
#post-1064 h3,
#post-21 h3{
    font-family: 'GreatVibes-Regular';
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
#post-1064 .text-faq,
#post-21 .text-faq{
    color: #e4c8a6;
    background: #372629;
    border: 1px solid #d4c8b3;
    padding: 50px;
    border-radius: 15px;
    margin-top: 50px;
    text-align: center;
}
#post-1064 #wpsm_accordion_5465,
#post-21 #wpsm_accordion_180{
    margin-top: 50px;
}
#post-1064 #wpsm_accordion_5465 .wpsm_panel-default > .wpsm_panel-heading,
#post-21 #wpsm_accordion_180 .wpsm_panel-default > .wpsm_panel-heading{
    background: #EDDDC3 !important;
    border: 1px solid #d4c8b3 !important;
    border-radius: 15px;
}
#post-1064 .wpsm_panel-heading,
#post-21 .wpsm_panel-heading {
    padding: 15px 15px !important;
}
#post-1064  #wpsm_accordion_5465 .wpsm_panel + .wpsm_panel,
#post-21  #wpsm_accordion_180 .wpsm_panel + .wpsm_panel {
    margin-top: 13px !important;
}
#post-1064  #wpsm_accordion_5465 .wpsm_panel-title a,
#post-21  #wpsm_accordion_180 .wpsm_panel-title a{
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    font-family: 'TenorSans-Regular' !important;
    font-size: 24px !important;
}
#post-1064 .wpsm_panel, #post-21 .wpsm_panel{
    background: none !important;
}
#post-1064 #wpsm_accordion_5465 .ac_open_cl_icon,
#post-21 #wpsm_accordion_180 .ac_open_cl_icon {
    background-color: #EDDDC3 !important;
}
#post-1064 .fa-plus:before,
#post-21 .fa-plus:before{
    font-family: "bootstrap-icons" !important;
    content: "\F4FE" !important;
    color: #333;
    font-size: 30px;
}
#post-1064 #wpsm_accordion_5465  .wpsm_panel-body,
#post-21 #wpsm_accordion_180  .wpsm_panel-body {
    background-color: #372629 !important;
    color: #d4c8b3 !important;
    border-top-color: #e8e8e8 !important;
    font-size: 17px !important;
    font-family: 'TenorSans-Regular' !important;
    border: 1px solid #d4c8b3 !important;
    border-radius: 15px;
}


/****** Ambiente ******/
#post-31 .entry-content h2,
#post-23 .entry-content h2{
    font-family: 'GreatVibes-Regular';
    margin-bottom: 20px;
    font-size: 50px;
    margin-top: 0;
}
#post-31 .entry-content .text-ambiente,
#post-23 .entry-content .text-ambiente{
    color: #e4c8a6;
    background: #372629;
    border: 1px solid #d4c8b3;
    padding: 27px;
    border-radius: 15px;
    margin-top: 50px;
    text-align: center;
}
#post-31 .entry-content h3,
#post-23 .entry-content h3{
    font-family: 'GreatVibes-Regular';
    margin-bottom: 20px;
    font-size: 35px;
    margin-top: 40px;
}


#post-31 .entry-content .box-text-ambiente,
#post-23 .entry-content .box-text-ambiente{
    margin-top: 50px;
    border: 1px solid #372629;
    padding: 28px;
    border-radius: 15px;
    text-align: center;
}


#post-31 .entry-content .text-box-ambiente,
#post-23 .entry-content .text-box-ambiente {
    margin-top: 50px;
    color: #e4c8a6;
    background: #372629;
    border: 1px solid #d4c8b3;
    padding: 28px;
    border-radius: 15px;
    text-align: center;
}
#post-31 .entry-content .text-box-ambiente a,
#post-23 .entry-content .text-box-ambiente a{
    color: #fffbf5;
}


/********  Jobs *******/
#post-39 .entry-content h2,
#post-25 .entry-content h2{
    font-family: 'GreatVibes-Regular';
    margin-bottom: 20px;
    font-size: 50px;
    margin-top: 0;
}
#post-39 .entry-content h3,
#post-25 .entry-content h3{
    font-family: 'GreatVibes-Regular';
    margin-bottom: 20px;
    font-size: 35px;
    margin-top: 40px;
}
#post-39 .entry-content .jobs-text,
#post-25 .entry-content .jobs-text{
    color: #e4c8a6;
    background: #372629;
    border: 1px solid #d4c8b3;
    padding: 40px;
    border-radius: 15px;
    margin-top: 50px;
    text-align: center;
}


/*** contact us ***/
.page-id-41 .entry-content h3,
.page-id-27 .entry-content h3{
    font-family: 'GreatVibes-Regular';
    margin-bottom: 20px;
    font-size: 30px;
    margin-top: 47px;
}
.page-id-41 .entry-content img,
.page-id-27 .entry-content img{
    border-radius: 15px;
}
.page-id-41 .entry-content input,
.page-id-27 .entry-content input {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #d4c8b3;
    padding: 13px 15px 13px 20px;
    font-size: 15px;
    background-color: #F4E6CD;
  }
.page-id-41 .entry-content input .wpcf7-captchar,
.page-id-27 .entry-content input .wpcf7-captchar {
    width: auto;
  }
.page-id-41 textarea,
.page-id-27 textarea {
    height: 80px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #d4c8b3;
    padding: 13px 15px 13px 20px;
    font-size: 15px;
    background-color: #F4E6CD;
  }
.page-id-41 .entry-content label,
.page-id-27 .entry-content label {
    width: 100%;
}
.page-id-41 .entry-content input[type=submit],
.page-id-27 .entry-content input[type=submit] {
    width: auto;
    background: #1E211E;
    color: #fff;
    border: 1px solid #1E211E;
    padding: 10px 40px;
    display: inline-block;
}
.page-id-41 .entry-content input[type=submit]:hover,
.page-id-27 .entry-content input[type=submit]:hover {
    background: #bda06e;
    color: #333;
    border: 1px solid #bda06e;
}
.page-id-41 .entry-content .text-Kontakt,
.page-id-27 .entry-content .text-Kontakt{
    color: #e4c8a6;
    background: #372629;
    border: 1px solid #d4c8b3;
    padding: 50px;
    border-radius: 15px;
}
.page-id-41 .entry-content .text-box-kontakt1,
.page-id-27 .entry-content .text-box-kontakt1{
    margin-top: 50px;
    color: #e4c8a6;
    background: #372629;
    border: 1px solid #d4c8b3;
    padding: 28px;
    border-radius: 15px;
    text-align: center;
}
.page-id-41 .entry-content .text-box-kontakt2,
.page-id-27 .entry-content .text-box-kontakt2{
    margin-top: 50px;
    border: 1px solid #372629;
    padding: 28px;
    border-radius: 15px;
    text-align: center;
}
.page-id-41 .entry-content .text-box-kontakt1 a,
.page-id-27 .entry-content .text-box-kontakt1 a{
    color: #fffbf5;
}


/**** inner-page ****/
.inner-page{margin-top: 55px; position: relative;}
.inner-page .entry-header h1 {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 32px;
    padding: 14px;
    color: #372644;
    border-bottom: 1px solid #463235;
    font-family: "Marcellus-Regular";
}


/**** cat-post ****/
.description-cat{
    background: #04091e;
    margin: 30px 0;
    padding: 50px 0 23px;
}
.description-cat .taxonomy-description h2 {
    color: #fff !important; 
    text-align: center;
}
.description-cat .taxonomy-description p {
    font-size: 14px; 
    color: #fff !important; 
    text-align: center;
}
.category .cat-post {
    margin-top: 50px;
}
.category .cat-post img {
    margin: 0 auto;
    display: block;
    height: auto;
}
.category .cat-post h2.entry-title {
    font-weight: bold;
    padding: 30px 0px 30px 0px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.5;
}
.category .cat-post p {
    padding: 10px 0px 25px;
    color: #656565;
}
.category .joomirpost {
    box-shadow: 0px 0px 4px #cdcdcd;
    padding: 13px;
    background: #fff;
    height: 612px;
}
.category article {
    margin-bottom: 20px;
}
.archive .navigation.pagination{margin-top: 30px;}
.archive .nav-links .page-numbers{padding: 4px 11px; background: #EDDDC3;}


/**** inner-post ****/
.inner-post {
    margin-top: 50px;
}
.inner-post .entry-content img {
    margin: 10px auto;
    display: block;
	height: auto;
}
.inner-post .content-left .post-thumbnail img{width: 100%; height: auto; margin-bottom: 40px;}
.inner-post .content-left .entry-title {
    padding-top: 20px;
	font-weight: bold;
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
}
.inner-post p {
    color: #000;
    line-height: 2;
}
.inner-post ul {
    padding-left: 20px;
}
.blog-content-right {
    margin-top: 30px;
}
.blog-content-right section {
    margin-bottom: 30px;
    border-top: 5px solid #BAAC92;
    padding: 30px;
    color: #000;
    box-shadow: 0px 0px 4px #cdcdcd;
}
.blog-content-right section h2{
    font-family: "Marcellus-Regular";
}


/*100%*/
@media (max-width:1400px) {
    .main-menu li a {
        font-size: 11px;
    }
    .bg-footer{
        background-position: center;
        background-size: cover;
    }
    .footer1, .footer2, .footer3{margin-top: 203px;}
}

@media (max-width:767px) {
	.main-menu {
        display: none;
    }
    .home #rmp_menu_trigger-230 .responsive-menu-pro-inner, .home #rmp_menu_trigger-230 .responsive-menu-pro-inner::before, .home #rmp_menu_trigger-230 .responsive-menu-pro-inner::after{
         background-color: #5c3115;
    }
    .home #rmp_menu_trigger-5565 .responsive-menu-pro-inner, .home #rmp_menu_trigger-5565 .responsive-menu-pro-inner::before, .home #rmp_menu_trigger-5565 .responsive-menu-pro-inner::after{
         background-color: #5c3115;
    }
    .home #rmp_menu_trigger-230:not(.is-active):hover .responsive-menu-pro-inner, .home #rmp_menu_trigger-230:not(.is-active):hover .responsive-menu-pro-inner::before, .home #rmp_menu_trigger-230:not(.is-active):hover .responsive-menu-pro-inner::after{
         background-color: #5c3115;
    }
    .home #rmp_menu_trigger-5565:not(.is-active):hover .responsive-menu-pro-inner, .home #rmp_menu_trigger-5565:not(.is-active):hover .responsive-menu-pro-inner::before, .home #rmp_menu_trigger-5565:not(.is-active):hover .responsive-menu-pro-inner::after{
         background-color: #5c3115;
    }
    .home #rmp_menu_trigger-230.is-active .responsive-menu-pro-inner, .home #rmp_menu_trigger-230.is-active .responsive-menu-pro-inner::before, .home #rmp_menu_trigger-230.is-active .responsive-menu-pro-inner::after {
         background-color: #c4a266;
    }
    .home #rmp_menu_trigger-5565.is-active .responsive-menu-pro-inner, .home #rmp_menu_trigger-5565.is-active .responsive-menu-pro-inner::before, .home #rmp_menu_trigger-5565.is-active .responsive-menu-pro-inner::after {
         background-color: #c4a266;
    }
    .top-address, .top-email, .top-tell{
        text-align: center;
        font-size: 13px;
    }
    .lan {
       text-align: center;
    }
    .bac-content2 {
        padding-top: 91px;
    }
    .content1-text h2 {
        font-size: 25px;
        letter-spacing: -1px;
        font-weight: bold;
    }
    .title-content2 h2 {
         font-size: 24px;
         letter-spacing: -1px;
    }
    .content2-2{
        margin-top: 50px;
    }
    .content2-2 p {
        letter-spacing: 0px;
        font-size: 15px;
    }
    .content2-3{
         margin-bottom: 76px;
    }
    .content3 h2 {
        font-size: 31px;
        letter-spacing: -1px;
    }
    .content3 h2:before{
        top: 8px;
    }
    .content3 p {
        font-size: 15px;
    }
    .bac-content3 {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .content2-4{
        text-align: center;
    }
    .content4-1 h2 {
       font-size: 31px;
       letter-spacing: -1px;
    }
    .content4-2 {
        text-align: center;
        margin-top: 50px;
    }
    .bac-content4 {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .content4-3{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .content4-3 h2{
       font-size: 25px;
       padding-bottom: 20px;
    }
    .content5{
        margin-top: 50px;
    }
    .bac-content6 {
        padding-top: 85px;
        padding-bottom: 92px;
    }
    .box-content6 .col-md-4:nth-child(2) {
       margin-bottom: 55px;
    }
    .content6 h3{
        font-size: 31px;
       letter-spacing: -1px;
    }
    .content7-2 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .bac-content7 {
        padding-top: 100px;
    }
    .content7 h3 {
        font-size: 31px;
    }
    .content8 h2 {
         font-size: 31px;
         letter-spacing: -1px;
    }
    .bac-content9 {
        padding-top: 100px;
    }
    .title-content9 h2 {
       font-size: 31px;
       letter-spacing: -1px;
       padding-bottom: 0px;
    }
    .content9-2 {
        margin-top: 100px;
    }
    .content9-2:after {
        right: 0px;
        width: 100%;
        margin-left: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        top: -62px;
    }
    .title-content10 h3 {
        font-size: 31px;
        letter-spacing: -1px;
    }
    .bac-content10 {
        padding-top: 92px;
        padding-bottom: 96px;
    }
    .content10-2{
       margin-top: 50px; 
    }
    .content11 h2 {
       font-size: 31px;
        letter-spacing: -1px;
    }
    .bac-content11 {
         padding-top: 89px;
    }
    .content11 h2{
       padding-bottom: 19px;
    }
    .box-latest-news .box-thumbnail img{
        height: auto;
    }
    .bac-box-contact10 {
        padding: 50px 10px;
    }
    .box-footer {
        padding: 80px 10px;
    }
    .copyright p {
      text-align: left;
    }
    .home .bg-footer {
        background: #2C2024;
        margin-top: 0px;
    }
    .bg-footer {
        background: #2C2024;
        margin-top: 50px;
    }
    .footer1, .footer2, .footer3 {
        margin-top: 85px;
    }
    .footer4 h2 {
        font-size: 31px;
    }
    .footer6 {
        margin-bottom: 30px;
    }
    .footer6 li a {
        font-size: 16px;
    }
    .inner-page .entry-header h1{
        font-size: 25px;
    }
    #post-31 .entry-content h2, #post-23 .entry-content h2 {
        font-size: 32px;
    }
    #post-39 .entry-content h2, #post-25 .entry-content h2{
        font-size: 32px;
    }
    #post-1709 .box-tot-text-tantra, #post-17 .box-tot-text-tantra {
      position: inherit;
      background: #372629;
    }
    #post-1709 .entry-content .box-tot-text-tantra h2,
    #post-17 .entry-content .box-tot-text-tantra h2{
        color: #e4c8a6;
    }
    #post-1709 .box-tot-text-tantra h3,
    #post-17 .box-tot-text-tantra h3{
         color: #e4c8a6;
    }
    .inner-post .content-left .entry-title {
        font-size: 21px;
    }
    #post-1709 .box-tot-text-tantra h3, #post-17 .box-tot-text-tantra h3 {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
   
    
}