/*!
Theme Name: vixi
Theme URI: https://graphics.pp.ua/
Author: Underscores.me
Author URI: http://graphics.pp.ua/
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.3
License: 
License URI: 
Text Domain: vixi
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vixi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

.post-thumbnail{
    display:none;
}


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root {}

html {
    -webkit-text-size-adjust: 100%;
    height: 100%;
    width: 100%;
    display: table;
    margin: 0px !important;
    padding: 0px;
    background-color: #000;
    font-size: 24px;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */



body {
    font-family: "Montserrat",Roboto,Arial,sans-serif;
    width: 100%;
    display: table;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {}


/**
 * Add the correct font size in all browsers.
 */

small {}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {}

sub {}

sup {}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Montserrat", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    font-family: -apple-system, BlinkMacSystemFont, "Montserrat", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {}


/**
 * Correct the padding in Firefox.
 */

fieldset {}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {}

.menu-item a {
    color: #FF6600
}

.entry-title,
.main-subtitle {
    color: #0c2340;
}

h1 {
    font-weight: 900;
    font-size: 1.5em;
    width: 100%;
    line-height: 1.5rem;
    box-sizing: border-box;
    margin: 0;
}

h2 {
    font-size: 1em;
    font-weight: 600;
    margin: 0rem 0rem 0rem 0rem;
}

h3 {
    font-weight: 500;
    font-size: 0.4rem;
    line-height: 0.5rem;
    padding: 0rem 0rem 0rem 0rem;
    box-sizing: border-box;
    margin: 0px;
    text-align: center;
}

h4 {}

h5 {
    font-weight: 600;
    font-size: 0.30em;
    line-height: 1.4em;
    box-sizing: border-box;
    margin: 0rem;
    color: #0c2340;
}

h6 {}

p {
    font-weight: 500;
    font-size: 0.5em;
    line-height: 1.5em;
    box-sizing: border-box;
    margin: 0rem;
}

.thin {
    font-weight: 400;
    display: table;
    width: 100%;
    font-family: 'Caveat', cursive;
    box-sizing: border-box;
}

figcaption{
    color: #fff;
    font-family: 'Caveat', cursive;
    text-align: center;
}

.white {
    color: #ffffff;
}

.caps {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    max-width: 100%;
    overflow: auto;
    font-family: "Montserrat",Roboto,Arial,sans-serif;
    margin: 0;
}

code,
kbd,
tt,
var {}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {}

.site-header {
    display: table;
}

.site-branding {
    padding: 1rem;
}

.logo {
    background-image: url("img/GraphicsLogo.svg");
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0rem 0rem;
    box-sizing: border-box;
}

.site-description {
    display: table;
    width: 100%;
    border-top: 0px #676767 solid;
    padding: 0rem 1rem 1.5rem 1rem;
}

.site-description h5 {
    /*border-top: 1px #ffcc99 solid;*/
    padding: 2rem 0rem 0rem 0rem;
}

.site-main {}

.entry-header {
    padding: 1rem 1rem 0rem 1rem;
}

.ico-box {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 8px solid #676767;
    padding: 0;
    background-color: #ffffff00;
}

#second,
#third {
    padding: 2rem 1rem 2rem 1rem;
    display: table;
    width: 100%;
    margin: 0rem 0rem 2rem 0rem;
}

#footer {
    padding: 2rem 1rem 2rem 1rem;
    display: table;
    width: 100%;
}

.site-info {
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #fff;
}

.ten {
    color: #170c40;
}

#third h1 {
    color: #40170c;
}

#third #portfolio {
    background-color: #40170c;
    color: #fff;
}

.web-title,
#webdesign h3 {
    color: #3a0c40;
}

#webdesign #buy {
    background-color: #3a0c40;
    color: #fff;
}

.pack-title,
#package h3 {
    color: #24400c;
}

#package #buy {
    background-color: #24400c;
    color: #fff;
}

.adwords-title,
#adwords h3 {
    color: #400c23;
}

#adwords #buy {
    background-color: #400c23;
    color: #fff;
}

.landing-title,
#landingpage h3 {
    color: #40390c;
}

#landingpage #buy {
    background-color: #40390c;
    color: #fff;
}

.banners-title,
#banners h3 {
    color: #0c4016;
}

#banners #buy {
    background-color: #0c4016;
    color: #fff;
}

.site-info {
    color: #0c403a;
    background-image: url(img/tap.webp);
    background-size: 140%;
    background-position: 0rem 48.7rem;
    }

#footer h2,
#footer h3 {
    color: #0c403a;
    text-align: center;
}

#second h3 {}

hr {
    border: 0;
    background-color: #9a9a9a;
    height: 1px;
    margin: 1rem auto 1rem auto;
    width: 25%;
}

#second hr,
#footer hr {}

#mainBanner {
    padding: 0rem 1rem 1rem 1rem;
}

#adwords {}

#webdesign {}

#landingpage {}

#package {}

#banners {}

.buy-box {
    padding: 0rem 0rem 0.5rem 0rem;
    display: table;
    width: 100%;
}

.price-box {
    display: table;
    margin: 0.9rem 0rem 0rem 1rem;
    float: right;
}

.pre,
.digit h2,
.uah {
    display: table;
    float: left;
    box-sizing: border-box;
}

.digit h2 {
    margin: 0rem 0rem 0rem 0rem;
}

.pre {
    
}

.pre h3 {
    line-height: 0em;
    font-weight: 500;
}

.uah h3 {
    line-height: 0.5em;
    font-weight: 500;
}

.uah {
    font-style: italic;
    padding: 0.3rem 0rem 0rem 0.1rem;
    font-weight: 500;
}

#buy {
    display: table;
    height: 1.5rem;
    margin: 1.5rem auto 1rem;
    border-radius: 24px;
    border: 0px #fff solid;
    padding: 0px;
    /*box-shadow: 0px 8px 30.3px #ff6600cf;*/
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03rem;
    font-size: 0.4em;
    padding: 0rem 0rem;
    width: 100%;
    line-height: 1.5rem;
    text-align: center;
    text-decoration: none;
}

