/*
 Theme Name:   Quickberg Child - SEO101
 Description:  Quickberg Theme Child skin
 Author:       Ughoo
 Author URI:   
 Template:     quickberg-theme
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         full-width-template, theme-options, rtl-language-support, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
 Text Domain:  quickberg
*/

body {
	font-family: 'Open Sans 400';
	font-size: 16px;
}

body p:not([class]) > strong:not([class]),
body p:not([class]) > b:not([class]) {
	font-family: 'Open Sans 600';
	font-weight:normal;
}

#sidebar {
    width: 255px; /* Adjust to match your sidebar width */
    /*transition: all 0.3s ease; */
}

h1, h2, h3, h4,
article h1,
article h2,
article h3,
article h4 {
	font-family: 'Roboto 500' !important;
}

article ol,
article ul {
	margin-left:20px;
}

article p,
article ol li,
article ul li {
	font-size:16px;
	line-height:26px;
	color: inherit;
}

#header {
	background-color:#232323;
	color:#ffffff;
	transition: all 300ms linear;
}

#header .site {
	background:transparent;
}

.quickberg-section h2, .quickberg-section h3, .quickberg-section h4, .quickberg-section h5 {
	font-size: 26px;
	line-height: 35px;
}

@media all and (max-width:799px) {
	#header {
		overflow:hidden;
	}
	
	#header.opened {
		overflow:initial;
	}
	
	#nav-holder ul li.highlighted > a {
		margin: 10px 0 20px;
		display:block;
		text-align:center;
	}
  
  article .line-height {
    line-height: 45px;
  }
}

/* vespucci!!
.enabled-sticky #header {
	background-color:transparent;
}
*/
.enabled-sticky.sticky-header #header {
	background-color: rgba(0, 0, 0, .65);
}

#nav-toggle {
	top:18px;
}

#nav-toggle span {
	background:#8ccb30;
}

#logo {
	background: url(library/img/seo101®.png) left center no-repeat;
	background-size: auto 100%;
	text-indent: -999px;
	overflow:hidden;
	width:190px;
	height:60px;
	margin: 5px 0;
}

.opened #nav-holder {
	background-color:#232323;
    max-height: 130vh;
}

#nav-holder ul li a {
	color:#ffffff;
	font-weight:normal;
	font-size: 14px;
	transition: all 240ms linear;
}

#nav-holder ul .sub-menu {
	padding: 0 0 10px 20px;
	overflow: hidden;
	background: #232323;
	color:#ffffff;
	box-shadow: none;
	top:65px;
}

#nav-holder ul li.current-menu-item > a,
#nav-holder ul li.current-menu-ancestor > a,
#nav-holder ul li a:hover {
	color: #84c227;
	transition: all 240ms linear;
}

#nav-holder ul li.highlighted > a {
	background: #84c227;
	color:#ffffff;
	padding: 12px;
}

#hull {
	position:relative;
}

@media (min-width: 800px) {
	
	#hull {
		min-height: calc( 100vh - 599px );
	}
	
	#nav-holder ul .sub-menu {
		padding:0;
	}
	
	#nav-holder ul .sub-menu li {
		padding:0;
	}

	#nav-holder ul .sub-menu li a {
		font-size:13px !important;
		display:block;
		padding:5px 15px;
	}
	
	#nav-holder ul .sub-menu li a:hover {
		background:#ffffff;
		color:#5c8a1a;
	}
	
	#nav-holder ul li.menu-item-has-children:hover > a {
		opacity:.7;
	}

}

#sidebar .widget {
	margin-bottom:50px;
}

#sidebar .widget .widgettitle {
	margin-bottom:20px;
}

.article-header {
	background-color: rgba(120, 120, 120, .2);
	margin-bottom:20px;
}
.article-header h1 {
	font-size:28px;
	font-style:normal;
	font-weight:700;
	height:auto;
	letter-spacing:0px;
	
}

@media all and (min-width: 800px){
	.article-header h1 {
		font-size:45px;
	}
}

.article-header.article-header-canvas .site {
	min-height: 200px;
}

.tagcloud a {
	font-size: 13px !important;
	margin-top: 5px;
	display: inline-block;
	padding: 3px 9px;
	border: 1px solid #e8e8e8;
}

