/*
Theme Name: Culture & Dialogue
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: culture-dialogue
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

body, body {
	overflow-x:hidden;
}

a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	/* outline-width: 2px; */
	/* outline-style: solid; */
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

a {
    text-decoration: none !important;
}
footer.wp-block-template-part {
  margin-block-start: 0 !important;
}
.is-layout-constrained, .wp-site-blocks > .no-top-margin {
  margin-block-start: 0 !important;
}


.is-style-cd-button .wp-element-button{
	
	position: relative;
    background: transparent;
    color: #fff;
    min-width: 150px;
    border-radius: 0 30px 30px; 
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 12px 20px;
    border: 2px solid #ffffff;
    outline: none;
    margin-right: 14px;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 0;
}


.is-style-cd-button .wp-element-button::before {
    content: '';
    background-color: #7EA955;
    position: absolute;
    top: 0;
    left: -25%;
    height: 104%;
    width: 0;
    -webkit-transform: skew(-22deg);
    -moz-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    transform: skew(-22deg);
	-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: -1;
}



.is-style-cd-button .wp-element-button:hover::before {
    width: 190%;
}


.is-style-group-flowery{
    position: relative;
    padding: 65px 0;
    background: #38BEB0;
    color: #fff;
	overflow-x:hidden;
}

.is-style-group-flowery:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 447px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(assets/images/leaf.png);
    content: "";
    opacity: 0.019;
}

.is-style-group-flowery:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 447px;
    height: 100%;
   
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(assets/images/leaf.png);
    content: "";
    opacity: 0.019;
}

.is-style-cd-social-custom1 li{
    width: 33px;
    height: 33px;

    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    background: transparent;
    color: #53dca5;
    border: 1px solid #53dca5;
    border-radius: 0 10px 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
          display: flex;
      align-items: center;
      
}

.is-style-cd-social-custom1 li:hover{
    background: #7EA955;
    border: 1px solid #7EA955;
    color: #fff !important;
	transform: scale(1);


}

.is-style-cd-social-custom1 li a{
    justify-content: center;
    margin: auto;    width: 33px;
    height: 33px;
	padding:0px;
}


.is-style-contact-box {
    background: #f7f6f6;
    padding: 50px !important;
    padding-bottom: 0;
    margin-bottom: -50px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, .08);
    position: relative;
    z-index: 3;
    overflow: hidden;
	max-width: 920px !important

}

.is-style-contact-box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 447px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(assets/images/leaf.png);
    opacity: .015;

}

.is-style-contact-box::after {
    content: "";
    position: absolute;
    right: -218px;
    z-index: -1;
    top: 0;
    width: 530px;
    height: 800px;
    background: #38BEB0;
    transform: rotate(22deg);
}

iframe {
    border-radius: 0 30px 30px; 
    border: 2px solid #38BEB0;
    width: 400px;


}



.carousel-design li {
    position: relative;
}

.carousel-design li:hover .post-content-cont{
        bottom: -85px;
}


.post-image-cont {
    border-radius: 0 25px 25px;
    overflow: hidden;
}


.post-image-cont .wp-block-post-date{
    position: absolute;
    display: flex;
    align-items: center; /* This will vertically center the time element */
    top: 15px;
    right: 15px;
    width: 65px;
    height: 65px;
    background: #53dca5;
    color: #fff;
    border-radius: 0 10px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
}

.post-content-cont {
    padding: 20px;
    position: absolute;
    bottom: -95px;
    left: 35px;
    right: 35px;
    text-align: center;
    background: #fff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, .07);
    border-radius: 0 10px 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}




/*Beyaz Header Alanı*/
.header-inner {
	background: #fff;
	z-index: 999;
	transition: all 0.3s ease; /* veya sadece gerekli özellikler için transition tanımla */

}


.header-inner.active-nav {
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}