#bord-buy {
    display: table;
    height: 2rem;
    border-radius: 2rem;
    border: 0px #fff solid;
    float: none;
    box-shadow: 0px 8px 30.3px #ff6600cf;
	background-color: #ff6600cf;
	color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03rem;
    font-size: 0.6em;
    padding: 0rem 0rem;
    /*width: 25%;*/
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    margin: 0rem auto 3rem;
	padding: 0rem 1rem;
}


#portfolio,
#rezume {
    width: 100%;
    height: 1.5rem;
    color: #ffffff;
    border-radius: 24px;
    border: 0px #ffffff solid;
    padding: 0px;
    box-shadow: 0px 19px 30.3px #bd8b59;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03rem;
    font-size: 0.4em;
    text-decoration: none;
    text-align: center;
    line-height: 1.5rem;
    display: table;
}

.archive .page-title, .single-post .post-thumbnail,
.byline,
.archive .entry-content,
.byline, .page .post-thumbnail{
    display: none;
}

#post-769 .entry-header {
    display: none;
}

.cat-links {
    width: 50%;
    display: none;
    float: left;
    margin: 0rem 0rem 0.5rem 0rem;
}

.comments-link {
    display: table;
    float: right;
}

.tags-links {
    width: 100%;
    display: none;
    margin: 0.5rem 0rem 0rem 0rem;
}

.post-thumbnail img {
    display: block;
}

.published {
    margin: 0.5rem 0rem 0rem 0rem;
    display: table;
    font-style: italic;
}

.tags-links a {
    text-decoration: none;
    display: table;
    margin: 0rem 0.5rem 0.5rem 0rem;
    border-radius: 24px;
    border: 1px #ff6600 solid;
    float: left;
    background-color: #fff;
    /* box-shadow: 0px 8px 30.3px #ff6600cf; */
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.2rem 0.3rem;
    line-height: 0.6rem;
}

.entry-footer,
.post-navigation {
    font-size: 0.5em;
    padding: 0rem 1rem 0rem 1rem;
}

.comments-link {
    display: none;
}

.entry-meta {
    display: none;
}

.posted-on {
    font-size: 0.5em;
}

.post-thumbnail {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0;
    display: table;
    box-sizing: border-box;
    width: 100%;
}

.comments-title {
    display: none;
}

.comment-list,
.comment-list li {
    list-style: none;
}

.comment-author,
.comment-metadata {
    font-size: 0.5em;
}

.comment-metadata a {
    font-size: 0.3rem;
}

.reply {
    width: 100%;
    display: table;
}

.reply .comment-reply-link {
    float: right;
    display: table;
    font-size: 0.5em;
}

.comment-body {
    /* background-color: #ffcc99; */
    border-radius: 12px;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 0rem 0rem 0.5rem 0rem;
    border: 0.05rem solid #ffcc99;
}

.comment-metadata a {
    color: #676767;
    text-decoration: none;
    font-weight: 400;
    font-style: italic;
}

.post-navigation {
    display: none;
}

.wp-block-image {
    margin: 0;
    padding: 0rem;
}

.edit-link {
    display: none;
}

.wp-block-columns {
    margin: 0;
}

#comments {
    padding: 1rem 1rem 1rem 1rem;
}

ul,
ol {}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {}

dd {}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {}

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

.post-192 img {
    width: 70%;
    margin: auto;
}


figure {}

table {}


/* Links
--------------------------------------------- */

a {
    font-weight: 600;
}

a:visited {}

a:hover,
a:focus,
a:active {}

a:focus {}

a:hover,
a:active {}


/* Forms
--------------------------------------------- */

input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {}

select {}

textarea {}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation {
    display: table;
    width: 100%;
    float: right;
    position: absolute;
    top: 0rem;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
    animation: myBig 0.5s ease 0s 1 normal forwards;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

#primary-menu .active_language a {
    color: #fff;
}


/* Small menu. */

.menu-toggle {
    display: block;
    float: right;
    margin: 1rem 1rem 0rem 0rem;
    right: 0rem;
}

.menu-toggle:focus {
    outline: none;
}

@keyframes myBig {
    0% {
        transform: scale(0.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes myRotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes myWidth {
    0% {
        transform: scaleX(0.25);
        transform-origin: 100% 100%;
    }
    100% {
        transform: scaleX(1);
        transform-origin: 100% 100%;
    }
}

@keyframes myWidthRight {
  0% {
    transform: scaleX(0.4);
    transform-origin: 0% 0%;
  }

  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.post,
.page {}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {}

.page-links {
    clear: both;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.widget {}

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/* Captions
--------------------------------------------- */

.wp-caption {}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {}

.wp-caption-text {}


/* Galleries
--------------------------------------------- */

.gallery {
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
}

.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;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

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

.screen-reader-text:focus {
    clip: auto !important;
    clip-path: none;
    display: block;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    /*rtl:ignore*/
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
}

.aligncenter {
    clear: both;
    display: block;
}

#comment {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #ffcc99;
}

p.comment-notes {
    font-weight: 600;
    font-size: 0.30em;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment {
    margin: 0.5rem 0rem 0.5rem 0rem;
}

#reply-title {
    font-weight: bolder;
}

.comment-form-author,
.comment-form-email {
    display: table;
    width: 100%;
}

.comment-form-author label,
.comment-form-email label {
    /*line-height: 2.4em;*/
    display: none;
}

.comment-form-author input,
.comment-form-email input {
    text-decoration: none;
    height: 1.5rem;
    display: table;
    margin: 0rem 0rem 0.5rem 0rem;
    border-radius: 24px;
    border: 0.05rem solid #ffcc99;
    float: right;
    background-color: #fff;
    /* box-shadow: 0px 8px 30.3px #ff6600cf; */
    letter-spacing: 0rem;
    padding: 0.2rem 0.8rem;
    line-height: 0.6rem;
    width: 100%;
}

:focus-visible {
    outline: 0px solid #fff;
}

.comment-form-url {
    display: none;
}

.form-submit #submit {
    width: 100%;
    height: 1.5rem;
    margin: 0rem 0rem 0rem 0rem;
    border-radius: 24px;
    border: 1px #ff6600 solid;
    padding: 0px;
    background-color: #ffcc99;
    /* box-shadow: 0px 8px 30.3px #ff6600cf; */
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.03rem;
    font-size: 0.8em;
}

#comment {
    padding: 0.5rem;
}

#respond {
    padding: 0rem 0rem 1rem 0rem;
}

#reply-title small {
    float: right;
}

