h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.3;
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
	color: black;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	width: 100%;
	font-family: var(--font-family);
	background: var(--main-color);
}
#outer-wrap {
    overflow-x: hidden;
}
.full-width {
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    position: relative;
}
.container, .has-sidebar #content-wrap {
	width: 1150px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	z-index: 1;
}
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}
button {
    padding: 0;
    border: 0;
    cursor: pointer;
    font-family: var(--font-family);
    transition: .15s all;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
p {
    margin: 0 0 15px;
}
:root {
	--main-color: #108e85;
	--second-color: #538f82;
	--light-color: #eeeeee;
	--form-height: 40px;
	--font-family: 'Roboto', Arial, Helvetica, sans-serif;
	--border-radius: 5px;
}
a, :visited {
    color: var(--main-color);
    text-decoration: none;
	-webkit-transition: .15s all;
	-o-transition: .15s all;
	transition: .15s all;
}
iframe {
    border: 0;
    max-width: 100%;
}


/* Layout */
.right-sidebar #content-wrap, .left-sidebar #content-wrap {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.right-sidebar #primary {
    width: calc(100% - 300px);
    padding-right: 40px;
}
.left-sidebar #primary {
    width: calc(100% - 300px);
    padding-left: 40px;
}
.has-sidebar #sidebar {
    width: 300px;
    padding-bottom: 60px;
}
.right-sidebar #sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
@media (max-width: 959px) {
    .has-sidebar #primary, .has-sidebar #sidebar {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    #primary {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    #sidebar {
        margin-top: 40px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}


/* Header */
#site-header {
    position: relative;
    z-index: 5;
    font-size: 14px;
    margin-bottom: 30px;
}
#site-header-inner {
    position: relative;
}
.master-header-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	padding: 25px 0;
	width: 100%;
}
#site-logo {
	width: 150px;
}
#site-navigation {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#site-navigation-wrap .master-main-menu {
    list-style: none;
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    margin: 0;
    padding: 0;
}
#site-navigation-wrap .master-main-menu > .menu-item {
    margin: 0 10px;
    position: relative;
}
#site-navigation-wrap .master-main-menu > .menu-item > a {
	color: black;
	white-space: nowrap;
	height: 50px;
    line-height: 50px;
    display: block;
    position: relative;
}
#site-navigation-wrap .master-main-menu > .menu-item > a:hover, #site-navigation-wrap .master-main-menu > .current-menu-item > a {
	color: var(--main-color);
}
#site-navigation-wrap .master-main-menu > .menu-item-has-children > a {
    padding-right: 15px;
}
#site-navigation-wrap .master-main-menu > .menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 13px;
}
#site-navigation-wrap .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    list-style: none;
    padding: 10px 0;
	border-bottom: 0;	
	z-index: 10;
	min-width: 160px;
	background: var(--main-color);
}
#site-navigation-wrap .master-main-menu > .menu-item > .sub-menu:before {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--main-color);
    position: absolute;
    bottom: 100%;
    left: 15px;
}
#site-navigation-wrap .menu-item-has-children:hover > .sub-menu {
	display: block;
}
#site-navigation-wrap .master-main-menu .sub-menu li {
	margin: 0;
	position: relative;
}
#site-navigation-wrap .sub-menu a {
    padding: 5px 15px;
    display: block;
	height: auto;
    white-space: nowrap;
    color: white;
}
#site-navigation-wrap .sub-menu a:hover {
	background: #1c66c8;
}
#site-navigation-wrap .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	padding: 5px 0;
}
#site-navigation-wrap .sub-menu .menu-item-has-children > a:after {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 12px;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#site-navigation-wrap .sub-menu .menu-item-has-children > a {
    padding-right: 30px;
    position: relative;
}
@media (max-width: 959px) {
    #site-navigation-wrap {
        display: none;
    }
}
@media (min-width: 960px) {
    #mobile-sidebar-menu, .mobile-menu-area {
        display: none;
    }
}


/* Mobile menu */
#mobile-sidebar-menu {
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
.mobil-menu-line-icon span {
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    background: black;
    display: block;
}
.mobil-menu-line-icon span:last-child {
    margin-bottom: 0;
}
.mobile-menu-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    background: #262626;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    transform: translate3d(100%,0,0);
    -webkit-transition: .3s all;
         -o-transition: .3s all;
            transition: .3s all;
}
.active-mobile-menu {
	transform: none;
}
.mobile-menu-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu-area .sub-menu {
    display: none;
    background: #363636;
}
.mobile-menu-area a {
    font-size: 17px;
    position: relative;
    color: white;
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.035);
}
.mobile-menu-close {
    border-bottom: 1px solid rgba(255,255,255,0.035);
}
.mobile-menu-close-icon {
    color: white;
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: table;
}
.master-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}
.mobil-menu-children-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobil-menu-children-icon .fa {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.mobile-menu-area .sub-menu {
    position: relative;
}
.mobile-menu-area .sub-menu:before {
    content: '';
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}
.mobile-search-area {
    position: relative;
    margin-bottom: 40px;
}
.mobile-search-area input {
    width: 100%;
    border: 0;
    height: var(--form-height);
    font-size: 17px;
    padding: 0 20px;
    background: #464646;
    color: white;
}
.mobile-search-area input::-webkit-input-placeholder {
    opacity: 1;
}
.mobile-search-area button {
    position: absolute;
    top: 0;
    right: 2px;
    width: var(--form-height);
    height: var(--form-height);
    font-size: 16px;
}
.mobile-menu-area .menu-item-has-children > a:after {
    content: '\f107';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 15px;
    top: 50%;
    font-weight: 900;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}



/* Menu search */
.master-menu-search-icon {
    cursor: pointer;
}
#master-search-area {
    position: absolute;
    right: 0;
    margin-top: 15px;
    background: #f7f7f7;
    padding: 15px;
    border: 1px solid var(--light-color);
    display: none;
}
#master-search-area input {
    height: 45px;
    font-size: 15px;
    padding: 0 10px;
    border: 1px solid #ddd;
    width: 250px;
    border-radius: 0;
}
#master-search-area button {
    position: absolute;
    right: 15px;
}
#master-search-area button .fa {
    background: var(--main-color);
    color: white;
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 18px;
}
#master-search-area.visible-search {
    display: block;
}
#master-search-area input::-moz-selection {
    background: transparent;
}
#master-search-area input::selection {
    background: transparent;
}


/* Page header */
#page-header {
    background: var(--light-color);
    padding: 25px 0;
    margin-bottom: 60px;
}
.page-header-title {
    font-size: 28px;
    line-height: 1.3;
}
.breadcrumbs {
    color: #555555;
}
.breadcrumbs__separator {
    margin: 0 7px;
}



/* Index */
.master-posts {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.master-post {
    width: 33.3%;
    padding: 0 15px 30px;
}
.master-post-thumbnail img {
    background: var(--light-color);
}
.master-post-thumbnail a {
    display: block;
    position: relative;
    overflow: hidden;
}
.master-post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: .3s all;
}
.master-post-thumbnail a:hover .master-post-overlay {
    opacity: .3;
}
.master-post-details {
    padding: 15px 0;
}
.master-post-title {
    margin-bottom: 15px;
}
.master-post-title a {
    font-size: 19px;
    line-height: 1.4;
    display: block;
}
.master-post-date {
    margin-bottom: 10px;
}
.master-post-excerpt {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #444;
    word-break: break-words;
}
.master-post-button a {
    display: table;
}
@media (max-width: 500px) {
    .master-post {
        width: 100%;
    }
}
@media (min-width: 501px) and (max-width: 999px) {
    .master-post {
        width: 50%;
    }
}


