/*
 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
*/

.brxe-container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.img-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 4px;
    background: #2D2D2D;
    background: linear-gradient(0deg, rgba(45, 45, 45, 1) 0%, rgba(255, 255, 255, 0) 25%);
}

.eventLogo img {
    max-width: 165px;
    max-height: 100px;
    object-fit: contain;
    object-position: left;
}

/* Ad Related **/

.adhesionAd div:first-child {
    padding: 10px !important;
    background: #000000c7;
}

.cmgVid {
    text-align: center;
    background: #f7f5f2;
    clear: both;
    padding: 4px;
    position: relative;
}

.cmgVid:before {
    content: "Advertisement";
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
    color: grey;
}

.cmgVid > div {
    width: auto !important;
    height: auto !important;
}

.adhesionAd img {
    width: auto !important;
    height: auto !important;
}

.dotted {
    background: #fdfdfc radial-gradient(#d4d3ce 1px, #0000 0) 24px 24px / 24px 24px;
}

.dotted-blue {
    background: var(--bricks-color-pzgftx) radial-gradient(var(--bricks-color-wezrgg) 1px, #0000 0) 24px 24px / 24px 24px;
}

/* 
Gravity Forms
*/
.gform_button, .gform-button {
    background: #ffdeca !important;
    border: 1px solid #f37021 !important;
    color: #f37021 !important;
    font-family: 'Roboto Mono' !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
}

.gf_readonly input {
    background: #f7f7f7 !important;
    color: #636363 !important;
}

/*
 * MOBILE
*/

@media (max-width: 767px) {

.cmg-off-canvas-menu .brxe-block {
    flex-wrap: nowrap !important;
}

div#gform_fields_22 {
    row-gap: 15px;
}

.bannerAd img {
    width: 100% !important;
    height: auto !important;
}

.bannerAd .brxe-container {
    padding: 0 !important;
}

.bannerAd {
    padding: 0 !important;
}

span.dividerHelper {
    display: none;
}
}