/*

Theme Name: Mockingbird
Theme URI: https://www.mbird.com/
Description: New theme for those good souls at Mockingbird, lovingly prepared by Joe Mendonca.
Version: 1.0
Author: Joe Mendonca
Author URI: https://www.mendoncacreative.com/

*/

/*--------------------------------------------------------------
HTML Elements
--------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	background: #ffffff;
	color: #231f20;
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 100%;
	margin: 0;
	width: 100%;
}

img {
	border: 0px none;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 10px 10px;
}

.aligncenter {
	display: inline;
	float: center;
}

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

a {
	color: #f36e64;
	text-decoration: none;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

.wrapper {
	float: left;
	width: 100%;
}

.layout-section {
	margin: 0 auto;
	width: 1450px;
}

.single .layout-section,
.single .related-posts .layout-section {
	width: 1050px;
}

.content-container {
	background: #ffffff;
	margin-top: 238px;
	position: absolute;
	z-index: 1;
	width: 100%;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
	background: url(imgs/banner.jpg);
  	background-size: auto 100% !important;
	float: left;
	height: 238px;
	position: fixed;
	width: 100%;
	z-index: -1;
}

.header-logo-text img {
	height: 107px;
	left: 0;
	margin: 112px auto;
	position: absolute;
	right: 0;
	width: auto;
	z-index: 3;
}

.header-logo-fixed {
	height: 30px !important;
	position: fixed !important;
	margin: 23px auto !important;
	margin: 56px auto;
}

.navigation-bar {
	background: #424662;
	display: none;
	height: 74px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 0;
}

.bar-active.navigation-bar {
	height: 74px;
}

.bar-active {
	z-index: 2;
}

body.admin-bar .navigation-bar,
body.admin-bar .navigation {
	top: 30px !important;
}

/*--------------------------------------------------------------
Border frame
--------------------------------------------------------------*/

.frame-left,
.frame-right {
	height: 100vh;
	position: fixed;
	width: 43px;
	z-index: 6;
}

.frame-left {
	background: #e7e3df;
	left: 0px;
}

.frame-right {
	background: #424662;
	right: 0px;
}

/*--------------------------------------------------------------
Menu bar
--------------------------------------------------------------*/

.navigation {
	background: #e7e3df;
	height: 74px;
	left: 43px;
	position: fixed;
	top: 0px;
	width: 246px;
	z-index: 10;
}

.menu-logo {
	float: left;
	height: 48px;
	margin: 12px 0px 0px 0px;
	width: 48px;
}

body .menu-search,
body .menu-shop {
	cursor: pointer;
	float: left;
	height: 20px;
	margin: 28px 0px 0px 28px;
	width: auto;
}

.menu-shop {
	float: left;
	height: 25px;
	margin: 22px 0px 0px 28px;
	width: auto;
}

.top-navigation-active .navigation {
	height: 74px;
	left: 43px;
	width: 246px;
}

.top-navigation-active .menu-logo {
	height: 48px;
	margin: 12px 0px 0px 0px;
	width: 48px;
}

.top-navigation-active .menu-search {
	height: 20px;
	margin: 28px 0px 0px 28px;
	width: auto;
}

