/*
Theme Name: IMS Basic
Description: IMS Basic WordPress Theme
Version: 4.8
Author: IMS DESIGN
Author URI: //ims-design.ru/
*/

/*---Normalize--------------------------------------------------------------------------- */

body, html {
    height: 100%;
}

body {
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, footer, header, main, nav, section, div, input, textarea {
    display: block;
}

a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none !important;
    outline: 0 !important;
}

input::-moz-focus-inner {
    border: 0 !important;
}

*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

a:hover, a:active, button:focus, button:hover, button:active, input:focus, input:hover, input:active {
    outline: 0 !important;
}

a:focus {
    outline: 0 !important;
}

b, strong {
    font-weight: bold;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
	height: auto;
	border: 0;
    display: block;
}

.logo img, .loop-post img {
    width: 100%;
}

/*---Basic-Structure--------------------------------------------------------------------- */

body {
    font-family: 'Rubik', sans-serif;
    color: #333236;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
}

main {
	min-height: 100vh;
	overflow: hidden;
	margin: 0 auto;
    background: #fff;
}

section, .section, .wp-block-group, .wrapper, .wp-block-group__inner-container, .awesome {
    position: relative;
}

.wrapper, .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    max-width: 1280px !important;
    margin: 0 auto;
    z-index: 2;
}

.overlay {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
}

.awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0;
	height: 100%;
	font-weight: 900;
    color: currentColor;
}

.awesome:before {
    left: 0;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
	right: 0;
}

.scrolltop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #ff7b25;
    font-size: 32px;
    z-index: 9;
    transition: color .5s;
    cursor: pointer;
    display: none;
}

.scrolltop:hover {
    color: #ff9c5c;
}

/*---Flexbox----------------------------------------------------------------------------- */

.flex-around, .flex-between, .main-nav > ul, .flex-center, .btn, .fab, .main-nav ul a, .awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav > ul li ul.sub-menu, .flex-start, .flex-end, .item .number, .header-flex, .widget.widget_nav_menu ul {
    display: flex;
    align-items: center;
}

.flex-around {
    justify-content: space-around;
}

.flex-between, .main-nav > ul {
    justify-content: space-between;
}

.flex-center, .btn, .fab, .main-nav ul a, .awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav > ul li ul.sub-menu, .item .number {
    justify-content: center;
}

.flex-start, .main-nav > ul li ul.sub-menu {
    justify-content: flex-start;
}

.flex-end, .header-flex, .widget.widget_nav_menu ul {
    justify-content: flex-end;
}

.wrap {
    flex-wrap: wrap;
}

.stretch {
	align-items: stretch;
}

.gap-10 {
    gap: 10px;
}

.gap-20, .header-flex {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.item {
    position: relative;
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 2px;
}

.x2 {
    width: 50%;
}

.x3 {
    width: calc(100% / 3);
}

.x4 {
    width: 25%;
}

.gap-10 .x2 {
    width: calc(50% - 5px);
}

.gap-10 .x3 {
    width: calc((100% - 20px) / 3);
}

.gap-10 .x4 {
    width: calc((100% - 30px) / 4);
}

.gap-20 .x2 {
    width: calc(50% - 10px);
}

.gap-20 .x3 {
    width: calc((100% - 40px) / 3);
}

.gap-20 .x4 {
    width: calc((100% - 60px) / 4);
}

.gap-30 .x2 {
    width: calc(50% - 15px);
}

.gap-30 .x3 {
    width: calc((100% - 60px) / 3);
}

.gap-30 .x4 {
    width: calc((100% - 90px) / 4);
}

.item .icon, .item .number {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}

/*---Kadence-Blocks---------------------------------------------------------------------- */

.wp-block-kadence-rowlayout :is(.kt-row-layout-inner, .kt-row-column-wrap, .wp-block-kadence-column, .kt-inside-inner-col) {
    height: 100% !important;
}

.wp-block-kadence-rowlayout .kt-row-column-wrap {
	max-width: 1280px;
	margin: 0 auto;
}

.wp-block-kadence-iconlist ul {
    margin: 0 !important;
}

.wp-block-kadence-accordion .kt-accordion-header-wrap .kt-blocks-accordion-header {
	cursor: pointer;
	box-shadow: 0px 0px 12px 0px rgba(66, 66, 66, 0.2);
}

.kb-button {
	padding: 0 !important;
	width: 220px !important;
	height: 50px !important;
}

/*---Basic-Typography-------------------------------------------------------------------- */

h1, h2, h3, h4, .popup-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
}

