/*
    Theme Name: DOL Theme
    Theme URI: http://html5blank.com
    Description: HTML5 Blank WordPress Theme
    Version: 1.4.3
    Author: Kamal Ahmed
    Author URI: https://www.divorce-online.co.uk
    Tags: HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size:62.5%;
}
body {
  font:400 16px/1.4 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
  color:#111;
  overflow: scroll !important;
  overflow-x: hidden !important;
}

/* clear */
.clear:before,
.clear:after {
  content:' ';
  display:table;
}

.clear:after {
  clear:both;
}
.clear {
  *zoom:1;
}

article > br.clear {
  display: none;
}

img {
  max-width:100%;
  vertical-align:bottom;
}
a {
  color:#DE1E2B;
  text-decoration:none;
}
a:hover {
  color:#444;
}
a:focus {
  outline:0;
}
a:hover,
a:active {
  outline:0;
}
input:focus {
  outline:0;
  border:1px solid #04A4CC;
}

.grecaptcha-badge, .grecaptcha-logo {
    display: none !important;
}

.orange-btn br, .orange-block-btn br, .more-info-btn br, .green-btn br, .white-btn br {
  display: none;
} 

.orange-btn, .orange-block-btn {
  display: inline-block;
  background: #ffa310;
  background: -moz-linear-gradient(top,#ffa310 0%,#fb8001 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffa310),color-stop(100%,#fb8001));
  background: -webkit-linear-gradient(top,#ffa310 0%,#fb8001 100%);
  background: -o-linear-gradient(top,#ffa310 0%,#fb8001 100%);
  background: -ms-linear-gradient(top,#ffa310 0%,#fb8001 100%);
  background: linear-gradient(to bottom,#ffa310 0%,#fb8001 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa310',endColorstr='#fb8001',GradientType=0);
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  color: #FFFFFF;
  padding: 10px 15px 10px 15px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  /*text-shadow: 0px 1px 1px rgba(0,0,0,0.2);*/
}

.orange-btn {
  line-height: 1.4;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 400;
  position: relative;
}

.orange-block-btn {
  max-width: 560px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.orange-block-btn * {
  color: #ffffff;
  margin: 0 !important;
}

.orange-block-btn h4 {
  font-weight: 400;
}

.orange-block-btn h3 {
  margin: 0;
}

.orange-btn::after, .orange-block-btn h3::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
  color: #ffffff;
  margin-left: 10px;
}

 .orange-block-btn::after {
  font-size: 45px;
}

.orange-btn:hover, .orange-block-btn a:hover {
  color: #FFFFFF;
}

.more-info-btn {
  background: #999999;
    background: -moz-linear-gradient(top,#999999 1%,#666666 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#999999),color-stop(100%,#666666));
    background: -webkit-linear-gradient(top,#999999 1%,#666666 100%);
    background: -o-linear-gradient(top,#999999 1%,#666666 100%);
    background: -ms-linear-gradient(top,#999999 1%,#666666 100%);
    background: linear-gradient(to bottom,#999999 1%,#666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999',endColorstr='#666666',GradientType=0);
    display: inline-block;
    border: 3px solid #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    line-height: 1.4;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 300;
    margin: 20px 0;
    float: left;
    font-style: italic;
}

.more-info-btn:hover {
  background: linear-gradient(to bottom,#888888 1%,#333333 100%);
  color: #ffffff;
}

.green-btn {
    display: inline-block;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    background-color: #2b8838;
}

.white-btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #333333 !important;
  text-align: center;
  display: block;
  font-size: 16px;
  font-style: italic;
  margin: 16px 0 10px;
  border: 2px solid #EEEEEE;
  padding: 10px;
}

.outline-btn {
  border-radius: 30px;
  border: 2px solid #DE1E2B;
  padding: 10px 20px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #DE1E2B;
  cursor: pointer;
}

.outline-btn:hover {
  border: 2px solid #730f16;
  color: #730f16;
}


p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

main .main-col .wpb_text_column p:last-child {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.05em;
  font-weight: 600;
}

h5 {
  font-size: 18px;
}

body .wpb_button, body .wpb_content_element, body ul.wpb_thumbnails-fluid>li {
    margin-bottom: 20px;
}

.post-edit-link, #vc_load-inline-editor {
  display: none;
}

.hidden {
  display: none !important
}

.nostylelist {
  list-style-type: none;
}


/*------------------------------------*\
    STRUCTURE

/* wrapper */

.wrapper {
  position: relative;
}

.section-inner {
  max-width: 1180px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding: 30px 0;
}

/* header */

.header {
  background-color: #F8F8F8;
  padding: 0 0 10px;
}

.header .logo {
  padding-top: 30px;
  float: left;
}

.header .logo p {
  font-size: 18px;
  margin-top: 6px;
}

.header .case-login {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  padding: 2px 5px 5px;
  border-radius: 0 0 5px 5px;
  text-decoration: none;
  color: #ffffff;
  background-color: #555555;
}

.header .header-info {
  float: right;
  margin-top: 30px;
}

.header .header-info p {
  font-size: 22px;
  margin: 0 0 5px;
  text-align: right;
}

.header .header-info a {
  color: #111111;
}

.header .header-info img {
  border-radius: 5px;
  background: #fff;
}

.header .section-inner {
  padding: 0;
}

/* nav */

.header-nav {
  background-color: #DE1E2B;
  z-index: 9999;
  position: relative;
}

.header-nav ul {
  margin: 0;
  padding: 0;
}

.header-nav .section-inner {
  padding: 0;
}

.header-nav ul li {
  display: block;
  float: left;
}

.header-nav ul li a {
  color: #ffffff;
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.header-nav ul li.current_page_item > a {
  background-color: #111111;
}

.header-nav ul li:hover {
  background-color: #444444;
}

.header-nav .sub-menu {
  display: none;
  background: #444444;
  position: absolute;
  padding: 10px 0;
}

.header-nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.header-nav ul li.menu-item-has-children .sub-menu li {
  display: block;
  float: none;
}

.header-nav ul li.menu-item-has-children .sub-menu a {
  font-size: 14px;
  text-transform: none;
  min-width: 230px;
  padding: 0px 20px 8px;
}

.header-nav ul li.menu-item-has-children .sub-menu a:hover {
  text-decoration: underline;
}

.header-nav ul.sub-menu li.current_page_item a {
    background-color: transparent;
    font-weight: bold;
}

.header-nav #divorce-services-megamenu {
  width: 930px;
  padding: 0;
}

.header-nav #divorce-services-megamenu > div {
  width: 310px;
  height: 220px;
  float: left;
  padding: 20px;
}

.header-nav #divorce-services-megamenu > div:nth-child(1) {
  background-color: #888888;
}

.header-nav #divorce-services-megamenu > div:nth-child(2) {
  background-color: #666666;
}

.header-nav #divorce-services-megamenu > div:nth-child(3) {
  background-color: #444444;
}

.header-nav #divorce-services-megamenu > div:nth-child(4) {
  background-color: #333333;
}

.header-nav #divorce-services-megamenu > div:nth-child(5) {
  background-color: #222222;
}

.header-nav #divorce-services-megamenu > div:nth-child(6) {
  background-color: #111111;
}

.header-nav #divorce-services-megamenu > div a {
  padding: 0 0 4px;
}

.header-nav #divorce-services-megamenu > div > a:first-child {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 15px;
}

.header-nav #divorce-services-megamenu > div:nth-child(1) > a:last-child, .header-nav #divorce-services-megamenu > div:nth-child(2) > a:last-child {
  border-top: 1px solid #ffffff;
  margin-top: 8px;
  padding-top: 15px;
}

.header-nav #divorce-services-megamenu > div > img {
  width: 100%;
  max-width: 227px;
  margin: 10px 0;
}







.header-nav .sanpop-link {
  margin: 10px 10px 0;
  float: right;
  display: block;
}

.header-nav .sanpop-link i {
  margin-top: 5px;
  color: #fff;
  font-size: 22px;
}

.sanpop-search-box .search-btn {
    padding: 10px 15px;
    background: #DE1E2B;
    border: none;
    border-radius: 5px;
    color: #fff;
    border: none;
    display: inline-block;
}


/* sidebar */

.sidebar {

}

.sidebar-col {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px;
}

.sidebar-col .service-side-box {
  background-color: #F8F8F8;
  padding: 20px;
}

.sidebar-col .service-side-box h5 {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 7px;
  text-align: left;
}

.sidebar-col .service-side-box ul {
  padding-left: 25px;
}

.sidebar-col .service-side-box, .sidebar-col .service-side-box ul li {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  color: #111111;
}

.sidebar-col .service-side-box ul li {
  margin-bottom: 5px;
}

.sidebar-col .trustpilot-sidebar {
  background: #F8F8F8;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  border-radius: 5px;
}

.sidebar-col .help-advice-accordion .ps-accordion-toggle {
  background-color: #444444;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  margin-top: 10px !important;
}

.sidebar-col .help-advice-accordion .ps-faq {
  background-color: #DE1E2B;
}

.sidebar-col .help-advice-accordion ul {
  margin: 0;
  padding: 0 10px;
}

.sidebar-col .help-advice-accordion ul li {
  list-style-type: none;
}

.sidebar-col .help-advice-accordion ul li a {
  color: #444444;
  padding-bottom: 3px;
  font-weight: 400;
  display: block;
}



/* footer */
.footer .footer-links {
  width: 25%;
  float: left;
  padding-right: 30px;
}

.footer p, .footer a, .footer h5 {
  color: #ffffff;
}

.footer a {
  margin-bottom: 5px;
  display: block;
}

.footer h5 {
  font-size: 15px;
}

.footer p {
  margin-top: 0;
  font-size: 13px;
}

.footer.footer-useful-links {
  background-color: #333333;
}

.footer.footer-registered-info {
  background-color: #000000;
  text-align: center;
}

.footer.footer-registered-info p {
  font-size: 12px;
  margin-bottom: 5px;
}

.footer .tp-image {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.footer .tp-image img {
  max-width: 100%;
  padding: 0;
}

.footer .social-image {
  display: block;
  float: left;
}

.footer .social-image img {
  max-width: 70px;
  padding-right: 20px;
}

.floating-bar {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background-color: #DE1E2B;
    background-color: rgba(222, 30, 43, 0.96);
    left: 0;
    min-height: 40px;
}

.floating-bar .flb-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
}

.floating-bar .flb-inner i {
    margin-right: 7px;
}

.floating-bar .flb-inner a {
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.floating-bar .flb-service-v1 {
    background-color: #fb8302;
    padding: 12px 0;
    font-size: 15px;
}

.floating-bar .flb-service-v2 {
    background-color: #172244;
    padding: 12px 0;
    font-size: 15px;
}

.floating-bar .flb-above {
    background: #fff;
    border-top: 1px solid #ddd;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
}

body {
  padding-right: 0 !important;
}

/* main */

main {
  background-color: #f8f8f8;
}

.main-col {
  padding-top: 20px;
}

.main-col.vc_column_container>.vc_column-inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  width: auto !important;
  margin-right: 20px;
  margin-bottom: 40px;
}

.section-inner .vc_column_container.sidebar-col {
    margin-bottom: 40px;
  }

.top-grey-box-tabs {
  padding-top: 20px;
}

.top-grey-box-tabs .vc_column_container>.vc_column-inner {
  padding-left: 0;
}

.top-grey-box-tabs .wpb_text_column.wpb_content_element {
  margin: 0;
  background-color: #999999;
  border-radius: 5px 5px 0 0;
}

.top-grey-box-tabs .wpb_text_column.wpb_content_element.active-service-tab {
  background-color: #444444;
}

main .top-grey-box-tabs .wpb_text_column p {
    margin-bottom: 0;
}

.top-grey-box-tabs .wpb_text_column.wpb_content_element a {
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 10px 0 15px;
    font-size: 17px;
    font-weight: 300;
}

.top-grey-box {
  background-color: #444444;
  border-radius: 0 5px 5px 5px;
  z-index: 1;
  position: relative;
  margin-bottom: 0;
}

.top-grey-box .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}

.top-grey-box.grey-no-tabs {
  border-radius: 5px;
}

.top-grey-box p, .top-grey-box h1 {
  color: #ffffff;
  padding: 0 20px;
}

.top-grey-box h1 {
  font-weight: 300;
  font-size: 36px;
  font-style: italic;
  letter-spacing: -0.05em;
  margin: 10px 0px 0;
}

.top-grey-box p {
  font-size: 14px;
}

.top-grey-img-container .wpb_single_image {
  margin-bottom: 0;
}

.top-grey-img-container .wpb_single_image img {
  border-radius: 0 5px 5px 0;
}

.top-grey-img-container.vc_column_container>.vc_column-inner {
  padding: 0;
}

main h2 {
    font-size: 28px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 20px !important;
}

main h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

main .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}



.page-intro {
    text-align: center;
    padding: 25px;
    border-bottom-left-radius: 100%50px;
    border-bottom-right-radius: 100%50px;
    padding-bottom: 10px;
    color: #111111;
    background-color: #ffffff;
    background-image: url(https://www.divorce-online.co.uk/wp/wp-content/themes/dol-theme/img/light-sketch.png);
}

.page-intro h1 {
    font-size: 25px;
    font-weight: 400;
}

.page-intro h2 {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 400;
}

.page-intro .intro-btn {
    display: inline-block;
    color: #ffffff;
    background-color: #fc8303;
    padding: 10px 15px;
    border-radius: 20px;
    text-decoration: none;
}

.mobile-page-title {
  background-size: cover;
  padding: 30px 15px;
  position: relative;
}

.mobile-page-title::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.mobile-page-title h2 {
    color: #fff;
    position: relative;
    font-weight: 400;
    font-size: 22px;
}

    



/*------------------------------------------------*\
    Post Snippets, Widgets & Custom Elements
\*------------------------------------------------*/

.amr_widget > h3 {
  display: none;
}

/* Lead Form */

.kamcrf {
    width: 100%;
}

.kamcrf h2 {
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
    background-color: #DE1E2B;
    color: #ffffff;
    padding: 15px;
    margin: 20px 0 0 !important;
    text-align: center;
    border-radius: 5px 5px 0 0;
}


.kamcrf h2 {
    border-radius: 0;
}


.kamcrf .w-form {
    padding: 15px;
    background-color: #F8F8F8;
    border-radius: 0px 0px 5px 5px;
}

.kamcrf input, .kamcrf select {
    margin: 5px 0 10px;
    border: 1px solid #dddddd;
    padding: 6px 3%;
    width: 100%;
    height: auto;
}

.kamcrf br{
    display: none;
}

.kamcrf .form-submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffa00f;
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-size: 15px;
    margin-top: 10px;
    border: 2px solid #EEEEEE;
    height: initial;
    padding: 11px;
    text-shadow: none;
}