/* Footer */
#footer {
    background-color: #222;
}
#footer, #footer a {
    color: #767676;
}
#footer a:hover {
    color: white;
}
.footer-area {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0 40px;
    margin: 0 -15px;
}
.footer-block {
    width: 33.3%;
    padding: 0 15px 40px;
}
.footer-logo img {
    filter: brightness(10);
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px;
}
.footer-icon-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.footer-icon {
    width: 50px;
    height: 50px;
    background: var(--second-color);
    border-radius: 50%;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.footer-icon-details {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.footer-icon-heading a {
    color: white!important;
}
.footer-contacts {
    margin-bottom: 20px;
}
#footer .footer-contact a, #footer .footer-contact span {
    color: white;
}
.footer-block h4 {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
}
.footer-post-date {
    color: white;
    font-size: 13px;
}
.post-icon {
    width: 80px;
}
.post-icon img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.post-icon-details {
    width: calc(100% - 80px);
    padding-left: 15px;
}
.footer-description {
    margin-bottom: 20px;
}
#footer .colorfull-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
}
@media (min-width: 601px) and (max-width: 850px) {
    .footer-block {
        width: 50%;
    }
    .footer-first {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .footer-block {
        width: 100%;
    }
}



/* Footer bottom */
#footer-bottom {
    padding: 25px 0;
    border-top: 1px solid #303030;
}
#footer-bottom {
    color: #767676;
    font-size: 13px;
}
#footer-bottom a {
    color: #767676;
    font-size: 14px;
}
#footer-bottom a:hover {
    color: var(--second-color);
}
.master-footer-bottom {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -15px 15px;
}
.footer-menu-item {
    padding: 0 15px;
}
#footer-bottom .footer-menu-item a {
    color: white;
}
#footer-bottom .footer-menu-item a:hover {
    opacity: .5;
}
@media (max-width: 767px) {
    .master, .studio {
        width: 100%;
        text-align: center;
    }
    .footer-menu {
        justify-content: center;
    }
    .studio {
        margin-top: 15px;
    }
}



/* Scroll to top */
#site-scroll-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 998;
    cursor: pointer;
    display: none;
    width: var(--form-height);
    height: var(--form-height);
    line-height: var(--form-height);
    background: var(--main-color);
    color: white;
    font-size: 24px;
    text-align: center;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
#site-scroll-top:hover {
    background: var(--second-color);
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
@media (max-width: 767px) {
    #site-scroll-top {
        right: 20px;
        bottom: 20px;
    }
}


/* Social networks */
.social-networks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}
.social-network-item {
    padding: 0 3px;
}
.colorfull-social .social-networks a {
    color: white;
    width: var(--form-height);
    height: var(--form-height);
    line-height: var(--form-height);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.colorfull-social .facebook-social a {
    background: #6f6fd2;
}
.colorfull-social .instagram-social a {
    background: #bb8181;
}
.colorfull-social .youtube-social a {
    background: #e00000;
}
.colorfull-social .whatsapp-social a {
	background: #00da00;
}
.colorfull-social .twitter-social a {
	background: #55adee;
}
.colorfull-social .telegram-social a {
	background: #0088cc;
}
.colorfull-social .linkedin-social a {
	background: #0077b5;
}
.colorfull-social .tiktok-social a {
	background: #333333;
}
.colorfull-social .social-networks a:hover {
	background: #555;
}



/* Search results */
.search-title a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid var(--light-color);
    color: black;
}