/*Header Menu*/
.header-inner .header-nav li > a{
	outline-width: 0;
    color: #323232;
    padding: 30px 8px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-inner .header-nav > li.active a,
.header-inner .header-nav > li:hover a {
	color: #53dca5;
}


.header-inner .header-nav li > a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #53dca5;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-inner .header-nav li:hover > a:before,
.header-inner .header-nav li.current-menu-item > a:before {
	width: 100%;
}


.header-inner .header-nav li .wp-block-navigation-submenu{
	
	position: absolute;
	top: 100%;
	left: 0;
	width: 225px;
	padding: 0;
	background: #fff;
	border:0px;
	border-bottom: 3px solid #53dca5;
	list-style: none;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0) ;
	transform-origin: 0 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;	
	
	
	
}

.header-inner .header-nav li .wp-block-navigation-submenu li a {
	background: transparent;
	color: #8e8d8d;
	padding: 12px 15px;
    border-bottom: 1px solid #f3f1f1;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-inner .header-nav li .wp-block-navigation-submenu li a:hover {
	background: #f7f7fb;
	padding-left: 18px;
	border-bottom: 1px solid #53dca5;
}
.header-inner .header-nav li .wp-block-navigation-submenu li a:before {
	display: none;
}


.header-inner .header-nav li:hover > ul{
	
	opacity: 1;
	visibility: visible;
    -webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);	
	
}


.header-inner .header-nav li .wp-block-navigation-submenu li {

    margin-bottom: 0px !important;

	
}


.header-inner .header-nav li .wp-block-navigation-submenu li a {
	background: transparent;
	color: #8e8d8d;
	padding: 12px 15px;
    border-bottom: 1px solid #f3f1f1;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-inner .header-nav li .wp-block-navigation-submenu li a:hover {
	background: #f7f7fb;
	padding-left: 18px;
	border-bottom: 1px solid #53dca5;
}
.header-inner .header-nav li .wp-block-navigation-submenu li a:before {
	display: none;
}




/* Small Devices */
@media (max-width: 767.98px) {
	
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
       
    }
	
	.wp-block-navigation__responsive-container {

		
	}	
	
	
	
	
}





@media (max-width: 890px) {
    #modal-1-content {
		/*display:none !important*/
    }
	.navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
        display: block !important;
    }
}



.page-title-cd {
    position: relative;
}



.page-title-cd h1{
    position: relative;
	z-index: 2;
}



.page-title-cd .sub-nav{
	z-index: 2;
}

.page-title-cd:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 47, 29, .9);
    z-index: 0;
}




.cd-image-slide {
	width:100% !important
}

.cd-image-slide img{
	width:100% !important
}


.main-slider {
	/*display: flex !important;*/

}



/*Big Owl Slider */


.slider-wrapper {
    height: 80vh;
}




.owl-cover {
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, .8);
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




.owl-item.active .slider-wrapper .pd {
	
	animation-duration: 1500ms;
    -webkit-animation-name: flash;
    animation-name: flash;
}	
	




.owl-item.active .slider-wrapper .atimate-tada {
	animation-duration: 1500ms;
    -webkit-animation-name: flash;
    animation-name: flash;
	animation-fill-mode: both;
}	



.owl-item.active .slider-wrapper .atimate-fadeIn {
	animation-duration: 1500ms;
	animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}	



.owl-item.active .slider-wrapper .atimate-fadeInDown {
	animation-duration: 1500ms;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}	



.owl-item.active .slider-wrapper .atimate-fadeInUp {
	animation-duration: 1500ms;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}	


.owl-item.active .slider-wrapper .atimate-zoomIn {
	animation-duration: 1500ms;
	animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}	



/* Service Icon*/

.service-icon i{
	margin-inline:15px;
	align-self: flex-start;
	margin-inline: auto;
}	


.service-icon i:before {
    display: block;
    width: 70px;
    margin: 0;
    font-size: 65px;
    color: #53dca5;
    line-height: 1;
}	
	
/*Nos Partners*/
#partners img {
	
    opacity: 0.75;
    transition: 0.3s;
	
}

#partners img:hover {
	
    opacity: 1;
	
}	



/*Evenment List*/

