/****************************************************************************
 * Fonts
 ***************************************************************************/


 @font-face {
   font-family: 'LatoRegular';
   font-stretch: normal;
   font-style: normal;
   font-weight: 400;
   src: url('../webfonts/Lato-Regular.eot');
   src: url('../webfonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/Lato-Regular.woff2') format('woff2'), url('../webfonts/Lato-Regular.woff') format('woff'), url('../webfonts/Lato-Regular.ttf') format('truetype'), url('../webfonts/Lato-Regular.svg#latoregular') format('svg');
 }
 

 @font-face {
   font-family: 'LatoRegular';
   font-stretch: normal;
   font-style: normal;
   font-weight: 700;
   src: url('../webfonts/Lato-Bold.eot');
   src: url('../webfonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/Lato-Bold.woff2') format('woff2'), url('../webfonts/Lato-Bold.woff') format('woff'), url('../webfonts/Lato-Bold.ttf') format('truetype'), url('../webfonts/Lato-Bold.svg#latobold') format('svg');
 }


 
body {
	margin:0px;
	padding:0px;
	font-size: 16px !important;
    line-height: 22px !important;
	font-weight: 400 !important;
	background:#fff;
	color: #0a0a0a;
	font-family: 'LatoRegular';
	letter-spacing: 0px !important;
}

input, textarea{
	font-family: 'LatoRegular';
}

a:hover{
	color:#000;
}
a,a:focus,a:hover,a:visited,a:active{
	text-decoration:none;
	outline:none;
}
a:focus {
  color:#8e753a;
}
img{
	outline:none;
	border:none;
	max-width:100%;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;		
	font-weight:normal;
	letter-spacing: 0px;	
}

ul, ol {
    margin-bottom: 2rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

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

.clear{
	clear:both;	
}

#page{
	max-width:100%;
	margin:0px auto;	
}

.no-js #loader {
	display: none;
}
input[type='text'],
input[type='email'],
input[type='password'],
textarea{
	
}
select{
	
}
.btn{
		
}
.safari .no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/preloader.gif) center no-repeat #fff;
}


.container{
	width: 1170px;
	margin: 0px auto;
	max-width: 96%;
	padding: 0px 15px;
	border:0px solid grey;
}

#page-content{
	margin-bottom: 50px;
}

.mobile_header_main:focus,.header-navigation-wrapper.header_mobile_menu,button:focus{
	outline: none;
}

/*footer css*/

#site-footer {
    margin-top: 70px !important;
}

.footer-nav-widgets-wrapper.header-footer-group{
border:none;
margin: 0;
}
.footer-widgets-outer-wrapper{
	padding: 0;
}
.footer_logo .widget.widget_media_image{
margin-top: 33%;
}
.custom_main_footer .to-the-top{
	display: block;
	text-align: right;
	position: absolute;
    bottom: 20px;
    right: 18px;
     background-color: #c1233b;
    border-radius: 50%;
   /* bottom: 15px;*/
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
    height: 36px;
    opacity: 0;
    position: fixed;
   /* right: 20px;*/
    text-align: center;
    width: 36px;
    z-index: 9;
}

.custom_main_footer .to-the-top img{
	transform: rotate(-90deg);
    height: 16px;
    margin: 10px;
}

.to-the-top.visible{
	opacity: 1;
	transition: all 0.5s;
}


.footer_main .widget {
    margin-top: 0;
}

.footer{
	
	width: 100%;
}
.widgets_first .widget.widget_text,.widgets_middle aside{
	width: 33.33%;
	padding-left: 0px;
	padding-right: 20px;
}
.footer_main .widgets_first,.footer_main .widgets_middle{
	
	width: 100%;
	display: inline-flex;
}



.footer_main{
	 background-color: #3b3b3b;
    color: #fff;
    padding: 40px 0 0 0;
    position: relative;
}
#site-footer{
	margin: 0;
	padding: 0;
}
.foo_sec_content .img_link{
	display: inline-flex !important;
}
.foo_sec_content .img_link img{
	margin: 0px 17px 0px 0px;
}
.footer h6{
	margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    
  
}


.pagination-wrapper{
	width: 100%;
     margin: 40px auto 30px auto;
}
.pl_s_pagination {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.pagination-wrapper ul {
    list-style: none;
}

.pl_s_pagination li{
	display: flex;
}

.pl_s_pagination li:not(:last-child) {
    margin-right: 14px;
}

.pl_s_pagination li .page-numbers {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
	align-self: center;
}

.pl_s_pagination .next_icon:after{
	content: '';
	background-image: url('../images/right-arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: block;
}

.pl_s_pagination .prev_icon:after{
	content: '';
	background-image: url('../images/prev-arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: block;
}



.img_link a{
   font-weight: 700;
}
.contact p{
	/*font-weight: 400;*/
}

.foo_sec_content{
	margin-bottom: 93px;

}
.img_link a,.contact p{
	font-size: 16px;
    line-height: 22px;
     color: #fff;
	 font-family: 'LatoRegular' !important;
}
.contact_email p{
display: inline-flex;
margin-top: 20px;

}
 .footer_main a{
	color: #fff!important;
}
/*.foo_sec_content h6:after{
	 content: url('../fonts/lato/Lato-Regular.woff2');
}*/

ul#menu-footer_menu li{
	display: inline-block;
	margin: 0px 12px;
}
ul#menu-footer_menu{
	text-align: right;
    padding: 7px 0px;
   
}
ul#menu-footer_menu li a{
	 font-size: 18px!important;
    line-height: 25px!important;
    font-weight: 400!important;
}
.contact_email a{
	font-weight: 700;
}
/*footer css end*/