/* Social share */
.master-social-share-area {
    margin-bottom: 40px;
}
.master-title {
    border-bottom: 1px solid var(--light-color);
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.master-social-share-area ul {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.master-social-share-area.share-with-label ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.master-social-share-area:not(.share-with-label) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.master-social-share-area:not(.share-with-label) .master-title {
    border-bottom: 0;
    margin: 0;
    padding: 0 15px 0 0;
}
.master-social-share-area.share-with-label li {
    width: 20%;
}
.master-social-share-area li {
    padding: 0 5px;
    text-align: center;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.master-social-share-area a {
    display: block;
}
.master-social-share-area:not(.simple-share-area) a {
    color: white;
}
.master-social-share-area.simple-share-area a {
    color: black;
}
.master-social-share-area.share-with-label a {
    padding: 5px 15px;
}
.master-social-share-area:not(.share-with-label) a {
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.share-with-label li i {
    margin-right: 10px;
}
.simple-share-area.share-with-label a {
    border: 1px solid #eee;
}
.master-social-share-area:not(.simple-share-area) .twitter-share a {
    background: #00aced;
}
.master-social-share-area:not(.simple-share-area) .twitter-share a:hover {
    background: #0093cb;
}
.master-social-share-area:not(.simple-share-area) .facebook-share a {
    background: #3b5998;
}
.master-social-share-area:not(.simple-share-area) .facebook-share a:hover {
    background: #324b80;
}
.master-social-share-area:not(.simple-share-area) .telegram-share a {
    background: #0088cc;
}
.master-social-share-area:not(.simple-share-area) .telegram-share a:hover {
    background: #3e659c;
}
.master-social-share-area:not(.simple-share-area) .email-share a {
    background: #e40303;
}
.master-social-share-area:not(.simple-share-area) .email-share a:hover {
    background: #ca0303;
}
.master-social-share-area:not(.simple-share-area) .whatsapp-share a {
    background: #30d244;
}
.master-social-share-area:not(.simple-share-area) .whatsapp-share a:hover {
    background: #25b938;
}
@media (min-width: 960px) {
    .whatsapp-mobile-share {
        display: none;
    }
}
@media (max-width: 959px) {
    .whatsapp-desktop-share {
        display: none;
    }
}
@media (min-width: 960px) and (max-width: 1050px) {
    .master-label {
        display: none;
    }
    .master-social-share-area li .fa {
        margin-right: 0;
    }
}
@media (min-width: 270px) and (max-width: 767px) {
    .master-label {
        display: none;
    }
    .master-social-share-area li .fa {
        margin-right: 0;
    }
}
@media (max-width: 269px) {
    .master-social-share-area li {
        width: 100%;
        margin-bottom: 5px;
    }
}


/* Post navigation */
#post-navigation-wrap {
    background: var(--light-color);
    padding: 20px 0;
}
.post-navigation {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px;
}
.next-previous-post {
    padding: 0 15px;
}
.no-prev-es-post {
    display: table;
    margin-left: auto;
}
.post-navigation a {
    color: black;
    position: relative;
	width: 50%;
}
.next-previous-heading {
    display: table;
    background-color: var(--main-color);
    color: white;
    padding: 3px 20px;
    margin-bottom: 10px;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.post-navigation a:hover .next-previous-heading {
    background: var(--second-color);
}
.next-post .next-previous-heading {
    margin-left: auto;
    margin-right: 0;
}
.next-post {
    text-align: right;
    margin-left: auto;
}
.prev-post-no {
    display: table;
    margin-right: 0;
    margin-left: auto;
}
.next-previous-post > div {
    position: relative;
}
.next-previous-post > div:before {
    position: absolute;
    top: 0;
    font-family: 'Font Awesome 6 Free';
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: white;
    text-align: center;
    border-radius: 3px;
    background: var(--main-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
}
.prev-post > div {
    padding-left: 40px;
}
.prev-post > div:before {
    content: '\f104';
    margin-right: 15px;
    left: 0;
}
.next-post > div {
    padding-right: 40px;
}
.next-post > div:before {
    content: '\f105';
    margin-left: 15px;
    right: 0;
}
@media (max-width: 767px) {
	.post-navigation a {
		width: 100%;
	}
}



/* Wordpress default gallery css */
.ms-gallery-type-false {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}
.ms-gallery-type-true {
    column-gap: 0;
    margin: 0 -10px;
}
.ms-gallery-type-false .ms-image-9 {
    width: calc(100% / 9);
}
.ms-gallery-type-false .ms-image-8 {
    width: calc(100% / 8);
}
.ms-gallery-type-false .ms-image-7 {
    width: calc(100% / 7);
}
.ms-gallery-type-false .ms-image-6 {
    width: calc(100% / 6);
}
.ms-gallery-type-false .ms-image-5 {
    width: 20%;
}
.ms-gallery-type-false .ms-image-4 {
    width: 25%;
}
.ms-gallery-type-false .ms-image-3 {
    width: 33.3%;
}
.ms-gallery-type-false .ms-image-2 {
    width: 50%;
}
.ms-gallery-type-false .ms-image-1 {
    width: 100%;
}
.ms-image {
    padding: 0 10px 20px;
    margin: 0;
}
.ms-image a {
    display: block;
}
.ms-image img {
    background: #eee;
}
figure.image {
    margin: 0 0 20px;
}
.image figcaption {
    font-style: italic;
    margin-top: 5px;
}
.ms-gallery-tools {
    display: none;
}
@media (max-width: 340px) {
    .ms-gallery {
        margin: 0 -7.5px;
    }
    .ms-gallery-type-true {
        column-count: 1!important;
    }
    .ms-image {
        width: 100%!important;
        padding: 0 7.5px 15px;
    }
}
@media (min-width: 341px) and (max-width: 767px) {
    .ms-gallery {
        margin: 0 -7.5px;
    }
    .ms-gallery-type-true {
        column-count: 2!important;
    }
    .ms-image {
        width: 50%!important;
        padding: 0 7.5px 15px;
    }
}
@media (min-width: 767px) and (max-width: 959px) {
    .ms-gallery-type-true {
        column-count: 3!important;
    }
    .ms-image {
        width: 33.3%!important;
    }
}



/* Sidebar */
.master-sidebar-title {
    font-size: 15px;
    margin-bottom: 30px;
    color: var(--main-color);
    text-transform: uppercase;
    border-bottom: 1px solid var(--light-color);
    padding-bottom: 5px;
}
.sidebar-post {
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
    color: black;
    line-height: 1.4;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.sidebar-post-thumbnail {
    width: 60px;
}
.sidebar-post-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.sidebar-post-details {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.sidebar-post:hover .sidebar-post-title {
	color: var(--main-color);
}
.sidebar-post-title {
    font-size: 14px;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.sidebar-thumbnail {
    width: 60px;
    height: 60px;
}
.sidebar-details {
    padding-left: 20px;
	width: calc(100% - 60px);
}
.sidebar-post-date {
    opacity: .7;
    font-size: 13px;
	margin-top: 3px;
}
.master-widget {
	margin-bottom: 40px;
}
.widgettitle {
    display: none;
}
.master-widget ul {
    margin: -8px 0 0;
    list-style: none;
}
.master-widget li {
    border-bottom: 1px solid var(--light-color);
    color: #999;
}
.master-widget ul a {
    color: black;
    padding: 8px 0;
    display: inline-block;
}
.master-widget ul a:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 10px;
}
.widget-archives {
    margin-top: 7px;
}
.widget-archives a {
    display: block;
    border-bottom: 1px solid var(--light-color);
    padding-bottom: 7px;
    padding-top: 7px;
    color: black;
}
.widget-archives a:hover {
    color: var(--main-color);
}
.widget-archives a:before {
    content: '\f114';
    font-family: FontAwesome;
    margin-right: 10px;
    color: black;
}
.sidebar-search {
    position: relative;
}
.sidebar-search input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    color: black;
    padding: 0 15px;
    font-size: 15px;
}
.sidebar-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--main-color);
    color: white;
}


/* Single post */
.single-post-title {
    margin-bottom: 30px;
}
.single-post-title h1 {
    font-size: 32px;
}
.single-post-thumbnail {
    margin-bottom: 30px;
}
.single-post-thumbnail img {
    background: var(--light-color);
	width: auto;
	max-height: 350px;
}
.single-post-meta {
    margin-top: 15px;
}
.single-post-date, .single-post-meta a {
    color: #666;
}
.single-post-date, .single-post-category, .single-post-author {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}
.single-post-date:before {
    content: '\f073';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: black;
}
.single-post-category:before {
    content: '\f044';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.single-post-author:before {
    content: '\f2be';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.single-post-container-main {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.single-content {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 40px;
}
.single-content img {
	width: auto;
	max-height: 350px;
}
.single-content .ms-gallery img {
    width: 100%!important;
    max-height: inherit!important;
    height: 100%!important;
}
.aligncenter {
    margin: 0 auto;
}
.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    text-align: left;
    margin-bottom: 10px;
}
.single-content ul, .single-content ol {
    text-align: left;
}
.master-embed {
    position: relative;
    padding-top: 56%;
}
.master-embed iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.master-table {
    overflow-x: auto;
    max-width: 100%;
}



/* Designed List */
.designed-list ul {
    list-style: none;
    margin-left: 20px;
}
.designed-list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.designed-list ul li:before {
    content: '\f138';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 900;
    color: var(--main-color);
    font-size: 13px;
}



/* Single Post Author */
.single-author-area {
    margin-top: 40px;
}
.single-author {
    display: table;
    width: 100%;
}
.single-author-block {
    display: table-cell;
    vertical-align: top;
}
.single-author-first {
    width: 150px;
}
.single-author-second {
    width: calc(100% - 150px);
    padding-left: 25px;
    padding-top: 5px;
}
.single-author img {
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
       object-fit: cover;
}
.single-author-name {
    font-size: 20px;
}
.single-author-profession {
    font-size: 17px;
    margin-bottom: 10px;
}
.single-author-description {
    margin-bottom: 10px;
}
.no-image-author:before {
    content: '\f2be';
    font-family: FontAwesome;
    width: 150px;
    height: 150px;
    background: var(--light-color);
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 76px;
    color: #999;
}
@media (max-width: 550px) {
	.single-author-block {
		display: block;
	}
	.single-author-second {
		width: 100%;
		padding-left: 0px;
		padding-top: 15px;
	}
}




/* Youtube */
.youtube-videos {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}
.youtube-video {
    padding: 0 15px 30px;
    width: 25%;
}
.youtube-image-area {
    position: relative;
}
.youtube-image {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 56.26%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--light-color);
}
.youtube-icon-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.youtube-icon-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    cursor: pointer;
}
.youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: rgba(22,22,22,0.65);
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.youtube-image-area:hover .youtube-icon {
    opacity: 1;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
.youtube-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.youtube-image-area:hover .youtube-play-icon {
    opacity: 1;
}
.play-video:before {
    content: '\f04b';
    font-family: FontAwesome;
    color: white;
    font-size: 18px;
}
.youtube-iframe {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    z-index: 2;
}
.youtube-video iframe {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.youtube-video h3 {
    margin: 0;
    font-size: 15px;
}
.youtube-heading a {
    display: block;
    margin-top: 10px;
    line-height: 1.35;
    color: black;
    font-weight: 600;
    font-family: Arial,Helvetica,sans-serif;
}
.youtube-video img, .youtube-video span{
    position:absolute;
    width:100%;top:0;
    bottom:0;margin:auto
}
.youtube-video span {
    height:1.5em;
    text-align:center;
    font:48px/1.5 sans-serif;
    color:white;
    text-shadow:0 0 0.5em black;
}
.youtube-videos .next-videos {
    padding: 0 15px;
}
.next-videos {
    display: table;
    margin: 0 auto;
}
.loading-area {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 16px;
    color: white;
    text-shadow: 0 0 5px black;
    opacity: 0;
}
@media (max-width: 500px) {
    .youtube-video {
        width: 100%;
    }
}
@media (min-width: 501px) and (max-width: 850px) {
    .youtube-video {
        width: 50%;
    }
}
@media (min-width: 851px) and (max-width: 1100px) {
    .youtube-video {
        width: 33.3%;
    }
}
@media (max-width: 959px) {
	.youtube-icon, .youtube-play-icon {
		opacity: 1;
	}
	.play-video:before {
	    font-size: 22px;
	}
}


/* Instagram */
.instagram-images {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -10px;
}
.instagram-image {
	width: 25%;
	padding: 0 10px 20px;
}
.instagram-ratio {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 100%;
}
.instagram-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    overflow: hidden;
    background-color: var(--light-color);
}
.instagram-image-link:hover .instagram-image-details {
	opacity: 1;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.instagram-image-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	opacity: 0;
}
.instagram-image-link:hover:before {
	opacity: 1;
}
.instagram-image-detallar {
    color: white;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-weight: 600;
	opacity: 0;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.instagram-icon {
    margin: 0 3px;
}
.instagram-icon:before {
	font-family: 'FontAwesome';
	margin-right: 7px;
}
.next-images {
    width: 100%;
    padding: 0 15px;
}
.next-image-button {
    display: table;
    margin: 0 auto;
    background: var(--main-color);
    color: white;
    padding: 10px 25px;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.next-image-button:hover {
    background: var(--second-color);
}
.next-image-button::-moz-selection {
    background: transparent;
}
.next-image-button::selection {
    background: transparent;
}
.instagram-nav-button {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    z-index: 1;
    font-size: 36px;
    text-shadow: 0 0 15px black;
    cursor: pointer;
    -webkit-user-select: none;        
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.instagram-button-prev {
    left: 0;
}
.instagram-button-next {
    right: 0;
}
.instagram-ratio-carousel {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.instagram-carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.instagram-carousel, .instagram-carousel .swiper-wrapper, .instagram-carousel .swipet-slide {
    height: 100%;
}
.instagram-icon-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.instagram-icon-inner {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.instagram-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: var(--main-color);
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.instagram-video:hover .instagram-icon {
    opacity: 1;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
@media (min-width: 601px) and (max-width: 999px) {
	.instagram-image {
		width: 33.3%;
	}
}
@media (max-width: 600px) {
	.instagram-image {
		width: 50%;
	}
}


/* FAQ */
.master-accordion-title {
	color: black;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px 15px 30px;
    cursor: pointer;
    border-bottom: 1px solid var(--light-color);
    position: relative;
    line-height: 1.4;
    -webkit-user-select: none;        
    -moz-user-select: none;
    -ms-user-select: none;
}
.master-accordion-title:before {
    content: "\f067";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 15px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 17px;
    color: var(--main-color);
}
.master-accordion-title.active:before {
    content: "\f068";
}
.master-accordion-content {
    color: black;
    margin-top: 15px;
    display: none;
}


/* Default input */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], select {
    -webkit-box-shadow: none;
            box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    font-family: var(--font-family);
    width: 100%;
    border: 1px solid #ddd;
    height: var(--form-height);
    line-height: var(--form-height);
    padding: 0 15px;
    color: black;
    font-size: 15px;
    background: white;
    border-radius: var(--border-radius);
}
textarea {
    -webkit-box-shadow: none;
            box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    font-family: var(--font-family);
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px 15px;
    color: black;
    font-size: 15px;
    resize: vertical;
    min-height: 90px;
}
input[type=radio] {
    -webkit-box-shadow: none;
            box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    cursor: pointer;
    background: white;
    top: 0;
    left: 0;
}
input[type=radio]:checked {
    border-color: var(--main-color);
}
input[type=radio]:checked:before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
input[type=radio] + label {
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 30px;
}
input[type=checkbox] {
    -webkit-box-shadow: none;
            box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background: white;
    top: 2px;
    left: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 5px;
}
input[type=checkbox]:checked {
    background: var(--main-color);
    border-color: var(--main-color);
    color: white;
}
input[type=checkbox]:checked:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
}
input[type=checkbox] + label {
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 30px;
    margin-bottom: 0;
}
input[type=file]::file-selector-button {
    background: var(--light-color);
    border: 1px solid #ddd;
    padding: 5px 15px;
}
sup, sub {
    font-size: 12px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
select {
    -webkit-appearance: none;
    background-color: white;
    background-image: url(/uploads/extra/chevron-down.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 12px;
    background-size: 16px;
    cursor: pointer;
    padding-right: 30px;
}


/* Form */
.grecaptcha-badge {
    display: none;
}
.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px;
}
.form-group .form-element {
    padding: 0 15px 15px;
}
.form-100 {
    width: 100%;
}
.form-85 {
    width: 85%;
}
.form-50 {
    width: 50%;
}
.form-33 {
    width: 33.3%;
}
.form-25 {
    width: 25%;
}
.form-15 {
    width: 15%;
}
.form-element {
    padding-bottom: 15px;
	position: relative;
}
.form-element label {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
.form-simple-file label {
    border: 1px solid #ddd;
    padding: 10px 15px;
    cursor: pointer;
}
.fsf-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fsf-button {
    border: 1px solid #ddd;
    background: #eee;
    padding: 5px 15px;
    line-height: 1.3;
    margin-right: 10px;
}
.faf-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.faf-items label {
    width: auto;
}
.faf-item {
    padding: 0 5px;
}
.faf-preview img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.faf-item i {
    width: 80px;
    height: 80px;
    border: 2px dashed #ddd;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    background: #f5f5f5;
    cursor: pointer;
}
.form-result:not(:empty) {
    margin-top: 20px;
}
.form-simple-file input, .form-advanced-file input {
    display: none;
}
.form-choices {
    display: flex;
    flex-wrap: wrap;
}
.form-choices .form-choice {
    padding-right: 30px;
}
.form-choice {
    position: relative;
}
.form-element label span {
    color: red;
    font-weight: 600;
    margin-left: 5px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.alert {
    padding: 10px 15px 10px 55px;
    text-align: left;
    min-height: 42px;
	position: relative;
	color: white;
	border-radius: var(--border-radius);
	margin-bottom: 30px;
}
.alert:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 18px;
}
.alert-danger {
    background: #dc2626;
}
.alert-success {
    background: #7f9f4d;
}
.alert-danger:before {
    content: "\f071";
}
.alert-success:before {
    content: '\f058';
}
@media (max-width: 650px) {
	.form-50, .form-33, .form-25 {
		width: 100%;
	}
}


/* Progress bar */
.progress {
    background: #eee;
    border-radius: 5px;
    display: none;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}
.progress-bar {
    height: 5px;
    line-height: 5px;
    background: red;
    font-weight: 600;
    color: white;
    padding: 0 15px;
    width: 0%;
    position: relative;
    max-width: 100%;
}
.progress-bar-text-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: -25px;
    font-weight: 600;
    width: 100%;
}


/* ACF Map */
.acf-map-area {
    position: relative;
}
.acf-map {
	height: 450px;
	background: var(--light-color);
}
.map-details {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.map-address {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
    margin: 3px 0 5px;
}
.gm-style-moc {
    background-color: transparent;
}
.gm-style-mot {
	font-size: 0;
}
.direction {
    color: #111;
	background: white;
    padding: 7px 20px;
	display: block;
    -webkit-box-shadow: 0 0 10px #b5b5b5;
            box-shadow: 0 0 10px #b5b5b5;
}
.direction:before {
    content: '\f138';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 10px;
}


/* Comments */
.default-comment-form-area {
    display: none;
}
.comment-reply-area {
    margin-bottom: 20px;
}
#comments {
    padding-bottom: 20px;
}
.comment-count-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.comment-list {
    list-style: none;
    margin: 0;
}
.comment {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}
.comment-author, .comment-block {
    display: table-cell;
    vertical-align: top;
}
.comment-author {
    width: 70px;
    padding-right: 10px;
}
.comment-author .fa-solid {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ddd;
    background: #f5f5f5;
    font-size: 30px;
    color: #999;
}
.comment-author img {
    border: 1px solid #ddd;
    padding: 3px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
}
.comment-block {
    border: 1px solid #ddd;
    padding: 10px 15px;
    width: calc(100% - 70px);
}
.comment-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
}
.date.float-right {
    color: #a7a7a7;
}
.comment-rating {
    display: inline-flex;
    color: orange;
    font-size: 13px;
}
.comment-text {
    margin-top: 5px;
}
.comment-text p {
    margin-bottom: 5px;
}
.comment-reply {
    text-decoration: underline;
    color: var(--main-color);
    cursor: pointer;
    display: inline-block;
}
.comments .children {
    margin: 0 0 0 20px;
    list-style: none;
}
.comments .children > .comment {
    margin-bottom: 0;
}
.byuser .comment-block {
    background: #f5f5f5;
}
.comment-reply-heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}
.comment-reply-heading, .comment-reply-cancel {
    padding: 5px 0;
}
.comment-reply-cancel {
    text-decoration: underline;
    color: red;
    cursor: pointer;
    font-size: 14px;
}
.logged-user-comment-author {
    margin-bottom: 10px;
}
.comment-name {
    padding-right: 5px;
}
.default-comment-form {
    width: 100%;
    margin-top: 15px;
}
@-webkit-keyframes wd-rotate {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes wd-rotate {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@media (max-width: 600px) {
    .comment-author {
        width: 40px;
        padding-right: 5px;
    }
    .comment-author img {
        width: 35px;
        height: 35px;
    }
}


/* Rating */
.comment-ratings {
    display: flex;
    align-items: center;
    margin: 0 -2px;
}
.comment-ratings input {
    display: none;
}
.comment-rating label {
    padding: 0 2px!important;
}
.comment-rating label:before {
    content: '\f005';
    font-family: 'Font Awesome 6 Free';
    color: var(--light-color);
    font-size: 20px;
}
.active-comment-rating label:before {
    color: orange;
}


/* Gallery */
.master-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px -20px;
}
.master-image {
    width: 25%;
    padding: 0 10px 20px;
}
.master-image a {
    display: block;
    overflow: hidden;
    position: relative;
}
.master-image img {
	background: var(--light-color);
}
.master-image-overlay {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s all;
}
.master-image a:hover .master-image-overlay {
    opacity: .3;
}
@media (max-width: 350px) {
	.master-image {
		width: 100%;
	}
}
@media (min-width: 351px) and (max-width: 767px) {
	.master-gallery {
		margin: 0 -5px;
	}
	.master-image {
		width: 50%;
		padding: 0 5px 10px;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.master-image {
		width: 33.3%;
	}
}



/* Table */
table {
    width: 100%;
    line-height: 1.5;
    border-collapse: collapse;
    margin: 20px 0;
	text-align: left;
}
th, td {
    border: 1px solid #ddd;
    padding: 5px 15px;
}
tr:nth-child(odd) {
    background: #eceef1;
}



/* Toolbar */
.toolbar-area {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000000;
}
.toolbar-area a {
    position: absolute;
    color: white;
    border-radius: 50%;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
	font-size: 20px;
	display: block;
}
.toolbar-phone {
    background: #6565ff;
    bottom: 0;
}
.toolbar-whatsapp {
    background: #45c71b;
    bottom: 55px;
}
@media (min-width: 768px) {
	.toolbar-area {
	    display: none;
	}
}


/* Loading */
.loading {
	color: transparent!important;
	position: relative;
	pointer-events: none;
}
.loading:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
	opacity: 1;
    -webkit-animation: loading 450ms infinite linear;
    animation: loading 450ms infinite linear;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.loading:before {
	visibility: hidden;
}
.small-loading-icon:after {
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    margin-top: -7.5px;
}
.big-loading-icon:after {
    width: 45px;
    height: 45px;
    margin-left: -22.5px;
    margin-top: -22.5px;
}
.light-loading-icon:after {
    border: 1px solid rgba(255,255,255,.3);
    border-left-color: #fff;
}
.dark-loading-icon:after {
    border: 1px solid rgba(0,0,0,.3);
    border-left-color: #000;
}
@-webkit-keyframes loading {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* QR code */
.qr-code img {
    width: 150px;
}



/* Swiper js */
.master-slider {
    height: 0;
    overflow: hidden;
}
.master-slider.swiper-container-initialized {
    height: auto;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide img {
    background: var(--light-color);
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Hide admin bar */
.hide-admin-bar, .show-admin-bar {
    position: fixed;
    top: 32px;
    right: 0;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    z-index: 100000;
}
.show-admin-bar {
    top: 0;
}


/* Pagination */
.pagination {
    margin: 30px 0 0;
    list-style: none;
}
.page-item {
    display: inline-block;
}
.page-item a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: white;
    border-radius: 5px;
    margin-right: 5px;
    color: black;
}
.page-item.active a, .page-item a:hover {
    background: var(--main-color);
    color: white;
}


/* Fancybox */
body.compensate-for-scrollbar {
    overflow: unset!important;
}


/* Mobile sticky phone */
.mobile-sticky-area {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
}
.mobile-sticky-elements a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    color: white;
    margin-top: 7px;
    font-size: 18px;
}
.mobile-sticky-phone {
    -webkit-box-shadow: 0 2px 10px rgb(101 101 255 / 46%);
            box-shadow: 0 2px 10px rgb(101 101 255 / 46%);
    background: #7d8cff;
}
.mobile-sticky-whatsapp {
    -webkit-box-shadow: 0 2px 10px rgb(149 162 143 / 46%);
            box-shadow: 0 2px 10px rgb(149 162 143 / 46%);
    background: #25ce25;
}
@media (min-width: 801px) {
    .mobile-sticky-area {
        display: none;
    }
}


/* MailChimp */
#mailchimp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
#mailchimp > div {
    padding: 0 5px;
}
.mailchimp-element input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 10px;
}
.mailchimp-button button {
    background: red;
    height: 40px;
    padding: 0 30px;
    font-size: 17px;
    color: white;
    text-transform: uppercase;
}
.mailchimp-result:not(:empty) {
    display: table;
    margin: 10px auto 0;
}
.mailchimp-success {
    position: relative;
    padding-left: 35px;
    font-weight: 600;
}
.mailchimp-success:before {
    content: '\f058';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--main-color);
}



/* Notify template */
.guest-user .notify-block-area .container {
    background: white;
    padding: 40px;
    border-radius: 30px;
    margin-top: 40px;
    width: 600px;
    max-width: 100%;
}
.notify-block-area {
    text-align: center;
    margin-bottom: 30px;
}
.notify-block-icon:before {
    font-size: 80px;
    color: #fff;
    display: table;
    margin: 0 auto 30px;
    line-height: 1;
    background: blue;
    border-radius: 50%;
    padding: 30px;
}
.notify-block-area h3 {
    font-size: 22px;
    text-transform: uppercase;
}
.notify-block-description {
    color: #666;
    margin: 20px auto 25px;
    font-size: 18px;
    width: 500px;
    max-width: 100%;
    line-height: 1.4;
}
.notify-block-button a {
    display: inline-block;
    background: var(--main-color);
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
}
.notify-block-button a:hover {
    opacity: .8;
}



/* Callout */
.callout-form-element {
    margin-bottom: 10px;
}
.callout-form-element input {
    width: 100%;
    border: 1px solid #ddd;
    height: var(--form-height);
    font-size: 15px;
    padding: 0 15px;
}
.success-message {
    text-align: center;
    color: #ccc;
    display: none;
}
.success-message:before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    display: table;
    margin: 0 auto 15px;
    font-size: 24px;
    color: yellow;
}


/* Callout modal */
#callout-modal-form {
    width: 500px;
    display: none;
}


/* Master icon box */
.master-icon-box-area {
    margin-bottom: 15px;
}
.master-icon-box {
    display: flex;
    flex-wrap: wrap;
}
.master-icon {
    width: 50px;
}
.master-icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.master-icon-details {
    width: calc(100% - 50px);
    padding-left: 15px;
}


/* Master buttons */
.master-button, .master-outline-button, .master-color-button {
    height: var(--form-height);
    cursor: pointer;
    padding: 0 15px;
    border-radius: var(--border-radius);
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.master-button {
    background: var(--main-color);
    color: white;
    border: 1px solid var(--main-color);
}
.master-outline-button {
    background: #fff;
    color: black;
    border: 1px solid var(--main-color);
}
.master-outline-button:hover {
    background: var(--main-color);
    color: white;
    border: 1px solid var(--main-color);
}
.master-color-button {
    background: var(--second-color);
    color: white;
    border: 1px solid var(--second-color);
}
.master-color-button:hover {
    background: #425d57;
    border: 1px solid #425d57;
}
.master-wide-button {
    width: 100%;
}


/* Animations */
.animate {
    transition: 1.2s all;
}
.scale-animation {
    transform: scale(0.5);
    opacity: 0;
}
.fade-animation {
    opacity: 0;
}
.left-to-right-animation {
    transform: translateX(-100px);
    opacity: 0;
}
.right-to-left-animation {
    transform: translateX(100px);
    opacity: 0;
}
.top-to-bottom-animation {
    transform: translateY(-100px);
    opacity: 0;
}
.bottom-to-top-animation {
    transform: translateY(100px);
    opacity: 0;
}
.animated {
    opacity: 1;
    transform: none;
}


/* Fixed header */
#site-header.fixed-site-header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    animation-name: sticky;
    animation-duration: .5s;
    box-shadow: 0 15px 15px rgb(100 100 100 / 5%);
}
.active-admin-bar #site-header.fixed-site-header {
    margin-top: 35px;
}
.fixed-site-header .master-header-area {
    padding: 10px 0;
}
.fixed-site-header #site-logo img {
    height: 50px;
}
@keyframes sticky {
    from {
        transform: translateY(-80px);
    }
    to {
        transform: translateY(0);
    }
}


/* Topbar */
#topbar-wrap {
    border-bottom: 1px solid #ddd;
}
.topbar-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}
.topbar-block {
    padding: 5px 15px;
}
.topbar-elements {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}
.topbar-element {
    padding: 5px 15px;
}



/* Master heading */
.master-heading-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px -30px;
}
.master-heading-block {
    padding: 0 15px 30px;
}
.mhb-first {
    width: 66.6%;
}
.mhb-second {
    width: 33.3%;
}
.master-heading-area {
    margin-bottom: 30px;
}
.master-heading-blocks .master-heading-area {
    margin-bottom: 0;
}
.master-heading {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}
.master-description {
    margin-top: 15px;
    width: 600px;
    max-width: 100%;
    color: #787888;
}
.master-center-heading {
    text-align: center;
}
.master-center-heading .master-description {
    margin: 5px auto 0;
}
.master-light-heading {
    color: white;
}
@media (max-width: 767px) {
    .master-heading-block {
        width: 100%;
    }
}



/* Whatsapp */
.whatsapp-toolbar-area {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}
.whatsapp-icon-box {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-toolbar-text {
    background: white;
    color: black;
    padding: 3px 15px;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 28%);
    visibility: hidden;
    transition: .3s all;
}
.whatsapp-icon-box:hover .whatsapp-toolbar-text {
    visibility: visible;
}
.whatsapp-toolbar-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #21ad21;
    border-radius: 50%;
    font-size: 32px;
}



