
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Open Sans", sans-serif;
}
.admin-bar .sections {
    height: calc(100dvh - 32px);
}

.sections {
    display: flex;
    height: 100dvh;
}

.center-box {
    width: 37.5%;
    background: #1965a8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.4vh 0 15px;
}

main#temp-h,
#temp-home {
    position: relative;
    height: auto;
}

main#temp-home .side--right {
    padding: 1vw 3.1vw 1vw 2vw;
}

main#temp-home .side--left {
    padding: 1vw 2vw 1vw 3.1vw;
}

main#temp-home .logo {
    max-width: 26%;
    border-radius: 26%;
}

main#temp-home .logo img {
    max-width: 50%;
}

main#temp-home .center-box {
    padding: 4vw 0 .5vw;
}

#temp-home .side-item__img {
    border-radius: 23%;
}

#temp-home .side-item__text p {
    font-size: 2.5vw;
}

main#temp-home .side-item {
    gap: 5.6%;
    padding: 6% 8%!important;
}

main#temp-home  .side-item__text {
    padding: 0;
}



main#temp-home .center-box h1 {
    margin: 0 0 1vw;
}

main#temp-home .floor {margin: 2vw 0;}

main#temp-h:before,
#temp-home {
    content: '';
    display: block;
    padding-top: 56.25%;
}
#temp-h .center-box {
    padding: 4vw 0 6vw;
}
main#temp-h section,
#temp-home section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.admin-bar main#temp-h {
    height: auto;
}



main#temp-h .side {
    padding: 2% 2.8%;
}

main#temp-h .logo {
    width: 55%;
    border-radius: 20%;
}

main#temp-h .logo img {
    max-width: 50%;
}

main#temp-h  .center-icon {
    max-width: 53%;
    margin: 0 auto;
}

main#temp-h h1 {
    margin: auto 2% 20px;
    font-size: 3vw;
}

main#temp-h .slider-side__title {
    margin-bottom: 4.167vw;
}

main#temp-h .slider-side .swiper-pagination {
    margin-top: 4vw;
    gap: 1%;
}



#temp-h .swiper-pagination-bullet {
    width: 3.2%;
    height: auto;
}

#temp-h .swiper-pagination-bullet:before {content: '';display: block;padding-top: 100%;}



main#temp-h .side-item__arrow {
    min-width: 21%;
    height: auto;
    border-radius: 20%;
}

main#temp-h .side-item {
    padding: 5% 8%;
    max-height: max-content;
    gap: 2%;
}

main#temp-h .sides {
    gap: 3%;
}

main#temp-h .side-item__icon {
    max-width: 20%;
    min-width: 20%;
}



#temp-h .floor {
    margin: 4vw 0 2vw;
}

#temp-h .slider-side__title {
    font-size: 3.23vw;
}

.side {
    flex: 1;
}
.side-item {
    font-size: 2.5vw;
    background: #d9d9d9;
    border-radius: 30px;
    padding: 4%;
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    min-height: 0;
}
.side--right .side-item__img {
    order: 1;
}

.side--right .side-item__text {
    order: 2;
}

.side--right .side-item {
    grid-template-columns: clamp(80px, 29%, 140px) 1fr ;
}
.side-item p {
    margin: 0;
    color: #2f2f2f;
    line-height: 1.2;
}

.side-item p:nth-child(2) {
    font-weight: 800;
}

.side-item__img {
    order: 1;
}

.side--left {
    padding: 20px 40px 20px 60px;
}

.side--right {
    padding: 20px 60px 20px 40px;
}
.side-item__text {
    margin-left: auto;
}
.side-item__img {
    position: relative;
    border-radius: 30px;
    border: 3px solid #2f2f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 29%;
}

.side-item__img:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.side-item__img img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    max-width: 75%;
}

.side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 190px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 40px;
}
.logo {
    position: relative;
}

.logo:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.logo img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    max-width: 65%;
}
.floor div {
    font-weight: 700;
    font-size: 2.08vw;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}

.floor {
    margin: 40px 0 20px;
}
.center-box h1 {
    font-weight: 700;
    font-size: 3.3vw;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
}

.center__media {
    margin-top: auto;
    min-width: 1px;
    width: 100%;
}


.center__media .swiper-slide {
    position: relative;
    width: 100%;
}

.center__media .swiper-slide:before {
    content: '';
    display: block;
    padding-top: 91%;
}

.center__media .swiper-slide img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
}


.swiper-pagination.swiper-pagination-clickable {
    position: relative;
    bottom: 0;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
   
}

.center__media .swiper-pagination.swiper-pagination-clickable {
    margin-top: 12px;
}

span.swiper-pagination-bullet {
    display: flex;
    width: 22px;
    height: 22px;
    background: #F0F0F0;
    opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1965A8;
}

.center__media .main-slider {
    max-width: 73%;
}

.swiper-slide {
  opacity:0!important;
}

.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  opacity: 1!important;
}

.center-img {
    position: relative;
    max-width: 73%;
    margin: 0 auto;
}

.center-img:before {
    content: '';
    display: block;
    padding-top: 91%;
}



.center-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.temp2 .center-box {
    width: 18.2298%;
    padding: 7.4vh 0 9.074vh;
}

.center__media.icon-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.text-under-icon {
    font-size: 1.667vw;
    color: #fff;
    font-weight: 700;
}
.sections.temp2 h1 {
    margin: auto 0;
    text-align: center;
}