h1 {
    font-size: 4.8em;
    line-height: 1.1;
    margin: 0;
}

h2 {
	font-size: 2em;
    line-height: 1.2;
    margin: 0;
}

h3, .popup-title {
	font-size: 1.3em;
    line-height: 1.3;
    margin: 0;
}

h4 {
	font-size: 1.1em;
    margin: 0;
}

.page-title {
    margin: 15px 0 40px;
    padding: 0 20px;
    font-size: 2.2em;
}

.popup-title {
    margin: 0 0 30px;
    text-align: center;
}

a {
    position: relative;
    transition: all .3s;
    color: #336aea;
}

a:hover {
    color: #5c88ee;
}

p, label {
    margin: 0;
}

.weight-300 {
    font-weight: 300;
}

/*---Header------------------------------------------------------------------------------ */

header {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 90px;
    transition: all .3s;
    z-index: 5;
}

header.animate {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(66,66,66,.1);
}

header .wrapper {
    padding: 0 20px;
}

.logo {
    width: 260px; height: 100%;
}

.header-flex {
    width: calc(100% - 260px);
}

.header-title {
	font-family: 'Montserrat', sans-serif;
	padding-left: 10px;
	font-size: 32px;
	letter-spacing: .03em;
}

/*---Navigation--------------------------------------------------------------------------- */

.main-nav {
	margin: 0 0 0 auto;
    width: fit-content
}

.main-nav ul, .main-nav > ul li ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav ul {
    width: fit-content
}

.main-nav > ul > li, .widget.widget_nav_menu ul li {
    position: relative;
    flex-grow: 1;
    margin-left: 26px;
}

.main-nav ul a, .widget.widget_nav_menu ul a {
	color: currentColor;
    font-size: 1.2em;
}

.main-nav ul:not(.sub-menu) > li > a:hover, .main-nav ul li.current-menu-item > a, .main-nav ul li.current-post-parent > a, .widget.widget_nav_menu ul li a:hover, .widget.widget_nav_menu ul li.current-menu-item > a {
    text-decoration: underline !important;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span {
    position: relative;
    padding-right: 15px;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
 	content: '\f078';
    font-size: 12px;
    padding-top: 2px;
}

.main-nav > ul li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	flex-direction: column;
	transition: all .3s;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    border: 1px solid #ececec;
}

.main-nav > ul li:hover ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.main-nav > ul li ul.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.main-nav > ul li ul.sub-menu li:last-of-type {
    border-bottom: 0;
}

.main-nav > ul li ul.sub-menu li a {
	width: 100%;
	justify-content: flex-start;
	text-align: left;
	padding: 10px 20px;
    color: #404756;
    border-left: 3px solid transparent;
}

.main-nav > ul li ul.sub-menu li a:hover {
    background: #fafafa;
}

.menu-toggle, .menu-close {
    display: none !important;
}

.lang-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
    cursor: pointer;
}

.lang-nav ul:not(.sub-menu) {
    position: relative;
}

.lang-nav .pll-parent-menu-item {
	position: relative;
	padding-right: 20px;
	width: 40px;
}

.lang-nav .pll-parent-menu-item::after {
	position: absolute;
	right: 0;
	top: 0;
	content: '▼';
	width: 20px;
	display: flex;
	align-items: center;
	font-size: 11px;
	justify-content: center;
	height: 100%;
	color: #336aea;
}

.lang-nav ul.sub-menu {
	border: 1px solid #eaeaea;
	position: absolute;
	background: #fff;
	padding: 8px;
	transition: all .3s;
	box-shadow: 0 1px 4px rgba(66,66,66,.1),0 5px 10px rgba(66,66,66,.1);
    opacity: 0;
    pointer-events: none;
    border-radius: 6px;
}

.lang-nav:hover ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.lang-nav a {
    color: #575a62;
}

.lang-nav a:hover {
    color: #336aea;
}

.widget.widget_nav_menu {
    margin: 0 0 0 auto !important;
    width: fit-content;
}

.widget.widget_nav_menu ul {
	margin: 0;
    padding: 0;
	list-style: none;
}

/*---Custom-CSS-------------------------------------------------------------------------- */

.options-table .kt-row-column-wrap {
	grid-template-columns: 70% 15% 15% !important;
}