.nav-links {
	margin-bottom:20px;
	display:block;
}

.nav-links:after {
	content:"";
	clear:both;
	display:table;
}
.nav-links .nav-previous { float:left }
.nav-links .nav-previous a:before {
	content:"◀";
	padding-right:8px;
}
.nav-links .nav-next { float:right }
.nav-links .nav-next a:after {
	content:"▶";
	padding-left:8px;
}

#seo101-tagcloud {
	text-align:center;
	/* max-width: 1160px; */
	padding: 50px 10px;
	margin:0 auto;
	font-family: Arial;
	font-weight:bold;
}

@media all and (max-width: 799px){
	#seo101-tagcloud .site {
		padding:0;
	}
}

@media all and (min-width: 800px){
	
	#seo101-tagcloud {
		padding: 80px 50px;
	}
	
	#aboutus p {
		padding-top:30px;
		line-height:200%;
	}
	
}

#aboutus p {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

/*

@media all and (min-width: 800px){

	
	#seo101-tagcloud {
		perspective: 1000px;
		transform-style: preserve-3d;
		
		margin-left: calc( 50% - 50vw);
		margin-right: calc( 50% - 50vw);
		width: auto;
		
	}
	
	
}



#seo101-tagcloud a {
	display: inline-block;
	transition: transform 1s ease;
	transform-style: preserve-3d;
}

#seo101-tagcloud:hover a {
	transition: transform 120ms ease;
}

*/
#seo101-tagcloud a {
	display:inline-block;
	margin: 7px;
	transition: color 0.5s, transform 0.5s;
}

#seo101-tagcloud a:hover {
	color:#000;
	transform: scale(1.33);
}

#cookie-alert {
	background:#84c227;
}

#cookie-alert p a {
	color:#000;
}

#footer {
	background:#232323;
	color:#ffffff;
}

#footer-nav-holder {
	background:#121212;
	color:#ffffff;
	border-bottom: 1px solid #232323;
}

#footer-nav-holder a {
	color:#a0a0a0;
}

#footer-body {
	background:#121212;
	color:#ffffff;
}

#footer-body .footer-title:after {
	background:#000000;
}

#footbar2 .menu {
	text-align:center;
}

#footer-bottom {
	background:#000000;
}

#footer-bottom p {
	color:#787878;
	font-size:13px;
}

.archive-item,
.blog .archive-item {
	margin-bottom:40px;
}

.blog .archive-item .entry-title {
	margin-bottom:10px;
}

.blog .archive-item .byline {
	font-size:12px;
	padding-bottom:20px;
}

/* forms */

.nav-links a,
.button,
.quickberg_mc_subscribe_form button.quickberg-mc-form-submit,
.wpcf7-submit {
	background:#5c8a1a;
	border:2px solid #5c8a1a !important;
	border-radius:0 !important;
	padding: 12px 26px;
	font-size:16px;
	text-transform:uppercase;
	
	text-decoration:none;
	color:#ffffff;
	
	transition: opacity 300ms linear;
	cursor:pointer;
}

.nav-links a:hover,
.button:hover,
.quickberg_mc_subscribe_form button.quickberg-mc-form-submit:hover,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
	opacity: .7;
	border-radius:0 !important;
}


.quickberg_mc_subscribe_form label,
.quickberg_mc_unsubscribe_form label,
.wpcf7-form label,
.birs_form_field label {
	color:#686868;
	font-weight:400 !important;
	line-height:32px;
	font-size:18px;
}

.quickberg_mc_subscribe_form .form-field input.text,
.quickberg_mc_unsubscribe_form .form-field input.text,
.wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-textarea,
.birs_form_field input[type=text],
.birs_form_field textarea {
	padding:0 15px;
	height: 50px;
	background-color: #ffffff;
	font-size: 16px;
	color: #7a7a7a;
	border-width: 1px;
	border-color: #848484;
	border-radius: 0px;
	border: 1px solid #d2d2d2;
	
	outline:0 none !important;
	font-family: inherit;
	margin: 0 0 10px;
	box-sizing: border-box;
	width:100%;
}

.quickberg-mc-form-response {
	padding: 20px;
	font-weight: bold;
}

