/*menu*/
.top-header {
	margin-top: 10px!important;
}
.info-sidebar p {
    margin-bottom: 0rem;
}

.info-sidebar {
    display: flex;
	flex-basis: 100%;
}

.info-sidebar section {
    width: 100%;
}
.svg-main {
    height: 25px;
    display: flex;
    padding-right: 5px;
    margin-top: 1px;
}

.info-sidebar :where(.wp-block-columns.is-layout-flex) {
    row-gap: 0.5em;
	column-gap: 0.5em;
}

.main_cotact :where(.wp-block-columns) {
    margin-bottom: 0.5em;
}

.top-header .widget {
    margin-bottom: 0.5em;
}

.bottom-header {
	background-color: #252b3a;
}

.social-menu a {
color: #006bb5;
text-align: center;
padding-top: 10px;
text-decoration: none;
height: 50px;
}

.social-menu a:hover {
color: #006bb5;
}

.social-menu li {
    list-style: none;
    display: block;
    margin: 0;
	padding-left: 5px;
	width: auto;
}

.social-menu ul {
    list-style: none;
    display: block;
    margin: 0;
	padding-left: 0px;
}

.social-menu .dashicons {
    font-size: 3em;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	height: auto;
}

.social-menu .dashicons:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
   -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/*Footer*/
.main-bg-footer {
	background-color: #252b3a;
}

/*search*/
.wp-block-search__button svg {
	height: 1.5em;
}
.main-search .widget {
    margin: 0.25em 0 0.25em;
}
.main-search .aligncenter {
    margin-bottom: 0;
}

.main-search .form-control {
	background-color: #393f4f;
}

.main-search .form-control:focus {
	background-color: #393f4f;
	color: #fff;
}

.main-search button, input[type="button"] {
	border: none;
	color: #fff;
}


/*logo*/


.custom-logo-link img {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #fff;
}

.site-branding {
	text-align: center;
}

/*banery*/

.parallax-home {
	width: 100%;
	height: 700px;
}

.parallax-main {
	width: 100%;
	height: 70vh;
}

.parallax-2 {
	width: 100%;
	height: 70vh;
	background-attachment: fixed;
	background-position: top; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: 0;
}

.main-box-2 {
	width: 100%;
	height: 70vh;
}

.parallax {
	width: 100%;
	height: 40vh;
	position: relative;
}
	
.parallax img {
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

.parallax-1 {
	width: 100%;
	height: 40vh;
	background-attachment: fixed;
	background-position: top; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: 0;
}

.parallax-post {
	width: 100%;
	height: 70vh;
	background-attachment: inherit;
	background-position: top; 
	background-repeat: no-repeat; 
	background-size: contain;
	margin-top: 0;
}

.baner-box {
	width: 100%;
	height: 70vh;
}

/*Responsywność*/
@media all and (max-width: 1140px) {
.parallax-2 {
	 width: 100%;
    background-attachment: inherit;
}
.parallax-1 {
	 width: 100%;
    background-attachment: inherit;
}

.parallax {
    width: 100%;
    height: 50vh;
}

.baner-box {
    width: 100%;
    height: 50vh;
}
.info-sidebar p {
    margin-bottom: 0rem;
    font-size: 1em;
    line-height: 1.4;
}
.top-header .col-md-4 {
		width: 30%;
	}
}

@media all and (max-width: 768px) {
	#main-header .row {
		width: auto!important;
	}
	.adress, .open {
	display: none;
	}
	
.social-menu .dashicons {
    font-size: 2em;
    text-decoration: none;
}
	.top-header .col-sm-4 {
		width: 30%;
	}
	.top-header .col-sm-6 {
		width: 50%;
	}
	.top-header .col-sm-2 {
		width: 20%;
	}
	
	.top-header .col-sm-0 {
		width: 0%;
	}
	
	.main-contact p {
	text-align: left;
	}
	
	.info-sidebar p {
    margin-bottom: 0rem;
    font-size: 0.9em;
    line-height: 1.3;
}
}
