/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.1
*/


/* =Theme customization starts here
------------------------------------------------------- */

/********  GLOBALNE  ********/

body {
    
}
.et_pb_section {
	background: none;
}


.et_pb_post {
	border-bottom: 1px solid #eaeaea;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.et_mobile_menu {
	margin-top: 5px;
}

#main-content .container:before {
	background-color: #eaeaea;
}

.entry-content ul, #left-area ol, .entry-content ol, .et-l--body ol, .et-l--footer ol, .et-l--header ol {
	line-height: inherit;
	list-style-position: outside;
    padding-left: 36px;
}

#main-content {
	padding: 50px 0;
}

#main-content .container {
	width: 90%;
}



body.contrast .et_pb_cta_0.et_pb_promo h2 {
	color: #fff !important;
}


.et-l--footer .et_pb_widget_area_left {
	border: none;
}

.et-l--footer .et_pb_widget_area_left .et_pb_widget {
	margin-bottom: 0;
}

body.contrast .et_pb_section_1_tb_footer.et_pb_section {
	background: #000 !important;
}
body.contrast img {
	   
}

body.contrast #mobile_menu1 {
	background: #333 !important;
}

body.contrast .et_pb_menu__logo img {
	background: none !important;
}

body.contrast .et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li a {
	border-color: #00b0FF !important;
}

body.contrast .et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li a:visited {
	border-color: #00FFFF !important;
	color: #00FFFF !important;
}

/********  cookie  ********/


#cookie-notice {
    bottom: 20px !important;
    margin: 0 auto !important;
    right: 0 !important;
    background: none !important;
    font-size: 1em !important;
}

.cookie-notice-container {
    font-size: 90%;
    font-weight: 500;
    line-height: 1.5;
    background: #fff;
    text-align: left;
    width: 35% !important;
    position: relative;
    box-shadow: 0 4px 32px rgb(0 0 0/22%);
    border-radius: 8px;
    padding: 2em 2em 1.5em 2em;
    right: 0;
    float: right;
    margin-right: 140px;
    margin-bottom: 35px;
}

.cookie-notice-container .cn-close-icon {
    margin: 0;
    right: 1em;
    top: 1em;
}

#cookie-notice .cookie-btn {
    background: #322C36;
    color: #fff !important;
    font-weight: 600;
    margin: 0.5em 1em 0.5em 0;
    padding: 1em 3em;
    border-radius: 6px;
    font-size: 1em;
}


.col-sm-6, .col-sm-12, .col-xs-12 {
    display: inline-block;

}

.col-sm-6 {
    width: 50%;
    float: left;
    padding: 0.5em;
}

.col-sm-12 {
    width: 100%;
    padding: 0.5em;
}

input[type=file]::file-selector-button {
    padding: 1em 2em;
    color: #322c36;
    border: 2px solid #322c36;
    background-color: transparent;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1em;

}



.formularz-kontaktowy .wpforms-field-description {
    font-size: 11px !important;
}

.formularz-kontaktowy div.wpforms-container-full input[type=text],
.formularz-kontaktowy div.wpforms-container-full input[type=email],
.formularz-kontaktowy div.wpforms-container-full select,
.formularz-kontaktowy div.wpforms-container-full textarea,
.formularz-kontaktowy .wpforms-container .wpforms-field-description.wpforms-disclaimer-description {
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    
}

.formularz-kontaktowy div.wpforms-container-full .wpforms-confirmation-container-full {
    background: #c1b084;
    border: none;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
}

.formularz-kontaktowy div.wpforms-container-full button[type=submit] {
    padding: 1em 2em;
    color: #322c36 !important;
    border: 2px solid #322c36;
    background-color: transparent !important;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1em;
    height: auto;
}



@media (max-width: 990px) {
    .col-xs-12 {
        width: 100%;
        padding: 0.5em;
    }
}


@media (max-width: 990px) {
    .cookie-notice-container {
        width: 90% !important;
        margin: 0 auto 3em auto;
        float: none;
    }
}

@media (max-width: 767px) {

#left-area h2.entry-title {
	font-size: 1.5em;
	
}
	#sidebar h4.widgettitle {
		font-size: 1.2em;
	}
	.et_pb_post>h2 {
		padding-bottom: 10px;
	}
	
	
	
}


