/*
Theme Name: ConferPress child
Template: conferpress
*/

@import url("../conferpress/style.css");
/* Theme customization starts here
-------------------------------------------------------------- */
.single-product .blog-single-page {
    display: none;
}

.woocommerce .custom-header-media  .page-heading img { display: none; }


@media screen and (max-width: 768px){
    .textHP{
        display: none;
    }
}

.nadpisregistrace {
	
	 color:#000000;
	text-decoration: underline;
}

 .site {
            background-color: #000000;
        }


body {
 background-color:#FFFFFF;
}





.entry-content a {
     color: #000000;
}
 
.entry-content a:hover {
     color: #000000;
	
     text-decoration: underline;
}
 
.entry-content a:visited {
     color: #000000;
}


.page-id-9  #nav-menu {
display:none !important;
}

unregister_nav_menu( 'primary' );

#site-header .header-navigation-wrapper, #site-header .mobile-nav-toggle {
	display: none;
}

.wc-block-grid__product-title {
 color: #000000;
}




.woocommerce div.product form.cart .variations label {
 color: #000000;
	display: block;
    font-size: 1.2em;
vertical-align: middle;
    font-weight: bold;
}