/*
 Theme Name:   Onum Child
 Theme URI:    http://wpdemo.archiwp.com/onum/
 Description:  Onum Child Theme
 Author:       OceanThemes
 Author URI:   http://oceanthemes.net/
 Template:     onum
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onumchild
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

div.elementor-widget.elementor-widget-heading .elementor-heading-title {
  font-family: 'Oswald', sans-serif;
}
.octf-btn:focus, .octf-btn:hover {
  text-decoration: none;
}
.page-header {
  padding-bottom: 100px !important;
  margin: 0px !important;
  border-bottom: none  !important;
}

/* Header Banner */
.cd-header.is-fixed {
  top: 0px !important;
}
.cd-header.is-visible {
  transform: none;
}

/* Home Banner */
.home-banner-form .one-line-form.cs-form {
	margin: initial;
	max-width: 100%;
	padding: 10px 7px;
}
.home-banner-form .one-line-form.cs-form button {
	top: 4px;
}
.home-banner-form .wpcf7-response-output {
	color: red;
  font-size: 12px;
  border: none !important;
  margin: 0px !important;
  margin-top: 3px !important;
}

/* Blogs Css */
.post-box .entry-title {
  line-height: 1.2;
}
.search-form .search-field {
  box-sizing: border-box;
}
.comments-area .comment-item .gravatar img {
  width: 65px;
}
.comments-area .comment-item .comment-content:not(.pingback) {
  padding-left: 85px;
}
.comments-area .comment-item {
  margin-bottom: 30px;
}

/* Free Proposal Modal Form Css */
.free-proposal-modal .modal-body {
    z-index: 1;
    background: #e3f0f9;
}
.free-proposal-modal .modal-body:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url(http://103.163.58.156:4136/kickoff/wp-content/uploads/2020/02/bgshape1-h8.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: unset;
    z-index: -1;
    opacity: 0.2;
}
.free-proposal-modal .proposal-close {
  position: absolute;
  right: 20px;
  cursor: pointer;
  width: 30px;
  text-align: center;
  font-size: 20px;
}
.free-proposal-modal .proposal-header {
  margin-top: 30px;
  margin-bottom: 50px;
}
.free-proposal-modal .proposal-header h4 {
  font-size: 32px;
}
.free-proposal-modal .proposal-content {
  padding: 0px 50px;
}
.free-proposal-modal .proposal-content .field-box {
  margin-bottom: 20px;
}
.free-proposal-modal .proposal-content .field-box .wpcf7-form-control {
    font-size: 14px;
    height: 45px;
    background: transparent;
    border-color: #8a736d;
    color: #000000;
}
.free-proposal-modal .proposal-content .field-box .wpcf7-form-control.wpcf7-not-valid {
  border-color: red !important;
} 
.free-proposal-modal .proposal-content .field-box .wpcf7-form-control:focus {
  border-color: #333;
}
.free-proposal-modal .proposal-content .btn-box {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.free-proposal-modal .wpcf7-form.invalid .wpcf7-response-output {
    border-color: red !important;
    border-width: 1px !important;
    border-radius: 0px !important;
    text-align: center;
    font-size: 14px;
    color: red;
}

/* Free Audit Form Css */
.free-audit-web .field-wrapper {
  display: flex;
}
.free-audit-web .field-box:not(:last-child) {
  margin-right: 15px;
}
.free-audit-web .field-box .wpcf7-form-control {
  font-size: 14px;
  height: 45px;
  background: #fff;
  border: none !important;
  color: #7e7e7e;
  border-radius: 50px;
}
.free-audit-web .field-box .wpcf7-form-control::placeholder {
color: #7e7e7e !important;
}
.free-audit-web .field-box .wpcf7-form-control:focus {
  border-color: #333;
}
.free-audit-web .btn-box {
  margin-top: 55px;
  margin-bottom: 0px;
  text-align: center;
}
.free-audit-web .btn-box .ajax-loader {
  display: none;
}
.free-audit-web .wpcf7-response-output {
  border-radius: 0px !important;
  text-align: center;
  font-size: 14px;
  margin-top: 35px !important;
}
.free-audit-web .wpcf7-form.sent .wpcf7-response-output {
  color: #fff;
  border-color: #61e06c;
}
.free-audit-web .wpcf7-form.invalid .wpcf7-response-output {
  color: #fff;
}

.footer-conInfo p a:hover,
.footer-conInfo p a:focus,
.footer-conInfo p a:active {
  color: #9EE8FF;
}

/* Media Query */
@media only screen and (min-width: 769px) {
  .home-banner-form {
    max-width: 515px;
  }
}
@media (min-width: 992px) {
  .content-area {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .content-area {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .seo-services .icon-box.s2 {
    padding: 35px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .seo-services .icon-box.s2 {
    padding: 20px 0px;
  }
  .free-audit-web .field-wrapper {
      flex-direction: column;
  }
  .free-audit-web .field-box {
    margin-bottom: 20px;
  }
  .free-audit-web .field-box:not(:last-child) {
    margin-right: 0px;
  }
  .free-audit-web .btn-box {
    margin-top: 26px;
  }
  .free-audit-web .btn-box .octf-btn-primary {
    padding: 14px 16px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 574px) {
  .free-proposal-modal .proposal-header {
      margin-top: 15px;
      margin-bottom: 35px;
  }
  .free-proposal-modal .proposal-header h4 {
      font-size: 22px;
  }
  .free-proposal-modal .proposal-content {
      padding: 0px 10px; 
  }
  .free-proposal-modal .proposal-content .field-box .wpcf7-form-control {
      font-size: 12px;
      height: 38px;
  }
  .free-proposal-modal .wpcf7-response-output {
    font-size: 12px;
  }
}






