/*
Theme Name: Graf Oborniki
Theme URI: https://graf-oborniki.pl
Author: armadadesign.pl
Author URI: https://armadadesign.pl
Description: Templatka dla graf-oborniki.pl
Version: 1.1
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	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: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


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

body {
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif !important;
	letter-spacing: 0.3px;
}




.topmenu {
	top: 0px;
	position: fixed;
	z-index: 222;
	background: #1f3b61 url("assets/img/home-bg.jpg") top center !important;
	padding-top: 120px;
	padding-bottom: 40px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	
}

.home .topmenu {
	padding-top: 120px;
	padding-bottom: 0px;
	background: none !important;
}

.topmenu-fixed {
	padding: 10px 0px 10px 0px;
	top: 0px;
	position: fixed;
	z-index: 222;
	background: #1f3b61;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.logo {
	margin-top: 0px !important;
}

img.logo2  {
	padding-top: 6px;
}

.topmenu .col-md-3, .topmenu .col-md-1 {
	padding: 0;
}

.topmenu-fixed .col-md-3, .topmenu-fixed .col-md-1 {
	padding: 0;
}

.notice {
	font-size: 17px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 300 !important;
	display: block;
}

.topmenu-fixed .notice {
	display: none;
}

.navbar {
	padding: 0 !important;
	min-height: auto !important;
}

.oferta-lane a {
	color: #1f3b61;
	display: block;
	font-size: 14px;
	margin-bottom: -20px;
	height: 70px;
	padding: 15px;
	background: #f2f2f2;
	border: 1px solid #ccc;
	line-height: 18px !important;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.oferta-lane a:hover {
	background: #1f3b61;
	color: #fff;
	text-decoration: none !important;
}

.navbar li a {
	background-image: url("assets/img/navbar-li-a.png");
	background-color: #fff;
	background-position:  top right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 15px 15px !important;
	font-weight: 300 !important;
	color: #1f3b61 !important;
	font-size: 17px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.navbar li.menu-item-31 a {
	background-color: #1f3b61;
	color: #fff !important;
}

.navbar li.menu-item-31 a .fas {
	padding-right: 5px !important;
	font-size: 17px;	
}

.navbar li a:hover {
	background-color: #1f3b61;
	color: #fff !important;
}

h2 {
	font-size: 60px !important;
	font-weight: 700 !important;
	line-height: 50px !important;
	color: #193153;
	letter-spacing: -1px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 70px;
	display: inline-block;
	margin-bottom: 50px !important;
}

h2 span {
	font-size: 60px !important;
	font-weight: 200;
	display: block;
	
}

h2.normal {
	font-size: 60px !important;
	font-weight: 700 !important;
	line-height: 50px !important;
	color: #193153;
	letter-spacing: -1px;
	border-bottom: 0px solid #ccc;
	padding-top: 50px;
	padding-bottom: 0px;
	margin-bottom: 10px !important;
	display: block;
	text-align: center;
}

h2.normal span {
	font-size: 60px !important;
	font-weight: 200;
	display: inline;
}

.post-edit-link {
	display: none !important;
}

article {
	padding: 0 !important;
	line-height: 35px;
	font-size: 18px;
	font-weight: 300;
	margin-top: 260px;
}

article.type-post  {
	padding: 0 !important;
	line-height: 35px;
	font-size: 18px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: -30px !important;
}

.category-promocje #main {
	padding: 0 !important;
	line-height: 35px;
	font-size: 18px;
	font-weight: 300;
	margin-top: 138px;
}

.offer-menu {
	margin-top: 260px;
	border: 1px solid #eee;
	background: #fafafa;
}

.offer-menu h3 {
	font-weight: 300 !important;
	font-size: 20px !important;
	padding: 20px 0px;
	color: #000;
	text-transform: uppercase;
}

.offer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.offer-menu ul li {
	border-top: 1px dotted #eee;
}

.promo-slider {
	margin-top: 30px;
}


.offer-menu ul li a {
	border-top: 1px dotted #eee;
}

.offer-menu ul li.current-menu-item a {
	background: #1f3b61;
	color: #fff; 
}


.offer-menu ul li a {
	display: block;
	width: 100%;
	text-align: left;
	padding: 6px 0px 6px 0px;
	font-weight: 500;
	color: #555;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.5px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	
}

.offer-menu ul li a:before {
	content: url("assets/img/check.png");
	margin-right: 10px;	
	display: inline-block;
	margin-top: -3px;
}

.offer-menu ul li a:hover {
	background: #eee;
	text-decoration: none;
	padding: 6px 0px 6px 10px;
}

.entry-meta {
	font-size: 14px !important;
	font-weight: 300 !important;
	margin-top: -20px;
	display: none;
}

footer.entry-meta {
	display: none;
}

article.type-post h1 {
	font-size: 35px;
	text-align: left;
}

.home article {
	margin-top: 40px;
}

.home .entry-title {
	display: none;
}

.col-md-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.oferta {
	background: url("assets/img/oferta.jpg") top center no-repeat;
	text-align: center;
	font-size: 18px;
	padding-bottom: 80px;
}

.white {
	margin-top: 50px !important;
	margin-left: -25px;
	text-align: left;
	font-size: 15px;
}

.white .sa_owl_theme .owl-nav .owl-prev {
    background: none !important;
}

.white h3 {
	color: #1f3b61 !important;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.promo-banner {
	margin-top: 20px;
	margin-bottom: 20px;
}

.promo-banner img {
	width: 100% auto !important;
}

.stopka {
	background: #1f3b61;
	color: #fff;
	padding-top: 40px;
		line-height: 25px;
	font-size: 17px;
	padding-bottom: 40px;
}

.stopka h2 {
	color: #fff;
}
.stopka ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 300;
	padding-bottom: 20px;
}

.kontakty ul li {
	color: #7ca1c4;
}

.kontakty ul {
	border-bottom: 1px dotted #7ca1c4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.kontakty ul:nth-child(4) {
	border-bottom: 0px solid #fff;	
}

.kontakty li span {
	color: #fff;
}

.data {
	margin-top: 30px;
	margin-bottom: 30px;
}

.stopka iframe {
    filter: grayscale(100%);
    border: 1px solid #000 !important;
    padding: 10px !important;
}


article p {
	font-size: 17px;
	line-height: 29px !important;
	color: #222;
}

article h3 {
	text-transform: uppercase;
	font-weight: 300;
	text-transform: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-top: 0px;

	padding-bottom: 10px;
}

.entry-title {
	text-align: center;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 55px !important;
	font-size: 60px;
	color: #1f3b61;
	letter-spacing: -1px;
	font-weight: 300;
	padding: 30px 0px;
	margin-bottom: 20px;
}


#main .post, #main .page {
    border: 0px solid #eee !important;
}

.copyrights {
	background: #132845;
	color: #fff;
	padding-top: 40px;
		line-height: 25px;
	font-size: 17px;
	padding-bottom: 40px;
	text-align: center;
}

.copyrights a {
	color: #7ca1c4;
}

.copyrights a:hover {
	color: #7ca1c4;
	text-decoration: none;
}

.read-more a {
	background: #1f3b61;
	color: #fff !important;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none !important;
	margin-top: 20px;
}

h3.pt-cv-title a {
	color: #1f3b61 !important;
	font-size: 35px !important;
	font-weight: 300 !important;
}

.pt-cv-wrapper {
	padding: 0px 20px;
}

.pt-cv-content {
	font-size: 18px !important;
	font-weight: 300 !important;
} 

.pt-cv-readmore {
	 background: #1f3b61 !important;
	 border-radius: 0px !important;
	 border: 0px solid #fff !important;
	 margin-top: 20px;
}

.post {
	display: block !important;
	margin-top: 200px !important;
	
}

.post .entry-content {
	padding-bottom: 40px !important;
}

.main-text {
	margin-bottom: 50px;
}

.main-text p {
	font-size: 16px !important;
}

.main-text h3 {
	font-size: 16px;
	text-align: center;
	background: #eee;
	padding-top: 12px;
}

.main-text ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-text ul li {
	line-height: 25px;
	
	font-size: 16px;
	border-bottom: 1px dotted #eee;
	padding: 5px 0px 5px 20px !important;
	background: url("assets/img/check.png") 0px 14px no-repeat;
}

.notranslate {
	font-weight: 300 !important;
	font-family: 'Roboto Condensed', sans-serif !important;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	h2 {
		font-size: 35px !important;
		display: block;
		line-height: 35px !important;
		text-align: center;
		border-bottom: 0px solid #ccc;
		padding-bottom: 30px;
		margin-bottom: 30px !important;
	}
	
	article p {
		text-align: center;
		padding: 0px 15px;
		font-size: 16px;
		line-height: 22px;
	}
	
	h2 span {
		font-size: 35px !important;
		display: block;
		line-height: 35px !important;
		text-align: center;
	}	
	
	h2.normal {
		font-size: 35px !important;
		line-height: 35px !important;
		text-align: center;
	}
	
	h2.normal span {
		font-size: 35px !important;
		line-height: 35px !important;
		text-align: center;
	}
	
	article h3 { 
		text-align: center;	
	}
	
	.white {
		margin-left: 0px;
		text-align: center;
	}
	
	.notice {
		display: none;
	}
	
	.stopka {
		text-align: center;
	}
	

	
	.sa_owl_theme .owl-nav .owl-prev {
		left:-10px !important;
	}
	.sa_owl_theme .owl-nav .owl-next {
		right:-10px !important;
	}
	
	
	.slide-img {
		margin-top: 79px;
		text-align: center;
		margin-bottom: 5px;
	}
	
	.main-slider-text {
		background-color: #1e395e;
		padding-bottom: 20px;
	}
	
	.main-slider-text h2 {
		color: #fff;
		text-align: left !important;
		padding-top: 20px;
		font-size: 21px !important;
		font-weight: 700 !important;	
		letter-spacing: -0.5px;
		line-height: 24px !important;
	}
	
	.main-slider-text p {
		color: #7ca1c4;
		text-align: left;
		font-size: 17px;
		padding-top: 0px;
		font-weight: 300;
		line-height: 22px;
		margin-top: -50px;
	}
	
	.topmenu {
		background-color: #1f3b61 !important;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.home .topmenu {
		padding-top: 0px;
		background-color: #1f3b61 !important;
	}
	
	.topmenu-fixed {
		padding: 0px 0px 0px 0px;
		background-color: #1f3b61 !important;
	} 
	
	
	
	.main-slider-text a {
		background: #fff;
		color: #1f3b61;
		display: block;
		text-align: center;
		font-weight: 300;
		font-size: 18px;
		padding: 6px;
		
	}
	.navbar-toggler {
		display: inline-block;
		position: fixed;
		right: 20px;
		top: 10px;
		border-radius: 0px !important;
		background: #1f3b61 !important;
		border: 2px solid #fff !important;
		z-index: 4444;
		
	}
	.navbar-collapse {
		margin-top: 30px;  
	}
	
	.navbar-collapse li a {
		background: #1e395f;
		color: #fff !important;
		text-align: center;
		border-top: 1px solid #3c5676;
		padding: 7px 0px 7px 0px !important;
	}
	
	.bars {
		padding-top: 1px;
	}
	
	.bar {
		height: 2px;
		background: #fff;
		display: block;
		margin-top: 5px;
	}
	
	.navbar-collapse li.menu-item-31 a {
		background-color: #fff !important;
		color: #1f3b61 !important;
	}	
	
	
	img.logo {
		padding: 15px 10px 15px 0px !important;
	}
	
	img.logo2 {
		padding: 20px 0px 10px 0px !important;
	}

	
	article {
			margin-top: 0px;
	}
	
	article.type-post  {
		padding: 0 !important;
		line-height: 24px !important;
		font-size: 18px;
		font-weight: 300;
		margin-top: -10px;
		
		margin-bottom: 0px !important;
	}
	
	article.type-post h1 {
		text-align: center; 
		background: #f2f2f2;
		font-size: 25px;
		margin-bottom: 20px;
	} 
	
	.category-promocje #main {
		margin-top: 0px;	
	}
	
	.category-promocje #main .page-title {
		display: none; 
	}
	
	.offer-menu {
		margin-top: 0px; 
	}
	
	.offer-menu h3 {
		padding: 10px 0px 5px 20px; 
		text-align: left;
	}
	
	
	.offer-menu ul li a {
		text-align: left;
		padding-left: 20px;
	}
	
	.entry-title {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 0px;
	}
	
	.post {
		display: block !important;
		margin-top: 20px !important;
		
	}
	
	.slide-img img {
		height: 270px !important;
	}	
	

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	h2 {
		font-size: 35px !important;
		display: block;
		line-height: 35px !important;
		text-align: center;
		border-bottom: 0px solid #ccc;
		padding-bottom: 30px;
		margin-bottom: 30px !important;
	}
	
	article p {
		text-align: center;
		padding: 0px 15px;
		font-size: 16px;
		line-height: 22px;
	}
	
	h2 span {
		font-size: 35px !important;
		display: block;
		line-height: 35px !important;
		text-align: center;
	}	
	
	h2.normal {
		font-size: 35px !important;
		line-height: 35px !important;
		text-align: center;
	}
	
	h2.normal span {
		font-size: 35px !important;
		line-height: 35px !important;
		text-align: center;
	}
	
	article h3 { 
		text-align: center;	
	}
	
	.white {
		margin-left: 0px;
		text-align: center;
	}
	
	.notice {
		display: none;
	}
	
	.stopka {
		text-align: center;
	}
	

	
	.sa_owl_theme .owl-nav .owl-prev {
		left:-10px !important;
	}
	.sa_owl_theme .owl-nav .owl-next {
		right:-10px !important;
	}
	
	
	.slide-img {
		margin-top: 67px;
		text-align: center;
		margin-bottom: 5px;
	}
	
	.slide-img img {
		
		height: 270px !important;
	}	
	
	.main-slider-text {
		background-color: #1e395e;
		padding-bottom: 20px;
	}
	
	.main-slider-text h2 {
		color: #fff;
		text-align: left !important;
		padding-top: 20px;
		font-size: 21px !important;
		font-weight: 700 !important;	
		letter-spacing: -0.5px;
		line-height: 24px !important;
	}
	
	.main-slider-text p {
		color: #7ca1c4;
		text-align: left;
		font-size: 17px;
		padding-top: 0px;
		font-weight: 300;
		line-height: 22px;
		margin-top: -50px;
	}
	
	.topmenu {
		background: #1f3b61 !important;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.home .topmenu {
		padding-top: 0px;
		background: #1f3b61 !important;
	}
	
	.topmenu-fixed {
		padding: 0px 0px 0px 0px;
		background: #1f3b61 !important;
	} 
	
	
	
	.main-slider-text a {
		background: #fff;
		color: #1f3b61;
		display: block;
		text-align: center;
		font-weight: 300;
		font-size: 18px;
		padding: 6px;
		
	}
	
	
	.navbar-toggler {
		display: inline-block;
		position: fixed;
		right: 20px;
		top: 10px;
		border-radius: 0px !important;
		background: #1f3b61 !important;
		border: 2px solid #fff !important;
		z-index: 4444;
		
		
	}
	.navbar-collapse {
		margin-top: 5px;
		margin-left: -15px;
		margin-right: -15px;  
	}
	
	.navbar-collapse li a {
		background: #1e395f;
		color: #fff !important;
		text-align: center;
		border-top: 1px solid #3c5676;
		padding: 7px 0px 7px 0px !important;
	}
	
	.bars {
		padding-top: 1px;
	}
	
	.bar {
		height: 2px;
		background: #fff;
		display: block;
		margin-top: 5px;
	}
	
	.navbar-collapse li.menu-item-31 a {
		background-color: #fff !important;
		color: #1f3b61 !important;
	}	
	
	
	img.logo {
		padding: 15px 10px 15px 0px !important;
	}
	
	img.logo2 {
		padding: 20px 0px 10px 0px !important;
	}
	
	
	
	article {
			margin-top: 0px;
	}
	
	article.type-post  {
		padding: 0 !important;
		line-height: 24px !important;
		font-size: 18px;
		font-weight: 300;
		margin-top: -10px;
		
		margin-bottom: 0px !important;
	}
	
	article.type-post h1 {
		text-align: center; 
		background: #f2f2f2;
		font-size: 25px;
		margin-bottom: 20px;
	} 
	
	.category-promocje #main {
		margin-top: 0px;	
	}
	
	.category-promocje #main .page-title {
		display: none; 
	}
	
	.offer-menu {
		margin-top: 0px; 
	}
	
	.offer-menu h3 {
		padding: 10px 0px 5px 20px; 
		text-align: left;
	}
	
	
	.offer-menu ul li a {
		text-align: left;
		padding-left: 20px;
	}
	
	.entry-title {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 0px;
	}
	
		
	.post {
		display: block !important;
		margin-top: 20px !important;
		
	}
	
	.pt-cv-content {
		line-height: 24px;
		font-size: 18px !important;
		font-weight: 300 !important;
	} 
	
	.oferta-lane a {
		margin-bottom: 0px;
		height: auto;
		padding: 10px 0px;
	}

	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}