/*
Theme Name: DreamFactory Theme
Author: Kvasnytsia Vasyl
Description: DreamFactory Theme was created special for DreamFactory - REST API Management Platform's Blog
Version: 1.0
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

*/




.df-body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 16px;
    text-align: left;
    background-color: #f8fafc;
}


/*
  Custom DreamFactory.com CSS stylings
*/
h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

p, h4 {
    margin: 1em 0;
}

h1, h2, h3 {
    margin: 1em 0 0.7em;
}

i, em {
    font-style: italic;
}

a {
    text-decoration: none;
    word-break: break-word;
    color: #7490a9;
    transition: 0.2s;
}

a:hover {
    color: #0a0a75;
    text-decoration: none;
}

p, ul, ol {
    font-size: 18px;
    color: #1d3d56;
    line-height: 1.56;
    padding: 0 2rem;
    list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #0a0a75;
    line-height: 1em;
}

b {
    font-weight: 900;
}

blockquote {
    border-left: 0.35em solid #e8e8e8;
    padding-left: 1em;
    font-size: 1.15em;
    color: #0a0a75;
}

/*
  Defaults DreamFactory.com CSS stylings
*/
.index {
    position: relative;
    overflow-x: hidden;
}

.hidden {
    display: none !important;
}

.flex {
    display: flex !important;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
}

.fixed {
    position: fixed !important;
}

.absolute {
    position: absolute !important;
}

.swiper-container {
    width: 100%;
}

.swiper-pagination-bullet {
    background: #cfd9e2;
    opacity: 1;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    background: #2e2ea3;
}

@keyframes fadeIn {
    0% {
        visibility: visible;
        opacity: 0;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
  RESET DEFAULTS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Lato', sans-serif;
}

/*
  HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
    DF ELEMENTS
*/
.df-body {
    overflow-x: hidden;
}

.df-section {
    position: relative;
}

.df-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-items: flex-start;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 130px;
    max-width: 1200px;
}

@media (max-width: 1199px) {
    .df-container {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
}

@media (max-width: 991px) {
    .df-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 480px) {
    .df-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.df-container--little_wide {
    padding-left: 115px;
    padding-right: 115px;
}

.df-container--wide {
    padding-left: 50px;
    padding-right: 50px;
}

.df-container--stretch {
    align-items: stretch;
}

.df-container--nav {
    padding: 0 50px;
    max-width: 1300px;
}

@media (max-width: 1199px) {
    .df-container--nav {
        padding: 0 25px;
    }
}

.df-container {
    padding: 0 70px;
}

#main .df-container {
    max-width: 1500px;
}

.df-container--vertical {
    margin: 3em auto;
    flex-direction: column;
}

.df-column {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-items: flex-start;
    min-width: 50%;
    max-width: 50%;
    justify-content: center;
}

@media (max-width: 767px) {
    .df-column {
        min-width: 100%;
        max-width: 100%;
    }
}

.df-column--centered {
    margin-right: auto;
    margin-left: auto;
}

.df-column--centered {
    margin-right: auto;
    margin-left: auto;
}

.df-column--25 {
    min-width: 25%;
    max-width: 25%;
}

.df-column--33 {
    min-width: 33.3%;
    max-width: 33.3%;
}

.df-column--75 {
    min-width: 72%;
    max-width: 72%;
}

#main .df-column--75 {
    margin: 0 2rem 1rem 0;
}

@media (max-width: 767px) {
    .df-column--75 {
        min-width: 100%;
        max-width: 100%;
    }
}

.df-column--100 {
    min-width: 100%;
    max-width: 100%;
}

.df-column--vertical {
    flex-direction: column;
}

.df-column--stretch {
    align-items: stretch;
}

.df-page-title-container {
    width: 100%;
    text-align: center;
}

.df-page-title {
    font-family: Merriweather, sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #0a0a75;
    line-height: 1.15;
    margin-top: 70px;
    margin-bottom: 1em;
}

@media (max-width: 767px) {
    .df-page-title {
        margin-top: 50px;
    }
}

.df-page-subtitle {
    font-size: 18px;
    font-weight: lighter;
    color: #1d3d56;
    line-height: 1.56;
    text-align: center;
    margin: 0.3em 0;
}

.df-page-subtitle a {
    text-decoration: none;
    color: #7490a9;
}

.df-page-subtitle a:hover {
    text-decoration: none;
}

