/*
 Theme Name:   Studio Psicologia Deninno
 Template:     generatepress
 Version:      0.1
*/


:is(h1, h2, h3, h4, h5, h6), .balance {
    text-wrap: balance;
}

p, div, blockquote, li {
    text-wrap: pretty;
}

@media (max-width: 768px) {
    /* CSS in here for mobile only */
	.site-description {
		font-size: 20px;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}

.main-navigation .main-nav ul li.evidenza a {
    color: #F9CF59;
}

.studioadress {
	margin-bottom: 20px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:100%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.blog .content-area article .entry-summary:not(:first-child), .blog .content-area article .post-image:not(:first-child) {
	margin-top: .5em;
}