/*
Theme Name: Johnson Publishing Company
Theme URI: https://fantasktic.com/
Author: Fantasktic Inc.
Author URI: https://fantasktic.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jpc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Johnson Publishing Company is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #949494;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	clear: both;
}

p {
	margin: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	text-align: left;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #202020; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
	list-style-position: inside;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

strong { font-weight: 700; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	display: inline-block;
	background: none;
	padding: 7px 20px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	line-height: 1;
	border: 2px solid #000;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.4s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	outline: 0;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active {
	color: #000;
	text-decoration: none;
	opacity: 0.7;
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 4px 10px 5px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	line-height: 1;
	border: 2px solid #000;
	border-radius: 2px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation { display: block; }
.main-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
.main-navigation li {
	position: relative;
	float: left;
	margin-left: 15px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation .menu > li > a { line-height: 50px; }
.main-navigation ul ul {
	background: rgba(0,0,0,0.8);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	margin-left: -20px;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	margin-left: 0;
}
.main-navigation ul ul a { 
	width: 200px;
	padding: 5px 20px;
}
.main-navigation ul ul li { margin-left: 0; }
.main-navigation li:hover > a,
.main-navigation li.focus > a { opacity: 0.7; }
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a { opacity: 0.7; }
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus { opacity: 0.7; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul { left: -100%; }
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul { left: -100%; }
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul { display: none; }

.menu-toggle { color: #fff; }

@media only screen and (max-width: 680px) {
	.site.opened {
		height: 100vh;
		overflow: hidden;
	}
	.menu-toggle { 
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 10px;
		font-size: 16px;
		color: #fff;
		border: none;
		line-height: 50px;
		z-index: 3;
	}
	.menu-toggle:hover,
	.menu-toggle:focus { color: #fff; }
	.main-navigation ul { display: none; }
	.site.opened .main-navigation ul { display: block; }
	.site.opened .main-navigation ul ul {
		display: block;
		position: relative;
		left: auto;
		float: none;
		background: none;
	}
	.site.opened .main-navigation ul ul a { width: auto; }
	.site.opened .main-navigation { 
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.7);
		width: 100%;
		height: 100vh;
		padding-top: 50px;
	}
	.site.opened .main-navigation .menu-primary-container {
		height: 100%;
		overflow-y: auto;
	}
	.site.opened .main-navigation li {
		float: none;
		margin-left: 0;
		padding: 5px 20px;
	}
	.site.opened .main-navigation .menu > li > a {
		padding-bottom: 10px;
		line-height: 1;
	}
	.site.opened .main-navigation .menu {}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.wrap:before,
.wrap:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.wrap:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-list { list-style-position: outside; }
.comment-content a { word-wrap: break-word; }
.bypostauthor { display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link{
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths { width: 48.717948717948715%; }
.one-third,
.two-sixths { width: 31.623931623931625%; }
.four-sixths,
.two-thirds { width: 65.81196581196582%; }
.one-fourth { width: 23.076923076923077%; }
.three-fourths { width: 74.35897435897436%; }
.one-sixth { width: 14.52991452991453%; }
.five-sixths { width: 82.90598290598291%; }

.first {
	clear: both;
	margin-left: 0;
}

.content-column { padding: 0 20px; }

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 800px) {}

@media only screen and (max-width: 600px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.content-column { padding: 0; }
}

/* Site header
---------------------------------------------------------------------------------------------------- */

.site-header {
	position: relative;
	background: #000;
	width: 100%;
	color: #fff;
	z-index: 99;
}
.sticky .site-header { position: fixed; }
.site-header .wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}
.site-header a { 
	color: #fff;
	text-decoration: none;
}
.site-header .site-branding {
	float: left;
	line-height: 50px;
}
.site-header .site-branding * { 
	margin: 0;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 50px;
}
.site-header .header-right { float: right; }
.site-header #site-navigation,
.site-header .social-networks { float: left; }
.site-header .social-networks {
	padding-left: 10px;
	line-height: 46px;
}

@media only screen and (max-width: 800px) {
	.site-header .social-networks { display: none; }
}
@media only screen and (max-width: 680px) {
	.sticky .site-header { position: relative; }
	.site-header .site-branding {
		position: relative;
		z-index: 2;
	}
	.site-header .site-branding,
	.site-header .header-right { float: none; }
}
@media only screen and (max-width: 380px) {
	.site-header .wrap { padding: 0 10px; }
	.site-header .site-branding * { font-size: 14px; }
}

