@font-face {
	font-family: Graphik-Bold;
	src: url('/wp-content/themes/spindle2018/fonts/Graphik-Bold.ttf');
}

@font-face {
	font-family: Graphik-Semibold;
	src: url('/wp-content/themes/spindle2018/fonts/Graphik-Semibold.ttf');
}

@font-face {
	font-family: Graphik-Regular;
	src: url('/wp-content/themes/spindle2018/fonts/Graphik-Regular.ttf');
}

:focus, button:focus {
    outline: none !important;
}

.search-results .search-section {
	position: absolute;
	top: 0;
	width: 100%;
}

.wp-block-embed {
    text-align: center;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 0;
	padding-right: 0;
}

.search-navbar {
	background-color: #FFF;
}

.navbar {
	position: absolute;
    width: 100%;
    z-index: 999;
    padding: 12px 24px
}

.navbar.dark-navigation,
.search-results .navbar {
	position: relative;
}

.navbar-dark .navbar-toggler {
	border: none;
}

.navbar-brand img {
	width: 60%;
}

.navbar .search a img {
	width: 24px;
	margin: 0 24px;
}

.search-section {
	display: none;
}

.navbar.search-navbar .close a img {
	width: 15px;
	margin: 0 24px;
}

.navbar.search-navbar .close a img:hover {
	cursor: pointer;
}

.search-form-section {
	display: block;
    position: absolute;
    width: 100%;
    top: 80px;
    z-index: 99;
    background-color: #FFF;
    padding: 2% 0;
}

.search-form {
	text-align: center;
	width: 100%;
    padding: .5rem 1rem;
}

.search-form input[type="text"] {
	width: 90%;
    border: none;
    border-bottom: 1px solid #c0c0c0;
}

.search-form input[type="submit"] {
	border: none;
	background-color: #FFF;
	color: #212121;
	font-family: Graphik-Regular;
}

.search-form input[type="text"]::-webkit-input-placeholder {
	color: #c0c0c0;
	padding: 6px 0;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.search-form input[type="text"]::-moz-placeholder {
	color: #c0c0c0;
	padding: 6px 0;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.search-form input[type="text"]:-ms-input-placeholder {
	color: #c0c0c0;
	padding: 6px 0;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.search-form input[type="text"]:-moz-placeholder {
	color: #c0c0c0;
	padding: 6px 0;
	font-size: 16px;
	letter-spacing: 0.5px;
}

#menu-main-menu, #menu-main-menu-1 {
	text-transform: uppercase;
}

#menu-main-menu li, #menu-main-menu-1 li {
	margin: 0 24px;
}

#menu-main-menu li a, #menu-main-menu-1 li a {
	font-family: Graphik-Regular;
	color: #FFF;
	letter-spacing: 4px;
}

.page-id-66881 #menu-main-menu li a, #menu-main-menu-1 li a {
	color: #FFF; 
}

.dark-navigation #menu-main-menu li a, .dark-navigation #menu-main-menu-1 li a,
.search-results #menu-main-menu li a, .search-results #menu-main-menu-1 li a  {
	color: #000;
}

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

#menu-main-menu li:hover a:before {
	-webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

#menu-main-menu li a:before {
	content: "";
    width: 98%;
    height: 1px;
    position: relative;
    bottom: -24px;
    left: 0;
    display: block;
    background-color: #FFF;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#menu-main-menu-1 li a {
	color: #000;
}

.post-header-image img {
	width: auto;
    height: 100vh;
    text-align: center;
    display: block;
    margin: 9% auto 0 auto;
    position: relative;
    max-width: 100%;
}

.postid-72616 .post-header-image img {
	height: auto !important;
	width: 100% !important;
}

.post-header-image {
	margin-bottom: 11%;
    height: 100vh;
}

.post-article {
	/*height: 100vh;*/
	height: 100%;
}

.post-article .side-text {
	font-family: Graphik-Bold;
    font-size: 11vh;
    line-height: 300px;
    letter-spacing: 0px;
    color: #FFF;
    height: 210px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	margin: 0;
    width: 0;
    white-space: nowrap;
    /*position: absolute;*/
    position: fixed;
    text-align: left;
    transform-origin: bottom;
    margin-top: 0;
    bottom: 2%;
    right: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    z-index: 10;
}

