/*
Theme Name: Daffins
Text Domain: daffins
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: This is a multi-purpose theme developed to fit for almost all types of business. Woocommerce in not included with this theme.
Tags: business, blog, blog theme, video support, blog sidebar, two-collumns, four-collumns
Author: Sheikh Hafizur Rahman
Author URI: https://omniitlab.com/
Theme URI: https://omniitlab.com/themes/daffins/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
body {
  font-size: 16px !important;
  line-height: 1.7 !important;
}

#navbar-collapse-1 ul,
.sidebar_menu_widget ul,
.daffins_footer_menu ul,
.sidebar-recent-news ul{
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.vc_column-inner {
	padding-top:0 !important;
}
.vc_section-has-fill{
	padding-top: 0 !important;
}

.theme-form-one {
  background: #fff !important; 
  margin: 85px 0 90px 0 !important;
  padding: 8px 30px !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
}
.theme-form-one h2 {
  padding: 45px 0 110px 33px !important;
  font-size: 26px !important;
  line-height: 16px !important; 
  color: #fff !important;
}
.theme-form-one h2:before{
  content: '' !important;
  width: 200% !important;
  height: 155px !important;
  position: absolute !important;
  top: -72px !important;
  left: -37px !important;
  background-color: #ef9126 !important;
  z-index: -1 !important;
  -webkit-transform: rotate(-8deg) !important;
  transform: rotate(-8deg) !important;
}

.theme-form-one form p {
    margin: 28px 0 !important;
    line-height: 38px;
    font-size: 16px;
}
footer .footer-Update .footer-News p {
  line-height: 10px !important;
}
footer .footer-Update div:nth-child(2):after {
  top: 75px !important;
}

.error .theme-title h2 {
  line-height: 75px !important;
  font-size: 90px !important;
  top: -10% !important;
}

.owl-theme .owl-dots .owl-dot {
  display: none !important;
}

button.hvr-shutter-out-horizontal-two {
  margin-top: 20px;
  width: 270px;
  border-radius: 28px;
  border: 1px solid #ef9126;
  background-color: #fff;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;

  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.7s;
}

button.hvr-shutter-out-horizontal-two:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius:28px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50% !important;
  -webkit-transition-property: transform;
  transition-property: transform !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.7s !important;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out !important;
}

.comment-submit:hover:before, .comment-submit:focus:before, .comment-submit:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.blog-single .right-sidebar-wrapper .comments {
    border: 1px solid #ececec;
    border-right: 1px solid #ef9126;
}
.pr-20 {
  padding-right: 20px;
}
.comment-bd {
  border-bottom: 1px solid #ddd;
}
.mb-2 {
  margin-bottom: 5px;
}
.comments-title {
  padding: 10px;
}

.text-brief {
    padding-top: 20px;
}

.text-brief h1,
.text-brief h2,
.text-brief h3,
.text-brief h4,
.text-brief h5,
.text-brief h6 {
  line-height: 16px;
  padding: 38px 0 20px 0 !important;
}

.about-us-section .right-sidebar-wrapper h4 {
  margin-bottom: 0 !important;
}