/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face{
    font-family: "Geogia";
    src: url("/wp-content/themes/flatsome/fonts/GEORGIA.TTF");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "Geogia";
    src: url("/wp-content/themes/flatsome/fonts/GEORGIAB.TTF");
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: "Geogia";
    src: url("/wp-content/themes/flatsome/fonts/GEORGIAI.TTF");
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: "Geogia";
    src: url("/wp-content/themes/flatsome/fonts/GEORGIAZ.TTF");
    font-weight: bold;
    font-style: italic;
}
@font-face {
  font-family: "UTM Duepuntozero";
  src: url("/wp-content/themes/flatsome/fonts/UTM DUEPUNTOZERO.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face{
    font-family: "UTM Duepuntozero";
    src: url("/wp-content/themes/flatsome/fonts/UTM DUEPUNTOZEROBOLD.TTF");
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: "UTM ViceroyJF";
    src: url("/wp-content/themes/flatsome/fonts/UTM VICEROYJF.TTF");
    font-weight: normal;
    font-style: normal;
}
#main{
	background-image: url('/wp-content/uploads/2024/08/background.jpg');
}
.footer-2{
	background-image: url('/wp-content/uploads/2024/08/background.jpg');
}
.about-content p{
	text-align: justify;
}
p{
	margin-bottom: 10px;
}
.page-id-100 .footer-widgets.footer.footer-2 {
	display: none;
}
.sv-section{
	padding-left: 75px;
	padding-right: 75px;
}
.sv-img-box{
	position: relative;
}
.sv-img-box .box-text{
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.4) !important;
}
.sv-img-box .box-text .box-text-inner a{
	color: #fff;
    font-size: 16pt;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 50%;
    width: 100%;
}
.img-white img{
	filter: brightness(0) invert(1) !important;
	
}
.sv-section .img-white img{
	width: unset !important;
}
.mt-4{
	margin-top: 40px;
}
.btn-white-outline{
	border-color: #fff !important;
}
.btn-black{
	border-color: #333 !important;
}
.btn-black span{
	color:#333 !important;
}
.btn-white-outline span{
	color:#fff !important;
}
.icon-box{
	text-align: center;
}
.icon-box .fa{
	font-size: 25px;
    border: 1px solid #000;
    /* padding: 15px; */
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
	margin-bottom: 20px;
}
.icon-box h4{
	text-transform: uppercase;
}
.row.row-full-width.mk-gallery{
	margin-left: 0;
	margin-right: 0;
}
.ft-social .button.icon.circle{
	    color: #000;
    border: none;
    font-size: 25px;
    width: 135px;
    line-height: 50px;
    margin: 0
}
.absolute-footer{
	display: none;
}
.header-nav-main > li{
	margin: 0;
}
.header-nav-main > li > a{
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.header-nav-main > li:hover > a, .header-nav-main > li.current_page_item > a{
	background: #fff;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.no-line .section-title-main {
	border: none;
}
.no-line  .section-title > b{
	opacity: 0;
}
.archive-page-header + .row > .large-10{
	flex: 100%;
	max-width: 100%;
}
.archive-page-header + .row .box-blog-post > .box-image{
	width: 20% !important;
}
.archive-page-header + .row .box-blog-post > .box-image .image-cover{
	padding-top: 0 !important;
}
.archive-page-header + .row .box-blog-post > .box-image .image-cover img{
	    position: initial;
    display: block;
    width: 100%;
    height: auto;
}
.archive-page-header + .row .box-blog-post > .box-image .image-cover img{
	border: 1px solid #eaeaea;
	padding: 4px;
}
.archive-page-header + .row .box-blog-post .box-text{
	vertical-align: baseline;
}
.mk-btn-booknow::before{
	display: block;
    content: '';
    position: absolute;
    height: 39px;
    width: 100%;
    background-color: #dc5c71;
    left: 0;
    border-radius: 20px;
    z-index: -1;
	opacity: 1;
	transition: all ease 0.5s;
}
.mk-btn-booknow  span{
	line-height: 39px;
}
.mk-btn-booknow:hover{
	background-color: none !important;
	box-shadow: none !important;
}
.mk-btn-booknow:hover::before{
	width: 100%;
	opacity: 1;
}
.mk-btn-booknow{
	background-color: transparent !important;
    color: #fff !important;
	border: none !important;
}
.mk-btn-about  span{
	line-height: 39px;
}
.mk-btn-about::before{
	display: block;
    content: '';
    position: absolute;
    height: 39px;
    width: 100%;
    background-color: #dc5c71;
    left: 0;
    border-radius: 20px;
    z-index: -1;
	opacity: 1;
	transition: all ease 0.5s;
}
#main-menu .nav>li>a{
	font-size: 1.1em;
}
.mk-btn-about:hover{
	background-color: transparent !important;
	box-shadow: none !important;
}
.mk-btn-about:hover::before{
	width: 100%;
	opacity: 1;
}
.mk-btn-about{
	background-color: transparent !important;
    color: #fff !important;
	border: none !important;
}
.img-icon{
	width: 75px;
    height: 75px;
    border: 1px solid #000;
    padding: 17px;
    border-radius: 50%;
	    margin-bottom: 20px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.header-full-width #masthead > .header-inner{
	max-width: 1200px !important;
}
@media (min-width: 1024px) {
	.header-nav-main{
		justify-content: flex-end
	}
	.header-nav-main > li > a{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.mypage-alo-phone {
    position: fixed !important;
    bottom: 15px!important;
    left: 15px;
    background-color: transparent;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 900000 !important;
}
.mypage-alo-phone span {
  font-size: 16px;
  color: #fff;
  padding: 10px 0 10px 5px;
  position: absolute;
  left: 74px;
  top: 36px;
  width: 135px;
  border-radius: 0 25px 25px 0;
  font-weight: bold;
  letter-spacing: 1px;
  /* opacity: .4 !important; */
  transition: all .5s;
}
 @media screen and (max-width:650px){
	/* .mypage-alo-phone  {display:block!important;}
  a.numberzalo{display: block !important;} */
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    opacity: .5;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.mypage-alo-ph-circle-fill {
    width: 50px;
    height: 50px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /* opacity: .4 !important; */
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==
) no-repeat center center;
	
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 70%;
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}  
 .mypage-alo-ph-circle {
	 border-color: #c20000;
}

.mypage-alo-ph-circle-fill, .mypage-alo-phone span {
	background-color: #dc5c71;
}

.mypage-alo-ph-img-circle {
	background-color: #c20000;
}

.mypage-alo-phone:hover .mypage-alo-ph-circle {
	border-color: #cd5600;
}

.mypage-alo-phone:hover .mypage-alo-ph-circle-fill, .mypage-alo-phone:hover span {
	background-color: #cd5600;
}

.mypage-alo-phone:hover .mypage-alo-ph-img-circle {
	background-color: #cd5600;
}
.nav > li > a, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{
    font-family:"UTM Duepuntozero" !important;
    color: #dc5c71;
}
#social-icon-fixed{
    width: 50px;
    bottom: 70px;
    position: fixed;
    left: 15px;
    text-align: center;
	z-index:900000 !important;
}
#social-icon-fixed .facebook-ico{
    display:block;
    width: 50px;
    height: 50px;
    line-height:50px;
    background-color: #83aff7;
    border-radius: 50%;

}
#social-icon-fixed .fa-facebook-f{
        width: 30px;
    height: 30px;
    color: #fff;
    background-color: #0866FF;
    line-height: 30px;
    border-radius: 50%;
    margin-top: 10px;
}
#social-icon-fixed .instagram-ico{
    display:block;
    width: 50px;
    height: 50px;
    line-height:50px;
    background-color: #ed89e2;
    border-radius: 50%;
    margin-bottom: 5px;

}
#social-icon-fixed .fa-instagram{
        width: 30px;
    height: 30px;
    color: #fff;
    background-color:#96408D;
    line-height: 30px;
    border-radius: 50%;
    margin-top: 10px;
}
ul.price-list{
    
}
ul.price-list li{
    margin-left: 0;
    list-style-type: none;

}
ul.price-list li > span{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.price-list .price {
  margin-left: auto;
  position: relative;
  padding-left: 10px;
  order: 1;
  font-weight: bold;
	color: #dc5c71;
}

ul.price-list li > span::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px dotted #000;
  margin-left: 10px;
  margin-right: 10px;
  height: 0;
  margin-top: 10px;
}

ul.price-list .price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px dotted #000;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
	.price-list-row .icon-box-img{
		display: none;
	}
	.sm-pb-0{
		padding-bottom: 0 !important;
	}
	.price-list-row .icon-box h3{
		font-size: 24px;
	}
	ul.price-list li > span::after{
		display: none;
	}
	ul.price-list li > span{
		align-items: baseline;
	}
	.icon-box-left .icon-box-img+.icon-box-text{
		padding-left:0;
	}
}
@media (min-width: 1024px) {
	.lg-order-1{
		order: 1;
	}
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: rgb(220, 92, 113) !important;
	color:rgb(220, 92, 113)  !important;
}
.processing:before{
	display: none !important;
}