/*
Theme Name: Szablon Gmina Brzozow
Theme URI: https://brzozow.pl/
Author: dede.agency
Author URI: https://dede.agency/
Version: 2
Text Domain: wp-bootstrap-starter
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
	margin: 0;
	-webkit-font-smoothing: auto;
	font-family: 'Source Sans Pro', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 2.5rem;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.entry-content blockquote {
	padding: 30px 30px 30px 90px;
	position: relative;
	font-size: 0.95em;
	font-style: italic;
}

.entry-content blockquote p {
	font-style: italic;
}

.entry-content blockquote:after {
	content: '”';
	width: 90px;
	font-family: 'Georgia', serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #333333;
	position: absolute;
	top: 31px;
	left: 0px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*

h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

h2 {
  font-size: 24px;

  line-height: 1.25;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-size: 1.2rem;
} */

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
	margin-bottom: 0;
	background-color: #563d7c;
	/* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1); */
	/* padding: .74rem 1rem; */
}

.navbar-brand>a {
	color: rgba(0, 0, 0, 0.9);
	outline: medium none;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.navbar-brand .site-title .info-name {
	color: #333333;
	font-size: 32px;
	width: 140px;
	display: block;
	white-space: normal;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

.searchwp-live-search-results-showing {
	width: 259px;
}

.search-results .post-wrapper {
	border-bottom: none;
}

.navbar-brand .site-title .info-description {
	font-size: 18px;
	color: #333333;
	display: none;
}

.navbar-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.navbar-brand>a:visited{
	text-decoration: none;
}

.navbar-brand>a:hover {
	text-decoration: underline;
}

#page-sub-header {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 0;
	text-align: center;
	font-size: 1.25rem;
	background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
	line-height: 1.6;
	font-size: 4rem;
	color: #563e7c;
	margin: 0 0 1rem;
	border: 0;
	padding: 0;
}

#page-sub-header p {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 1.25rem;
	font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
	color: #212529;
}

a.page-scroller {
	color: #333;
	font-size: 2.6rem;
	display: inline-block;
	margin-top: 2rem;
}

#menu-menu-1>li {
	padding: 10px 0;
}

.dropdown-menu {
	margin: 0;
	background-color: #0076bc;
	border: none;
	border-radius: initial;
}

.dropdown-menu.show {
	display: block;
}

@media screen and (min-width: 768px) {
	body:not(.theme-preset-active) #page-sub-header h1 {
		font-size: 3.750rem;
	}

	body:not(.theme-preset-active) #page-sub-header {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 992px) {
	#page-sub-header p {
		max-width: 43rem;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
	padding-left: 0;
	padding-right: 0;
}

.dropdown-item {
	width: initial;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
	color: #ffffff;
	padding: 0.5rem;
	font-weight: 500;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
	color: #fff;
	/* font-weight: 600; */
	/*background: #f9f9f9;*/
}

.navbar-brand {
	height: auto;
}

.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
	position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
	display: block;
}

.primary-child-navigation a,
#submenu-content ul li a {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #333333;
	padding-left: 30px;
	display: block;
}

.primary-child-navigation a::before,
#submenu-content ul > li > a::before {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	margin: 6px 10px;
	font-size: 16px;
	line-height: 32px;
	display: inline-block;
	margin-left: -30px;
}

.primary-child-navigation .menu,
#submenu-content .menu{
	list-style: none;
	margin: 0;
	padding: 0;
}



.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
	border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
	float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 6px 0 6px 6px;
}

.dropdown-toggle::after {
	display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.dropdown-item {
	line-height: 1.2;
	padding-bottom: 0.313rem;
	padding-top: 0.313rem;
}

.dropdown-menu {
	min-width: 14.500rem;
}

.dropdown .open .dropdown-menu {
	display: block;
	left: 12.250em;
	top: 0;
}

.dropdown-menu .dropdown-item {
	white-space: normal;
	background: transparent;
	line-height: 1.6;
	color: #ffffff;
}

.dropdown-menu .menu-item:hover,
#menu-menu-1 .menu-item:hover,
.dropdown-menu .menu-item:active,
#menu-menu-1 .menu-item:active {
	background: #2287c3;
}