.top-navigation-active .menu-shop {
	height: 25px;
	margin: 22px 0px 0px 28px;
	width: auto;
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/

.top-navigation {
	position: fixed;
	z-index: 3;
}

.top-menu {
	background: #e7e3df;
	display: none;
	left: 10px;
	margin-top: 0px;
	max-height: 100vh;
	overflow: hidden;
	overflow-y: scroll;
	padding: 98px 30px 139px 10px;
	position: absolute;
	top: 0px;
	width: 239px;
	-webkit-overflow-scrolling: touch;
}

.top-menu .menu {
	margin-bottom: 300px;
}

.top-menu li {
	display: block;
	list-style-type: none;
}

.link-bottom,
.top-menu li:last-child {
	margin-bottom: 26px;
}

.top-menu .menu > li:not(.link-bottom) {
    margin-bottom: 2px;
}

.top-menu li a {
	color: #231f20;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.49px;
	line-height: 28px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.top-menu li.menu-item-has-children > a {
	cursor: pointer;
}

.top-menu li .sub-menu a {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.49px;
	line-height: 28px;
	margin-bottom: 0px;
}

.top-menu li .sub-menu a:before {
	display: none;
}

.top-menu li > a:before {
	content: " ";
	float: left;
	padding-right: 11px;
	height: 22px;
	width: 22px;
}


.sub-menu {
	float: left;
	margin: 2px 0px 0px 45px;
	width: 100%;
}

/*--------------------------------------------------------------
Hamburger icon
--------------------------------------------------------------*/

.hamburger {
	float: left;
	margin: 27px 0px 0px 28px;
}

.hamburger .line {
	background-color: #484a4e;
	border-radius: 25%;
	display: block;
	height: 3px;
	margin: 3px auto;
	width: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover {
	cursor: pointer;
}

.hamburger.is-active .line:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(4px) rotate(45deg);
	-ms-transform: translateY(4px) rotate(45deg);
	-o-transform: translateY(4px) rotate(45deg);
	transform: translateY(4px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

.top-navigation-active .hamburger {
	margin: 27px 0px 0px 28px;
}

.top-navigation-active .hamburger .line {
	height: 3px;
	margin: 3px auto;
	width: 30px;
}

.top-navigation-active .hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(4px) rotate(45deg);
	-ms-transform: translateY(4px) rotate(45deg);
	-o-transform: translateY(4px) rotate(45deg);
	transform: translateY(4px) rotate(45deg);
}

.top-navigation-active .hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

/*--------------------------------------------------------------
Header newsletter
--------------------------------------------------------------*/

.header-newsletter {
	position: absolute;
	right: 160px;
	top: 19px;
}

.header-newsletter img {
	float: left;
	height: auto;
	width: 27px;
}

.bar-active .header-newsletter {
	right: 160px;
	top: 19px;
}

.bar-active .header-newsletter img {
	width: 27px;
}

/*--------------------------------------------------------------
Header social media
--------------------------------------------------------------*/

.header-social {
	border: 2px solid #6b9fb0;
	border-radius: 15px;
	padding: 3px 8px 5px 8px;
	right: 43px;
	position: absolute;
	top: 19px;
}

.header-social img {
	float: left;
	height: 16px;
	margin-right: 11px;
	width: auto;
}

.header-social a:last-of-type img {
	margin-right: 0px;
}

.bar-active .header-social {
	padding: 3px 8px 5px 8px;
	right: 43px;
	top: 19px;
}

.bar-active .header-social img {
	height: 16px;
	margin-right: 11px;
}

/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/

.search-form {
	background: rgba(255,255,255,0.8);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.search-form-top {
	background: #424662;
	color: #ffffff;
	float: left;
	padding: 60px 25vw 60px 25vw;
	position: relative;
	width: 50vw;
}

.search-form-top input {
	background: transparent;
	border: 0px;
	border-bottom: 1px solid #ffffff;
	border-radius: 0px;
	float: left;
	font-size: 48px;
	padding: 0px 0px 6px 0px;
	width: 100%;
}

.search-form-close {
	position: absolute;
	right: 25vw;
	top: 78px;
}

.search-form-close .line {
	background-color: #ffffff;
	border-radius: 25%;
	display: block;
	height: 3px;
	margin: 3px auto;
	width: 40px;
}

.search-form-close:hover {
	cursor: pointer;
}

.search-form-close .line:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	-o-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.search-form-close .line:nth-child(2) {
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	-o-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
}

/*--------------------------------------------------------------
Home featured
--------------------------------------------------------------*/

.home-featured-top {
	float: left;
	padding-top: 84px;
	width: 100%;
	z-index: 10;
}

.home-featured-left {
	float: left;
	overflow: hidden;
	width: 324px;
}

.home-featured-title {
	color: #f26f64;
	float: left;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.home-featured-see-all {
	color: #9e9fa3;
	float: right;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .5px !important;
	margin-top: 3px;
	text-transform: uppercase;
}

.home-featured-left .more-posts {
	border-bottom: 1px solid #9ea0a3;
	border-right: 0px;
	height: 312px;
	margin-bottom: 24px;
	padding-left: 0px;
	width: 100%;
}

.home-featured-left .more-posts .more-posts-author {
	bottom: 19px;
	margin-left: 0px;
}

.home-featured .more-posts-author {
	bottom: 11px;
}

.featured-more .more-posts-author,
.home-more-main .more-posts-author,
.archive-main .more-posts-author {
	bottom: 0px;
}

.home-featured-left .more-posts .more-posts-author,
.home-featured .more-posts-author,
.featured-more .more-posts-author,
.home-more-main .more-posts-author,
.archive-main .more-posts-author {
	position: absolute;
}

.home-featured-main {
	float: left;
	margin: 0px 25px 0px 25px;
	width: calc(100% - 752px);
}

.home-featured {
	border-bottom: 1px solid #9ea0a3;
	border-left: 1px solid #9ea0a3;
	border-right: 1px solid #9ea0a3;
	float: left;
	height: 876px;
	padding: 0px 25px 0px 25px;
	position: relative;
	width: 100%;
}

.home-featured-main .home-featured-title {
	margin-left: 26px;
}

.home-featured-post {
	float: left;
	text-align: center;
	width: 100%;
}

.home-featured-post img {
	float: left;
	height: auto;
	margin-bottom: 35px;
	width: 100% !important;
}

.home-featured-main-title {
	display: block;
	font-size: 42px !important;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 42px;
	margin: 0px 0px 11px 12.5%;
	text-transform: uppercase;
	width: 75%;
}

.home-featured-excerpt {
	font-size: 28.5px;
	margin-left: 12.5%;
	width: 75%;
}

.home-featured-post .more-posts-author {
	left: 50%;
 	position: absolute;
 	width: auto;
	transform: translateX(0%) translateY(-50%);
	-webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
}

.home-featured-right {
	float: right;
	margin-right: 3px;
	width: 323px;
}

.posts-right-feed {
	background: #f0eeed;
	float: left;
	height: 877px;
	width: 100%;
}

.posts-right {
	float: left;
	height: auto;
	margin-left: 25px;
	padding: 29px 0px 0px 0px;
	width: calc(100% - 50px);
}

.posts-right:nth-of-type(1) {
	margin-bottom: 23px;
}

.posts-right a,
.home-featured a {
	color: #231f20 !important;
}

.posts-right img {
	float: left;
	height: auto;
	margin-bottom: 20px;
	width: 100% !important;
}

.posts-right-title {
	float: left;
	font-size: 27px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 8px;
	text-transform: uppercase;
	width: 100%;
}

.posts-right-excerpt {
	float: left;
	font-size: 21px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 14px;
	width: 100%;
}

.posts-right-author {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
Home podcasts
--------------------------------------------------------------*/

.home-podcasts {
	background: #f0eeed;
	float: left;
	padding: 51px 0px 0px 0px;
	width: 100%;
}

.home-podcasts h3 {
	border-bottom: 2px solid #231f20;
	float: left;
	font-size: 45px;
	letter-spacing: .5px;
	margin: 0px 0px 25px 37px !important;
	padding: 0px 0px 0px 0px !important;
	width: auto !important;
}

.home-podcasts-content {
	background: #ffffff;
	float: left;
	padding: 52px 40px 42px 61px;
	width: calc(100% - 101px);
}

.podcast-introduction {
	float: left;
	text-align: center;
	width: 218px;
}

.podcast-introduction img {
	margin: -7px 0px 0px 19px;
}

.podcast-introduction img,
.home-podcasts-content li img {
	float: left;
	height: auto;
	width: 100%;
}

.home-podcasts-content ul {
	float: right;
	width: 1050px;
}

.home-podcasts-content a {
	display: inline-block;
	float: left;
}

.home-podcasts-content a li {
	float: left;
	height: auto;
	list-style-type: none;
	margin-right: 41px;
	width: 175px;
}

.home-podcasts-content a:last-child li {
	margin-right: 0px;
}

.home-podcasts-content a li span {
	color: #000000;
	float: left;
	width: 100%;
}

.home-podcasts-content a li span:first-of-type {
	font-family: franklin-gothic-urw-comp, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: 25px;
	margin: 10px 0px 3px 0px;
	text-transform: uppercase;
}

.home-podcasts-content a li span:nth-of-type(2) {
	font-size: 21px;
	letter-spacing: -1.1px;
	line-height: 25px;
}

.see-more {
	float: left;
	padding: 47px 0px 78px 0px;
	text-align: center;
	width: 100%;
}

.see-more a {
	border-bottom: 2px solid #231f20;
	color: #231f20;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
Home subscribe
--------------------------------------------------------------*/

.home-subscribe {
	background: #f26e63;
	color: #ffffff;
	float: left;
	padding: 42px 0px 44px 0px;
	text-align: center;
	width: 100%;
}

.home-subscribe span {
	background-image: url(imgs/subscribe.png);
	background-position: top 0px left 0px;
	background-repeat: no-repeat;
	background-size: 97px 108px;
	border-right: 1px solid #ffffff;
	float: left;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1.9px;
	margin-left: calc(50% - 645px);
	padding: 27px 75px 19px 135px;
	text-align: left;
	text-transform: uppercase;
	width: 434px;
}

.home-subscribe .gf_browser_gecko.gform_wrapper,
#gform_confirmation_wrapper_2,
#gform_wrapper_2 {
	float: right;
	margin-right: calc(50% - 450px);
	margin-top: 24px;
	width: 401px;
}

.gform_confirmation_wrapper {
	font-size: 20px;
	line-height: 24px;
}

#gform_confirmation_wrapper_2 {
	font-size: 18px;
	line-height: 22px;
}

#gform_fields_2 label {
	display: none;
}

#gform_fields_2 li {
	float: left;
	list-style-type: none;
	width: 100%;
}

#gform_fields_2 input,
#gform_submit_button_2 {
	border: 0px;
	color: #000000;
	float: left;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 20px;
	padding: 3px 0px 3px 12px;
	text-transform: uppercase;
	width: calc(100% - 12px);
}

#gform_submit_button_2 {
	background: #434660 !important;
	color: #ffffff;
	letter-spacing: 1.5px;
	padding: 3px 21px 4px 21px;
	width: auto;
}

/*--------------------------------------------------------------
Home magazines
--------------------------------------------------------------*/

.home-magazine {
	background: #f0eeed;
	float: left;
	padding: 82px 0px 0px 0px;
	text-align: center;
	width: 100%;
}

.home-magazine span {
	border-bottom: 2px solid #231f20;
	color: #231f20;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	width: auto;
}

.home-magazine .layout-section {
	margin-top: 57px;
}

.home-magazine-section {
	float: left;
	position: relative;
}

.home-magazine-section a {
	color: #231f20;
	float: left;
	font-family: franklin-gothic-urw-comp, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	margin-right: 19px;
	text-transform: uppercase;
	width: 327px;
}

.home-magazine-section a:first-of-type {
	margin-right: 14px;
	width: 415px;
}

.home-magazine-section a:nth-of-type(4) {
	margin-right: 0px;
}

.home-magazine-section a img {
	float: left;
	height: auto;
	margin-bottom: 9px;
	width: 100%;
}

.magazine-subscribe {
	background-image: url(imgs/magazine-subscribe.png);
	background-size: 201px 116px;
	bottom: -78px;
	height: 116px;
	position: absolute;
	right: 0px;
	width: 201px;
}

.magazine-subscribe > a {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	float: left;
	font-style: italic !important;
	font-weight: 700;
	margin: 37px 0px 0px 50px;
	text-transform: uppercase;
	width: auto !important;
}

.home-magazine .see-more {
	padding: 3px 0px 49px 0px;
}

/*--------------------------------------------------------------
Home six posts
--------------------------------------------------------------*/

.six-posts-and-video {
	float: left;
	padding: 71px 0px 100px 0px;
	width: 100%;
}

.six-posts {
	background: #f0eeed;
	float: left;
	padding: 36px 47px 0px 47px;
	width: 902px;
}

.six-posts-header-title {
	color: #231f20;
	float: left;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 44px;
	margin: 22px 0px 2px 0px;
	width: calc(100% - 265px)
}

.six-posts-header {
	border-bottom: 6px solid #f26f64;
	float: left;
	font-size: 42px;
	padding: 0px 0px 23px 9px;
	width: calc(100% - 9px);
}

.six-posts-header img {
	float: left;
	height: auto;
	margin: 0px 35px 0px 21px;
	width: 209px;
}

.six-posts-grid {
	float: left;
	padding: 52px 0px 48px 0px;
	width: 100%;
}

.six-posts-post {
	border-right: 1px solid #bec0c2;
	float: left;
	height: 386px;
	padding: 25px 40px 0px 49px;
	position: relative;
	width: calc(33.3% - 90px);
}

.six-posts-post:first-of-type,
.six-posts-post:nth-of-type(2),
.six-posts-post:nth-of-type(3) {
	border-bottom: 1px solid #bec0c2;
}

.six-posts-post:nth-of-type(3),
.six-posts-post:nth-of-type(6) {
	border-right: 0px;
}

.six-posts-title {
	float: left;
	font-size: 30px;
	line-height: 28px;
	width: 100%;
}

.six-posts-title:not(*:root) {
	line-height: 16px;
}

.six-posts-title a {
	color: #231f20;
	font-weight: 400;
	font-size: 32px;
	line-height: 34px;
}

.six-posts-post .six-posts-title:before {
	border-radius: 100%;
	color: #ffffff;
	float: left;
	height: 42px;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 57px;
	margin-right: calc(100% - 71px);
	padding-top: 23px;
	text-align: center;
	width: 61px;
}

.six-posts-post:first-of-type .six-posts-title:before {
	background: #b4cebc;
	content: "1";
}

.six-posts-post:nth-of-type(2) .six-posts-title:before {
	background: #f59094;
	content: "2";
}

.six-posts-post:nth-of-type(3) .six-posts-title:before {
	background: #7cb2c2;
	content: "3";
}

.six-posts-post:nth-of-type(4) .six-posts-title:before {
	background: #faa41a;
	content: "4";
}

.six-posts-post:nth-of-type(5) .six-posts-title:before {
	background: #b6b8ba;
	content: "5";
}

.six-posts-post:nth-of-type(6) .six-posts-title:before {
	background: #f26970;
	content: "6";
}

.six-posts-author {
	bottom: 29px;
	font-size: 18px;
	font-weight: 700;
	left: 49px;
	position: absolute;
	text-transform: uppercase;
}

.six-posts-author a {
	color: #231f20;
}

.six-posts-author-name {
	display: inline-block;
}

.six-posts-date {
	color: #f26f64 !important;
	display: inline-block;
	font-size: 16px !important;
}

/*--------------------------------------------------------------
Home Video archive
--------------------------------------------------------------*/

.video-archive {
	float: right;
	padding: 53px 0px 0px 0px;
	width: 353px;
}

.video-archive span {
	border-bottom: 2px solid #231f20;
	color: #231f20;
	float: left;
	font-size: 44.5px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 46.5px;
	margin-left: 79px;
	text-align: center;
	width: 150px;
}

.video-archive img {
	float: left;
	height: 201px;
	margin: 45px 0px 45px 28px;
	width: 250px;
}

.video-archive-posts {
	float: left;
	width: 100%;
}

.video-archive-posts a {
	color: #231f20;
	float: left;
	font-size: 27px;
	font-weight: 700;
	line-height: 31px;
	margin-bottom: 5px;
	width: 100%;
}

.video-archive-excerpt {
	float: left;
	font-size: 20px;
	margin-bottom: 16px;
	width: 100%;
}

.video-archive-author {
	float: left;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 42px !important;
	text-transform: uppercase;
	width: 100%;
}

.video-archive-author a {
	font-size: 18px;
	font-weight: 500;
}

.video-archive .see-more {
	padding-top: 102px;
}

/*--------------------------------------------------------------
Home most popular posts
--------------------------------------------------------------*/

.most-popular {
	background: #f0eeed !important;
	margin-bottom: 0px !important;
	padding-bottom: 84px !important;
}

.most-popular .home-more-main {
	border-bottom: 0px !important;
}

/*--------------------------------------------------------------
Home publications
--------------------------------------------------------------*/

.home-publications {
	background: #f0eeed;
	float: left;
	padding-bottom: 81px;
	width: 100%;
}

.home-publications .layout-section {
	background: #ffffff;
	padding: 69px 0px 0px 0px;
	text-align: center;
}

.home-publications span {
	border-bottom: 2px solid #231f20;
	color: #231f20;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: .5px;
	position: relative;
	text-transform: uppercase;
	width: auto;
}

.home-publications span img {
	height: 146px;
	margin: -49px 0px 0px 31px;
	position: absolute;
	width: 154px;
}

.mobile-publications {
	display: none;
}

.publications-items {
	background: #ffffff;
	float: left;
	padding: 90px 96px 0px 96px;
	text-align: center;
	width: calc(100% - 192px);
}

.publications-item {
	float: left;
	text-align: left;
	width: 25%;
}

.publications-item img {
	float: left;
	height: 353px;
	margin-bottom: 32px;
	width: auto;
}

.publications-item a {
	color: #231f20 !important;
}

.home-publication-title {
	float: left;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 20px;
	width: 100%;
}

.home-publication-author {
	float: left;
	font-size: 23px;
	width: 100%;
}

.home-publications .see-more {
	background: #ffffff;
	padding: 76px 0px 45px 0px;
}

/*--------------------------------------------------------------
Home more posts
--------------------------------------------------------------*/

.home-more-posts {
	float: left;
	margin-bottom: 66px;
	padding: 65px 0px 0px 0px;
	width: 100%;
}

.home-more-posts h3 {
	float: left;
	font-size: 45px;
	letter-spacing: .5px;
	margin: 0px 0px 6px 22px;
	width: auto !important;
}

.home-more-top {
	border-bottom: 6px solid #9ea0a3;
	float: left;
	margin-bottom: 47px;
	width: 100%;
}

.home-more-main,
.featured-more {
	border-bottom: 1px solid #9ea0a3;
	display: flex;
	margin-bottom: -5px;
	padding-bottom: 19px;
	width: 100%;
}

.featured-more.second-row {
	float: left;
	margin-top: 31px;
}

.more-posts {
	border-right: 1px solid #9ea0a3;
	float: left;
	height: 293px;
	padding: 0px 25px 113px 25px;
	position: relative;
	width: calc(25% - 39px);
}

.more-posts:first-of-type {
	padding-left: 0px;
}

.more-posts:last-of-type {
	border-right: 0px;
	padding-right: 0px;
}

.more-posts a {
	clear: both;
	display: block;
	color: #231f20 !important;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 27px;
	word-spacing: -1.5px;
}

.feed-image-parent {
	height: 161.75px;
	margin-bottom: 21px;
	overflow: hidden;
}

.archive .feed-image-parent,
.category .feed-image-parent,
.page-template-posts .feed-image-parent {
	height: 153.467px;
}

.posts-right .feed-image-parent {
	height: 136.917px;
	margin-bottom: 0px;
}

.more-posts a:nth-of-type(2):not(*:root) {
	float: left;
	margin-bottom: 5px;
}

.archive-main .more-posts p,
.more-posts p {
	float: left;
	font-size: 22px;
	line-height: 22px;
	margin: 8px 0px 66px 0px;
	width: 100%;
}

.archive-main p.scripture {
    margin-bottom: 5px;
    font-size: 1.1em;
}

.more-posts img {
	float: left;
	height: auto;
	margin-bottom: 21px;
	width: 100%;
}

.more-posts-author,
.more-posts-author a {
	float: left;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.more-posts:first-of-type .more-posts-author {
	margin-left: 0px;
}

.more-posts-date {
	color: #f26f64;
	font-size: 16px;
}

/*--------------------------------------------------------------
Single posts
--------------------------------------------------------------*/

.main-content {
	background: #ffffff;
	float: left;
	width: 100%;
}

.content-title {
	border-bottom: 1px solid #bec0c2;
	float: left;
	margin: 119px 0px 32px 0px;
	text-align: center;
	width: 100%;
}

.content-title-meta {
	float: left;
	margin-left: 6.25%;
	width: 37.5%;
}

.content-title-meta.content-title-no-image {
	margin-left: 25%;
	width: 50%;
}

.content-title h1 {
	font-size: 47px !important;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 47px;
	margin: 0px 0px -1px 0px !important;
	text-transform: uppercase;
}

h1 p {
	display: inline-block !important;
	float: left !important;
}

.content-title-category {
	color: #f26f64;
	font-size: 27px !important;
	font-weight: 700;
	margin-bottom: 238px;
	text-transform: uppercase;
}

.content-title-category a {
	padding-right: 20px;
}

.content-title-category a:last-of-type {
	padding-right: 0px;
}

.content-title-category.content-title-no-image {
	margin-bottom: 134px;
}

.content-title-excerpt p {
	color: #616264;
	font-size: 28.55px !important;
	line-height: 35px !important;
	margin-bottom: 71px !important;
}

.content-title-author {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 66px;
	text-transform: uppercase;
}

.content-title-author a {
	color: #231f20;
}

.content-title-author .more-posts-date {
	font-size: 18px;
}

.content-title-image {
	float: right;
	width: 50%;
}

.content-title-image img {
	float: left;
	height: auto;
	margin-bottom: 46px;
	width: 100%;
}

.main-content p {
	font-size: 20px;
    font-style: normal;
    line-height: 28px;
}

.wpsdc-drop-cap {
	padding: 18px 16px 18px 0px !important;
}

.aligncenter,
.main-content p,
.video-container {
	margin-bottom: 24px;
}

.main-content blockquote {
	margin: 60px 0px 60px 0px;
}

.main-content blockquote p {
	padding: 0px 117px 0px 117px;
	width: calc(100% - 234px);
}

.main-content blockquote::before {
	content: "“";
	float: left;
	font-size: 120px;
	font-weight: 700;
	margin: -2px 0px 0px 15px;
}

.main-content blockquote::after {
	content: "”";
	float: right;
	font-size: 120px;
	font-weight: 700;
	margin: -170px 15px 0px 0px;
	transform: scaleY(-1);
}

.main-content h5 {
	float: right;
	font-size: 69px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .5px !important;
	line-height: 111px;
	margin: -17px 0px 0px 150px !important;
	text-transform: uppercase;
	width: 50%;
}

.main-content h6 {
	background: #e7e3df;
	float: left;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: .5px !important;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 20px 24px 20px 24px;
	width: calc(100% - 48px);
}

.main-content ul,
.main-content ol {
	float: left;
	margin: 0px 0px 24px 20px;
	width: calc(100% - 20px);
}

.main-content ul li,
.main-content ol li {
	float: left;
	font-size: 24px;
	line-height: 42px;
	width: 100%;
}

/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/

.archive-content {
	padding-top: 60px!important;
}

.archive-main {
	float: left;
	width: 100%;
}

.archive-main h1 {
	font-size: 47px !important;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 47px;
	margin: 0px 0px 87px 0px !important;
	text-align: center;
	text-transform: uppercase;
}

.archive-row {
	border-bottom: 1px solid #9ea0a3;
	float: left;
	margin-bottom: 26px;
	width: 100%;
}

.archive-main .more-posts {
	height: 293px;
	margin-bottom: 19px;
	width: 306px;
}

.archive-main .more-posts:first-child {
	padding-left: 0px;
}

.archive-main .more-posts:last-of-type {
	border-right: 0px;
}

.podcast-archive-image {
	height: 153px !important;
	margin-left: 75px;
	width: auto !important;
}

.podcast-archive-title {
	margin-bottom: 61px !important;
}

/*--------------------------------------------------------------
Archive sidebar
--------------------------------------------------------------*/

.sidebar {
	background: #f0eeed;
	color: #231f20;
	float: right;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.49px;
	line-height: 28px;
	padding: 42px 42px 48px 42px;
	text-transform: uppercase;
	width: 262px;
}

.sidebar img {
	float: left;
	height: auto;
	width: 100%;
}

.sidebar input,
.sidebar select {
	border: 0px;
	color: #231f20;
	float: left;
	letter-spacing: 0.49px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sidebar input {
	padding: 9px 5px 9px 5px;
	width: calc(100% - 10px);
}

.sidebar input[type="submit"],
#searchsubmit {
	background: #434660 !important;
	color: #ffffff;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 1.5px;
	margin-bottom: 0px;
	padding: 3px 21px 4px 21px;
	text-transform: uppercase;
	width: auto;
}

.sidebar select {
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	width: 100%;
	background-color: transparent;
	background-image: url(imgs/arrow.png);
	background-position: top 7px left 0px;
	background-repeat: no-repeat;
	background-size: 8px 13px;
	cursor: pointer;
	padding: 0px;
	text-indent: 16px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.sidebar select::-ms-expand {
	display: none;
}

.sidebar select option {
	font-weight: normal;
}

*:focus {
	outline: none;
}

.sidebar a {
	display: block;
}

.sidebar h3 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 26px;
}

.sidebar h4 {
	font-weight: 500;
}

.sidebar-item {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}

#searchform label {
	display: none;
}

.searchandfilter ul li {
	float: left;
	list-style: none;
	width: 100%;
}

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/

.pagination {
	color: #231f20;
	float: left;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .5px;
	margin-top: 16px;
	padding-bottom: 121px;
	text-transform: uppercase;
	width: 100%;
}

.pagination a {
	color: #231f20;
}

.pagination-left {
	border-bottom: 2px solid #231f20;
	float: left;
}

.pagination-right {
	border-bottom: 2px solid #231f20;
	float: right;
}

/*--------------------------------------------------------------
Single posts bottom
--------------------------------------------------------------*/

.post-bottom {
	float: left;
	margin: 107px 0px 132px 0px;
	text-align: center;
	width: 100%;
}

.logo-bottom-post {
	height: auto;
	width: 98px;
}

.post-bottom-social {
	margin-top: 43px;
}

.post-bottom-social a {
	margin-right: 15px;
}

.post-bottom-social a:last-of-type {
	margin-right: 0px;
}

.post-bottom-social img {
	height: 36px;
	width: auto;
}

/*--------------------------------------------------------------
Related posts
--------------------------------------------------------------*/

.related-posts {
	background: #f0eeed;
	float: left;
	padding: 96px 0px 121px 0px;
	width: 100%;
}

.related-posts-left {
	border-right: 1px solid #bec0c2;
	padding-right: 58px;
}

.related-posts-header {
	color: #58595b;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-bottom: 18px;
}

.related-posts-list {
	border-bottom: 1px solid #bec0c2;
	padding-bottom: 61px;
}

.footnotes-list {
	margin-bottom: 49px;
}

.related-posts-author-bottom {
	margin-top: 45px;
}

.related-posts-author-bottom .related-posts-header {
	margin-top: 4px;
}

.related-posts-left,
.related-posts-list,
.related-posts-author-bottom {
	float: left;
	width: 710px;
}

.related-posts li {
	float: left;
	list-style-type: none;
	margin-bottom: 14px;
}

.related-posts li a,
.bottom-author-name a,
.related-posts-right a {
	color: #231f20;
	float: left;
	font-size: 24px;
	font-weight: normal;
}

.related-posts-right a {
	float: none;
}

.related-posts-author {
	color: #f36e64;
	float: left;
	font-size: 29px !important;
	font-weight: 500;
	margin: 0px 0px 0px 9px;
	text-transform: uppercase;
}

.related-posts-right {
	float: left;
	margin-left: 63px;
	width: 118px;
}

/*--------------------------------------------------------------
Images
--------------------------------------------------------------*/

.aligncenter {
	display: block;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
	float: left;
	margin: 14px 74px 50px 0px;
}

.alignright {
	float: right;
	margin: 14px 0px 50px 74px;
}

p.wp-caption-text {
	font-size: 24px !important;
	margin: 0px !important;
}

/*--------------------------------------------------------------
Videos
--------------------------------------------------------------*/

.video-wrap {
	max-width: 700px;
	overflow: hidden;
	padding-left: calc(50% - 350px);
	padding-right: calc(50% - 350px);
}

.video-container {
	clear: block;
	float: left;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*--------------------------------------------------------------
Support Us
--------------------------------------------------------------*/

.support-page {
	float: left;
	padding: 30px 0px 30px 0px;
	width: 100%;
}

.support-page h1,
.support-faqs h2,
.faqs-page h1,
.history-page h1 {
	font-size: 47px !important;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 47px;
}

.support-page h1,
.faqs-page h1,
.history-page h1 {
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

.support-page p {
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	margin-bottom: 24px;
}

.support-top {
	padding-bottom: 82px;
}

.support-options {
	background: #f5a0ae;
	float: left;
	padding: 53px 0px 80px 0px;
	width: 100%;
}

.support-options-content {
	background: #ffffff;
	float: left;
	padding: 39px 0px 77px 0px;
	width: 100%;
}

.support-options-number {
	background: #f3786a;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 400;
	font-size: 42px;
	height: 49px;
	margin: 0 auto;
	padding-top: 11px;
	text-align: center;
	width: 60px;
}

.support-options h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin: 50px 0px 34px 0px;
	text-transform: uppercase;
}

.support-options p {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 28px;
}

.support-options-left {
	float: left;
	padding: 0px 50px 0px 80px;
	width: 376px;
}

.support-options-right {
	border-left: 1px solid #bec0c2;
	float: left;
	padding: 0px 80px 0px 60px;
	width: calc(100% - 647px);
}

.support-faqs h2 {
	float: left;
	margin: 71px 0px 87px 0px;
	width: 100%;
}

/*--------------------------------------------------------------
FAQs
--------------------------------------------------------------*/

.faqs-page {
	padding: 30px 0px 30px 0px!important;
}

.faq-question {
	border-bottom: 1px solid #898b8d;
	float: left;
	margin-bottom: 50px;
	padding-bottom: 83px;
	width: 100%;
}

.faqs-page h1 {
	margin-bottom: 40px;
}

.faqs-page h3 {
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 24px;
}

.faqs-page p {
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	margin-bottom: 24px;
}

.faqs-answer {
	float: left;
	margin-right: 58px;
	width: calc(100% - 780px);
}

.faqs-image {
	float: left;
	width: 722px;
}

.faqs-image img {
	float: left;
	height: auto;
	margin-top: 14px;
	width: 100%;
}

/*--------------------------------------------------------------
History
--------------------------------------------------------------*/

.history-page {
	padding: 30px 0px 30px 0px;
}

.history-page h1 {
	margin-bottom: 154px;
}

.history-page h2,
.history-page p {
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	margin-bottom: 24px;
}

.history-page h2 {
	font-style: italic;
	font-weight: 500;
}

.history-page img {
	margin-top: -71px;
}

.history-page p:last-of-type {
	margin-bottom: 121px;
}

/*--------------------------------------------------------------
What is Mockingbird?
--------------------------------------------------------------*/

.what-is-mockingbird-content {
	margin-left: 98px;
	margin-bottom: 111px;
	width: calc(100% - 196px);
}

.faqs-page.what-is-mockingbird-page h1 {
	margin-bottom: 79px;
}

.top-posts-subhead {
	color: #f26f64;
	display: block;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 114px;
	text-align: center;
	text-transform: uppercase;
}

.top-posts-column {
	float: left;
	font-size: 31px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 80px;
	padding: 24px 7px 0px 7px;
	width: calc(50% - 60px);
}

.top-posts-link {
	clear: both;
	color: #231f20;
	display: block;
}

.top-posts-column h3 {
	font-size: 37px !important;
	font-weight: 700;
	font-style: normal;
	margin: 0px 0px 17px 0px;
}

.top-posts-column li {
	border-bottom: 1px solid #9ea0a3;
	float: left;
	list-style-type: none;
	margin-bottom: 24px;
	width: 50%;
}

.top-blog-posts-content {
	float: left;
	margin-bottom: 24px;
	padding: 0px 16px 0px 16px;
	width: calc(100% - 32px);
}

.top-posts-column li:nth-child(even) .top-blog-posts-content {
	border-right: 1px solid #9ea0a3;
	padding: 0px 15px 0px 16px;
}

.top-posts-column img {
	float: left;
	height: auto !important;
	margin: 0px 0px 25px 0px;
	width: 100% !important;
}

.top-posts-label {
	clear: both;
	color: #f26f64;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 49px;
	text-transform: uppercase;
}

.top-blog-posts {
	background: #f0eeed;
}

.reading-viewing-listening {
	background: #f2e3e1;
	margin-left: 46px;
}

/*--------------------------------------------------------------
Staff
--------------------------------------------------------------*/

.staff-member {
	border-bottom: 1px solid #898b8d;
	float: left;
	margin-bottom: 72px;
	padding-bottom: 32px;
	width: 100%;
}

.staff-member:last-of-type {
	margin-bottom: 180px;
}

.staff-sidebar {
	background: #f0eeed;
	float: left;
	font-style: italic;
	width: 250px;
}

.staff-sidebar img {
	float: left;
	height: auto;
	margin-bottom: 38px;
	width: 100%;
}

.staff-sidebar-content {
	float: left;
	width: 100%;
}

.staff-sidebar-content span {
	clear: both;
	display: block;
	margin-left: 21px;
}

.staff-sidebar-content span:first-of-type {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 24px;
}

.staff-sidebar-content span:last-of-type {
	color: #616264;
	font-size: 20px;
	margin-bottom: 24px;
}

.staff-sidebar-content a {
	color: #616264;
	text-decoration: underline;
	text-transform: lowercase;
}

.staff-bio {
	float: right;
	font-size: 20px;
	line-height: 28px;
	width: calc(100% - 318px);
}

@media(max-width: 990px) {
	.staff-bio {
		width: 57%;
	}
	.staff-sidebar {
    	width: 37%;
	}
	.staff-sidebar-content span {
		margin-right: 16px;
	}
}

/*--------------------------------------------------------------
Donate
--------------------------------------------------------------*/

#gform_3 {
	float: left;
	width: 100%;
}

#gform_3 li {
	list-style-type: none;
}

