/*
Theme Name: GWP Inc Lawyer
Author: GWP Inc
Description: Bootstrap Component Blox Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/

@font-face {
    font-family: 'signature';
    src: url('fonts/signature.woff2') format('woff2'),
         url('fonts/signature.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    --gwp-primary: #7B1211;
    --gwp-primary: #20376b;
    --gwp-secondary: #b1976b;
    --gwp-secondary: #b79d5b;
    --gwp-dark: #222;
    --gwp-header-font: 'Poppins', sans-serif;
    --gwp-body-font: 'Roboto', sans-serif;
    --gwp-script-font: 'signature';
}

/* ===== Global ===== */

body {
    font-family: var(--gwp-body-font);
    overflow-x: hidden;
}

a,
a:hover {
	text-decoration: none;
}

h1, h3, h4 {
    font-family: var(--gwp-header-font);
}

h2 {
    color: var(--gwp-primary);
	font-weight: 600;
}

a {
    color: var(--gwp-primary);
}

a:hover {
    color: var(--gwp-secondary);
	text-decoration: none;
}

/* ===== Custom Classes ===== */

.mt-n3 {
	margin-top: -20px;
}

.ms-n3 {
	margin-left: -20px;
}

.mt-n5 {
	margin-top: -30px;
}

.opacity-50 {
    opacity: .5;
}

.font-size-14 {
   font-size: 14px;
}

.tty-n50 {
    -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
            transform: translatey(-50%);
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.title-undeline {
    border-bottom: 5px solid var(--gwp-secondary);
    display: inline-block;
    padding-bottom: 10px;
}

.line-height-1-5 {
    line-height: 1.5em;
}

a:hover {
    text-decoration: none;
}

#breadcrumbs a {
    color: inherit;
}

.bottom-shadow {
    height: 32px;
    background: url(/wp-content/uploads/2020/08/Style-Three-Shadow.png) center top no-repeat;
    background-size: 100% auto;
}

#gwp-dots { 
    position: absolute; 
    width: 150px;
    top: -32px;
    left: -8px;
}

#gwp-dots rect { 
    fill: var(--gwp-primary); 
}

#gwp-popup-btn i {
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 50px;
    height: 75px;
    width: 75px;
    z-index: 99;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 3px solid rgba(255,255,255,0.3);
    box-shadow: 0 0 30px rgba(0,0,0,0.1.5);
    transition: all .3s;
    font-size: 25px;
    transform: translatey(150px);
    transition: all .6s;
}

.scrolled #gwp-popup-btn i {
   transform: translatey(0); 
}

#gwp-popup-btn i:hover {
    transform: scale(1.05);
}

#gwp-popup-btn i:hover {
    border: 3px solid rgba(255,255,255,0.5);
}

.z-top {
    position: relative;
    z-index: 4;
}

.z-bottom {
    position: relative;
    z-index: 0;
}

.gwp-signature {
    font-family: var(--gwp-script-font);
    position: relative;
    top: 30px;
    font-size: 2em;
    color: #bbb;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.mw-900 {
   max-width: 900px ;
   margin-left: auto;
   margin-right: auto;
}

.gwp-divider {
	margin: 5px auto 0px;
	width: 120px;
	position: relative;
}

.gwp-divider ul {
	padding-left: 0
}

.gwp-divider ul li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0px;
	padding: 0px;
	background: var(--gwp-secondary);
}

.gwp-divider ul::before {
	content: '';
	width: 40px;
	height: 1px;
	background: var(--dark);
	left: -8px;
	top: 63%;
	position: absolute;
}

.gwp-divider ul::after {
	content: '';
	width: 40px;
	height: 1px;
	background: var(--dark);
	right: -8px;
	top: 63%;
	position: absolute;
}

.gwp-divider.light ul::before,
.gwp-divider.light ul::after {
	background: rgba(255,255,255,0.5);
}

