/*
Theme Name: CEO style
Author: creationet.eu
Author URI: http://www.creationet.eu/
Description: CEO style template
Version: 1.0
License:
License URI:

*/


@import url('https://fonts.googleapis.com/css2?family=Lora&family=Playfair+Display&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora&family=Playfair+Display&display=swap');

body {
	font-family: 'Lora', serif;
	font-size: 18px;
	line-height: 1.7;
	color: #111;

	/* font-family:'Roboto',sans-serif;
	font-weight:300;
	font-size:16px;
	font-weight:300;
	color:#000; */
	line-height:20px;
}
.navbar-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:5px 25px;
}

.navbar-nav li {
  list-style: none;
}

.navbar-nav a {
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
}



a {
	color:#000;
	text-decoration:underline;
	transition-duration:0.3s;
}

a:hover {
	color:#a2a2a2;
	text-decoration:underline;
	transition-duration:0.3s;
}

p {
	font-size:16px;
	font-weight:300;
	color:#000;
	line-height:20px;
	padding:0px 0px 19px 0px;
	margin:0px;
}

p b, p strong {
	font-weight:600;
} 




h1 {
	font-family:'Playfair Display SC',serif;
   font-size:34px;
	font-weight:400;
   color:#000;
	line-height:38px;
   margin:25px 0px 30px 10px;
	padding:0px 0px 0px 0px;
	/* text-transform:uppercase; */
}

h2 {
   font-size:20px;
	font-weight:500;
   color:#000;
	line-height:23px;
   margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

h3 {
	font-family:'Playfair Display SC',serif;
   font-size:16px;
	font-weight:400;
   color:#000;
	line-height:20px;
   margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	/* text-transform:uppercase; */
}





h4 {
   font-size:24px;
	font-weight:700;
   color:#202859;
	line-height:25px;
   margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

h5 {
   font-size:20px;
	font-weight:700;
   color:#202859;
	line-height:21px;
   margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

h6 {
   font-size:18px;
	font-weight:700;
   color:#202859;
	line-height:20px;
   margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}




article h1 {
	font-size:34px;
	line-height: 1.2em;
	text-align: left;
	margin: 22px 0;
	padding: 0;
}

article h2 {
	font-size:30px;
	line-height: 1.2em;
	text-align: left;
	margin:20px 0;
	padding: 0;
}

article h3 {
	font-size:28px;
	line-height: 1.2em;
	text-align: left;
	margin:18px 0;
	padding: 0;
}

article h4 {
	font-size:26px;
	line-height: 1.2em;
	text-align: left;
	margin:18px 0;
	padding: 0;
}

article h5 {
	font-size:22px;
	line-height: 1.2em;
	text-align: left;
	margin:18px 0;
	padding: 0;
}

article h6 {
	font-size:18px;
	line-height: 1.2em;
	text-align: left;
	margin:18px 0;
	padding: 0;
}




article blockquote {
/* 	font-family:'Playfair Display SC',serif !important; */
	font-size:18px;
	font-weight:500;
	line-height: 24px;
	margin:2.5em 0;
	padding: 0 0 0 22px;
	position: relative;
}


article blockquote::before {
	content: '"';
	font-size: 120px;
	color: #1a3c6b;
	margin:0 0 10px -40px;
	padding-top: 10px;
	display: block;
}


article blockquote::after {
	content: '';
	width: 2px;
	height:calc(100% - 36px);
	background: #bcbcbc;
	border-radius: 0;
	left:0;
	top:42px;
	position: absolute;
}

article blockquote p {
	font-family:'Playfair Display SC',serif !important;
	font-size:22px;
	font-weight:400;
	line-height: 1.4em;
}
@media (min-width: 768px) {
	article blockquote p {
		font-size:26px;
	}
}

article blockquote p:last-child {
	margin: 0;
	padding: 0;
}



::-moz-selection {
	color:#fff;
	background:#000;
}

::selection {
	color:#fff;
	background:#000;
}

::-moz-selection {
	color:#fff;
	background:#000;
}





header {
/* 	min-height:130px; */
	/* border-bottom:1px solid #bcbcbc; */
	position: relative;
}





.navbar-brand img {
    width:94px;
    height:99px;
	 margin:7px 0px 0px 10px;
}

.top-brand {
	display: block;
}

.top-brand img {
	max-width:200px;
	height: auto;
}
@media (min-width: 768px) {
	.top-brand img {
		max-width: 300px;
	}
}

#menu-main-menu {
	margin:10px 0px 0px 0px;
	padding:0px;
}

#menu-main-menu li {
}

#menu-main-menu li a {
	font-family:'Roboto Condensed',sans-serif;
	font-size:16px;
	font-weight:400;
	color:#1d1d1b;
	text-decoration:none;
	margin:0px 10px;
	text-transform:uppercase;
}

