/*!
Theme Name: richwald
Theme URI: https://richwald.club/
Author: richwald.club
Author URI: https://richwald.club/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: richwald
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.nones {
	display: none !important;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

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

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}





/*============================================================================================*/


body {
	font-family: 'Montserrat', sans-serif !important;
}

header {
	width: 100%;
	background: #33d5ae;
	height: 55px;
}
.container-left {
  width: 21%;
  float: left;
}
.container-left.side {
    width: 15%;
    float: left;
    background: #fddb00;
    padding-top: 55px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-top: 0px;
    right: auto;
    height: 100%;
    position: fixed;
    min-height: 100vh;
    z-index: -1;
}
.container-right {
  width: 85%;
  float: right;
  right: 0;
  padding: 0 3.5%;
  box-sizing: border-box;
}
a.custom-logo-link  {
	width: 80%;
	margin: 30px auto 10px auto;
	display: block;
	text-align: center;
}
.search {
	width: 80%;
	display: block;
	margin: 0 auto;
}
body.search {
    width: 100%;
    margin: 0;
}
.search-form .search-submit {
    position: relative;
    padding: 0;
    background-image: url(img/search-icon.jpg);
    border: 0;
    background-color: transparent;
    right: 0px;
    top: -6px;
    color: #7a7a7a;
    cursor: pointer;
    font-size: 0px;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -6px;
    border-radius: 0;
}
.banner-top {
	margin-top: 20px;
}
.banner-top img {
	width: 100%;
	height: auto;
}
.pages .title-top {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    height: 70px;
    line-height: 72px;
    margin-top: -7px;
}
.pages .title-top img {
    height: 30px;
    width: auto;
    display: inline-block;
    margin-right: 20px;
    top: 6px;
    position: relative;
}
.pages .title-top {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}
h1.sub-top {
	margin: 0;
	background-color: #2c2f50;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	padding: 7px 0px;
	width: 100%;
}
input.search-field {
height: 40px;
    border-radius: 0;
    border: 0;
    padding: 0 5px;
    width: calc(100% - 40px);
}
#primary-menu {
	margin-top: 60px;
}

.home-post li {
    width: calc(25% - 18px);
    float: left;
    padding: 7px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 250px;
    overflow: hidden;
    margin: 9px;
}
#top-menu {
	margin: 0;
}
ul.home-post {
	padding: 0;
	margin: 0;
}
.video-img {
    float: left;
    margin-right: 10px;
    width: 70%;
    margin-left: 15%;
}
.video-link {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    float: right;
}
.home-post li img {
	width: auto;
    height: 100%;
    max-height: 100%;
    display: block;
    transition: 0.4s;
}
.alm-listing .alm-reveal {
    margin-top: 25px;
}
.home-post li:hover img {
    transform: scale(1.14); 
}
.alm-listing .alm-reveal>li.alm-item img {
    transition: 0.4s; 
}
.alm-listing .alm-reveal>li.alm-item:hover img {
    transform: scale(1.14); 
}

