/*
Theme Name:   Hueman Child Theme
Description:  Hueman child theme 
Author:       Rahul
Template:     hueman-pro
Version:      1.0.1
*/

/* Add your CSS code here. */

/*--------------------HEADER START--------------------*/

/*Satwik - to align topbar items to right*/
nav#nav-topbar {
    text-align: right;
}
/*Satwik - to add margin to the nav container*/
.nav-wrap.container {
    margin-right: 50px;
}
/*Satwik - header height*/
#header{
    height: 0 !important;
}
/*Satwik - to align home button to left on topbar*/
.nav-home.menu-item {
    position: fixed;
    left: 0;
    width:  260px;
    font-size: 24px;
    text-align: left;
}
/*Satwik - font-color and weight for site title on topbar*/
.nav-home.menu-item a {
    font-weight: 900;
}
/*Satwik - to set topbar max width*/
ul#menu-topbar-1 {
    max-width: 100%;
}
/*Satwik - to position header search at right*/
div#topbar-header-search {
    position: absolute;
    right: 0;
}
/*Satwik - to hide title group div below header*/
#header .container.group {
    display: none;
}
/*Satwik - to add shadow below header topbar*/
#nav-topbar, #nav-mobile{
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3) !important;
}
/*Satwik - topbar logo*/
.PG-logo{
    background-image: url(https://alijahanuman.org/wp-content/uploads/2021/02/alija-hanuman-logo.png);
    background-repeat: no-repeat;
/*    background-size: 255px;  */
    background-position: 0px 4px;
    margin-left: 30px;
    float: left;
}
/*Satwik - to hide site name above logo in topbar*/
.PG-logo a, .PG-logo a:hover{
    color: transparent !important;
}
/*Satwik - to avoid topbar logo background darkening on hover*/
.PG-logo a:hover{
    background: transparent !important;
}
/*Satwik - to color the topbar white*/
header nav{
    background-color: #FFFFFF !important;
}
/*Satwik - to set text color of topbar options*/
header .menu-item:not(.PG-logo) a, header #nav-topbar .toggle-search{
    color: #1A4458 !important;
    font-weight: 900;
}
/*Satwik - to add shabow below topbar*/
#nav-topbar{
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.3) !important;
}
/*Satwik - to color ham button on mobile screens*/
.ham__navbar-toggler-two .line{
    background: #1A4458 !important;
}
/*Satwik - to set header background color*/
#header{
    background: #FFFFFF !important;
    user-select: none;
}
/*Satwik - to move search toggle to right*/
.toggle-search{
    right: -10px;
}
/*Satwik - media query to toggle between search bar and button*/
@media only screen and (min-width: 960px){
    /*Satwik - to fix search bar to header*/
    #topbar-header-search .search-expand{
        display: block !important;
        top: -50px;
        right: -20px;
    }
    /*Satwik - searchbar inner padding*/
    #topbar-header-search .search-expand .search-expand-inner{
        background-color: #FFFFFF;
        padding: 6px;
    }
    /*Satwik - to increase right margin for topbar options*/
    .nav-wrap.container {
        margin-right: 320px !important;
    }
}

/*--------------------HEADER END--------------------*/

/*--------------------PAGE START--------------------*/

/*Satwik - to remove left & right padding from page container*/
#page{
    padding: 0;
}
/*Satwik - main container width*/
.main {
    width: 100%;
}
/*Satwik - to set container inner margin*/
.container-inner{
    margin: 0;
}
/*Satwik - to resize the space left for sidebars*/
body:not(.col-1c):not(.home) .main-inner.group {
    padding-left: 230px;    
}
/*Satwik - to resize the space right for sidebars*/
body:not(.col-1c) .main-inner.group{
    padding-right: 320px; 
}
/*Satwik - left padding in the main container*/
body:not(.home):not(.col-1c) #page>.container-inner>.main:before {
    padding-left: 230px;
}
/*Satwik - right padding in the main container*/
body:not(.col-1c) #page>.container-inner>.main:after {
    padding-right: 320px;
}
/*Satwik - hide page title from home page*/
.home #page .page-title.pad.group{
    display: none;
}
/*Satwik - space on left side in 1 column pages*/
.col-1c .main:before {
    padding-left: 200px;
}
/*Satwik - main-inner container padding on 1 column pages*/
.col-1c .main-inner.group {
    padding-left: 200px;
    padding-right: 200px;
}
/*Satwik - space on right side in 1 column pages*/
.col-1c .main:after {
    right: 0;
    padding-right: 200px;
}
/*Satwik - to remove border below page title*/
.page-title.pad.group {
    border: none;
}
/*Satwik - to center align the title on contact us page*/
body.page:not(.home):not(.single) .page-title h1 {
    text-align: center;
}
/*Satwik - to avoid hoeizontal scrollbar*/
html{
    overflow-x: hidden;
}
/*Satwik - to change title color to orange on hovering on post card*/
.post-hover:hover .post-title a{
    color: #E07A05 !important;
}
/*Satwik - content padding on pages*/
.page .pad.group {
    padding: 30px 80px;
}

