/* Custom Styles */

body {
	font-family: 'Roboto', sans-serif;
	-webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
a, a:focus, a:hover, a:active, a:visit, *:focus {
	outline: none;
}
p {
	font-family: 'Open Sans', sans-serif !important;
}
.site-container {
	padding: 20px 0;
}
li {
	font-size: .8em;
}
/* Header Styles */
.top-navigation .site-header {
	background-position: left !important;
}
.header-image .title-area {
	background-size: initial !important;
	float: left;
	max-width: none;
	min-width: 270px;
	width: 36%;
}
.header-left {
	float: right;
	display: inline-block;
	width: 300px;
}
.header-right {
	float: right;
	display: inline-block;
	width: 50%;
}
.header-container .row {
	padding: inherit 5%;
}
.header-left a{
	color: #478fb2;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
}
.header-left p {
	line-height: 20px;
}
.header-left a:hover {
	text-decoration: none;
}
.gcan-logo {
	letter-spacing: initial;
}
.uppercase {
	text-transform: uppercase;
}
.menu-main-navigation-container {
	text-align: center;
}
.category .site-inner, .single .site-inner {
	padding: 0;
}
header.banner {
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.5);
}
header .jumbotron {
	padding:;
}
header h1, h1.archive-title {
	color: #478fb2;
	font-family: 'Roboto', sans-serif;
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 40px;
}
.title-area {
	margin-left: 40px;
	width: 352px;
}
.nav-area {
	clear: both;
	display: block;
	text-transform: uppercase;
	width: 100%;
}
.nav-primary {
	border-top: none;
	/*float: right;*/
	margin: 0;
	padding: 0;
}

.nav-primary ul {
	display: inline-block;
	width: 100%;
}
.nav-primary ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.nav-primary ul a {
	font-size: 1.1em;
	color: #808080;
	font-weight: bold;
}
.nav-primary li {
	display: inline-block;
	padding: 0 2.5%;
}
#nav_menu-2 {
	text-align: left;
}

.nav-primary section {
	margin-bottom: 0;
}

/* end header styles */

/* General Interior Styles */
.content-sidebar .site-inner {
	margin: 20px auto 20px auto;
	max-width: 1140px;
	padding: 0;
}
.full-width-content .site-inner {
	margin: 20px auto;
	max-width: 1140px;
	width: 95%;
}
.content-sidebar h1.entry-title {
	font-size: 46px;
}
.site-inner {
	margin-top: 60px;
	padding: 0 7%;
}
header.entry-header {
	padding-bottom: 25px;
}
.category-featured-image, #category-copy {
	margin-bottom: 40px;
}
.category-row  {
	margin-bottom: 20px;
}
.home hr {
	border-top: 2px solid #808080;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
}
#themes-section .square {
	float: left;
	position: relative;
	width: 32.5%;
	padding-bottom: 30%;
	margin: 4px 0.2%;
	overflow: hidden;
}
#themes-section .rectangle {
	/*background-color: #E6E6E6; */
	float: left;
	position: relative;
	width: 49%;
	padding-bottom: 30%;
	margin: 0 .2%;
	overflow: hidden;
}
#themes-section .content {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0;
}
#themes-section .home-theme-container {
	display: block;
	height: 100%;
	width: 100%;
}
#themes-section .row {
	display: block;
}
.home-page-gallery-overlay {
	background-color: transparent;
}
#themes-section .table-cell {
	display: block;
	height: 100%;
	text-align: center;
	width: 100%;
}
.home-gallery {
	height: 100%;
	width: 100%;
}
.home-gallery img {
	height:100%;
	width: 100%;
}
.home-theme-container {
	/*background-color: #E6E6E6;*/
	display: inline-block;
	width: auto;
	margin: 2px;
	text-align: center;
}
.home-theme-container a {
	color: #478FB2;
	font-weight: bold;
	text-transform: uppercase;
}
.hompepage-themes-text {
	/*background-color: #FFF;*/
	color: #FFF;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.home .site-container {
	padding-bottom: 0;
}
#home-outputs-section {
	background-color: #E6E6E6;
}
#home-outputs-section .site-inner {
	margin-top: 30px;
	padding: 60px 5% 30px 7.5%;
}
.home-page-gallery-overlay {
	background-color: #478fb2 ;
	height: 100%;
	left:50%;
	opacity: .55;
	position: absolute;
	top: 50%;
	transition: all 0.1s ease;
	-webkit-transition: background-color 100ms ease-out .1s;
    -moz-transition: background-color 100ms ease-out .1s;
    -o-transition: background-color 100ms ease-out .1s;
    transition: background-color 100ms ease-out .1s;
	transform: translate(-50%, -50%);
	width: 100%;
}
.home-page-gallery-overlay:hover {
	background-color: transparent;

}
.three-col-box {
	width: 30%;
	margin: 0 2px;
	padding-bottom: 30%;
}