#menu-menu-1>li:nth-of-type(6) .dropdown-menu {
    left: unset;
    right: 0;
    min-width: 180px !important;
}

#menu-menu-1>li:nth-of-type(6) .dropdown-menu li .dropdown-menu {
    left: 100% !important;
}

@media screen and (min-width: 1200px) and (max-width: 1300px){
	#menu-menu-1>li:nth-of-type(6) .dropdown-menu li .dropdown-menu {
		min-width: 140px !important;
	}
}

.dropdown-toggle.arrow {
	display: none;
}

.dropdown-menu .dropdown-toggle.arrow {
	display: block;
	color: #ffffff;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%) rotate(-90deg);
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.dropdown-menu li>.dropdown-menu {
		right: -9.875rem;
		top: 1.375rem;
	}
}

@media screen and (max-width: 991px) {
	.navbar-nav .dropdown-menu {
		border: medium none;
		margin-left: 1.250rem;
		padding: 0;
	}

	.dropdown-menu li a {
		padding: 0;
	}

	#masthead .navbar-nav>li>a {
		padding-bottom: 0.625rem;
		padding-top: 0.313rem;
	}

	.navbar-light .navbar-toggler {
		border: medium none;
		outline: none;
	}

	#second {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.post-type-archive-wydarzenia #primary {
		order: 1;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-content.card-block {
	padding: 20px;
}

.navigation.post-navigation {
	padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	border: 1px solid #ddd;
	border-radius: 0.938rem;
	display: inline-block;
	padding: 0.313rem 0.875rem;
	text-decoration: none;
}

.post-navigation .nav-next a::after {
	content: " \2192";
}

.post-navigation .nav-previous a::before {
	content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 0.313rem;
	line-height: normal;
	padding: 0.938rem 1.438rem 0.875rem;
	text-decoration: none;
	top: 0.313rem;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	float: right;
	margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
	float: left;
	margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignnone {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
	margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	font-size: 0.875rem;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
	display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: #eee;
	text-decoration: none;
}

.half-rule {
	width: 6rem;
	margin: 2.5rem 0;
}

.widget_categories .nav-link {
	display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* #content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
} */
.sub-page img {
	max-width: 150px;
	margin-right: 20px;
}

.sub-page i.fas {
	line-height: 32px;
	margin-right: 10px;
}

.sticky .entry-title::before {
	content: '\f08d';
	font-family: "Font Awesome\ 5 Free";
	font-size: 1.563rem;
	left: -2.5rem;
	position: absolute;
	top: 0.375rem;
	font-weight: 900;
}

/* .sub-page.d-flex h4 {
	transition: 0.3s;
}

.sub-page.d-flex:hover h4 {
	transform: translateX(20px);
} */

.sticky .entry-title {
	position: relative;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
	margin-top: 0;
}

.post.hentry,
.page.hentry {
	margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
	color: #9a9a9a;
}

.entry-title>a {
	color: inherit;
}

.entry-content a {
	color: #0076bc;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-body .pull-left {
	padding-right: 0.625rem;
}

.comment-list .comment {
	display: block;
}

.comment-list {
	padding-left: 0;
}

.comments-title {
	font-size: 1.125rem;
}

.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
	border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 0.313rem 0.313rem 0;
	text-align: center;
}

.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 0.688rem;
	line-height: 1.063rem;
	margin: 0;
	padding: 0.625rem;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item .gallery-columns-2 {
	max-width: 50%;
}

.gallery-item .gallery-columns-3 {
	max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
	max-width: 25%;
}

.gallery-item .gallery-columns-5 {
	max-width: 20%;
}

.gallery-item .gallery-columns-6 {
	max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
	max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
	max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
	width: 8.313rem !important;
}

.variations_form .variations .value>select {
	margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
	display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.elementor-page .entry-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
	display: none;
}

.vc_desktop #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.vc_desktop .entry-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
#top-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn-link {
	font-weight: 400;
	color: #0077bd;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
}

.card-body .title-22 {

	font-weight: 700;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto #adb5bd;
}