#reply-title small a {
    font-size: 1.2em;
}

.archive .entry-header {
    display: none;
}

.single-post .entry-content {
    background-color: #000;
}

/*coming soon*/
.menu-item-501 a{
    color: #b7b7b7;
}

.search-form, .widget_recent_entries, .widget_categories, .widget_archive, .widget_tag_cloud{
    display: none;
}

@keyframes preloader {
  100% { transform: scale(1.2); }
}	


@keyframes AnimRotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}


@media (min-width: 280px) {


    h1 {
        font-size: 0.9rem;
        line-height: 1.1rem;
        text-align: center;
    }
    h2 {
        font-size: 0.5rem;
        padding-bottom: 0.5rem;
    }
    h3 {
        font-weight: 400;
        font-size: 0.5rem;
        line-height: 0.7rem;
    }    
    #primary-menu .active_language a {
        color: #676767;
    }
    .ico-box {
        width: 18px;
        height: 18px;
        border-radius: 6px;
        border: 5px solid #676767;
        padding: 0;
        background-color: #ffffff00;
    }
    .toggled .menu-toggle {
        width: 1rem;
        height: 1rem;
        padding: 0;
        /*animation: myWidth 0.5s ease 0s 1 normal forwards;*/
        background-image: url("img/CloseButton.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        animation: AnimRotate 1s ease 0s 1 normal none;
        
    }
    .main-navigation.toggled ul {
        display: table;
        position: relative;
        z-index: 2;
        height: 100vh;
        padding: 2.6rem 1rem 1rem 1rem;
        width: 100%;
        box-sizing: border-box;
    }
    .menu-main-menu-container {
        position: fixed;
        z-index: 1;
        backdrop-filter: blur(4px);
        background-color: #ffffffee;
    }
    #primary-menu li {
        width: 33%;
        float: left;
        font-weight: 500;
        font-size: 0.37rem;
        text-align: center;
        box-sizing: border-box;
        margin: 0em 0em 0em 0em;
        /*border: 1px solid #fff;*/
    }
    #primary-menu li a {
        width: 2.5rem;
        height: 2.5rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        padding: 2.5rem 0rem 0rem 0rem;
        margin: 0rem auto 1rem;
    }
    a {
        color: #ff6600;
    }
    #menu-item-101 a {
        background-image: url("img/VixiRusButton.svg");
    }
    #menu-item-102 a {
        background-image: url("img/VixiEngButton.svg");
    }
    #menu-item-100 a {
        background-image: url("img/VixiUkrButton.svg");
    }
    #menu-item-249 a {
        background-image: url("img/VixiPortfolioButton.svg");
    }
    #menu-item-1432 a {
        background-image: url("img/VixiPortfolioButton.svg");
    }
    #menu-item-496 a {
        background-image: url("img/VixiMailButton.svg");
    }
    #menu-item-497 a {
        background-image: url("img/VixiViberButton.svg");
    }
    #menu-item-498 a {
        background-image: url("img/VixiSkypeButton.svg");
    }
    #menu-item-499 a {
        background-image: url("img/VixiTelegramButton.svg");
    }
    #menu-item-500 a {
        background-image: url("img/VixiCallButton.svg");
    }
    #menu-item-501 a {
        background-image: url("img/VixiShopButton.svg");
    }
    #menu-item-506 a {
        background-image: url("img/VixiPaymentButton.svg");
    }
    #menu-item-760 a {
        background-image: url("img/VixiWatsAppButton.svg");
    }
    .digit h2 {
        font-size: 1.1rem;
        font-weight: 400;
    }
    .price-box {
        margin: 0.7rem 0rem 0rem 0rem;
    }
    .logo {
        height: 1rem;
    }
    .post .entry-header {
        padding: 0rem 1rem 0rem 1rem;
    }
    .tags-links {
        padding: 0rem 0rem 0rem 0rem;
    }
    #comments {
        padding: 0rem 1rem 1rem 1rem;
    }
    .site-branding {
        padding: 0.7rem 1rem 0rem 1rem;
        background-color: #ffffffb3;
        backdrop-filter: blur(4px);
        position: fixed;
        z-index: 2;
        width: 100%;
        height: 2.15rem;
        /*box-shadow: -7px -13px 9px 7px #000000;*/
    }
    .site-branding a {
        width: 30%;
        height: 1rem;
        display: block;
        margin: auto;
    }
    /*.menu-toggle {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 0.5rem;
        border: 0px solid #ffcc99;
        padding: 0;
        margin: 0.85rem 1rem 0rem 0rem;
        z-index: 2;
        position: fixed;
        background: linear-gradient(45deg, #ffcc99, #ff6600, #ffcc99);
        background-size: 800%;
        animation: glowing 120s linear infinite;
        transition: opacity 100s ease-in-out;
    }*/
    .menu-toggle {
        width: 0.7rem;
        height: 0.7rem;
        padding: 0;
        margin: 0.6rem 0.6rem 0rem 0rem;
        z-index: 2;
        position: fixed;
        background-image: url("img/MenuButton.svg");
        border: 0px solid #ffcc99;
        background-size: 100%;
        background-repeat: no-repeat;
        animation: preloader .6s ease-in-out alternate .2s infinite;
    }
    
    
    .menu-logo {
        position: fixed;
        top: 0.7rem;
        left: 1rem;
        z-index: 2;
        background-image: url("img/vixiLogo.svg");
        height: 1.2rem;
        width: 3.3rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        padding: 0px;
        box-sizing: border-box;
        display: none;
    }
    .archive .entry-footer {
        display: none;
    }
    .archive .site-main {
        padding: 0rem 0rem 0rem 0rem;
    }
    .tags-links a {
        text-decoration: none;
        display: table;
        margin: 0rem 0.2rem 0.2rem 0rem;
        border-radius: 24px;
        border: 1px #ff6600 solid;
        float: left;
        background-color: #fff;
        /* box-shadow: 0px 8px 30.3px #ff6600cf; */
        font-weight: 600;
        letter-spacing: 0rem;
        padding: 0.1rem 0.2rem;
        line-height: 0.3rem;
        font-size: 0.3rem;
    }
    #respond h3 {
        font-size: 0.3rem;
    }
    .single-post .wp-block-image, .single-post .wp-block-video{
        padding: 0rem 1rem 0rem 1rem;
        border-radius: 1rem;
    }
    .single-post .wp-block-image figure{
        border-radius: 1rem;
    }    
    .single-post .wp-block-video video{
        border-radius: 1rem;
    }
    .wp-block-image img {
        display: block;
    }
    .entry-header {
        padding: 0rem 1rem 0rem 1rem;
    }
    .size-large img {
        padding: 0rem 0rem;
    }
    .archive .post {
        padding: 0rem 0rem;
    }
    figure.size-large {
        margin: 0;
    }
    .main-box {
        padding: 0rem 1rem 1rem 1rem;
        position: relative;
    }
    .tegline {
        padding: 0rem 1rem 2rem 1rem;
    }
    .tegline h3 {}
    .text-wrap h1 {
        margin: 0rem 0rem 10rem 0rem;
    }
    .hand-box {
        position: absolute;
        width: 150px;
        height: 150px;
        right: 1rem;
        bottom: 1rem;
    }
    .hand-like {
        background-image: url("img/Hand-Like.png");
        background-size: 100%;
    }
    .hand-arrow {
        background-image: url("img/Hand-Arrow.png");
        background-size: 100%;
    }
    #footer {
        background-image: url("img/tap.webp");
        background-size: 167%;
        background-position: -3.7rem 0rem;
        padding: 2rem 1rem 11rem 1rem;
    }
    .last-works {
        background-image: url("img/like.webp");
        background-size: 167%;
        background-position: 15.4rem -1.2rem;
    }
    .ten-years {
        background-image: url("img/vik.webp");
        background-size: 167%;
        background-position: 15.7rem -0.4rem;
        background-position-x: 15.7rem;
        background-position-y: -0.4rem;
    }
    #footer .text-wrap {
        margin: 0rem 0rem 0rem 0rem;
    }
    #footer #rezume {
        margin: 7rem 0rem 0rem 0rem;
    }
    .wp-block-post-terms {
        display: table;
        margin: 0.5rem auto 1rem;
        padding: 0rem 2rem 0rem 2rem;
        text-align: center;
    }
    .wp-block-post-terms a {
        font-size: 0.4rem;
        color: #ff6600;
        text-decoration: none;
    }
    .page-id-251 .entry-content {
        padding: 1rem;
    }
    .contact-box-links {
        padding: 1rem 0rem 1rem 0rem;
        display: table;
        width: 100%;
    }
    .contacts-box-link {
        width: 33%;
        float: left;
        font-weight: 500;
        box-sizing: border-box;
        margin: 0em 0em 0em 0em;
        height: 3rem;
    }
    .contacts-box-link a {
        background-size: 100%;
        width: 82%;
        height: 3.5rem;
        display: table;
        background-repeat: no-repeat;
        margin: auto;
    }
    .contacts-mail a {
        background-image: url(img/VixiMailButton.svg);
    }
    .contacts-viber a {
        background-image: url(img/VixiViberButton.svg);
    }
    .contacts-skype a {
        background-image: url(img/VixiSkypeButton.svg);
    }
    .contacts-telegram a {
        background-image: url(img/VixiTelegramButton.svg);
    }
    .contacts-watsapp a {
        background-image: url(img/VixiWatsAppButton.svg);
    }
    .contacts-phone a {
        background-image: url(img/VixiCallButton.svg);
    }
    .site-description h5 {
        padding: 2.1rem 0rem 0rem 0rem;
        text-align: center;
    }
    .archive .site-description {
        padding: 0rem 1rem 1rem 1rem;
    }
    .single-post {
        background-color: #000;
    }
    .single-post .site-branding {
        background-color: #000000b3;
    }
    .single-post .entry-title {
        color: #fff;
    }
    .single-post .site-description h5 {
        color: #fff;
    }
    .single-post .menu-main-menu-container {
        background-color: #000000ee;
    }
    .portfolio-butt{
        display: table;
        width: 100%;
    }
    .error-404 .page-content h2{
        padding: 1rem 1rem 3rem 1rem;
        text-align: center;
    }
    .wp-block-preformatted{
        color: #fff;
        font-size: 0.5rem;
        padding: 0rem 1rem 1.5rem 1rem;
        text-align: center;
        line-height: 0.8rem;
    }
    .archive-description{
        padding: 0rem 1rem 1rem 1rem;
        text-align: center;
    }
    .archive-description p{
        font-weight: 900;
        font-size: 1.7em;
        line-height: 1em;
    }
    .type-page figcaption{
        color: #000;
        font-family: 'Caveat', cursive;
        text-align: center;
        font-size: 1.2rem;
        margin: 0rem 0rem 0.5rem 0rem;
        padding: 1rem;
        line-height: 1.2rem;        
    }
    .type-page .has-text-align-center{
        text-align: center;
        font-size: 0.7rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
        line-height: 0.8rem;
    }
    .archive-description p{
        font-size: 0.9rem;
        line-height: 1.1rem;
        text-align: center;
    }
    .site-info {
        color: #0c403a;
        background-image: url(img/tap.webp);
        background-size: 167%;
        background-position: 0rem 4rem;
    }
    .wp-block-columns{
        width: 100%;
        padding: 0rem 1rem 3rem 1rem;
    }
    .wp-block-button__link{
        font-size: 0.5rem;
    	color: #000 !important;
    	background-color: #ff6600;
        display: table;
        height: 1.5rem;
        border-radius: 24px;
        border: 0px #fff solid;
        /* box-shadow: 0px 8px 30.3px #ff6600cf; */
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.03rem;
        font-size: 0.4em;
        padding: 0rem 0rem;
        width: 100%;
        line-height: 1.5rem;
        text-align: center;
        text-decoration: none;
    }
    .wp-block-buttons>.wp-block-button {
        width: 100%;
    }
    .wp-block-image figcaption {
        margin-top: .5em;
        margin-bottom: 2em
    }
    #post-1249 .post-thumbnail{
        display: none;
    }
    

}

