/*
* This file is for Backend
 */

/*
* Select Block
*/
.wpbricks, .wp-block-bricks-multipurpose-gutenberg-block {
    font-family: 'Poppins', sans-serif
}

.select-modal-open .edit-post-layout__content {
    z-index: 111111;
    overflow: hidden
}

.activateWarning.active {
    display: block;
    width: 100%;
    color: #fff;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.activateWarning.hidden {
    display: none
}

.select_block .popup-section .modalpopup i {
    font-style: normal
}

.select_block > section > a {
    width: 50px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    float: none;
    height: 47px
}

.activateWarning.active a {
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #721c24
}

.select_block > section .select-inner a {
    cursor: pointer;
    background: #f05523;
    color: #fff;
    padding: 6px 40px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    box-shadow: none;
    text-decoration: none
}

.activateWarning.active a:hover {
    letter-spacing: 0.5px
}

.select-inner > svg {
    width: 55px
}

.select_block > section {
    text-align: center;
    padding: 40px 0;
    box-shadow: 0 0 8px 0 #00000026
}

.select_block_popup .popup-fixed-top {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff
}

.select_block > section > a img {
    max-width: 100%;
    width: 100%
}

.select_block > section .select-inner h2 {
    font-weight: 800;
    margin: 20px 0 0 0;
    font-size: 1.3em
}

.select_block > section .select-inner {
    width: 650px;
    margin: 0 auto;
    font-family: Muli, sans-serif;
    max-width: 100%
}

#adminmenu div.wp-menu-image img {
    width: 22px;
    padding-top: 8px
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block .feature-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    opacity: 0;
    transition: 0.3s all
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block .feature-link:hover::before {
    opacity: 0.7
}

.select_block > section .select-inner p {
    margin-bottom: 30px;
    font-size: 16px
}

.select_block_popup {
    background: #fff;
    padding: 0;
    position: relative;
    font-family: Muli, sans-serif;
    overflow: hidden !important;
    font-size: 16px;
    line-height: 1.8;
    color: #191e23
}

.select_block_popup .select_block_data ul {
    margin: 0 -15px !important;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    height: 545px
}

.select_block_popup .select_block_data ul li {
    margin-bottom: 20px !important;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 33.33%;
    float: left;
}

.select_block_popup .select_block_data ul li:nth-child(3n + 1) {
    clear: both
}

.select_block_popup .select_block_data ul li .block-grid-inner {
    margin: 0 10px
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 8px;
    box-sizing: border-box;
    box-shadow: 0 0 8px 0 #33333333;
    clear: both
}

.select_block_popup .select_block_data ul li .block-grid-inner .title-info {
    position: relative;
    padding: 5px 8px;
    box-sizing: border-box
}

.popup-section > div > div > div {
    max-width: 100%;
    height: 100%
}

.select_block_popup .select_block_data ul li .block-grid-inner .title-info a {
    text-align: center;
    font-family: Muli, sans-serif;
    font-size: 12px;
    margin: 0;
    color: #888;
    cursor: pointer;
    font-weight: 300;
    box-shadow: none;
    text-decoration: none
}