#gform_3 input {
	border: 1px solid #484a4e;
    clear: both;
	color: #000000;
	display: block;
	float: left;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 20px;
	padding: 3px 0px 3px 12px;
	text-transform: uppercase;
	width: 200px;
}

#gform_3 input[type="submit"] {
    background: #434660 !important;
    color: #ffffff;
    font-size: 17px;
	font-weight: 300;
    letter-spacing: 1.5px;
    padding: 3px 21px 4px 21px;
    text-transform: uppercase;
    width: auto;
}

#gform_3 input[type="radio"] {
	display: none;
	width: auto;
}

#gform_3 label {
	cursor: pointer;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.49px;
    line-height: 28px;
    text-transform: uppercase;
}

#gform_3 label.gfield_label {
	clear: both;
	cursor: auto;
	display: block;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px;
}

#gform_3 input[type="radio"]:checked+label{
	color: #f36e64;
	font-weight: 700;
}

#gform_3 .gfield_price {
	margin-bottom: 20px;
}

.validation_error,
.validation_message {
	color: #f36e64;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
}

.validation_error {
	margin-bottom: 10px;
}

.validation_message {
	margin-top: 10px;
}

/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.contact-content-main {
	float: left;
	width: calc(100% - 617px);
}

.contact-address {
	border-bottom: 1px solid #bec0c2;
	margin-bottom: 0px;
	padding-bottom: 25px;
}

