/*
 Theme Name:   Jop Site Theme
 Theme URI:    https://TechnicalThought.com
 Description:  Welcome to the Technical Thought Website. Through Our This Website, We Provide You Information Related to Article, blogs, Tech Updates, digital products And All Type Tech industry Service Like Digital Marketplace, Web Design, Digital Marketing, Web building Tutorials, Applications and Tools Etc.
 Author:       TechnicalThought.com
 Author URI:   https://TechnicalThought.com
 Template:     generatepress
 Version:      1.3
*/

/* GeneratePress Site CSS */
.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#wp-block-search__input-1 {
	border: 0px;
}

/*social-sharing-buttons*/
.TechnicalThought-social-wrapper {
    margin: 15px;
	  padding-left: 20px;
	  padding-right: 20px;
    font-size: 0;
    text-align: center;
	  display: flex;
    flex-wrap: wrap;
}
.TechnicalThought-social-sharing {
    padding: 8px;
	  margin: 4px;
	  border-radius: 4px;
    flex: 1;
}
@media only screen and (max-width: 600px) {
    .TechnicalThought-social-sharing {
        display: inline-block;
    }
}
.TechnicalThought-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.TechnicalThought-social-facebook {
    fill: #fff;
    background-color: rgb(18, 71, 184);
}
.TechnicalThought-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.TechnicalThought-social-whatsapp {
    fill: #fff;
    background-color: rgb(7, 221, 85);
}
.TechnicalThought-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.TechnicalThought-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}

/*Comment Box*/
.comment-respond
.comment-reply-title {
	padding: 8px 8px 8px 20px;
	border-radius: 4px;
	color: #fff!important;
	background-color: var(--color-background);
	box-shadow: rgba(19,20,9,.2) 0 7px 28px;
}
/*sticky footer menu*/
@media only screen and (min-width: 960px) {
.sticky-footer-menu{display:none!important;}
}
.sticky-footer-menu {
	position: fixed;
	height: 60px;
	width: 100%;
	bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}