#menu-main-menu li a:hover {
	color:#a2a2a2;
}




.header-social {
	top:35px;
	right:7px;
	position:absolute;
}

.header-social ul {
	margin:0px;
	padding:0px;
}

.header-social ul li {
	list-style:none;
	display:inline-block;
	margin:0px 10px;
}

.ico-facebook {
	width:10px;
	height:21px;
	background:url('images/ico-facebook.svg') no-repeat;
	background-size:10px 21px;
	display:block;
}

.ico-twitter {
	width:21px;
	height:16px;
	background:url('images/ico-twitter.svg') no-repeat;
	background-size:21px 16px;
	display:block;
}

.ico-linkedin {
	width:19px;
	height:19px;
	background:url('images/ico-linkedin.svg') no-repeat;
	background-size:19px 19px;
	display:block;
}

.ico-instagram {
	width:21px;
	height:21px;
	background:url('images/ico-instagram.svg') no-repeat;
	background-size:21px 21px;
	display:block;
}

.ico-pin {
	width:16px;
	height:21px;
	background:url('images/ico-pin.svg') no-repeat;
	background-size:16px 21px;
	display:block;
}

.ico-mail {
	width:30px;
	height:21px;
	background:url('images/ico-mail.svg') no-repeat;
	background-size:30px 21px;
	display:block;
}


.search-nl {
	width:300px;
	bottom:10px;
	right:0px;
	position:absolute;
}

.search {
	float:right;
	position:absolute;
}

.search input {
	outline:none;
}

.search input[type=search] {
   -webkit-appearance:textfield;
   -webkit-box-sizing:content-box;
   font-family:inherit;
	font-size:100%;
}

.search input::-webkit-search-decoration, .search input::-webkit-search-cancel-button {
	display:none;
}

.search input[type=search] {
	background:url('images/ico-search.svg') no-repeat;
	background-size:19px 19px;
   border:none;
   -webkit-transition:all .5s;
   -moz-transition:all .5s;
   transition:all .5s;
}

.search input[type=search]:focus {
    width:100px;
    background-color:#fff;
    -webkit-box-shadow:0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow:0 0 5px rgba(109,207,246,.5);
    box-shadow:0 0 5px rgba(109,207,246,.5);
}


.search input:-moz-placeholder {
    color: #999;
}
.search input::-webkit-input-placeholder {
    color: #999;
}

.search input[type=search] {
	width:100px;
	background:url('images/ico-search.svg') no-repeat;
	background-size:19px 19px;
	background-position:3px 3px;
	line-height:23px;
   border:1px solid #fff;
   cursor:pointer;
}

.search input[type=search]:hover {

}

.search input[type=search]:focus {
	width:100px;
   padding-left:32px;
   color:#000;
   border:1px solid #000;
   cursor:auto;
}

.search input:-moz-placeholder {
   color:transparent;
}

.search input::-webkit-input-placeholder {
	color:transparent;
}

#mc4wp-form-1 {
	width:140px;
	right:0px;
	text-align:right;
	float:right;
}

.nl {
	width:140px;
	border:1px solid #000;
	padding-left:6px;
}

.nl-sub {
	width:35px;
	text-align:left !important;
	font-size:10px;
	border:none;
	background:none;
	margin:-23px 0px 0px -45px;
	position:absolute;
}


#mc_embed_signup {
	/* position:absolute !important; */
}

#mc_embed_signup .mc-field-group {
    width:140px !important;
    padding-bottom:0% !important;
    min-height:0px !important;
}

#mc_embed_signup .email {
	width:140px !important;
	border:1px solid #000 !important;
	border-radius:0px !important;
	padding:1px 0px 1px 6px !important;
}

#mc-embedded-subscribe {
	background:none !important;
	color:red !important;

	width:35px !important;
	text-align:left !important;
	font-size:10px !important;
	border:none !important;
	margin:-23px 0px 0px -45px !important;
	position:absolute !important;
}





.sep-b {
	width:65px;
	height:1px;
	line-height:1px;
	background:#000;
	margin:0 auto 10px auto;
}

.author {
	font-size:14px;
	font-style:italic;
}



#main-slider {
	margin:0px 0px 55px 0px;
	position:relative;
}

