/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.mega-menu .menu-item .menu-link a{
  color:black;
}

.mega-menu .menu-item.current .menu-link a{
  color:#4bace3;
}

.preloader{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader img{
  height:100px;
}

.entry .entry-image{
  height:300px;
  overflow: hidden;
  position: relative;
}

.entry .entry-image a{
  height:100%;
}

.entry .entry-image a img{
  width:auto;
  height:300px;
  max-width: inherit;
}

.entry .entry-image img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}

.ribbon a {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #4bace3;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff !important;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right a {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.entry{
  overflow: hidden;
  width: 100%;
}

.entry .entry-title a{
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -moz-transition: all .3s ease;
}

.entry .entry-title a:hover{
  color:#4bace3 !important;
}

.entry:hover img{
  height:350px !important;
}

.sidebar-widgets-wrap .entry .entry-image a img{
  height: 100%;
  max-width: 100%;
}

.sidebar-widgets-wrap .entry:hover img{
  height: 100% !important;
}

.sidebar-widgets-wrap .entry .entry-image{
  height:50px;
}

.mega-menu > div.menu-link > div > a{
  color:#444;
}

.mega-menu:hover > div.menu-link > div > a{
  color:#4bace3;
}

.mega-menu.current > div.menu-link > div > a{
  color:#4bace3;
}

.page-item.active .page-link, .page-link:focus, .page-link:hover{
  border-color:#4bace3 !important;
}

#tag-list-sidebar ul,
.post-list-sidebar ul{
  padding-left:0px;
}

#tag-list-sidebar ul li,
.post-list-sidebar ul li,
.article-tags li{
  display: inline-block;
  list-style: none;
  color:white;
  background: #4bace3;
  padding:5px 10px;
  margin-bottom:4px;
  border-radius: 2px;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition:.3s all ease;
}

#tag-list-sidebar ul li a,
.post-list-sidebar ul li a{
  color:white !important;
}

#tag-list-sidebar ul li:hover,
.post-list-sidebar ul li:hover,
.article-tags li:hover{
  background: #197c93;
}

#tag-list-sidebar ul li::before,
.article-tags li::before {
    content: '\205E';
    width: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    opacity: .5;
}

.entry-meta ul{
  margin: auto;
}

.entry-meta:not(.no-separator) li::before{
  margin-right:5px !important;
}

#search-no-result-found{
  text-align: center;
  font-size: 1.3rem;
  margin-bottom:0px;
  padding:2rem 0;
}

.btn-success.disabled, .btn-success:disabled{
  background: #4bace3;
  cursor: not-allowed;
}

#footer{
  background-color:#eeeeee45;
}

#footer #copyrights{
  background: #4bace3 !important;
  padding:20px 0 !important;
}

#footer #copyrights .copyright-links{
  display: inline;
}

#gotoTop:hover{
  background-color:#327d92 !important;
}

.copyright-links a{
  border-bottom-width: 0px !important;
}

#oc-clients .oc-item img{
  width: auto !important;
  height:70px !important;
  filter: grayscale(100%);
  opacity: .3;
}

.fbox-icon{
  max-width: 200px !important;
  width: auto !important;
}

.fbox-icon a, .fbox-icon i, .fbox-icon img{
  width: auto !important;
}

.article-category-image{
  height:200px;
}

.sidebar-article-content{
  max-width: 75%;
}

.article-tags{
  list-style: none;
  display: inline-block;
}

.article-tags li a{
  color:white;
}

.si-share{
  padding-left:12px;
}

@media screen and (max-width:991px){
  .header-size-md #header-wrap #logo img{
    height:35px;
  }

  #page-title{
    padding: 30px 0 !important;
  }

  .pagination{
    margin-top:0px !important;
  }
}