/* Rahul - hide post catagory & comment count from top */
.page-title {
    display: none;
}


/*--------------------CONTENT START--------------------*/

/*Satwik - to avoid scrolling on single line code in enlighterJs divs*/
.enlighterEnlighterJSWrapper {
    overflow-y: hidden;
}
/*Satwik - to color the category links above posts*/
.category a{
    color: #3C8DAA;
}
/*Satwik - heading font sizes*/
/*h1 default*/
h1{
    font-size: 42px !important;
}
/*h2 default*/
h2{
    font-size: 34px !important;
}
/*h3 default*/
h3{
    font-size: 28px !important;
}
/*h4 default*/
h4{
    font-size: 22px !important;
}
/*h5 default*/
h5{
    font-size: 18px !important;
    font-weight: 900;
}
/*h6 default*/
h6{
    font-size: 16px !important;
    font-weight: 900;
}
/*title size in post grids*/
.grid-item h2{
    font-size: 19px !important;
}
/*h1 on category pages*/
.category h1 {
    font-size: 24px !important;
}
/*comment headings*/
#comments h3 {
    font-size: 20px !important;
}
/*h1 on search results page*/
.search h1 {
    font-size: 24px !important;
}
/*h1 on error 404 page*/
.error404 h1 {
    font-size: 24px !important;
}
/*heading sizes for mobile screens*/
@media only screen and (max-width: 600px){
    h1{
        font-size: 26px !important;
        font-weight: 900 !important;
    }
    h2{
        font-size: 24px !important;
    }
    h3{
        font-size: 20px !important;
    }
    h4{
        font-size: 18px !important;
        font-weight: 900;
    }
    h5{
        font-size: 16px !important;
        font-weight: 900;
    }
    h6{
        font-size: 14px !important;
        font-weight: 900;
    }
  	.category h1{
    	font-size: 20px !important;
  	}
  	#comments h3 {
    	font-size: 18px !important;
	}
  	.search h1 {
    	font-size: 20px !important;
	}
  	.error404 h1 {
    	font-size: 20px !important;
	}
}
/*Satwik - to set heading font size on pages*/
body.page h1{
    font-size: 38px !important;
}
/*Satwik - to set heading font size on pages on mobile screens*/
@media only screen and (max-width:480px){
    body.page h1{
        font-size: 30px !important; 
    }
}

/*Satwik - social media sharing button colors*/
.sharrre#facebook .box .count, .sharrre#facebook .box .share{
    color: #444444 !important;
}
.sharrre#facebook .box:hover .count, .sharrre#facebook .box:hover .share{
    color: #3B5999 !important;
}
.sharrre#twitter .box .count, .sharrre#twitter .box .share{
    color: #444444 !important;
}
.sharrre#twitter .box:hover .count, .sharrre#twitter .box:hover .share{
    color: #4FACED !important;
}

/*--------------------CONTENT END--------------------*/

/*--------------------TAGS & COMMENTS START--------------------*/

/*Satwik - topbar search button color*/
input[type="submit"]{
    background-color: #E07A05;
}
/*Satwik - to color post-comments text*/
.post-comments{
    color: #FFFFFF !important;
}
/*Satwik - post tags below single posts*/
.post-tags a:hover {
    color: #FFFFFF !important;
}

/*--------------------TAGS & COMMENTS END--------------------*/

/*--------------------SIDEBARS START--------------------*/

/*--------------------COMMON--------------------*/

/*Satwik - to stop content from moving when sidebars are expanded*/
body.sidebar-expanded section#content {
    transform: translateX(0px) !important;
}

/*--------------------LEFT--------------------*/

/*Satwik - left sidebar width and position*/
.sidebar[data-position="left"]{
    width:230px;
    margin-left: -230px !important;
}
/*Satwik - media query for left sidebar collapse*/
@media only screen and (max-width: 960px){
    /*left sidebar width and margin*/
    .sidebar[data-position="left"]{
        width: 50px;
        margin-left: -50px !important;
    }
    /*left padding on main container*/
    body:not(.home) #page>.container-inner>.main:before{
        padding-left: 50px !important;
    }
    /*left padding on main inner container*/
    #page>.container-inner>.main>.main-inner{
        padding-left: 50px;
    }
}
/*Satwik - left sidebar settings when expanded*/
.sidebar.expanded[data-position="left"]{
    transform: translateX(230px) !important;
    width:230px !important;
    margin-left:-230px !important;
}
/*Satwik - media query for lsb when rsb is collapsed*/
@media only screen and (min-width:961px) and (max-width: 1200px){
    /*to collapse lsb when rsb is expanded*/
    body.sidebar-expanded .sidebar[data-position="left"]{
        display: none;
    }
}

