/*
Theme Name: Begonia Lite
Theme URI: https://pixelgrade.com/themes/begonia-lite/
Author: PixelGrade
Author URI: https://pixelgrade.com
Description: Begonia Lite is a blogging theme that frames your ideas and findings in a striking layout with a modern twist!
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: begonia-lite
Domain Path: /languages/
Tags: grid-layout, blog, photography, custom-menu
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Begonia is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/**
 *
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Base Styles
 * 3.0 - Abstractions
 * 4.0 - Components
 * 5.0 - Utility
 * 6.0 - Layout
 * 7.0 - Hacks and Overrides
 *
 */
/**
 * 1.0 - Reset
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Overpass:100,200,300,400,700&subset=latin-ext");

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.05;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #000000;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  width: 100% !important;
  height: auto !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 0.9;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}








/* EEXTRA
   ========================================================================== */


.single h1.entry-title {
  margin-top: -300px !important;
  margin-bottom: 350px !important;
  color: #fff !important;
  position: relative;
  z-index: 1000;
}



@media screen and (min-width: 576px) and (max-width: 10000px) {
  .single h1.entry-title {
    margin-top: -300px !important;
    margin-bottom: 350px !important;
    color: #fff !important;
    position: relative;
    z-index: 1000;

  }
}

@media screen and (min-width: 518px) and (max-width: 575px) {
  .single h1.entry-title {
    margin-top: -300px !important;
    margin-bottom: 350px !important;
    color: #fff !important;
    position: relative;
    z-index: 1000;

  }
}

@media screen and (min-width: 416px) and (max-width: 517px) {
  .single h1.entry-title {
    margin-top: -300px !important;
    margin-bottom: 350px !important;
    color: #fff !important;
    position: relative;
    z-index: 1000;

  }
}

@media screen and (min-width: 363px) and (max-width: 415px) {
  .single h1.entry-title {
    margin-top: -300px !important;
    margin-bottom: 350px !important;
    color: #fff !important;
    position: relative;
    z-index: 1000;

  }
}

@media screen and (min-width: 0px) and (max-width: 362px) {
  .single h1.entry-title {
    margin-top: -300px !important;
    margin-bottom: 350px !important;
    color: #fff !important;
    position: relative;
    z-index: 1000;

  }

  body:not(.blog):not(.archive) .site-main .entry-title {
    line-height: 1.2em !important;
    font-size: 24px !important;
    margin-bottom: 190px;


  }
}

@media screen and (min-width: 576px) and (max-width: 10000px) {
  .single h1.entry-title {
    margin-bottom: 135px !important;

  }
}

@media screen and (min-width: 518px) and (max-width: 575px) {
  .single h1.entry-title {
    margin-bottom: 150px !important;

  }
}

@media screen and (min-width: 416px) and (max-width: 517px) {
  .single h1.entry-title {
    margin-bottom: 190px !important;

  }
}

@media screen and (min-width: 363px) and (max-width: 415px) {
  .single h1.entry-title {
    margin-bottom: 105px !important;

  }
}

@media screen and (min-width: 0px) and (max-width: 362px) {
  .single h1.entry-title {
    margin-bottom: 105px !important;
  }

  .album::before {
    content: "";
    display: block;
    background: transparent url('http://muzstorona.ru/wp-content/uploads/2017/11/storona_album-1.png');
    width: 100px;
    height: 100px;
    position: relative;
    left: 10px;
    z-index: 1000;

  }

  .album img {
    margin-top: -110px;
  }
}

@media only screen and (max-width: 575px) {

  .album::before {
    content: "";
    display: block;
    background: transparent url('http://muzstorona.ru/wp-content/uploads/2017/11/storona_album-2.png');
    width: 50px;
    height: 50px;
    position: relative;
    left: 10px;
    z-index: 1000;

  }

  .album img {
    margin-top: -80px;
  }


}





nav#site-navigation.main-navigation.toggled {
  z-index: 3000;
}


html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}








em h2,
.widgets-area a {
  font-style: normal;
  color: white;
  font-size: 12px;
  font-style: italic;
}

.hide {
  display: none !important;
}

.page-id-485 a,
.page-id-575 a,
.page-id-502 a {
  border: 0 !important;
  text-decoration: none !important;
}

.wp-caption a {
  border: 0 !important;
}

.entry-content p a img {
  ;
}

.article__image:hover {
  background-color: red;
  opacity: 0.9;
}

li.menu-item a:hover {
  color: #fb0d1b !important;
}


.change-city i,
i.fa-calendar-o {
  padding-right: 0px;
  padding-left: 5px;
}


.page-id-485,
.page-id-485 p,
.page-id-485 h1,
.page-id-485 a,
.page-id-575,
.page-id-575 p,
.page-id-575 h1,
.page-id-575 a,
.page-id-502,
.page-id-502 p,
.page-id-502 h1,
.page-id-502 a {
  color: white !important;
}

body.page-id-485,
body.page-id-502,
body.page-id-575 {
  background: #9b2c2e !important;
}

.page-id-485 p,
.page-id-502 p,
.page-id-575 p {
  margin: 0 !important;
}

a.cellc {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}

a.cellc div {
  display: inline-block;
  color: white;
  vertical-align: top;
}

.change-city {
  cursor: pointer;
  color: white !important;
  font-family: "Pragmata Pro", sans-serif !important;
  font-size: 22px;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
}

.sharable {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;



}

@media screen and (min-width: 576px) and (max-width: 10000px) {
  .sharable {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 35px;
    padding-bottom: 35px;

  }
}

@media screen and (min-width: 518px) and (max-width: 575px) {
  .sharable {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 20px;

  }
}

@media screen and (min-width: 416px) and (max-width: 517px) {
  .sharable {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
    padding-bottom: 55px;

  }
}

@media screen and (min-width: 363px) and (max-width: 415px) {
  .sharable {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 20px;

  }
}

@media screen and (min-width: 0px) and (max-width: 362px) {
  .sharable {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 20px;


  }

  a.cellc div {
    display: block;
    padding-top: 10px;
  }

  body.page .entry-thumbnail {
    max-height: 150px !important;
  }

}