#primary-menu li a {
	width: 100%;
	text-align: center;
	display: block;
	margin: 10px 0;
	color: #2c2f50;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 44px;
}
#primary-menu li a:hover {
	background: #fc465d;
	color: #fff;
}
#primary-menu li.current-menu-item a {
	background: #fc465d;
	color: #fff;
}
.top-banner img {
	width: 100%;
	height: auto;
}
.pr-block .home-pr {
	width: 25%;
	float: left;
	padding: 7px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-ps {
	width: 25%;
	float: left;
	padding: 7px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-pr a {
    display: block;
    position: absolute;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    padding: 17px 35px;
    line-height: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}
    .home-pr:hover a {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    #mybreadcrumbs {
    	font-weight: normal;
    	font-size: 15px;
    	color: #000;
    	width: 100%;
    	text-align: center;
    	margin-top: 20px;
    }
    #mybreadcrumbs a {
      color: #000;
      font-weight: normal;
      text-decoration: none;
    }
    #mybreadcrumbs a:hover {
      text-decoration: none;
      color: #fc465d;
      font-weight: bold;
    }
    .breadcrumb_last {
      color: #fc465d;
      font-weight: bold;
    }

    .first-page h3 img {
    height: 30px;
    width: auto;
    display: inline-block;
    margin-right: 20px;
    top: 6px;
    position: relative;
}
#totop {
cursor:pointer;
position: fixed;
right: 30px;
bottom: 30px;
display: none;
outline: none;
}
.alm-item {
	width: 25%;
    display: inline-block;
    position: relative;
    padding: 10px 20px !important;
    box-sizing: border-box;
}
.alm-item a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
.alm-item a img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    max-width: 100% !important;
}
.alm-btn-wrap .alm-load-more-btn {
    font-size: 16px !important;
    background: #fbc300 !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
}
.links-block a.title_block {
    width: 25%;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    line-height: 55px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.links-block {
	display: block;
	position: relative;
	width: 100%;
	min-height: 100px;
	margin-top: 30px;
}
.links-block a img {
    height: 30px;
    width: auto;
    display: inline-block;
    margin-right: 20px;
    top: 6px;
    position: relative;
}
.alm-btn-wrap .alm-load-more-btn {
    height: 84px !important;
    padding: 20px 81px !important;
    margin-bottom: 0px !important;
}
ul.posts {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.posts li {
    width: 24%;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    text-align: center;
}
button:active{
outline: none !important;
}
:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
#mailpoet_form_1 input.parsley-success {
    color: #000 !important;
}
#mailpoet_form_1 input.parsley-error {
    color: #000 !important;
}
.mailpoet_form_loading {
	display: none !important;
}
.btn-print {
    color: #fff;
    text-align: center;
    background-color: #fc465d;
    box-shadow: 0 0 10px 5px rgba(252, 70, 93, 0.5);
    cursor: pointer;
    font-weight: bold;
    height: 84px;
    width: 256px;
    font-size: 18px;
    position: relative;
    line-height: 55px;
    bottom: 0;
    border-color: #fc465d;
    margin-top: 30px;
    display: block;
    margin-left: -22px;
}
.btn-print span img {
    height: 30px;
    width: auto;
    display: inline-block;
    margin-right: 20px;
    top: 6px;
    position: relative;
}
.btn-print:hover,  .btn-print:focus {
    border-color: #fc465d;
    box-shadow: 0 0 10px 5px rgba(252, 70, 93, 0.8);
}
.img-single {
	width: 50%;
	display: inline-block;
}
.video {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.site-branding {
	margin-bottom: 14px;
}
@media (min-width: 1480px) {
	#primary-menu li a {
	font-size: 21px;
}
}




/*========== Accordeon =============*/
/* стили блока аккордеон */
.accordion {
  width:100%;
  max-width: 100%; 
  margin: 0 auto
}
/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom:1px;
  position:relative
}
/* заголовки панелей аккордеона */
.accordion .title_block {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #009688;
    padding: 15px 55px 14px 15px;
    -webkit-transition: all .2s linear 0;
    -webkit-transition-delay: .2s 0;
    transition: all .2s linear 0;
    line-height: 44px;
    font-weight: bold;
    text-transform: uppercase;
}
.accordion .title_block a {
	text-transform: none;
}
/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content:'';
  border:2px solid #fefefe;
  border-left-width:0;
  border-bottom-width:0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  position:absolute;
  right:25px;
  top:33px
}
/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
  top:19px
}
.accordion .title_block:hover {
  background: #26A69A  
}
a.view-all {
    display: inline-block;
    background: #fbc300;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-top: -3px;
    margin-right: 14px;
    padding: 27px 30px;
    position: absolute;
    right: 50px;
    margin-top: -15px;
    line-height: 21px;
}

/* заголовок активного блока  */
.accordion .active_block .title_block {
  background: #26A69A;
  color:#fefefe
}
/* блоки с содержанием */
.accordion .info {
  display:none;
  overflow: hidden;
}
/* параграф внутри блоков с содержанием */
.accordion .info_item {
  margin-bottom:10px
}
/* картинки внутри аккордеона */
.accordion .info img {
    height: auto;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
}
/* полноразмерная картинка */
.large-img {
    width: 100%;
    margin-bottom: 10px;
}
/* миниатюра слева */
.img-left {
    width: 25%;
    float:left;
    margin:5px 15px 5px 0;
}
/* миниатюра справа */
.img-right {
    width: 25%;
    float:right;
    margin:5px 0 5px 15px;
}
.accordion h3 img {
    height: 30px;
    width: auto;
    display: inline-block;
    margin-right: 20px;
    top: 6px;
    position: relative;
    margin-left: 15px;
}
.accordion .info img {
	width: 100%;
}
/*========== END Accordeon =============*/

