.site-logo img {
    max-width: 200px !important;
}


.home .default-header{
    display: none;
}
.home #content-wrapper{
    padding: 0;
}


p:empty {
    display: none;
}


a{
    text-decoration: none;
}

.primary-menu-wrapper ul li{
    display: table;
}
.primary-menu-wrapper ul li a{
    display: table-cell;
    vertical-align: middle;
}

.toggle-inner .toggle-text{
    display: none;
}
button.close-nav-toggle .toggle-text{
    display: none;
}

@media (min-width: 576px) { 
    .btn-yellow a {
        background-color: #ffbb00;
        color: white !important;
        /*font-weight: 500;*/
        border-radius: 8px;
        padding: 0.8rem !important;
    }
	
	 .btn-blue a {
        background-color: #3ea3ff;
        color: white !important;
        /*font-weight: 500;*/
        border-radius: 8px;
        padding: 0.8rem !important;
    }
	
	 .btn-green a {
        background-color: #00bb2d;
        color: white !important;
        /*font-weight: 500;*/
        border-radius: 8px;
        padding: 0.8rem !important;
    }
}



.schema-faq-question {
    display: block;
    width: 100%;
    background-color: #fff;
    color: #444;
    background-color: #ffbb00;
    color: white;
    font-weight: normal;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    border: 1px solid rgba(0, 0, 0, .125);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    border-top: 0;
    padding: 10px 15px;
}
.schema-faq-question:after {
    /*font-family: "Font Awesome 5 Free";*/
    content: "🢗";
    float: right;
    color: white;
    font-weight: bold;
}
.schema-faq-answer {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 10px 0;
}


.account-sign-in a{
    background-color: #3ea3ff;
    color: white !important;
    font-weight: 500;
    border-radius: 8px;
    padding: 0.8rem !important;
}
.account-sign-in a:hover{
    background-color: #ff9a3e;
}


.job-manager-form p .button{
    background-color: #3ea3ff;
    color: white !important;
    font-weight: 500;
    border-radius: 8px;
    padding: 0.8rem !important;
}


.rcp_form .rcp-button{
    background-color: #3ea3ff;
    color: white !important;
    font-weight: 500;
    border-radius: 8px;
    padding: 0.8rem !important;
    border: 0;
}


.lists-encargos {
	padding: 0;
	margin-bottom: 1em;
}


.encargo {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	width: 100%;
	padding: 0.5em;
	height: 10em;
}
@media (min-width: 48rem) {
	.encargo {
		width: 25%;
	}
}
.encargo p {
	display: grid;	
	background-color: #f3f3f3;
  border-radius: 8px;
	width: 100%;
	height: 100%;
  text-align: center;
	box-sizing: border-box;
	padding: 2em 1em 1em;
}


.site-footer{
    background-color: #ffbb00  !important;
}
.site-footer .widget-area{
    background-color: #ffbb00  !important;
}
.site-footer .widget-area ul li a{
    color: white !important;
}
.site-footer .credits p{
    color: white !important;
}


.wpcf7-form label{
    width: 100%;
}
.wpcf7-form input[type=submit]{
    background-color: #3ea3ff;
    color: white !important;
    font-weight: 500;
    border-radius: 8px;
    padding: 0.8rem !important;
    border: 0;
}


.acf-form-submit .button-primary{
    background-color: #3ea3ff;
    color: white !important;
    font-weight: 500;
    border-radius: 8px;
    padding: 0.8rem !important;
    border: 0;
}
.acf-form-submit .button-primary:hover{
    background-color: #3ea3ff;
}


.job_application .application_button{
    background-color: #3ea3ff !important;
    color: white !important;
    font-weight: 500;
    border-radius: 8px !important;
    padding: 0.8rem !important;
    border: 0 !important;
    box-shadow: none !important;
}
.job_application .application_button:hover{
    background-color: #ff9a3e !important;
}


/*Eliminar campos de empresa en la página publicar encargo*/
.fieldset-company_website,
.fieldset-company_tagline,
.fieldset-company_video,
.fieldset-company_twitter,
.fieldset-company_logo,
.fieldset-agreement-checkbox {
    display: block;
}

.blog .featured-item a:hover:after{
    background: linear-gradient(to bottom, rgba(0, 136, 204, 0) 0%, rgb(255 154 62) 100%);
    transition: all 0.3s linear;
}