h2.who,
.sharable {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

}



.sotss {
  display: none !important;
}

h2 {
  margin-bottom: 15px !important;
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 600;

}

.wp-caption .wp-caption-text {
  font-size: 12px;
}

.error404 .site-content {
  margin: 0 30px !important;
  margin-bottom: 100px !important;
}

section.error-404 {
  text-align: center;
}

.error-404 .search-submit {
  margin: 0 auto;
}

.error404 .menu-toggle {
  display: none !important;
}

.main-navigation .current-menu-item {
  opacity: 0.6;
}

.archive .page-content {
  margin-bottom: 70px;
  max-width: 450px;
  width: 80%;
}

.archive .page-content,
.archive .page-title {
  margin-left: 70px;
}

.archive .page-content p {
  padding-bottom: 20px;
}

.archive .page-title {
  margin-bottom: 8px !important;
}

.archive #primary .search-submit,
.error-404 .search-submit,
.search-no-results #primary .search-submit {
  background: #fff !important;
  border: solid 2px #fff !important;
  color: #000 !important;
  display: block;
  width: 100%;
  padding: 15px !important;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.archive #primary .search-submit:hover,
.error-404 .search-submit:hover,
.search-no-results #primary .search-submit:hover {
  background: #fb0d1b !important;
  border: solid 2px #fb0d1b !important;
}


.search-no-results #primary {
  max-width: 450px;
  width: 80%;
  margin-left: 70px;
  margin-bottom: 70px;
}

.error-404 .search-submit:hover,
.search-no-results #primary .search-submit:hover,
.archive #primary .search-submit:hover {
  cursor: pointer;
}

.error-404 .search-field,
.search-no-results .search-field,
.archive .search-field {
  display: none;
}




.archive .page-title,
.error-404 .page-title,
.search-no-results .page-title {
  margin-bottom: 18px;
  font-size: 30px;
  font-family: "Pragmata Pro", sans-serif;
}

#footer-sidebar section {
  min-width: 280px;
}

#footer-sidebar .sotss {
  display: inline-block !important;
  padding-right: 25px !important;
  padding-left: 5px !important;
  padding-top: 10px !important;
}

.footer-info p,
.footer-info a {
  font-family: "Pragmata Pro", sans-serif;
  font-size: 15px;
  color: white;
  padding-bottom: 20px;
  text-align: center;
  line-height: 5px;

}

#footer-sidebar section li a {
  font-family: "Pragmata Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: white;
  text-transform: uppercase;
}

.footer-info input {
  color: #FFFFFF;
  display: block;
  width: 300px;
  max-width: 100%;
  padding: 15px !important;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.footer-info input:hover {
  /* background: #fff !important;
	border: solid 2px #fff !important; */
  color: #fff !important;






}

.footer-info .end {
  margin-bottom: 30px;
}


#full-screen-search {
  background: rgba(0, 0, 0, 0.9) !important;
}

#full-screen-search form div input {
  background: white !important;
}

#full-screen-search button.close {
  top: 0px !important;
  right: 0px !important;
  cursor: default !important;
}

#full-screen-search-close {
  min-height: 100%;
  min-width: 100%;
}

@font-face {
  font-family: Circe;
  src: url("/font/CRC65.otf");
}

body {
  overflow-x: hidden;
}

.single-post div.content-area,
.page div.content-area {
  margin-bottom: 100px;
}


#full-screen-search {
  visibility: visible !important;
  display: none !important;
}

#full-screen-search.open {
  display: block !important;
}

#full-screen-search form div input {
  z-index: 999999 !important;
}

#full-screen-search button.close {
  z-index: 999998 !important;
}

h1.caatt {
  font-family: "Pragmata Pro", sans-serif !important;
  margin: 0 auto;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 50px;
}

.pooo:hover {
  cursor: pointer;
}


/* WWHITE BACKGROUND */



.error404 .site-header,
.archive .site-header,
.search .site-header {
  position: relative !important;
}


.page .entry-thumbnail img,
.page .entry-thumbnail:before {
  display: none !important;
}

/*

.error404 .site-title a,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .site-title a,
.archive .site-title a,
.search .site-title a {
	display: block;
	background: url("http://muzstorona.ru/wp-content/uploads/2017/12/logo2.png") no-repeat;
	width:150px;
	height:161px;
	background-size: contain;
}


.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .site-title a img,
.error404 .site-title a img,
.archive .site-title a img,
.search .site-title a img {
	display: none !important;
}


@media only screen and (min-width: 901px) {
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .main-navigation ul.nav--main > li > a,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .main-navigation ul > li.nav--main > li > a,
/* .error404 .main-navigation ul.nav--main > li > a,
.error404 .main-navigation ul > li.nav--main > li > a,
.archive .main-navigation ul.nav--main > li > a,
.archive .main-navigation ul > li.nav--main > li > a,
.search .main-navigation ul.nav--main > li > a,
.search .main-navigation ul > li.nav--main > li > a */


.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .c-burger__slice,
.error404 .c-burger__slice,
.archive .c-burger__slice,
.search .c-burger__slice {
  background: black !important;
}

.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .toggled .c-burger__slice,
.error404 .toggled .c-burger__slice,
.archive .toggled .c-burger__slice,
.search .toggled .c-burger__slice {
  background: white !important;
}




/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ol>li,
ul,
ul>li,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

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

ul,
ul>li,
ol,
ol>li,
li {
  list-style: none;
}

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

@media screen and (min-width: 0px) and (max-width: 480px) {

  img[width],
  img[height] {
    height: auto;
    max-width: 100%;

  }
}

/**
 * 2.0 - Base Styles
 */
h6 {
  font-size: 12px;
}

h5 {
  font-size: 14px;
}

h4 {
  font-size: 20px;
  margin-top: 10px;
}

h3 {
  font-size: 24px;
  margin-bottom: -10px;
}

h2 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 45px;
}

h1,
.entry-title a {
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 50px;
}

.h0 {
  font-size: 200px;
}