.contact-address-logo,
.contact-address-logo img {
	float: left;
	height: auto;
	width: 173px;
}

.contact-address-logo img {
	margin-top: 0px;
}

.contact-address-logo {
	margin-right: 21px;
}

.contact-address-details {
	margin-bottom: 42px;
}

.contact-address p {
	margin-bottom: 0px;
}

.contact-address a {
	color: #231f20;
}

.contact-address-label {
	color: #989a9d;
}

.contact-page-form {
	border-bottom: 1px solid #bec0c2;
	float: left;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.contact-page-form form {
	margin-top: 50px;
}

.contact-page-form form li {
	float: left;
	list-style-type: none;
	width: 100%;
}

.contact-page-form form label {
	float: left;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 39px;
	text-transform: uppercase;
}

.contact-page-form form input,
.contact-page-form form textarea {
	border: 0px;
	border-bottom: 1px solid #6e7073;
	float: left;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	padding-bottom: 3px;
	text-transform: uppercase;
	width: 100%;
}

.contact-page-form form input {
	margin-bottom: 21px;
}

.contact-page-form form input[type="submit"] {
	background: #231f20;
	border: 0px;
	border-radius: 0px;
	color: #ffffff;
	float: right;
	font-weight: 300;
	font-size: 30px;
	letter-spacing: 4px;
	margin: 0px;
	margin-top: 94px;
	padding: 7px 45px 13px 45px;
	text-transform: uppercase;
	width: auto;
}

.page-template-contact .faqs-page h3 {
	font-size: 44px;
	font-style: normal;
	letter-spacing: 6px;
	line-height: 46px;
	margin: 0px;
	text-transform: uppercase;
}

.page-template-contact .faqs-page p {
	font-size: 24px;
	line-height: 42px;
}

.contact-page-repeater {
	float: left;
	margin-bottom: 52px;
}

.contact-page-repeater:last-of-type {
	margin-bottom: 207px;
}

.contact-sidebar {
	background: #7cbdd0;
	float: right;
	padding: 102px 38px 102px 38px;
	position: relative;
	text-align: center;
	width: 426px;
}

.contact-sidebar-image,
.contact-sidebar-image img {
	height: auto;
	width: 274px;
}

.contact-sidebar-image {
	margin-left: calc(50% - 137px);
}

.contact-sidebar-content {
	float: left;
	font-size: 41px;
	font-style: italic;
	font-weight: 500;
	line-height: 43px;
	margin: 55px 0px 90px 5%;
	width: 90%;
}

.contact-sidebar form {
	float: left;
	width: 100%;
}

.contact-sidebar form li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 100%;
}

