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

/* Add your CSS code here. */

/* Ayushi-

Classes:
aligncenterblog, alignmiddleblog: center-align and vertical-align things for blogs
coupon2019: coupon text in offer topbar
current: hightlight left sidebar link to current blog
dfblognew: to add New PNG against blog name in left sidebar
df-ccf: call contact forms within blogs
df-cf2-text: text before right sidebar contact form
df-float-l to float to the left
df-hide, df-show: hide and show content for offer topbar
df-link-color: blue links
dflogo: put site logo in topbar menu
dflsb, dflsbhead, dflsbul, dflsbli: left sidebar
dflsbquiz: quiz sidebars
dflsbwidget: replacement for class left_sidebar_link_widget for entire left sidebar
df-rect and df-check: rectangles and checkboxes
df-success-story: color for success story links
df-talk and querybutton: talk to us and write to us buttons in footer
dftesti1: circular images for success stories
img-gray-border: thin, gray border around blog post images
intmenubi: BI menu
topcategoryrow and topcategorybutton: top category buttons on blog home
searchsuggestion: search suggestions on blog home
ss-course-box, ss-course-button: course button on success stories

IDs:
dfaboutfooter, dfcategoryfooter1, dfcategoryfooter2: add links to footer
df_cf2: contact form in right sidebar*/

/* Bhumika -
Classes:
set-margin : to change the margin and padding of tutorial home page
starBefore : adding star before links
listStyle : for list style type in tutorial home
tutorial-heading : for the headings of tutorial home 
blogshadow : to add shadow to images
displayblock : to add display inline on blog home images
*/

/*------------------------------header------------------------------*/

/*Satwik - to align mobile nav menu*/
#menu-mobile-nav .menu-item {
    width: 100%;
    text-align: center;
}
/* Ayushi- To make menu items fully clickable to prevent rolling back*/
li.menu-item{
    height: 50px;
}
/* Ayushi- To remove dropdown arrows on topbar menu*/
.topbar-toggle-down{
    display: none !important;
}
/* Ayushi- To prevent menu bar from shrinking by 1px on hover*/
nav#nav-topbar{
    height: 50px !important;
}
/* Ayushi- To remove header padding*/
#header .pad{
	display: none;
}
/* Ayushi- To return white color to coupon in offer popup*/
a.coupon2019, a.coupon2019:hover{ 
	color: #FFFFFF !important; 
}
/* Ayushi- To put site logo in topbar menu*/
.dflogo{
  	background: url(https://data-flair.training/blogs/wp-content/uploads/sites/2/2024/12/dataflair-tv-logo.webp);
/*  	background-position: center;
  	margin: 0 0 0 21px;
  	float: left !important;
  	width: 88px; */
  background-repeat: no-repeat;
  margin-left: 21px;
  margin-top: 3px;
  margin-bottom: -3px;
  float: left !important;

}

/* Ayushi- To keep topbar logo from highlighting on hover*/
ul#menu-quiz-1 .dflogo a:hover{
  	background-color: transparent;
}
/* Ayushi- To set left margin for site logo on single blog posts*/
body.single-post li.dflogo{
  	margin-left: 1px;
}
/* Ayushi- To override theme CSS to set blue color to topbar and submenu*/
.pro-header-on #header #nav-topbar.nav-container, #nav-topbar .nav ul{
/*  	background: #5BA1EC !important; */
      background: #ffffff !important;

}
#nav-topbar .nav li a {
  color: #555554 !important;
}

/* Ayushi- To set white text for submenu and menu links*/
ul.sub-menu li:hover {
    background: #f2f2f2 !important;
}
/*
#nav-topbar .nav ul li a:hover, #nav-topbar div.nav-wrap.container ul li a:hover{
  	color: #000000 !important;
        background-color: #f2f2f2 !important;

}*/

/* Ayushi- To right-align topbar menu for blogs*/
#header .nav-container .nav{
  	text-align: right;
}
/* Ayushi- To left-align topbar sub-menu for blogs*/
ul.sub-menu{
  	text-align: left;
}
/* Ayushi- To open BI interview questions menu to the left*/
li.intmenubi ul.sub-menu{
  	margin-left: -360px;
}
/* Ayushi- To add a leftward arrow to the BI interview questions menu*/
li.intmenubi a::after{
  	content: "\f0d9";
}
/* Ayushi- To add NEW GIF to IQ and Quiz in menu*/
li.menu-item-27572{
  	background: url(https://data-flair.training/blogs/wp-content/uploads/sites/2/2019/04/New-08.png) right top no-repeat;
}
/*Ayushi- To add New PNG against blog name in left sidebar*/
.dfblognew a::after{
  	content: url(https://data-flair.training/blogs/wp-content/uploads/sites/2/2019/04/New-08.png);
}
/* Ayushi- To reduce padding between list items in menu*/
#menu-quiz-1 li a{
  	padding: 14px 12px;
}

/*------------------------------page layout------------------------------*/

/* Ayushi- To prevent entire webpage from scrolling horizontally*/
html{
    overflow-x: hidden;
}
/* Ayushi- To prevent horizontal scrollbar because of overflow due to recaptcha tab*/
body{
    overflow-x: hidden;
    overflow-y: hidden;
}
/* Ayushi- To avoid 3cm error of Mozilla*/
.main{
    overflow: unset !important;
}
/*Ayushi- Media Query for Desktops and Laptops */
@media only screen and (min-width: 1025px){
    /* Ayushi- To add side padding to blog posts*/
  .single-post .post-inner{
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*Satwik - main inner container side paddings*/
.col-3cm .main-inner{
	padding-left: 230px;
  	padding-right: 320px;
  	background: #F0F0F0;
}
/*Satwik - header height*/
#header{
    height: 0 !important;
}
/* Ayushi- To hide header from blog posts and pages
@media only screen and (min-width: 960px){ 
.header-desktop-sticky.topbar-enabled #header{
  padding: 110px 0 0 0 !important;
}
}*/
/* Ayushi- To remove padding from page title on blog posts*/
#page > div > div > div > section > div.page-title.pad.group{
    padding: initial;
}
/* Ayushi- To remove padding from blog posts and pages*/
div#page.container{
    padding: 0;
}

