/*!
Theme Name: Russian Electronics
Theme URI: http://webmax.pro
Author: WebMax
Author URI:
Description: 
Version: 2.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: rus-el
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

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

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

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


h1, .h1 {
  font-size: 1.8rem;
}

h2, .h2 {
  font-size: 1.6rem;
}

h3, .h3 {
  font-size: 1.4rem;
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.5rem;
    font-size: 0.9em;
    line-height: 0.9em;
    border-radius: 0.2rem;
}

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

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }

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

/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

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

.time-block {
	margin: 0 5px 0 0;
   font-size: 0.8em;
	color: #888;
}

a:hover {
    text-decoration: none;
}

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

.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

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

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }

.widget-title { border-bottom: 2px solid #d8d8d8; padding: 0 0 5px 0; text-transform: uppercase; font-size: 0.9em;}

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

.sticky { display: block; }

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

.page-content, .entry-content, .entry-summary { margin: 0; line-height: 1.4;}
.entry-summary p {margin-bottom: .2rem;}

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

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

.bypostauthor { display: block; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

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

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

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

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

caption {
	text-align: center;
	caption-side: top;
}


.gallery { margin-bottom: 1.5em; }

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

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }


/*--------------------------------------------------------------
# Pagination
----------------------------------------------- */

.nav-links {
margin: 0 auto;
}

.pagination .page-numbers {
line-height:25px;
padding: 0 15px;
display: inline-block;
vertical-align:top;
}
 
.pagination .page-numbers.current {
text-transform: uppercase;
background: #eee;
border-radius: 0.2rem;
}
 
.pagination .current {
display: inline-block;
line-height:25px;
}
 
.pagination .prev,
.pagination .next {
display: inline-block;
padding:0 5px;
}
 
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
text-decoration:none;
}


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body { -ms-word-wrap: break-word; word-wrap: break-word; -webkit-font-smoothing: auto; text-rendering: optimizeLegibility !important; -moz-osx-font-smoothing: grayscale; font-smoothing: auto; }

a, button, input { -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }

blockquote { font-size: 1.25rem; padding: 1.25rem 1.75rem; }

table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }

table th, table td { padding: 0.25rem; vertical-align: top; border: 1px solid #bbbbbb; }
table th p:last-child, table td p:last-child {margin-bottom: 0;}

table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

table tbody + tbody { border-top: 2px solid #dee2e6; }

table table { background-color: #fff; }

figcaption { padding-top: 0; padding-bottom: .75rem; color: #212529; text-align: left; }

input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; line-height: 1.5; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; padding: 0.5rem 1.25rem; color: #fff; background-color: #007bff; border-color: #007bff; }

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover { color: #fff; background-color: #0062cc; border-color: #005cbf; cursor: pointer; }

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 { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

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: #495057; background-color: #fff; border-color: #80bdff; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder { color: #212529; opacity: 1; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

blockquote { font-style: italic; font-size: 1.15rem; border-left: 3px solid rgba(33, 37, 41, 0.25); padding: 0.5rem 1.75rem; background: rgba(33, 37, 41, 0.05); }

blockquote p { font-size: 1.15rem; }

blockquote p:last-child { margin-bottom: 0; }

.topbar {clear: both; border-bottom: 1px solid gray; padding: 3px 0; overflow: hidden; background: #095c9c;}

.searchwrap {float: right; padding: 1px 0 0 30px;}
.searchwrap .s {height: 28px; font-size: 0.9em; }

.logreg {float: left; display: block; margin: 0; font-size: 0.9em; padding: 0; line-height: 28px;}
.logreg li {display: inline-block; margin: 0 3px 0px; color: #fff;}
.logreg li a {color: #fff;}

.infogroups {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #dee2e6; padding: 15px 0 0 0;  background-color: #f8f9fa;
}

.infogroups .group-item {
  margin-bottom: -1px;

}

.infogroups .group-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  display: block;
  padding: 0.5rem 1rem;

}

.infogroups .group-link:hover, .group-tabs .group-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.infogroups .group-link.disabled {
  color: #212529;
  background-color: transparent;
  border-color: transparent;
}

.infogroups .group-link.active,
.infogroups .group-item.show .group-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.infogroups .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Remove margins and padding from the parent ul */
ul#sidebar-menu {
  margin: 0;
  padding: 0;
}

/* Remove default bullets */
ul#sidebar-menu li {
  list-style-type: none;
}

ul#sidebar-menu li li {
  list-style-type: square;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}

.article_entrance p:last-child, .article_lit p:last-child {margin: 0;}
.article_entrance, .article_lit {padding: 5px 10px; background: rgba(0, 0, 0, 0.1); margin: 0 0 1rem 0;}

.navbar-dark .navbar-nav .dropdown-menu a { display: block; width: 100%; padding: .25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

.site-footer { padding-top: 3rem; padding-bottom: 3rem; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; text-align: left; width: 50%; }

.post-thumbnail { margin: 0 1em 0 0; float: left; display: inline-block; }

.article_author { margin: 0 0 1em 0; }

.card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.entry-imgtitle {overflow: hidden;}

.h1.page-title, h1.card-title.entry-title { margin-bottom: .25rem; font-size: 2rem;}
h2.card-title.entry-title { margin-bottom: .25rem; font-size: 1.5rem;}

.prokrutka {overflow-y: auto;}

.entry-meta { padding: 0.5em; font-size: .9em; }

.entry-footer { font-size: .9em; margin-top: 1rem; }

.comments-link { float: right; margin: 4px 0px 4px 10px; font-size: 90%; padding-top: 0.2em; }

.posted-on { margin: 0 10px 0 0; }

.edit-link {float: right;}

.entry-meta .edit-link a {color: #ddd;}

.cat-links .badge, .tags-links .badge { font-size: 90%; font-weight: normal; margin: 4px 10px 4px 0; padding: 0.3em 0.9em 0.4em .9em; border-radius: unset; }

.cat-links a, .tags-links a { color: #212529; }

.cat-links a:hover, .tags-links a:hover { text-decoration: none; color: #212529; }

.entry-meta a, .comments-link a { color: #212529; }

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover { text-decoration: none; color: #007bff; }

.entry-title a:hover { color: #007bff !important; }

.content-area.wp-bp-404 .card-body { padding: 2.5rem 4rem; }

.sidebar-1-area {border: none;}

.sidebar-1-area .widget, .footer-widgets .widget { margin-bottom: 0; padding: 0 0 1.5rem 0; }

.sidebar-1-area .widget ul, .footer-widgets .widget ul { padding-left: 0px; color: #212529; margin-bottom: 0; }

.sidebar-1-area .widget ul ul { padding-top: 10px; }

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li { padding-top: 0px; padding-bottom: 1em; list-style: none; font-size: 0.9em; }

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child { padding-bottom: 0; margin-bottom: 0; }

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a { color: #212529; }

.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover { color: #0b77ca; text-decoration: none; }

.footer-widgets .widget { padding: 0.5rem; }

#wp-calendar #next { text-align: right; }

#wp-calendar #prev a, #wp-calendar #next a { color: #212529; }

#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color: #212529; text-decoration: none; }

#calendar_wrap table th, #calendar_wrap table td { padding: .25rem; }

/*--- Calendar ---*/

ul.calendar, .calendar ul, .calendar li {padding: 0; margin: 0; list-style-type: none;}
ul.calendar {margin: 2em 0; display: block; clear: both;}
.calendar ul {overflow: hidden; border-bottom: 1px solid #fff; background: #eee;}
.calendar ul ul {border: none; background: none}
.calendar li {}
.calendar li li {display: block; float: left; width: 14.2857%; min-height: 100px; line-height: 1em; border-right: 1px solid #fff; background: #eee;}
.calendar li .first li {min-height: auto; font-size: 1.2em; line-height: 1em; background: #095c9c; color: #fff; padding: 5px 0; margin: 0; text-align: center;}
.calendar li li.haveevents {display: block; background: #095c9c;}
.calendar li li.haveevents a, .calendar li li.haveevents a:hover {color: #fff;}
.calendar li li li {display: block; float: none; width: auto; border-bottom: none;  min-height: auto; border: none; padding: 5px; background: none}
.calendar .date {font-size: 1.2em; line-height: 1em; padding: 5px; background: #888; color: #fff; margin: 0; text-align: center;}


.simple-calendar td {width: 14.18%; overflow: hidden; background: #eee; border-top: 1px solid #fff; border-left: 1px solid #fff;}
.simple-calendar tr {border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.simple-calendar ul {list-style-type: none; margin: 0; padding: 0;}
.simple-calendar li {list-style-type: none; margin: 0 0 10px 0; padding: 5px; line-height: 1em; font-size: 0.9em;}
.month-previous {float: left; width: 48%}
.month-next {float: right; width: 48%; text-align: right;}

.padding15 {padding: 5px 15px;}

.sam-pro-place {display: block !important;}
.sam-pro-place a, .sam-pro-place img {
	/* width: 100%; */
	margin: 0 auto !important;
	display: block;
}

.hentry.card .card-body { padding: 0.5rem 1rem; }

.tag-cloud-link {
    display: inline-block;
    margin: 0 5px 0 0;
	color: #444;
}

.originallink {
    display: inline-block;
    background: #095c9c;
	 color: #fff;
    padding: 3px 9px;
    margin: 10px 0 0 0;
}

.article_file {
	margin: 0 0 5px 0;
}

.tml-action-links {margin: 20px 0 0 0; padding: 0;}
.tml-action-links li {list-style-type: none; display: inline-block; margin: 0 20px 0 0; padding: 0;}

.alo_easymail_widget_error {border: 1px solid #b8282e; margin: 0 0 5px 0; padding: 0 5px; font-size: 0.8em; }
.alo_easymail_widget .widget-title {border-color: #b8282e;}
.alo_easymail_widget .input-checkbox {margin: 0 5px 0 0;}
.alo_easymail_form_table {margin: 0 0 5px 0;}
.alo_easymail_form_table label {display: none;}
.alo_easymail_form_table td {border: none; text-align: left; line-height: 100%; padding: 0;}
.alo_easymail_form_table input[type="text"], .alo_easymail_form_table input[type="email"], input[type="tel"], input[type="password"] {
    width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .comment-form-cookies-consent {
    padding-right: 10px;
    padding-left: 10px;
}

/*--- Related articles ---*/

ul.related {margin: 2rem 0 0 0; padding: 0;}
ul.related li {display: block; margin: 0 0 2rem 0;}

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

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

.mt-3r { margin: 1rem 0; }

.wp-bs-4-jumbotron { margin-bottom: 0; }

.wp-bs-4-jumbotron .jumbotron-heading { font-weight: 600; }

.wp-bs-4-jumbotron .container { max-width: 40rem; }

.comments-area { clear: both; -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .media-body { overflow: auto; }

.comments-area .comment-list { list-style: none; padding-left: 0; }

.comments-area .comment-list > li { border-bottom: 1px solid #dee2e6 !important; padding: 1rem; }

.comments-area .comment-list ul.children { list-style: none; padding-left: 2rem; }

.comments-area .comment-list ul.children li { padding: 1rem 0 0; }

.comments-area .comment-list .comment-respond { 1rem; }

.comments-area .comments-title { padding: 1rem; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .comment-navigation { padding: 1rem 4rem 0; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .wb-comment-form { padding: 1rem; }

.comments-area .wb-cancel-reply { margin-left: 2rem; }

.comments-area .logged-in-as { padding-left: 15px; font-size: .9rem; }

.comments-area .logged-in-as a { color: #212529; }

.comments-area .logged-in-as a:hover { color: #212529; text-decoration: none; }

.comments-area .wb-comment-notes { font-size: .9rem; }

.comments-area .no-comments { padding: 1rem 4rem; }

.comments-area small { font-size: .9rem; }

.comments-area p { -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .comment-reply-link, .comments-area .comment-edit-link { margin-right: 1rem; color: #212529; }

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover { color: #212529; text-decoration: none; }

.comments-area .comment-author a:hover { text-decoration: none; color: #212529; }

.wp-bp-sticky { position: absolute; top: 0; right: 1rem; }

.single .post-navigation .nav-links a { color: #212529; margin-bottom: 2rem; display: inline-block; }

.single .post-navigation .nav-links a:hover { color: #212529; text-decoration: none; }

.navbar { padding: 0.5rem 0; }

#wp-bp-posts-slider { border: 1px solid rgba(0, 0, 0, 0.125); }

#wp-bp-posts-slider .carousel-item img { width: auto; height: 400px; -o-object-fit: cover; object-fit: cover; }

#wp-bp-posts-slider .carousel-caption { background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; padding: 2rem 4rem; }

#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next { width: 10%; }

.custom-logo-link { margin-right: 1rem; }

.site-title a, .navbar-dark .navbar-brand, .site-description { color: #fff; margin-bottom: 0; }

.navbar-brand { font-size: 1.5rem; }

.navbar-dark .navbar-nav .nav-link { color: #fff; opacity: 0.5; }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #fff; opacity: 0.75; }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; opacity: 1; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link { color: #212529; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus { color: #212529; }

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 { margin-top: 0 !important; }

.wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: none; }

.navbar-toggler { background-color: #095c9c; }

.site-header { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.logo { margin-right: 2em;}

.navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown-menu {
    font-size: inherit;
	min-width: 15rem;
}

.navbar-nav li li .nav-link {
	padding: 0.5rem 1rem;
}

.widget-area .widget_rusel_widget_le {}
.widget-area .widget_rusel_widget_le span, .widget_listevents span {margin: 0 0 1em 0; display: block; overflow: hidden; clear: both;}
.widget-area .widget_rusel_widget_le span a, .widget_listevents span a {color: #212529; font-size: 0.9em; line-height: 1.2em; display: block;}
.widget-area .widget_rusel_widget_le span a:hover, .widget_listevents span a:hover {color: #0b77ca; text-decoration: none}
.widget-area .widget_rusel_widget_le span .date, .widget_listevents span .date {display: block; float: left; font-size: 1.2em; line-height: 1em; width: 50px; padding: 3px 0; background: #888; color: #fff; margin: 2px 8px 5px 0; text-align: center;}
.widget-area .widget_rusel_widget_le span a.calendar_link {font-size: 0.9em; text-align: right;}
.widget-area .widget_rusel_widget_le span a.calendar_link:before {font-family: 'FontAwesome'; content: "\f0a4"; padding: 0 10px 0 0; font-size: 0.9em;}
.widget-area .widget_rusel_widget_le span .title {background-color: #f4c569; font-size: 0.9em; line-height: 1.2; margin: 0 0 0.6em 0; padding: 0.5em;}

body.custom-background .wp-bp-main-content .col-md-8 { background: #f8f9fa; padding: 2rem; border: 1px solid rgba(0, 0, 0, 0.125); }

.site-footer a:hover { text-decoration: none; }

.admin-bar .site-header.sticky-top { top: 32px; }

.wb-bp-front-page .site-header { border-bottom: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron { padding: 0; background-size: cover; background-position: center; background-color: #343a40; border-radius: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay { padding: 10rem 2rem; /* background: rgba(#212529, 0.7); */ }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead { opacity: .75; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading { font-weight: 600; font-size: 3rem; margin-bottom: 1rem; }

.wb-bp-front-page .wp-bp-services-section { padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content { padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content p { font-size: 1.25rem; font-weight: 300; }

.wb-bp-front-page .wp-bp-main-content blockquote { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content blockquote p { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content .post-thumbnail { margin-bottom: 1rem; margin-top: 0.5rem; }

.wb-bp-front-page .wp-bp-feat-card-img { -o-object-fit: cover; object-fit: cover; height: 200px; width: 100%; }

.wp-caption .wp-caption-text { font-size: 0.95rem; }


.ytp-thumbnail {
    position: relative;
    padding-bottom: inherit;
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-height: 120px;
    margin-top: 5px
}

.ytp-thumbnail .ytp-large-play-button {
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    width: 86px!important;
    height: 60px!important;
    padding: 0!important;
    margin: -29px 0 0 -42px!important;
    font-size: normal!important;
    font-weight: 400!important;
    line-height: 1!important;
    opacity: .9
}

.ytp-thumbnail:hover .ytp-large-play-button-svg,.ytp-large-play-button:focus .ytp-large-play-button-svg {
    opacity: 1;
    fill: #cc181e
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media (max-width: 991.98px){
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
	    padding-right: 15px;
	    padding-left: 15px;
	}
}

@media (max-width: 768px) { 
	.logreg {
		float: none;
	}
	.searchwrap {
	    float: none;
	    padding: 0;
		margin: 10px 0;
	}
	.logo {width: 80%; margin-right: 0;}

	.calendar li li {display: none; width: 100%;}

}

@media (min-width: 768px) { 
	.hentry.card .card-body { }
	.wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: block; } 
	.container, .padding15 {
	    max-width: 100%;
	}
}



@media (min-width: 576px) {
	.container, .padding15 {
	    max-width: 100%;
	}
}

@media (min-width: 991.98px) {
	.navbar-expand-lg .navbar-collapse {
		width: 100%;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.container, .padding15 {
	    max-width: 1400px;
		 margin-right: auto;
	    margin-left: auto;
	}
}

.banner_pc_ya{margin-bottom:30px}
.mt_top{margin-top:30px;}