@media (min-width: 320px) {
    h1 {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    #primary-menu li a {
        width: 3rem;
        height: 3rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        padding: 3rem 0rem 0rem 0rem;
        margin: 0rem auto 1rem;
    }
    #primary-menu li {
        width: 33%;
        float: left;
        font-weight: 500;
        font-size: 0.37rem;
        text-align: center;
        box-sizing: border-box;
        margin: 0em 0em 0em 0em;
        /*border: 1px solid #fff;*/
    }
    .ten-years {
        background-size: 142%;
        background-position: -2.6rem -1.3rem;
    }
    .last-works {
        background-size: 159%;
        background-position: -4.2rem -2.4rem;
    }
    #footer {
        background-size: 170%;
        background-position: -4.5rem -1.8rem;
    }
    .site-branding {
        padding: 0.8rem 1rem 0rem 1rem;
        height: 2.35rem;
    }
    .menu-toggle {
        margin: 0.8rem 0.8rem 0rem 0rem;
    }
    .site-description {
        padding: 0.4rem 1rem 1.5rem 1rem;
    }
    .site-description h5 {
        padding: 1.9rem 0rem 0rem 0rem
    }
    .archive .site-description {
        padding: 0.4rem 1rem 1rem 1rem;
    }
    .contacts-box-link {
        margin: 0em 0em 0.5em 0em;
    }
    h3 {
        font-size: 0.5rem;
        line-height: 0.7rem;
    }
    .wp-block-preformatted{
        font-size: 0.5rem;
        line-height: 0.8rem;        
    }
    
}

