/* Setting theme listing css */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

.tab-blocks .tabs-main {
  background-color: #FFF;
  box-shadow: 0 0 8px 0 #33333333;
  height: 750px;
  overflow-y: hidden;
  padding: 30px 0 0;
  position: relative
}

.tabs-main .tab-content .blocks-list {
  position: absolute;
  background-color: #f1f1f1;
  padding: 30px 20px;
  left: 0;
  bottom: 0;
  top: 142px;
  width: 100%;
  height: 100%
}

.tabs-main .tab-content .block-list-main {
  height: 545px;
  overflow-y: scroll;
  width: 100%;
  position: relative
}

.tabs-main .tab-content .block-list-main ul {
  width: 100%
}

.tabs-main .tab-content .block-list-main ul li.loadmore-data {
  width: 100% !important
}

.tab-blocks .tabs-main .product-logo {
  float: left;
  border-right: 1px solid #CCC;
  padding-left: 20px;
  padding-right: 30px;
  margin-right: 25px
}

/*.block-list-main .block-image-outer {*/
/*    position: relative;*/
/*    !*box-shadow: 0 0 8px 0 #33333333;*!*/
/*    !*border: 8px solid #fff*!*/
/*}*/

/*.block-list-main .block-image-outer .hover-oerlay {*/
/*    position: absolute;*/
/*    background: rgba(51, 51, 51, 0.7);*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    opacity: 0;*/
/*    transition: 0.3s all;*/
/*    transition-timing-function: ease-out*/
/*}*/

/*.block-list-main .block-image-outer:hover .hover-oerlay {*/
/*    opacity: 1*/
/*}*/

/*.block-list-main .block-image-outer .hover-oerlay a {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background-color: #f05623;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    line-height: 50px;*/
/*    border-radius: 100%*/
/*}*/

/*.block-list-main .block-image-outer .hover-oerlay a:first-child {*/
/*    margin-right: 15px*/
/*}*/

.block-list-main .bricks-no-data {
  width: 95%;
  text-align: center;
  background: rgb(240, 85, 35);
  color: rgb(255, 255, 255);
  padding: 10px;
  margin: 0 auto;
  height: 48px;
  line-height: 28px
}

/* tabbing */
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex
}

ul.tabs li {
  background: none;
  color: #051124;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  vertical-align: middle;
  position: relative
}

ul.tabs li h2 {
  color: #051124;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal
}

ul.tabs li.current h2 {
  color: #f05623
}

.tab-content {
  display: none
}

.tab-content.current {
  display: inherit
}
.blocks-list ul.block_data li {
  width: 24.65%;
  display: inline-block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top
}
.blocks-list ul li img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 15.48px 2.52px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15.48px 2.52px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  min-height: 236px;
  object-fit: cover
}

.tab-content.template .blocks-list ul li img {
  height: 236px;
  width: 100%;
  object-position: top;
  transition: 5s all;
  transition-timing-function: ease-in-out
}

/*.tab-content.template .blocks-list ul li .block-image-outer:hover img {*/
/*    object-position: bottom*/
/*}*/

.blocks-list ul li h6 {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.tab-blocks {
  background-color: #f0f3f8;
  padding: 100px 0
}

.mdbp_import_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.mdbp_import_overlay .overlay_content {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  color: white;
  user-select: none;
  transform: translate(-50%, -50%);
}

ul.theme_import_messages {
  list-style: none;
}

ul.theme_import_messages li.sucess_res:before {
  content: '✓';
}

ul.theme_import_messages li.faild_res:before {
  content: 'x';
}

ul.theme_import_messages li.sucess_res {
  color: #00bf00;
  line-height: 30px;
}

ul.theme_import_messages li.faild_res {
  color: #ff3636bf
}

ul.theme_import_messages li {
  line-height: 30px;
}

.mdbp-info-msg,
.mdbp-success-msg,
.mdbp-warning-msg,
.mdbp-error-msg {
  padding: 15px;
  border-radius: 3px 3px 3px 3px;
  font-size: 20px;
}

.mdbp-info-msg {
  color: #059;
  background-color: #BEF;
}

.mdbp-success-msg {
  color: #270;
  background-color: #DFF2BF;
}

.mdbp-warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}

