/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.blog-post.blog-post-single.clearfix {	
	background: white;
	padding:0px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0)
}

.entry-content {
	max-width: 300px;
	margin: auto;
}


@media only screen and (min-width: 600px) {
	.entry-content {
		max-width: 600px
}
}

@media only screen and (min-width: 768px) {
	.entry-content {		
		max-width: 630px						
}
}


/* .post-container {
	width:100%!important;
} */

a  {
	color: black;
}

/* to hide the theme sharing button */
@media (min-width:981px){
.post-social-wrapper {
display: none;
	}}

@media (max-width:980px){
	.post-social {
    display: block;
}
}

.post-single-content .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display:none;
}


/* h2.entry-title.post-header-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
} */


/**/
.apt-from-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.apt-form-fields {
    width: 68%;
}

.apt-form-submitting {
    width: 32%;
}
input.btn.apt-form-btn {
    background-color: #a153e0 !important;
    color: white !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
    border: none !important;
}

.pull-right {
    width: 85%;
}

.apt-form-input-field {
    font-size: 14px;
    line-height:19px !important;
}


@media (max-width: 425px){
    
    .apt-form-fields{
    width: 100%;
}

    .apt-form-submitting {
    width: 100%;
    margin-top: 16px !important;
}

    .pull-right{
    width: 100%;
}

}

a.wp-block-button__link {
    color: black !important;
}
a.wp-block-button__link:visited{
    color: black !important;
}
a.wp-block-button__link:hover{
    color: white !important;
}

a.jp-relatedposts-post-a {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000 !important;
}

.jp-relatedposts-post.jp-relatedposts-post-thumbs {
    opacity: 1 !important;
}

a.jp-relatedposts-post-a {
    text-decoration: underline !important;
}
a.jp-relatedposts-post-a:hover {
    text-decoration: none !important;
}

div#jp-relatedposts {
    border-top: 1px solid #E2E3E7;
    border-bottom: 1px solid #E2E3E7;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before{
    display: none !important;
}

.footer-links {
    display: none;
}

span#cn-close-notice.cn-close-icon {right: 85px !important;}

@media (max-width: 1024px){
    span#cn-close-notice.cn-close-icon {right: 75px !important;top: 75%;}
}

@media (max-width: 768px){
    span#cn-close-notice.cn-close-icon {right: 85px !important;top: 75%;}
}