/*
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: 100 !important;
}*/
/*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://pythongeeks.org/wp-content/uploads/2021/09/python-geeks-logo.webp);
    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;
    }
}

/* Satwik - override default header text*/
nav#nav-topbar ul.nav li.menu-item a {
/*    color: #1A4458; */
    padding: 15px 10px;
/*    font-size: 15px; */
    font-weight: 100;
}

/*--------------------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;
}*/

/* Rahul - hide post catagory & comment count from top */
.page-title {
    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;
}

/*--------------------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--------------------*/
.code-output {
    background-color: #f0f0f0;
    color: #000;
    border: 1px solid #aaa;
    padding: 5px;
    font-family: "Source Code Pro","Liberation Mono","Courier New",Courier,monospace;
    font-size: 13px;
    padding-left: 20px;
    box-shadow: 1px 1px #777;
    line-height: 22px;
    margin-bottom: 20px;
    word-wrap: break-word;
}


/* -----------------Tutorial Home learn home start-------------------*/
/* Rahul - tutorial home learn home box */
.tut-home-box {
/*    border: 1px solid #e2e2e2; */
/*    box-shadow: 1px 1px 1px #aeaeae; */
    margin: 5px;
    padding: 15px;
/*    background: #fcfcfc; */
    border-radius: 10px;
/*    box-shadow: 2px 4px 10px 3px #e5f0fa;*/
    box-shadow: 0 1px 2px 2px #dee0e0;
    border: 1px solid #f3f3f3;
}

ul.tutHomeList {
    margin: 0 0 15px 10px !important;
}


/* Bhumika - for the color of links */

ul.tutHomeList li a{
    color: #5BA1CE !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
    white-space: nowrap;
/*    padding-left: 32px !important;
    background-position-y: center !important;*/

}

ul.tutHomeList li a:before{
    content: '✔';
    width: 22px !important;
    height: 22px !important;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 16px !important;
    font-weight: 100 !important;
    line-height: 26px;
}

ul.tutHomeList li a:visited{
    color: #777 !important
}

/* Bhumika - Tutorial home link hover */
ul.tutHomeList li a:hover{
    background-color: #f5f5f5 !important;
    color: #2F739D !important; /*link color*/
}


/* Rahul - Tutorials home - formatting links in list  */
ul.tutHomeList li {
/*    display: flex; */
    text-align: left;
/*    padding: 9px 0;*/
    border-bottom: 1px dotted #E3BF46;
    line-height: 45px;
    list-style: none;
}


/* Bhumika- to add link to an entire li */
ul.tutHomeList a{
/*    display: -webkit-inline-box; */
    width: 97%;
/*    padding-left: 3px;*/
}

span.tutHomeBoxHead {
    font-size: 20px;
    font-weight: 900;
}


/* -----------------Tutorial Home learn home end-------------------*/


/* -----------------Tutorial Home learn home end-------------------*/


/* ---------------NEW HOME-------------*/
/* Rahul - home box */
.home-box {
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 3px #e5f0fa;
    margin: 10px;
    padding: 15px 30px 20px 15px;
/*    background: #fcfcfc; */
    border-radius: 10px;
}

/* Rahul - home box head*/
.home-box-head {
    background: #376a96;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-top: -16px;
    margin-left: -15px;
    padding: 10px 23px 10px 22px;
    margin-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
    white-space: nowrap;

}

/* Rahul - home box list*/
ul.home-ul {
    margin: 0 0 15px 10px !important;
}


/* Rahul - home box list*/
ul.home-ul li {
    text-align: left;
    border-bottom: 1px dotted #E3BF46;
    line-height: 45px;
    display: block;
}

ul.home-ul li:hover {
    background: #f6f6f6;
}

/* Rahul - home box links*/
ul.home-ul a {
    color: #5BA1CE !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
    white-space: nowrap;
    width: 97%;
    padding-left: 3px;
    text-decoration: none !important;
    background: url(https://pythongeeks.org/wp-content/uploads/2023/01/check-mark1.webp) no-repeat !important;
    background-repeat: no-repeat;
    padding-left: 32px !important;
    background-position-y: center !important;

}
ul.home-ul li a:visited{
    color: #777 !important
}

div.home-box p {
    text-align: center;
}

/* Rahul - home box view all button */
a.home-button {
/*    display: inline-block;
    padding: 7px 25px 7px 25px;
    margin-top: 20px;
    background: #e8e8e8;
    color: #555 !important;
    text-decoration: none !important;
    box-shadow: 1px 1px 3px 1px #d0d0d0;
    font-weight: 600;*/

    display: inline-block;
    padding: 5px 15px;
    margin-top: 15px;
    background: #376a96;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 1px 1px 3px 1px #d0d0d0;
    /* font-weight: 600; */
    border-radius: 5px;

}

a.home-button:hover {
/*    background: #e8e8e8;
    color: #444 !important;
    box-shadow: 1px 1px 3px 2px #d0d0d0;*/
    background: #315F87;
    color: #fff !important;
    box-shadow: 0px 1px 3px 3px #d0d0d0;

}

.searchsuggestion {
    padding: 2px 10px 2px 10px;
    margin-right: 15px;
    border: 1.25px solid #C0C0C0;
    border-radius: 10px;
}

/* Rahul - reduce bottom margin from search on new home */
#panel-86621-0-0-0 {
        margin-bottom: 10px !important;
}

/* Rahul - home image tile*/

.home-tile-div {
    display: flex;
    justify-content: center;
}


a.home-tile {
    padding: 14px;
    margin: 12px;
    text-decoration: none;
    box-shadow: 0px 6px 14px 0px #e4eaef;
    width: 80px;
    height: 85px;
    vertical-align: middle;
    text-align: center;
    transition: all .5s ease-in-out;
    border: 1px solid #e4eaef;
    text-decoration: none !important;
    border-radius: 8px;
}

a.home-tile:hover {
    box-shadow: 0 3px 10px 5px #b6bbbf;
}
/* ---------------NEW HOME END-------------*/
