/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

/* AZURE SITE */

@import url("../unicon/style.css");

/* Cookie Banner */
.cookie-notice-container {
    padding: 35px 30px!important; 
}
div#cookie-notice h2 {
    color: #fff!important;
}
span#cn-notice-text, #cookie-notice, #cookie-notice .cn-button:not(.cn-button-custom) {
    font-size: 16px!important;
}
#cn-notice-text a, #cn-notice-text a:hover {
	color:#fff;
}
@media only screen and (max-width: 767px) {
	a#cn-accept-cookie {
		margin: 30px 0px!important;
	}
}


.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
    display: none;
}


.timeline-Tweet.u-cf.js-tweetIdInfo.js-clickToOpenTarget {
    color: #fff!important;
}

.SandboxRoot {
	color:#fff!important;
}

.timeline-Tweet-text, .timeline-Tweet-text[dir=ltr] {
    color: #ccc!important;
}

.timeline-Widget, .twitter-timeline {
	background-color: #fff!important;
}


/* Nav */
.header-v3 #navigation {
    width: 100%!important
}

.header-v3 #navigation > ul > li > a {
    padding: 20px 21px 20px 0!important;
}

#navigation .sub-menu {
    width: 250px!important;
}

/* Homepage Blog */
#homepage-blog-item .color-light .blog-list-item-excerpt a {
    opacity: 0.8;
    background: #fff;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    color: #333;
    margin-top: 20px;
}

#homepage-blog-item .color-light .blog-list-item-excerpt a:hover {
    opacity: 1;
    color: #000!important;
}

/* Homepage Events */
#homepage-events .eventspage-img {
    text-align: center;
}

#homepage-events .eventspage-img img {
    max-height: 300px!important;
}

#double-events .eventspage-content, #double-events .eventspage-txt p {
    display: none;
}

#double-events h2 {
    color: #fff;
    padding: 10px;
    background: #00496a;
}


/* CF7 */
.wpcf7-response-output {
    display: block;
}


/* BLOG */

#customfeed .item, #homepage-blog-item .item {
    width: 100%;
    margin-bottom: 30px;
}

#customfeed .image-wrapper, #homepage-blog-item .image-wrapper {
    width: 25%;
    display: inline-block;
    text-align: center;
	height:250px;
	overflow:hidden;
	border-radius: 5px;
}

#customfeed .image-wrapper img, #homepage-blog-item .image-wrapper img {
    margin: 0px auto;
    text-align: center;
}

#customfeed .content-wrapper, #homepage-blog-item .content-wrapper {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding: 2%;
}

#homepage-blog-item .content-wrapper {
	width:70%;
}

#customfeed span.image-title, #homepage-blog-item span.image-title {
    font-size: 22px;
    width: 100%;
    display: block;
	color: #00496a;
}

#homepage-blog-item span.image-title {
    color: #fff!important;
}

/* Events page */
.eventspage-img {
    max-height: 350px;
    overflow: hidden;
}

h2.event-list-seperator {
    background: #00496a;
    padding: 10px;
    color: #fff;
}

.css-events-list h2 {
    display: initial;
    width: 100%;
    padding: 10px;
	color:#00496a;
	font-size: 28px;
}

/* New Events styles */
.em.pixelbones a {
    color: hsl(198.68deg 100% 20.78%)!important;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	#customfeed .content-wrapper, #customfeed .image-wrapper, #homepage-blog-item .content-wrapper, #homepage-blog-item .image-wrapper {
    width: 100%;
	}
	
	#customfeed .image-wrapper, #homepage-blog-item .image-wrapper {
	height:350px;
	}
	
	#homepage-blog-item .content-wrapper {
		width:90%;
		padding:5%;
	}
}

/* Footer */

.footer-logo {
    width: 15.5%!important;
}

/* MOBILE LOGO */
@media only screen and (max-width: 959px) {
	.logo img {
		max-width: 210px!important;
		height: auto!important;
	}
}


/* ################## Site wide Notice ################## */
.sitewidenotice {
    text-align: center;
    background-color: #333333;
    color: #ffffff;
}

.sitewidenotice ul {
	padding: 0px;
	margin-left:0px!important;
	margin-bottom: 0px!important;
}

.sitewidenotice li {
    list-style: none;
	max-width: 960px;
    margin: 0px auto;
}

.sitewidenotice a, .sitewidenotice h3 {
    color: #fff;
	padding-top: 30px;
}

.sitewidenotice p {
    margin: 0px !important;
	padding-bottom: 30px;
}

