/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.font-awesome-list {
    list-style: none;
    
}

.font-awesome-list li::before {
    content: '\f058'; /* Unicode character for the desired Font Awesome icon */
    font-family: 'Font Awesome 5 Free'; /* Adjust the font-family as needed */
    margin-right: 10px; 
	color: #745acc !important;
	font-size:15px;
	margin-left : -15px;
}

.category-how-to figure a {
    color: #24cc90; /* Change this to the color you want for category1 */
}

.geek-shadow{ box-shadow: rgba(6, 230, 170, 0.995) 0 2px 10px;  }

.icon:hover{box-shadow: 0 0 5px #24cc90, 0 0 25px #24cc90, 0 0 50px #24cc90,
    0 0 100px #24cc90;} /* Footer social icons hover effect */

.img-hover:hover, img:hover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.related-img, .archive-img img {
    height: 180px !important;
}
@media (max-width: 768px) {
    .related-img, .archive-img img {
    height: 220px !important;
	}
	
}

#primary-menu{display:;}

/* Post Template inside image-category CSS starts here */

	.geek-category{
		position: absolute;
    	top: 0;
    	left: 0;
    	z-index: 2;
		margin-top: 10px; 
		margin-left: 10px;
}
/* Post Template inside image-category CSS Ends here */


/* Image radius CSS starts here */

.wp-block-image img { border-radius: 5px; 
margin-bottom:10px;}

.featured-image img{border-radius: 5px;
box-shadow: rgb(23 43 99 / 50%) 0 2px 10px; }

.img{border-radius :5px;}

/* Image radius CSS Ends here */

/* Custom Breadcrumb CSS starts here */

.breadcrumbs { 
	list-style: none;    
	border-radius: 5px;
    background-color: #88888812;
    margin-bottom: 15px;
    margin-top: -20px !important;
    margin-left: 0 !important;
    padding: 5px 10px;
	box-shadow: rgba(6, 230, 170, 0.995) 0 2px 10px;
}

.breadcrumbs li:after { content: "»"; margin-left: 5px; }

.breadcrumbs li:last-child:after {
    content: "";
}
.breadcrumbs li { display: inline-block; margin-right: 5px; font-size: 11px; line-height:1.3em;}

/* Custom Breadcrumb CSS Ends here */


/*  Custom Overlay heading Homepage CSS Starts Here */

.custom-heading {
    position: relative;
    display: block;
    text-align: center;
}

.custom-heading .front-word {
    font-weight: bold;
    color: black;
    z-index: 2;
    position: relative;
    font-size: 40px;  /* Adjust this value to your desired font size */
    bottom: -32px;  /* Adjust this value to align the bottom line of both words */

}

.custom-heading .back-word {
    font-size: 2em; /* Adjust this value to change the size of the back word */
       color: rgb(148 148 148 / 20%);
 /* Adjust the color and opacity as needed */
    position: absolute;
    top: 0;
    left: 50%; /* Center the back word */
    transform: translateX(-50%); /* Center the back word */
    z-index: 1; /* This keeps the back word behind the front word */
}

.custom-heading .back-word::before {
    content: "Posts"; /* Repeat the back word here */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* This keeps the overlay behind the text */
}

/* Custom Overlay heading Homepage CSS Ends Here */


/* Custom Homepage Two Slashes heading CSS starts Here */

.geek-heading::before, .geek-heading::after {
    content: "/"; /* This is the content being inserted */
    color: #24cc90; /* This sets the color of the slashes */
    margin: 0 10px; /* This adds some space between the slashes and the heading text */
    font-size: 30px; /* This sets the size of the slashes */
}

.gb-headline-e7232f87,  .gb-headline-e7232f87:before, .gb-headline-e7232f87:after{
	font-size: 22px !important;
}

.wp-block-group__inner-container .geek-heading, .wp-block-group__inner-container .geek-heading:before, .wp-block-group__inner-container .geek-heading:after  {
	font-size: 22px !important;

}
/* Custom Homepage Two Slashes heading CSS Ends Here */




/* After Post SOcial Share CSS for larger screens starts Here  */
.share-container {
    border-top: 1px dashed #22daaf;
    border-bottom: 1px dashed #22daaf;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 10px;

}

.share-text {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.share-text svg {
    font-size: 18px;

}

.share-icons svg{
 margin-right: 5px;
	font-size:19px;
}
.share-text i.fa-share-alt {
    margin-right: 8px;
}

.share-icons {
    display: flex;
    align-items: center;
}

.share-icons a {
    margin-left: 10px;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
   /* background-color: #88888812;  light blue background for all icons */
    padding: 6px 9px;
    border-radius: 3px;
    font-size: 15px; /* Decrease the font size */
	font-weight:500;
}

.share-icons i.fa {
    font-size: 20px;
    margin-right: 5px;
}
.share-only{
	font-size: 16px;
background:none !important;
}

/* Hover effects */
.share-icons a:hover {
    opacity: 0.8;
}


.share-icons a {
    transition: opacity 0.3s ease; /* Smooth transition for opacity changes */
}

/* Default state: all icons are visible */
.share-icons a {
    opacity: 1;
}

/* When hovering over any icon within the share-icons container, reduce the opacity of all other icons */
.share-icons:hover a {
    opacity: 0.3;
}

/* When hovering over a specific icon, retain its full opacity */
.share-icons a:hover {
    opacity: 1;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
 .share-text-mobile {
       margin-left: 5px;
	 font-size:16px;
}

.facebook-icon{
background:#b9e0fffa;
}

.twitter-icon{
background:#adeeffe8;
}

.whatsapp-icon{
background:#a6ffd3eb;
}


/* After Post SOcial Share CSS for larger screens Ends Here  */


/* After Post SOcial Share CSS for mobile devices starts Here  */

@media (max-width: 768px) {
    .share-icons {
        flex-wrap: wrap;
    }

    .share-icons a {
        margin-left: 10px;
        margin-bottom: 10px;
        padding: 5px 7px;
        font-size: 16px; /* Adjusted font size */
    }

    .share-icons svg {
        height: 22px; /* Adjusted SVG size */
        width: auto;  /* Keep aspect ratio of the SVG */
        margin-right: 5px;
    }
}


@media (max-width: 768px) {
    .share-text-mobile {
        display: none; /* Hide the "Share" text on mobile devices */
    }
    .share-container1{
		padding: 5px 12px 0 12px;}
	
	.share-container{
		padding-bottom:5px !important;
	}
}

/* After Post SOcial Share CSS for mobile devices Ends Here  */



.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
   margin-top: 0;
}


/* Before Post SOcial Share CSS for Desktop devices Starts Here  */

.share-container1 {
    justify-content: space-between;
	padding: 5px 12px 5px 12px;
    border-radius: 5px;
    background-color: #88888812;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;

}

.share-icons1{
	background: none !important;
}

.share-only{font-size:16px;background:0 0!important}.share-icons:hover a{opacity:.3}.share-icons a:hover{opacity:1}.share-icons1{background:0 0!important}.whatsapp-icon{padding: 7px 4px 9px 8px !important;}.share-text-mobile{margin-left:5px;font-size:18px;}

/* Before Post SOcial Share CSS for Desktop devices Ends Here  */


/* Homepage slider CSS  Starts Here  */

.slick-slider {
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}

/* Styling Individual Slides */
.slick-slide {
    margin: 0 5px;
    padding: 10px;
}


/* Styling Navigation Arrows */

.slick-caption {
    font-size: 18px;
    color: #333;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .slick-slide {
        padding: 2px;
		margin-left: 2px;
    }
    
}

/* Styles the slick-dots container */
ul.slick-dots {
    list-style: none !important;
    display: flex !important;
    justify-content: center !important; /* Centers dots horizontally */
    align-items: center !important; /* Centers dots vertically */
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; /* Ensures the container takes up the full width */
}

/* Styles each individual dot */
ul.slick-dots li {
    margin: 0 5px !important; /* Adjust spacing between dots by changing the margin */
    padding: 0 !important;
}

/* Styles each button inside the dot */
ul.slick-dots li button {
    font-size: 0 !important; /* Hides the text */
    border: none !important;
    background-color: #b3b3b3 !important; /* Color for all dots */
    width: 10px !important; /* Adjust size of the dots */
    height: 10px !important;
    border-radius: 50% !important; /* Makes the dots circular */
    outline: none !important;
    padding: 0 !important; /* Removes padding */
}

/* Styles for the active dot */
ul.slick-dots li.slick-active button {
    background-color: #22daaf !important; /* Color for the active dot */
}


/* Common styles for both buttons */
body .slick-next, body .slick-prev {
    display: none !important;
}

.slick-arrow {
    display: none;
}

/* Homepage slider CSS  Ends Here  */



/* Slider navigation MEnu  CSS  Starts Here  */


div.scrollmenu {
    background-color: #745acc !important;
    overflow: auto;
    white-space: nowrap;
    z-index: 1;
    padding: 0px 5px !important;
  }

div.scrollmenu a { display: inline-block !important; color: #fff !important; text-align: center; padding: 10px !important; font-size: 17px !important; font-weight: 500 !important; text-decoration: none; }
  

  div.scrollmenu::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

div.scrollmenu {
  white-space: nowrap;
}
/* Slider navigation MEnu  CSS  Ends Here  */

/* Below Post grid navigation number  CSS  Starts Here  */

.page-numbers:not(:last-child) {
    margin-right: 10px;
}
.page-numbers{
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none!important;
    padding: 7px 15px!important;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.page-numbers {
    display: block;
    text-align: center;
}
.next {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none!important;
    padding: 7px 15px!important;
    color: var(--contrast);
    border: 1px solid #ddd;
    border-radius: 4px;
}


/* Below Post grid navigation number  CSS  Ends Here  */


/* Site General Styling CSS starts Here  */

.home-right{    border-bottom: 1px solid #f1f1f1;
}

/* GeneratePress Site CSS */ /* Top Menu */
.menu-bar-items {
	flex-direction: row-reverse;
}
/* Header alignment */
@media(min-width: 669px) {
	.inside-navigation .navigation-branding {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
	.nav-align-right .inside-navigation {
		justify-content: space-between;
	}
}
/* Search results page header style */
.search-results .page-header .page-title {
	font-size: 36px;
	text-transform: uppercase;
	border-bottom: 2px solid var(--contrast);
}
/* Default theme button */
button,
.form-submit .submit {
	padding-top: 16px;
	padding-bottom: 16px;
}

.form-submit .submit:hover{box-shadow: 0 0 5px #24cc90, 0 0 25px #24cc90, 0 0 50px #24cc90,
    0 0 100px #24cc90;
}

/* Sidebar */
.sidebar {
	margin-left: 0;
}
@media(min-width: 768px) {
	.sidebar {
		margin-top: 0;
	}
	
}
/* Single post - Sticky Related Posts sidebar */
@media(min-width: 769px) {
	.is-sticky {
			position: sticky;
			top: 112px;
	}
}

.recent-articles {
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 5px;
}


/* Search modal */
.gp-modal__container {
	overflow-y: auto;
}
.gp-search-modal .gp-modal__overlay {
    padding-top: 15vh;
}

.inside-navigation, .grid-container{    background-color: #745acc !important;
}

@media(max-width: 767px) {
 .hide-date-mobile .entry-date {
			display:none;
	}
	.hide-date-mobile .gb-icon {
			display:none;
	}
	
	.hide-excerpt-mobile {
			display:none !important;
	}
	.menu-socials{display:none !important;}
}

#myHeader a:hover{ color: #a68cff !important;}

.form-submit .submit {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.comment-form #url {
    
    display: none;
}

.wp-block-search__inside-wrapper, .wp-block-search__button, input, .wp-block-search__input{
	border-radius: 5px !important;
}

.wp-block-search__label{
display: none;}


#comment{
border-radius: 5px;
}

blockquote{
	background: #E4E4E4;
	border-left:8px solid #22daaf !important;
    margin-top: 10px;
	padding:15px;
	font-style:inherit;
	font-size:18px;
	margin:0 0 1.5em
}

@media (min-width: 769px) {

.inside-right-sidebar {
  height: 99%;
	}
	
.inside-right-sidebar aside:last-child {
	position: -webkit-sticky;
	position: sticky;
	top: 100px; /*Adjust position */
  }
}

/* Site General Styling CSS Ends Here  */

/* GeekDroid Author Box Styles Starts Here */

.geekdroid-author-box {
    display: flex;
    align-items: center;
    background: #000000;
    padding: 20px;
    border-radius: 10px;
	box-shadow: rgba(6, 230, 170, 0.995) 0 2px 15px;
	margin-top :20px;
	border: 3.5px solid #24cc90;
}

.geekdroid-author-avatar img {
    border-radius: 50%;
    width: 10em;
    height: 8em;
    object-fit: cover;
    box-shadow: rgba(6, 230, 170, 0.995) 0 2px 10px;
}

.geekdroid-author-info {
    margin-left: 20px;
    color: #fff;
}

.geekdroid-author-name {
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
}

.geekdroid-author-title {
    font-size: 1.2em;
    margin: 5px 0;
    color: #ffc63b;
	border-bottom: 3px solid #24cc90;
}

.geekdroid-author-description {
    font-size: 1em;
    margin: 10px 0;
}

.geekdroid-author-social {
    margin-top: 15px;
    display: flex;
}

.geekdroid-social-icon {
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    margin-right: 10px;
    transition: transform 0.2s;
}

.geekdroid-social-icon:hover {
    transform: scale(1.2);
	background-color: #24cc90;
	border-radius: 50%;
	box-shadow: 0 0 5px #24cc90, 0 0 25px #24cc90, 0 0 50px #24cc90,
    0 0 100px #24cc90;
}

.geekdroid-follow-button {
    display: inline-block;
    padding: 5px 15px;
    background-color: #000000;
    text-decoration: none;
    border-radius: 5px;
	border: 3px solid #24cc90;
    margin-top: 15px;
    font-weight: bold;
    transition: background-color 0.2s;
	box-shadow: rgba(6, 230, 170, 0.995) 0 2px 10px;
}

.geekdroid-follow-button:hover {
    background-color: #22daaf;
	box-shadow: 0 0 5px #24cc90, 0 0 25px #24cc90, 0 0 50px #24cc90,
    0 0 100px #24cc90;
}

/* Media query for mobile devices */
@media screen and (max-width: 768px) {
    .geekdroid-author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
			margin-top: 50px;
    }

    .geekdroid-author-avatar img {
        width: 80px;
        height: 80px;
        margin-top: -50px;
    }

    .geekdroid-author-info {
        margin-left: 0;
        margin-top: 10px;
    }

    .geekdroid-author-name {
        font-size: 1.2em;
    }

    .geekdroid-author-title {
        font-size: 1em;
	}
	

    .geekdroid-author-description {
        font-size: 1em;
    }

    .geekdroid-author-social {
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }

    .geekdroid-social-icon {
        font-size: 1.3em;
        margin-right: 8px;
    }

    .geekdroid-follow-button {
        margin-top: 20px;
        padding: 8px 16px;
        font-size: 1em;
    }
}
/* GeekDroid Author Box Styles Ends Here */

/* GeekDroid TOC Styles Starts Here */

#toc-toggle {
    
    border: none;
    color: #ffffff;
    padding: 2px 5px;
    transition: background-color 0.3s;
    display: flex !important;
    z-index: 99;
	margin-top:5px;
}



#geekdroid-toc-container {
    display: block;
}

