body{
	font-family: 'Open Sans', sans-serif;
	color: #736c6d;
	font-size: 14px;
}
p, li, td{
	color: #736c6d !important;
}

h1, h2 {
	color: #6a0604; 
}
.h3, h3 {
    font-size: 24px;
}
a{
	text-decoration: none;
}
.banner-home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}

.banner-strip {
    background-color: #d9d9d9;
    text-align: center;
    margin: 0 0 45px;
}

.banner-strip .container h1 {
    margin: 18px 0;
    line-height: 56px;
    color: #222;
    font-size: 40px;
    text-align: left;
}

.banner-home .container h1 {
    color: #7a232e;
    font-size: 38px;
    line-height: 50px;
    max-width: 370px;
}



.mc-btn-primary,
.mc-btn-secondary {
	border: 1px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	padding: 9px 14px;
	border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mc-btn-primary {
	color: #fff;
	background-color: #7a232e;
    border:1px solid #6a1e28;
}

.mc-btn-primary:hover{
	background-color: #fff;
	color: #6a1e28;
    border:1px solid #6a1e28;
}

.mc-btn-secondary {
	background-color: #3c3c3c; 
    color: #fff;
}
.mc-btn-secondary:hover {
	background-color: #7a232e; 
	color: #fff;
}

/* Header Menu */
.mortimer-account-topbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.phone-number{
    padding: 0 22px;
    border-left: 1px solid #00000080;
     border-right: 1px solid #00000080;
     margin-right: 22px;
}

.mortimer-account-topbar .right-panel .phone-number a {
	color: #7a232e;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.mortimer-account-topbar .right-panel .top-search {
    margin: 0 22px 0 0;
    position: relative;
}

.mobile_header{
    display: none;
}

.header_right_panle .right-panel{
    justify-content: flex-end;
}

.mortimer-account-topbar .right-panel .top-search-bar {
    padding: 7px 30px 7px 10px;
	font-size: 10px;
    border-color: rgba(120,120,120,.8);
    color: #555;
    border-radius: 3px;
	width: 125px;
	background-color: #fff;
    height: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#searchform .input-group{
    align-items: center;
}

.search-dropdown {
    display: none;
    max-height: 0;
    padding: 0 12px;
}

.searchtool form {
    margin: 15px 0;
    position: relative;
}

.searchtool input[type=text] {
    width: 100%;
    height: 45px;
    font-size: 18px;
    padding: 10px 6px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border 
linear .2s, box-shadow 
linear .2s;
    line-height: 20px;
    color: #555;
    border-radius: 3px;
}

.searchtool button {
    height: 45px;
}

.searchtool button {
    position: absolute;
    right: 0;
    margin: 0;
    width: auto;
    padding: 9px 14px;
}

.search-dropdown .btn-search-input {
    padding: 12px 14px;
    background-color: transparent;
    border: none;
}

.mortimer-account-topbar .right-panel .btn-search {
	background-color: #7a232e;
	height: 24px;
    width: 24px;
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 20px;
}

.mortimer-account-topbar .right-panel .top-search-bar:focus {
	border-color: rgba(100,100,100,.8);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(51 51 51 / 60%);
    outline: 0;
}

.mortimer-account-topbar .right-panel .top-search-bar::placeholder{
	color: #999;
}

.herder-right_btn .mc-btn-primary, .herder-right_btn .mc-btn-secondary{
padding: 4px 18px;
font-size: 12px;
margin: 0;
border-radius: 3px;
}

.herder-right_btn .mc-btn-secondary{
    background-color:#888888CC;
}

.herder-right_btn .mc-btn-secondary:hover, .nav-right_btn .mc-btn-secondary:hover{
    background-color:#7a232e;
    color: #fff;
}


.navbar{
	position: relative;
    background-color: transparent;
	margin-bottom: 0px;
	border: 0px;
}

.navbar-nav {
	margin: 0;
}

.navbar-default{
	border-color: transparent;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	padding: 0;
	border: 0;
}

.navbar-default .navbar-nav>li {
	border-left: 1px solid #fff;
    border-top: 0;
    text-decoration: none;
}

.navbar-default .navbar-nav>li.menu-item-330 {
	background-color: #490301;
}

.navbar-default .navbar-nav>li>a{
font-weight: 700;
font-size: 15px;
color: #000;
text-decoration: none;
margin: 0 15px;
padding-bottom: 3px;
}

nav.navbar {
    padding: 17px 0 0;
    border-top: 0.5px solid;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 30.77%) 1;
    margin-top: 17px;
}

.navbar-default .navbar-nav>li:first-child >a{
    margin-left: 0;
}



.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.current-menu-item>a {
    color: #6a1e28 !important;
    text-decoration: none;
    border-bottom:2px solid #7A232E ;
}


#menu-main-menu{
    flex-direction: unset;
}




.nav-right_btn .mc-btn-primary, .nav-right_btn .mc-btn-secondary{
padding: 8px 12px;
font-size: 15px;
margin: 0;
}

.nav-right_btn .mc-btn-secondary{
    background:transparent;
    border: 2px solid #7A232E;
    color: #7A232E;
}