/*------------------------------tutorial homes------------------------------*/

/*Bhumika - header topbar color
.is-scrolled .search-expand, .is-scrolled.header-skin-light #header #nav-topbar.nav-container, .is-scrolled.header-skin-light #nav-topbar.desktop-sticky .nav ul, .header-skin-light #header #nav-topbar.nav-container, .header-skin-light #nav-topbar.desktop-sticky .nav ul, .search-expand{
    background: #5BA1EC !important;
} */
/* Bhumika add star before links in tutorial Homes */
ul.starBefore li::before {
    content: "\2726";
    color: #585b5C !important;
    vertical-align: middle;
}
/* Bhumika- to add link to an entire li */
ul.tutHomeList a{
    display: -webkit-inline-box;
    width: 97%;
    padding-left: 3px;
}
/* Rahul - Tutorials home - formatting links in list  */
ul.tutHomeList li {
    display: flex;
    text-align: left;
    padding: 4px 0;
    border-bottom: 1px dotted #E3BF46;
}
/* Bhumika - Tutorial home link hover */
ul.tutHomeList li a:hover{
    background-color: #D8E9F3 !important;
    color: #2F739D !important;
}
/* Satwik - setting width of the all the div having links*/
.set-width.panel-row-style .textwidget {
    width: 80% !important;
}
/* Bhumika - Arrow for the links*/
ul.arrowBefore li::before {
    content: " ⇨ ";
    color: #4B4C4D !important;
    vertical-align: middle;
}
/* Bhumika - for the color of links */
ul.tutHomeList a{
color: #5BA1CE;
}
/* h5 heading of tutorial home page*/
.tutorial-heading h5{
    font-size: 16px !important;
    font-weight: lighter;
}
/* Bhumika- h2 heading of tutorial home page */
h2.tutorial-heading{
    font-size: 26px !important;
}
/* Rahul- h1 heading of tutorial home page */
h1.tutorial-heading{
    font-size: 34px !important;
}

/*Satwik - to center content on mobile screens*/
@media only screen and (max-width:780px){
	.panel-grid-cell, .panel-grid-cell img:not(.dftesti1):not([alt="linkedIn icon"]){
    	width: 100% !important;
	}
  	.dftesti1{
  		display: block !important;
      	margin: auto;
  	}
}
/*Ayushi- To set white hover color for all-tutorials button on tutorial homes*/
div.carousel-caption a.btn:hover{
    color: #FFFFFF !important;
}

/*--------------------Android Tutorial home--------------------*/
/*Satwik - large header h1 color*/
.page-id-77062 .carousel-caption-wrapper h1{
    color: #FFFFFF !important;
}
/*Satwik - diagonal below large header*/
.page-id-77062 .carousel-caption-wrapper::after {
    content: '';
    display: block;
    height: 70px;
    width: 100%;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -35px;
    transform: skewY(2deg);
}
/*Satwik - android logo in large header*/
.page-id-77062 .carousel-image img{
    height: 40vh !important;
    width: 20vw !important;
    position: absolute;
    left: unset !important;
    right: 5vw;
    top: 15vh !important;
}
/*Satwik - android logo in large header on mobile screens*/
@media only screen and (max-width: 960px) and (orientation: portrait){
    .page-id-77062 .carousel-image img {
        height: 25vh !important;
        width: 50vw !important;
        right: 0vw;
        top: 22vh !important;
    }
}
/*Satwik - to remove shadow below large header*/
.page-id-77062 #ha-large-header{
    box-shadow: none;
}
/* Rahul- increase z index of large header ie cover image for tutorials home. currently rsb is coming on top of it */
#ha-large-header{
    z-index: 3 !important;
}

/*Satwik - to remove top padding from content container*/
.page-id-77062 section.content>.pad.group{
    padding-top: 0;
}
/*Satwik - to put numbers in features list*/
.page-id-77062 .numbered-list ol li{
    list-style: decimal !important;
}
/*Satwik - border and shadow on infographic*/
/*.DFTH-infographic img {
    border: 1px solid #ddd;
    width: 99%;
    box-shadow:2px 2px 5px #888
}*/

/*------------------------------success stories------------------------------*/