.two-col-box {
	width: 48%;
	margin: 0 2px;
	padding-bottom: 48%;
}

.expertise-section .row {
	padding-bottom: 25px;
	padding-left: 0;
}
.expertise-item {
	display: inline-block;
	float: left;
	margin-bottom: 25px;
	padding-left: 0;
	text-align: center;
}
#project-lead .expertise-item {
	display: block;
	float: none;
	margin: 0 auto;
}
.expertise-thumbnail {
	height:247px;
	overflow: hidden;
	margin: 0 auto;
	width: 250px;
}
.expertise-text h2 a {
	color: #478fb2;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.expertise-section h3 {
	color: #000000;
	font-size: .75em;
	text-align: center;
	text-transform: uppercase;
}

.expertise-section img {
	text-align: center;
}
.expertise-text {
	margin-top:10px;
}
.expertise-title {
	text-transform: uppercase;
	font-size: .75em;
}
.expertise-image {
	padding-left: 20%;
}
.expertise-section {
	clear: both;
	width: 100%;
}
.secondary-header {
	font-size: 36px;
	color: #478FB2;
	font-family: 'Roboto', sans-serif;
	padding: 20px 0;
}
.expertise-section .secondary-header {
	text-align: center;
}
.archive-description {
	padding: 0;
}
#outputs-section {
	background-color: #E6E6E6;
	margin-top: 20px;
	padding-top: 60px;
}
#outputs-section .row {
	margin: 0 5%;
}
.output-left-section, .output-right-section {
	display: inline-block;
}
#home-outputs-section .row {
	margin-bottom: 40px;
}
.output-left-section {
	display: inline-block;
	float: left;
	max-width: 140px;
	width: 50%;
}
.output-right-section {
	margin-left: 10px;
	max-width: 250px;
	width: 50%;
}
a .output-type-title h3 {
	color: #808080;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;	
}
a:hover .output-type-title h3 {
	text-decoration: underline;	
}
a .output-excerpt {
	color: #000;
	font-size: .75em;
	height: 150px;
}
.home a .output-excerpt p {
	font-size: 16px;
}
.outsputs-main-section {
	padding-left: 2%;	
}
.outputs-row {
	width: 100%;
	margin-bottom: 25px;
	padding-left: 2%;
}
.outputs-thumbnail {
	display: inline-block;
	height: 150px;
	width: 150px;
}
.output-thumbnail a {
	height: 100%;
	width: 100%;
}
.output-thumbnail a:hover {
	text-decoration: none;
}
.outputs-thumbnail img {
	width: 150px;
	height: 150px;
}
.outputs-text {
	display: inline-block;
	color: #808080;
	padding-left: 5%;
	width: 75%;
}
.outputs-text h2 a {
	color: #808080;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 1.25em;
}
.loop-title {

}
.outputs-text h2 {
	padding-bottom: 10px;
	padding-left: 0;
}
.outputs-content {
	font-size: .75em;
	font-family: 'Roboto';
}
.outputs-content p {
	color: #000;
	font-size: 17px;
	font-weight: normal;
}
.outputs-thumbnail a:hover {
	text-decoration: none;
}
.news-main-section {
	
	width: 100%;
}
.news-item {
	display: inline-block;
	float: left;
	margin: 0 1%;
	width: 30%;
}
.news-thumbnail {
	background-color: #808080;
	text-align: center;
}
.news-text {
	background-color: #91BBD1;
	color: #FFF;
	font-size: .55em;
	margin-bottom: 50px;
	min-height: 295px;
	text-align: left;
}
.news-text h2 {
	text-align: center;
	padding: 10px 0;
}
.news-text h2 a {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.news-item img {
	height: 287px;
}
.news-content {
	font-size: 1.25em;
	height: 160px;
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.news-text p {
	height: 143px;
	margin: auto 25px;
	overflow: hidden;
}

#country-section article {
	padding: 0;
}

#country-section h1.archive-title {
	margin-bottom: 20px;
}