.select_block_popup .select_block_data ul li .block-grid-inner .title-info a:hover {
    box-shadow: none
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block .feature-link .show-and-insert {
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: 0.3s all;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block .feature-link .show-and-insert a {
    box-shadow: none !important
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block .feature-link:hover .show-and-insert {
    top: 50%;
    left: 50%;
    opacity: 1;
    transition: 0.3s all
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block span.pro.hide-free {
    display: none
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block .feature-link {
    position: absolute;
    display: inline-block;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    z-index: 1
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block a i {
    background: #de613a;
    color: #fff;
    padding: 20px 0;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.3s all;
    margin: 0 5px;
    width: 60px;
    cursor: pointer
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block span.pro {
    border: none !important;
    background: #f15524;
    color: #fff;
    padding: 7px 0;
    margin-bottom: 0 !important;
    display: block;
    font-size: 12px;
    position: absolute;
    top: 6px;
    width: 100px;
    text-transform: uppercase;
    transform: rotate(-50deg);
    left: -31px;
    text-align: center;
    font-weight: bold;
    z-index: 2;
    opacity: 0.9
}

.select_block_popup .select_block_data {
    padding: 30px 30px;
    display: block;
    float: left;
    background: #f1f1f1;
    position: absolute;
    top: 136px;
    width: 100%
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block .block-image {
    width: 100%;
    /*object-fit: cover;*/
    /*object-position: 0 0;*/
    /*transition: 1s all;*/
    /*transition-timing-function: ease-in-out;*/
    object-position: top;
    transition: 5s all;
    transition-timing-function: ease-in-out;
    object-fit: cover;
    float: left;
    height: 250px;
}
.select_block_popup .react-tabs__tab-panel {
    max-width: 100%;
}
.select_block_popup [aria-labelledby="react-tabs-2"] .select_block_data ul li .block-grid-inner .Feature-Block .block-image {
    transition: 5s all;
    transition-timing-function: ease-in-out
}

.popup-section .close_icon {
    position: absolute;
    z-index: 99;
    top: 25px;
    right: 25px;
    font-size: 25px;
    cursor: pointer;
    color: #23282d
}

.select_block_popup .select_block_data ul li .block-grid-inner .Feature-Block:hover .block-image {
    object-position: bottom right;
}

.select_block_popup .popup-top {
    display: table;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 20px
}

.select_block_popup .popup-top .logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    border-right: 1px solid #e3e3e3;
    width: 180px
}

.select_block_popup .popup-top .right-tabs {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}

.select_block_popup .popup-top .right-tabs ul {
    list-style: none;
    margin: 0
}

.select_block_popup .popup-top .right-tabs ul li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 20px;
    font-family: Muli, sans-serif;
    font-weight: 600
}

.select_block_popup .popup-top .right-tabs ul li.react-tabs__tab--selected {
    color: #f05523
}

.filter-bar {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 20px;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    flex-wrap: nowrap
}

.filter-bar .filter-bar-left {
    display: flex;
    vertical-align: middle;
    border-right: 1px solid #e3e3e3;
    align-items: center;
    justify-content: left;
    flex-wrap: nowrap;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    color: #191e23
}

.filter-bar .filter-bar-right {
    display: flex;
    vertical-align: middle;
    text-align: right;
    width: 34%;
    border-left: 1px solid #e3e3e3
}

.filter-bar .filter-bar-right .filter-tab {
    margin: 0;
    display: flex;
    text-align: right
}

.filter-bar .filter-bar-right .filter-tab li {
    color: #23282d;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 10px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    list-style: none;
    float: none
}

.filter-bar .filter-bar-right .filter-tab li.active::after {
    content: "";
    background: #d24632;
    width: 80%;
    position: absolute;
    height: 3px;
    display: inline-block;
    bottom: 0;
    left: 10%
}

.filter-bar strong {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    width: 250px
}

.filter-bar .search-box {
    position: relative;
    width: 42%;
    border-right: 1px solid #e3e3e3
}

.filter-bar .search-box input {
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
    height: 50px;
    border: none !important;
    box-shadow: none !important;
    color: #999;
    font-size: 16px !important;
    max-width: 100%;
    min-width: 250px;
    padding: 0 40px 0 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.filter-bar strong.filter-select {
    border-left: 1px solid #e3e3e3
}

.filter-bar strong i {
    margin-right: 10px;
    display: inline-block;
    font-size: 16px
}

.filter-bar .Select-box {
    box-sizing: border-box;
    border: none;
    max-width: 100%;
    display: inline-block;
    position: relative;
    width: 100%;
    border-left: 1px solid #e3e3e3
}

.filter-bar .Select-box .fa-caret-down {
    position: absolute;
    color: #c0c0c0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    right: 20px;
    font-size: 16px
}

.filter-bar .Select-box.Select-Type {
    border-left: 1px solid #e3e3e3
}

.filter-bar .Select-box select {
    box-sizing: border-box;
    height: 50px;
    border: none;
    box-shadow: none;
    color: #999;
    font-size: 16px;
    cursor: pointer;
    max-width: 100%;
    min-width: 200px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

@media only screen and (max-width: 1260px) {
    .custom-select-box-main span {
        min-width: 220px
    }
}

@media only screen and (max-width: 1200px) {
    .filter-bar {
        display: block
    }

    .filter-bar .filter-bar-left {
        display: block;
        border-bottom: 1px solid #e3e3e3
    }

    .filter-bar .filter-bar-right {
        display: block
    }
}

/* scroll bar css */
.select_block_popup .select_block_data ul::-webkit-scrollbar-track, .custom-popup .popup-right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background-color: #dcdcdc
}

.select_block_popup .select_block_data ul::-webkit-scrollbar, .custom-popup .popup-right::-webkit-scrollbar {
    width: 5px;
    background-color: #f1f1f1
}

.select_block_popup .select_block_data ul::-webkit-scrollbar-thumb, .custom-popup .popup-right::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f2663a
}

/* scroll bar css */

/*
* multipurpose gutenberg block
 */
.circle {
    height: 50px;
    width: 50px;
    background-color: #555;
    border-radius: 50%
}

input[type="number"]::-webkit-inner-spin-button {
    opacity: 1
}

.editor-block-contextual-toolbar .editor-block-toolbar {
    left: 20px
}

.whiteText {
    color: #fff !important
}

/* Admin setting Margin and Padding input Box */
.padding-setting div[class*="padding-"], .margin-setting div[class*="margin-"] {
    width: 47.5%;
    float: left;
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    margin-right: 5%
}

.padding-setting div[class*="padding-"]:nth-child(2n), .margin-setting div[class*="margin-"]:nth-child(2n) {
    margin-right: 0
}

.padding-setting div[class*="padding-"]::before, .margin-setting div[class*="margin-"]::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/padding_top.png");
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0
}

.padding-setting::after, .margin-setting::after {
    content: "";
    width: 100%;
    clear: both;
    display: block
}

.padding-setting .padding-top::before, .margin-setting .margin-top::before {
    -webkit-transform: none !important;
    transform: none !important
}

.padding-setting .padding-right::before, .margin-setting .margin-right::before {
    -webkit-transform: translateX(0) rotate(90deg) !important;
    transform: translateX(0) rotate(90deg) !important
}

.padding-setting .padding-bottom::before, .margin-setting .margin-bottom::before {
    -webkit-transform: translateX(-35%) rotate(180deg) !important;
    transform: translateX(-35%) rotate(180deg) !important
}

.padding-setting .padding-left::before, .margin-setting .margin-left::before {
    -webkit-transform: translateX(0) rotate(270deg) !important;
    transform: translateX(0) rotate(270deg) !important
}

.padding-setting div.has-tooltip[class*="padding-"]:hover::after, .margin-setting div.has-tooltip[class*="margin-"]:hover::after {
    text-align: center;
    width: 100%;
    bottom: calc(100% + 5px)
}

/* Background and Opacity setting */
.has-background-attachment {
    background-attachment: fixed
}

.has-background-size {
    background-size: cover
}

.has-background-opacity {
    position: relative
}

.has-background-opacity::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: inherit
}

.has-background-opacity-0::before {
    opacity: 0.1
}

.has-background-opacity-10::before {
    opacity: 0.1
}

.has-background-opacity-20::before {
    opacity: 0.2
}

.has-background-opacity-30::before {
    opacity: 0.3
}

.has-background-opacity-40::before {
    opacity: 0.4
}

.has-background-opacity-50::before {
    opacity: 0.5
}

.has-background-opacity-60::before {
    opacity: 0.6
}

.has-background-opacity-70::before {
    opacity: 0.7
}

.has-background-opacity-80::before {
    opacity: 0.8
}

.has-background-opacity-90::before {
    opacity: 0.9
}

.has-background-opacity-100::before {
    opacity: 1
}

/* Admin settings Button css */
.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body .components-button.button {
    margin: 3px;
    min-width: 47%
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body .components-button:focus {
    box-shadow: none;
    border-color: #ccc
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body .components-button.active:focus, .edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body .components-button.active {
    background: #008ec2;
    border-color: #006799;
    color: #fff
}

/* Banner Button */
.bannerButton {
    position: relative
}

.bannerButton:hover::before {
    content: "";
    bottom: 130%;
    display: block;
    position: absolute;
    width: 140px;
    height: 45px;
    left: 50%;
    background-size: cover;
    background-position: center center;
    border: 1px solid #ccc;
    border-radius: 4px;
    transform: translateX(-50%);
    background-repeat: no-repeat
}

.bannerButton[value="is-image-banner"]:hover::before {
    background-image: url("../images/with-image.jpg")
}

.bannerButton[value="is-title-banner"]:hover::before {
    background-image: url("../images/With-Title.jpg")
}

.bannerButton[value="is-widget-banner"]:hover::before {
    background-image: url("../images/With-Widget.jpg")
}

.bannerButton[value="is-wrapper-banner"]:hover::before {
    background-image: url("../images/Inside-Wrapper.jpg")
}

/* Block Alignment */
.is-block-center {
    margin: 0 auto
}

.is-block-right {
    margin-left: auto
}

.is-block-left {
    margin-right: auto
}

/* Block Layout */
.has-fixed {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    clear: both
}

.has-fluid {
    width: 100%;
    clear: both;
    margin: 0 auto
}

.has-semi {
    width: 85%;
    margin: 0 auto
}

/* Button */
.wp-block-button__link {
    background-color: transparent;
    border: 1px solid #4eaab9;
    color: #4eaab9;
    padding: 10px 60px;
    text-decoration: none;
    border-radius: 0
}

.wp-block-button__link:hover {
    background-color: rgba(175, 211, 105, 0.8);
    border: 1px solid #afd369;
    color: #ffffff
}

/* Block INSPECTOR settings */
.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body .components-panel__body h2.components-panel__body-title, .edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body .components-panel__body .components-base-control {
    padding-left: 10px;
    padding-right: 10px
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body > h2.components-panel__body-title button.components-button.components-panel__body-toggle:focus {
    outline-offset: -1px;
    outline: rgb(0, 102, 205) solid 1px;
    border-color: rgb(0, 102, 205);
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(8, 74, 103, 0.8) 0 0 3px
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.is-opened > h2.components-panel__body-title button.components-button.components-panel__body-toggle svg.components-panel__arrow {
    color: inherit
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body .components-panel__body h2.components-panel__body-title button.components-button.components-panel__body-toggle {
    font-weight: normal;
    padding-left: 20px;
    font-size: 13px;
    color: rgb(85, 85, 85);
    padding-top: 7px;
    padding-bottom: 7px
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body .components-panel__body h2.components-panel__body-title button.components-button.components-panel__body-toggle svg.components-panel__arrow {
    right: auto;
    left: 0;
    width: 18px
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body .components-panel__body h2.components-panel__body-title {
    background: #fff !important;
    border: 0 !important
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body .components-panel__body {
    border: 0 !important
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body .components-panel__body:last-child {
    margin-bottom: 10px
}

.alignment-settings > .alignment-wrapper {
    float: left;
    width: 47.5%;
    margin-right: 5%
}

.alignment-settings > .alignment-wrapper:last-child {
    margin-right: 0
}

.alignment-settings {
    width: 100%;
    clear: both;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px
}

.alignment-settings > .alignment-wrapper p {
    margin-bottom: 18px
}

.block-text-alignment-settings .alignment-wrapper {
    margin-bottom: 10px
}

.block-text-alignment-settings .alignment-wrapper p {
    padding-bottom: 4px
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body > h2.components-panel__body-title button {
    font-size: 16px;
    font-weight: normal
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.is-opened > h2.components-panel__body-title {
    margin-bottom: 0
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.is-opened > .components-toolbar.components-toolbar, .edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.is-opened > .components-base-control, .edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.is-opened > .components-button.button {
    margin-top: 16px
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.is-opened > .padding-setting, .edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.is-opened > .margin-setting {
    margin-top: -8px
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.is-opened > .padding-setting {
    margin-bottom: 8px
}

.alignment-settings > .alignment-wrapper .components-toolbar.components-toolbar > div + div {
    margin-left: 0
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.gredient-setting h3 {
    border-top: 1px solid #ccc;
    margin-bottom: -10px;
    padding-top: 20px
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.gredient-setting .components-base-control.components-range-control, .edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.border-setting .components-panel__body.bordercolor .components-base-control.editor-color-palette-control {
    margin-top: 0
}

.edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.gredient-setting .components-panel__body.gradientcolor h2.components-panel__body-title, .edit-post-settings-sidebar__panel-block .custom-inspactor-setting .components-panel__body.border-setting .components-panel__body.bordercolor h2.components-panel__body-title {
    display: none
}

/* Tooltip */
.has-tooltip {
    position: relative
}

.has-tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    background: #32373c;
    color: #fff;
    padding: 5px 3px;
    width: calc(100% + 30px);
    height: auto;
    overflow: auto;
    white-space: normal;
    max-height: 120px;
    z-index: 9;
    font-size: 11px;
    line-height: normal;
    border-radius: 4px;
    transform: translateX(-50%)
}

.has-tooltip:hover::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #32373c;
    transform: translateX(-50%)
}

/* FOR BLOCK SELECTION */
.wp-block-bricks-multipurpose-gutenberg-block {
    padding: 5px
}

div[data-type="bricks/blc"] {
    padding-top: 5px;
    padding-bottom: 5px
}

/* Spacer */
.block-library-spacer__resize-container {
    background: #f3f4f5
}

/* COLOM */
.wp-block-columns .editor-inner-blocks {
    width: 100%
}

/* MEDIA */
@media (max-width: 1200px) {
    .wp-block-columns.has-4-columns > .editor-inner-blocks > .editor-block-list__layout {
        flex-wrap: wrap !important
    }

    .wp-block-columns.has-4-columns > .editor-inner-blocks > .editor-block-list__layout .wp-block {
        flex-basis: 47.25%;
        margin: 0 5.5% 1em 0
    }

    .wp-block-columns.has-4-columns > .editor-inner-blocks > .editor-block-list__layout .wp-block:nth-child(even) {
        margin: 0 0 1em 0
    }

    .has-custom-width {
        width: 100% !important
    }
}

@media (max-width: 1023px) {
    .wp-block-columns.has-3-columns > .editor-inner-blocks > .editor-block-list__layout, .wp-block-columns.has-2-columns > .editor-inner-blocks > .editor-block-list__layout {
        flex-wrap: wrap
    }

    .wp-block-columns.has-2-columns > .editor-inner-blocks > .editor-block-list__layout .wp-block, .wp-block-columns.has-3-columns > .editor-inner-blocks > .editor-block-list__layout .wp-block, .wp-block-columns.has-4-columns > .editor-inner-blocks > .editor-block-list__layout .wp-block {
        flex-basis: 100%;
        margin: 0 0 1em 0
    }
}

@media (max-width: 600px) {
    .alignment-settings > .alignment-wrapper {
        float: none;
        width: 100%;
        margin-right: 0
    }

    .alignment-settings > .alignment-wrapper:first-child {
        margin-bottom: 15px
    }
}

/* Tabbing css */
details summary::-webkit-details-marker {
    display: none
}

details[open] summary {
    background: #f43e56 !important;
    color: #fff !important
}

details summary::after {
    content: ">";
    position: absolute;
    right: 20px;
    color: rgba(0, 0, 0, 0.3);
    transition: 0.2s all;
    top: 20px
}

details summary {
    position: relative
}

details[open] summary::after {
    color: #fff;
    transform: rotate(90deg)
}

/* Tabbing css */

/* editer css */
.full-width {
    width: 100%
}

.col-main-2 {
    margin: 0 -10px
}

.col-main-2 .col-main-inner {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px
}

.components-base-control {
    width: 100%
}

.edit-post-settings-sidebar__panel-block label {
    margin-bottom: 10px !important;
    display: block;
    font-weight: 500
}

/* .edit-post-settings-sidebar__panel-block input, .edit-post-settings-sidebar__panel-block select{width:100%;height:35px!important;border:1px solid #ccc!important;border-radius:3px!important} */
.edit-post-settings-sidebar__panel-block input {
    height: 35px !important;
    border: 1px solid #a2a2a2 !important;
    border-radius: 3px !important
}

.edit-post-settings-sidebar__panel-block select {
    width: 100%;
    height: 35px !important;
    border: 1px solid #a2a2a2 !important;
    border-radius: 3px !important
}

.edit-post-settings-sidebar__panel-block input.components-radio-control__input {
    height: 16px !important;
    width: 16px !important;
    border-radius: 50% !important;
    outline: none !important;
    display: inline-block !important;
    vertical-align: middle
}

.edit-post-settings-sidebar__panel-block .components-radio-control__option {
    margin-bottom: 15px
}

.edit-post-settings-sidebar__panel-block .components-radio-control__option label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important
}

.components-range-control .components-base-control__label {
    width: 100%;
    max-width: 100%
}

.components-range-control .components-range-control__slider {
    margin-left: 0;
    border: none !important;
    display: inline-block;
    float: left;
    width: calc(100% - 60px)
}

.components-range-control .components-range-control__number {
    width: 50px
}

.wp-block {
    max-width: 100%
}

.editor-styles-wrapper, .editor-block-list__block {
    font-family: "Poppins", sans-serif !important
}

/* editer css */
.md-column-inner-child,.wp-block-bricks-right-side-bar-column .block-editor-inner-blocks {
    min-height: 70px;
}
/*
 *Layout CSS
 */

/* Sidebar Layout */

/* Section Selectors for sidebar layout */
[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: block;
    position: relative
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns .innerblocks-wrap {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns .editor-block-list__layout:first-child {
    margin-left: -14px
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns .editor-block-list__layout:last-child {
    margin-right: -14px
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout > [data-type="bricks/right-side-bar-column"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout > [data-type="bricks/right-side-bar-column"]:first-child {
    -ms-flex: 2;
    flex: 2
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout > [data-type="bricks/right-side-bar-column"]:last-child {
    -ms-flex: 1;
    flex: 1
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout > [data-type="bricks/right-side-bar-column"] .editor-block-list__block-edit {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 0.1px;
    padding-bottom: 0.1px
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout > [data-type="bricks/right-side-bar-column"] [data-type="bricks/multipurpose-block"] .editor-block-list__block-edit {
    margin-left: 0;
    margin-right: 0
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout > [data-type="bricks/right-side-bar-column"] .editor-block-list__block-edit .col-ahs {
    width: 100%
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout > [data-type="bricks/right-side-bar-column"] .editor-block-list__block-edit .col-ahs::before {
    outline: 1px dashed rgba(145, 151, 162, 0.25);
    content: "";
    position: absolute;
    width: 100%;
    top: 16px;
    bottom: 16px
}

.md-has-2-columns > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout > [data-type="bricks/right-side-bar-column"] .editor-block-list__block-edit .col-sm {
    width: 100%
}

[data-type="bricks/right-side-bar-rowlayout"] .md-has-2-columns > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout > [data-type="bricks/right-side-bar-column"] .editor-block-list__block-edit .col-sm::before {
    outline: 1px dashed rgba(145, 151, 162, 0.25);
    content: "";
    position: absolute;
    width: 100%;
    top: 16px;
    bottom: 16px
}

.editor-block-settings-menu {
    position: relative;
    z-index: 99
}

.wp-block-bricks-right-side-bar-rowlayout.has-left-layout .block-editor-block-list__layout div[data-type="bricks/right-side-bar-column"]:first-child {
    flex: 1 !important
}

.wp-block-bricks-right-side-bar-rowlayout.has-left-layout .block-editor-block-list__layout div[data-type="bricks/right-side-bar-column"]:last-child {
    flex: 2 !important
}

.wp-block-bricks-right-side-bar-rowlayout.has-right-layout .block-editor-block-list__layout div[data-type="bricks/right-side-bar-column"]:first-child {
    flex: 2 !important
}

.wp-block-bricks-right-side-bar-rowlayout.has-right-layout .block-editor-block-list__layout div[data-type="bricks/right-side-bar-column"]:last-child {
    flex: 1 !important
}

.sidebarSelectorWrapper .sidebarSelector {
    cursor: pointer;
    float: left;
    width: 47%;
    text-align: center;
    outline-offset: -2px;
    border: 2px solid transparent;
    padding: 15px
}

.sidebarSelectorWrapper .sidebarSelector.active {
    border: 2px solid #32373c;
    padding: 15px 0;
    border-radius: 4px
}

.sidebarSelectorWrapper::after {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.sidebarSelectorWrapper #right.sidebarSelector {
    float: right
}

.sidebarSelectorWrapper .sidebarSelector p {
    margin: 0
}

.sidebarSelectorWrapper #right.sidebarSelector svg {
    transform: rotate(180deg)
}

.has-right-layout .editor-block-list__block:first-child h1 + h4 {
    font-weight: normal
}

.has-right-layout .editor-block-list__block:last-child h4 {
    font-size: 18px;
    padding-bottom: 0
}

.has-right-layout .editor-block-list__block:last-child ul {
    margin: 0;
    padding: 0
}

.has-right-layout .editor-block-list__block:last-child ul li {
    list-style: none;
    padding: 7px 0
}

.has-right-layout .editor-block-list__block:last-child ul li a {
    text-decoration: none;
    color: #4eaab9
}

.has-right-layout .editor-block-list__block:last-child ul li a:hover {
    text-decoration: underline;
    color: #afd369
}

@media (max-width: 980px) {
    .has-right-layout .editor-block-list__layout {
        display: inline-block !important;
        width: 100% !important;
        float: left
    }

    .has-right-layout .editor-block-list__layout .editor-block-list__block {
        display: inline-block !important;
        width: 100% !important;
        float: left
    }
}

/* accordion css */
.components-panel__body.editor-panel-color-settings {
    width: calc(100% + 32px)
}

.accordionBody .editor-block-list__block-edit {
    margin: 0 !important;
    padding: 20px 0 !important
}

.accordionBody textarea {
    margin: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.accordionHeader span.dashicons {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 100%;
    cursor: pointer
}

.accordionHeader span.dashicons::before {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    color: #fff
}

.tabOpen .accordionHeader span.dashicons::before {
    content: "\f460"
}

.accordionWrapper {
    margin-bottom: 10px
}

.add-remove-btn .components-button.remove.hideButton {
    display: none
}

/* accordion css */

/* add new btn  */

.add-remove-btn {
    display: block;
    text-align: center
}

.add-remove-btn .components-button {
    background: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle
}

.add-remove-btn .remove {
    background: #ed5e68
}

.add-remove-btn .components-button span {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

/* add new btn  */

/* price-tag css */
.price-tag {
    position: relative;
    height: 82px;
    width: 82px;
    overflow: hidden;
    margin-top: -41px;
    color: #fff;
    line-height: 28px;
    display: table
}

.price-tag p {
    vertical-align: middle;
    display: table-cell
}

/* price-tag css */

/* We Complete Every Step Carefully css */
.we-complete-sec {
    width: 100%;
    display: table
}

.we-complete-sec > p {
    display: table-cell;
    vertical-align: middle
}

/* We Complete Every Step Carefully css */

/* Default class css */
body .editor-rich-text__tinymce a {
    color: #ff7013
}

.m0 {
    margin: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mt0 {
    margin-top: 0 !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 104px !important
}

.vertical-align-top {
    vertical-align: top !important
}

.vertical-align-middle {
    vertical-align: middle !important
}

.vertical-align-bottom {
    vertical-align: bottom !important
}

.inline-block {
    display: inline-block
}

.img-round, .img-round img, .img-round-inner img {
    border-radius: 50%;
    overflow: hidden
}

.border-radius-25, .border-radius-25 a {
    border-radius: 25px !important
}

.wp-block-bricks-multipurpose-gutenberg-block .Button-Main a {
    font-weight: 600
}

.z-index-9 {
    z-index: 9
}

.positon-relative {
    position: relative
}

.img-object-fit-cover, .wp-block-bricks-custom-image {
    -o-object-fit: cover;
    object-fit: cover
}

.background-none {
    background: none
}

.no-repeat {
    background-repeat: no-repeat !important
}

.wp-block-bricks-multipurpose-gutenberg-block .title a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: inherit
}

/* Default class css */

/* bricks button css */
.button-container {
    width: 100%
}

.bricks-insert-url, .bricks-pick-image {
    width: 261px;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 100%;
    text-align: center
}

.delete-brick-img {
    display: flex;
    padding: 0 10px;
    flex-flow: column;
    background: #fff;
    border-top: 1px solid #e2e4e7;
    border-bottom: 1px solid #e2e4e7;
    border-right: 1px solid #e2e4e7;
    cursor: pointer
}

.delete-brick-img span {
    vertical-align: middle;
    padding: 8px 0;
    color: #ccc
}

/* bricks button css */

/* default heading style */
.wp-block-bricks-multipurpose-gutenberg-block h1 {
    font-weight: 600;
    font-size: 60px;
    letter-spacing: 4px
}

.wp-block-bricks-multipurpose-gutenberg-block h2 {
    font-weight: 600;
    font-size: 38px
}

.wp-block-bricks-multipurpose-gutenberg-block h5 {
    font-size: 18px;
    line-height: 27px
}

/* 26-03-2019 css */
.icon-with-content.wp-block-media-text figure {
    align-self: self-start !important
}

.icon-with-content.wp-block-media-text {
    grid-template-columns: 15% auto !important
}

.bg-norepeat {
    background-repeat: no-repeat !important
}

.wp-block-bricks-multipurpose-gutenberg-block.consult-who-we-are {
    background-repeat: no-repeat !important;
    background-size: unset !important
}

.wp-block-bricks-multipurpose-gutenberg-block.some-our-work {
    background-repeat: no-repeat !important;
}

.client-testimonial figure {
    position: relative !important
}

.client-testimonial figure img {
    border: 17px solid #eaeaea !important;
    border-radius: 50% !important
}

.client-testimonial figure::before {
    content: "\f10d";
    font: normal normal normal 20px/55px FontAwesome, sans-serif, Apple Color Emoji;
    text-align: center;
    width: 58px;
    height: 58px;
    position: absolute;
    right: 15px;
    top: 35px;
    color: #ff841b;
    background-color: #eaeaea;
    border-radius: 50%
}

.wp-block-bricks-multipurpose-gutenberg-block .wp-block-media-text.by-img {
    grid-template-columns: 14% auto !important
}

.wp-block-bricks-multipurpose-gutenberg-block.cover-shadow {
    -webkit-box-shadow: 0 0 12px 0 rgba(214, 214, 214, 0.5);
    -moz-box-shadow: 0 0 12px 0 rgba(214, 214, 214, 0.5);
    box-shadow: 0 0 12px 0 rgba(214, 214, 214, 0.5)
}

.wp-block-bricks-multipurpose-gutenberg-block .bg-cover {
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.wp-block-bricks-multipurpose-gutenberg-block .word-break-all {
    word-break: break-all
}

/* /design-agency-creative-agency-that-help-you-to-go-ahead/ */
.creative-agency > .wp-block-bricks-multipurpose-gutenberg-block {
    position: relative
}

.creative-agency figure img {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: -5px 5px 7px 0 rgba(0, 0, 0, 0.21);
    box-shadow: -5px 5px 7px 0 rgba(0, 0, 0, 0.21)
}

.creative-agency .creative-position-block {
    position: absolute;
    left: -25px;
    top: 40px;
    width: 100%;
    height: 100%
}

.creative-agency .creative-position-block > .wp-block-bricks-multipurpose-gutenberg-block {
    display: table;
    width: 100%;
    height: 100%
}

.creative-agency .creative-position-block p {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 15px 25px
}

.creative-agency .creative-position-block p::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    height: 1px;
    background-color: #fff
}

/* /design-agency-creative-agency-that-help-you-to-go-ahead/ */

/* http://brickstheme.gitlocal.in/design-agency-counter-section */
.wp-block-bricks-multipurpose-gutenberg-block .grid-space-even {
    justify-content: space-evenly;
    display: grid
}

.wp-block-bricks-multipurpose-gutenberg-block .counter-image-content {
    grid-template-columns: 69px 76%
}

.mr0 {
    margin-right: 0 !important
}

.bricks-counter-settings .components-panel__body .components-panel__row {
    margin-bottom: 10px
}

.bricks-counter-settings .components-panel__body .components-panel__row .components-button { /* padding:8px 10px; */
    border: 1px solid transparent
}

.bricks-counter-settings .components-panel__body .components-panel__row .components-button.selected {
    border-color: #ccc
}

.bricks-counter-settings .components-panel__body .components-panel__row .components-button:focus {
    box-shadow: none
}

/* http://brickstheme.gitlocal.in/design-agency-counter-section */

/* http://brickstheme.gitlocal.in/design-agency-what-our-clients-say */

.clients-say.wp-block-bricks-multipurpose-gutenberg-block .wp-block-columns .wp-block-column .wp-block-media-text {
    grid-template-columns: 29% auto
}

.inverted-comma-before {
    position: relative
}

.inverted-comma-before::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2019/03/double-inverted-comma.png);
    top: 4px;
    left: -28px;
    height: 30px;
    width: 18px;
    background-repeat: no-repeat
}

/* http://brickstheme.gitlocal.in/design-agency-what-our-clients-say */

/* http://brickstheme.gitlocal.in/design-agency-creative-team/ */
.wp-block-bricks-multipurpose-gutenberg-block .dynamic-cover {
    margin-top: 100px
}

.wp-block-bricks-multipurpose-gutenberg-block .dynamic-cover .wp-block-bricks-multipurpose-gutenberg-block .image-minus {
    margin-top: -130px;
    margin-bottom: 20px
}

.wp-block-bricks-multipurpose-gutenberg-block .dynamic-cover .wp-block-bricks-multipurpose-gutenberg-block .image-minus img {
    border: 6px solid #e8e8f9
}

/* http://brickstheme.gitlocal.in/design-agency-creative-team/ */

/* http://brickstheme.gitlocal.in/yoga-know-more-about-us */
.wp-block-bricks-multipurpose-gutenberg-block .align-item-top {
    align-items: start
}

.wp-block-bricks-multipurpose-gutenberg-block .media-20-auto {
    grid-template-columns: auto 19%
}

.wp-block-bricks-multipurpose-gutenberg-block .media-auto-20 {
    grid-template-columns: 19% auto
}

/* http://brickstheme.gitlocal.in/yoga-know-more-about-us */

/* http://brickstheme.gitlocal.in/yoga-classes/ */
.wp-block-bricks-multipurpose-gutenberg-block .wp-block-column .wp-block-media-text.alignwide.grid-26 {
    grid-template-columns: 26% auto
}

/* http://brickstheme.gitlocal.in/yoga-classes/ */

/* http://brickstheme.gitlocal.in/yoga-yoga-is-for-everyone */
.wp-block-bricks-multipurpose-gutenberg-block.bg-contain-no-repeat {
    background-size: contain;
    background-repeat: no-repeat
}

/* http://brickstheme.gitlocal.in/yoga-yoga-is-for-everyone */

/* http://brickstheme.gitlocal.in/real-estate-about-properties/ */
.wp-block-bricks-multipurpose-gutenberg-block .wp-block-media-text figure img {
    width: auto
}

.wp-block-bricks-multipurpose-gutenberg-block .wp-block-media-text figure {
    text-align: center
}

.wp-block-bricks-multipurpose-gutenberg-block .wp-block-media-text.alignwide.prop-grid-24 {
    text-align: left;
    grid-template-columns: 22% auto;
    align-items: start
}

/* http://brickstheme.gitlocal.in/real-estate-about-properties/ */

/* http://brickstheme.gitlocal.in/resume-client-testamonials/ */
.inverted-comma-before.black::before {
    background-image: url(/wp-content/uploads/2019/03/black-inverted-comma.png)
}

/* http://brickstheme.gitlocal.in/resume-client-testamonials/ */

/* bricks-media-with-text-row */
.media-with-text-main {
    display: flex;
    width: 100%
}

.media-with-text-main .media-with-text-main-column {
    width: 50%;
    order: 1
}

.media-with-text-main .media-with-text-main-column.left-side {
    text-align: center
}

.media-with-text-main .media-with-text-main-column.left-side img {
    object-fit: cover;
    object-position: center
}

.media-with-text-align {
    width: 100%
}

.media-with-text-align .col-main-inner {
    display: inline-block;
    float: none
}

.media-with-text-align span {
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: left
}

.media-with-text-align span::before {
    font-size: 80px
}

/* bricks-media-with-text-row */

/* Bricks Column */
.innerblocks-wrap, .innerblocks-wrap > .editor-inner-blocks, .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0
}

.innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout .wp-block {
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-grow: 1;
    flex-shrink: 1
}

/* Bricks Column */

/* testimonial-main */
.testimonial-main {
    display: flex;
    flex-flow: wrap;
    margin: 0 -10px
}

.testimonial-main .testimonial-grid {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    width: 33.33%
}

.testimonial-main .testimonial-grid .feature-img img {
    border-radius: 50%;
    background-color: #ececec;
    width: 62px;
    height: 62px
}

.testimonial-main .testimonial-grid .title {
    color: #86c725;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px
}

.testimonial-main .testimonial-grid .designation p {
    color: #9d9d9d;
    margin-top: 0
}

.testimonial-main .testimonial-grid .testimonial-details {
    display: block;
    width: 100%;
    text-align: right
}

.testimonial-main .testimonial-grid .testimonial-details .feature-img {
    display: inline-block;
    vertical-align: top
}

.testimonial-main .testimonial-grid .client-message {
    border: 1px solid #e8e8f9;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 30px;
    text-align: left;
    position: relative;
    margin-bottom: 40px
}

.testimonial-main .testimonial-grid .outer-triangle {
    bottom: -13px;
    right: 23px;
    width: 0;
    border-right: 12px solid rgba(234, 234, 234, 0);
    border-top: 13px solid #e8e8f9;
    border-left: 13px solid transparent;
    position: absolute
}

.testimonial-main .testimonial-grid .outer-triangle .inner-triangle {
    right: -10px;
    top: -13px;
    width: 0;
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute
}

.testimonial-main .testimonial-grid .client-message p {
    color: #676767;
    margin: 0 0 20px 0;
    font-size: 16px
}

.testimonial-main .testimonial-grid .client-message p:empty {
    display: none
}

.testimonial-main .testimonial-grid:nth-child(1n + 4) {
    display: none
}

/* testimonial-main */
.wp-block-bricks-slider li figure {
    margin: 5px;
    position: relative
}

.wp-block-bricks-slider li figure img {
    width: auto;
    display: block;
    margin: 0 auto
}

.wp-block-bricks-slider .blocks-gallery-image figcaption, .wp-block-bricks-slider .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent)
}

.wp-block-bricks-slider .blocks-gallery-image figcaption img, .wp-block-bricks-slider .blocks-gallery-item figcaption img {
    display: inline
}

/* Bricks Slider */

/* Bricks Tabs */

ul.bricks-tab-lists {
    display: flex;
    list-style-type: none !important;
    padding: 0;
    margin: 0
}

ul.bricks-tab-lists li span.bricks-tab-remove, ul.bricks-tab-lists li span.bricks-tab-remove svg, ul.bricks-tab-lists li a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none
}

ul.bricks-tab-lists li span.bricks-tab-remove a {
    display: inline-block;
    float: left
}

ul.bricks-tab-lists li {
    vertical-align: middle;
    display: flex;
    align-items: center
}

ul.bricks-tab-lists li .bricks-tab-remove {
    cursor: pointer
}

ul.bricks-tab-lists li.bricks-tab.bricks-add-tab > span {
    padding: 6px 12px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.3s ease-in-out
}

ul.bricks-tab-lists li.bricks-tab.bricks-add-tab > span svg {
    vertical-align: middle
}

ul.bricks-tab-lists li.bricks-tab.bricks-add-tab > span:hover {
    box-shadow: 2px -2px 4px 0 #f7f7f7
}

ul.bricks-tab-lists li a {
    display: inline-block
}

/* Bricks Tabs */

/* Bricks Icons */
.bricks-icons-ins {
    text-align: center
}

.bricks-icons-ins i {
    font-size: 60px;
    padding: 10px 0 20px 0;
    color: #333
}

.bricks-icon-wrap {
    max-height: 200px;
    overflow: auto
}

.bricks-icon-wrap span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px;
    width: 43px;
    text-align: center;
    cursor: pointer
}

.bricks-icon-wrap span::before {
    padding: 8px;
    font-size: 18px;
    display: inline-block;
    border-radius: 3px
}

.bricks-icon-wrap span.active::before {
    -webkit-box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.35);
    color: #f05523
}

.wp-block-bricks-bricks-icons i {
    font-style: normal !important
}

/* Bricks Icons */

/* bricks-toggle-inserter spacer remove css */
.wp-block-bricks-multipurpose-gutenberg-block.bricks-inserter-on textarea.editor-default-block-appender__content {
    display: none !important
}

.wp-block-bricks-multipurpose-gutenberg-block.bricks-inserter-on .editor-styles-wrapper .mce-content-body[aria-label*="Empty"] .wp-block-bricks-multipurpose-gutenberg-block.bricks-inserter-on .editor-block-list__block > .editor-block-list__insertion-point {
    display: none !important
}

.wp-block-bricks-multipurpose-gutenberg-block.bricks-inserter-on .editor-block-list__layout .editor-default-block-appender > .editor-default-block-appender__content, .wp-block-bricks-multipurpose-gutenberg-block.bricks-inserter-on .editor-block-list__layout > .editor-block-list__block > .editor-block-list__block-edit, .wp-block-bricks-multipurpose-gutenberg-block.bricks-inserter-on .editor-block-list__layout > .editor-block-list__layout > .editor-block-list__block > .editor-block-list__block-edit {
    margin-bottom: 5px !important;
    margin-top: 5px !important
}

.inner-column-mb40 .wp-block-columns .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:not(:last-child) {
    margin-bottom: 40px !important
}

/* bricks-toggle-inserter spacer remove css */

/* bricks social css */
.medialist select[multiple] {
    height: 150px !important
}

.component-full-width {
    width: 100%
}

.row-full {
    flex-wrap: wrap
}

.onlytext.bricks-sm > i, .onlyicon.bricks-sm > span {
    display: none
}

.bricks-sm {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #d2d2d2;
    margin: 0 0 5px 5px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    outline: none
}

.bricks-sm:hover {
    opacity: 0.5
}

.bricks-sm > i + span {
    display: inline-block;
    margin-left: 5px
}

.bricksSocialList.center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.bricksSocialList.right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap
}

.multibgcolor.bricks-share-facebook {
    background-color: #3b5998;
    color: #fff;
    border-color: #3b5998
}

.multibgcolor.bricks-share-twitter {
    background-color: #1da1f2;
    color: #fff;
    border-color: #1da1f2
}

.multibgcolor.bricks-share-googleplus {
    background-color: #dd4b39;
    color: #fff;
    border-color: #dd4b39
}

.multibgcolor.bricks-share-linkedin {
    background-color: #0077b5;
    color: #fff;
    border-color: #0077b5
}

.multibgcolor.bricks-share-pinterest {
    background-color: #bd081c;
    color: #fff;
    border-color: #bd081c
}

.multibgcolor.bricks-share-reddit {
    background-color: #ff4500;
    color: #fff;
    border-color: #ff4500
}

.multibgcolor.bricks-share-email {
    background-color: #239ab9;
    color: #fff;
    border-color: #239ab9
}

.multibgcolor.bricks-share-gmail {
    background-color: #ec1c24;
    color: #fff;
    border-color: #ec1c24
}

.multibgcolor.bricks-share-yahoo {
    background-color: #410093;
    color: #fff;
    border-color: #410093
}

.samebgcolor.bricks-share-facebook {
    background-color: transparent;
    color: #3b5998;
    border-color: transparent
}

.samebgcolor.bricks-share-twitter {
    background-color: transparent;
    color: #1da1f2;
    border-color: transparent
}

.samebgcolor.bricks-share-googleplus {
    background-color: transparent;
    color: #dd4b39;
    border-color: transparent
}

.samebgcolor.bricks-share-linkedin {
    background-color: transparent;
    color: #0077b5;
    border-color: transparent
}

.samebgcolor.bricks-share-pinterest {
    background-color: transparent;
    color: #bd081c;
    border-color: transparent
}

.samebgcolor.bricks-share-reddit {
    background-color: transparent;
    color: #ff4500;
    border-color: transparent
}

.samebgcolor.bricks-share-email {
    background-color: transparent;
    color: #239ab9;
    border-color: transparent
}

.samebgcolor.bricks-share-gmail {
    background-color: transparent;
    color: #ec1c24;
    border-color: transparent
}

.samebgcolor.bricks-share-yahoo {
    background-color: transparent;
    color: #410093;
    border-color: transparent
}

.samebgcolor.bricks-share-print {
    background-color: transparent;
    color: #000;
    border-color: transparent
}

/* bricks social css */

/* Bricks Gallery OLD css */
.gallery-container .col-sm-6 {
    width: 50%;
    float: left;
    padding: 0 15px
}

.gallery-container {
    display: inline-block;
    width: 100%;
    padding: 0
}

.gallery-container .row {
    margin: 0 -15px
}

.gallery-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.875rem
}

.gallery-thumbnail {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 0;
    position: relative
}

.gallery-thumbnail img {
    width: 100%
}

.gallery-thumbnail .components-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.25s ease-in-out;
    margin: 0
}

.card-icon-open {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.25s ease-in-out
}

.card-icon-open:focus, .card-icon-open:hover {
    color: #111
}

.gallery-thumbnail:focus ~ .card-icon-open, .gallery-thumbnail:hover ~ .card-icon-open, .gallery-thumbnail ~ .card-icon-open:focus, .gallery-thumbnail ~ .card-icon-open:hover {
    opacity: 1
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    background: rgba(21, 21, 21, 0.75)
}

.modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    padding: 0;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal-close {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 1.5rem;
    color: #111;
    transition: all 0.25s ease-in-out
}

.modal-close:focus, .modal-close:hover {
    color: #fff
}

/* Bricks Gallery OLD css */

/* Bricks Gallery CSS */
.gallery-images.masonry {
    width: 100%;
    display: block !important;
    column-count: 3;
    column-gap: 0
}

.gallery-images.masonry .bricks-gallery-item {
    break-inside: avoid;
    padding: 5px;
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.2s
}

.gallery-images.square {
    width: 100%;
    display: block !important;
    font-size: 0;
    line-height: 0
}

.gallery-images.square .bricks-gallery-item {
    position: relative;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    width: 20%;
    padding-bottom: 20%;
    transition: 0.2s
}

.gallery-images.square .bricks-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden
}

.gallery-images.tiles {
    position: relative;
    display: block !important;
    margin: -2.5px;
    width: calc(100% + 5px)
}

.gallery-images.tiles .bricks-gallery-item {
    display: grid;
    position: relative;
    width: 100%;
    height: 300px
}

.slider .gallery-item-list .bricks-gallery-item {
    padding-bottom: 0 !important
}

.gallery-images.slider + .blocks-gallery-item.has-add-item-button {
    display: none
}

.bricks-gallery-img {
    cursor: pointer
}

.gallery-images.slider .bricks-gallery-item img {
    width: auto;
    margin: 0 auto;
    display: block
}

/* counter css start */
.circle_outer svg {
    height: auto;
    padding: 0;
    transform: rotate(-90deg)
}

.circle_outer svg circle {
    fill: rgba(0, 0, 0, 0);
    stroke-dashoffset: 219.91148575129;
    stroke-width: 4;
    transition: stroke-dashoffset 1s linear
}

.circle_outer svg circle.progress-border {
    stroke-dasharray: 219.91148575129;
    stroke-linecap: round
}

.circle_outer svg text {
    fill: #fafafa;
    font-size: 16px;
    text-anchor: middle
}

.Bricks_progress .texts {
    position: absolute;
    right: 0;
    top: -115%
}

.Bricks_progressbar {
    width: 100%;
    height: 25px
}

.Bricks_progress {
    height: 100%;
    position: relative;
    width: 0
}

/* counter css End */

/* Bricks Contact Form CSS */
.form-styling {
    display: flex;
    flex-wrap: wrap
}

.form-styling button {
    width: 50%
}

.wp-admin .select-multiple select[multiple] {
    height: auto !important
}

.input-group > label {
    font-weight: 600;
    display: block;
    font-size: 14px
}

.wp-admin .bricksForm .input-group > input, .wp-admin .bricksForm .input-group > textarea {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #d0d0d0;
    border-radius: 0
}

.input-group > textarea {
    min-height: 120px
}

.input-group {
    display: inline-block;
    padding: 0 0 20px;
    width: 100%
}

.bricksForm {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 8px
}

.bricks-form-submit-wrapper {
    display: inline-block;
    width: 100%
}

.bricks-form-submit-wrapper .bricks-form-submit {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: normal;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    background: #0085ba;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid;
    cursor: pointer
}

/* Bricks Contact Form CSS */

/* popup css */
.brick_model_main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto
}

.brick_model_main::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    height: 100%
}

.brick_model_open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
    display: flex;
    align-items: center
}

.brick_model_inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto
}

.brick_model_wrap {
    display: block;
    max-width: 97%;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 64vh;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.brick_model_open .brick_model_inner {
    -webkit-transform: translate(0, 2%);
    -ms-transform: translate(0, 2%);
    transform: translate(0, 2%);
    position: relative;
    z-index: 999
}

.brick_model_open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99
}

.brick_body_model_open .block-editor__container {
    z-index: 9999
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear
}

.brick_close_btn {
    position: absolute;
    right: 0;
    top: -36px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff
}

.is-block-center .wpbricks-wrap-image {
    text-align: center
}

/* popup css */

/* ranking css */
.bricks_ranking table {
    width: 100%
}

.bricks_ranking table tr {
    justify-content: left;
    position: relative;
    background-color: #fff;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0 0;
    border: 1px solid #ccc;
    border: 1px solid #efe3e3
}

.bricks_ranking table tr .rank {
    width: 5%;
    text-align: center;
    background-color: #007296;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    justify-content: center
}

.bricks_ranking table tr .school_name {
    width: 50%;
    padding-left: 20px;
    flex-direction: column;
    align-items: normal
}

.bricks_ranking table tr .toggle {
    cursor: pointer;
    width: 5%;
    align-items: center;
    text-align: center
}

.bricks_ranking table tr .ranking-img {
    width: 100%;
    background: #fff;
    padding: 0
}

.bricks_ranking table tr td {
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    padding: 15px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center
}

.bricks_ranking table tr td.bg-white {
    background: #fff;
    color: #000
}

.bricks_ranking table tr .Tuition {
    width: 20%;
    display: flex
}

.bricks_ranking table tr .Graduation {
    width: 20%
}

.bricks_ranking table tr .Graduation > * {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.bricks_ranking table tr .Tuition > * {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.bricks_ranking table tr td.description {
    width: 100%;
    justify-content: left;
    padding: 20px 20px
}

.bricks_ranking table tr .ranking-img img.image {
    height: 280px;
    width: 100%;
    object-fit: cover;
    background-position: center
}

.bricks_ranking table tr td.description .editor-inner-blocks {
    width: 100%
}

.bricks_ranking table tr td.description p, .bricks_ranking table tr td.description li {
    color: #000
}

.bricks_ranking table tr .mr10 {
    margin-right: 10px
}

.bricks_ranking table tr .acceptance-rate.bg-white, .bricks_ranking table tr .graduation-rate.bg-white, .bricks_ranking table tr .financial-aid.bg-white, .bricks_ranking table tr .credit-for-experience.bg-white, .bricks_ranking table tr .placement-services.bg-white, .bricks_ranking table tr .counselling-services.bg-white {
    width: 16.666%
}

.bricks_ranking table tr .toggle i {
    float: none;
    margin: 0 auto
}

.bricks_ranking table tr .hide {
    display: none
}

.bricks_ranking table tr.Ranking-Active .hide {
    display: flex !important
}

.bricks_ranking table tr td.description:empty {
    display: none !important
}

.bricks_ranking table tr.Ranking-Active .toggle i::before {
    content: "\f068"
}

.bricks_ranking table tr .school_name strong {
    font-weight: 600;
    font-size: 20px
}

.bricks_ranking table tr .school_name span {
    font-size: 16px;
    opacity: 0.8
}

.bricks_ranking table tr .bg-white span {
    margin-right: 10px;
    color: #4c4949
}

.bricks_ranking table tr span.Ranking_Label::after {
    content: ":";
    margin-left: 1px
}

.bricks_ranking table tr .school_name strong a {
    color: inherit
}

.bricks_ranking .add-remove-btn span {
    margin: 0
}

.bricks_ranking table tr td.ranking-img {
    position: relative
}

.bricks_ranking table tr td.ranking-img .delete-brick-img {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: auto;
    background: #000000b3;
    border: none;
    display: none
}

.bricks_ranking table tr td.ranking-img .delete-brick-img span {
    color: #fff;
    height: auto;
    margin: 0
}

.bricks_ranking table tr td.ranking-img:hover .delete-brick-img {
    display: block
}

.button-container label {
    display: block;
    margin-bottom: 10px
}

/* ranking css */

/* Countdown CSS */
#brick_timer {
    display: flex;
    justify-content: space-around
}

/* #brick_timer .tick_wrap{text-align:center} */
#brick_timer .tick_wrap span {
    line-height: normal;
    display: block
}

.components-datetime__time-field.components-datetime__time-field-day {
    padding-left: 6px
}

/* Countdown CSS */

/* Blocks inner-popup details css */
.custom-popup {
    padding: 10px 10px;
    box-sizing: border-box;
    margin: 0;
    background: #fff;
    height: 100%;
    overflow: hidden
}

.custom-popup .close-btn {
    position: absolute;
    top: 45px;
    bottom: 0;
    width: 20px;
    height: 30px;
    right: 60px;
    color: #333;
    text-decoration: none;
    font-size: 24px;
    outline: none;
    box-shadow: none
}

.custom-popup .popup-left {
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width: 60%;
    height: 100%
}

.custom-popup .popup-left span.pro {
    border: none !important;
    background: #f15524;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0 !important;
    display: block;
    font-size: 18px;
    position: absolute;
    top: 10px;
    width: 180px;
    text-transform: uppercase;
    transform: rotate(-50deg);
    left: -56px;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    opacity: 0.9
}

.custom-popup .popup-left span.free {
    display: none
}

.custom-popup .popup-right {
    padding: 10px 20px 5px 50px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    overflow: auto;
    margin: 50px 0 80px 0;
    width: 40%
}

.custom-popup .popup-right .title {
    font-size: 24px;
    color: #23282d;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px
}

.custom-popup .popup-right p {
    color: #83888d;
    font-size: 16px;
    margin: 0 0 25px 0
}

.custom-popup .popup-right p b {
    color: #23282d
}

.custom-popup .popup-right .block-ratings {
    margin-bottom: 25px
}

.custom-popup .popup-right .block-ratings i {
    color: #de613a;
    margin-right: 5px;
    font-size: 16px
}

.custom-popup .popup-right .block-ratings .star-main {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.custom-popup .popup-right .block-ratings span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.custom-popup .popup-right button.import-btn {
    top: inherit !important;
    bottom: 25px;
    right: 70px !important
}

.custom-popup .popup-right button.import-btn i {
    height: 70px !important;
    width: 70px !important;
    line-height: 70px !important;
    font-size: 25px
}

.custom-popup .popup-right button.import-btn i.fa-check {
    border: 2px solid #e9e9e9 !important
}

.custom-popup .popup-right .block-required-plugins {
    border-top: 1px solid #e3e3e3;
    padding-top: 30px
}

.custom-popup .popup-right .block-required-plugins > strong {
    color: #23282d;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600
}

.custom-popup .popup-right .block-required-plugins .block-required-blocks {
    margin: 0 !important;
    list-style: none;
    border: 1px solid #e3e3e3;
    padding: 10px 25px;
    flex-flow: column;
    height: auto
}

.custom-popup .popup-right .block-required-plugins .block-required-blocks li {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    width: 100%;
    text-align: left
}

.custom-popup .popup-right .block-required-plugins .block-required-blocks li strong {
    font-size: 16px;
    color: #23282d;
    font-weight: 700;
    display: inline-block;
    width: 76%;
    width: calc(100% - 101px)
}

.custom-popup .popup-right .block-required-plugins .block-required-blocks li button {
    width: 100px;
    max-width: 100%;
    height: 35px;
    border: 1px solid #de613a;
    background: #de613a;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none
}

.custom-popup .popup-right .block-required-plugins .block-required-blocks li button.Activated {
    background: none;
    border: none;
    color: #83888d;
    cursor: inherit
}

.custom-popup .popup-right .block-required-plugins .block-required-blocks li button.Active {
    background: #fff;
    color: #de613a
}

.custom-popup .popup-outer {
    display: flex;
    height: 100%
}

.custom-popup .popup-left img.block-image {
    object-fit: cover;
    transition: 7s all;
    transition-timing-function: ease-in-out;
    object-position: top;
    max-height: 730px;
    width: 100%
}

.custom-popup .popup-inner {
    height: 100%
}

.custom-popup .popup-right .block-required-plugins .block-required-blocks li:last-child {
    border-bottom: 0
}

.custom-popup .popup-left img.block-image:hover {
    object-position: bottom
}

a.custome-popup-insert {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.BlocksLoading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 540px
}

.NoDataFound {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 540px;
    font-size: 26px !important;
    margin: 0
}

a.custome-popup-insert i {
    background: #de613a;
    color: #fff;
    padding: 20px 20px;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.3s all;
    margin: 0 5px;
    width: 60px;
    text-align: center;
    cursor: pointer
}

@media only screen and (max-width: 1200px) {
    .custom-popup .popup-left {
        width: 100%
    }

    .custom-popup .popup-right {
        width: 100%;
        padding: 10px 20px 5px 20px
    }
}

@media only screen and (max-width: 767px) {
    .custom-popup .popup-right button.import-btn i {
        height: 40px !important;
        width: 40px !important;
        line-height: 40px !important;
        font-size: 16px
    }
}

.LoadMoreBlocksMain {
    display: block;
    width: 100%
}

.LoadMoreBlocks {
    color: #f2663a;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border: 1px solid #f2663a;
    padding: 8px 20px;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    font-size: 13px;
    transition: 0.3s all
}

.LoadMoreBlocks:hover {
    background: #f2663a;
    color: #fff
}

/* Blocks inner-popup details css */
.filter-bar .search-box input:focus-within + button {
    right: 0
}

.filter-bar .Select-box button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    background: none;
    width: 40px;
    cursor: pointer;
    transition: 0.5s all;
    outline: none
}

/* is-multi-selected remove css */
.select-modal-open .editor-block-list__layout .editor-block-list__block.is-focus-mode:not(.is-multi-selected) {
    opacity: 1 !important;
    transition: opacity 0.1s linear
}

.select-modal-open .editor-block-list__layout .editor-block-list__block.is-focus-mode:not(.is-multi-selected):not(.is-focused) .editor-block-list__block, .select-modal-open .editor-block-list__layout .editor-block-list__block.is-focus-mode:not(.is-multi-selected).is-focused {
    opacity: 1 !important
}

.select-modal-open .editor-block-list__layout .editor-block-list__block.is-multi-selected *::selection {
    background: none !important
}

.select-modal-open .editor-block-list__layout .editor-block-list__block.is-multi-selected .editor-block-list__block-edit::before {
    background: none !important;
    mix-blend-mode: inherit !important;
    top: 0 !important;
    bottom: 0 !important
}

.select-modal-open .is-dark-theme .editor-block-list__layout .editor-block-list__block.is-multi-selected .editor-block-list__block-edit::before {
    mix-blend-mode: inherit !important
}

.select-modal-open .editor-block-list__layout .editor-block-list__block.has-warning.is-multi-selected .editor-block-list__block-edit::after {
    background: none !important
}

.select-modal-open .editor-block-list__block.is-multi-selected .editor-block-mover, .select-modal-open .editor-block-list__block.is-selected .editor-block-mover, .select-modal-open .editor-block-list__block.is-hovered .editor-block-mover {
    z-index: inherit !important
}

.select-modal-open .editor-block-list__block.is-focus-mode:not(.is-multi-selected) > .editor-block-contextual-toolbar {
    margin-left: 0 !important
}

.select-modal-open .is-multi-selected .editor-rich-text__tinymce code {
    background: none !important
}

.select-modal-open .has-warning.is-multi-selected .editor-warning {
    background: none !important
}

/* is-multi-selected remove css */

/* active-loader */
.import-ongoing i.fa-plus::before {
    content: "\f110"
}

.import-ongoing i.fa-plus {
    animation: fa-spin 2s infinite linear
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

/* active-loader */

/* YOGA Packages section */
.price_circle.wp-block-bricks-multipurpose-gutenberg-block {
    width: 150px;
    height: 150px;
    border: 5px solid rgba(0, 0, 0, 0.15);
    margin-top: -78px;
    border-radius: 100px;
    overflow: hidden
}

.price_circle.wp-block-bricks-multipurpose-gutenberg-block div[data-type="core/paragraph"] {
    padding-right: 0;
    padding-left: 0
}

.price_circle.wp-block-bricks-multipurpose-gutenberg-block p {
    margin-bottom: 0
}

.price_circle.wp-block-bricks-multipurpose-gutenberg-block .wp-block-bricks-multipurpose-gutenberg-block {
    padding: 20px 0 20px 0
}

.align-item-center {
    align-items: center
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.select_block_popup .select_block_data ul li .block-grid-inner .No-image-found {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 220px;
    transition: 5s all;
    transition-timing-function: ease-in-out;
    float: left;
    background: #f2663abf;
    position: relative
}

.select_block_popup .select_block_data ul li .block-grid-inner .No-image-found::after {
    content: attr(data-title);
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    font-size: 22px
}

.custom-popup .popup-left .No-image-found {
    height: 100% !important
}

.filter-bar.with-out-tab {
    padding-right: 10px
}

.filter-bar.with-out-tab .filter-bar-left {
    border-right: 0
}

/* select_block responsive css */

.custom-select-box-main {
    position: relative
}

.custom-select-box-main span {
    height: 50px;
    width: 100%;
    cursor: pointer;
    padding: 0 40px 0 20px;
    display: flex;
    align-items: center
}

.custom-select-box-main ul {
    display: none;
    list-style: none !important;
    margin: 0 !important;
    width: 100%;
    padding: 0 20px !important;
    border: 1px solid #e3e3e3;
    max-height: 400px;
    overflow: auto
}

.custom-select-box-main ul.active {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 999999;
    background: #fff;
    box-shadow: 0 1px 8px 0 #33333333
}

.custom-select-box-main ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    cursor: pointer;
    color: #333
}

.custom-select-box-main span.active {
    background: #cccccc7d
}

.custom-select-box-main ul li:hover {
    color: #f06638
}

.custom-select-box-main ul li.selected {
    color: #f06638
}

/* scroll bar css */
.custom-select-box-main ul::-webkit-scrollbar-track, .custom-popup .popup-right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background-color: #dcdcdc
}

.custom-select-box-main ul::-webkit-scrollbar, .custom-popup .popup-right::-webkit-scrollbar {
    width: 3px;
    background-color: #f1f1f1
}

.custom-select-box-main ul::-webkit-scrollbar-thumb, .custom-popup .popup-right::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f2663a
}

/* scroll bar css */
.select_block .popup-section .modalpopup > div > div > div:first-child {
    max-width: 95%;
    max-height: 98%
}

@media (max-width: 1200px) {
    .select_block_popup .popup-top {
        padding: 10px 10px
    }

    .popup-section .close_icon {
        top: 20px
    }

    .filter-bar {
        padding: 0 10px !important
    }

    .Select-Category.Select-box {
        border: none;
        border: 1px solid #e3e3e3 !important;
        width: 50%;
        margin-right: 2%
    }

    .select_block_popup .select_block_data ul li {
        width: 33.33%;
        margin-bottom: 15px
    }

    .custom-select-box-main span {
        box-sizing: border-box;
        height: 40px;
        padding: 0 10px;
        font-size: 13px !important
    }

    .filter-bar strong {
        margin: 10px 0 10px 0;
        width: 100%
    }

    .filter-bar .Select-box {
        width: 49%;
        border: 1px solid #e3e3e3 !important
    }

    .filter-bar .search-box input {
        height: 40px;
        font-size: 13px !important;
        padding: 0 30px 0 10px !important
    }

    .select_block_popup .select_block_data {
        top: 165px;
        padding: 20px
    }

    .select_block_popup .select_block_data ul {
        height: 400px
    }

    .BlocksLoading, .NoDataFound {
        height: 400px
    }

    .select_block .popup-section .modalpopup > div > div > div:first-child {
        height: 600px !important
    }

    .select_block_popup .select_block_data ul li .block-grid-inner .title-info a {
        font-size: 12px;
        line-height: 1px !important
    }

    .select_block_popup .select_block_data ul li .block-grid-inner .title-info {
        padding: 5px 7px
    }
}

@media (max-width: 992px) {
    .select_block_popup .select_block_data ul li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .select_block_popup .select_block_data ul li {
        width: 100%
    }

    .filter-bar strong {
        display: none
    }

    .filter-bar.with-out-tab {
        padding: 5px 5px !important
    }

    .select_block_popup .select_block_data {
        position: relative;
        top: 0;
        overflow: auto;
        padding: 10px
    }

    .select_block_popup .select_block_data ul {
        height: 340px;
        margin: 0 -5px !important
    }

    .BlocksLoading, .NoDataFound {
        height: 340px
    }

    .select_block_popup .popup-top .logo {
        width: 100px;
        padding-right: 20px;
        padding-top: 4px
    }

    .select_block_popup .popup-top .right-tabs {
        padding: 0
    }

    .select_block_popup .popup-top .right-tabs ul li {
        margin: 0 10px;
        font-size: 14px
    }

    .popup-section .close_icon {
        top: 5px;
        right: 5px;
        font-size: 18px
    }

    .filter-bar .search-box input {
        min-width: 100%;
        padding: 0 20px 0 5px !important;
        height: 35px
    }

    .filter-bar .Select-box button {
        width: 20px;
        font-size: 10px
    }

    .filter-bar .Select-box select {
        height: 33px !important;
        font-size: 10px !important;
        width: 100% !important;
        min-width: inherit;
        padding: 0 5px
    }

    .select_block_popup .select_block_data ul li .block-grid-inner {
        margin: 0 5px
    }

    .select_block .popup-section .modalpopup > div > div > div:first-child {
        height: 470px !important;
        max-height: 99%
    }
}

.select_block > section .select-inner h2::before {
    display: none
}

.select_block > section .select-inner * {
    font-family: Muli, sans-serif !important
}

/* ReadyMeda Block CSS */
.news-blogs .author-with-img {
    grid-template-columns: 38px auto
}

.wp-block-media-text.author-with-img .wp-block-media-text__content {
    padding: 0 0 0 10px
}

.thin-progress-bar {
    margin-bottom: 25px
}

.thin-progress-bar.Bricks_progressbar {
    height: 5px;
    position: relative
}

.thin-progress-bar.Bricks_progressbar .texts {
    margin-top: -24px;
    font-weight: 600
}

.thin-progress-bar .Bricks_progress {
    position: static
}

.thin-progress-bar.Bricks_progressbar .texts span {
    color: #929292
}

.clients-testimonial.wp-block-bricks-multipurpose-gutenberg-block .wp-block-columns .wp-block-column .wp-block-media-text {
    grid-template-columns: 165px auto
}

.wp-block-bricks-multipurpose-gutenberg-block.price-circle p {
    margin: 0;
    line-height: 62px
}

.editor-block-list__block-edit .price-circle {
    border-radius: 50% !important;
    width: 82px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -60px;
    z-index: 1;
    position: relative;
    height: 82px;
}

.editor-block-list__block-edit .price-circle .editor-block-list__block {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-bricks-multipurpose-gutenberg-block.course-sec .wp-block-column:hover .price-circle {
    background-color: #f43e56 !important
}

.wp-block-embed-youtube.wp-block-embed {
    min-width: auto
}

.bricks-button-inline div[data-type="bricks/custom-button"] {
    display: inline-block;
    vertical-align: middle
}

.NoMoreData {
    width: 100% !important;
    text-align: center;
    background: rgb(240, 85, 35);
    color: rgb(255, 255, 255);
    padding: 10px;
    margin: 10px;
    height: 48px
}

.inherit-links > * {
    color: inherit !important
}

/* Full width blocks */
.editor-styles-wrapper .wp-block {
    width: 100% !important;
    max-width: 100% !important
}

.editor-styles-wrapper .editor-writing-flow {
    max-width: 100% !important;
    margin: 0 !important
}

.editor-styles-wrapper {
    margin: 0 !important
}

/* Full width blocks */

.block-editor-block-inspector__card-title {
    color: #000
}

.components-panel__row {
    margin-top: 0
}

/* Block panel css */

.components-panel__row label {
    max-width: 76%
}

.wpbricks-button {
    box-shadow: none !important
}
.hosting-banner-main .wp-block-bricks-multipurpose-gutenberg-block.is-block-left {
    float: left
}

/* Bricks manager page css */
.bricksmain .all-pad {
    margin: 15px
}

.bricksmain .bricks-header {
    background: #d9d9d9;
    margin-bottom: 20px;
    vertical-align: top
}

.bricksmain .bricks-header-right {
    display: inline-block;
    margin-right: 20px;
    padding: 24px 0;
    float: right;
}

.bricksmain .bricks-logo-main {
    width: 75px;
    float: left;
    padding: 20px
}

.bricksmain .logo-detail {
    display: inline-block
}

.bricksmain .button-bricks {
    display: inline-block;
}

.bricksmain .button-bricks span, .bricksmain .button-bricks span a {
    display: inline-block
}

.bricksmain .button-bricks .upgrade_pro_image {
    margin-right: 20px
}
.bricksmain .logo-detail{
    padding: 24px 0;
}
.bricksmain .logo-detail strong {
    display: block;
    font-size: 23px;
    color: #000;
    line-height: 32px;
    margin-bottom: 10px
}

.bricksmain .bricks-menu-main {
    width: 100%;
    display: inline-block;
    background: rgba(152, 152, 152, 0.5);
    box-sizing: border-box;
    vertical-align: bottom
}

.bricksmain .bricks-menu-main ul {
    display: inline-block;
    float: left;
    margin: 0
}

.bricksmain .bricks-menu-main ul li {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0
}

.bricksmain .bricks-menu-main ul li a {
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    font-size: 14px;
    display: block;
    line-height: 28px;
    color: #000;
    padding: 12px 20px;
    margin: 0;
    border: 0;
    background: transparent;
    font-weight: 400;
    float: none
}

.bricksmain .bricks-menu-main ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 207px;
    z-index: 999
}

.bricksmain .bricks-menu-main ul li:hover ul.sub-menu {
    display: block
}

.bricksmain .bricks-menu-main ul li a.nav-tab-active {
    color: #fff;
    background: #444
}

.bricksmain .bricks-menu-main ul li ul.sub-menu li {
    display: block;
    vertical-align: middle;
    text-align: left;
    background: #b8b8b8;
    width: 100%
}

.bricksmain .bricks-section-left {
    float: left;
    width: 100%
}

.bricksmain .bricks-section-left .bricks-main-table {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 100%
}
.bricksmain .bricks-section-left .bricks-main-table.addons_lib {
    border: 1px solid #ded8d8;
}
.bricksmain .bricks-section-left .bricks-main-table h2 {
    /*background:#e9e9e9;*/
    /*border:1px solid #ddd;*/
    color: #333;
    margin: 0;
    padding: 10px 0 0 0;
}

.bricksmain .bricks-section-left .bricks-main-table table.table-outer {
    width: 100%;
    border-collapse: collapse
}

.bricksmain .bricks-section-left .bricks-main-table table.table-outer tr td {
    font-size: 13px;
    color: #333;
    border: 1px solid #ddd;
    line-height: 20px;
    background: transparent;
    vertical-align: top;
    padding: 20px
}

.bricksmain .bricks-section-left .bricks-main-table table.table-outer tr td img {
    max-width: 100%;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 8px rgba(204, 204, 204, 0.39)
}

.bricksmain .bricks-section-left .bricks-main-table table.table-outer tr td strong {
    font-weight: 700
}

.bricksmain .bricks-section-left .bricks-main-table table.table-outer tr td p {
    padding-bottom: 10px
}

.bricksmain .bricks-plugin-offer-sidebar {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 1%;
    width: 19%
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher {
    background: #fb5f51;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher .bricks-upgrade {
    font-size: 14px
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher .bricks-OFF {
    text-align: center;
    font-size: 44px;
    display: block;
    line-height: 44px;
    font-weight: 700;
    border: 3px dotted #fff;
    margin: 20px;
    padding: 20px 0 25px;
    position: relative
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher .bricks-OFF::before, .bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher .bricks-OFF::after {
    content: '';
    background: url(../images/scissor_left.png) no-repeat;
    position: absolute;
    right: -9px;
    width: 60px;
    height: 50px;
    bottom: -14px
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher .bricks-OFF::before {
    left: -10px;
    top: -18px
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher .bricks-OFF::after {
    right: -10px;
    bottom: -14px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher .bricks_discount_title {
    font-weight: 700;
    padding-bottom: 0;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 5px
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher .bricks-with-code {
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    line-height: 24px;
    margin-bottom: 12px
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher .bricks-with-code b {
    color: #000;
    font-size: 21px;
    padding-left: 10px;
    line-height: 22px;
    display: inline-block;
    font-weight: 700;
    vertical-align: -webkit-baseline-middle;
    margin-top: -15px
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher a.bricks-upgrade {
    background: #87c852;
    color: #fff;
    padding: 10px 20px;
    margin: 6px 0 15px;
    transition: 700ms all;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.2px;
    border-radius: 5px;
    display: inline-block
}

.bricksmain .bricks-plugin-offer-sidebar .bricks-discount-voucher a.bricks-upgrade:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

/* Bricks list */
ul.wpbricks-list.list_with_icn li, ul.wpbricks-list.list_with_img li {
    padding-left: 30px
}
.bricks-section-left .blocks-list ul li img{
    object-fit: initial;
}
/*Bricks Theme Popup*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.wpbricks-theme.theme-popup-main.theme-info .wpbricks-theme.theme-popup-content {
    display: inline-block;
    width: 100%;
}

.wpbricks-theme.theme-popup-main.theme-info .wpbricks-theme.theme-popup-content .popup-sections {
    /*width: 44%;*/
    /*float: left;*/
    padding-top: 24px;
}

button.wpbricks-theme-import-process, .wpbricks-template-import, .wpbricks-addons-import {
    cursor: pointer;
    background: #f05523;
    color: #fff;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 25px;
    border: none;
    outline: none;
}

.mdbp_view_the_site {
    cursor: pointer;
    background: #f05523;
    color: #fff;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 25px;
    border: 1px solid #f05523;
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 991px) {
    .bricksmain .bricks-section-left {
        width: 100%;
        margin-bottom: 20px
    }

    .bricksmain .bricks-plugin-offer-sidebar {
        margin-left: 0;
        width: 100%
    }
    
    .bricks-section-left .blocks-list ul li {
        width: 33%;
    }
}

@media (max-width: 767px) {
    .bricksmain .bricks-header-right {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 10px
    }
    .bricksmain .bricks-logo-main {
        margin: 0 auto;
        float: none
    }
    .bricksmain .logo-detail {
        width: 100%;
        margin-bottom: 15px;
        text-align: center
    }

    .bricksmain .button-bricks {
        float: none
    }
    .bricks-section-left .blocks-list ul li {
        width: 49%;
    }
    .blocks-pag-nav {
        float: none;
        text-align: center;
    }
    .bricks-section-left .blocks-pag-nav .tablenav-pages .tablenav-paging-text {
        float: none;
    }
}

a.mdbp_view_the_site:focus{
    color: #f05523;
    box-shadow: 0 0 0 1px #f05523, 0 0 2px 1px rgba(240, 85, 35, 1);
    outline: 1px solid transparent;
    background-color: white;
}
a.mdbp_view_the_site:hover {
    background-color: white;
    border: 1px solid #f05523;
    color: #f05523;
}
.bricksmain .bricks-section-left .bricks-main-table h2.tbl-getting-heading {
    background: #e9e9e9;
    border: 1px solid #ddd;
    color: #333;
    margin: 0;
    padding: 16px;
}
.bricksmain .bricks-section-left .bricks-main-table.blocks_lib, 
.bricksmain .bricks-section-left .bricks-main-table.template_lib,
.bricksmain .bricks-section-left .bricks-main-table.themes_lib {
    border: 1px solid #ddd;
    margin: 0;
    padding-bottom: 16px;
}
.bricksmain .bricks-section-left .bricks-main-table h2.tbl-getting-heading-library {
    background: #e9e9e9;
    border-bottom: 1px solid #ddd;
    color: #333;
    margin: 0;
    padding: 16px;
}
.innerblocks-wrap{
    flex-direction: column;
}
.wp-block-bricks-bricks-columns .block-editor-block-list__layout, 
.wp-block-bricks-right-side-bar-rowlayout .block-editor-block-list__layout{
    display: flex;
    flex-direction: row;
}