/* 2022*/
.widget-content ul li:before {
    color: #DA3327;
	
}

.comment-reply-title {
    font-family: 'GT-America-Extended-Black', Fallback, sans-serif;
}

.entry-author .author-title {
    font-family: 'GT-America-Extended-Black', Fallback, sans-serif;
}


.post-content h3  {
    font-family: 'GT-America-Extended-Black', Fallback, sans-serif;
}


.post-header .post-title a {
	
	font-family: 'GT-America-Extended-Black', Fallback, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal
}
/* Hides promotional text under the SHOP TIPS section*/
.partner-section {
  display: none;
}
#infinite-footer {
	display: none;
}


@media only screen and (max-width: 1200px) {
  .nav-toggle {
    font-size: 0; 
   }
}



@media only screen and (min-width: 900px) {
.header-inner h1 a{
    font-size: 5rem;
		line-height: 2rem;
}
}
@media only screen and (max-width: 900px) {
.header-inner h1 a{
    font-size: 2rem;
		line-height: 3.3rem;
}
}

/* 2022*/
.smush-detected-img {
box-shadow: 0 0 0 0 !important;
}
.post-content p a{
text-decoration: underline;
}
.single .content .post-meta{
padding: 30px 0 0 10px !important;
}
.entry-author{
/*width:55% !important; */
}
.entry-author .author-title{
color: #211E1E !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
padding: 2.5% 5%;
}
body.single .content .post .post-header {
border: none;
padding: 5% 5% 2.5%;
}
.entry-author:before {	
background-color: #DA3327;
}
.entry-author:after {
border-left-color: #DA3327;
border-right-color: #DA3327;
}
.post .sticky-post {
background-color: #DA3327;
}
.post .sticky-post:after {
border-left-color: #DA3327;
border-right-color: #DA3327;
}
.author-link:hover:before, .author-link:focus:before, .author-links a:focus, .author-links a:hover {
background-color: #DA3327;
}

/* top banner start */
.bannerTopApp{
	background: #F7F4EF;
	border-bottom: 1px solid #eae2d8;
	padding: 15px 0;
}

.bannerTopApp .section-inner{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.closebannerApp{
	position: absolute;
	left: 0;
}

.bannerTopApp .section-inner .midContent{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: GT-America-Regular;
}

.bannerTopApp .section-inner .midContent span{
	padding: 10px 20px;
	font-size: 1rem;
}

.bannerTopApp .section-inner  a.getAppBtn{
    padding: 12px;
    color: rgb(255, 255, 255);
    font-family: GT-America-Regular;
    font-weight: 700;
    font-size: 14px;
    align-self: center;
    align-items: center;
    -webkit-box-align: center;
    background-color: rgb(116, 156, 72);
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    -webkit-box-pack: center;
    max-width: 50%;
    text-align: center;
    text-decoration: none;
}

.bannerTopApp .section-inner  a.getAppBtn:hover{
	background: #6b8943;
	color:#F7F4EF;
}

@media all and (min-width: 768px) and (max-width: 990px){



.bannerTopApp ~ header .nav-toggle, .bannerTopApp ~ header .search-icon{
	top: 90px;
	transition: all 0.25s ease-in-out;
}

body.bannerTopHide .bannerTopApp ~ header .nav-toggle, body.bannerTopHide .bannerTopApp ~ header .search-icon{
	top: 10px;
	transition: all 0.25s ease-in-out;
}

}

@media all and (max-width: 767px){

.bannerTopApp{
	padding: 5px 0;
}

.bannerTopApp .section-inner{
	    max-width: 95%;
}

.bannerTopApp .section-inner .midContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

	.bannerTopApp .section-inner .midContent span{
	padding: 5px 7px;
	font-size: 0.85rem;
	text-align: center;
	flex-basis: 70%;
	max-width: 70%;
}
.bannerTopApp .section-inner  a.getAppBtn{
	width: 150px;
	max-width: 150px;
	 font-size: 12px;
	 padding: 12px 0;
}
.bannerTopApp .section-inner  img.sliceApplogo{
	width: 40px;
}

.bannerTopApp .section-inner  .closebannerApp{
	position: relative;
	left: -5px;
	margin-right: 5px
}

.bannerTopApp ~ header .nav-toggle, .bannerTopApp ~ header .search-icon{
	top: 70px;
	transition: all 0.25s ease-in-out;
}

body.bannerTopHide .bannerTopApp ~ header .nav-toggle, body.bannerTopHide .bannerTopApp ~ header .search-icon{
	top: 10px;
	transition: all 0.25s ease-in-out;
}

}

@media all and (max-width: 767px) and  (orientation: landscape){

.bannerTopApp .section-inner  .closebannerApp{
	position: absolute;
	left: 0;
	margin-right: 0
}


}

@media all and (max-width: 350px){

	.bannerTopApp .section-inner .midContent span {
    padding: 5px;
    font-size: 0.80rem;
    text-align: center;
    flex-basis: 65%;
	max-width: 65%;
}

.bannerTopApp .section-inner img.sliceApplogo {
    width: 35px;
}

.bannerTopApp .section-inner a.getAppBtn {
    width: 150px;
	max-width: 150px;
    font-size: 12px;
    padding: 10px 0;
}

}
/* top banner end */