/* Ayushi- For course button on success stories*/
.ss-course-button, .dfbutton{
    display: inline-block;
    padding: 7px !important;
    border-radius: 6px;
    background: #EE7623;
    color: white !important;
}
/* Ayushi- For course button color on hover*/
.ss-course-button:hover{
    background: #E3871D;
}
.df-button:hover{
    background: #E3871D;
    color: #FFFFFF !important;
}
/* Ayushi- For dashed border around course button on success stories*/
span.ss-course-box{
    display: block;
    padding: 20px;
    border: 2px dashed #145CAA;
    text-align: center;
}
/* Ayushi- To return blue color to links on success story pages*/
strong.df-success-story, span.df-success-story{
    color: #65ABF6;
    font-weight: bold;
}
/* To make Read more links bold in success stories*/
.df-ss a.df-link-color{
    font-weight: bold;
}
/* Ayushi- For success stories 4-block ad*/
#ss-ad4{
    text-align: center;
    border: 1px solid #A9A9A9;
    height: 37vw;
    background: #F7FCFF;
    margin-bottom: 30px;
}
/* row*/
.ss-ad4-row{
    display: flex;
}
/*single*/
.ss-ad4-ss{
    width: 50%;
    padding: 10px;
}
.ss-ad4-ss.one{
    border-right: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
}
.ss-ad4-ss.two{
    border-bottom: 1px solid #A9A9A9;
}
.ss-ad4-ss.three{
    border-right: 1px solid #A9A9A9;
}
/* image*/
#ss-ad4 img{
    width: 25%;
}
/* full slides*/
.ss-ad4-full{
    display: none;
    padding: 10px;
    background: #F7FCFF;
}
#ss-ad4 .ss-ad4-full img{
    width: 55%;
}
.ss-ad4-full-img{
    float: left;
    padding-top: 4.5%;
}
/* quote*/
.ss-ad4-quote{
    font-size: 1.1em;
    margin-bottom: 35px;
    padding-top: 15.5%;
}
/* enroll button*/
.ss-ad4-enroll{
    margin-top: 12%;
    background: #EE7623;
    display: inline-block;
    width: 130px;
    border-radius: 4px;
    padding: 5px;
    color: #FFFFFF;
}
.ss-ad4-enroll:hover{
    background: #FEA101;
}
.ss-ad4-ss.four img {
    margin-top: 1.1%;
}
/*Satwik - subject person image success story posts*/
.dftesti1 {
    width: 55%;
    border: 3px solid #DDDDDD;
    border-radius: 50%;
}

/*------------------------------contents------------------------------*/

/*Satwik - content background*/
.content{
    background-color: #FFFFFF;
}
/*Satwik - Breadcrumbs styles*/
#breadcrumbs{
    margin: 0;
    padding: 15px 0 5px 8px;
    background-color: #FFFFFF;
}
/*Satwik - to highlight code output*/
.code-output {
    background-color: #F0F0F0;
    color: #000;
    border: 1px solid #AAAAAA;
    padding: 5px;
    font-family: "Source Code Pro","Liberation Mono","Courier New",Courier,monospace;
    font-size: 13px;
    padding-left: 20px;
    box-shadow: 1px 1px #777777;
    line-height: 22px;
    margin-bottom: 20px;
    word-wrap: break-word;
}
/*Satwik - to center align tables and their contents with border*/
.df-table-center{
    width: auto !important;
    margin: auto;
    margin-bottom: 20px !important;
    border: 1px solid #000000;
}
/*Satwik - for padding and to remove border from cells in ceter aligned tables*/
.df-table-center td{
    padding: 5px 20px !important;
    border-bottom: none !important;
    text-align: left !important;
    border-right: 1px solid #000000;
}
/*Satwik - to add border and paddings to did you know sections*/
.dfdiduno{
    position: relative;
    display: table;
    border: 3px solid #555555;
    padding: 20px;
    border-radius: 15px;
    height: auto;
    color: #444444;
    margin: 60px 10px 0 10px;
}
/*Satwik - to add image to corners of did you know sections*/
.dfdiduno:before{
    display: block;
    content: url('https://data-flair.training/blogs/wp-content/uploads/sites/2/2019/12/did-you-know-dataflair.jpg');
    transform: scale(.6);
    width: 40px;
    height: 30px;
    position: absolute;
    top: -62px;
    left: -45px;
}
/* Ayushi- To correct font-family and -size for blog posts*/
body.single-post span *{
    font-family: Georgia !important;
    font-size: 1em !important
}
/* Ayushi- To correct bottom margin flicker on hover on enlighter code right before an image*/
.EnlighterJSWrapper.enlighterEnlighterJSWrapper{ 
    margin-bottom: 8px;
}
.EnlighterJSWrapper.enlighterEnlighterJSWrapper:hover{ 
    margin-bottom: 28px !important;
}
/* Ayushi- To remove scrollbar on hover on single-line Enlighter code boxes, and allow scroll*/
.EnlighterJSWrapper.enlighterEnlighterJSWrapper:hover{
    overflow: visible;
}
/*Satwik - to color the text inside post tags white*/
.post-tags a:hover{
    color: #FFFFFF !important;
}
/* Rahul - Set Heading size ------------------START-------------------

@media only screen and (min-width: 960px){
    h1.fittexted_for_single_post_title{
        font-size: 36px !important;
    }
    h2.fittexted_for_content_h2{
        font-size: 30px !important;
    }
    h3.fittexted_for_content_h3{
        font-size: 26px !important;
    }
    h4.fittexted_for_content_h4{
        font-size: 22px !important;
    }
    h5.fittexted_for_content_h5{
        font-size: 20px !important;
    }
    h6.fittexted_for_content_h6{
        font-size: 16px !important;
        font-weight: bold;
    }
}
*/
@media only screen and (max-width: 960px) and (min-width: 480px){
    h1.fittexted_for_single_post_title{
        font-size: 36px !important;
    }
    h2.fittexted_for_content_h2{
        font-size: 30px !important;
    }
    h3.fittexted_for_content_h3{
        font-size: 26px !important;
    }
    h4.fittexted_for_content_h4{
        font-size: 22px !important;
    }
    h5.fittexted_for_content_h5{
        font-size: 18px !important;
        font-weight: bold;
    }
    h6.fittexted_for_content_h6{
        font-size: 16px !important;
        font-weight: bold;
    }
}
@media only screen and (max-width: 480px){
    h1.fittexted_for_single_post_title{
        font-size: 26px !important;
    }
    h2.fittexted_for_single_post_title{
        font-size: 24px !important;
    }
    h3.fittexted_for_single_post_title{
        font-size: 22px !important;
    }
    h4.fittexted_for_single_post_title{
        font-size: 20px !important;
    }
    h5.fittexted_for_single_post_title{
        font-size: 18px !important;
    }
    h6.fittexted_for_single_post_title{
        font-size: 16px !important;
        font-weight: bold;
    }
}
/* Rahul - Set Heading size ------------------END-------------------*/

