/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://yourwebsite.com/twentyseventeen-child/
 Description:  A first child theme, based on Twenty Seventeen
 Author:       Anneliese Dehner
 Author URI:   https://anneliesedehner.com
 Template:     twentyseventeen
 Version:      1.0.0
 Tags:         Accessibility Ready, Custom Colors, Custom Header, Custom Logo, Custom Menu, Editor Style, Featured Images, Flexible Header, Footer Widgets, One Column, Post Formats, Right Sidebar, RTL Language Support, Sticky Post, Theme Options, Threaded Comments, Translation Ready, Two Columns
 Text Domain:  twenty-seventeen-child
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

.olive-background {
    background-color: #25271A;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}




/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 22px;
	word-wrap: break-word;
}

blockquote {
	color: #333333;
	font-size: .8125rem;
	line-height: 22px;
    margin: 32px auto !important;
    padding:1.2em 30px 1.2em 75px !important;
    border-left:8px solid #830000 !important;
    position: relative;
    background:#EDEDED;
}

blockquote::before{
  font-family:Georgia;
  content: "\201C";
  color:#830000;
  font-size: 100px;
  line-height: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
.search-form {
    margin-bottom: 10px;
    width: 30%;
    margin-left: 70%;
}
input[type=search] {
    color: #B19B7C;
    background-color: #25271A;
    border: none;
}
input[type=search]::placeholder {
    color: #25271A;
}
 input[type=search]:focus {
    color: #B19B7C;
}
.search-submit {
    background: transparent;
    color: #B19B7C;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: transparent;
	color: #ffffff;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
.black-background {
    background-color: #000000;
}
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.navigation-top {
    background-color: #25271A;
    padding-top: 2px;
	border-bottom: none;
	border-top: none;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
    background: #7A5E37;
	max-width: 100%;
	padding: 0;
}
.navigation-top a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.50);
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 16px;
}
.main-navigation > div > ul {
	border-top: none;
}

.main-navigation ul#top-menu {
	text-align: right;
}
.main-navigation ul ul {
	background: rgba(62,49,31,1);
}
.main-navigation li {
    border-bottom: 1px solid rgba(255,255,255,0.59);
}
.js .main-navigation.toggled-on > div > ul {
	background: rgba(62,49,31,1);
}
.main-navigation a {
	padding: .5em 1.25em;
}
/* navigation hover style */
.main-navigation a:hover {
	color: #ffffff;
	opacity: .59;
}
.main-navigation ul ul a {
	letter-spacing: .13em;
	text-transform: uppercase;
}
.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {

	color: #ffffff;
}
/* Menu toggle */
.menu-toggle {
	color: #ffffff;
    text-transform: uppercase;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    letter-spacing: .13em;
}

/* Dropdown toggle */
.dropdown-toggle {
	color: #ffffff;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
#page {
    height: 100%;
}
.wrap {
	max-width: 100%;
	padding-left: 2em;
	padding-right: 2em;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.site-header {
   /* background-color: #25271A;*/
}
.custom-header {
    position: relative;
}
#top-bar {
    width: 100%;
    background-color: #000000;
    position: relative;
    z-index: 3;
}
#top-bar ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}
#top-bar li {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.72px;
    display: inline-block;
    padding: 14px 24px;
}
#top-bar li a {
    color: #B19B7C;
}
#top-bar li a:hover {
    text-decoration: underline;
}
.custom-header-media {
    position: relative;
    height: inherit;
}
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
    height: 125px;
}
.has-header-image .custom-header-media img {
    padding-bottom: 0;
}
/* site branding */
.site-branding {
	z-index: 4;
	height: 150px;
	position: absolute;
	padding: 0;
	top: 60px;
	left: 10px;
	width: 50%;
}
.site-branding #logo {
    height: 150px;
   /* position: fixed;*/
}
.site-branding #logo.site-navigation-fixed {
    height: 170px;

}
.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 1;
}
body:not(.title-tagline-hidden) .site-branding-text {
	display: none;
}
.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 270px;
	width: 100%;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: static;
