/*
=========================================================================
	Body & background styles
=========================================================================
*/
body {
    padding-top: 40px;
}

body,
body:before,
#main-sidebar,
#main {
    background-color: #fff;
}

/*
=========================================================================
	Tags
=========================================================================
*/
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="file"]):not([type="image"]),
textarea,
input[type="submit"] {
	font-size:1em;
}
input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 1em;
    line-height: 1.5;
    color: #fff;
    background: #337ab7;
    border-color: #2e6da4;
	width: auto!important;
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    cursor: pointer;
    background: #337ab7;
}


/*
////////////////////////////////////////////////////////////////////////////////////
====================================================================================
	HOME PAGE STYLES
====================================================================================
////////////////////////////////////////////////////////////////////////////////////
*/

.blogid-1.home .max-width {
	max-width: 100%;
}


/*
====================================================================================
	Home navigation
====================================================================================
*/

.blogid-1.home .menu-primary-items,
.blogid-1.home .menu-unset > ul {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 0;
}
.blogid-1.home #menu-primary-items li a {
    /* display: inline;  TBR */
}
.blogid-1.home  .menu-primary li {
    display: block;
    padding: 0.750em 10px;
    margin: 0;
	border: 0;
}


/*
====================================================================================
	Home map
====================================================================================
*/

#map {
    height: 640px;
    width: 100%;
	display: none;
}

.blogid-1.home .content_list {
    max-height: 290px;
    overflow-y: scroll;
}

.map-infobox {
    margin-bottom: 1em;
    width: 360px;
    max-height: 200px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
}

.map-infobox img {
	max-width: 75px!important;
}



/*
====================================================================================
	Home container
====================================================================================
*/
.blogid-1.home .main {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/*
====================================================================================
	Home search
====================================================================================
*/
.blogid-1.home #search-box {
    background: #fff;
	margin-bottom: 3em;
}

.blogid-1.home .search-box-inner {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	padding: 1.5em 5%;
	background: #2583c0;
}

.blogid-1.home  #global-search {
	width: 100%;
}

.blogid-1.home  #global-search label {
	display: block;
    font-family: "Rokkitt",sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
	position: relative;
}

.blogid-1.home #global-search label:after {
	content: "\f002";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: .5em;
	color: #999;
	line-height: 48px;
}

.blogid-1.home #input-content-instantsearch {
	background: #fff;
    display: block;
	max-width: 100%;
	font-size: 16px;
	padding-left: 3em;
	line-height: 30px;
}

.blogid-1.home #input-content-instantsearch {
    -webkit-appearance: textfield;
	position: relative;
}

.blogid-1.home #input-content-instantsearch,
.blogid-1.home #input-content-instantsearch::-webkit-search-decoration,
.blogid-1.home #input-content-instantsearch::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.blogid-1.home #input-content-instantsearch:focus {
	outline: solid 1px #2583c0;
	-webkit-appearance: none;
}

.blogid-1.home #input-content-instantsearch::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999;
}

.blogid-1.home #input-content-instantsearch:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #999;
   opacity: 1;
}

.blogid-1.home #input-content-instantsearch::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #999;
   opacity: 1;
}

.blogid-1.home #input-content-instantsearch:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #999;
}

/*
====================================================================================
	Home content
====================================================================================
*/

.blogid-1.home #loop-container {
    max-width: 1400px;
    min-height: 100%;
}

.blogid-1.home #posts_list_inner > header,
.blogid-1.home #users_list_inner > header {
	padding: 0 7.4074% .5em;
}


/*
====================================================================================
	Search results
====================================================================================
*/
.blogid-1.home #posts_list .search-result {
	margin-bottom: 1.5em;
}

.blogid-1.home #posts_list .search-result h2 a {
	color: #27292B;
	text-decoration: none;
}

.blogid-1.home #posts_list .search-result h2 a:hover {
	text-decoration: underline;
}

.blogid-1.home #posts_list .search-result .featured-image {
	width: 100%;
}

.blogid-1.home #posts_list .search-result .content-wrapper {
	padding: .5em 7.4074%;
}


/*
=========================================================================
	Container
=========================================================================
*/
.max-width {
    margin: inherit;
}

