/* TAGS */
a:focus,
input:focus,
textarea:focus{
	border: none !important;
	outline: none !important;
}

/* CUSTOM */
#header-background{
	background-attachment: fixed;
}

.light{
	font-weight: 300;
}

.custom-button a{
	padding: 10px 35px;
}

hr.separator{
	margin: 20px 0;
	width:20%;
	background-color:#23366F;
	margin:0;
	height:3px;
}

/* TABLE */
table thead tr{
	border-bottom: 2px solid #dee2e6;
}

table tbody tr{
	border-bottom: 1px solid #dee2e6;
}

/* POST DETAIL */
.page-header{
	color: #23366F;
  font-size: 32px;
	font-family: "Raleway", Sans-serif;
  font-weight: 400;
  line-height: 1.6em;
	text-transform: uppercase;
}

.single-entry-summary p{
	color: #23366F;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;	
}

.post-meta{
	display: flex;
	padding-top: 5px;
}

.post-meta span,
.post-meta a{
	color: #23366F;
	display: inline-block;
}

.post-meta .byline:before{
	color: #23366F;
	content: ", ";
	display: inline-block;
}

/* PREDSTAVENSTVO, FINANCNY, TECHNICKY USEK PAGE */
#predstavenstvo a,
#financny-usek a,
#technicky-usek a,
#investicny-usek a{
	color: #23366F;
	font-weight: 500;
}

#predstavenstvo .member-container,
#financny-usek .member-container,
#technicky-usek .member-container{
	padding-bottom: 25px;
}

/* DOKUMENTY PAGE */
#dokumenty ul li a{
	color: #23366F;
	font-size: 18px;
	text-decoration: underline;
	display: block;
}

#dokumenty ul li span{
	display: block;
	padding-bottom: 5px;
}

#dokumenty ul li span a{
	font-size: 16px;
	display: inline;
}

/* OCHRANA OVZDUSIA PART */
#o-spolocnosti .links a,
.list li a{
	color: #23366F;
	text-decoration: underline;
}

/* KONTAKT PART */
#kontakt input,
#kontakt textarea{
	padding: 5px 10px;
	margin-bottom: 15px;
	border: 1px solid #e1e1e1;
  font-weight: 300;
	font-size: 14px;
}

#kontakt input[type=submit]{
	color: #fff;
	font-weight: 600;
  width: 180px;
	background-color: #23366f;
	border: none;
}

#kontakt input[type="submit"]:hover{
	box-shadow: none;
}

#kontakt .submit-container{
	display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#kontakt .submit-container .ajax-loader{
	visibility: hidden !important;
}

#kontakt ul{
	columns: 2;
}

#kontakt a{
	color: #23366f;
}

/* FOOTER PART */
footer {
	background-color: #23366f !important;
	border-top: 1px solid #ccc;
  padding: 15px;
	margin: 0;
  clear: both;
}

footer p{
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

footer a{
	color: #fff;
	font-weight: bolder;
}

/* HEADER PART */
#site-navigation,
#site-navigation.shrink{
	background-color: #23366f;
}

#site-navigation{
	min-height: 65px;
}

.site-branding-logo{
	background-color: #fff;
	padding: 25px 20px 20px 20px;
  margin-bottom: -50px;
	box-shadow: 0px 0px 20px #0000001a;
}

/* HEADER MENU LINKS */
#site-navigation .menu-item a{
	padding-top: 30px;
	padding-bottom: 18px;
	color: #fff;
  font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
}

#site-navigation #menu-header a:before,
#site-navigation #menu-header li.active a:before{
	display: block;
	content: "";
	height: 3px;
	width: 35px;
	background-color: #edbb22;
	transition: 0.5s all ease;
	position: absolute;
  top: 20px;
}

#site-navigation #menu-header a:before{
	opacity: 0;
}

#site-navigation #menu-header > li > a:hover:before,
#site-navigation #menu-header > li.active > a:before,
#site-navigation #menu-header > li > ul > li a:hover:before,
#site-navigation #menu-header > li > ul > li.active a:before{
	opacity: 1;
}

#site-navigation .navbar-nav li:hover .dropdown-menu{
	border-top: none;
}

