/*
Theme Name: Luna Vila
Text Domain: luna-villa
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.absolute-footer {
	display: none;
}
/**/
.br-contact {
	z-index: 9999;
	max-width: 64px !important;
	position: fixed;
	right: 10px;
	bottom: 80px;
	margin-top: 0;
}
.br-contact .ux-logo {
	padding: 0;
	width: 52px !important;
	min-width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background-color: var(--fs-color-secondary);
	margin: 0 auto;
	margin-top: 24px;
}
.br-contact .ux-logo:after {
	content: "";
	position: absolute;
	width: 56px;
	min-width: 56px;
	height: 56px;
	background-color: var(--fs-color-secondary);
	opacity: .25;
	animation: scale1 1.8s infinite;
	z-index: -1;
	border-radius: 100%;
	filter: blur(1px);
}
.br-contact .ux-logo:before {
	content: "";
	position: absolute;
	width: 58px;
	min-width: 58px;
	height: 58px;
	background-color: var(--fs-color-secondary);
	opacity: .25;
	animation: scale2 1.8s infinite;
	z-index: -1;
	border-radius: 100%;
	filter: blur(1px);
}
.br-contact .img {
	padding: 1px;
	text-align: center;
}
.br-contact .img img {
	width: 52px;
	height: 52px;
}
.br-contact > .col {
    padding: 0;
}
@keyframes scale1 {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/**/
.back-to-top {
	min-width: 38px !important;
	min-height: 38px !important;
	height: 38px !important;
	line-height: 36px !important;
	border: 1px solid #a8a8a8 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff !important;
}
.back-to-top:hover {
	background-color: var(--primary-color) !important;
}
.back-to-top i {
	top: -2px;
	left: 0.5px;
}
/**/
/**/
.custom-socials .col-inner {
	display: flex;
}
.custom-socials .img-inner {
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .35);
	padding: 10px;
	border-radius: 1000px;
	transition: 0.4s all;
}
.custom-socials .img-inner:hover {
	border: 1px solid rgba(255, 255, 255, .85);
	background-color: rgba(255, 255, 255, .15);
}
.custom-socials .img img {
	border-radius: 0;
}

.custom-socials-light .img-inner {
	width: 44px;
	height: 44px;
	padding: 13px;
	border: none;
	background-color: var(--primary-color);
}
.custom-socials-light .col-inner {
	justify-content: center;
}
.custom-socials-light .img-inner:hover {
	background-color: var(--fs-color-secondary);
	border: none;
}
/**/
.nav-pagination>li>a {
	border: 1px solid #DCDCDC;
	background-color: #ffffff;
	font-size: 16px;
	height: 44px;
	line-height: 40px;
	min-width: 44px;
}
.nav-pagination>li>span {
	font-size: 16px;
	height: 44px;
	line-height: 40px;
	min-width: 44px;
}
/**/
.design-form .form-item {
	padding-bottom: 16px;
}
.wpcf7 label {
	font-size: 16px;
}
.design-form .form-item input {
	height: 46px;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	box-shadow: none;
	margin-bottom: 0;
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 8px;
	font-size: 16px;
	line-height: 24px;
	border-radius: 8px;
}
.design-form .form-item textarea {
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	box-shadow: none;
	margin-bottom: 0;
	padding-left: 16px;
	padding-right: 60px;
	margin-top: 8px;
	font-size: 16px;
	line-height: 24px;
	border-radius: 8px;
}
.wpcf7 .wpcf7-not-valid-tip {
	background-color: transparent;
	border-radius: 3px;
	margin-top: 0;
	opacity: 1;
	padding: 12px 0 0 0;
	color: rgba(255, 255, 255, .7);
}
.wpcf7 .wpcf7-not-valid-tip::after {
	display: none;
}
.design-form .form-item input:active, .design-form .form-item input:focus {
	border: 1px solid var(--primary-color);
}
.design-form .form-item textarea:active, .design-form .form-item textarea:focus {
	border: 1px solid var(--primary-color);
}
.design-form .form-item input::placeholder,
.design-form .form-item textarea::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.design-form .form-item .wpcf7-submit {
	color: var(--primary-color);
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 24px;
	text-transform: unset;
	border: none;
	border-radius: 99px;
}
.design-form .form-item:last-child {
	text-align: center;
	margin-top: 12px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none !important;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	border-radius: 0;
}
.wpcf7-spinner {
	display: none;
	margin: 0 16px;
	top: 6px;
	background-color: #ffffff;
	opacity: 1;
}
.loading-spin.centered, .processing:before {
	top: 23px;
	border-left: 3px solid #262626;
}
.wpcf7 form {
	margin-bottom: 0;
}
input[readonly="readonly"] {
	background-color: #F3F3F3 !important;
}
.related {
	border: none;
}
.related h3 {
	display: none;
}
/*#theh1 {
	display: none;
}*/

@media only screen and (max-width: 600px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.br-contact {
		max-width: 42px !important;
		bottom: 40px;
	}
	.br-contact .ux-logo.inline-block {
	    padding: 0;
	    width: 42px !important;
	    min-width: 42px;
	    height: 42px;
		margin-top: 16px;
	}
	.ux-logo-link {
		padding: 5px !important;
	}
	.br-contact .ux-logo:after {
		width: 46px;
		min-width: 46px;
		height: 46px;
	}
	.br-contact .ux-logo:before {
		width: 48px;
		min-width: 48px;
		height: 48px;
	}
	.br-contact .img img {
		width: 42px;
		height: 42px;
	}
	.custom-socials {
		padding-bottom: 0 !important;
	}

}