#top-header form {
	border: 1px solid #0076bc;
	border-radius: 50px;
	padding: 5px 20px;
}

input.form-control {
	border: none;
}

.btn:focus {
	outline: 0;
	-webkit-box-shadow: initial;
	box-shadow: initial;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border: none;
	outline: 0;
	-webkit-box-shadow: initial;
	box-shadow: initial;
}

label {
	margin-bottom: 0;
}

.navbar-nav {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header#masthead {
	background-color: #0076bc;
}

.navbar-brand img {
	max-width: 90px;
}

.dropdown-menu a {
	color: #0076bc;
}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/
.carousel-item {
	height: 700px;

	opacity: 1;
}

.carousel-item .gradient {
	background: rgb(255, 255, 255);
	background: -webkit-gradient(linear,
			left top,
			right top,
			from(rgba(255, 255, 255, 0.705)),
			color-stop(34%, rgba(255, 255, 255, 0.452)),
			to(rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0.705) 0%,
			rgba(255, 255, 255, 0.452) 34%,
			rgba(255, 255, 255, 0) 100%);
	height: 100%;
}

.carousel-item .image {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel-caption {
	right: initial;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: initial;
	color: #333333;
	left: calc((100vw - 1140px) /2 + 15px);
	text-align: left;
	right: 50%;
}

.carousel-caption h1 {
	font-weight: 700;
	font-size: 60px;
}

.carousel-caption a,
a.button.video-btn {
	margin-right: 80px;
	margin-top: 40px;
	color: #fd5545;
	font-weight: bold;
	line-height: 36px;
	display: inline-block;
	border: 2px solid #fd5545;
    border-radius: 50px;
    padding: 5px 20px;
	background-color: rgba(255,255,255,0.50);
}

.carousel-caption span i {
	color: #fd5545;
	margin-right: 10px;
	font-size: 36px;
}

.carousel-caption span {
	vertical-align: middle;
}
a.button.video-btn::before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f144";
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

.modal-dialog {
	max-width: 60%;
	margin: 100px auto;
}

.modal-body {
	position: relative;
	padding: 0px;
}

.close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.section-title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}

.title-32 {
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 20px;
}

.title-22 {
	font-size: 18px;
	line-height: 24px;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #333333;
}

#footer-widget h4 {
	font-size: 16px;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

.sidebar-post-wrapper .title {
	font-size: 22px;
	line-height: 22px;
	margin-left: 10px;
}

h1 {
	font-weight: 700;
}

/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/
.home .site-content {
	margin-top: 0;
}

.home .site-content>.container {
	margin: 0 auto;
}

.site-content>.container {
	margin: 50px auto;
}

.linki .col-lg-4 {
	height: 155px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 26px;
	font-weight: 700;
	padding: 0 30px;
}

.linki .col-lg-4 img {
	margin-right: 30px;
	height: initial;
}

.linki .col-lg-4 h4 {
	color: #0076bc;
}

.linki .col-lg-4 h2 {
	color: #0076bc;
	font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.linki .col-lg-4 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.linki .col-lg-4 {
	border-left: 1px solid #0076bc;
}

.linki .col-lg-4:nth-child(1) {
	border: none;
	padding-left: 15px;
}

.linki .col-lg-4:nth-child(3) {
	padding-right: 15px;
}

.linki .row {
	padding: 60px 0px;
}

.linki .full-width {
	background: #0076bc;
	color: #ffffff;
}

#menu-na-skroty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	list-style-image: url(inc/assets/img/arrow.svg);
	list-style-position: inside;
}

#menu-menu-footer1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	list-style-image: url(inc/assets/img/black_arrow.svg);
	list-style-position: inside;
	padding: 0;
}

#menu-na-skroty div,
.menu-na-skroty-container {
	height: 100%;
}

.linki .col-lg-9>div {
	height: 100%;
}

#menu-na-skroty .menu-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	position: relative;
	width: 100%;
}

#menu-menu-footer1 .menu-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
}

#menu-na-skroty .menu-item a {
	color: #ffffff;

	line-height: 30px;
}

section.post-container,
section.events-container,
section.komunikaty {
	padding: 60px 0;
}

