/*
Theme Name: tqaconsulting child
Theme URL: http://wpamanuke.com/
Description: godragon
Author: WPAmaNuke
Author URL: www.injuryadvisors.ca
Template: twentytwenty
Version: 1.0.0
Text Domain: Injuryadvisors-child
*/ 
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body{
    background:#fff !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size:16px !important;
	color:#1f1e1e;
}
ul,li{
	margin:0;
}
a{
	text-decoration:none;
}
a:hover,a:focus{
	text-decoration:none;
}
/*header top*/
.header_top .site-logo img{
    max-width:100%;
    max-height:initial;
    margin:0;
} 
.header_top{
    background:#fff;
    padding:30px 0;
    color:#1f1e1e;
}
.header_top .section-inner{
    display:flex;
	align-items: center;
}
.header_top .right_top{
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
.header-right li{
    list-style-type:none;
}
.header-right li + li{
    margin-top:10px;
}
.header-right li a{
    display: block;
    padding-left: 25px;
    background: url(images/email-icon.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    color:#1f1e1e;
    font-size:18px;
    font-weight:500;
}
.header-right li a:hover{
    color: #d4b05a;
}
.right_top li:last-child a{
    background: url(images/phone-icon.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
}
.header-right h2{
	color:#1f1e1e;
	font-weight: bold;
	font-size:30px;
	margin:0 0 10px;
}
.header-right p{
    margin-bottom:15px;
    font-weight:500;
    font-size:16px;
}

/*footer*/
.footers{
    background:#1f1e1e;
    padding:55px 0;
    position:relative;
}
.footers:after{
    content: '';
    position: absolute;
    background: url(images/footer_bg.png);
    opacity: 0.1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    max-width: 700px;
    margin: 0 auto;
    min-width: 40%;
    z-index:0;
}
.footer-box{
    position:relative;
    z-index:1;
}
.footer-logo .wp-block-image{
    margin:0 !important;
}
.footer-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
}
.footer-menus{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-menus .menu{
    display: flex;
    gap: 10px;
    list-style-type: none;
}
.footer-menus .menu li a{
    font-size:16px;
    font-weight:500;
    color:#d4b05a;
}
.footer-menus .menu li a:hover,.footer-menus .menu li.current-menu-item a:hover,.footer-menus .menu li.current-menu-item a{
    color:#fff;
}
.footer-menus .menu li + li{
    padding-left:15px;
    position:relative;
}
.footer-menus .menu li + li:after{
    content:"-";
    position: absolute;
    display:inline-flex;
    left:0;
    color:#fff;
}

.process-work ol{
    margin: 0;
    list-style-position: inside;
    margin:0;
}

.contact-home{
    padding:0 60px;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.one-half{
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
}
.one-full{
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
}
.p-0{
    padding:0;
}
.contact-home .d-flex label{
    color:#1f1e1e;
    font-size: 16px;
    font-weight:500;
    line-height:30px;
}
.contact-home .d-flex .d-flex {
     margin-bottom: 0px;
}
.contact-home select,.contact-home input[type="text"],.contact-home input[type="email"],.contact-home input[type="tel"]{
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #5e5e5e;
    height: 42px;
}
.contact-home textarea{
    padding: 6px 10px;
    width: 100%;
    border: 1px solid #5e5e5e;
}
.contact-home .btn-submit{
    background:#d4b05a;
    color:#2d2c2c;
    font-weight:600;
    text-transform:uppercase;
    font-size:14px;
}
.d-center{
    text-align:center;
    position:relative;
}
.d-center .wpcf7-spinner{
    position: absolute;
    display: inline-block;
}
.contact-home .btn-submit:hover{
    background:#94652a;
    color:#fff;
    text-decoration: none;
}
.contact-home select{
    background: url(images/drop_arrow.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.privacy_body ul{
    margin: 0;
    list-style-position: inside;
}
.privacy_body h4{
    margin-bottom: 10px;
} 
.privacy_body p,.privacy_body li{
    line-height:34px;
}
@media(max-width:767px){
    .header_top .site-logo img{
        max-height: 110px;
    }
    .header-right li a{
        font-size:14px;
    }
    .header-right p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .header-right h2 {
        font-size: 22px;
    }
    .one-half {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .one-full textarea{
      margin-bottom: 20px;  
    }
    .d-flex,.one-full .one-half{
         margin-bottom: 0px;
    }
    .contact-home {
        padding: 0px;
    }
    .elementor-34 .elementor-element.elementor-element-07bda4f{
        padding:20px 0px 20px 0px !important;
    }
    .d-center{
         margin-top: 20px;  
    }
    .small-mobile.one-half{
        width: 30%;
    }
    .big-mobile.one-half{
        width: 70%;
    }
    .inner-banner h2{
        font-size: 32px !important;
        line-height: 40px !important;
    }
}
@media(max-width:567px){
    .header_top .site-logo img{
        max-height: 110px;
        margin:0 auto;
    }
    .header-right li a{
        font-size:14px;
    }
    .header-right p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .header-right h2 {
        font-size: 22px;
    }
    .header_top .section-inner{
        flex-wrap: wrap;
    }
    .header_top .right_top,.header_top .left_top{
        flex: 0 0 auto;
        width:100%;
    }
    .header_top .left_top{
        margin-bottom:10px;
    }
    .header_top .right_top{
        align-items: center;
        margin-left: inherit;
    }
}