.temp2 .side--right,
.temp2 .side--left {
    padding: 20px 60px;
}
.sides {
    display: grid;
    gap: 32px;
    height: 100%;
    grid-auto-rows: minmax(0, 198px);
    align-content: center;
}

.sides .side-item__arrow {
    order: 1;
}

.sides .side-item__text {
    order: 2;
    font-weight: 700;
}

.sides .side-item__icon {
    order: 3;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.sides .side-item__icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.sides .side-item {
    padding: 28px 28px 28px 3vmax;
}
.sides .side-item {
    height: 100%;
    max-height: 198px;
}


.sides .side-item__arrow {
    height: 100%;
    aspect-ratio: 1;
    flex-shrink: 0;
    position: relative;
    border-radius: 15px;
    border: 3px solid #2f2f2f;
}
.sides .side-item__text {
    flex: 1;
}
.sides .side-item__arrow:before {
    content: '';
    display: block;
  
}


.sides .side-item__arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 75%;
    margin: 0 auto;
    right: 0;
}


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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}


h1, h2, h3, h4, h5, h6 {

}
h1 {

}
h2 {

}
h3 {

}
h4 {

}
h5 {

}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
 
}
h2.entry-title {
 
}
h3.widget-title {
  
}

body {
  background: #fff;
  
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


.swiper.main-slider {
    max-width: 100%;
   
}

.side.side--left,
.side.side--right {
    min-width: 1px;
}

.slider-side__title {
    margin: 0 0 80px;
    font-size: 3.2vmax;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}


html, body, #page {
    height: 100%;
}


.page-template-page-vertical main {
    height: 100%;
}

.temp1 {
   --temp1: calc(100vw / 1920);
}

.temp2 {
   --temp2: calc(100vw / 1920);
}
.temp1 .side-item {
    font-size: calc(48 * var(--temp1))!important;
}
.temp2 .side-item {
    font-size: calc(48 * var(--temp2))!important;
}
.temp1 .side-item {
    padding: 4% !important;
}
.temp1 .side.side--left .side-item__text {
    order: 1;
}
.temp1 .side.side--left .side-item__img {
    order: 2;
}
section.vartical {
    display: flex;
    flex-direction: column;
    aspect-ratio: 1080 / 1920;
 
    height: 100vh;
    margin: 0 auto;
    --u: calc(100vh / 1920);
    max-width: 100vw;
    overflow: hidden;
}

.vartical__logo {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    width: 17%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18%;
    aspect-ratio: 1;
}

.vertical__meta h1 {
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    max-width: 58%;
    font-size: calc(64 * var(--u));
}
.vertical__meta {
    height: 30%;
        gap: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vertical__meta:after {
    content: '';
    display: block;
    width: 144px;
    height: 14px;
    border-radius: 14px;
    background: #4fa4ef;
}

.vertical__main {
    flex: 1;
    padding: 0px 10% 20px;
    max-height: 71%;
}

.vertical__main .swiper.main-slider, .vetical-slide {
    width: 100%;
    height: 100%;
}
.verical-slide__meta {
    height: 70%;
}

.verical-slide__meta p {
    font-size: calc(56 * var(--u));
    text-align: center;
    color: #2f2f2f;
    font-weight: 700;
    margin: 0;
}

.verical-slide__meta div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    position: relative;
}

.verical-slide__meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4%;
    gap: 3%;
}

.verical-slide__meta img {
    height: 100%;
    max-width: max-content;
    width: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.verical-slide {
    position: relative;
    background: #fff;
    border-radius: 3.7vmin;
    overflow: hidden;
    height: 100%;
}
.vertical__main .swiper-pagination.swiper-pagination-clickable {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
        gap: 1.2%;
}

.vertical__main .swiper-pagination.swiper-pagination-clickable span.swiper-pagination-bullet:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.vertical__main .swiper-pagination.swiper-pagination-clickable span.swiper-pagination-bullet {
    width: 2.4%;
    height: auto;
}

.vertical__main span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:  #4fa4ef;
}

.vertical__main {
    display: flex;
    flex-direction: column;
    gap: 2.8%;
}
body.page-template-page-vertical {
    background: #1965a8;
}
.verical-slide__content {
    background: #d9d9d9;
    border-radius: 3.7vmin;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    gap: 20px;
    max-height: 30%;
}
.verical-slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.verical-slide__content .img {
    max-width: 32%;
    aspect-ratio: 1;
}
.verical-slide__img {
    width: 100%;
    height: 75%;
    overflow: hidden;
    position: relative;
}
.verical-slide__content .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.verical-slide__content .text {
    font-size: calc(48 * var(--u));
    line-height: 1.25;
    color: #2f2f2f;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.verical-slide__content .text p {
    margin: 0;
}

.verical-slide__content .text p:first-child {
    font-weight: 700;
}


.vertical__main .swiper-slide {
    height: 100%;
}
.vartical__logo img {
    max-width: 50%;
}

.side--left .side-item__arrow {
    order: 3;
}

.side--left .side-item__text {
    order: 2;
    padding-right: 20px;
}

.side--left .side-item__icon {
    order: 1;
}

.side--left .side-item {
    padding: 28px 3vmax 28px 28px;
}

.slider-side .swiper-pagination {
    position: relative;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 90px;
}

.slider-side {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.slider-side .swiper-slide {
    aspect-ratio: 6 / 5;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.slider-side .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}



.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;

}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}


@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