/* Ayushi- To hide page title from blog posts
#page div.page-title.pad.group li.category{
    display: none;
}*/

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

/* Ayushi- To center-align things for blogs*/
.aligncenterblog{
    text-align: center;
}
.alignmiddleblog{
    margin-top: 10%;
}
/* Ayushi- To hide URL field from comment form on blogs*/
#comments .comment-form-url{
    display: none;
}
/* Ayushi- To align image for Like us on Facebook button*/
#df_fb img{
    margin-bottom: 40px;
    padding-right: 10px;
    float: left;
}
/* Ayushi- Font size*/
#df_fb p{
    font-size: 22px;
}
/* Ayushi- To change color for enlighter code blocks on hover*/
ol.enlighterEnlighterJS.hoverEnabled li:hover{
    background-color: #F9FCFE;
}
/* Ayushi- To put NEW sticker on breadcrumbs to highlight them*/
#breadcrumbs span span span a{
    background: url(https://data-flair.training/blogs/wp-content/uploads/sites/2/2019/04/New-08.png) right top no-repeat;
    padding-top: 13px;
}
/* Ayushi- To add right margin to books on blogs on books*/
article[class*="book"] .df-float-l img{
    margin-right: 40px;
}
/* Ayushi- To add thin, gray border around images in blog posts*/
.img-gray-border{
    border: 1px solid #BBACAC;
}
/* Ayushi- To unset height for tables on blog posts*/
.entry table{
    height: unset !important;
}
/* Ayushi- For superscript and subscript together in blog posts*/
.subsup{
    font-family: KaTeX_Size1;
	font-style: italic;
}
.subsup span{
    position: relative;
}
.subsup span sub, .subsup span sup{
    position: absolute;
    left: 0;
}
.subsup span sub{
	bottom: -1.8em;
}
.subsup span sup{
    top: -1.4em;
}
body.single-post .subsup sup, body.single-post .subsup sub{
	font-size: 0.7em !important;
}
/* Ayushi- Class for rectangles*/
.df-rect{
    display: inline-block;
    min-width: 175px;
    height: 1.8em;
    text-align: center;
    vertical-align: middle;
    border: 1.5px solid #000000;
}
/* Ayushi- Class for checkboxes*/
.df-check{
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    vertical-align: middle;
    border: 1.5px solid #000000;
}
/* Ayushi- To remove margin-bottom from search bar on blog home*/
body.page-id-49353 div.widget_search{
    margin-bottom: 9px !important;
}
/* Ayushi- To set border, padding, and margin for search suggestions for blog home*/
.searchsuggestion{
    padding: 1px 4px 1px 4px;
    margin-right: 15px;
    border: 1.25px solid #C0C0C0;
    border-radius: 10px;
}
/* Ayushi- Color for search suggestion links on blog home*/
.searchsuggestion a{
    color: #C0C0C0;
}
/* Ayushi- To center-align top category buttons on blog home*/
.topcategoryrow{
    text-align: center;
}
/* Ayushi- To style top category buttons on blog home*/
.topcategorybutton{
    display: inline-block;
    padding: 10px;
    margin: 5px;
    width: 148px;
    text-align: center;
    line-height: 120%;
    background-color: #1666BC;
    color: #FFFFFF;
    border-radius: 5px;
}
/* Ayushi- To highlight top category buttons on hover on blog home*/
.topcategorybutton:hover{
    background-color: #FEA101;
}
/* Ayushi- To set top alignment for right sidebar on blog home*/
.sidebar.s1[data-position="right"] div[id|="recent"] a::before{
    display: none !important;
}
/* styling of left sidebar */
.sidebar .widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 5px !important;
}

/* Ayushi- To set dark grey color to all blog post headings, and everything else*/
body, div.textwidget, .entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span{
    color: #444444;
}
/* Ayushi- To set selection color for blog posts and pages*/
::selection{
    background: #5BA1CE;
}
/* Ayushi- To set link color for blog posts and pages*/
a, a.df-link-color{
    color: #65ABF6;
}
/* Ayushi- To set link hover color for blog posts and pages*/
a:hover{
    color: #3D83CE !important;
}
/* Ayushi- To prevent reset of bold text by font: inherit;*/
b{
    font-weight: bold !important;
}
/* Ayushi- To use disc list-style-type instead of square for all blogs*/
.body .entry ol ul li, .entry ul li{
    list-style-type: disc;
}
/* Ayushi- To float to the left*/
.df-float-l{
    float: left;
}
/* Ayushi- For red text color*/
.df-text-red{
	color: #FF0000;
}
/* Ayushi- For orange text color*/
.df-text-orange{
	color: #FF6600;
}
/* Ayushi- For bold text*/
.df-text-bold{
	font-weight: bold;
}