#site-navigation .dropdown-menu{
	border: none;
	padding: 0;
	right: -140px;
}

#site-navigation .dropdown-menu .menu-item a{
	color: #24366f;
	padding: 14px 20px;
}

#site-navigation .dropdown-menu .menu-item.active a,
#site-navigation .dropdown-menu .menu-item.active{
	background-color: #f5f5f5;
}

#site-navigation .dropdown-menu .menu-item{
	position: relative;
}

#site-navigation .dropdown-menu .menu-item a:before,
#site-navigation .dropdown-menu .menu-item.active a:before{
	top: 8px !important;
}

/* Contact Form 7 */
.wpcf7-not-valid-tip{
	font-size: 12px;
}

/* POST elementor part */
.elementor-post__card{
	padding: 10px !important;
	box-shadow: 0px 0px 10px #0000001a;
}

.elementor-post__text{
	display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.elementor-post__title{
	text-align: center;
	margin: 5px 0 34px 0 !important;
}

.elementor-post__title a{
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.elementor-post__read-more{
	background-color: #edbb22;
  color: #fff !important;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600 !important;
	border: none;
	margin: 0;
	position: absolute;
  bottom: -45px;
}

.elementor-post__thumbnail__link{
	border: none;
	margin: 0 !important;
}

.elementor-posts .elementor-post__card{
	overflow: initial;
}

.elementor-posts--thumbnail-top .elementor-post{
	margin-bottom: 20px;
}

.elementor-post__meta-data{
	display: none;
}

.elementor-post-date{
	color: #24366f;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
  display: block;
}

.post a{
	color: #24366f;
	font-weight: 500;
	border: none;
}

/* Responsive Carousel */
#carousel-94 .style6{
	background-color: #fff !important;
	box-shadow: 0px 0px 10px #0000001a;
	margin-bottom: 30px;
}

#carousel-94 .rpc-content{
	text-align: center;
	margin-bottom: -20px;
}

#carousel-94 .rpc-title{
	font-size: 18px !important;
}

#carousel-94 .rpc-date{
	padding-top: 15px;
  display: block;
  text-align: center;
}

.wcp-carousel-main-wrap .slick-track a.read-more{
	background-color: #edbb22;
  color: #ffff;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 14px;
	font-weight: 600;
}

.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-title{
	text-align: center;
	margin-bottom: 20px !important;
}

.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-category,
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-date i{
	display: none !important;
}

.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-date{
	float: none !important;
}

.slick-prev, .slick-next{
	box-shadow: none;
}

.slick-list{
	margin-left: -10px !important;
}


.slick-slide:focus,
.style6:focus,
.read-more:focus,
.rpc-title:focus,
.rpc-post-image:focus{
	outline: none !important;
}

/* Enter Your Custom CSS Here */
::selection {
	background: #23366f;
	color:#fff; /* WebKit/Blink Browsers */
}
::-moz-selection {
	background: #23366f; /* Gecko Browsers */
	color:#fff;
}

/*HIDE reCaptcha*/
.grecaptcha-badge {
	visibility: hidden !important;
}
/*MEDIA QUERIES*/
@media (max-width: 1366px) {

}

/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {


}

@media (max-width: 1024px) {

	.tablet-pt-20{
		padding-top: 20px;
	}
	
	#kontakt ul{
		columns: 1;
	}
	
	#site-navigation .menu-item a{
		color: #23366f;
		font-size: 18px;
    line-height: 1.4 !important;
	}
	
	#site-navigation #menu-header a:before, #site-navigation #menu-header li.active a:before{
		top: 2px !important;
	}
	
	#menu-item-243 > a{
		display: none;
	}
}

/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {



}

/*
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {



}

/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (max-width: 767px) {

	#tepelna-pohoda .custom-button a{
		width: 200px;
	}
	
	#kontakt .submit-container{
		justify-content: center;
	}
	
	#site-navigation .menu-item a{
		font-size: 14px;
	}
}

/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (max-width: 420px) {

}
/*MEDIA QUERIES - END*/

/*
*
*
* NO WRITE UNDER
*
*
* /