/*!
Theme Name: Selara
Theme URI: https://www.fatihdemir.net.tr/
Author: Fatih Demir
Author URI: https://www.fatihdemir.net.tr/
Description: It was designed by Fatih Demir for corporate companies.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: selara
Tags: Fatih Demir, Selara Kurumsal
*/


.block-rounded-shadow {
    border-radius: 10px;
    padding: 60px;
    box-shadow: 10px 0 50px 0 rgb(18 25 33 / 10%);
}
.contact-adres-area h4, .contact-adres-area h2, .contact-adres-area h5, .contact-adres-area h6 {
    margin-bottom: 10px;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.contact-adres-baslik h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

#page {
  position: relative;
  z-index: 11;
  background-color: white !important;
  width: 100%;
}

#page .sidebar-wrapper {
  margin-top: -33px;
}

#post .sidebar-wrapper {
  margin-top: 0px;
}

.category-value,
.date-value {
  font-family: Nunito;
  font-size: 14px;
}
.category-wrapper {
  width: auto;
}
.date,
.like,
.title {
  background: rgba(0, 0, 0, 0.31);
  border-radius: 4px;
  font-weight: 700;
  padding: 6px 10px;
  z-index: 4;
}
.date {
  left: 1.5rem;
  top: 1.5rem;
}
.date {
  border-radius: 4px;
}
.date,
.title {
  font-weight: 700;
}
.date-value {
  margin-left: 5px;
}
.date-wrapper {
  width: auto;
}

.title {
  margin-right: 1.5rem;
}

.title-wrapper {
  width: auto;
}

.bg-shadow:before {
  background-clip: content-box;
  background-image: url('assets/img/shadow.png');
  background-size: cover;
  border-radius: 6px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1s ease;
  z-index: 2;
  -moz-background-clip: content-box;
  -o-background-clip: content-box;
  -o-transition: 1s ease;
  -webkit-transition: 1s ease;
}

.loader-holder {
	 position:fixed;
	 width:60px;
	 height:60px;
	 top:50%;
	 left:50%;
	 margin:-30px 0 0 -30px;
	 z-index:150;
}
@keyframes  loadbars  {
	0%{
		height: 20px;
		margin-top: 20px;
	}
	50%{
		height:50px;
		margin-top: 0px;
	}
	100%{
		height: 20px;
		margin-top: 20px;
	}
}
.loader-holder span{
	width: 10px;
	height: 10px;
	float: right;
	background:#F7B90F;
	margin-right: 5px;
    box-shadow: 0px 80px 20px rgba(0,0,0,0.5);
}
.loader-holder span:first-child{
	animation: loadbars 0.6s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
}
.loader-holder span:nth-child(2){
	animation: loadbars 0.6s ease-in-out infinite -0.2s;
}
.loader-holder span:nth-child(3){
	animation: loadbars 0.6s ease-in-out infinite -0.4s;
}

.header-image {
  position: relative;
  z-index: 11;
  background-color: #fff;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


.section-sub-title {
  color: #4db7fe;
  font-family: Quicksand, sans-serif;
  font-size: 64px;
  font-weight: 700;
  left: 0;
  opacity: 0.13;
  top: -30px;
  z-index: 1
}

.section-sub-title:before {
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(255, 255, 255, 0.75) 100% );
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.75)) );
  background: -o-linear-gradient( top, rgba(0, 0, 0, 0) 0, rgba(255, 255, 255, 0.75) 100% );
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.section-title {
  color: #566985;
  font-family: Quicksand, sans-serif !important;
  font-weight: 700
}

.section-title-wrapper {
  margin-bottom: 20px;
  overflow-wrap: break-word
}

.section-wrapper-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #d33;
  margin-bottom: 20px;
  padding: 0 0 15px;
  position: relative
}

.section-wrapper-title h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left
}

.section-wrapper-title:after {
  background-color: #d33;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px
}

.section-wrapper-title:before {
  border-left: 0;
  border-right: 5px solid transparent;
  border-top: 5px solid #2c2f34;
  border-top-color: #d33;
  bottom: -5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0
}

/*.section-wrapper.container {*/
/*  padding-top: 50px*/
/*}*/


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer {
  display: block;
}



:focus {
  outline: 0;
}