.df-normal-text img {
    width: 100%;
    max-width: 800px;
    margin: 25px auto;
    display: block;
}

.df-code-snippet {
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #3f3f3f;
    background-color: #e8e8e8;
    color: #3f3f3f;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    padding: 1.5em;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.df-content-columns-container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    column-gap: 20px;
}

.df-content-columns-container img {
    width: 100%;
}

.df-content-columns-container .df-content-column--center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.df-content-columns-container .df-content-column--left {
    margin-right: auto;
}

.df-content-columns-container .df-content-column--right {
    margin-left: auto;
}

@media (max-width: 767px) {
    .df-content-columns-container {
        grid-template-columns: 1fr;
    }

    .df-content-columns-container .df-content-column--left {
        margin-right: unset;
    }

    .df-content-columns-container .df-content-column--right {
        margin-left: unset;
    }
}

.df-normal-table-wrapper {
    overflow-x: auto;
}

.df-normal-table-wrapper table {
    border-collapse: collapse;
}

.df-normal-table-wrapper table th,
.df-normal-table-wrapper table td {
    min-width: 130px;
    vertical-align: middle;
    padding: 1em;
}

.df-normal-table-wrapper table th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.df-normal-table-wrapper table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.df-normal-table-wrapper table th.df-table-large-cell,
.df-normal-table-wrapper table td.df-table-large-cell {
    min-width: 300px;
}

.df-underline {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .df-hide-xs {
        display: none;
    }
}

@media (max-width: 767px) {
    .df-content-columns-container--revers {
        display: flex;
        flex-flow: column-reverse nowrap;
    }
}

.df-video-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.df-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.df-ytb-iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 50px 40px -20px rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(116, 144, 169, 0.3);
}

@media (max-width: 767px) {
    .df-ytb-iframe-container {
        box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.05);
        margin: 10px 0;
    }
}

.df-color-light-purple {
    color: #5b5bd9;
}

.df-button {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.14;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 13px 14px -10px rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(105deg, #3AAA6D, #00987B);
    padding: 12px 36px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.df-button:focus {
    outline: none;
}

.df-button:hover {
    color: #ffffff;
}

.df-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}

.df-form input {
    padding: 0.8em;
    font-size: 16px;
    border: 1px solid rgba(116, 144, 169, 0.3);
    color: #0a0a75;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.df-form input:focus {
    outline-color: #0a0a75;
}

.df-form input::placeholder {
    color: #7490a9;
}

.df-form-alert {
    margin: 2em auto;
    border: 1px solid #f75353;
    border-radius: 3px;
    background-color: #f75353;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.5;
    display: none;
    width: 100%;
    text-align: center;
}

.df-blur-background {
    position: absolute;
    z-index: -1;
    top: 800px;
    right: -50px;
    left: -50px;
    min-height: 3200px;
    filter: blur(19px);
    background-color: rgba(91, 91, 217, 0.05);
    display: none;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .df-blur-background {
        display: block;
    }
}

.df-blur-circle {
    position: absolute;
    min-height: 910px;
    min-width: 1100px;
    filter: blur(50px);
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 767px) {
    .df-blur-circle {
        display: none;
    }
}

.df-blur-circle--purple {
    background-color: rgba(91, 91, 217, 0.05);
}

.df-blur-circle--blue {
    background-color: rgba(212, 235, 252, 0.3);
}

.df-blur-circle--center {
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 600px;
    min-width: 850px;
}

.df-blur-circle--left {
    left: -550px;
    top: 1200px;
}

.df-blur-circle--right {
    right: -550px;
    top: 2400px;
}

.df-blur-circle--last {
    top: 4100px;
}

/*
    NAVBAR STYLES
*/
.navbar {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-items: flex-start;
    align-items: flex-start;
    padding: 28px 0;
}

.navbar-section {
    z-index: 3600;
    background-color: #ffffff;
    transition: 0.3s;
    height: 87px;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.1);
}

.navbar-section-scrolled {
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.1);
}

.navbar-tryIt-column {
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .navbar-tryIt-column {
        display: none;
    }
}

.navbar-menu-column {
    display: grid;
    grid-template-columns: 230px 70%;
    grid-template-areas: 'left right';
    grid-template-rows: 100%;
    justify-content: flex-start;
}

@media (max-width: 1200px) {
    .navbar-menu-column {
        grid-template-columns: 185px 75%;
    }
}