.post-wrapper {
	border-bottom: 1px solid #707070;
	display: block;
	margin-bottom: 18px;
}

.featured-post-wrapper.post-wrapper {
	border-bottom: none;
	margin-right: 20px;
	height: 100%;
	border: 1px solid #dddddd;
	border-radius: 3px;
}

.post-wrapper span {
	color: black;
	font-size: 0.8rem;
	padding-bottom: 10px;
}
body.search .post-wrapper span {
	padding-right: 20px;
}
.post-wrapper span a {
	color: black;
}

.post-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	border: 1px solid #dddddd;
	border-radius: 3px;
	height: 205px;
	padding: 30px;
}

a.link,
span.event-category {
	color:#C62929;
	font-weight: 700;
	font-size: 16px;
}

a.post-wrapper p {
	color: #333333;
}

a.post-wrapper:hover {
	text-decoration: underline;
}

.post-wrapper>.d-flex {
	margin: 10px 0;
}

section.events-container {
	margin-top: 95px;
	background: #f2f2f2;
}

span.event-date {
	display: inline-block;
	background: #C62929;
	font-size: 16px;
	color: white;
	font-weight: 700;
	padding: 1px 10px;
	margin-right: 10px;
}

section.komunikaty .post-wrapper {
	border: none;
}

.offices {
	background: #707070;
	padding: 50px 0;
}

.round-image img {
	border-radius: 50%;
	max-width: 120px;
}

.round-image a {
	text-align: center;
	display: block;
	color: #ffffff;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.round-image a:hover{
	text-decoration: underline;
}

.round-image h4 {
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
}

.komunikaty .wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.komunikaty .section-title {
	margin-bottom: 70px;
}

.komunikat {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
}

.events-container .info {
	padding-right: 120px;
}

.events-container .strong {
	font-weight: 700;
	margin-left: 10px;
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/

.sidebar-post-wrapper {
	margin-bottom: 20px;
}

.sidebar-post-wrapper img {
	margin-right: 20px;
	height: 85px;
	width: auto;
}

.sidebar-komunikat .post-wrapper {
	border: none;
}

.sidebar-komunikat .post-wrapper>.d-flex {
	margin: 0;
}

.sidebar .row {
	margin-top: 50px;
}

.sidebar .row:nth-of-type(1) {
	margin-top: 0;
	margin-bottom: 0;
}

.sidebar .post-wrapper {
	height: initial;
}

section.sidebar {
	padding-right: 30px;
	padding-left: 15px;
}

section.sidebar .wrapper {
	margin-top: 40px;
}

.pagination {
	margin: 30px auto 0px auto;
}

.page-numbers.current {
	width: 32px;
	height: 32px;
	background: #C62929;
	border-radius: 50%;
	text-align: center;
	display: block;
	color: #ffffff;
	font-size: 12px;
}

.page-numbers {
	line-height: 32px;
	font-weight: 700;
	margin-right: 15px;
}

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar-aktualnosci {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	height: 100%;
}

#primary .section-title,
#primary .page-template .section-title,
#primary .site-description {
	display: none;
}

/* .site-content {
	margin-top: 50px;
} */

.archive .event-excerpt img,
.blog .news-excerpt img,
.category .news-excerpt img {
	max-width: 150px;
	margin-right: 20px;
}

.blog .news-excerpt img{
	width: 150px;
	height: 150px;
}

.blog .news-excerpt,
.archive .event-excerpt,
.category .news-excerpt {
	margin: 20px 0;
	display: flex;
}

.news-excerpt.d-flex>div {
	width: 100%;
}

.entry-content p {
	margin-top: 15px;
}

/*--------------------------------------------------------------
# Kontakt
--------------------------------------------------------------*/
.contact-form {
	margin-top: 50px;
}

.contact-form input.form-control {
	border: 1px solid #ced4da;
}

.contact-form input {
	line-height: 30px;
	height: initial;
	margin: 15px 0;
}

.contact-form textarea {
	margin: 30px 0;
}

.contact-form h2 {
	font-weight: 700;
}

.contact-form .btn {
	background-color: #0076bc;
	border: none;
	padding: 10px 40px;
}