/*header css*/
.header-top ul li a:hover {
    color: #ccc;
}
.header_top_section_content{
	display: flex;
}
.custom_header .header-titles-wrapper{
	display: block;
}
.custom_header .header-inner{
	display: block;
	width: unset;
}
.custom_header ul.primary-menu{
justify-content: unset;
margin: 0;
}
.custom_header .header-inner .toggle-wrapper::before{
	display: none;
}
.custom_header .header-navigation-wrapper{
padding: 19px 0px 0px 0px;
}

.custom_header .primary-menu li { 
    padding: 11px 18px;
    margin: 0;
	font-weight: 700;   
}

.custom_header .primary-menu li:first-child {
    padding-left: 0;

}
.custom_header .site-logo{
margin: 0px 0px 0px 0px;
width: 272px;
}

.custom_header .header-inner.section-inner{
	padding: 35px 0px 0px 0px;
}

header#site-header{
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #fff;
}
.custom_header .header-titles-wrapper{
width: 100%;
display: inline-flex;
max-width: 100%;
margin: 0px auto;
justify-content: space-between;
padding: 0;
}

.custom_header .header-titles{
margin: 0;
}
.custom_header .banner_img{
	display: inline-flex;
}


 .idea_exchange_btn a{
	background-color: green;
    padding: 10px 51px;
    min-width: 296px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
	border-radius: 25px;
	box-shadow: 0px 3px 6px 4px rgb(0,0,0,0.16);
}

.idea_exchange_btn{
	text-align: right;
	
}

.custom_header .search-toggle .toggle-icon, .custom_header .search-toggle svg{
	height: 15px;
	width: 15px;
}
.haeder_top_section {
    background-color: #444;
    padding: 0 0 5px;
}
.header-top ul {
    position: relative;
    margin: 0;
    width: 100%;
    list-style: none;
}
.header-top ul li {
    /*display: -moz-inline-stack;*/
    display: inline-block;
    /*vertical-align: top;*/
    zoom: 1;
   /* *display: inline;*/
    vertical-align: middle;
    line-height: 14px;
    position: relative;
    margin: 0px 30px 0px 0px;
    list-style: none;
}
.header-top ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
}

/*header search form*/
/*.admin-bar .search-modal.active{
left: unset;
right: 8%;
position: absolute;
width: 250px;
top: unset;
}
.search-modal{
	transition: unset;
	left: unset;
	width: 20%;
	top: unset;
	bottom: unset;
	background:unset;
}
.search-modal-inner{
	transform: unset;
	transition: unset;
	background: red;
	width: unset;
}
.search-modal .search-field{
	height: unset;
	font-size: 16px;
	margin: 0;
	padding: 0;
	width: unset;
	height: unset;
}
button.toggle.search-untoggle.close-search-toggle.fill-children-current-color{
	display: none;
}


*/
.search-form,.search-form-mob,.search-form-tab {
visibility: hidden;
}
.header-toggles{
	margin: 0;
}
.site-header{
	position: absolute;
    bottom: 5px;
    right: 30px;
}
.search_btn:after{
	/*content: url('../images/search.png');
	*/
	content:'\f002';
	font-family: fontawesome;
	color: #0a0a0a;
	font-weight: 400;

}

.search-form.slide{
	visibility: visible;
	width: 250px;
	transition: all 0.6s;
}

.search-form.slide .search-field{
	padding: 5px 10px!important;
	transition: all 0.6s;
}

.search_btn{
	background-color: #fff;
	padding: 0;
	margin: 0;
	z-index: +1040;
}
.search_btn:focus{
	outline: none;
}
.search-form,.search-form-mob,.search-form-tab{
	width: 0px;
	transition: all 0.6s;
}
.search-form .search-field,.search-form-mob .search-field,.search-form-tab .search-field{
padding: 0px;
	transition: all 1s;
	font-size: 16px!important;
}
input[type="search"]:focus{
	outline: none;
}
.header-inner.section-inner.desktop_view,.header-inner.section-inner.mob_view,.header-inner.section-inner.tab_view{
	position: relative;
}

/*header css end*/

/*home page*/

.post-grid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
  padding: 20px 0 0 20px;
  margin: -20px;
}

.grid-item{
	width: 50%;
	 border: 0 solid transparent;
 	 border-width: 0 30px 30px 0;
	background-clip: padding-box;
}

.col-span-2{
	width: 100%;
}

.fea_dnone{
	display: none;
}

.post-meta-field {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #0a0a0a;
    display: block;
    font-size: 14px;
    line-height: 19px;
}

.sidebar .currentmonth,.sidebar .month-name {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

#site-footer .home_page_ad{
	display: none;
}



#site-content{
	padding-top: 40px;
}

