/**
Theme Name: OrigenCreativo
Author: Creativolandia
Author URI: https://creativolandia.com
Description: Tema creado a medida por Creativolandia para sus clientes, se modifica a medida en función del cliente
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: origencreativo
Template: astra
*/


.elementor-widget-post-comments button,
.elementor-widget-post-comments input[type="button"],
.elementor-widget-post-comments input[type="reset"],
.elementor-widget-post-comments input[type="submit"],
.elementor-widget-post-comments .button {
	font-family: "Ubuntu", Sans-serif;
	color:#fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    background-color: #F1B819!important;
    border-radius: 10px 10px 10px 10px!important;
    padding: 20px 25px 20px 25px!important;
    border-style: solid!important;
    border-width: 0px 0px 4px 0px!important;
    border-color: rgba(255,51,33,0.44)!important;
}

.elementor-widget-post-comments button:focus,
.elementor-widget-post-comments button:hover,
.elementor-widget-post-comments input[type="button"]:focus,
.elementor-widget-post-comments.elementor-widget-post-comments input[type="button"]:hover,
.elementor-widget-post-comments input[type="reset"]:focus,
.elementor-widget-post-comments input[type="reset"]:hover,
.elementor-widget-post-comments input[type="submit"]:focus,
.elementor-widget-post-comments input[type="submit"]:hover,
.elementor-widget-post-comments .button:focus,
.elementor-widget-post-comments .button:hover {
	transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}

/*Bullets para los post de beaver themer*/

.elementor-widget-theme-post-content ul li:before,
.elementor-text-editor ul li:before{
        /* font-family: FontAwesome; */
        content: ".";
        color:#2F3F50;
        font-size:150px;
        margin-right:10px;
        padding:10px;
        position:absolute;
        left:-50px;
        margin-top:-55px;
}
.elementor-widget-theme-post-content ul,
.elementor-text-editor ul{
    margin:40px 20px;
    position:relative;
    left:30px;
}
.elementor-widget-theme-post-content ul li,
.elementor-text-editor ul li{
    line-height:1.2em;
    margin-bottom:20px;
    list-style-type: none;
}
/*Bullets numericos para los listados customizados*/

.elementor-widget-theme-post-content ol {
    counter-reset: step-counter;
    margin: 40px 0 40px 20px !important;
}
.elementor-widget-theme-post-content ol li {
    counter-increment: step-counter;
    list-style-type: none !important;
    /* margin: 0 0 10px 0 !important; */
    padding: .4em .4em .4em 2em;
    display: block;
    position: relative;
    text-align:left;
}
.elementor-widget-theme-post-content ol li::before {
    content: counter(step-counter);
    counter-increment: li;
    padding: 1.1px;
    text-align: center !important;
    position: absolute;
    top: 10px;
    line-height: 1.9em;
    left: -.3em;
    margin-right: 10px;
    font-size: 90%;
    background-color: #2F3F50;
    color: #2F3F50;
    font-weight: bold;
    height: 2em;
    width: 2em;
    border-radius: 50%;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
	border-left:5px solid #2F3F50;
	padding-left:20px
}

blockquote::before {
	content: " ";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

p {
    margin-bottom: 0!important;
}

::selection {
    background-color: #F1B81978;
    color: #ffffff;
}
.single-post h2 {
    font-weight: 700;
}

#wpforms-27417-field_3-container {
    display: none;
}

.elementor-button.webinar {
    background: #6f427c;
    font-size: 1.7em;
    font-weight: bold;
}

.elementor-button.webinar:hover {
    background: #6f427c;
    font-size: 1.7em;
    font-weight: bold;
	box-shadow: 6px 6px 10px #fff;
}

#wpforms-submit-27417 {
    background: #6f427c;
    font-size: 1.2em;
    width: 60%;
    font-weight: bold;
}

#wpforms-submit-27417:hover {
    background: #6f427c;
    font-size: 1.3em;
    font-weight: bold;
	box-shadow: 6px 6px 10px #000;
}