/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


.contact-intro strong {
    font-weight: 600;
    color: var(--primary-medium);
}


/********** Mail Poet **********/

.mailpoet_page-template-default #brx-content {
    width: 1280px;
    padding: 6rem 2.4rem;
    padding: calc(7.2rem + (4.8 * ((100vw - 32rem) / 104.6))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 104.6)));
    padding: clamp(7.2rem, calc(4.5889101338vw + 5.7315487572rem), 12rem) clamp(2.4rem, calc(0.5736137667vw + 2.2164435946rem), 3rem);
    display: flex;
    justify-content: center;
    text-align: center;
	padding-bottom: 0;
}

.mailpoet_page-template-default #brx-content p {
    width: 100%;
    max-width: 100%;
}

.mailpoet_page-template-default div#brxe-bea510 {
	display: none;
}


/********** MISC **********/

.search-bar * {
    outline: none !important;
}

.search-bar input {
	border-right: none;
}

.search-bar input:focus, .search-bar input:hover {
    border-color: var(--accent);
}

main#brx-content .box-shadow--m,
.box-shadow{
    box-shadow: 0 4px 4px -10px rgb(0 204 51 / 4%), 0 13px 13px -10px rgb(0 204 51 / 6%), 0 40px 60px -10px rgb(0 204 21 / 8%);
}

.rounded--s img {
    border-radius: 0.6666666667rem;
}

.rounded--m img {
    border-radius: 1rem;
}

.rounded--l img {
    border-radius: 1.5rem;
}

.fr-article-card-charlie__:before {
    background-image: linear-gradient(rgba(0,0,0,.1) 50%,rgba(0,0,0,.8) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    z-index: 1;
}

.fr-article-card-charlie__:hover .fr-article-card-charlie__image-wrapper img {
    transform: scaleX(1.03) scaleY(1.03);
	opacity: .75;
}

.splide__pagination .splide__pagination__page {
    transition: .3s ease all;
}

.wpgb-facet.wpgb-facet-1 fieldset {
    margin-bottom: 0 !important;
}

.wpgb-facet .wpgb-input:focus, .wpgb-facet .wpgb-select:focus, .wpgb-facet .wpgb-select.wpgb-select-focused {
    border-color: #14c240 !important;
}

.wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
	color: #fff !important;
}

.blog__cats.brxe-post-taxonomy .bricks-button {
    background-color: var(--shade);
}

.blog__cats.brxe-post-taxonomy .bricks-button:hover {
    background-color: var(--accent);
}

.brxe-post-taxonomy {
    flex-wrap: wrap;
}

.single-content__wrapper {
    width: -moz-calc(100% - 385px);
    width: -webkit-calc(100% - 385px);
    width: calc(100% - 385px);
}

div#brxe-csdnsb .wpgb-facet button.wpgb-button {
    background-color: #14c240;
}

div#brxe-csdnsb .wpgb-facet button.wpgb-button:hover {
    background-color:  var(--action-hover);
}



/********** HEADER **********/

li#menu-item-9205 {
    display: none;
}

.home-hero:before {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    content: "";
    z-index: 1;
background: rgb(13,17,23);
background: linear-gradient(180deg, rgba(13,17,23,1) 0%, rgba(0,0,0,0.5) 50%, rgba(13,17,23,1) 80%);	
}

#brx-header.sticky {
	z-index: 10;
}

.fr-brx-nav-alpha .bricks-nav-menu > li > a {
	/*
    display: flex;
    flex-direction: column;
    align-items: center;
	*/
    transition: 0.3s all ease-in-out;
}

.fr-brx-nav-alpha .bricks-nav-menu > li > a:after {
    content: '';
    display: flex;
    width: 0;
    height: 2px;
    background: var(--action);
    transition: 0.3s all ease-in-out;
}

.fr-brx-nav-alpha .bricks-nav-menu > li > a:hover:after {
    width: 100%;
}

.clickable-parent > a::after {
	z-index: 10;
}

.fr-brx-nav-alpha .bricks-nav-menu > li.current_page_item > a:after,
.fr-brx-nav-alpha .bricks-nav-menu > li.current-menu-ancestor > a:after{
	width: 100%;
}

.fr-brx-nav-alpha.brxe-nav-menu .bricks-nav-menu .sub-menu {
    -webkit-box-shadow: 0 6px 15px 0 rgb(20 194 64 / 12%);
    box-shadow: 0 6px 15px 0 rgb(20 194 64 / 16%);
}

