/*
Theme Name: Blogus-child-theme
Template: blogus
Author: Artur Maksimenkbodyo and Maksim Vasilev
Version: 1.0.0
*/

body {
    font-family: 'PT Sans';
	border-top: 5px solid #2e3a4c;	
}

body.custom-background {
    background-color: #f1f1f1;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Geometria';
}

.bs-default .navbar-collapse ul {
    background: transparent !important;
}

.site-description {
	color: #214d60 !important;
	font-size: 18px;
}

.bs-default .bs-header-main .inner {
	padding-top: 40px;
}

.bs-default .navbar-collapse ul {
	background: transparent;
	box-shadow: none;
}

.bs-default .navbar-wp {
	margin: 10px 0;
}

.bs-default .navbar-wp .navbar-nav > li > a {
	color: #212529 !important;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	transition: 0.3s;
}

.bs-default .navbar-wp .navbar-nav > li > a:hover {
	border-bottom: 1px solid #212529;
}

a:focus {
	outline: none !important;
	text-decoration: none !important;
}

.navbar-wp:not(:has(.navbar-nav)) {
	margin-top: 0;
}

.swiper-container,
.list-blog.bs-blog-post,
.lg.back-img, .bs-card-box {
	border-radius: 15px;
  overflow: hidden;
}

.bs-breadcrumb-section .overlay,
.bs-blog-post,.bs-sidebar .bs-widget {
    border-radius: 15px 15px 0 0;
}

.bs-blog-post,
.bs-blog-post:hover {
	box-shadow: none !important;
}

.list-blog.bs-blog-post {
	padding: 30px;
}

.list-blog .bs-blog-thumb {
    order: 1;
}

#content .list-blog p {
    font-size: 18px;
}

div.single h2.wp-block-heading {
    margin-top: 32px;
}

div.single h3.wp-block-heading {
    margin-top: 24px;
}

#content p {
    font-size: 17px;
    color: #333;
}

.bs-blog-post p {
    word-break: break-word;
}

#content .wp-block-list {
    color: #333;
    font-size: 17px;
    padding-left: 1.2rem;
}

.custom-after-post-area p:empty {
    display: none;
}



.bs-blog-post .title {
    font-weight: 600;
}

.bs-blog-post.single .bs-header {
	padding: 32px 20px;
}

.bs-blog-post.single .bs-header .title {
    font-weight: 600;
    margin-bottom: 0;
}

.bs-breadcrumb-section .overlay  {
	box-shadow: none;
}

#content article a, .bs-slide .inner .title a:focus,.bs-blog-post .title a:hover, .bs-blog-post .title a:focus, .bs-blog-post .title a:hover, .bs-blog-post .title a:focus,.bs-blog-meta a:hover, .bs-blog-meta a:focus,.bs-sidebar .bs-widget ul li a:hover, .bs-sidebar .bs-widget ul li a:focus {
	color: #006490 !important;
}

.bs-slide .inner .title a,.bs-slide .inner .title a:hover {
	color: #fff !important;
}

.bs-blog-post .title, .bs-blog-post .title a,.bs-blog-post .title, .bs-blog-post .title a:hover,#content .bs-header h1 a, #content h4 a, #content .bs-blog-meta, #content .bs-blog-meta a {
	color: #000 !important;
}

.single .bs-header .title, .single .bs-blog-post .title a {
	pointer-events: none;
}


.bs-widget-title .title:before {
	background: #006490 !important;
}


.bs_upscr {
	background: #006490;
	border-color: #006490;
	color: #fff !important;
}

body:not(.home) .mainfeatured {
	display: none;
}

blockquote {
	 border-color: #006490;
}

blockquote::before {
    color: #006490;
}

.bs-blog-post.single .bs-blog-thumb  {
	max-height: 600px;
}

.bs-blog-post .small {
color: #333333;
}

@media (min-width: 992px) {
 .col-lg-9 + .col-lg-3 .bs-sidebar {
        padding-left: 0px;
    }
}

.site-branding-text {
	display: none;
}