/*------------------------------quiz------------------------------*/

/* Ayushi- To remove bold text from options in questions in quizzes*/
.quiz_section label, .quiz_section .mlw_qmn_question{
    font-weight: unset !important;
}
/*Ayushi- For green and red text on quiz result pages*/
span.qmn_user_incorrect_answer::before{
    content: "You answered wrong: ";
    color: #FF0000;
}
span.qmn_user_correct_answer::before{
    content: "You answered right: ";
    color: #008000;
}
/* Ayushi- To change color and background color for WP Quizzes*/
.wq-quiz-trivia .wq_questionTextCtr, .wq-skin-traditional .wq_singleAnswerCtr{
    background-color: #FFFFFF;
    color: #323232;
}
/* Ayushi- To change font weight for quiz options*/
.wq_answerTxtCtr{
    font-weight: 300 !important;
}
/* Ayushi- To reduce font size for questions*/
body.single-post .wq_questionTextCtr h4.fittexted_for_content_h4{
    font-size: 20px !important;
}
/* Ayushi- To change color for chosen option*/
.wq_singleAnswerCtr.chosen pre, .wq_correctAnswer pre{
    color: #444444;
}

/*------------------------------forms------------------------------*/

/* Ayushi- For right sidebar s2 contact form*/
/* Ayushi- To style and align text before form*/
.df-cf2-text{
    text-align: center;
    font-size: 17px;
}
/* Ayushi- To style and align input fields*/
#df_cf2 input:not([type=submit]), #df_cf2 select{
    background: #FFFFFF;
    margin-left: 8px;
    border: 1px solid #A9A9A9;
    border-radius: 2px;
    width: 85%;
    height: 11px;
}
/* Ayushi- To style and align course select field*/
#df_cf2 select[name="course"]{
    padding: 8px;
    width: 95%;
    height: 33px;
}
/* Ayushi- To reduce margins between input fields in contact form in right sidebar s2 for blogs*/
#df_cf2 .wpcf7-form-control-wrap{
    margin-bottom: -5px;
}
/* Ayushi- To style submit button*/
#df_cf2 input[type=submit]{
    border: none;
    border-radius: 5px;
    background: #E07A04;
    color: #FFFFFF;
    cursor: pointer;
}
/* Ayushi- To style and align submit button*/
#df_cf2 p:last-child{
    margin: 0 0 0 17px;
    width: 80%;
    text-align: center;
}
/* Ayushi- To align submit button in wider right sidebar s1*/
.sidebar.s1 #df_cf2 p:last-child{
    margin-left: 40px;
}
/* Ayushi- To remove background from alerts*/
#df_cf2 span[role="alert"]{
    background: transparent;
}
/* Ayushi- To style and align output*/
div[id|="wpcf7-f47820"] .wpcf7-response-output{
    display: inline-block;
    border: none;
}