@media (min-width: 360px) {
    #second .text-wrap h1 {
        margin: 0rem 0rem 12rem 0rem;
    }
    #third .text-wrap h1 {
        margin: 0rem 0rem 12rem 0rem;
    }
    h1 {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }
    .logo {
        height: 1.7rem;
    }
    .site-description {
        padding: 0.4rem 1rem 1.5rem 1rem;
    }
    .site-description h5 {
        padding: 1.9rem 0rem 0rem 0rem;
    }
    #primary-menu li {
        width: 33%;
        float: left;
        font-weight: 500;
        font-size: 0.37rem;
        text-align: center;
        box-sizing: border-box;
        margin: 0em 0em 0em 0em;
    }
    h2 {
        font-size: 0.7rem;
        padding-bottom: 0.1rem;
    }
    #footer {
        background-size: 140%;
        background-position: -2.7rem -0.3rem;
    }
    #footer .text-wrap {
        margin: 0rem 0rem 3rem 0rem;
    }
    .ten-years {
        background-size: 140%;
        background-position: -2.7rem -0.8rem;
    }
    .last-works {
        background-size: 140%;
        background-position: -2.7rem -0.6rem;
    }
    #primary-menu li a {
        width: 3rem;
        height: 3rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        padding: 3rem 0rem 0rem 0rem;
        margin: 0rem auto 1rem;
    }
    .contacts-box-link {
        margin: 0em 0em 1.5em 0em;
    }
    .menu-toggle {
        margin: 0.8rem 0.8rem 0rem 0rem;
    }
    h3 {
        font-size: 0.5rem;
        line-height: 0.7rem;
        font-weight: 500;
    }
    .wp-block-preformatted{
        font-size: 0.5rem;
        line-height: 0.8rem;        
    }
}

@media (min-width: 375px) {
    #primary-menu li a {
        width: 3.5rem;
        height: 3.5rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        padding: 3.5rem 0rem 0rem 0rem;
        margin: 0rem auto 1rem;
    }
    .ten-years {
        background-size: 140%;
        background-position: -3rem -1.4rem;
    }
    .last-works {
        background-size: 140%;
        background-position: -3.2rem -1.2rem;
    }
    .site-branding {
        height: 2.45rem;
    }
    .site-description h5 {
        padding: 2rem 0rem 0rem 0rem;
    }
    .contacts-box-link a {
        height: 4.5rem;
    }
    .caps {
        font-size: 1.5rem;
        line-height: 1.2rem;
    }    
}

@media (min-width: 408px) {
    #primary-menu li a {
        width: 4rem;
        height: 4rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        padding: 4rem 0rem 0rem 0rem;
        margin: 0rem auto 1rem;
    }
    .ten-years {
        background-size: 140%;
        background-position: -3rem -1.4rem;
        background-position-x: -4rem;
        background-position-y: -3.5rem;
    }
    .last-works {
        background-size: 140%;
        background-position: -3.2rem -1.2rem;
        background-position-x: -4rem;
        background-position-y: -3.5rem;
    }
    #footer {
        background-size: 140%;
        background-position: -2.7rem -0.3rem;
        background-position-x: -3.7rem;
        background-position-y: -0.3rem;
    }
    .site-branding {
        height: 2.55rem;
    }
    .menu-toggle {
        width: 1rem;
        height: 1rem;
    }
    .toggled .menu-toggle {
        width: 1rem;
        height: 1rem;
    }
    .site-description h5 {
        padding: 2.1rem 0rem 0rem 0rem;
    }
    .contacts-box-link {
        margin: 0em 0em 2em 0em;
    }
}