.wpcf7-textarea,
.birs_form_field textarea {
	float: none!important;
	width: 100%!important;
	min-height: 150px;
	padding:15px;
}


.quickberg-carousel.alignfull .site {
	max-width:inherit;
}

.wp-block-buttons {
	text-align:center;
}



#sidebar {
	padding-top:0px;
}


#inner-toc-list {
	padding:0;
	border: 1px solid #e3e3e3;
	list-style-type:none;
}
#inner-toc-list li {
	padding:0;
}
#inner-toc-list li:before { content: none; }
#inner-toc-list li a {
	line-height:22px;
	color:inherit;
	display:block;
	padding: 9px 25px 8px 25px;
	font-size: 14px;
	text-decoration:none;
	transition:none;
}

#inner-toc-list li + li {
	border-top: 1px solid #e3e3e3;
}

#inner-toc-list li.active a {
	font-weight:600;
	color:#fff;
	background: #5c8a1a;
	transition:none;
}

.col.d_9 .quickberg_toc_widget {
	max-width: 400px;
	margin:20px auto 40px;
}
	
.col.d_9 #inner-toc-list {
	margin-left:0;
}


.col.d_9 #inner-toc-list li a:hover {
	font-weight:600;
	color:#fff;
	background: #5c8a1a;
}


article.faq-item {
	margin: 0 0 40px 0;
}


.widget .widgettitle {
	position: relative;
	display: block;
	width: 100%;
	padding: 13px;
	margin-bottom: 20px;
	border: 1px solid #5c8a1a;
	box-sizing:border-box;
	font-weight:400 !important;

	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.widget .widgettitle:after {
	position: absolute;
	left: 50%;
	bottom: -13px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid #5c8a1a;
	content: "";
}


body #home-testimonials-container .tns-nav {
	display:block;
}

body #home-testimonials-container .tns-nav button {
	opacity:.5;
}

body #home-testimonials-container .tns-nav button.tns-nav-active {
	opacity:1;
}


body #home-testimonials-container .tns-controls {
	display:block;
	width:100%;
	left:0;
	right:0;
	top:50%;
	margin-top:-15px;
}

@media all and (max-width: 799px){
	body #home-testimonials-container .tns-controls { display:none }
	body #home-testimonials-container.quickberg-carousel .tns-outer {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
}

.quickberg-carousel#home-testimonials-container .tns-controls button[data-controls='prev'] {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 15L4 8.5 10.5 2l-2-2L0 8.5 8.5 17l2-2z' fill='%23fff'/%3E%3C/svg%3E") !important;
	left: 0;
}

.quickberg-carousel#home-testimonials-container .tns-controls button[data-controls='next'] {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 15l6.49-6.5L0 2l2-2 8.5 8.5L2 17l-2-2z' fill='%23fff'/%3E%3C/svg%3E") !important;
	right: 0;
}

.quickberg-carousel#home-testimonials-container .testimonial {
	max-width: 624px;
	margin:0 auto;
}

.testimonial {
	text-align:left;
	max-width: 624px;
	margin-left: auto;
	margin-right: auto;
	
	padding: 20px 0;
}

.testimonial-avatar {
	border-radius:50%;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:30px;
	margin-left:20px;
}

.testimonial p {
	font-family: 'Titillium Web 300 italic', sans-serif !important;
	font-style: italic;
	font-size: 16px;
	line-height:22px;
	letter-spacing: 0.4px;
	color:#ffffff;
	margin:20px auto 30px;
	max-width: 520px;
	text-align:left;
}

.testimonial-author {
	text-align:left;
	padding: 0 20px;
}

.testimonial img.company-logo {
	overflow:hidden;
	display:block;
	margin: 5px auto;
	max-width:150px;
	height:auto;
}

.author-name {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height:20px;
	color:#ffffff;
	display:block;
	text-transform:uppercase;
}
.author-position {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height:20px;
	color:#ffffff;
	display:block;
	text-transform:uppercase;
}

body #home-testimonials-container .tns-nav {
	padding-bottom:10px;
}