/* Ayushi- For call contact form within blogs*/
/* Ayushi- To assign background to the form*/
.df-ccf form > p{
    padding: 30px 15px 40px;
    background: url(https://data-flair.training/blogs/wp-content/uploads/sites/2/2019/01/Call-DataFlair-Contact-Form.jpg);
    background-size: cover;
    text-align: center;
}
/* Ayushi- To style and align input fields*/
.df-ccf .wpcf7-form-control-wrap{
    margin-right: 15px;
    width: 227px;
}
/* Ayushi- To style and align submit button*/
.df-ccf input[type=submit]{
    display: block;
    position: absolute;
    margin: 13px 0 0 480px;
    width: 180px;
}
/* Ayushi- To remove background from alerts*/
.df-ccf span[role="alert"]{
    background: transparent;
}
/* Ayushi- To align validation error output*/
.df-ccf .wpcf7-response-output.wpcf7-validation-errors{
    position: absolute;
    margin: 170px 0 0 10px;
}
/* Ayushi- To align success output*/
.df-ccf .wpcf7-response-output.wpcf7-mail-sent-ok{
    position: absolute;
    margin-top: 120px !important;
    margin-left: 10px;
}
/* Ayushi- Media query for mobile screens - upto width 640, landscape*/
@media only screen and (max-width: 640px) and (orientation: landscape){
    /* Ayushi- To align call contact form on blogs*/
    .df-ccf .wpcf7-response-output.wpcf7-mail-sent-ok{
        margin-top: 250px !important;
    }
    /* Ayushi- To style input fields*/
    .df-ccf .wpcf7-form-control-wrap{
        margin-left: 24.5%;
    }
}
@media only screen and (max-width: 720px){
    /* Ayushi- To align call contact form on blogs*/
  	.df-ccf input[type=submit]{
        display: unset;
        position: unset;
        margin-left: unset;
    }
    /* To align input fields*/
    .df-ccf .wpcf7-form-control-wrap{
        margin-left: 16%;
    }
    /* To style input fields*/
    .df-ccf form > p{
        width: 95%;
    }
    /* To align success output*/
    .df-ccf .wpcf7-response-output.wpcf7-mail-sent-ok{
        margin-top: 225px !important;
    }
    /* To align validation error output*/
    .df-ccf .wpcf7-response-output.wpcf7-validation-errors{
        margin-top: 345px;
    }
}

/*------------------------------sidebars------------------------------*/
*Satwik - fixing sidebars for single post pages*/
body.single .sidebar[data-position="left"], body.page .sidebar[data-position="left"], body.category .sidebar[data-position="left"], body.home .sidebar[data-position="left"]{
/*    position: fixed!important; 1*/
    top: 10px;
    padding: 0;
    margin: 0 !important;
    width: 230px;
    margin-left: -230px !important; /* 1 */
    height: auto !important;
}

/*Satwik - left sidebar*/
.sidebar[data-position="left"] {
/*    position: fixed !important;*/
/*    top: 0px;*/
/*    margin: 0 !important;*/
    height: auto !important;
    left: 0;
    margin-left: -230px !important; /* 1 */
/*    height: 97.4vh;*/
/*    padding-bottom: 0px !important;*/
/*    overflow-y: auto;*/
}
/*Satwik - right sidebar */
.sidebar[data-position="right"] {
    overflow: hidden !important;
    height: auto !important;
    margin-top: -7vh !important;
}
@media only screen and (min-width: 1200px){
    .sidebar[data-position="right"]{
        margin-right: -320px !important;
    }
    .sidebar[data-position="right"] .sidebar-content{
        padding-top: 5px;
    }
}
/* Ayushi- To reduce padding for right sidebar*/
.sidebar[data-position="right"] div.widget{
    padding: 0 5px;
}
/* Rahul - temp to hide sidebar on mobile screen */
@media screen and (min-width: 0px) and (max-width: 1200px) {
    .sidebar.s2 {
        display: none !important;
    }
}
/*Satwik - remove padding from pageinwidgets*/
.sidebar .pagesinwidgets_page_section {
    padding: 0 !important;
}
/* Ayushi- To set top margin and font size for left sidebar on blog posts*/
.dflsbwidget{
    font-size: 13px;
}
/*Satwik - lsbhead*/
.dflsbhead{
    font-size: 16px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.dflsbhead a{
    border-bottom: none !important;
}
/* Ayushi- To style left sidebar li on blog posts*/
.dflsbli{
    margin-top: 5px;
    font-size: 1.1em;
}
/*Satwik - add left padding from lsb links*/
.dflsbli a {
    padding-left: 15px;
}
/* Ayushi- To make entire container for sidebar links clickable and add bottom border*/
.dflsbwidget a{
    display: block;
    border-bottom: 0.5px solid #D3D3D3;
}
/* Ayushi- To change color on hover for sidebar links*/
.dflsbwidget .dflsb ul li a:hover{
    background-color: rgba(9,118,189,0.2);
}
/* Ayushi- To remove font awesome clock icon from left sidebar*/
.dflsb>ul>li a:before{
    content: none;
}
/*Satwik - remove top margin from rsb searchbar*/
#search-5 {
    margin-top: 5px !important;
}
/* Ayushi- To set left padding for left sidebar*/
.s1 .dflsb{
    padding-left: 5px;
}
/* Ayushi- To reduce padding-right from left sidebar*/
.s1 .pagesinwidgets_page_section, .s1 .dflsb{
    padding-right: 5px;
}
/* Ayushi- To hide author box from sidebars*/
.sidebar .abh_box{
    display: none;
}
.sidebar[data-position="left"]{
	width: 230px;
}
.sidebar[data-position="right"]{
  	width: 320px;
}
/* Ayushi- To change sidebar widths*/
@media only screen and (max-width: 1200px) and (min-width: 480px){
	.s2.collapsed{
  		width: 50px !important;
	}
	.col-3cm .s2.collapsed{
  		margin-right: -50px !important;
	}
  	.col-3cm .main-inner{
      	padding-right: 50px !important;
  	}
}
@media only screen and (max-width: 960px) and (min-width: 480px){
	.col-3cm .s1.collapsed{
      	margin-left: -50px !important;
  	}
  	.s1.collapsed{
      	width: 50px !important;
  	}
  	.col-3cm .main-inner{
      	padding-left: 50px !important;
  	}
  	.sidebar.s1 .sidebar-toggle{
      	display: block;
  	}
  	.s1.expanded{
      	background: #F0F0F0;
      	z-index: 9;
      	position: absolute;
      	left: 0;
  	}
}
/*Satwik - sidebar margin on 2 column layout*/
.col-2cl:not(.single-post) .sidebar[data-position="right"], .category .sidebar[data-position="right"], .search-results .sidebar[data-position="right"]{
  	margin-top: 0vh !important;
}
/*Satwik - recent posts widget title*/
.widget_recent_entries .widget-title{
  	font-size: 16px !important;
  	text-align: center;
  	color: #777777;
}
/*Satwik - left padding in li items in recent posts widgets*/
.widget_recent_entries li{
  	padding-left: 10px;
}

/*------------------------------accordions------------------------------*/

/*Satwik - to prevent selection in the accordion*/
.df-accordion-panel{
    user-select: none;
}
/*Satwik - background and layout of lab accordion labels*/
.df-accordion-label{
    min-height: 35px;
    background-color: #DEDEDE;
    margin: 0 0 1px 0;
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    border-bottom: 0.1px solid #BBBBBB;
    border-top: 0.1px solid #BBBBBB;
}
/*Satwik - plus icon in accordion labels*/
.df-accordion-label:after {
    content: '\002b ';
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 21px;
    transition: all 0.3s ease;
}
/*Satwik - plus icon in open accordion labels*/
.df-accordion-panel.open .df-accordion-label:after {
    transform: rotate(135deg);
}
/*Satwik - to position the text inside the accordion labels*/
.df-accordion-label span {
    position: absolute;
    left: 10px;
    top: 3px;
/*	padding-left: 35px; */
	width: 185px; 
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*Satwik - to fix transition rate of accordion panel open animation*/
.df-accordion-panel-content{
    display: block;
    transition: all 0.3s linear;
    height: auto;
    max-height:0;
    overflow: hidden;
    background-color: #E7E7E7;
}
/*Satwik - display properties for panel content when visible*/
.open .df-accordion-panel-content{
    overflow-y: auto;
}
/*Satwik - height, padding and bottom border for li items in accordion*/
.dfacc-lsbli {
    margin-top: 5px;
    padding: 0;
    font-size: 14px;
}
/*satwik - padding and color for according links*/
li.dfacc-lsbli a {
    display: block;
    border-bottom: .5px solid #D3D3D3;
    /*width: 275px;*/
    padding-left: 10px;
    color: #777777;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 27px;
}
/*Satwik - to add bullets before accordion links*/
.dfacc-lsbli a:before {
    position: relative;
    content: "\2726  ";
    color: #777;
    font-size: 16px;
    vertical-align: bottom;
    margin-right: 6px;
    padding-right: 5px;
}
/*Satwik - hover  color for accordion links*/
.dfacc-lsbli a:not(.current):hover {
    background-color: rgba(9,118,189,.2);
    color: #5BA1CE !important;
}
/*Satwik - background color for current link in accordion*/
.dfacc-lsbli .current {
    background-color: rgba(9,118,189,0.07) !important;
    color: #5BA1CE;
    font-weight: bold;
    position: relative;
  	line-height: 27px;
}
/*Satwik - current li in lsb accordion after hightlight*/
.dfacc-lsbli .current:after {
    position: absolute;
    content: ' ';
    top: 0;
    width: 35px;
    left: -5px;
    height: 35px;
    background-color: #5BA1CE;
    transform: skewX(20deg);
}
/*Satwik - bullet color for current li in accordion*/
.dfacc-lsbli .current::before {
    color: #FFFFFF;
    z-index: 2;
  	top: 1px;
}
/*Satwik - bullet color for current li in accordion on hover*/
.dfacc-lsbli a.current:hover:before {
    color: #FFFFFF;
}
/*Satwik - accordion links bullets color on hover*/
.dfacc-lsbli a:hover::before {
    color: #5BA1EC;
}
/*Satwik - to add new tag on accordion labels*/
.df-acc-lnew span:after {
    content: url(https://data-flair.training/blogs/wp-content/uploads/sites/2/2019/04/New-08.png);
}


/*------------------------------footer------------------------------*/

/* Ayushi- To set bottom footer color back to blue*/
#footer-bottom .container-inner{
    background: #022338;
}
/* Ayushi- To prevent sidebar s2 from overlapping footer*/
footer#footer{
    z-index: 9 !important;
}
/* Ayushi- To remove display:block from footer logo to set image anchor size*/
#footer-bottom #footer-logo{
    display: unset;
}
/* Ayushi- Media query for mobile screens - upto width 896, landscape*/
@media only screen and (max-width: 896px) and (orientation: landscape){
    /* Ayushi- To align back-to-top button correctly on footer*/
    footer#footer section#footer-bottom.container div.container-inner a#back-to-top{
        position: unset !important;
        margin-top: unset !important;
    }
    /* Ayushi- to align copyright text*/
    div#copyright{
        position: relative !important;
        margin: -75px 0 50px 95px !important;
    }
}
/* Ayushi- To set background for footer with tutorials links
footer#footer section#footer-widgets.container div.container-inner div.pad.group{
    background: #1B384B;
    font-size: 1.05em;
}
/* Ayushi- To align back-to-top icon for footer
footer#footer section#footer-bottom.container div.container-inner a#back-to-top{
    position: absolute;
    margin: -418.5px 0 0 48%;
} */
/* Ayushi- To align links in footer
#dfaboutfooter, #dfcategoryfooter1, #dfcategoryfooter2{
    padding: 5px 0 0 30%;
    color: #DEDEDE;
}
/* Ayushi- To set grey color to footer links
div#dfaboutfooter a, div#dfcategoryfooter1 a, div#dfcategoryfooter2 a{
    color: #BBBBBB;
}
/* Ayushi- To set white hover color and underline to footer links
div#dfaboutfooter a:hover, div#dfcategoryfooter1 a:hover, div#dfcategoryfooter2 a:hover{
    color: #FFFFFF !important;
    text-decoration: underline;
}
/* Ayushi- To remove padding from footer*/
section#footer-widgets{
    padding: 0;
}
/* Ayushi- To add padding to footer strip*/
#footer-full-width-widget{
    padding: 17px 5px;
}
/* Ayushi- To remove bottom padding from footer strip*/
#footer .widget{
    padding-bottom: unset;
}
/* Ayushi- To add spaces between links on footer-full-width
#text-2 p a:not(:last-child){
    margin-right: 2vw;
}
/* Ayushi- To add site tagline to footer
div#copyright::after{
    content: "Learn today, Lead tomorrow";
    font-size: 18px;
    font-style: italic;
}
/* Ayushi- To align lower footer text*/
footer#footer div#copyright{
    float: left;
}
/*Satwik - to align footer logo*/
#footer-bottom .grid.one-half:not(.last) a{
    float: left;
    margin-right: 20px;
}
/*Satwik - to align footer logo and copyright text on mobile screens*/
@media only screen and (max-width: 480px){
    #footer-bottom .grid.one-half:not(.last) a{
        float: unset;
        margin-right: 0;
    }
    #copyright{
        float: unset !important;
    }
}
/* Ayushi- To remove bottom padding from lower footer*/
footer#footer section.container#footer-bottom div.pad.group{
    padding-bottom: 0px;
}
/* Ayushi- To set margin between social icons in footer*/
ul.social-links li{
    margin-left: 16px;
}
/* Ayushi- To set hover colors to social links in footer-Facebook, Twitter, Linkedin, and Youtube*/
i.fab.fa-facebook:hover{
    color: #3B5998;
}
i.fab.fa-twitter:hover{
    color: #38A1F3;
}
i.fab.fa-linkedin:hover{
    color: #0077B5;
}
i.fab.fa-youtube:hover{
    color: #FF0000;
}
/*Satwik - to remove bottom shadow on full width link footer widget*/
#footer-full-width-widget .container-inner {
    box-shadow: none !important;
}
/*Satwik - to add bottom shadow on full width link footer widget*/
#footer-full-width-widget .container-inner #text-2 {
    margin-bottom: -15px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
