/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2021 | 03:31:47 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/*BLOG*/

#commentform #submit {
    color: #000;
    background: #FEBE10 !important;
    border-radius: 5px !important;
    position: initial !important;
    width: 100% !important;
    font-weight: 700;
    font-family: Barlow Condensed;
    text-transform: uppercase;
    font-style: italic;
    font-size: 18px;
  border: solid 1px #FEBE10;
}
#commentform #submit:hover {
    color: #FEBE10;
    background: #000 !important;
}
#comments h5.tve-droppable span {
    font-family: "Barlow Condensed" !important;
    font-style: italic !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
  display: block;
margin-top: 20px;
}
#comments .reply a.comment-reply-link {
    border: solid 1px #FEBE10;
    color: #000;
}

@media only screen and (max-width: 1400px) {
  .thrv_symbol_32616 ul .sub-menu,
  .thrv_symbol_32709 ul .sub-menu{
    width: 170px !important;
  }
}