/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

body.menu-mobile-off-canvas .menu-primary.submenu-light .uncode-close-offcanvas-mobile .lines:not(.lines-dropdown):after,
body.menu-mobile-off-canvas .menu-primary.submenu-light .uncode-close-offcanvas-mobile .lines:not(.lines-dropdown):before{
	background-color: white;
}

body.textual-accent-color .post-content > div .text-black p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn):not(.unmenu-block *){
	color: #000000 !important;
}

body .main-container .div.mobile-hidden{
	display: none !important;
}

.btn {
    padding: 16px !important;
}

.font-bolder {
    font-weight: 900;
}

.style-light p strong{
	color: var(--wp--preset--color--black);
}

.btn-me-secundario{
	color: var(--wp--preset--color--black) !important;
}


.lines-button .lines {
	height: 14px !important;
	width: 55px;
	line-height: 14px;
	background: none !important;
}

.lines-button .lines:after,
.lines-button .lines:before {
    content: none;
}

.lines-button .lines > span {
    display: inherit;
	height: auto;
	width: 55px;
	border-radius: initial;
    background-clip: initial;
	background: none !important;
	text-align: center;
}

.menu-button-offcanvas.close .lines > span:before{
	content: "X" !important;
}

.mobile-menu-button .lines > span:before {
    content: "MENU" !important;
	color:#ff875d !important;
    font-size: 16px;
    letter-spacing: 1px;
    color: inherit; /* Keeps the color consistent with theme options */
    display: inline-block;
    vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

.submenu-light .menu-smart ul li.current-menu-parent > a, .submenu-light .menu-smart ul li.active:not(.vc_tta-tab) > a, .submenu-light .menu-smart ul li.current-menu-parent > .unmenu-title, .submenu-light .menu-smart ul li.active > .unmenu-title {
    color: #000;
	font-weight: 900;
}

.elm1-absolute{
	position: absolute !important;
	top:0;
	left:1rem
}

.elm1-absolute .icon-media img{
	width: 24vw;
}

.display-none{
	display: none;
}

.icon-box-left .icon-box-content:not(.add-margin) p,
.icon-box-left .icon-box-content:not(.add-margin) .text-small,
.icon-box-left .icon-box-content:not(.add-margin) p + p{
	margin-top: .5em;
}
.add-margin .icon-box-icon img{
	margin-top: 5px;
}

.remove-margin{
	margin-right: -72px;
}

.btn-xl{
	border-radius: 20px;
	color:#ff875d !important;
}

.site-copyright .single-h-padding{
    padding-left: 36px;
    padding-right: 36px;
}

.wpcf7 input{
	padding: 15px;
}

.wpcf7 label,
.wpcf7-inline-wrapper .wpcf7-inline-field label{
	color:#000
}

.style-light .input-background textarea,
.style-light .input-background input[type="email"],
.style-light .input-background input[type="tel"],
.style-light .input-background input[type="text"]{
	border-radius: 30px;
	background-color:#c9d6ff !important;
}

.wpcf7-submit{
	border-radius: 30px !important;
}

.wpcf7 .row .wpcf7-inline-field{
	padding: 0px 9px 0px 9px;
}
.wpcf7 .row .wpcf7-inline-field input:not([type="checkbox"]), 
.wpcf7 .row .wpcf7-inline-field input:not([type="radio"]) {
    width: 100%;
}

.wpcf7 .row .wpcf7-inline-field:first-child {
    padding-left: 0px;
}

.wpcf7 .wpcf7-mail-sent-ok, .wpcf7 .wpcf7-validation-errors, .wpcf7 span.wpcf7-not-valid-tip {
    margin: 2px 0px 0px 0px;
}

.invalid .wpcf7-response-output  {
	background-color: #f1d3d3;
	color: #bb2124;
	padding: 0.2em 1em !important;
	font-size: 15px;
    font-weight: 400;
}

.wpcf7 form.sent .wpcf7-response-output  {
	background-color: #f2faed;
	color: #5d933a;
	padding: 0.2em 1em !important;
	font-size: 15px;
    font-weight: 400;
}



.hremove-margin{
    margin: 0px;
}

.text-justify{
    text-align: justify;
}

ol ::marker{
	color:#ff875d;
	font-weight: 900;
	font-size: 24px;
	line-height: 1;
	content: counter(list-item) " ";
	font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ol > li > div{
	margin-left: .75rem;
}

ol > li > div p{
	margin-top: 5px;
}

@media (max-width: 959px) {
	.site-copyright .row-container{
		padding-bottom: 36px;
	}
	.custom-margin{
		margin-top: 36px !important;
		padding-left: 36px !important;
		padding-right: 36px !important;
	}
	.remove-margin{
		margin-right: -36px !important;
	}

	.onepage-section .uncont{
		padding-top: 0 !important;
	}
}


@media (max-width: 1699px) {
    .custom-margin{
        padding-left: 108px;
    }

	.remove-margin{
		margin-right: -108px;
	}
}

@media (min-width: 960px) {
	.vmenu-position-right.menu-offcanvas .double-h-padding#masthead .row-menu .row-menu-inner .mmb-container{
		right: 0px !important;
	}

	.custom-margin{
		padding-left: 72px !important;
		padding-right: 36px !important;
	}

	.btn-xl{
		padding: 24px 39px !important;
		font-size: 30px !important;
	}

	ol > li > div{
		margin-left: 10px;
	}
}

@media (min-width: 960px) and (max-width: 1499px) {
    body.vmenu-position-right .quad-h-padding#masthead .row-offcanvas .row-menu-inner .main-menu-container, body:not(.menu-overlay-left) .quad-h-padding#masthead .row-offcanvas .row-menu-inner .main-menu-container {
        right: calc(70px + 72px);
		display: initial !important;
    }

	.remove-margin{
		margin-right: -72px;
	}
}

@media (min-width: 1500px) and (max-width: 1699px) {
    body.vmenu-position-right .quad-h-padding#masthead .row-offcanvas .row-menu-inner .main-menu-container, body:not(.menu-overlay-left) .quad-h-padding#masthead .row-offcanvas .row-menu-inner .main-menu-container {
        right: calc(70px + 108px);
		display: initial !important;
    }

	.custom-margin{
        padding-left: 108px !important;
    }
}

@media (min-width: 1700px) {
    .custom-margin{
        padding-left: 144px !important;
    }

    body.vmenu-position-right .quad-h-padding#masthead .row-offcanvas .row-menu-inner .main-menu-container, body:not(.menu-overlay-left) .quad-h-padding#masthead .row-offcanvas .row-menu-inner .main-menu-container {
        right: calc(70px + 144px);
		display: initial !important;
    }

	.remove-margin{
		margin-right: -144px;
	}
}