/*
Theme Name: NJB Taxback
Description: Exponent Child Theme
Author: File Sanctuary
Template: exponent
Version: 1.0
*/

/* Proxima Nova Fonts */
@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Thin'), local('ProximaNovaT-Thin'),
        url('fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
        url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Light'), local('ProximaNova-Light'),
        url('fonts/ProximaNova-Light.woff2') format('woff2'),
        url('fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




/* WF Home Page Adjustments */

.column-usp .tatsu-column-pad-wrap, .column-usp .tatsu-column-pad, .column-service .tatsu-column-pad-wrap, .column-service .tatsu-column-pad {
	height: 100%;
}

.column-usp .tatsu-column-inner {
	min-height: 300px;
}

.column-usp .tatsu-column-pad-wrap .tatsu-column-pad {
	display: flex;
	flex-direction: column;
	justify-content: start;
}

.widget-testimonials .flickity-page-dots {
	position: relative;
	bottom: 0;
}
.widget-testimonials .flickity-page-dots .dot {
	width: 16px;
    height: 16px;
    margin: 0 5px;	
}
.widget-testimonials .tatsu-testimonials .tatsu-testimonial .tatsu-testimonial-content {
	background-color: #fff;
    padding: 40px 20px;
    border-radius: 6px;
    color: black;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	position: relative;
}
.widget-testimonials .tatsu-testimonials .tatsu-testimonial .tatsu-testimonial-content::after {
    content: "";
    width: 0px;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 20px;
}

.widget-faqs .tatsu-accordion-expand:after, .widget-faqs .tatsu-accordion-expand:before {
	background-color: rgba(73,160,178,1);
}

.widget-faqs.tatsu-accordion-style1 .accordion-head.ui-accordion-header {
	border-radius: 6px;
}

.widget-faqs.tatsu-accordion-style1 .ui-state-default.ui-accordion-header-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	border-bottom: none;
}

.widget-faqs.tatsu-accordion-style1 .accordion-content.ui-accordion-content {
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
 
.column-service {
	margin-bottom: 20px;
}
.column-service .tatsu-column-pad {
	
}

.widget-service {
	padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    height: 100%;
}

.placeholder-dark input::placeholder {
	color: #666;
}

.line-height-0, .line-height-0 * {
	line-height: 0 !important;
}

.button-block, .button-block a {
	display: block;
	width: 100%;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	
	body .row-no-break .tatsu-column {
		width: 80% !important;
	}
	body .row-no-break .tatsu-column:first-child {
		width: 20% !important;
		padding-right: 10px;
	}
	
}

@media (min-width: 1400px) {
	
	.tatsu-wrap {
		max-width: 1320px;
	}
	
}

@media (max-width:479px) {
	
	.tatsu-wrap {
		max-width: 100%;
		padding: 0 15px;	
	}
	.appstore-jump img {
		height: 35px;
		width: auto;
	}
	
}