/*
Theme Name: HRAFAPOINT
Theme URI: 
Author: Pavel srne.cz
Author URI: 
Description: Child block theme relying on ONA theme
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ona
Text Domain: hrafapoint
Tags: 
*/

.inline {
    display:inline;
}

.inline-block {
    display:inline-block;
}

html .wp-block-image.alignleft, html .wp-block-image.alignright {
    margin-block-end: 0;
}

.services-top-title-wrapper {
    min-height: 70px;
}

.wp-block-button p {
    margin-block-start: 0;
    margin-block-end: 0.7rem;
}

main {
    padding-top: 0px;
}

@media (min-width:651px ) {
    .services-top-title-wrapper {
        min-height: 35px;
    }    
}
@media (min-width:782px ) {
    .services-top-title-wrapper {
        min-height: 204px;
    }    
}
@media (min-width:1165px ) {
    .services-top-title-wrapper {
        min-height: 125px;
    }    
}
@media (min-width:1443px ) {
    .services-top-title-wrapper {
        min-height: 90px;
    }    
}