@charset "UTF-8";

/*!
Theme Name: Tink Tank
Theme URI: https://tinktank.in
Description: A WordPress Theme Repository
Author: Tink Tank
Author URI: https://tinktank.in
Version: 4.0.0
*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
figure,
footer,
header,
main,
nav,
section,
img {
    display: block
}

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

html {
    overflow-y: scroll
}

[id*='attachment_'] {
    max-width: 100% !important
}

.grid {
    margin: 0 0 5% 0
}

.grid:after {
    content: "";
    display: table;
    clear: both
}

.col-2-3 {
    width: 66.66%
}

.col-1-3 {
    width: 33.33%
}

.col-1-2 {
    width: 50%
}

.col-1-4 {
    width: 25%
}

.col-1-8 {
    width: 12.5%
}

[class*='col-'] {
    float: left;
    padding-right: 5%
}

@media (max-width: 900px) {
    [class*='col-'] {
        float: none;
        width: 100%
    }
}

.grid [class*='col-']:last-of-type {
    padding-right: 0
}

.group:after {
    content: "";
    display: table;
    clear: both
}

.hide {
    display: none
}

.screenreader {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    margin: 0 auto
}

html {
    font: normal 62.5%/1.9 sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    text-rendering: optimizeLegibility
}

@media (max-width: 700px) {
    html {
        font: normal 56%/1.9 sans-serif
    }
}

body {
    font: 300 1.6em/1.9 "azo-sans-web", Arial, Helvetica, sans-serif;
    color: #9ca5af
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
ul ul,
ul ol,
ol ol,
ol ul,
blockquote,
fieldset,
form,
figure,
time,
audio,
video,
pre {
    margin-bottom: 2.4rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: normal 500 1.8rem/1.2 "brandon-grotesque", Helvetica, Arial, sans-serif;
    color: #3c3d3e
}

h1 {
    font-size: 4rem
}

h2 {
    font-size: 3.4rem
}

h3 {
    font-size: 2.8rem
}

h4 {
    font-size: 2.2rem
}

h5 {
    font-size: 2rem
}

h6 {
    font-size: 1.8rem
}

a {
    color: #648fbe;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

ul,
ol,
ul ul,
ul ol,
ol ol,
ol ul {
    padding-left: 2rem
}

blockquote {
    padding-left: 2rem;
    border-left: 2px solid #648fbe;
    font-style: italic
}

hr {
    overflow: hidden;
    display: block;
    border: none;
    height: 2px;
    background: #f0f2f4;
    margin: 4.8rem 0
}

code {
    color: #648fbe;
    padding: 0.4rem 0.8rem;
    border: 1px solid #aab3bc;
    border-radius: 2px;
    line-height: inherit
}

pre {
    padding: 2rem 3rem;
    background: #f0f2f4;
    overflow: auto;
    font-size: 1.8rem
}

pre code {
    border: none;
    padding: 0
}

.icon {
    position: relative;
    top: 1rem;
    display: inline-block;
    width: 32px;
    height: 32px;
    fill: #aab3bc
}

textarea,
input[type='text'],
input[type='email'],
input[type='url'] {
    border: 2px solid #f0f2f4;
    font: inherit;
    padding: 1rem;
    width: 100%
}

.animated-1,
.animated-1-2,
.animated-1-4,
.animated-delay {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated-1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.animated-1-2 {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.animated-1-4 {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s
}

.animated-delay {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

html,
body {
    height: 100%;
    min-height: 100%;
    background: #f0f2f4
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    background: #f0f2f4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.inner-wrap {
    width: 90%;
    max-width: 120rem;
    margin: 0 auto
}

.contain {
    width: 90%;
    max-width: 54rem;
    margin: 0 auto
}

.wrapper-moved {
    width: calc(100% - 30rem)
}

@media (max-width: 900px) {
    .wrapper-moved {
        width: 100%;
        left: -30rem
    }
}

.offscreen-nav {
    position: fixed;
    overflow-y: auto;
    right: -30rem;
    width: 30rem;
    height: 100%;
    padding: 4rem 2.4rem;
    background: #1f2021;
    -webkit-transition: right 1s ease;
    transition: right 1s ease
}

.offscreen-nav-opened {
    right: 0;
    -webkit-transition: none;
    transition: none
}

.header {
    background: white;
    padding: 4rem 0;
    -webkit-box-shadow: 0px 0px 1px 0px #D7D9DB;
    box-shadow: 0px 0px 1px 0px #D7D9DB
}

.logo {
    float: left;
    max-width: 60%;
    margin-top: 0.3rem
}

.header-nav {
    float: right;
    font-size: 1.6rem;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 500
}

.header-nav a {
    display: inline-block;
    color: #3c3d3e;
    margin-left: 3rem;
    line-height: normal;
    text-decoration: none
}

@media (max-width: 700px) {
    .header-nav .backto-link {
        display: none
    }
}

.header-nav .backto-link .icon-ArrowLeft {
    margin-top: -1.2rem
}

.header-home {
    position: absolute;
    z-index: 10;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-home a {
    color: white
}

.header-home .nav-toggle span,
.header-home .nav-toggle span:before,
.header-home .nav-toggle span:after {
    background: white
}

.header-home .nav-toggle-active span {
    background: transparent
}

.nav-toggle {
    position: relative;
    padding-right: 3.4rem;
    text-transform: uppercase
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    border-radius: 1px;
    background: #aab3bc
}

.nav-toggle span {
    top: 2px;
    right: 0px
}

.nav-toggle span:before {
    top: 8px
}

.nav-toggle span:after {
    top: 16px
}

.nav-toggle-active {
    cursor: e-resize
}

.nav-toggle-active span:before,
.nav-toggle-active span:after {
    top: 8px
}

.nav-toggle-active span {
    background: transparent
}

.nav-toggle-active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-toggle-active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main-nav {
    font-size: 1.6rem;
    line-height: 1.6
}

.main-nav .close-nav {
    float: right
}

.main-nav .close-nav .icon-Close {
    top: -0.3rem
}

.main-nav ul {
    padding: 0
}

.main-nav li {
    display: block;
    margin-bottom: 3rem
}

.main-nav a {
    display: block;
    color: white;
    text-transform: uppercase;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.main-nav a span {
    display: block;
    color: rgba(255, 255, 255, 0.25);
    font-family: "azo-sans-web", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.main-nav a:hover span,
.main-nav a:focus span {
    color: #5ab99b
}

.wee-intro {
    position: relative;
    min-height: 70rem;
    height: 100%;
    background: #648fbe url("_/_images/Bitmap.png") center center;
    -webkit-background-size: cover cover;
    background-size: cover;
    overflow: hidden
}

@media (max-width: 700px) {
    .wee-intro {
        padding-top: 16rem;
        min-height: 40rem;
        height: auto
    }
}

.wee-intro .intro-title {
    position: absolute;
    width: 100%;
    bottom: 43rem;
    text-align: center;
    color: white
}

@media (max-width: 700px) {
    .wee-intro .intro-title {
        position: static;
        margin-bottom: 4rem;
        font-size: 2rem
    }
}

.wee-intro .intro-title span {
    display: block;
    line-height: normal;
    margin-bottom: 0.4rem
}

.wee-intro .intro-title .word1,
.wee-intro .intro-title .word3 {
    font-weight: 100;
    font-size: 1.8rem
}

.wee-intro .intro-title .word2,
.wee-intro .intro-title .word3 {
    text-transform: uppercase
}

.wee-intro .intro-title .word2 {
    font-size: 2.6rem;
    letter-spacing: 3px;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 500
}

.wee-intro .intro-title .word3 {
    letter-spacing: 9px
}

.mock-browser {
    position: absolute;
    z-index: 10;
    bottom: -20px;
    left: 50%;
    margin-left: -28.5rem;
    padding-top: 2.2rem;
    width: 57rem;
    background: rgba(255, 255, 255, 0.35);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3)
}

@media (max-width: 900px) {
    .mock-browser {
        margin-left: -30%;
        width: 70%
    }
}

@media (max-width: 700px) {
    .mock-browser {
        position: static;
        margin: 0 auto -20px;
        width: 85%
    }
}

.mock-browser:before,
.mock-browser:after,
.mock-browser span:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 12px;
    height: 5px;
    width: 5px;
    border-radius: 2.5px;
    background: rgba(0, 0, 0, 0.3)
}

.mock-browser:after {
    left: 25px
}

.mock-browser span:before {
    left: 38px
}

.mock-browser span {
    display: block
}

.browser-offset {
    bottom: -10rem;
    margin-left: -40rem;
    z-index: 0
}

@media (max-width: 900px) {
    .browser-offset {
        margin-left: -40%
    }
}

@media (max-width: 700px) {
    .browser-offset {
        display: none
    }
}

.agnostic-device {
    position: absolute;
    z-index: 15;
    bottom: -20px;
    left: 50%;
    margin-left: 24rem;
    width: 17rem;
    padding: 5rem 1.8rem 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2)
}

@media (max-width: 900px) {
    .agnostic-device {
        display: none
    }
}

.agnostic-device:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -30px;
    height: 5px;
    width: 60px;
    border-radius: 2.5px;
    background: rgba(0, 0, 0, 0.45)
}

.theme-grid {
    max-width: 100rem;
    padding: 8rem 0
}

@media (max-width: 1000px) {
    .theme-grid {
        padding: 8% 0
    }
}

.wee-browser {
    position: relative;
    float: left;
    width: 46%;
    margin: 0 8% 8% 0;
    padding-top: 1.5rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #e3e6e9;
    -webkit-box-shadow: 0px 0px 1px 0px #D7D9DB;
    box-shadow: 0px 0px 1px 0px #D7D9DB
}

@media (max-width: 900px) {
    .wee-browser {
        width: 48%;
        margin: 0 4% 4% 0
    }
}

@media (max-width: 700px) {
    .wee-browser {
        width: 100%;
        margin-right: 0
    }
}

.wee-browser:nth-child(2n) {
    margin-right: 0
}

.wee-browser:before,
.wee-browser:after,
.wee-browser a:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 10px;
    height: 4px;
    width: 4px;
    border-radius: 4px;
    background: #aab3bc
}

.wee-browser:after {
    left: 20px
}

.wee-browser a:before {
    top: -9px;
    left: 30px
}

@media (max-width: 700px) {
    .wee-browser a:before {
        top: -8px
    }
}

.wee-browser a {
    position: absolute;
    top: 1.5rem;
    height: calc(100% - 1.5rem);
    width: 100%
}

.wee-browser a:hover,
.wee-browser a:focus {
    background: rgba(0, 0, 0, 0.8)
}

.wee-browser a:hover .theme-title-wrap,
.wee-browser a:focus .theme-title-wrap {
    opacity: 1;
    top: 50%
}

.wee-browser .theme-title-wrap {
    position: absolute;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.wee-browser .theme-title-wrap h1,
.wee-browser .theme-title-wrap .view {
    color: white;
    text-transform: uppercase
}

.wee-browser .theme-title-wrap h1 {
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 1.6rem;
    margin-bottom: 1rem
}

.wee-browser .theme-title-wrap .view {
    display: inline-block;
    padding: 0.8rem 2.4rem;
    font-size: 1rem;
    letter-spacing: 1px;
    background: #5ab99b;
    border-radius: 3rem;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.theme-preview {
    position: relative
}

.biglad-browser {
    position: relative;
    z-index: 0;
    max-width: 68rem;
    margin: 6rem auto 0;
    padding-top: 2rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #e3e6e9;
    -webkit-box-shadow: 0px 0px 1px 0px #D7D9DB;
    box-shadow: 0px 0px 1px 0px #D7D9DB
}

@media (max-width: 900px) {
    .biglad-browser {
        margin-top: 4rem;
        padding-top: 2rem
    }
}

.biglad-browser:before,
.biglad-browser:after,
.biglad-browser span:after {
    content: '';
    position: absolute;
    top: 0.75rem;
    left: 1.2rem;
    height: 5px;
    width: 5px;
    border-radius: 0.25rem;
    background: #aab3bc
}

@media (max-width: 900px) {

    .biglad-browser:before,
    .biglad-browser:after,
    .biglad-browser span:after {
        top: 0.8rem
    }
}

.biglad-browser:after {
    left: 2.5rem
}

.biglad-browser span:after {
    left: 3.8rem
}

.theme-links {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    width: 30rem;
    margin-left: -15rem;
    z-index: 10;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 500
}

@media (max-width: 700px) {
    .theme-links {
        width: 70%;
        margin-left: -35%
    }
}

.theme-links a {
    display: block;
    float: left;
    width: 46%;
    text-align: center;
    background: white;
    padding: 0.8rem 0;
    border-radius: 3rem
}

@media (max-width: 700px) {
    .theme-links a {
        font-size: 1.6rem
    }
}

.theme-links a:nth-child(1) {
    margin-right: 8%
}

.theme-links a:hover,
.theme-links a:focus {
    color: white
}

.theme-links .demo-btn {
    color: #648fbe;
    border: 2px solid #648fbe
}

.theme-links .demo-btn:hover,
.theme-links .demo-btn:focus {
    background: #648fbe
}

.theme-links .buy-btn,
.theme-links .download-btn {
    color: #5ab99b;
    border: 2px solid #5ab99b
}

.theme-links .buy-btn:hover,
.theme-links .buy-btn:focus,
.theme-links .download-btn:hover,
.theme-links .download-btn:focus {
    background: #5ab99b
}

.theme-links .edd_download_purchase_form {
    width: 46%;
    display: block;
    float: left
}

.theme-links .edd_download_purchase_form .edd_purchase_submit_wrapper {
    display: block;
    width: 100%
}

.theme-links .edd_download_purchase_form .edd_purchase_submit_wrapper .buy-btn {
    display: block;
    width: 100%
}

.theme-details {
    position: relative;
    padding: 9rem 0;
    text-align: center;
    background: white;
    -webkit-box-shadow: 0px 0px 1px 0px #D7D9DB;
    box-shadow: 0px 0px 1px 0px #D7D9DB
}

@media (max-width: 700px) {
    .theme-details {
        padding: 6rem 0;
        text-align: left
    }
}

.theme-details .theme-name {
    margin-bottom: 4rem;
    color: #3c3d3e;
    font-size: 4rem;
    line-height: normal;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 300
}

@media (max-width: 700px) {
    .theme-details .theme-name {
        margin-bottom: 2rem
    }
}

.theme-overview {
    width: 90%;
    max-width: 96rem;
    margin: 6rem auto
}

.theme-specs {
    font-size: 1.5rem;
    line-height: 2.2;
    margin: 8rem 0
}

.theme-specs ul {
    margin: 0
}

.theme_specification ul {
    padding-left: 0.3rem
}

.theme_specification li {
    list-style: none
}

.theme_specification li:before {
    content: "✓";
    margin-right: 1rem;
    color: #5ab99b
}

.accordion-container .accordion-toggle {
    position: relative;
    display: block;
    margin-bottom: 2px;
    padding: 1rem 2rem;
    color: #aab3bc;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #f0f2f4;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 500
}

.accordion-container .accordion-toggle:hover,
.accordion-container .accordion-toggle:focus {
    background: #e3e6e9;
    color: #9ca5af
}

.accordion-container .accordion-toggle:hover:before,
.accordion-container .accordion-toggle:hover:after,
.accordion-container .accordion-toggle:focus:before,
.accordion-container .accordion-toggle:focus:after {
    background: #9ca5af
}

.accordion-container .accordion-toggle.open {
    background: #e3e6e9;
    color: #9ca5af
}

.accordion-container .accordion-toggle.open:before,
.accordion-container .accordion-toggle.open:after {
    background: #9ca5af;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion-container .accordion-toggle:before,
.accordion-container .accordion-toggle:after {
    content: "";
    position: absolute;
    background: #aab3bc;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.accordion-container .accordion-toggle:before {
    right: 1.2rem;
    top: 2.6rem;
    height: 0.2rem;
    width: 1.8rem
}

.accordion-container .accordion-toggle:after {
    top: 1.8rem;
    right: 2.0rem;
    height: 1.8rem;
    width: 0.2rem
}

.accordion-container .accordion-content {
    display: none;
    overflow: auto;
    text-align: left;
    padding: 1rem 0.5rem
}

.page-title {
    padding: 3rem 0;
    background: #5ab99b;
    color: white
}

.page-title h1 {
    font-size: 3.2rem;
    color: inherit;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.article-blogroll {
    margin: 6rem -2.5% 0
}

@media (max-width: 700px) {
    .article-blogroll {
        margin: 10% 0 0
    }
}

.single-article {
    float: left;
    width: 33.333%;
    padding: 0 2.5% 8%
}

.single-article:nth-child(3n+1) {
    clear: left
}

@media (max-width: 1000px) {
    .single-article {
        width: 50%
    }

    .single-article:nth-child(3n+1) {
        clear: none
    }

    .single-article:nth-child(odd) {
        clear: left
    }
}

@media (max-width: 700px) {
    .single-article {
        width: 100%;
        padding: 0 0 5rem
    }
}

.single-article img {
    border-radius: 2px;
    margin-bottom: 2.4rem;
    -webkit-box-shadow: 0px 0px 1px 0px #D7D9DB;
    box-shadow: 0px 0px 1px 0px #D7D9DB
}

.single-article h1 {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 500
}

.single-article h1 a {
    color: #3c3d3e
}

.single-article h1 a:hover,
.single-article h1 a:focus {
    color: #648fbe
}

.single-article .btn {
    background: #5ab99b;
    color: white;
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    letter-spacing: 1px;
    border-radius: 3rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 500
}

.single-article .btn .icon-ArrowRight {
    fill: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.single-article .btn:hover,
.single-article .btn:focus {
    background: white;
    color: #5ab99b
}

.single-article .btn:hover .icon-ArrowRight,
.single-article .btn:focus .icon-ArrowRight {
    margin-left: 1rem;
    fill: #5ab99b
}

.archive-pagination {
    padding: 3rem 0;
    margin-bottom: 10%;
    border-top: 5px solid #e3e6e9;
    border-bottom: 5px solid #e3e6e9
}

.archive-pagination a {
    display: block;
    float: left;
    width: 50%;
    padding: 0 2rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

.archive-pagination a:nth-child(1) {
    text-align: right
}

.archive-pagination a:hover,
.archive-pagination a:focus {
    color: #3c3d3e
}

.featured-image {
    background-color: #648fbe;
    background-position: center center !important;
    -webkit-background-size: cover cover;
    background-size: cover;
    text-align: center;
    color: white;
    padding: 13rem 0;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1)
}

.featured-image h1 {
    margin-bottom: 0;
    color: inherit;
    font-size: 4rem;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 500
}

.blog-body,
.page-body {
    font-size: 110%;
    background: white;
    padding: 6rem calc(50% - 30rem)
}

@media (max-width: 900px) {

    .blog-body,
    .page-body {
        padding: 8% calc(50% - 40%)
    }
}

@media (max-width: 700px) {

    .blog-body,
    .page-body {
        padding: 8% calc(50% - 45%)
    }
}