/*!
Theme Name: Kerouac
Author: Victor
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Kerouac
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.63;
    color: #26252e;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 13px;
    line-height: normal;
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* ----- To pin the footer to the bottom of the screen ----- */
.wrapper {
    position: relative;

    display: flex;
    flex-direction: column;
    
	min-height: 100vh;
}

.content {
	flex: 1 0 auto;
}

.footer {
	flex: 0 0 auto;
}
/* END To pin the footer to the bottom of the screen */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
        padding-right: 80px;
        padding-left: 80px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;

    padding-right: 0;
    padding-left: 0;
}

.col-left,
.col-right {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1440px) {
    .col-left {
        padding-left: 80px;
    }

    .col-right {
        padding-right: 80px;
    }
}

.col-left {
    margin-right: auto;
}

.col-left--margin-right {
    margin-right: 50%;
}

.col-right {
    margin-left: auto;
}

.col {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1440px) {
    .col {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.reset-list {
    display: flex;
    flex-wrap: wrap;

    margin: 0;
    padding: 0;

    list-style: none;
}

/* ----- Header ----- */
.header {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 27px;
}

.header--absolute {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
}

.header--border-bottom {
    border-bottom: 1px solid rgba(38, 37, 46, 0.2);
}

.header__container {
    align-items: center;
}

.header__row {
    align-items: center;
}

.header__logo {
    margin-right: auto;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    color: #2b2b2d;
}
/* END Header */

/* ----- Nav ----- */
.header__col-right {
    display: flex;
    justify-content: flex-end;
}

.nav__list li {
    margin-right: 45px;
}

.nav__list li:last-of-type {
    margin-right: 0;
}

.nav__list a {
    font-family: 'Questrial', sans-serif;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #2b2b2d;
}

.opener-nav {
    display: none;
}

@media(max-width: 991px) {
    .nav {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;

        width: 100%;
        min-height: 100%;
        padding: 50px 15px;
        background-color: #ffffff;

        transition: opacity 0.3s, background-color 0.3s, backdrop-filter 0.3s;

        opacity: 0;

        pointer-events: none;
    }

    .is-open.nav {
        z-index: 999;

        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(8px);

        transition: opacity 0.7s, background-color 0.7s, backdrop-filter 0.7s;

        opacity: 1;

        pointer-events: auto;
    }

    .nav__list li {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
        
        text-align: center;
    }

    .nav__list li:last-of-type {
        margin-bottom: 0;
    }

    .opener-nav {
        position: relative;

        display: block;
        width: 32px;
        height: 24px;
        padding: 0;
        border: 0;
        background: none;

        outline: none;
    }

    .opener-nav::before,
    .opener-nav::after {
        content: '';

        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        border-radius: 4px;
        background-color: #26252e;

        transition: transform 0.35s, top 0.35s;
    }

    .opener-nav::before {
        top: 0;
    }

    .opener-nav::after {
        bottom: 0;
    }

    .opener-nav__line {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 4px;
        border-radius: 4px;
        background-color: #26252e;

        transform: translateY(-50%);
        transition: opacity 0.35s;
    }

    .active.opener-nav {
        z-index: 999;
    }

    .active.opener-nav::before {
        top: 10px;
        transform: rotate(42deg);
    }

    .active.opener-nav::after {
        top: 10px;
        transform: rotate(-42deg);
    }

    .active .opener-nav__line {
        opacity: 0;
    }
}
/* END Nav */

/* ----- Introduction ----- */
.introduction {
    padding-bottom: 80px;
}

.home .introduction__container {
    background-image: url(img/bg-circle.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.introduction__container {
    align-items: center;
}

.introduction__title {
    margin-bottom: 0;

    font-size: 76px;
    letter-spacing: 1px;
}

.introduction__title span,
.introduction__title--accent-backdrop {
    position: relative;

    display: inline-block;

    vertical-align: top;
}

.introduction__title span::before,
.introduction__title--accent-backdrop::before {
    content: '';
    
    position: absolute;
    z-index: -1;
    top: 58%;
    left: -6px;

    width: calc(100% + 12px);
    height: 47%;
    background-color: #CACDFA;

    transform: translateY(-50%);
}

.introduction__picture {
    display: inline-block;
    margin-left: 14px;
}

@media(max-width: 1199px) {
    .introduction__title {
        font-size: 64px;
    }
}

@media(max-width: 991px) {
    .introduction__title {
        font-size: 54px;
    }
}

@media(max-width: 767px) {
    .introduction__title {
        font-size: 40px;
    }

    .introduction__col-left {
        order: 2;

        width: 100%;
    }

    .introduction__col-right {
        order: 1;

        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .introduction__picture {
        margin-left: 0;
    }
}

@media(max-width: 575px) {
    .introduction__title {
        font-size: 32px;
    }
}
/* END Introduction */

/* ----- About-person ----- */
.about-person {
    padding-top: 105px;
    padding-bottom: 115px;
    background-color: #1a1a1d;

    color: #ffffff;
}

.about-person__subtitle {
    margin-bottom: 7px;

    line-height: normal;
    text-transform: uppercase;
    color: #5863ef;
}

.about-person__title {
    margin-top: 0;
    margin-bottom: 13px;

    font-size: 40px;
}

.about-person__col-left p,
.about-person__col-right p {
    color: rgba(255, 255, 255, 0.7);
}

@media(max-width: 767px) {
    .about-person {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .about-person__col-left {
        width: 100%;
        margin-bottom: 16px;
    }

    .about-person__col-right {
        width: 100%;
        margin-left: 0;
    }
}
/* END About-person */

/* ----- Quotes ----- */
.quotes {
    padding-top: 161px;
    padding-bottom: 151px;
}

.quotes__container {
    max-width: 858px;
    padding-right: 0;
    padding-left: 0;
}

.quotes__inner {
    position: relative;

    margin-bottom: 21px;
    padding-right: 44px;
    padding-left: 44px;

    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.42;
    text-align: center;
}

.quotes__inner::before,
.quotes__inner::after {
    content: '';

    position: absolute;

    width: 36px;
    height: 26px;
    background-image: url(img/icon-quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.quotes__inner::before {
    top: -10px;
    left: 0;
}

.quotes__inner::after {
    right: 0;
    bottom: -20px;

    transform: scale(-1, 1);
}

.quotes__signature-wrapper {
    text-align: center;
}

@media(max-width: 991px) {
    .quotes__inner {
        padding-right: 50px;
        padding-left: 50px;
    }

    .quotes__inner::before {
        left: 5px;
    }

    .quotes__inner::after {
        right: 5px;
    }
}
/* END Quotes */

/* ----- About page ----- */
.about-page__introduction {
    margin-bottom: 80px;
}

.about-page__container {
    align-items: center;
}

.about-page__col-left {
    align-self: flex-start;
}

.about-page__picture {
    display: inline-block;
    margin-right: 13px;
}

.about-page__page-name {
    margin-bottom: 4px;

    font-size: 64px;
    line-height: 1;
    letter-spacing: 1px;
}

.about-page__title {
    margin-bottom: 8px;

    font-size: 64px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
}

.about-page__subtitle {
    margin-bottom: 24px;

    line-height: 1.2;
    text-transform: uppercase;
    color: #9358ef;
}

.about-page p {
    color: rgba(38, 37, 46, 0.87);
}

.about-page__skills {
    margin-bottom: 80px;
}

@media(max-width: 1199px) {
    .about-page__page-name,
    .about-page__title {
        font-size: 54px;
    }
}

@media(max-width: 991px) {
    .about-page__page-name,
    .about-page__title {
        font-size: 48px;
    }
}

@media(max-width: 767px) {
    .about-page__page-name,
    .about-page__title {
        font-size: 40px;
    }

    .about-page__col-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .about-page__col-right {
        width: 100%;
        margin-left: 0;
    }

    .about-page__picture {
        margin-left: 0;
    }
}

@media(max-width: 575px) {
    .about-page__title {
        font-size: 32px;
    }
}

.skills__title {
    margin-bottom: 24px;

    font-size: 40px;
}

.skills__list-wrapper {
    display: flex;
}

.skills__line-list {
    flex: 1 0 auto;

    width: 515px;
    margin-right: 140px;
}

.skills__line-item {
    position: relative;

    display: flex;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 16px;
}

.skills__line-item:last-of-type {
    margin-bottom: 0;
}

.skills__line-item::before {
    content: '';

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 1px;
    background-color: #F5F5F5;
}

.skills__line-name {
    font-weight: bold;
}

.skills__line-percent {
    margin-left: auto;
}

.skills__line-only {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    border-radius: 1px;
    background-color: #9358ef;
}

.skills__check-list {
    align-self: flex-start;

    width: 297px;
    margin-top: 20px;
    margin-right: 31px;
}

.skills__check-list:last-of-type {
    margin-right: 0;
}

.skills__check-item {
    position: relative;

    width: 100%;
    margin-bottom: 28px;
    padding-left: 32px;
    
    line-height: normal;
}

.skills__check-item:last-of-type {
    margin-bottom: 0;
}

.skills__check-item::before {
    content: '';
    
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 12px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c3ZnanM9Imh0dHA6Ly9zdmdqcy5jb20vc3ZnanMiIHZlcnNpb249IjEuMSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA1MTUuNTU2IDUxNS41NTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZD0ibTAgMjc0LjIyNiAxNzYuNTQ5IDE3Ni44ODYgMzM5LjAwNy0zMzguNjcyLTQ4LjY3LTQ3Ljk5Ny0yOTAuMzM3IDI5MC0xMjguNTUzLTEyOC41NTJ6IiBmaWxsPSIjOTM1OGVmIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIi8+PC9nPjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    transform: translateY(-50%);
}

@media(max-width: 1199px) {
    .skills__list-wrapper {
        flex-wrap: wrap;
    }

    .skills__line-list {
        margin-bottom: 30px;
    }
}

@media(max-width: 991px) {
    .skills__line-list {
        width: 100%;
        margin-right: 0;
    }

    .skills__check-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 28px;
    }

    .skills__check-list:last-of-type {
        margin-bottom: 0;
    }
}

.about-page__personal-awards {
    margin-bottom: 80px;
}

.personal-awards__title {
    margin-bottom: 16px;

    font-size: 40px;
    line-height: 1;
}

.personal-awards__paragraph--under-title {
    margin-bottom: 32px;

    line-height: 1.63;
}

.personal-awards__text {
    max-width: 968px;
}

.personal-awards p {
    line-height: 1.5;
    color: rgba(38, 37, 46, 0.87);
}

.personal-awards__item {
    position: relative;
    margin-bottom: 32px;
    padding-left: 93px;
}

.personal-awards__item:last-of-type {
    margin-bottom: 0;
}

.personal-awards__item::after {
    content: '';
    
    position: absolute;
    top: 100%;
    left: 34px;
    width: 1px;
    height: 36px;
    background-color: #e5e5e5;

    transform: translateY(-2px);
}

.personal-awards__item:last-of-type::after {
    display: none;
}

.personal-awards__year {
    position: absolute;
    top: 50%;
    left: 0;
    
    width: 69px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 2px;
    background-color: #9358ef;

    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;

    transform: translateY(-50%);
}

@media(max-width: 575px) {
    .personal-awards__item {
        padding-top: 93px;
        padding-left: 0;
    }

    .personal-awards__item::after,
    .personal-awards__item:last-of-type::after {
        top: 50px;

        display: block;
        
        transform: none;
    }

    .personal-awards__year {
        top: 0;

        transform: none;
    }
}
/* END About page */

/* ----- Press page ----- */
.press {
    padding-top: 48px;
    padding-bottom: 80px;
}

.press__header {
    margin-bottom: 48px;
}

.press__title {
    margin-bottom: 20px;

    font-size: 64px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
}

.press__subtitle {
    max-width: 625px;
    margin-right: auto;
    margin-left: auto;

    font-family: 'Questrial', sans-serif;
    text-align: center;
    color: rgba(38, 37, 46, 0.87);
}

.press__post-list {
    margin-bottom: 16px;
}

.press__post-item {
    width: calc(33.3333333% - 20px);
    margin-right: 30px;
    margin-bottom: 64px;
    padding: 24px;
    border: solid 1px #dcdcde;
    border-radius: 2px;
}

.press__post-item:nth-of-type(3n) {
    margin-right: 0;
}

.press__post-picture-wrapper {
    display: flex;
    margin-bottom: 24px;
}

.icon-play {
    position: relative;
}

.icon-play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;

    width: 56px;
    height: 56px;
    background-image: url(img/icon-play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    transform: translate(-50%, -50%);
}

.press__post-date {
    margin-bottom: 8px;

    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    line-height: 1;
    color: rgba(38, 37, 46, 0.3);
}

.press__post-title {
    margin-bottom: 12px;
}

.press__post-title-link {
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    color: #26252e;
}

.press__post-text-preview {
    margin-bottom: 8px;

    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(38, 37, 46, 0.87);
}

.press__post-read-more {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    text-decoration: none;
    color: #9358ef;
}

.press .nav-links {
    justify-content: center;
}

.nav-links {
    display: flex;
    align-items: flex-end;
}

.page-numbers {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    border: solid 1px #d8d5d5;
    border-radius: 4px;
    

    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #26252e;
}

.page-numbers.current {
    background-color: #26252e;
    border-color: #26252e;

    color: #ffffff;
}

.page-numbers.dots {
    width: auto;
    height: auto;
    padding: 0;
    padding-bottom: 3px;
    border-color: rgba(255, 255, 255, 0);
}

.page-numbers:last-of-child {
    margin-right: 0;
}

@media(max-width: 1199px) {
    .press__title {
        font-size: 54px;
    }
}

@media(max-width: 991px) {
    .press__title {
        font-size: 48px;
    }

    .press__post-item {
        width: calc(50% - 15px);
        margin-bottom: 34px;
    }
}

@media(max-width: 767px) {
    .press__title {
        font-size: 40px;
    }

    .press__post-item {
        width: 100%;
        margin-right: 0;
    }

    .press__post-item:last-of-type {
        margin-bottom: 0;
    }
}

@media(max-width: 575px) {
    .press__title {
        font-size: 32px;
    }
}
/* END Press page */

/* ----- Blog ----- */
.blog-category {
    padding-bottom: 80px;
}

.blog__header {
    padding-top: 88px;
    padding-bottom: 68px;
    background-color: #f8f6ff;
}

.blog__title {
    margin-bottom: 20px;

    font-size: 64px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
}

.blog__subtitle {
    max-width: 625px;
    margin-right: auto;
    margin-left: auto;

    font-family: 'Questrial', sans-serif;
    text-align: center;
    color: rgba(38, 37, 46, 0.87);
}

.blog__inner {
    padding-top: 80px;
}

.blog__inner-container {
    max-width: 1220px;
}

.blog__post-item {
    margin-bottom: 80px;
}

.blog__post-date {
    margin-bottom: 14px;

    font-family: 'Questrial', sans-serif;
    line-height: 1;
    color: rgba(38, 37, 46, 0.31);
}

.blog__post-title {
    margin-bottom: 16px;
}

.blog__post-title-link {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #26252e;
}

.blog__post-paragraph {
    margin-bottom: 24px;

    font-family: 'Questrial', sans-serif;
    color: rgba(38, 37, 46, 0.87);
}

.blog__post-paragraph:last-of-type {
    margin-bottom: 16px;
}

.blog__post-read-more {
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #9358ef;
}
/* END Blog page */

/* ----- Post ----- */
.post {
    padding-top: 57px;
    padding-bottom: 64px;
}

.post__container {
    max-width: 1220px;
}

.post__date {
    margin-bottom: 14px;

    font-family: 'Questrial', sans-serif;
    line-height: 1;
    color: rgba(38, 37, 46, 0.31);
}

.post__title {
    margin-bottom: 16px;

    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.post p {
    margin-bottom: 24px;

    font-family: 'Questrial', sans-serif;
    color: rgba(38, 37, 46, 0.87);
}

.post p:last-child {
    margin-bottom: 0;
}
/* END Post */

/* ----- Related posts ----- */
.related-posts {
    padding-bottom: 80px;
}

.related-posts__container {
    max-width: 1220px;
}

.related-posts__title {
    margin-bottom: 24px;

    font-size: 24px;
    font-weight: bold;
    line-height: 0.67;
}

.related-posts__item {
    width: calc(33.3333333% - 20px);
    margin-right: 30px;
    padding: 24px;
    border: solid 1px #dcdcde;
    border-radius: 2px;
}

.related-posts__item:nth-of-type(3n) {
    margin-right: 0;
}

.related-posts__date {
    margin-bottom: 8px;

    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    line-height: 1;
    color: rgba(38, 37, 46, 0.3);
}

.related-posts__item-title {
    margin-bottom: 12px;

    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.related-posts__text-preview {
    margin-bottom: 8px;

    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(38, 37, 46, 0.87);
}

.related-posts__text-read-more {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    text-decoration: none;
    color: #9358ef;
}

@media(max-width: 991px) {
    .related-posts__item {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .related-posts__item:nth-of-type(2n) {
        margin-right: 0;
    }

    .related-posts__item:last-of-type {
        margin-bottom: 0;
    }
}

@media(max-width: 991px) {
    .related-posts__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/* END Related posts */

/* ----- Footer ----- */
.footer {
    padding-top: 31px;
    padding-bottom: 31px;
    border-top: 1px solid rgba(38, 37, 46, 0.15);
}

.footer__logo {
    margin-bottom: 24px;
    
    letter-spacing: 2.67px;
}

.footer__copyright {
    font-size: 12px;
    line-height: normal;
}

.footer__col-right {
    display: flex;
    justify-content: flex-end;
}

.social-network__item {
    margin-right: 24px;
}

.social-network__item:last-of-type {
    margin-right: 0;
}

.social-network__icon {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.social-network__icon--linkedin {
    background-image: url(img/icon-linkedin.svg);
}

.social-network__icon--pinterest {
    background-image: url(img/icon-pinterest.svg);
}

.social-network__icon--crunchbase {
    background-image: url(img/icon-crunchbase.svg);
}

.social-network__icon--twitter {
    background-image: url(img/icon-twitter.svg);
}

.social-network__icon--about {
    background-image: url(img/icon-about.svg);
}

.social-network__icon--facebook {
    background-image: url(img/icon-facebook.svg);
}

.social-network__icon--youtube {
    background-image: url(img/icon-youtube.svg);
}

.social-network__icon--medium {
    background-image: url(img/icon-medium.svg);
}

.social-network__icon--instagram {
    background-image: url(img/icon-instagram.svg);
}

.dark-footer {
    padding-top: 48px;
    padding-bottom: 32px;

    background-color: #26252e;

    color: #ffffff;
}

.dark-footer .footer__logo {
    margin-bottom: 0;
}

.dark-footer .logo {
    color: #ffffff;
}

.footer__copyright-wrapper {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(91, 91, 104, 0.5);

    text-align: center;
}

.dark-footer .footer__copyright {
    color: rgba(255, 255, 255, 0.87);
}

.dark-footer .social-network__icon--linkedin {
    background-image: url(img/icon-dark-linkedin.svg);
}

.dark-footer .social-network__icon--pinterest {
    background-image: url(img/icon-dark-pinterest.svg);
}

.dark-footer .social-network__icon--crunchbase {
    background-image: url(img/icon-dark-crunchbase.svg);
}

.dark-footer .social-network__icon--twitter {
    background-image: url(img/icon-dark-twitter.svg);
}

.dark-footer .social-network__icon--about {
    background-image: url(img/icon-dark-about.svg);
}

.dark-footer .social-network__icon--facebook {
    background-image: url(img/icon-dark-facebook.svg);
}

.dark-footer .social-network__icon--youtube {
    background-image: url(img/icon-dark-youtube.svg);
}

.dark-footer .social-network__icon--medium {
    background-image: url(img/icon-dark-medium.svg);
}

.dark-footer .social-network__icon--instagram {
    background-image: url(img/icon-dark-instagram.svg);
}




/*=======19-10-2021-style-start-here=================================================*/
.feeds__content {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
    width: 100%;
}
.feeds__item {
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 50px;
    padding: 0 15px;
    height: 790px;
    overflow: hidden;
	width: 33%;
}
.feeds__short {
    overflow-y: scroll;
}
.feeds__item-hed {
    display: flex;
    align-items: center;
    border: solid 1px #e5e5e6;
    border-radius: 4px 4px 0 0;
    padding: 12px 16px;
}
.feeds__item-title {
    margin-left: 14px;
    line-height: normal;
    letter-spacing: 0.25px;
    color: #26252e;
    font-size: 16px;
    font-stretch: normal;
    font-weight: bold;
    font-style: normal;
}
.medium-feed-custom {
    border: solid 1px #e5e5e6;
    border-radius: 0 0 4px 4px;
    margin-bottom: 24px;
}
.med-main .m-author {
    display: flex;
    padding: 16px;
    align-items: center;
    justify-content: flex-start;
}
.med-main .m-author img {
    margin-right: 16px;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    object-fit: cover;
    object-position: center center;
}
.med-main .m-author p {
    font-size: 16px;
    margin-bottom: 0;
}
.title-desc {
    padding: 16px ;
}
.m-title h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.m-desc p {
    margin-bottom: 10px;
    color: rgb(131, 141, 143);
    line-height: 1.43;
    letter-spacing: normal;
    font-size: 14px;
    font-stretch: normal;
    font-weight: normal;
    font-style: normal;
}
.date-read {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.m-date {
    color: rgb(131, 141, 143);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.m-button a {
    color: #fff !important;
    display: inline-block;
    background-color: #3897f0;
    width: auto;
    vertical-align: middle;
    padding: 8px;
    font-size: 11px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
}
.sby_info.sby_info_item {
    padding: 10px 12px;
}
ul#apsp-pinterest-latest-pins li.apsp-pinterest-latest-pin {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 0 #555;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    display: inline-block;
	padding: 4px 0px 15px;
}
.view-on-pinterst {
    margin-top: 10px;
}
.view-on-pinterst a {
    color: #fff !important;
    display: inline-block;
    background-color: #3897f0;
    width: auto;
    vertical-align: middle;
    padding: 8px;
    font-size: 11px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
}
.medium-feed-custom {
    border: solid 1px #e5e5e6;
    border-radius: 0 0 4px 4px;
    margin-bottom: 24px;
}
.feeds__short {
    border: solid 1px #e5e5e6;
    border-radius: 0 0 4px 4px;
    margin-bottom: 24px;
    padding-bottom: 15px;
}
.page-template-social-media div#page > *:not(a.skip-link.screen-reader-text) {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0px !important;
    bottom: auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-left: 0 !important;
}
h1.feeds__title {
    margin: 20px 0px 40px 0px;
    text-align: center;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    color: #26252e;
    font-size: 64px;
    font-stretch: normal;
    font-weight: bold;
    font-style: normal;
    padding: 0px 15px;
	text-transform:capitalize;
}
.fts-twitter-div * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.fts-twitter-text {
    padding: 8px 0 0;
    display: block;
    line-height: 19px;
    text-align: left;
    clear: both;
}
.fts-twitter-reply-wrap-left {
    float: none;
    padding: 10px 0 0;
    margin-top: 5px;
}
.fts-twitter-div * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.fts-tweet-others-right a {
    display: inline-block;
    color: #000;
}
.fts-tweeter-wrap .tweeter-info {
    padding: 14px 10px 8px;
}
.fts-tweeter-wrap:hover a {
    opacity: 1;
    color: #26252e;
}
[id^=sb_youtube_].sb_youtube.sby_col_3 .sby_items_wrap .sby_item {
    width: 100%;
}
.sby_items_wrap {
    padding: 0 !important;
}
.apsp-pinterest-text {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 20px 0px;
}
span.fts-twitter-text a {
    color: #26252e;
}
.fts-powered-by-text-popup a {
    color: #26252e;
}
.fts-powered-by-text-popup a.fts-powered-by-text {
    display: none !important;
}
/*=======19-10-2021-style-end-here=================================================*/

.fts-jal-single-fb-post {
    padding: 15px !important;
}
.fts-jal-single-fb-post .fts-jal-fb-message {
    font-size: 14px;
}
.fts-jal-fb-header h1 {
    padding: 15px !important;
	text-align:center;
	font-size:18px;
}
.feeds__item-hed img {
    width: 22px;
}
.fts-jal-single-fb-post a {
    color: #385898;
    font-size: 14px;
    margin-right: 0;
}

@media(max-width: 767px) {
    .footer__col-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer__col-right {
        justify-content: flex-start;

        width: 100%;
        margin-left: 0;
    }
	.feeds__content {
    display: block;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
    width: 100%;
}
.feeds__item {
    display: block;
    width: 100%;
	height:auto;
	margin-bottom: 20px;
	padding:0;
}
h1.feeds__title {
    font-size: 30px;
}
}
/* END Footer */