.post-article .category a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}

.post-article .category {
	text-transform: uppercase;
	font-family: Graphik-Regular;
}

.post-article h1 {
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	font-size: 64px;
    letter-spacing: 0px;
}

.post-article .date {
	font-family: Graphik-Regular;
	margin: 12px 0 18px 0;
    display: block;
}

.post-article .author, .post-article .photography {
	font-family: Graphik-Regular;
}

.post-article .author a, .post-article .photography a {
	font-family: Graphik-Bold;
	color: #000;
	text-decoration: underline;
}

.post-article .content {
	margin-top: 24px;
}

.post-article .content iframe, .twitter-tweet {
    max-width: 100%;
    /*height: 100%;*/
    margin: 0 auto !important;
}

.post-article .content img {
	/*position: relative;*/
	width: 100%;
	height: auto;
}

.post-article p, .post-article ul, .post-article ol, 
#mc_embed_signup .mc-field-group label {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
    width: 80%;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    margin: 48px auto;
    color: #000;
}

#mc_embed_signup .mc-field-group label {
	margin: 0 auto;
}

#mc_embed_signup .mc-field-group input {
	width: 50% !important;
	margin: 0 auto;
}

#mc-embedded-subscribe-form input[type=checkbox] {
	width: auto !important;
	margin: 0;
}

#mc_embed_signup .button {
    margin: 0 auto !important;
    display: block !important;
}

.post-article ul, .post-article ol {
	text-align: left;
}

.post-article h2 {
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	font-size: 36px;
    letter-spacing: 0px;
    color: #000;
}

.post-article p a {
	color: #bf6461;
	font-family: 'EB Garamond', serif;
	font-weight: 600;
	font-style: italic;
	text-decoration: underline;
}

.site-header .img-overlay img {
	width: 100%;
}

.site-header .img-overlay {
	width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.page-id-66881 .site-header {
	height: 100vh;
	background-color: #d7d3cf;
}

.site-header .img-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #d7d3cf;
}

.page-id-66881 .site-header .img-overlay {
	height: 100%;
	background-size: cover;
    background-position: center;
}

.site-header .header-overlay {
	position: absolute;
    bottom: 24px;
    left: 24px;
}

.site-header .header-overlay {
	color: #FFF;
}

.site-header .header-overlay h2 {
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: -0.4px; 
}

.site-header .header-overlay h3 {
	font-family: Graphik-Regular;
	text-transform: uppercase;
	font-size: 18px;
    letter-spacing: 2px;
}

.site-header .header-overlay h3 span {
    position: relative;
    padding-bottom: 5px;
}

.site-header .header-overlay h3 span::after {
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 100%; 
    height: 1px; 
    border-bottom: 1px solid #FFF; 
    content: "";
    transition: all 0.2s linear;
}

.site-header .header-overlay h3 span:hover::after {
    transition-duration: 0.4s;
    width: 0;
    left: 50%;
}

.site-header .header-overlay h4 {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	line-height: 29px;
	font-size: 18px;
}

.latest-articles, .introducing-articles, .network-block, .newsletter-block {
	background-color: #f1f1f0;
}

.latest-articles .category-post img {
	width: 100%;
}

.latest-articles, .network-block, .introducing-articles, .newsletter-block, .news, .footer {
    z-index: 10;
    position: relative;
}

.latest-articles .category-post {
	padding: 12px;
}

.latest-articles .category-post .content {
	background-color: #FFF;
	color: #000;
	text-align: left;
	padding: 12px;
    min-height: 230px;
}

.latest-articles .category-post a {
	text-decoration: none;
}

.latest-articles .category-post h2 {
	font-family: 'EB Garamond', serif;
	font-weight: 600;
    text-transform: none;
    font-size: 21px;
    letter-spacing: 0;
	padding-bottom: 6px;
}

.latest-articles .category-post h5 {
	margin-top: 12px;
	font-size: 12px;
	text-transform: uppercase;
    font-family: Graphik-Regular;
}

.latest-articles .category-post h5 span {
    font-family: Graphik-Bold;
    text-transform: uppercase;
}