#country-section .entry-header {
	padding-bottom: 0;
	padding-top: 20px;
}
#country-section .entry-content {
	font-size: .75em;
}
h2.country-section-title {
	color: #478fb2;
	font-family: 'Roboto';
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#country-section .outputs-content p {
	color: #000;
	font-size: 17px;
}
main article p {
	font-size: 17px;
	font-family: 'Open Sans';
}
#country-section .news-text {
	font-size: 1em;
}
.archive-pagination a:hover, .archive-pagination a:focus, .archive-pagination .active a {
	background-color: #478fb2;
}
h2.entry-title a {
	color: #808080;
}
h2.entry-title a:hover {
	text-decoration: underline;
}
/* Image styles for placeholder block */
.placeholder-image {
	background-image: url('../images/placeholder.png');
	background-size: cover;
	height: 140px;
	width: 100%;
}
.placeholder-image.square-370 {
	height: 287px;
	width: 100%;
} 
.placeholder-image.thumbnail a:hover {
	text-decoration: none;
}
.placeholder-image.thumbnail {
	height: 150px;
	width: 100%;
}
.news-thumbnail a:hover {
	text-decoration: none;
}
.news_thumbnail {
	height: 253px;
	width: 253px;
}
.thumbnail {
	height: 271px;
	width: 271px;
}
.square-370 {
	height: 370px;
	width: 370px;
}
.entry-footer .entry-meta {
	border-top: none;
}
/* End General Interior Styles */
/* Content without sidebar styles */
.content-sidebar-wrap article.post {
	padding: 70px 0px;
}

/* Content with Sidebar styles */
.content-sidebar-wrap main {
	width: 65%;
	margin: 0 0 0 5%;
}
.content-sidebar-wrap main .entry {
	padding: 0 3% 0 0;
}
.single-post .content-sidebar-wrap main .entry {
	margin: 0;
	padding-top: 60px;
}
.page-id-6 main {
	border-right: #000 1px solid;
}
.content-sidebar-wrap aside {
	width: 30%;
}

.content-sidebar-wrap aside.sidebar .widget {
	padding-top: 0;
}

.widget-area h1 {
	color: #478FB2;
	font-family: 'Roboto';
	font-size: 2.75em;
	font-weight: 700;
}

/* Footer Styles */
.footer-widgets {
	border-top: #808080 2px solid;
	padding: 30px;
}
.footer-widgets .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 5%;
}
.footer-widgets-1 { 
	float: left;
	width: 33%;
}

.footer-widgets-1 p {
	color: #808080;
	font-size: .6em;		
}

.footer-widgets-2 {
	float: right;
	padding: 0;
	text-align: right;
	width: 60%;
}
.footer-widgets-3 {
	color: #808080;
	font-size: .75em;
	text-align: right;
	width: 100%;
	
}

/* change standard modal behavior */
#contact-modal {
	margin: 5%;
	overflow: hidden;
}
.modal-header {
	color: #478FB2;
	font-family: 'Roboto';
	font-size: 1em;
	
}
.modal-body {
font-family: 'Roboto';
font-size: 1em;
height: 600px;
overflow: hidden;
}
.modal-body label {
	font-size: .8em;
	font-weight: bold;
}
.modal-body input[type="submit"] {
	background-color: #478FB2;
}
.modal-body input[type="submit"] {
	background-color: #000;
}
.modal-body input {
	font-family: 'Roboto';
	font-size: .85em;
	line-height: 1em;
	padding: 4px;
}

.modal-backdrop {
background-color: #424530;
}