@media only screen and (max-width: 900px) {

  .sotss {
    display: inline-block !important;
    padding-left: 15px !important;
    padding-top: 10px !important;
    margin-right: -5px;
  }

  h6 {
    font-size: 11px;
  }

  h5 {
    font-size: 13px;
  }

  h4 {
    font-size: 20px;
  }

  h3 {
    font-size: 22px;
  }

  h2 {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 45px;
  }

  h1,
  .entry-title a {
    font-size: 32px;
    margin-top: 50px;
  }

  .h0 {
    font-size: 158px;
  }
}

@media only screen and (max-width: 780px) {
  h6 {
    font-size: 11px;
  }

  h5 {
    font-size: 12px;
  }

  h4 {
    font-size: 18px;
  }

  h3 {
    font-size: 21px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 45px;
  }

  h1,
  .entry-title a {
    font-size: 29px;
    margin-top: 50px;
  }

  .h0 {
    font-size: 130px;
  }
}

@media only screen and (max-width: 500px) {
  h6 {
    font-size: 10px;
  }

  h5 {
    font-size: 12px;
  }

  h4 {
    font-size: 17px;
  }

  h3 {
    font-size: 19px;
    float: left;
  }

  h2 {
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: 45px;
  }

  h1,
  .entry-title a {
    font-size: 24px;
    margin-top: 50px;
  }

  .h0 {
    font-size: 111px;
  }
}



.c-card .entry-title {
  padding: 0 !important;
  margin-bottom: 15px !important;
}

.c-card .entry-meta {
  padding: 0 !important;
  margin-bottom: 14px !important;
}



body:not(.blog):not(.archive) .site-main .entry-title {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 95.5%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 185px;

}

@media screen and (min-width: 560px) and (max-width: 900px) {
  body:not(.blog):not(.archive) .site-main .entry-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  body:not(.blog):not(.archive) .site-main .entry-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0px;
  }
}

body:not(.blog):not(.archive):not(.page) .site-main .entry-meta {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;


}




input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="url"] {
  padding: 13px 19px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 17px;
  -webkit-font-smoothing: initial;
  font-family: "PT Serif", serif;
  width: 100%;
  max-width: 100%;
  color: #383C50;
  font-weight: 300;
}

textarea {
  padding: 13px 19px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 17px;
  -webkit-font-smoothing: initial;
  font-family: "PT Serif", serif;
  width: 100%;
  color: #383C50;
  font-weight: 300;
  max-width: 100%;
  resize: vertical;
}

dl,
ul,
ul>li,
ol,
ol>li {
  margin-left: 10px;
}

/* Definition Lists */
dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