/*	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; *//* vw prevents 1px gap on left that 100% has */
/*	width: auto;
	top: 50%;
	padding-bottom: 1px; *//* Prevent header from extending beyond the footer */
/*	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%); */
}
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}
@supports ( object-fit: cover ) {
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: none;
		object-fit: none;
		top: 0;
		-o-object-position: 0 0;
		object-position: 0% 28%;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}


/*--------------------------------------------------------------
13.2 Front page
--------------------------------------------------------------*/
.twentyseventeen-front-page .entry-header {
    display: none;
}
.twentyseventeen-front-page h1 {
    font-size: 50px;
    font-family: "Georgia", serif;
    font-weight: normal;
    letter-spacing: .056em;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000000;
}
.twentyseventeen-front-page h2 {
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
}
.twentyseventeen-front-page h3 {
    font-size: 20px;
    font-family: "Georgia", serif;
    font-weight: bold;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    margin-top: 64px;
}
#home-intro {
    width: 100%;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
}
#home-intro a {
    border-radius: 11px;
    border: 1px solid #D4D0CD;
    box-shadow: none;
    text-transform: uppercase;
    color: #8E0000;
    font-family: "Georgia", serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: .1em;
    padding: 20px 25px;
    display: inline-block;
}
#home-intro a:hover, #home-research a:hover, #home-support a:hover {
    color: #f29400;
}
#home-research a {
    display: block;
    padding: 20px 25px;
    border-radius: 11px;
    color: #F5F5F5;
    background-color: #8E0000;
    font-family: "Georgia", serif;
    font-weight: bold;
    font-size: 20px;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 8px;
    text-align: center;
}
#home-research a.black-background {
    background-color: #000000;
    text-align: center;
    line-height: 30px;
}
#home-blog {
    background-color: #EAE8E6;
    margin: 64px calc(-8.47458% - 20px) 0 calc(-8.47458% - 20px);
    padding: 53px calc(8.47458% + 20px) 64px calc(8.47458% + 20px);
}
#home-blog h2.sp-post-carousel-section-title {
    font-size: 20px;
    font-family: "Georgia", serif;
    font-weight: bold;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    width: 50%;
}
#home-blog .sp-post-carousel-section .sp-post-carousel-area .slick-arrow {
    z-index: 2;
}

#home-blog .sp-post-carousel-section .sp-post-carousel-area .slick-arrow:hover {
    color: #f29400;
}

/*.sp-post-carousel-section .sp-pc-post-image {
	position: relative;
}
.sp-post-carousel-section .sp-pc-post-image:after {
		content: "";
		display: block;
		padding-bottom: 100%;
}
*/

.sp-pcp-post .sp-pcp-post-thumb-area {
	height: 300px;
}

.sp-pcp-post .sp-pcp-post-thumb-area img {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
}
#home-blog .sp-post-carousel-area .sp-pc-post {
    background-color: #ffffff;
}
#home-blog .sp-pc-post-title {
    padding-left: 23px;
    padding-right: 23px;
    font-size: 20px;
}
#home-blog .sp-pc-content {
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 23px;
}