.contact-sidebar form label {
	display: none;
}

.contact-sidebar form input {
	border: 0px;
	color: #000000;
	float: none;
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 34px;
	padding: 6px 0px 6px 12px;
	text-transform: uppercase;
	width: calc(100% - 12px);
}

.contact-sidebar form input[type="submit"] {
	background: #231f20 !important;
	color: #ffffff;
	letter-spacing: 1.5px;
	padding: 6px 33px 7px 33px;
	width: auto;
}

/*--------------------------------------------------------------
Glossary
--------------------------------------------------------------*/

.archive-main.glossary-archive {
	font-style: normal;
	width: 100%!important;
}

.glossary-archive-feed {
	column-count: 3;
	column-rule-color: #bec0c2;
	column-rule-style: solid;
	column-rule-width: 1px;
	font-size: 24px;
	margin-bottom: 100px;
}

.glossary-introduction {
	display: block;
	margin: 30px 0px 30px 0px;

}

.glossary-letter {
	display: block;
	font-size: 5em;
	margin-bottom: 15px;
	margin-top: 100px;
}

.glossary-letter:first-of-type {
	margin-top: -40px;
}

.glossary-archive-feed a {
	color: #231f20;
	display: block;
	margin-bottom: 46px;
}

.glossary-archive-feed a:before {
	background: url(imgs/glossary-arrow.jpg);
	background-repeat: no-repeat;
	background-size: 15px 14px;
	content: "\00a0";
	float: left;
	height: 15px;
	margin-top: 16px;
	width: 34px;
}

