body{font-weight: 300; font-family: 'Libre Franklin', sans-serif !important;
}
img.cell-image.img-fluid {
    /* height: 360px; */
    height: 100%; width: 100%;
}
.cell-image-block {
    height: 350px;
}
.main_post_banner {
    padding: 15px 0 6px 0;
}
.menutop li.nav-item.active a.nav-link {
    color: #e7b834;
    font-size: 18px;
}
 .menutop li.nav-item a.nav-link{ color:#fff; font-size: 18px;}

 .menutop li.nav-item a.nav-link:hover{
    color: #e7b834; }
    .search {
  position: absolute;
  bottom: 0;
  right: 0;
  /*-webkit-transform: translateX(-0) translateY(-50%);
          transform: translateX(-0) translateY(-50%);*/
}
.search:focus{ outline: none; }
.search * {
  outline: none;
  box-sizing: border-box;
}
.search__wrapper {
  position: relative;
}
.search__field {
  width: 50px;
  height: 50px;
  color: transparent;
  font-family: Lato, sans-serif;
  font-size: 18px;
  padding: 0.35em 50px 0.35em 10px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.search__field:focus {
  border:1px solid #ccc;
  width: 100%; background-color: #fff;
  color: #2b2b2b; border-radius: 100px;
  cursor: default;
}
.search__field:focus ~ .search__icon {
  background-color: #000;
  cursor: pointer;
  pointer-events: auto;
}
button:focus{ outline: none; }
.search__icon {
  position: absolute;
  top: 0; color: #fff;
  right: 0;
  background-color: #00b7cd;
  width: 50px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

@media (max-width:768px){
  .pb_mobile{ padding-bottom: 65px; }
  .search {
    position: absolute;
    bottom: 0;
    left:  0;
}
}

 .heading_cat {
    border-bottom: 2px dotted #e7b834;
    margin-bottom: 20px;
}

.heading_cat h2{
    background: #fff;
    width: fit-content;
    padding-right: 30px;
    border-radius: 0px 40px 0px 0px;
    margin: 0px;
    color: #e7b834;
    padding: 2px 30px 2px 2px;
}

.treebox .category-box .categroy-title h3 a {
    font-size: 18px;
    font-weight: bold;
}

.treebox .category-box .categroy-title h3 {
    line-height: 24px;
}
.treebox .category-box .catery-writer {
    padding: 10px 8px;
}
.treebox .category-box {
    border-bottom: 0;
}
.sidebar_menu {
    background: #fff;
    border: 1px solid #ccc;
}
.sidebar_menu h3 {
    background: #e7b834;
    font-size: 18px !important;
    color: #fff !important;
    text-transform: capitalize !important;
    padding: 6px 10px;
    margin-top: 0;
}
.sidebar_menu ul {
    margin: 0;
    padding: 0;
}
.sidebar_menu ul li {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    padding: 8px 15px;
    border-bottom: 1px solid #d8d8d8;
    /* display: inline-block; */
    text-decoration: none;
}
.sidebar_menu ul li a {
    color: #000;
    text-decoration: none;
}
.sidenavs {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenavs a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenavs a:hover {
  color: #f1f1f1;
}

.sidenavs .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
 .logo-imgs img {
    padding-left: 15px;
}
.menu-custome {
    list-style: none;
    padding: 0; padding-top: 11px;
    margin: 0;
}
.menu-custome li {
    display: inline-block;
}
.bg-tpnav {
    background-color: #000;
    border-bottom: 4px solid #e7b834;
}
.menucustome li {
    padding: 8px;
}

.menucustome li a {
    color: #232f85; font-size: 18px;
}
.box-content h2 {
    font-size: 51px; margin-bottom: 30px;	
}
.box-content p {
    font-size: 18px; margin-bottom: 30px; color: #555; 
}
.bg-themeslight{ background-color: #eeecec; }
.catery-writer p{
    float: left; margin-bottom: 0;
    padding-right: 10px;
}
.category-name a {
    color: #e7b834;
    text-decoration: none; font-size: 18px;
}
.admin-name a {
    color: #2a2a2a; text-decoration: none;	
}
.admin-name a:hover {
    color: #373737; text-decoration: none;
}
.category-name a:hover{
	color: #2a2a2a; text-decoration: none;
}
.catery-writer {
    padding: 20px 8px;
    width: 100%;
    float: left;
    clear: both;
    /*border-top: 5px solid #e7b834;*/
}
.categroy-title h3{ padding: 0 8px; }



.catery-writer2 p{
    float: left; margin-bottom: 0;
    padding-right: 10px;
}
.category-name2 a {
    color: #00b9f6	;
    text-decoration: none; font-size: 18px;
}
.admin-name2 a {
    color: #fff; text-decoration: none;	
}
.admin-name2 a:hover {
    color: #fff;
}
.category-name2 a:hover{
	color: #fff;
}
.catery-writer2 {
    padding: 10px 0px;
    width: 100%;
    float: left;
    clear: both;
   
}



.categroy-title {
  padding-bottom: 40px; 
}
.categroy-title h3 a {
    color: #2a2a2a; text-decoration: none;
} 
.categroy-title h3 a:hover {
    color: #e7b834; text-decoration: none;
} 
.content-inner {
    padding: 10px;
    background: #343a40; height: 100%;
} 
.content-inner h3 {
    color: #f8f9fa; padding-bottom: 15px; font-size: 30px;
}
.content-inner p {
    color: #ccc; margin-bottom: 20px;
    font-size: 16px;
}
.category-box {
    background: #fff; height: 100%;
    /*border-bottom: 3px solid #343a40;*/ overflow: hidden;
}
.category-box img{
	transition: transform .10s ease-in-out;
}
.category-box:hover img{
/* webkit-filter: blur(4px); 
    filter: blur(4px);*/
	opacity:0.8;
  }

.image-box:hover img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.detais-box h3 {
    margin-bottom: 15px;
}
 .img-hover-zoom {
      background: #222f3e;
      height: 300px;
      overflow: hidden;
      border-radius: .5em;
      border: 5px solid rgba(255, 255, 255, .05);
    }

    .img-hover-zoom--empty {
      background-color: rgba(255, 255, 255, .1);
      border-width: 0;
    }

    .img-hover-zoom:not(.img-hover-zoom--empty):hover {
      filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
    }

.box-content h2 a {
    color: #252525;
    font-size: 51px;

}

@media screen and (max-height: 450px) {
  .sidenavs {padding-top: 15px;}
  .sidenavs a {font-size: 18px;}

}
footer {
    background: #e7b834;
}
.footer-box ul {
    padding: 0;
    margin: 0;
    list-style: none; text-align: center;
}
.footer-box ul li {
    display: inline-block;
    padding: 10px 20px;
}

.footer-box ul li a {
    color: #000;
    text-decoration: none;
}
.copyright {
    color: #000;
    text-align: center;
}
.copyright {
    background: #000;
    padding: 10px;
}
.box-content h2 a {
    color: #343a40; text-decoration: none;
}
.box-content h2 a:hover {
    color: #00b9f6;
}
.writer-info span a {
    color: #e7b834;
    font-size: 18px;
}
ol.breadcrumb.nav-breads.bg-darkcustome li.breadcrumb-item.active a {
    color: #e7b834;
}
ol.breadcrumb.nav-breads.bg-darkcustome li.breadcrumb-item.active i {
    color: #e7b834;
}
.breadcrumb.nav-breads li a {
     color: #000;
    text-decoration: none;
}
.detais-box p, .detais-box div, .detais-box span, .detais-box li {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #333 !important;
    /*text-align: justify;*/
}
.detais-box img { margin-bottom: 5px; }
.bg-darkcustome{ background-color: #eee !important; }
@media (min-width: 212px) and (max-width: 479px) {
   .logo-imgs img {
    padding-left: 0px;
}
.socialmenu {
    display: none;
}
.box-content h2 a {
    color: #252525;
    font-size: 26px; font-weight: bold;
}
.box-content h2 {
    line-height: 25px;
}
.categroy-title h3 a {
    color: #2a2a2a;
    text-decoration: none;
    font-size: 24px;
}
img.cell-image.img-fluid {
    /* height: 360px; */
    height: auto;
}
.cell-image-block {
    height: auto;
}
}

@media (min-width: 768px) and (max-width: 1023px){
	.box-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
}
}



/*home dropbtn vk*/

.dropbtn {
  background-color: #000000;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #e7b834;}