.mdbp-error-msg {
  color: #db4025;
  background-color: #f056234a;
}

.processing:before {
  display: inline-block;
  font: normal 20px/1 dashicons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}

.processing:before {
  color: #f56e28;
  content: "\f463";
  animation: rotation 2s infinite linear;
}

.import_ajax_status_content .mdbp-info-msg h1 {
  padding: 0px;
}

.import_options .container, .import_lable_section .container {
  display: block;
  /*position: relative;*/
  padding-left: 35px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content-data .container {
  cursor: auto;
  padding-left: 0px;
}

/* Hide the browser's default checkbox */
.import_options input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.import_options .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #f05523;
  border-radius: 15px;
}

/* On mouse-over, add a grey background color */
.import_options .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.import_options .container input:checked ~ .checkmark {
  background-color: #f05523;
}

/* Create the checkmark/indicator (hidden when not checked) */
.import_options .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.import_options .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.import_options .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

p.demo_content_delete_warning {
  display: none;
}

p.demo_content_delete_warning.show_warning {
  display: block;
  font-weight: 600;
  color: red;
}

.theme-info-main .modal-content {
  margin: auto;
  padding: 20px;
  width: 35%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  border: none;
  background: none;
}

.wpbricks-theme.theme-popup-main.theme-info {
  background-color: #FFF;
}

.theme-info-main.modal {
  padding: 0;
}

.theme-info-main.modal .wpbricks-theme.theme-popup-wrap {
  margin: 15px;
}

.mdbp-process-green {
  color: green;
}

.mdbp-pointer-events-all {
  pointer-events: all;
}

.mdbp-pointer-events-none {
  pointer-events: none;
}

.mdbp-hide-class {
  display: none;
}

.mdbp-show-class {
  display: block;
}

.wpbricks_close_span {
  float: right;
  cursor: pointer;
  padding: 2px;
  font-size: 25px;
}

.popup-content-left img {
  width: 100%;
}

.dashicons-update {
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
li.mdbp_skip_process:not(:last-child)::before {
  background-color: #9e9e9e;
}
li.mdbp_done_process:not(:last-child)::before {
  background-color: #f05523;
}
li.mdbp_running_process:not(:last-child)::before {
  background-color: #008ec2;
}
li.mdbp_waiting_process:not(:last-child)::before {
  background-color: #f8ac59;
}
li.mdbp_import_process_sec:not(:last-child)::before {
  content: "";
  display: block;
  height: 30px;
  width: 2px;
  position: absolute;
  left: 12px;
  top: 27px;
  z-index: 1;
}

li.mdbp_import_process_sec {
  display: flex;
  align-items: center;
  color: #23282d;
  /*padding: 20px 10px;*/
  color: rgba(0, 0, 0, .87);
  position: relative;
  margin-bottom: 30px;
}

.round_icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-size: 15px;
  text-align: center;
  border-radius: 15px;
  color: #fff;
}
.process_running {
  background-color: #008ec2;
  border: 1px solid #008ec2;
}
.process_done {
  background-color: #f05523;
  border: 1px solid #f05523;
}
.process_waiting {
  background-color: #f8ac59;
  border: 1px solid #f8ac59;
}
.process_skip {
  background-color: #9e9e9e;
  border: 1px solid #9e9e9e;
}
li.mdbp_import_process_sec .round_icon .dashicons {
  vertical-align: middle;
}

li.mdbp_import_process_sec .round_icon .dashicons-update {
  vertical-align: baseline;
}

.import_lable_section {
  margin-top: 25px;
}

.content_data_section li:first-child {
  /*padding-top: 0px;*/
}

/*.round_icon .dashicons {*/
/*    line-height: 1.2;*/
/*}*/
.right-popup-not-load {
  display: none;
}

.left-popup-not-load {
  display: none;
}
.switch input[type=checkbox]:disabled {
  opacity: 0;
}

