/* custom style */
/*body{
  box-shadow: 5px 10px #d0d0d0a3;
}*/

.the-menu a.active{ color:#ea8400 !important; } 
.main-menu .the-menu li a, .secondary-menu ul li a {
  font-family: "Titillium Web", sans-serif;
  color: #000 !important;
}
.main-menu{
  background-color: #fbbf11 !important;
}
.breaking-news .the-title{
  background-color: #d12028;
  border-radius: 0 20px 20px 0;
}
.header{
  background-color: #035914;
}

.content{
  background: #ffffeeeb;
}
.header .header-menu{
  float: left;
  margin-left: 19%;
  width: 35%;
  margin-top: 10px;
}

.block-title, .widget > h3{
  background: #ecbc62;
  font-weight: normal;
}

.block{
  background-color: #22222029;
/*  padding: 10px;*/
  /*border-radius: 10px 10px 0 0;*/
}

.widget{
  background-color: #22222029;
  padding: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  /*color: #025312;*/
  color: #000;
}

a:hover{
  color: green;
/*  color: gold;*/
  text-shadow: 1px 1px #555;
}

.meta a {
  color: #d12028 !important;
}

.list-title{
  background: #025312c4;
  border-bottom: 2px transparent;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 7px 13px;
  margin-bottom: 10px;
  /*font-weight: bold;*/
}

.widget .social-bar a span.linkedin {
    background: #d12028;
}

.double-block .widget .social-bar a{
  width: 40% !important;
}

.hover-effect{
  background-color: #7fff8c;
/*  background-color: #fbbf11;*/
}

#Back-to-top{
  bottom: 80px !important;
  right: 70px !important;
}

.footer .wrapper {
    border-top: 2px solid transparent;
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 2px;
}

.footer{
  border-top: 3px solid #c1c1c1;
  background: #035914;
}

.footer ul li a{
  color: #fff;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

h1{
  font-size: 20px !important;
}

.breaking-news a{
  color: #d12028 !important;
}

.breaking-news a:hover{
  color: #035914 !important;
}

.red {
  background-color: #d12028 !important;
}

.block {
    background-color: #d0d0d01f;
    padding: 10px;
    border-radius: 10px; 
}

/*.block-title, .widget > h3 {
    background: #035914;
    font-weight: normal;
}*/

.mobile-menu{
  color: white !important; 
}


.block-title{
  background-color: #035914 !important;
  border-radius: 8px 8px 0 0 !important;
  background: url('../../../../assets/magazine/background/bg-ukir.png') #035914 top center fixed !important;
}

.block-title h2 {
  text-transform: uppercase !important;
  font-size: 16px !important;
  color: #fff !!important;
  margin: 0;
}

img {
  -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
  opacity: 0.8;
  border-radius: 7px;
  box-shadow: 10px 5px 5px linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
}

img:hover {
  transition: mask-position 4s,
  -webkit-mask-position 4s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}

.MsoNormal{
  text-align: justify !important;
}

.MsoNormal span{
  font-size: 12px !important;
  font-family: 'Brush Script MT', cursive !important;
}

.article-content h4{
  font-weight: bolder !important;
}

.text-danger{
  color: #d12028ad !important;
}