.kamcrf .form-err {
    background-color: rgb(222, 30, 43);
    font-size: 10px;
    padding: 3px;
    margin-bottom: 15px;
    margin-top: -10px;
    color: #fff;
    display: none;
}

.kamcrf p {
    margin: 0;
}

/* Trust Pilot widget */

.trust-pilot-main-content {
  background: #F8F8F8;
  padding: 20px;
  border-radius: 5px;
}



.fill-light-box, .fill-alt-box, .fill-dark-box, .border-box, .img-r-box, .img-l-box, .downarrow-box, .tp-review-box {
    padding: 20px 25px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.fill-light-box {
  background-color: #f2f2f2;
}

.fill-alt-box {
  background-color: #f2f2f2;
  background-color: rgb(255, 241, 209);
}

.fill-dark-box {
  background-color: #bb1823;
    color: #ffffff !important;
}

.border-box {
  border: 3px solid #bb1823;
    border-radius: 5px;
}

.img-r-box {
  background-color: #f6f7f9;
    padding-right: 60px;
    background-image: url(images/triangle.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 110px;
    padding-bottom: 30px;
}

.img-r-box h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
}

.img-r-box p {
  font-size: 16px;
}

.img-r-box a.box-btn {
  font-size: 14px;
  background-color: #4a71fc;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 50px;
  margin: 10px 0 20px;
  display: inline-block;
  text-decoration: none;
  border: none;
}

.img-r-box a.box-btn:hover {
  background-color: #3b5ac8;
  color: #ffffff;
}

.img-l-box {
  background-color: #f6f7f9;
  overflow: auto;
  position: relative;
  padding-left: 190px;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}

.img-l-box > p:first-child {
  padding: 0;
  margin: 0;
}

.img-l-box .img-holder {
  width: 140px !important;
  height: 140px !important;
    position: absolute;
    left: 25px;
    top: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.img-l-box .img-holder img {
  max-width: 100%;
  margin: 0;
}

.img-l-box h3 {
  font-size: 18px;
  margin-top: 10px;
}

.img-l-box p {
  font-size: 16px;
}

.img-l-box a.box-btn {
  font-size: 14px;
  background-color: #5c6ac5;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 50px;
  margin: 10px 0 20px;
  display: inline-block;
  text-decoration: none;
  border: none;
}

.img-l-box a.box-btn:hover {
  background-color: #4c569b;
  color: #ffffff;
}

.tp-review-box {
  border: 1px solid #eeeeee;
    position: relative;
    background: #ffffff;
    font-size: 15px;
    line-height: 22px;
    padding: 0px;
    border-radius: 5px;
    overflow: auto;
    margin-bottom: 20px;
    text-align: center;
}

.tp-review-box > p {
  text-align: center;
}

.tp-review-box > p > a, .tp-review-box > a {
  float: left;
    width: 49%;
    display: block;
    border: none !important;
    border-right: 1px solid #eee !important;
}

.tp-review-box.tripletp > p > a, .tp-review-box.tripletp > a {
    width: 32%;
}


.tp-review-box a:last-child, .tp-review-box.tripletp a:nth-child(3){
  border-right: 1px solid #ffffff !important;
}

.tp-review-box img {
    margin: 5px 2% 0px;
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    display: inline-block;
    max-height: 170px;
    max-width: 100%;
    box-sizing: border-box;
    border: none;
}

.tp-review-box .tp-text {
  float: left;
    padding: 20px;
    background: #00b67a;
    color: #fff;
}

.tp-review-box .tp-text a {
    color: #fff;
    text-decoration: underline;
    border-bottom: none;
}

.ps-accordion {
  margin-bottom: 20px;
}

.ps-accordion-toggle {
  padding: 10px 10px 10px 40px;
  cursor: pointer;
  margin: 0 !important;
  background-color: #eee;
  border-top: 5px solid #fff;
  font-size: 18px !important;
  font-family: Open Sans !important;
  position: relative;
}

.ps-accordion-toggle:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f13a';
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  margin-top: 3px;
  position: absolute;
  top: 8px;
  left: 13px;
}

.ps-accordion-toggle.ps-active:before {
  content: '\f139';
}

.ps-accordion-content {
  display: none;
  border: 2px solid #eee;
    padding: 10px 15px;
    font-family: Open Sans !important;
    font-size: 16px;
    background-color: #fff;
}

.ps-accordion-content.default {
  display: block;
}

.main-col-accordion .ps-accordion-content {
  padding: 15px;
}

.main-col .ps-accordion-toggle {
  padding: 20px 10px 20px 47px;
}

.main-col .ps-accordion-toggle:before {
  top: 14px;
  color: #111111;
  font-size: 24px;
}

.downarrow-box {
  background-color: #484e61;
    padding: 0px;
    color: #ffffff;
    text-align: center;
}

.downarrow-box h3 {
  font-size: 20px;
    text-align: center;
    margin-top: 10px;
    background-color: #3a3f4e;
    padding: 30px 0 0px;
    color: #ffffff;
}

.downarrow-box h3:after{
  content: "";
    background-color: #484e61;
    padding: 0;
    height: 60px;
    display: block;
    background-image: url(images/tri.png);
    background-size: 100% 60px;
}

.downarrow-box p {
  font-size: 20px;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 10px;
}

.downarrow-box a.box-btn {
  font-size: 14px;
  background-color: #eb8041;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 50px;
  margin: 10px 0 20px;
  display: inline-block;
  text-decoration: none;
  border: none;
}

.downarrow-box a.box-btn:hover {
  background-color: #c06a37;
  color: #ffffff;
}

.live-chat-btn {
  display: inline-block;
    color: #bb1823;
    padding: 10px 25px;
    border: 2px solid #bb1823 !important;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    background-color: #ffffff
}

.live-chat-btn img {
  margin: 0 10px -3px 0px !important;
}

.toc {
  border: 2px solid #eeeeee;
  padding: 30px 30px 20px;
  margin-bottom: 30px
}

.toc h2 {
  border: 2px solid #eeeeee !important;
  padding: 20px !important;
  margin-bottom: 20px !important;
  color: #555;
  text-align: left !important;
  margin-top: 0;
  font-size: 24px;
}

.post-content .toc ol {
    margin-left: 1em;
}

.toc li {
    color: #555;
    font-size: 17px;
    margin-bottom: 10px;
}

.toc .far {
  margin-right: 15px;
}

ul.list-ticks {
    padding: 10px 10px 10px 55px;
    border: 1px solid #eeeeee;
}

ul.list-ticks li {
    list-style-type: none;
    padding-bottom: 0px;
    font-size: 16px;
}

ul.list-ticks li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00c';
    margin: 0px 12px 0 -37px;
    font-size: 20px;
    position: relative;
    top: 4px;
    color: #1e8452;
}

ul.list-ticks.generic li:before {
    content: '\f105';
    top: 1px;
}