/* Contact toolbar */
.contact-toolbar {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100000;
}
.contact-toolbar-contents {
    background: white;
    min-width: 200px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 10px rgb(101 101 101 / 21%);
}
.contact-toolbar-contents:before {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: 100%;
    right: 25px;
}
.cs-content a {
    border-radius: 5px;
    padding: 3px 10px;
    display: block;
    color: black;
}
.cs-content a:hover {
    background: #f5f5f5;
}
.cs-content i {
    margin-right: 10px;
}
.contact-toolbar-icons {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid var(--main-color);
    font-size: 20px;
    background: white;
    cursor: pointer;
    margin-left: auto;
}
.ct-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Language switcher */
.language-list-switcher ul {
    margin: 0 -7px;
    list-style: none;
    display: flex;
}
.language-list-switcher li {
    padding: 0 7px;
}
.language-list-switcher .language-item a {
    display: flex;
    align-items: center;
}
.language-list-switcher .language-item img {
    width: 22px;
    height: 22px;
}
.language-list-switcher .language-label {
    padding-left: 7px;
    font-weight: 600;
    color: black;
}


/* Skills bar */
.cool-skills-bar .cool-bar {
    height: 5px;
    background: #eee;
    border-radius: 0;
    margin-bottom: 15px;
    position: relative;
    transition: all 2s linear;
}
.cool-skills-bar .cool-bar-inner {
    width: 0;
    height: 5px;
    line-height: 5px;
    background: #db3a34;
    border-radius: 0;
    position: relative;
    overflow: visible!important;
}
.cool-skills-bar .cool-bar-percent {
    position: absolute;
    right: -25px;
    top: -22px;
    font-size: 12px;
    color: white;
    background-color: black;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}