@media (max-width: 991px) {
    .navbar-menu-column {
        min-width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(2, 50%);
    }
}

.navbar-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    grid-area: right;
    width: 100%;
    height: 100%;
    animation: none;
}

@media (max-width: 991px) {
    .navbar-menu {
        overflow-y: scroll;
    }
}

@media (max-width: 1200px) {
    .navbar-menu {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .navbar-menu {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-items: flex-start;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 87px;
        left: 0;
        right: 0;
        height: 0;
        max-height: 0;
        background-color: #eceff2;
        z-index: 1200;
    }
}

@keyframes slidedown-hamburger-menu {
    0% {
        padding: 0;
        display: flex;
        height: 0;
        max-height: 0;
    }
    100% {
        padding: 30px 0 0 0;
        display: flex;
        min-height: calc(100vh - 87px);
        max-height: calc(100vh - 87px);
        height: calc(100vh - 87px);
        bottom: 0;
    }
}

@keyframes slideup-hamburger-menu {
    0% {
        padding: 50px 0 0 0;
        display: flex;
        bottom: 0;
        min-height: calc(100vh - 87px);
        max-height: calc(100vh - 87px);
        height: calc(100vh - 87px);
    }
    100% {
        padding: 0;
        display: flex;
        height: 0;
        max-height: 0;
    }
}

.navbar-menu-name {
    font-size: 16px;
    font-weight: bold;
    color: #3f3f3f;
    line-height: normal;
    display: none;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .navbar-menu-name {
        margin: 0 0 20px 0;
        text-align: center;
    }
}

.navbar-menu-elem {
    position: relative;
    height: 100%;
    padding: 3px 0 0 0;
    z-index: 200;
}

.navbar-menu-elem:hover > a {
    text-shadow: -0.5px -0.5px #3f3f3f;
    position: relative;
    z-index: 300;
}

@media (min-width: 992px) {
    .navbar-menu-elem:hover .navbar-dropdown-menu-wrapper {
        animation: fadeIn 0.3s forwards;
        z-index: 100;
    }
}

@media (max-width: 1200px) {
    .navbar-menu-elem {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .navbar-menu-elem {
        display: none;
        height: auto;
        margin: 20px 0 0 0;
        text-align: center;
        transition: 0.3s;
    }
}

@media screen and (min-width: 992px) {
    .mobile-dropdown-elem {
        display: none;
    }
}

.navbar-menu-elem-button {
    display: none;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .navbar-menu-elem-button {
        margin: 30px 0 0 0;
    }
}

.navbar-menu-social-container {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    display: none;
    min-width: 100%;
    background-color: #ffffff;
    margin: 30px 0 0 0;
    padding: 30px 40px;
    transition: 0.3s;
}

.navbar-menu-social-container > a {
    color: #1d3d56;
}

.navbar-menu-elem-link {
    font-size: 16px;
    font-weight: normal;
    color: #3f3f3f;
    line-height: normal;
    text-decoration: none;
    transition: 0.3s;
}

.navbar-logo {
    grid-area: left;
}

.navbar-menu-toggle-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-items: flex-start;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
    grid-area: right;
    justify-content: flex-end;
}

.navbar-menu-toggle {
    display: none;
    cursor: pointer;
}

.navbar-menu-toggle span {
    min-height: 2.2px;
    max-height: 2.2px;
    min-width: 20px;
    max-width: 20px;
    display: block;
    flex: 1;
    background-color: #1d3d56;
    margin: 2px 0;
    border-radius: 12px;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .navbar-menu-toggle {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-items: flex-start;
        align-items: flex-start;
    }
}

@keyframes rotate-burger-line-top-forward {
    100% {
        transform: rotate(45deg) translate(4px);
    }
}

@keyframes rotate-burger-line-bottom-forward {
    100% {
        transform: rotate(-45deg) translate(8px, -4px);
    }
}

@keyframes reset-burger-line {
    100% {
        transform: rotate(0) translate(0);
    }
}

/*
    NAVBAR DROPDOWN MENU STYLES
*/
.navbar-dropdown-menu-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    top: 0;
    min-width: 150px;
    padding: 55px 0 0 0;
}

.navbar-dropdown-menu-wrapper::before {
    min-height: 5px;
    max-height: 5px;
    min-width: 22px;
    max-width: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 7.5px;
    background-color: rgba(91, 91, 217, 0.3);
    content: '';
    top: 30px;
}

