/*
Theme Name: Ski 2020-2021
Author: the JangleJungle team
Author URI: https://jxj.co.jp/
Version: 1.0
License: JangleJungle
Text Domain: ski2021
*/

/* ====================================

　ジャングル・ジャングル 固有CSS

  --main-color: #00a0e8;
  --sub-color: #e2017e;
  --sub-color-light: #fbc700;
  
====================================== */

.otherfont,
.index .section-title,
.point .number span,
.global li span,
.page-title span:first-child,
.copy span { 
    font-family: 'Montserrat', arial, helvetica,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic' , sans-serif;
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
    font-weight: 700;
}

body { background-color: #fff; color: #000; }
.copy span { width: 105.5%; display: inline-block;font-size: 0.938em; }

.parallax,
.wrap{ padding:0 13px; }

.parallax::before,
.wrap::before {
    width: 23px;
    height: 100%;
    content: '';
    background:url(img/bg_line_side-left.png) repeat-y 0% 0%;
    background-size: 100% auto;
    position: fixed;
    pointer-events: none;
    z-index: 100;
    left: 0;
    top: 0;
}
.parallax::after,
.wrap::after {
    width: 23px;
    height: 100%;
    content: '';
    background:url(img/bg_line_side-right.png) repeat-y 100% 0%;
    background-size: 100% auto;
    position: fixed;
    pointer-events: none;
    z-index: 100;
    right: 0;
    top: 0;
}
.wrap { background: url(img/bg_body.jpg) repeat-y left top;background-size: 100% auto;overflow: hidden; }


/* --------------------------------------------------------
　　トップ
-------------------------------------------------------- */

/* ----- ヘッダー ----- */
.index .swiper-pagination-bullet:hover { background-color: #00a0e8; }
.index .swiper-pagination-bullet-active { background-color: #e2017e; }
.index .site-title.homelogo a { margin-top: 30px; }

.index.social {
    width:255px;
    height: 170px;
    padding: 0 0 0.5em 0;
    background: url(img/head_illust-bottom.png) no-repeat 0% 100%;
    background-size: 100% auto;
	-webkit-box-align: end;
	-ms-flex-align: end;
    align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
    justify-content: flex-end;
}
.index.social .lang { margin-right: 1em;margin-bottom: 0.3em; }
.index.social .lang a,
.index.social .lang span { display: block; }
.index.social .sns { margin: 0; }

/* ----- ピックアップコンテンツ リンク背景色 ----- */
.index .pickup a.bg1{background-color: #fbdd00;}
.index .pickup a.bg2{background-color: rgba(226, 1, 126, 0.9);}
.index .pickup a.bg3{background-color: rgba(0, 160, 232, 0.9);}
.index .pickup a.bg4{background-color: rgba(34, 34, 34, 0.9);}
.index .pickup a.bg1:hover,
.index .pickup a.bg2:hover,
.index .pickup a.bg3:hover,
.index .pickup a.bg4:hover{background-color: rgba(44, 44, 44, 0.9);}

/* ----- タイトル ----- */
.index .site-main .section-title {
    margin:0 0 0 -0.375em;
    padding: 0 0 0.44em 0.3em;
    font-size: 5em;
    letter-spacing: 0.02em;
    line-height: 0;
}

.index .site-main .today .link_more.w_100:not(.line) { background-color: #e2017e; }
.index .site-main .today .link_more.w_100:not(.line):hover { background-color: #00a0e8; }

.index .news a:not(.link_more) { color: #222; }
.index .news a:not(.link_more):hover { color: #e2017e; }

.index .news .section-title { padding-left: 0.75em; }
.index .point .section-title { padding-left: 50px; }
.index .section-title span.en:first-letter { font-size: 1.7em;margin-right: -0.1em;color: #00a0e8; }
.index .news .section-title span.en:first-letter { margin-right: -0.05em; }
.index .section-title b { color: #e2017e;font-size: 1em; }
.index .section-title span.jp {
    margin:1em 0 0 5.5em;
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1)
}

.index .today .update span {background-image: url(img/i_check.png); }
.index .news .meta .title { border-color: rgba(0,0,0,0.5); }

@media all and (-ms-high-contrast: none) {
    .index .site-main .section-title { padding-bottom: 0; }
    .index .section-title span.en:first-letter { font-size: 1.2em; }
}

/* ----- Point ----- */
.index .point .number { width: 1.94em;font-size: 4.5em;color: #e2017e; }
.index .point .number span::after { background-color: #e2017e; }
.index .point .number::before { width: 1.94em;height: 1.94em;margin: -0.35em 0 0 -0.3em; background-image: url(img/top_point_bg-number.png); }
.index .point li:nth-child(2) .number::before { margin-left: -0.38em; }

/* ----- アクセス ----- */
.index .access .icon { letter-spacing: 0.05em; }
.index .access .icon::before { font-size: 0.875em; }
.index .access {
    padding: 1.43em;
    background:
        url(img/bg_line_side-top.png) repeat-x 0% 0%,
        url(img/bg_line_side-left.png) repeat-y 100% 0%,
        url(img/bg_line_side-right.png) repeat-y 0% 0%,
        url(img/bg_line_side-bottom.png) repeat-x 0% 100%;
    background-color: rgba(255,255,255,0.6);
}
.index .access address { margin-top: 1.2em; }
.index .otherbg .inner { max-width:800px;width: auto; }


/* --------------------------------------------------------
　　ヘッダー・フッター
-------------------------------------------------------- */

.site-title.homelogo a {
    width: 11.25em;
    height: 5em;
    margin: 30px 0 0 -5px;
    background-image: url(img/logo.png);
}
.homelogo a {
    width: 13em;
    height: 7.5em;
    background-image: url(img/logo_base.png);
}

.global li { line-height: 1.45; }
.global li span { margin-left: 0.5em; }

.headphoto.titlearea { background-image: url(img/page_banner_common.jpg); }
.headphoto.titlearea a { color: #fff; }
.headphoto.titlearea a:hover { color: #fbc700; }
h1.page-title span:first-child:first-letter { font-size: 1.7em; }
.page-title span:first-child { margin-left: -5%; }

.group_links{ background-image: url(https://jxj.co.jp/img/2019/foot_linksgrp-bg.jpg); }


/* --------------------------------------------------------
　　その他
-------------------------------------------------------- */

article > section > .inner,
.index article > section.news > .inner { width: 100%;padding: 3em 0 3.5em 0; }
.index article > section.today { margin-top: 4em; }
.index article > section.news { padding: 0 5%; }

.social .lang,
.today i { color: #e2017e; }

/* ----- リンクカラー ----- */
a,a:link,a:visited,a:active { color: #222; }
.site-main a { color: #1a0dab; }
a:hover,.site-maint a:hover { color: #e2017e; }

.index .site-main .link_more:not(.line) { background-color: #000; }
.index .site-main .link_more:not(.line):hover{ background-color: #e2017e; }

.site-main .link_more{ background-color: #e2017e; }
.site-main .link_more:hover{ background-color: #00a0e8; }
.global li li a { background-color: rgba(26, 26, 26, 0.8); }
.global li li a:hover { background-color: rgba(251, 199, 0, 0.9);color: #222; }
.social .lang a:hover { background: #fff;opacity: 1;background-color: #222;color: #fff; }

.hfeed article a,
.hfeed article a:hover { color: #000; }
.p-entry__meta a:hover { border-bottom-color: #666; }
.links .base_links,
section.localnavi,
.links .base_links a,
section.localnavi ul li a { color: #222; }
.links .base_links a:hover,
section.localnavi ul li a:hover,
.social .lang a,
.social .lang span { color: #222;border-color: #222; }
#pagetop a:hover { color: #00a0e8; }

#pagetop {text-shadow: 0 0 10px rgba(255,255,255,0.3);}

/* ----- Table ----- */
table.normal th { background-color: #00a0e8; }
table.normal th.title { background-color: #333; }
table.normal td.title { background-color: #E0F2F7; }

table.normal.season th.normal { background: #00a0e8; }
table.normal.season th.nighter { background-color: #222; }
table.normal.season td.title { background-color: #fff100; }
table.normal.season .otherfont {
    color: #00a0e8;
    font-size: 0.75em;
    letter-spacing: 0.05em;
}

/* ----- タイトル / ブログ関連 / フォームボタンなど ----- */
.p-entry__meta li { color: #666; }

.site-main .comments-area,
section .wpcf7,
p.tel { border: none;background-color: rgba(255,255,255,0.6);box-shadow: 0 0 15px rgba(0,0,0,0.1);color: #000; }
.wpcf7 li,
.wpcf7 .btns { border-color:#bdccd4; }

.post-navigation,
.pagination .prev,
.pagination .next,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
.entry-footer.edit .edit-link,
.site-main .bg_black.other { background-color: #00a0e8;color: #fff; }

.btns input[type="submit"],
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.pagination .prev.page-numbers:hover,
.pagination .prev.page-numbers:focus,
.pagination .next.page-numbers:hover,
.pagination .next.page-numbers:focus { background-color: #e2017e;color: #fff; }

button:hover,
button:focus,
.post-navigation div div a:hover,
.btns input[type="reset"]:hover,
.btns input[type="reset"]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.site-main .bg_black { background: #222;color: #fff; }


/* --------------------------------------------------------
　　背景なしのノーマルsection - .section:nth-child
-------------------------------------------------------- */

/* ----- 大見出し 装飾 - .section-title ----- */
.site-main .section-title {
    min-width: 500px;
    margin-left: -1em;
    padding: 1.4em 0 1.4em 1.4em;
    background:url(img/title_bg.png) no-repeat 0% 100%;
    background-size: auto 100%;
    text-align: left;
}
.site-main .section-title:first-letter { color: #00a0e8;font-size: 1.438em;line-height: 0; }
.gelande .today .section-title { margin-bottom: -1%; }
.index .site-main .section-title { background-size: auto; }

/* ----- 中見出し - .sub-title ----- */
.sub-title span,
.sub-title.no2::before,
.sub-title.no2::after { border-color: #222; }

.single .entry-content,
.hfeed article { background-color: rgba(255,255,255,0.6); }

.hfeed article:nth-child(2n+1),
.sidebar { background-color: rgba(255, 238, 0, 0.2); }
.single .entry-content { box-shadow: 0 0 15px rgba(0,0,0,0.1) }


/* ==========================　Media Queries CSS ============================ */

/* ======================== 960px以上 ========================== */
@media screen and (min-width: 960px) {
    nav#fixed { left:10px; }
    .fixed-scroll .site-title.homelogo a {
        width: 110px;
        height: 43px;
        margin:15px  0 0 -5px;
        background-image: url(img/logo_simple.png);
    }
    .index .slide_left,
    .headphoto.titlearea::before {
        width: 190px;
        height: 168px;
        background: url(img/head_illust-top.png) no-repeat 0% 0%;
        content:'';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
    }
    .index .slide_left { left: 153px; }
}

/* ======================== 959px以下 ========================== */
@media screen and (max-width: 959px) {
    .parallax,
    .wrap{ padding:0 0.5em; }
    .parallax::before,
    .wrap::before,
    .parallax::after,
    .wrap::after { background-size: 80% auto; }
    nav#fixed > ul > li.fix { background-color: #00a0e8;left: 0; }
    #switchBtnArea a:hover,
    #switchBtnArea .hamburger:hover { background-color: #e2017e; }
    .mainnav_wrap .base_links { color: #fff; }
    .mainnav_wrap a:hover { color: #fbc700; }
    .fix li a { color: #fff; }
    .fix li a:hover { color: #fbc700; }
    .homelogo { font-size: 1em; }
    .site-title.homelogo a { margin: 1em 0 0 0.8em; }
    
    .headphoto.titlearea { background-image: url(img/page_banner_common-min.jpg); }
    .headphoto.main_img::before {
        width: 12em;
        height: 10em;
        background: url(img/head_illust-top.png) no-repeat 0% 0%;
        background-size: 100% auto;
        content:'';
        position: absolute;
        left: 0;
        top: -10px;
        z-index: 20;
    }
    
    .index.social { font-size: 1.25em; }
    .index .slide_left {
        width: 14.5em;
        height: 12.688em;
        background: url(img/head_illust2-top.png) no-repeat 0% 0%;
        background-size: 100% auto;
        content:'';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
    }
    .index .site-title.homelogo a { margin-top: 1em; }
    .index .site-main .section-title { width: auto;display: block;margin: 0 auto; }
    .index .news .section-title,
    .index .point .section-title { padding-left: 0.5em; }
}

/* ======================== 559px以下 ========================== */
@media screen and (max-width: 559px) {
    .parallax::before,
    .wrap::before,
    .parallax::after,
    .wrap::after { background-size: 60% auto; }
    .group-blog:not(.index) nav#fixed > ul > li.home { font-size: 0.933em; }
    .group-blog:not(.index) .site-main .section-title { width: 110%; }
    .site-main .section-title { min-width: inherit;}
    .headphoto.titlearea { background-image: url(img/page_banner_common-min2.jpg); }
    
    .index.social {
        width:9em;
        height: 5em;
        background: url(img/head_illust2-bottom.png) no-repeat 0% 100%;
        background-size: auto 100%;
        padding-bottom: 18px;
        padding-right: 10px;
    }
    
    .index article > section.today { margin-top: 5%; }
    .index .site-main .section-title { font-size: 14vw; min-width:inherit;background-size: 100% auto; }
    .index .news .section-title { padding-left: 0.3em; }
}

/* ======================== 479px以下 ========================== */
@media screen and (max-width: 479px) {
    .site-title.homelogo a { padding: 0.5em; }
    .site-main .section-title { background-size: 85% auto; }
    .headphoto.main_img::before { top: -1.429em;margin-left: 0; }
    
    .today .update span { font-size: 5.2vw; }
}

/* ======================== 380px以下 ========================== */
@media screen and (max-width: 380px) {
    .site-main .section-title { background-size: 100% auto; }
}

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { display: block; }

audio,
canvas,
progress,
video { display: inline-block;vertical-align: baseline; }

audio:not([controls]) { display: none;height: 0; }

[hidden],
template { display: none; }

a { background-color: transparent; }

abbr[title] { border-bottom: 1px dotted; }

b,
strong { font-weight: 700; }

small { font-size: 80%; }

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp { font-size: 1em; }

button,
input,
optgroup,
select,
textarea { margin: 0; }

select { text-transform: none; }

button { overflow: visible; }

button,
input,
select,
textarea { max-width: 100%; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: button;cursor: pointer; }

button[disabled],
html input[disabled] { cursor: default;opacity: .5; }

button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;padding: 0; }

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset {
　　border:none;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child { margin-bottom: 0; }

legend { border: 0;padding: 0; }

textarea { overflow: auto;vertical-align: top; }

optgroup { font-weight: bold; }


/**
 * 3.0 - Typography
 */

h1,
h2,
h3,
h4 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

dfn,
cite,
em,
i { font-style: italic; }

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q { quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after { content: ""; }

blockquote p { margin-bottom: 1.4736842105em; }

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before { content: "\2014\00a0"; }

blockquote em,
blockquote i,
blockquote cite { font-style: normal; }

blockquote strong,
blockquote b { font-weight: 400; }

blockquote > :last-child { margin-bottom: 0; }

code,
kbd,
tt,
var,
samp,
pre { font-family: Inconsolata, monospace; }

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code { background-color: #d1d1d1;padding: 0.125em 0.25em; }

abbr,
acronym { border-bottom: 1px dotted #d1d1d1;cursor: help; }

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big { font-size: 125%; }


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul { list-style: disc; }

dt { font-weight: 700; }

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
}

del { opacity: 0.8; }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size:inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

caption{ font-weight: normal; }


/**
 * 5.0 - Forms
 */

input { line-height: normal; }

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	border: 0;
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding:20px 50px;
	text-transform: uppercase;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus { outline: thin dotted;outline-offset: -4px; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form { margin-bottom: 1.75em; }

.post-password-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] { margin-top: 0.4375em; }

.post-password-form > :last-child { margin-bottom: 0; }

.search-form { position: relative;margin:2% 0 5% 0; }
.page-content .search-form { display: inline-block;min-width: 600px;width: 100%; }

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.2 - Menus social
 */

.no-js .site-header-menu { display: block; }

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 2em;
}

.post-navigation span { display: block; }

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-size: 15px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover{text-decoration: none;}

.post-navigation .nav-links{width:100%;display: table;}
.post-navigation div div { width: 50%; vertical-align: top;display: table-cell;}

.post-navigation .nav-previous{border-right:1px dotted #fff;}
.post-navigation .nav-previous .meta-nav { text-align: left; }
.post-navigation .nav-next .meta-nav{text-align: right;}

.post-navigation .nav-previous .meta-nav:before{content: "←";}
.post-navigation .nav-next .meta-nav:after{content: "→";}

.pagination {
	font-size: 1.125em;
	margin: 6% 0 0 0;
	min-height: 56px;
	position: relative;
    display: inline-block;
}

.pagination:before,
.pagination:after {
	content: "";
	height: 3em;
	position: absolute;
	top:0;
	width: 3em;
	z-index: 0;
}

.pagination:before { right: 0; }
.pagination:after { left: 0; }

.pagination a:hover,
.pagination a:focus { color: #1a1a1a; }

.pagination .nav-links { margin-bottom: -7px; padding: 0 3em;position: relative; }

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 1.5em;
	line-height: 2em;
	opacity: 0.3;
	position: absolute;
	width: 2em;
	z-index: 1;
    top: 0;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text { position: static !important; }

.pagination .page-numbers {
	display: inline-block;
	line-height: 1;
	margin: 10px 0.5em 0 0.5em;
	padding: 0.6em 0.5em;
}

.pagination .current { display: inline-block;font-weight: 700;overflow: auto;}
.dots{overflow: hidden;outline: none;}

.pagination .page-numbers:hover {text-decoration: none;}

.pagination .prev,
.pagination .next {
	color: #fff;
	font-size: 1.5em;
	display: inline-block;
	height: 2em;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 2em;
	z-index: 2;
    border-radius: 50%;
}

.pagination .prev:before,
.pagination .next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	height: 2em;
	line-height: 2em;
	position: relative;
	width: 2em;
    display: inline-block;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus { color: #fff; }

.pagination .prev:focus,
.pagination .next:focus { outline: 0; }

.pagination .prev { left: -10px; }
.pagination .prev:before {
	content: "\f0d9";
	left: 0;
}

.pagination .next { right: -10px; }
.pagination .next:before {
	content: "\f0da";
	right: 0;
}

.image-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1.6;
	margin: 0 0 2em;
	padding: 1.0769230769em 0;
    text-align: center;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) { display: inline-block; }

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}


/**
 * 8.0 - Alignments
 */

.alignleft { float: left;margin: 0.375em 1.75em 1.75em 0; }
.alignright { float: right;margin: 0.375em 0 1.75em 1.75em; }
.aligncenter { clear: both;display: block;margin: 0 auto 1.75em; }

blockquote.alignleft { margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }
blockquote.alignright {	margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }
blockquote.aligncenter { margin-bottom: 1.473684211em; }


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.site-main > article:before,
.site-main > article:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after {	content: "";display: table; }

.clear:after,
blockquote:after,
.entry-content:after,
.site-main > article:after,
.social-links-menu:after,
.textwidget:after {	clear: both; }


/**
 * 10.0 - Widgets
 */

.widget {
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child { margin-bottom: 0; }

.widget .widget-title {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	text-transform: uppercase;
}

.widget .widget-title:empty { margin-bottom: 0; }

.widget-title a { color: #1a1a1a; }

/* Calendar widget */
.widget.widget_calendar table {	margin: 0; }

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption { font-weight: 900;margin-bottom: 1.75em; }

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus { background-color: #686868;color: #fff; }

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date { margin-bottom: 0; }

/* RSS widget */
.widget_rss .rsswidget img { margin-top: -0.375em; }

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child { margin-bottom: 2.1538461538em; }

.widget_rss li:last-child :last-child {	margin-bottom: 0; }

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud ul { list-style-type: none;margin-left: 0; }

.tagcloud ul li { display: inline-block; }

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site-inner {
	margin: 0 auto;
    padding: 5% 0 0 0;
	max-width: 1280px;
	position: relative;
    text-align: left;    
}

.site-main { word-wrap: break-word; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

.page .site-main > :last-child { margin-bottom: 0; }



/**
 * 11.2 - Posts and pages
 */

.post-thumbnail { display: block;margin: 0 7.6923% 1.75em; }
.post-thumbnail img { display: block; }
.no-sidebar .post-thumbnail img { margin: 0 auto; }

a.post-thumbnail:hover,
a.post-thumbnail:focus { opacity: 0.85; }

.more-link { white-space: nowrap; }

.entry-footer:empty { margin: 0; }

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) { display: none; }

.sticky .posted-on,
.byline { display: none; }

.single .byline,
.group-blog .byline { display: inline; }

.page-title {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p { margin: 0.5384615385em 0 1.6153846154em; }
.taxonomy-description > :last-child { margin-bottom: 0; }

.page-links {
	clear: both;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment { margin-bottom: 1.75em; }

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child { margin-bottom: 0; }


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title { display: none; }


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label 
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 0.875em;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-size: 0.875em;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
    text-align: right;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: Merriweather, Georgia, serif;
	letter-spacing: 0;
	text-transform: none;
}


/**
 * 12.0 - Media
 */

body .avatar { border-radius: 50%; }

.entry-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.textwidget a img { display: block; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video { margin-bottom: 0; }

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist { margin-top: 0;margin-bottom: 1.75em; }

.wp-playlist.wp-audio-playlist { padding-bottom: 0; }

.wp-playlist .wp-playlist-tracks { margin-top: 0; }

.wp-playlist-item .wp-playlist-caption { border-bottom: 0;padding: 0.7142857143em 0; }

.wp-playlist-item .wp-playlist-item-length { top: 0.7142857143em; }


/**
 * 12.1 - Captions
 */

.wp-caption { margin-bottom: 1.75em;max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block;margin: 0; }

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 0.875em;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery { margin: 0 -1.1666667% 1.75em; }

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-icon img { margin: 0 auto; }

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption { display: none; }


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport { width: device-width; }

@viewport { width: device-width; }


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {

	.site-description { display: block; }
    
	/* restore screen-reader-text */
	.pagination .current .screen-reader-text { position: absolute !important; }

	.widget { margin-bottom: 5.25em; }
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before { top: 32px; }
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-footer,
	.page-header,
	.page-content { margin-right: 0;margin-left: 0; }

	.widget li > ul,
	.widget li > ol { margin-bottom: 0; }

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td { padding: 0.5384615385em; }

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset { margin-bottom: 1.6153846154em;padding: 0.5384615385em; }

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] { line-height: 1;padding: 0.846153846em; }

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea { padding: 0.4615384615em 0.5384615385em; }

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit { padding: 0;width: 35px; }

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {

	.post-thumbnail { margin-bottom: 2.625em; }

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link { display: block;margin-bottom: 0.5384615385em; }
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.social-navigation,
	.sidebar,
	.header-image,
	.page-links,
	.edit-link,
	.pingback .edit-link { display: none; }

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-content .author-title { font-size: 12pt; }

	blockquote { font-size: 14.25pt; }

	.page-title,
	.entry-content h2 { font-size: 17.25pt; }

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1 { font-size: 21pt; }

	.entry-content h3 { font-size: 14.25pt; }

	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.wp-caption .wp-caption-text,
	.gallery-caption { font-size: 9.75pt; }

	body{	background: none !important; /* Brute force since user agents all print differently. */	}

	body,
	blockquote cite,
	blockquote small,
	.entry-title a { color: #1a1a1a !important; /* Make sure color schemes don't affect to print */ }

	blockquote,
	.page-header { border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */ }

	blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.wp-caption .wp-caption-text,
	.gallery-caption { color: #686868 !important; /* Make sure color schemes don't affect to print */ }

	code,
	hr { background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */ }

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.no-comments { border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */ }

	a { color: #007acc !important; /* Make sure color schemes don't affect to print */ }

	.entry-content a,
	.taxonomy-description a,
	.pingback .comment-body > a {
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site-inner { max-width: none; }

	.site-header { padding: 0 0 1.75em; }

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.post-thumbnail { margin-right: 0;margin-left: 0; }

	.post-thumbnail,
	.site-main > article { margin-bottom: 3.5em; }

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}
}