/* ===================================
    Base
====================================== */

body {
	color: #414042;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding-top: 130px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #B68150;
	position: relative;
	margin: 1em 0em;
	margin-left: 100px
}

h3~p,
h3~ul {
	margin-left: 100px;
}

h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before {
	position: absolute;
	left: -100px;
	top: -50px;
	content: url('../img/line.png');
}

h3 span {
	display: block;
	font-size: 25px;
	line-height: 27px;
}

.no-line {
	margin-left: 0px
}

.no-line~p,
.no-line~ul {
	margin-left: 0px;
}

.no-line:before {
	content: '';
}

.cover-img img {
	width: 100%;
	height: auto;
}

.border-top {
	border-top: 1px solid #B68150;
	padding-bottom: 50px
}

input:not([type='submit']),
textarea,
select {
	border: none;
	border-bottom: 1px solid #414042;
	border-radius: 0px;
}

input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #DAB38D;
    margin-right: 0.5em;
  }
input[type="date"]:focus:before,
input[type="date"]:valid:before {
content: "";
}

.scroll-top-arrow,
.scroll-top-arrow:focus {
	background: #B68150;
	width: 40px;
    height: 40px;
	right:20px;
	top:95%
}

.scroll-top-arrow i {
	line-height: 40px;
	position: relative;
}

#map {
	width: 100%;
	height: 600px;
}

.social-link {
	background: #B68150;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	border-radius: 50%;
	display: inline-block;
	width: 25px;
	text-align: center;
	height: 25px;
	line-height: 17px;
}

.social-icon a {
	margin: 0 3px;
}

/* ===================================
    Preloader
====================================== */
#preloader
{
	position: fixed;
	color: #d0ad87;
  	background: #414042;
	font-size: 12px;
	letter-spacing: 0.2em;
	width: 100%;
	height: 100%;
	outline: #a0a0a0;
	z-index: 99999;;
	top:0px
}
#logo-icon
{
	position: absolute;
    left: 0;
    right: 0;
	top: 50%;
	margin-top:-50px;
	text-align: center;
    transition: all ease 0.5s;
}
#logo-icon .icon
{
	width: 100px
}

#line {
	opacity: 0;
	transition: opacity 0.4s, transform 0.6s;
	transform:rotate(0deg);
	transform-origin: center;
  }
  
#line.started {
opacity: 1;
}

#line.rotated {
	transform:rotate(180deg);

}
#mask1 path,
#mask2 path {
  transform:rotate(0deg);
  transform-origin: center;
  transition:  transform 0.4s ease-out, opacity 0.8s ease-out;
  opacity: 0;
}

#mask1 path.started.rotated,
#mask2 path.started.rotated {
  transform: translate(0px, 0px) rotate(360deg);
}



#mask1 path.started,
#mask2 path.started {
  transform: translate(0px, 0px) rotate(0deg);
  opacity: 1;
}


#circle {
opacity: 0;
transition: opacity 0.2s;
}

#circle.started {
opacity: 1;
}

/* ===================================
    Visual Composer
====================================== */

.vc_row {
	padding-left: 3.5%;
	padding-right: 3.5%;
}

.vc_section,
.vc_section.vc_section-has-fill {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding: 130px 0px !important;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
	font-weight: 700;
	font-size: 18px;
	border-width: 1px;
}

.wpb_single_image .vc_figure {
	width: 100%;
}

.wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}

.wpb_single_image img {
	width: 100%;
}


/* ===================================
    Blog
====================================== */

.read-more {
	color: #B68150;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-left: 70px
}

.post-title-link {
	position: relative;
	display: block;
	color: #B68150;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	margin-left: 70px;
}

.post-title-link:before {
	position: absolute;
	left: -50px;
	top: -30px;
	content: url('../img/line-mobile.png');
}

.post-title-link~p {
	margin-left: 70px;
}
.loadmore_btn
{
	display: inline-block;
	padding: 10px;
	border-bottom:1px solid #B68150;
	color: #B68150;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;

}


/* ===================================
    Header
====================================== */


header a.logo img {
	max-height: 50px
}

.mobile-toggle span {
	display: block;
	width: 30px;
	height: 3px;
	background: #B68150;
	content: "";
	margin: 5px 0px;
}

