/*

Theme Name: PremierTaxs

Theme URI: https://premiertaxs.com/

Author: PremierTaxs Team

Author URI: https://premiertaxs.com/

Description: A modern, professional WordPress theme for tax and accounting services. Features responsive design, custom page templates, and optimized for business websites.

Requires at least: 6.0

Tested up to: 6.8

Requires PHP: 7.4

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: premiertaxs

Tags: business, accounting, tax, professional, responsive, custom-templates, portfolio, blog

*/



/*

 * Link styles

 * https://github.com/WordPress/gutenberg/issues/42319

 */

.sticky-top .headerlogo a.navbar-brand{

	width:30%;

}

a{

    text-decoration:none;

}



.pagination .active .page-link {

    background-color: #007bff;

    color: var(--white-text);

}

.pagination .page-link {

    border: none;

    color: var(--black-text);

}

.expert-pagination .pagination .page-item.active{

	background:var(--primary-color);

	color:var(--white-text);

}

.expert-pagination .pagination .page-link.current{

	color:var(--white-text) !important;

}



.main-menu li.nav-item.active a

 {

    color: var(--primary-color) !important;

}



.contact-info-box.row.align-items-start {

    padding: 0px 0 60px;

}

.navbar-brand img{

    width:100% !important;

}



@media only screen and (min-width: 1200px) and (max-width: 1366px){

    .bg-crafting.contact-info{

        padding:40px 0px 0px 0px;

    }

}