.glossary-letter-posts a:last-child {
	margin-bottom: 56px;
}

/*--------------------------------------------------------------
Sub footer menu
--------------------------------------------------------------*/

.sub-footer-menu a {
	color: #58595b !important;
	text-decoration: underline;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
	background: #f26e63;
	float: left;
	padding: 34px 0px 147px 0px;
	text-align: center;
	width: 100vw;
}

footer a {
	display: block;
}

.footer-logo {
	height: auto;
	margin: 38px 0px 20px 0px;
	width: 421px;
}

.footer-menu {
	float: left;
	width: 100%;
}

#menu-footer-menu {
	float: left;
	text-align: center;
	width: 100%;
}

.footer-menu li {
	display: inline-block;
	font-family: franklin-gothic-urw-comp, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .5px;
	list-style-type: none;
	margin-right: 25px;
	text-transform: uppercase;
}

.footer-menu li:last-child {
	margin-right: 0px;
}

.footer-menu li a {
	color: #ffffff;
}

.support {
	height: auto;
	margin: 0px 0px 0px 0px;
	width: 706px;
}

/* ----- Tabs ------ */

body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background-color: transparent;
	border: none;
	margin-top: 36px;
}

body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-title-text {
	font-family: franklin-gothic-urw, sans-serif;
    font-weight: 800;
    color: #231f20;
    font-size: 21px;
}