.navbar-dropdown-menu {
    box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.15), 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 6px;
    padding: 15px;
    position: relative;
}

.navbar-dropdown-menu > div:not(:last-of-type) {
    margin: 0 0 10px 0;
}

.navbar-dropdown-menu::before {
    min-height: 12px;
    max-height: 12px;
    min-width: 12px;
    max-width: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    top: -6px;
    background-color: #ffffff;
    content: '';
    box-shadow: 0 -2px 10px -10px rgba(0, 0, 0, 0.95), 4px -3px 10px 0 rgba(0, 0, 0, 0.1);
}

.navbar-dropdown-menu-elem a {
    font-size: 16px;
    font-weight: normal;
    color: #1d3d56;
    line-height: 1.75;
    text-decoration: none;
    transition: none;
}

/* SIDEBAR  STYLES */

.sidebar section{
    width: 100%;
    margin-bottom: 2em;
}

.widget img {
    width: 100%;
}

#search .form-control {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#search .form-control::placeholder,
.sidebar .news-letter .form-control{
    color: #b0b0b0;
    font-size: 0.9rem;
}

#search input:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

#search .input-group-append {
    background-color: #7490ab;
    color: white;
    display: flex;
    padding: .375rem .75rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#search  i {
    font-size: 14px;
    transform: scale(-1, 1);
}

.sidebar .news-letter {
    width: 100%;
    padding: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.sidebar .news-letter #tagline {
    color: white;
    font-weight: 700;
    margin-top: 5rem;
    font-size: 1.3rem;
}

.sidebar .news-letter p {
    color: white;
    font-weight: 400;
    line-height: inherit;
    font-size: 0.9rem;
    padding: 0;
}

.sidebar .news-letter .input-group-text {
    background: #33a56c;
    border: none;
}

.sidebar .widget_recent_entries {
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 0;
}

.sidebar .widget_recent_entries .widget-title {
    padding: 15px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: black;
    font-size: 17px;
}

.sidebar .widget_recent_entries li{
    font-weight: 400;
    margin: 15px;
    font-size: 1rem;
}
.sidebar .widget_recent_entries li a {
    color: #0a0a75;
}



@media (max-width: 1023px) {
    .sidebar {
        display: none;
    }
}

/* INDEX PAGE STYLES */
#main .title {
    text-align: center;
}

#main .title h1 {
    color: black;
    font-size: 60px;
    line-height: 56px;
    font-weight: 300;
}

#main .title p {
    color: black;
    margin: 0.5em;
    font-weight: 400;
    padding: 0;
}

@media (max-width: 767px) {
    #main .title h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #main .title p {
        font-size: 15px;
        line-height: 15px;
        font-weight: 200;
    }
}

#main .index-content {
    align-items: flex-start;
}

#main .index-content .card {
    width: 100%;
    border-radius: unset;
    margin-bottom: 1rem;
}

#main .index-content .card .post-image-small {
    min-height: 40%;
}

#main .index-content .card .post-image-small img,
#main .index-content .card img {
    border-radius: unset;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
}

#main .index-content .card-small .card-body {
    position: relative;
}

#main .index-content .card-small .card-body .card-text {
    position: absolute;
    bottom: 10px;
}

#main .index-content .card .card-body .card-category {
    margin-bottom: 2rem;
    letter-spacing: normal;
}

#main .index-content .card .card-body .card-title {
    font-size: 1.75rem;
}

#main .index-content .card .card-body .card-title a {
    color: black;
}

#main .index-content .card .card-body .card-title a:hover {
    color: #0a0a75;
}


#main .index-content .card .card-body .card-text {
    color: black;
    font-weight: 400;
    padding: 0;
}

#main .index-content .card .card-body .card-text span {
    font-size: 0.75rem;
    color: black;
}

#main .index-content .card .card-body .btn {
    border: 2px solid #2e2ea3;
    color: #2e2ea3;
    width: 11rem;
    border-radius: 0.5rem;
    font-size: 15px;
}

@media (max-width: 1023px) {
    #main .index-content .card .card-body .card-category {
        font-size: 0.75rem;
        margin-bottom: 1rem;
    }

    #main .index-content .card .card-body .card-title {
        font-size: 1.5rem;
    }

    #main .index-content .card .card-body .card-text span {
        font-size: 0.5rem;
    }
}