.kt-accordion-panel-inner p {
    font-weight: 300;
}

.wp-block-video {
	box-sizing: border-box;
	z-index: 2;
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
    max-width: 320px;
}

.wp-block-video:after {
	content: '';
	background: url('https://summarizerapp.com/wp-content/uploads/video-frame.png') no-repeat center;
    background-size: contain;
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}

.wp-block-video:before {
	content: '';
	display: block;
	padding-bottom: 203%;
}

.wp-block-video video {
	border-radius: 34px;
	position: absolute;
	top: 12px;
	left: 12px;
	max-width: calc(100% - 24px);
	max-height: calc(100% - 15px);
}

.home-03 .wp-block-kadence-icon {
	gap: 320px !important;
}

.anim-01 {
	transition: all .4s ease-in .5s;
	opacity: 0;
}

.anim-02 {
	transition: all .4s ease-in .7s;
	opacity: 0;
}

.anim-03 {
	transition: all .4s ease-in .9s;
	opacity: 0;
}

.anim-04 {
	transition: all .4s ease-in 1.1s;
	opacity: 0;
}

.home-03, .home-06 {
	transition: transform .4s ease-in .4s;
	opacity: 0;
    transform: translatey(90px);
}

:is(.home-01, .home-04) .anim-01 {
	transform: translatex(90px);
}

:is(.home-01, .home-04) .anim-02 {
	transform: translatex(120px);
}

:is(.home-01, .home-04) .anim-03 {
	transform: translatex(150px);
}

:is(.home-01, .home-04) .anim-04 {
	transform: translatex(180px);
}

:is(.home-02, .home-05) .anim-01 {
	transform: translatex(-90px);
}

:is(.home-02, .home-05) .anim-02 {
	transform: translatex(-120px);
}

:is(.home-02, .home-05) .anim-03 {
	transform: translatex(-150px);
}

:is(.home-02, .home-05) .anim-04 {
	transform: translatex(-180px);
}

.animate .anim-01, .animate .anim-02, .animate .anim-03, .animate .anim-04 {
	opacity: 1;
	transform: translatex(0) !important;
}

.home-03.animate, .home-06.animate {
	opacity: 1;
	transform: translatey(0) !important;
}

.app-buttons {
	max-width: 580px;
	margin: 40px auto 0;
}

/*---Footer------------------------------------------------------------------------------ */

footer {
    position: relative;
	width: 100%;
	margin: 0 auto;
 	overflow: hidden;
	color: #fff;
    background: #333236;
    padding: 18px 0;
}

footer a {
    color: #fff;
}

/*---Pages------------------------------------------------------------------------------- */

.sec-page {
    min-height: 100vh;
    height: 100%;
    padding-top: 90px;
    background: #fcfcfc;
}

.sec-page article {
	box-shadow: 0px 1px 4px rgba(66,66,66,0.1),0px 5px 10px rgba(66,66,66,0.15);
    width: 100%;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 60px !important;
}

.sec-404 {
    min-height: calc(100vh - 70px);
    text-align: center;
}

/*---Loop-------------------------------------------------------------------------------- */

.loop-wrapper {
    padding: 0 20px;
}

.loop-post {
	box-shadow: 0px 1px 4px rgba(66,66,66,0.1),0px 5px 10px rgba(66,66,66,0.15);
	border-radius: 12px;
	overflow: hidden;
    color: #333236 !important;
    background: #fff;
}

.loop-post .content {
    padding: 20px;
}

.loop-post h3 {
	color: currentColor;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 55px;
}

.loop-post .content p {
	font-weight: 300;
	color: #575a62;
}

.loop-post .content time {
	display: block;
	font-size: 14px;
	padding: 7px 0;
	color: #336aea;
}

.wp-pagenavi {
    width: 100%;
    margin-top: 30px;
}

.wp-pagenavi span, .wp-pagenavi a {
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 42px;
	padding: 0 6px;
	margin: 0 5px 0 0;
	background: #fff;
	box-shadow: 0px 1px 2px rgba(66,66,66,0.1),0px 2px 5px rgba(66,66,66,0.1);
	border-radius: 6px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #336aea;
    color: #fff;
}

.wp-pagenavi span.pages {
    display: none;
}

/*---Posts------------------------------------------------------------------------------- */

.single-post article {
    margin: 0 20px;
    width: calc(100% - 40px);
}

/*---Editor-Styles----------------------------------------------------------------------- */

article a {
    text-decoration: underline !important;
}