@media (min-width: 800px){
	
	body #home-testimonials-container .tns-outer {
		padding-top:0 !important;
		max-width: 924px;
		margin:0 auto !important;
	}
	
		
	.quickberg-carousel#home-testimonials-container .tns-controls button[data-controls] {
		background-size: 14px auto;
	}
	
	body #home-testimonials-container .tns-nav {
		padding-bottom: 40px;
	}
	
	.testimonial {
		text-align:center;
		padding: 40px 0 20px;
	}
	.testimonial p {
		text-align:center;
	}
	
	.testimonial-author {
		text-align:center;
		margin:0 auto;
	}
	
	.testimonial .testimonial-avatar {
		width:100px;
		height:100px;
	}
	
	.testimonial-author img {
		float:none;
		margin:20px auto 0;
	}

	.author-name,
	.author-position {
		margin:0 auto;
	}
}

@media (min-width: 1260px){
	.testimonial p {
		font-size:15px;
		line-height:24px;
		margin:40px auto 60px;
	}
   
   .landing-sales-mediatext {
     margin-bottom: -50px;
  }
    .landing-sales-mediatext2 {
     margin-bottom: -20px;
  }
	
}




.quickberg_cms_single_post_social {
    margin-top: -10px;
    margin-bottom: 30px;
}
.quickberg_cms_single_post_social-title {
    padding-right: 20px;
    display: inline-block;
    height: 40px;
}
.quickberg_cms_single_post_social a {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    transition: all .3s linear;
}
.quickberg_cms_single_post_social a svg {
	width:20px;
	height:20px;
	vertical-align:middle;
	display:inline-block;
}

.quickberg_cms_single_post_social a.twitter svg {
  margin-top: -1px;
  margin-left: -4px;
}
.quickberg_cms_single_post_social a.facebook {
    background: #3b5998;
    color: #ffffff;
    fill: #ffffff;
}
.quickberg_cms_single_post_social a.facebook:hover {
    background: #ffffff;
    color: #3b5998;
    fill: #3b5998;
}
.quickberg_cms_single_post_social a.twitter {
    background: #000000;
    color: #ffffff;
    fill: #ffffff;
}
.quickberg_cms_single_post_social a.twitter:hover {
    background: #ffffff;
    color: #000000;
    fill: #000000;
}
.quickberg_cms_single_post_social a.linkedin {
    background: #0077b5;
    color: #ffffff;
    fill: #ffffff;
}
.quickberg_cms_single_post_social a.linkedin:hover {
    background: #ffffff;
    color: #0077b5;
    fill: #0077b5;
}
.quickberg_cms_single_post_social a.instagram {
    background: #e4405f;
    color: #ffffff;
    fill: #ffffff;
}
.quickberg_cms_single_post_social a.instagram:hover {
    background: #ffffff;
    color: #e4405f;
    fill: #e4405f;
}
.quickberg_cms_single_post_social a.pinterest {
    background: #bd081c;
    color: #ffffff;
    fill: #ffffff;
}
.quickberg_cms_single_post_social a.pinterest:hover {
    background: #ffffff;
    color: #bd081c;
    fill: #bd081c;
}
.quickberg_cms_single_post_social a.tumblr {
    background: #36465d;
    color: #ffffff;
    fill: #ffffff;
}
.quickberg_cms_single_post_social a.tumblr:hover {
    background: #ffffff;
    color: #36465d;
    fill: #36465d;
}
.byline .quickberg_cms_single_post_social {
    float: right;
    margin-bottom: 0;
}



.zoomonhover { transition: all linear 320ms; }
.zoomonhover:hover { transform:scale(1.2); }


.gradientDark {
	overflow: Hidden
}

.gradientDark,.gradientDark > * {
	position: Relative;
	z-index: 2
}

.gradientDark:before {
	content: "";
	width: 100%;
	height: 100%;
	position: Absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: .1;
	background: linear-gradient(to bottom,rgba(255,255,255,1),rgba(0,0,0,1))
}

@media all and (min-width: 800px){
	.quickberg-section.quickberg-section-has-vertical-padding.hugepadding {
		padding: 120px 0;
	}
}

body .quickberg-carousel .tns-nav button:after {
	background: #5c8a1a;
}


.fake-h2 {
	display:block;
	text-align: center;
	font-family: 'Playfair Display 700' !important;
	font-size: 34px;
	line-height: 42px;
	margin: 40px 0;
}

.archive-item-content {
	padding-bottom:30px;
}