#main-slider img {
	width:auto;
   height:430px;
   object-fit:cover;

}
@media (min-width:768px) {
	#main-slider img {
		height:500px;
	}
}

@media (min-width:1200px) {
	#main-slider img {
		height:520px;
	}
}

#main-slider .carousel-inner {
    overflow:visible;
}

#main-slider .carousel-indicators {
	bottom:-10px;
}

#main-slider .carousel-indicators li {
	width:11px;
	height:11px;
	background:#ccc;
	display:block;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:0px 3px 0px 3px;
}

#main-slider .carousel-indicators .active {
	background:#000;
}

#main-slider .carousel-control-prev {
	width:28px;
	height:78px;
	background:url('images/prev.png') no-repeat;
	opacity:1.0;
   filter:alpha(opacity=100);
	/* top:176px; */
	top:calc(50% - 60px);
	left:-14px;
}

#main-slider .carousel-control-next {
	width:28px;
	height:78px;
	background:url('images/next.png') no-repeat;
	opacity:1.0;
   filter:alpha(opacity=100);
	top:176px;
	right:-14px;
}


#main-slider .carousel-control-prev2 {
	font-size:14px;
	font-weight:700;
	color:#201d17;
	text-decoration:none;
	text-transform:uppercase;
	margin:16px 0px 0px 10px;
	display:block;
}

#main-slider .carousel-control-next2 {
	font-size:14px;
	font-weight:700;
	color:#201d17;
	text-decoration:none;
	text-transform:uppercase;
	right:10px;
	bottom:0px;
	position:absolute;
}

#main-slider .active {
	/* position:relative; */
}

#main-slider .prev-title {
	max-width: 48%;
	font-size:14px;
	font-weight:400;
	line-height: 1.2em;
	color:#201d17;
	text-decoration:none;
	top:calc(100% + 40px);
	left:10px;
	position:absolute;

}

#main-slider .next-title {
	max-width: 48%;
	font-size:14px;
	font-weight:400;
	line-height: 1.2em;
	color:#201d17;
	text-align: right;
	text-decoration:none;
	top:calc(100% + 40px);
	right:10px;
	position:absolute;
}

#main-slider .prev-title a, #main-slider .next-title a {
	text-decoration:none;
	pointer-events:none;
	cursor:default;
}







.single-title {
	/* font-family:'Roboto',sans-serif; */
	font-weight:500;
	font-size:30px;
	text-align:center;
	text-transform:none;
	margin:38px 0px 12px 0px;
}

.single .author {
	font-style:normal;
	text-align:center;
	margin:0px 0px 15px 0px;
}

.single-main {
	width:100%;
	height:100%;
	background-size:contain;
}

.single-content {
		margin-top:12px;
	}
@media (min-width:576px) {
	.single-content {
		margin-top:22px;
	}
}

.single {
	min-height:300px;
}

.single-share {
	position:-webkit-sticky;
   position:sticky;
   top:20px;
	margin:0px 0px 30px 0px;

	min-height: 37px;
	display: block;
}


.popular {
	position:-webkit-sticky;
   position:sticky;
   top:20px;
	margin:0px 0px 0px 0px;
}

.popular h3 {
	/* font-family:'Roboto',sans-serif; */
	font-size:28px;
	font-weight:300;
	line-height:33px;
	text-align:center;
	text-transform:none;
	padding:6px 0px 12px 0px;
	border-top:1px solid #bcbcbc;
	border-bottom:1px solid #bcbcbc;
	margin:0px 0px 20px 0px;
}

.popular a img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.popular > .row > div {
	margin-bottom:34px;
}
.popular-title {
	padding-left:0px;
}
.popular-title a {
	text-decoration:none;
}


.alm-load-more-btn {
	display:none;
}



.size-full {
	width:100%;
	max-width:666px;
	height:auto;
	padding:20px 0px;
}

.wp-caption {
	position:relative;
}
.wp-caption img {
	width:100%;
}

.wp-caption-text {
	width:100%;
	max-width:666px;
	font-size:13px;
	font-weight:400;
	color:#fff;
	background:#1a3c6b;
	padding:5px 10px 9px 12px;
	margin-bottom:20px;
	bottom:0px;
	position:absolute;
}

.wp-caption-text-single {
	width:100%;
	font-size:13px;
	font-weight:400;
	line-height:16px;
	color:#fff;
	background:#1a3c6b;
	padding:20px 25px 19px 25px;
	margin-bottom:0px;
	bottom:0px;
	position:absolute;
}

.alignright {
	float:right;
	margin:0px 0px 0px 20px;
}