.fa-caret-up:before {
  content: "\f0d8";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-phone:before {
  content: "\f095";
}

.header-and-search-box-wrapper {
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 999;
  position: relative;
}

p {
  text-align: left;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #5e646a;
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.footer-contacts li a, .footer-serv-holder li a {
  transition: all 100ms linear;
}

footer.main-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #292929;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  /* height: 510px; */
}

.footer-inner {
  padding: 90px 0 20px;
  overflow: hidden;
  z-index: 2;
}

.footer-bg {
  position: absolute;
  left: 0;
  width: 500px;
  height: 400px;
  bottom: 10px;
  z-index: 1;
  opacity: 0.6;
  background: url(https://istanbulterapim.fatihdemir.net.tr/wp-content/themes/istanbulterapim/assets/img/map.png) center no-repeat;
}

.footer-bg-pin {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.footer-bg-pin:first-child {
  left: 120px;
  top: 200px;
}

.footer-bg-pin:nth-child(2) {
  left: 230px;
  top: 200px;
}

.footer-bg-pin:nth-child(3) {
  left: 136px;
  top: 300px;
}

.footer-bg-pin:nth-child(4) {
  right: 190px;
  top: 220px;
}

.footer-bg-pin:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  z-index: -1;
  opacity: 0.4;
}

.footer-bg-pin-vis:before {
  animation: pulse 2.0s infinite ease-in-out;
}

.fw_hours {
  float: left;
  margin-top: 12px;
}

.footer-info {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.footer-info h4 {
  float: left;
  width: 100%;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  margin-bottom: 45px;
  padding-bottom: 10px;
}

.footer-info h4:before {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 30px;
  height: 4px;
}

.footer-info h4:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.footer-info p {
  color: #fff;
  font-weight: 400;
  font-size: 11px;
}

.footer_link {
  float: left;
  margin-top: 10px;
  font-weight: 600;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding-bottom: 4px;
}

.footer_link i {
  margin-left: 12px;
  font-size: 10px;
}

.footer_link:hover, .footer_link i {
  color: #fff;
}

.footer-contacts li {
  float: left;
  width: 100%;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 400;
}

.footer-contacts li a {
  float: left;
  text-align: left;
  color: #fff;
}

.footer-contacts li span {
  float: left;
  color: #999;
}

.footer-contacts li:hover span {
  color: #fff;
}

.footer-contacts li i {
  float: left;
  padding-right: 12px;
  position: relative;
  top: 2px;
}

.sub-footer {
  background: #222;
  height: 80px;
  line-height: 80px;
  z-index: 3;
	margin-top: -30px;
  background: -webkit-linear-gradient(bottom, #15191a, #325d6c);
}

.copy-right {
  float: left;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left;
  color: rgba(255, 255, 255, 0.61);
  font-weight: 500;
}

.subfooter-nav {
  float: right;
  margin-right: 50px;
  position: relative;
}

.subfooter-nav:before {
  content: '';
  position: absolute;
  right: -22px;
  top: 50%;
  height: 10px;
  margin-top: -5px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.subfooter-nav li {
  margin-left: 15px;
}

.subfooter-nav li a {
  font-weight: 500;
  font-size: 12px;
  color: #fff !important;
}

.subfooter-nav li a:hover {
  color: #F7B90F !important;
}

.subfooter-nav li {
  float: left;
}

.footer-serv-holder {
  float: left;
  width: 100%;
}

.footer-serv-holder ul li {
  float: left;
  width: 50%;
  padding: 0 0 15px 20px;
  position: relative;
}

.footer-serv-holder ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 5px;
  height: 1px;
}

.footer-serv-holder li a {
  text-align: left;
  float: left;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.to-top {
  float: right;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  background: #292929;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 200ms linear;
  text-align: center;
  background: -webkit-linear-gradient(bottom, #15191a, #325d6c);
}

.to-top:hover {
  color: #fff;
}

@media only screen and (max-width: 1064px) {
  .main-footer {
    position: relative !important;
  }

  .main-footer {
    width: 100%;
  }

  .main-footer {
    float: left;
  }

  .footer-inner {
    padding: 60px 0 20px;
  }

  .height-emulator.fl-wrap {
    display: none;
  }

  footer.main-footer {
    height: auto;
  }
}

@media only screen and (max-width: 756px) {
  .subfooter-nav:before {
    display: none;
  }

  .sub-footer {
    height: auto;
    line-height: inherit;
    padding: 22px 0;
  }

  .subfooter-nav {
    float: left;
    margin: 14px 0 0;
    width: 100%;
  }

  .subfooter-nav li {
    margin: 0 15px 0 0;
  }

  .to-top {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 630px) {
  .footer-serv-holder ul li {
    width: 100%;
  }

  .height-emulator.fl-wrap {
    display: none;
  }
}

.footer-info h4:before, .footer-serv-holder ul li:before, .footer-bg-pin, .to-top:hover {
  background: #F7B90F;
}

.copy-right span,
.copy-right span a,
.footer-serv-holder li a:hover,
.to-top,
.footer-contacts li i,
.footer-contacts li a:hover,
.footer_link,
.subfooter-nav li a {
  color: #F7B90F;
}

footer {
  border-color: #F7B90F;
}

footer.main-footer {
  background: -webkit-linear-gradient(top, #15191a, #325d6c);
}

footer li.tel,
footer li.gsm,
footer li.fax,
footer li.email,
footer li.adres {
  display: flex;
}

ul.footer-contact-area li i {
  width: 20px;
  font-size: 13px;
}

.footer-contacts li span.key {
  width: 50px;
  display: contents;
  font-size: 13px;
}

.footer-contacts li span.nokta {
  width: 10px;
  text-align: center;
  margin-left: 22px;
}

.footer-contacts li.tel span.nokta {
  margin-left: 10px;
}

.footer-contacts li.gsm span.nokta {
  margin-left: 28px;
}

.footer-contacts li.fax span.nokta {
  margin-left: 35px;
}

.footer-contacts li.adres span.nokta {
  margin-left: 20px;
}

.footer-contacts li a.value {
  margin-left: 10px;
  font-size: 13px;
}

.footer-info p {
  font-size: 13px;
}

.footer-serv-holder li a {
  font-size: 13px;
}

@media all {


  h4 {
    clear: both;
  }


  i {
    font-style: italic;
  }

  a:focus {
    outline: thin dotted;
  }

  a:hover, a:active {
    outline: 0;
  }
}

@keyframes pulse {
  100% {
    transform: scale(22.1);
    opacity: 0;
  }
}

@media screen and (max-width:576px) {
  .footer-inner.fl-wrap {
    padding: 60px 10px;
  }
}