/*
=========================================================================
	Navigation menu
=========================================================================
*/
#toggle-navigation {
	display: none;
}

#menu-primary {
    max-height: 100%;
}

.menu-primary-items {
	position: relative;
}

.menu-primary-items,
.menu-unset > ul {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 0;
}

#menu-primary-items li {
	flex: 0 0 auto;
}

#menu-primary-items li a {
	display: inline;
}

#menu-primary-items li a:hover {
	text-decoration: none;
}

#menu-primary-items li.active a {
	border-bottom: 2px solid #333;
}

#menu-primary-items li:first-child {
	padding-left: 0;
}

#menu-primary-items li a .fa {
	display: none;
}

/*
=========================================================================
	Sidebar & widgets
=========================================================================
*/
#main-sidebar {
	padding-bottom: 0;
	background: #fff;
}
.main-sidebar,
.site-title a:link,
.menu-primary a:link,
.post-tags a:link,
.widget_tag_cloud a:link,
.sidebar-primary .widget_rss .widget-title a:link,
.site-title a:visited,
.menu-primary a:visited,
.post-tags a:visited,
.widget_tag_cloud a:visited,
.sidebar-primary .widget_rss .widget-title a:visited,
.toggle-navigation {
    color: #333;
}
.menu-primary li{
	display: block;
	padding: 0.750em 10px;
	margin: 0;
}


/*
=========================================================================
	Post/page text alignement & font sizes
=========================================================================
*/
.singular .entry {
    margin-top: inherit;
}

.entry article {
	padding: 0 7.4074% 1.5em;
}
.post-title a:link,
.post-title a:visited {
	color: #27292B;
}
.post-title a:hover {

}
.post-header,
.title-container,
.post-content,
.post-content,
.post-content {
    text-align: left;
}
.post-meta{
    font-size: 14px;
}
.post-content h3{
    font-weight: bold;
}
.further-reading{
    background: #fff;
}

/*
=========================================================================
	Post tags
=========================================================================
*/
.post-tags a,
.widget_tag_cloud a {
    background: #F0F1F2;
    color: #333;
    border-radius: 0;
    border: 1px solid #333;
}
.post-tags a:hover {
    color: #fff;
}
.site-footer .design-credit {
    background: #D9D9D9;
}

/*
=========================================================================
	Archives
=========================================================================
*/
.archive-header,
.pagination {
	text-align: left;
	box-shadow: none;
}

/*
=========================================================================
	Hide default theme comment box
=========================================================================
*/
#comments {
	display: none;
}



/*
////////////////////////////////////////////////////////////////////////////////////
====================================================================================
	CLASSES
====================================================================================
////////////////////////////////////////////////////////////////////////////////////
*/





/*
===============================================================================================================
	Custom Media Queries (Mobile First Method - Based on Author theme breakpoints)
===============================================================================================================
*/
@media (min-width: 34.375em) { /* 550px */

	/*
	===============================================================================================================
		Home page styles
	===============================================================================================================
	*/
	.blogid-1.home .logo-wrapper {
		float: left;
		margin-right: 10px;
	}

	.blogid-1.home #profile .sidebar-title {
		margin: 0px;
		clear: none;
	}

	.blogid-1.home #map {
		height: 640px;
		width: 100%;
		display: block;
	}

	.blogid-1.home #posts_list .search-result {
		border-bottom: 1px solid #ddd;
		margin-bottom: 2.5em;
	}

	.blogid-1.home .list {
		padding: 0 7.4074% .5em;
	}

	.blogid-1.home #posts_list_inner > header,
	.blogid-1.home #users_list_inner > header {
		padding: 0;
	}

	.blogid-1.home #posts_list .search-result .featured-image {
		width:20%;
		padding-bottom: 12%;
		float: left;
	}

	.blogid-1.home #posts_list .search-result .content-wrapper {
		width: 75%;
		margin-left: 5%;
		float: left;
		padding: 0;
	}

	/*
	===============================================================================================================

	===============================================================================================================
	*/
	.entry article {
		box-shadow: none;
	}
	.archive-header,
	.pagination {
		padding: 0;
	}
	.menu-primary {
		position: static;
		width: 100%;
		top: auto;
		left: auto;
		padding: 0;
	}
}


@media all and (min-width: 43.75em) { /* 700px */

}

