/*
 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_child
*/
/*
body{
	--wp--style--global--content-size: 900px;
}
*/
/*

.fb-post-main__content.brxe-post-content * {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.fb-post-main__content.brxe-post-content .alignwide {
  max-width: 1250px;
}
.fb-post-main__content.brxe-post-content .alignfull {
	max-width: 100%;
    width: 100%;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.wp-block-group__inner-container)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

*/
#brx-header {
    z-index: 999;
}

.only-phone {
    display: none;
}
@media (max-width: 767px)
{
.only-phone {
    display: block;
}
}

.brxe-text h3
{
	margin-top: var(--space-m);
    margin-bottom: var(--space-xs);
}

form.cart table.variations td select
{
	width: 80%;
}
form.cart table.variations th.label
{
	width: 40%;
	min-width: 190px;
}
form.cart table.variations td.value
{
	width: 60%;
}

.price_variation_nota
{
	width: 100%;
	display: inline-block;
	font-size: 0.8em;
    color: var(--secondary-dark);

}
.wcpt-product-form label.price_variation_label{
    width: 40%;
    display: inline-block;
    min-width: 190px;
}
form.cart .woocommerce-variation-price{
	display: block;
    width: 100%;
}
form.cart .woocommerce-variation-price .price{
	width: 60%;
    display: inline-block;
}
@media (min-width: 951px)
{
.wcpt-modal-content {
    width: 950px !important;
}
}
@media (max-width: 950px)
{
.wcpt-modal-content {
    width: 92% !important;
}
}

/* All headings with span has color */
body.bricks-is-frontend :where(h1, h2, h3, h4, h5, h6) > span,
body[data-builder-mode] :where(.brxe-heading) span {
	color: var(--secondary);
}


.postid-60036 h3 {
	color: #968131
}

.postid-60036 h4.wp-block-heading {
    text-transform: capitalize;
}

.blog-full-width {
    max-width: 100% !important;
    width: 100% !important;
    padding: 3em 0;
    margin: 0;
}

.cs-full-width {
    max-width: 100% !important;
    width: 100% !important;
}

.cs-light-bg {
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('/wp-content/uploads/2024/08/bg-futbol-ligth.webp');*/
    /* background-size: cover; */
    /*color: #b8b8b8;*/
}

.cs-dark-bg {
    background-image: url('/wp-content/uploads/2024/08/estadio-futbol-bg-scaled.webp');
    /* background-size: cover; */
    /*background: #025f6b;*/
}


.cs-dark-bg.bg-tennis {
    background-image: url('/wp-content/uploads/2024/08/estadio-futbol-bg-scaled.webp');
    /* background-size: cover; */
    /*background: #025f6b;*/
}

.cs-dark-bg p, .cs-dark-bg li {
	color: #cccccc;
}

.cs-light-bg p {
	/*color: #000;*/
}

.blog-full-width p {
	/*color: #b8b8b8;*/
}

.blog-full-width.cs-dark-bg h2,
.blog-full-width.cs-dark-bg h3,
.blog-full-width.cs-dark-bg h4 {
    color: #968131;
}

figure.cs-full-image,
figure.cs-full-image img {
	width: 100% !important;
}

figure.semi-border-img img {
	/*border-radius: 0 4em;*/
}

.cs-width-100 > div {
	width: 100%;
}

.cs-middle-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

div div .cs-special-margin {
	margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}

.hide-block {
	display: none !important
}

.pdb-0 {
    padding-bottom: 0 !important;
}

.pdt-0 {
	padding-top: 0;
}

.mgvideo-auto > div {
    margin: 0 auto;
}

.ccolumn p {
	width: 100%;
}




/*FAQs*/
.rank-math-list {
    
}

.rank-math-list div.rank-math-list-item {
	margin-bottom: 2em;
    position: relative;
}

.rank-math-list .rank-math-list-item:hover .rank-math-question::before {
    content: url('/wp-content/uploads/2024/09/check-hover.svg');
}

.rank-math-list div.rank-math-list-item .rank-math-question {
    text-transform: initial;
    margin-bottom: 15px;
    padding-left: 20px;
}

.rank-math-list div.rank-math-list-item .rank-math-answer {
	position: relative;
    padding-left: 20px;
    display: inline-block;
}

.rank-math-list div.rank-math-list-item .rank-math-answer p:first-child {
	margin-bottom: 15px;
}

.rank-math-list div.rank-math-list-item .rank-math-answer p:last-child {
	margin-bottom: 0;
}

.rank-math-list div.rank-math-list-item .rank-math-answer img {
	margin: 0 0 0 1em;
}

.rank-math-list div.rank-math-list-item .rank-math-question::before {
    content: url('/wp-content/uploads/2024/09/check.svg');
    position: absolute;
    left: -8px;
    top: 2px;
    width: 18px;
}


.rank-math-list div.rank-math-list-item .rank-math-answer::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    border-left: 2px dashed #b5a363;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), white);
    mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), white);
}


/*END FAQs*/


/*BLOG CUSTOM*/
.column-text > div > p {
	width: 100%;
}

.column-text > figure,
.column-text > figure > img {
	width: 100%;
}

.xdark-bg {
    background: #034c58;
}

.xdark-bg p,
.xdark-bg > ul > li {
	color: #cccccc;
}

.xdark-bg h2,
.xdark-bg h3,
.xdark-bg h4 {
    color: #b5a363;
}

.xfwidth {
    max-width: 100% !important;
    width: 100% !important;
    padding: 3em 0;
    margin: 0;
}

.xfix-mg p,
.xfix-mg h2 {
	margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}
.xrow {
	margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.xfixwidth .wp-block-cover__inner-container {
	max-width: 100% !important;
}

.xfixrow p {
	margin-left: 0 !important;
    margin-right: 0!important;
    width: 100%;
}

.xfixrow img {
	width: 100% !important;
}

.xfixrow ul.wp-block-list {
	margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}

.xfixrow ul.wp-block-list li {
	width: 100%;
    margin-bottom: 7px;
}

.xfixwidth .wp-block-cover__background {
	width: 100% !important;
    max-width: 100%;
}

.xh3, .xh4, .xh5 {
	color: #b5a363 !important
}

.xlist li {
	margin-bottom: 10px;
}

.xa a {
    color: #ff922c !important;
}

.xhfixm {
	margin-left: 0 !important;
    margin-right: 0 !important;
}

.xhfixcolora a {
	    color: #b5a363 !important;
}

@media only screen and (max-width: 992px) {
    div.xrow {
        display: block !important;
    }
   
    div.xfixrow {
        display: block !important;
    }
    
    div.xfixrow img {
    	margin-top: 30px;
        margin-bottom: 30px;
        text-align: center
    }
}
/*END BLOG CUSTOM*/