dl dt {
  font-weight: bold;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

dl dd {
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}

/* Unordered Lists */
ul,
ul>li {
  list-style-type: disc;
  line-height: 2rem;
}

/* Ordered Lists */
ol,
ol>li {
  list-style-type: decimal;
  line-height: 2rem;
}

a:hover {
  text-decoration: underline;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  background: #000;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  max-width: 300px;
  border-radius: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: #FFFFFF;
  background-color: #000;
  ;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-width: 0;
  border-style: outset;
  border-color: buttonface;
  -o-border-image: initial;
  border-image: initial;
}

button a,
html [type="button"] a,
[type="reset"] a,
[type="submit"] a {
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 20px;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

table th {
  text-align: left;
}

table th,
table td {
  vertical-align: middle;
}

table tr,
table thead,
table tbody,
table tfoot {
  border-bottom: 1px solid;
}

table tr:last-child,
table thead:last-child,
table tbody:last-child,
table tfoot:last-child {
  border-bottom: 0;
}

table th,
table td {
  padding: .5em;
}

table th:first-child,
table td:first-child {
  padding-left: 0;
}

table th:last-child,
table td:last-child {
  padding-right: 0;
}

.h0,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: bold;
  color: #313131;
  line-height: 1;
  padding-top: 0px;
}

.site-title img {
  width: 200px;
  padding-left: 0px;

}

@media screen and (max-width: 900px) {

  .site-title img,
  .site-branding .site-title a {
    width: 250px;
    padding-right: 00px;
  }
}

@media screen and (max-width: 450px) {

  .site-title img,
  .site-branding .site-title a {
    width: 225px;
    padding-right: 00px;
  }
}

@media screen and (max-width: 350px) {

  .site-title img,
  .site-branding .site-title a {
    width: 125px;
    float: left;
    margin-left: -5px;
    margin-top: -15px;

  }
}


h1,
h2,
h3,
h4,
.intro,
.lead {
  margin-bottom: 15px;
  margin-top: 15px;
}

.h0 {
  margin-bottom: 80px;
}

@media screen and (max-width: 560px) {
  .h0 {
    font-size: 83px;
  }
}

h5 {
  margin-top: -5px;
  margin-bottom: 30px;
}

h6 {
  margin-bottom: 20px;
  margin-top: -30px;
}

.intro,
.lead {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #383C50;
}

.dropcap {
  float: left;
  font-size: 85px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 0.25em;
  margin-right: 0.10em;
}

p,
ul,
ul>li,
li {
  font-size: 18px;
  color: #313131;
  text-decoration: none;
}



a {
  color: #313131;
  text-decoration: none;
}

p {
  font-weight: 400;
  line-height: 24px;
  font-size: 12px;
  font-style: italic;
}

blockquote {
  margin: 48px 0 16px 0;
}

blockquote>p:not(:last-child),
blockquote>p:nth-child(1) {
  color: #000;
  ;
  font-size: 150px;
  font-weight: bold;
  line-height: 77px;
}

blockquote cite {
  display: inline-block;
  color: #313131;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 38px;
}

html {
  font-size: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 16px;
  line-height: 1.2;
}

body * {
  font-family: 'Roboto', sans-serif;
}

b,
strong {
  font-weight: 800;
}


i {
  font-style: italic;
}

.wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.alignnone,
.aligncenter {
  display: block;
}

@media screen and (max-width: 560px) {

  .alignnone,
  .aligncenter {
    padding: 24px 0;
  }
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  clear: left;
  padding: 48px 48px 48px 0px;
}

@media screen and (max-width: 560px) {
  .alignleft {
    padding: 24px 0;
  }
}

.alignright {
  float: right;
  clear: right;
  padding: 48px 0px 48px 48px;
}

@media screen and (max-width: 560px) {
  .alignright {
    padding: 24px 0;
  }
}

.alignleft,
.alignright {
  position: relative;
  z-index: 1;
  width: 50% !important;
}

@media screen and (max-width: 560px) {

  .alignleft,
  .alignright {
    width: 100% !important;
  }
}

/**
 * 3.0 - Abstractions
 */
/**
 * 4.0 - Components
 */
.c-burger {
  position: relative;
  display: block;
  width: 25px;
  margin-top: 10px;
  margin-bottom: 6.5px;
}

@media screen and (max-width: 560px) {
  .c-burger {
    position: relative;
    display: block;
    width: 25px;
    margin-top: 10px;
    margin-bottom: 6.5px;
  }

}

.c-burger__slice {
  display: block;
  width: 25px;
  height: 2.5px;
  background: #ffffff;
}

.c-burger__slice--top,
.c-burger__slice--bottom {
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-burger__slice--top {
  -webkit-transform: translateY(-6.5px);
  transform: translateY(-6.5px);
}

.c-burger__slice--bottom {
  -webkit-transform: translateY(6.5px);
  transform: translateY(6.5px);
}

/*
Provides a simple transition where the slice in the middle fades out
and the top and bottom ones rotate to form an X
 */
.c-burger--fade .c-burger__slice {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

[id="menu-toggle"]:checked~* .c-burger--fade .c-burger__slice--top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[id="menu-toggle"]:checked~* .c-burger--fade .c-burger__slice--middle {
  opacity: 0;
}

[id="menu-toggle"]:checked~* .c-burger--fade .c-burger__slice--bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-height: 600px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .c-hero {
    min-height: 485px;
    margin-bottom: 150px;
  }
}

.c-hero--half {
  min-height: 50vh;
}

.c-hero--one-third {
  min-height: 33.333333vh;
}

.c-hero--two-thirds {
  min-height: 66.666666vh;
}

.c-hero-full {
  min-height: 100vh;
}

.c-hero__wrap {
  height: 100%;
  text-align: left;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 981px) and (max-width: 1199px) {
  .c-hero__wrap {
    height: 100%;
    text-align: left;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    ;

  }
}

@media screen and (min-width: 641px) and (max-width: 980px) {
  .c-hero__wrap {
    height: 100%;
    text-align: left;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    ;

  }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  .c-hero__wrap {
    height: 100%;
    text-align: left;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    ;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .c-hero__wrap {
    height: 100%;
    text-align: left;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

  }
}

button a,
html [type="button"] a,
[type="reset"] a,
[type="submit"] a,
.c-hero__entry-meta .hero_categories>a,
.c-hero__entry-meta .posted-on>a,
.entry-meta .hero_categories>a,
.entry-meta .posted-on>a,
.c-hero_read_more a,
.c-entry-meta__back a,
.hero_read_more a,
.entry-meta__back,
.main-navigation,
nav.pagination .nav-links,
nav.pagination .nav-links .prev,
.single-post .single-post-content .entry-content .tags-links>a,
.single-post .single-post-content .navigation_posts .nav-box a,
.comments-area .comment-list .reply a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.c-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

.c-hero__background:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 600px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 26, 204, 0.79)), to(rgba(97, 48, 250, 0.68)));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(rgba(51, 12, 11, 0.06), rgba(250, 47, 39, 0));
}

.c-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-hero__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 0 30px 70px;
  z-index: 3;
}

.c-hero__wrap a:hover {
  text-decoration: none;
}

.c-hero__wrap .hero_categories>a,
.c-hero__wrap .posted-on>a {
  color: #FFFFFF;
}

.c-hero__wrap .separator:after {
  border-top: 2px solid #FFFFFF;
}

@media screen and (max-width: 560px) {
  .c-hero__wrap {
    padding: 0 15px 0px;
  }
}

.c-hero__wrap>a>h1 {
  margin-bottom: 15px;
}

h1.c-hero__entry-title {
  color: #FFFFFF;
  line-height: 1.1;
  padding: 0;
  text-transform: uppercase;
  font-family: "Pragmata Pro", sans-serif !important;
}

.c-hero__content {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.c-hero__content p {
  color: #FFFFFF;
  max-width: 428px;
  width: 100%;
  margin-bottom: 48px;
}


.c-hero__entry-meta,
.entry-meta {
  margin-bottom: 14px;
}

.c-hero__entry-meta .hero_categories,
.c-hero__entry-meta .posted-on,
.entry-meta .hero_categories,
.entry-meta .posted-on {
  display: inline;
}

.c-hero__entry-meta .hero_categories>a,
.c-hero__entry-meta .posted-on>a,
.entry-meta .hero_categories>a,
.entry-meta .posted-on>a {
  font-size: 14px;
  font-weight: bold;
  font-weight: 800;
  font-style: italic;
}

.c-hero__entry-meta .hero_categories>a:after,
.c-hero__entry-meta .posted-on>a:after,
.entry-meta .hero_categories>a:after,
.entry-meta .posted-on>a:after {
  content: ",";
}

.c-hero__entry-meta .hero_categories>a:last-child:after,
.c-hero__entry-meta .posted-on>a:last-child:after,
.entry-meta .hero_categories>a:last-child:after,
.entry-meta .posted-on>a:last-child:after {
  content: "";
}

.c-hero__entry-meta {
  margin-bottom: 10px;
}

.c-hero_read_more {
  position: relative;
  max-width: 250px;
  border: solid 2px #fff;
}

@media screen and (min-width: 0px) and (max-width: 560px) {
  .c-hero_read_more {
    position: relative;
    max-width: 250px;
    border: solid 2px #fff;
  }
}

.c-hero_read_more:hover,
.hero_read_more:hover {
  border: solid 2px #ff0000;
  background: #ff0000;
  color: white;
}


@media screen and (min-width: 0px) and (max-width: 560px) {

  .c-hero_read_more:hover a,
  .hero_read_more:hover a {
    border: solid 2px #ff0000;
    background: #ff0000;
    color: white;
  }

}


.c-hero_read_more a,
.hero_read_more a {
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 800;
  font-style: italic;
}


@media screen and (min-width: 0px) and (max-width: 560px) {

  .c-hero_read_more a,
  .hero_read_more a {
    color: #FFFFFF;
    display: block;
    width: 90%;
    padding: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: 800;
    font-style: italic;
  }
}


.c-hero_read_more a:before,
.hero_read_more a:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 50px;
  height: 2px;
  left: 170px;
  background: #FFFFFF;
}