@media (min-width: 59.375em) { /* 950px */
	/*
	=========================================================================
		Home page styles
	=========================================================================
	*/
	.blogid-1.home .main {
		padding-top: 0;
	}

	.blogid-1.home .eui-logo {
		float: left;
		margin-right: 15px;
	}

	.blogid-1.home #main-sidebar {
		float: none;
		width: 100%;
		padding: 3em 7.4074% 1.5em;
		max-width: 100%;
		position: relative!important;
	}

	.blogid-1.home #users_list_inner .user-list-item {
		width: 48%;
		margin: 0 1%;
		float: left;
	}

	/*
	=========================================================================
		Navigation menu
	=========================================================================
	*/
	.menu-primary-items,
	.menu-unset > ul {
		border-top: 3px solid #e5e5e5;
		border-bottom: 0;
		margin: 0;
		display: block;
	}
	#menu-primary-items li {
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.blogid-1.home #menu-primary-items li {
		border: 0 none;
	}

	#menu-primary-items li a,
	#menu-primary-items li.active a	{
		display: block;
		padding: 10px;
		margin: 0;
	}
	#menu-primary-items li a:hover {
		text-decoration: underline;
		background: #e5e5e5;
		border: 0;
	}
	#menu-primary-items li a .fa {
		display: inline-block;
	}
	#menu-primary-items li.active a {
		border: 0 none;
	}
	.dep-eco .menu-primary-items,
	.dep-eco .menu-unset > ul {
		border-color: #e94b29;
	}
	.dep-hec .menu-primary-items,
	.dep-hec .menu-unset > ul {
		border-color: #1f5125;
	}
	.dep-law .menu-primary-items,
	.dep-law .menu-unset > ul {
		border-color: #ba1642;
	}
	.dep-sps .menu-primary-items,
	.dep-sps .menu-unset > ul {
		border-color: #467f80;
	}
	.dep-rsc .menu-primary-items,
	.dep-rsc .menu-unset > ul {
		border-color: #f19a13;
	}
	.dep-mwp .menu-primary-items,
	.dep-mwp .menu-unset > ul {
		border-color: #28285c;
	}

	/*
	=========================================================================
		Footer
	=========================================================================
	*/
	.site-footer {
		width: 100%;
	}
	.site-footer .design-credit {
		padding-left: 26px;
		text-align: left;
	}
}

@media (min-width: 71.875em) { /* 1150px */

	/*
	=========================================================================
		Home page styles
	=========================================================================
	*/
	.blogid-1.home .main {
		background: #e9ebee;
	}

	.blogid-1.home #posts_list .featured-image + article {
		padding: 1.5em 14% 4.5em;
	}

	.blogid-1.home .loop-container {
		width: 100%;
		margin: 0 auto;
		padding: 3em 7.4074% 1.5em;
	}

	.blogid-1.home #posts_list {
		float: left;
		padding: 0;
		width: 60%;
	}

	.blogid-1.home #users_list {
		float: right;
		padding: 0;
		width: 35%;
	}

	.blogid-1.home #users_list .user-list-item {
		width: 100%;
		float: none;
	}

	.blogid-1.home #posts_list .search-result {
		box-shadow: 0 -1px 0 #e0e0e0,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
		background: #fff;
		padding: 1em;
		position: relative;
		overflow: hidden;
		border-bottom: 0;
	}

	.blogid-1.home #posts_list .search-result:hover {
		box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
	}

	/*
	=========================================================================

	=========================================================================
	*/
	.main {
		padding: 3em 5%;
	}
	.entry article {
		padding: 0 14% 4.5em 0;
	}
	.post-header {
		margin-top: 0;
	}
	.featured-image + article {
		padding: 1.5em 14% 4.5em;
	}
	.comments {
		padding: 1.5em 9.999%;
	}
}

@media (min-width: 87.5em) { /* 1400px */
	/*
	=========================================================================
		Home page styles
	=========================================================================
	*/
	.blogid-1.home .eui-logo {
		height: auto;
		width: 210px;
	}

	.blogid-1.home .loop-container {
		width: 77.77%;
		margin: 0 auto;
		padding: 1.5em 5%;
	}

	/*
	=========================================================================

	=========================================================================
	*/
}
