﻿.rf-LeadForm {
  box-sizing: border-box; }
  .rf-LeadForm *::before, .rf-LeadForm *::after {
    box-sizing: inherit; }

.rf-LeadForm {
  /* min-width: 320px; */
  max-width: 820px;
  width: 100%;
  margin:0 auto;
  border: solid 8px #e01c2f;
  background-color: #fff;
}
  @media (min-width: 480px) {
    .rf-LeadForm {
      margin-top:12px!important;
    } 
  }
  
  @media (min-width: 768px) {
    .rf-LeadForm {
      padding-left: 15px;
      padding-right: 15px;
      margin-top:24px!important;
    }
  }

.status-publish .entry-title{
  display: none;
}

.rf-LeadForm-success {
  border:none;
  border-color: green; }

.rf-LeadForm_Title {
  font-family: "Galano Grotesque";
  font-weight: 500;
  text-align: center;
  color: #1170b6;
  font: 700 25px sans-serif; }

.rf-LeadForm_Row {
  font-family: "Galano Grotesque";  
  max-width:292px;  
  width: 100%;  
  margin-bottom: 20px; 
  border-radius: 0;
}

.rf-LeadForm_Row-atRight,
.rf-LeadForm_Row-atLeft {  
  max-width: 292px;
  width: 100%;
  border-radius: 0;
 }

.rf-LeadForm_Label {
  font-family: "Galano Grotesque";  
  font-size: 14px;
  display: inline-block;
  padding-bottom: 3px;
  color: #000;
  -webkit-transition: all ease .3s;
          transition: all ease .3s; }

.rf-LeadForm_Label--required:after {
  content: "*";
  color: #e01c2f;
}

.rf-LeadForm_Checkbox {
  float: left; }

.rf-LeadForm_Label-checkbox {
  width: 96%;
  float: left;
  margin-left: 10px; 
  font-size: 11px;
  color:#838383;
}

.rf-LeadForm_InputWrapper {
  background-color: #e9e9e9; }

.rf-LeadForm_Input {
  width: 100%;
  height: 39px;
  background-color: #fff;
  padding: 8px;
  outline: none;
  /* border-width: 0;  */
  border-radius: 0!important;
  border:1px solid #d2d2d2!important;
}

.rf-LeadForm_SelectWrapper {
  display: inline-block;
  /* max-width: 83px;
  width: 100%; */
  /* background-color: #e9e9e9; */
  padding-right: 0; 
  width: 32.4%;
  /* margin-right: 2.6px; */
}
  @media (min-width: 480px) {
    .rf-LeadForm_SelectWrapper {
      min-width: 92px; } }

.rf-LeadForm_Select {
  font-family: "Galano Grotesque";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url(../images/select-arrow.png);
  background-position: 96% center;
  border:1px solid #d2d2d2;
  outline: none;
  border-radius: 0;
  /* border-width: 0; */
  width: 100%;
  height: 39px;
  padding: 8px; }

.rf-LeadForm_Select-multiple {
  background-image: none;
  border: solid 1px black;
  height: 200px; }

.rf-LeadForm_SendButton {
  height: 60px;
  line-height: 1;
  color: white;
  background: #e8212d url(../images/rf-LeadForm_SendButton.png) no-repeat center center;
  -webkit-transition: background-color ease-in .3s;
          transition: background-color ease-in .3s;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-width: 0;
  display: block;
  cursor: pointer; 
  margin-bottom:30px;
  margin-top:25px;
}
  .rf-LeadForm_SendButton:hover {
    background-color: #e01c2f; }

.rf-LeadForm_SuccessIcon {
  display: block;
  width: 159px;
  height: 159px;
  margin: 25px auto 25px;
  background-image: url(../images/rf-LeadForm_SuccessIcon.png);
  background-repeat: no-repeat; }

/* end basvuru formu */
/* multiple checkbox */
	/* 2017-06-21: Secim kutulari yan yana ikili gelsin */
	/* .rf-LeadForm_CheckboxRow {
	    width: 42%;
	}
	.rf-LeadForm_CheckboxRow:nth-child(2n) {
	    width: 58%;
	}
	.rf-LeadForm_CheckboxRow {
	    display: inline-block;
	} */
	/* end 2017-06-21: Secim kutulari yan yana ikili gelsin */
.rf-LeadForm_CheckBoxLabel {
  font-family: "Galano Grotesque";  
  font-size: 15px; }
  .rf-LeadForm_CheckboxRow {
    margin-right: 3.9%;
    margin-bottom:2px;
}

/* end multiple checkbox */
/* validation */
.error_strings {
  color: #e01c2f;
  font-family: "Galano Grotesque";  
  font-size: 12px;
  line-height: normal;
  display: block;
  clear: both;
  margin-top:4px;
  margin-bottom:2px;
  }
/* end validation */

/*Yeni eklenen sitiller*/
#remax_form {
  max-width: 666px;
  width: 100%;
  margin: 0 auto;
}
#remax_form input[type="text"],
#remax_form input[type="email"],
#remax_form input[type="tel"],
#remax_form input[type="number"],
#remax_form input[type="range"],
#remax_form input[type="date"],
#remax_form input[type="month"],
#remax_form input[type="week"],
#remax_form input[type="time"],
#remax_form input[type="datetime"],
#remax_form input[type="datetime-local"],
#remax_form input[type="color"],
#remax_form input textarea{
  font-family: "Galano Grotesque";
  padding-left: 10px;
  appearance: none;
  -webkit-appearance: none;
}
.rf-LeadForm_Checkboxes{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  min-height: 79px;
}
.rf-LeadForm_Row-checkbox p{
  font-family: "Galano Grotesque";  
  font-size: 14px;
}
.rf-LeadForm_Title{
  font-family: "Galano Grotesque";  
  font-size: 26px;
  color:#004e9b;
}
.rf-LeadForm_Title i{
  color:#e01c2f;
  font-style: normal;
}
@media (min-width: 760px) {
  .rf-LeadForm_Title {
    font-size: 33px;
    } 
  }
