/*
Theme Name:     Sense Child
Theme URI:
Description:    My Child theme
Author:         BK Ninja
Author URI:
Template:       sensetheme
Version:  
*/
@import url("../sensetheme/style.css");

/* css by mentha */

.header .logo img {
    width: 100px;
}

li.social-icon.newsletter a {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Oswald";
    letter-spacing: 0.5px;
}
li.social-icon.donation a {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Oswald";
    letter-spacing: 0.5px;
	color: #25a763;
}
li.social-icon.newsletter {
    background: #25a763;
    padding-top: 3px;
    margin-top: 1.5px;
    margin-right: 20px;
}

li.social-icon.donation {
    background: #fff;
    padding-top: 3px;
    margin-top: 1.5px;
    margin-right: 20px;
}

ul#menu-cimke-menu-1 {
    margin-top: 2.5px!important;
}

li.social-icon.newsletter:hover{
    background-color: #245d43;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: 0 !important;
}
li.social-icon.donation:hover{
    color: #245d43;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: 0 !important;
}

ul#menu-cimke-menu-1 li:before {
    content: "#";
}

#mobile-top-menu > ul > li:before {
    content: '#';
    color: #fff;
}

@media screen and (max-width:779px) {
	.header-social {
		float: none;
	}	
}

div#main-content {
    left: 15px;
    position: relative;
}

p {
	text-align: justify;
}

.row-type .excerpt {
    margin-top: 8px;
    text-align: justify;
}

.bk-square-grid-wrap .excerpt {
    color: #111;
    padding-top: 5px;
    text-align: justify;
}

.widget-title a {
    font-family: oswald;
}

aside#bk_sidebar_2 {
    top: 0px;
}

.post-category a {
    background: #0000007d;
    /* padding: 4px; */
    font-weight: 700;
	display: inline-block;
}

.sidebar-wrap > .widget:first-child {
    border-top: none;
    padding-top: 0;
}

div#ajax-form-search {
	background-color: #259c66;
}

.top-bar {
    background-color: #03312E;
}

.wp-core-ui .button-primary {
    background: #2da567;
    border-color: #2da567;
    border-radius: 0;
}

img.mentha {
    max-width: 100%;
    width: 25%;
    float: right;
}

/* banner */

div#headbanner {
    width: 728px;
    height: 90px;
    float: right;
}
.header-wrap .logo {
	display: block;
	float: left;
}

.post-date {
    padding-left: 4px;
}

@media screen and (max-width:1169px) {
	div#headbanner {
    	display: block;
		float: none;
   		margin: 25px auto auto;
	}
}

@media screen and (max-width:992px) {
	div#headbanner {
    	width: 720px;

	}
}

@media screen and (max-width:779px) {
	div#headbanner {
    	display: none;

	}
}

/* end */

ul.list-small-post .post-category a {
    background: transparent;
}

.post-c-wrap .post-category a {
    background: transparent;
}

.bk-related-posts .post-category a {
    background: transparent;
}

.s-post-header.container .post-category a {
    background: transparent;
}

.bk-copyright {
    display: flex;
    flex-direction: column;
}

.copyright-text {
    text-align: right;
}

@media screen and (max-width: 986px) {
	#footer-menu {	
		float: none;
	}

	.bk-copyright {
    	display: block;
    	margin: auto;
    	max-width: 250px;
	}

	.bk-copyright a {
    	text-align: center;
	}

	img.mentha {
    	width: 60%;
    	float: none;
    	display: block;
    	margin: auto;
	}

	.copyright-text {
    	text-align: center;
	}
}
.tribe-mini-calendar-list-wrapper .type-tribe_events {
    margin-bottom: 24px;
}
.tribe-events-has-events .tribe-mini-calendar-day-link:before {
	background: #259c66 !important;
}
.tribe-events-has-events a{
	color: #259c66 !important;
}
th.tribe-mini-calendar-dayofweek {
    background: #92cfb3;
}
.tribe-mini-calendar-nav {
	background: #259c66;
	color: #ffffff;
}
.list-date {
    float: left;
    width: 70px;
    height: 100px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
}
.list-info {
    float: right;
    width: calc(100% - 80px);
}
div.list-date span.list-daynumber {
    border: 1px solid #d2d2d2;
    height: 25px;
    display: block;
}
div.list-date span.list-dayname {
    background: #259c66;
    height: 25px;
    display: block;
    color: #ffffff;
}

.tribe-mini-calendar-event.first {
    margin-top: 12px;
}

.tribe_mini_calendar_widget h2.tribe-events-title {
    margin-top: 0;
	margin-bottom: 0px;
    font-size: 20px;
    position: relative;
    bottom: 7px;
}

.tribe-mini-calendar-event {
    margin-top: 10px;
    height: 50px;
}

#category-posts-2-internal .cat-post-title {
    font-size: 15px;
    text-transform: uppercase;
}

#category-posts-2-internal .cat-post-thumbnail .cat-post-crop img {
    /*width: 100%!important; */
}

#category-posts-2-internal li > div {
    margin: 0;
}

#category-posts-2-internal .cat-post-item {
    border-bottom: none!important;
	margin: 0px!important;
    padding: 0px!important;
}

.sidebar-wrap .widget-title {
    text-align: center;
    position: relative;
}

.tribe-mini-calendar-grid-wrapper {
    margin-bottom: 24px!important;
}

.tribe-mini-calendar td, .tribe-mini-calendar th {
    padding: 0;
}