#true_loadmore{
	background-color: #ddd; /* сервый фон */
    	border-radius: 2px; /* закругление углов */
    	display: block; /* блочный элемент, на случай, если захотите использовать <a> */
    	text-align: center; /* выравнивание текста по центру */
    	font-size: 14px; font-size: 0.875rem; /* размер шрифта */
    	font-weight: 800; /* начертание */
    	letter-spacing: 1px; /* межбуквенный интервал */
    	cursor: pointer; /* курсор мыши при наведении такой же, как при наведении на ссылку */
    	text-transform: uppercase;
    	padding: 10px 0; /* внутренние отступы сверху и снизу у кнопки */
    	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; /* CSS-анимация*/
}
#true_loadmore:hover{
	background-color: #767676;
	color: #fff;
}
.subscri {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    margin-top: 30px;
    background-color: #2c2f50;
    margin-bottom: 0px;
    padding: 90px 20px 44px;
    text-align: center;
    color: #fff;
}
.subscri a {
	color: #fff;
	text-transform: uppercase;
	margin: 0 30px;
	display: inline-block; 
	text-decoration: none;
}
#mailpoet_form_1 .parsley-errors-list {
    color: #ffffff;
    position: absolute;
    width: auto;
    text-align: center;
    padding: 0;
    margin: 10px auto 0 auto;
    left: 0;
    right: 0;
    font-size: 12px;
}
.subscri .mailpoet_submit {
    position: absolute;
    background-image: url(img/subscr.jpg);
    font-size: 0;
    height: 46px;
    margin-top: -66px !important;
    margin-left: 104px !important;
    width: 46px;
    border-radius: 0;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.subscri .mailpoet_text {
    padding: 10px 46px 10px 10px !important;
    border-radius: 0;
    width: 300px !important;
}
.pages h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    height: 70px;
    line-height: 72px;
}
.second-page h3 {
	margin-top: 30px;
}
#breadcrumbs {
	display: inline-block;
}
#breadcrumbs span > span > a{
	display: none;
}
#breadcrumbs span > span > span > a{
	display: inline-block;
}
.pages .pr-block .home-pr:last-child {
    margin-bottom: 20px;
}
ul#top-menu {
	list-style: none;
	display: block;
	float: right;
}
ul#top-menu li {
    display: inline-block;
}
ul#top-menu li:first-child:after{
    content: 'or';
    display: inline-block;
    margin: 0 7px;
    height: 55px;
    line-height: 55px;
    position: relative;
    font-size: 16px;
    color: #fff; 
}
ul#top-menu li a {
    color: #fff;
    font-size: 16px;
    background: transparent; 
    text-decoration: none;
    font-weight: bold;
    height: 55px;
    display: inline-block;
    position: relative;
    line-height: 55px;
    padding: 0 7px;
    border: 0;
}
ul#top-menu li:last-child a {
    color: #fff;
    background: #fbc300; 
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
}
.rcb_line {
	display: block;
	float: right;
}
.rcb_line i {
	margin-right: 5px;
}
.rcb_line a {
	color: #fff;
	text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    background: #fbc300; 
    height: 55px;
    display: inline-block;
    position: relative;
    line-height: 55px;
    padding: 0 10px;
}
.rcb_line.lite a {
    background: transparent; 
    margin-right: 20px;
}
.menu-item .menu-icon {
	display: none;
	position: relative;
	width: auto;
	height: 22px;
	top: 5px;
	margin-left: -50px;
}
.menu-item .menu-icon img {
	width: auto;
	height: 22px;
	display: inline-block;
	margin-right: 20px;
}
.menu-item:hover .menu-icon, .menu-item.current-menu-item .menu-icon {
	display: inline-block;
}
.alpha {
	width: 100%;
	display: block;
	margin-top: 20px;
	height: 84px;
	position: relative;
	margin-bottom: 14px;
}
.pr-block.alph .home-pr {
    display: block;
    text-align: center;
}
.bott {
	clear: both;
}
.pr-block.alph .home-pr a {
    width: 100%;
    position: relative;
    margin-top: 0;
    font-size: 14px;
    text-align: center;
    height: 60px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 100%;
}
.pr-block.alph .home-pr a span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    top: 0;
    position: absolute;
}
.pr-block.alph .home-pr a span p {
    width: 100%;
    padding: 14px 0;
    margin: 0;
}
.pr-block.alph .home-pr a img {
    margin-bottom: -4px;
}
.left-pag {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 84px;
	text-transform: uppercase;
}
.alpha img {
    height: 30px;
    width: auto;
    display: inline-block;
    margin-right: 15px;
    top: 6px;
    position: relative;
    margin-left: 20px;
}