@media only screen and (min-width: 1199px) {
  .wpbricks-theme.theme-popup-main.theme-info .wpbricks-theme.theme-popup-content .popup-sections {
    width: 100%;
  }
  .theme-info-main .modal-content {
    width: 35%;
  }
  .chk_section .import_data_section_title {
    width: 80%;
  }
}
@media only screen and (max-width: 1198px) {
  .wpbricks-theme.theme-popup-main.theme-info .wpbricks-theme.theme-popup-content .popup-sections {
    width: 100%;
  }
  .theme-info-main .modal-content {
    width: 50%;
  }
  .chk_section .import_data_section_title {
    width: 80%;
  }
}

/*@media only screen and (max-width: 1036px) {
    .wpbricks-theme.theme-popup-main.theme-info .wpbricks-theme.theme-popup-content .popup-sections {
        width: 100%;
        padding: 24px 0;
    }
    .theme-info-main .modal-content {
        width: 60%;
    }

    .chk_section .import_data_section_title {
        width: 80%;
    }
}*/

.mdbp-error-msg span {
  line-height: initial;
}

.wpbricks_close_span {
  color: #fff;
}

.theme_title_header {
  display: block;
  background-color: #f05523;
  border: 1px solid #f05523;
}

.theme_title {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}

.bricksmain .bricks-section-left .bricks-main-table h2.theme_title_h {
  font-size: 30px;
  margin: 10px 0;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
}

.chk_section input:checked + .slider {
  background-color: #87c852;
}

.chk_section .slider.round {
  border-radius: 34px;
}

.chk_section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c3c3c3;
  -webkit-transition: .4s;
  transition: .4s;
}

.chk_section input:checked + .slider::before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(31px);
}

.chk_section .slider.round::before {
  border-radius: 50%;
}

.chk_section .slider::before {
  position: absolute;
  content: "";
  height: 21px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

.chk_section {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.import_data_section_title {
  display: block;
  float: left;
  width: 90%;
}

.import_data_section_title span, .import_lable_section span {
  font-size: 15px;
}

.block-detail-footer {
  position: relative;
}
li span.more-details {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 35%;
  right: 20%;
  left: 20%;
  background: #23282d;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  padding: 15px 12px;
  text-align: center;
  border-radius: 3px;
  transition: opacity .1s ease-in-out;
}
.bricksmain .bricks-section-left .bricks-main-table .block-detail-footer h2 {
  font-size: 15px;
  font-weight: 600;
  height: 18px;
  margin: 0;
  padding: 15px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: preview_title;
  background: #fff;
  background: rgba(255, 255, 255, .65);
  text-align: left;
}
.bricksmain .bricks-section-left .bricks-main-table .addons-list .block-detail-footer h2 {
  width: 50%;
  float: left;
}
.block-detail-footer .block-detail-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 10px 15px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
}
.addons-list .addons-detail-btn {
  background: rgba(255, 255, 255, .65);
  text-align: left;
  margin: 0;
  padding: 10px;
}
.wp-core-ui .addons-list .addons-detail-btn .button-primary {
  margin: 0 4px;
}
.block-detail-footer .block-detail-btn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity .1s ease-in-out;
  height: auto;
  background: rgba(244, 244, 244, .7);
  border-left: 1px solid rgba(0, 0, 0, .05);
}
.block-detail-footer .block-detail-btn a:last-child,
.block-detail-footer .block-detail-btn button:last-child{
  margin-left: 3px;
}
.block-theme-detail:hover img {
  opacity: 0.4;
}
.block-theme-detail:hover .block-detail-btn {
  opacity: 1;
}
.block-theme-detail {
  cursor: pointer;
  float: left;
  margin: 0 4% 4% 0;
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
}
.block-image-outer img:hover {
  opacity: .4;
}
.block-list-main li:hover .more-details {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.block-image-outer {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in-out;
}
.block-image-outer::after {
  content: "";
  display: block;
  padding-top: 66.66666%;
}
.sep-block .block-image-outer::after {
  padding-top: 59.667%;
}
.block-theme-detail:hover .sep-block .block-image-outer img {
  object-position: bottom right;
}
.sep-block .block-image-outer img {
  height: 236px;
}
.block-image-outer img {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity .2s ease-in-out;
}
div#preview_section {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}
iframe {
  overflow: hidden;
  width: 100%;
  height: auto;
  border: none;
  flex: 1;
}

.iframe-sidebar {
  position: relative;
  border-top: 1px solid #ccc;
}
.iframe-sidebar-container {
  display: flex;
  padding: 15px 50px;
  align-items: center;
}
.iframe-sidebar .nav-buttons {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  width: 150px;
}
.iframe-sidebar .site-title {
  padding-left: 125px;
}
.iframe-sidebar .preview_title {
  max-width: 50%;
}
.iframe-sidebar .site-title {
  margin: 0;
  font-size: 15px;
  padding-left: 25px;
}
.preview_title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: preview_title;
}
.iframe-sidebar .buttons-wrap {
  align-self: flex-end;
  margin-left: auto;
}
.iframe-sidebar .nav-buttons button {
  width: 50px;
  border-top: none;
  border-bottom: none;
  border-left: 0;
  background-color: transparent;
}
.iframe-sidebar .nav-buttons button {
  width: 50px;
  border-top: none;
  border-bottom: none;
  border-left: 0;
  background-color: transparent;
}
.iframe-sidebar .nav-buttons .next {
  border-left: 0;
}
.iframe-sidebar .nav-buttons .prev-next {
  display: flex;
}
.iframe-sidebar .site-title {
  padding-left: 125px;
}
.iframe-sidebar .nav-buttons button {
  width: 50px;
  border-top: none;
  border-bottom: none;
  border-left: 0;
  background-color: transparent;
}
.iframe-sidebar .nav-buttons button:hover {
  color: #fff;
  background-color: #008ec2;
  cursor: pointer;
  border-color: #00698f;
}
.iframe-sidebar .nav-buttons button.btn-disabled {
  background-color: #e0e0e0;
  cursor: auto;
}
.blocks-pag-nav {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
}
.blocks-pag-nav .tablenav-pages {
  float: right;
}
#table-paging .tablenav-paging-text, .tablenav-pages .displaying-num {
  vertical-align: middle;
}

