.clear {
	clear:both;
}
#wp-admin-bar-root-default li a, 
#wp-admin-bar-root-default li span {
    display: unset;
}
form .select2 {
	max-height:60px;
}
.hidden {
	display:none;
}
.elementor-widget-container {
	min-height: 1px;
}
/*******mob menu*******/

@media screen and (max-width: 991px) {
	nav.navbar .navbar-nav .nav-link.nav-color {
		color: #000;
	}
	
}
@media only screen and (max-width: 1064px){
	.logo-holder .logo-wrapper {
		padding: 0px!important;
	}
	.ewed-classic-main {
		display:none;
	}
	.logged-in.admin-bar .ewed-mob-menu-wrapper{
		top:45px;
		position:absolute;
	}
	.ewed-mob-menu-wrapper{
		background: #fff;
		-webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .1);
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: 90px;
		z-index: 10;
		padding: 0 20px 0 200px;
		-webkit-transform: translate3d(0,0,0);
	}	
	.logo-holder {
		left: 20px;
		top: 25px;
	}
	.nav-button-wrap {
		float: right;
		height: 30px;
		width: 30px;
		cursor: pointer;
		position: relative;
		top: 40px;
		margin-right: 16px;
		display: block;
	}
	.nav-button span {
		float: left;
		width: 100%;
		height: 2px;
		background:#000;
		margin-bottom: 4px;
		border-radius: 4px;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.nav-button span:first-child {
		width: 50%;
	}
	.main-menu {
		position: absolute;
		background: #fff;
		top: 90px;
		right: -20px;
		width: 75%;
		z-index: 50;
		max-height:100vh;
		min-height:100vh;
		padding: 50px 10px;
		visibility: hidden;
		opacity: 0;
		-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 200px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.vismobmenu {
		opacity: 1;
		right: 0;
		visibility: visible;
	}
	.menusb {
		display: block;
		float: left;
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.main-menu .menusb ul {
		display: block;
		float: left;
		position: relative;
		width: 100%;
		padding-left:10px;
	}
	.main-menu .menusb ul ul{
		padding-left:0px;
	}
	.menusb li {
		margin: 0;
		float: left;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 0px;
	}
	.menusb a {
		font-family: 'otomanopee_oneregular', sans-serif;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.25em;
		color: #1b1b1b;
		margin: 11px 0 0 0;
		padding: 0 0 11px 0;
		list-style: none;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.menusb li a.active,
	.menusb a:hover{
		color:#cb9d55;
	}
	.main-menu.main-menu-hover-classic a{
		max-width:79%;
	}
	.menusb a{
		color: #000;
	}
	.nav-dec {
		cursor:pointer;
	}
	.menusb a.back:before {
		font-family: 'themify';
		content: "\e629";
		font-size: 14px;
	}
	.main-menu-click-classic .menusb .menu-item-has-children > a:after{
		font-family: 'themify';
		content: "\e628";
		position: absolute;
		right: 5px;
	}
	.main-menu.main-menu-hover-classic .nav-dec{
		position:absolute;
		top:18px;
		right:15px;
		font-size:13px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.main-menu.main-menu-hover-classic li:hover .nav-dec{
		transform: rotate(180deg);
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.main-menu.main-menu-hover-classic .menu-item-has-children ul li a:after{
		display:none;
	}
	.main-menu.main-menu-hover-classic .menu-item-has-children ul ul li{
		padding-left:0px;
	}
	.main-menu.main-menu-hover-classic .menu-item-has-children ul ul li a{
		padding-top:0px;
	}
	.logo-holder h2{
		display:none;
	}
	.menusb  .current-page-ancestor > a, .menusb  .current-menu-item > a{
		color:#cb9d55;
	}
	.main-menu.main-menu-hover-classic .menusb ul ul{
		display:none;
	}
	.main-menu.main-menu-hover-classic{
		overflow:auto;
	}
	.main-menu.main-menu-hover-classic::-webkit-scrollbar {
		width: 0px;
	}

	.main-menu.main-menu-hover-classic::-webkit-scrollbar-track {
		background: #999;
	}

	.main-menu.main-menu-hover-classic::-webkit-scrollbar-thumb {
		background: #272727;
	}

	.main-menu.main-menu-hover-classic::-webkit-scrollbar-thumb:hover {
		background: #272727;
	}
	body.temp-grayscale .elementor{
		-webkit-filter: grayscale(100%);
	   filter: grayscale(100%);

	   -webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
}
@media screen and (max-width: 1024px) {
.ewed-mob-menu-wrapper{
	max-width:1024px;
}
}
.logo-holder {
    position: absolute;
    top: 15px;
    z-index: 11;
}
nav.nav-scroll .logo-wrapper .logo h2 {
    color: #101010;
}
button,
button:focus {
    outline:none;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-center {
    text-align: center;
}
.text-right {
    text-align:right;
}
.cat-divider:after {
    content: ', ';
    margin-left: 0px;
    top: 0px;
    margin-right: 3px;
}
.cat-divider:nth-last-child(1):after {
    display:none;
}
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        width: 280px;
    }
}
.ewed-classic-main-off,
.ewed-classic-mob-off,
.ewed-mob-menu-wrapper.ewed-mob-menu-ss {
	display: none;
}
.ewed-wrap{
	display:none;
}
.main-menu-click {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main-menu-click ul {
    display: block;
    float: left;
    position: relative;
    width: 100%;
	z-index:1;
}
.main-menu-click li {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}
.main-menu-click .menu-item-has-children > a:after {
    font-family: 'themify';
    content: "\e628";
    position: absolute;
    right: 5px;
	font-size: 13px;
}
.main-menu-click a.back:before {
    font-family: 'themify';
    content: "\e629";
    font-size: 13px;
}
.nav-dec {
    position: absolute;
    top: 5px;
    right: 14px;
    font-size: 11px;
	-webkit-transition: all .4s;
    transition: all .4s;
}
.main-menu-hover li:hover .nav-dec{
	transform: rotate(180deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.ewed-sidebar-sub-toggle>ul>li.menu-item-has-children.open>a .nav-dec{
	transform: rotate(180deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.ewed-menu ul li a {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #3b3b3b;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ewed-menu {
    position: relative;
	margin-top:180px;
}
.ewed.bauen-wrap-show {
    overflow: auto;
}
.dark-version .nav-dec{
	color:#fff;
}
.ewed-menu-helper-class .current-menu-parent > a.nav-link,
.ewed-menu-helper-class .current-page-ancestor > a.nav-link,
.ewed-menu-helper-class .current-menu-parent > span.nav-link,
.ewed-menu-helper-class .current-menu-parent > span.nav-link,
.ewed-menu-helper-class .current-page-ancestor span.nav-link,
.ewed-menu-helper-class .current-menu-item > a.nav-link,
.navbar .navbar-nav li.current-menu-ancestor > .nav-link i, 
.navbar .navbar-nav li.current-menu-ancestor > .nav-link i, 
.navbar .navbar-nav li.current-menu-ancestor > .nav-link,
.navbar .navbar-nav li.current-menu-parent > .nav-link i, 
.navbar .navbar-nav .current-menu-item > a i,
.navbar .navbar-nav .nav-link:hover i,
.main-menu-hover li:hover .nav-dec,
.ewed-menu-helper-class .current-menu-parent .current-menu-item > a,
.navbar .navbar-nav li.current-menu-ancestor > .current-menu-parent .current-menu-item > a,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > span,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > a,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > span i,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > a i
{
	color:#cb9d55;
}
/******menu end*******/
/****gallery****/
.tt-grid-item{
	width:100%;
	padding:10px 10px 0px 10px;
}
.ttgr-height {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.tt-grid .gallery-box,
.tt-grid .gallery-img {
	position:unset;
	overflow:unset;
}
.ttgr-height {
	border-radius: 5px;
}
.elementor .pgi-image img{
	height:100%;
}
.pgi-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
/* layout-1-2 */
@media (min-width: 768px) {
	.tt-grid.ttgr-layout-1-2 .tt-grid-item {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-1-2 .tt-grid-item:nth-child(3n+1) {
	width: 100%;
}
.tt-grid.ttgr-layout-1-2 .ttgr-height {
	padding-bottom: 60%;
}
@media (min-width: 768px) {
	.tt-grid.ttgr-layout-1-2 .tt-grid-item:nth-child(3n+1) .ttgr-height {
		padding-bottom: calc(60% - 20%);
	}
}

.tt-grid.ttgr-layout-1-2.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-1-2.ttgr-portrait-half .ttgr-height {
	padding-bottom: 120%;
}
.tt-grid.ttgr-layout-1-2.ttgr-portrait .tt-grid-item:nth-child(3n+1) .ttgr-height {
	padding-bottom: 100%;
}
/* layout-2-1 */
@media (min-width: 768px) {
	.tt-grid.ttgr-layout-2-1 .tt-grid-item {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-2-1 .tt-grid-item:nth-child(3n+0) {
	width: 100%;
}
.tt-grid.ttgr-layout-2-1 .ttgr-height {
	padding-bottom: 60%;
}

@media (min-width: 768px) {
	.tt-grid.ttgr-layout-2-1 .tt-grid-item:nth-child(3n+0) .ttgr-height {
		padding-bottom: calc(60% - 20%);
	}
}

.tt-grid.ttgr-layout-2-1.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-2-1.ttgr-portrait-half .ttgr-height {
	padding-bottom: 120%;
}
.tt-grid.ttgr-layout-2-1.ttgr-portrait .tt-grid-item:nth-child(3n+0) .ttgr-height {
	padding-bottom: 100%;
}

/* layout-2-3 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.tt-grid.ttgr-layout-2-3 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(3n+1) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-2-3 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(3n+1) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}

@media (min-width: 1200px) {
	.tt-grid.ttgr-layout-2-3 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+1),
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+2) {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-2-3 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+1) .ttgr-height,
.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+2) .ttgr-height {
	padding-bottom: 60%;
}

.tt-grid.ttgr-layout-2-3.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait .tt-grid-item:nth-child(5n+1) .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait .tt-grid-item:nth-child(5n+2) .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait-half .ttgr-height {
	padding-bottom: 125%;
}

/* layout-3-2 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.tt-grid.ttgr-layout-3-2 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(3n+0) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-3-2 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(3n+0) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}
@media (min-width: 1200px) {
	.tt-grid.ttgr-layout-3-2 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+4),
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+5) {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-3-2 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+4) .ttgr-height,
.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+5) .ttgr-height {
	padding-bottom: 60%;
}

.tt-grid.ttgr-layout-3-2.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait .tt-grid-item:nth-child(5n+4) .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait .tt-grid-item:nth-child(5n+5) .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait-half .ttgr-height {
	padding-bottom: 120%;
}

/* layout-3-4 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tt-grid.ttgr-layout-3-4 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(3n+1) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-3-4 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(3n+1) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
	.tt-grid.ttgr-layout-3-4 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+1),
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+2) {
		width: 50%;
	}
	.tt-grid.ttgr-layout-3-4 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+1) .ttgr-height,
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+2) .ttgr-height {
		padding-bottom: 60% !important;
	}
}

@media (min-width: 1400px) {
	.tt-grid.ttgr-layout-3-4 .tt-grid-item {
		width: 25%;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+1),
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+2),
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+3) {
		width: 33.33333%;
	}
}
.tt-grid.ttgr-layout-3-4 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+1) .ttgr-height,
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+2) .ttgr-height,
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+3) .ttgr-height {
	padding-bottom: 60%;
}

.tt-grid.ttgr-layout-3-4.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+1) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+2) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+3) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait-half .ttgr-height {
	padding-bottom: 140%;
}

/* layout-4-3 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tt-grid.ttgr-layout-4-3 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(3n+0) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-4-3 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(3n+0) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
	.tt-grid.ttgr-layout-4-3 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+4),
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+5) {
		width: 50%;
	}
	.tt-grid.ttgr-layout-4-3 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+4) .ttgr-height,
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+5) .ttgr-height {
		padding-bottom: 60% !important;
	}
}

@media (min-width: 1400px) {
	.tt-grid.ttgr-layout-4-3 .tt-grid-item {
		width: 25%;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+5),
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+6),
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+7) {
		width: 33.33333%;
	}
}
.tt-grid.ttgr-layout-4-3 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+5) .ttgr-height,
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+6) .ttgr-height,
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+7) .ttgr-height {
	padding-bottom: 60%;
}
.gallery-item a {
	width:100%;
}
/****gallery end****/
.text-left{
	text-align:left!important;
}
.text-right{
	text-align:right!important;
}
.logged-in.admin-bar .navbar {
    top:32px;
}
.logged-in.admin-bar .navbar.nav-scroll {
    top:-68px;
}
.header .caption .ew-header-banner-title-1 {
    font-family: "Jost", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.header .caption .ew-header-banner-title-2 {
    position: relative;
    font-family: "Petit Formal Script", serif;
    font-size: 80px;
    color: #fff;
    line-height: 1em;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    margin-bottom: 10px;       
}
.header .caption .ew-header-banner-title-1 span, 
.header .caption .ew-header-banner-title-2 span 
{
    color: #cb9d55;
}
.listext .listext-text {
    margin-left: 0px;
}
.listext .listext-icon {
    margin-right: 10px;
}
.listext-icon svg {
    width: 16px;
	fill: #cb9d55;
}
.elementor-widget-container .about .item .float-box .title {
    margin-left: 0px;
}
.elementor-widget-container .about .item .float-box .icon {
    margin-right: 15px;
}
.about .item .float-box .icon svg {
    width: 45px;
    fill: #cb9d55;
}
.services1 .item .cont .ew-feature-title a {
    color: #cb9d55;
}
.services1 .item .cont .ew-feature-title {
    font-size: 24px;
    color: #cb9d55;
}
.story .item .cont .title .ew-feature-title-2 {
    font-size: 24px;
    position: relative;
    color: #cb9d55;
}
.portfolio2 .item .cont .ew-portfolio-title-2 {
    color: #232323;
    font-size: 21px;
    line-height: 1.5em;
    margin-bottom: 0;
    text-align: center;
}
.portfolio2 .item .cont .ew-portfolio-title-2 a {
    color: #232323;
}
.portfolio .item .item-wrap .con .title-box .ew-portfolio-title-1 {
    font-family: "Petit Formal Script", serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}
.portfolio .item .item-wrap .con .title-box .ew-portfolio-title-1 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.portfolio .item .item-wrap .con .title-box .ew-portfolio-title-1 a span, 
.portfolio2 .item .cont .ew-portfolio-title-2 a span
{
    color: #cb9d55;
}
.button-1, 
.button-2 
{
    cursor: pointer;
}
.testimonials .item .ew-testi-content {
    color: #fff;
    font-family: "Petit Formal Script", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
}
.testimonials .item .info .ew-testi-title-1 {
    font-size: 18px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #fff;
    line-height: 1.25em;
}
.testimonials .item .info .ew-testi-title-1 i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 5px;
    margin-right: 5px;
    font-style: normal;
}
.testimonials .item .info .ew-testi-title-1 span {
    text-decoration: none;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 3em;
	color: #fff;
}
.testimonials .item .info .ew-testi-title-1 span a:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonials2 .item .cont .ew-testi-content {
    color: rgb(35, 35, 35);
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0px;
    text-align: center;
}
.section-info .desc a {
    border-bottom: 1px solid #cb9d55;
    line-height: 1.5em;
	color: #232323;
}
.section-info .desc p {
	display:inline;
}
.section-info .desc p {
    margin: 0;
    color: #232323;
    display: inline-block;
    vertical-align: middle;
    display: inherit;
}
.team .item .cont .text .ew-team.title {
    display: inline-block !important;
    font-family: "Petit Formal Script", serif;
    font-size: 21px;
    font-weight: 400;
    color: #232323;
    margin-bottom: 5px;
}
.team .item:hover .cont .text .ew-team.title {
    color: #232323;
}
.video-gallery .isotope-item .item {
    margin-bottom: 25px;
}
.video-wrapper .video-text {
    bottom: -140px;
}
.tab-content ul li:before, 
.elementor-widget-text-editor ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    color: #cb9d55;
    padding-right: 10px;
    top: 1px;
    position: relative;
}
.tab-content ul,
.elementor-widget-text-editor ul{
	padding-left:0px;
}
.elementor-widget-text-editor ol,
.tab-content ol{
	padding-left: 15px;
}
.elementor-widget-text-editor ol,
.tab-content ol,
.elementor-widget-text-editor ol li,
.tab-content ol li{
	list-style: decimal!important;
}
.elementor-widget-container .clients {
    padding: 0;
}
.photoskills .item .cont .ew-skills-title-1 {
    font-family: "Petit Formal Script", serif;
    font-size: 32px;
    font-weight: 400;
    color: #36332e;
    margin-bottom: 40px;
}
.photoskills .item .cont .skillwrap .ew-skills-data-title-1 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    color: #797370;
    font-size: 18px;
    margin-bottom: 15px;
}
.photoskills .item .butn svg {
	width: 18px;
	height:auto;
	fill:#fff;
	margin-right: 3px;
}
.team-single .item .img .curv-butn .social-icons .link svg {
	width: 14px;
	height:auto;
	fill:#fff;
}
.photoskills .item .butn i {
	margin-right: 5px;
}
.blog1 .item .cont .ew-post-title-1 a {
    text-decoration: none;
    color: #232323;
}
.blog1 .item:hover .cont .ew-post-title-1 a {
	font-size: 24px;
    color: #cb9d55;
    transition: all 0.4s ease;
}
.mc4wp-form input:not([type="submit"]) {
    height: 65px;
    width: 100%;
    border: none;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #797370;
    outline: none;
    padding: 0 90px 0 30px;
    border: 1px solid #fff;
    border-radius: 60px;
}
.footer .subscribe .newsletter:hover button {
    background: #232323;
    outline: none;
    color: #fff;
}
.mc4wp-form button, .mc4wp-form input[type="submit"] {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: #cb9d55;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 7px;
    border-radius: 100%;
    outline: none;	
}
.mc4wp-form:hover button, .mc4wp-form:hover input[type="submit"] {
    background: #232323;
    outline: none;
    color: #fff;
}
.insta .follow .text-bg svg {
    width: 14px;
    height: auto;
    fill: #b08c3e;
    margin-right: 2px;
    margin-top: -3px;
}
.insta .item .img svg {
    position: absolute;
    width: 16px;
    height: auto;
    fill: #fff;	
    top: 15px;
    right: 15px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}	
.insta .item .img:hover svg {
    opacity: 1;
}
.pricing .item .cont .ew-pricing-title-1 {
    font-size: 24px;
    color: #cb9d55;
}
.pricing .item .cont .ew-pricing-title-1 a {
    color: #cb9d55;
}
@media screen and (max-width: 991px) {
	body .section-title,
    .header .caption .ew-header-banner-title-2 	
	{
        font-size: 40px;
    }
	.section-info .tag {
		margin-bottom: 20px;
	}	
}
.pricing .item .cont .time svg {
    fill: #b08c3e;
    width: 15px;
    height: auto;	
    margin-right: 7px;
    margin-left: 7px;
}
.extra .item .cont .ew-feature-title-3 {
    font-family: "Petit Formal Script", serif;
    font-size: 21px;
    font-weight: 400;
    color: #232323;
}
.when-where .item .cont .custom-time .time {
    padding-top: 0px;
    border: 0px;
}
.couples .item .wrap .title .ew-couple-title-1 {
    font-size: 27px;
    margin-bottom: 0;
    color: #fff;
}

/*****form****/
form:not(.woocommerce-checkout) p:not(.comment-notes, .comment-form-cookies-consent, .logged-in-as), form label, .wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    margin-bottom: unset;
    clear: both;
}
form .select2 {
    width: 100% !important;
    outline: none;
	margin-bottom: 15px;
}
.wpcf7-form-control-wrap .select2-container:after, 
.wpforms-field-select .select2-container:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    pointer-events: none;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    color: #797370;
    font-weight: normal;
    line-height: 15px;
}
.selection {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    width: 100%;
}
.elementor-editor-active .select2-container .select2-selection--single {
    height: auto;
    border: none;
    background-color:transparent;
}
.elementor-editor-active .select2 {
	margin-bottom: 20px;;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #797370;
    line-height: 27px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 0px;
}
.select2-container--default .select2-selection--single {
    border-radius: 30px;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid rgba(203, 157, 85, 0.3);
    padding-right: 0px;
    width: 100%;
    height: auto;
}

.select2-container--default .select2-results > .select2-results__options {
    background: #cb9d55;
    padding: 15px 10px;
    color: #fff;
    border-radius: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: transparent;
    border: 1px #fff solid;
    color: #fff;
	border-radius: 20px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent;
	color: #fff;
	border: 1px #fff sold;
}
.select2-results__option {
    padding: 5px 15px;
    border: 1px solid transparent;
}
form textarea {
    height: 120px;
}
.wpcf7-not-valid-tip {
    color: #cb9d55;
    padding-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #cb9d55;
    color: #999;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em;
    border-color: #cb9d55;
}
.wpcf7-spinner {
    margin-top: 10px;
}
.contact .item .contents i {
    font-size: 45px;
    color: #cb9d55;
    font-weight: 300;
}
.contact .item .contents svg {
	width: 45px;
	height:auto;
	fill:#cb9d55;
}

.video-fullscreen-wrap .ew-rev-header-banner-title {
    position: relative;
    font-family: "Petit Formal Script", serif;
    font-size: 80px;
    color: #fff;
    line-height: 1.25em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    margin-bottom: 10px;
}

.video-fullscreen-wrap .ew-rev-header-banner-sub-title {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #cb9d55;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.widget.widget_archive > ul > li > a:before, 
.widget.widget_categories > ul > li > a:before,
.widget_block ul.wp-block-archives li a:before,
.widget_block ul.wp-block-categories li a:before,
.widget.widget_categories ul.children li a:before,
.widget.widget_categories ul ul.children > li > a::before, 
.widget.widget_categories ul ul.sub-menu > li > a::before 
{
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
    margin-right: 10px;
	color: #cb9d55;	
    display: inline-block;
    vertical-align: middle; 
    position: relative;
    top: -1px; 	
}
.widget .tagcloud a:hover {
    background-color: #232323;
    color: #fff;
}
.widget .tagcloud a {
    font-size: 14px !important;
    margin: 4px !important;
    padding: 7px 24px;
    background-color: #cb9d55;
    color: #fff;
    float: left;
    border-radius: 30px;
}
.widget .wp-block-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(203, 157, 85, 0.2);
    font-size: 24px;
    margin-bottom: 15px;
    color: #232323;
}
.widget .wp-block-group ol, 
.widget .wp-block-group ul {
    padding-left: 0rem;
}
.blog-sidebar.page-sidebar .widget {
    background: #f1e8df;
}
.banner-header {
    background: #3a3a3a;
}
.e-con.e-con>.e-con-inner>.elementor-widget.elementor-widget-ewed-accordion-box, .elementor.elementor .e-con>.elementor-widget {
    width: 100%;
}
 
section.banner-header.section-padding.valign.bg-img.bg-fixed, 
.banner-header.section-padding.valign.bg-img.bg-fixed,
.header.video-fullscreen-wrap.banner-header.section-padding.valign.bg-img.bg-fixed {
    background-attachment: fixed;
} 
section.banner-header.section-padding.valign.bg-img,
.banner-header.valign.bg-img.bg-img-c.bg-position-center,
.header.video-fullscreen-wrap.banner-header.section-padding.valign.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-header p {
    color: #fff;
}
.post-custom.ew-sidebar-block .item {
    margin-bottom: 0px;
}
.post-custom.ew-sidebar-block .item.wrap {
    margin-bottom: 60px;
}

[class*=button-] svg{
	margin-left: 5px;
	width:13px;
	height:auto;
	fill:#fff;
}
.video-wrapper .vid .vid-button .icon svg {
	fill:#fff;
	width:25px;
}
.video-fullscreen-wrap-inner {
    position: absolute;
	width:100%;
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.video-fullscreen-video-inner {
    height: calc(100vh - 100px);
}
.video-fullscreen-wrap-inner video {
    width: 100vw;
    min-width: 100%;
    height: calc(100vh - 100px);
    -o-object-fit: cover;
    object-fit: cover;
}
.video-fullscreen-wrap-inner .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-fullscreen-wrap-inner .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.banner-header{
	position:relative;
	overflow:hidden;
}
.footer-contact-link{
	margin-bottom:0px!important;
}
@media screen and (min-width: 780px) {
    .widget-area .widget-item {
        display: flex;
	 	justify-content: center;
    }
}
.not-found.blog-not-found h1 {
    font-size: 50px;
    line-height: 50px;
}

/* newsletter */
.widget_mc4wp_form_widget{
	float:left;
	width:100%;
}
.mc4wp-form-fields{
	position: relative;
}
.widget_mc4wp_form_widget input[type="email"],
.widget_mc4wp_form_widget input[type="text"]  {
    height: 65px;
    width: 100%;
    border: none;
    background: #fbf6f1;
    font-size: 18px;
    font-weight: 400;
    color: #797370;
    outline: none;
    padding: 0 90px 0 30px;
    border: 1px solid #fbf6f1;
    border-radius: 60px;
}
.widget_mc4wp_form_widget button, 
.widget_mc4wp_form_widget input[type="submit"] {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: #cb9d55;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 7px;
    border-radius: 100%;
    outline: none;
}
.widget_mc4wp_form_widget input::placeholder {
    color: #797370;
    font-weight: 300;
}
.widget_mc4wp_form_widget form:hover button,
.widget_mc4wp_form_widget form:hover input[type="submit"] {
    background: #232323;
    outline: none;
    color: #fff;
}
.wpcf7-form input::-webkit-calendar-picker-indicator {
	opacity: 0;
}
p.form-submit{
	display:none;
}
.comments-title {
	margin-bottom:30px;
}
.page-content ol.comment-list, 
.post-content ol.comment-list {
    padding-left: 0px;
}
.comment-reply-link {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
	color:#797370;
}
.comment-reply-link:hover{
	color:#cb9d55;
}
.comment-reply-link:after {
    content: "\f3e5";
    font-family: 'Font Awesome 6 Pro';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: -2px;
    vertical-align: middle; 
    position: relative;
    top: -8px; 	
}
.comment-respond {
    width: 100%;
    margin-bottom: 60px;
}
.comment-respond small {
    font-size: .65em;
}
.comment-respond form p.comment-form-cookies-consent {
    float: left;
    width: 100%;
}
.comment-form-cookies-consent label {
    margin-top: 8px;
    float: left;
    width: 90%;
    clear: unset;
}
.comment-form-cookies-consent input {
    margin-top: 14px;
    float: left;
    margin-right: 17px;
}
.comment-form-cookies-consent input[type=checkbox]:before {
    border: 1px solid rgba(203, 157, 85, 0.3);
    background-color: transparent;
}
.comment-awaiting-moderation{
	color:#797370;
}
.comments-title {
	font-size:24px;
	line-height:35px;
}
.comments-title span{
	display:unset;
}
.blog-sidebar .widget-title h3 {
    font-size: 24px;
}
.footer .copyright p a {
    background: linear-gradient(to bottom, rgba(203, 157, 85, 0.4) 0%, rgba(203, 157, 85, 0.4) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #232323;
    text-decoration: none;
    transition: background-size .2s;
    line-height: 1.5em;
}
/********themecheck********/
.blog1 .sticky .item {
    background: #f1e8df;
}
.widget select {
    width: 100%;
    height: 50px;
    cursor: pointer;
    border-radius: 0;
    background-color: #FFF;
    padding: 10px 30px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    background: #FFF url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='11' height='11' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat 95%;
    color: #797370;
    font-size: 14px;
    position: relative;
    max-width:100%;
}
.widget table{
    width: 100%;
    float:left;
    max-width:100%;
}
.widget caption {
    margin-bottom: 10px;
}
.widget thead th {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #797370;
    border-left: 1px solid #E2E6E7;
    border-bottom: 1px solid #E2E6E7;
}
.widget thead th:first-child {
    border-left: none;
}
.widget td {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    color: #797370;
}
.version-dark .widget td {
    border-left: 1px solid #1b1b1b;
}
.widget td {
    border-left: 1px solid #E2E6E7;
}
.widget td:first-child{
    border-left: none;
}
.widget thead tr:nth-child(odd) {
    background: #f1e8df;
}
.widget tr:nth-child(odd){
    background: #fbf6f1;
}
.widget tr:nth-child(even) {
    background: #f1e8df;
}
.widget table th, 
.widget table td {
    border: 0px solid #ddd!important;
}
.widget img{
    max-width:100%;
    height:auto;
}
.widget ul.children,
.widget ul.sub-menu{
    margin-bottom: 15px;
    margin-top: 15px;
}
.widget ul.children, 
.widget ul.sub-menu {
    counter-reset: submenu;
}
.widget ul ul.children > li > a::before, 
.widget ul ul.sub-menu > li > a::before {
    font-weight: normal;
    content: "- " counters(submenu, "- ", none);
    counter-increment: submenu;
    font-size: 13px;
    line-height: 20px;
}
.widget strong{
    float:left;
    margin:10px 0px;
    width:100%;
}
.widget .wp-caption-text{
    margin: 10px 0px;
}
.rss-widget-icon {
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
}
.widget_rss .widget-title {
    float: left;
    width: 100%;
    clear: both;
}
.widget_rss cite {
    font-size: 16px;
}
.widget_rss ul li a.rsswidget {
    font-size: 18px;
}
@media screen and (min-width: 780px) {
   .second-footer .footer-column {
        display: flex;
        justify-content: center;
    }
}
span.rss-date {
    margin: 6px 0;
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}
.rssSummary {
    line-height: 24px;
    font-size: 16px;
	line-height: 1.5em;
}
.widget_rss li  {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.calendar_wrap table th, 
.calendar_wrap table td {
    text-align: center;
}
.widget_calendar caption, 
.wp-block-calendar table caption
{
    text-align: center;
    margin-bottom: 0;
}
nav.wp-calendar-nav {
    font-size: 16px;
    text-align: center;
}
.wp-block-calendar {
    margin: 2.5rem 0;
}
.wp-block-calendar table {
    margin: 0;
}

table:not(.travel-dates-table, .ui-datepicker-calendar){
    width: 100%;
    float:left;
    max-width:100%;
	text-align: center;
}
table:not(.travel-dates-table, .ui-datepicker-calendar) thead th{
    padding: 10px 15px;
    line-height: 24px;
    font-weight: 600;
    color: #797370;
    border-left: 1px solid #E2E6E7;
    border-bottom: 1px solid #E2E6E7;
}
table:not(.travel-dates-table, .ui-datepicker-calendar) thead th:first-child{
    border-left: none;
}
table:not(.travel-dates-table, .ui-datepicker-calendar) td {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #797370;
}
table:not(.travel-dates-table, .ui-datepicker-calendar) td {
    border-left: 1px solid #E2E6E7;
}
table:not(.travel-dates-table, .ui-datepicker-calendar) td:first-child{
    border-left: none;
}
table:not(.travel-dates-table, .ui-datepicker-calendar) tr:nth-child(odd){
    background: #f1e8df;
}
table:not(.travel-dates-table, .ui-datepicker-calendar) th, 
table:not(.travel-dates-table, .ui-datepicker-calendar) td {
    border: 0px solid #ddd!important;
}
table:not(.travel-dates-table, .ui-datepicker-calendar) thead:first-child tr:first-child th,
table:not(.travel-dates-table, .ui-datepicker-calendar) tbody:first-child tr:first-child th,
table:not(.travel-dates-table, .ui-datepicker-calendar) tbody:first-child tr:first-child td {
    border-top: 0
}
table:not(.travel-dates-table, .ui-datepicker-calendar) th,
table:not(.travel-dates-table, .ui-datepicker-calendar) td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}
table:not(.travel-dates-table, .ui-datepicker-calendar) {
    width: 100%;
	    margin-bottom: 20px;
    border-collapse: separate;
}
table:not(.travel-dates-table, .ui-datepicker-calendar) th, table:not(.travel-dates-table, .ui-datepicker-calendar) td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #ddd!important;
    text-align: center;
    line-height: 18px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 4px;
    width:100%;
    overflow: auto;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt {
    font-weight: 700;
}
iframe {
    width: 100%;
}
embed {
    width: 100%;
}
pre {
    max-width:600px;
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
.wp-block-cover-text {
    color: #fff!important;
}
.wp-block-cover.has-background-dim {
    color: #fff;
}
.has-background {
    background-color:transparent!important;
    padding:0px!important;
}
.has-small-font-size {
    margin-top: 25px;
}
.has-large-font-size{
    font-size: 36px;
    line-height: 42px;
}
.has-huge-font-size {
    line-height: 35px;
}
p.has-text-color.has-background.has-very-light-gray-color {
    color: #a5a5a5;
    padding: 10px;
}
.wp-block-cover {
    margin-bottom: 20px;
}
.wp-block-image img,
.wp-block-media-text__media img{
    max-width:100%;
    height:auto;
}
.wp-block-cover.has-background-dim p {
    color: #fff;
}
.wp-block-button__link{
    color: #c5a47e;
    border: 1px #c5a47e solid;
    background: transparent;    
    margin: 10px 0px;
}
.wp-block-button a.wp-block-button__link:hover, 
.wp-block-button.is-style-outline .wp-block-button__link:hover
{
    background: #c5a47e;
    color: #fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
    color: #c5a47e;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    color: #c5a47e;
    border-radius: 0;
    border: 1px solid currentColor;
}
.wp-block-button.is-style-squared  .wp-block-button__link {
    border-radius: 0;
}
.wp-block-button.alignleft {
   float: left;
}
.wp-block-button.alignright {
   float: right;
}
.wp-block-button.aligncenter {
    width: 100%;
    float: left;
    text-align: center;
}
.wp-block-gallery { 
    display:flex!important; 
    width:100%; 
    float:left;
}
li.blocks-gallery-item{
    padding:0px;
}
.blocks-gallery-item__caption{
    font-size:14px!important;
}
.blocks-gallery-caption{
    text-align:left;
    padding-bottom:20px;
    clear:both;
}
.wp-block-gallery .blocks-gallery-image figcaption {
    color: #fff;
}
.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    padding-right: 10px;
}

.wp-block-pullquote {
    padding: inherit;
    float: left;
    width: 100%;    
}
.wp-block-quote {
    float: left;
    width: 100%;
}
.wp-block-pullquote blockquote.has-text-color,
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-top: 1rem;
}
blockquote.has-text-color.has-light-gray-color {
    background: transparent;
    margin: 0;
}
blockquote.has-text-color.has-very-dark-gray-color {
    background: #cdcdcd;
    margin: 0;
}
blockquote.has-text-color.has-very-dark-gray-color { 
    color: #fff;
}
.wp-calendar-table {
    margin-bottom: 0;
}
time.wp-block-latest-posts__post-date, 
time.wp-block-latest-comments__comment-date
{
    font-style: italic;
}
ul.wp-block-rss li, 
ul.wp-block-archives li, 
ul.wp-block-categories li, 
ul.wp-block-latest-posts li 
{
    width: 100%;
    float: left;
    font-family: inherit;
    list-style-type: none!important;
}
ul.wp-block-rss li a, 
ul.wp-block-archives li a, 
ul.wp-block-categories li a, 
ul.wp-block-latest-posts li a
{
    font-weight: 500;
    text-decoration: none;
}
.wp-block-archives select { 
    height: 45px;
    margin-bottom: 20px;
    padding: 0px 5px;
}
ol.wp-block-latest-comments {
    padding-left: 0px;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
ol.wp-block-latest-comments li {
    list-style-type: none!important;
}
img.wp-block-latest-comments__comment-avatar {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.wp-block-tag-cloud a {
    margin: 3px;
    padding: 6px 16px;
    color: #1b1b1b;
    float: left;
    font-size: 16px!important;
    line-height: 1.5em; 
    border: 1px #1b1b1b solid;
}
.wp-block-tag-cloud a:hover {
    background-color: #1b1b1b;
    color: #fff;
}
p.wp-block-tag-cloud {
    width: 100%;
    float: left;
}
.wp-block-search__input {
    border: 1px solid #cb9d55;
}
.wp-block-search .wp-block-search__button {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    background: transparent;
    border-radius: 0px;
    padding: 5px 25px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    border: 1px solid #cb9d55;
}
.wp-block-search .wp-block-search__button:hover {
    background: #cb9d55;
    border: 1px solid #cb9d55;
    color: #fff;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
.wp-block-archives-dropdown select, 
.wp-block-categories-dropdown select 
{
    height: 38px;
    text-transform: uppercase;
    background: #F4F4F4;
	color: #797370;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0px 5px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    cursor: pointer;    
}
.widget_block ul.wp-block-rss li a, 
.widget_block ul.wp-block-archives li a, 
.widget_block ul.wp-block-categories li a, 
.widget_block ul.wp-block-latest-posts li a {
    font-weight: 300;
}
.custom-post .bg-image, 
.bg-image 
{
    background-size: inherit;
}
.post-content a {
    text-decoration: none;
}
.page-content ul, 
.post-content ul, 
.comment-text ul {
    padding-left:20px;
    display: block;
    list-style-type: disc;
    -webkit-padding-start: 20px;
	margin-bottom: 20px;
}
.page-content  ol, 
.post-content  ol, 
.comment-text ol {
    padding-left:20px;
    display: block;
    list-style-type: decimal;
    -webkit-padding-start: 20px;
	margin-bottom: 20px;
}
.page-content  ul li,
.post-content  ul li,
.comment-text  ul li
{
    list-style: disc;
}
.page-content  ol li,
.post-content  ol li,
.comment-text  ol li
{
    list-style: decimal;
}
.page-content  ul li ul, 
.post-content  ul li ul, 
.comment-text ul li ul {
    padding-left:40px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.page-content  ol li ol, 
.post-content  ol li ol, 
.comment-text ol li ol {
    padding-left:40px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.post-content ul.wp-block-rss, 
.post-content ul.wp-block-archives, 
.post-content ul.wp-block-categories, 
.post-content ul.wp-block-latest-posts 
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-content ul.wp-block-gallery  {
    padding-left: 0px;
    display: block;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
.page-content ul:not(.blocks-gallery-grid) li ul {
    padding-left:40px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.page-content  ul:not(.blocks-gallery-grid) {
    padding-left:20px;
    display: block;
    list-style-type: disc;
    -webkit-padding-start: 20px;
}
.page-content ul.wp-block-gallery,
.post-content ul.wp-block-gallery,
.cont ul.wp-block-gallery,
.page-content ul.blocks-gallery-grid, 
.post-content ul.blocks-gallery-grid, 
.cont ul.blocks-gallery-grid {
    padding-left: 0px;
    display: flex;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
.page-content  ul:not(.blocks-gallery-grid, .wc_payment_methods) li {
    list-style-type: disc;
    padding: 0;
}
.comments-area .cont ul li{
    list-style: disc;
}
.comments-area .cont ol li{
    list-style-type: decimal;
}
.page-content ol.wp-block-latest-comments,
.post-content ol.wp-block-latest-comments,
.comments-area .cont ol.wp-block-latest-comments
{
    padding-left:0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px; 
}   
.page-content .wp-caption.aligncenter img, 
.page-content img.aligncenter, 
.page-content .wp-caption.alignnone img, 
.page-content img.alignnone 
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-content .wp-caption.alignright img,
.page-content img.alignright {
    margin-bottom: 10px;
}
.post-img a.blog-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
}
img.size-full.wp-image-904.alignright {
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: 0px;
}
img.alignleft.size-thumbnail.wp-image-827 {
    margin-top: 20px;
}
.wp-block-image img.wp-image-827 {
    width: 160px;
    height: auto;
}
@media (min-width: 1200px) {
    img.size-full.wp-image-904.alignright, 
    img.size-full.wp-image-827.alignright   
    {
        margin-right: -320px;
    }
}
.comment ul.children {
    margin-left:90px;
    padding-left:0px;
}
.comment img{
    width:auto;
}
@media only screen and (max-width: 999px) {
    .comment .children {
        margin-left: 0px!important;
        padding-left: 0px !important;
    }
    pre, table{
        max-width:100%;
    }
    
}
.trackback .post-user-comment,
.pingback .post-user-comment 
{
    display: none;
} 
@media screen and (max-width: 780px) {
    .prev-link,
    .next-link{
        display:none!important;
    }
}
.pagination-wrap li a.prevposts-link, 
.pagination-wrap li a.nextposts-link {
    display: none;
}
.page-links {
    width: 100%;
    float: left;
    margin: 1rem 0 1.25rem;
}
.pagination-wrap li a.active {
    background-color: #c5a47e;
    border: 1px solid #c5a47e;
    color: #fff;
}
.page-links > span, 
.page-links   a span{
    background: transparent;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    color: #1b1b1b;
    font-weight: 300;
    border: 1px solid #eee3d0;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    border-radius: 100%;
    margin-right: 10px;
}
.page-links > span, 
.page-links a span:hover{
    background-color: #c5a47e;
    border: 1px solid #c5a47e;
    color: #fff;
}
.post-password-form > p{
    margin-top:15px;
}
.post-password-form input[type='password'] {
    height: 45px;
    margin-top: 15px;
    width: 50%;
}
.post-password-form input[type='submit'] {
    padding: 12px 30px;
    word-break: normal;
    cursor: pointer;

}
.elementor-widget-container {
    min-height: 1px;
}
.blog .post-cont .butn-dark {
    position: inherit;
}
.section-padding .page-content h6, 
.section-padding .post-content h6, 
.section-padding .comment-text h6 {
    color: #1b1b1b;
    font-size: 1.1rem;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
.hidden-xs {
    display: none !important;
}
}
.mb-05{
    margin-bottom:5px!important;
}
dl.variation{
    text-align:center;
}
.post-img .blog-imgs, 
.post-imgx .blog-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
}
input::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.contact__form input[type="date"]:after {
    color: #c5a47e;
    display: block;
    position: absolute;
    right: 25px;
    top: 22px;
    pointer-events: none;
    content: "\e6b6";
    font-family: "themify";
    font-size: 12px;
    line-height: 1;
}
.accordion-box {
	margin-bottom:0px;
}
.elementor-widget-container .services1 {
    overflow: unset;
}
.testimonials .owl-theme .owl-nav.disabled + .owl-dots, 
.galleryscroll .owl-theme .owl-nav.disabled + .owl-dots 
{
    margin-top: 20px;
}
.single-item.post-24 .item, 
.single-item.post-555 .item, 
.single-item.post-1171 .item, 
.single-item.post-1780 .item 
{
	padding-bottom: 60px;
}
.wp-block-group p {
    width: 100%;
}
.page-content ol.comment-list li, 
.post-content ol.comment-list li {
    list-style: none;
}
.wp-block-file:not(.wp-element-button) {
    margin-bottom: 20px;
}
.wp-block-file *+.wp-block-file__button {
    padding: 0px 10px;
}
.wp-block-cover .wp-block-cover__inner-container p.has-text-align-center.has-large-font-size {
    color: #fff;
}
blockquote.wp-block-quote.has-text-align-right cite:before {
    left: auto;
    right: 125px;
}
blockquote.wp-block-quote.is-style-large.is-layout-flow.wp-block-quote-is-layout-flow cite:before {
    left: auto;
    right: 235px;
}
blockquote.has-text-color.has-very-dark-gray-color,
.wp-block-pullquote blockquote.has-text-color.has-light-gray-color {
    text-align: left;
}
.blog1 .item .img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-content ol.comment-list li .cont ol li, 
.post-content ol.comment-list li .cont ol li
{
    list-style: decimal;
}
.page-content ol.comment-list li .cont ul li, 
.post-content ol.comment-list li .cont ul li 
{
    list-style: disc;
}
.page-content ol.comment-list li .cont ol, 
.post-content ol.comment-list li .cont ol
{
    margin-bottom: 20px;
}
.page-content ol.comment-list li .cont ol ol, 
.post-content ol.comment-list li .cont ol ol
{
    margin-bottom: 0px;
}
.post-custom .trackback .item.wrap .img,
.post-custom .pingback .item.wrap .img {
    margin-right: 0px;
    display: none;
}
.post-custom.ew-sidebar-block .trackback .item.wrap, 
.post-custom.ew-sidebar-block .trackback .item.wrap {
    margin-bottom: 30px;
}
.post-custom .trackback .item.wrap .cont h3 a,
.post-custom .pingback .item.wrap .cont h3 a {
    width: 100%;
}
.post-custom .trackback .item.wrap h3 span, 
.post-custom .pingback .item.wrap h3 span {
    margin-left: 0px;
    margin-top: 5px;
}
.page-content blockquote {
    background:#f1e8df;
}
.top.blog-sidebar {
    padding-top: 120px;
}
.top.blog-sidebar .widget {
    background: transparent;
    padding: 0px;
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 0px;
    border: none;
}
.top.blog-sidebar .widget.widget_search {
    width: 100%;
}
.insta {
    background: transparent !important;
}
.galleryscroll {
    outline: none;
    overflow-x: hidden;
}