/*-----------------------------
-- Wordpres Built-In Classes --
-----------------------------*/

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 50px;
    max-width: 100%;
}

.wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 15px 0 0;
}

.wp-caption-text {
    text-align: left;
    font-style: italic;
    font-size: 11px;
    line-height: 1.36;
    color: #868E91;
}

div.caption {
    color: #0A487C;
    font-size: 36px;
    line-height: 1.111;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    div.caption {
        font-size: 28px;
        line-height: 1.25;
        letter-spacing: 1.17px;
    }
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*-----------------------------------
-- Wordpres Built-In Classes - end --
-----------------------------------*/


/*--------------------------
-- Custom utility classes --
--------------------------*/

.site-main,
.container {
    width: calc(1500px + 30px);
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
}

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

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

:root {
    --glutter: 15px;
    --font-size: 16px;
    --line-height: 26px;
    --color: #5E6166;
    --white: #fff;
    --black: #232331;
    --error: #ED1220;
    --lightgray: #939393;
    --orange: #e24a12;
    --dark-blue: #153575;
    --blue: #112A5C;
    --blue2: #153575;
    --theme-color-1: var(--orange);
    --theme-color-2: var(--dark-blue);
    --theme-color-3: var(--blue);
}

.lh1 {
    line-height: 1em;
}

.wp-block-button,
.kk-button {
  position: relative;
  height: 56px;
  line-height: 56px;
  display: block;
  background-color: #fff;
  color: var(--theme-color-2);
  text-decoration: none;
  padding: 0 38px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  font-family: "Reddit Sans", sans-serif;
  font-style: normal;
  border: none;
}
.kk-button2 {
  background-color: var(--theme-color-1);
  color: #fff;
}
.kk-button3 {
    background-color: var(--theme-color-2);
    color: #fff;
}

.wp-block-button a,
.kk-button span {
  position: relative;
  z-index: 2;
  padding: 0;
  background: transparent;
}

.wp-block-button::before,
.kk-button::before {
  content: "";
  z-index: 1;
  position: absolute;
  right: -18px;
  top: 0;
  width: 42px;
  height: 100%;
  background: var(--theme-color-3);
  opacity: 0.2;
  transform: skewX(-25deg);
  transition: all 0.5s ease;
}

.kk-button3::before {
    opacity: 0;
    background: #fff;
}

.wp-block-button:hover,
.kk-button:not(:disabled):hover {
  color: #fff;
}
.kk-button3:not(:disabled):hover {
    color: var(--theme-color-2);
}

.kk-button:not(:disabled):hover svg path {
  fill: #fff;
}

.wp-block-button:not(:disabled):hover::before,
.kk-button:not(:disabled):hover::before {
  opacity: 1;
  right: -5px;
  width: 110%;
  transform: skewX(0deg);
}

.kk-button svg {
  position: absolute;
  top: 0;
  width: auto;
  bottom: 0;
  right: -15px;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m18.629 15.997-7.083-7.081L13.462 7l8.997 8.997L13.457 25l-1.916-1.916z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.kk-button svg path {
  fill: var(--theme-color-2);
}

.title48,
.title48 > * {
    font-size: 48px;
    line-height: 1.175em;
    color: var(--black);
    font-weight: 700;
}

.title24,
.title24 > * {
    font-size: 24px;
    line-height: 1.175em;
    color: var(--black);
    font-weight: 700;
}

@media (max-width:991.98px) {
    .title88 {
        font-size: 60px;
        line-height: 72px;
    }
}

@media screen and (max-width: 768px ) {
    .title48,
    .title48 > * {
        font-size: 38px;
    }
}

@media screen and (max-width: 567px ) {
    .title88 {
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -0.01em;
    }
}

.dropshadow30 {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 12%);
    ;
}

.bgcentercover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bgrightcover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.bgleftcover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.bgtopcover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.bgtoprightcover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}

.b-white {
    background-color: var(--white);
}

.b-black {
    background-color: var(--black);
}

.b-pink {
    background-color: var(--pink);
}

.b-green {
    background-color: var(--green);
}

.b-blue {
    background-color: var(--blue);
}

.b-blue2 {
    background-color: var(--blue2);
}

.b-lightgray {
    background-color: var(--lightgray);
}

.b-transparent {
    background-color: transparent;
}

.f-white {
    color: var(--white);
}

.f-orange {
    color: var(--orange);
}

.f-lightgray {
    color: var(--lightgray);
}

.f-default {
    color: var(--color);
}

.f-black {
    color: var(--black);
}

.f-pink {
    color: var(--pink);
}

.f-green {
    color: var(--green);
}

.f-blue {
    color: var(--blue);
}

.f-blue2 {
    color: var(--blue2);
}

.font-family-inherit {
    font-family: inherit
}

.font-size-inherit {
    font-size: inherit
}

.text-decoration-none {
    text-decoration: none
}

.bold {
    font-weight: bold;
}

.regular {
    font-weight: normal
}

.light {
    font-weight: 300;
}

.extralight {
    font-weight: 200;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.italic {
    font-style: italic
}

.caps {
    text-transform: uppercase;
    letter-spacing: .2em;
}

.uppercase {
    text-transform: uppercase;
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.nowrap {
    white-space: nowrap
}

.break-word {
    word-wrap: break-word
}

.list-style-none {
    list-style: none
}

.underline {
    text-decoration: underline
}

.list-reset {
    list-style: none;
    padding-left: 0;
}

.clickable {
    cursor: pointer;
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.table {
    display: table
}

.table-cell {
    display: table-cell
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-auto {
    overflow: auto
}

.fit {
    max-width: 100%
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.flex-column {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.self-baseline {
    align-self: baseline
}

.self-stretch {
    align-self: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.justify-evenly {
    justify-content: space-evenly
}

.content-start {
    align-content: flex-start
}

.content-end {
    align-content: flex-end
}

.content-center {
    align-content: center
}

.content-between {
    align-content: space-between
}

.content-around {
    align-content: space-around
}

.content-stretch {
    align-content: stretch
}

.flex-auto {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    min-width: 0;
    min-height: 0;
}

.flex-none {
    flex: none
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-first {
    order: -1
}

.order-last {
    order: 99999
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.z1 {
    z-index: 1
}

.z2 {
    z-index: 2
}

.z3 {
    z-index: 3
}

.z4 {
    z-index: 4
}

.kk-button {
    cursor: pointer;
}

.kk-button:not(.flex):not(.inline-flex):not(.block) {
    display: inline-block;
}

button.kk-button {
    appearance: none;
    outline: none;
}

.circle {
    border-radius: 50%
}

.display-none {
    display: none !important
}

@media screen and (max-width: 992px ) {
    .site-main,
    .container {
        padding: 0 30px;
    }
}

/*--------------------------------
-- Custom utility classes - end --
--------------------------------*/