*{
    margin: 0;
    padding: 0;
    font-family: 'Calibri', 'Arial';
}
a{
    text-decoration: none;
    color: blue;
}
a:hover{
    cursor:pointer;
}
.mobile{
    display:none;
}
.avatar_doc{
    margin-left:30px;
}
.header{
    width:100%;
    padding: 15px 0px;
    background-size:cover;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.navbar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width:80%;
}
.navMenu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    list-style-type: none;
    width:50%;
    min-width:550px;
    margin-left:5%;
}
.navItem{
    color:#000;
    font-family: Arial;
    font-size:1.2em;
    font-weight:600;
}

.homeImg img{
    max-width:200px;
}

.mainBody{
    max-width: 60%;
    margin: auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.red1{
    color:#DA0000;
}
.gray{
    color:#B5B5B5;
}
.m-0{
    margin:0 !important;
}
.mainHeading{
    margin: 50px 50px;
    text-align: center;
    max-width:75%;
}
/*.text{
    display: flex;flex-direction: column;justify-content: space-around;
}*/
.block{
    /*TESTING HERE:*/
   /* display:flex;*/
   /*margin:20px 0;*/
   margin-top:10px;
}
.authorDiv{
    float:left;
    max-width: 40%; /*was 30%*/
    min-width: 150px;
    margin:0; /*was 0 20px*/
}
.headerDate{
    margin: 5px 0 0 0;
}
.headerDateMob{
    display:none;
}
.headerDateWide{
    display:block;
}
.headerDate .gray{
    text-decoration: underline;
}
.block p{
    line-height: 1.5em;/*was 1.7*/
    /*padding:10px 0;*/
    padding:0;
    padding-bottom:1em;
    text-align: justify;
    font-size:110%;
}
.block h2{
    /*margin:revert;*/
    margin-top:0;
}
.block img{
    max-width: 90%; /*was 100%*/
    /*margin:0 10px;*/
}
.block .authorInfo{
    font-style: italic;
    padding: 0px;
}
.authorInfo1{
    line-height:1.43;
    margin-top:-6px;
}
.block ul{
    margin:revert;
    padding:revert;
    line-height:2;
}
.block .wideImg{
    max-width:100%;
    overflow: hidden;
    text-align: center;
}
.mobVer{
    display:block; /*was none*/
}
.wideVer{
    display: none;
}
.redBox{
    background-color:#DFA9AD;
    font-size: 160%;
    font-style: italic;
    margin: 20px 0;
    padding: .4em 5px;
    width:100%;
    /*font-weight:600;*/
}
.redBoxP{
    background-color:#DFA9AD;
    font-style: italic;
    margin-top: 70px;
    padding: 10px 5px !important;

    font-size: 120% !important;
    line-height:1.3 !important;
}
.redBox2{
    display:none;
}
.heartBox1{
    text-align: center;
}
.italic{
    font-style: italic;
}
.prodImgDiv{
    text-align: center;
    margin-bottom:10px;
    
}
.button{
    white-space: nowrap;
    width:-webkit-min-content;
    width:-moz-min-content;
    width:min-content;
    margin:30px auto;
    background-color:#BA1820;
    color:#fff;
    font-size: 20px;
    font-weight:700;
    padding: 12px;
    -webkit-transition: .3s;
    transition: .3s;
}
.button:hover{
    -webkit-box-shadow: 1px 4px 9px rgba(199,30,40,0.83);
            box-shadow: 1px 4px 9px rgba(199,30,40,0.83);
}
.redline{
    height:1px;
    width:100%;
    background-color: #BA1820;
    border:2px solid #BA1820;
}
.commentsHeading{
    /*font-size:35px;*/
    text-align: center;
    padding: 10px 0;
}
.comments{
    border: 1px solid #b6b6b6;
    border-radius: 15px;
    padding: 20px 20px 20px 10px/*was 20px*/
}
.comment{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid black;
}
.commentInfo{
    padding-bottom: 5px;
}
.commentInfo .red1{
    font-size:110%;
    font-weight: 600;
}
.commentInfo .gray{
    font-weight: 600;
}
.avatarDiv{
    padding-right:5px;
    min-width:50px;
    max-width:50px;
}
.avatarDiv img{
    min-width:40px;
    margin:0 10px 0 0;
}
.commentContent{
    line-height:140%;
}
.footer{
    width:100%;
    background-color: #E5EAF2;
    border-top: 4px solid #BA1820;
    text-align:center;
    padding:1em 0;
    margin:0;
}
.footerItem{
    padding: 10px;
}
.footer a{
    color:black;
    text-decoration: none;
}
.footer a:hover{
    color:black;
}
/*doc card test code:*/
.fblock{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.authorDiv2{
    float:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.subHeading{
    margin-bottom:5px !important;
}
.subHeading2{
    margin-bottom:5px !important;
}
.clearfix1{
    clear:both;
}
.fblock .text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
.redBoxP{
    margin-top:10px !important;
    font-size:160% !important;
}

/*doc card test code end*/
@media (min-width:1300px){
    .clearfix{
        clear:both;
    }
    /*.extraPaddingP{
        padding:40px 0 !important;
    }*/
    .authorDiv1 img{
        max-height: 330px;/*Was max-width:60%*/;
    }
    .mainHeading{
        font-size:50px;
        max-width:100%;
        margin: 50px 0;
    }
}
@media(max-width:1300px){
    .heartImg2{
        max-width: 50% !important;
    }
}
@media(max-width:1238px){
    .authorDiv2{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
}
@media(min-width:1200px){
    .wideImg img{
        max-width:80% !important;
    }
}
@media(max-width: 1100px){
    .mainBody{
        max-width:90%;
    }
    .authorDiv{
        max-width:30%;
    }
    
}
@media (min-width: 940px) and (max-width: 1100px){
    .redBoxP{
        margin-top: 10px;
        float:right;
        /*width:64%;*/
        }
}
@media (max-width: 940px){
    .redBoxP{
        width:100%;
    }
}
@media(max-width:877px){
    .navMenu{
        display: none;
    }
}
@media(min-width:806px){
    .heartImg2{
        display: none;
    }
}
@media(max-width:793px){
    .redBoxP{
        display:none;
    }
    .redBox2{
        display:block;
    }
}
@media(max-width:793px){
    .redBoxP{
        margin-top:43px;
        margin-bottom:-20px;
    }
}
@media(max-width:736px){
    .headerDateMob{
        display:block;
    }
    .headerDateWide{
        display:none;
    }
}
@media (max-width:716px){
    p,
    .commentInfo .red1{
        font-size:100% !important;
    }
    .mainHeading{
        font-size:25px;
        line-height: 100%;
        margin: 20px 0 0 0;
    }
    /*.wideVer{
        display:none;
    }
    .mobVer{
        display: block;
    }*/
}
@media (max-width:692px){
    .redBoxP{
        margin-top:20px;
    }
}
@media(max-width:507px){
    .mobile{
        display:block;
    }
    .desktop{
        display:none;
    }
    .mainHeading{
        max-width: 100%;
    }
    .block .heartImg1{
        max-width:150%;
        -webkit-transform: translate(-18%, 0px);
                transform: translate(-18%, 0px);
    }
    .redBox{
        font-size:120%;
        margin: 0px 0 10px 0;
    }
}
@media(max-width: 497px){
    .justify_mob{
    text-align: justify;
}
    .authorDiv{
        /*float:none;*/
        margin:auto;
    }
    .prodImgDiv img{
        max-width:220px;
    }
    .authorDiv2 img{
        max-width:80%;
    }
    .authorInfo2{
        text-align: left;
        font-size:90%;
    }
    h2{
        font-size:19px;
        text-align: center;
    }
}

.red1>a,
.navItem>a {
    color: inherit !important;
    text-decoration: none !important;
}

@media (max-width: 500px) {
    .block p {
        text-align: left;
    }
    .commentInfo .gray {
        display: block;
    }
}

#billing_phone {
    margin-top: 10px;
}