@media only screen and (max-width: 720px){
    /* Ayushi- To align back-to-top button correctly on footer*/
  	footer#footer section#footer-bottom.container div.container-inner a#back-to-top{
        position: unset !important;
        margin-top: unset !important;
        margin-left: 42% !important;
    }
    /*Satwik - to align copyright text on mobile*/
    #copyright{
      position: unset !important;
      margin: 0 !important;
    }
}
/*Satwik - to remove side padding from bottom footer*/
#footer-bottom {
  padding: 0;
}



/*------------------------------miscellaneous------------------------------*/

@media only screen and (max-width: 720px){
    /* Ayushi- To style offer topbars*/
    div#icegram_message_46985, div#icegram_message_47063{
        width: 106%;
    }
    /* Ayushi- To hide*/
  .df-hide{
        display: none;
    }
    /* Ayushi- To show*/
    .df-show{
        display: unset !important;
    }
    /* Ayushi- To align coupon button*/
    .coupon2019{
        display: inline-block;
    }
    /* Bhumika - for tutorial home page*/
    .set-margin.panel-row-style .textwidget{
        width: 100% !important;
    }
}
/* Bhumika - add css for text on a image */
.imagetext{
    position: relative; 
}
.imagetext{
    position: relative; 
    top: 200px; 
    left: 0; 
    width: 80%; 
    transform: translate(-20%, -50%);
}
/*Bhumika - add box shadow on blog home images*/
.blogshadow{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}