.contact-form input:focus {
	border: 1px solid #0076bc;
}

.contact-form textarea:focus {
	border: 1px solid #0076bc;
}

/*--------------------------------------------------------------
# Formularze
--------------------------------------------------------------*/

.accordion>.card:last-of-type {

	border: 1px solid rgba(0, 0, 0, .125);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
	font-size: 85%;
	background: #f2f2f2;
}

footer#colophon .social-media {
	color: #fd5545;
	font-size: 25px;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer-widget {
	background: #f2f2f2;
}

body:not(.theme-preset-active) footer#colophon {
	color: black;
	background-color: #f2f2f2;
}

.navbar-dark .site-info {
	color: #fff;
}

.copyright {
	font-size: 0.875rem;
	margin-bottom: 0;
	text-align: center;
}

.copyright a,
footer#colophon a {
	color: inherit;
}

#footer-widget .widget-title {
	font-size: 16px;
	font-weight: 700;
}

#footer-widget {
	padding: 20px 0;
}

#footer-widget .col-md-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

#footer-widget .col-md-3 img {
	width: 90px;
}

body.pojo-a11y-resize-font-130 .carousel-caption h1 {
	font-size: 65px !important;
}

body.pojo-a11y-resize-font-140 .carousel-caption h1 {
	font-size: 67px !important;
}

body.pojo-a11y-resize-font-150 .carousel-caption h1 {
	font-size: 69px !important;
}

body.pojo-a11y-resize-font-160 .carousel-caption h1 {
	font-size: 71px !important;
}

body.pojo-a11y-resize-font-130 .navbar-brand .site-title .info-name {
	font-size: 35px !important;
}

body.pojo-a11y-resize-font-140 .navbar-brand .site-title .info-name {
	font-size: 37px !important;
}

body.pojo-a11y-resize-font-150 .navbar-brand .site-title .info-name {
	font-size: 39px !important;
}

body.pojo-a11y-resize-font-160 .navbar-brand .site-title .info-name {
	font-size: 41px !important;
}
.btnMore{
	color: white;
    padding: 10px 15px;
    background-color: #C62929;
    margin-top: 25px;
    display: inline-block;
}
.btnMore:hover{
	color: white;
	box-shadow: 0 0 5px #707070;
}
.page-id-2513 a.news-excerpt:not(:last-child){
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 767px) {
	#masthead .navbar-nav>li>a {
		padding-bottom: 0.938rem;
		padding-top: 0.938rem;
	}
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
	html {
		font-size: 95%;
	}

	.carousel-caption {
		left: initial;
		padding: 20px;
	}

	.carousel-item {
		height: 60vh;
	}

	.carousel-caption h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 1199px) {
	.navbar-dark .dropdown-item {
		color: #fff;
		display: inline-block;
	}

	.navbar-nav .dropdown-menu {
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
	}

	.searchwp-live-search-results-showing {
		display: none;
	}

	header#masthead {
		padding: .74rem 1rem;
	}

	.dropdown-menu li a {
		color: #fff;
		font-size: 14px;
		padding: 10px;
	}

	#menu-menu-1>li>a {
		font-size: 14px;
	}

	#top-header form {
		display: none;
	}

	form {
		color: #333333;
	}

	div.navbar-toggler {
		background: #ffffff;
		border-radius: 50px;
	}

	.dropdown-toggle.arrow {
		display: inline-block;
		color: #ffffff;
		padding: 6px 10px;
		width: 20px;
		position: absolute;
		right: 15px;
		font-size: 20px;
	}

	#menu-menu-1 .nav-link {
		display: inline-block;
	}

	#hamburger-icon {
		width: 32px;
		height: 16px;
		position: relative;
		display: block;
		margin: 16px auto 16px auto;
	}

	#hamburger-icon .line {
		display: block;
		background: #ecf0f1;
		width: 32px;
		height: 3px;
		position: absolute;
		left: 0;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}

	#hamburger-icon .line.line-1 {
		top: 0;
	}

	#hamburger-icon .line.line-2 {
		top: 50%;
	}

	#hamburger-icon .line.line-3 {
		top: 100%;
	}

	#hamburger-icon:focus .line-1 {
		transform: translateY(-1.5px);
		-webkit-transform: translateY(-1.5px);
		-moz-transform: translateY(-1.5px);
	}

	#hamburger-icon:focus .line-3 {
		transform: translateY(1.5px);
		-webkit-transform: translateY(1.5px);
		-moz-transform: translateY(1.5px);
	}

	#hamburger-icon.active .line-1 {
		transform: translateY(8px) translateX(0) rotate(45deg);
		-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
		-moz-transform: translateY(8px) translateX(0) rotate(45deg);
	}

	#hamburger-icon.active .line-2 {
		opacity: 0;
	}

	#hamburger-icon.active .line-3 {
		transform: translateY(-8px) translateX(0) rotate(-45deg);
		-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
		-moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
	}
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	html {
		font-size: 90%;
	}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
	html {
		font-size: 85%;
	}
}