.gwp-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* ===== Text ===== */

.gwp-font-open-sans {
   font-family: var(--gwp-body-font);
}

.gwp-header-font {
    font-family: var(--gwp-header-font);
}

.gwp-text-primary {
    color: var(--gwp-primary);
}

.gwp-text-secondary {
    color: var(--gwp-secondary);
}

.gwp-text-dark {
    color: var(--gwp-dark);
}

.gwp-body-font {
    font-family: var(--gwp-body-font);
}

.gwp-script-font {
    font-family: var(--gwp-script-font);
}

.text-white-70 {
    color: rgba(255,255,255,0.7);
}

.text-shadow {
    text-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

/* ===== Background Color ===== */

.gwp-bg-primary {
    background-color: var(--gwp-primary);
}

.gwp-bg-secondary {
    background-color: var(--gwp-secondary);
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.1);
}

.gwp-bg-dark {
    background-color: var(--gwp-dark);
}

/* ===== Button ===== */

a.btn {
    border-radius: 0;
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn-pulse {
	overflow: hidden;
	position: relative;
	border: none;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.btn-pulse:after {
	content: '';
	background-color: rgba(255,255,255,0.1);
	height: 0px;
	width: 0px;
	border-radius: 50%;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: -1;
	transition: all 0.7s;
}

.btn-pulse:hover:after {
	height: 400px;
	width: 500px;
}

.gwp-btn-primary {
    background: var(--gwp-primary);
    color: #fff;
}

.gwp-btn-primary:hover {
	 background: var(--gwp-primary);
    color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
         box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.gwp-btn-secondary,
.gwp-btn-secondary:visited,
.gwp-btn-secondary:focus {
    background: var(--gwp-secondary);
    color: #fff;
}

.gwp-btn-secondary:hover {
    color: #fff;
	background: var(--gwp-secondary);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.gwp-btn-dark,
.gwp-btn-dark:visited,
.gwp-btn-dark:focus {
    background: var(--gwp-dark);
    color: #fff;
}

.gwp-btn-dark:hover {
	background: var(--gwp-dark);
    color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.gwp-btn-outline,
.gwp-btn-outline:visited,
.gwp-btn-outline:focus {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5)!important;
    color: rgba(255,255,255,0.5);
}

.gwp-btn-outline:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
         box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/* ===== Hours ===== */

#gwp-business-hours {
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 9;
}

#gwp-hours-tab {
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

#gwp-business-hours .fa-times {
    position: relative;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
}

.gwp-hours li {
    padding-bottom: 7px;
    border-bottom: 1px dashed #ddd;
}

.gwp-hours li:last-child {
    border-bottom: none
}

.hours-hide {
    -webkit-transform: translatex(350px);
        -ms-transform: translatex(350px);
            transform: translatex(350px);
}

/* ===== Navbar ===== */

.sticky-wrapper {
    height: 0!important;
}

#gwp-logo  { 
	fill: #fff;
}

#gwp-logo {
    width: 350px!important;
}

.scrolled #gwp-logo  { 
	fill: #ddd;
}

#navbar-main-menu .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.scrolled  #navbar-main-menu .nav-link {
    color: #fff;
}

#gwp-main-navbar .gwp-bg-primary-50 {
    background-color: none;
}

#gwp-main-navbar {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.scrolled #gwp-main-navbar {
    background: var(--gwp-primary);
    -webkit-transform: translatey(-35px);
        -ms-transform: translatey(-35px);
            transform: translatey(-35px);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
}

#gwp-top-header,
#gwp-navbar-banner {
    -webkit-transform: translatey(0px);
        -ms-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.scrolled #gwp-top-header,
.scrolled #gwp-navbar-banner{
    -webkit-transform: translatey(-35px);
        -ms-transform: translatey(-35px);
            transform: translatey(-35px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#gwp-main-navbar .sub-menu {
    background: #fff;
    text-transform: capitalize;
    padding: 15px;
    border: none;
}