.evenment-post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 sütun */
  gap: 20px; /* kutular arası boşluk */
  list-style: none; /* ul/li stillerini temizle */
  padding: 0;
  margin: 0;
}



@media (max-width: 1024px) {
  .evenment-post-list{
    grid-template-columns: repeat(2, 1fr); /* tablet: 2 sütun */
  }
}

@media (max-width: 600px) {
  .evenment-post-list {
    grid-template-columns: 1fr; /* mobil: 1 sütun */
  }
}





.evenment-post-list li{
	position:relative;
	margin-block-start:100px;
	min-width:320px;
}


.item-container-img {
	
}

.item-container-img figure {
	border-radius: 0 25px 25px;
	overflow: hidden;
}

.item-container-img figure img {
	display: block;
	max-width: 100%;
	height: auto;
}


.item-container-img .wp-block-post-date {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 65px;
    height: 65px;
    background: #53dca5;
    color: #fff;
    border-radius: 0 10px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
	display: flex;
	align-items: center;
	margin-block-start:0px;
}




.item-container-img .wp-block-post-date time{
    display: block;
    line-height: 1;
    margin: auto;
	width:75%
}

.post .item-container-text{
    padding: 20px 10px;
    position: absolute;
    bottom: -80px;
    left: 35px;
    right: 35px;
    text-align: center;
    background: #fff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, .07);
	border-radius: 0 10px 10px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.post:hover .item-container-text {
    bottom: -85px;
}
	

.wp-block-post-excerpt__more-text {
	position:relative;
	display: flex;
	align-items: center;
	color: rgb(83, 220, 165);
	max-width:210px;
	margin-inline: auto;
}

.wp-block-post-excerpt__more-text:before {
    position: absolute;
	content:"";

    left: 0px;

    width: 96%;
    display: inline-block;
    height: 2px;
    vertical-align: middle;
    background: rgb(83, 220, 165);
	z-index:0;
	
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;	
	
}


.wp-block-post-excerpt__more-text:after {
    position: absolute;
	content:"›";
    font-size: 24px;
    right: 0px;

    display: inline-block;

    vertical-align: middle;


	z-index:0;
	
}


.wp-block-post-excerpt__more-text a {
	background-color:#fff;
	z-index:1;
	font-weight: 400;
	padding-inline: 18px;
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}





.wp-block-post-excerpt__more-text:hover a {
    -moz-transform: translate(74px, 0px);
    -webkit-transform: translate(74px, 0px);
    -o-transform: translate(74px, 0px);
    -ms-transform: translate(74px, 0px);
    transform: translate(74px, 0px);
}


.wp-block-post-excerpt__more-text:hover:before {
    height: 1px;
}

/*Page Design*/


.page-header {
	max-height:380px;
	position:relative;
}


.page-header .title{
	position:absolute;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, .8);
	display: flex;
	align-items: center;
	flex-direction: column;
}



.page-header .title .big-title{
    margin-block: auto;
	color:#fff;

}





.page-header .title .nav-title{
	position:absolute;
	background-color:#3da77c;
	color:#fff;

	bottom:0px;
    border-radius: 6px 6px 0 0;
    padding: 13px 20px;
	display: inline-block;
}
















.hero-wrapper {
  	position: relative;
}


.hero-cover .wp-block-cover__inner-container {
	position:unset !important;
  	overflow: hidden;
	display: flex;
	align-items: center;
	flex-direction: column;	
}

.hero-breadcrumb {
  	position: absolute;
  	bottom: 0;

 
  	background-color: #3da77c; /* Bootstrap yeşili */
  	padding: 10px 0;
  	text-align: center;
  	z-index: 1;
	min-width:200px;
    border-radius: 6px 6px 0 0;
    padding: 13px 20px;
	display: inline-block;
	
	font-size: 15px;
    text-transform: capitalize;
    letter-spacing: .5px;
	color: #eee;
	font-weight:400;
}
	
	
}

.hero-breadcrumb a {
  	color: white;
  	text-decoration: underline;
}

.hero-breadcrumb p {
  	margin: 0;
  	font-size: 14px;
  	color: white;
	display:inline;
}