header{
    padding-top:45px;
    padding-bottom: 20px;
}

header .logo img{
	width:100px;
}



#footer{
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 50%, rgba(240, 240, 240, 0.8) 75%, rgba(177, 176, 176, 0.8) 100%);
    padding: 75px 0 53px;
    text-align: center;
    border-top: 1px solid;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 30.77%) 1;
    font-size: 14px;
}


.footer-logos {
    margin-bottom: 65px;
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}
.footer-logos img{
    font-size: 14px;
    padding: 0 0px;
	max-height: 77px;
}

.footer-logos .img_box {
    padding-right: 3px;
    padding-left: 3px;
	margin-bottom:15px;
}


.slick-prev, .slick-next{
    display: none!important;
}

#footer a{
    color: #7A232E;
    text-decoration: underline;
    font-size: 14px;
}

.f_description{
padding: 28px 0 50px;
display: inline-block;

}

#menu-footer-menu{
    margin: 0;
    padding: 0;
    list-style:none;
}

#menu-footer-menu li{
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

#menu-footer-menu li:first-child{
    padding-left: 0;
}

#menu-footer-menu li:last-child{
    padding-right: 0;
}

#menu-footer-menu li::after{
    content: '';
    width: 1px;
    height: 70%;
    background-color: #000;
    position: absolute;
    top:15%;
    right: 0;
}

#menu-footer-menu li:last-child::after{
    content: none;
}

.mc-paperbox {
    border: 1px solid #AAA;
    padding: 12px 25px;
    margin-bottom: 30px;
    position: relative;
}

.mc-paperbox.jump-list{
    padding: 12px 0px;
    margin-right: 130px;
}

.mc-paperbox:after {
    background: #FFF;
    content: url(/wp-content/uploads/2025/11/page-turn.png);
    height: 22px;
    margin: -1px -5px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}

.mc-paperbox.jump-list a {
    font-size: 18px;
    padding: 13px 25px;
    width: 100%;
    display: block;
}


h1, h2 {
	color: #6a0604; 
}

h2{
    font-size: 30px;
}

.page-id-81 .banner-strip .container, .page-id-122 .banner-strip .container, .page-template-our-mission .banner-strip .container{
    background-image: url(/wp-content/uploads/2025/11/letter-phone.png);
    background-repeat: no-repeat;
    background-position: right center;
}


.page-id-82 .banner-strip .container{
    background-image: url(/wp-content/uploads/2025/11/mouse-info.png);
    background-repeat: no-repeat;
    background-position: right center;
}


.mc-hp-rp a, a {
    color: #7a232e;
}

.testimonial .quote {
    padding: 10px 10px 10px 60px;
    margin-bottom: 1em;
    background-image: url(https://www.mymortimerclarke.co.uk/img/icon-quote-gray.png);
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: top 10px left 10px;
}

.testimonial .date {
    text-align: right;
}

.paer-box-col{
    margin-right: 8.3%;
}


.hr {
    border-bottom: 1px solid #DADADA;
    display: block;
    height: 10px;
    width: 100%;
}

.mc-hp-rp .right_box{
    margin-bottom: 40px;
}

.mc-hp-rp .hidden-xs, .testimonials {
margin-top: 20px;
}


.faq-wrapper .accordion-item{
    border: 0;
}

.faq-heading{
    font-size: 24px;
     border-bottom: 1px solid #DADADA;
     padding-bottom: 10px;
     font-weight: 400;
}

.accordion-button::after {
    display: none;
}

.accordion-button {
    position: relative;
    padding-right: 0; 
    color: #696969;
    font-size: 20px;
    padding-left: 0;
        border-bottom: 1px solid #DADADA;
            border-radius: 0 !important;
            
}

.accordion-button::before {
    content: '+';
    position: absolute;
    right: 10px;
    font-size: 16px;
    font-weight: bold;
    transition: transform 0.2s ease;
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 15px;
}


.accordion-button:not(.collapsed)::before {
    content: '−';
}

.accordion-button:focus{
    box-shadow: none!important;
}

.accordion-button:not(.collapsed){
    background-color: transparent!important;
}


.accordion-button:not(.collapsed){
    color: #6a0604!important;
}

.accordion-body{
    padding-left: 0;
    color: #696969;
}

.search-wrap{
    display: none;
}

.not-found{
    padding-bottom: 100px;
    text-align: center;
    padding-top: 55PX;
}

.not-found .search-submit{
        background-color: #7a232e;
    color: #fff;
    border-color: #7a232e;
    outline: none;
    box-shadow: none;
}

.error-404 h1{
        font-size: 100px;
    margin-bottom: 50px;
}

.container.search-popup{
    display: none;
}
.home-left-heading{
	padding-top: 20px;
}
.hr {
    border-bottom: 1px solid #DADADA;
    display: block;
    height: 10px;
    width: 100%;
}
.f_address, .f_description{
	    color: #000;
}


.search-page form {
    margin: 0 0 20px;
}

.search-page input {
	font-size: 18px;
	height: 38px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border linear .2s,box-shadow linear .2s;
	line-height: 20px;
    color: #555;
    border-radius: 3px !important;
}

.search-page .btn-search {
	height: 38px;
	background-color: #7a232e;
	font-size: 16px;
    font-weight: 700;
	color: #FFF;
}

.search-page .search-header {
	padding-bottom: 15px;
    margin-bottom: 30px;
	border-bottom: 2px solid #7a232e;
	font-size: 16px;
}

.search-page .search-header strong {
	color: #7a232e;
}

.search-page .search-results p {
    margin-bottom: 40px;
    font-size: .9em;
}

.search-page .search-results a {
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
}
 
.search-page .search-results a::after {
    content: ' ';
    display: block;
    width: 85px;
    background-color: #7a232e;
    height: 2px;
    margin-top: 10px;
}



.border{
  border: 1px solid #000;
  padding: 15px 20px;
  margin-bottom: 30px;
  color: #6a0604;
  font-weight: 700;
}


/*Services Page
=================
*/

#services img{
	position: relative;
	right:0;
	margin-top: 20px;
	margin: auto 0;
	max-width: 100%;

}