@media screen and (min-width: 0px) and (max-width: 560px) {

  .c-hero_read_more a:before,
  .hero_read_more a:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    width: 50px;
    height: 2px;
    left: 170px;
  }
}


.c-hero_read_more a:after,
.hero_read_more a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 42%;
  vertical-align: middle;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 4px;
  left: 211px;
}

.c-hero_read_more a:hover,
.hero_read_more a:hover {
  background: #fb0d1b;
  opacity: 1;
  color: #fff !important;
}


.hero_read_more a:before {
  background-color: #000 !important;
}

.hero_read_more a:after {
  border-color: #000 !important;
}

.hero_read_more {
  background: transparent;
}

.hero_read_more a {
  color: #313131 !important;
}

.hero_read_more a:hover {
  color: #fff !important;
}

.site-description {
  display: none;
}

.site-header {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
}

@media screen and (max-width: 560px) {
  .site-header {
    padding: 0 40px;
  }
}

.site-header .site-branding {
  z-index: 4;
  margin-top: 36px;
  width: 60%;
}

.site-header .site-title a {
  color: white;
  text-decoration: none;
  text-transform: none;
  line-height: 137px;
  margin-top: 16px;
  margin-left: -1%;
}

@media screen and (max-width: 900px) {
  .site-header .site-title a {
    line-height: 1;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 900px) {
  .site-header .site-title a {
    font-size: 160px;
  }
}

.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: left;
  background-color: #000;
  ;
  height: 80px;
  color: #FFFFFF;
  padding: 30px 30px 140px 0;
}

.site-footer .site-info {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .site-footer .site-info {
    text-align: left;
    padding-left: 35px;
  }
}

.site-footer .site-info>a:nth-child(1) {
  padding-left: 80px;
}

@media screen and (max-width: 560px) {
  .site-footer .site-info>a:nth-child(1) {
    padding-left: 0;
  }
}

.site-footer a {
  color: #FFFFFF;
}

@media screen and (max-width: 560px) {
  .site-footer .sep {
    display: block;
    color: transparent;
  }
}

section.widget {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

h2.widget-title {
  color: #FFFFFF;
}

.widgets-area {
  background-color: #000;
  margin: 0 auto;
}

.widgets-area>* {
  color: #FFFFFF;
}

.widgets-area .widget-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1440px;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .widgets-area .widget-area {
    padding: 0;
  }
}

.widgets-area .widget-area .widget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px;
  outline: 0px solid;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}


@media screen and (min-width: 981px) and (max-width: 1199px) {
  .widgets-area .widget-area .widget {
    padding: 35px;

  }
}