#geekdroid-toc-container ul li {
    font-weight: 500;
}


div#geekdroid-toc-container {
    border: 1px solid #22daaf;
    border-radius: 4px;
	box-shadow: rgba(6, 230, 170, 0.995) 0 2px 10px; 
    display: table;
    margin-bottom: 1em;
    position: relative;
    width: 100%;
}

#geekdroid-toc-container {
    height: 40px;
    margin-top: 40px;
}

#geekdroid-toc-container .geekdroid-toc-title {
    text-align: left;
    line-height: 1.45;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', serif;
    font-weight: 600 !important;
    display: flex !important;
    z-index: 99;
    width: 100%;
    font-size: 18px !important;
	background-color: #22daaf;
    padding: 10px 18px;
	color:black;
}

#geekdroid-toc-container label {
    cursor: pointer;
    position: relative;
}

:where(a) {
    border-color: currentcolor;
    color: currentcolor;
    cursor: pointer;
    text-decoration: none;
}

#geekdroid-toc-container ul ul,
.geekdroid-toc div.geekdroid-toc-widget-container ul ul {
    margin-left: 16px;
    margin-top: 4px;
}

div#geekdroid-toc-container ul li {
    margin-bottom: 4px;
    font-size: 16px;
}

#geekdroid-toc-container li,
#geekdroid-toc-container ul,
#geekdroid-toc-container ul li,
div.geekdroid-toc-widget-container,
div.geekdroid-toc-widget-container li {
    
    line-height: 1.1;
    margin: 11px;
    z-index: 1;
    
}