@media (max-width: 667px) {
    #main .index-content .card .card-body .card-category {
        font-size: 0.5rem;
    }

    #main .index-content .card .card-body .card-title {
        font-size: 1rem;
    }
}

#main .index-content .posts {
    margin: 0;
    justify-content: space-between;
}

#main .index-content .posts .card-small {
    max-width: 49%;
    min-height: fit-content;
}

@media (max-width: 450px) {
    #main .index-content .posts .card-small {
        max-width: 100%;
    }
}

@media (max-width: 1023px) {
    #main .df-column {
        min-width: 100%;
        max-width: 100%;
    }
}


    /*
        PAGINATION
     */
#main .index-content nav {
    display: block;
    margin: 2rem auto;
}

nav .nav-links .page-numbers {
    color: #2e2ea3;
    border-radius: 5px;
    border: 1.5px solid #2e2ea3;
    width: 2.5rem;
    margin-right: 1rem;
    padding: 8px;
    text-align: center;
}

nav .nav-links .page-numbers:hover:not(.dots):not(.next):not(.prev) {
    background-color: #2e2ea3;
    color: white;
}

nav .nav-links .current {
    background-color: #2e2ea3;
    color: white;
}

nav .nav-links .dots {
    border: none;
}

nav .nav-links .prev,
nav .nav-links .next{
    width: fit-content;
    border: none;
    background-color: white;
    color: #0a0a75;
}

nav .nav-links .prev:hover,
nav .nav-links .next:hover{
    transform: translateY(-2px);
}

@media (max-width: 520px) {
    nav .nav-links .prev,
    nav .nav-links .next{
        display: none;
    }
}
    /*
        INSTALLER SECTION STYLES
    */
.installer-container {
    display: grid;
    grid-template-columns: 11fr 21fr;
    margin-bottom: 64px;
}

.installer-container .installer-genie-container {
    background-image: linear-gradient(222deg, #5a5ad0, #2e2ea3);
    padding: 0 94px;
}

.installer-container .installer-genie-container .star {
    height: 53px;
    width: 53px;
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 75px auto 0;
}

.installer-container .installer-genie-container .star img {
    width: 25px;
}

.installer-container .installer-genie-container h2 {
    font-family: Merriweather, sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    line-height: 1.33;
    margin: 24px auto 29px;
    text-align: center;
}

.installer-container .installer-genie-container p {
    font-size: 18px;
    font-weight: 400;
    color: #cfd9e2;
    line-height: 1.56;
    text-align: center;
    margin: 0 auto 31px;
}

.installer-container .installer-genie-container .genie {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f8fa), to(#eceff2));
    background-image: linear-gradient(180deg, #f7f8fa, #eceff2);
    margin: 0 auto 53px;
    overflow: hidden;
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.2);
}

.installer-container .installer-genie-container .genie img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: -14px 13px;
    object-position: -14px 13px;
    width: 100px;
}

.installer-container .installer-form-container {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-items: unset;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.installer-container .installer-form-container > p {
    font-family: Merriweather, sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #1d3d56;
    line-height: 1.56;
    text-align: center;
    margin: 0;
}

.installer-container .installer-form-container > form {
    max-width: 495px;
    width: 100%;
    position: relative;
    margin-top: 56px;
}

.installer-container .installer-form-container > form input[type=email] {
    width: 100%;
    border: none;
    box-shadow: 0 13px 14px -10px rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    border-radius: 25px;
    color: #2e2ea3;
    padding: 17px 219px 17px 22px;
    box-sizing: border-box;
}

.installer-container .installer-form-container > form input[type=email]::placeholder {
    color: #d9e0e8;
}

.installer-container .installer-form-container > form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    background-image: linear-gradient(104deg, #5a6aff, #789dff);
    color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding: 0 35px;
    height: 100%;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 1300px) {
    .installer-container .installer-genie-container {
        padding-left: 74px;
        padding-right: 74px;
    }
}

@media (max-width: 1199px) {
    .installer-container {
        grid-template-columns: 14fr 21fr;
    }

    .installer-container .installer-genie-container {
        padding-left: 54px;
        padding-right: 54px;
    }
}

@media (max-width: 991px) {
    .installer-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        margin-bottom: 135px;
    }

    .installer-container .installer-genie-container {
        padding-left: 150px;
        padding-right: 150px;
        position: relative;
    }

    .installer-container .installer-genie-container > p {
        margin-bottom: 71px;
    }

    .installer-container .installer-genie-container .genie {
        position: absolute;
        margin: auto;
        bottom: -40px;
        left: 0;
        right: 0;
    }

    .installer-container .installer-form-container {
        margin-top: 145px;
        position: unset;
    }

    .installer-container .installer-form-container > form {
        width: 80%;
        max-width: unset;
        margin-top: 30px;
    }

    .installer-container .installer-form-container > form input[type=email] {
        max-width: unset;
        margin-bottom: 12px;
        padding: 13px 22px;
    }

    .installer-container .installer-form-container > form input[type=submit] {
        width: 100%;
        height: unset;
        max-width: unset;
        position: unset;
        border-radius: 22px;
        box-shadow: 0 13px 14px -10px rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.05);
        background-image: linear-gradient(98deg, #5a6aff, #789dff);
        padding: 13px 0;
    }
}