@media screen and (min-width: 641px) and (max-width: 980px) {
  .widgets-area .widget-area .widget {
    padding: 45px;

  }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  .widgets-area .widget-area .widget {
    margin-top: 0px;
    padding: 35px;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .widgets-area .widget-area .widget {
    margin-top: 0px;
    padding: 20px;

  }
}


.widgets-area .widget-area .widget .widget-title {
  font-size: 32px;
  padding: 0;
}

.widgets-area .widget-area .widget .textwidget {
  color: white;
}

.widgets-area .widget-area .widget ul,
.widgets-area .widget-area .widget ul>li {
  margin: 0;
}

.widgets-area .widget-area .widget ul>li,
.widgets-area .widget-area .widget ul>li>li,
.widgets-area .widget-area .widget span {
  list-style: none;
  color: #FFFFFF;
  margin: 0;
  line-height: 24px;
}

/* .widgets-area .widget-area .widget a:link {
        color: #FFFFFF !important; } */
.widgets-area .widget-area .widget ul>li>a,
.widgets-area .widget-area .widget ul>li>li>a {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 300;
}

.widgets-area .widget-area .widget_nav_menu ul>li>a,
.widgets-area .widget-area .widget_nav_menu ul>li>li>a {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}

.widgets-area button,
.widgets-area html [type="button"],
.widgets-area [type="reset"],
.widgets-area [type="submit"] {
  padding: 0;
}

.main-navigation {
  z-index: 3;
  margin-top: 60px;
  width: 40%;
}

@media screen and (max-width: 900px) {
  .main-navigation {
    width: auto;
  }
}

.main-navigation ul.nav--main,
.main-navigation ul>li.nav--main {
  display: inherit;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.main-navigation ul.nav--main>li,
.main-navigation ul>li.nav--main>li {
  list-style: none;
  display: inline-block;
  white-space: nowrap;
}

.main-navigation ul.nav--main>li>a,
.main-navigation ul>li.nav--main>li>a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 13px;
  letter-spacing: 0px;
  font-family: "Pragmata Pro", sans-serif !important;
  font-style: italic;
  font-weight: 600;
  line-height: 27px;
  margin: -13px;
}

@media screen and (max-width: 900px) {

  .main-navigation ul.nav--main,
  .main-navigation ul>li.nav--main {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .main-navigation.toggled {
    position: fixed;
    background-color: black;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px;
    margin: 0;
    z-index: 4;
  }

  .main-navigation.toggled .nav--toolbar {
    position: absolute;
    right: 40px;
    top: 120px;
    height: 100vh;
    margin-top: 0;
    z-index: 5;
    display: block;
    text-align: right;
    width: 200px;
  }

  .main-navigation.toggled ul.nav--main>li,
  .main-navigation.toggled ul>li.nav--main>li {
    margin-left: 25px;
    display: block;
  }

  .main-navigation.toggled ul.nav--main>li>a,
  .main-navigation.toggled ul>li.nav--main>li>a {
    padding: 0;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 43px;
    text-align: right;
  }

  .main-navigation.toggled .c-burger__slice--middle {
    position: absolute;
    right: -9px;
  }

  .main-navigation.toggled .c-burger__slice--middle:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -2px;
    vertical-align: middle;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 4px;
  }

  .main-navigation.toggled a:hover {
    opacity: 1 !important;
  }

  .main-navigation.toggled .menu-toggle {
    right: 55px;
    top: 70px;
  }
}

.main-navigation .menu-toggle {
  position: absolute;
  right: 40px;
  top: 100px;
  background: transparent;
  padding: 0;
  z-index: 999;
  cursor: pointer;
}

@media only screen and (min-width: 901px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}

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

/*general cards styling */
.c-card {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 35px;
  color: transparent;
  background: transparent;
  /*cards setup */
}

.c-card:nth-child(4n-2),
.c-card:nth-child(4n-1) {
  width: 66%;
}

.c-card:nth-child(4n),
.c-card:nth-child(4n+1) {
  width: 33%;
}

@media screen and (max-width: 900px) {
  .c-card:nth-child(n) {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .c-card:nth-child(n) {
    padding: 20px;
  }
}

@media screen and (max-width: 900px) {

  .c-card.portrait .entry-thumbnail,
  .c-card.tall .entry-thumbnail {
    display: block;
    width: 45%;
    float: left;
  }

  .c-card.portrait .entry-header,
  .c-card.portrait .entry-content,
  .c-card.tall .entry-header,
  .c-card.tall .entry-content {
    display: inline-block;
    margin-left: 35px;
    width: 45%;
    float: left;
  }
}

@media screen and (max-width: 560px) {

  .c-card.portrait .entry-thumbnail,
  .c-card.portrait .entry-header,
  .c-card.portrait .entry-content,
  .c-card.tall .entry-thumbnail,
  .c-card.tall .entry-header,
  .c-card.tall .entry-content {
    width: 100%;
    margin-left: 0;
  }
}

.c-card__media img {
  width: 100%;
  display: block;
}

.c-card__footer {
  margin-top: auto;
}

.c-card--inverse {
  position: relative;
  background: transparent;
  color: transparent;
}

.c-card--inverse .c-card__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-card .entry-content {
  max-width: 420px;
}

.c-card .entry-content a:hover {
  text-decoration: none;
}

.c-card .entry-content a>p {
  margin-bottom: 46px;
  margin-top: -5px;
  font-size: 16px;
  line-height: 22px;
  color: #313131;
  font-style: italic;
}

article:nth-child(1) .c-hero__image {
  width: 100% !important;
}

.entry-title {
  padding: 0;
  margin-bottom: 15px;
  font-family: 'Pragmata Pro', sans-serif !important;
  line-height: 1.1;
}

.entry-title a {
  color: #000000;
  line-height: 1.1;
  font-family: 'Pragmata Pro', sans-serif !important;
}

.entry-title a:hover {
  text-decoration: none;
}

.entry-thumbnail {
  margin-bottom: 20px;
}

.separator:after {
  content: "";
  border-top: 2px solid #000;
  ;
  padding: 2px 15px;
  margin: 4px 10px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.read-more--arrow {
  display: none;
}

/**
 * 5.0 - Utility Classes
 */
/*

WIDTHS

generate utility classes that forces a certain width to the element the classes are applied to

*/
.u-one-whole {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.u-one-half {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.u-one-third {
  width: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
}

.u-two-thirds {
  width: 66.666%;
  -ms-flex-preferred-size: 66.666%;
  flex-basis: 66.666%;
}

@media only screen and (min-width: 560px) {
  .u-one-whole-\@small {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .u-one-half-\@small {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .u-one-third-\@small {
    width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }

  .u-two-thirds-\@small {
    width: 66.666%;
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
  }
}

@media only screen and (min-width: 900px) {
  .u-one-whole-\@lap {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .u-one-half-\@lap {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .u-one-third-\@lap {
    width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }

  .u-two-thirds-\@lap {
    width: 66.666%;
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
  }
}

@media only screen and (min-width: 1280px) {
  .u-one-whole-\@desk {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .u-one-half-\@desk {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .u-one-third-\@desk {
    width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }

  .u-two-thirds-\@desk {
    width: 66.666%;
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
  }
}

/**
 * 6.0 - Layout
 */
#content {
  display: block;
}

.site-main {
  display: block;
}

.main-posts {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}

@media screen and (max-width: 560px) {
  .main-posts {}
}

.sticky img {
  border-top: 0px solid #000;
  ;
  border-bottom: 0px solid #000;
  ;
}

nav.pagination {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0 80px 0;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  ;
}

nav.pagination .nav-links {
  text-align: center;
  text-transform: none;
  line-height: 40px;
  margin: 0 80px;
}

nav.pagination .nav-links .page-numbers {
  color: #fff;
  font-size: 22px;
  font-family: "Pragmata Pro", sans-serif;
}

nav.pagination .nav-links .page-numbers:not(.next):not(.prev) {
  letter-spacing: 15px;
}

nav.pagination .nav-links .next {
  font-size: 22px;
  font-family: "Pragmata Pro", sans-serif;
  color: #fff;
  float: right;
}

nav.pagination .nav-links .prev {
  text-transform: none;
  font-size: 22px;
  font-family: "Pragmata Pro", sans-serif;
  color: #fff;
  float: left;
}

nav.pagination .nav-links .current {
  color: #8a8a8a;
  font-size: 22px;
}

@media screen and (max-width: 900px) {
  body {
    margin-left: 0;
  }
}

body .page .site-title a,
body .error404 .site-title a {
  color: #000;
  ;
}

body .page .site-header,
body .error404 .site-header {
  height: 300px;
}

body .page .site-content,
body .error404 .site-content {
  width: 100%;
  margin: 0 auto;
}

body .page .site-content .content-area,
body .error404 .site-content .content-area {
  max-width: 1440px;
  padding: 80px;
}

body .page .entry-title,
body .error404 .entry-title {
  padding: 70px 0 30px 70px;
}

body.page .content-area {
  padding: 0;
}

body.page .entry-thumbnail {
  margin-bottom: 70px;
  max-height: 250px;
  overflow: hidden;
  height: 250px;
}

body.page .entry-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

body.page .entry-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 300px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 26, 204, 0.79)), to(rgba(97, 48, 250, 0.68)));
  background: linear-gradient(180deg, rgba(3, 26, 204, 0.79) 0%, rgba(97, 48, 250, 0.68) 100%);
}




body:not(.blog):not(.archive) .site-main {
  width: 100%;
  margin: 0 auto;
}

body:not(.blog):not(.archive):not(.page) .site-main .type-page>.entry-content {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 80px;
}


body:not(.blog):not(.archive) .site-main figure:not(.alignright):not(.alignleft) {
  max-width: 1440px;
  width: 100% !important;
  margin-bottom: 30px;
  /*&.alignright, &.alignleft {
      padding: 0;
    }*/
}

body:not(.blog):not(.archive) .site-main p>img:not(.alignright):not(.alignleft) {}

@media screen and (min-width: 0px) and (max-width: 480px) {
  body:not(.blog):not(.archive) .site-main p>img:not(.alignright):not(.alignleft) {
    width: 100%;

  }
}

body:not(.blog):not(.archive) .site-main p {
  margin-bottom: 32px;
}





.single-post .site-title a {
  color: #FFFFFF;
}

.single-post .entry-thumbnail {
  margin-bottom: 0px;
  max-height: 600px;
  overflow: hidden;
  height: 600px;
}

.single-post .entry-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 600px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.single-post .entry-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 600px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 26, 204, 0.79)), to(rgba(97, 48, 250, 0.68)));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(rgba(51, 12, 11, 0.06), rgba(250, 47, 39, 0));
}

.single-post .single-post-content .entry-content,
.page .entry-content {
  max-width: 800px;
}


.single-post .single-post-content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single-post .single-post-content .entry-content,
.page .entry-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


@media screen and (min-width: 560px) and (max-width: 900px) {

  .single-post .single-post-content .entry-content,
  .search-no-results #primary,
  .archive .page-title,
  .archive .page-content,
  .page .entry-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {

  .single-post .single-post-content .entry-content,
  .search-no-results #primary,
  .archive .page-title,
  .archive .page-content,
  .page .entry-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

  }
}

.single-post .single-post-content .entry-content>p:not(.intro) {
  margin-bottom: 15px;
  margin-top: 15px;
}

.single-post .single-post-content .entry-content a,
.page .entry-content a {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
  line-height: 30px;
}

.single-post .single-post-content .entry-content .tags-links {
  text-transform: uppercase;
  word-spacing: 5px;
  font-size: 14px;
  margin-top: 48px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #313131;
}

.single-post .single-post-content .entry-content .tags-links>a {
  color: #000;
  ;
  font-size: 14px;
  padding: 0 13px;
}

.single-post .single-post-content .footer-section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex: 100%;
  -ms-flex-pack: justify;
  -ms-flex-align: baseline;
  -webkit-box-align: end;
  align-items: flex-end;
}

.single-post .single-post-content .navigation_posts {
  max-width: 600px;
  padding-left: 70px;
}

@media screen and (max-width: 560px) {
  .single-post .single-post-content .navigation_posts {
    padding-left: 35px;
  }
}

.single-post .single-post-content .navigation_posts .nav-box {
  display: inline-block;
  max-width: 100%;
}

.single-post .single-post-content .navigation_posts .nav-box a .prev-title,
.single-post .single-post-content .navigation_posts .nav-box a .next-title {
  font-size: 18px;
  line-height: 27px;
  text-transform: none;
  color: #313131;
  font-weight: bold;
}

.single-post .single-post-content .navigation_posts .nav-box a .prev,
.single-post .single-post-content .navigation_posts .nav-box a .next {
  text-transform: none;
  color: #000;
  ;
  font-size: 70px;
  line-height: 108px;
  font-weight: bold;
}

.wp-caption,
.gallery {
  margin-bottom: 32px;
}

.wp-caption .wp-caption-text,
.wp-caption .gallery-caption,
.gallery .wp-caption-text,
.gallery .gallery-caption {
  color: #000;
  ;
}

/* Comments area */
.comments-area {
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 70px 140px 70px;
  color: #000;
  ;
}

@media screen and (max-width: 560px) {
  .comments-area {
    padding: 35px 35px 70px 35px;
  }
}

.comments-area h2.comments-title {
  margin-bottom: 10px;
}

.comments-area .comment-list {
  margin-left: 0;
  margin-bottom: 30px;
}

.comments-area .comment-list li {
  list-style-type: none;
  margin-left: 0;
}

.comments-area .comment-list .avatar {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  vertical-align: middle;
}

.comments-area .comment-list .comment-metadata,
.comments-area .comment-list .comment-author {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}

.comments-area .comment-list .comment-metadata>a,
.comments-area .comment-list .comment-author>a {
  font-size: 12px;
}

.comments-area .comment-list .comment-content {
  margin-left: 68px;
}

.comments-area .comment-list .comment-content p {
  font-size: 15px;
  margin-top: -15px;
  margin-bottom: 0;
}

.comments-area .comment-list .bypostauthor {
  margin-bottom: 40px;
}

.comments-area .comment-list .fn {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin-right: 10px;
}

.comments-area .comment-list .says {
  display: none;
}

.comments-area .comment-list .reply a {
  color: #000;
  ;
  margin-left: 68px;
  margin-top: 12px;
  font-size: 12px;
}

.comments-area h3#reply-title {
  margin-bottom: 0;
}