.cool-skills-bar .cool-bar-percent:before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}



/* Custom scroll */
.custom-scroll::-webkit-scrollbar  {
    width: 4px;
}
.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* Canvas sidebar */
.canvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .7;
    display: block;
    z-index: 999;
    visibility: hidden;
}
.active-canvas-overlay {
    visibility: visible;
}
.canvas-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    background: white;
    height: 100%;
    transform: translate3d(100%,0,0);
    z-index: 10000;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.active-canvas-sidebar {
    transform: none;
}
.canvas-sidebar-header {
    border-bottom: 1px solid var(--light-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
}
.csh-heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}
.canvas-sidebar-body {
    padding: 40px 20px;
    overflow-y: auto;
    height: calc(100% - 97px);
}
.csh-close {
    font-size: 15px;
    cursor: pointer;
}
.csh-close:after {
    content: "\ea02";
    font-family: Feather;
    margin-left: 5px;
    transform: translateY(3px);
    display: inline-block;
    font-size: 18px;
}


/* Audio */
audio {
    height: 40px;
    width: 100%;
}
audio::-webkit-media-controls-enclosure {
    border-radius: 5px;
}
audio::-webkit-media-controls-panel {
    background: #ddd;
    height: 40px;
}



/* Content wrap */
.logged-in #content-wrap {
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#primary {
    width: calc(100% - 230px);
    background: #f1f5f9;
    border-radius: 25px;
    padding: 20px 25px 40px;
}
@media (max-width: 959px) {
    .logged-in #content-wrap {
        padding: 0;
    }
    #primary {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        min-height: 100vh;
    }
}