#home-blockquote {
    margin-top: 64px;
    display: flex;
    align-items: flex-start;
}
#home-blockquote #quote {
    font-family: "Georgia", serif;
    font-size: 150px;
    margin: 0;
    line-height: .72em;
    padding-top: 30px;
    padding-right: 20px;
    text-align: right;
}
#home-blockquote #author {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: .1em;
    padding-right: 30px;
    text-align: right;
}
#home-blockquote blockquote {
    font-family: "Georgia", serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 50px;
    color: #000000;
    font-style: normal;
    border-left: 1px solid #D4D0CD;
    padding-left: 30px;
    padding-top: 20px;
}
.twentyseventeen-front-page blockquote p {
    margin-bottom: 0;
}
.twentyseventeen-front-page blockquote > :first-child {
    margin-bottom: 30px;
}
.twentyseventeen-front-page blockquote a {
    box-shadow: none;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #8E0000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: .1em;
    display: block;
}
#home-support {
    background-color: #EAE8E6;
    margin: 64px calc(-8.47458% - 20px) 0 calc(-8.47458% - 20px);
    padding: 53px calc(8.47458% + 20px) 64px calc(8.47458% + 20px);
    text-align: center;
    font-size: 14px;
}
#home-support h3 {
    margin-bottom: 20px;
}
#home-support a {
    display: inline-block;
    margin-top: 20px;
    padding: 20px 25px;
    border-radius: 11px;
    color: #F5F5F5;
    background-color: #8E0000;
    font-family: "Georgia", serif;
    font-weight: bold;
    font-size: 12px;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: .1em;
}
#home-support > * {
    max-width: 600px;
    margin: auto;
}
.panel-content .wrap {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
	color: #222;
	font-size: 26px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.blog .post .post-thumbnail {
	display: none;
}
.type-post .entry-content h3, h3.comment-reply-title  {
    font-family: "georgia", serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
}
#comments label {
    font-family: "georgia", serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
}
#comments input[type="submit"] {
    border-radius: 11px;
    color: #fff;
    font-family: "georgia",serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .13em;
}
.content-area {
    border-bottom: 1px solid #eeeeee;
}
.nav-links .nav-title {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #8e0000;
    font-weight: 400;
    font-size: 13px;
}
#sidebar_archive {
    margin-top: 47px;
}
aside li.page_item, aside li.cat-item, #sidebar_archive li {
    list-style: none;
    margin-bottom: 10px;
}
aside li.page_item a, aside li.cat-item a, #sidebar_archive li a {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #8e0000;
    font-weight: 400;
    font-size: 13px;
}
aside li.page_item.current_page_parent a, aside .parent li a {
    font-family: "Georgia",serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000000;
    font-size: 12px;
}
aside li a:hover {
    color: #f29400;
}
aside .sp-post-carousel-section {
    margin-top: 47px;
    margin-bottom: 47px;
}
aside div.sp-post-carousel-section h2.sp-post-carousel-section-title, aside h2.widget-title, aside h2 {
    font-family: "Georgia", serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.6em;
    color: #000000;
    font-weight: 800;
}
aside .sp-post-carousel-section .sp-pc-post-image {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}
aside .sp-post-carousel-section-77 .sp-pc-post-title, aside .sp-post-carousel-section-77 .sp-pc-post-title a {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
aside .sidebarsocial img {
    width: 60px;
    display: inline-block;
}
aside .sidebarsocial:hover {
    opacity: .59;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	width: 48%;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
	border-top: none;
	background-color: #000000;
	color: #ffffff;
	font-size: 13px;

}
.site-footer a:hover {
    text-decoration: underline;
}
.site-footer ul#menu-main-menu {
    list-style: none;
    margin-top: 65px;
    padding-bottom: 45px;
    border-bottom: 1px solid #808080;
}
.site-footer ul#menu-main-menu > li {
    display: block;
    text-transform: uppercase;
    font-family: "Georgia", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.3px;
}
.site-footer ul.sub-menu {
    display:none;
}
.site-footer .sub-menu li {
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.8px;
    line-height: 23px;
}
.site-footer ul#menu-main-menu a {
    color: #ffffff;
}
.site-footer .widget a.footersocial img {
    box-shadow: none;
    width: 50px;
}
.site-footer .widget a.footersocial img:hover {
    opacity: .59;
}
#funder-logos {
    border-top: 1px solid #808080;
    padding: 45px 0;
}
#funder-logos img {
    height: 80px;
    margin-right: 15px;
}
#funder-logos img:hover {
    opacity: .59;
}
#funder-logos img.horizontal {
    height: auto;
    width: 130px;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 30em) {

	/* Site Branding */

	.site-branding {
		padding: 0;
		top: 10px;
		left: 10px;
		height: 200px;
	}
	.site-branding #logo {
    height: 200px;
   /* position: fixed;*/
}
}