.fr-brx-nav-alpha.brxe-nav-menu .bricks-nav-menu .sub-menu > li:last-of-type {
    border-bottom: none;
    border-bottom-right-radius: var(--radius-s);
    border-bottom-left-radius: var(--radius-s);
}


/********** HOME HERO **********/

.home-hero__featured-card {
	position: relative;
    transition: 0.3s all ease-in-out;	
}

.home-hero__featured-card:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 6;
    background-image: linear-gradient(rgba(255, 0, 0, 0), var(--base-trans-80) 100%);
}

.home-hero__featured-card:hover {
    box-shadow: 0 4px 4px -10px rgb(0 204 51 / 6%), 0 13px 13px -10px rgb(0 204 51 / 8%), 0 40px 70px -10px rgb(0 204 21 / 10%);	
}

.home-hero__featured-card img {
    transition: 0.3s all ease-in-out;
}

.home-hero__featured-card:hover img {
    transform: scaleX(1.03) scaleY(1.03);
}

.home-hero__featured-card-tax li:first-of-type {
    display: none;
}

.fr-article-card-golf__media.brxe-image img {
    border-top-left-radius: var(--radius-s);
    border-top-right-radius: var(--radius-s);
    border-bottom-right-radius: var(--radius-s);
    border-bottom-left-radius: var(--radius-s);
}

.home-hero__featured-extras {
    transition: 0.3s all ease-in-out;		
}

.home-hero__featured-extras:hover {	
    box-shadow: 0 4px 4px -10px rgb(0 204 51 / 8%), 0 13px 13px -10px rgb(0 204 51 / 10%), 0 40px 70px -10px rgb(0 204 21 / 12%);		
}

.fr-article-card-golf__media.brxe-image img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.home-hero__featured-extras:hover .fr-article-card-golf__media {
    opacity: .75;
}


/********** TICKER **********/

.style-3_chart .ccpw_icon_style_3 img, .style-4_big .ccpw_icon_style_4 img {
    width: 48px!important;
    margin-right: 10px;
}


/********** CATEGORIES **********/

.cat-card:hover {
	opacity: .75;
    transform: translateY(-3px);	
}

.cat-card__btn a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer !important;
    display: flex;
}

.single-sidebar__title:after {
	content: '';
}

.cat-card__btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer !important;
    display: flex;	
}


/********** RECENT BLOGS **********/

.recent__card:hover .recent__card-text {
    background-color: var(--shade-ultra-dark);
}




/********** BLOG ARCHIVE **********/

.blog-hero:before {
    background-image: linear-gradient(rgba(0,0,0,0.05) 0%, var(--base) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    content: "";
    z-index: 1;
}

.blog__archive-thumb.brxe-image img {
    border-radius: var(--radius-s);
}

.cat-menu .bricks-nav-menu {
    flex-wrap: wrap;
}

.cat-menu-wrapper:hover h5#brxe-dfgdcj {
    color: var(--accent-light);
}

.cat-menu-wrapper:hover #brxe-rkaklk {
    color: var(--action-hover);
    fill: var(--action-hover);
}

.brxe-bdytpq .brxe-gtcoij.brxe-post-taxonomy {
    display: flex;
    flex-wrap: wrap-reverse;
}

/********** BLOG SINGLE **********/

.brxe-post-author {
    display: inline-flex;
    align-items: center;
}

.single-hero:before {
    background-image: linear-gradient(rgba(0,0,0,0.1) 20%, var(--base) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    content: "";
    z-index: 1;
}

.single-hero__meta.brxe-post-meta:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 24px;
    background: var(--action);
}

.single-content.brxe-post-content h2,
.single-content.brxe-post-content h3,
.single-content.brxe-post-content h4 {
	margin-bottom: .6rem;
}

.single-content.brxe-post-content h2 {
    font-size: 3.4rem;
	font-weight: 500;
}

.single-content.brxe-post-content h2 strong {
	font-weight: 500;	
}

.single-content.brxe-post-content h3 {
    font-size: 2.8rem;
}

.single-content ul, .single-content ol {
	margin-left: 3rem;
}

.single-related:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.single-related:hover .single-related__item {
    color: var(--action);
}

.single-related:hover .single-related__img {
    transform: scaleX(1.01) scaleY(1.01);
}

blockquote {
    border-color: var(--action);
}

/*
.single-content figure.wp-block-image {
    display: flex;
    flex-direction: column;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}
*/