/* Nav sidebar */
.nav-sidebar {
    width: 230px;
    padding-bottom: 60px;
}
.site-logo-area {
    width: calc(100% - 20px);
}
.site-logo {
    width: 80px;
    margin: 30px auto;
}
.site-logo img {
    filter: brightness(10) contrast(1);
}
.header-menu-item {
    margin-bottom: 5px;
}
.header-menu-item a {
    color: white;
    padding: 0 20px 0 55px;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 15px;
    transition: .15s all;
}
.header-menu-item:not(.active-menu-item) a:hover {
    background: #bef426;
    color: black;
}
.header-menu-item .fe {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 20px;
}
.active-menu-item {
    position: relative;
    z-index: 1;
}
.active-menu-item a {
    background: #f1f5f9;
    color: black;
}
.active-menu-item .fe {
    color: var(--main-color);
}
.active-menu-item a:before {
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -30px;
    transform: rotate(90deg) scale(1.04);
    background-size: 100%;
    background-image: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'259.51\'\ height=\'259.52\'\ viewBox=\'0\ 0\ 259.51\ 259.52\'%3E%3Cpath\ id=\'Path_143\'\ data-name=\'Path\ 143\'\ d=\'M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z\'\ transform=\'translate\(-8399.997\ -164.445\)\'\ fill=\'%23f1f5f8\'/%3E%3C/svg%3E%0A);
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
}
.active-menu-item a:after {
    content: "";
    width: 30px;
    height: 30px;
    margin-top: 50px;
    transform: scale(1.04);
    background-size: 100%;
    background-image: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'259.51\'\ height=\'259.52\'\ viewBox=\'0\ 0\ 259.51\ 259.52\'%3E%3Cpath\ id=\'Path_143\'\ data-name=\'Path\ 143\'\ d=\'M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z\'\ transform=\'translate\(-8399.997\ -164.445\)\'\ fill=\'%23f1f5f8\'/%3E%3C/svg%3E%0A);
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
}
@media (max-width: 959px) {
    .nav-sidebar {
        position: fixed;
        background: var(--main-color);
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        height: 100vh;
        z-index: 1000;
        top: 0;
        left: 0;
        transform: translateX(-250px);
        transition: .5s all;
    }
    .active-nav-sidebar {
        transform: translateX(0);
    }
    #primary {
        width: 100%;
    }
}



/* Site header */
.site-header-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.site-header-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 50%;
}
.shb-second {
    justify-content: flex-end;
    margin: 0 -15px -5px;
}
.shb-inner-element {
    padding: 0 15px 5px;
}
.search-input {
    position: relative;
}
.search-input input {
    background: #dee5ed;
    border: 0;
    height: 36px;
    border-radius: 30px;
}
.search-input button {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: transparent;
    border-radius: 30px;
    font-size: 18px;
}
.site-header-name-area {
    text-align: right;
    line-height: 1.3;
    padding-left: 20px;
}
.site-header-name {
    color: #555555;
}
.site-header-role {
    color: #999999;
}
@media (max-width: 959px) {
    .shb-second {
        display: none;
    }
}
@media (max-width: 600px) {
    .site-header-blocks {
        justify-content: center;
    }
    .site-header-block {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .site-header-name-area {
        text-align: center;
    }
}



/* Page header */
.add-new-button {
    display: inline-block;
    font-size: 15px;
    background: var(--second-color);
    padding: 7px 15px;
    border-radius: var(--border-radius);
    margin-left: 10px;
    vertical-align: middle;
    color: white;
    transform: translateY(-3px);
}
.add-new-button:before {
    content: "\e9b2";
    font-family: 'Feather';
    margin-right: 10px;
}
.add-new-button:hover {
    background: #425d57;
}



/* Stats */
.stat-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}
.stat-block {
    width: 25%;
    padding: 0 10px 20px;
    position: relative;
}
.stat-block a {
    display: block;
    border-radius: 5px;
    transition: .3s all;
}
.stat-block-inner {
    background: white;
    color: black;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 4%);
    display: block;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}