.rf-LeadForm_Title i span{
  color:#004e9b;
}
.remax-bayilik-form-kisisel-veriler{
  font-family: "Galano Grotesque"; 
  font-weight: 500; 
  font-size: 13px;
  color:#1374e2;
  margin-bottom:20px;
  display: inline-block;
  margin-left: 10px;
}
.remax-bayilik-form-kisisel-veriler:after{
  content:"";
  display:block;
  border-bottom:1px solid #1374e2;
  width: 100%;
  margin-top: -6px;
}
.remax-bayilik-form-kisisel-veriler span{
  color:#e01c2f;
  max-width: 230px;
  display: inline-block;
}
.remax-bayilik-form-kisisel-veriler span:after{
  content:"";
  display:block;
  border-bottom:1px solid #e01c2f;
  max-width: 308px;
  width: 100%;
  margin-top: -6px;
}
.remax-bayilik-form-kisisel-veriler span i{
  font-weight:normal;
  color:#1374e2;
  font-size: 11px;
  transform: translateY(-1px) rotate(3deg);
  display: inline-block;
  font-style: normal;
}
.remax-bayilik-form-kisisel-veriler:visited{
  color:#1374e2;
}
.remax-bayilik-form-nerden-duydun{
  font-family: "Galano Grotesque";
  font-size: 20px;
  font-weight: bold!important;
  color:#004e9b;
  margin-top:10px;
}
@media (min-width: 760px) {
  .remax-bayilik-form-nerden-duydun {
    font-size: 30px;
    } 
  }
.remax-bayilik-form-nerden-duydun span{
  color:#e01c2f;
}
.remax-bayilik-form-nerden-duydun span i{
  font-style: normal;
  color:#004e9b;
}
#remax_form .remax-bayilik-form-izin{
  padding-left: 14px;
}
#remax_form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #e01c2f;
}

#remax_form .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #e01c2f;
}
#remax_form .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  margin-top:-1px;
}

#remax_form .custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

[type="checkbox"], [type="radio"]:focus {
  outline: none;
}

.rf-LeadForm_Close {
  font-family: "Galano Grotesque";
  font-size: 20px;
  font-weight: 500;
  text-align: center;  
  color:#fff;
  display: block;
  position: absolute;
  top: -46px;
  width: 114px;
  height: 43px;
  transition: background-color ease-in .3s;
  /* background: url(../images/rf-LeadForm_Close.png) no-repeat -2px -2px; */
  background-color:#e01c2f;
  padding-top:6px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.rf-LeadForm_Close:visited{
  color:#fff;
}
.rf-LeadForm_Close:hover{    
  color:#fff;
  background-color: #c7192a;
}
.rf-LeadForm_Row-text {
  max-width: 100%;
}
#remax_form_iletisim_izni_errorloc {
  margin-left: 10px;
}