article :is(a.btn, a.kb-gallery-item-link, .kt-tabs-title-list li a) {
    text-decoration: none !important;
}

article .kt-tabs-title-list li a {
    text-decoration: none !important;
}

article .wp-block-separator {
	border: 0;
	border-top: 1px solid #ececec;
}

article :is(p, h2, h3, h4, .wp-block-image, .wp-block-kadence-iconlist, .wp-block-kadence-tabs, .wp-block-kadence-accordion) {
    margin: 0 0 20px !important;
}

article > ul, article > ol {
    margin: 0 0 20px !important;
}

.wp-block-table thead {
	border-bottom: 1px solid #d1d1d1 !important;
    color: #336aea !important;
}

.wp-block-table tr {
    transition: all .3s;
}

.wp-block-table tr td {
    padding: 8px 6px;
    border: 0;
}

.wp-block-table tr th {
	padding: 8px 6px 20px;
	border: 0;
}

.wp-block-table tr td:nth-of-type(n+2) {
	width: 220px !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.wp-block-table tr td:nth-of-type(1) {
	padding-left: 60px !important;
}

article > *:last-child, .wp-block-image, article .wp-block-separator, article .btn p, .wp-block-table {
    margin: 0 !important;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 10px 20px !important;
}

.wp-block-embed {
    width: 100%;
}

.wp-block-embed__wrapper {
	padding-bottom: 56.25% !important;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

article p, 
article ul,
article ol {
    font-weight: 300;
    color: #575a62;
}

/*---Popup------------------------------------------------------------------------------- */

.btn {
    position: relative;
	width: 100%;
	max-width: 220px;
	height: 42px;
	cursor: pointer;
	transition: all .3s;
	margin: 0 auto;
	border-radius: 6px;
	background: #336aea;
	color: #fff !important;
}

.btn:hover {
    background: #5c88ee;
}

.btn:after {
	content: '';
	position: absolute;
	left: -140px;
	top: 0;
	bottom: 0;
	width: 140px;
	background: linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);
	transform: skewx(-27deg);
	pointer-events: none;
	transition: left 0s;
}

.btn:hover::after {
	left: 280px;
	transition: all .5s;
}

.btn.align-left {
    margin-left: 0;
}

.btn.align-right {
    margin-right: 0;
}

.btn.wide {
    max-width: 100%;
}

.backdrop {
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: rgba(0,0,0,.75);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity .3s;
}

.backdrop.animate {
    opacity: 1;
    pointer-events: auto;
}

.ims-popup {
	position: fixed;
	left: 50%; top: 50%;
	transform: translatex(-50%) translatey(-50%) scale3d(1.1, 1.1, 1);
	width: 100%;
 	max-width: 768px;
	background: rgba(255,255,255,.95);
	z-index: 11;
	padding: 50px 10px;
    opacity: 0;
    transition: all .3s;
    flex-direction: column;
    border-radius: 2px;
}

.ims-popup.animate {
	opacity: 1;
    pointer-events: auto;
 	transform: translatex(-50%) translatey(-50%) scale3d(1, 1, 1);
}

.ims-popup, .ims-popup * {
    pointer-events: none !important;
}

.ims-popup.animate, .ims-popup.animate * {
    pointer-events: auto !important;
}

.popup-close {
	position: absolute;
	right: 0; top: 0;
	height: 30px; width: 30px;
 	cursor: pointer;
    z-index: 20;
}

.popup-close:before {
	display: flex;
	justify-content: center;
 	align-items: center;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	color: #333236;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 20px;
    content: '\f00d';
    transition: all .3s ease;
}

.popup-close:hover:before {
	color: #777;
}
/*---Forminator-------------------------------------------------------------------------- */

.forminator-custom-form {
	max-width: 480px;
    margin: 0 auto !important;
}

.forminator-button.forminator-button-submit {
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 42px !important;
	width: 100% !important;
	box-shadow: none !important;
    font-size: 1rem !important;
    transition: all .3s !important;
    border-radius: 6px !important;
}

.forminator-response-message {
	border-radius: 0 !important;
	padding: 10px 16px !important;
}

.forminator-response-message .screen-reader-only, .forminator-edit-module {
    display: none !important;
}

/*---Adaptive-Design--------------------------------------------------------------------- */

@media only screen and (max-width: 1080px) {
.menu-toggle, .menu-close {
	display: flex !important;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

.menu-toggle {
	font-size: 22px;
	transition: all .3s;
}

.menu-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	z-index: 10;
}

.main-nav ul {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -60%;
	right: 0;
	flex-direction: column;
    justify-content: center;
	align-items: center;
	padding: 0;
	background: rgba(255,255,255,.95);
	z-index: 2;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
    width: 100%;
}

.main-nav ul.animate {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}

.main-nav ul li {
    flex-grow: 0;
    transform: translatex(-50%);
    opacity: 0;
}

.main-nav ul li:nth-of-type(1) {
    transition: all .3s ease-in .2s;
}

.main-nav ul li:nth-of-type(2) {
    transition: all .3s ease-in .3s;
}

.main-nav ul li:nth-of-type(3) {
    transition: all .3s ease-in .4s;
}

.main-nav ul li:nth-of-type(4) {
    transition: all .3s ease-in .5s;
}

.main-nav ul li:nth-of-type(5) {
    transition: all .3s ease-in .6s;
}

.main-nav ul li:nth-of-type(6) {
    transition: all .4s ease-in .7s;
}

.main-nav ul.animate li {
    transform: translatex(0);
    opacity: 1;
}

.main-nav ul a {
    font-size: 1.6em;
    margin: 6px 0;
    padding: 6px 32px;
}

:is(.home-01, .home-04) .kt-row-column-wrap {
    grid-template-columns: minmax(0, 35%) minmax(0, 65%) !important;
}

.home-02 .kt-row-column-wrap {
    grid-template-columns: minmax(0, 65%) minmax(0, 35%) !important;
}

.home-03 .wp-block-kadence-icon {
	gap: 220px !important;
}
}

@media only screen and (max-width: 768px) {
:is(.home-01, .home-02, .home-04) .kt-row-column-wrap {
    grid-template-columns: minmax(0, 1fr) !important;
}

:is(.home-02, .home-05) .anim-01 {
	transform: translatex(90px);
}

:is(.home-02, .home-05) .anim-02 {
	transform: translatex(120px);
}

:is(.home-02, .home-05) .anim-03 {
	transform: translatex(150px);
}

:is(.home-02, .home-05) .anim-04 {
	transform: translatex(180px);
}

.loop-post.x3 {
    width: calc(50% - 10px);
}

.page-title {
	font-size: 1.6em;
}

.wp-block-video {
	margin: 0 auto !important;
	width: 100%;
}

.home-03 .kt-row-column-wrap {
	display: flex;
    align-items: stretch;
	flex-wrap: wrap;
}

.home-03 .kt-row-column-wrap > * {
    width: calc(50% - 10px);
    height: auto !important;
}

.home-03 .kt-row-column-wrap > *.summary {
    width: 100%;
}

.home-03 .kt-inside-inner-col {
    height: 100%;
}

.wp-block-table tr td:nth-of-type(1) {
	padding-left: 6px !important;
}

.wp-block-table tr td:nth-of-type(n+2) {
	width: 80px !important;
}
}

@media only screen and (max-width: 640px) {
body {
    font-size: 14px;
}

.logo {
    display: none;
}

.header-flex {
    width: 100%;
}

p br {
    display: none;
}

footer br {
    display: block;
}

.options-table .kt-row-column-wrap {
	grid-template-columns: 50% 25% 25% !important;
}

header {
    height: 60px;
}

header.animate {
	background: transparent;
	box-shadow: none;
}

footer .wp-block-image.size-full.is-resized {
	width: fit-content;
	margin: 0 auto !important;
}

.widget.widget_nav_menu {
	margin: 0 auto !important;
}

.widget.widget_nav_menu ul {
    justify-content: space-between
    margin-left: -26px;
}

.home-03 .kt-row-column-wrap > *:not(.summary) p {
    display: none;
}

.home-03 .kt-row-column-wrap > .summary {
	max-width: 260px;
	margin: -60px auto;
	position: relative;
	z-index: 2;
}
}

@media only screen and (max-width: 480px) {
.wp-block-video {
	max-width: 220px;
}

.wp-block-video video {
	border-radius: 20px;
	top: 10px;
	left: 10px;
	max-width: calc(100% - 20px);
	max-height: calc(100% - 15px);
}

.loop-post.x3 {
    width: 100%;
}

.kt-blocks-accordion-header {
	font-size: 16px !important;
	line-height: 22px !important;
}
}

@media only screen and (max-width: 360px) {

}
