/*
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
*/
.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  font-size: 16px;
  padding-top: 25%;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  z-index: 98;
  line-height: 23px;
  left: 50% !important;
  top: 50% !important;
}
.cmplz-accept-service {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #bd8e75;
}
#cmplz-manage-consent .cmplz-manage-consent {
  font-size: 14px;
}
p {
  line-height: 1.45;
}
.t-entry-excerpt p{
	line-height: 1.1;
}
text-lead, .text-lead:not(ul) > * {
  line-height: 1.2;
}
.style-light ul li {
	list-style-image: url(/wp-content/uploads/2023/05/check-22.png) !important; 
	margin-left:10px;
}
.style-dark ul li { 
	 list-style-image: url(/wp-content/uploads/2023/03/check-20.png) !important; 
	 margin-left:10px;
}
.style-dark .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced), .style-light .style-dark .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced) {
	border: 5px solid #FFF;
}
.tmb-light.tmb-bordered.tmb-no-bg.tmb > .t-inside .t-entry-visual {
  border: 0px solid #FFF;
}
.style-dark .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced) {
	border: solid 5px #FFF;
}
.autor {
	width:160px !important; 
	height:auto; 
	margin: auto; 
	border-radius: 80px;
    border: solid 5px #FFF;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	text-transform: uppercase;
}
h1, .h1 {
	font-family: 'SuperiorTitel' !important;
}
.icon-box-heading > * {
  line-height: 0;
}
.fa-plus-circle2::before {
  color: transparent !important;
  background-image: url(/wp-content/uploads/2023/03/fyne-1.svg) !important;
  background-repeat: no-repeat;
}
.tmb .t-entry-visual .t-overlay-icon.t-icon-size-xl {
  font-size: 90px;
}
.icon-box-left .icon-box-icon, .icon-box-right .icon-box-icon, .icon-box-left .icon-box-content, .icon-box-right .icon-box-content {
  vertical-align: middle;
}
.icon-box-left:not(.icon-box-space-reduced) .icon-box-content {
  padding-left: 10px;
  padding-bottom: 2px;
}
.style-light .owl-dots-outside .owl-dots .owl-dot span {
	background-color: #bd8e75;
}
.tmb-dark .t-entry-text .btn-default, .style-light .tmb-dark .t-entry-text .btn-default {
	color: #5c4e47 !important;
	background-color: #bd8e75 !important;
	border-color: #bd8e75 !important;
}

@media (max-width: 569px) {
.btn:not(input):not(.checkout-button):not(.btn-no-scale), .btn-link:not(input):not(.checkout-button):not(.btn-no-scale) {
  transform: scale(0.8);
  transform-origin: center !important;
  }
	.menu-smart:not(.top-menu-enhanced-child) a {
  font-weight: 300;
  text-transform: none;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
  font-size: 12px;
  line-height: 16px;
  padding-top: 15%;
}
}