/*
Theme Name: Coding Tutorials
Theme URI: https://codingtutorials.in/
Author: Ranjeet Kumar
Version: 10.1
Description: Coding Tutorial is one of the best website who want to learn coding with coding tutorial
Tags: Coding Tutorial, Coding Tutorials, Coding Hub, html, css, html coding, javascript
*/
body{
    background-color: #f4f4f4;
}
#header-nav{
    background-color:#af0700;
}
.fa-bars
{
    color:white;
}
.fa-search
{
    color:white;
}
.custom-navbar .navbar-nav .nav-item{
    text-transform:uppercase;
}
#customSearchForm{
    position:absolute;
    right: 155px;
    display:none;
    background-color: #fff;
    padding:12px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: whitesmoke;
    z-index:1
}
.search-field
{
    height:38px!important;
    border: 1px solid #dcdcdc;
}
.search-submit
{
    background-color:#af0700;
    border:none;
    height:36px!important;
    color:white;
    font-weight:bolder;
}
#postreadmore
{
    font-size: 14px;
    margin-top: 0px;
    padding: 9px 15px;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-weight: 700;
    transition: all 0.075s ease;
    color: #404040;
    background-color:white;
}
#postreadmore:hover
{
    font-size: 14px;
    margin-top: 10px;
    padding: 9px 15px;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-weight: 700;
    transition: all 0.075s ease;
    color: white;
    background-color:#af0700;
}
#contactus
{
    font-size:22px;
    text-transform:uppercase;
}