@media screen and (min-width: 48em) {
    /* Header */
    .custom-header {
        margin-bottom: 0 !important;
    }
    .custom-header-media {
	top: 0;
}
@supports ( object-fit: cover ) {
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: none;
		object-fit: none;
		top: 0;
		-o-object-position: 0 0;
		object-position: 0% 28%;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}
    /* Typography */
    /* Layout */
    .twentyseventeen-front-page.has-sidebar:not(.error404) #primary {
		float: none;
		width: 100%;
	}
	/* Site branding */
	.site-branding {
	position: relative;
		top: -40px;
}

	.site-branding #logo {
    height: 200px;
   /* position: fixed;*/
    }
    .has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		top: 10px;
		display: block;
		left: 10px;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: auto;
	}
	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: 67vh;
	}

		.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: 250px;
		left: 0;
		position: absolute;
		right: 0;
		top: 50px;
	}
	/* Front page */
	.twentyseventeen-front-page .panel-content .wrap {
	    padding-bottom: 0;
	}
	.twentyseventeen-front-page .site-footer {
	    margin-top: 0;
	}
	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 82px);
	}
	#home-intro {
    width: 70%;
}
#home-research a {
    display: inline-block;
    padding: 20px 25px;
    border-radius: 11px;
    color: #F5F5F5;
    background-color: #8E0000;
    font-family: "Georgia", serif;
    font-weight: bold;
    font-size: 20px;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0 8px 8px 0;
}
#home-research a.black-background {
    background-color: #000000;
    text-align: center;
    line-height: 30px;
    float: left;
}
#home-blog h2.sp-post-carousel-section-title {
    width: 100%;
}
#home-blockquote #quote {

    font-size: 250px;

}
#home-blockquote #author {

    width: 150px;
}
#home-blockquote blockquote {
    font-size: 48px;
    line-height: 65px;
}
	
	/* Navigation */
	.admin-bar .site-navigation-fixed.navigation-top {
		top: 0px;
	}
	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 3;
	}
	.navigation-top .wrap {
		max-width: 100%;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em .5em;
	}
	.main-navigation li {
		border-bottom: none;
	}
	.main-navigation ul ul {
		background: rgba(62,49,31,1);
		border: none;
		box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.14);
	}
		.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent;
	}
		.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent rgba(62,49,31,1);
	}
	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: rgba(255,255,255,.1);
		color: #ffffff;
		
	}
	.wrap {
		max-width: 100%;
		padding-left: 8.47458%;
		padding-right: 8.47458%;
	}
	.site-footer ul#menu-main-menu {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 65px;
    padding-bottom: 45px;
    border-bottom: 1px solid #808080;
}
.site-footer ul#menu-main-menu > li {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Georgia", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.3px;
}
.site-footer ul.sub-menu {
    display: block;
    list-style: none;
    margin: 5px 0;
}
#funder-logos {
    display: flex;
    align-items: center;
    justify-content: center;
}
	.site-footer .widget-column.footer-widget-1 {
		width: 50%;
	}
	.site-footer .widget-column.footer-widget-2 {
		width: 50%;
	}
	.footer-widget-2 .widget_custom_html {
	    display: flex;
	    justify-content: flex-end;
	}
	.footer-widget-2 .widget_custom_html li {
		display: inline-block;
	}
	/* Posts */
	.single-post .entry-title,
	.page .entry-title {
		font-family: "Oswald", sans-serif;
    font-weight: normal;
	color: #222;
	font-size: 26px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	}
	
		body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: none;
		width: 100%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: none;
		width: 100%;
	}
	
	.content-area {
    border-bottom: none;
}

}