.pagination-sm {
    display: inline-block;
    box-sizing: border-box;
    width: calc(95% - 180px);
    padding: 0;
    margin: 29px -15px 0 25px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
}
.pagination-sm li a {
   color: #fff;
   text-decoration: none;
}
.pagination-sm li:hover a {
   color: #fddb00;
   text-decoration: none;
}
.pagination-sm li.active a {
   color: #fddb00;
   margin: 0 2%;
}
.left-pag {
	display: inline-block;
	width: 180px;
}
ul.pagination-sm {
	list-style: none;
}
ul.new_item {
	margin-top: 20px;
}
ul.pagination-sm li {
    float: left;
    margin: 0 1%;
}
.pages .home-pr a {
    opacity: 1;
    visibility: visible;
}

/* Masonry Custom CSS */
 
/* Masonry container */
#gallery {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;
}
 
/* Masonry bricks or child elements */
 
#gallery .home-ps {
display: inline-block;
/*margin: 0.5em 0 1em;*/
padding: 0;
width: 100%;
}

#mybreadcrumbs {
	width: 100%;
	text-align: center;
}
 
.page-template-page-coloring .home-pr a {
    opacity: 1;
    visibility: visible;
	width: auto;
	height: auto;
    -webkit-transition: width 0.3s, visibility 0s linear 0.3s, width: 100%;
    -moz-transition: width: 0.3s, visibility 0s linear 0.3s;
    -o-transition: width: 0.3s, visibility 0s linear 0.3s;
    transition: width: 0.3s, visibility 0s linear 0.3s;
}
.page-template-page-coloring .home-pr:hover a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.pages .home-pr {
	overflow: hidden;
	width: calc(25% - 10px);
	padding: 0;
	margin: 5px;
}
.pages .home-pr img {
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    width: 100%;
}