body .wrapper .dol-service-cta, body .wrapper .dol-double-cta,  body .wrapper .dol-calculator-cta, body .wrapper .dol-who-service, body .wrapper .dol-who-alt-service {
    width: 100%;
    box-sizing: border-box;
}
body .wrapper .dol-service-cta {
    background-color: #2bbf54;
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

body .wrapper .dol-service-cta a {
    border: solid 3px #ffffff;
    padding: 10px;
    display: block;
    color: #ffffff !important;
    font-weight: bold;
    margin-bottom: 20px;
}

body .wrapper .dol-double-cta {
    background-color: #0d3690;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

body .wrapper .dol-double-cta span > a {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 20px;
}

body .wrapper .dol-double-cta div > a {
    border-radius: 20px;
    background-color: #ff0004;
    padding: 10px 20px;
    display: block;
    color: #ffffff !important;
    font-weight: bold;
    display: inline-block;
    margin: 15px auto 10px;
    text-transform: uppercase;
}

body .wrapper .dol-double-cta p {
    margin-bottom: 0 !important;
}

 body .wrapper .dol-calculator-cta {
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    background-color: #1c1c1c;
    background-image: url(/images/low-contrast-linen.png);
}

body .wrapper .dol-calculator-cta > a {
    border-radius: 20px;
    background-color: #2b8838;
    padding: 10px 20px;
    display: block;
    color: #ffffff !important;
    font-weight: bold;
    display: inline-block;
    margin: 15px auto 10px;
    text-transform: uppercase;
}

body .wrapper .dol-who-service {
    background-color: #dddddd;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

body .wrapper .dol-who-service > div {
    background-color: #ffffff;
    padding: 20px;
    color: #111111;
}

body .wrapper .dol-who-service h4 {
    font-weight: bold;
    font-size: 22px;
    font-style: italic;
}


body .wrapper .dol-who-alt-service {
    background-color: #dddddd;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}

body .wrapper .dol-who-alt-service h4 {
    font-weight: bold;
    font-size: 22px;
    font-style: italic;
    padding: 20px;
    background-color: #444444;
    color: #ffffff;
    margin: 0;
}

body .wrapper .dol-who-alt-service > div {
    background-color: #ffffff;
    padding: 20px;
    color: #111111;
}

body .wrapper .dol-number-step-container {
overflow: auto;
}

body .wrapper .dol-number-step-container.dns-4 .dol-number-step {
    width: 22%;
}

body .wrapper .dol-number-step-container.dns-3 .dol-number-step {
    width: 30%;
}

body .wrapper .dol-number-step {
    display: block;
    float: left;
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 30px 12px 30px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    text-align: center;
    background-color: #ffffff;
}

body .wrapper .dol-number-step .dns-number {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #2bbf54;
    color: #ffffff;
    padding-top: 8px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto 15px;
    font-weight: bold;
}

body .wrapper .dol-number-step h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

body .wrapper .dol-number-step p {
    font-size: 14px;
    margin-bottom: 0 !important;
}

body .wrapper .header-img-section {
    max-width: 100%;
    border-radius: 5px;
    padding: 10px;
    background-color: #fafafa;
    margin-bottom: 20px;
}

body .wrapper .header-img-section .header-img-container {
    overflow: hidden;
    max-height: 250px;
    margin-bottom: 20px;
}

body .wrapper .header-img-section .header-img-container img {
    max-width: 100%;
    border-radius: 5px;
}

body .wrapper .header-img-section h1 {
    text-align: center;
    margin-bottom: 10px;
}

body .wrapper .header-img-section p {
    text-align: center;
}

body .wrapper .header-img-box {
    max-width: 100%;
    border-radius: 5px;
    padding: 10px;
    background-color: #fafafa;
    margin-bottom: 20px;
}

body .wrapper .header-img-box p {
    max-height: 250px;
    overflow: hidden;
}

body .wrapper .header-img-box img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

body .wrapper .header-img-box h1, body .wrapper .header-img-box h2 {
    text-align: center;
    margin: 10px 0 !important
}

body .wrapper .tp-review-box {
    border: 1px solid #eeeeee;
    position: relative;
    background: #ffffff;
    font-size: 15px;
    line-height: 22px;
    padding: 0px;
    border-radius: 5px;
    overflow: auto;
    margin-bottom: 20px;
    text-align: center;
}

body .wrapper .tp-review-box > p {
    text-align: center;
}

body .wrapper .tp-review-box > p > a, .tp-review-box > a {
    float: left;
    width: 49%;
    display: block;
    box-sizing: border-box;
}

body .wrapper .tp-review-box.tripletp > p > a, .tp-review-box.tripletp > a {
    width: 32%;
}


body .wrapper .tp-review-box > a:first-child {
    border-right: 1px solid #eee !important;
}

body .wrapper .tp-review-box.tripletp > a:nth-child(2){
    border-right: 1px solid #eee !important;
}

body .wrapper body .wrapper .tp-review-box.tripletp > a:nth-child(3){
    border-right: 1px solid #ffffff !important;
}

body .wrapper .tp-review-box img {
    margin: 5px 2% 0px;
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    display: inline-block;
    max-height: 170px;
    max-width: 100%;
    box-sizing: border-box;
    border: none;
}

body .wrapper .tp-review-box .tp-text {
    float: left;
    padding: 20px;
    background: #00b67a;
    color: #fff;
}

body .wrapper .tp-review-box .tp-text a {
    color: #fff;
    text-decoration: underline;
    border-bottom: none;
    border-right: none !important;
}

body .wrapper .grey-box {
  background-color: #F8F8F8;
  padding: 20px;
  font-style: italic;
  font-size: 14px;
}

body .wrapper .grey-box.with-btn {
  font-style: normal;

}

body .wrapper .grey-box.with-btn h3 {
  margin-bottom: 10px;
}

body .wrapper .related-info-block {
    padding: 20px;
    background-color: #DE1E2B;
    color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #DE1E2B;
    margin-bottom: 10px;
}

body .wrapper .related-info-header {
    font-size: 22px;
    margin-bottom: 10px;
}

body .wrapper .related-info-link {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.2;
}

body .wrapper .related-info-block a:link, .related-info-block a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

body .wrapper .white-box {
  background-color: #ffffff;
  text-align: center;
}

.compare-block {
  position: relative;
  height: auto;
  padding: 20px;
  background: #F8F8F8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  border: #EEEEEE solid 3px;
  min-height: 566px;
  margin-bottom: 20px;
}

.compare-block h3 a {
  color: #000000;
}

.service-quick-product-links-container {
  text-align: center;
}

.service-quick-product-links-container .service-quick-product-link:nth-child(1) {
    border-top: 1px solid #eeeeee;
}

.service-quick-product-links-container .service-quick-product-link {
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.service-quick-product-links-container .service-quick-product-link .fas {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 20px 10px 10px;
    background-color: #a00303;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}

.service-quick-product-links-container .service-quick-product-link h3 {
    margin: 10px;
    font-weight: bold;
}

.service-quick-product-links-container .service-quick-product-link p {
    margin-bottom: 0;
    font-weight: 400;
}

.service-quick-product-links-container .service-quick-product-link a.btn {
    display: block;
    margin: 15px auto 20px;
    padding: 10px 8px;
    text-align: center;
    width: 110px;
    background-color: #ffa00f;
    color: #fff;
    border-radius: 5px;
}

.service-block {
    padding: 0px;
    border-radius: 5px;
    background-color: #F8F8F8;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 20px !important;
}

.service-block .orange-btn {
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
}

.service-block .service-title {
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
}

.service-title a {
  color: #111111;
}

.service-block .service-text {
    padding: 0 15px 20px;
    font-size: 13px;
}

.service-block .service-price {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    border-radius: 0 0 5px 0;
    background-color: #444444;
}

.popular-service .service-title {
  padding-right: 100px;
}

.popular-service .service-block .service-price {
  background-color: #DE1E2B;
}

.popular-service .service-block::before {
    content: 'Most Popular';
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
    width: 90px;
    border-radius: 40px;
    text-align: center;
    font-size: 11px;
    padding: 11px 0;
    background-color: #DE1E2B;
    color: #ffffff;
}

.service-block .service-price > a {
    padding: 10px;
    display: block;
    color: #ffffff;
}

.service-block .service-info {
    background: #4a7e53;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    border: none;
    border-radius: 0 0 5px 5px;
    height: 43px;
}

.service-block .service-info:hover {
    background-color: #193f20;
}

.service-block .service-info > a {
    display: block;
    padding: 10px;
    color: #ffffff;
}

.which-service-block .service-block {
  background: #666666;
  background: -moz-linear-gradient(top, #666666 1%, #444444 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #666666), color-stop(100%, #444444));
  background: -webkit-linear-gradient(top, #666666 1%, #444444 100%);
  background: -o-linear-gradient(top, #666666 1%, #444444 100%);
  background: -ms-linear-gradient(top, #666666 1%, #444444 100%);
  background: linear-gradient(to bottom, #666666 1%, #444444 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#444444', GradientType=0);
}

.which-service-block .service-block * {
  color: #ffffff;
}


.wdc-cta-boxes {
    box-sizing: border-box;
    overflow: auto;
    margin: 40px 0;
}

.wdc-cta-boxes > div {
    float: left;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 30px 40px 20px;
    position: relative;
    width: 33.333333%;
    text-align: center;
}

.wdc-cta-boxes > div:first-child {
    border-right: none;
}

.wdc-cta-boxes > div:last-child {
    border-left: none;
}

.wdc-cta-boxes .wdc-call-us a {
    display: block;
    margin-bottom: 32px;
    text-decoration: none;
    color: #111111;
    font-size: 26px;
    font-weight: bold;
    
}

.wdc-cta-boxes a.btn {
    background-color: #007700;
    padding: 5px 10px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #ffffff 
}

.wdc-cta-boxes h3 {
    margin-top: 0;
}

.wdc-cta-boxes i {
    font-size: 45px;
    color: #111111;
    margin-bottom: 20px
}



@media only screen and (max-width: 990px) {
    .wdc-cta-boxes > div {
        width: 100%;
        border: 1px solid #ccc !important;
    }
}


.featured-image-box {
    height: 300px;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.featured-image-box h1 {
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #fff;
    padding: 40px;
    width: 100%;
    font-size: 2.6em;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: -1px;
    word-break: break-word;
}

.featured-image-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
    z-index: 10;
}

.featured-image-box img {
  display: none;
}

.step-with-image {
  padding: 30px 0;
}

.step-with-image p {
  display: inline-block;
  margin: 0;
}

.step-with-image .num-icon {
    background: #bb1823;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    padding-top: 3px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
}

.step-with-image h2 {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 20px;
  text-decoration: none;

}

.step-with-image .step-img {
  float: left;
  width: 220px;
  margin-right: 30px;
  font-size: 0;
}

.step-with-image .step-img img {
  margin: 0;
}

.owl-carousel {
  background-color: #bb1823;
  margin: 0 !important;
}

.owl-carousel, .owl-carousel h2 {
  color: #ffffff;
  text-decoration: none;
}

.owl-carousel .owl-item {
  padding: 0 10px;
  margin-top: 80px;
  color: #ffffff;
  text-align: center;
}

.owl-dots {
    counter-reset: dots;
}
.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
    position: absolute;
    font-size: 13px;
    top: 6px;
    display: block;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

.owl-theme .owl-dots {
    position: absolute;
    top: 15px;
    width: 100%;
    left: 0;
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #890101;
    width: 20px;
    height: 20px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #4f0202;
}

.owl-carousel .orange-btn {
  margin: 30px 5px 0;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px;
  border: none;
  width: auto;
}

.owl-carousel .customNextBtn:after {
content: "\f054";
}

.owl-carousel .customPrevBtn:after {
display: none;
}

.owl-carousel i {
  font-size: 80px;
}

.no-space-below {
  margin-bottom: -20px !important;
  padding-bottom: 0 !important;
}

.cp-comparison-table .wpb_text_column.cp-comparison-table-service-btn {
  padding: 7px 0 3px;
}

body .further-info-row {
  background-color: #f1f1f1 !important;
}

.further-info-row .funnel-block .vc_column-inner > .wpb_wrapper {
  background-color: #ffffff;
  padding: 30px 30px 5px;
  text-align: center;
  margin-top: 20px;
}

.further-info-row .funnel-block h2 {
  font-size: 18px;
}

.cta-block-right-image {
  border: 2px solid #eee;
  padding: 30px;
  border-radius: 5px;
}

.cta-block-right-image .img-holder {
  color: transparent;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.cta-block-right-image .img-holder img {
  margin: 0;
}

.cta-block-right-image  .grey-bit {
    margin: 25px -30px -30px !important;
    background-color: #eee;
    padding: 20px 20px 10px;
    font-size: 15px;
}

.cta-block-right-image ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
}
.cta-block-right-image ol li {
  counter-increment: my-awesome-counter;
  position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
}

.cta-block-right-image ol li::before {
    text-align: center;
    content: counter(my-awesome-counter) "";
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    background-color: #bb1823;
    width: 25px;
    height: 25px;
    padding: 1px 0;
    border-radius: 50%;
}

body .contact-cta-row {
  background-color: #eeeeee !important
}

.divorce-track-section {
  background-color: #eeeeee
}

.divorce-track-section .list-ticks {
  text-align: left;
  margin-top: -20px;
  border: none;
  padding-top: 0;
}

.divorce-track-section ul.list-ticks li {
    padding-bottom: 20px;
}

.divorce-track-section h3 {
  padding: 0 20px 20px;
}

.divorce-track-section .owl-carousel {
    background-color: #ffffff;
    border: 1px solid #eee;
    margin-bottom: 60px !important;
}

.divorce-track-section .owl-theme .owl-dots {
    bottom: -50px;
    top: auto;
}

.divorce-track-section .owl-carousel .owl-item {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divorce-track-section .owl-carousel .owl-item .wpb_text_column {
    margin-bottom: 0px !important;
}

.which-service-cta-box {
  background-color: #b51520;
    color: #fff;
    padding: 120px 30px 30px;
    position: relative;
    max-width: 500px;
    margin: 60px auto 20px;
    text-align: center;
    border-radius: 5px;
}

.which-service-cta-box i {
    display: block;
    width: 160px;
    font-size: 87px;
    top: -40px;
    position: absolute;
    background-color: #920d16;
    text-align: center;
    padding: 35px;
    box-sizing: border-box;
    border-radius: 50%;
    height: 160px;
    left: 50%;
    margin-left: -80px;
    border: 3px solid #eee;
}

.which-service-cta-box a {
  margin-top: 20px;
}

.why-choose-cta-box {
  padding: 30px;
}

.why-choose-cta-box .wpb_wrapper {
  background-image: url('https://www.divorce-online.co.uk/wp/wp-content/uploads/2019/08/AdobeStock_213796989.jpg');
  background-size: cover;
  background-position: center 40%;
  padding: 40px;
}

.why-choose-cta-box .wpb_wrapper .why-choose-inner {
  width: 50%;
  background-color: #fff;
  background-color: rgba(256,256,256,0.95);
  text-align: center;
  padding: 40px;
}

body .service-grid-box-cta {
    padding: 0 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.service-grid-box-cta .vc_column-inner {
    padding: 0 !important;
    border: 2px solid #aaa;
    box-shadow: 1px 1px 10px #EED;
    margin: 0 20px;
}

.service-grid-box-cta .sgbc-icon, .service-grid-box-cta .sgbc-title, .service-grid-box-cta .sgbc-price {
    height: 90px;
    float: left;
}

.service-grid-box-cta .sgbc-icon {
    width: 20%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 42px;
    text-align: center;
    padding-top: 18px;
}

.service-grid-box-cta .sgbc-title {
    width: 55%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px 25px;
}

.service-grid-box-cta .sgbc-title h2 {
    text-decoration: none;
    margin: 0 !important;
}

.service-grid-box-cta .sgbc-title h3 {
    font-size: 15px;
    color: #977140;
}

.service-grid-box-cta .sgbc-price h2 {
    text-decoration: none;
    font-size: 24px;
    padding: 3px 0 0;
    margin: 0 !important;
    color: #056715;
}

.service-grid-box-cta .sgbc-price h3 {
    font-size: 15px;
    color: #777;
    font-weight: 400;
}

.service-grid-box-cta .sgbc-price {
    width: 25%;
    border-bottom: 1px solid #ddd;
    padding: 15px 25px;
}

.service-grid-box-cta .sgbc-summary, .service-grid-box-cta .sgbc-desc {
    float: left;
    padding: 20px 50px 50px;
    border-bottom: 1px solid #ddd;
}

.service-grid-box-cta .sgbc-summary h2, .service-grid-box-cta .sgbc-desc h2 {
    font-size: 18px;
    color: #977140;
    text-decoration: none;
    margin-bottom: 10px !important;
}

.service-grid-box-cta .sgbc-summary ul.list-ticks {
    padding: 0px 10px 0px 38px;
    border: none;
}

.service-grid-box-cta .sgbc-summary ul.list-ticks li {
    list-style-type: none;
    padding-bottom: 5px;
    font-size: 14px;
}

.service-grid-box-cta .sgbc-desc p {
    font-size: 14px;
}

.service-grid-box-cta .sgbc-cta {
    float: left;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin: 2px 0 15px;
}

body .service-grid-box-cta.sgba-two-narrow {
    padding: 0px;
}

.service-grid-box-cta.sgba-two-narrow .sgbc-price {
    padding: 15px;
}

.service-grid-box-cta.sgba-two-narrow .sgbc-price {
    padding: 20px 15px 15px;
}

.service-grid-box-cta.sgba-two-narrow .sgbc-price h2 {
    font-size: 18px;
}

.service-grid-box-cta.sgba-two-narrow .sgbc-price h3 {
    font-size: 13px;
    line-height: 1em;
}

@media only screen and (max-width: 1024px) {
    .service-grid-box-cta .sgbc-price {
        padding: 20px 15px;
    }
    .service-grid-box-cta .sgbc-price h2 {
        font-size: 20px;
    }
    .service-grid-box-cta .sgbc-price h3 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1024px) {
    .service-grid-box-cta .sgbc-title {
        padding: 15px 10px;
    }
    .service-grid-box-cta .sgbc-icon {
        font-size: 30px;
    }
    .service-grid-box-cta .sgbc-price {
        padding: 20px 10px;
    }
    .service-grid-box-cta.sgba-two-narrow .sgbc-price {
        padding: 20px 3px 15px;
    }
    .service-grid-box-cta .sgbc-summary, .service-grid-box-cta .sgbc-desc {
        padding: 20px 30px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .service-grid-box-cta.sgba-two-narrow .sgbc-price {
        padding: 20px 5px 15px;
    }
}

@media only screen and (max-width: 400px) {
    .service-grid-box-cta .sgbc-price h2 {
      font-size: 18px;
    }

    .service-grid-box-cta .sgbc-price h3 {
        font-size: 13px;
        line-height: 1em;
    }
    .service-grid-box-cta .sgbc-price {
        padding: 20px 5px 15px;
    }
}

.tabbed-section-triggers {
  background-color: #eee;
  z-index: 100;
  overflow: visible !important;
}

.tabbed-section-triggers .tabbed-trigger {
cursor: pointer;
    margin: 40px 0 0px;
    padding: 20px;
    position: relative;
    bottom: -4px;
    color: #000;
    font-weight: 600;
    border-top: 3px solid transparent;
}

.tabbed-section-triggers .tabbed-trigger.active {
    color: #de1e2b;
    border-top: 3px solid #de1e2b;
    background-color: #fff;
}

.tabbed-inner {
  display: none;
  background-color: #ffffff;
  z-index: 10;
    border-top: 3px solid #ddd;
    padding: 50px 0;
}

.tabbed-one-inner {
  display: block;
}

.wpb-js-composer .tabbed-one-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .tabbed-one-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .tabbed-one-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
    border-color: transparent;
    background-color: #fff;
    border-radius: 0;
}

.wpb-js-composer .tabbed-one-inner .vc_tta-panel {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1px;
    padding-bottom: 1px;
    position: relative;
}

.wpb-js-composer .tabbed-one-inner .vc_tta-controls-icon {
  display: none !important;
}

.wpb-js-composer .tabbed-one-inner .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 14px;
}


.wpb-js-composer .tabbed-one-inner .vc_tta-panel-heading a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f078';
    margin: 0;
    font-size: 20px;
    top: 4px;
    color: #555;
    position: absolute;
    right: 4px;
    top: 9px;
}

.wpb-js-composer .tabbed-one-inner .vc_active .vc_tta-panel-heading a:after {
    content: '';
}

.wpb-js-composer .tabbed-one-inner span.vc_tta-title-text {
    color: #111;
    font-size: 18px;
}

.tabbed-two-inner h4 {
  margin-bottom: 8px;
}

.tabbed-two-inner .vc_col-sm-3 {
  margin-bottom: 30px;
}

.tabbed-two-inner .wpb_single_image {
    max-height: 200px;
    overflow: hidden;
}

.related-articles-box {
    border: 1px dashed #ccc;
    border-radius: 10px;
}

.related-articles-box h4 {
    color: #de1e2b;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
    padding: 20px 20px 15px;
    border-bottom: 1px dashed #ccc;
}

.related-articles-box ul {
    margin: 0;
    padding: 15px 20px 20px;
}


.related-articles-box li {
    list-style-type: none;
    margin-bottom: 15px;
}

.related-articles-box li a {
    color: #111111;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
    display: block;
}

.related-articles-box li a:hover {
    color: #000000;
    display: block;
    text-decoration: none;
}

.related-articles-box li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f054';
    margin: 0;
    padding-right: 10px;
    font-size: 16px;
    position: absolute;
    top: 0;
    color: #de1e2b;
    left: 0;
}

.related-articles-box li:hover a:before {
    color: #730f16;
}


.cta-sidebar-advice-box {
    border: 1px dashed #ccc;
    border-radius: 10px;
    padding: 20px 20px 30px;
    text-align: center;
}

.cta-sidebar-advice-box h4 {
    color: #de1e2b;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}

.cta-sidebar-advice-box h5 {
    margin: 20px 0;
}

.cta-sidebar-advice-box p {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
}

.cta-sidebar-advice-box a {
    font-style: normal;
}

.cta-sidebar-advice-box .outline-btn {
  margin-bottom: 5px;
}

.cta-sidebar-advice-box .orange-btn {
  margin-top: 5px;
}

.blog-advice-bullet-box-wrapper {
  background-color: #fff;
  padding: 50px 0;
}

.blog-advice-bullet-box {
  background-color: #f6f4f7;
}


.blog-advice-bullet-box.babb-header {
  padding: 40px 20px 15px;
  text-align: center;
  font-size: 28px;
  border-radius: 10px 10px 0 0;
}

.blog-advice-bullet-box.babb-header h3 {
  font-weight: bold;
  font-size: 23px;
  color: #de1e2b;
  margin-bottom: 15px !important;
}

.blog-advice-bullet-box.babb-header h4 {
  font-weight: 600;
  font-size: 19px;
}

.blog-advice-bullet-box.babb-bullets {
    padding: 5px 150px;
    font-size: 17px;
    font-weight: 600;
}

.blog-advice-bullet-box.babb-bullets-single-col .blog-advice-bullet-box-item {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.blog-advice-bullet-box-item:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00c';
    margin: 0;
    font-size: 18px;
    top: 4px;
    color: #fdfefe;
    background-color: #fe9d0d;
    padding: 3px 6px;
    float: left;
    border-radius: 10px;
    margin-right: 15px;
}

.blog-advice-bullet-box.babb-cta {
  padding: 23px 20px 20px;
  border-radius: 0 0 10px 10px;
}

.blog-advice-bullet-box.babb-cta .wpb_single_image img {
    max-height: 75px;
    width: auto;
    margin-right: 40px;
    padding-bottom: 2px;
}

.blog-advice-bullet-box.babb-cta .orange-block-btn {
    border-radius: 45px;
    padding: 10px 30px;
    margin-left: -30px;
    background: #00b67a;
    border: none;
}

.blog-advice-bullet-box.babb-cta .orange-block-btn h3 {
    font-size: 20px;
    text-align: center;
}

.blog-advice-bullet-box.babb-cta .orange-block-btn h4 {
  font-size: 16px;
}

.blog-advice-bullet-box.babb-cta .orange-block-btn h3::after {
    display: none;
}

.description-header-element {
  background: rgb(228,245,251);
  background: linear-gradient(0deg, rgba(228,245,251,1) 0%, rgba(253,254,254,1) 60%, rgba(253,254,254,1) 100%);
  padding: 40px 0;
  text-align: center;
}

.description-header-element > div {
    max-width: 500px;
    margin: 0 auto;
    float: none;
}

.description-header-element h1, 
.description-header-element h2 {
  font-weight: 700;
  font-size: 38px;
  text-decoration: none;
}

.description-header-element p {
  font-weight: 500;
  max-width: 800px;
  margin: 10px auto;
  font-size: 17px;
}

.description-header-element ul {
  margin: 10px auto;
  text-align: left;
  display: inline-block;
}

.description-header-element ul li {
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
  margin-bottom: 10px;
}

.description-header-element ul li:before {
font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00c';
    margin: 0px 7px 0 -37px;
    font-size: 12px;
    position: relative;
    top: 0px;
    color: #003b4e;
    border-radius: 50%;
    border: 2px solid #003b4e;
    padding: 4px 3px 2px;
}

.how-to-element {
  padding: 40px 20px 50px;
  text-align: center;
  background-color: #fff;
}

.how-to-element > div {
  padding-left: 20px;
    padding-right: 20px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
}


.bottom-wave {
  height: 65px;
    background-color: #e4f5fb;
    z-index: 100;
    overflow: visible !important;
        position: relative;
}

.bottom-wave:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 80px;
    background-color: #e4f5fb;
    right: 0px;
    bottom: 11px;
    z-index: 10;
}

.bottom-wave:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 53%;
    height: 70px;
    background-color: #ffffff;
    left: -3px;
    bottom: 34px;
  }

.how-to-element h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #de1e2b;
    display: inline-block;
    margin-bottom: 5px !important;
    font-weight: 700;
    color: #192446;
    padding-bottom: 4px;
}

.how-to-element h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0px !important;
  color: #192446;
  text-decoration: none;
}

.how-to-element ol {
    margin: 50px auto;
    text-align: left;
    display: inline-block;
    list-style: none;
    counter-reset: my-counter;
    padding-left: 10px;
}

.how-to-element ol li {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 20px;
  counter-increment: my-counter;
  position: relative;
  padding-left: 40px;
}

.how-to-element ol li::before {
    content: counter(my-counter);
    color: #192446;
    font-weight: bold;
    border-radius: 50%;
    background-color: #e4f5fb;
    width: 30px;
    text-align: center;
    display: inline-block;
    height: 30px;
    border: 1px solid #d9e9ef;
    padding: 2px;
    position: absolute;
    left: 0;
}

.whats-included-wrapper {
  padding: 30px;
  background-color: #fff
}

.whats-included-wrapper h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}

.whats-included-wrapper > div {
    max-width: 700px;
    margin: 0 auto;
    float: none;
}

.whats-included {
background-color: #b72b35;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 0 !important;
    color: #fff;
    position: relative;
    z-index: 10;
    box-shadow: 0px 2px 3px #aaa;
}

.whats-not-included {
 background-color: #fff;
    padding: 30px 20px 20px;
    border-radius: 0 0 5px 5px;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 2px #eee;
}

.whats-included h3, .whats-not-included h3 {
  font-size: 20px;
  margin-bottom: 10px !important;
}

.whats-included ul, .whats-not-included ul {
  margin: 10px 0;
  text-align: left;
  display: block;
  padding: 0;
}

.whats-included ul li, .whats-not-included ul li {
  font-size: 17px;
  font-weight: 500;
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

.whats-included ul li:before, .whats-not-included ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00c';
    margin: 0px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding: 4px 3px 2px;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    top: 3px;
}

.whats-not-included ul li:before {
    color: #111111;
    border: 2px solid #111111
}

.service-faq-toggle-container {
  padding: 50px 20px;
}

.service-faq-toggle {
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 0 !important;
    margin-top: -1px !important;
}

.service-faq-toggle .vc_toggle_title {
  padding: 15px 45px !important;
}

.service-faq-toggle i {
  display: none !important;
}

.service-faq-toggle .vc_toggle_title:before {
    content: 'Q';
    margin: 0;
    font-size: 20px;
    color: #de1e2b;
    position: absolute;
    left: 12px;
    top: 11px;
}

.service-faq-toggle .vc_toggle_title:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f078';
    margin: 0;
    font-size: 20px;
    color: #555;
    position: absolute;
    right: 13px;
    top: 11px;
}

.service-faq-toggle.vc_toggle_active .vc_toggle_title:after {
  content: '\f077';
}

.service-faq-toggle .vc_toggle_content {
    border-top: 1px solid #eee;
    margin-top: 0;
    padding: 20px;
    margin-bottom: 10px;
}

.header-cta-review-element {
  padding: 30px 20px;
  text-align: center;
  background-image: url('https://www.divorce-online.co.uk/wp/wp-content/uploads/2020/01/light-sketch.png');
  background-repeat: repeat;
  background-color: #eeeeee;
}

.header-cta-review-element > div {
  max-width: 700px;
    margin: 0 auto;
    float: none;
}

.header-cta-review-element h1, .header-cta-review-element h2 {
  font-weight: 700;
  font-size: 32px;
}

.header-cta-review-element p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}


.header-cta-review-element a.green-btn {
  padding: 20px 60px;
    border-radius: 40px;
    display: inline-block;
    margin: 20px 0px 10px;
    color: #fff !important;
}

.header-cta-review-element img {
  font-weight: 700;
  text-align: center;
}

.header-cta-review-element h5 {
  font-weight: 500;
  font-size: 15px;
}


.header-cta-review-element .hcre-review-row {
    padding-left: 20px;
    padding-right: 20px;
}

.header-cta-review-element .hcre-review-row .vc_col-sm-4 {
    width: 33%;
    float: left;
    padding: 0;
}

.header-cta-review-element li {
 text-align: left;
 padding-right: 10px;
}

.service-slider {
  background-color: #fff;
  border: 1px solid #eee;
}

.service-slider.owl-carousel .owl-item {
    color: #111;
    margin-top: 60px;
    cursor: pointer;
}

.service-slider.owl-carousel, .service-slider.owl-carousel h2 {
    color: #111111;
}

.service-slider.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.service-slider .owl-dot:before {
    color: #616161;
}

.service-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .service-slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border: 1px solid #ddd;
}

.service-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
    border: 1px solid #fafafa;
}

.service-slider.owl-carousel .orange-btn {
    margin: 0 0 10px !important;
    font-size: 17px;
    padding: 8px 12px;
}

.service-slider .ss-price {
    font-size: 18px;
    font-weight: bold;
}

.service-slider .wpb_text_column .wpb_wrapper > ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.service-slider .wpb_text_column .wpb_wrapper > ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00c';
    margin: 0px;
    font-size: 12px;
    color: #444;
    border-radius: 50%;
    border: 2px solid #444;
    padding: 4px 3px 2px;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    top: 0px;
}

.service-slider .wpb_text_column .wpb_wrapper > ul li {
    font-size: 17px;
    font-weight: 500;
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 32px;
}

.service-slider .wpb_text_column.wpb_content_element {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 30px;
}

.service-slider.owl-theme .owl-nav {
    margin-top: 10px;
    max-width: 400px;
    left: 50%;
    position: absolute;
    top: 178px;
    width: 100%;
    margin-left: -200px;
}

.service-slider.owl-theme .owl-nav button.owl-prev, .service-slider.owl-theme .owl-nav button.owl-next {
    position: absolute;
    font-size: 70px;
    margin: 0;
    background: #ffffff;
    color: #111;
}

.service-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #444;
}

