@font-face {
    font-family: 'optimabold';
    src: url('/storage/app/media/Optima-Bold.ttf');
}
@font-face {
    font-family: 'varelaround-regular';
    src: url('/storage/app/media/varelaround-regular.ttf');
}

.logo__title{
    font-family:'optimabold';
    font-size:50px;
}
.logo__description{
    font-family:'varelaround-regular';
    font-size:20px;
    margin-bottom:30px;
}






.wrap__footer .contact-info ul{
    margin-left: 110px;
    margin-right: 5px;

}
a{
    text-decoration:none;
}
/*utilities*/
.float-left{
    float:left;
    margin:0 10px 10px 0;
}
.float-right{
    float:right;
    margin:0 0 10px 10px;
}
.redText{
     color: red;
  }
form label{
  font-weight: bold;
}

td {border: none;}

.copyright__list li:nth-child(2),.copyright__list li:nth-child(3),.copyright__list li:nth-child(4),.copyright__list li:nth-child(5){
    display:none!important;
}

.docheadline{font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
} 
.docsummary{font-family: Tahoma;
    font-size: 12px;
} 
.docseperator{ height: 3px;
    margin: 6px 0px 6px 0px;
    border-bottom: 1px solid #eeeeee;
} 
.docNewsLogo { font-family: Tahoma;
    font-size: 10px;
    text-align: left;
} 
.page-title {
    margin-top:5px;
    display: block !important;
}
  div#postTitle {
font-size: 1.2em;
margin: 0 0 15px;
font-weight: bold;
}
div#CTApost {
width: 31%;
text-align: center;
margin: 30px auto;
}
.postCTA a {
width: 100%;
display: block;
padding: 10px 15px;
/*color: #FFF !important;*/
border-radius: 15px;
text-decoration: none !important;
font-weight: bold;
font-size: 1.2em;
color: rgb(255, 255, 255); 
background-color: rgb(219, 148, 20);
    
}
.postCTA a:hover {
box-shadow: #FFF 0px 0px 3px 1px;
}


@media only screen and (max-width: 800px){
    .logo__description{
        font-size:18px;
    }
   .wrap__footer .contact-info ul{
        margin-left:unset!important;
        margin-right:unset!important;
        display: inline-grid;
    }
}

@media only screen and (max-width: 480px) {
    .wrap__header{
        padding: 18px 10px 18px!important;
    }
  .logo__title{
    font-size:25px!important;
}
.logo__description{
    font-size: 15px!important;
    line-height: 25px!important;
}
    .float-right, .float-left{
          float:none;
          margin:0 auto 10px auto;
          display:block;
    }
}