@media (max-width: 767px) {
    .installer-container .installer-genie-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .installer-container .installer-form-container > p {
        font-size: 25px;
    }
}

/*
    BREADCRUMB

*/


ul.breadcrumb {
    list-style: none;
    background-color: inherit;
    margin: 1.5rem 0 2rem;
    padding: 0;
}
ul.breadcrumb li {
    display: inline;
    font-size: 1.2rem;
}

ul.breadcrumb .no-link a,
ul.breadcrumb .no-link a:hover {
    color: #7490a9;
}



ul.breadcrumb li+li:before {
    padding-left: 8px;
    color: black;
    font-weight: 400;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #0a0a75;
    font-weight: 400;
}


/*
    POST PAGE STYLES

*/

.page-title {
    font-size: 2rem;
    color: black;
    margin-bottom: 1rem;
}


.post-content {
    background-color: white;
}

.post-header .share-post {
    display: flex;
    justify-content: space-between;
    background-color: #f8fafc;
    padding: 1rem 0 0;
}

.post-header .share-post .card-text br {
    display: none;
}

@media (max-width: 500px) {
    .post-header .share-post .card-text br {
        display: block;
    }
}


.post-header .share-post ul,
.post-header .share-post p{
    padding: 0;
}

.post-header .share-post .hs-blog-social-share {
    margin-top: 1rem;
}

.post-header .share-post .card-text,
.post-content .share-post .card-text {
    color: black;
    font-weight: 600;

}

.post-header .card-text span,
.post-content .card-text span{
    font-size: 0.75rem;
    color: black;
}

.post-content  a {
    color: #0a0a75;
}

.post-content  a:hover {
    color: #7490a9;
}



.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-size: 1.5rem;
    color: black;
    font-weight: 600;
    margin: 0 2rem;
    text-transform: none;
    letter-spacing: 0;
}

.post-content .wp-block-image:first-of-type img {
    width: 100%;
}

.pre-footer{
    margin-top: 2rem;
}
.pre-footer .author-container {
    background-color: white;
    width: 100%;
    display: flex;
    border: 1px solid #e1e1e1;
    min-height: 150px;
}

.pre-footer .author-container .author-image {
    width: 20%;
    position: relative;
}

.pre-footer .author-container .author-image img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    min-width: 60%;
    min-height: 60%;
}

.pre-footer .author-container .author-data {
    width: 80%;
}

.pre-footer .author-container .author-data .author-bio {
    margin: 6% 1rem 6% 0;
}

.pre-footer .author-container .author-data .author-bio .author-name{
    font-weight: 700;
    margin-bottom: 5px;
}

@media (max-width: 500px) {
    .pre-footer .author-container .author-image img {
        min-width: 40%;
        min-height: 40%;
    }

    .pre-footer .author-container .author-data {
        padding-left: 1rem;
    }
}

.widget-footer {
    margin: 2rem auto;
}

.widget_media_image {
 min-width: 100%;
}

/*
    FOOTER STYLES
*/
.footer {
    padding: 50px 0 100px 0;
    background-color: white;
}

@media (max-width: 767px) {
    .footer {
        padding: 0 0 75px 0;
    }
}

