.tag-category h1 {
	font-size: 24px;
}

.feed-item-description img {
	max-height: auto !important;
}

@media screen and (max-width: 630px) {
  .article-ss {
    margin-bottom: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
}

.article-ss {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 500px;
}

.article-ss * + .uk-margin {
	margin-top: 10px;
}

.tag-category h1 {
	font-size: 24px;
}
#search button.gcsBox::before {
    display:none;
}
/********************************************** Site Layout *****************************************/

.tag-category .clearfix > a {
	border-radius: 5px 5px 5px 5px;
	float: left;
	margin: 0 15px 0 0;
	width: 200px;
}

.clearfix:after {
	clear: both;
	margin-bottom: 20px;
}

.clearfix a img {
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.tooltipster-base {
	font-size: 0;
	left: 0;
	line-height: 0;
	overflow: visible;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 300px;
	z-index: 9999999;
}

#map-canvas {
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}


.news-inside-wideload {
	background-position: center;
	background-size: cover;
	min-height: 300px;
	position: relative;
	width: 100%;
}

.news-inside-content {
	position: absolute;
	width: 98%;
}

.news-inside-wideload h1,
.news-inside-wideload h2 {
	color: #eee;
	text-align: center;
}

.news-inside-wideload h1 {
	font-size: 72px;
	margin: 0;
	text-align: right;
	text-shadow: none;
}

.news-inside-wideload h2 {
	font-size: 26px;
	font-weight: 300;
	text-align: right;
	text-shadow: #000 0 0 0;
}

.newstable {
	border-collapse: collapse;
}

.newstable td {
	border: 1px solid #666;
}

.newstable tr:nth-child(even) {
	background-color: #f2f2f2;
}

.newstable th {
	background: #1e6b52;
	border: 1px solid #fff;
	color: #fff;
}


.roundedimage {
	height: auto !important;
	margin: 0 20px 0 20px;
	width: 200px;
}

@media only screen and (max-width: 1024px) and (min-width: 480px) {
	.roundedimage {
		float: left;
		height: auto !important;
	}
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
	.roundedimage {
		float: left;
		height: auto !important;
		margin: 0 20px 20px 0 !important;
		width: 95% !important;
	}
}


/********************************************** Wideload Inside Pages *****************************************/
.inside-wideload:before {
    background-position: center;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.inside-wideload {
    background-position: center;
    background-size: contain;
    min-height: 300px;
    position: relative;
    width: 100%;
}

.inside-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inside-wideload h1,
.inside-wideload h2 {
    color: #fff;
    text-align: center;
}

.inside-wideload h1 {
    font-size: 72px;
    margin: 0;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.inside-wideload h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.inside-overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 300px;
    overflow: hidden;
    z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .inside-wideload {
        background-repeat: no-repeat;
        min-height: 30vw;
        position: relative;
        padding: 0 !important;
    }

    .inside-content {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .inside-overlay {
        background: rgba(50, 50, 50, 0.50);
        min-height: 300px;
        overflow: hidden;
        z-index: 2;
    }

    .inside-wideload h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .inside-wideload h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        text-shadow: #000 0 0 0;
    }
}

/********************************************** Wideload Homepage *****************************************/
.home-wideload {
    background-color: #eee;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    width: 100%;
}

.wideload-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-wideload h1,
.home-wideload h2 {
    color: #fff;
    text-align: right;
}

.home-wideload h1 {
    font-size: 60px;
    margin: 0;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.home-wideload h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: right;
    text-shadow: #000 0 0 0;
}

.home-overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 450px;
    overflow: hidden;
    z-index: 2;
}

.overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 300px;
    overflow: hidden;
    z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .home-wideload {
        background-color: #eee;
        background-position: center;
        background-size: cover;
        min-height: 350px;
        position: relative;
    }

    .home-content {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /* float: right;
		margin: 20px 20px 0 0; */
    }

    .home-overlay {
        background: rgba(50, 50, 50, 0.50);
        min-height: 350px;
        overflow: hidden;
        z-index: 2;
    }

    .home-wideload h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .home-wideload h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: right;
        text-shadow: #000 0 0 0;
    }
}


/*BEGIN Localist Overrides */

.localist-date__time, .localist-date__location {
    margin:0;
}

.localist-date__time:before, .localist-date__location:before {
    display:none;
}

/*END Localist Overrides */