@media only screen and (max-width: 991px) {
	.linki .col-lg-4 {
		border-top: 1px solid #0076bc;
		border-left: none;
	}

	#second .section-title,
	#second .site-description {
		display: none;
	}

	.page-child #primary .section-title,
	.page-child #primary .site-description {
		display: block;
	}

	section.sidebar {
		padding-right: 0;
		padding-left: 0;
	}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	html {
		font-size: 80%;
	}

	#menu-na-skroty {
		padding-left: 0;
	}

	#menu-menu-footer1 {
		flex-direction: column;
	}

	#menu-na-skroty .menu-item {
		max-width: 100%;
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}

	.section-title {
		margin-bottom: 0;
	}

	.col-lg-8.d-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.featured-post-wrapper.post-wrapper img {
		width: 100%;
	}

	.featured-post-wrapper.post-wrapper {
		margin-right: 0;
	}

	.komunikat {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}

	.search-wrapper {
		display: none;
	}

	section.events-container {
		margin-top: 0;
	}

	.events-container .info {
		padding-bottom: 60px;
	}

	.carousel-item {
		background: #0076bc;
	}

	.carousel-item .gradient {
		background: initial;
	}

	.carousel-item .image {
		height: 60%;
	}

	.carousel-caption {
		top: initial;
		-webkit-transform: none;
		transform: none;
		background: #0076bc;
		width: 100%;
		left: 0;
		padding-top: 20px;
	}

	.carousel-caption h1 {
		font-size: 30px;
		color: #ffffff;
	}

	.carousel-caption a,
	a.button.video-btn {
		color: white;
		margin-right: 20px;
	}

	.carousel-caption span i {
		color: white;
	}

	.linki .row {
		padding: 20px 0;
	}

	.linki .row.second {
		padding: 40px 0;
	}

	section.post-container,
	section.events-container,
	section.komunikaty {
		padding: 30px 0;
	}

	.linki .col-lg-4 {
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
		height: 130px;
		font-size: 20px;

		padding: 0 15px;
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.section-title {
		font-size: 30px;
		line-height: 40px;
	}

	.title-32 {
		font-size: 20px;
		font-weight: 700;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.komunikaty .section-title {
		margin-bottom: 0px;
	}

	a.link,
	span.event-category {
		color: #C62929;
		font-weight: 700;
		font-size: 14px;
	}

	.blog .news-excerpt,
	.archive .event-excerpt,
	.category .news-excerpt {
		display: block;
	}

	.archive .event-excerpt img,
	.blog .news-excerpt img,
	.category .news-excerpt img {
		max-width: 100%;
	}

	p {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	html {
		font-size: 75%;
	}

	.round-image a {
		margin-bottom: 30px;
	}

	.news-excerpt.d-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.carousel-caption h1 {
		font-size: 25px;
	}

	.blog .news-excerpt img {
		max-width: 100%;
	}

	.carousel-caption {
		right: initial;
	}

	.navbar-brand img {
		max-width: 60px;
	}

	#top-header .info-name {
		font-size: 24px;
		line-height: 24px;
	}

	.sub-page.d-flex {
		flex-direction: column;
	}

	.sub-page img {
		height: auto;
		max-width: 100%;
	}

	#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
		border: 2px solid white;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}

	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}