.news-section-content{
		display:flex;
		flex-wrap:wrap;
	}
	.home_category_sidebar{
		width:25%;
		padding-right:20px
	}

	.sidebar{
		width:25%;
		padding-left: 20px;
	}

	.post-detail{
		width:50%;
		padding-left: 2.5px;
		padding-right: 2.5px;
		overflow: hidden;
	}

	.single_author{
		font-size: 18px;
		line-height: 25px;
		text-transform: uppercase;
	}

	.au_bio{
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 40px !important;
		border: 1px solid #dedede  !important;
		max-width: 100% !important;
		padding: 20px 20px 20px 160px !important;
		position: relative;
	}

	.author-bio.au_bio .avatar {
		position: absolute;
		left: 20px !important;
		top: 25px !important;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		height: 120px;
		width: 120px;
		border-radius: 0;
	}

	h2{margin:0;}
	.currentmonth,.month-name{
		font-size:18px;
		color:#000000;
		font-weight:600;
	}
	.month-name{margin-top:30px;}
	.post-list{margin-bottom:10px;}

.news-sections li{
margin: 0px 0px 30px 0px;
}
.block-title h4 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
}
.home_cat_name{
	font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-transform: initial;
    margin-bottom: 0.9rem;
}

.post-title a{
	font-size: 22px;
	line-height: 31px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #0a0a0a!important;
}
.post-img{
	/*margin-bottom: 20px;*/
}
.post-content p,.post-title{	
    margin-bottom: 10px;   
}
.author_name{
	font-weight: 700;
}
.author_date{
	margin-bottom: 15px !important;
	font-size: 16px !important;
}
.menu-items-container.post_detail_sidebar{
	margin-bottom: 35px;
}
.author_date a{
	color: #0a0a0a!important;
	font-size: 12px;
	line-height: 22px; 
}

.post_detail_rows img{
	width: 100%;
	max-width: 100%;
}

.post_detail_rows{
	float: left;
	width: 50%;
	/*padding: 20px;*/
	padding-right: 30px;
}
.post_detail_rows .post-content p {
    padding: 0px 0px 0px 0px;
}
.post-content img{
	margin: 0;
	width: 100%;
	height: 100%;
}

.loadmore.col-span-2:hover {
    background-color: #c1233b!important;
}

.loadmore{
	display: flex;
	vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    background-color: #005f9f;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 7px 10px 6px;
	width: 200px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	text-transform: capitalize;
}

/*.post-content p{
	padding: 0px 80px 0px 0px;
}
*/
.banner_img.home_page img{
margin: 0px auto;
max-width: 100%;
}

.home_banner .banner_imgs{
	max-width: 350px;
	margin: 30px auto;
}

.category .image-wrapper {
  /*margin: 0 auto;*/
  width: 160px;
  overflow: hidden;
  font-size: 0;
}
.category img {
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}
.category.home_category_sidebar img {
	width: 100%;
	height: 112px;
	object-fit: cover;
}

.category .image-wrapper:hover img {
  transform: scale(1.2);
}
.sidebar .post-list{
display: flex;
width: 100%;
}
.sidebar .post-day {
    display: block;
	font-weight: 700;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    width: 13%;

}
.page-id-61 .sidebar .post_date,.page-id-61 .sidebar .post-day{
	color: #0A0A0A!important;
}
.page-id-61 .sidebar .post_date{
	font-weight: 600;
}
.sidebar .post-sidebar-content{
	width: 90%;
}
.sidebar .post-full-time {
    color: #747474;
    margin-bottom: 7px;
	font-weight: bold;
}

.sidebar .post-sidebar-content{
	font-size: 14px;
    line-height: 19px;
}
.sidebar .post-content {
    font-weight: normal;
}
.sidebar .post-list{
	margin-bottom: 30px;
}
.sidebar .post-content a,.home_cat_name a{
	color: #0a0a0a;
}
.sidebar .post-content a:hover,.home_cat_name a:hover,.current-menu-item.active a,.post-title a:hover,ul.primary-menu > li > a:hover,.author_date a:hover,.pagination-single a:focus .post_pagenation_content, .pagination-single a:hover .post_pagenation_content,.single_post_content .entry-categories-inner a:hover,.comment_box_content a:hover,.wpem-event-title h3:hover,.custom_mobile_menu li a:hover{
	color: #005f9f!important;
}

ul.primary-menu > li > a {
    color: #0a0a0a!important;
    text-decoration: none!important;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
}

.post_date{
	color: #747474;
}

.custom_comment .comment-reply-title{
text-align: left;
font-size: 14px;
}
.comments-wrapper.section-inner.custom_comment,.custom_comment form#commentform,.custom_comment .comment-form-comment,.custom_comment .comment-form-url,.custom_comment .comment-form-cookies-consent,.custom_comment .form-submit,.comment-respond p:not(.comment-notes){
	margin: 0;
	/*width: unset;*/
	max-width: unset;
	width: 100%;
}
.zk-comments-wrapper .comment-notes{
	display: none;
}
.zk-comments-wrapper .comment-reply-title{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px!important;
	line-height: 25px;
	margin-bottom: 0.5rem;
	text-align: left;
}

.custom_comment .form-submit{
	margin-bottom: 0px;
}


.zk-comments-wrapper form#commentform label{
	display: none;
}

