/*HEADER----------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------*/
#td-top-search {
    display: none;
}

.td-header-sp-logo img {
    max-height: 150px !important;
}

.td-header-main-menu {
    background-color: #575758 !important;

}
.sf-menu ul .td-menu-item > a {
    padding: 0px 4px 0px 11px;
    font-size: 12px;
    color: #111111;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    line-height: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
  { .sf-menu ul .td-menu-item > a
  { 
    padding: 2px 13px 2px 13px !important;
} 
}
@media screen and (max-width:1020px) and (min-width:769px){
  body .td-header-row .td-header-sp-ads {
  
    width: 100%;
}
  .td-header-style-3 .td-header-sp-logo {
   margin-top:15px;
    width: 100%;
}
@media screen and (max-width:767px){
.td-header-main-menu {

    background: black !important;

}
}

/*COLOUR CHANGES--------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------*/
.block-title > a, .block-title > span {

    background-color: #c42032 !important;
}
.td-read-more a {
    background-color: #575758 !important;
}
a:hover{
    color: #c42032 !important;
}

/*FOOTER------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------*/
.td-sub-footer-container {
    background-color: #c42032 !important;
}