/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2023 | 08:27:01 */
/* Header css start */
img#logo{
  border-radius: 50%;
}
#main-header .logo_container{
  margin-bottom: 8px;
}
#top-menu li a{
  font-weight: 600 !important;
}
/* Header css end */

/* General Form css start */
.mt-general-form p{
  padding-bottom: 0px;
}
.mt-row {
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.mt-general-form .wpcf7-form input[type="text"], 
.mt-general-form .wpcf7-form input[type="email"], 
.mt-general-form .wpcf7-form input[type="tel"], 
.mt-general-form .wpcf7-form input[type="number"], 
.mt-general-form .wpcf7-form input[type="date"], 
.mt-general-form .wpcf7-form textarea{
  padding: 12px 20px;
  border: 1px solid rgba(0,0,0,0.2);
  background: #FFFFFF;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
.mt-general-form .wpcf7-form textarea{
  height: 120px;
}
.mt-general-form .wpcf7-form select{
  color: #757575;
  -webkit-appearance: none;
  padding: 12px 20px;
  border: 1px solid rgba(0,0,0,0.2);
  background: #FFFFFF;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
.mt-general-form .mt-select .wpcf7-form-control-wrap:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #005BA9;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 5;
}
.mt-general-form .wpcf7-form input[type="text"]:focus, 
.mt-general-form .wpcf7-form input[type="email"]:focus, 
.mt-general-form .wpcf7-form textarea:focus{
  border: 1px solid rgba(0,0,0,0.2);
  border-color: rgba(0,0,0,0.2) !important;
}
.mt-general-form .wpcf7-form input[type="submit"]{
  cursor: pointer;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  background: #F6EFDE;
  padding: 7px 20px;
  border-style: solid;
  box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 15%);
}
.mt-general-form .wpcf7-form input[type="submit"]:hover{
  color: #ffffff;
  background: #000000;
}
/* General Form css end */

/* Blog page css start */
#left-area{
  padding-right: 2.5% !important;  
}
#left-area .et_pb_post {
  margin-bottom: 30px;
}
#left-area .post-row{
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
  overflow: hidden;
}
#left-area .post-col-md-4{
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
}
#left-area .post-col-md-4 img{
  width: 100%;
  height: auto;
}
#left-area .post-col-md-8{
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
#left-area .post-col-md-8 .post-meta{
  padding-bottom: 10px;
  margin-bottom: 0px;
}
#left-area .post-col-md-8 .read-more a{
  padding: 6px 24px;
  background: #33c1ff;
  color: #000000;
  margin-top: 10px;
  display: inline-block;
}
#left-area .post-col-md-8 .read-more a:hover{
  color: #ffffff;
  background: #000000;
}
#commentform #submit:hover{
  color: #ffffff;
  background: #000000;	
}
/* Blog page css end */

/* Mobile css start */
@media only screen and (max-width: 980px) {
  #left-area .post-col-md-4{
    width: 100%;
  }
  #left-area .post-col-md-8{
    width: 100%;    
  }	
}
/* Mobile css end */