/*
Theme Name: Kurs1
Theme URI: https://wpadmin.pro
Author: WPAdmin.pro
Author URI: https://wpadmin.pro
Description:
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, three-columns,responsive-layout, fluid-layout, custom-header, custom-menu, editor-style, featured-images,threaded-comments, flexible-header, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: wpadminpro
*/

/********************* default wordpress styles *****************/
body{
    overflow-x: hidden;
	height: 100%;
}
body.logged-in.down .animateIt {
    top: 0;
    margin-top: 32px;
}
body.down .animateIt {
    z-index: 21;
}
/************************** WP Classes ****************************************/
.text_content em, .text_wrap em {font-style: italic}
.text_content ol, .text_wrap ul {display: table}
.text_content  img.alignright, .text_wrap img.alignright { float: right; margin: 0 0 1em 1em; }
.text_content  img.alignleft, .text_wrap img.alignleft { float: left; margin: 0 1em 1em 0; }
.text_content  img.aligncenter, .text_wrap img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.text_content  .alignright, .text_wrap .alignright { float: right; }
.text_content  .alignleft, .text_wrap .alignleft { float: left; }
.text_content  .aligncenter, .text_wrap .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.text_content em .alignnone, .text_wrap  .alignnone, .single_page .section_content .single_page_content .alignnone {
    max-width: 100%;
    width: inherit;
}
header {
	background: #fff;
}
.header-logo-container {
	border: none;
	box-shadow: none;
	background: transparent;
}
.faq_container .item .question {
    padding: 0.5rem 0.5rem;
}
.load-more-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}
.about-section-info p strong {
    color: hsl(184 100% 21%);
    font-weight: 600;
}
.about-section-conditions div a{
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
    cursor: pointer;
    color: #fff;
	text-decoration: none;
}
.latest-articles-content h3 a {
    color: hsl(184 100% 21%);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
	text-decoration: none;
 }
.article-tag a{
    color: hsl(183 47% 47%);
    letter-spacing: .025em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5rem;
	text-decoration: none;
}
.categories a.current-cat{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    color: #fff;
    background: hsl(184 100% 21%);
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: scale(1.05);
}
.article-author .btn3 {
    border: 0px solid hsl(184 100% 21%);
}
.article-author .btn3:hover {
    background: #fff;
	box-shadow: none;
}

.wpcf7 form .wpcf7-response-output{
    width: 90%;
    margin: 2em auto 1em;
    text-align: center;
}
.wpcf7-spinner {
	display: none;
}
.btn.disabled {
	background-color: hsl(186deg 49.33% 84.75%);
}

.main-section-slider .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    transform: translate(-50%, 0);
}

.main-section-slider .slick-dots li {
    padding: 5px;
}

.main-section-slider .slick-dots button {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    background-color: #ffffff63;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    transition: all .3s ease;
}
.main-section-slider .slick-dots .slick-active button {
    background-color: #fff;
}
.main-section-slider .slick-slide .btn {
    margin-bottom: 15px;
}
.btn, header .btn, .about-section-conditions div, .cta-section .btn {
	background: rgb(100 168 174);
	padding-left: 1rem;
	padding-right: 1rem;
	height: 2.75rem;
}
.btn:hover, .btn:active, .about-section-conditions div:hover,.about-section-conditions div:active, .cta-section .btn:hover, .cta-section .btn:active {
    background: hsl(184.86deg 37.07% 62.7%);
}

.about-section-conditions {
    gap: 1.5rem;
}


.single-post .article-text ul {
    color: hsl(210 1% 66%);
    font-size: 1.125rem;
    line-height: 1.75rem;
    list-style-position: inside;
}

/* Styling for the main article title */
.single-post .article-text h1 {
  font-size: 2.5rem; /* Adjust size as needed */
  margin-bottom: 1rem 0; /* Add space below the heading */
}

/* Styling for main section headings */
.single-post .article-text h2 {
  font-size: 1.8rem;
  margin: 0.8rem 0;
 }

/* Styling for sub-section headings */
.single-post .article-text h3 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem 0;
  font-weight: normal; /* Make it less bold than h2 */
}
/* Styling for sub-section headings */
.single-post .article-text p {
  padding-bottom: 0.5rem;
  word-spacing: 3px;  
}


@media screen and (max-width: 767px){
	.btn {
		text-align: center;
	}
}