/* ----- My Account ----- */

.top-menu .menu > li:last-child {
	margin-top: 30px;
}

/* ----- WooCommerce ----- */

@media(min-width: 1300px) {
	body.page:not(.woocommerce) .woocommerce-message {
		width: calc(100% - 174px);
		margin: auto;
	}
	.woocommerce.single-product .summary .product_author {
		font-size: 25px;
	}
}
.woocommerce.single-product .summary h2 {
	font-size: 30px;
}

.woocommerce.single-product .product .content-title {
	text-align: left;
	padding-bottom: 14px;
}

.woocommerce.single-product .product .product_title {
	padding-bottom: 6px;
	text-align: left;
}

.woocommerce.single-product .product_subtitle {
	text-align: left;
    padding-bottom: 20px;
}

.woocommerce.single-product .woocommerce-product-details__short-description,
.woocommerce.single-product .tabs.wc-tabs,
.woocommerce.single-product .woocommerce-Tabs-panel--description,
.woocommerce.single-product .woocommerce-breadcrumb,
.woocommerce.single-product .sidebar,
.woocommerce.single-product .woocommerce-product-attributes-item--attribute_pa_format,
.woocommerce.single-product .wcppec-checkout-buttons,
.woocommerce.single-product .entry-summary > h2,
.woocommerce.single-product .product_meta .sku_wrapper,
.woocommerce-product-gallery .flex-control-thumbs,
.woocommerce.single-product .compare.button{
	display: none;
}

.woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
	display: none !important;
}

.woocommerce-shop .layout-section h1 {
	display: none;
	padding-bottom: 20px;
}

.woocommerce-shop .shop-header h2 {
	font-size: 47px !important;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 47px;
}

@media(max-width: 767px) {
	.vc_tta-tabs .vc_tta-panels {
		padding-top: 102px;
	}
	.vc_tta-tabs .vc_tta-panels .vc_tta-panel-heading {
		position: absolute;
		position: absolute;
    display: block;
    width: 50%;
		margin: 0 !important;
	}
	.vc_tta-tabs .vc_tta-panels .vc_tta-panel:nth-child(1) .vc_tta-panel-heading {
    top: 0;
		left: 0;
		border-radius: 5px 0 0 0;
	}
	.vc_tta-tabs .vc_tta-panels .vc_tta-panel:nth-child(2) .vc_tta-panel-heading {
    top: 0;
		left: 50%;
		border-radius: 0 5px 0 0;
	}
	.vc_tta-tabs .vc_tta-panels .vc_tta-panel:nth-child(3) .vc_tta-panel-heading {
    top: 51px;
		left: 0%;
		border-radius: 0;
	}
	.vc_tta-tabs .vc_tta-panels .vc_tta-panel:nth-child(4) .vc_tta-panel-heading {
		top: 51px;
		left: 50%;
		border-radius: 0;
	}
}

@media (max-width:363px) {
	body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-title-text {
		font-size: 4vw;
		line-height: 1.5;
	}
}

.woocommerce.single-product .content-area {
	width: calc(100% - 86px);
	margin: auto;
}

.woocommerce.single-product .type-product {
	float: none;
	width:1050px;
	max-width: calc(100% - 86px);
	margin: 6em auto;
}