.stat-block a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(133 133 133 / 34%);
}
.stat-number {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    margin-top: 10px;
}
.stat-heading {
    color: #b0b8c4;
}
.stat-icon {
    font-size: 26px;
}
@media (max-width: 850px) {
    .stat-block {
        width: 33.3%;
    }
}
@media (max-width: 650px) {
    .stat-block {
        width: 50%;
    }
}
@media (max-width: 360px) {
    .stat-block {
        width: 100%;
    }
}



/* master */
.master-options-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.master-options {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.exam-table .master-options {
    flex-wrap: wrap;
}
.master-option {
    padding: 0 10px 10px;
}
.master-sort-area {
    display: flex;
    align-items: center;
}
.master-sort-select {
    position: relative;
}
.master-sort-select select {
    background-color: white;
    border: 0;
    padding: 0 10px;
    border-radius: 5px;
    box-shadow: 0px 3px 20px rgb(223 223 223 / 4%);
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    width: 120px;
}
.master-search input, .master-result-search input {
    border: 0;
    box-shadow: 0px 3px 20px rgb(223 223 223 / 4%);
}
.master-result-search {
    margin-right: 5px;
}
.master-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 20px rgb(223 223 223 / 4%);
    background: white;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 8px;
    line-height: 1.4;
}
.master-header .master-item {
    box-shadow: none;
    padding: 0;
    background: transparent;
    font-weight: 600;
    color: var(--main-color);
}
.master-block {
    width: 25%;
}
.master-name a {
    color: black;
    font-weight: 500;
}
.master-actions-name {
    text-align: right;
}
.master-actions {
    display: flex;
    justify-content: flex-end;
    margin: 0 -5px -5px;
}
.master-action {
    position: relative;
    padding: 0 5px 5px;
}
.master-tooltip {
    background: #444;
    color: white;
    border-radius: var(--border-radius);
    font-size: 13px;
    padding: 6px 10px;
    position: absolute;
    white-space: nowrap;
    bottom: calc(100% + 7px);
    opacity: 0;
    width: 80px;
    text-align: center;
    left: -15px;
    transition: .15s all;
}
.master-tooltip:before {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #444;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.master-action:hover .master-tooltip {
    opacity: 1;
}
.master-action-item {
    cursor: pointer;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    display: block;
}
.master-action-raport {
    background: #ebae3e;
}
.master-action-edit {
    background: #7d9bfd;
}
.master-action-delete {
    background: #ff0000;
}
.master-action-view {
    background: #6bac6b;
}
.staff-birthday span {
    color: #888;
    font-size: 14px;
    white-space: nowrap;
}
.no-speech-name {
    color: #666;
    font-size: 15px;
    margin-top: 3px;
}
@media (min-width: 500px) {
    .helper-item {
        display: none;
    }
}
@media (max-width: 500px) {
    .master-item {
        align-items: flex-start;
    }
    .master-block {
        width: 50%!important;
        padding: 5px 0;
    }
    .master-actions-name {
        display: none;
    }
    .master-actions {
        width: 100%!important;
        justify-content: center;
    }
    .staff-parent {
        text-align: center;
        color: #666;
        width: 100%!important;
    }
    .staff-parent:before {
        content: 'Psixoloq: ';
    }
    .master-header .staff-parent {
        display: none;
    }
    .staff-birthday, .staff-student-count {
        text-align: right;
    }
    .master-count {
        text-align: center;
        color: #666;
    }
    .exam-table .master-header {
        display: none;
    }
    .exam-table .master-block {
        width: 100%!important;
        display: flex;
        justify-content: space-between;
    }
}



/* Account settings */
.form {
    width: 500px;
    max-width: 100%;
}
.label-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    font-style: italic;
}



