/*
Theme Name: Slavyanbank Custom Theme
Theme URI: https://github.com/SochnayaHurma/slav-bank
Author: Alexey Fedorov
Description: Frontend integration of the Slavyanbank website.
Version: 1.1.2
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: Slavyanbank Custom Theme
*/

@media (min-width: 980px) {
	.v3-hero.reveal.is-in {
		min-height: 580px;
	}
}
  @media (max-width: 980px) {
	  .row.mob-font-13.mob-v {
		  align-items: start;
	  } 
	  #info-block {
		  grid-row: 1;
	  }
	  main {
		  display: grid;
	  }
    .v3-route-media {
      display: none;
    }
	  .mono {font-size:13px;}
  }

  @media (max-width: 368px) {
    .mono, .muted {
      font-size: 12px;
    }
    .bento-card {padding-left: 12px !important;}
    .wp-block-list {padding-left: 0; }
    .doc-arrow  {
      min-width: 94px !important;
    }
  }