.comments-area label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 8px;
}

.comments-area .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 399px;
}

.comments-area .comment-form>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.comments-area .comment-form textarea#comment {
  display: block;
  width: 100%;
  max-width: 100%;
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
}

.comments-area .comment-form .form-submit {
  text-align: right;
  margin-top: 20px;
}

.comments-area .comment-form .form-submit input:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* Temp fix */
.clearfix:after,
.grid:after,
.comment-form:after,
.widget_categories>ul:after,
ul.widget_categories>li:after,
.widget_pages>ul:after,
ul.widget_pages>li:after,
.widget_meta>ul:after,
ul.widget_meta>li:after,
.widget_archive>ul:after,
ul.widget_archive>li:after,
.nav:after,
.nav--main ul:after,
.nav--main ul>li:after,
.media:after,
.main-navigation:after,
.single .entry-content:after,
.page .entry-content:after,
.comments-area-title:after,
.comment-reply-title:after,
.comment-navigation:after,
.has_sidebar .site-content .container:after,
form.contact-form .contact-submit:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * 7.0 - Hacks and Overrides
 */
section {
  padding: 0px 0;
}

.screen-reader-text {
  display: none;
}


























.entry-content p,
.wp-caption-text {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #090909;
}

.wp-caption-text {
  color: grey !important;
}