/*--------------------RIGHT--------------------*/

/*Satwik - right sidebar width and position*/
.sidebar[data-position="right"]{
    width:320px;
    margin-right:-320px !important;
}
/*Satwik - media query for right sidebar collapse*/
@media only screen and (max-width: 1200px){
    /*right sidebar width and margin*/
    .sidebar[data-position="right"]{
        width: 50px;
        margin-right: -50px !important;
    }
    /*to avoid missing toggle button on home page*/
    .sidebar[data-position="right"] .sidebar-toggle{
        display: block;
    }
    /*to hide sidebar content*/
    .sidebar[data-position="right"].collapsed .sidebar-content{
        display: none;
    }
    /*right padding on main container*/
    #page>.container-inner>.main:after{
        padding-right: 50px !important;
    }
    /*right padding on main inner container*/
    #page>.container-inner>.main>.main-inner{
        padding-right: 50px;
    }
}
/*Satwik - right sidebar settings when expanded*/
.sidebar.expanded[data-position="right"]{
  	transform: translateX(-320px) !important;
  	width:320px !important;
    margin-right:-370px !important;
}
/*Satwik - recent posts heading*/
#recent-posts-7 h3, #recent-posts-6 h3{
    font-size: 14px !important;
    text-align: center;
    color: #777777;
}
/*Satwik - custom bullet icons before recent posts on home page*/
#recent-posts-7 li a:before, #recent-posts-6 li a:before {
    content: "\f013";
    font-size: 18px;
    color: #3C8DAA;
    position: absolute;
    left: 7px;
}
/*Satwik - font-size for links in recent posts widget*/
#recent-posts-7 li a, #recent-posts-6 li a {
    font-size: 14px;
    color: #3C8DAA;
    display: block;
    height: 50px;
    width: 280px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 50px;
}
/*Satwik - to reset paddings on recent post widgets*/
.widget_recent_entries{
    padding: 15px 0 0 0 !important;
}
/*Satwik - to reset paddings on li items in recent posts widgets*/
.widget_recent_entries ul li{
    padding: 0 5px 0 30px !important;
    margin: 2px;
    width: 280px;
}
/*Satwik - effects on hover on links in recent posts widgets*/
.widget_recent_entries li:hover a {
    color: #1A4458 !important;
}
/*Satwik - effects on hover on links in recent posts widgets*/
.widget_recent_entries li:hover {
    background-color: rgba(60, 141, 170, 0.1);
    outline: 1px solid #3C8DAA;
}
/*Satwik - effects on hover on links in recent posts widgets*/
.widget_recent_entries li:hover a::before {
    color: #1A4458 !important;
}

/*--------------------SIDEBARS END--------------------*/

/*--------------------PAGE END--------------------*/

/*--------------------FOOTER START--------------------*/

/*Satwik - to override default footer max-width*/
#footer .container-inner {
    max-width: 100%;
}
/*Satwik - to remove bottom padding from text inside full width footer*/
div#text-5 {
    padding-bottom: 0 !important;
}
/*Satwik - to remove padding from full width footer*/
section#footer-full-width-widget {
    padding: 0 !important;
}
/*Satwik - margin and height settings for links in full width footer widget*/
#text-5 a {
    margin: 0 10px;
    line-height: 39px;
}
/*Satwik - to remove bottom margin from p in full with footer widget*/
#text-5 p {
    margin: 0;
}
/*Satwik - to add shadow above footer*/
footer#footer {
    box-shadow: 0 -7px 8px -10px #333;
    z-index: 2;
}
/*Satwik - bottom footer background color*/
#footer-bottom{
    background-color: #1A4458;
}
/*Satwik - to color the links in bottom footer white*/
#footer-bottom a:not(#back-to-top){
    color: #FFFFFF !important;
}

/*--------------------FOOTER END--------------------*/

/*--------------------MISCELLANEOUS START--------------------*/

/*Satwik - sitewide link color default*/
a{
    color: #3C8DAA;
}
/*Satwik - sitewide link hover color default*/
a:hover{
    color: #E07A05 !important;
}
/*----------------------Satwik - selection highlight colors-----------------------*/
::selection{
    color: #FFFFFF;
    background: #4FACED;
}
::-moz-selection{
    color: #FFFFFF;
    background: #4FACED;
}
a::selection, a em strong::selection, a em::selection, a strong::selection{
    color: #E07A05;
}
a::-moz-selection, a em strong::-moz-selection, a em::-moz-selection, a strong::-moz-selection{
    color: #E07A05;
}

#comments .comment-form-url{
    display: none;
}

/*--------------------MISCELLANEOUS END--------------------*/

/* Rahul - home slider caption align center */
.carousel-caption {
    text-align: left !important;
}