@media (max-width: 767px) {
    .footer-container {
        flex-direction: column;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.footer-info-column {
    align-items: flex-start;
}

@media (max-width: 767px) {
    .footer-info-column {
        border-bottom: 1px solid #cfd9e2;
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
    }
}

.footer-navi-column {
    justify-content: flex-start;
}

.footer-logo-container {
    margin: 0 0 50px 0;
}

@media (max-width: 767px) {
    .footer-logo-container {
        margin: 0 0 25px 0;
    }
}

.footer-info-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-items: flex-start;
    align-items: flex-start;
}

.footer-info-item-icon {
    font-size: 16px;
    font-weight: normal;
    color: #7490a9;
    line-height: 2;
    margin: 0 15px 0 0;
}

.footer-info-item-text {
    font-size: 16px;
    font-weight: normal;
    color: #7490a9;
    line-height: 2;
}

.footer-navi-container {
    display: grid;
    grid-template-columns: repeat(3, 33.3%);
    grid-template-rows: 100%;
    grid-template-areas: 'first second third';
    min-width: 100%;
}

.footer-navi-container > div:nth-of-type(1) {
    grid-area: first;
}

.footer-navi-container > div:nth-of-type(2) {
    grid-area: second;
}

.footer-navi-container > div:nth-of-type(3) {
    grid-area: third;
}

@media (max-width: 767px) {
    .footer-navi-container {
        grid-template-rows: repeat(2, auto);
        grid-template-areas: 'first second third' 'fourth fourth fourth';
    }
}

@media (max-width: 480px) {
    .footer-navi-container {
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(3, auto);
        grid-template-areas: 'first second' 'third second' 'third fourth';
    }

    .footer-navi-container > div:nth-of-type(1) {
        grid-area: second;
    }

    .footer-navi-container > div:nth-of-type(2) {
        grid-area: first;
    }

    .footer-navi-container > div:nth-of-type(3) {
        margin: 40px 0 0 0;
    }
}

.footer-navi-list-title {
    font-size: 16px;
    font-weight: bold;
    color: #1d3d56;
    line-height: 1.75;
    margin: 0 0 20px 0;
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-navi-list-title {
        margin: 0 0 15px 0;
    }
}

.footer-navi-list-item a {
    font-size: 16px;
    font-weight: normal;
    color: #7490a9;
    line-height: 2;
    text-decoration: none;
}

.footer-navi-list-item--decorated {
    text-decoration: underline;
    padding: 0 0 0 66.6%;
}

@media (max-width: 767px) {
    .footer-navi-list-item--decorated {
        padding: 0;
    }
}

.footer-navi-list-item--terms {
    display: none;
}

@media (max-width: 767px) {
    .footer-navi-list-item--terms {
        display: block;
        grid-area: fourth;
    }
}

/*
    FOOTER SOCIAL STYLES
*/
.footer-social-section {
    background-color: #2e2ea3;
    padding: 15px 0;
}

@media (max-width: 767px) {
    .footer-social-container {
        flex-direction: column;
    }

    .footer-social-container > div:first-of-type {
        order: 2;
    }
}

.footer-social-copyright-column {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-items: flex-start;
    align-items: flex-start;
    min-width: 60%;
    max-width: 60%;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer-social-copyright-column {
        min-width: 65%;
        max-width: 65%;
    }
}

@media (max-width: 767px) {
    .footer-social-copyright-column {
        min-width: 100%;
        max-width: 100%;
    }
}

.footer-social-copyright {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.75;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-items: flex-start;
    align-items: center;
}

.footer-social-copyright > span {
    font-size: 12px;
    margin: 0 5px 0 0;
}

@media (max-width: 991px) {
    .footer-social-copyright {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer-social-copyright {
        justify-content: center;
        min-width: 100%;
        opacity: 0.5;
        font-size: 10px;
    }
}

.footer-social-terms a {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.75;
    text-decoration: none;
}

@media (max-width: 991px) {
    .footer-social-terms a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer-social-terms {
        display: none;
    }
}

.footer-social-profiles-column {
    min-width: 40%;
    max-width: 40%;
    justify-content: flex-end;
}

.footer-social-profiles-column a {
    color: #ffffff;
    margin: 0 0 0 20px;
}

@media (max-width: 991px) {
    .footer-social-profiles-column {
        min-width: 35%;
        max-width: 35%;
    }

    .footer-social-profiles-column a {
        margin: 0 0 0 15px;
    }
}

@media (max-width: 767px) {
    .footer-social-profiles-column {
        min-width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-items: flex-start;
        align-items: flex-start;
        justify-content: center;
        margin: 15px 0;
    }
}