/* Rahul - Download box and button for data and code download pages - START - */
.download-box {
    display: block;
    padding: 20px;
    border: 2px dashed #145CAA;
    text-align: center;
    font-weight: bold;
}

.download-button {
    display: inline-block;
    padding: 7px 30px 7px 30px !important;
    border-radius: 6px;
    margin-left: 30px;
    background: #EE7623;
    color: white !important;
}

.download-button:hover {
    background: #E3871D;
}
/* Rahul - Download box and button for data and code download pages - END - */

/* Rahul - styling of new next-previous panels *
.dfnp-panel {
    margin: 10px 5px 40px 5px;
    text-transform: none !important;
}
.dfnp-next {
    float: right;
}

.dfnp-next a:hover{
    background-color: #F0F0F0;
}

.dfnp-prev {
    float: left;
}

.dfnp-prev a:hover{
    background-color: #F0F0F0;
}
.dfnp-a {
    padding: 10px 10px 10px 10px;
}
* Rahul - Hide next previous panel on small screens 
@media only screen and (max-width:960px){
    .dfnp-panel {
        display: none !important;
    }
}

* Rahul - show next previous panel only on blog post 
body.single.single-post .dfnp-panel {
    display: block !important;
}


* Rahul - show hide any div for next prev panel *
.dfnp-show {
    display: block !important;
}

.dfnp-hide {
    display: none;
}

*/
/* Rahul - search box in top menu */
.df-search-top {
    z-index: 999 !important;
    position: absolute;
    width: 370px;
    top: 5px;
    right: 20px;
}

.df-search-nav {
    margin-right:400px !important;
}
div.df-search-top > form > div > input {
    width: 380px !important;
}

/* Rahul - remove extra space from above the post title */
._ap_apex_ad {
  margin-bottom: 0px !important;
}

/* SEARCH in top bar ---------START --------------- */
/*Satwik - to position header search at right*/
div#topbar-header-search {
    position: absolute;
    right: 0;
}
/*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: 5px;
    }
    /*Satwik - searchbar inner padding*/
    #topbar-header-search .search-expand .search-expand-inner{
        /*background-color: #5ba1ec;*/
        background: #ffffff !important;
        padding: 6px;
    }
    /*Satwik - to increase right margin for topbar options*/
    .nav-wrap.container {
        margin-right: 345px !important;
    }
}
/* SEARCH in top bar --------- END --------------- */

/* Rahul - Hide header logo from desktop devices */
@media only screen and (min-width: 960px){ 
#header .central-header-zone {
    display: none;
  }
}
/* Rahul - Change look & feel of quiz (learndash) */
div.learndash.user_has_no_access {
    padding: 10px;
    background: #fafafa;
    box-shadow: 1px 1px 4px 1px #b8b8b8;
    margin-bottom: 30px;
    margin-top: 10px;
}

/* Rahul - popup maker changes for exit popup*/
.pum-container {
    border: 1px solid #000000 !important;
    padding: 0px !important;
}

/* Rahul - Add border on image */
img.df-img-border {
    border: 1px solid #b3b3b3 !important;
}

/* Rahul - styling of course marketing in blogs after heading */
.blg-top-course {
    font-weight:bold;
    font-style:italic;
    color: red;
}
/* Rahul - styling of popup image for popup maker */
.popup-img {
    width: 100%;
}