@media (min-width: 411px) {
    #primary-menu li a {
        width: 4rem;
        height: 4rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        padding: 4rem 0rem 0rem 0rem;
        margin: 0rem auto 1rem;
    }
    #second .text-wrap h1 {
        margin: 0rem 0rem 14rem 0rem;
    }
    #third .text-wrap h1 {
        margin: 0rem 0rem 14rem 0rem;
    }
    .ten-years {
        background-size: 140%;
        background-position: -3.1rem -0.3rem;
    }
    .last-works {
        background-size: 140%;
        background-position: -3.4rem -1.5rem;
    }
    #footer {
        background-size: 140%;
        background-position: -3.2rem -0.1rem;
    }
    .caps {
        font-size: 1.8rem;
        line-height: 1.7rem;
    }    
}

@media (min-width: 412px) {
    h1 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .archive-description p {
        font-size: 1.2rem;
        line-height: 1.4rem;
        text-align: center;
    }
    h3 {
        font-weight: 500;
        font-size: 0.5rem;
        line-height: 0.7rem;
        padding: 0rem 0rem 0rem 0rem;
        box-sizing: border-box;
        margin: 0px;
        text-align: center;
    }
    .type-page .has-text-align-center {
        text-align: center;
        font-size: 0.8rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
        line-height: 1rem;
    }
    h5 {
        font-weight: 500;
        font-size: 0.4rem;
        line-height: 0.6rem;
        box-sizing: border-box;
        margin: 0rem;
        color: #0c2340;
    }
    .menu-toggle {
       width: 0.9rem;
       height: 0.9rem;
    }
    .menu-toggle {
       margin: 0.8rem 0.9rem 0rem 0rem;
    }
    .wp-block-preformatted {
        color: #fff;
        font-size: 0.5rem;
        padding: 0rem 1rem 1.5rem 1rem;
        text-align: center;
        line-height: 0.8rem;
    }
    .toggled .menu-toggle {
        width: 1rem;
        height: 1rem;
    }
    .main-navigation.toggled ul {
        padding: 3rem 1rem 1rem 1rem;
    }
}


@media (min-width: 414px) {
    #primary-menu li a {
        width: 4rem;
        height: 4rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        padding: 4rem 0rem 0rem 0rem;
        margin: 0rem auto 1rem;
    }
    .ten-years {
        background-size: 140%;
        background-position: -3.4rem -1.4rem;
    }
    .last-works {
        background-size: 140%;
        background-position: -3.7rem -1.7rem;
    }
    #footer {
        background-size: 140%;
        background-position: -3.5rem -0.3rem;        
        background-position-x: -3.5rem;
        background-position-y: -0.3rem;
    }
    .main-navigation.toggled ul {
        padding: 3.5rem 1rem 1rem 1.5rem;
    }
    .caps {
        font-size: 1.8rem;
        line-height: 1.4rem;
    }    
    h1 {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .archive-description p {
        font-size: 1.1rem;
        line-height: 1.5rem;
        text-align: center;
    }    
}

@media (min-width: 480px) {
    #primary-menu li a {
        width: 4rem;
        height: 4rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        padding: 4rem 0rem 0rem 0rem;
        margin: 0rem auto 1rem;
    }
    .ten-years {
        background-size: 140%;
        background-position: -3.4rem -3.4rem;
    }
    .last-works {
        background-size: 140%;
        background-position: -3.7rem -3.1rem;
    }
    #footer {
        background-size: 140%;
        background-position: -3.5rem -1.9rem;
    }
    #footer .text-wrap {
        margin: 0rem 0rem 6rem 0rem;
    }
    .site-branding {
        height: 2.75rem;
    }
    .menu-toggle {
        width: 1rem;
        height: 1rem;
    }
    .site-description h5 {
        padding: 2.3rem 0rem 0rem 0rem;
    }
    .contacts-box-link a {
        height: 5rem;
    }
    .contacts-box-link {
        margin: 0rem 0rem 3rem 0rem;
    }
    .menu-toggle {
        margin: 0.9rem 1rem 0rem 0rem;
    }
    .toggled .menu-toggle {
        width: 1.5rem;
        height: 1.5rem;  
    }    
}

