/*
Theme Name: Ultralight WP
Theme URI: https://www.egrapes.in/projects/ultralightwp
Author: Neeraj Mourya
Author URI: http://neerajmourya.tumblr.com/
Description: Ultra light weight and Responsive Theme based on Ultralight Responsive Framework
Version: 1.0
License: Copyright &copy; 2018 Neeraj Mourya, All rights reserved.
Tags: two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template
Text Domain: ultralightwp
*/
/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body{
    font-family: 'Open Sans', sans-serif;    
}
*/
.cntr,.cl{
    transition:0.5s all;
}
.theme-grid{
    position: fixed;
    top: 0px;
    left:0px;
    width:100%;
    height:100%;
    z-index: 999999999;
}
.theme-grid, .theme-grid .cntr, .theme-grid .rw, .theme-grid .cl::before{
    height: 100%;
}
.theme-grid .cl::before{
    content:"";
    display: flex;
    width:100%;
    background-color: rgba(255,50,50,0.3);
}
a:link{
    text-decoration: none;
}
.rpad{
    padding-top:60px;
    padding-bottom:60px;
}
.rpad.sm{
    padding-top:30px;
    padding-bottom:30px;
}
.rpad.lg{
    padding-top:100px;
    padding-bottom:100px;
}
.custom-logo{
    max-height:30px;width:auto;margin-right:10px;
}
.nav .site-title{
    font-size:23px;
    line-height:1em;
    margin:0px;
}
.nav .site-description{
    font-size:13px;
}
.btn.hol{
    background:none;
    border-width: 2px;
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul{
    list-style: none;
    padding:0px;
}
.widget-title{
    font-size:1.4rem;
}