/*!
Theme Name: 27 Sellő
Theme URI: https://them.es/starter
Author: Webshop & Webdesign Kft.
Author URI: https://webshop-webdesign.hu/
Description: 
Version: 3.6.2
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: sello27
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition:
		filter 0.2s ease-in,
		-webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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



@media (min-width: 992px) {
	.mgb-lg-100 {
	margin-bottom: 100px !important;
	}
}
/* FOOTER WIDGET */

.footer-widget .wp-block-column h3 {
    font-size: 22px;
}

.footer-widget .wp-block-heading {
    color: #fff;
}
.footer-widget .wp-block-heading {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    z-index: 1;
}

.wp-block-heading::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    border-radius: 50px;
    background-color: #01ab50;
    bottom: 0;
    left: 0;
}

.wp-block-heading::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 10px;
    height: 3px;
    border-radius: 50px;
    background-color: #01ab50;
    bottom: 0;
    left: 35px;
}

.footer-widget .wp-block-columns .widget {
	background-color: inherit;
	padding:inherit;
	margin: inherit;
	border-radius: inherit;
	margin-bottom: 20px;
}

.footer-widget .wp-block-columns nav ul.menu {
	display: flex;
    flex-direction: column;
    gap: 1rem;	
}

.footer-widget .wp-block-columns nav ul.menu li a {
    color: #fff;
    transition: all .5s ease-in-out;
}

.footer-widget .wp-block-columns nav ul.menu li a:hover {
    padding-left: 10px;
    color: #01ab50;
}

.footer-widget .wp-block-columns nav ul.menu li a:before {
	font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	content: "\f0da";
	margin-right: 5px;
	color: #01ab50;
}

/* .copyright .footer-menu li a {
    color: #f5faff;
    transition: all .5s ease-in-out;
} */

.footer-bottom button a {
    color:inherit;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;    
}

.footer-bottom button a:hover {
    color:inherit;
}

.dropdown-toggle::after {
  margin-left: 1.5px;
}



.dropdown-item.active, 
.dropdown-item:active {
    background: inherit;
    color:#01ab50 !important;
}

@media (max-width: 991px) {
    .navbar li.nav-item.current-menu-ancestor > .nav-link {
         color: #01ab50;
    }

}

@media (min-width: 992px) {
    .navbar li.nav-item.current-menu-ancestor > .nav-link::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 3px;
        left: 0px;
        background: #01ab50;
        border-radius: 50px;
        bottom: 18px;
        opacity: 1;
        transition: all .5s ease-in-out;
    }

}


ul.navbar-nav li.columns-2 > ul.dropdown-menu {
	min-width: 600px;
}

/* specialities-sub */

.service-sidebar .widget ul li.menu-item {

    border-bottom: 1px solid #ced4da;

}

.service-sidebar .widget ul li.menu-item:last-of-type {

    border-bottom: 0;

}

.service-sidebar .widget ul li.menu-item a {
    display: block;
    padding: 10px 0;
    color: #204066;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.service-sidebar .widget ul li.menu-item a:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	margin-right: 5px;
    content: "\f101";
}

.service-sidebar .widget ul li.menu-item a:hover {
    margin-left:15px;
	color: #01ab50;
}

.page-template-pagetemplate-specialities-sub .service-single-area .service-details .gallery {
	margin:0 -12px;
}

.page-template-pagetemplate-specialities-sub .service-single-area .service-details .gallery-item {
	padding:0 12px;
}

.page-template-pagetemplate-specialities-sub .service-single-area .service-details img {
    border-radius: 10px;
	margin-bottom: 20px;
	/* padding:0 12px; */
}

.testimonial-area .testimonial-slider .owl-dots {
	display: none;
}

/* widget menu */

.widget ul li.menu-item a.nav-link.active {
	color: #01ab50;
}

.widget a.team-item-img {
	border: inherit;
    padding: inherit;
    color: inherit;
    display: inherit;
    border-radius: inherit;
    margin-bottom: inherit;	
}

/* colors for gutenberg */

/* custom color for gutenberg */

.has-color1-color {
    color: #01ab50;
}

.has-color1-background-color {
    background-color: #01ab50;
}

.has-color1-border-color {
    border-color: #01ab50;
}

.has-color2-color {
    color: #ffffff;
}

.has-color2-background-color {
    background-color: #ffffff;
}

.has-color2-border-color {
    border-color: #ffffff;
}

.has-color3-color {
    color: #283b6a;
}

.has-color3-background-color {
    background-color: #283b6a;
}

.has-color3-border-color {
    border-color: #283b6a;
}




/* munkatars */
.page-template-pagetemplate-staff-single .team-single .team-single-overview-content ul {
    margin-left: 40px;
	color: #304579;
}

.page-template-pagetemplate-staff-single .team-single .team-single-overview-content li {
    
}

.page-template-pagetemplate-staff-single .team-single .team-single-overview-content li i {
	/* display: none; */
}

.page-template-pagetemplate-staff-single .team-single .team-single-overview-content li:not(:has(i))::before {
	display:inline-block;
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f00c";
    color: #01ab50;
    margin-right: 10px;
    margin-left: -25px;
}

/* szolgáltatások sub-1 (manuális orvoslás) */

.service-icon {
    padding: 0 7px;
}

@media (max-width: 991px) {
	.service-area .service-item .theme-btn5 {
		width: 100%;
	}

	.home-3 .hero-single {
        padding-top: 90px;
    }

	.home-3 .hero-img {
		margin-right: 20px;
	}

    .login-form {
        padding: 40px 40px;
    }
	
	/* szakteruletek aloldalak */
	body.page-template-pagetemplate-specialities-sub .service-single-area {
		padding-top: 80px;
	}

	body.page-template-pagetemplate-specialities .department-area {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	/* szakterulet+munkatársak breadcrumb */
	body.page-template-pagetemplate-specialities-sub .site-breadcrumb h1.breadcrumb-title,
	body.page-template-pagetemplate-staff-single .site-breadcrumb h1.breadcrumb-title	
	{
		font-size: 36px;
	}

	/* szolgáltatások aloldalak */
	body[class*="page-template-pagetemplate-services-sub"] .service-area {
		padding-top: 110px;
		padding-bottom:50px;
	}

	/* munkatársak */
	body.page-template-pagetemplate-staff .site-title8 {
		margin-top: 50px;
		margin-bottom: 10px;
	}
	/* munkatársak aloldal*/
	body.page-template-pagetemplate-staff-single .team-single {
		padding-top: 100px;
		padding-bottom:100px;
	}

	/* árak*/
	body.page-template-pagetemplate-prices .pricing-area {
		padding-top: 100px;
	}

	/* kapcsolat*/
	body.page-template-pagetemplate-contactus .contact-area {
		padding-top: 100px;
	}



}


/* próba hogy 18 -> 16px hogy néz ki */
@media (max-width: 991px) {
	.theme-btn5 {
		font-size: 16px;
	}
}