.wpHeaderSect {
    background-image: url(https://domains.co.za/assets/media/img/wordpress-hosting/wordpress-top-background2.svg);
    background-color: #0467b5;
    background-size: cover;
}

.domSrchBox {
    margin-top: 10px;
}

.domSrchPrefix {
    background-color: #F4F9FE;
    color: #0467b5;
    padding: 7px 20px;
    font-weight: bold;
    font-size: 25px;
    width: auto;
    border: solid 3px #F4F9FE;
}

.domSrchInput {
    border: 3px solid #F4F9FE;
    height: 58px;
    font-size: 20px;
}

.domSrchInput::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a7d4f1;
    opacity: 1;
}

.domSrchInput::-moz-placeholder {
    /* Firefox 19+ */
    color: #a7d4f1;
    opacity: 1;
}

.domSrchInput:-ms-input-placeholder {
    /* IE 10+ */
    color: #a7d4f1;
    opacity: 1;
}

.domSrchInput:-moz-placeholder {
    /* Firefox 18- */
    color: #a7d4f1;
    opacity: 1;
}

.domSrchDrop {
    margin-right: 2px;
    z-index: 1;
}

.domSrchDrop button {
    background-color: #F4F9FE;
    border: 3px solid #F4F9FE;
    border-right-width: 0;
    color: #0467b5;
    height: 58px;
    border-radius: 0;
    font-weight: bold;
    font-size: 25px;
}

.domSrchDrop .dropdown-toggle::after {
    position: absolute;
    right: 14px;
    top: 15px !important;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    border: none;
    font-size: 92%;
}

.domSrchDrop button:hover, .domSrchDrop button:focus, .domSrchDrop button:active, .domSrchDrop button:visited, .domSrchDrop .btn-primary:not(:disabled):not(.disabled):active, .domSrchDrop.show > .btn-primary.dropdown-toggle {
    background-color: #0467b5;
    border-color: #fff;
}

#domSrchBttn {
    width: auto;
    border: 3px solid #F4F9FE;
    height: 58px;
    border-radius: 0 8px 8px 0;
    background-color: #7463f4;
}

.articleBlock .block-title.mdBlockTitle {
    color: #0467b5;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 10px;
}

.articleImage {
    padding: 0;
}

.articleImage img {
    width: 100%;
}

.overflowHidden {
    overflow: hidden;
}