#navbar-main-menu .nav-link {
    position: relative!important;
}

#navbar-main-menu .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: rgba(255,255,255,0.3);
    height: 1px;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

#navbar-main-menu .nav-link:hover:before {
    right: 0;
}

#gwp-main-navbar .sub-menu .nav-link {
    color: var(--gwp-primary);
}

#navbar-main-menu .nav-link:hover {
    opacity: 1!important;
}

#navbar-main-menu .sub-menu .nav-link:before {
    display: none;
}

#navbar-main-menu .sub-menu .nav-link:hover {
   color: var(--gwp-secondary);
}

/* ===== Toggler ===== */

#toggler:focus, 
#toggler:active {
    outline: 0;
}

#toggler span {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 7px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#toggler span:nth-child(1) {
    -webkit-transform: translatey(10px) rotate(-45deg);
        -ms-transform: translatey(10px) rotate(-45deg);
            transform: translatey(10px) rotate(-45deg);
}
#toggler span:nth-child(2) {
    opacity: 1;
    width: 0;
}
#toggler span:nth-child(3) {
    -webkit-transform: translatey(-10px) rotate(45deg);
        -ms-transform: translatey(-10px) rotate(45deg);
            transform: translatey(-10px) rotate(45deg);  
}

#toggler.collapsed span {
    -webkit-transform: translatey(0) rotate(0deg);
        -ms-transform: translatey(0) rotate(0deg);
            transform: translatey(0) rotate(0deg);
    opacity: 1;
    width: 30px;   
}

/* ===== About ===== */

#gwp-about i {
    height: 70px;
    width: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background: #fff;
    transition: all .2s;
}

#gwp-about .d-flex:hover i {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

/* ===== Cards ===== */

#gwp-cards .card,
#gwp-cards .card-header,
#gwp-cards .card-body,
#gwp-cards .card-footer {
    background: transparent;
    border: 0;
    padding: 0;
}

#gwp-cards {
	margin-top: -50px;
}

#gwp-cards .col:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 40px;
    height: 80px;
    background: rgba(255,255,255,0.1);
}

#gwp-cards .col:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.1);
}

/* ===== Main Header ===== */

#gwp-main-header {
    padding-top: 250px!important;
    padding-bottom: 150px!important;
}

#gwp-main-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

/* ===== Services ===== */

#gwp-services-archive h3 {
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 100%;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 1px 1px 5px rgba(0,0,0,.5);
    z-index: 2;
}

#gwp-services-archive p {
	margin-bottom: 0;
}

#gwp-single-service a,
#gwp-content a {
    font-weight: bold!important;
}

#gwp-single-service h3,
#gwp-content h3{
    font-size: 24px;
    font-weight: bold;
    color: var(--gwp-secondary)!important;
}

#gwp-services-archive .overlay:before {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    opacity: 0;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

#gwp-services-archive .overlay:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    opacity: 0;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; 
}

#gwp-services-archive .col:hover .overlay:before {
    left: 50%;
    right: 50%;
    opacity: 1;
}

#gwp-services-archive .col:hover .overlay:after {
    top: 50%;
    bottom: 50%;
    opacity: 1;
}

/* ===== Stats ===== */

#gwp-stats span {
    font-size: 4em;
    line-height: 1em;
}

#gwp-stats h6 {
    opacity: .5;
    margin-top: 20px;
}

/* ===== Team ====== */

#gwp-team-single .gwp-team-icon {
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #fff;
}

#gwp-team-single .gwp-team-icon:hover {
    color: #fff;
    background: var(--gwp-primary);
}

/* ===== Contact ===== */

.has-form .wpforms-container {
    margin-bottom: 0!important;
}

.has-form input {
    padding: 30px 25px!important;
    color: #ddd;
    border: none!important;
    background: #eee!important;
}

