/* Introduir el CSS personalitzat aquí */
/* Custom CSS (mibbo)
-------------------------------------------------------------- */

.home-welcome h1 {
    font-size: 46px;
    font-weight: 300;
    text-transform: none;
    color: #333;
    font-family: "Open Sans" !important;
    margin-top: 40px;
}
.site-title {
    font-family: "Marck Script",Arial,Helvetica,sans-serif !important;
    font-size: 32px;
    font-weight: 400;
    padding-left: 5px;
    margin: 30px 0 5px;
    border-bottom: none;
}

.site-description {
    display: none;
}

.home.hello-pro-green .top {
    	background-image: none !important;
    	padding-top: 0; !important;
}
.dashicons, .dashicons-before::before {
    line-height: 1.1;
    color: #7fa2a3;
}


p.more-from-category a,.hello-pro-green button, .hello-pro-green input[type="button"], .hello-pro-green input[type="reset"], .hello-pro-green input[type="submit"], .hello-pro-green .button, .hello-pro-green .entry-content .button {
    background-color: #7fa2a3;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    font-size: 20px;
    color: #FFF;
    text-transform: none;
    font-family: "Marck Script",Arial,Helvetica,sans-serif !important;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 20px;
    text-transform: none;
    width: auto;
}

p.more-from-category a:hover {
    background-color: #d4f2f3;
    border: none;
    text-decoration: none;
    color: #000;
}


.home-cta h3, .home-cta p {
    text-align: center;
}

.home-cta h3 {
    font-family: "Marck Script",Arial,Helvetica,sans-serif !important;
    font-weight: 400;
    font-size: 48px;
}

.home-cta p {
    font-family: "Open Sans" !important;
}

.hello-pro-home .featured-content .entry {
    margin-bottom: 18px;
}


.hello-pro-green .sidebar-primary .widget .widget-title,.hello-pro-green .home-headline {
    background-color: #F0F0F0;
}

.hello-pro-green .footer-widgets, .hello-pro-green .sidebar-primary .widget .widget-title,.hello-pro-green .home-headline {
    background-color: #DDDDDD;
}

.home-portfolio img {
    padding: 0;
}

.hello-pro-green .site-footer {
    background-color: #FFF;
    background-image: none;
}
/*Jonathan 05/04/2017 modificacion entradas*/
.entry-content hr {
    margin-bottom: 30px;
    border-color: #7FA2A3;
}