/* CSS Document */
/*------------------------------------------------------------------
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - STYLES INIT */
/* 02 - BODY */
/* 03 - HEADER */
/* 04 - PAGE ABOUT */
/* 05 - PAGE ALBUMS */
/* 06 - PROTECTED PAGE */
/* 07 - BLOG*/
/* 08 - WIDGETS */
/* 09 - CONTACT PAGE */
/* 10 - 404 PAGE */
/* 11 - SEARCH PAGE */
/*------------------------------------------------------*/
/*---------------------- 01 .STYLES INIT----------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - STYLES INIT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 auto 1.75em;
  width: 100%;
  overflow: auto;
  border-radius: 0px;
  padding: 1.75em;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 573px;
  font-family: Inconsolata, monospace; }

kbd, tt {
  font-family: Inconsolata, monospace;
  background-color: transparent;
  text-decoration: none;
  color: #191919;
  border: none;
  box-shadow: none; }

mark, ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none; }

blockquote, q {
  quotes: none;
  padding-left: 20px; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

code {
  background-color: #d1d1d1;
  font-family: Inconsolata, monospace;
  border-radius: 0px;
  padding-right: 3px;
  padding-left: 3px;
  color: #191919; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #333;
  text-align: center;
  width: 100%;
  margin-bottom: 30px; }
  table thead th,
  table thead td,
  table tbody th,
  table tbody td {
    font-family: "Roboto", serif;
    font-size: 14px;
    border: 1px solid #333;
    text-align: center;
    padding: 8px; }

ul,
ol {
  margin-bottom: 20px; }
  ul li ul,
  ul li ol,
  ol li ul,
  ol li ol {
    padding-left: 20px; }

ul {
  list-style-type: disc;
  list-style-position: inside; }

ol {
  list-style-type: decimal;
  list-style-position: inside; }

dl {
  margin: auto auto 20px; }
  dl dd {
    padding-left: 20px; }

li,
dl,
dd {
  font-family: "Roboto", serif;
  font-size: 14px;
  line-height: 24px; }

dt {
  font-weight: 900;
  font-size: 15px; }

dd {
  margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #191919;
  line-height: 1; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

@media (max-width: 767px) {
  h1 {
    font-size: 34px; }

  h2 {
    font-size: 30px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 17px; }

  h6 {
    font-size: 15px; } }
figcaption a {
  text-decoration: underline;
  transition: opacity 350ms ease; }
  figcaption a:hover {
    opacity: .7;
    text-decoration: underline; }

.wp-caption-text,
.pingback,
address {
  font-size: 14px;
  line-height: 28px;
  font-family: "Roboto", serif;
  color: #191919;
  letter-spacing: 1.12px;
  margin-bottom: 30px; }

p {
  font-size: 14px;
  line-height: 28px;
  font-family: "Roboto", serif;
  color: #666;
  letter-spacing: 1.12px;
  margin-bottom: 30px; }

.pingback {
  margin-bottom: 0px;
  padding: 0 0 20px; }
  .pingback a {
    text-decoration: underline;
    margin-left: 5px;
    transition: opacity 350ms ease; }
    .pingback a:hover {
      text-decoration: underline;
      opacity: .7; }
  .pingback:last-of-type {
    margin-bottom: 10px; }

.pagination-links {
  text-align: center; }
  .pagination-links > p {
    color: #aaa; }
  .pagination-links a {
    font-weight: 400;
    position: relative; }
    .pagination-links a::before {
      position: absolute;
      bottom: 1px;
      left: -1px;
      height: 1px;
      background: #191919;
      content: '';
      width: 100%; }

.wp-caption .wp-caption-text {
  font-style: italic; }

blockquote {
  overflow: hidden;
  text-align: center;
  padding: 40px 0px; }
  blockquote p {
    text-align: center;
    margin: 0;
    font-size: 32px !important;
    font-family: "Roboto", serif;
    color: #191919;
    font-style: italic;
    line-height: 1.4 !important; }

pre {
  font-size: 16px;
  color: #191919;
  line-height: 31px;
  padding: 20px;
  margin-bottom: 20px; }

strong {
  font-weight: 700; }

acronym {
  border-bottom: 1px dashed #777; }

big {
  font-size: 2em; }

i, cite, em, var, address, dfn {
  font-style: italic; }

s, strike, del {
  text-decoration: line-through; }

a,
a:visited {
  color: #191919; }

a:hover {
  color: #191919;
  text-decoration: none; }

a:focus,
a:active {
  text-decoration: none; }

q {
  padding-left: 0; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - BODY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
*, html {
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale; }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  padding: 30px 30px 60px;
  position: relative;
  min-height: 100vh; }

body .nav-links {
  transition: opacity 200ms ease; }

body.overflow .nav-links {
  opacity: 0; }

* {
  outline: none !important; }

#page {
  position: relative;
  z-index: 3; }

.copyright-footer {
  font-family: "Roboto", serif;
  font-size: 10px;
  color: #191919;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2.5px; }

.page-footer {
  position: fixed;
  background-color: #fff;
  padding-right: 45px;
  padding-left: 45px;
  bottom: 23px;
  left: 50%;
  z-index: 105; }

textarea,
input {
  background-color: transparent; }

body.admin-bar {
  padding-top: 30px; }
  body.admin-bar #page::before {
    height: 62px; }
  body.admin-bar #page::after, body.admin-bar::after {
    top: 61px; }
  body.admin-bar header .content-header-scrolling {
    top: 30px; }
  body.admin-bar .comment-respond .comment-form label:first-child::before {
    top: 17px;
    content: '\f075'; }

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  margin-top: 0;
  top: 0;
  left: 0; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
header .logo {
  text-align: center;
  min-height: 112px;
  position: relative;
  z-index: 2000;
  transition: all 600ms ease; }

header .logo-subtext {
  font-size: 39px;
  font-size: calc(39px * 1);
  max-width: 67%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center; }

.overflow {
  overflow-y: hidden !important; }

.site-title.text a {
  position: relative; }
  .site-title.text a::before {
    content: '';
    height: 8px;
    width: calc(100% + 4px);
    position: absolute;
    top: -8px;
    left: -2px;
    background-color: #191919; }
.site-title a {
  font-size: 40px;
  font-family: "Roboto", serif;
  color: #191919;
  line-height: 1.2;
  text-align: center; }

.site-description {
  font-size: 14px;
  font-family: "Roboto", serif;
  color: #191919;
  line-height: 1.2;
  text-align: center;
  display: block; }

/** Navigation menu **/
.main-menu {
  margin: auto;
  text-align: center; }
  .main-menu .menu-item {
    display: inline-block;
    text-align: center;
    list-style: none;
    font-size: 14px;
    font-family: "Roboto", serif;
    color: #191919;
    margin: 0 18px;
    position: relative;
    z-index: 999; }
    .main-menu .menu-item a {
      padding: 0 6px;
      font-weight: 600;
      position: relative;
      text-decoration: none;
      background: none;
      white-space: nowrap;
      transition: color 350ms ease; }
      .main-menu .menu-item a:active, .main-menu .menu-item a:visited, .main-menu .menu-item a:focus {
        color: inherit; }
      .main-menu .menu-item a::before {
        content: '';
        height: 8px;
        width: 0;
        position: absolute;
        top: -5px;
        left: 0;
        display: block;
        transform: translateY(-50%);
        bottom: auto;
        background: transparent;
        transition: width 0s ease !important; }
      .main-menu .menu-item a::after {
        content: '';
        display: block;
        height: 8px;
        width: 0;
        position: absolute;
        top: -5px;
        right: 0;
        transform: translateY(-50%);
        background: #191919;
        transition: width .3s ease-out; }
    .main-menu .menu-item.current_page_item > a::before, .main-menu .menu-item.current-menu-ancestor > a::before, .main-menu .menu-item:hover > a::before {
      width: 100%;
      background: #191919;
      transition: width 0.3s ease !important; }
    .main-menu .menu-item.current_page_item > a::after, .main-menu .menu-item.current-menu-ancestor > a::after, .main-menu .menu-item:hover > a::after {
      width: 100%;
      background: transparent;
      transition: width 0s ease-out; }
  .main-menu > .menu-item {
    margin: 0 18px; }
  .main-menu .sub-menu {
    position: absolute;
    left: 0;
    padding: 0;
    top: 100%;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 350ms ease; }
    .main-menu .sub-menu .sub-menu {
      left: 100%;
      top: 0; }
    .main-menu .sub-menu .menu-item {
      margin: 0;
      display: block;
      text-align: left; }
      .main-menu .sub-menu .menu-item a {
        color: #191919; }
      .main-menu .sub-menu .menu-item:not(:last-child) {
        margin-bottom: 10px; }
    .main-menu .sub-menu li.current_page_item > a,
    .main-menu .sub-menu li.current-menu-ancestor > a {
      color: #191919; }
    .main-menu .sub-menu a {
      transition: all 350ms ease; }
      .main-menu .sub-menu a:hover {
        color: #999; }
      .main-menu .sub-menu a::before, .main-menu .sub-menu a::after {
        content: none; }
  .main-menu .menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1; }

header .menu-wrap.active .menu-button a i {
  background-color: transparent; }
  header .menu-wrap.active .menu-button a i::before {
    transform: rotate(45deg);
    top: 0; }
  header .menu-wrap.active .menu-button a i::after {
    transform: rotate(-45deg);
    bottom: 0; }
header .menu-button {
  display: none;
  padding: 0 40px;
  background-color: transparent;
  position: relative; }
  header .menu-button::before {
    content: '';
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: -1; }
  header .menu-button a {
    display: inline-block;
    height: 24px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    text-align: right;
    margin-top: 3px; }
    header .menu-button a i {
      position: relative;
      display: inline-block;
      width: 21px;
      height: 1px;
      text-transform: uppercase;
      text-indent: -55px;
      background: #191919;
      transition: all .2s ease-out; }
      header .menu-button a i::after, header .menu-button a i::before {
        content: '';
        height: 1px;
        background: #191919;
        position: absolute;
        right: 0;
        transition: all .2s ease-out; }
      header .menu-button a i::before {
        top: -5px;
        width: 21px; }
      header .menu-button a i::after {
        bottom: -6px;
        width: 21px; }
header .content-header-scrolling {
  visibility: hidden;
  opacity: 0; }
  header .content-header-scrolling .site-title.text a::before {
    bottom: 4px; }
header.scroll .content-header-scrolling {
  transition: all 450ms ease;
  visibility: visible;
  opacity: 1; }

header .content-header-scrolling {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background-color: #fff;
  padding: 25px 0; }
  header .content-header-scrolling > div > div {
    display: table;
    width: 100%; }
    header .content-header-scrolling > div > div .logo,
    header .content-header-scrolling > div > div .main-menu {
      display: inline-block;
      min-height: 10px;
      background-color: #fff; }
      header .content-header-scrolling > div > div .logo .sub-menu,
      header .content-header-scrolling > div > div .main-menu .sub-menu {
        padding: 20px 0;
        background-color: #fafafa;
        border: 1px solid;
        border-color: #eaeaea; }
        header .content-header-scrolling > div > div .logo .sub-menu li a,
        header .content-header-scrolling > div > div .main-menu .sub-menu li a {
          transition: all 350ms ease; }
      header .content-header-scrolling > div > div .logo li,
      header .content-header-scrolling > div > div .main-menu li {
        padding: 0 18px;
        margin: 0; }
      header .content-header-scrolling > div > div .logo > li:first-child,
      header .content-header-scrolling > div > div .main-menu > li:first-child {
        padding-left: 40px; }
      header .content-header-scrolling > div > div .logo > li:last-child,
      header .content-header-scrolling > div > div .main-menu > li:last-child {
        padding-right: 40px; }
    header .content-header-scrolling > div > div .menu-wrap {
      display: table-cell;
      vertical-align: middle;
      text-align: right; }
    header .content-header-scrolling > div > div .site-title {
      margin-bottom: 0; }
    header .content-header-scrolling > div > div .site-title a {
      font-size: 20px; }
    header .content-header-scrolling > div > div .logo {
      padding-right: 40px;
      padding-left: 15px;
      text-align: left;
      background-color: transparent;
      position: relative; }
      header .content-header-scrolling > div > div .logo::before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        z-index: -1;
        background: #fff;
        height: 20px; }
    header .content-header-scrolling > div > div .main-menu {
      text-align: right; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGE ABOUT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.post-image img {
  max-height: 450px;
  height: auto;
  width: auto;
  margin-top: 60px;
  margin-bottom: 80px; }

.about-page {
  margin-top: 115px; }
  .about-page h1, .about-page h2, .about-page h3, .about-page h4, .about-page h5, .about-page h6 {
    font-family: "Roboto", serif;
    line-height: 1.75;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -.2px; }
  .about-page p {
    font-size: 14px;
    font-family: "Roboto", serif;
    color: #191919;
    line-height: 2;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -.1px; }
  .about-page a {
    color: #191919;
    position: relative;
    transition: all 300ms ease; }
    .about-page a::before {
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      bottom: 10%;
      background-color: #191919; }
    .about-page a:hover {
      opacity: .7; }
    .about-page a:focus, .about-page a:active, .about-page a:visited {
      color: #191919; }
  .about-page .contact-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .about-page .contact-info {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 45px;
    margin-bottom: 100px; }
    .about-page .contact-info h5 {
      font-size: 14px;
      font-family: "Roboto", serif;
      color: #191919;
      line-height: 1.3;
      font-weight: 600;
      padding-bottom: 27px;
      position: relative;
      margin-bottom: 27px; }
      .about-page .contact-info h5::before {
        content: '';
        position: absolute;
        height: 1px;
        width: 25px;
        background-color: #191919;
        bottom: 0;
        left: 0; }
    .about-page .contact-info p, .about-page .contact-info a {
      font-size: 16px;
      line-height: 1.7; }
    .about-page .contact-info .connect,
    .about-page .contact-info .exhibitions {
      display: table-cell;
      padding: 0 5px;
      vertical-align: top; }
      .about-page .contact-info .connect > div:not(:last-of-type),
      .about-page .contact-info .exhibitions > div:not(:last-of-type) {
        margin-bottom: 8px; }
      .about-page .contact-info .connect a,
      .about-page .contact-info .exhibitions a {
        font-style: italic; }
        .about-page .contact-info .connect a::before, .about-page .contact-info .connect a::after,
        .about-page .contact-info .exhibitions a::before,
        .about-page .contact-info .exhibitions a::after {
          content: '';
          display: block;
          height: 1px;
          width: 0;
          position: absolute;
          top: 55%;
          transform: translateY(-50%); }
        .about-page .contact-info .connect a::before,
        .about-page .contact-info .exhibitions a::before {
          left: 0;
          bottom: auto;
          background: transparent;
          transition: width 0s ease !important; }
        .about-page .contact-info .connect a::after,
        .about-page .contact-info .exhibitions a::after {
          right: 0;
          background: #191919;
          transition: width .3s ease-out; }
        .about-page .contact-info .connect a:hover,
        .about-page .contact-info .exhibitions a:hover {
          opacity: 1; }
          .about-page .contact-info .connect a:hover::before,
          .about-page .contact-info .exhibitions a:hover::before {
            width: 100%;
            background: #191919;
            transition: width 0.3s ease !important; }
          .about-page .contact-info .connect a:hover::after,
          .about-page .contact-info .exhibitions a:hover::after {
            width: 100%;
            background: transparent;
            transition: width 0s ease-out; }
    .about-page .contact-info .connect {
      width: 170px; }
    .about-page .contact-info a {
      display: inline-block;
      font-weight: 600; }
    .about-page .contact-info p {
      display: block;
      margin-bottom: 34px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - PAGE ALBUMS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.custom-text {
  font-family: "Roboto", serif;
  font-size: 40px;
  font-weight: 400;
  margin: 70px 35px 35px;
  max-width: 65%;
  padding: 50px 0px 40px;
  line-height: 1.3; }

.albums-container {
  margin-top: 63px; }
  .albums-container.list {
    margin-top: 100px; }
  .albums-container.grid .albums.col-md-4 .albums-image {
    height: 460px; }
  .albums-container.grid .albums.col-md-6 .albums-image {
    height: 305px; }
  .albums-container.grid .albums.col-md-12 .albums-image {
    height: 470px; }

.tilt {
  transform: translateZ(0);
  backface-visibility: hidden; }

.albums {
  position: relative; }
  .albums .albums-image {
    position: relative; }
    .albums .albums-image a {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      width: 100%;
      height: 100%; }
    .albums .albums-image .overlay {
      background-color: rgba(0, 0, 0, 0.15);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease-out; }
    .albums .albums-image:hover .overlay {
      opacity: 1;
      visibility: visible; }
  .albums .content-post {
    text-align: right; }
  .albums .title-albums {
    display: block;
    margin-top: 14px;
    margin-bottom: 0;
    padding-right: 30px;
    position: relative; }
    .albums .title-albums div {
      position: absolute;
      right: 0;
      display: inline-block;
      top: 9px;
      font-size: 14px;
      font-family: "Roboto", serif;
      color: #999;
      line-height: 1.2; }
    .albums .title-albums h5 {
      font-size: 24px;
      font-family: "Roboto", serif;
      color: #191919;
      line-height: 1.2;
      letter-spacing: -0.2px;
      transition: opacity 400ms ease; }
      .albums .title-albums h5:hover {
        opacity: .7; }
  .albums.col-md-12 {
    margin-bottom: 80px; }
    .albums.col-md-12 .title-albums {
      margin-top: 40px;
      text-align: center; }
      .albums.col-md-12 .title-albums div {
        top: 17px;
        font-size: 18px; }
      .albums.col-md-12 .title-albums h5 {
        font-size: 36px; }

.item.albums {
  margin-bottom: 80px; }
  .item.albums .title-albums {
    margin-top: 20px; }

.albums-container.masonry img {
  display: block;
  width: 100%;
  transition: all .3s ease-out;
  filter: grayscale(1);
  transition-delay: .2s; }
.albums-container.masonry .title-albums {
  position: absolute;
  left: 0;
  bottom: 37px;
  width: 100%;
  visibility: hidden;
  padding: 0 40px;
  transition: all .3s ease-out; }
  .albums-container.masonry .title-albums h5 {
    font-size: 40px;
    font-family: "Roboto", serif;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    padding: 0;
    opacity: 0;
    position: relative;
    bottom: -30px;
    transition: all 250ms ease; }
    .albums-container.masonry .title-albums h5:hover {
      opacity: 1; }
  .albums-container.masonry .title-albums div {
    display: block;
    font-size: 14px;
    font-family: "Roboto", serif;
    color: #fff;
    line-height: 1.2;
    position: relative;
    transform: none;
    bottom: -40px;
    opacity: 0;
    top: auto;
    transition: all 200ms ease;
    transition-delay: 0s; }
.albums-container.masonry .albums:hover .title-albums {
  visibility: visible; }
  .albums-container.masonry .albums:hover .title-albums h5 {
    opacity: 1;
    bottom: 8px;
    transition-delay: .2s; }
  .albums-container.masonry .albums:hover .title-albums div {
    transition-delay: 350ms;
    opacity: 1;
    bottom: 0; }
.albums-container.masonry .albums:hover .overlay {
  opacity: 1;
  visibility: visible; }
.albums-container.masonry .albums:hover img {
  filter: grayscale(0); }

.albums-container.list {
  margin-right: auto;
  margin-left: auto; }
.albums-container.list article {
  display: table;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #f2f2f2; }
  .albums-container.list article:first-of-type {
    margin-top: -30px; }
  .albums-container.list article:last-of-type {
    border-bottom: none;
    margin-bottom: 40px; }
  .albums-container.list article .albums-image {
    width: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    transition: opacity 350ms ease; }
    .albums-container.list article .albums-image:hover {
      opacity: .7; }
    .albums-container.list article .albums-image .overlay {
      display: none; }
    .albums-container.list article .albums-image a {
      display: inline-block;
      width: auto;
      vertical-align: middle;
      height: auto;
      max-height: 100%;
      text-align: center; }
    .albums-container.list article .albums-image img {
      max-height: 200px;
      max-width: 200px;
      margin: auto;
      display: block; }
  .albums-container.list article .wrap-title {
    width: calc(100% - 200px);
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    .albums-container.list article .wrap-title div {
      position: absolute;
      left: 40px;
      text-align: left;
      top: 50%;
      transform: translateY(-50%);
      font-size: 14px;
      font-family: "Roboto", serif;
      color: #999;
      line-height: 1.2; }
  .albums-container.list article .title-albums {
    margin-top: 0;
    text-align: center;
    margin-left: 100px;
    transition: opacity 350ms ease; }
    .albums-container.list article .title-albums h5 {
      text-align: left;
      display: block;
      text-transform: uppercase;
      font-size: 34px;
      font-family: "Roboto", serif;
      color: #191919;
      margin-top: 8px;
      letter-spacing: .1px; }
    .albums-container.list article .title-albums:hover {
      opacity: .7; }

.single-albums-image .caption {
  position: absolute;
  top: 15px;
  left: 15px;
  max-height: calc(100% - 30px);
  width: calc(100% - 30px);
  text-align: right;
  font-size: 14px;
  font-family: "Roboto", serif;
  color: #191919;
  line-height: 2;
  display: inline-block;
  font-weight: 500;
  opacity: 0;
  z-index: -100;
  overflow: hidden;
  transition: all 350ms ease; }

.single-albums-image.masonry {
  margin-top: 63px; }
  .single-albums-image.masonry .caption {
    bottom: 15px;
    top: auto;
    text-align: left; }
  .single-albums-image.masonry .image-link,
  .single-albums-image.masonry .image-link img {
    display: block;
    transition: all 350ms ease; }
  .single-albums-image.masonry .image-link {
    transition: all 350ms ease; }
    .single-albums-image.masonry .image-link:hover + .img-title {
      opacity: 1; }
    .single-albums-image.masonry .image-link:hover img {
      opacity: .5; }
    .single-albums-image.masonry .image-link.opacity-c:hover img {
      opacity: .1; }
    .single-albums-image.masonry .image-link:hover .caption {
      opacity: 1;
      visibility: visible; }
  .single-albums-image.masonry .img-title {
    text-align: right;
    margin-top: 9px;
    opacity: 0;
    transition: all 350ms ease; }
    .single-albums-image.masonry .img-title span {
      font-size: 14px;
      font-family: "Roboto", serif;
      color: #191919;
      line-height: 2;
      display: inline-block;
      font-weight: 500;
      margin-left: 5px; }
    .single-albums-image.masonry .img-title span:first-child {
      color: #999;
      opacity: .7; }

.single-albums-image.adjusted_grid {
  margin-top: 60px; }
  .single-albums-image.adjusted_grid .caption {
    max-height: calc(100% - 70px); }
  .single-albums-image.adjusted_grid .img-list-gallery {
    position: relative;
    text-align: center; }
  .single-albums-image.adjusted_grid .img-list-gallery a {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .single-albums-image.adjusted_grid .img-list-gallery a .caption {
      text-align: left; }
    .single-albums-image.adjusted_grid .img-list-gallery a img {
      max-height: 370px;
      width: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      transition: opacity 350ms ease;
      transform: translateZ(0); }
    .single-albums-image.adjusted_grid .img-list-gallery a .img-title {
      text-align: left;
      transition: opacity 350ms ease;
      opacity: 0; }
      .single-albums-image.adjusted_grid .img-list-gallery a .img-title span {
        font-size: 14px;
        font-family: "Roboto", serif;
        color: #191919;
        line-height: 2;
        display: inline-block;
        font-weight: 500;
        margin-left: 5px; }
      .single-albums-image.adjusted_grid .img-list-gallery a .img-title span:first-child {
        color: #999;
        opacity: .7;
        margin-left: 0; }
    .single-albums-image.adjusted_grid .img-list-gallery a img:hover {
      opacity: .5; }
      .single-albums-image.adjusted_grid .img-list-gallery a img:hover + .img-title {
        opacity: 1; }
      .single-albums-image.adjusted_grid .img-list-gallery a img:hover + .img-title + .caption {
        visibility: visible;
        opacity: 1; }
    .single-albums-image.adjusted_grid .img-list-gallery a.opacity-c img:hover {
      opacity: .1; }

.mfp-title {
  font-family: "Roboto", serif;
  color: #191919;
  float: right;
  display: table-cell;
  vertical-align: middle; }

.mfp-counter {
  font-family: "Roboto", serif;
  color: #999;
  opacity: .7;
  letter-spacing: .8px;
  margin-right: 8px;
  font-size: 13px;
  padding-top: 1px;
  display: table-cell;
  vertical-align: middle; }

.mfp-arrow:before {
  content: "\f053";
  font-family: "FontAwesome";
  border: none;
  color: #191919;
  display: block;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  opacity: 1;
  width: auto;
  height: auto; }

.mfp-arrow:after {
  content: "";
  width: 30px;
  height: 3px;
  font-family: "FontAwesome";
  border: none;
  background-color: #191919;
  margin-left: 5px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0; }

img.mfp-img {
  padding: 100px 90px; }

.mfp-arrow {
  width: 38px;
  height: 30px;
  opacity: 1;
  transition: all 50000ms ease !important; }

.mfp-arrow-left {
  left: 30px; }

.mfp-arrow-right {
  right: 30px; }
  .mfp-arrow-right::before {
    content: "\f054";
    left: auto;
    right: 0; }

.mfp-bottom-bar {
  margin-top: -73px;
  width: auto;
  left: 50%;
  display: table;
  transform: translateX(-50%); }
  .mfp-bottom-bar .mfp-counter {
    position: static;
    float: right;
    display: inline-block;
    line-height: 2; }

.mfp-figure .mfp-close,
.white-popup-block .mfp-close,
.contact-form .mfp-close {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #191919;
  opacity: 1;
  width: auto;
  display: inline-block;
  font-size: 43px;
  height: 30px;
  line-height: 30px;
  cursor: pointer !important; }

.white-popup-block {
  padding: 0 100px; }
  .white-popup-block .img-wrap {
    display: table-cell;
    vertical-align: middle;
    max-width: 75%; }
    .white-popup-block .img-wrap img {
      max-width: 100%;
      max-height: calc(100vh - 200px);
      height: auto;
      width: auto; }
  .white-popup-block .popup-title {
    font-size: 40px;
    font-family: "Roboto", serif;
    color: #191919;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 20px; }
  .white-popup-block .descr p {
    color: #191919;
    font-size: 14px;
    font-family: "Roboto", serif;
    line-height: 2;
    letter-spacing: .2px; }
    .white-popup-block .descr p em {
      color: #999;
      display: inline-block;
      margin-bottom: 12px; }
  .white-popup-block .content {
    padding: 0 15px 0 70px;
    display: table-cell;
    vertical-align: middle;
    text-align: left; }
  .white-popup-block .content-wrap {
    display: table;
    margin: auto; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - PROTECTED PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.protected-page {
  text-align: center; }
  .protected-page > .row {
    display: flex;
    align-items: center;
    padding: 70px 0;
    min-height: calc(100vh - 100px); }
  .protected-page .protected-img {
    display: inline-block;
    max-height: 190px;
    max-width: 230px;
    height: auto;
    width: auto;
    margin-bottom: 55px; }
  .protected-page .protected-text {
    font-size: 16px;
    font-family: "Roboto", serif;
    color: #191919;
    font-style: italic;
    line-height: 1.75; }
  .protected-page .protected-title {
    font-size: 34px;
    font-family: "Roboto", serif;
    color: #191919;
    text-transform: uppercase;
    line-height: 1.2; }
  .protected-page .post-password-form {
    margin-top: 55px; }
  .protected-page .post-password-form {
    color: #191919;
    font-size: 14px;
    font-family: "Roboto", serif;
    line-height: 1.2; }
    .protected-page .post-password-form label {
      color: #999;
      width: 100%; }
    .protected-page .post-password-form input {
      display: block;
      color: #191919;
      background-color: transparent; }
      .protected-page .post-password-form input:not([type="submit"]) {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #999;
        max-width: 370px;
        width: 100%;
        font-size: 20px;
        text-align: center;
        line-height: 48px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 8px;
        letter-spacing: -4px; }
      .protected-page .post-password-form input[type="submit"] {
        margin: 19px auto 40px;
        border: none;
        border-radius: 0;
        font-size: 14px;
        font-family: "Roboto", serif;
        color: #191919;
        padding: 0;
        text-decoration: underline;
        transition: all 300ms ease; }
        .protected-page .post-password-form input[type="submit"]:hover {
          opacity: .7; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.post {
  margin-bottom: 34px; }
  .post.sticky h3 {
    position: relative;
    padding-left: 27px; }
    .post.sticky h3:before {
      position: absolute;
      font-family: FontAwesome;
      content: '\f08d';
      font-size: 28px;
      left: 0;
      top: 10px;
      transform: rotate(325deg);
      z-index: 5; }
  .post.col-md-12 {
    margin-bottom: 48px; }
    .post.col-md-12 .title-albums {
      margin-top: 35px; }
    .post.col-md-12 .content-post {
      text-align: center; }

.optional-class.blog-detail .content ul {
  max-width: 100%; }

.blog-detail .content ul {
  max-width: 573px;
  margin: auto auto 20px; }
  .blog-detail .content ul li {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #666; }

/** Pagination **/
.pagination,
.navigation {
  display: inline-block;
  width: 100%;
  margin: 0; }
  .pagination .next-post,
  .pagination .previus-post,
  .pagination .nav-previous,
  .pagination .nav-next,
  .navigation .next-post,
  .navigation .previus-post,
  .navigation .nav-previous,
  .navigation .nav-next {
    position: fixed;
    z-index: 9910;
    padding: 0 38px;
    float: none;
    width: auto; }
    .pagination .next-post::before,
    .pagination .previus-post::before,
    .pagination .nav-previous::before,
    .pagination .nav-next::before,
    .navigation .next-post::before,
    .navigation .previus-post::before,
    .navigation .nav-previous::before,
    .navigation .nav-next::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 17px;
      background-color: #fff; }
    .pagination .next-post a,
    .pagination .previus-post a,
    .pagination .nav-previous a,
    .pagination .nav-next a,
    .navigation .next-post a,
    .navigation .previus-post a,
    .navigation .nav-previous a,
    .navigation .nav-next a {
      padding: 0 2px;
      font-size: 14px;
      font-family: "Roboto", serif;
      color: #191919;
      line-height: 2;
      position: relative;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      transition: opacity .3s ease-out; }
      .pagination .next-post a:focus,
      .pagination .previus-post a:focus,
      .pagination .nav-previous a:focus,
      .pagination .nav-next a:focus,
      .navigation .next-post a:focus,
      .navigation .previus-post a:focus,
      .navigation .nav-previous a:focus,
      .navigation .nav-next a:focus {
        text-decoration: none; }
    .pagination .next-post a::before, .pagination .next-post a::after,
    .pagination .previus-post a::before,
    .pagination .previus-post a::after,
    .pagination .nav-previous a::before,
    .pagination .nav-previous a::after,
    .pagination .nav-next a::before,
    .pagination .nav-next a::after,
    .navigation .next-post a::before,
    .navigation .next-post a::after,
    .navigation .previus-post a::before,
    .navigation .previus-post a::after,
    .navigation .nav-previous a::before,
    .navigation .nav-previous a::after,
    .navigation .nav-next a::before,
    .navigation .nav-next a::after {
      content: '';
      display: block;
      height: .5px;
      width: 0;
      position: absolute;
      top: 55%;
      transform: translateY(-50%); }
    .pagination .next-post a::before,
    .pagination .previus-post a::before,
    .pagination .nav-previous a::before,
    .pagination .nav-next a::before,
    .navigation .next-post a::before,
    .navigation .previus-post a::before,
    .navigation .nav-previous a::before,
    .navigation .nav-next a::before {
      left: 0;
      bottom: auto;
      background: transparent;
      transition: width 0s ease !important; }
    .pagination .next-post a::after,
    .pagination .previus-post a::after,
    .pagination .nav-previous a::after,
    .pagination .nav-next a::after,
    .navigation .next-post a::after,
    .navigation .previus-post a::after,
    .navigation .nav-previous a::after,
    .navigation .nav-next a::after {
      right: 0;
      background: #191919;
      transition: width .3s ease-out; }
    .pagination .next-post a:hover::before,
    .pagination .previus-post a:hover::before,
    .pagination .nav-previous a:hover::before,
    .pagination .nav-next a:hover::before,
    .navigation .next-post a:hover::before,
    .navigation .previus-post a:hover::before,
    .navigation .nav-previous a:hover::before,
    .navigation .nav-next a:hover::before {
      width: 100%;
      background: #191919;
      transition: width 0.3s ease !important; }
    .pagination .next-post a:hover::after,
    .pagination .previus-post a:hover::after,
    .pagination .nav-previous a:hover::after,
    .pagination .nav-next a:hover::after,
    .navigation .next-post a:hover::after,
    .navigation .previus-post a:hover::after,
    .navigation .nav-previous a:hover::after,
    .navigation .nav-next a:hover::after {
      width: 100%;
      background: transparent;
      transition: width 0s ease-out; }
  .pagination .next-post,
  .pagination .nav-next,
  .navigation .next-post,
  .navigation .nav-next {
    right: -50px;
    top: calc(100vh/2);
    transform: rotate(90deg); }
  .pagination .previus-post,
  .pagination .nav-previous,
  .navigation .previus-post,
  .navigation .nav-previous {
    left: -50px;
    top: calc(100vh/2);
    transform: rotate(-90deg) translateZ(0); }

.container {
  max-width: 100%; }

.comment-reply-title {
  position: relative;
  padding: 0 20px; }

#cancel-comment-reply-link {
  color: transparent;
  position: absolute;
  top: 50%;
  width: 14px;
  transform: translateY(-50%);
  right: 0;
  font-size: 16px; }
  #cancel-comment-reply-link::before {
    content: "\f00d";
    font-family: "FontAwesome";
    color: #191919;
    position: absolute;
    left: 0;
    top: 0; }

.blog-detail .content ol,
.blog-detail .content dl {
  max-width: 573px;
  margin: auto auto 20px; }

.optional-class.blog-detail .content ol,
.optional-class.blog-detail .content dl {
  max-width: 100%; }

.post-password-form {
  color: #191919;
  font-size: 14px;
  font-family: "Roboto", serif;
  line-height: 1.2; }

.post-password-form label {
  color: #BFBFBF;
  width: 100%;
  text-align: center; }

.post-password-form input {
  display: block;
  color: #191919;
  background-color: transparent; }

.post-password-form input[type="submit"] {
  margin: 19px auto 40px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-family: "Roboto", serif;
  color: #191919;
  padding: 0;
  text-decoration: underline;
  transition: all 300ms ease; }

.post-password-form input:not([type="submit"]) {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #BFBFBF;
  max-width: 370px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  letter-spacing: -4px; }

.pagination-defoult p a {
  color: #191919;
  padding: 0 2px;
  text-decoration: underline;
  transition: opacity 350ms ease; }
  .pagination-defoult p a:hover {
    text-decoration: underline;
    opacity: .7; }

.comment-body ol, .comment-body ul, .comment-body dl,
.default-page ol,
.default-page ul,
.default-page dl {
  position: relative;
  left: 3px;
  margin-bottom: 20px; }
  .comment-body ol ol, .comment-body ol ul, .comment-body ol dl, .comment-body ul ol, .comment-body ul ul, .comment-body ul dl, .comment-body dl ol, .comment-body dl ul, .comment-body dl dl,
  .default-page ol ol,
  .default-page ol ul,
  .default-page ol dl,
  .default-page ul ol,
  .default-page ul ul,
  .default-page ul dl,
  .default-page dl ol,
  .default-page dl ul,
  .default-page dl dl {
    position: static;
    margin-bottom: 0; }
    .comment-body ol ol li:not(.comment):last-child, .comment-body ol ul li:not(.comment):last-child, .comment-body ol dl li:not(.comment):last-child, .comment-body ul ol li:not(.comment):last-child, .comment-body ul ul li:not(.comment):last-child, .comment-body ul dl li:not(.comment):last-child, .comment-body dl ol li:not(.comment):last-child, .comment-body dl ul li:not(.comment):last-child, .comment-body dl dl li:not(.comment):last-child,
    .default-page ol ol li:not(.comment):last-child,
    .default-page ol ul li:not(.comment):last-child,
    .default-page ol dl li:not(.comment):last-child,
    .default-page ul ol li:not(.comment):last-child,
    .default-page ul ul li:not(.comment):last-child,
    .default-page ul dl li:not(.comment):last-child,
    .default-page dl ol li:not(.comment):last-child,
    .default-page dl ul li:not(.comment):last-child,
    .default-page dl dl li:not(.comment):last-child {
      margin-bottom: 0; }
.comment-body pre,
.default-page pre {
  max-width: 100%; }

.default-page .content {
  max-width: 770px;
  margin: 120px auto 85px;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 58px; }

p:last-of-type::after {
  content: "";
  clear: both;
  display: table; }

.blog-page .post > div.albums-image {
  text-align: center; }

.default-page .comments {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto; }

.optional-class.blog-detail .content h1, .optional-class.blog-detail .content h2, .optional-class.blog-detail .content h3, .optional-class.blog-detail .content h4, .optional-class.blog-detail .content h5, .optional-class.blog-detail .content h6, .optional-class.blog-detail .content address,
.optional-class.blog-detail .content .wp-audio-shortcode {
  max-width: 100%; }

.blog-detail .content h1, .blog-detail .content h2, .blog-detail .content h3, .blog-detail .content h4, .blog-detail .content h5, .blog-detail .content h6, .blog-detail .content address,
.blog-detail .content .wp-audio-shortcode {
  max-width: 573px;
  margin-right: auto;
  margin-left: auto; }
.blog-detail .content ol, .blog-detail .content ul, .blog-detail .content dl {
  position: relative;
  left: 3px;
  margin-bottom: 20px; }
  .blog-detail .content ol ol, .blog-detail .content ol ul, .blog-detail .content ol dl, .blog-detail .content ul ol, .blog-detail .content ul ul, .blog-detail .content ul dl, .blog-detail .content dl ol, .blog-detail .content dl ul, .blog-detail .content dl dl {
    position: static;
    margin-bottom: 0; }
    .blog-detail .content ol ol li:last-child, .blog-detail .content ol ul li:last-child, .blog-detail .content ol dl li:last-child, .blog-detail .content ul ol li:last-child, .blog-detail .content ul ul li:last-child, .blog-detail .content ul dl li:last-child, .blog-detail .content dl ol li:last-child, .blog-detail .content dl ul li:last-child, .blog-detail .content dl dl li:last-child {
      margin-bottom: 0; }
.blog-detail .content ol li {
  margin-top: 5px;
  margin-bottom: 5px; }
  .blog-detail .content ol li ol li:last-child {
    margin-bottom: 0; }
.blog-detail .content p a {
  text-decoration: underline;
  transition: opacity 350ms ease; }
  .blog-detail .content p a:not(.nohover):hover {
    opacity: .7; }

.optional-class.blog-detail .content table {
  max-width: 100%; }

.blog-detail .content table {
  max-width: 573px;
  margin: auto auto 30px; }

.blog-detail .content table a {
  text-decoration: underline;
  transition: opacity 300ms ease; }
  .blog-detail .content table a:hover {
    opacity: .7; }

.blog-page {
  margin-top: 140px;
  margin-bottom: 20px; }
  .blog-page .content-post > a h3 {
    font-size: 40px;
    font-family: "Roboto", serif;
    color: #191919;
    line-height: 1.3;
    margin-bottom: 12px;
    transition: opacity 350ms ease; }
    .blog-page .content-post > a h3:hover {
      opacity: .7; }
  .blog-page .content-post > a {
    display: inline-block; }
  .blog-page .content-post .subtitle-post {
    font-size: 14px;
    font-family: "Roboto", serif;
    color: #999;
    letter-spacing: .1px;
    line-height: 2;
    margin-bottom: 10px;
    transition: color 350ms ease;
    font-style: italic; }
  .blog-page .content-post a.subtitle-post:hover {
    color: #191919; }
  .blog-page .pagination {
    border-top: 1px solid #F2F2F2;
    margin-top: 65px;
    padding-top: 19px;
    margin-bottom: 75px; }
    .blog-page .pagination .next-post,
    .blog-page .pagination .previus-post {
      top: auto !important;
      width: 50%;
      position: static;
      transform: none; }
    .blog-page .pagination .next-post {
      float: right;
      text-align: right; }
    .blog-page .pagination .previus-post {
      float: left; }
    .blog-page .pagination .next-post a,
    .blog-page .pagination .previus-post a {
      font-size: 14px;
      font-family: "Roboto", serif;
      color: #191919;
      line-height: 2;
      display: inline-block;
      position: relative;
      padding: 0 2px; }
      .blog-page .pagination .next-post a::before, .blog-page .pagination .next-post a::after,
      .blog-page .pagination .previus-post a::before,
      .blog-page .pagination .previus-post a::after {
        content: '';
        display: block;
        height: .5px;
        width: 0;
        position: absolute;
        top: 55%;
        transform: translateY(-50%); }
      .blog-page .pagination .next-post a::before,
      .blog-page .pagination .previus-post a::before {
        left: 0;
        bottom: auto;
        background: transparent;
        transition: width 0s ease !important; }
      .blog-page .pagination .next-post a::after,
      .blog-page .pagination .previus-post a::after {
        right: 0;
        background: #191919;
        transition: width .3s ease-out; }
      .blog-page .pagination .next-post a:hover::before,
      .blog-page .pagination .previus-post a:hover::before {
        width: 100%;
        background: #191919;
        transition: width 0.3s ease !important; }
      .blog-page .pagination .next-post a:hover::after,
      .blog-page .pagination .previus-post a:hover::after {
        width: 100%;
        background: transparent;
        transition: width 0s ease-out; }

.blog-page .post {
  display: table;
  word-break: break-word; }
  .blog-page .post.has-image {
    min-height: 360px; }
  .blog-page .post > div {
    display: table-cell;
    float: none;
    vertical-align: middle; }
  .blog-page .post .albums-image a {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 350ms ease; }
    .blog-page .post .albums-image a:hover {
      opacity: .7; }
  .blog-page .post .post-excerpt p {
    font-size: 16px;
    font-family: "Roboto", serif;
    color: #666;
    line-height: 1.9;
    letter-spacing: 0px;
    margin-bottom: 0; }

#secondary {
  padding: 0 30px;
  margin-top: 10px; }

.default-page .title-post {
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
  text-align: center; }

.default-page .date {
  text-align: center;
  font-size: 14px;
  font-family: "Roboto", serif;
  color: #999;
  line-height: 1.3;
  margin-bottom: 60px; }

.blog-detail {
  margin-top: 120px; }
  .blog-detail .post {
    margin-bottom: 105px; }
  .blog-detail .title-post {
    font-size: 40px;
    font-family: "Roboto", serif;
    color: #191919;
    line-height: 1.3;
    display: block;
    text-align: center;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
  .blog-detail .date {
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto", serif;
    color: #999;
    line-height: 1.3;
    margin-bottom: 27px;
    font-style: italic; }
  .blog-detail .page-image {
    margin-top: 60px;
    text-align: center; }
    .blog-detail .page-image img {
      display: inline-block; }
  .blog-detail .list-info {
    margin-top: 30px;
    text-align: center; }
    .blog-detail .list-info li {
      list-style: none;
      display: block;
      font-size: 14px;
      font-family: "Roboto", serif;
      color: #999;
      line-height: 1.3;
      letter-spacing: .2px;
      margin-bottom: 5px; }
      .blog-detail .list-info li span {
        color: #191919; }
    .blog-detail .list-info li a {
      color: #999;
      display: inline-block;
      position: relative;
      transition: color 300ms ease;
      line-height: 1.5; }
      .blog-detail .list-info li a::before, .blog-detail .list-info li a::after {
        content: '';
        display: block;
        height: 1px;
        width: 0;
        position: absolute;
        top: 55%;
        transform: translateY(-50%); }
      .blog-detail .list-info li a::before {
        left: 0;
        bottom: auto;
        background: transparent;
        transition: width 0s ease !important; }
      .blog-detail .list-info li a::after {
        right: 0;
        background: #191919;
        transition: width .3s ease-out; }
      .blog-detail .list-info li a:hover {
        color: #191919; }
        .blog-detail .list-info li a:hover::before {
          width: 100%;
          background: #191919;
          transition: width 0.3s ease !important; }
        .blog-detail .list-info li a:hover::after {
          width: 100%;
          background: transparent;
          transition: width 0s ease-out; }
  .blog-detail .content {
    max-width: 770px;
    margin: 85px auto auto;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 58px; }
    .blog-detail .content > p {
      max-width: 573px;
      margin: auto auto 32px; }
    .blog-detail .content p {
      font-size: 16px;
      font-family: "Roboto", serif;
      color: #666;
      line-height: 2;
      letter-spacing: 0px; }
  .blog-detail .swiper-container {
    max-width: 770px;
    margin: 90px auto;
    border-bottom: 1px solid #F2F2F2; }
  .blog-detail .swiper-container .img-wrap {
    width: 100%;
    height: 480px;
    background-position: center;
    background-size: cover; }
  .blog-detail .swiper-container .description {
    padding: 23px 0;
    margin: auto;
    max-width: calc(100% - 250px);
    opacity: 1;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto", serif;
    color: #999;
    line-height: 1.3;
    transition-delay: 200ms;
    transition: opacity 500ms ease-out; }
    .blog-detail .swiper-container .description em {
      color: #191919; }
  .blog-detail .swiper-arrow-right {
    right: 0;
    text-align: right; }
  .blog-detail .swiper-arrow-left {
    left: 0; }
  .blog-detail .swiper-arrow-right div,
  .blog-detail .swiper-arrow-left div {
    position: relative;
    top: 47%;
    transform: translateY(-50%);
    padding: 0 2px;
    display: inline-block; }
    .blog-detail .swiper-arrow-right div::before, .blog-detail .swiper-arrow-right div::after,
    .blog-detail .swiper-arrow-left div::before,
    .blog-detail .swiper-arrow-left div::after {
      content: '';
      display: block;
      height: 1px;
      width: 0;
      position: absolute;
      top: 55%;
      transform: translateY(-50%); }
    .blog-detail .swiper-arrow-right div::before,
    .blog-detail .swiper-arrow-left div::before {
      left: 0;
      bottom: auto;
      background: transparent;
      transition: width 0s ease !important; }
    .blog-detail .swiper-arrow-right div::after,
    .blog-detail .swiper-arrow-left div::after {
      right: 0;
      background: #191919;
      transition: width .3s ease-out; }
    .blog-detail .swiper-arrow-right div:hover::before,
    .blog-detail .swiper-arrow-left div:hover::before {
      width: 100%;
      background: #191919;
      transition: width 0.3s ease !important; }
    .blog-detail .swiper-arrow-right div:hover::after,
    .blog-detail .swiper-arrow-left div:hover::after {
      width: 100%;
      background: transparent;
      transition: width 0s ease-out; }
  .blog-detail .swiper-arrow-right,
  .blog-detail .swiper-arrow-left {
    width: 125px;
    background-color: #fff;
    font-size: 14px;
    font-family: "Roboto", serif;
    color: #191919;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: calc((100% - 480px) / 2);
    height: calc(100% - 480px);
    transform: translateY(50%); }
  .blog-detail .comments {
    margin-bottom: 80px; }

.optional-class.blog-detail .content > p {
  max-width: 100%; }

.blog-page .content-post .title-albums {
  position: relative;
  z-index: 999; }

.comment-respond {
  margin: 75px auto 30px;
  max-width: 570px; }
  .comment-respond .comment-reply-title {
    font-size: 24px;
    font-family: "Roboto", serif;
    color: #191919;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px; }
  .comment-respond .comment-form {
    margin-bottom: 110px;
    text-align: center; }
    .comment-respond .comment-form label {
      position: relative;
      font-size: 14px;
      text-align: left;
      font-family: "Roboto", serif;
      color: #999;
      letter-spacing: 1.2px;
      line-height: 1.3;
      width: 100%;
      float: none;
      border-bottom: 1px solid #F2F2F2; }
      .comment-respond .comment-form label:first-of-type:not([for="form-comment"]) {
        border-right: 1px solid #F2F2F2; }
      .comment-respond .comment-form label:nth-of-type(2) {
        border-left: 1px solid #F2F2F2;
        padding-left: 40px; }
      .comment-respond .comment-form label:not(:last-of-type) {
        width: 50%;
        float: left; }
      .comment-respond .comment-form label:last-of-type {
        padding-top: 19px; }
      .comment-respond .comment-form label:first-child::before {
        position: absolute;
        content: '\f007';
        font-family: 'FontAwesome';
        left: -20px;
        top: -1px; }
      .comment-respond .comment-form label:nth-child(2)::before {
        position: absolute;
        content: '\f0e0';
        font-family: 'FontAwesome';
        left: 17px;
        top: -1px; }
      .comment-respond .comment-form label:nth-child(3)::before {
        position: absolute;
        content: '\f075';
        font-family: 'FontAwesome';
        left: -22px;
        top: 18px; }
    .comment-respond .comment-form input,
    .comment-respond .comment-form textarea {
      font-size: 18px;
      font-family: "Roboto", serif;
      color: #191919;
      line-height: 1.5;
      text-align: left;
      border: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      outline: none;
      padding: 9px 0;
      width: 100%; }
      .comment-respond .comment-form input::-webkit-input-placeholder, .comment-respond .comment-form input::-moz-placeholder, .comment-respond .comment-form input:-moz-placeholder, .comment-respond .comment-form input:-ms-input-placeholder,
      .comment-respond .comment-form textarea::-webkit-input-placeholder,
      .comment-respond .comment-form textarea::-moz-placeholder,
      .comment-respond .comment-form textarea:-moz-placeholder,
      .comment-respond .comment-form textarea:-ms-input-placeholder {
        color: #191919; }
    .comment-respond .comment-form textarea {
      padding-bottom: 18px;
      margin-top: 35px;
      height: 60px;
      resize: none; }
    .comment-respond .comment-form .comment-btn {
      margin-top: 23px;
      font-size: 14px;
      font-family: "Roboto", serif;
      color: #191919;
      text-decoration: underline;
      border: none;
      background-color: transparent;
      display: inline-block;
      transition: opacity 350ms ease; }
      .comment-respond .comment-form .comment-btn:hover {
        opacity: .7; }

.sonya-comments-list .com-type,
.sonya-comments-list .children {
  list-style: none;
  left: 0; }
  .sonya-comments-list .com-type > li,
  .sonya-comments-list .children > li {
    max-width: 770px; }
.sonya-comments-list ol:not(.com-type) {
  padding-left: 0; }
.sonya-comments-list ul:not(.children) {
  padding-left: 0; }
.sonya-comments-list .comment-block {
  margin-bottom: 40px; }
.sonya-comments-list .comment-img {
  display: inline-block;
  float: left; }
  .sonya-comments-list .comment-img img {
    margin-right: 30px; }
.sonya-comments-list p {
  letter-spacing: 0px;
  margin-bottom: 5px; }
.sonya-comments-list .comment-body {
  display: inline-block;
  position: relative;
  width: calc(100% - 130px); }
.sonya-comments-list .comment-title {
  font-size: 18px;
  font-family: "Roboto", serif;
  margin-top: -3px;
  color: #191919;
  line-height: 1.3;
  display: block;
  margin-bottom: 8px; }
.sonya-comments-list .comment-date {
  display: block;
  font-size: 13px;
  font-family: "Roboto", serif;
  color: #999;
  line-height: 1.5;
  margin-bottom: 4px;
  font-style: italic; }
.sonya-comments-list .comment-reply-link {
  font-size: 14px;
  font-family: "Roboto", serif;
  color: #191919;
  line-height: 1.3;
  transition: all 350ms ease; }
  .sonya-comments-list .comment-reply-link:hover {
    opacity: .7; }
.sonya-comments-list .children {
  padding-left: 70px;
  margin-bottom: 48px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - SWIPER SLIDER*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  height: inherit; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: ew-resize;
  margin: 0 auto;
  height: inherit;
  float: left; }

.swiper-slide {
  float: left;
  height: inherit;
  position: relative; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - WIDGETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 40px; }
  .sidebar .widget .widget-title {
    font: 700 16px "Roboto", serif;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 20px; }
  .sidebar .widget ul {
    list-style: none;
    padding-left: 0; }
  .sidebar .widget li {
    margin-bottom: 9px; }
  .sidebar .widget strong {
    color: #191919; }
  .sidebar .widget a {
    font-family: "Roboto", serif;
    color: #191919;
    transition: opacity .3s ease-out; }
    .sidebar .widget a:hover {
      opacity: .7; }
  .sidebar .widget select {
    font-family: "Roboto", serif;
    color: #191919;
    padding: 5px;
    width: 100%;
    font-size: 14px; }
    .sidebar .widget select option {
      font-family: "Roboto", serif;
      color: #191919;
      font-size: 14px; }
  .sidebar .widget .children,
  .sidebar .widget .sub-menu {
    padding-left: 0;
    margin-top: 12px; }
  .sidebar .widget .img {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 190px; }
  .sidebar .widget.widget_categories .cat-item {
    color: #999; }
    .sidebar .widget.widget_categories .cat-item a {
      font-size: 14px;
      text-transform: capitalize; }
  .sidebar .widget.widget_archive li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_nav_menu li {
    color: #999; }
  .sidebar .widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    background-color: #f2f2f2;
    font-size: 12px !important;
    padding: 7px 10px 8px;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    transition: all .3s ease-out; }
    .sidebar .widget.widget_tag_cloud .tagcloud a:hover {
      opacity: 1;
      border: 1px solid #191919; }
  .sidebar .widget.widget_recent_comments .recentcomments {
    font-family: "Roboto", serif; }
  .sidebar .widget.widget_recent_entries ul li span {
    color: #BFBFBF;
    display: block;
    margin-top: -5px; }
  .sidebar .widget.widget_search form {
    height: 37px;
    position: relative; }
    .sidebar .widget.widget_search form::before {
      content: "\f002";
      font-family: "FontAwesome";
      position: absolute;
      color: #fff;
      width: 45px;
      text-align: center;
      background-color: transparent !important;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
    .sidebar .widget.widget_search form::after {
      content: '';
      background-color: #191919;
      position: absolute;
      width: 45px;
      height: 35px;
      top: 0;
      right: 0;
      z-index: -1; }
  .sidebar .widget.widget_search label {
    width: calc(100% - 45px); }
  .sidebar .widget.widget_search .search-field {
    font-family: "Roboto", serif;
    font-size: 14px;
    color: #191919;
    border: 1px solid #191919;
    border-radius: 0;
    outline: none;
    padding: 8px 60px 8px 10px;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .sidebar .widget.widget_search .search-submit {
    font-family: "Roboto", serif;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    color: transparent;
    background-color: transparent;
    width: 45px;
    height: 37px;
    outline: none;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0; }
  .sidebar .widget.widget_rss .widget-title .rsswidget {
    margin-bottom: 0; }
  .sidebar .widget.widget_rss li {
    margin-bottom: 20px; }
  .sidebar .widget.widget_rss .rsswidget {
    display: inline-block;
    font-style: italic;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 700; }
  .sidebar .widget.widget_rss .rss-date,
  .sidebar .widget.widget_rss cite {
    font-family: "Roboto", serif;
    color: #191919;
    opacity: .7;
    display: inline-block;
    margin-bottom: 7px; }
  .sidebar .widget.widget_rss .rss-date {
    font-size: 13px; }
  .sidebar .widget.widget_rss cite {
    opacity: 1;
    margin-top: 7px; }
  .sidebar .widget.widget_rss .rssSummary {
    font-size: 14px;
    line-height: 24px;
    font-family: "Roboto", serif;
    color: #191919;
    letter-spacing: 0px; }
  .sidebar .widget.widget_calendar table thead th,
  .sidebar .widget.widget_calendar table tbody td,
  .sidebar .widget.widget_calendar table caption {
    font: 700 14px "Roboto", serif;
    text-align: center;
    padding: 9px 0; }
  .sidebar .widget.widget_calendar table caption {
    color: #191919;
    letter-spacing: 1px; }
  .sidebar .widget.widget_calendar table tfoot a {
    font: 700 12px "Roboto", serif;
    text-transform: uppercase;
    color: #191919; }
  .sidebar .widget.widget_calendar table tfoot td {
    padding: 9px; }
  .sidebar .widget.widget_calendar table tfoot #prev {
    text-align: left; }
  .sidebar .widget.widget_calendar table tfoot #next {
    text-align: right; }
  .sidebar .widget.widget_calendar table thead th {
    color: #191919;
    padding: 8px; }
  .sidebar .widget.widget_calendar table tbody td {
    color: #191919;
    font-weight: 400;
    font-family: "Roboto", serif;
    font-size: 12px; }
    .sidebar .widget.widget_calendar table tbody td a {
      font-weight: 700;
      font-family: "Roboto", serif;
      display: inline-block;
      border-bottom: 1px solid #191919; }
  .sidebar .widget.widget_text p {
    letter-spacing: 0px;
    margin-bottom: 3px; }
  .sidebar .widget.widget_text a {
    display: inline-block; }
  .sidebar .widget.widget_text .wp-caption .wp-caption-text {
    margin-top: 0; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - CONTACT PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.contact-page {
  display: flex;
  min-height: calc(100vh - 120px);
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 70px 0;
  text-align: center; }
  .contact-page .wrapper {
    width: 100%; }
  .contact-page h1, .contact-page h2, .contact-page h3, .contact-page h4, .contact-page h5, .contact-page h6 {
    font-family: "Roboto", serif;
    color: #191919;
    line-height: 1.3;
    margin-bottom: 8px; }
  .contact-page p, .contact-page a {
    font-size: 14px;
    font-family: "Roboto", serif;
    color: #999;
    line-height: 1.3;
    transition: all 350ms ease; }
  .contact-page p {
    margin-bottom: 22px; }
    .contact-page p::before {
      display: table;
      content: " "; }
    .contact-page p::after {
      display: table;
      content: " ";
      clear: both; }
  .contact-page a:hover {
    color: #191919; }
  .contact-page .weather,
  .contact-page .contacts {
    border: 1px solid #F0F0F0;
    max-width: 370px;
    width: 100%;
    display: inline-block;
    margin: 0 15px;
    vertical-align: top; }
  .contact-page .contacts .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .contact-page .weather {
    background-color: #F0F0F0;
    padding: 125px 20px 115px; }
    .contact-page .weather img {
      max-height: 120px;
      max-width: 100%;
      height: auto;
      width: auto;
      margin-bottom: 10px; }
    .contact-page .weather .city {
      font-size: 34px;
      font-family: "Roboto", serif;
      color: #191919;
      line-height: 1.3; }
    .contact-page .weather .temperature {
      font-size: 18px;
      font-family: "Roboto", serif;
      color: #999;
      line-height: 1.3;
      margin-bottom: 14px; }
  .contact-page .button-wrap {
    margin-top: 30px;
    max-width: 770px;
    display: inline-block;
    width: 100%;
    padding-left: 400px; }
  .contact-page .form-button-popup {
    color: #191919;
    text-decoration: underline;
    transition: opacity 350ms ease; }
    .contact-page .form-button-popup:hover {
      opacity: .7; }

.about-form-wrap {
  display: inline-block; }

.form-wrap {
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  display: inline-block;
  max-width: 780px;
  margin-right: auto !important;
  margin-left: auto !important; }
  .form-wrap p {
    padding: 0;
    margin-bottom: 60px; }
  .form-wrap .arrow {
    position: absolute;
    top: 20px;
    right: 0; }
    .form-wrap .arrow::before {
      content: '';
      height: 4px;
      display: inline-block;
      position: relative;
      top: -4px;
      width: 27px;
      right: -6px;
      background-color: #191919; }

.wpcf7 label {
  font-size: 14px;
  font-family: "Roboto", serif;
  color: #999;
  line-height: 1.5;
  text-align: left;
  width: 100%; }

.wpcf7 {
  width: 770px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

.wpcf7 input,
.wpcf7 textarea {
  font-size: 14px;
  font-family: "Roboto", serif;
  color: #191919;
  line-height: 1.5;
  border: 0;
  border-bottom: 1px solid #999;
  border-radius: 0;
  outline: none;
  width: 100%;
  resize: none;
  text-align: left;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .wpcf7 input::-webkit-input-placeholder,
  .wpcf7 textarea::-webkit-input-placeholder {
    transition: all .3s ease-out;
    font-size: 12px;
    color: #999; }
  .wpcf7 input::-moz-placeholder,
  .wpcf7 textarea::-moz-placeholder {
    transition: all .3s ease-out;
    font-size: 12px;
    color: #999; }
  .wpcf7 input:-moz-placeholder,
  .wpcf7 textarea:-moz-placeholder {
    transition: all .3s ease-out;
    font-size: 12px;
    color: #999; }
  .wpcf7 input:-ms-input-placeholder,
  .wpcf7 textarea:-ms-input-placeholder {
    transition: all .3s ease-out;
    font-size: 12px;
    color: #999; }
  .wpcf7 input:focus,
  .wpcf7 textarea:focus {
    font-size: 28px;
    padding-top: 20px;
    font-family: "Roboto", serif; }
    .wpcf7 input:focus::-webkit-input-placeholder,
    .wpcf7 textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    .wpcf7 input:focus::-moz-placeholder,
    .wpcf7 textarea:focus::-moz-placeholder {
      color: transparent; }
    .wpcf7 input:focus:-moz-placeholder,
    .wpcf7 textarea:focus:-moz-placeholder {
      color: transparent; }
    .wpcf7 input:focus:-ms-input-placeholder,
    .wpcf7 textarea:focus:-ms-input-placeholder {
      color: transparent; }

.wpcf7 textarea {
  padding-bottom: 0; }

.wpcf7 input[type="submit"],
.btn-error {
  display: inline-block;
  font-size: 14px;
  font-family: "Roboto", serif;
  width: auto;
  color: #191919;
  line-height: 1.3;
  text-decoration: underline;
  transition: opacity 350ms ease;
  background-color: transparent;
  border: none; }
  .wpcf7 input[type="submit"]:visited,
  .btn-error:visited {
    opacity: .7;
    color: #191919; }
  .wpcf7 input[type="submit"]:focus,
  .btn-error:focus {
    opacity: .7; }
  .wpcf7 input[type="submit"]:hover,
  .btn-error:hover {
    opacity: .7; }

.wpcf7-not-valid {
  border-bottom: 1px solid red !important; }

span.wpcf7-not-valid-tip {
  display: none !important; }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  border: none;
  font-family: "Roboto", serif;
  font-size: 14px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - 404 PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.content-error {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  height: calc(100vh - 170px); }
  .content-error .vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .content-error .title-error {
    font-family: "Roboto", serif;
    font-size: 70px;
    color: #191919;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .content-error .subtitle-error {
    font-family: "Roboto", serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #191919;
    line-height: 28px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin: 10px 0; }
  .content-error .btn-error {
    width: initial;
    padding: 8px 23px;
    margin-top: 15px;
    color: #191919; }
    .content-error .btn-error:hover {
      color: #191919;
      text-decoration: underline; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - SEARCH PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.no-results {
  min-height: 400px;
  margin-top: -140px;
  height: calc(100vh - 170px); }
  .no-results .page-title {
    margin-top: 10px;
    margin-bottom: 20px; }
  .no-results .page-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.search .page-title {
  padding: 0 15px;
  margin-bottom: 40px;
  line-height: 1.3; }
  .search .page-title span {
    font-family: "Roboto", serif;
    text-decoration: underline; }
.search .search-field {
  font-family: "Roboto", serif;
  font-size: 14px;
  color: #191919;
  border: 0;
  border-bottom: 1px solid #191919;
  border-radius: 0;
  outline: none;
  padding: 3px 0 10px 0;
  width: 100%; }
.search label {
  display: block;
  max-width: 570px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
.search .search-submit {
  font-family: "Roboto", serif;
  color: #191919;
  outline: none;
  border: 1px solid transparent;
  padding: 0;
  margin-top: 50px;
  border-radius: 0px;
  border-bottom-color: #191919;
  display: inline-block;
  font-size: 14px;
  width: auto;
  line-height: 1.3;
  transition: all 350ms ease;
  background-color: transparent; }
  .search .search-submit:hover {
    border-color: transparent; }
.search .page .content-post {
  margin-bottom: 34px; }
  .search .page .content-post .post-excerpt p {
    margin-bottom: 0; }

.no-menu {
  background-color: #fff;
  padding: 0 15px;
  display: block;
  text-align: center; }
  .no-menu a {
    color: #999; }

.single-albums-image.masonry .image-link,
.single-albums-image.masonry .image-link img {
  transform: translateZ(0); }

.portfolio-grid .tg-item,
.portfolio-masonry .tg-item {
  opacity: 0;
  transition: opacity 1.5s ease; }
.portfolio-grid.animation .tg-item,
.portfolio-masonry.animation .tg-item {
  opacity: 1; }
.portfolio-grid .tg-item:nth-of-type(1),
.portfolio-masonry .tg-item:nth-of-type(1) {
  transition-delay: 350ms; }
.portfolio-grid .tg-item:nth-of-type(2),
.portfolio-masonry .tg-item:nth-of-type(2) {
  transition-delay: 700ms; }
.portfolio-grid .tg-item:nth-of-type(3),
.portfolio-masonry .tg-item:nth-of-type(3) {
  transition-delay: 1050ms; }
.portfolio-grid .tg-item:nth-of-type(4),
.portfolio-masonry .tg-item:nth-of-type(4) {
  transition-delay: 1400ms; }
.portfolio-grid .tg-item:nth-of-type(5),
.portfolio-masonry .tg-item:nth-of-type(5) {
  transition-delay: 1750ms; }
.portfolio-grid .tg-item:nth-of-type(6),
.portfolio-masonry .tg-item:nth-of-type(6) {
  transition-delay: 2100ms; }
.portfolio-grid .tg-item:nth-of-type(7),
.portfolio-masonry .tg-item:nth-of-type(7) {
  transition-delay: 2450ms; }
.portfolio-grid .tg-item:nth-of-type(8),
.portfolio-masonry .tg-item:nth-of-type(8) {
  transition-delay: 2800ms; }
.portfolio-grid .tg-item:nth-of-type(9),
.portfolio-masonry .tg-item:nth-of-type(9) {
  transition-delay: 3150ms; }
.portfolio-grid .tg-item:nth-of-type(10),
.portfolio-masonry .tg-item:nth-of-type(10) {
  transition-delay: 3500ms; }
.portfolio-grid .tg-item:nth-of-type(11),
.portfolio-masonry .tg-item:nth-of-type(11) {
  transition-delay: 3850ms; }
.portfolio-grid .tg-item:nth-of-type(12),
.portfolio-masonry .tg-item:nth-of-type(12) {
  transition-delay: 4200ms; }
.portfolio-grid .tg-item:nth-of-type(13),
.portfolio-masonry .tg-item:nth-of-type(13) {
  transition-delay: 4550ms; }
.portfolio-grid .tg-item:nth-of-type(14),
.portfolio-masonry .tg-item:nth-of-type(14) {
  transition-delay: 4900ms; }
.portfolio-grid .tg-item:nth-of-type(15),
.portfolio-masonry .tg-item:nth-of-type(15) {
  transition-delay: 5250ms; }
.portfolio-grid .tg-item:nth-of-type(16),
.portfolio-masonry .tg-item:nth-of-type(16) {
  transition-delay: 5600ms; }
.portfolio-grid .tg-item:nth-of-type(17),
.portfolio-masonry .tg-item:nth-of-type(17) {
  transition-delay: 5950ms; }
.portfolio-grid .tg-item:nth-of-type(18),
.portfolio-masonry .tg-item:nth-of-type(18) {
  transition-delay: 6300ms; }
.portfolio-grid .tg-item:nth-of-type(19),
.portfolio-masonry .tg-item:nth-of-type(19) {
  transition-delay: 6650ms; }
.portfolio-grid .tg-item:nth-of-type(20),
.portfolio-masonry .tg-item:nth-of-type(20) {
  transition-delay: 7000ms; }
.portfolio-grid .tg-item:nth-of-type(21),
.portfolio-masonry .tg-item:nth-of-type(21) {
  transition-delay: 7350ms; }
.portfolio-grid .tg-item:nth-of-type(22),
.portfolio-masonry .tg-item:nth-of-type(22) {
  transition-delay: 7700ms; }
.portfolio-grid .tg-item:nth-of-type(23),
.portfolio-masonry .tg-item:nth-of-type(23) {
  transition-delay: 8050ms; }
.portfolio-grid .tg-item:nth-of-type(24),
.portfolio-masonry .tg-item:nth-of-type(24) {
  transition-delay: 8400ms; }
.portfolio-grid .tg-item:nth-of-type(25),
.portfolio-masonry .tg-item:nth-of-type(25) {
  transition-delay: 8750ms; }
.portfolio-grid .tg-item:nth-of-type(26),
.portfolio-masonry .tg-item:nth-of-type(26) {
  transition-delay: 9100ms; }
.portfolio-grid .tg-item:nth-of-type(27),
.portfolio-masonry .tg-item:nth-of-type(27) {
  transition-delay: 9450ms; }
.portfolio-grid .tg-item:nth-of-type(28),
.portfolio-masonry .tg-item:nth-of-type(28) {
  transition-delay: 9800ms; }
.portfolio-grid .tg-item:nth-of-type(29),
.portfolio-masonry .tg-item:nth-of-type(29) {
  transition-delay: 10150ms; }
.portfolio-grid .tg-item:nth-of-type(30),
.portfolio-masonry .tg-item:nth-of-type(30) {
  transition-delay: 10500ms; }

@media (max-width: 1024px) {
  .about-page h1 {
    font-size: 28px; }

  .custom-text {
    font-size: 28px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  header .content-header-scrolling > div > div .main-menu li {
    padding: 0 8px; } }
@media (min-width: 992px) {
  .albums-container.masonry .albums.col-md-4,
  .albums-container.masonry .img-list-gallery.col-md-4,
  .single-albums-image.masonry .albums.col-md-4,
  .single-albums-image.masonry .img-list-gallery.col-md-4 {
    padding: 0;
    margin: 0 30px 60px;
    width: calc(33.333% - 60px); }
    .albums-container.masonry .albums.col-md-4 .title-albums h5,
    .albums-container.masonry .img-list-gallery.col-md-4 .title-albums h5,
    .single-albums-image.masonry .albums.col-md-4 .title-albums h5,
    .single-albums-image.masonry .img-list-gallery.col-md-4 .title-albums h5 {
      font-size: 24px;
      margin-bottom: 0; }
  .albums-container.masonry .albums.col-md-6,
  .albums-container.masonry .img-list-gallery.col-md-6,
  .single-albums-image.masonry .albums.col-md-6,
  .single-albums-image.masonry .img-list-gallery.col-md-6 {
    padding: 0;
    margin: 0 50px 100px;
    width: calc(50% - 100px); }

  .single-albums-image.masonry .img-list-gallery.col-md-4 {
    margin: 0 30px 60px; }
  .single-albums-image.masonry .img-list-gallery.col-md-6 {
    margin: 0 50px 63px; } }
@media (min-width: 768px) {
  .sonya-comments-list .comment-title,
  .sonya-comments-list .comment-date {
    display: inline-block; }

  .sonya-comments-list .comment-title {
    margin-right: 15px; }

  .sonya-comments-list .comment-block {
    display: flex;
    align-items: flex-start; } }
@media (max-width: 768px) {
  .comment-respond {
    margin: 15px auto 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .albums-container.masonry .albums.col-sm-6,
  .albums-container.masonry .img-list-gallery.col-sm-6,
  .single-albums-image.masonry .albums.col-sm-6,
  .single-albums-image.masonry .img-list-gallery.col-sm-6 {
    padding: 0;
    margin: 0 30px 60px;
    width: calc(50% - 60px); }

  .single-albums-image.masonry .img-list-gallery.col-sm-6 {
    margin: 0 30px 30px; } }
@media (max-width: 1199px) {
  .no-padd-1 {
    padding: 0; } }
@media (min-width: 992px) {
  .content-header-scrolling {
    max-width: calc(100% - 60px) !important; }

  .content-header-scrolling .main-menu {
    display: inline-block !important; } }
@media (min-width: 992px) {
  .show-sidebar:first-child:not(:last-child) {
    width: 75%; }

  .show-sidebar:first-child:last-child {
    width: 100%; } }
@media (max-width: 991px) {
  .no-results {
    margin-top: -70px; }

  .wpcf7 {
    width: 100%; }

  .contact-page .weather {
    padding: 80px 20px 80px; }

  .contact-page .weather,
  .contact-page .contacts {
    max-width: 300px; }

  .contact-page .button-wrap {
    max-width: 660px;
    padding-left: 345px; }

  #secondary {
    padding: 0 15px;
    margin-top: 30px; }

  header .content-header-scrolling {
    width: calc(100% - 60px); }
    header .content-header-scrolling .menu-wrap .main-menu li {
      opacity: 0;
      transition: opacity 400ms ease; }
    header .content-header-scrolling .menu-wrap.active .main-menu li {
      opacity: 1; }
    header .content-header-scrolling .main-menu {
      padding-left: 25px;
      overflow: auto; }
    header .content-header-scrolling .main-menu .menu-item a::before,
    header .content-header-scrolling .main-menu .menu-item a::after {
      content: none; }
    header .content-header-scrolling .main-menu .menu-item a {
      color: #191919 !important;
      text-transform: uppercase;
      padding: 5px 10px;
      display: block; }
    header .content-header-scrolling .sub-menu {
      padding: 0 !important; }
      header .content-header-scrolling .sub-menu .sub-menu {
        margin-bottom: 10px; }
      header .content-header-scrolling .sub-menu li {
        margin: 0 15px !important; }

  header .logo {
    min-height: 10px; }

  header .content-header-scrolling > div > div .main-menu {
    display: none; }

  header .menu-button {
    display: inline-block; }

  header .content-header-scrolling > div > div .menu-wrap {
    vertical-align: top; }

  header .menu-wrap .main-menu {
    position: absolute;
    height: 100vh;
    padding-top: 30px;
    top: 100%;
    width: 100%;
    left: 0;
    padding-right: 25px; }
    header .menu-wrap .main-menu li {
      display: block;
      opacity: 1;
      padding: 0 !important;
      text-align: left;
      position: relative; }
      header .menu-wrap .main-menu li.menu-item-has-children > i {
        position: absolute;
        top: 10px;
        right: 0; }
      header .menu-wrap .main-menu li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        opacity: 1; }

  .single-albums-image.adjusted_grid .img-list-gallery {
    margin-bottom: 50px; }

  img.mfp-img {
    padding: 100px 50px; }

  .mfp-arrow-left {
    left: 15px; }

  .mfp-arrow-right {
    right: 15px; }

  .mfp-arrow {
    margin-top: -20px; }

  .white-popup-block {
    padding: 0 50px; }

  .blog-page, .default-page {
    margin-top: 70px; }

  .blog-page .pagination {
    margin-top: 5px;
    margin-bottom: 15px; }

  .albums-container.list article .title-albums h5 {
    font-size: 26px; }

  .sidebar .widget .img {
    height: 300px; }

  .post-image {
    margin-bottom: 15px; }

  .item.albums,
  .item.albums.col-md-12 {
    margin-bottom: 45px; }
    .item.albums .title-albums,
    .item.albums.col-md-12 .title-albums {
      text-align: left;
      margin-top: 15px; }
      .item.albums .title-albums div,
      .item.albums.col-md-12 .title-albums div {
        top: 7px;
        font-size: 14px; }
      .item.albums .title-albums h5,
      .item.albums.col-md-12 .title-albums h5 {
        font-size: 20px; }

  .albums-container.masonry .albums.col-md-6 {
    padding: 0px; }

  .albums-container.masonry .albums {
    margin-bottom: 20px; }

  .albums-container.masonry .title-albums h5 {
    font-size: 30px; }

  .albums-container {
    margin: 70px auto 0; }

  .albums-container.list article .albums-image {
    height: 230px; }

  .albums-container.list article {
    margin-bottom: 0 !important; }

  .albums-container.list {
    margin-top: 50px; }

  .custom-text {
    margin: 20px 0 0;
    max-width: 80%;
    padding: 50px 0px 0px; } }
@media (max-width: 768px) {
  .default-page .content {
    margin: 35px auto 50px;
    padding-bottom: 20px; }

  .sonya-comments-list .children {
    padding-left: 40px; }

  .blog-detail .swiper-container .description {
    max-width: 100%; }

  .comment-respond .comment-form input, .comment-respond .comment-form textarea {
    font-size: 14px; }

  .blog-detail .title-post, .default-page .title-post {
    font-size: 34px; }

  blockquote {
    padding: 0; }

  blockquote p {
    font-size: 25px !important; }

  .blog-detail .swiper-container .img-wrap {
    height: 280px; }

  .sonya-comments-list .comment-img {
    float: none; }
    .sonya-comments-list .comment-img img {
      width: 70px;
      height: 70px; }

  .sonya-comments-list .comment-body {
    width: 100%;
    margin-top: 15px; }

  .blog-detail .swiper-container {
    padding-top: 30px; }
    .blog-detail .swiper-container .swiper-arrow-right,
    .blog-detail .swiper-container .swiper-arrow-left {
      top: 0;
      transform: none;
      height: 30px; }

  .blog-detail {
    margin-top: 70px; }
    .blog-detail .content p {
      font-size: 15px; }

  .albums-container {
    margin: 70px auto 0px; }

  .albums-container.list article {
    display: block; }
    .albums-container.list article .albums-image {
      height: auto;
      margin: auto;
      padding-top: 30px;
      padding-bottom: 0px;
      text-align: center;
      display: block; }
    .albums-container.list article .wrap-title {
      width: 100%;
      display: block;
      padding-top: 15px;
      padding-bottom: 15px; }
      .albums-container.list article .wrap-title .title-albums {
        margin-left: 0;
        padding-right: 0; }
      .albums-container.list article .wrap-title h5 {
        display: block;
        text-align: center;
        font-size: 23px; }
      .albums-container.list article .wrap-title div {
        position: static;
        text-align: center;
        transform: none; }

  .single-albums-image.masonry .img-list-gallery.col-sm-6 {
    margin-bottom: 30px; }
    .single-albums-image.masonry .img-list-gallery.col-sm-6 img {
      width: 100%; }

  .white-popup-block {
    padding: 40px 50px; }

  .white-popup-block .img-wrap {
    display: inline-block;
    margin-bottom: 15px;
    max-width: 100%; }

  .white-popup-block .content,
  .white-popup-block .content-wrap {
    display: block;
    padding: 0;
    text-align: center; }

  .white-popup-block .popup-title {
    font-size: 30px;
    margin-bottom: 10px; }

  .white-popup-block .descr p em {
    margin-bottom: 5px; }

  .white-popup-block .descr p {
    line-height: 1.5; }

  .blog-detail .page-image {
    margin-top: 20px; }

  .blog-detail .date, .default-page .date {
    margin-bottom: 17px; }

  .blog-detail .content {
    margin: 35px auto auto;
    padding-bottom: 28px; }
    .blog-detail .content p {
      margin-bottom: 15px; }

  .blog-detail .swiper-container {
    margin: 40px auto; }

  .blog-detail .post {
    margin-bottom: 50px; }

  .blog-detail .comments {
    margin-bottom: 20px; }

  .comment-respond .comment-reply-title {
    margin-bottom: 45px; }

  .comment-respond .comment-form {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  body.admin-bar .comment-respond .comment-form label:first-child::before {
    top: 8px; }

  h3.site-title.text {
    font-size: 28px; }

  .comment-respond .comment-form label:first-child::before,
  .comment-respond .comment-form label:nth-child(2)::before,
  .comment-respond .comment-form label:nth-child(3)::before {
    left: -20px;
    top: 8px; }

  .comment-respond .comment-reply-title {
    font-size: 20px; }

  .search .page-title {
    font-size: 20px; }

  .blog-page .post.has-image {
    min-height: 1px; }

  .content-error .title-error {
    font-size: 40px; }

  .comment-respond .comment-form label:not(:last-of-type) {
    width: 100%;
    border-right: none;
    border-left: none;
    padding-left: 0;
    padding-top: 10px; }

  .comment-respond .comment-form label:last-of-type {
    padding-top: 10px; }

  .single-albums-image.adjusted_grid .img-list-gallery a {
    position: static;
    transform: none; }

  .single-albums-image.adjusted_grid .img-list-gallery {
    margin-bottom: 30px; }

  .protected-page .protected-title {
    font-size: 25px; }

  .protected-page .post-password-form {
    margin-top: 35px; }

  .protected-page .post-password-form input:not([type="submit"]) {
    line-height: 30px; }

  .protected-page .protected-img {
    margin-bottom: 30px; }

  .about-page {
    margin-top: 55px; }

  .about-page p {
    margin-bottom: 8px; }

  .post-image img {
    margin-top: 30px;
    margin-bottom: 15px; }

  .about-page .contact-info {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block; }
    .about-page .contact-info p {
      margin-bottom: 8px; }
    .about-page .contact-info p, .about-page .contact-info a {
      font-size: 14px;
      line-height: 1.3; }
    .about-page .contact-info h5 {
      margin-bottom: 7px;
      padding-bottom: 7px; }
    .about-page .contact-info .connect,
    .about-page .contact-info .exhibitions {
      display: block;
      width: 100%;
      margin-bottom: 20px; }

  .about-page p {
    line-height: 1.3; }

  .about-page h1 {
    font-size: 19px; }

  .about-page h1,
  .about-page h2,
  .about-page h3,
  .about-page h4,
  .about-page h5,
  .about-page h6 {
    line-height: 1.4; }

  .blog-page .post {
    display: block;
    min-height: 1px; }
    .blog-page .post .content-post > a h3 {
      font-size: 26px;
      margin-bottom: 5px; }
    .blog-page .post .content-post .subtitle-post {
      margin-bottom: 2px; }
    .blog-page .post .post-excerpt p {
      font-size: 14px;
      letter-spacing: .2px; }
    .blog-page .post .albums-image {
      height: 300px;
      margin-bottom: 20px; }
    .blog-page .post > div {
      display: inline-table; }

  .contact-page .weather,
  .contact-page .contacts {
    padding: 50px 20px;
    max-width: 100%;
    margin: auto; }

  .contact-page .contacts {
    margin-top: 20px; }

  .contact-page .contacts .content {
    top: auto;
    transform: none; }

  .contact-page .button-wrap {
    max-width: 100%;
    padding-left: 0; }

  .custom-text {
    font-size: 19px;
    max-width: 100%; }

  .pagination .next-post, .pagination .nav-next, .navigation .next-post, .navigation .nav-next {
    right: -43px; }

  .pagination .previus-post, .pagination .nav-previous, .navigation .previus-post, .navigation .nav-previous {
    left: -43px; } }
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed; }

  .no-results {
    margin-top: -60px; }

  .default-page .content {
    padding-bottom: 10px; }

  .sonya-comments-list .children {
    padding-left: 10px; }

  .blog-detail .content {
    padding-bottom: 10px; }

  .blog-detail .post {
    margin-bottom: 30px; }

  .blog-detail .title-post, .default-page .title-post {
    font-size: 30px; }

  .blog-page, .default-page {
    margin-top: 60px;
    margin-bottom: 0; }

  .albums-container {
    margin: 60px auto 0; }

  .item.albums, .item.albums.col-md-12 {
    margin-bottom: 20px; }

  header .content-header-scrolling {
    width: calc(100% - 30px); }

  header .content-header-scrolling > div > div .logo {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 200px;
    word-break: break-all; }

  header .menu-button {
    padding-right: 20px;
    padding-left: 20px; }

  body {
    padding-right: 15px;
    padding-left: 15px; }
    body::after {
      width: 15px; }
    body::before {
      left: 15px;
      right: 15px; }

  #page::after {
    width: 15px; }
  #page::before {
    right: 15px;
    left: 15px; }

  .pagination .nav-next,
  .navigation .nav-next {
    right: -55px; }

  .pagination .nav-previous,
  .navigation .nav-previous {
    left: -55px; }

  .albums-container.grid .albums .albums-image {
    height: 300px !important; }

  .albums-container.masonry .title-albums h5 {
    font-size: 20px;
    margin-bottom: 0; }

  .single-albums-image.adjusted_grid .img-list-gallery {
    margin-bottom: 15px; }

  .white-popup-block .popup-title {
    font-size: 22px; }

  .protected-page .protected-text {
    font-size: 14px; }

  .protected-page .protected-title {
    font-size: 20px; } }
@media (max-width: 480px) {
  .blog-page .post .albums-image {
    height: 200px; }

  .blog-page .post .content-post > a h3 {
    font-size: 22px; }

  .blog-page .post .post-excerpt p {
    letter-spacing: .1px; } }

/*# sourceMappingURL=styles.css.map */