@media (min-width: 540px) {
    .caps {
        font-size: 2rem;
        line-height: 2.1rem;
    }
    h1 {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
    .archive-description p {
        font-size: 1.4rem;
        line-height: 1.9rem;
        text-align: center;
    }
    .contacts-box-link a {
        height: 6rem;
    }
    .contacts-box-link {
        margin: 0rem 0rem 4rem 0rem;
    }
    .menu-toggle {
        width: 1.1rem;
        height: 1.1rem;
    }
    h3 {
        font-weight: 500;
        font-size: 0.6rem;
        line-height: 0.8rem;
        padding: 0rem 0rem 0rem 0rem;
        box-sizing: border-box;
        margin: 0px;
        text-align: center;
    }
    .type-page .has-text-align-center {
        text-align: center;
        font-size: 1rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
        line-height: 1rem;
    }
    h5 {
        font-weight: 500;
        font-size: 0.4rem;
        line-height: 1.5em;
        box-sizing: border-box;
        margin: 0rem;
        color: #0c2340;
    }    
}
@media (min-width: 600px) {
	h5{
        font-weight: 600;
        font-size: 0.45em;
    }
    h3{
        font-weight: 500;
        font-size: 0.7rem;
        line-height: 1rem;
    }
	.ten-years{
        padding: 2rem 1rem 2rem 1rem;
        background-position: -4.6rem -5.7rem;
        background-position-x: -4.6rem;
        background-position-y: -5.7rem;
    }
    #second .text-wrap h1{
        margin: 0rem 0rem 17rem 0rem;
    }
    #buy {
        display: table;
        height: 2rem;
        margin: 1.5rem auto 1rem;
        border-radius: 2rem;
        border: 0px #fff solid;
        padding: 0px;
        /* box-shadow: 0px 8px 30.3px #ff6600cf; */
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.03rem;
        font-size: 0.6em;
        padding: 0rem 0rem;
        width: 33%;
        line-height: 2rem;
        text-align: center;
        text-decoration: none;
    }
    #portfolio, #rezume {
        width: 33%;
        height: 2rem;
        color: #ffffff;
        border-radius: 2rem;
        border: 0px #ffffff solid;
        padding: 0px;
        box-shadow: 0px 19px 30.3px #bd8b59;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.03rem;
        font-size: 0.6em;
        text-decoration: none;
        text-align: center;
        line-height: 2rem;
        margin: auto;
    }
    .last-works {
        background-size: 140%;
        background-position: -4.7rem -7rem;
        background-position-x: -4.7rem;
        background-position-y: -7rem;
    }
    #footer {
        background-size: 140%;
        background-position: -4.2rem -4.1rem;
        background-position-x: -4.2rem;
        background-position-y: -4.1rem;
    }
    .contacts-box-link a {
        height: 7rem;
    }
    .contacts-box-link {
       margin: 0rem 0rem 0rem 0rem;
       width: 16%;
    }
    .contact-box-links {
        padding: 1.5rem 0rem 1rem 0rem;
        display: table;
        width: 100%;
    }    
    #primary-menu li {
        width: 25%;
        float: left;
        font-weight: 500;
        font-size: 0.37rem;
        text-align: center;
        box-sizing: border-box;
        margin: 0em 0em 0em 0em;
    }
    .site-branding {
        height: 3.15rem;
    }
    .menu-toggle {
        width: 1rem;
        height: 1rem;
        margin: 0.9rem 1rem 0rem 0rem;
    }
    .site-description h5 {
        padding: 2.7rem 0rem 0rem 0rem;
    }
    .toggled .menu-toggle {
        width: 1.5rem;
        height: 1.5rem;
    }
    .caps {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .wp-block-button__link{
        margin: auto;
        width: 30%;
    }
}

@media (min-width: 720px) {
    .site-branding a {
        width: 25%;
        height: 1rem;
        display: block;
        margin: auto;
  }
    .ten-years {
        padding: 2rem 1rem 2rem 1rem;
        background-position: -5.5rem -4.9rem;
        background-position-x: -5.5rem;
        background-position-y: -4.9rem;
      }  
    #second, #third {
        padding: 4rem 1rem 4rem 1rem;
        display: table;
        width: 100%;
        margin: 0rem 0rem 4rem 0rem;
    }
    #second .text-wrap h1 {
        margin: 0rem 0rem 23rem 0rem;
    }
    .page-id-192 figure.size-large {
        margin: 0rem auto 2rem;
        margin-top: 0rem;
        margin-right: auto;
        margin-bottom: 2rem;
        margin-left: auto;
        width: 66%;
    }
    .page-id-192 .entry-header {
        padding: 2rem 1rem 2rem 1rem;
    }
    .site-branding a {
        width: 18.8%;
        height: 1rem;
        display: block;
        margin: auto;
    }
    .site-branding {
        padding: 1.1rem 1rem 0rem 1rem;
    }
    .menu-toggle {
        width: 1rem;
        height: 1rem;
        margin: 1.1rem 1.2rem 0rem 0rem;
    }
    #third .text-wrap h1 {
        margin: 0rem 0rem 23rem 0rem;
    }
    .last-works {
        background-size: 140%;
        background-position: -6.7rem -6.5;
        background-position-x: -6.7rem;
        background-position-y: -6.5rem;
    }
    #footer .text-wrap {
        margin: 0rem 0rem 14rem 0rem;        
    }
    #footer {
      background-size: 140%;
      background-position: -5.2rem -6.1rem;
      background-position-x: -5.2rem;
      background-position-y: -6.1rem;
    }
    h1 {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    .tegline {
        padding: 0rem 1rem 4rem 1rem;
    }
    hr {
        border: 0;
        background-color: #9a9a9a;
        height: 1px;
        margin: 3rem auto 1rem auto;
        width: 25%;
    }
    .main-box {
        padding: 0rem 1rem 3rem 1rem;
        position: relative;
    }
    #primary-menu li a {
        width: 5rem;
        height: 5rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        padding: 5rem 0rem 0rem 0rem;
        margin: 0rem auto 1rem;
    }
    .wp-block-preformatted{
        line-height: 1rem;
    }
    .category-landing-page .wp-block-image{
        width: 33%;
        float: left;
    }
}

@media (min-width: 768px) {
    .site-branding a {
        width: 25%;
        height: 1rem;
        display: block;
        margin: auto;
  }
    .ten-years {
        background-size: 120%;
        padding: 2rem 1rem 2rem 1rem;
        background-position: -2.5rem -0.9rem;
        background-position-x: -2.5rem;
        background-position-y: -0.9rem;
      }  
    #second, #third {
        padding: 4rem 1rem 4rem 1rem;
        display: table;
        width: 100%;
        margin: 0rem 0rem 4rem 0rem;
    }
    #second .text-wrap h1 {
        margin: 0rem 0rem 23rem 0rem;
    }
    .page-id-192 figure.size-full {
        margin: 0rem auto 0rem;
        width: 66%;
    }
    .page-id-192 .entry-header {
        padding: 1rem 1rem 0rem 1rem;
    }
    .site-branding a {
        width: 18.8%;
        height: 1rem;
        display: block;
        margin: auto;
    }
    .site-branding {
        padding: 1.1rem 1rem 0rem 1rem;
    }
    .menu-toggle {
        width: 1.2rem;
        height: 1.2rem;
        margin: 1rem 1.2rem 0rem 0rem;
    }
    #third .text-wrap h1 {
        margin: 0rem 0rem 23rem 0rem;
    }
    .last-works {
        background-size: 120%;
        background-position: -3.7rem -0.9;
        background-position-x: -3.7rem;
        background-position-y: -0.9rem;
    }
    #footer .text-wrap {
        margin: 0rem 0rem 14rem 0rem;        
    }
    #footer {
      background-size: 120%;
      background-position: -2.2rem -0.1rem;
      background-position-x: -2.2rem;
      background-position-y: -0.1rem;
    }
    h1 {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    h2 {
        font-size: 1.2rem;
        padding-bottom: 0.1rem;
    }    
    .tegline {
        padding: 0rem 1rem 4rem 1rem;
    }
    hr {
        border: 0;
        background-color: #9a9a9a;
        height: 1px;
        margin: 3rem auto 1rem auto;
        width: 25%;
    }
    .main-box {
        padding: 0rem 1rem 3rem 1rem;
        position: relative;
    }
    .main-navigation.toggled ul {
        padding: 4rem 1rem 1rem 1.5rem;
    }    
    #primary-menu li a {
        width: 3rem;
        height: 5rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        padding: 3rem 0rem 0rem 0rem;
        margin: 0rem auto 1rem;
    }
    .caps {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }    
    #footer{
        padding: 3rem 1rem 11rem 1rem;
    }
    .archive-description p {
        font-size: 1.7rem;
        line-height: 2rem;
        text-align: center;
    }
    .type-page .has-text-align-center {
        text-align: center;
        font-size: 1.2rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
        line-height: 1.7rem;
    }
    .page-id-251 .entry-content {
        padding: 1rem 4rem 4rem 4rem;
    }
}