a:hover {
  text-decoration: none;
  color: #fb0d1b !important;
}

/*# sourceMappingURL=style.css.map */




body.home,
body.search,
body.error404,
body.page:not(.page-id-485):not(.page-id-502):not(.page-id-575),
body.archive {
  background: black !important;
  color: white !important;
}


.home .entry-title a:hover,
.home .entry-meta a:hover,
.search .entry-title a:hover,
.search .entry-meta a:hover,
.error404 .entry-title a:hover,
.error404 .entry-meta a:hover,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .entry-title a:hover,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .entry-meta a:hover,
.archive .entry-title a:hover,
.archive .entry-meta a:hover,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .entry-content a:hover {
  text-decoration: none;
  color: #fb0d1b !important;
}

.home .entry-title a,
.home .entry-content p,
.search .entry-title a,
.search .entry-content p,
.search .site-main h1,
.search .site-main p,
.error404 .site-main p,
.error404 .site-main h1,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .entry-title a,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .entry-content p,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .entry-content a,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .entry-content h2,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .entry-title,
.archive .entry-title a,
.archive .entry-content p,
.archive .site-main h1,
.archive .site-main p,
.caatt {
  color: white !important;
}

.home .entry-meta a,
.search .entry-meta a,
.error404 .entry-meta a,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .entry-meta a,
.archive .entry-meta a {
  color: #fff !important;
}


.home .separator:after,
.search .separator:after,
.error404 .separator:after,
.page:not(.page-id-485):not(.page-id-502):not(.page-id-575) .separator:after,
.archive .separator:after {
  content: "";
  border-top: 2px solid #fff;
}



a {
  font-size: auto !important;
}

@font-face {
  font-family: Pragmata Pro;
  src: url(/font/PragmataPro.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Pragmata Pro;
  src: url(/font/PragmataProBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Pragmata Pro;
  src: url(/font/PragmataProItalic.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Pragmata Pro;
  src: url(/font/PragmataProBoldItalic.ttf);
  font-weight: 700;

}

@font-face {
  font-family: Roboto;
  src: url(/font/RobotoRegular.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(/font/RobotoItalic.ttf);
  font-weight: 700;
  font-style: italic;

}

@font-face {
  font-family: Roboto;
  src: url(/font/RobotoBold.ttf);
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(/font/RobotoBoldItalic.ttf);
  font-weight: 900;
  font-style: italic;

}

@font-face {
  font-family: Roboto;
  src: url(/font/RobotoMedium.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(/font/RobotoMediumItalic.ttf);
  font-weight: 500;
  font-style: italic;

}


div.imgo {
  width: 100px !important;
  height: 100px !important;
  margin-right: 20px !important;
  border-radius: 50% !important;
  display: inline-block;

}

div.descr p {
  margin-bottom: 0px !important;
  font-size: 20px !important;

}

div.descr h1 {
  margin-bottom: 0px !important;
  font-family: "Pragmata Pro", sans-serif !important;
  line-height: 1.5 !important;
  padding: 0 !important;

}

div.descr {
  display: inline-block !important;
}

.c-entry-meta__back {
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 800;
  font-style: italic;
}

.c-entry-meta__back:hover,
.entry-meta__back:hover {
  border: solid 2px #ff0000;
  background: #ff0000;
  color: white;
}

.c-entry-meta__back,
.entry-meta__back:hover {
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 800;
  font-style: italic;
}

.c-entry-meta__back:before,
.entry-meta__back:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 50px;
  height: 2px;
  left: 170px;
  background: #FFFFFF;
}

.c-entry-meta__back:after,
.entry-meta__back:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 42%;
  vertical-align: middle;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 4px;
  left: 211px;
}

.c-entry-meta__back:hover,
.entry-meta__back:hover {
  background: #fb0d1b;
  opacity: 1;
  color: #fff !important;
}

.entry-meta__back:before {
  background-color: #000 !important;
}

.entry-meta__back {
  border-color: #000 !important;
}

.entry-meta__back {
  background: transparent;
}

.entry-meta__back {
  color: #313131 !important;
}

.entry-meta__back:hover {
  color: #fff !important;
}

.comments-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 20px;
  background: #fff;
}

.article--with-background {
  background: transparent url('/background.jpg');
  background-repeat: repeat-y;
  margin-bottom: 0 !important;
}

.article--with-background .single-post-content {
  flex-direction: column;
}

.article--with-background .entry-meta {
  background: #fff;
  margin-top: 0;
  padding: 50px 20px 14px 20px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.article--with-background .entry-content {
  background: #fff;
  padding: 20px;
  margin-top: -20px !important;
}

.wp-block-image figcaption {
  text-align: center;
  color: #555;
  font-style: italic;
}

body .site-main figure.is-style-full-width {
  margin-left: -20px;
  margin-right: -20px;
  min-width: calc(100% + 40px);
}

.c-hero--full {
  overflow: hidden;
}