.btn-primary {
	background-color: #478FB2;
	border-color: #478FB2;
}

.modal-backdrop.fade.in
{
opacity: .8; 
}

/* Small devices (landscape phones, 576px and up) */
/*@media (max-width: 316px) {
	#home-outputs-section .row {
		margin: 0 20%;
	}
}*/
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	a:focus, a:hover {
		text-decoration: none;
	}
	body .site-inner {
		margin: 30px 0;
	} 
	.header-image .title-area {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 270px;
		width: 100%;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		float: left;
		width: 100%;
		text-align: center;
	}
	.navbar-fixed-top .top-navigation {
		width: 100%;
	}
	.navbar-fixed-top .header-left {
		clear: both;
		display: block;
		height: 100px;
		text-align: center;
		width: 100%;
	}
	#menu-main-navigation .menu-item a {
		font-size: .75em;
	}
	.header-left .widget {
		margin-bottom: 75px;
	}
	.header-image .title-area {
		margin-bottom: 0;
	}
	.nav-area {
		display: block;
		max-width: none;
	}
	.navbar-fixed-top {
		display: block;
		width: 100%;
	}
	.navbar-fixed-top .nav-area button {
		float: none;
	}
	.jumbotron {
		margin: 0 7%;
		padding: 0;
	}
	.jumbotron h1 {
		font-size: 1.25em;
		text-align: center;
	}
	.jumbotron p {
		text-align: center;
	}
	#home-outputs-section .row {
		display: block;
		margin: 0 0%;
	}
	.home .home-theme-container .home-gallery {
		margin-left: 0;
		width: 100%;
	}
	.countries-main-section .outputs-row, .outsputs-main-section .outputs-row, .expertise-main-section .expertise-item {
		margin-bottom: 40px;
		margin-left: 0;
		text-align: left;
		width: 95%;
		word-wrap: normal;
	}
	.outputs-thumbnail {
		margin: 0 auto;
		text-align: center;
	}
	.outputs-text h2 {
		text-align: center;
	}
	.countries-main-section .outputs-text, .outsputs-main-section .outputs-text, .expertise-main-section .expertise-text {
		width: 100%;
	}
	.countries-main-section .outputs-content, .outsputs-main-section .outputs-content, .expertise-main-section .expertise-text  {
		font-size: 1em;
	}
	.site-inner {
		margin: 30px 0;
	}
	.header-image .title-area {
		clear: both;
		height: auto;
		margin-bottom: 0;
	}
	.nav-area button {
		padding-top: 0;
	}
	main article p {
		font-size: .85em;
	}
	#country-section article {
		padding-right: 80px;
	}
	.site-container #home-outputs-section .site-inner {
		margin: 0;
		padding: 30px 0;
		width: 100%;
	}
	#home-outputs-section .col-6 {
		margin-left: 30px;
		margin-bottom: 30px;
	}
	.home-theme-container, .home-page-gallery-overlay {
		background-color: transparent !important;
	}
	.home-gallery img, .output-thumbnail img, .news-thumbnail img {
		width: 250px;
		height: 250px;
	}
	.news-main-section .news-item { 
		width: 250px;
	}
	.output-thumbnail a:hover {
		opacity: 1;
	}
	.output-excerpt {
		height: auto;
	}
	#genesis-content, #genesis-sidebar-primary {
		display: block;
		float: none;
		margin: 0;
		width: 100%;
	}
	 #genesis-sidebar-primary .textwidget {
	 	padding-right: 80px;
	 }
	 .content-sidebar-wrap aside.sidebar .widget {
	 	padding: 0;
	 }
	 .news-item {
	 	display: block;
	 	float: none;
	 	margin: 0 3%;
	 	width: 250px;
	 }
	 .news-item {
	 	margin: 0 10%;
	 }
	 header.banner {
	 	-webkit-box-shadow: none;
		box-shadow: none;
	}
	body .nav-area {
		display: block;
		text-align: center;
		width: 100%;
	}
}