.zk-comments-wrapper .comment-form-cookies-consent label{
	display: block!important;
}
.zk-comments-wrapper form#commentform p {
    margin-bottom: 15px;
}
input:focus, select:focus, textarea:focus {
    border-color: #005f9f!important;
    border:1px solid;
    outline: none;
}

input, select, textarea{
	font-size: 14px!important;
	line-height: 19px!important;
	border: 1px solid #ccc!important;
}


.zk-comments-wrapper .comment-respond #submit:hover{
text-decoration: none;
background-color: #c1233b;
}

.zk-comments-wrapper .comment-respond #submit{
	background-color: #005f9f;
	text-transform: inherit;
	font-size: 18px!important;
	padding: 9px 25px;
	box-shadow: none;
	font-weight: 400;
}

.zk-comments-wrapper .comment-reply-title small a {
    text-decoration: none;
    text-transform: none;
}

.zk-comments-wrapper .comment-respond #submit:focus{
	border-color: transparent!important;
	text-decoration: none;
}

input[type="checkbox"]:checked::before{
	margin: -3px;

}
.comment-respond input[type="checkbox"]{
	top: 0px;
	border-radius: 5px;
}
input[type="checkbox"] + label {
    
    margin-left: 1rem;
}

#author-error, #comment-error, #email-error, .error{
	color: red;
    padding-top: 5px;
}


.zk-comments-wrapper .alignnone{
	margin: 0 !important;
	
}

.zk-comments-wrapper .comment-author{
	font-size: 16px !important;
	line-height: 20px !important;
}

.zk-comments-wrapper .comment-author a{
	text-decoration: none !important;
}

.zk-comments-wrapper .comment-meta{
	display:flex;
	margin-bottom: 0 !important;
    min-height: auto !important;
    padding: 0 !important;
}

.zk-comments-wrapper .comment-metadata{
	margin-top: 0px !important;	
}


.zk-comments-wrapper .comment-metadata a{
	text-decoration: none;
    line-height: 20px;
    margin-left: 5px;
	font-size: 14px;	
}

.zk-comments-wrapper .comment-content{
	padding: 5px 0 0px 0px !important;
}

.zk-comments-wrapper .comment-footer-meta {
	margin: 0 !important;
}

.location{
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}

.zk-comments-wrapper .comment-reply-link{
	color: gray;
	background-color:transparent !important;
	font-size: 14px !important;
	text-transform: capitalize !important;
	font-weight: 500 !important;
}
.zk-comments-wrapper .comment-reply{
	margin: 0px !important;
}

.zk-comments-wrapper .comment-reply a{
	padding: 0px !important;
	margin-top: 10px !important;
}

.zk-comments-wrapper .by-post-author{
	display: none !important;
}

.zk-comments-wrapper #commentform{
	margin: 15px 0px !important;
	max-width: 100%;
}

.zk-comments-wrapper .comment-form-url{
	display: none !important;
}

.zk-comments-wrapper .comments .comment-respond p.logged-in-as{
	margin: 0px 0px 10px 0px !important;
}

.zk-comments-wrapper .comments .comment-respond {
    padding: 0;
}

.zk-comments-wrapper .comments{
	border-bottom: 1px solid #dedede;
    padding-bottom: 50px;
}

 .author_web{
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    font-style: italic;
	margin-bottom: 10px;
	font-size: 16px !important;
	line-height: 22px !important;
	color: #000 !important;
	margin-top: 0px !important;
	font-weight: 400 !important;
}

 .author_web:hover{
	color: #005f9f !important;	
	text-decoration: none !important;
}

 .author_social{
	margin-top: 15px;
}

 .author_social a{
	color: #000 !important;
    padding-right: 17px !important;
}

.zk-comments-wrapper .author_social a:hover{
	color: #005f9f !important;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before{
	display: none;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
	padding: 20px;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time{
	padding-left: 0px;
}

.agenda_event_start {
    color: #747474;
    font-weight: bold;
}

.zl_page_d ul {list-style: none;    margin-left: 0;}
.home_category_sidebar ul{list-style: none;margin-left: 0; }
.wp-block-image{margin: 0px !important;}
/*----pinboard listing-----*/

.main_title{
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 15px !important;
}

.main_desc{
	margin-bottom: 25px;
	padding-top: 20px;
	line-height: 24px;
}

.ad_col{
	background-color: #fff;
    border: 1px solid #005f9f;
    border-radius: 3px;
    box-shadow: 0 11px 8px -8px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    padding: 30px;
}

.ad_col p {
	margin-bottom: 6px;
	font-size: 20px;
    line-height: 29px;
}

.zk_rp_img{
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.zk_rp_img_wrap{
	position: relative;
	
}

.zk_rp_img_wrap .post_catagory{
	position: absolute;
    bottom: 5px;
    background: #000;
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
}

.post-slider-wrap .post_title{
	font-size: 14px;
    line-height: 20px;
    color: #000 !important;
}

.post-slider-wrap .post_title a{
	color: #000 !important;
}

.post-slider-wrap{
	width: 500px !important;
	margin-left: 0 !important;

}



.swiper-button-next, .swiper-button-prev{
	position: relative !important;
	left: 0!important;
    right: auto!important;
    top: 10px!important;
}

.swiper-button-next, .swiper-button-prev{
	border: 1px solid black;
    width: 25px !important;
    height: 25px !important;
    padding: 7px !important;
    font-size: 13px !important;
	color: #000 !important;
	margin-top: 0px !important;
	margin-right: 5px;
}

.zk_realted_post_arrow{
	display:flex;
	height: 40px;
}

/*---breadcum------*/

.home p#breadcrumbs {
	display: none;
  }

#breadcrumbs {
	padding-top: 25px;
    padding-bottom: 39px;
}