#jpc-front-page-main-slider .swiper-button-prev,
#jpc-front-page-main-slider .swiper-button-next {
	background-size: cover;
	width: 44px;
	height: 89px;
	margin-top: -44px;
}
#jpc-front-page-main-slider .swiper-button-prev,
#jpc-front-page-main-slider .swiper-container-rtl .swiper-button-next {
	background-image: url(images/ms-arrow-left.png);
}
#jpc-front-page-main-slider .swiper-button-next,
#jpc-front-page-main-slider .swiper-container-rtl .swiper-button-prev {
	background-image: url(images/ms-arrow-right.png);
}
#jpc-front-page-main-slider .swiper-button-prev:hover,
#jpc-front-page-main-slider .swiper-button-next:hover { opacity: 0.7; }
#jpc-front-page-main-slider > .swiper-pagination-bullets { 
	bottom: 90px;
	height: 18px;
	overflow: hidden;
}
#jpc-front-page-main-slider .swiper-pagination-bullet {
	background: #000;
	width: 18px;
	height: 18px;
	opacity: 1;
}
#jpc-front-page-main-slider .swiper-pagination-bullet-active { background: #fff; }

.banner { 
	position: relative;
	overflow: hidden;
}
.banner h1 {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 105px;
	font-weight: 900;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	line-height: 105px;
}
.banner img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 980px) {
	.banner h1 {
		bottom: -10px;
		font-size: 75px;
		line-height: 75px;
	}
}
@media only screen and (max-width: 680px) {
	.banner h1 {
		bottom: -5px;
		font-size: 35px;
		line-height: 35px;
	}
}

.title { padding-top: 30px; }
.title h1 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto -15px;
	padding: 0 20px;
	font-size: 105px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 105px;
}

@media only screen and (max-width: 980px) {
	.title h1 {
		margin-bottom: -10px;
		font-size: 75px;
		line-height: 75px;
	}
}
@media only screen and (max-width: 680px) {
	.title h1 {
		margin-bottom: -5px;
		font-size: 35px;
		line-height: 35px;
	}
}

