/*!
Theme Name:   Deborah Child
Template:     deborah
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Put your custom CSS styles below... */

/* ciarky okolo stredneho z 3 bodov - titulka */
/*@media (min-width: 782px) {
	.wp-block-column.stredny-bod {
		border-width: 0 1px 0 1px;
		border-color: lightgrey;
		border-style: solid;
	}
}*/

.site-header .search-form {
display: none;
}

@media (min-width: 960px) {
	.site-header .search-form {
		display: block;
		visibility: hidden;
	}
}	

@media (min-width: 1280px) {
    .site-header-content {
        max-width: var(--layout_width_content);
    }
}

ins, mark {
    margin: 0;
}

/*
.title-mark-evanjelium a {
    text-decoration: underline;
    color: var(--color_accent)!important;
}

.title-mark-evanjelium a:hover {
    color: black!important;
}
*/

.uvod-hodnoty-nadpisy {
	margin-top:0!important;
}
	
:root {
	--intro_padding_overlaid_header: 40vh;
}	

@media (min-width: 1280px) {
    .has-navigation-mobile .main-navigation-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1279px) {
    .menu-toggle {
		left: 100%;
        bottom: initial;
        top: 0;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        background: none;
        box-shadow: none;
        /*color: var(--color_accent) !important;*/
		color: black!important;
        border: 0;
        font-size: 1.5em;
		padding: 1.3rem;
    }
	
	.menu-toggle:hover {
        color: var(--color_accent) !important;
    }
	
	.buttons-navigation {
    	display: none;
	}
}

@media (max-width: 479px) {
	h1#deborahinclusive-church {
		font-size: 2em!important;
	}
}