#breadcrumbs a, #breadcrumbs .breadcrumb_last{
	font-size: 16px;
	line-height: 22px;
	color: #747474;
}

#breadcrumbs a{
	padding-right: 10px;
}

#breadcrumbs span i{
	padding-right: 10px;
}

#breadcrumbs a:hover {
    color: #005f9f;
}





/*-----contact us page-----*/

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-weight: 500 !important;
}
.form_title{
	font-size: 30px;
    line-height: 36px;
	color: #000;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.name_wrapper{
	display: flex;
}

.contact-form .half{
	width: 49%;
}

.contact-form .last.half{
	margin-left: 10.3px;
}

.theme_input input{
	height: 40px;
	outline: 0;
	border: 0.5px solid #005f9f;
	transition: all 0.5s;
	
}

.theme_input textarea{
	outline: 0;
	border: 0.5px solid #005f9f;
}

.theme_submit{
	margin-top: 20px;
}

.theme_submit{
	outline: 0;
	color: #fff !important;
	font-family: 'LatoRegular' !important;
    font-weight: 500;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.theme_submit input:hover {
	background: #005f9f !important;
	transition: all 0.5s;
	text-decoration: none !important;
}

.theme_input select{
	width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #005f9f;
}

.theme_input{
	margin-bottom: 15px;
}

.form_wrapper{
	width: 50%;
}

.col_65 .form_wrapper{
	width: 100%;
}



.theme_input .wpcf7-form-control-wrap{
	display: block;
}

.theme_input input[type="radio"]{
	height: auto;
}

.form_wrapper .wpcf7-response-output{
	border: 1px solid #e22658  !important;
	margin-left: 0px !important;
}

.ui-widget-header {
    border: 1px solid #c1233b!important;
    background: none !important;
    background-color: #c1233b!important;
}

.ui-datepicker .ui-datepicker-prev , .ui-datepicker .ui-datepicker-next {
	border: 0 !important;
    background: none !important;
    font-weight: bold!important;
    color: #005f9f!important;
}



/*---pinboard payment page-----*/

.form_desc{
	margin-bottom: 30px;
}

.mandatory{
	color: #c1233b;
}

.publication-date{
	width: 100%;
}

.form_wrapper .wpcf7-form .wpcf7-radio label {
	position: relative;
	cursor: pointer;
  }

 
.form_wrapper .wpcf7-list-item-label{
	  padding-left: 15px;
  }

  
.form_wrapper .wpcf7-form .wpcf7-radio input[type=radio] {
	position: relative;
	  visibility: hidden;
	  margin: 0px;
}



.form_wrapper .wpcf7-form .wpcf7-radio input[type=radio] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 18px;
	width: 18px;
	top: 0px;
	border: 2px solid #005f9f;
  }

  

.form_wrapper .wpcf7-form .wpcf7-radio input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    visibility: hidden;
}


.form_wrapper .wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
    background: transparent;

}


.form_wrapper .wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
   background: #e22658;
   visibility: visible;
}


.form_wrapper .theme_radio .box-number-advertisement{
	margin-top: 10px;
    margin-bottom: 10px;
}


/*-----advertising page-----*/

.ad_space_title{
	font-size: 18px;
    line-height: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ad_space_link{
	padding-left: 20px;
}

.ad_space{
	margin-bottom: 20px;
}

#ad_subject{
	padding: 0 !important;
}

#ad_subject::-webkit-file-upload-button {
	color: white;
	display: inline-block;
	background: #005f9f;
	border: none;
	padding: 11px 10px;
	font-weight: 400;
	border-radius: 0px;
	white-space: nowrap;
	cursor: pointer;
	font-size: 15px;
	outline: 0;
  }

.payment .wpcf7-form-control-wrap{
	display: inline-block;
	width: 200px;
}

.payment.theme_input select {
    width: 100%;
}

.payment .patron_price{
	border: 1px solid #cccccc;
    padding: 8px;
    display: inline-block;
    vertical-align: top;
}


/*post detail page*/

.single-post-main-class,.index-content{
	width: 66.66%;
}

.single-post .single-post-main-class,.single-post .index-content{
	width: 100%;
}


.postdetail-main-class,.index-custom-main{
	display: flex;
	width: 100%;
}
.single_post_main{
	display: flex;
}
.single-post .col_65{
	width: calc(65% - 20px); 
	margin-right: 40px !important;
}

.single-post .col_35{width: calc(35% - 20px);}

.single-post .dekstop_ad{
	display: none;
}

.single-post .tablet_ad {
    display: block;
}

 .single-post .tablet_ad  .home_page_ad {
    display: flex;
    justify-content: center;
    flex-flow: column;
} 

