body a:hover {
   color: #4b80ea;
}

.mp-span4 img {
 width:250px;
 height:180px;
}

#cboxTitle { display: none !important; }
#cboxCurrent { display: none !important; }
#cboxNext { left: 80px !important; }

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: 0;
}

table, tbody, tr, td {
border-top: none !important;
border-bottom: none !important;
}

ul.nav-menu { 
text-align:center;
}

.menu-item-type-post_type { 
text-align:left;
}

.ribbon {
   position: absolute;
   right: 5px; top: 5px;
   z-index: 1;
   overflow: hidden;
   width: 75px; height: 75px; 
   text-align: right;
}
.ribbon span {
   font-size: 10px;
   color: #fff; 
   text-transform: uppercase; 
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg); /* Needed for Safari */
   width: 100px; display: block;
   background: #79A70A;
   background: linear-gradient(#9BC90D 0%, #79A70A 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
}

.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}

.red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}

@media only screen and (max-width: 600px) {
.ribbon {
   position: absolute;
   right: 92px; top: 5px;
  }
}

.alignright {
   padding: 20px 0 20px 20px;
}

.gallery-icon {
  width:150px;
  height:150px;
  overflow:hidden;
  margin:20px;
}

.gallery-icon img {
  width: 100%;
height: 100%;
 object-fit:cover;
}

.gallery-icon.portrait img {
object-fit: cover; 
object-position: 100% 0;
}

.elementor .elementor-toggle .elementor-tab-title, .elementor-toggle .elementor-tab-content {
  border-bottom:1px solid #4c1577 !important;
}

h3.elementor-heading-title.elementor-size-default {
    margin-top:10px;
    color:#00bfff !important;
    font-weight:300 !important;
}
