/*
Theme Name: Lawfiz One
Theme URI: https://spiraclethemes.com/lawfiz-one-theme/
Author: Spiracle Themes
Author URI: https://spiraclethemes.com
Description: Lawfiz One is a sleek, modern WordPress theme designed for law firms, attorneys, and legal consultants. It features customizable sections for showcasing services, testimonials, and client success stories, along with built-in appointment booking and a contact form for easy client engagement. Responsive and mobile-friendly, the theme works seamlessly with Elementor and WooCommerce, offering flexibility and a professional look on any device. Perfect for building credibility and connecting with clients online. More Info here: https://spiraclethemes.com/lawfiz-one-theme/
Version: 1.0
Template: lawfiz
Tested up to: 6.7
Requires PHP: 5.6
Requires at least: 4.7
Tags: right-sidebar,left-sidebar,custom-menu,featured-images,theme-options,blog,custom-colors,custom-logo,flexible-header,threaded-comments,one-column,full-width-template,sticky-post,translation-ready
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: lawfiz-one
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.
*/


/**
====================================================================
  General Classes
====================================================================
*/

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    overflow-x: hidden;
}

html,
body {
    color: #555;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    width: 100%;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}


body {
    line-height: 1.7em;
    overflow-x: clip;
    
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555;
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
}

h1 {
    font-size: 32px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 14px;
    font-weight: 700;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.5s;
    color: #555;

}

a:hover {
    text-decoration: none;
    transition: 0.5s;
}

img {
    max-width: 100%;
}


ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

/**
====================================================================
  Header
====================================================================
*/

.top-menu-wrapper {
    text-align: right;
}

#topsidebar {
    background: #f7f7f7;
    text-align: center;
    font-size: 13px;
}


/**
====================================================================
  Footer
====================================================================
*/

.footer-widgets-wrapper {
    padding-top: 30px;
}

#footer .footer-widgets .row {
    margin-top: 0;
}

.footer-widgets-wrapper {
    padding-top: 0;
}

.footer-copyrights-wrapper {
    margin-top: 0;
}

main#main {
    padding-bottom: 50px;
}

footer .footer-widgets-wrapper .section {
    margin-top: 30px;
    margin-bottom: 30px;
}