.box-wrapper { height: 700px; }
.box-wrapper .box {
	position: relative;
	float: left;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.box-wrapper.count-2 .box { width: 50%; }
.box-wrapper.count-3 .box { width: 33.333333%; }
.box-wrapper .box a {
	color: #fff;
	text-decoration: none;
}
.box-wrapper .box > a {
	display: block;
	height: 100%;
}
.box-wrapper .summary {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	padding: 20px 20px 120px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	box-sizing: border-box;
	overflow-y: auto;
	line-height: 33px;
}
.box-wrapper .summary h1 { 
	margin: 0;
	font-size: 33px;
	font-weight: 600;
}
.box-wrapper .summary p:last-child { margin-bottom: 0; }

.sections-intro {
	position: relative;
	background: #fff;
	max-width: 1100px;
	margin: -80px auto 0;
	padding: 50px;
	font-size: 21px;
	text-align: center;
	z-index: 9;
}
.sections-intro h1 {
	margin: 0;
	font-size: 50px;
	font-weight: 300;
	color: #ab9152;
}
.sections-intro p { 
	margin: 0;
	line-height: 2;
}
.sections-intro strong { color: #ab9152; }

@media only screen and (max-width: 768px) {
	#jpc-front-page-main-slider > .swiper-pagination-bullets { bottom: 10px; }
	.box-wrapper { height: 500px; }
	.box-wrapper .summary { 
		line-height: 23px;
		padding-bottom: 40px;
	}
	.box-wrapper .summary {
		padding-left: 5px;
		padding-right: 5px;
	}
	.box-wrapper .summary h1 { font-size: 23px; }
	.sections-intro { margin-top: 0; }
}
@media only screen and (max-width: 680px) {
	.box-wrapper { height: 400px; }
	.box-wrapper .summary h1 { font-size: 16px; }
	.sections-intro h1 { font-size: 35px; }
}

.main-section {
	max-width: 940px;
	margin: 0 auto;
	padding: 65px 20px 90px;
	color: #fff;
	text-align: center;
}
.main-section h1,
.main-section h2 {
	font-size: 46px;
	font-weight: 300;
	color: #ab9152;
}
.main-section p { line-height: 2.2; }
.main-section p:last-child { margin-bottom: 0; }

.quote {
	display: inline-block;
	margin-bottom: 50px;
	padding: 0 50px;
	color: #ab9152;
	text-align: center;
	vertical-align: top;
}
.quote .number {
	font-family: 'Vidaloka', serif;
	font-size: 75px;
}
.quote .label {
	font-family: 'Vidaloka', serif;
	font-size: 28px;
}
.quote .bottom {
	display: block;
	margin-top: -25px;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

.sections-container {
	background: #fff;
	text-align: center;
}
.home .sections-container { padding-top: 50px; }
.sections-container .wrap {
	max-width: 940px;
	margin: 0 auto;
}
.sections-container h2 {
	margin: 0;
	font-size: 42px;
	font-weight: 300;
}
.sections-container .sections-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sections-container .sections-nav li {
	display: inline-block;
	margin: 0 8px;
}
.sections-container .sections-nav a {
	font-size: 13px;
	font-weight: 800;
	color: #949494;
	text-decoration: none;
	text-transform: uppercase;
}
.sections-container .sections-nav a:hover { text-decoration: underline; }
.sections-container .summary { padding: 0 20px; }
.home .sections-container .summary p { line-height: 2.2; }
.sections-container .summary p:last-child { margin-bottom: 0; }

.section-wrapper { padding: 55px 0 55px; }
.home .section-wrapper { padding: 55px 0 45px; }
.section-wrapper.alter { background: #f8f8f8; }
.section-wrapper h1,
.section-wrapper h2,
.section-wrapper h3 {
	margin: 0 0 20px;
	font-size: 46px;
	font-weight: 300;
	color: #ab9152;
	line-height: 1.2;
}
.section-wrapper h4,
.section-wrapper h5 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 800;
}
.section-wrapper h4 { color: #ab9152; }
.not-blog .section-wrapper img { 
	display: block;
	margin: 0 auto;
}
.section-wrapper strong { color: #ab9152; }
.section-wrapper a { color: #949494; }
.section-wrapper .single-image { margin-bottom: 20px; }

/**#sections img { max-height: 500px; }**/
#sections .swiper-button-prev,
#sections .swiper-button-next {
	background-size: cover;
	width: 27px;
	height: 50px;
	margin-top: -25px;
}
#sections .swiper-button-prev,
#sections .swiper-container-rtl .swiper-button-next {
	background-image: url(images/ss-arrow-left.png);
}
#sections .swiper-button-next,
#sections .swiper-container-rtl .swiper-button-prev {
	background-image: url(images/ss-arrow-right.png);
}
#sections .swiper-button-prev:hover,
#sections .swiper-button-next:hover { opacity: 0.7; }
#sections .swiper-container > .swiper-pagination-bullets {
	position: relative;
	bottom: 0;
	padding: 20px 0;
	line-height: 4px;
}
#sections .empty .swiper-container > .swiper-pagination-bullets { padding-bottom: 0; }
#sections .swiper-pagination-bullet {
	background: #d0d0d0;
	width: 50px;
	height: 4px;
	margin: 20px 4px;
	opacity: 1;
	border-radius: 0;
	vertical-align: top;
}
#sections .swiper-pagination-bullet-active { background: #ab9152; }

@media only screen and (max-width: 680px) {
	.section-wrapper { padding: 35px 0 35px; }
	.home .section-wrapper { padding: 35px 0 45px; }
	.section-wrapper h1,
	.section-wrapper h2,
	.section-wrapper h3 { font-size: 30px; }
}

.blog { text-align: left; }
.blog .section-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.widget-area .widget-title { font-size: 30px; }
.widget-area ul {
	margin: 0 0 0 20px;
	padding: 0;
}
.widget-area a { text-decoration: none; }
.widget-area a:hover { text-decoration: underline; }
.widget-area .widget_search { padding-top: 12px; }
.widget-area .widget_search .search-field { 
	width: 100%;
	max-width: 300px;
}
.widget-area .widget_search .search-submit { display: none; }

article .entry-meta,
article .entry-footer {
	font-size: 12px;
	font-weight: 700;
}
article .entry-footer { padding-top: 1.5em; }

.blog-listing article a {
	color: #ab9152;
	text-decoration: none;
}
.blog-listing article a:hover { text-decoration: underline; }
.blog-listing article .entry-title { clear: none; }

.site-footer {
	padding: 80px 0 100px;
	font-size: 13px;
	color: #ab9152;
	text-align: center;
}
.site-footer a {
	color: #ab9152;
	text-decoration: none;
}
.site-footer a:hover { text-decoration: underline; }
.site-footer ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	line-height: 1;
}
.site-footer li { 
	display: inline-block;
	padding: 0 6px 0 8px;
	border-left: 1px solid #ab9152;
}
.site-footer li:first-child {
	padding-left: 0;
	border: none;
}
.site-footer li a { text-transform: uppercase; }

@media only screen and (max-width: 480px) {
	.site-footer { padding: 40px 0; }
	.site-footer li { 
		display: block;
		padding: 10px 0;
		border-left: none;
	}
}

.social-networks {}
.social-networks a {
	display: inline-block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 28px;
	height: 28px;
	margin: 0 5px 0 8px;
	text-indent: -999em;
	overflow: hidden;
	vertical-align: middle;
	transition: all 0.5s;
}
.social-networks a:hover { opacity: 0.5; }
.site-header .social-networks a { margin: 0 -4px 0 10px; }
.site-footer .social-networks { padding-top: 15px; }