/* MY CUSTOM CSS */

/* Import Papyrus Font */
@font-face {
	font-family: 'Papyrus';
	src: url('../fonts/Papyrus.eot');
	src:
	url('../fonts/Papyrus.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Papyrus.woff') format('woff'),
	url('../fonts/Papyrus.otf') format('opentype'),
	url('../fonts/Papyrus.ttf') format('truetype'),
	url('../fonts/Papyrus.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Import & Set Tahoma Font as default  */
@font-face {
	font-family: 'Conv_tahoma';
	src: url('../fonts/tahoma.eot');
    src: 
    url('../fonts/tahoma.woff') format('woff'), 
    url('../fonts/tahoma.ttf') format('truetype'), 
    url('../fonts/tahoma.svg') format('svg');
	  font-weight: normal;
    font-style: normal;
}

/* Old Layout 1+3+7+1 New Layout: 1+4+6+1 */
/* For Languages Icons */
div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style:none;
    float: right;
}
div.mod-languages li {
    margin-left: 5px;
    /* margin-right: 5px; */
    /* CHANGED PADDING TOP */
    padding-top: 5px;
}
div.mod-languages img {
    border:none;
    /* CHANGED WIDTH & HEIGHT */
    width: 35px;
    height: auto;
}
div.mod-languages a {
    text-decoration: none;
}

#sp-lang-switch.col-2 {
    padding-left: 0px !important;
}

/* Contact info TEXT and Numbers to align right */
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 5px -10px;
  font-size: 16px;
  text-align: right;
  color: #538135;
  /* font-size: 100%; */
}
.sp-contact-info active:hover {
    color: #ee77e7;
}

  /* LOGO TEXT VERTICAL ALIGN */
/* #sp-header  */
/* .textLogo {
    font-size: 24px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */

/* #sp-header .logo a {
    font-family: Papyrus;
    font-size: 27px;
    line-height: 1;
    margin: 0;
    padding: 0;
} */

/* OFF-CANVAS MENU bg-color */
.offcanvas-menu {
  background-color: #ffffff;
  color: #538135;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #538135;
  font-size: 18px;
}

 /* MENU Font Family +++ */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family:Verdana,Tahoma,Arial,Sans-Serif;
    font-size: 18px;
    font-weight: 400;
}

/* SP MegaMenu Dropdown style - from default.css:62 */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffff;
    color: #538135;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    /* color: #ee77e7; */
    color: #ee77e7;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #538135;
}
/* Tahoma import  */
body, p, h1, h2 ,h3, h4, h5, h6, a {
    font-family:Verdana,Tahoma,Arial,Sans-Serif;
}

 /* Menu Badge font size sustomized  */
 .sp-megamenu-parent > li .sp-menu-badge {
    font-size: 12px !important;
    text-transform: none !important;
    background: #28a745;
    color: #fff;
    /* border-radius: 3px; */
}
  /* Mega Menu Group customization */
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
 /* HOME Images and MENU Images Contrast Effect (class="home-image" in HTML code) */
.home-image  { 
    /* Image Contrast Effect */
    filter: contrast(1);
    -webkit-filter: contrast(1);
    -moz-filter:contrast(1); 
} 
.home-image:hover { 
    /* Image Contrast Effect on hover */
    filter: contrast(1.3);
    -webkit-filter: contrast(1.3);
    -moz-filter:contrast(1.3);
}

/* This 4 lines are in template.css line: 1333, now I have to put it in the custom.css to override it ♫♪♫  */
/* .body-wrapper {
  margin: auto;
  width: 100%;
} */

/* TOP section-1 TEXT COLOR (Phone, Mobile & email) */
#sp-section-1 a {
    color: #538135;
}

/* FOOTER COLOR */
#sp-footer {
    color: #538135;
}

h1, h2, p, a, ul, li {
    color: #538135;
}

/* BUTTON COLOR */
.btn-success {
 background-color: #538135;
  border-color: #538135;
}
.btn-success:hover {
 background-color: #42672a;
  border-color: #42672a;
}

/* ---------------- 
Articles Hide red badge STYLES 
---------------- */
.featured-article-badge {
display: none;
}