.archive-item-content .entry-title a {
	color: #5c8a1a;
}

.archive-item.related-post header,
.archive-item.related-page header,
.archive-item.related-faqpage header {
	margin: 0 0 9px 0;
	font-size: 22px;
	font-family: 'Playfair Display 700';
	line-height: 29px;
}

#posts_grid.related-posts--faqpage {
	padding-bottom:50px;
}

@media (min-width: 800px){
	.archive-item-content {
		min-height: 300px;
	}
	
	.related-post .related-item-content{
		min-height: 280px;
	}
	
	.related-faqpage .related-item-content {
		min-height: 140px;
	}
}
/*
@media (min-width: 1260px){
	.archive-item-content {
		min-height: 320px;
	}

	.related-post .related-item-content{
		min-height: 280px;
	}
	
	.related-faqpage .related-item-content {
		min-height: 140px;
	}
}
*/

.related-item-content p,
.archive-item-content p {
	margin-bottom: 16px
}

/* Default desktop layout */
.archive-item-content-tudastar {
    display: flex;
    align-items: flex-start;
}

.archive-item-thumbnail {
    margin-right: 15px;
    max-width: 150px; /* Adjust as needed */
}

/* Mobile layout - stack image on top and center it */
@media (max-width: 799px) {
    .archive-item-content-tudastar {
        display: block;
        text-align: center; /* Center content on mobile */
    }

    .archive-item-thumbnail {
        display: block;
        margin: 0 auto 15px; /* Center the image and add bottom margin */
        max-width: 100%; /* Make image full width on mobile */
    }

    .archive-item-text {
        text-align: left; /* Ensure text aligns to the left */
    }
}


.post-more {
	padding: 6px 20px;
	font-size: 16px;
	color: #5c8a1a;
	background: #fff;
	border: 1px dashed #5c8a1a;
	transition: color .3s ease-out,border .3s ease-out,background .3s ease-out;
	display: inline-block;
	clear: both
}

.post-more:hover {
	border: 1px dashed #5c8a1a;
	background: #5c8a1a;
	border: 1px solid #5c8a1a;
	color: #fff
}

.wp-block-columns.equalheaders h2.has-text-align-center.has-medium-font-size {
	min-height:72px;
}



.resp-sharing-button__link,.resp-sharing-button__icon {
	display: inline-block
}

.resp-sharing-button__link {
	text-decoration: none;
	color: #fff !important;
	margin: 0;
	display: block
}

.resp-sharing-button {
	border-radius: 0;
	transition: 25ms ease-out;
	padding: .3em .75em;
	font-size: 1.2em;
	line-height: 2em;
	vertical-align: middle
}

.resp-sharing-button__icon svg {
	width: 2em;
	height: 2em;
	margin-right: .7em;
	vertical-align: top
}

.resp-sharing-button__icon {
	stroke: #fff;
	fill: none
}

.resp-sharing-button__icon--solid,.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998
}

.resp-sharing-button--facebook:hover,.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373
}

.resp-sharing-button--youtube {
	background-color: #d00;
	border-color: #d00
}

.resp-sharing-button--youtube:hover,.resp-sharing-button--youtube:active {
	background-color: red;
	border-color: red
}






.quickberg-userbox,
#quickberg_quotes_container li {
	clear: both;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.1);
	margin: 0 0 20px
}

.quickberg-userbox img,#quickberg_quotes_container li img {
	display: block;
	margin: 0 auto
}

@media all and (min-width: 800px) {
	.quickberg-userbox img,#quickberg_quotes_container li img {
		float:left;
		margin-right: 20px
	}
}

.quickberg-userbox div,#quickberg_quotes_container li div {
	line-height: 22px
}

.quickberg-userbox:after,#quickberg_quotes_container li:after {
	content: "";
	display: table;
	clear: both
}


html body .source-serif-pro-700-italic cite {
	line-height:21px;
	letter-spacing:.4px;
}

html body #footer .source-serif-pro-900 {
	letter-spacing:1px;
}


.screen-reader-text + .nav-subtitle {
	display:none;
}


body .captcha-image {
	border: 0 none;
}

body .captcha-image .cf7ic_instructions span {
	color: #5c8a1a;
}