.mobile-toggle:hover span,
.white-link .mobile-toggle:hover span {
	background-color: #B68150
}



.hamburger-menu-wrepper,.randevu-menu-wrepper {
	background: #414042;
}

.hamburger-menu-links li {
	margin-bottom: 10px;
}

.hamburger-menu-links li.menu-item-has-children:hover {
	position: relative;
}

.hamburger-menu-links>li>a {
	color: #DAB38D;
	font-size: 35px;
	line-height: 45px;
	font-weight: 600
}

.hamburger-menu-links li a:hover,
.follow-box a:hover {
	color: #DAB38D;
	opacity: .5;
}

.hamburger-menu.show-menu .hamburger-menu-wrepper .btn-hamburger {
	left: 80px
}

.hamburger-menu .hamburger-menu-wrepper .btn-hamburger {
	border-color: #fff;
	height: 28px;
	position: absolute;
	width: 28px;
	z-index: 99;
	padding: 0;
	margin: -27px 0 0 -15px;
	opacity: 0;
}

.hamburger-menu .close-button-menu:after,
.hamburger-menu .close-button-menu:before,
.randevu-menu .close-button-menu:after,
.randevu-menu .close-button-menu:before {
	background: #DAB38D;
	width: 30px;
	right: 0px;
	top: 18px;
}
.randevu-menu-wrepper .btn-hamburger
{
	position:fixed;
	left:40px;
	top:40px;

}
.randevu-menu-wrepper .btn-hamburger span
{
	background: #DAB38D
	
}
.randevu-menu h3
{
	color:#DAB38D;

}
.randevu-menu h3:before {
	position: absolute;
	left: -100px;
	top: -50px;
	content: url('../img/line-light.png');
}

.randevu-menu input:not([type='submit'])
{
	background: none;
	width: 100%;
	color: #DAB38D;
	border-radius: 0px;
	border-bottom:1px solid #DAB38D
}
.randevu-menu input::placeholder {
   
    color: #DAB38D;
}
.randevu-menu input[type="submit"]
{
	background: none;
	border-radius: 0px;
    color: #DAB38D;
    border: 1px solid #DAB38D;
}


.close-button-menu:after,
.close-button-menu:before {
	height: 4px
}

.hamburger-randevu {
	display: block;
	position: absolute;
	right: 80px;
	top: 80px;
	z-index: 3;
}

.hamburger-randevu .social-link ,.mobil-randevu .social-link{
	background: #DAB38D;
	color: #414042
}

#close-button {
	background: transparent;
	border: none;
	width: 30px;
	height: 30px
}

.hamburger-menu-links>li.menu-item-has-children>a {
	position: relative;
}

.hamburger-menu-links>li.menu-item-has-children>a>span {
	background: #414042;
	padding-right: 20px;
}

.hamburger-menu-links>li.menu-item-has-children>a:after {
	display: none;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.8em;
	width: 320px;
	border-top: 1px solid #DAB38D;
	z-index: -1;
}

.sub-menu {
	display: none;
	position: absolute;
	top: 10px;
	left: 310px;
}