/* Login */
.guest-user.home {
    background: white;
    position: relative;
    overflow: hidden;
}
.guest-user.home:after {
    content: '';
    width: 46%;
    height: 200%;
    background: var(--main-color);
    position: absolute;
    top: -30%;
    left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.guest-user.home:before {
    content: '';
    width: 46%;
    height: 200%;
    background: #d2d9ef;
    position: absolute;
    top: -40%;
    left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.login-area {
    height: 100vh;
    display: flex;
    align-items: center;
}
.login-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -25px -40px;
}
.login-block {
    padding: 0 25px 40px;
}
.login-first {
    width: 50%;
}
.login-second {
    width: 480px;
    max-width: 50%;
}
.login-image {
    margin-bottom: 40px;
    width: 300px;
    max-width: 100%;
}
.login-heading {
    color: white;
    font-size: 36px;
    font-weight: 500;
    padding-right: 50px;
}
.login-description {
    color: #bbc5e7;
    font-size: 19px;
    margin-top: 15px;
}
.login-helpers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 15px;
}
.login-button {
    background: var(--main-color);
    color: white;
    height: 46px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: var(--border-radius);
}
.login-block input {
    background: #f9f9f9;
}
.form-element-password {
    position: relative;
}
.show-hide {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
@media (max-width: 959px) {
    body:before, body:after {
        display: none;
    }
    .guest-user.home {
        overflow: visible;
    }
    .login-area {
        height: 100%;
    }
    .login-block {
        width: 100%;
        max-width: 100%;
    }
    .login-heading {
        font-size: 26px;
        padding-right: 0;
    }
    .login-second {
        order: 1;
    }
    .login-form-area {
        padding: 60px 0;
    }
    .login-info-area {
        padding: 60px 0 0;
    }
    .login-first {
        order: 2;
        background: var(--main-color);
        text-align: center;
    }
    .login-image {
        margin: 0 auto 30px;
    }
}



/* Begin exam */
.begin-exam-select {
    margin-right: 10px;
    margin-bottom: 10px;
}
.begin-exam-select select {
    background-color: white;
    border: 0;
    padding: 0 10px;
    border-radius: 5px;
    box-shadow: 0px 3px 20px rgb(223 223 223 / 4%);
    min-width: 180px;
}
.begin-exam-form {
    display: flex;
    flex-wrap: wrap;
}
.begin-exam-note {
    width: 400px;
    max-width: 100%;
    margin-bottom: 20px;
    color: #606379;
}
.begin-quiz-button {
    margin-top: 15px;
}
.quiz-age-select {
    margin: 20px 0;
}
.quiz-age-select input {
    width: 100px;
}
.quiz-age-select label {
    font-weight: 600;
    padding-right: 10px;
}
@media (max-width: 500px) {
    .begin-exam-select {
        width: 100%;
        margin-right: 0;
    }
}



/* Exam */
.child-exam-info {
    color: var(--main-color);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.child-exam-name {
    margin-right: 10px;
}
.exam-item {
    margin-bottom: 30px;
}
body:not(.user-role-psychologist) .exam-item {
    pointer-events: none;
}
.exam-main-heading {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
.exam-question {
    margin-bottom: 10px;
}
.exam-question-item {
    margin-bottom: 5px;
    font-weight: 500;
}



/* Tabs */
.tabs-heading {
    list-style: none;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.tabs-heading li {
    font-size: 12px;
    width: calc(100% / 8);
    text-align: center;
    background: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 35px;
    line-height: 1.3;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.tabs-heading li:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    left: 100%;
    z-index: 1;
}
.tabs-heading .active-tab {
    background: var(--main-color);
    color: white;
}
.tabs-heading .active-tab:after {
    border-left-color: var(--main-color);
}
.tabs-body > .exam-item:not(:nth-child(1)) {
    display: none;
}
.tabs-body > div:first-child .exam-prev-button {
    display: none;
}
.tabs-body > div:last-child .exam-next-button {
    display: none;
}
@media (max-width: 500px) {
    .tabs-heading li {
        width: 100%;
        height: 35px;
        padding: 0 10px;
    }
}



/* Final reports */
.final-report-info {
    font-weight: 500;
    color: var(--main-color);
    font-size: 18px;
    margin-bottom: 40px;
}
.final-reports {
    margin-left: 40px;
}
.final-reports-lines {
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    position: relative;
}
.final-reports-lines:before {
    content:'';
    position: absolute;
    bottom: 80%;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #999;
    z-index: 1;
}
.final-reports-lines:after {
    content:'';
    position: absolute;
    bottom: 50%;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #999;
    z-index: 1;
}
.final-reports {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.final-report-line-area {
    height: 150px;
    width: 30px;
    margin: 0 auto;
    position: relative;
}
.final-report-line {
    background: red;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.final-report-heading {
    font-weight: 500;
    padding: 15px;
    line-height: 1.3;
}
.final-reports-numbers {
    position: absolute;
    left: -40px;
    text-align: right;
    font-weight: 500;
    height: 150px;
}
.final-reports-number {
    position: absolute;
    font-size: 13px;
}
.final-reports-number-0 {
    bottom: calc(0% - 12px);
}
.final-reports-number-50 {
    bottom: calc(50% - 12px);
}
.final-reports-number-80 {
    bottom: calc(80% - 12px);
}
.final-reports-number-100 {
    bottom: calc(100% - 12px);
}
.result-note-area {
    margin-top: 30px;
}
.result-note-area h2 {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .final-report-heading {
        font-size: 12px;
    }
    .final-report-line-area {
        width: 15px;
    }
}



/* Datepciker */
#ui-datepicker-div {
    background: #eee;
    padding: 10px;
    display: none;
    z-index: 100!important;
}
.ui-datepicker-prev {
    position: absolute;
    background: var(--second-color);
    left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 0 10px;
    color: white;
    cursor: pointer;
    user-select: none;
}
.ui-datepicker-next {
    background: var(--second-color);
    right: 10px;
    position: absolute;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    padding: 0 7px;
    cursor: pointer;
    user-select: none;
}
.ui-state-disabled {
    opacity: .5;
    cursor: default;
}
.ui-datepicker-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 30px;
}
.ui-datepicker-calendar {
    background: white;
        margin: 10px 0 0;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    padding: 7px;
    font-size: 13px;
    font-weight: 400;
}
.ui-datepicker-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ui-datepicker-title select {
    border: 1px solid #ddd;
    background-color: white;
    width: 48%;
}
.ui-datepicker-calendar td {
    text-align: center;
    cursor: pointer;
}
.ui-datepicker-current-day {
    background: #dcdcdc;
    color: black;
}
.ui-datepicker-unselectable {
    opacity: .3;
    cursor: default!important;
}


/* Results */
.result-status {
    display: inline-block;
    padding: 5px 15px;
    border-radius: var(--border-radius);
}
.result-status.result-continue {
    background: #ededff;
    color: #111169;
}
.result-status.result-success {
    background: #caffca;
    color: #015c01;
}
.result-section {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
.result-section-key {
    font-weight: 500;
    color: var(--main-color);
    font-size: 18px;
}
.result-question-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -15px;
}
.result-question-block {
    width: 50%;
    padding: 0 15px 15px;
}
.rqb-main-heading {
    font-weight: 500;
    padding: 15px 0;
}
.export-pdf {
    margin-top: 30px;
}
.result-question {
    line-height: 1.3;
    margin-bottom: 7px;
}
@media (max-width: 360px) {
    .result-question-block {
        width: 100%;
    }
}



/* Main raport */
.main-raport .final-report-line-area {
    width: 95px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.main-raport .final-report-line {
    position: relative;
    width: 30px;
}
.main-raport .final-report-line:before {
    content: attr(data-percent);
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 13px;
    width: 30px;
    text-align: center;
    font-weight: 500;
}
.final-report-colors {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.final-report-color {
    position: relative;
    margin-right: 30px;
}
.fr-color {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}
.fr-text {
    padding-left: 20px;
}
.no-speech {
    display: table;
    background: #ff4545;
    padding: 3px 15px;
    color: white;
    margin-top: 10px;
}
.textarea-to-div {
    background: white;
    border-radius: 10px;
    padding: 10px;
    min-height: 90px;
    line-height: 1.3;
    display: none;
}
@media (max-width: 767px) {
    .main-raport .final-report-line-area {
        width: 50px;
    }
    .main-raport .final-report-line {
        width: 15px;
    }
    .main-raport .final-report-line:before {
        font-size: 10px; 
        width: auto;
    }
}



/* Mobile header */
@media (min-width: 959px) {
    .mobile-header-area {
        display: none;
    }
}
.mobile-header-area {
    width: 100%;
}
.mobile-header-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    width: 90%;
    position: relative;
    height: 100px;
    margin: 0 auto;
}
.mobile-logo {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mobile-logo img {
    filter: brightness(10) contrast(1);
}
.mobile-header-icon {
    font-size: 26px;
}



/* Reset password */
@media (min-width: 1000px) {
    .reset-password-area {
        width: 50%;
        margin: 0 auto;
        background: white;
        padding: 40px;
        border-radius: 15px;
        margin-top: 40px;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    .reset-password-area {
        width: 75%;
        margin: 0 auto;
    }
}
.after-reset-notification {
    display: none;
    text-align: center;
}
.after-reset-notification:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    display: block;
    color: #00a600;
    font-size: 64px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
}
.reset-password-description {
    margin-bottom: 30px;
}



/* Userdata */
.userdata-block:not(:last-child) {
    margin-bottom: 40px;
}
.userdata-heading {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--second-color);
}


/* Quiz */
.quiz-questions:empty + .quiz-subject-name {
    display: none;
}
.quiz-subject-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}
.quiz-question-block {
    margin-bottom: 15px;
}
.quiz-question span {
    color: #888;
    padding-left: 10px;
}



/* Circle */
.raport-type-area {
    margin-top: 40px!important;
}
.circle-area {
    display: table;
    margin: 0 auto;
}
.circle-blocks {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    background: white;
    border-radius: 50%;
}
.circle-block {
    position: relative;
    width: 250px;
    height: 250px;
}
.circle {
    position: absolute;
}
.circle-2 {
    z-index: 1;
}
.circle-first {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.circle-second {
    border-bottom: 1px solid #000;
}
.circle-third {
    border-right: 1px solid #000;
}
.circle-first .circle {
    bottom: 0;
    right: 0;
    border-left: 2px solid #000;
}
.circle-second .circle {
    bottom: 0;
    left: 0;
    border-right: 2px solid #000;
}
.circle-third .circle {
    top: 0;
    right: 0;
    border-left: 2px solid #000;
}
.circle-fourth .circle {
    top: 0;
    left: 0;
    border-right: 2px solid #000;
}
.circle-headings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.circle-heading {
    width: 50%;
}
.circle-heading:last-child {
    text-align: right;
}


/* Graphic */
.graphic-blocks-area {
    position: relative;
    margin-top: 80px;
}
.graphic-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.graphic-elements {
    width: 40px;
    height: 840px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    padding-right: 15px;
}
.graphic-items {
    width: calc(100% - 40px);
    border-left: 1px solid #ccc;
}
.graphic-item {
    height: 10px;
    border-bottom: 1px solid #ccc;
}
.active-graphic-item {
    border-color: #777;
}
.graphic-element {
    line-height: 0;
    font-weight: 600;
    font-size: 15px;
}
.graphic-results {
    height: 850px;
    display: flex;
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    right: 0;
}
.graphic-result {
    width: calc(100% / 7);
    text-align: center;
    position: relative;
}
.graphic-result:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.graphic-result-heading-area {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.graphic-result-heading {
    white-space: nowrap;
}
.graphic-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.graphic-future-dot {
    background: #296ba7;
}
.graphic-current-dot {
    background: red;
}
.graphic-text {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
}


/* gobdo */
.table-a2-area {
    margin-top: 15px;
}
.extra-results-notes {
    padding-bottom: 15px;
}