body .captcha-image label > input:checked + svg {
	border-color: #5c8a1a;
}

article a,
article p a,
article figcaption a,
.wp-block-tag-cloud a {
	color: #5c8a1a;
}


body.home :where(.wp-block-columns.is-layout-flex) {
	gap: 4em;
}


@media all and (min-width:1260px) {
	.home .quickberg-carousel .carousel-wrapper {
		max-height:479px;
		overflow:hidden;
	}
}



.term-cloud .term-cloud-link {
	margin: 0 24px 6px 0!important;
	display: inline-block!important;
	height: 25px!important;
	line-height: 24px!important;
	text-decoration: none!important;
	padding: 0 12px 0 12px!important;
	white-space: nowrap!important;
	position: relative!important;
	border-color: none!important;
	border: none!important;
	transition: background .32s linear !important;
	background: #5c8a1a;
	color: #fff
}

.term-cloud .term-cloud-link:after {
	content: ''!important;
	position: absolute!important;
	top: 0!important;
	right: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 12px;
	border-color: transparent transparent transparent #5c8a1a;
	transition: border .32s linear !important
}

.term-cloud .term-cloud-link:hover {
	background: #5c8a1a
}

.term-cloud .term-cloud-link:hover:after {
	border-color: transparent transparent transparent #5c8a1a
}

.wp-block-cover p {
	text-shadow: 1px 1px 3px black, 1px 1px 18px black;
}

.wp-block-cover p.has-large-font-size {
	line-height: 120%;
}




.gitem a {
	text-decoration: none;
	color: #fff
}

.gitem img {
	position: Absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.gitem .details {
	position: absolute;
	bottom: 0;
	transition: all .3s ease-out;
	background: rgba(0,0,0,.3);
	color: #fff;
	box-sizing: border-box;
	padding: 20px;
	text-align: left
}

.gitem .details .post-excerpt {
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-out;
	
	display: -webkit-box;
	-webkit-line-clamp: 7; /* Number of lines to display */
	-webkit-box-orient: vertical;
	
	text-overflow: ellipsis;
}

.gitem:hover .details {
	bottom: 0;
	background: #5c8a1a;
}

.gitem:hover .details * {
	color: #fff
}

.gitem:hover .details .post-excerpt {
	max-height: 140px;
	margin-top: 10px
}

.gitem .details .post-category {
	font-weight: 600;
	float: left;
	padding-bottom:10px;
}

.gitem .details .post-category a {
	text-decoration: none
}
/*
.gitem:hover .details .post-category a {
	background: #5c8a1a;
}
*/

.gitem .details .title {
	font-size: 18px;
	clear: both;
	font-family: 'Playfair Display 700',serif;
	height: 40px;
}

.gitem .details .title a:hover {
	text-decoration:underline;
}

.gitem .details .post-excerpt a {
	font-family: 'Playfair Display 500',serif;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none
}

.gitem .details .post-excerpt a:hover {
	color: #23527c
}

.gitem .details p {
	font-size: 14px
}

/* Styling for the footer navigation menu */
.widget_nav_menu ul {
    list-style-type: none;
    padding: 0;
}

.widget_nav_menu ul li {
    margin-bottom: 5px;
}

.widget_nav_menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    position: relative;
}

.widget_nav_menu ul li a:hover {
    color: #5c8a1a; /* Change color on hover */
    text-decoration: underline; /* Add underline on hover */
}



.widget_nav_menu ul li a:hover::before {
    visibility: visible;
    width: 100%;
}



/* parent hiba -*/

.article-header.article-header-canvas .cover-content * {
	display:initial;
}

body.search .article-header.article-header-canvas .cover-content .page-title span {
	color:#5c8a1a;
}

.pagination .page-numbers {
	padding:5px 12px;
}

.pagination .nav-links a.page-numbers {
	color:#ffffff;
}

.pagination .nav-links span.page-numbers {
	color:#5c8a1a;
}

/* Styling for the custom category post list */
#category-post-list {
    padding: 0;
    border: 1px solid #e3e3e3;
    list-style-type: none;
    margin: 0;
}

#category-post-list li {
    padding: 0;
}

#category-post-list li:before {
    content: none;
}