.sub-menu li {
	list-style: none;
	background: url("../img/daire.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0px;
	padding-left: 1em;
	color: #DAB38D
}

.sub-menu li a {
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	font-weight: 600;
	color: #DAB38D;
	display: inline-block;
	margin-left: 20px
}

.hamburger-menu-links li:hover ul {
	display: block;
}

.hamburger-menu-links>li:hover a:after {
	display: block;
}


/* ===================================
    Tedaviler Carousel
====================================== */

.slick-slide {
	margin: 0 20px;
}

.slick-list {
	margin: 0 -20px;
}

.tedavi-item {
	display: block;
}

.tedavi-item img {
	display: block;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}

.tedavi-item h4 {
	color: #B68150;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-left: 0px
}

.tedavi-item h4:before {
	content: ''
}

.tedavi-item span {
	color: #B68150;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px
}

.slick-button-next,
.slick-button-prev {
	background-size: inherit;
	cursor: pointer;
	height: 42px;
	width: 50px;
	top: 51%;
	background-repeat: no-repeat;
	color: #B68150;
}

.slick-button-next {
	position: absolute;
	right: -70px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23B68150'%2F%3E%3C%2Fsvg%3E");
}

.slick-button-prev {
	position: absolute;
	left: -50px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23B68150'%2F%3E%3C%2Fsvg%3E");
}




/* ===================================
    Youtube & Insta Feed
====================================== */

.instafeed-style1,
.youtube-feed {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.youtube-feed.channel-item {
	display: none;
}

.instafeed-style1 .insta-image img,
.youtube-feed .youtube-image img {
	width: 100%;
}

.instafeed-style1 .insta-link,
.youtube-feed .youtube-link {
	position: relative;
	display: block;
	padding: 20px;
	border: 1px solid #B68150;
}

.instafeed-style1 .insta-caption {
	font-size: 12px
}

.youtube-feed .youtube-caption {
	margin-top: 15px;
	font-size: 15px
}
.youtube-feed .youtube-image
{
	position: relative;
}
.youtube-feed .youtube-image:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f04b";
	position: absolute;
	font-size: 30px;
	padding: 15px;
	background: #B68150;
	color: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

.youtube-feed .youtube-icon i {
	font-size: 30px;
	padding: 15px;
	background: #B68150;
	color: #fff;
	border-radius: 50%;
}

.instafeed-style1 .insta-counts {
	text-align: center;
	position: relative;
	width: 100%;
	color: #414042;
	margin-top: 15px
}

.instafeed-style1 .insta-link:hover .insta-image,
.youtube-feed .youtube-link:hover .youtube-image {
	opacity: 0.5;
}

.instafeed-style1 .insta-counts i {
	vertical-align: middle;
	font-size: 24px;
	color: #B68150
}

.instafeed-style1 .insta-counts span {
	margin-right: 25px;
	position: relative
}
.instafeed-style1 .insta-counts span:last-child
{
	margin-right:0px
}

.instafeed-style1 .insta-counts span.count-number {
	text-align: center;
	color: #414042;
	line-height: 20px;
	border-radius: 100%;
}


/* ===================================
    Responsive
====================================== */

@media(max-width:767px) {
	body {
		padding-top: 70px;
		font-size:14px
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-left: 50px
	}
	h3~p,
	h3~ul {
		margin-left: 50px;
	}
	h1:before,
	h2:before,
	h3:before,
	h4:before,
	h5:before,
	h6:before {
		position: absolute;
		left: -50px;
		top: -50px;
		content: url('../img/line-mobile.png');
	}
	.hamburger-menu-links>li>a {
		font-size: 30px;
		line-height: 40px;
	}
	
	.randevu-menu h3:before
	{
		position: absolute;
		left: -50px;
		top: -50px;
		content: url('../img/line-mobile-light.png');
	}
	.vc_section,
	.vc_section.vc_section-has-fill {
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding: 70px 0px !important;
	}
	header a.logo img {
		max-height: 40px
	}
	.vc_row {
		padding-left: 30px;
		padding-right: 30px;
	}
	.read-more {
		font-size: 18px;
	}
	.post-title-link {
		font-size: 26px;
	}
	#map {
		
		height: 400px;
	}
	.text-xx-large
	{
		font-size:26px
	}
	article .content
	{
		margin-top: 0px;
	}
	
}
@media(max-width:991px)
{
	article .content
	{
		margin-top: 40px;
	}
}

@media(max-width:1200px) {
	.hamburger-menu-links>li.menu-item-has-children>a:after {
		display: none;
	}
	.sub-menu {
		display: none;
		position: relative;
		margin-top: 20px;
		left: 0px;
		top: 0px
	}
	.hamburger-menu-links li:hover ul {
		display: none;
	}
	.hamburger-menu-links li:active ul {
		display: none;
	}
	.hamburger-menu.show-menu .hamburger-menu-wrepper .btn-hamburger {
		left: 40px;
		top: 40px;
	}
	.hamburger-menu .close-button-menu {
		top: 0px;
		right: 0px
	}
	.hamburger-menu .hamburger-randevu {
		
		
		right: 20px;
		top: 20px;
		
	}
	.randevu-menu.show-menu .randevu-menu-wrepper .btn-randevu
	{
		right: 20px;
		top:40px
	}
	.randevu-menu-wrepper .btn-hamburger
	{
		top:20px;
		left:20px
	}
	.randevu-menu .hamburger-randevu
	{
		right:60px;
		top:60px
	}
	.animation-box {
		padding: 120px 0 30px;
	}
	
}