/* hot fix */

.inner-cell .innerwrap {
    display: inline-block;
    max-width: 250px;
}

.content_in .meta > div a {
    display: inline-block;
}

/* end */

/* cookie consent */
span.tab-title {
    font-family: oswald!important;
}
/* end */

/* mchimp */

div#mc_embed_signup_scroll {
    max-width: 500px;
    display: block;
    margin: auto;
    margin-bottom: 50px;
}

div#mc_embed_signup_scroll h2 {
    text-align: center;
}

div#mc_embed_signup_scroll input[type=submit] {
    display: block;
    margin: auto;
}

div#mc_embed_signup_scroll input {
    width: 100%;
}

input#mc-embedded-subscribe,
.give-btn{
    background: #25a763 !important;
    color: #fff !important;
    font-weight: 500; !important
    border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
    font-family: "Oswald" !important;
    letter-spacing: 0.5px !important;
    font-size: 18px !important;
	outline: 0 !important !important;
}


input#mc-embedded-subscribe:hover,
.give-btn:hover{
    background-color: #245d43 !important;
    -webkit-transform: translate3d(0,0,0 !important);
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    -ms-backface-visibility: hidden !important;
    -o-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    outline: 0 !important !important;
}
/* end */

/* impressum */

.impressum-container {
    display: flex;
    justify-content: space-between;
    max-width: 66%;
	margin: auto;
}

p.impressum-wrapper {
	text-align: center;
}

div.impressum-wrapper .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.column-main-authors {
    display: flex;
    flex-direction: column;
    width: calc(100%/2);
    padding: 15px;
}

.column {
    display: flex;
    flex-direction: column;
    width: calc(100%/3);
	padding:15px;
}

h1.impressum-title {
	text-align: center;
	margin-bottom: 55px;
}

.impressum-container h2 {
    margin-top: 0;
}

.member h2 {
    text-align: center;
}

.member p {
    text-align: center;
}

p.bio {
    text-align: justify;
}

.bio a {
    color: #3b9c66!important;
}

h2.authors-title {
    text-align: center;
	text-transform: uppercase;
}
.profile {
    margin-bottom: 40px;
}

img.authors {
    margin-top: 15px;
    width: 100%;
    display: block;
    margin: auto;
    max-width: 300px;
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
	.column {
    	width: calc(100%/2);
	}
}

@media screen and (max-width: 599px) {
	.column-main-authors, .column {
    	width: calc(100%);
	}
}
/* end */

.tableauPlaceholder .fluid-width-video-wrapper {
	display: none !important;
}
.logo-wrapper {
    display: inline-block;
    overflow: hidden;
    float: left;
}
.tagline {
    width: 230px;
    float: right;
    margin: 16px;
}
.bk-square-grid-wrap .excerpt {
	height: 77px;
}

@media screen and (max-width: 1169px) {
	.logo-wrapper {
    	float: none;
	}	
	.tagline {
		float: none;
		margin:15px auto 15px auto;
	}
}
span.soundcite:before {
    display: inline-block;
    content: '\f144';
    margin: 0px 10px 0px 10px;
    color: #259c66;
    padding: 0px 5px;
    font: normal normal normal 24px/1 FontAwesome;
}
.tribe-events-event-image img.attachment-full.size-full.wp-post-image {
    width: 100%;
    height: auto;
}
.tribe-events-single .tribe-events-schedule h2 {
    display: block;
    margin: 0;
    font-size: 22px;
}
div#tribe-events-header {
    display: none;
}
.single-tribe_events .tribe-events-schedule .recurringinfo, .single-tribe_events .tribe-events-schedule .tribe-events-cost {
    margin-right: 10px;
    float: right;
    color: #259c66;
    font-family: "Oswald";
    font-size: 22px;
    border: 1px solid #259c66;
    padding: 10px;
}
.tribe-events-schedule.tribe-clearfix {
    margin-bottom: 12px;
}
.single-tribe_events .tribe-events-event-meta {
	width: 33% !important;
    margin: 0 3% 24px 0 !important;
}
.tribe-events-single-event-description.tribe-events-content {
    width: 64% !important;
    float: right;
}
.single-tribe_events .tribe-events-cal-links {
    margin: 0 0 20px;
}
.tribe-events-cal-links {
    display: none !important;
}
h2.tribe-events-single-section-title {
    margin-top: 0;
}
.tribe-events-meta-group.tribe-events-meta-group-details {
    margin-bottom: 24px;
}
dt, dd {
    line-height: 1.6;
}
dd {
    margin-bottom: 6px;
}
div#tribe-events-footer {
    display: none;
}
#give-form-2524-wrap h2.give-form-title {
    display: none;
}
#category-posts-2-internal .cat-post-thumbnail .cat-post-crop img {
	height: 150px !important;
}
ul#give-donation-level-button-wrap {
    overflow: hidden;
    padding: 0;
    margin: 24px 0;
}
ul#give-donation-level-button-wrap li {
    list-style: none;
    float: left;
    margin-right: 24px;
}
button.give-donation-level-btn.give-btn {
    padding: 8px 16px;
}
fieldset#give_checkout_user_info,
fieldset#give_purchase_submit {
    border: 0;
    margin: 0;
    padding: 0;
}
fieldset#give_checkout_user_info legend {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
}
label.give-label {
    min-width: 120px;
    display: inline-block;
}
input#give-purchase-button {
    margin: 24px 0;
}