.single-content figure.wp-block-image {
    width: auto;
    display: inline-flex;
    flex-direction: column;
	margin: 3rem 0 2rem 0;
}

.single-content img {
    border-radius: var(--radius-s);
}

.brxe-related-posts li {
	overflow: hidden;
	position: relative;
    transition: 0.3s all ease;	
    box-shadow: 0 4px 4px -10px rgb(0 204 51 / 4%), 0 13px 13px -10px rgb(0 204 51 / 6%), 0 40px 60px -10px rgb(0 204 21 / 8%);	
}

.brxe-related-posts li .post-thumbnail-inner {
    transition: 0.3s all ease-in-out;		
}

.brxe-related-posts li:hover .post-thumbnail-inner {
    transform: scaleX(1.03) scaleY(1.03);	
}

.brxe-related-posts li,
.brxe-related-posts li .post-content,
.brxe-related-posts li a {
    border-radius: var(--radius-s);
}

.brxe-related-posts li .post-content h3 a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer !important;
    display: flex;
}

.single_tags a {
    background: none;
    padding: 0;
    text-transform: capitalize;
	gap: .3rem;
	transition: .3s ease all;
	font-size: 16px;
}

.single_tags a:hover {
    color: var(--accent)
}

.blog__cats.brxe-post-taxonomy {
    flex-wrap: wrap-reverse;
}

/********** ABOUT US **********/

.fr-profile-card-charlie__avatar.brxe-image img{
    border-top-left-radius: var(--fr-card-avatar-radius);
    border-top-right-radius: var(--fr-card-avatar-radius);
    border-bottom-right-radius: var(--fr-card-avatar-radius);
    border-bottom-left-radius: var(--fr-card-avatar-radius);
}

.team__card-more p {
    margin-bottom: 1.5em;
}

/********** FOOTER **********/

.footer__link:after {
    content: '';
    display: flex;
    width: 0;
    height: 2px;
    background: var(--action);
    transition: 0.3s all ease-in-out;
}

.footer__link:hover:after {
    width: 100%;
}

#brxe-qlqmwi span.x-back-to-top_icon i {
    transition: 0.3s all ease;
}

#brxe-qlqmwi:hover {
    background: var(--action);
}

#brxe-qlqmwi:hover span.x-back-to-top_icon i {
    color: var(--white);
}

#brxe-dknnwu .fluentform .ff-btn-submit {
    margin-top: 1.6rem;
}

.guten-content strong {
    font-weight: 600;
}

.guten-content h2 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.guten-content ul, .guten-content ol {
    margin-left: 2rem;
}

.guten-content h3 {
    font-size: 2.9rem;
}

/********** ACSS STYLESHEETS **********/

.acss-color-card__name.brxe-text-basic {
    color: #000;
}

/********** SCROLL BAR **********/
::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  background-color: var(--black);
}

::-webkit-scrollbar-thumb {
  background-color: var(--action);
  border-radius: var(--radius-s);
  border: 0px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--action-hover);
}


@media only screen and (max-width: 1240px) {
    header .fr-brx-nav-alpha.brxe-nav-menu .bricks-nav-menu>li>a {	
	    font-size: 1.7rem;
	}
}

@media only screen and (max-width: 991px) {
	div#brxe-e107b0 ul#menu-main-1 {
		margin-top: 12rem;
	}
	

	.single-content__wrapper {
		width: 100% !important;
	}
	
	.mobile-menu.brxe-xslidemenu .x-slide-menu_list li.current-menu-ancestor ul li.current-menu-item a {
		color: var(--action);
	}	
	
}

@media only screen and (max-width: 780px) {
	.header-btn.brxe-button {
        display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.guten-content h2 {
		font-size: 2.8rem;
	}

	.guten-content h3 {
		font-size: 2.3rem;
	}
}

@media only screen and (max-width: 768px) {
	.header-soc.brxe-div {
		display: none !important;
	}
}

@media only screen and (max-width: 620px) {
	.wallet-copy.brxe-div {
		padding-top: var(--space-s);
		padding-right: var(--space-s);
		padding-bottom: var(--space-s);
		padding-left: var(--space-s);
        row-gap: 1rem;	
        align-items: center;		
	}

	.wallet-text.brxe-text-basic {
		text-align: center;
	}	
}

@media only screen and (max-width: 380px) {
	.bricks-search-form input[type=search] {
		width: 190px;
	}
}