.single-post .banner_img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
}


.single_post_sidebar{
	width: 33.33%;
	margin-left: 30px;
}
.single_post_main .entry-header{
	padding: 0!important;
}
.single_post_main .entry-categories-inner{
	justify-content: left;
	font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.single_post_main .entry-categories,.single_post_main .entry-categories-inner,.featured-media img{
	margin: 0;
}
.single_post_main .entry-categories-inner a{
	font-size: 14px;
    line-height: 19px;
    margin: 0 0 8px 0;
    text-decoration: none;
    border:none;
    color: #0a0a0a!important;
}
.single_post_main h1,.single_post_main .entry-title.heading-size-1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1rem;
}

.entry-header-inner.section-inner.medium{
	width: unset;
	margin: 0;
}
.single_post_main .featured-media-inner.section-inner{
width: unset;
    margin: 0;
    left: 0;

}
.single_post_main .featured-media img {
    margin-bottom: 15px!important;
    width: 100%;
    height: 100%;
}
.single_post_main .post-inner.thin {
	padding: 0;
}
.single_post_main .entry-content {
    padding: 20px 0 0px 0px;
    line-height: 24px;
    font-size: 16px;
    font-family: 'LatoRegular';
    font-weight: 400;

}
.single_post_main .entry-content img{
max-width: 100%;
height: auto;
}
.single_post_main .entry-content > *:nth-child(even):not(iframe) {
	margin-left: 0;
    margin-right: 0;
   max-width: unset!important;
    width: unset!important;
}
.single_post_main .intro-text{
	display: none;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.single_post_main .pagination-single{
	margin: 0;
	width: 100%;
	/*padding: 30px 0px;*/
	padding: 20px 0px 30px 0px;
	margin-bottom: 25px;
}
.pagination-label ,.pagination-single{
    color: #ccc;
    display: block;
    margin-bottom: 4px;
    font-size: 14px!important;
	line-height: 19px;
	font-weight: normal;
}

.post_pagenation_content{
	font-weight: 500;
	font-size: 16px;
    line-height: 22px;
    color: #0a0a0a;
}

.comment-count{
	background: #000;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.comment_wrap{
	border-bottom: 1px solid #000;
	margin-top: 40px;
	margin-bottom: 30px;
}

.pagination-single a:focus .title, .pagination-single a:hover .title {
    /* text-decoration: underline; */
    text-decoration: none;
}
 .pagination-single a .arrow{
 	display: none;
 }
.custom_comment .comment-body,.custom_comment .styled-separator.is-style-wide,.custom_comment div#comments{
	display: none;
}
.comment_box_section{
	display: flex;
	width: 100%;
    margin-bottom: 30px;
}

.comment_box_section img{
	margin: 0;
	max-width: 100%;
    height: auto;
}
.comment_box_content {
	padding-left: 20px;
	width: 90%;
}
.comment_box_content h3 {
    margin-bottom: 10px;
   
}

.logged-in-as{
	text-align: left !important;
    font-size: 14px !important;
}

.comment_date{
	font-size: 14px;
    font-weight: normal;
    color: #0000008a;
    margin-left: 10px;
}

.commentor_name{
	text-transform: lowercase;
	font-size: 16px;
    line-height: 20px;
}

.comment_box_content a {
   
    vertical-align: top;
    font-style: italic;
    margin-bottom: 10px;
    color: #0a0a0a;
    display: block;
}
.comment_box_content p{
	margin-bottom: 15px;
}
.comment-respond{
	margin-top: 40px;
}

.comment-respond input[type="checkbox"] + label{
    font-size: 16px;
	line-height: 22px;
	color: #0a0a0a;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}


.home_banner.sidebar_banner_img .banner_imgs {
    width: 350px;
    margin: 30px 0 80px 0;
}
.sidebar_post_date a:hover{
	color: #0a0a0a!important;
}

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

 .post-img:hover img {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
 .idea_exchange_btn a:hover{
	background-color: #005f9f;
}


.social-media_icons .share-button{
	background:none!important;
	color: red!important;
	padding: 0px 17px 0px 0px!important;
	color: #0a0a0a!important;
	margin: 0!important;
	font-size: 16px!important;
	line-height: 22px!important;
	cursor: pointer!important;
}
.social-media_icons .button-name{
	display: none!important;
}
.social-media_icons a#pinterest{
	display: none;
}
.post_detail_icons{

}
.single_post_main .pagination-single hr:first-child {
    margin: 0 0 6rem 0;
}
.post_detail_icons a#instagram,.post_detail_icons a#youtube{
	display: none;
}
.btn.btn-social.btn-facebook {
    background-color: #516eab;
}
.post_detail_icons .share-button {
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
   /* display: flex;*/
    padding: 14px 15px!important;
    font-style: normal!important;
    margin: 0px 8px 0px 0px!important;
    
}
.post_detail_icons .share-button:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.post_detail_icons .wp-share-button.theme19 .facebook{
	background:#516eab!important; 
}
.post_detail_icons .wp-share-button.theme19 .twitter{
	background:#29c5f6!important; 
}
.post_detail_icons .wp-share-button.theme19 .pinterest{
	background:#ca212a!important; 
}

