/*
 Theme Name:   Digital Pritam
 Theme URI:    https://www.v2.digitalpritam.in
 Description:  GeneratePress Child theme for Blog website. Using this child theme you can easily create a WordPress Blog website. This GeneratePress Child theme design by Digital Pritam
 Author:       DigitalPritam.In
 Author URI:   https://pritam.org
 Template:     generatepress
 Version:      1.1
*/

/* 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*/
.wpjankari-social-wrapper {
    margin: 15px;
	  padding-left: 20px;
	  padding-right: 20px;
    font-size: 0;
    text-align: center;
	  display: flex;
    flex-wrap: wrap;
}
.wpjankari-social-sharing {
    padding: 8px;
	  margin: 4px;
	  border-radius: 4px;
    flex: 1;
}
@media only screen and (max-width: 600px) {
    .wpjankari-social-sharing {
        display: inline-block;
    }
}
.wpjankari-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.wpjankari-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}
.wpjankari-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.wpjankari-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}
.wpjankari-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.wpjankari-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;
}




/* Rank Math FAQ CSS Starts */
.rank-math-list-item {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15)!important;
    padding: 15px;
    margin: 15px 1px;
    border-radius: 10px;
}
.rank-math-question {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 10px;
}
.home .entry-content:not(:first-child){
    margin-top:0;
}

/* Rank Math FAQ CSS Ends */
  




/* comment styling */
.comment-respond .comment-reply-title {
    padding: 10px 10px 10px 25px;
    background-image: linear-gradient(to right, #4cb8c4 0, #3cd3ad 51%, #4cb8c4 100%);
    border-radius: 10px;
    font-weight: 600;
    color: #fff !important;
    font-size: 20px !important;
    box-shadow: rgba(23, 43, 99, 0.3) 0 7px 28px;
}
.read-more-bt,
a.button,
.pagination-bt,
.wp-block-search__button,
input[type="submit"] {
    font-size: 14px;
    padding: 10px 25px;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: rgba(23, 43, 99, 0.3) 0 7px 28px;
    background-image: linear-gradient(to right, #1fd1bf 0, #07b0a2 51%, #1fd1bf 100%);
    border-radius: 50px;
}