.service-slider.owl-theme .owl-nav button.owl-prev {
    left: 0;
}

.service-slider.owl-theme .owl-nav button.owl-next {
    right: 0;
}

.service-slider .wpb_text_column .wpb_wrapper h2 {
  font-weight: 600;
}

.whatsapp-cta {
    background: rgb(244,148,79);
    background: linear-gradient(147deg, rgba(244,148,79,1) 0%, rgba(233,86,60,1) 17%, rgba(222,30,43,1) 44%);
    padding: 0 0 20px;
    color: #fff;
    max-width: 600px;
}

.whatsapp-cta p {
    margin: 0;
}

.whatsapp-cta img {
    margin: 0;
    width: 100%;
    height: auto;
}

.whatsapp-cta h3 {
    margin: 15px 0 7px !important;
    padding: 0 25px;
    font-size: 20px;
}

.whatsapp-cta h4 {
    margin: 0;
    padding: 0 25px 15px;
    font-size: 14px;
    font-weight: 500;
}

.whatsapp-cta h5 {
    margin: 0;
    padding: 0px 25px 12px;
}

.whatsapp-cta .wa-btn {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 3px 9px 3px 24px;
    background: #12cd71;
    border-radius: 10px;
    position: relative;
    margin-left: 13px;
}

.whatsapp-cta .wa-btn:before, .whatsapp-cta .orange-btn[href*="https://wa.me/447379871512"]:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    font-weight: 500;
    content: "";
    background-image: url(https://www.divorce-online.co.uk//wp/wp-content/themes/dol-theme/img/wa.svg);
    height: 35px;
    width: 35px;
    background-size: cover;
    padding: 13px;
    position: absolute;
    left: -14px;
    top: -2px;
}


.whatsapp-cta span {
    margin: 0;
    padding: 5px 0 0 7px;
    font-size: 11px;
    font-weight: 400;
}

.whatsapp-cta .orange-btn {
    margin: 0 25px;
    padding: 7px 10px;
    font-size: 14px;
    display: block;
    font-weight: 600;
    border: none;
    max-width: 200px;
}

.whatsapp-cta .orange-btn:after {
    display: none;
}

.whatsapp-cta .orange-btn[href*="https://wa.me/447379871512"] {
    background: #12cd71;
    position: relative;
    overflow: visible;
    margin-left: 37px;
    padding: 6px 6px 6px 20px;
    margin-top: 8px;
    max-width: 220px;
}

.vc_col-sm-3 .whatsapp-cta .orange-btn {
    margin: 0px 15px;
    max-width: none;
}

.vc_col-sm-3 .whatsapp-cta .orange-btn[href*="https://wa.me/447379871512"] {
    margin: 6px 15px 0 25px;
    width: 90%;
}

.vc_col-sm-3 .whatsapp-cta h3, .vc_col-sm-3 .whatsapp-cta h4, .vc_col-sm-3 .whatsapp-cta h5  {
    padding-left: 15px;
    padding-right: 15px;
}

.white-text {
  color: #fff !important;
}

.service-slider-static-wrapper {
  overflow-x: auto !important;
  background-color: #fff;
}

.service-slider-static-wrapper .vc_column_container>.vc_column-inner {
  margin-bottom: 15px;
}

.service-slider-static {
    border: none;
    min-width: 768px;
}

.service-slider-static .vc_col-sm-4 {
  border-right: 1px solid #ddd;
    width: 33.33333333% !important;
    float: left !important;
}

.service-slider-static .vc_col-sm-4:last-child {
  border-right: none;
}

.service-slider-static .vc_col-sm-4 > div {
    padding: 0px;
    text-align: center;
}