.alignleft {
	float:left;
	margin:0px 20px 0px 0px;
}




.zobacz-takze-title {
	color:#fff;
	background:#1a3c6b;
	padding:7px 0px 6px 0px;
	margin:40px 0px 12px 0px;
	text-align:center;
}

.zobacz-takze-list {
	margin:0px 0 30px 0;
	padding:0px;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
@media (min-width:768px) {
	.zobacz-takze-list {
		margin:0;
	}
}

.zobacz-takze-list li {
	width: 100%;
	display:inline-block;
	list-style:none;
	
	padding:0px;
	margin:0px;
	vertical-align:top;
}
@media (min-width:768px) {
	.zobacz-takze-list li {
		max-width:calc(33.3333% - 13.34px);
		flex:0 0 calc(33.3333% - 13.34px);
	}
}

.zobacz-takze-list li:last-child {
	margin:0px;
}

.zobacz-takze-list li a {
	text-decoration:none;
}

.zobacz-takze-list img {
	width:100%;
	height:auto;
	aspect-ratio: 4 / 3;
	object-fit:cover;
	margin: 0 0 10px 0;
}

.zobacz-takze-desc {
	font-size:16px;
	font-weight:700;
	text-decoration:none;
	text-align:center;
	margin:16px 0px;
}


/*

.zobacz-takze {
	font-size:14px;
	font-weight:300;
	color:#000;
	background:#efefef;
	margin:40px 0px;
	height:125px;
}

.zobacz-takze a {
	font-size:14px;
	font-weight:300;
	color:#000;
	text-decoration:none !important;
}

.zobacz-takze a h4 {
	font-size:16px;
	font-weight:300;
	color:#000;
	padding:22px 10px 10px 15px;
	text-decoration:none !important;
}

.zobacz-takze a h2 {
	font-size:14px;
	font-weight:300;
	color:#000;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

.zobacz-takze img {
	width:180px;
	height:125px;
	object-fit:cover;
	margin:0px 0px 0px 135px;
	position:absolute;
}

.zobacz-desc {
	width:280px;
	margin:-65px 0px 0px 350px;
	line-height:16px;
	position:absolute;
}
*/




footer {
	min-height:65px;
	border-top:1px solid #bcbcbc;
	padding:20px 0px 30px 0px;
	margin:100px 0px 0px 0px;
}

.footer-menu {
	margin:0px;
	padding:0px;
}

.footer-menu li {
	margin:0px 8px;
	padding:0px;
	display:inline-block;
}

.footer-menu li a {
	font-size:12px;
	font-weight:400;
	text-decoration:none;
	display:inline-block;
}





.clr {
	clear:both;
}


@media (max-width: 575.98px) {



	.navbar-brand img {
    	width:66px;
	   height:70px;
		margin:77px 0px 0px -15px;
	}

	.navbar-toggler {
		width:40px;
		height:40px !important;
		background:url('images/burger.svg') center no-repeat;
		background-size:40px 40px;
		margin:0px 0px 0px 0px;
		padding:0px;
		/* top:115px; */
		top:-60px;
		right:0px;
		border:none;
		border-radius:0px;
		position:absolute;
		outline:none !important;
		z-index:999;
	}

	#menu-main-menu.navbar-nav {
   	margin:20px 0px 20px 0px;
	display: block;
	}

	#menu-main-menu li {
   	text-align:center;
	}

	#menu-main-menu li a {
		padding:10px 0px;
		display:block;
	}





	.header-social {
		top:5px;
		text-align:center;
		display:block;
		margin:0 auto;;
	}

	.header-social > a {
		background-size:10px 10px !important;
		}

	.search-nl {
		top:40px;
		height:22px;
		position:absolute;
	}

	.search-nl form {
		right:0px;
		top:30px;
	}

	.search input {
	outline:1px solid #000;

}

	


	#main-slider .prev-title, #main-slider .next-title {
	 	display:none !important;
	}




	.popular-title {
		padding:0px 15px;
	}
	.size-full {
		width:100%;
		height:auto;
	}

	.wp-caption {
		width:100% !important;
		position:relative;
	}
	.wp-caption img {
		width:100%;
		padding:20px 0px;
	}

	.wp-caption-text {
		width:100%;
		margin-bottom:20px;
	}



	




}

