/* eb grid system */
.eb-row {
    display: flex;
    display: -ms-flexbox;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.eb-col-2,
.eb-col-3,
.eb-col-4,
.eb-col-6 {
    position: relative;
    width: 100%;
}
.eb-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.eb-col-2 {
    flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.eb-col-3 {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
}
.eb-col-4 {
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.eb-col-6 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}


@media (min-width: 576px) {

}

.toplevel_page_easy-blocks {}

.toplevel_page_easy-blocks #wpcontent {
    padding-left: 0;
}

.eb-about-wrap {
    margin: 0;
}
.eb-about-wrap .eb-about-header {
    background: #1163EB url(../images/pattern-bg-min.png) no-repeat fixed center left;
    background-size: cover;
    padding: 3em;
}
.eb-about-wrap .eb-about-header .eb-logo .svg-icon {
    float: left;
}
.eb-about-wrap .eb-about-header .eb-logo .eb-version {
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}
.eb-about-wrap .eb-about-header .eb-logo .eb-version > span {
    background: #ffffff;
    font-size: 10px;
    padding: 2px 4px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}







/* section */
.eb-section {
    padding: 3em;
}
.eb-section .sec-header {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.eb-section .sec-heading {
    font-size: 2em;
    margin: 0 0 2em;
    letter-spacing: 1px;
    border-bottom: 2px solid #1163EB;
    display: inline-block;
    padding: 0 0 10px;
}
.eb-section .sec-subheading {
    margin: 0 0 3em;
    font-size: 1rem;
    letter-spacing: 1px;
}


/* cards */
.eb-card-wrap {
    padding: 1.5em;
}
.eb-card {
    background-color: #ffffff;
    padding: 3em;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.eb-card .eb-card-image .svg-icon {
    /*float: left;*/
    fill: #1163EB;
}
.eb-card .eb-card-body {
    margin-top: 2em;
}
.eb-card .eb-card-body .eb-card-title {
    color: #1163EB;
    margin: 0 0 1em;
    font-size: 1.375em;
}
.eb-card .eb-card-body > p {
    font-size: 1.125em;
    letter-spacing: 1px;
    margin: 0;
}




/* utility classes */

/* backgrounds */
.eb-bg-light {
    background-color: rgba( 17,99,235, 0.1);
}

/* floats */
.eb-float-left {
    float: left;
}
.eb-float-right {
    float: right;
}

/* text alignment */
.eb-text-center {
    text-align: center;
}

/* block elements */
eb-inline-block {
    display: inline-block;
}


/* clears */
.eb-clearboth {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}
.eb-clearboth:before {
     display: block;
     visibility: hidden;
     clear: both;
     width: 0;
     height: 0;
     content: ' ';
     font-size: 0;
     line-height: 0;
 }

.eb-clearfix:before,
.eb-clearfix:after {
   content: " ";
   display: table;
}