header {
  height:78px;
}

.developer-logo {
  width: auto;
  max-width: 100%;
  height:32px;
  margin-top:21px;
}

.container {
  max-width: 1100px;
}

.widget_search {
  max-width:804px;
  padding: 0px;
	margin:0px auto;
}

#searchform input{
  font-size:16px;
}

#developersearch {
  padding:80px 0px;
}

.post-box {
  padding:21px;
  border: 1px solid #EAEAEA;
  border-radius:10px;
}

.post-box:hover {
  border-color:#282B33;
}

.post-box h2 {
  font-size:20px;
  color:#282B33;
}

.post-box p {
  font-size:14px;
  color:#B6B6B6;
  margin-top:48px;
  margin-bottom:60px;
  margin-right:10px;
	min-height:60px;
	height:60px;
	overflow:hidden;
}

.post-box a {
  text-align:center;
  text-decoration: none;
  color:#2F82CE;
  float:right;
  font-size:13px;
  margin-right:10px;
  line-height: 26px;
  width: 105.14px;
  height: 28.42px;
}

.post-box a:hover {
  text-align:center;
  text-decoration: none;
  color:#fff !important;
  float:right;
  font-size:13px;
  margin-right:10px;
  line-height: 26px;
  background: #D3164E;
  border-radius: 14.2082px;
  width: 105.14px;
  height: 28.42px;
}

footer {
  background:#EAEAEA;
  padding:61px;
  margin-top:100px;
}

footer p {
  text-align: left;
  color:#787878;
  margin: 0px;
  font-size: 20px;
}

footer a {
  color:#2F82CE;
}

.developer-posts {
  margin-top:78px;
}

.modal-dialog {
  max-width: 658px;
  width: 100%;
}

.modal-title {
  color: #282B33;
  font-size: 25px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 55px;
}

#titlebar {
  padding:60px 0px;
  background:#EAEAEA;
}

#titlebar h1{
  font-size:28px;
  color:#282B33;
  line-height: 38px;
}

#titlebar p{
  font-size:20px !important;
  color:#787878;
  line-height: 27px;
}

.title-gray {
  color:#787878;
  padding-bottom:14px;
  border-bottom:1px solid #A9ACAF;
  margin-bottom:21px;
  font-size:20px;
}

.title-dark {
  padding-bottom:14px;
  border-bottom:1px solid #A9ACAF;
  color:#D3164E;
  margin-bottom:21px;
  font-size:20px;
}

.developer-step {
  margin-bottom:90px;
}

.downloadbtn {
  background:#3F9AEE;
  padding:8px 20px;
  font-size:16px;
  color:#fff;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  filter: drop-shadow(0px 1px 4px rgba(63, 154, 238, 0.4));
  text-decoration: none;
}

.downloadbtn:hover {
  color:#fff !important;
}

.downloadbtn .btn-icon {
  margin-right:7.5px;
  width:14.56px;
  height:14.56px;
}

.mycode {
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  border-radius: 5px 5px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #787878;
}

.mycode h1 {
  background: #EAEAEA;
  color: #787878;
  font-size: 16px;
  height: 28px;
  font-weight: 400;
  padding-left: 22px;
  line-height: 27px;
  text-transform: capitalize;
}

.copy-the-code-button {
  background: transparent !important;
  border: 0px !important;
  position: absolute !important;
  right: 0 !important;
  top: -46px !important;
  z-index: 99999999 !important;
}

pre {
  position: relative;
  overflow: visible !important;
}

.wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="text"] {
  direction: ltr;
  background: #ECECEC;
  color: #000000;
  opacity: 0.5;
  font-size: 14px;
  height: 42px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #757575;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #757575;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #757575;
}

.wpcf7-not-valid-tip {
  float: right;
  margin-top: -11px;
}

.wpcf7-form.init {
  max-width: 87% !important;
  display: block;
  margin: 0px auto;
}
.wpcf7 hr{
  margin: 10px 0px 32px !important;
  display: block;
  color: #BEBEBE;
  border: 1px solid #BEBEBE;
}


.wpcf7-form-control.wpcf7-submit.btn.btn-default {
  height: 42px;
  width: 185px;
  padding: 0;
  font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 18px;
text-align: center;
background: #CA335A;
color:#fff;
border-radius: 5px;
float: right;
text-transform: capitalize;
}

.closebtn {
  height: 42px;
  width: 185px;
  padding: 0;
  font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 18px;
text-align: center;
background: #ffffff;
border: 1px solid #CA335A;
color:#CA335A;
border-radius: 5px;
float: left;
text-transform: capitalize;
}

.wpcf7-form-control.wpcf7-submit.btn.btn-default:hover {
  border:0px;
  color:#fff;
}

.modal-header {
  border: 0px;
}

.wpcf7-response-output {
	display:none !important;
}