span.elw_shortcode_heading {
    color: #00a0d2;
    font-weight: bold;
    font-size: 47px;
    text-shadow: 2px 3px 6px #32373c54, 0px -5px 35px #00a0d212;
}

.wrap.elw-page-welcome.about-wrap.seting-page {
    max-width: 100%;
}
ul, ol { padding: 0;}

/*GALLARY*/
.gallary .fa.fa-plus {
    height: 30px;
  width: 30px;
  border: 1px solid #FCAC45;
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
  color: #FCAC45;
}


.gallary .hover-bg .hover-text>h4 {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
}

.gallary .hover-bg:hover .hover-text>h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.gallary .hover-bg .hover-text>i {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s;
}

.gallary .hover-bg:hover .hover-text>i {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.isotope-item { 
    z-index: 2;
}

.isotope-hidden.isotope-item { 
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
a.weblizar_shortcode_list-item {
    float: left;
    width: 150px;
    margin: 0 22px 22px 0;
    text-decoration: none;
}
.gallary .hover-bg .hover-text{
  
  display:block!important;
  color:#000!important;
  
}

.text-cont{
  
  text-align:center;
}


.about-wrap img {
    margin: 0;
    max-width: 100%;
    height: auto;
    background-color: #23282e;
    border-radius: 4px;
    padding: 15px;
    vertical-align: middle;
}
.categories li{

  float: left;
}

.categories {
    background: #23282f;
    margin-bottom: 40px;
}
.categories{


}
.categories li a {
    background: #232830;
    float: left;
    padding: 15px;
    color: #fff;
    font-size: 16px;
}

.gallary ul ,.gallary ul li {
    padding: 0px 0;
    margin-bottom: 0!important;
}

.categories li a:hover {
    background-color: #808080;
    color: #fff;
}
.els-admin-shortcodes-single-back {
    margin-top: 28px;
}
.els-admin-shortcodes-single h1 {
    border: 1px solid #424344;
    padding: 10px;
    background: #21252b;
  /*  border-radius: 22px;*/
    color: #fff;
    padding-left: 28px;
}
.shortcodes-single-section pre {
    background: #d4d4d4;
    border-radius: 0;
    border: 0;
}
.shortcodes-single-options-table tr {
    border-color: #424141!important;
    background: #21252a!important;
    border: 1px solid;
}
.shortcodes-single-options-table small {
    color: #fff;
}
.shortcodes-single-options-table td,.shortcodes-single-options-table td p ,.shortcodes-single-options-table th{
    color: #fff;
}
.shortcodes-single-options-table th
{
      font-size: 16px;
}
.els-admin-shortcodes-single-back span.dashicons.dashicons-arrow-left-alt {
    position: relative;
    top: 3px;
}