/* Medium devices (tablets, 768px and below) */
@media (max-width: 768px) { 
	.container {
		width: 95%;
		margin: 0 auto;
		padding: 0;
	}

	#home-outputs-section .output-right-section {
		max-width: 150px;
		margin-bottom: 50px;
	}

	#themes-section .square, #themes-section .rectangle  {
		height: 100%;
		margin-bottom: 50px;
		padding-bottom: 0;
		position: relative;
		width: 100%;

	}
	.navbar-fixed-top {
		width: 95%;
		margin: 0 auto;
	}
	
	#themes-section {
		margin: 0;
	}

	#themes-section .content {
		position: relative;
	}
	#home-outputs-section .col-6 {
		flex: 0 0 100%;
		margin: 0 25%;
		padding: 0;
		width: 100%;
	}
	.home-theme-container .home-gallery {
		height: 55%;
		margin-left: 23%;
		width: 55%;
	}
	#home-outputs-section .site-inner .output-right-section {
		max-width: 100%;
	}
	.home-gallery img {

	}
	.home-theme-container, .home-page-gallery-overlay {
		background-color: transparent;
		max-height: 315px;
		width: 58%;
	}
	.output-type-title {
		margin-top: 20px;
	}
	.output-left-section {
		display: block;
		float: none;
	}
	#home-outputs-section .col-6 .output-right-section {
		max-width: 100%;
	}
	#menu-main-navigation .menu-item {
		display: block;
		font-size: 1.5em;
		width: 100%;
	}
	.header-left a {
		font-size: .8em;
	}
	.news-item {
	 	display: block;
	 	float: none;
	 	margin: 0 auto;
	 	width: 370px;
	 }
}
@media only screen and (min-width: 992px) {
	.container {
		max-width: 1200px;
		width: 100%;
	}
	.navbar-fixed-top {
		width: 100%;
	}
	.header-image .site-title > a {
		width: 270px;
	}
}
@media only screen and (max-width: 992px) {
	.header-left {
		float: left;
		width: 270px;
	}
	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
		margin-bottom: 20px;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}
	.content-sidebar .site-inner {
		margin-left: 2%;
		margin-right: 0;
	}
	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}
	.outsputs-main-section {
		padding-left: 4%;
	}
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #c3251d;
	}

	.sub-menu-toggle, .menu-toggle {
		display: inline-block !important;
		visibility: visible !important;
	}

	.menu-main-navigation-container {
		text-align: center;
	}

	#home-outputs-section .site-inner {
		padding-left: 5.5%;
	}

		/* Added styles */
	.menu-main-navigation-container {
		text-align: center;
	}

	#home-outputs-section .site-inner {
		padding-left: 5.5%;
	}

	.menu-toggle {
		border: none;
	}
	.toggle {
		color: #808080;
		float: right;
		padding-top: 6%;
		width: auto;
	}
	#home-outputs-section .output-right-section {
		display: block;
		float: none;
		margin: 20px 0;
		max-width: none;
		width: 100%;
	}
	.nav-area button {
		color: #808080;
		float:right;
		margin: 0;
		padding-top: 40px;
		width: 70px;
	}

	.output-left-section {
		display: block;
		float: none;
		max-width: none;
		width:100%;
	}
	.after-entry, .archive-description, .author-box {
		margin-left: 3%;
	}
	.footer-widgets .wrap {
	padding: 0;
	}
	.header-left a {
		font-size: .8em;
	}
	.top-navigation {
		display: inline-block;
		width: 45%;
	}
	.nav-area {
		display: inline-block;
		padding: 0;
		width: 3%;
		vertical-align: top;
	}
	.placeholder-image.thumbnail {
		width: 150px;
	}
}

@media only screen and (max-width: 1023px) {
	.site-inner {
		margin: 30px 7%;
		padding:0;
	}
	.output-right-section {
		max-width: 155px;
	}

	.container {
		width: 100%;
		margin: 0%;
	}
	.navbar-fixed-top {
		display: block;
		width: 95%;
	}
	.content-sidebar-wrap article {
		padding-left: 0;
		padding-right: 80px;
	}
	.full-width-content .site-inner, .container, .archive .container, .container.header-container {
	}
	.single .site-inner {
		margin: 30px 3%;
	}
}