.service-slider-static .wpb_text_column .wpb_wrapper h2, .service-slider-comparison .wpb_text_column .wpb_wrapper h2 {
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.service-slider-static .wpb_text_column .wpb_wrapper > ul li, .service-slider-static .wpb_text_column .wpb_wrapper p, .service-slider-comparison .wpb_text_column .wpb_wrapper > ul li, .service-slider-comparison .wpb_text_column .wpb_wrapper p {
    font-size: 15px;
}

.service-slider-static .wpb_text_column .wpb_wrapper > ul li, .service-slider-comparison .wpb_text_column .wpb_wrapper > ul li {
  text-align: left;
}

.service-slider-static .wpb_text_column .wpb_wrapper p.ss-price, .service-slider-comparison .wpb_text_column .wpb_wrapper p.ss-price {
    font-size: 20px;
    margin: 10px 0 15px;
}

.service-slider-static .wpb_text_column img {
    margin: 0;
}

.buy-cta-1 {
    border: 3px solid #d8d7d7;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.buy-cta-1 .orange-btn, .buy-cta-2 .orange-btn, .buy-cta-pp-2 .orange-btn {
  border: none;
}

.buy-cta-1 .orange-btn:after, .buy-cta-2 .orange-btn:after, .buy-cta-pp-2 .orange-btn:after {
  display: none;
}

.buy-cta-1 p, .buy-cta-2 p {
  font-size: 14px;
}

.buy-cta-2 {
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    background-color: #de1e2b;
    color: #fff;
}

.buy-cta-2 img {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.buy-cta-pp-1 {
  background-color: #ffc43a;
    display: inline-block;
    padding: 10px 20px 18px;
    border-radius: 30px;
    color: #111;
    font-weight: 600;
    font-size: 14px;
}

.buy-cta-pp-1 img, .buy-cta-pp-3 img {
    top: 4px;
    margin-left: 7px;
    position: relative;
}

.buy-cta-pp-2 p {
    margin: 0px 0 -10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.buy-cta-pp-2 .white-btn {
  margin: -5px 0 10px;
    font-style: normal;
}

.buy-cta-pp-3 {
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 20px 18px;
    border-radius: 30px;
    color: #111;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #ccc;
}

.buy-cta-pp-2.buy-cta-pp-4 {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 15px;
}

.mobile-sub-nav .vc_col-sm-4 {
    width: 33%;
    float: left;
    background-color: #fff;
    padding: 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #eee;
    text-transform: uppercase;
    border-top: none;
}

.mobile-sub-nav .vc_col-sm-4:nth-child(2) {
    border-left: none;
    border-right: none;
    width: 34%;
}

.mobile-sub-nav .wpb_text_column {
  padding: 10px 0;
}

body .mobile-sub-nav .wpb_content_element {
    margin-bottom: 0;
}

.mobile-sub-nav {
    margin-top: 30px;
}

.mobile-sub-nav > .vc_col-sm-12 {
    position: fixed;
    z-index: 1000;
    margin-top: -30px;
    background: #fff;
}

.announcement-banner {
    background-color: #172244;
    padding: 12px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    height: 45px;
    z-index: 99999;
}

.announcement-banner a {
    text-decoration: underline;
    color: #fff;
}

.wrapper {
    padding-top: 45px;
}

/*------------------------------------*\
    End Post Snippets, Widgets & Custom Elements
\*------------------------------------*/



/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Homepage */

.home h1 {
  font-weight: 600;
}

.home .page-intro {
    color: #fff;
    background-color: #1c1c1c;
    background-image: url(/images/low-contrast-linen.png);
}

.home .page-intro .intro-btn {
    background-color: #2b8838;
}

.home .page-intro-alt {
    background-color: #1c1c1c;
    background-image: url(/images/happydivorce.jpg);
    background-size: cover;
    padding: 20px 5px;
    background-position: center;
}

.home .page-intro-alt > div {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 20px;
    border-radius: 5px;
    color: #ffffff;
}

.home .page-intro-alt h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.home .page-intro-alt p {
    font-weight: 600;
    margin: 0;
}

.home .page-intro-alt span {
    font-weight: 300;
    font-size: 15px;
}

.home .page-intro-alt a {
    display: block;
    text-decoration: none;
    color: #ff820f;
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
}

.home .page-intro-alt .w-form {
    margin: 10px 0;
}

.home .page-intro-alt .w-form label {
    font-size: 14px;
    margin-bottom: 10px;
}

.home .page-intro-alt .w-form label.flname, .home .page-intro-alt .w-form label.flnum  {
    display: none;
}

.home .page-intro-alt .w-form input {
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 0;
}

.home .page-intro-alt .w-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.home .page-intro-alt .w-form input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.home .page-intro-alt .w-form input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.home .page-intro-alt .w-form input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

.home .page-intro-alt .w-form select {
    width: 70%;
    height: 30px;
    border: none;
}

.home .page-intro-alt .w-form input.email-contact-request {
    color: #000000;
    background: #eeeeee;
    padding: 15px;
    margin-top: 20px;
}

.home. page-intro-alt img {
    max-width: 90%;
    height: auto;
    margin: 10px auto 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.36);
}

.home-service-blocks br, .home-service-blocks p {
  margin: 0;
}

.home-service-blocks br {
  display: none;
}

.home-service-blocks {
  padding-top: 15px;
}

.home-service-blocks .vc_column-inner {
  padding: 0 5px !important; 
}

.home-service-blocks .wpb_single_image {
  margin: 0;
}

.home-service-blocks .wpb_single_image .wpb_wrapper {
  display: block;
}

.home-service-blocks .wpb_single_image .wpb_wrapper .vc_single_image-wrapper, .home-service-blocks .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img {
  width: 100%;
}

.home-service-blocks .wpb_wrapper .wpb_text_column {
  padding: 10px;
  background: #444444;
  text-align: center;
  font-size: 17px;
  margin: 0;
}

.home-service-blocks > .wpb_column:nth-child(2) .wpb_wrapper .wpb_text_column {
  background: #DE1E2B;
}

.home-service-blocks.which-service-last > .wpb_column:nth-child(2) .wpb_wrapper .wpb_text_column, .home-service-blocks.product-desc-line > .wpb_column:nth-child(2) .wpb_wrapper .wpb_text_column {
  background: #444444;
}

.home-service-blocks.which-service-last > .wpb_column:nth-child(1) .wpb_wrapper .wpb_text_column, .home-service-blocks.product-desc-line > .wpb_column:nth-child(1) .wpb_wrapper .wpb_text_column {
  background: #DE1E2B;
}


.home-service-blocks .wpb_wrapper .wpb_text_column a {
  color: #ffffff;
  display: block;
}

.home-service-blocks a > br {
  display: block;
}

.home-service-blocks .which-service-home-block p > span, .home-service-blocks.product-desc-line p > span {
    color: #ffffff;
    font-size: 14px;
    padding: 12px 10px;
    display: block;
}

.home-service-blocks .which-service-home-block a.orange-btn, .home-service-blocks.product-desc-line a.orange-btn {
  font-size: 16px;
  position: absolute;
  bottom: 11px;
  width: 91%;
  left: 15px;
}

.home-service-blocks.product-desc-line .wpb_text_column {
  padding-bottom: 60px;
}

.vc_sep_pos_align_center {
    margin-top: 40px;
}

/* Services */

.main-services-title {
  margin: -20px -20px 0;
  background: #de1e2b;
  padding: 10px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.main-services-title h2 {
  font-size: 22px;
  color: #fff;
  margin: 0 !important;
  font-weight: 500;
}



/* Meet The Team */

.meet-team-page {
  padding-top: 20px;
}

.meet-team-page > .wpb_column {
  background: #fff;
  padding: 20px 10px;
}

.meet-team-page h1 {
  margin-bottom: 0;
}

.meet-team-page .wpb_single_image img {
  border-radius: 50% !important;
  border: 5px solid #CCCCCC;
  margin: 5px 0;
}

.meet-team-page .meet-team-box {
  background-color: #F8F8F8;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 10px;
  display: block;
  width: 23%;
  float: left;
  margin: 0 1% 20px;
}

.meet-team-page .meet-team-box img {
  margin-bottom: 20px;
  border-radius: 50%;
  border: 5px solid #CCCCCC;
  max-width: 139px;
  margin-top: 10px;
}

.meet-team-page .meet-team-box h4 {
  font-size: 20px;
  margin-bottom: 0px;
}

.meet-team-page .meet-team-box h5 {
  font-size: 15px;
  font-style: italic;
  color: #333333;
}


/* Contact */


.opening-times h2 {
  font-style: normal;
}

.opening-times br {
  display: none;
}

.opening-times span {
  display: block;
  float: left;
  font-size: 16px;
  font-style: normal;
  width: 50%;
}

.opening-times p {
  margin-top: 10px;
}

.wpb_gmaps_widget {
  margin: 10px -15px;
  margin-bottom: -5px !important;
}

.fsSubmit input.fsSubmitButton {
    background: #007700 !important;
    color: #FFF !important;
    border: none;
    padding: 15px 30px !important;
    font-size: 18px !important;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px !important;
    transition: all 0.25s;
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
    line-height: 1 !important;
    font-family: open sans, sans-serif;
}

.contact-block {
  padding:20px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.contact-block span {
  min-width: 100px;
  display: inline-block;
}

.contact-block h3 {
  color: #FFFFFF;
  margin-bottom: 10px !important;
}

.contact-block a {
  color: #FFFFFF;
  font-weight: bold;
}

.contact-block.cbcall {
  background-color: #DE1E2B;
}

.contact-block.cbemail {
  background-color: #B11824;
}

.contact-page-form {
  color: #222;
  text-align: left;
}

.contact-page-form > div {
  padding: 13px 0px 0px;
}

.contact-page-form p {
  font-weight: 700;
  margin: 0 0 5px !important;
}

.contact-page-form input, .contact-page-form textarea, .contact-page-form select {
    padding: 10px 5px;
    margin-bottom: 15px;
    width: 98%;
}

.contact-page-form > div:last-child {
    padding: 20px 0;
}

.contact-page-form input.orange-btn {
    display: inline-block;
    min-width: 140px;
    margin: 0 5px 0 0;
    max-width: 200px;
}


/* Blog */

.single .vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.single .main-content article {
    float: left;
    width: 70%;
    margin-top: 30px;
    background-color: #fff;
    padding: 40px;
}

.single .main-content .sidebar {
    width: 28%;
    float: left;
    margin-left: 2%;
    margin-top: 30px;
}

.single .main-content .sidebar .callback-form {
    background-color: #bb1823;
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #ffffff;
}

.single .featured-media {
  position: relative;
  min-height: 300px;
  background-size: cover;
  margin-bottom: 30px;
}

.single .featured-media:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.75;
}

.single .featured-media h1 {
    position: absolute;
    color: #ffffff;
    text-align: center;
    padding: 40px;
    width: 100%;
    font-size: 2.6em;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: -1px;
    word-break: break-word;
}

.single .post-meta {
    font-weight: 700;
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
}

.single .sidebar .side-btn {
    display: inline-block;
    color: #fff;
    padding: 10px 54px 10px 15px;
    border: 2px solid #ffffff !important;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 17px;
    cursor: pointer;
    position: relative;
}

.wp-caption,
.single .type-post img {
  max-width: 100%;
}

.single .type-post .alignleft,
.single .type-post .alignright {
  margin-bottom: 1em;
  max-width: 45%;
}

.single .type-post .wp-caption { margin-bottom: 1em; }

.single .type-post .wp-caption img { display: block; }

.single .type-post .wp-caption .alignleft,
.single .type-post .wp-caption .alignright {
  margin-bottom: 0;
}

.single .type-post .alignleft {
  float: left;
  margin-right: 1.5em;
}

.single .type-post .alignright {
  float: right;
  margin-left: 1.5em;
}

.single .type-post .aligncenter,
.single .type-post .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single .type-post .wp-caption-text,
.single .type-post .gallery-caption {
  padding-top: 15px;
  font-size: 12px;
  font-style: italic;
  color: #666;
  text-align: center;
}

.single .type-post .gallery-caption {
  font-size: 16px;
  line-height: 24px;
}

.single .author-box {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin-top: 40px;
  padding: 20px 10px;
  line-height: 2em;
}

.single .author-box img {
  float: left;
  margin-right: 20px;
}

.cat-nav {
    text-align: center;
    margin: 0px auto 20px;
    max-width: 1000px;
    padding-top: 40px;
}

.cat-nav ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.cat-nav li.current-cat {
  font-weight: bold;
}

.cat-nav li a {
  background: #bb1823;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 0 10px 15px;
  display: inline-block;
  font-size: 14px;
}

.cat-nav li a:hover, .cat-nav li.current-cat a {
  background: #de1e2b;
}

.cat-nav-sub {
  margin: 0px auto 20px;
  padding-top: 0;
}

.cat-nav-sub li a {
  background: #046807;
    color: #ffffff;
    margin: 0 10px 15px;
    padding: 8px 9px;
    text-transform: capitalize;
}

.cat-nav-sub li a:hover, .cat-nav-sub li.current-cat a {
  background: #034505;
}

.msn-posts .type-post {
    width: 27%;
    float: left;
    margin: 10px 3% 40px;
    position: relative;
    background: #fff;
    border-radius: 5px;
}

.msn-posts .post:nth-child(1), .msn-posts .post:nth-child(5), .msn-posts .post:nth-child(8), .msn-posts .post:nth-child(9), .msn-posts .post:nth-child(12) {
    width: 60%;
}

.msn-posts .post:nth-child(3) {
    width: 37%;
}

.msn-posts .post:nth-child(4) {
    width: 50%;
}


.msn-posts .featured-media {
  max-height: 350px;
  overflow: hidden;
}

.msn-posts .post-title {
  margin: 0 !important;
}

.msn-posts .post-title a {
    line-height: 120%;
    font-weight: 700;
    letter-spacing: -1px;
    word-break: break-word;
    font-size: 20px;
    color: #222222;
    padding: 25px 30px 5px;
    display: block;
}

.msn-posts .post-cat {
    padding: 0 30px;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 14px;
}

.msn-posts .post-date {
  padding: 0 30px;
  font-weight: bold;
  color: #999;
  font-size: 14px;
}

.msn-posts .more-link {
    padding: 15px 20px;
    background: #DE1E2B;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0px 30px 20px;
    display: inline-block;
}

.msn-posts {
    padding: 10px 3%;
}

.msn-posts .tool-post {
    background: linear-gradient(to bottom, #f2545b 0%, #ff7a59 100%);
    color: #fff;
    text-align: center;
}

.msn-posts .tool-post h2, .msn-posts .tool-post p {
    text-align: center;
    line-height: 1.9em;
}

.msn-posts .tool-post h2 a {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    padding: 20px 0;
}

.msn-posts .tool-post .post-inner {
  padding: 30px;
}

.msn-posts .tool-post a.more-link {
  background: #ffffff;
  color: #f2545b;
}

#most-viewed-posts {
  padding-bottom: 20px;
}

#most-viewed-posts .post-title {
    padding-bottom: 10px;
}

#most-viewed-posts a {
    display: block;
    overflow: auto;
    color: #111111;
}

#most-viewed-posts a:hover {
    color: #DE1E2B;
}

