@charset "UTF-8";
.post-list-item{width:100%;padding:20px;margin-bottom:20px;background:#fff;border:1px solid #bbb;border-radius:.5em}.post-list-item:last-child{margin-bottom:0}.post-list-item .thumb{flex:1 1;position:relative}.post-list-item .thumb img{display:block;width:100%;margin-bottom:10px}.post-list-item .content{flex:2 1}.post-list-item .content+.thumb{margin-bottom:0;margin-top:10px}.post-list-item .title{display:block;width:100%;margin-bottom:10px;font-size:1.5em;line-height:1.2}.post-list-item p{margin-bottom:5px;text-align:left}.post-list-item .btn{color:#fff!important;width:100%;margin-bottom:10px;padding:8px;font-size:.9em;line-height:1.2;white-space:inherit}.post-list-item.card{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:center}.post-list-item.card .title{border:none;font-size:1em}.post-list-item.card p{margin:0;font-size:75%}.post-list-item.card .thumb{margin-left:10px;margin-bottom:0}.post-list-item.vertical{display:inline-block}.post-list-item.vertical .title{margin-bottom:.5em;border:none}@media screen and (min-width:540px){.post-list-item{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:center}.post-list-item .title{border-bottom:1px solid #bbb}.post-list-item .thumb{margin-right:20px}.post-list-item .thumb img{margin-bottom:0}.post-list-item .content+.thumb{margin-top:0;margin-right:0;margin-left:20px}.post-list-item .btn{margin:10px 0 0}.post-list-item.card .content{flex:5 1}.post-list-item.card p{font-size:85%}.post-list-item.vertical .thumb{margin-bottom:10px}}.pagination{padding:.5em 1em;text-align:center}.pagination .next,.pagination .prev{font-size:18px}.page-numbers{display:inline-block;height:40px;min-width:40px;line-height:40px;font-size:16px;border-radius:50%;color:#666;transition:.2s ease-in-out}.page-numbers.current,.page-numbers:not(.dots):hover{background:#bbb;color:#252525}

@font-face {
font-family: "ctc-icon-font";
src:url(//manitasexpres.es/wp-content/plugins/really-simple-click-to-call/font/icon-font.eot);
src:url(//manitasexpres.es/wp-content/plugins/really-simple-click-to-call/font/icon-font.eot?#iefix) format("embedded-opentype"),
url(//manitasexpres.es/wp-content/plugins/really-simple-click-to-call/font/icon-font.woff) format("woff"),
url(//manitasexpres.es/wp-content/plugins/really-simple-click-to-call/font/icon-font.ttf) format("truetype"),
url(//manitasexpres.es/wp-content/plugins/really-simple-click-to-call/font/icon-font.svg#icon-font) format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "ctc-icon-font" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="ctc-icon-"]:before,
[class*=" ctc-icon-"]:before {
font-family: "ctc-icon-font" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ctc-icon-phone:before {
content: "\61";
}  @media (max-width: 736px) {
body {
padding-bottom: 50px;
}
#click_to_call_bar {
position: fixed;
bottom: 0;
width: 100%;
background-color: #222;
z-index: 1000;
text-align: center;
display: block;
z-index: 10000;
height: 50px;
font-size: 18px;
line-height: 50px;
text-decoration: none !important;
}
#click_to_call_bar a {
color: white;
text-decoration: none !important;
}
#click_to_call_bar:hover {
text-decoration: none !important;
}
#click_to_call_bar:focus {
text-decoration: none !important;
} #click_to_call_bar span {
font-size: 18px;
margin-right:5px;
vertical-align: sub;
}
} @media (min-width: 737px) {
#click_to_call_bar {
display: none;
}
}