.has-form textarea {
    padding: 20px!important;
    border: none!important;
    background: #eee!important;
}

.has-form .wpforms-submit {
    background: var(--gwp-secondary)!important;
    color: #fff!important;
    border: none!important;
    padding: 15px 30px!important;
    border-radius: 0px!important;
    width: 100%!important;
	text-transform: uppercase!important;
	font-weight: bold!important;
    font-size: 14px!important;
}

.has-form .wpforms-submit-container {
    text-align: right!important;
}

/* ===== Blog ===== */

.pagination .page-link {
    color:  var(--gwp-secondary);
}

.single-post .badge {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    border-radius: 50px;
}

.single-post .entry-content > h1 {
    display: none!important;
}

.btn-dark {
    background: var(--gwp-primary)!important;
}

.btn-dark a:hover {
    opacity: .9!important;
}


#sidebar .card-header {
    background: var(--gwp-primary)!important;
    color: #fff;
    border: none;
}

#sidebar .card-footer .btn {
    background: var(--gwp-dark)!important;
}

#sidebar #calendar_wrap nav {
    display: none!important;
}

/* ===== Services Carousel ===== */

#gwp-services-carousel .carousel-indicators {
	padding: 5px;
	position: absolute;
	bottom: 20px;
}

#gwp-services-carousel .carousel-indicators li {
    height: 8px;
    width: 8px;
    border-radius: 50px;
    padding: 5px;
    -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
            transform: scale(.6);
    border: none;
    background-color: #fff;
}


/* ===== Common Carousel ===== */

.swiper-container .fa-angle-left,
.swiper-container .fa-angle-right{
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
            transform: translatey(-50%);
    z-index: 9;
    color: var(--gwp-primary);
}

.swiper-container .fa-angle-right {
    right: 10px;
}

.swiper-container .fa-angle-left {
    left: 10px;
}

.swiper-pagination-bullet-active-main {
    background: var(--gwp-primary);
}

/* ===== Footer ===== */

#footer-widgets ul {
    padding-left: 0!important;
}

#footer-widgets ul li {
    list-style: none!important;
}

footer {
    background: var(--gwp-dark);
}

footer .site-info a {
   color: rgba(255,255,255,0.9); 
}

footer .site-info  {
   color: rgba(255,255,255,0.6); 
}

#footer-widgets .container-fluid {
    max-width: 80%;
    margin: auto;
}

#footer-widgets h4 {
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 4px solid var(--gwp-secondary);
}

#footer-widgets hr {
    border-color: rgba(255,255,255,0.2);
}

#footer-widgets a {
    color: rgba(255,255,255,0.5);
}

#footer-widgets a:hover {
    color: var(--gwp-secondary);
}

@media(max-width: 1200px) {
    
    #gwp-main-navbar {
        background: var(--gwp-primary);
    }
    
    .scrolled #gwp-main-navbar,
    .scrolled #gwp-top-header {
        -webkit-transform: translatey(0);
            -ms-transform: translatey(0);
                transform: translatey(0);
    }
    
    #gwp-logo #law-offices-of path { fill: #ddd;}
    #gwp-logo #lines polygon { fill: #ccc;}
    #gwp-logo #kelly-berton-rocco path {fill: #fff;}
    
    #gwp-main-navbar .nav-link {
        color: #fff;
    }
    
	#gwp-top-header {
		background: var(--gwp-dark);
	}

}

@media (max-width: 992px) {
    
    #gwp-main-header h1 {
        font-size: 2.5rem;
    }
    
    #gwp-main-header {
        padding-top: 100px!important;
        padding-bottom: 100px!important;
    }
    
    .sticky-wrapper {
        display: block!important;
    }
	
	#footer-widgets .container-fluid {
        max-width: 100%;
    }
    
}

@media (max-width: 768px) {
    
    #navbar-brand-logo img {
        width: 250px;
    }
}

@media (max-width: 576px) {}