/*
Theme Name: Post Bellum
Theme URI: https://www.postbellum.cz
Description: Wordpress custom template
Author: Miroslav Belányi
Author URI: https://www.belanyi.sk
Version: 1.0
*/

@import url("fonts/fonts.css");

@import url("css/external/venobox.min.css");
@import url("css/external/slick.css");

@import url("css/normalize.css");
@import url("css/blocks.css");

@import url("css/colors.css");

@import url("css/forms.css");
@import url("css/repairs.css");
@import url("css/basic.css");
@import url("css/elements.css");
@import url("css/single.css");
@import url("css/header.css");
@import url("css/typography.css");
@import url("css/footer.css");
@import url("css/buttons.css");

@import url("css/custom.css");



/*Následující css mění newsletter formulář od smartmailingu na homepage */
#se-webform-7.se-webform .se-submit button, #se-webform-7.se-webform .se-submit div.se-fake {
    background: #3D5A7D !important;
    border-radius: 0px !important; 
   
}

.main-content ul li:before {
	    width: 0 !important;
}


#se-webform-7.se-webform.se-has-image-aside .se-webform-inner .se-submit > * {
    text-transform: uppercase !important;
    text-shadow: 0px 0px 0px #4cb1f1 !important;
	font-style: normal !important;
}