/*
Theme Name:     CivicWise
Author:         Montera34
Author URI:     https://montera34.com
Template:       thestory
*/

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

@media screen and (min-width: 1001px) {
/*
#header {
	padding-top: 22px;
	padding-bottom: 15px;
}
#header .section-header {
	text-align: center;
	padding: 0;
	position: relative;
}*/
#logo-container {
	margin-right: 10px;
}
.navigation-container,
#menu {
	float: none;
}
.menu-left,
.menu-center {
	float: left;
	margin-right: 20px;
}
.menu-right {
	float: right;
}
ul.menu-left > li > a {
	padding: 1px 4px;
	margin: 0 5px;
/*	border: 1px solid transparent;*/
}
ul.menu-center > li > a {
	padding: 1px 4px;
/*	margin: 0 5px;
	background-color: #fff;
	border: 1px solid #fff;
	border: 1px solid transparent;
	font-weight: bold;*/
}
.menu-extra {
	font-size: 0.9em;
	color: #fff;
}
.nav-menu > ul > li > a::after {
	content: none;
}
/*ul.menu-right > .current-lang > a,
.menu-ul > .current-menu-item > a,
.menu-ul > .current_page_item > a,
ul.menu-ul > li:hover > a {
	border-bottom: 1px solid #000;
}*/
ul.menu-right > li > a {
	padding: 1px 1px;
	margin: 0 5px;
/*	border: 1px solid transparent;*/
}
/*
ul.menu-right > li {
	padding: 1px;
}

#menu ul li a {
	line-height: 1em;
}
.menu-center > li > a {
	border: 1px solid #bbb !important;
	padding: 3px 4px !important;
}
.menu-center > li:hover > a {
	background-color: #fff;
	color: #2f2f2f !important;
	opacity: 0.9 !important;
	border-color: #fff !important;
}
.menu-right {
	position: absolute !important;
	right: 0;
}
.nav-menu ul {
	display: inline-block;
	margin: 8px 0;
}

.menu-ul .sub-menu {
	text-align: left;
	font-weight: bold;
}
.header-buttons {
	margin-top: 0;
}

*/
}


/* portfolio single styles */
.ps-fullwidth .ps-side {
	width: 25%;
	float: left;
}
.ps-fullwidth .ps-content-text {
	margin-left: 28%;
}
.ps-basic-materials {
	padding-top: 3px;
	border-top: 1px solid #000;
	margin-top: 5px;
}
.ps-title {
	line-height: 1em;
	color: #000;
}
.ps-side-title {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.ps-basic {
	font-size: 12px;
	color: #000;
}
.ps-side-down {
	margin-top: 150px;
}
.ps-extra {
	color: #000;
	font-size: 12px;
	padding-bottom: 1em;
	clear: both;
}
.ps-extra-label {
	text-transform: uppercase;
}
.ps-content-text a {
	font-weight: bold;
}

/* CW Mapping */
/* Mosaic */
.page-template-page-network #content-container {
	padding-left: 0;
	padding-right: 0;
}
.mosac {
}
.mosac-item {
	padding: 0px;
	font-size: 1rem;
	line-height: 1.5rem;
}
.mosac-item a:hover {
	color: #f3c800;
}
.bg-item {
	background-color: #fff;
	margin: 5px;
	border: 3px solid #2f2f2f;
	padding: 10px;
	transition: color .2s, background-color .2s;
}
.bg-item:hover {
	background-color: #2f2f2f;
	color: #fff;

}
.mosac-img {
	margin-bottom: 10px;
}
.mosac-img .circular-square {
	max-width: 96px;
	border-radius: 50%;
}
.mosac-text {
	position: relative;
}
.mosac-tit {
	font-size: 1.2rem;
	margin: 0 30px 1rem 0;
	line-height: 1.5rem;
	padding: 0;
	transition: color .2s;
}
.mosac-connector {
	position: absolute;
	top: 0px;
	right: 0px;
}
.bg-item:hover .mosac-tit {
	color: #fff;
}
.mosac-list, .mosac-text {
	margin-bottom: 0.5rem;
}
.mosac-list {
	display: flex;
	align-items: first baseline;
}
.mosac-list span {
	padding-left: .5rem;
} 
.mosac-footer {
	padding-top: 1rem;
}
.mosac-link {
	margin-right: 5px;
}

@media (max-width: 575.98px) {
	.mosac-item {
		width: 100%;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {
	.mosac-item {
		width: 50%;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {
	.mosac-item {
		width: 33.33%;
	}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.mosac-item {
		width: 25%;
	}
}

@media (min-width: 1200px) {
	.mosac-item {
		width: 20%;
	}

}

/* User profile forms */
.gform_wrapper .gform_validation_success {

    background: #fff9f9;
    border-radius: 5px;
    border: 1.5px solid green;
    box-shadow: 0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.0405344);
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 16px 16px 16px 48px;
    position: relative;
    width: 100%;
 }
 .gform_wrapper .gform_validation_success > h2 {

    color: green;
    font-size: 13.2px;
    font-weight: 500;
    line-height: 17.6px;