#most-viewed-posts .mw-entry {
    padding-bottom: 0px;
    margin: 0px 3%;
    border-bottom: 1px solid #eee;
    float: left;
    width: 94%;
}

#most-viewed-posts .mw-img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    float: left;
    margin: 7px 15px 7px 10px;
    border: 1px solid #eee;
}

#most-viewed-posts h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 17px 10px 0;
    margin: 0 !important;
}

.blog-main {
    background-color: #bb1823;
}

.blog-main .section-inner {
  background: #eee;
}

.blog-home-title {
    padding: 10px 0 0px;
    text-align: center;
    background: #fff;
    margin: 0;
}

.blog-home-title img {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
}


.callback-form.within-post {
    padding: 20px;
    background-color: #efefef;
}

.callback-form.within-post h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.callback-form.within-post input[type="text"], .callback-form.within-post select {
    padding: 7px 5px;
    margin: 3px 0 0;
    display: block;
    width: 100%;
    border: none;
}

 .callback-form.within-post select {
    margin-bottom: 7px;
}

.callback-form.within-post .email-contact-request {
      padding: 12px 16px;
    margin: 10px 0 0;
    border: none;
    background: #71050c;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 0;
}

.sidebar .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    overflow: visible;
    max-height: none;
    font-size: 13px;
    height: auto;
    font-weight: 600;
}

.sidebar .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: auto;
    width: 98%;
    margin: 0 1% 10px;
    border: navajowhite;
    display: block;
    overflow: auto;
}

.sidebar .yarpp-thumbnails-horizontal .yarpp-thumbnail img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
    width: auto;
    height: auto;
    float: left;
    max-height: 71px;
    margin-right: 10px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
    min-width: 120px;
}


/* Category Page */

.cp-row {
  padding: 70px 0;
}

.last-cp-row {
  margin-bottom: -30px;
}

.cp-row.main-col, .cp-row.vc_row-has-fill>.vc_column_container>.vc_column-inner, .cp-row.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.category-page-intro:after {
    content: '';
    background: transparent;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    display: block !important;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
}

.category-page-intro > .wpb_column {
  position: relative;
  z-index: 10;
}


.category-page-intro .wpb_text_column h1, .category-page-intro .wpb_text_column p  {
  color: #ffffff;
}

.category-page-intro .wpb_text_column h2  {
  color: #fab500;
  font-size: 23px;
}

.category-page-intro .wpb_text_column  {
  padding-right: 80px;
}

.category-page-intro .wpcf7 {
  background: #fff;
    padding: 25px;
    border-radius: 10px;
}

.category-page-intro .wpcf7 p {
  margin: 0;
}

.cp-main-content {
  background-color: #ffffff;
}

.cp-main-content .main-col.vc_column_container>.vc_column-inner {
    margin-right: 50px;
}

.cp-sidebar {
  background: #bb1823;
}


.cp-sidebar h3 {
  color: #ffffff;
}

.cp-sidebar ol {
  margin: 0;
  padding: 0;
}

.cp-sidebar ol li {
  list-style-type: none;
  padding-bottom: 7px;
}

.cp-sidebar ol li:last-child {
  padding-bottom: 0px;
}

.cp-sidebar ol li a {
  color: #fff;
  font-size: 14px;
}

.cp-sidebar ol li a:hover {
  text-decoration: underline;
}


.cp-internal-link-row {
  background-color: #eeeeee;
}

.cp-internal-link-row .wpb_column .vc_column-inner {
  background: #ffffff;
    padding: 0;
    border-radius: 10px;
}

.cp-internal-link-row .wpb_column .vc_column-inner h3 {
    background: #3c3c3c;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px 10px 00 0;
}

.cp-internal-link-row .wpb_column .vc_column-inner p {
    padding: 20px;
}

.cp-internal-link-row .wpb_column .vc_column-inner a {
    padding-bottom: 8px;
    display: block;
}

.category-page-comparison {
  background-color: #ffffff;
}


.category-comparison-icon {
  position: relative;
  z-index: 10;
  text-align: right;
  margin-right: -70px;
    margin-top: 0px;
    margin-bottom: -20px !important;
}

.category-comparison-icon i {
  display: inline-block;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    padding: 37px 0px 0 0;
    color: #ffffff;
    background: #bb1823;
  }

.cp-comparison-text-first .vc_column-inner {
  background: #f5f6ff;
}

.cp-comparison-text-first .vc_column-inner .wpb_text_column {
  padding-left: 50px;
  padding-right: 20px;
  margin: 0;
}

.cp-comparison-text-second .vc_column-inner {
  background: #bb1823;
  color: #fff;
}

.cp-comparison-text-second .vc_column-inner .wpb_text_column {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.cp-overlay-text-block > .wpb_column > .vc_column-inner {
  background-color: rgba(0,0,0,0.75);
  color: #ffffff;
  padding: 50px 50px 30px !important;
}

.cp-overlay-text-block .wpb_text_column h3 {
  color: #ffffff;
  margin-top: 0px;
}

.cp-overlay-text-block .wpb_text_column .orange-btn {
    margin-bottom: 20px;
    margin-top: 10px;
}

.cp-overlay-text-block .wpb_text_column p, .cp-overlay-text-block .wpb_text_column li {
  font-size: 14px;
}

.cp-overlay-text-block .wpb_text_column p {
  margin-bottom: 20px;
}

.cp-overlay-text-block .wpb_text_column h3, .cp-overlay-text-block .wpb_text_column p {
  text-align: left;
}

.cp-comparison-table {
  background-color: #ffffff;
}

.cp-comparison-table .vc_column-inner {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0 !important;
}

.cp-comparison-table .wpb_text_column {
    border: 1px solid #eee;
    margin: 0;
    padding: 20px;
}

.cp-comparison-table .wpb_text_column p {
    margin: 0 !important;
}

.cp-comparison-table .wpb_column:first-child { 
  border-left: 1px solid #eee;
}

.cp-comparison-table .wpb_column:last-child { 
  border-right: 1px solid #eee;
}

.cp-comparison-table .wpb_column:first-child .wpb_wrapper > .wpb_text_column:first-child { 
  background-color: #eee;
}

.cp-comparison-table .cp-comp-title {
  background: #bb1823;
  color: #fff;
}

.cp-comparison-table .cp-comp-title h3 {
  font-size: 20px;
  margin-bottom: 10px !important;
}

.cp-comparison-table .cp-comp-title p {
  font-size: 14px;
}

.cp-row.cp-comparison-table .wpb_wrapper .wpb_text_column:not(.cp-comp-title) * {
  text-align: center !important;
}

.cp-comparison-table .fa-check {
  color: #5cba49;
}

.cp-comparison-table .fa-times {
  color: #ff3e3e;
}



.cp-faq {
  background-color: #bb1823;
  padding-bottom: 90px;
}

.wpb-js-composer .cp-faq .vc_tta-container {
    max-width: 990px;
    margin: 0 auto;
}

.cp-faq .wpb_text_column {
  margin-bottom: 0;
}

.cp-faq h3 {
  color: #fff;
}


.category-page-intro .wpcf7 input[type=text], .category-page-intro .wpcf7 input[type=tel], .category-page-intro .wpcf7 input[type=email], .category-page-intro .wpcf7 textarea {
    background: #eee;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.category-page-intro .wpcf7 input[type=submit] {
    margin: 0;
    width: 120px;
}
/* New Category Pages */

.cp-new-page-intro-v1.location-intro .vc_column-inner > .wpb_wrapper {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 800px;
}

.cp-new-page-intro-v1.category-page-intro:after {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.8995973389355743) 0%, rgba(0,0,0,0.7539390756302521) 50%, rgba(0,212,255,0) 80%);
}

.cp-new-page-intro-v1.category-page-intro.cp-row h1 {
    font-size: 40px;
}

.cp-new-page-intro-v1.category-page-intro.cp-row h2 {
    font-size: 20px;
}

.cp-new-related-catogories h2 {
    margin-bottom: 50px !important;
}

.cp-new-related-catogories h3 a {
    font-size: 20px;
    color: #111;
}

.cp-new-related-catogories h3 a:hover {
    color: #de1e2b;
}

.cp-new-related-catogories .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center.vc_icon_element-have-style {
    margin-bottom: 10px;
}

.cp-new-related-catogories .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
    color: #de1e2b;
}

.cp-new-related-catogories .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink:hover .vc_icon_element-icon {
    color: #a7161f;
}

.cp-new-related-catogories {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.cp-new-popular-products-v1 {
    background: rgb(91,0,0);
    background: linear-gradient(67deg, rgba(91,0,0,1) 0%, rgba(221,0,0,1) 59%, rgba(222,30,43,1) 100%);
}

.cp-new-popular-products h2, .cp-recommended-articles h2 {
    margin-bottom: 50px !important;
}

.cp-new-popular-products h2, .cp-new-popular-products h3 a {
    color: #fff;
}

.cp-new-popular-products h3 a:hover {
    color: #ddd;
}

.cp-new-popular-products img.vc_single_image-img {
    max-width: 210px;
}

.cp-new-popular-products .orange-btn {
    max-width: 200px;
}

.cp-new-reviews {
  background-color: #ffffff;
}

.cp-new-popular-products a:after {
    display: none;
}

.cp-new-popular-products h2 {
    margin-bottom: 50px !important;
}

.cp-new-reviews .owl-carousel {
  background-color: transparent;
}

.cp-new-reviews .owl-carousel .owl-item {
  margin-top: 0px;
  font-style: italic;
  font-size: 20px;
  color: #111;
  padding: 40px 80px 20px;
  cursor: grab;
  background: rgba(256,256,256,0.4);
}

.cp-new-reviews .owl-dots {
    top: auto;
    bottom: 0;
}

.cp-new-reviews .owl-dot:before {
    display: none;
}

.cp-new-reviews .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.cp-new-reviews  .owl-carousel .owl-nav button.owl-next, .cp-new-reviews  .owl-carousel .owl-nav button.owl-prev, .cp-new-reviews .owl-carousel button.owl-dot {
    color: #111;
    font-size: 60px;
    position: absolute;
    top: 15%;
}

.cp-new-reviews  .owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

.cp-new-reviews  .owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}

.cp-new-reviews  .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.cp-recommended-articles {
  background: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.cp-recommended-articles .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding-bottom: 10px;
    margin: 0px 20px 20px;
    border: 1px solid #eee;
}

.cp-recommended-articles .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    padding: 0 30px;
}

.cp-recommended-articles .vc_column-inner > .wpb_wrapper > .wpb_text_column h3 {
    margin-bottom: 10px !important
}

.cp-recommended-articles .vc_column-inner > .wpb_wrapper > .wpb_text_column h3 a {
    font-size: 18px;
    color: #111;
}

.cp-recommended-articles .vc_column-inner > .wpb_wrapper > .wpb_text_column h3 a:hover {
    color: #de1e2b;
}

.cp-recommended-articles .vc_column-inner > .wpb_wrapper > .wpb_text_column h4 {
    font-size: 12px;
    color: #7b0335;
    margin: 0;
}

.cp-recommended-articles .vc_column-inner > .wpb_wrapper > .wpb_text_column h5 {
    font-size: 13px;
    color: #888;
    margin: 0;
}



.cp-guides-tools {
  background: #fff;
}

.cp-review-box-icon {
    position: relative;
    padding-left: 60px;
    padding-right: 10px;
}

.cp-review-box-icon i.fa-star {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
    color: #fff;
    background-color: #00b67a;
    border-radius: 50%;
    padding: 7px 5px 5px 6px;
    width: 42px;
    height: 42px;
}

.cp-guides-tools-v1 {
  background-color: #fff;
}

.cp-guides-tools-v1 #financial-order-tool {
  border: 15px solid #998974;
  padding: 30px 50px;
}

.cp-guides-tools-v1 .service-bool {
    border: none;
    background-color: #1f3a5b;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
}

.cp-guides-tools-v1 .service-bool:hover {
    background-color: #060b10;
}

.cp-guides-tools-v1 hr {
    margin: 10px 0 30px;
}

.cp-guides-tools-v1 .util-block-divider {
    border-color: #999;
    margin-top: 15px;
}


/* Version 2 */

.cp-new-related-catogories-v2 {
  background-color: #333;
}

.cp-new-related-catogories-v2 h2, .cp-new-related-catogories-v2 h3 a {
  color: #fff
}

.cp-new-related-catogories-v2 .wpb_single_image img {
  max-width: 150px;
}


.cp-new-popular-products.cp-new-popular-products-v2.cp-row {
    background-color: #eee;
    padding: 110px 0;
}

.cp-new-popular-products.cp-new-popular-products-v2 h2, .cp-new-popular-products.cp-new-popular-products-v2 h3 a {
    color: #000;
}

.cp-new-popular-products.cp-new-popular-products-v2 h3 a:hover {
    color: #555;
}

.cp-new-popular-products-v2 img.vc_single_image-img, .cp-new-popular-products-v3 img.vc_single_image-img {
    max-width: 330px;
}

.cp-new-related-catogories-v2 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
      background-color: #fff;
}

.cp-new-page-intro-v2.location-intro .vc_column-inner > .wpb_wrapper {
    padding-left: 0px;
    padding-right: 0px;
    max-width: none;
}

.cp-new-page-intro-v2.location-intro .vc_column-inner > .wpb_wrapper h1, .cp-new-page-intro-v2.location-intro .vc_column-inner > .wpb_wrapper p {
    color: #111111;
}

.cp-new-page-intro-v2.location-intro .vc_column-inner > .wpb_wrapper h2 {
    color: #565656;
}

.cp-new-page-intro-v2.location-intro .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    padding-left: 0px;
    padding-right: 0px;
    max-width: none;
}

.cp-new-page-intro-v2.location-intro .vc_col-sm-4 .vc_column-inner > .wpb_wrapper img {
    max-width: 300px;
}

.cp-new-page-intro-v2.location-intro.category-page-intro .wpb_text_column {
  padding-right: 0;
}

.cp-new-page-intro-v2.category-page-intro:after {
    display: none !important;
}