.latest-articles .category-post .content h3 {
	text-transform: uppercase;
    font-family: Graphik-Regular;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 18px;
    line-height: 24px;
}

.latest-articles .category-post .content h3 span {
    position: relative;
    padding-bottom: 5px;
}

.latest-articles .category-post .content h3 span::after {
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 100%; 
    height: 1px; 
    border-bottom: 1px solid #000; 
    content: "";
    transition: all 0.2s linear;
}

.latest-articles .category-post .content h3 span:hover::after {
    transition-duration: 0.4s;
    width: 0;
    left: 50%;
}

.latest-articles .category-post .image-container {
	overflow: hidden;
}

.latest-articles .category-post .image {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transform: scale(1);
}

.latest-articles .category-post a:hover .image {
	transform: scale(1.1);
	transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.latest-articles .latest-article .listing-image {
	overflow: hidden;
}

.latest-articles .latest-article .listing-image a img { 
	transform: scale(1);
	transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.latest-articles .latest-article .listing-image a:hover img {
	transform: scale(1.1);
	transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.latest-articles .latest-article .listing-image a.image {
	min-height: 470px;
    width: 100%;
    display: block;
    background-position: top center;
    background-size: cover;
    transform: scale(1);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.latest-articles .latest-article .listing-image a.image:hover {
	transform: scale(1.1);
	transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.latest-articles .latest-article.hidden, .latest-articles .latest-rated.hidden {
	display: none;
}

.news-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
}

.news-tabs {
    text-align:center;
    display: block;
}

.news-tabs .nav-item .nav-link:before {
	content: "|";
	text-transform: uppercase;
	font-family: Graphik-Regular;
	letter-spacing: 3px;
    font-size: 24px;
    margin-bottom: 0;
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding-right: 36px;
}

.news-tabs .nav-item:first-child .nav-link:before {
	display: none;
}

.latest-articles h2 {
	text-transform: uppercase;
	font-family: Graphik-Regular;
	letter-spacing: 3px;
    font-size: 24px;
    margin-bottom: 0;
    text-decoration: none;
    color: #000;
}

.news-tabs .nav-item .nav-link h2 {
	display: inline-block;
}

div.heading {
	margin: 48px 0 36px 0;
}

div.load-more {
	margin-bottom: 18px;
}

.load-more a {
	color: #000;
	text-decoration: none;
}

.load-more img {
	width: 44px;
    margin-top: 12px;
}

.latest-articles .latest-article {
	background-color: #FFF;
	margin-bottom: 24px;
}

.latest-articles .latest-article a {
	color: #000;
	text-decoration: none;
}

.latest-articles .latest-article .details {
	padding: 36px;
	height: 100%;
	min-height: 470px;
}

.latest-articles .latest-article .listing-image:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid transparent;
    border-top: 40px solid transparent;
    border-left: 40px solid #FFF;
    position: absolute;
    left: 18px;
    top: 42%;
    transform: translatex(-50%);
}

.latest-articles .latest-article a img {
	width: 100%;
	height: auto;
}

.latest-articles .latest-article h3 {
	text-transform: uppercase;
	font-family: Graphik-Regular;
	font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 36px;
    line-height: 32px;
}

.latest-articles .latest-article h3 span {
    position: relative;
    padding-bottom: 5px;
}

.latest-articles .latest-article h3 span::after {
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 100%; 
    height: 1px; 
    border-bottom: 1px solid #000; 
    content: "";
    transition: all 0.2s linear;
}

.latest-articles .latest-article h3 span:hover::after {
    transition-duration: 0.4s;
    width: 0;
    left: 50%;
}

.latest-articles .latest-article h2 {
	font-family: 'EB Garamond', serif;
	font-weight: 600;
    text-transform: none;
    font-size: 42px;
    letter-spacing: 0;
    word-wrap: break-word;
}

.latest-articles .latest-article h2.sub {
	font-style: italic;
}

.latest-articles .latest-article h4 {
	font-family: Graphik-Regular;
	color: #757575;
	font-size: 18px;
	line-height: 24px;
	width: 350px;
	margin: 56px 0;
}

.latest-articles .category-post h4 { 
	font-family: Graphik-Regular;
	color: #757575;
	font-size: 14px;
	line-height: 22px;
}

.latest-articles .latest-article h5, .introducing-articles .introducing-article h5 {
	font-family: Graphik-Regular;
    position: absolute;
    bottom: 24px;
    margin-bottom: 0;
    font-size: 14px;
}

.latest-articles .latest-article h5.photography, .introducing-articles .introducing-article h5.photography {
    bottom: 48px;
}

.latest-articles .latest-article h5 span, .introducing-articles .introducing-article h5 span {
	font-family: Graphik-Bold;
	text-transform: uppercase;
}

.latest-articles .category-post h5 {
    position: absolute;
    bottom: 24px;
}

.category .latest-articles .category-post h5.photography {
    bottom: 0;
}

.category .latest-articles .category-post h5 {
    position: relative;
    bottom: 0;
}

.latest-articles .category-post h5.photography {
    bottom: 48px;
}

.featured .featured-article a {
	text-decoration: none;
	color: #000;
}

.featured .featured-article .img-overlay {
	background-size: cover;
	min-height: 700px;
    background-position: center 40%;
}

.featured .featured-article a {
	color: #FFF;
}

.featured .featured-article h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
}

.featured .featured-article h3 span {
	font-family: Graphik-Regular;
	color: #FFF;
}

.featured .featured-article h3 span span {
	font-family: Graphik-Semibold;
}

.featured .featured-article h3 span {
    position: relative;
    padding-bottom: 5px;
}

.featured .featured-article h3 span::after {
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 100%; 
    height: 1px; 
    border-bottom: 1px solid #FFF; 
    content: "";
    transition: all 0.2s linear;
}

.featured .featured-article h3 span:hover::after {
    transition-duration: 0.4s;
    width: 0;
    left: 50%;
}

.featured .featured-article h2 {
	font-family: 'EB Garamond', serif;
	font-weight: 600;
	font-size: 78px;
	color: #FFF;
}

.featured .featured-article h4 {
	font-family: Graphik-Regular;
	font-size: 18px;
    letter-spacing: 1px;
    color: #FFF;
}

.featured .featured-article h4 span {
	font-family: Graphik-Bold;
	text-transform: uppercase;
	color: #FFF;
}

.featured .featured-article .header-overlay {
	position: absolute;
    width: 100%;
    bottom: 10%;
}

.site-header .img-overlay .header-overlay a {
	text-decoration: none;
	color: #FFF;
	display: inline;
}

.site-header .img-overlay a {
	width: 100%;
	height: 100%;
	display: block;
}

.img-overlay .scroll-arrow {
	position: absolute;
    bottom: 24px;
    right: 24px;
    height: 64px;
    width: 64px;
}

.img-overlay .scroll-arrow img {
	width: 48px;
	position: absolute;
    bottom: 0;
    right: 0;
}

.introducing-articles {
	padding: 56px 0;
}

.introducing-articles .introducing-article a img {
	width: 100%;
}

.introducing-articles .introducing-article .article-listing-content {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	padding: 18px;
	min-height: 230px;
}

.introducing-articles .introducing-article .article-listing-content a {
	text-decoration: none;
	color: #000;
}

.introducing-articles .introducing-article .article-listing-content h3 {
	text-transform: uppercase;
    font-family: Graphik-Regular;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.introducing-articles .introducing-article .article-listing-content h3 span {
    position: relative;
    padding-bottom: 5px;
}

.introducing-articles .introducing-article .article-listing-content h3 span::after {
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 100%; 
    height: 1px; 
    border-bottom: 1px solid #000; 
    content: "";
    transition: all 0.2s linear;
}

.introducing-articles .introducing-article .article-listing-content h3 span:hover::after {
    transition-duration: 0.4s;
    width: 0;
    left: 50%;
}

.introducing-articles .introducing-article .article-listing-content h2 {
	font-family: 'EB Garamond', serif;
	font-weight: 600;
    text-transform: none;
    font-size: 42px;
    letter-spacing: 0;
}

.introducing-articles .introducing-article .article-listing-content h4 {
	font-family: Graphik-Regular;
	color: #757575;
	font-size: 16px;
	width: 80%;
}

#mce-responses .response {
	font-family: Graphik-Regular;
	color: #757575;
	font-size: 16px;
}

.introducing-articles .introducing-article .image-container {
	overflow: hidden;
}

.introducing-articles .introducing-article a.image {
	min-height: 590px;
    width: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.introducing-articles .introducing-article a.image:hover {
	transform: scale(1.1);
	transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.introducing-articles .introducing-article:hover a.image {
	transform: scale(1.1);
	transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.network-block {
	padding-top: 56px;
}

.network-block .logo img {
	width: 50%;
    display: block;
    margin: 0 auto;
    padding: 48px 0;
}

.network-block .logo {
	background-color: #FFF;
}

.network-block .content {
	background-color: #2a2929;
	padding: 56px;
}

.network-block .content p {
	color: #FFF;
	font-family: Graphik-Regular;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.network-block .content a {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Graphik-Bold;
	padding: 12px 24px;
	margin-top: 6px;
    display: inline-block;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.network-block .content a:hover {
	background-color: #000;
	color: #FFF;
	transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.newsletter-block .content, .newsletter-block .form {
	background-color: #484747;
	padding: 36px 12px;
}

.newsletter-block {
	padding-bottom: 56px;
}

.newsletter-block .content {
/* 	padding: 56px 84px; */
	padding: 36px;
}

.newsletter-block .content h5 {
	font-family: Graphik-Regular;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	font-size: 30px;
}

.newsletter-block .content h5 span {
	position: relative;
    padding-bottom: 12px;
}

.newsletter-block .content h5 span:after {
	position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 100%; 
    height: 1px; 
    border-bottom: 1px solid #FFF; 
    content: "";	
}

.newsletter-block .content h6 {
	font-family: Graphik-Regular;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 12px;
	font-size: 15px;
}

.newsletter-block .form form input {
	border-radius: 0;
	margin: 6px 0;
	width: 80%;
}

.newsletter-block .form form input::-webkit-input-placeholder {
	color: #7f7c7c;
	text-transform: uppercase;
	padding: 3px;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.newsletter-block .form form input::-moz-placeholder {
	color: #7f7c7c;
	text-transform: uppercase;
	padding: 3px;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.newsletter-block .form form input:-ms-input-placeholder {
	color: #7f7c7c;
	text-transform: uppercase;
	padding: 3px;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.newsletter-block .form form input:-moz-placeholder {
	color: #7f7c7c;
	text-transform: uppercase;
	padding: 3px;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.newsletter-block .form form #mc-embedded-subscribe {
	background-color: #FFF;
	color: #000;
	transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    border: 0;
    font-family: Graphik-Regular;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    padding: 6px 12px;
}

.newsletter-block .form form #mc-embedded-subscribe:hover {
	background-color: #000;
	color: #FFF;
	transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.news {
	background-color: #2a2929;
	padding-bottom: 56px;
}

.news .heading h2 {
	color: #FFF;
	font-family: Graphik-Regular;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
	padding: 0 0 6px 16.666667%;
	border-bottom: 1px solid #FFF;
    display: inline;
}

.slick-arrow:before {
	display: none;
}

.slick-arrow {
	height: 44px !important;
	width: 44px !important;
	margin: 0 auto;
	border: 3px solid #FFF !important;
	background: #FFF !important;
	transition: box-shadow .5s, color .5s;
	background-size: 0 0 !important;
	background-position: 50% 50% !important;
	border-radius: 30px;
	box-shadow: inset 0 0 0 50px #2a2929;
}

.slick-arrow:hover {
	box-shadow: inset 0 0 0 0px #FFF;
	color: #FFF;
	cursor: pointer;
}

.slick-prev {
    left: -160px !important;
}

.slick-next {
    right: -160px !important;
}

.news .news-article {
	background-color: #FFF;
}

.news .news-article {
	margin: 0 12px;
}

.news .news-article .image {
    height: 177px;
    width: 177px;
    background-size: cover;
    margin: 24px 0 18px 24px;
    display: inline-block;
    background-position: center;
}

.news .news-article .content {
	display: inline-block;
    padding: 24px 0 24px 24px;
    width: calc(100% - 206px);
    vertical-align: top;
}

.news .news-article .content h2 {
	font-family: 'EB Garamond', serif;
	font-weight: 600;
	font-size: 20px;
	padding-right: 24px;
}

.news .news-article .content h3 {
	font-family: Graphik-Regular;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-size: 16px;
    border-bottom: 1px solid #000; 
    padding-bottom: 6px;
}

.news .news-article .content a {
	font-family: Graphik-Regular;
	border: 1px solid #565656;
	color: #000;
	padding: 6px 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    position: absolute;
    bottom: 24px;
}

.news .news-article .content a:hover {
	background-color: #000;
	color: #FFF;
	transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.social.header, .social.article {
    position: fixed;
    right: 12px;
    top: 35%;
    z-index: 0;
}

.social.article {
    z-index: 5;
}

.social.header ul, .social.article ul {
    list-style: none;
}

.social.header ul li a, .social.article ul li a {
    width: 56px;
    height: 56px;
    background-size: cover;
    display: block;
    -webkit-transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

.social.header ul li a.facebook {
    background-image: url('../images/facebook-white.png');
}

.social.header ul li a.twitter {
    background-image: url('../images/twitter-white.png');
}

.social.header ul li a.instagram {
    background-image: url('../images/instagram-white.png');
}

.social.header ul li a.spotify {
    background-image: url('../images/spotify-white.png');
}

.social.header ul li a.youtube {
    background-image: url('../images/youtube-white.png');
}

.social.article ul li a.facebook {
    background-image: url('../images/facebook-black.png');
}

.social.article ul li a.twitter {
    background-image: url('../images/twitter-black.png');
}

.social.article ul li a.instagram {
   background-image: url('../images/instagram-black.png'); 
}  

.social.article ul li a.spotify {
    background-image: url('../images/spotify-black.png');
}

.social.article ul li a.youtube {
    background-image: url('../images/youtube-black.png');
}

.footer {
	/*background-color: #f1f1f0;*/
	padding-top: 24px;
	/*display: none;*/
}

.footer .logo {
	padding: 36px 0;
	background-color: #FFF;
}

.footer .logo img {
	width: 15%;
}

.footer .menu ul {
	margin: 24px 0;
}

.footer .menu ul.terms {
	margin: 0 0 12px 0;
}

.footer .social ul {
	margin-bottom: 24px;
}

.footer .menu ul li {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Graphik-Regular;
	margin: 0 12px;
}

.footer .social ul li {
	margin: 0;
	display: inline-block;
}

.footer .menu ul li a {
	color: #000;
	text-decoration: none;
}

.footer .social ul li a {
	width: 44px;
	height: 44px;
	background-size: cover;
	display: inline-block;
	-webkit-transition: background-image 0.2s ease-in-out;
   	-moz-transition: background-image 0.2s ease-in-out;
   	-o-transition: background-image 0.2s ease-in-out;
   	transition: background-image 0.2s ease-in-out;
}

.footer .social ul li a:hover, .social.header ul li a:hover {
	-webkit-transition: background-image 0.2s ease-in-out;
   	-moz-transition: background-image 0.2s ease-in-out;
   	-o-transition: background-image 0.2s ease-in-out;
   	transition: background-image 0.2s ease-in-out;
}

.footer .social ul li a.facebook {
	background-image: url('../images/facebook-black.png');
}

.footer .social ul li a.twitter {
	background-image: url('../images/twitter-black.png');
}

.footer .social ul li a.instagram {
	background-image: url('../images/instagram-black.png');
}

.footer .social ul li a.spotify {
	background-image: url('../images/spotify-black.png');
}

.footer .social ul li a.youtube {
	background-image: url('../images/youtube-black.png');
}

.footer .social ul li a.facebook:hover, .social.header ul li a.facebook:hover, .social.article ul li a.facebook:hover {
	background-image: url('../images/facebook.png');
}

.footer .social ul li a.twitter:hover, .social.header ul li a.twitter:hover, .social.article ul li a.twitter:hover {
	background-image: url('../images/twitter.png');
}

.footer .social ul li a.instagram:hover, .social.header ul li a.instagram:hover, .social.article ul li a.instagram:hover {
	background-image: url('../images/instagram.png');
}

.footer .social ul li a.spotify:hover, .social.header ul li a.spotify:hover, .social.article ul li a.spotify:hover {
	background-image: url('../images/spotify.png');
}

.footer .social ul li a.youtube:hover, .social.header ul li a.youtube:hover, .social.article ul li a.youtube:hover {
	background-image: url('../images/youtube.png');
}

.navbar-dark .navbar-toggler:hover {
	cursor: pointer;
    position: relative;
    z-index: 999;
}

.navbar-toggler span {
   display: block;
   background-color: #FFF;
   height: 2px;
   width: 25px;
   margin-top: 6px;
   margin-bottom: 6px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler:not(.collapsed) span {
	background-color: #000;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
    background-color: #000;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.latest-articles .nav-item .active h2 {
	border-bottom: 1px solid #000;
}

.modal-dialog {
    max-width: 800px;
    margin: 10% auto;
}

.modal-body {
    position:relative;
    padding:0px;
}

.close-video {
    position: absolute;
    right: -30px;
    top: -20px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    background-color: transparent;
    border: 0;
}

@media (max-width: 991px) {
	#navbarMenu {
		position: fixed;
	    top: 0;
	    left: 0;
	    background-color: #FFF;
	    width: 100%;
	    height: 100%;
	}
	#menu-main-menu li a, #menu-main-menu-1 li a {
		color: #000;
	}
	#menu-main-menu li, #menu-main-menu-1 li {
		margin: 24px 0;
		text-align: center;
	}
	#menu-main-menu {
		margin-top: 48px;
	}
	.search {
		display: none;
	}
}

@media (min-width: 981px) {
	.introducing-articles .introducing-article:nth-child(odd) {
		padding-right: 12px;
	}

	.introducing-articles .introducing-article:nth-child(even) {
		padding-left: 12px;
	}
}

@media (max-width: 980px) {
	.newsletter-block .content {
		padding: 36px 84px 0 84px;
	} 
}

@media (max-width: 768px) {
	.introducing-articles .introducing-article {
		margin-bottom: 18px;
	}
	.introducing-articles .introducing-article .article-listing-content h4 {
		width: 100%;
	}
	.featured .featured-article .img-overlay {
		min-height: 320px;
    	background-position: center center;
	}
	.latest-articles .latest-article .listing-image:after {
		display: none;
	}
	.site-header .img-overlay {
		background-position: center center;
	}
}

@media (max-width: 568px) {

    .site-header .img-overlay .header-overlay a {
        color: #FFF;
    }

    .latest-articles .latest-article h5, .introducing-articles .introducing-article h5 {
        position: relative;
        margin-top: 12px;
        bottom: 0;
    }
    .latest-articles .latest-article h5.photography, .introducing-articles .introducing-article h5.photography {
        bottom: 0;
    }

	.logo-image-footer img {
		width: 50%;
		margin: 48px 0;
	}	
    .social.header, .social.article {
        display: none;
    }
	.latest-articles .latest-article h2, .introducing-articles .introducing-article .article-listing-content h2 {
		font-size: 28px;
	}
	.latest-articles .latest-article h4 {
		margin: 18px 0;
		padding-bottom: 18px;
        font-size: 16px;
        width: 100%;
	}
	.latest-articles .latest-article h3, .introducing-articles .introducing-article .article-listing-content h3 {
		font-size: 12px;
	}
	.latest-articles .latest-article h5 {
		font-size: 12px;
	}
	.latest-articles .latest-article .details {
		padding: 24px;
	}
	.load-more h2 {
		font-size: 18px;
	}
	.load-more img {
		width: 32px;
	}
	.featured .featured-article h2 {
		font-size: 24px;
	}
	.featured .featured-article h3 {
		font-size: 16px;
	}
	.featured .featured-article h4 {
		font-size: 16px;
	}
	.network-block .content p {
		font-size: 12px;
	}
	.network-block .content a {
		padding: 6px 12px;
	}
	.newsletter-block .content {
		padding: 0;
	}
	.newsletter-block .content h5 {
		font-size: 28px;
    	text-align: center;
 	   	padding-top: 32px;
	}
	.newsletter-block .content h6 {
		text-align: center;
		font-size: 14px;
	}
	.mc-field-group {
		text-align: center;
	}
	.newsletter-block .form form #mc-embedded-subscribe {
		width: 30%;
    	display: block;
    	margin: 12px auto;
	}
	.newsletter-block .form {
		padding: 0 0 12px 0;
	}
	.footer .logo img {
		width: 35%;
	}
	.footer .social {
		margin-top: 24px;
	}
	.footer .menu ul, .footer .social ul {
		-webkit-margin-before: 0;
	    -webkit-margin-after: 0;
	    -webkit-margin-start: 0;
	    -webkit-margin-end: 0;
	    -webkit-padding-start: 0;
	}
	.footer .menu ul li {
		display: block;
	}
	.news .news-article img {
		width: 100%;
		padding: 24px;
	}
	.news .news-article .content {
		width: 100%;
		padding: 0 24px 24px 24px;
	}
	.footer {
		padding-top: 0;
	}
	.slick-arrow {
		/*display: none !important;*/
        left: -48px !important;
	}
    .slick-next {
        left: 164px !important;
    }
	.site-header .header-overlay h3 {
		font-size: 12px;
	}
	.site-header .header-overlay h2 {
		font-size: 42px;
	}
	.site-header .header-overlay h3 span {
		padding-bottom: 2px;
	}
	.site-header .header-overlay h4 {
		font-size: 16px;
	}
	.img-overlay .scroll-arrow img {
		width: 36px;
	}
	.site-header .header-overlay {
		bottom: 72px;
	}
	.navbar-brand img {
		width: 50%;
	}
	.navbar-brand {
		margin-right: 0;
	}
	.navbar {
		padding: 6px;
	}
	.latest-articles h2 {
		font-size: 16px;
		letter-spacing: 2px;
	}
	.news-tabs .nav-item .nav-link:before {
		font-size: 16px;
		padding-right: 16px;
	}
	.news-tabs .nav-link {
		padding: .5rem .5rem;
	}
	.latest-articles .latest-article .listing-image a.image, .introducing-articles .introducing-article a.image {
		min-height: 300px;
	}
	.news .news-article .image {
		margin: 24px auto;
		display: block;
	}
	.news .news-article .content {
		text-align: center;
	}
	.latest-articles .latest-article h3 span {
		padding-bottom: 2px;
	}
	.network-block .content {
		text-align: center;
	}
	.navbar-dark .navbar-brand {
		width: 80%;
	}
	.post-header-image img {
/* 		width: 90% !important; */
/* 		margin: 25% auto 0 auto; */
/* 		height: auto; */
		width: auto;
    	margin: 25% auto 0 auto;
    	height: auto;
	}
	.post-article .side-text {
		display: none;
	}
	.post-header-image {
		height: 65vh;
        margin-bottom: 20%;
	}
	.post-article p {
		font-size: 16px;
        line-height: 28px;
	}
    .network-block .content {
        padding: 32px;
    }
    .post-article h1 {
        font-size: 36px;
    }
    .post-article .content {
        margin-top: 28px;
    }
    .post-article .category a {
        font-size: 16px;
    }
    .news .news-article .content a {
        position: relative;
        bottom: 0;
    }
    .news .news-article .content h2 {
        padding-right: 0;
    }
    .post-article .content iframe {
        max-width: 100%;
        height: auto;
    }
    .close-video {
        right: 0;
        top: -50px;
    }
    .modal-dialog {
        margin: 30% auto;
    }
    .latest-articles .latest-article h3 {
        margin-bottom: 12px;
    }
    .latest-articles .latest-article h2, .introducing-articles .introducing-article .article-listing-content h2 {
        font-size: 18px;
    }
    .latest-articles .latest-article .details {
        min-height: 0;
    }
    .featured .featured-article .header-overlay {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 3%, rgba(0,0,0,0.65) 97%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 3%,rgba(0,0,0,0.65) 97%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 3%,rgba(0,0,0,0.65) 97%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
    }
    .featured .featured-article h3 span, .featured .featured-article h2, .featured .featured-article h4, .featured .featured-article h4 span {
        color: #FFF;
    }
    .featured .featured-article h3 span::after {
        border-bottom: 1px solid #FFF;
    }
}