#toc-list {
    display: block;
}

.toc-title1{
	    text-align: left;
    line-height: 1.45;
    padding: 5px 25px !important;
    position: absolute;
    top: -23px;
    /* display: flex !important; */
    /* z-index: 99; */
    width: fit-content;
    background: white;
}

/* GeekDroid TOC Styles Ends Here */



/* Sidebar Social Follow CSS Starts	 Here */

	.geekdroid-sidebar {
            box-sizing: border-box;
        }

        .geekdroid-social-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 5px;
        }

        .geekdroid-social-button:hover {
            transform: translateY(-5px);
            border: none;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .geekdroid-social-button {
            width: 48%;
    		padding: 10px 15px;
            border: 1px solid #88888826;
            border-radius: 5px;
            transition: background-color 0.3s, transform 0.3s, color 0.3s;
            cursor: pointer;
            box-sizing: border-box;
            text-decoration: none;
            display: flex;
            flex-direction: column;
						margin-top: 5px;

        }

		.geekdroid-icon {
            margin-right: 5px;
        }

        .geekdroid-social-button:hover svg,
        .geekdroid-social-button:hover svg path {
            fill: #fff !important;
        }

        .geekdroid-social-button {
            font-weight: 600;
            color: #000 ;
        }

        .geekdroid-facebook:hover {
            background-color: #89abfc;
            color: #fff ;
        }

        .geekdroid-twitter:hover {
            background-color: #212121f2;
            color: #fff;
        }

        .geekdroid-whatsapp:hover {
            background-color: #14d275a1;
            color: #fff;
        }

        

.geekdroid-instagram:hover {
    background-color: #ba32c2cf;
    color: #fff;
}


a.geekdroid-social-button:hover {
    color: white !important;
}

.geekdroid-social-button {
    position: relative;
}

.follower-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.follower-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
        margin-left: 15px;  /* Adjust margin as needed */
}

.follower-count {
    font-weight: bold;
}

.follower-text {
    font-weight: 600;
}

.geekdroid-toc-entry a,h2 a,h3 a,.inside-article p a {
    --underline-position: bottom;
    --underline-size: 1px;
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-repeat: no-repeat;
    background-size: 0 var(--underline-size);
    background-position: 0 var(--underline-position);
    transition: .6s cubic-bezier(.25,.8,.25,1);
    display: inline;
    padding: 2px 0;
    outline: 0;
    text-decoration: none;
}

.geekdroid-toc-entry a:hover,h2 a:hover,h3 a:hover,.inside-article p a:hover {
    background-size: 100% var(--underline-size)
}

