/*
 Theme Name:   Obulma Child Theme
 Theme URI:    http://direxions.com/
 Description:  Obulma Child Theme
 Author:       Naresh Kumar
 Author URI:   http://direxions.com/
 Template:     obulma
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  obulmachild
*/
                
 @font-face {
    font-family:  'Poppins', sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
  
}
body{
    font-family:  'Poppins', sans-serif !important;
}
.custom-logo{
    max-width: 35%;
}
.navbar-brand{
    align-items: center !important;
}
.navbar{
    padding: 0.7% 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.header-content{
    display:none;
}
.site-content{
        margin: 2% 0;
        min-height: 500px;
}
.footer{
    background-color: #0055aa !important;
    padding: 2% !important;
    color: #fff;
    font-size:0.82em;
    text-align: center;
    width: 100%;
    
}
.page{
    margin:0 !important;
}
.elementor{
        width: 100%;
}
.navbar>.container .navbar-menu{
    box-shadow: none;
}
.textarea:focus, .input:focus,.select select:focus{
    border-color: #0055aa8c;
}
.navbar-end{
        background-color: #f4f6f7;
}
/*Responsive css*/
@media only screen and (max-width:1023px){
    .custom-logo {
    max-width: 30%;
}
.navbar-brand{
    padding: 0 2%;
}
}
@media only screen and (max-width:479px){
  .custom-logo {
    max-width: 26%;
    display: flex;
}
.navbar-brand {
    padding: 0 4%;
}
}