.cp-recommended-articles-v2 .cp-recommended-articles-item {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 40px;
    padding: 20px 5px 0;
    border: 1px solid #eee;
}

.cp-recommended-articles.cp-recommended-articles-v2 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding-bottom: 0;
    margin: 0;
}

.cp-recommended-articles .vc_column-inner > .wpb_wrapper > .wpb_text_column h3 a {
    font-size: 22px;
    padding: 5px 0;
    color: #111;
    display: block;
}

.cp-guides-tools-v2 {
  background-color: #222
}

.cp-guides-tools-v2 h2 {
  color: #fff
}

.cp-guides-tools-v2 #financial-order-tool {
  border: 15px solid #eee;
  padding: 30px 50px;
  background-color: #ffffff;
}

.cp-guides-tools-v2 .service-bool {
    border: 6px solid #eee;
    border-radius: 10px;
    padding: 10px 30px;
}

.cp-guides-tools-v2 hr {
    margin: 10px 0 30px;
}

.cp-guides-tools-v2 .util-block-divider {
    border-color: #999;
    margin-top: 15px;
}

/* Version 3 */

.cp-new-popular-products-v3 {
    background-color: #eee
}

.cp-new-popular-products-v3 h2 {
  color: #111;
}

.cp-new-popular-products-v3 .vc_col-sm-4 > div > div > div > .wpb_wrapper h3 {
  margin: 0 !important;
  position: relative;
  z-index: 10;
  font-size: 20px;
}

.cp-new-popular-products-v3 .vc_col-sm-4 > div > div > div > .wpb_wrapper h3:after {
    background: rgba(0,0,0,0.7);
    content: '';
    width: 100%;
    height: 100%;
    display: block !important;
    top: 0;
    z-index: 0;
    position: absolute;
}

.cp-new-popular-products-v3 .vc_col-sm-4 > div > div > div > .wpb_wrapper:hover h3:after {
    background: rgba(0,0,0,0.8);
}

.cp-new-popular-products-v3 .vc_col-sm-4 > div > div > div > .wpb_wrapper h3 a {
    position: relative;
  z-index: 10;
  padding:100px 10px;
  display: block;
  color: #fff;
}

.cp-new-related-catogories-v3 h2 {
    color: #fff;
}

.cp-new-related-catogories-v3 h3 a {
    color: #fff;
}

.cp-new-related-catogories-v3 h3 a:hover {
    color: #ddd;
}

.cp-new-related-catogories-v3 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
    color: #fff;
}

.cp-new-related-catogories-v3 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink:hover .vc_icon_element-icon {
    color: #ddd;
}

.cp-new-related-catogories-v3 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
      background-color: #232323;
}

.cp-new-related-catogories-v3 {
    background-color: #de1e2b;
    border: none;
}

.cp-new-page-intro-v3.category-page-intro.cp-row {
    background-color: #111;
    padding: 0;
}

.cp-new-page-intro-v3.category-page-intro.cp-row .wpb_text_column {
    padding-top: 60px;
    padding-bottom: 50px;
}

.cp-new-page-intro-v3.category-page-intro.cp-row h1 {
    font-size: 38px;
}

.cp-new-page-intro-v3.category-page-intro:after {
    display: none !important;
}

.cp-new-page-intro-v3.location-intro .vc_column-inner > .wpb_wrapper {
    padding-left: 0px;
    padding-right: 0px;
    max-width: none;
}

.cp-new-page-intro-v3.location-intro .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    padding-left: 0px;
    padding-right: 0px;
    max-width: none;
}

.cp-new-reviews.cp-new-reviews-v3 {
    background: #00b67a;
}

.cp-new-reviews-v3 .wpb_text_column > .wpb_wrapper p {
  margin-bottom: 10px;
}

.cp-new-reviews-v3 .wpb_text_column > .wpb_wrapper h2 {
    color: #fff;
    padding-bottom: 30px;
}

.cp-new-reviews-v3 .vc_col-sm-12 > div > div > .wpb_text_column {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 20px 10px 80px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.cp-new-reviews-v3 .cp-review-box-icon i.fa-star {
    left: 20px;
    top: 20px;
}

.cp-recommended-articles-v3 .wpb_single_image.vc_align_center {
    padding: 20px 20px 0;
}

.cp-recommended-articles.cp-recommended-articles-v3 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    border-radius: 5px;
}

.cp-guides-tools-v3 {
  background: rgb(91,0,0);
background: linear-gradient(67deg, rgba(91,0,0,1) 0%, rgba(221,0,0,1) 59%, rgba(222,30,43,1) 100%);
}

.cp-guides-tools-v3 h2 {
  color: #fff
}

.cp-guides-tools-v3 #financial-order-tool {
  border: 15px solid #7e0000;
  padding: 30px 50px;
  background-color: #ffffff;
}

.cp-guides-tools-v3 .service-bool {
    border: 6px solid #eee;
    border-radius: 10px;
    padding: 10px 30px;
}

.cp-guides-tools-v3 hr {
    margin: 10px 0 30px;
}

.cp-guides-tools-v3 .util-block-divider {
    border-color: #999;
}


/* Location Page (in addition to the above) */

.location-intro .vc_column-inner > .wpb_wrapper {
  padding-left: 150px;
  padding-right: 150px;
}


.archive-nav a { color: #666; }

.archive-nav a:hover { color: #DE1E2B; }

/*.archive-nav-newer { float: left; }
.archive-nav-older { float: right; }*/

.archive-nav .navigation {
  text-align: center;
}

.archive-nav .navigation > ul {
  display: inline-block;
}

.archive-nav .navigation li a,
.archive-nav .navigation li a:hover,
.archive-nav .navigation li.active a,
.archive-nav .navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.archive-nav .navigation li {
    display: inline-block;
    margin: 0px 4px;
}
 
.archive-nav .navigation li a,
.archive-nav .navigation li a:hover,
.archive-nav .navigation li.active a,
.archive-nav .navigation li.disabled {
    background-color: #DE1E2B;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px 10px;
}
 
.archive-nav .navigation li a:hover,
.archive-nav .navigation li.active a {
    background-color: #71050c;
}


/* Search */

.search-results main {
  padding-top: 30px;
}

.search-results main .section-inner {
    padding-top: 0;
    background: #fff;
    padding: 30px 40px;
}

.search-results .section-inner article h2 a {
  font-size: 18px;
  color: #111111;
  display: block;
  background: #f1f1f1;
  padding: 20px;
}

.search-results .section-inner article h2 a:hover {
  background: #dddddd;
}

.search-results .section-inner article h2 a::after {
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 10px;
  float: right;
}

.search-results .date, .search-results .author, .search-results .comments, .search-results .status-private, .search-results .section-inner article img {
  display: none;
}

.pagination {
  text-align: center;
}

.page-numbers {
    padding: 0 10px;
}

#post-404 {
  text-align: center;
}

#post-404 .main-col.vc_column_container>.vc_column-inner {
  padding: 60px 30px;
}


/* Voucher Page */

#voucher-codes-container .voucher-code-item .voucher-main-info {
    border: 1px solid #ddd;
    margin: 0;
    padding: 25px 200px 25px 25px;
    position: relative;
    border-bottom: none;
}

#voucher-codes-container .voucher-code {
    position: absolute;
    right: 25px;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    background: #DE1E2B;
    color: #fff;
    font-size: 17px;
}

#voucher-codes-container .voucher-offer {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

#voucher-codes-container .voucher-services {
  font-size: 14px;
}

#voucher-codes-container .voucher-services span {
  font-weight: 600;
}

#voucher-codes-container .voucher-additional-info {
    border: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    border-top-color: #eee;
}

#voucher-codes-container .voucher-date, #voucher-codes-container .voucher-used, #voucher-codes-container .voucher-tc {
  display: inline-block;
  padding: 3px;
  font-size: 12px;
}

#voucher-codes-container .voucher-used span, #voucher-codes-container .voucher-date span {
  font-weight: 600;
}

/*------------------------------------*\
    Calculators
\*------------------------------------*/


#wdc h2 {
    margin: 20px 0;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
}

#wdc .wdc-need-advice-response h2 {
    text-align: left;
}

#wdc h3 {
    margin: 30px 0 30px;
}

#wdc h5 {
    margin: 30px 0;
}

#wdc a {
    color: #DE1E2B;
    cursor: pointer;
}

#wdc #wdc-question-section {
    color: #fff;
    padding-top: 1px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    background-color: #2e2e35;
    text-align: center;
}

#wdc #wdc-response-section {
    margin: 0 auto 40px;
    padding-bottom: 40px;
}

#wdc .wdc-inner {
    margin: 40px auto;
    max-width: 1200px;
}

#wdc #wdc-question-section a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    color: #dddddd;
    box-shadow: 0px 0px 0px 4px #2e2e35;
    margin: 0 5px;
}

#wdc #wdc-question-section a.wdc-selected, #wdc #wdc-question-section a:hover {
    box-shadow: 0px 0px 0px 4px #ffffff;
    color: #ffffff
}

#wdc #wdc-question-section .wdc-initial a {
    background-color: #007700;
    margin: 0 20px 20px 0;
}

#wdc #wdc-question-section .wdc-secondary a {
    background-color: #275193;
}

#wdc #wdc-question-section .wdc-tertiary a {
    background-color: #24948f;
}

#wdc .wdc-need-advice-response {
    overflow: auto;
}

.wdc-service-response > p {
    text-align: center;
}

#wdc #wdc-response-section h2 {
  color: #111111;
  text-align: left;
}

.wdc-service-box-container {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-bottom: none;
    overflow: auto;
    margin: 40px 0;
}

#wdc .wdc-service-box {
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    padding: 40px 20px 110px;
    position: relative;
    border-bottom: 1px solid #cccccc;
}

#wdc .wdc-divorce-service {
    width: 25%;
}

#wdc .wdc-consent-service {
    width: 50%;
}

#wdc .wdc-service-wrapper:last-child .wdc-service-box {
    border-right: none;
}

#wdc .wdc-service-box h3 {
    margin-top: 0;
    min-height: 80px;
    margin-bottom: 10px;
}


#wdc .wdc-service-box span {
    display: block;
    font-size: 36px;
    margin: 10px 0 15px;
    bottom: 50px;
    position: absolute;
    color: #063b7c;
}

#wdc .wdc-service-box a {
    background-color: #007700;
    padding: 5px 10px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 20px;
    bottom: 0px;
    position: absolute;
}


#wdc .wdc-service-box.wdc-recommended {
    border: 2px solid #db0837 !important;
}

#wdc .wdc-service-box.wdc-recommended::before {
    content: "Recommended";
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    background-color: #DE1E2B;
    color: #fff;
    padding: 3px;
    text-align:center;
    box-sizing: border-box
}

#wdc h2.wdc-recommended {
    padding: 20px;
    border: 2px solid #ccc;
    color: #111111;
    text-align: left;
}

#wdc .kamcrf, #wdc #kamcrf{
    width: 50%;
    float: right;
    margin-left: 70px;
    border: 1px solid #ccc;
    margin-top: 20px;
    border-radius: 10px;
}

#wdc .kamcrf h2, #wdc #kamcrf h2{
    margin-top: 0;
    color: #ffffff !important;
}

#wdc .wdc-cta-boxes {
    box-sizing: border-box;
    overflow: auto;
    margin: 40px 0;
}

#wdc .wdc-cta-boxes > div {
    float: left;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 30px 40px 20px;
    position: relative;
    width: 33.333333%;
    text-align: center;
}

#wdc .wdc-cta-boxes > div:first-child {
    border-right: none;
}

#wdc .wdc-cta-boxes > div:last-child {
    border-left: none;
}

#wdc .wdc-cta-boxes .wdc-call-us a {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #111111;
    font-size: 26px;
    font-weight: bold;
}

#wdc .wdc-cta-boxes a.btn {
    background-color: #007700;
    padding: 5px 10px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #ffffff 
}

#wdc .wdc-cta-boxes h3 {
    margin-top: 0;
}

#wdc .wdc-cta-boxes i {
    font-size: 45px;
    color: #111111;
    margin-bottom: 20px
}

#wdc .wdc-need-advice-response .wdc-nar-inner {
    overflow: auto;
    margin-bottom: 40px;
}


@media only screen and (max-width: 990px) {
    #wdc .wdc-inner {
        margin: 40px 20px;
    }
    #wdc h5, #wdc #wdc-question-section a {
        font-size: 16px;
    }
    #wdc #wdc-question-section a {
        margin: 5px;
    }
    #wdc .wdc-divorce-service, #wdc .wdc-consent-service {
        width: 100%;
        min-height: 0 !important;
    }
    #wdc .wdc-options {
        display: inline-block;
    }
    #wdc .wdc-service-box {
        border-right: none;
    }
    #wdc .wdc-service-box h3 {
        min-height: 0;
        margin-bottom: 20px;
        font-size: 24px;
    }
    #wdc .wdc-service-box-container {
        display: table;
    }
    #wdc .wdc-service-wrapper {
        display: table-footer-group;
    }
    #wdc .wdc-service-wrapper.wdc-recommended {
        display: table-header-group;
    }

    #wdc #wdc-question-section .wdc-inner {
        text-align: center;
    }

    #wdc .wdc-nar-inner {
        display: table;
    }

    #wdc #wdc-response-section {
        padding-bottom: 0px;
    }

    #wdc .wdc-need-advice-response #kamcrf, #wdc .wdc-need-advice-response .kamcrf {
        display: none;
    }
    #wdc .wdc-cta-boxes > div {
        width: 100%;
        border: 1px solid #ccc !important;
    }
    #wdc h2.wdc-recommended {
      font-size: 20px;
    }
    
}




/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1280px) {
  .home-service-blocks .wpb_wrapper .wpb_text_column {
    font-size: 16px;
  }

  .top-grey-box-tabs .wpb_text_column.wpb_content_element a {
    font-size: 15px;
  }

}

@media only screen and (max-width:1280px) {
  .vc_col-sm-3 .whatsapp-cta span {
      display: block;
      padding: 9px 0 0 30px;
  }
}