.pages .home-pr:hover img {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.site-header-mob {
	display: none;
}
a.mobe {
	display: none;
}
.mobe.btn-print {
	display: none;
}
.social {
	text-align: center;
	width: 100%;
}
.social-mob {
	display: none;
}
.fb {
	margin-right: 20px;
	margin-top: 20px;
}
@media only screen and (max-width : 1180px) {

.container-left.side {
	display: none;
}
.site-header-mob {
	display: block;
	background-color: #fddb00;
	width: 100%;
	height: 120px;
}
.container-right {
    width: 100%;
    float: none;
    right: 0;
    padding: 0 15px;
    box-sizing: border-box;
}
.site-header-mob a.custom-logo-link {
    width: 230px;
    margin: 14px 0px 0 40px;
    display: block;
    float: left;
}
.social-mob {
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 25px;
}
.subscri {
    margin-bottom: -24px;
}
body {
	left: 0 !important;
}
#page {
	margin-top: -14px;
}
.site-header-mob .search {
    width: 40%;
    display: block;
    margin: 40px 20px;
    float: left;
}
.cbp-spmenu-vertical {
    margin-top: 120px;
}
.cbp-spmenu-vertical li a {
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0;
    color: #2c2f50;
    padding: 3px 14px !important;
    text-transform: uppercase;
    font-weight: bold  !important;
    font-size: 16px !important;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif !important;
}
.custom #wprmenu_menu_ul {
    padding: 40px 40px 0 0px;
}
.wprmenu_bar #custom_menu_icon.hamburger {
    padding: 10px 9px 2px;
    position: absolute !important;
    z-index: 99999;
    margin: 37px 40px 0 0 !important;
}
header {
    display: none;
}
}
@media only screen and (max-width : 1024px) {
 
body.blog div#primary, body.archive div#primary { /* Masonry container */
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
.home-post li {
    width: calc(50% - 18px);
    float: left;
    padding: 7px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 280px;
    overflow: hidden;
    margin: 9px;
    border: 1px solid #ccc;
}
.pages .home-pr {
    overflow: hidden;
    width: calc(50% - 10px);
    padding: 0;
    margin: 5px;
}
.left-pag {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 84px;
    text-transform: uppercase;
    float: left;
}
.pagination-sm {
    display: inline-block;
    box-sizing: border-box;
    width: calc(95% - 180px);
    padding: 0;
    margin: 29px -15px 16px 25px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.alpha {
    width: 100%;
    display: block;
    margin-top: 20px;
    height: auto;
    position: relative;
    margin-bottom: 14px;
}
.left-pag {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 84px;
    text-transform: uppercase;
    float: left;
    margin-top: 13px;
}

}
 
@media only screen and (max-device-width : 1024px) and (orientation : portrait) {
 
body.blog div#primary, body.archive div#primary { /* Masonry container */
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media screen and (max-width: 499px) {
.subscri .mailpoet_form .mailpoet_submit {
    font-size: 0px !important;
    line-height: 1.4 !important;
}
}
 
@media only screen and (max-width : 768px) {
 
body.blog div#primary, body.archive div#primary { /* Masonry container */
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
.home-post li {
    max-height: 245px;
}
.site-header-mob a.custom-logo-link {
    margin: 14px 0px 0 20px;
}
.wprmenu_bar #custom_menu_icon.hamburger {
    margin: 37px 20px 0 0 !important;
}
#gallery {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
#mybreadcrumbs {
    margin-top: 80px;
}
.site-header-mob .search {
    width: 100%;
    display: block;
    margin: 0px;
    float: left;
    background-color: #fddb00;
    padding: 7px 20px 17px;
}

input.search-field {
    height: 40px;
    border-radius: 0;
    border: 0;
    padding: 0 5px;
    width: calc(100% - 40px);
}
.alm-item {
    width: 50%;
    display: inline-block;
    position: relative;
    padding: 10px 20px !important;
    box-sizing: border-box;
}
.wpr_search.search_top {
	display: none !important;
}
.links-block {
    display: block;
    position: relative;
    width: 100%;
    min-height: 180px;
    margin-top: 30px;
}
.links-block a.title_block {
    width: 50%;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    line-height: 55px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

ul.posts li {
    width: 49%;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    text-align: center;
}
.img-single {
    width: 70%;
    display: inline-block;
}
.video-link {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    float: right;
    margin-top: 20px;
}
.video {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.btn-print {
    color: #fff;
    text-align: center;
    background-color: #fc465d;
    box-shadow: 0 0 10px 5px rgba(252, 70, 93, 0.5);
    cursor: pointer;
    font-weight: bold;
    height: 84px;
    width: 256px;
    font-size: 18px;
    position: relative;
    line-height: 55px;
    bottom: 0;
    border-color: #fc465d;
    margin-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mobe.btn-print {
	display: block;
}
.desco.btn-print {
	display: none;
}
}
 
@media only screen and (max-width : 480px) {
 
body.blog div#primary, body.archive div#primary { /* Masonry container */
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
html.wprmenu-body-fixed body {
    max-width: 100% !important;
}
.mobe {
	display: block;
}
.desco {
	display: none;
}
.btn-print {
    color: #fff;
    text-align: center;
    background-color: #fc465d;
    box-shadow: 0 0 10px 5px rgba(252, 70, 93, 0.5);
    cursor: pointer;
    font-weight: bold;
    height: 84px;
    width: 256px;
    font-size: 18px;
    position: relative;
    line-height: 55px;
    bottom: 0;
    border-color: #fc465d;
    margin-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.desco.btn-print {
	display: none;
}
ul.posts li {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    text-align: center;
}
.pages .home-pr {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 10px 0px;
}
.alm-item {
    width: 96%;
    display: inline-block;
    position: relative;
    padding: 10px 20px !important;
    box-sizing: border-box;
}
.accordion a.view-all {
	display: none;
}
.accordion a.mobe.view-all {
	display: block;
    right: 0;
    position: relative;
    width: max-content;
    left: 0;
    margin: 20px auto 30px;
}
.home-post li {
    width: calc(50% - 18px);
    float: left;
    padding: 7px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 170px;
    overflow: hidden;
    margin: 9px;
    border: 1px solid #ccc;
}
.links-block a.title_block {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    line-height: 55px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0;
    float: none;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

}


/*@media only screen and (max-width : 1023px) {
   body {
   	display: none !important;
   }
}*/