@media (min-width: 576px) and (max-width: 767.98px) {


	.navbar-toggler {
		width:40px;
		height:40px !important;
		background:url('images/burger.svg') center no-repeat;
		background-size:40px 40px;
		margin:0px 0px 0px 0px;
		padding:0px;
		top:-60px;
		right:0px;
		border:none;
		border-radius:0px;
		position:absolute;
		outline:none !important;
		z-index:999;
	}

	#menu-main-menu.navbar-nav {
   	margin:20px 0px 20px 0px;
	display: block;
	}

	#menu-main-menu li {
   	text-align:center;
	}

	#menu-main-menu li a {
		padding:10px 0px;
		display:block;
	}



	.header-social {
		top:15px;
	}

	.search-nl {
		top:50px;
		height:22px;
		position:absolute;
	}


	.size-full {
		width:100%;
		height:auto;
	}

	.wp-caption {
		width:100% !important;
		position:relative;
	}
	.wp-caption img {
		width:100%;
		padding:20px 0px;
	}

	.wp-caption-text {
		width:100%;
		margin-bottom:20px;
	}


	#main-slider .prev-title, #main-slider .next-title {
	 	display:none !important;
	}


	




}

@media (min-width: 768px) and (max-width: 991.98px) {

	.header-social {
		top:15px;
	}

	.search-nl {
		bottom:50px;
	}

	



	.size-full, .wp-caption-text, .wp-caption {
	    max-width:410px;
		 margin-bottom:20px;
	}

	



}

@media (min-width: 992px) and (max-width: 1199.98px) {




	.nl {
		width:120px;
	}

	.search-nl {
		width:270px;
	}

	.nl-sub {
	    margin:0px 0px 0px -45px;
	}





	


	.size-full, .wp-caption-text, .wp-caption {
	    max-width:556px;
		 margin-bottom:20px;
	}



}

@media (min-width: 1200px) {





}



.alm-listing {
	display: flex;
	gap:30px;
	flex-wrap: wrap;
}



.blog-infinity {
	flex: 0 0 100%;
	max-width:100%;
}
@media (min-width: 576px) {
.blog-infinity {
	flex: 0 0 calc(50% - 15px);
	max-width: alc(50% - 15px);
}
}
@media (min-width: 992px) {
	.blog-infinity {
		flex: 0 0 calc(33.3333% - 20px);
		max-width: calc(33.3333% - 20px);
	}
}


.alm-listing .ceo-blog article {
	margin: 0 !important;
}


.ceo-blog a {
	text-decoration:none;
	transition-duration:0.3s;
}

.ceo-blog a:hover h2, .ceo-blog a:hover h3, .ceo-blog a:hover p {
	color:#a2a2a2;
	transition-duration:0.3s;
}

.ceo-blog img {
	width:100% !important;
	height:auto;
	aspect-ratio: 4 / 3;
	object-fit:cover;
	margin:0px 0px 10px 0px;
	transition-duration:0.3s;
}

.ceo-blog a:hover img {
	opacity:0.7;
   	filter:alpha(opacity=70);
}

.ceo-blog p {
	margin:0px 0px 10px 0px;
	padding:0px;
}






.carousel-caption.slider-content {
	width:100%;
	height:auto;
	background:rgba(255,255,255,0.8);
	bottom:0px;
	left:0px;
	color:#000;
	padding:18px 20px 24px 20px;
}
@media (min-width: 768px) {
	.carousel-caption.slider-content {
		padding:24px 30px 34px 30px;
	}
}

.slidet-title {
	font-family:'Playfair Display SC',serif;
	font-size:22px;
	color:#000;
	line-height:1.2em;
	text-transform:uppercase;
	margin:0px 0px 12px 0px;
}
@media (min-width: 768px) {
	.slidet-title {
		font-size:26px;
	}
}
@media (min-width: 1200px) {
	.slidet-title {
		font-size:30px;
	
	}
}

.slider-content span p {
	/* font-family:'Playfair Display SC',serif; */
	font-size:14px;
	font-weight:400;
	line-height:1.2em;
	margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	.slider-content span p {
		font-size:16px;
	}
}

#main-slider .author {
	margin:12px 0px 0px 0px;
	bottom:0px;
}

.slider-content a {
	text-decoration:none;
	display: block;
}

/* .slider-content a:hover span p {
	color:#a2a2a2;
} */



.alm-listing.alm-ajax.ceo-blog article h3 {
	display: none;
}

.alm-listing.alm-ajax.ceo-blog article h2 {
	font-size: 22px;
	text-align: center;
	margin: 0 0 12px 0;
}

.alm-listing.alm-ajax.ceo-blog article p {
	/* font-family: 'Roboto', sans-serif !important; */
	font-size: 14px !important;
	font-weight: 400 !important;
	margin: 0 0 10px 0 !important;
}