@media only screen and (max-width: 1200px) {

  .top-grey-img-container .wpb_single_image img {
    border-radius: 15px;
    padding: 10px;
  }

  .category-page-intro .wpb_text_column {
    padding-right: 0px;
  }

  .home-service-blocks .which-service-home-block a {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-service-blocks .which-service-home-block p > span {
      padding: 10px 0px;
  }

  .home-service-blocks .which-service-home-block a.orange-btn {
    font-size: 14px;
  }


}

@media only screen and (max-width: 1140px) {
  .header .header-info {
    float: right;
    margin-top: 30px;
    max-width: 400px;
  }

  .header-nav ul li a {
    padding: 15px 12px;
  }

  .home-service-blocks .wpb_wrapper .wpb_text_column {
    font-size: 14px;
  }

  .top-grey-box-tabs .wpb_text_column.wpb_content_element a {
    font-size: 13px;
  }

}

@media only screen and (max-width:1024px) {

  .home-service-blocks .wpb_wrapper .wpb_text_column {
    font-size: 13px;
  }

}

@media only screen and (min-width: 990px) {

  .mobile-only {
    display: none;
  }

  .header-nav.mobile-only {
    display: none !important;
  }

  .mobile-line-break {
    display: none;
  }

  .title-background-img {
    background-image: none !important
  }

  .cat-nav li {
    display: inline-block !important;
  }

  .orange-block-btn.btn-centre {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 400px;
  }

  .mobile-sub-nav {
    display: none !important;
  }

}

@media only screen and (max-width: 990px) {

  .desktop-only {
    display: none;
  }

  body {
    padding-top: 80px;
  }

  .header {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 80px;
    top: 0;
    border-bottom: 1px solid #eeeeee;
  }

  .header .logo {
    padding-top: 19px;
  }

  .header .logo img {
    max-width: 280px;
  }

  .header .logo p {
    font-size: 13px;
    margin-top: 6px;
  }

  .header .case-login {
    display: none;
  }

  .header .header-info {
    margin-top: 20px;
  }

  .header .header-info .header-icon {
    float: left;
    margin-left: 20px;
    font-size: 13px;
    font-weight: bold;
  }

  .header .header-info .header-icon a {
    color: #27ae60;
  }

  .header .header-info .header-icon span {
    color: #111111;
    cursor: pointer;
    display: block;
  }

  .header .header-info .header-icon i {
    display: block;
    text-align: center;
    font-size: 25px;
    margin-bottom: 7px;
    height: 23px;
  }

  .header .header-info .header-icon:first-child i {
    font-size: 23px;
  }

  .img-l-box {
    padding: 30px;
  }

  .img-l-box .img-holder {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 20px;
  }

  .dol-number-step {
    width: 100% !important;
    margin: 0 0 20px;
  }

  .main-col.vc_col-sm-9 {
    width: 100%;
  }

  .sidebar-col.vc_col-sm-3 {
    width: 100%;
  }

  .main-col.vc_column_container>.vc_column-inner {
    margin-right: 0px;
  }

  .header-nav.mobile-only {
    background: #222222;
    float: left;
    width: 100%;
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
  }

  .header-nav.mobile-only ul li {
    float: none;
    text-align: center;
    border-bottom: 1px dashed #333333;
  }

  .header-nav.mobile-only ul li a {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
  }

  .header-nav.mobile-only .mobile-search {
    text-align: center;
    padding: 15px 0;
    background-color: #1c1c1c;
  }

  .header-nav.mobile-only .mobile-search a.sanpop-link {
    float: none;
    color: #ffffff;
    margin: 0;
  }

  .header-nav.mobile-only .mobile-search a.sanpop-link::after {
    content: ' Search';
  }

  .header-nav.mobile-only .mobile-search a.sanpop-link i {
    font-size: 13px;
    color: #ffffff;
  }

  body.custombox-lock {
    padding-top: 0;
  }

  .mobile-line-break {
    margin-bottom: 18px !important;
    display: block;
  }

  .home h1 {
    font-size: 24px;
    font-weight: 600;
  }

  main h1 {
    font-size: 25px;
    font-weight: 400;
  }

  main h2 {
    font-size: 24px;
    font-weight: 500;
  }

  main h3 {
    font-size: 22px;
    font-weight: 600;
  }

  .title-background-img {
    position: relative;
    background-size: cover;
  }

  .title-background-img:before {
      content: '';
      height: 100%;
      width: 100%;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.7;
  }
  .title-background-img h2 {
      color: #ffffff;
      position: relative;
      padding: 30px 15px;
  }

  .service-title-managed-popular {
      padding-right: 100px !important;
  }

  .meet-team-page .meet-team-box {
    width: 48%;
  }

  .cat-nav ul:before {
    content: "Select Blog Category";
    background: #bb1823;
    color: #ffffff;
    padding: 15px;
    border-radius:30px;
    margin: 0 5% 15px;
    display: inline-block;
    font-size: 14px;
    width: 90%;
    box-sizing:border-box
  }

  .cat-nav li {
      width: 100%;
      text-align: center;
      display: none;
  }

  .cat-nav li a {
      width: 96%;
      margin: 0 2% 10px;
      padding: 15px;
      background: #fff;
      color: #111;
      font-weight: bold;
  }

  .cat-nav li.current-cat a {
      background: #eeeeee;
  }

  .cat-nav-sub ul:before {
    content: "Select Blog Sub-Category"
  }

  .cat-nav.cat-nav-main {
    margin-bottom: 5px;
  }

  .posts.msn-posts .post {
    width: 94%;
    margin: 0 3% 30px;
    min-height: 0 !important;
  }

  .single .main-content article, .single .main-content .sidebar {
    width: 100%;
    margin-left: 0;
  }

  .single .main-content article {
    padding: 20px;
  }

  .single .featured-media h1 {
    font-size: 28px;
  }

  .single .author-box img {
    float: none;
    margin-bottom: 20px;
  }

  .single .sidebar .side-btn {
    display: block;
    padding: 10px;
  }


  .lc-1au3flc, .extks10, .lc-1xypejv-enter-done, .extks10, .extks12, .extks13 {
      display: none !important;
  }

  .featured-image-box h1 {
      font-size: 28px;
  }

  .cp-row {
    padding: 40px 0;
  }

  .cp-row.category-page-comparison .vc_column-inner .wpb_text_column {
    padding: 20px 0;
  }

  .cp-row.category-page-comparison .vc_col-xs-2\/5 {
      width: 50%;
  }

  .cp-row.category-page-comparison .vc_col-xs-2\/5 {
      width: 50%;
  }

  .cp-row .cp-page-comp-title h3 {
    margin-bottom: 0px !important;
    text-align: center;
  }

  .cp-row.category-page-comparison .cp-page-comp-title .vc_column-inner .wpb_text_column {
    padding: 0;
  }


  .cp-faq {
    margin-bottom: 40px;
  }

  .cp-main-content .main-col.vc_column_container>.vc_column-inner {
    margin-right: 0px;
  }

  .location-intro .vc_column-inner > .wpb_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cp-row .wpb_text_column .wpb_wrapper > h3, .cp-row:not(.location-intro) .wpb_text_column .wpb_wrapper > p {
   /*text-align: left !important;*/
  }

  body .wrapper .white-box {
    text-align: left;
  }

  .cta-block-right-image .img-holder {
    float: none;
    margin-left: 0;
    text-align: center;
  }

  .why-choose-cta-box .wpb_wrapper .why-choose-inner {
    width: 70%;
  }

  .cp-new-related-catogories .new-related-catogories-icons .vc_col-sm-1\/5 {
    width: 50%;
    float: left;
    margin-bottom: 20px
  }

  .cp-new-related-catogories > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    padding: 0 40px;
  }

  .cp-new-popular-products .vc_col-sm-4 {
      margin-bottom: 50px
  }

  .cp-new-reviews .owl-carousel .owl-item {
      padding: 40px 30px 20px;
  }

  .cp-new-page-intro-v1.category-page-intro:after {
    background: rgb(0,0,0,0.85);
  }

  .cp-new-page-intro-v1.location-intro .vc_column-inner > .wpb_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-advice-bullet-box.babb-bullets {
    padding: 5px 80px;
  }

  .announcement-banner {
    display: none;
  }

  .wrapper {
    padding-top: 0px;
  }


}

@media only screen and (min-width: 768px) {

  .tablet-only {
    display: none;
  }

  .vc_row .step-icon {
    width: 11%;
  }

}


@media only screen and (max-width: 768px) {

  .tablet-desktop-only {
    display: none;
  }

  .footer .footer-links {
    width: 100%;
    padding-right: 0px;
    text-align: center;
    padding: 30px 20px;
  }

  .footer .social-image {
    display: inline-block;
    float: none;
  }

  .step-holder {
    text-align: center;
  }

  .step-with-image .step-img {
    float: none;
    margin: 0 auto;
    min-height: 0 !important;
  }

  .cp-comparison-table .wpb_text_column {
    min-height: 0 !important;
  }

  .cp-comparison-table .cp-comp-title {
    text-align: center;
  }

  .cp-comparison-table div.tablet-only {
    padding-bottom: 10px;
  }

  .cp-comparison-table-service > .vc_column-inner {
    margin-bottom: 60px;
  }

  .why-choose-cta-box .wpb_wrapper .why-choose-inner {
    width: 100%;
  }

  .cp-new-related-catogories-v2 .wpb_single_image img {
    max-width: 100%;
  }

  .tabbed-two-inner .wpb_single_image {
    float: left;
    max-width: 100px;
    margin-right: 10px;
  }

  .tabbed-two-inner .wpb_text_column {
    padding-left: 110px;
  }

  .tabbed-section-triggers .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 33.33333333%;
    float: left;
  }

  .tabbed-section-triggers .tabbed-trigger {
      padding: 20px 2px;
      font-size: 14px;
  }

  .tabbed-section-triggers .vc_col-sm-4 > .vc_column-inner {
    padding: 0;
  }

  .blog-advice-bullet-box.babb-cta {
    text-align: center;
    padding: 23px 10px 20px;
  }

  .blog-advice-bullet-box.babb-cta .wpb_single_image {
    text-align: center;
    margin: -10px 0 40px;
  }

  .blog-advice-bullet-box.babb-bullets {
    padding: 5px 30px;
  }

  .blog-advice-bullet-box.babb-cta .wpb_single_image img {
    margin-right: 0px;
  }

  .blog-advice-bullet-box.babb-cta .orange-block-btn {
    margin-left: 0;
    display: block;
  }

  .orange-block-btn {
    border-radius: 20px;
  }

  .blog-advice-bullet-box-wrapper {
    background-color: #fff;
    padding: 50px 20px !important;
  }

  .mobile-sub-nav .vc_col-sm-4 {
    font-size: 11px;
  }


}

@media only screen and (max-width:520px) {

  .header .logo {
    padding-top: 32px;
  }

  .header .logo img {
    max-width: 245px;
  }

  .header .logo p {
    display: none;
  }

  .tp-review-box a {
      width: 100% !important;
  }

  .tp-review-box a > img {
      max-height: 150px;
  }

  .orange-btn, .orange-block-btn {
    padding: 10px 10px 10px 10px;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }

  .orange-block-btn h3 {
      font-size: 18px;
  }

  .header .header-info .header-icon {
    margin-left: 12px;
  }

  .meet-team-page .meet-team-box {
    width: 98%;
  }

  .why-choose-cta-box .wpb_wrapper .why-choose-inner {
    padding: 20px;
  }

  .why-choose-cta-box .wpb_wrapper {
    padding: 20px;
  }

  .header-cta-review-element .hcre-review-row .vc_col-sm-4.vc_column_container>.vc_column-inner {
    padding-left: 7px;
    padding-right: 7px;
    width: 100%;
  }

  .header-cta-review-element .hcre-review-row .vc_col-sm-4.vc_column_container>.vc_column-inner h5 {
      font-size: 13px;
  }

  .service-slider.owl-theme .owl-nav {
    left: 0;
    margin-left: 0;
    max-width: none;
  }

  .service-slider.owl-theme .owl-nav button.owl-prev, .service-slider.owl-theme .owl-nav button.owl-next {
    font-size: 35px;
  }

  .service-slider.owl-theme .owl-nav button.owl-prev {
      left: 2px;
  }

  .service-slider.owl-theme .owl-nav button.owl-next {
      right: 2px;
  }

  .service-slider {
      border: none;
  }

  .service-slider .wpb_text_column .wpb_wrapper > ul li {
    font-size: 13px;
    padding-left: 27px;
  }

  .service-slider .wpb_text_column .wpb_wrapper > ul li:before {
    font-size: 10px;
    padding: 1px 0px 2px;
    width: 20px;
    height: 20px;
  }

  .service-slider .wpb_text_column .wpb_wrapper h2 {
    font-size: 19px;
  }

  .vc_col-sm-3 .whatsapp-cta .orange-btn {
    margin: 0px 3%;
    width: 94%;
  }

  .mobile-sub-nav .vc_col-sm-4 {
    font-size: 10px;
  }

}

@media only screen and (max-width:410px) {

  .header .logo {
    padding-top: 32px;
  }

  .header .logo img {
    max-width: 210px;
  }

  .header .header-info .header-icon {
    font-size: 12px;
  }

  .why-choose-cta-box .wpb_wrapper .why-choose-inner {
    padding: 10px;
  }

  .why-choose-cta-box .wpb_wrapper {
    padding: 10px;
  }

  .tabbed-section-triggers .tabbed-trigger {
      padding: 20px 0px;
      font-size: 12px;
  }


}

@media only screen and (max-width:350px) {

  .header .logo {
    padding-top: 30px;
  }

  .header .logo img {
    max-width: 200px;
  }

  .header .header-info .header-icon {
    margin-left: 10px;
    font-size: 10px;
  }

  .location-intro .vc_column-inner > .wpb_wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media only screen and (max-width:320px) {

  .header .logo {
    padding-top: 30px;
  }

  .header .logo img {
    max-width: 180px;
  }

}

@media only screen and (max-height: 550px) {
  .header-nav.mobile-only {
    overflow: auto;
  }
  .header-nav.mobile-only ul li a, .header-nav.mobile-only .mobile-search {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


@media only screen and (max-height: 480px) {
  .header-nav.mobile-only ul li a, .header-nav.mobile-only .mobile-search {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header-nav.mobile-only ul li a, .header-nav.mobile-only .mobile-search a.sanpop-link::after {
    font-size: 14px;
  }
}

@media only screen and (max-height: 410px) {
  .header-nav.mobile-only ul li a, .header-nav.mobile-only .mobile-search {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .header-nav.mobile-only ul li a, .header-nav.mobile-only .mobile-search a.sanpop-link::after {
    font-size: 12px;
  }
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
