/*
Theme Name: converio-child
Template: converio
*/
 
@import url("../converio/style.css");

@font-face {
    font-family:BebasNeue;
	font-style: normal;
	font-weight: normal;
    src: url("http://witcherschool.com/wp-content/themes/converio/fonts/BebasNeue.otf") format("opentype");
}

.main-header {
	background-color:#000 !important;
}

.text_area {
	background-color:#000;
	color:#FFF;
	font-size:14px;
	padding:10px;
	text-align:center;
}

.text_area_slider {
	background-color:#000 !important;
	color:#000;
	font-size:14px;
	text-align:justify;
}

.text_area_main {
	background-color:#191c21;
	color:#FFF;
	font-size:14px;
	padding:10px;
	text-align:justify;
}

.text_area_2 {
	background-color:#000;
	color:#FFF;
	font-size:14px;
	padding:10px;
	text-align:justify;
}

a:link, a:visited, a:hover, a:active {
	color:#FFF;	
}

.underline_header {
	font-size:36px;
	font-family:BebasNeue !important;
	line-height:40px;
	text-transform:capitalize;
}

p {
	margin-top:0px !important;
	margin-bottom:10px !important;
}

.h1 nav.mainmenu li.menu-item.mi-depth-0 > .submenu-trigger, .h1 nav.mainmenu li.page_item.pi_depth_0 > .submenu-trigger {
	padding-top:50px !important;
	color:#CCC !important;
	font-size:16px;
}

header li.menu-item.mi-depth-0 > .submenu-trigger, header li.page_item.pi_depth_0 > .submenu-trigger {
	border-bottom:none !important;
}

header li.menu-item.mi-depth-0 > .submenu-trigger, header li.page_item.pi_depth_0 > .submenu-trigger {
	border-bottom:none !important;
}

.wpcf7-form {
	margin-left:50px;
	margin-right:50px;
}

.wpcf7 .wpcf7-form input[type="text"], .wpcf7 .wpcf7-form input[type="email"], .wpcf7 .wpcf7-form input[type="url"], .wpcf7 .wpcf7-form input[type="date"], .wpcf7 .wpcf7-form input[type="number"], .wpcf7 .wpcf7-form input[type="range"], .wpcf7 .wpcf7-form span.select, .wpcf7 .wpcf7-form span.file-input {
	width:94% !important;
	float:left !important;
	max-width:none !important;
	
}

.wpcf7 .wpcf7-form [type="submit"] {
	margin-top:20px;
	color:#FFF;
	background-color:#000;	
}

a:hover { 
    background-color: transparent;
}

.formularz {
	background-color:#FFF;
	margin-top:20px;
	padding:10px;
	text-align:left;
	color:#000;
}