/* 
Theme Name: SAS CPAs
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Theme for SAS CPAs
Author: Team WPValet
Author URI: https://vincere.dev/
Template: hello-elementor
Version: 2.0.0
Text Domain: sascpas
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* General */
p:last-child {
	margin-bottom: 0 !important;
}

.sas-menu-icon svg {
	height: 32px !important;
	width: 32px !important;
}

.sas-menu-icon .elementor-icon-wrapper {
	display: flex;
	justify-content: flex-end;
}

.sas-italic {
    font-style: italic;
    font-weight: 500;
}

.elementor-custom-embed-play i, 
.elementor-custom-embed-play svg {
	opacity: 1 !important;
}

.sas-hover-blue:hover .hover-number {
	background-color: #FFFFFF !important;
}

.sas-hover-blue:hover .hover-heading .elementor-heading-title,
.sas-hover-blue:hover .hover-text p {
	color: #FFFFFF !important;
}

.sas-hover-blue:hover .hover-number .elementor-heading-title {
	color: #00539B !important;
}

@media (max-width: 767px) {
	.sas-icon-list-stack-mobile .elementor-icon-list-text {
		text-align: center !important;
	}
	
	.sas-icon-list-stack-mobile .elementor-icon-list-item.elementor-inline-item::after {
		display: none !important;
	}
	
	.sas-icon-list-stack-mobile .elementor-icon-list-item {
		margin-bottom: 10px;
	}
}

/* Form */
.sc-form .gform_heading{
	display: none;
}

.sc-form .gform_wrapper.gravity-theme .gform_fields{
	grid-column-gap: 24px !important;
    grid-row-gap: 24px !important;
}

.sc-form label{
	font-family: 'Roboto';
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 1.2em;
	color: #85868C;
	margin-bottom: 12px;
}

.sc-form input[type="text"],
.sc-form input[type="email"],
.sc-form textarea,
.sc-form select{
	font-family: 'Roboto';
	font-size: 18px !important;
	line-height: 1.2em;
	color: #222 !important;
	padding: 14px 12px !important;
	border: 1px solid #C4C4C4 !important;
	border-radius: 0 !important;
	outline: none !important;
	width: 100% !important;
}

.sc-form input::placeholder,
.sc-form textarea::placeholder{
	color: #85868C66 !important;
}

.sc-form input.gform_button,
.sc-form .gform_previous_button,
.sc-form .gform_next_button{
	font-family: 'Arimo' !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 1.1em !important;
	letter-spacing: 0.24em;
	color: var(--e-global-color-primary);
	border: 3px solid var(--e-global-color-primary);
	padding: 18px 28px;
	margin-bottom: 0 !important;
}

.sc-form .gform-footer{
	padding-bottom: 0 !important;
}

.sc-form input.gform_button:hover{
	color: #fff;
	background-color: var(--e-global-color-primary);
}

.gform_required_legend {
	display: none !important;
}

/* Blog */
.sc-pagination__post .jet-filters-pagination__link{
	width: 46px;
    text-align: center;
}

.sc-pagination__post .jet-filters-pagination__item.prev-next .jet-filters-pagination__link{
	width: 12px;
	border: 0;
	background-color: unset !important;
	padding: 0;
	margin: 0 18px;
}

.sc-pagination__post .jet-filters-pagination__item.prev .jet-filters-pagination__link{
	content: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.595947L2 7.99995L10 15.4039' stroke='%23222222' stroke-opacity='0.7' stroke-width='1.6'/%3E%3C/svg%3E%0A");
}

.sc-pagination__post .jet-filters-pagination__item.next .jet-filters-pagination__link{
	content: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.595947L9 7.99995L1 15.4039' stroke='%23222222' stroke-opacity='0.7' stroke-width='1.6'/%3E%3C/svg%3E%0A");
}

.sc-category-sidebar h5{
	display: none;
}

.sc-category-sidebar ul{
    display: flex;
    list-style-type: none;
    column-gap: 16px;
    row-gap: 12px;
    flex-wrap: wrap;
	padding: 0;
}

.sc-category-sidebar ul li a{
	display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid var(--e-global-color-primary);
    padding: 8px 16px;
}

.sc-category-sidebar ul li a:hover{
	color: #fff;
	background-color: var(--e-global-color-primary);
}

/* Single Post */
.sc-post-content h2,
.sc-post-content h3,
.sc-post-content h4,
.sc-post-content h5,
.sc-post-content h6,
.sc-post-content p,
.sc-post-content ul,
.sc-post-content ol,
.sc-post-content img,
.sc-post-content blockquote{
	margin: 0 0 30px;
}

.sc-post-content ul,
.sc-post-content ol{
	padding-left: 30px;
}

.sc-post-content blockquote{
	font-style: Italic;
	font-size: 18px;
	line-height: 1.27em;
	letter-spacing: -0.02em;
	color: var(--e-global-color-primary);
	border-left: 3px solid #134A86;
	padding: 32px 20px;
}

@media(max-width: 767px){
	.sc-post-content h2,
	.sc-post-content h3,
	.sc-post-content h4,
	.sc-post-content h5,
	.sc-post-content h6,
	.sc-post-content p,
	.sc-post-content ul,
	.sc-post-content ol,
	.sc-post-content img{
		margin: 0 0 20px;
	}
}