.wp-share-button .share-button{
	cursor: pointer !important;
}

.post_detail_icons span.button-name:before {
    content: '|';
    padding-right: 15px;
    padding-left: 10px;
}

/*404 page*/

.custom_404_page .entry-title{
	font-size: 250px;
	color: #c1233b;
}
.custom_404_page .msg_404 {
    font-size: 40px;
    /*line-height: 1;*/
    
}
.msg_404_content a:hover{
	color: #c1233b;
}
.msg_404_content a{
color: #005f9f;

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

/*search page*/

.search.search-results .entry-content p{
	margin: 0;
}
/*.index-custom-main .archive-header.has-text-align-center.header-footer-group{
	display: none;

}*/
.custom_search_index_hr{
	margin: 70px 0px;
}
.index-content .featured-media{
	margin: 0;
}
.index-content header.archive-header.has-text-align-center.header-footer-group,.index-content .archive-header-inner.section-inner.medium{
	margin: 0;
	padding: 0;
	text-align: left;
}
.index-content .archive-subtitle.section-inner.thin.max-percentage.intro-text{
	margin: 25px 0px 70px 0px;
}
.color-accent{
color: #c1233b!important;
}
.no-search-results-form.section-inner.thin{
	display: none;
}
.archive.category .index-content{
	width: 100%;
}
.archive.category .archive-header-inner.section-inner.medium{
	margin: 30px 0px 80px 0px;
	text-align: center;
}

.search_post_wrapper .single-post-main-class:not(:last-child){
	border-bottom: 1px solid #dedede;
    padding-bottom: 25px;
    margin-bottom: 25px;
}



/*model popup on header btn*/

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}

button.wp_ulike_btn::before{
	content:'\f164';
	font-family: fontawesome;
	color: #fff;
	margin-right: 5px;
	font-weight: 400;

}
.wp_ulike_general_class{
	background:#1f7bf2!important;
	border-radius: 3px!important;
	padding: 3px 10px!important;
	box-shadow: unset!important; 
	margin-top: 55px;
}

.wp_ulike_general_class:hover{
	background:#c1233b!important;
	
	
    
}
.wpulike.wpulike-heart span{
	color: #fff;
	font-size: 12px;
    line-height: 17px;
    text-transform: initial;
    font-weight: 400;

}
.wpulike.wpulike-heart{
	width: auto;
	border-top: 1px solid #ccc;
	margin-top: 4rem;
	padding: 0px;
}
.single.single-event_listing .single_event_listing{
	display: none;
}

.wpulike .wp_ulike_put_text {
    font-size: 12px;
	line-height: 21px;
}
.single.single-post .wpulike.wpulike-heart,.single.single-event_listing .wpulike.wpulike-heart{
	display: block!important;
	width: fit-content;
}
.wpulike.wpulike-heart{
	display: none!important;
}

/*agenda page*/

.event_none{
	display: none;
}

.wpem-event-listings .wpem-event-layout-wrapper.event_featured, .wpem-event-listings .wpem-event-layout-wrapper.event_featured:hover{
	background: #fff!important;
}
.wpem-event-title h3{
    font-size: 22px!important;
    line-height: 31px!important;
    font-weight: 700!important;
    margin-bottom: 10px!important;
    color: #0a0a0a!important;
    text-transform: capitalize!important;
}
/*.wpem-event-title h3:hover{
	color: red!important;
}*/
.agenda_event_start{
	display: flex;
}
.agenda_event_start .event_start{
	font-weight: 600;
    color: #0a0a0a;
}
.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before{
	top: -3px!important;
}
.custom_agenda_title{
	margin: 10px 0px 0px 0px!important;
}
.agenda_excerpt{
	margin: 0px 0px 15px 0px;
}
.custom_agenda_main .wpem-event-date-time{
	margin: 0px 0px 5px 0px!important;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing{
	margin-bottom: 30px!important;
	border:1px solid #ccc!important;
}
.wpem-event-listing-list-view .wpem-event-layout-wrapper,.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{
	border:unset!important;
}
 .wpem-event-date{
	display: none!important;
}
.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details{
	padding-left: 0px!important
}
.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img{
	width: 150px!important;
	height: 150px!important;
}
.wpem-event-listing-list-view .wpem-event-banner{
	margin: auto!important;
}
.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text{
	font-weight: 600!important;
}
.wpem-event-listing-box-view .wpem-event-details.custom_agenda_main{
	/*border: 1px solid #ccc!important;*/
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2); 
}
.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon{
	background: #005f9f!important;
	color: #fff!important;
}


/*header*/
.header-inner.section-inner.mob_view,.header-inner.section-inner.tab_view,.news_banner_mob_view{
		display: none;
	}


.custom-model-main .theme_input.half.last{
	margin-left: 15px!important;
}

/*#ad_subject{
	display: none;
}*/

.choose_file {
	background-color: #fff;
    color: #fff!important;
  
    text-align: left;
    display: flex!important;
    padding:0;
   font-family: 'LatoRegular';
    line-height: 19px;
    /*font-size: 14px;*/
    text-transform: capitalize;
    font-weight: 400;
    /*border: 1px solid #ccc!important;*/
    cursor: pointer;
    width: max-content;
}
.no_choose{
	padding: 10px 30px 10px 10px;
	color: #000000;
}
.no_choose2{
	/*padding: 10px 20px 10px 10px;*/
	background: #005f9f;
}