#category-post-list li a {
    line-height: 22px;
    color: inherit;
    display: block;
    padding: 9px 25px 8px 25px;
    font-size: 14px;
    text-decoration: none;
}

#category-post-list li + li {
    border-top: 1px solid #e3e3e3;
}

#category-post-list li a:hover {
    font-weight: 600;
    color: #fff;
    background: #5c8a1a;
}

#custom-category-post-widget {
  margin-bottom: 20px;
  padding: 20px;
}



/*--------------------------------------------------------------
  Image Captcha
--------------------------------------------------------------*/
.captcha-image {border: 1px solid; padding: 10px; display: inline-block; text-align: center;}
.cf7ic_instructions {display: block;}
.captcha-image .cf7ic_instructions span {color: red; font-weight: bold;}
.captcha-image label {display: inline-block !important; width: 60px !important; position: relative;}
.captcha-image label > input{opacity: 0; margin: 0; width: 50px; height: 50px; position: absolute;} /* HIDE RADIO */
.captcha-image svg {padding: 5px; width: 50px; height: 50px;}
.captcha-image label > input + svg {cursor:pointer; border:2px solid transparent; position: relative; overflow: hidden;} /* IMAGE STYLES */
.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {border:2px solid #f00;} /* (CHECKED) IMAGE STYLES */


/* Tudastar page */
/* General Styling */

/* Header Styling Specific to Tudastar */
#tudastar-page h2 {
    font-size: 2.5rem;
    text-align: center;
    color: #5c8a1a; /* Green title color */
    margin-bottom: 40px;
    font-weight: bold;
}

/* Category Grid Styling */
#tudastar-page #category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#tudastar-page .category-box {
    background: #e8e8e8; /* Light gray background */
    border: 1px solid #5c8a1a; /* Green border */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

#tudastar-page .category-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

#tudastar-page .category-box h3 {
    font-size: 1.2rem;
    color: #5c8a1a; /* Green title color */
    margin-bottom: 10px;
}

#tudastar-page .category-box h3 a {
    text-decoration: none;
    color: inherit;
}

#tudastar-page .category-box h3 a:hover {
    color: #5c8a1a; /* Keep the title green on hover */
}

#tudastar-page .category-box p {
    font-size: 0.9rem;
    color: #666666;
}

/* Pages Section Styling */

#tudastar-pages {
	margin-bottom: 40px;  
}

#tudastar-page #tudastar-pages h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #5c8a1a; /* Green title color */
    text-align: center;
}

#tudastar-page .page-box {
    background: #e8e8e8; /* Light gray background */
    border: 1px solid #5c8a1a; /* Green border */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

#tudastar-page .page-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

#tudastar-page .page-box h4 {
    font-size: 1.2rem;
    color: #5c8a1a; /* Green title color */
    margin-bottom: 10px;
}

#tudastar-page .page-box h4 a {
    text-decoration: none;
    color: inherit;
}

#tudastar-page .page-box h4 a:hover {
    color: #5c8a1a; /* Keep the title green on hover */
}

#tudastar-page .page-box p {
    font-size: 0.9rem;
    color: #666666;
    margin: 0;
}

/* Responsive Design Adjustments */
@media (max-width: 992px) {
    #tudastar-page #category-grid,
    #tudastar-page #tudastar-pages > div {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
    }
}

@media (max-width: 768px) {
    #tudastar-page h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    #tudastar-page #category-grid,
    #tudastar-page #tudastar-pages > div {
        grid-template-columns: 1fr; /* 1 column on small screens */
    }

    #tudastar-page .category-box,
    #tudastar-page .page-box {
        padding: 10px;
    }

    #tudastar-page .category-box h3,
    #tudastar-page .page-box h4 {
        font-size: 1rem;
    }

    #tudastar-page .category-box p,
    #tudastar-page .page-box p {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    #tudastar-page h2 {
        font-size: 1.8rem;
    }

    #tudastar-page .category-box,
    #tudastar-page .page-box {
        padding: 8px;
        border-radius: 5px;
    }

    #tudastar-page .category-box h3,
    #tudastar-page .page-box h4 {
        font-size: 0.9rem;
    }

    #tudastar-page .category-box p,
    #tudastar-page .page-box p {
        font-size: 0.75rem;
    }
}