.template_radio_result_new_page {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.template-imp-setting {
  margin-bottom: 15px;
}
.template_radio_result {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .bricksmain .bricks-section-left .bricks-main-table .addons-list .block-detail-footer h2 {
    width: 35%;
  }
}
@media only screen and (max-height: 800px) {
  .theme-info-main .modal-content {
    padding: 35px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .bricksmain .bricks-section-left .bricks-main-table .addons-list .block-detail-footer h2 {
    width: 100%;
  }
  .bricksmain .bricks-section-left .bricks-main-table .addons-list .block-detail-footer .addons-detail-btn {
    width: 100%;
  }
}
.overlay-gradient:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(163, 64, 255, 0.9);
  background: -moz-linear-gradient(45deg, rgba(163, 64, 255, 0.9) 0%, rgba(163, 64, 255, 0.9) 20%, rgba(163, 64, 255, 0.9) 12%, rgba(255, 58, 81, 0.9) 85%, rgba(255, 58, 81, 0.9) 91%, rgba(255, 58, 81, 0.9) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(163, 64, 255, 0.9)), color-stop(20%, rgba(163, 64, 255, 0.9)), color-stop(12%, rgba(163, 64, 255, 0.9)), color-stop(76%, rgba(255, 58, 81, 0.9)), color-stop(91%, rgba(255, 58, 81, 0.9)), color-stop(100%, rgba(255, 58, 81, 0.9)));
  background: -webkit-linear-gradient(45deg, rgba(163, 64, 255, 0.9) 0%, rgba(163, 64, 255, 0.9) 20%, rgba(163, 64, 255, 0.9) 12%, rgba(255, 58, 81, 0.9) 85%, rgba(255, 58, 81, 0.9) 91%, rgba(255, 58, 81, 0.9) 100%);
  background: -o-linear-gradient(45deg, rgba(163, 64, 255, 0.9) 0%, rgba(163, 64, 255, 0.9) 20%, rgba(163, 64, 255, 0.9) 12%, rgba(255, 58, 81, 0.9) 85%, rgba(255, 58, 81, 0.9) 91%, rgba(255, 58, 81, 0.9) 100%);
  background: -ms-linear-gradient(45deg, rgba(163, 64, 255, 0.9) 0%, rgba(163, 64, 255, 0.9) 20%, rgba(163, 64, 255, 0.9) 12%, rgba(255, 58, 81, 0.9) 85%, rgba(255, 58, 81, 0.9) 91%, rgba(255, 58, 81, 0.9) 100%);
  background: linear-gradient(45deg, rgba(163, 64, 255, 0.9) 0%, rgba(163, 64, 255, 0.9) 20%, rgba(163, 64, 255, 0.9) 12%, rgba(255, 58, 81, 0.9) 85%, rgba(255, 58, 81, 0.9) 91%, rgba(255, 58, 81, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a340ff', endColorstr='#ff3a51', GradientType=1);
}

/*Pricing List Block 6*/
.event-priceList-main .priceList-inner .wp-block-column.block-core-columns {
  background: #FFF;
}

/*About Us Block 12*/
.is-style-circle-mask img {
  border-radius: 9999px;
}

/*event banner*/
.event-banner .button-wrapper .block-editor-block-list__layout {
  display: flex;
}
.event-banner .button-wrapper .block-editor-block-list__layout .wp-block-bricks-custom-button.first-btn > div {
  margin-right: 15px;
}

.event-banner-setting-block .button-wrapper .block-editor-block-list__layout {
  display: flex;
}
.event-banner-setting-block .button-wrapper .block-editor-block-list__layout .wp-block-bricks-custom-button.first-btn > div {
  margin-right: 15px;
}

.hosting-banner-column > .block-editor-inner-blocks {
  width: 100%;
}
.hosting-banner-column > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
}

/*Popular Courses*/
.popular-courses .price-circle {
  width: 82px;
  height: 82px;
  margin-top: -77px;
  z-index: 1;
  border-radius: 50%;
}
.popular-courses .price-circle .block-editor-block-list__layout .wp-block {
  margin: 0;
}

/*Service block*/
.consult-icon-with-content .wp-block-media-text {
  grid-template-columns: 58px auto !important;
  align-items: start;
}

/*Social block*/
.social-with-left-text .bricks-inserter-off .block-editor-block-list__layout .block-editor-block-list__block p {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -38%;
  bottom: 30px;
}

/*Resume Testimonials*/
.resume-testimonials .wpbricks-wrap-media-text .media-with-text-main-column.left-side {
  width: auto !important;
  flex-shrink: 0 !important;
}
.resume-testimonials .wpbricks-wrap-media-text .media-with-text-main-column.left-side img {
  border-radius: 50%;
}
.resume-testimonials .wpbricks-wrap-media-text .media-with-text-main-column.right-side {
  width: auto !important;
}

/*Call to Action*/
.editor-styles-wrapper .content-with-button > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.editor-styles-wrapper .content-with-button > .block-editor-inner-blocks > .block-editor-block-list__layout .wp-block {
  width: auto !important;
}
.editor-styles-wrapper .content-with-button > .block-editor-inner-blocks > .block-editor-block-list__layout .wp-block:first-child {
  margin-right: 20px;
}

/*Custom CSS*/
.img-data {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.loading {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wpbricks-img;
  animation-timing-function: linear;
}
@keyframes wpbricks-img {
  0% {
    background-position: -150px 0;
  }
  100% {
    background-position: 150px 0;
  }
}

.bricksmain .bricks-section-left .bricks-main-table .heading_section {
  background: #e9e9e9;
  border-bottom: 1px solid #ddd;
  color: #333;
  margin: 0;
  padding: 16px;
}
.bricksmain .bricks-section-left .bricks-main-table .heading_section .wpbricks_title_section h2.tbl-getting-heading-library {
  display: inline-block;
  padding: 7px 0 0 0 !important;
  border-bottom: 0px !important;
}
.heading_section {
  display: flex;
  flex-direction: row;
}
.wpbricks_title_section {
  flex-basis: 50%;
}
/*.bricks_search {*/
/*  flex-basis: 20%;*/
/*}*/
.bricks_search input {
  width: 100%;
}

/*No Data Found*/
.wpbricks-no-sites {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
.wpbricks-no-sites-inner {
  display: inline-block;
}
.wpbricks-no-sites-inner h3 {
  margin-bottom: 50px;
  font-size: 30px;
}
.empty-data {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.inner-content-description {
  display: inline-block;
  /* float: left; */
  padding: 0 15px 0 15px;
}
img.no-data-img {
  float: left;
  padding: 0 15px 0 15px;
}
.heading_section .bricks_search input[type="search"]{
  -webkit-appearance: none;
}
.heading_section .bricks_search input[type="search"], .bricks_search {
  position: relative;
}
span.dashicons.dashicons-search {
  position: absolute;
  font-size: 15px;
  cursor: pointer;
  bottom: 2px;
  left: 92%;
}
.bricks_search input:focus .dashicons-search{
  display: none;
}
.bricks_search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  background: none;
  width: 40px;
  cursor: pointer;
  transition: 0.5s all;
  outline: none;
}
.has-input .dashicons-search{display: none;}
@media (max-width: 991px) {
  .wpbricks_title_section{flex-basis: 60%;}
  .bricks_search{flex-basis: 40%;}
}
@media (max-width: 782px) {
  .wpbricks_title_section{flex-basis: 60%;}
  .bricks_search{flex-basis: 40%;}
  span.dashicons.dashicons-search{bottom: 8px;}
}

@media (max-width: 735px) {
  .wpbricks_title_section{flex-basis: 50%;}
  .bricks_search{flex-basis: 50%;}
  span.dashicons.dashicons-search{bottom: 8px;}
}
@media (max-width: 559px) {
  .wpbricks_title_section{flex-basis: 100%;margin-bottom: 20px;text-align: center;}
  .bricks_search{flex-basis: 100%;}
  .heading_section {display: flex;flex-direction: column;}
  span.dashicons.dashicons-search{left: 92%;}
}

/*New CSS*/
.template_lib .block-image-outer{
  min-height: 392px;
}
.template_lib .img-data, .block_lib .img-data{
  background-position: center top;
  background-size: 100%;
}
.total_data_count {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 15px;
  text-align: center;
}
.bricks-filter-opt {
  display: flex;
}
.bricks_search {
  flex-basis: 40%;
}
.bricks_main_search {
  flex-basis: 100%;
}
.bricks-filter-opt input, .bricks-filter-opt select{
  padding: 3px 25px 3px 15px;
}

.bricksmain .bricks-menu-main ul li span {
  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;
  cursor: pointer;
}
.bricksmain .bricks-menu-main ul li span.nav-tab-active {
  color: #fff;
  background: #444 !important;
  width: auto !important;
}
.bricksmain .bricks-menu-main ul li span {
  width: auto !important;
}
.addons-list .total_data_count{
  padding: 15px 0;
}
.bricks-section-left .loader {
  display: block;
  margin: 0 auto;
  text-align: center;
}
button.button.button-primary.wpbricks-addons-import {
  margin-right: 3px;
}
li .addon-one-details{
  position: absolute;
  top: 35%;
  right: 25%;
  left: 25%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
li .addon-more-details {
  position: absolute;
  top: 25%;
  right: 25%;
  left: 25%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
li .addon-detail-priview_btn{
  margin-bottom: 10px;
}
li .addon-detail-priview_btn, li .addon-detail-learn-more{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity .1s ease-in-out;
  background: #23282d;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  padding: 15px 12px;
  text-align: center;
  border-radius: 3px;
  width: 100%;
}
li .addon-detail-learn-more a{
    font-weight: 600;
   color: #fff;
    font-size: 15px;
  text-decoration: none;
}
.block-list-main li:hover .addon-detail-priview_btn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.block-list-main li:hover .addon-detail-learn-more {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.button-bricks .support_bricks_image img{
    max-width: 155px;
    max-height: 54px;
}
.bricksmain .button-bricks:not(:last-child){
  margin-right: 20px;
}
.bricksmain .button-bricks span a{
  text-decoration: none;
}
.bricksmain .button-bricks span a span{
    font-size: 50px;
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
.ld_ext {
  margin-top: 10px;
}
.bricksmain .button-bricks span {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.support_bricks_image strong {
  font-size: 15px;
}

/*No template found*/
.wpbricks-sites-no-sites {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.wpbricks-sites-no-sites .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.wpbricks-sites-no-sites .empty-item {
  margin-right: 15px;
}
.wpbricks-sites-no-sites .description {
  margin-left: 15px;
}
.wpbricks-sites-no-sites h3 {
  text-align: center;
  font-size: 22px;
  color: #444;
}
.wpbricks-sites-no-sites .back-to-layout-button {
  margin-top: 25px;
}
img.empty-collection-part {
  width: 200px;
  min-height: 230px;
  border-bottom: 1px solid #ddd;
}

/*User feedback Css*/
.notice.editorWpbricks-notice {
  border-left-color: #272c51 !important;
  padding: 20px !important;
}
.rtl .notice.editorWpbricks-notice {
  border-right-color: #272c51 !important;
}
.notice.notice.editorWpbricks-notice .editorWpbricks-notice-inner {
  display: table;
  width: 100%;
}
.notice.editorWpbricks-notice .editorWpbricks-notice-inner .editorWpbricks-notice-icon,
.notice.editorWpbricks-notice .editorWpbricks-notice-inner .editorWpbricks-notice-content,
.notice.editorWpbricks-notice .editorWpbricks-notice-inner .editorWpbricks-install-now {
  display: table-cell;
  vertical-align: middle;
}
.notice.editorWpbricks-notice .editorWpbricks-notice-icon {
  color: #509ed2;
  font-size: 13px;
  width: 60px;
}
.notice.editorWpbricks-notice .editorWpbricks-notice-icon img {
  width: 64px;
}
.notice.editorWpbricks-notice .editorWpbricks-notice-content {
  padding: 0 40px 0 20px;
}
.notice.editorWpbricks-notice p {
  padding: 0;
  margin: 0;
}
.notice.editorWpbricks-notice h3 {
  margin: 0 0 5px;
}
.notice.editorWpbricks-notice .editorWpbricks-install-now {
  text-align: center;
}
.notice.editorWpbricks-notice .editorWpbricks-install-now .editorWpbricks-install-button {
  padding: 6px 50px;
  height: auto;
  line-height: 20px;
  background: #32396a;
  border-color: #272c51 #0f153e #040823;
  box-shadow: 0 1px 0 #0d1f82;
  text-shadow: 0 -1px 1px #272c51, 1px 0 1px #171b3e, 0 1px 1px #0a1035, -1px 0 1px #040721;
}
.notice.editorWpbricks-notice .editorWpbricks-install-now .editorWpbricks-install-button:hover {
  background: #272c51;
}
.notice.editorWpbricks-notice a.no-thanks {
  display: block;
  margin-top: 10px;
  color: #72777c;
  text-decoration: none;
}

.notice.editorWpbricks-notice a.no-thanks:hover {
  color: #444;
}

@media (max-width: 767px) {

  .notice.notice.editorWpbricks-notice .editorWpbricks-notice-inner {
    display: block;
  }
  .notice.editorWpbricks-notice {
    padding: 20px !important;
  }
  .notice.editorWpbricks-noticee .editorWpbricks-notice-inner {
    display: block;
  }
  .notice.editorWpbricks-notice .editorWpbricks-notice-inner .editorWpbricks-notice-content {
    display: block;
    padding: 0;
  }
  .notice.editorWpbricks-notice .editorWpbricks-notice-inner .editorWpbricks-notice-icon {
    display: none;
  }

  .notice.editorWpbricks-notice .editorWpbricks-notice-inner .editorWpbricks-install-now {
    margin-top: 20px;
    display: block;
    text-align: left;
  }

  .notice.editorWpbricks-notice .editorWpbricks-notice-inner .no-thanks {
    display: inline-block;
    margin-left: 15px;
  }
}
/*New css*/
.notice.editorWpbricks-notice .editorWpbricks-install-now{
  float: right;
}
.notice.editorWpbricks-notice .editorWpbricks-install-now .editorWpbricks-install-button{
  padding: 6px 0 !important;
  width: 200px;
}