@media (min-width: 820px) {
    #buy {
        display: table;
        height: 2rem;
        margin: 1.5rem 0rem 1rem 0rem;
        border-radius: 2rem;
        border: 0px #fff solid;
        float: none;
        /* box-shadow: 0px 8px 30.3px #ff6600cf; */
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.03rem;
        font-size: 0.6em;
        padding: 0rem 0rem;
        width: 25%;
        line-height: 2rem;
        text-align: center;
        text-decoration: none;
        margin: 3rem auto 1rem;   
    }
    #bord-buy {
        display: table;
        height: 2rem;
        border-radius: 2rem;
        border: 0px #fff solid;
        float: none;
        box-shadow: 0px 8px 30.3px #ff6600cf;
		background-color: #ff6600cf;
		color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.03rem;
        font-size: 0.6em;
        padding: 0rem 0rem;
        width: 25%;
        line-height: 2rem;
        text-align: center;
        text-decoration: none;
        margin: 0rem auto 3rem;   
    }
    .portfolio-butt{
        width: 100%;
        display: table;
    }
    #portfolio, #rezume {
        width: 25%;
        height: 2rem;
        color: #ffffff;
        border-radius: 4rem;
        border: 0px #ffffff solid;
        padding: 0rem;
        box-shadow: 0px 19px 30.3px #bd8b59;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.03rem;
        font-size: 0.6em;
        text-decoration: none;
        text-align: center;
        line-height: 2rem;
        margin: auto;
        display: table;
    }
    .last-works {
        background-size: 120%;
        background-position: -3.8rem -2.5;
        background-position-x: -3.8rem;
        background-position-y: -2.5rem;
    }
    .ten-years {
        padding: 2rem 1rem 2rem 1rem;
        background-position: -6.4rem -6.5rem;
        background-position-x: -6.4rem;
        background-position-y: -6.5rem;
    }
    #footer {
        background-size: 140%;
        background-position: -6rem -7rem;
        background-position-x: -6rem;
        background-position-y: -7rem;
    }
    .caps {
        font-size: 2.7rem;
        line-height: 2.4rem;
    }
    .type-page .has-text-align-center {
        text-align: center;
        font-size: 1.2rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
        line-height: 1.7rem;
    }
    h2 {
        font-size: 1.2rem;
        padding-bottom: 0.1rem;
        line-height: 1.7;
    }
    #footer {
        background-size: 140%;
        background-position: -7rem -2rem;
        background-position-x: -7rem;
        background-position-y: -2rem;
    }
    .ten-years {
        padding: 2rem 1rem 2rem 1rem;
        background-position: -3.4rem -2.5rem;
        background-position-x: -3.4rem;
        background-position-y: -2.5rem;
    }    
}

@media (min-width: 821px) {
    body{
        width: 820px;
        margin: auto;
        position: relative;
    }
    .site-header{
        position: relative;
    }
    .site-branding{
        position: relative;
        width: 820px;
    }
    .site-description h5 {
        padding: 0rem 0rem 0rem 0rem;
    }
    .site-description {
        padding: 0rem 6rem 2rem 6rem;
    }
    .menu-toggle{
        position:relative;
        float: none;
        margin: 1.2rem 0rem 0rem 1.2rem;
    }
    .main-navigation{
        display: table;
        width: 55px;
        position: fixed;
        z-index: 3;
    }
    .menu-main-menu-container {
        position: fixed;
        z-index: 1;
        backdrop-filter: blur(4px);
        background-color: #ffffffee;
        width: 820px;
        top: 0rem;
    }
    .toggled .menu-toggle {
        width: 1.5;
        height: 1.5rem;
        padding: 0;
    }
    #primary-menu li a {
        width: 5rem;
        height: 5rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        padding: 5rem 0rem 1rem 0rem;
        margin: 0rem auto 1rem;
    }
    
    .single-post .wp-block-image, .single-post .wp-block-video {
        padding: 0rem 0rem 0rem 0rem;
        border-radius: 1rem;
        width: 25%;
        float: left;
        margin: 0rem 1rem 2rem 1rem;        
    }
    .single-post .wp-block-video video{
        border-radius: 1rem;
    }
    .main-box {
        padding: 0rem 3rem 3rem 3rem;
        position: relative;
    }
    .tegline {
        padding: 0rem 3rem 4rem 3rem;
    }
    .page-id-251 .entry-content {
        padding: 3rem;
    }
    .wp-block-preformatted{
        font-size: 0.7rem;
        margin: 2rem 0rem 1rem 0rem;
        /*font-family: 'Montserrat';*/
        text-align: center;        
    }
}