/*category page*/


.catagory_listing{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap; 
	padding: 30px 0 0 30px;
	margin: -30px;
  }
  
  .catagory_listing article{
	  width: 25%;
	   border: 0 solid transparent;
		border-width: 0 30px 30px 0;
	  background-clip: padding-box;
  }

  .catagory_listing .menu-items-container{
	-webkit-box-shadow: inset 0 0 0 1px #0000002b;
    box-shadow: inset 0 0 0 1px #0000002b;
    height: 100%;
  }

 

.choose_file span.wpcf7-form-control-wrap.ad_subject {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 35px;
    color: #FFF;
    overflow:hidden;
}

.choose_file input.wpcf7-form-control.wpcf7-file {
    position: absolute;
    width: 1500px;
    height: 1000px;
    right: 0;
    bottom: -1px;        
    outline: none !important;
}

.choose_file div.wpcf7 input[type="file"]{
	border:none!important;

}
/*.uploadtextfield::-moz-placeholder{
	color: red;
}*/
.choose_file .uploadtextfield::placeholder,.german_date input[type="date"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

.choose_file .uploadtextfield:-ms-input-placeholder,.german_date input[type="date"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

.choose_file .uploadtextfield::-ms-input-placeholder,.german_date input[type="date"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
.choose_file span.wpcf7-form-control-wrap.ad_subject:before{
	content: "Datei wählen";
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-size: 14px;
}


#sideUpload #uploadtextfield {
  height:18px;
  width:139px;
}


.choose_file input{
	width: 60%;
	
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    margin: 0 !important;
}


/* .german_date input[type="date"] {
  position: relative;
}

.german_date input[type="date"]:before {
  content: attr(placeholder);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
   pointer-events: none;
  line-height: 1.5;
  padding: 10px;
}

.german_date input[type="date"]:focus:before,
.german_date input[type="date"]:not([value=""]):before
{
  display: none;
} */

/*related article*/

.related_articles_heading{
	background-color: #000;
    color: #fff;
    padding: 12px;
    text-transform: uppercase;
}
.related_post_section{
	margin-bottom: 35px;
	border-bottom: 3px solid #000;
    /* padding: 20px; */
    padding-bottom: 12px;
}
.related_post_main{
	margin-bottom: 40px;
}
.related_post_main .post-img img{
	height: 100%;
	width: 100%;
}
.related_post_main .post-img{
	height: 200px;
}



.banner_img img{
	width: 100%;
	height: 100%;
}

.banner_img{
	/*width: calc(100%/3 - 20px);*/
}


.zl_page_d li:first-child{
	margin-top: 20px;
}

.zl_page_d li{
	margin-left: 0px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
}

.tablet_ad{display: block;}

.col_65{width: calc(65% - 15px) ; margin-right: 30px !important;}
.home .col_65{width: 50%; margin-right: 0px !important; }
.col_35{width: calc(35% - 15px);}
.archive_post_wrapper,.single_post_main{display: flex;}
.banner_img{width: 100%;margin-left: auto !important;margin-right: 0 !important;max-width: 360px;}
.home_page_ad{display: flex;flex-flow: column;justify-content: center;}
.home .home_page_ad{display: flex;	justify-content: space-between;	margin-top: 40px; flex-flow: row;}


.tablet_ad .home_page_ad{margin-top: 0px;}

.banner_img:not(:last-child){margin-right: 0px; margin-bottom: 20px;}

.home .banner_img{margin-bottom: 0px;}
.home .tablet_ad{display: none;}
.home .dekstop_ad{column-gap: 20px;}

.mobile_visible{display: none;}

figcaption{margin-top: 0 !important; margin-bottom: 20px !important; font-size: 13px !important;}
.page_row{display: flex;}
.breadcum_subheader{font-weight: normal !important;}
.title_wrap ul li{margin: 2px 0px !important;}
.logged-in-as{display: none;}
.wp-polls .Buttons{text-transform: inherit !important;}

.col_65 .wp-block-columns{flex-flow: row;}

.wp-block-column.img_col{flex-basis: 120px !important;}
.wp-block-column.des_col{flex-basis: 100% !important;}
.post-sidebar-content a{color: #000;}



.search-field{
	border: 1.5px solid #000 !important;
}

.search_post_wrapper{
	display: flex;
}

.agenda-title{
	display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
	color: #000;
}

.cat_header.zl_page_d li:first-child{margin-top: 0px !important;}
.cat_header{margin-bottom: 30px;}

.single-post .banner_img {
    margin-right: 0 !important;
}


.widgets_middle{
	justify-content: space-between;
    padding-top: 130px;
    padding-bottom: 20px;
    align-items: flex-end;
}
 @media print {
   a[href]:after {
      content: none !important;
   }
	 
	 
	a{
		text-decoration: none !important;
	}
	
	#cookie-law-info-again{
		display: none;
	}
	 
	 #site-footer{
		 display: none;
	 }
	
	
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid; }
} 

div#ui-datepicker-div { z-index:1000!important; }

.total_comments{
	text-align: left;
	margin: 0;
}