/* sidebar links should be pretty now */
.textwidget a {
font-size: 15px;
line-height: 21px;
}

/* bulleted lists must obey our fonts */
.eltdf-post-text-inner li {
font-family: georgia, sans-serif
}

/* no breadcrumbs on homepage */
.eltdf-breadcrumbs-holder {
display: none;
}
.eltdf-breadcrumbs-type {
height: 10px;
overflow: hidden;
}

/* hide author email address because read-and-digest folks are really stoopid */
.eltdf-author-description .eltdf-author-email { display: none; }

/* less space before and after the "show more" button */
.eltdf-pt-one-item {
margin-bottom: 30px;
}
.eltdf-post-pag-load-more .eltdf-bnl-navigation-holder {
margin: 0;
}

/* keep main menu on single line */
.eltdf-vertical-align-containers .eltdf-position-left:before {
margin-right: 0;
}

/* no more caps on comment form */
.comment-form #comment , .comment-form #author, .comment-form #email, .comment-form #url , #respond input[type="text"], #respond textarea, .post-password-form input[type="password"], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
	text-transform: none;
}
.read-tick-box{
	color:red;
	font-weight:bold!important;
}
.survivopedia-book-interests-highlight{border:1px solid red;}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (orientation: landscape) { 
      .sumome-share-client-wrapper.sumome-share-client-wrapper-left-page {
        position: fixed;
        width: 100% !important;
        margin: 0;
        top: 40%;
        left: 0;
        z-index: 10000000;
    }
        .sumome-share-client-wrapper {
            display: block;
            background: #ffffff00;
            z-index: 99999999;
            bottom: 0px !important;
            top: auto !important;
        }
}
.wpcf7-submit{
	background-color: green;
    padding: 14px;
    border-radius: 8%;
    color: #ffffff;
    font-size: 14px;
}
.smx{
	font-size:10px !important;
}
.old-price, .new-price, .red-discount{
	line-height:2px !important;
	margin-bottom:3px !important;
}
.old-price{
	color:black;
}
.new-price{
	font-size:23px;
	background:#FFFF00;
}
.red-discount{
	color:red;
	font-size:23px;
	font-weight:600;
}

/* custom contact form submit button */
input.contact_form_2023_new[type="submit"]{
	background-image: url("https://www.survivopedia.com/img/submit-btn-send-250px.png");
	width: 250px;
	height: 83px;
  background-size: cover;
  background-position:center;
	cursor: pointer;
	color: transparent;
}
input.contact_form_2023_new[type="submit"]:hover{
	color: transparent;
} 
@media (min-width:425px) {
	.eltdf-header-type3 .eltdf-page-header .eltdf-logo-wrapper a {
    max-height: 180px;
    width: 485px !important;
}

}