@media(min-width: 768px) {
	.woocommerce.single-product div.product div.summary {
		margin-bottom: 7.5em;
	}
	.woocommerce.single-product div.product div.images .woocommerce-product-gallery__wrapper {
		padding-right: 3em;
	}
	.woocommerce.single-product .entry-summary .variations_form {
		flex-direction:column;
	}
	.woocommerce.single-product div.product form.cart .variations td.label {
		width: 13%;
	}
	.woocommerce.single-product div.product form.cart .variations {
		margin-top:0.5em;
	}
}

.woocommerce.single-product .wc-tabs-wrapper {
	margin-top: 6em;
}

.woocommerce.single-product .woocommerce-product-gallery {
	opacity: 1 !important;
}

.woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
	margin-bottom: 10px;
}

.woocommerce.single-product div.product form.cart,
.woocommerce.single-product .entry-summary p,
.woocommerce.single-product .yith-wcwl-add-to-wishlist,
.woocommerce.single-product .compare.button
 {
    margin-bottom: 0.5em;
		margin-top: 0;
}

.woocommerce.single-product .content-title {
	margin-top: 0px;
	max-width: 100%;
}

.woocommerce.single-product .summary .cart,
.woocommerce.single-product .summary .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
}

.woocommerce.single-product .summary .cart .quantity {
	min-height: 100%;
    position: relative;
}

.woocommerce.single-product .summary .cart .quantity > .qty {
	height: 89%;
}

@media(max-width: 768px) {
	.woocommerce.single-product .type-product {
		max-width: calc(100% - 66px);
	}
}

.woocommerce.single-product .collapseomatic {
	padding-left: 0;
	background-image: none;
}

.woocommerce.single-product .collapseomatic_content {
	margin-left: 0;
}

/* .woocommerce.single-product .full-content {
    display: none;
} */

/* WooCommerce Archive Pages */

.archive.woocommerce-page .content-container #primary {
	max-width: calc(100% - 176px);
  margin: auto;
  background: #fff;
}

@media(max-width: 480px) {
	.archive.woocommerce-page .content-container #primary {
		max-width: calc(100% - 76px);
	}
	.archive.woocommerce-page .content-container {
		width: 100vw !important;
	}
	.archive.woocommerce-page.admin-bar .navigation {
		top: 46px !important;
	}
	.archive.woocommerce-page:not(.admin-bar) .navigation {
		top: 0px !important;
	}
	.archive.woocommerce-page .navigation {
		width: calc(100vw - 19px);
		left: 9px;
	}
	.archive.woocommerce-page {
		margin-top: -46px;
	}
}


.archive.woocommerce-page .content-container .woocommerce-products-header {
	position: relative;
	height: fit-content;
	margin-top: -35px;
  background: #fff;
  z-index: 0;
}

.archive.woocommerce-page .content-container .woocommerce-breadcrumb {
	margin: 1em 0;
}

.archive.woocommerce-page .content-container .sidebar-item {
	display: none;
}

.woocommerce ul.products li.product .button {
	display: none;
}

.woocommerce ul.products li.product p {
	font-size: 14px;
    line-height: 1em;
    margin-bottom: 16px;
}

body .woocommerce ul.products li.product img {
	-webkit-box-shadow: 0px 15px 30px -10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 30px -10px rgb(0 0 0 / 30%);
}

/* .woocommerce ul.products li.product:before {
	content: "";
    position: absolute;
    z-index: 22;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    box-shadow: inset 0px 0px 2px rgb(0 0 0 / 90%);
    left: 0;
} */

/*--------------------------------------------------------
 * Pop-ups
 * -----------------------------------------------------*/

/* Pop-Up #2 */

body .pum-overlay #popmake-160025.theme-160010 {
	background-color: #f26e63;
	padding: 38px;
}

@media (max-width: 738px) {
	body .pum-overlay #popmake-160025.theme-160010 {
		margin: 0 20px;
	}
	body .pum-overlay .theme-160010 p img{
		max-width: 100%;
    	height: auto;
	}
}

body .pum-overlay .theme-160010#popmake-160025 .popmake-content {
	max-width: 645px;
}

#popmake-160025.theme-160010 h3 {
	text-transform: uppercase;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.9px;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    max-width: 500px;
}

#popmake-160025.theme-160010 p {
	text-transform: uppercase;
    display: inline-block;
}

#popmake-160025.theme-160010 p img {
	width: 82px;
    height: auto;
}

#popmake-160025.theme-160010 .gform_body {
	padding-top: 30px;
    margin-top: 25px;
    border-top: 1px solid #fff;
}

#popmake-160025.theme-160010 .gform_body .gfield_label {
	display: none;
}

#popmake-160025.theme-160010 .gform_body .ginput_container_email > input {
	border: 0px;
    color: #000000;
    float: left;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 3px 0px 3px 12px;
    text-transform: uppercase;
    width: calc(100% - 12px);
}

#popmake-160025.theme-160010 .gform_footer > input {
	background: #434660 !important;
    color: #ffffff;
    letter-spacing: 1.5px;
    padding: 3px 21px 4px 21px;
    width: auto;
    border: 0px;
    float: left;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#popmake-160025.theme-160010 ul {
	list-style: none;
}

/* Pop-Up #3 */

body .pum-overlay #popmake-160031 {
	max-width: 600px !important;
    padding: 45px;
    background-color: #bfeaeb;
}

@media(min-width:768px) {
	body .pum-overlay #popmake-160031 {
		transform: translateX(50%);
	}
}

body .pum-overlay #popmake-160031 .popmake-content {
    background-color: #ffdebb;
    padding: 20px;
}

body .pum-overlay #popmake-160031 h2 {
	font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #f26e63;
    text-shadow: -2px 3px 0px #fff;
}

body .pum-overlay #popmake-160031 h3 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f26e64;
    color: transparent;
    font-size: 30px;
    text-align: center;
	padding-top: 16px;
}

body .pum-overlay #popmake-160031 h4 {
	text-align: center;
    color: #f26e64;
    font-size: 20px;
	padding: 12px 0;
}

body .pum-overlay #popmake-160031 h4 a {
	text-decoration:underline;
}

/* add comments to the end of posts */
.main-content ol.commentlist {
	list-style-type: none;
	margin: 0;
    width: 100%;
    float: none;
}

.main-content ol.commentlist li {
	border-bottom: 1px solid #9ea0a3;
	padding: 15px 0;
	margin-bottom: 15px;
}

.main-content .comment-form .comment-form-comment textarea {
	display: block;
}

.main-content .comment-form .form-submit input {
	background: #231f20;
    border: 0px;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 4px;
    margin: 0px;
    padding: 7px 25px 9px 25px;
    text-transform: uppercase;
    width: auto;
}

.main-content ol.commentlist li .comment-author,
.main-content ol.commentlist li .comment-meta,
.main-content .comment-form .logged-in-as {
	font-size: 16px;
}