/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Template:       fincalospenascos

*/
 
@import url("../fincalospenascos/style.css");
 
.full_header {
    border-bottom: none;
    background: none;
    padding-bottom: 20px;
}

#menu a {
    font-weight: 500;
}

.center {
	text-align: center;
}

a.btn_turquoise.btn_outline, .btn_turquoise.btn_outline.boton-general {
    border: 2px solid #e42326 !important;
    background: #e42326 !important;
    color: #fff !important;
	min-width: 130px;
}

a.btn_turquoise.btn_outline, .btn_turquoise.btn_outline.boton-general:hover {
    background-color: transparent !important;
    color: #e42326!important;
}

#footer, #footer a, #footer li, #powered, #powered a {
    color: #c7c7c7;
}

.icon-mobile3:before {
    content: "\f095";
}

.autototop {
	display: block;
    z-index: 1003;
    position: fixed;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 0;
    background: #986D5C;
    cursor: pointer;
    margin-top: -55px;
    line-height: 40px;
    top: 100%;
}

.autototop i.icon {
    margin-left: 0 !important;
}

.post_meta .author, .post_meta .comments.no-border-comments {
	display: none;
}

 
.grecaptcha-badge {
	visibility: hidden;
}


/*********/
@media only screen and (min-width: 768px) {
.home-bloques {
	height: 270px;
}

.call-out h3 {
   line-height: 50px; 
}
	
}

@media only screen and (max-width: 991px) {
.autototop {
	display: none !important;
}
}

@media only screen and (max-width: 768px) {

.call-out img {
   float: none;
}

.footer_btm_inner, #powered {
    text-align: center;
}

.footer_btm_inner .footer_soc_icon {
	float: none;
}

}