input[type="tel"] {
    background: #fcfcff;
    position: relative;
    border-radius: 0;
    border: 1px solid #eee;
    height: 27px;
    line-height: 27px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-blog.bs-blog-post .small {
	    margin-top: inherit;
}

/*---------------------------------------
	Typography        
-----------------------------------------*/
.single h2.wp-block-heading {
	position: relative;
	padding-bottom: 6px;
	margin: 12px 0 24px 0;
}
.single h2.wp-block-heading:before  {
	border-bottom: 3px solid #02709d;
    width: 40px;
    z-index: 1;
	    content: "";
    position: absolute;
    bottom: 0;
}

.single h2.wp-block-heading:after {
	border-bottom: 1px solid #d0e7f4;
    width: 100%;
    height: 1px;
    left: 0;
	    content: "";
    position: absolute;
    bottom: 0;
}
.single  hr {
	height: 3px;
    background-color: #006490;
    border-radius: 20px;
}

/*---------------------------------------
	Table        
-----------------------------------------*/
.wp-block-table {
  padding: 12px 12px 6px 12px;
  border-radius: 15px;
  /*background-color: #0081b3;*/
  background: rgb(3 112 160 / 80%);
  width: 100%;
	border: none;
}

.wp-block-table table {
border: none;
}

.wp-block-table a {
  color: #b12933;
}

.wp-block-table a:hover {
    text-decoration: none;
}

.wp-block-table table {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.wp-block-table::-webkit-scrollbar {
  height: 6px;
  width: 4px;
}

.wp-block-table::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 4px;
}

.wp-block-table::-webkit-scrollbar-thumb:horizontal {
  background-color: #B12933;
  border-radius: 10px;
}

.wp-block-table table {
  border-collapse: separate;
  border-spacing: 0 4px;
  border-radius: 15px;
  color: #2E3A4C;
  width: max-content;
  min-width: 100%;
  margin-bottom: 6px;
}

.wp-block-table table {

}

.wp-block-table tfoot td,
.wp-block-table thead th,
.wp-block-table thead th,
.wp-block-table tfoot td {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  background: #FFF;
  padding: 16px 12px;
	width: 205px;
}

.wp-block-table td {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  background: #FFF;
  padding: 16px 12px;
}

.wp-block-table td p {
  font-size: 16px;
}

.info-block td {
  padding: 20px;
}

.wp-block-table td,
.wp-block-table th {
  border: 0;
}

.wp-block-table table th:first-child,
.wp-block-table table td:first-child {
  border-radius: 10px 0 0 10px;
}

.wp-block-table table th:last-child,
.wp-block-table table td:last-child {
  border-radius: 0 10px 10px 0;
}

/*---------------------------------------
	Form        
-----------------------------------------*/
.form-title,
.widget_block h3 {
	text-align: center;
	color: #ffffff;
    font-weight: 600;
    margin-top: 0;
}

.widget_block p {
    font-size: 18px;
    color: #fff !important;
    text-align: center;
}


.form-subtitle {
	text-align: center;
	color: #ffffff
}

p.form-subtitle {
    color: #fff !important;
}

.form-call {
	position: relative;
}

.form-call__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 20px;
}
.form-call__grid label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: white;
    font-weight: 600;
}

.form-call__grid label input {
	background-color: #fff;
    border: 1px solid #2121211a;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    padding: 24px 16px;
    transition: .3s;
    width: 100%;
}

.form-call__grid label input::placeholder {
    color: #c1c1c1;
}

.form-call__bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.form-call__bottom input.wpcf7-form-control  {
    border-radius: 8px;
    border-color: #e6340d;
	background: #e6340d !important;
    font-size: 18px;
    padding: 10px 50px;
    width: auto;
}

.form-call__bottom input.wpcf7-form-control:hover {
	border: 2px solid transparent;
	box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .form-call__grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.form-call__bottom {
		flex-direction: row;
	}
}


@media (min-width: 992px) {
    .form-call__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1400px) {
    .form-call__grid {
        grid-template-columns: repeat(5, 1fr);
    }
}


.single .custom-after-post-area {
    padding: 32px 20px;
    border-radius: 0 0 15px 15px;
    background-color: #2e3a4c;
    /*background-image: linear-gradient(-30deg, #866f6f, #2e3a4c);*/
}

.wpcf7-form {
	margin: 0;
    margin-top: 25px;
}

.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(0, -50%);
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -6px;
    background-color: white;
    padding: 2px 6px;
    border-radius: 8px;
    right: 4px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.6);
}

.wpcf7-list-item {
	margin: 0;
	color: #ffffff;
}

.widget_block > p:empty {
    display: none;
}

.single .custom-after-post-area .widget {
    margin-bottom: 0px;
}

.video-adress-contact {
	display: block;
	width: 100%;
}

.wp-block-button__link {
    text-decoration: none !important;
}

.wp-block-buttons>.wp-block-button {
    margin: 10px 0;
}

.bs-widget-title .title {
    text-transform: inherit;
}

.bs-sidebar .bs-widget ul li a {
    color: #4c4c4c;
}

.bs-widget-title {
    margin-bottom: 10px;
}

.bs-sidebar .bs-widget ul li {
    padding: 5px 0;
    margin: 0 0 5px;
}

.single-join .bs-single-related {
    display: none !important;
}

.bs-blog-post.single {
    margin-bottom: 0px;
}

.single-join .bs-blog-post.single .bs-header {
    padding-bottom: 10px;
}

footer .overlay {
    background: #fff !important;
}