#services {
	vertical-align: middle;
}

.mid-module{
	background-color: #f9f9f9;
	margin-bottom: 20px;
    padding-top: 20px;
}

.mid-module h2{
	font-size: 20px;
	font-weight: 700;
}


.get-in-touch{
	padding:10px;
	background-color: #6a0604;
	color: #fff;
	text-align: center;
}

.get-in-touch .btn{
	margin-left: 10px;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	font-size: 0.7em;
}

.get-in-touch .btn{
	color: #fff;
	text-decoration: none;
}
.get-in-touch a:hover{
	color: #6a0604;
	text-decoration: none;
	background-color: #fff;
}

.mid-module .col-sm-offset-1{
    margin-left: 8.33333333%;
}

.service_btns{
    display: flex; 
    justify-content: space-evenly;
        flex-wrap: wrap;
}

.btn-box{
        width: 30%;
    margin: 0 1.17%;
}

.btn.btn-default{
    background-color:#6a0604; color:#ffffff; border-radius:0; border:0; padding:10px; width:100%;
}


.page-template-about-us #about, .page-template-client-complaints #about{
    margin: 30px 0;
}

.page-template-pricing-service-information table thead {
    color: #6a0503;
    text-decoration: underline;
}

.page-template-pricing-service-information .title-right {
        background-color: #6f1e29;
    color: #ffffff;
}

.page-template-pricing-service-information  .h5, .page-template-pricing-service-information  h5 {
    font-size: 14px;
    color: #6a0503;
    text-decoration: underline;
}


/* Our Mission Page */
.page-template-our-mission .page-box {
	background-color: #7A232E;
	min-height: 360px;
	color: #FFFFFF;
	padding: 0 35px;
    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: start;
    -ms-flex-align: start;
            align-items: flex-start;

}

.page-template-our-mission .page-box h2 {
	font-size: 24px;
	line-height: 33px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
        margin-top: 20px;
    margin-bottom: 10px;
}

.page-template-our-mission .page-box p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #FFFFFF!important;
}

.page-template-our-mission .our-mission {
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 30px;
}
.page-template-our-mission .our-vision {
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 30px;
}
.page-template-our-mission .our-values {
	background-repeat: no-repeat;
	background-position: bottom right;
}

.page-template-our-mission .values-page-box {
	background-color: #7A232E;
	min-height: 360px;
	color: #FFFFFF;
	padding: 0 35px;
}

.page-template-our-mission .values-page-box h2 {
	padding-top: 60px;
	padding-bottom: 30px;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin: 0px;
}

.page-template-our-mission .values-page-box h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
        margin-top: 20px;
    margin-bottom: 10px;
}

.page-template-our-mission .values-page-box p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #FFFFFF!important;
	max-width: 300px;
}

.mission_section{
    margin-bottom: 50px;
}



.advice-numbers span{
	display: inline-block;
	padding-bottom: 10px;
}


.red{
	color: #6a0604;
	font-weight: 700;
}


.info{
	    padding-top: 20px;
}


#debtadvice{
    margin: 30px;
}

#debtadvice .col-sm-2{
    text-align: right;
}

#debtadvice p{
    margin: 0;
}

#get-in-touch .btn{
    border: 1px solid;
}

 #get-in-touch  .get-in-touch{
padding: 10px;
 }


 #get-in-touch h3{
    display: flex;
    justify-content: center;
    align-items: center;
        margin-top: 20px;
    margin-bottom: 10px;
}


/* Complaints Data */
 .table.complaints-data td {
 	border: 0px;
 	vertical-align: middle;
    text-align: center;
 }

.table.complaints-data .main-red-box {
    background: #6a0604;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 20px 10px;
}

.table.complaints-data .red-box {
    background: #6a0604;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 20px 10px;
}

.table.complaints-data .grey-box {
    background: #808080;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 20px 10px;
}


.page-template-pricing-service-information table thead th{
    color: #6a0503;
    text-decoration: underline;
}

.page-template-pricing-service-information #about{
	margin-top:30px;
}

.page-template-pricing-service-information #about h2{
margin-bottom:30px;
}
