@media (max-width: 600px) {
    .display-4 {
      font-size: 1.8rem !important;
    }
  }

main a{
    text-decoration: underline #ffd154;
    color: #222222;
}

main a:hover{
    color: #ffd154;
}

.pagi a{
    color: #ffffff;
    background: #cccccc;
    padding: 10px 20px;
}

.pagi a:hover{
    
}

body{
    font-size: 1.25rem;
    font-weight: 300;
    font-family: 'Nunito Sans', sans-serif;
}

h2{
    font-weight: 300;
    position: relative;
    padding-left: 35px;
}

h2:before{
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background-color: #ffd154;
    position: absolute;
    top: 19px;
    left: 0px;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 300;
}

ul{
    margin-left: 20px;
}

/* CUSTOM BS4 NAVBAR STARTS */
.navbar-brand{
    color: #222222 !important;
    font-weight: 400;
}
.navbar-brand, .nav-link{
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 209, 84, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.nav-item a{
    color: #ffffff;
    text-transform: uppercase;
    background: #222222;
}

/* CUSTOM BS4 NAVBAR ENDS */

/* CSS FOR SINGLE PAGE AND POST */

.single-page-title{
    text-transform: uppercase;
    font-weight: 300;
}

.additional-page-title-for-home{
    text-transform: uppercase;
    font-weight: 300;
}

.additional-page-title-for-home small{
    text-transform: none;
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 50%;
}

.single-page-container ul{
    list-style-type: none;
}

.single-page-container ul li{
    position: relative;
}


.single-page-container ul li::before{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffd154;
    position: absolute; 
    top: 14px;
    left: -27px;
}
.bg-warning{
    background-color: #ffd154;
}
/* CSS FOR SINGLE PAGE AND POST ENDS*/

/* RANKNG STARST */
.ranking-row{
    border-top: solid 2px #ffd154;
    border-bottom: solid 2px #ffd154;
}

.ranking-header{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ranking-header strong{
    font-weight: 700;
}

.ranking-col{
    background-color: #f4f4f5;
    -webkit-box-shadow: 0px 0px 10px 5px #f4f4f5;
    -moz-box-shadow: 0px 0px 10px 5px #f4f4f5;
    box-shadow: 0px 0px 10px 5px #f4f4f5;
}

.ranking-content{
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(196,196,196,1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(196,196,196,1);
    box-shadow: 0px 0px 10px 5px rgba(196,196,196,1);
}

.ranking-content.first{
    border: solid 2px #ffd154;
}

.ranking-items-number{
    position: absolute;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #b7b7b7;
    display: inline-block;
    border: solid #b7b7b7 1px;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em; 
    font-size: 1.6em;
    top: 10px;
    left: 10px;
}

.ranking-items-number.first{
    color: #222222;
    font-size: 2.5em;
    width: 1.5em;
    border-radius: 1em;
    line-height: 1.5em;
    background: #ffd154;
    border-color: #ffd154;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(196,196,196,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(196,196,196,1);
    box-shadow: 0px 0px 5px 2px rgba(196,196,196,1);
}

.hr{
    height: 3px;
    background-color: #b7b7b7;
    width: 100%;
    margin-top: .5rem;
}

.hr.first{
    background-color: #ffd154;
}

.ranking-items-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
    min-height: 80px;
    color: #222222;
}

.ranking-items-link{
    width: 100%;
    text-align: center;
    background: #222222;
    color: #ffffff;
    text-transform: uppercase;
}

.ranking-items-link:hover{
    color: #ffffff;
    background: #495057;
}

.ranking-items-link.first{
    background: #ffd154;
    color: #222222;
}

.ranking-items-link.first:hover{
    color: #222222;
    background: #ffc72e;
}



.ranking-items-holder a:hover{
    text-decoration: none;
}
/* SLICK CAROUSEL CUSTOM CSS */
.slick-prev{
    left: -17px;
}    

.slick-next{
    right: -17px;
}
.slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    background: transparent !important;
    border: 0;
    font-size: 2rem;
    cursor: pointer;
    z-index: 2;
    outline: none !important;
    color: #ffd154;
}
/* RANKING ENDS */

/* ASIDE */

aside{
    border-bottom: #dee2e6 solid 1px;
}

/* ASIDE ENDS */

.archive-post{
    border: #b7b7b7 solid 1px;
}

.entry-content{
    border-top: #ffd154 solid 5px;
}

.archive-read-more{
    position: relative;
    border-top: #b7b7b7 solid 1px;
}

.archive-read-more:hover{
    text-decoration: none;
}

.tags-holder a {
    background: #ffc107;
    padding: 1px 10px;
    color: #fff;
    border-radius: 15px;
    margin-bottom: .3rem;
    display: inline-block;
}

.tags-holder a:hover {
    background: #b7b7b7;
    text-decoration: none;
}

/* FOOTER */
.bottom-footer{
    text-align: center;
    background: #b7b7b7;
    font-size: 12px;
}

/* COMMENTS VIEW */
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: none;
  }
  
  .card {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.002);
  }
  
  .chip {
    display: inline-block;
    border-radius: 16px;
    font-size: 13px;
    color: #ffffff;
    height: initial;
    min-height: 25px;
    line-height: 25px;
    margin-bottom: 0rem;
    margin-right: .5rem;
    padding: 0px 10px;
    box-shadow: 0 1px 1px rgba(128, 128, 128, 0.18);
    font-weight: 600;
  }
  
  .children .media .card-block {
    background: rgba(0, 0, 0, 0.02);
    padding: .75rem;
  }
  
  .media p {
    margin-bottom: .1rem;
  }
  
  .hoverable {
    transition: box-shadow .5s;
  }
  
  .hoverable:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2);
  }

.comment-edit-link, .comment-reply-link{
    color: #222222;
    text-decoration: none;
}

.comment-edit-link:hover, .comment-reply-link:hover{
    color: #222222;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 50%;
}

.comment-captcha{
    display: block;
    width: 150px;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#submit{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}