.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container,#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container,#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade,#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}@media (min-width: 922px) {
.ast-container {
max-width: 1054px;
}
}
.ast-separate-container {
background-color: #fff;
}
.ast-container {
padding-left: 15px;
padding-right: 15px;
}
.ast-row {
margin-right: -15px;
margin-left: -15px;
}
.entry img {
width: 100%;
}
body {
font-family: 'Open Sans',sans-serif;
color: #383838;
font-size: 15px;
} .main-header-bar-wrap {
border-top: 14px solid #282560;
border-bottom: 0;
}
header .header-contact {
text-align: right;
margin-top: 0px;
position: absolute;
right: 0;
}
header .header-contact a {
position: relative;
line-height: 1;
text-align: right;
font-size: 20px;
font-weight: 700;
color: #282560;
text-decoration: none;
}
#primary {
margin: 0;
}
.main-header-menu > .menu-item > .menu-link {
height: auto;
line-height: 1.5;
font-size: 14px;
font-weight: 700;
color: #757575;
transition: all .3s ease;
text-transform: uppercase;
outline: none;
}
.main-header-menu .menu-item:hover > .menu-link, .main-header-menu .menu-item:hover > .ast-menu-toggle, 
.main-header-menu .ast-masthead-custom-menu-items a:hover, .main-header-menu .menu-item.focus > .menu-link, 
.main-header-menu .menu-item.focus > .ast-menu-toggle, .main-header-menu .current-menu-item > .menu-link, 
.main-header-menu .current-menu-ancestor > .menu-link, .main-header-menu .current-menu-item > .ast-menu-toggle, 
.main-header-menu .current-menu-ancestor > .ast-menu-toggle {
color: #282560;
}
.main-header-bar {
border: none;
}
.entry-content span, #breadcrumbs span {
color: #909090;
font-size: 10px;
letter-spacing: 0;
text-transform: capitalize;
}
.entry-content span a, #breadcrumbs span a {
color: #21659b;
}
.entry-content p {
margin-bottom: 20px;
}
.ast-main-header-bar-alignment {
position: absolute;
right: 0;
bottom: 0px;
text-align: right;
}
.main-header-menu .menu-link, .main-header-menu a {
padding: 0 1em;
}
.main-header-menu li:last-child a {
padding-right: 0;
}
.ast-flex.main-header-container {
position: relative;
padding: 30px 0 30px;
} .site-content {
min-height: calc(100vh - 300px);
padding-top: 0;
padding-bottom: 70px;
}
p, label {
font-size: 15px;
color: #383838;
}
.main-title2, .main-title, .dreadnought-estate-wrap .imgmap-frontend-image .post-title, .entry-content h1.post-title, body.privacy-policy .entry-content h1 {
color: #282560 !important;
line-height: 1 !important;
font-size: 18px !important;
letter-spacing: normal !important;
font-weight: 700 !important;
margin-bottom: 0 !important;
}
body.privacy-policy .entry-content h4 {
color: #282560;
line-height: 1;
letter-spacing: normal;
font-size: 13px;
margin: 0 0 10px;
margin-top: 15px;
}
.entry-content h1.post-title {
margin-bottom: 15px !important;
}
.main-title {
margin-bottom: 15px !important;
}
.sub-title {
margin-top: 0 !important;
margin-bottom: 40px !important;
font-size: 17px !important;
font-weight: 300 !important;
} .entry {
position: relative;
margin-bottom: 60px;
}
.entry .overlay {
position: absolute;
right: 20px;
bottom: 20px;
width: 25%;
min-width: 200px;
max-height: 80%;
padding: 25px 35px 10px;
background: rgba(34, 34, 34, 0.8);
color: #fff;
overflow: hidden;
width: 472px;
}
.entry .overlay .title {
color: #fff;
font-size: 18px;
text-decoration: none;
font-weight: 700;
margin: 0;
padding: 0;
}
.entry .overlay .property-price {
position: relative;
padding: 10px 0;
line-height: 1.25;
border-top: 1px dotted #b0b0b0;
border-bottom: 1px dotted #b0b0b0;
overflow: hidden;
margin: 10px 0;
font-size: 20px;
font-weight: 400;
color: #fff;
}
.entry .overlay .property-price span {
font-size: 12px;
color: #fff;
}
.entry .overlay .property-price+a {
display: block;
margin-bottom: 20px;
font-style: italic;
text-decoration: none !important;	
font-weight: 700;
color: #fff;
}
.widget-inner .title, .title h2, .entry h2.title, .description h2 {
border-bottom: 1px solid #282560;
color: #282460;
font-size: 20px;
font-weight: 700;
margin: 0 0 20px;
padding: 10px 0;
text-decoration: none;
}
.title h2 {
margin-top: 30px;
margin-bottom: 30px;
padding-top: 0;
}
.property-available {
padding-right: 3%;
width: 50%;
margin: 0;
float: left;
}
.property-available .post-title {
min-height: 64px;
font-size: 20px;
color: #000;
font-weight: 300;
line-height: 1.2;
margin-top: 30px;
}
.property-available .post-title a {
color: #000;
}
.property-available .post-title a:hover {
text-decoration: none;
color: #21659b;
}
.property-available .property-details-overview {
margin: 10px 0;
position: relative;
padding: 10px 0;
line-height: 1.25;
border-top: 1px dotted #b0b0b0;
border-bottom: 1px dotted #b0b0b0;
overflow: hidden;
}
.property-available .property-details-overview .property-details-3 {
font-size: 17px;
color: #767676;
}
.property-available .property-details-overview .property-price {
float: right;
width: auto;
line-height: 1;
font-size: 16px;
font-weight: 400;
}
.property-available .property-details-overview .property-price-value {
font-size: 20px;
color: #282560;
}
.property-available .property-details-overview .property-rental-period {
font-size: 12px;
color: #767676;
}
.Available-property >p {
margin-bottom: 5px;
}
.Available-property a {
display: block;
margin-bottom: 20px;
color: #282560 !important;
font-style: italic;
text-decoration: none !important;
font-weight: 700;
}
.widget-call-to-action .widget-inner {
display: flex;
align-items: center;
justify-content: space-between;
}
.widget-call-to-action-wrap {
background: #f4f4f4;
padding: 40px;
margin-bottom: -20px;
clear: both;
}
.call-to-action-text span.cta_h2 {
font-size: 27px;
}
.call-to-action-text span {
font-size: 14px;
display: block;
}
.call-to-action-button .btn {
background: #282560;
font-size: 16px;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
border: 1px solid #282560;
border-radius: 0;
padding: 13px 40px;
transition: all .3s ease;
text-shadow: none;
box-shadow: none;
color: #fff!important;
text-decoration: none;
}
.call-to-action-button .btn:hover {
background: #f4f4f4 !important;
color: #282560 !important;
}  .wp-block-image {
float: left;
width: auto;
margin-right: 30px;
margin-bottom: 20px;
}
.img-right-text h3 {
display: inline-block;
}
.entry-content h3 {
color: #282560;
line-height: 1;
letter-spacing: normal;
font-size: 17px;
font-weight: 700;
}  form input, form textarea, form select {
width: 100% !important;
height: 35px !important;
line-height: 1 !important;
border-color: #e5e5e5 !important;
background-color: #fff !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
margin-bottom: 10px !important;
}
form input[type="submit"]{
background: #282560 !important;
font-size: 16px !important;
font-weight: 700 !important;
line-height: 1 !important;
text-transform: uppercase !important;
border: 1px solid #282560 !important;
border-radius: 0 !important;
padding: 15px 40px !important;
transition: all .3s ease !important;
text-shadow: none !important;
box-shadow: none !important;
color: #fff!important;
display: inline-block;
height: auto !important;
width: auto !important;
}
form input[type="submit"]:hover {
background: #f4f4f4 !important;
color: #282560 !important;
}
form textarea {
height: 200px !important;
}
.contact-form { width: 50%; display: inline-block; }
.contact-map {
width: 40%;
display: inline-block;
vertical-align: top;
margin-left: 9%;
}
.contact-map .contact-address p {
margin-bottom: 0;
}
.contact-map .contact-number1 {
font-weight: 600;
}
.contact-map .contact-number1 a {
font-weight: 400;
text-decoration: none;
color: #383838;
margin-bottom: 20px;
display: block;
}
.contact-map iframe {
width: 100%;
border: 1px solid #cccccc;
vertical-align: top;
text-align: right;
float: right;
}  .hotspots-interaction .hotspots-placeholder {
padding: 12px 8px;
box-shadow: 4px 4px 1px rgba(0,0,0,.3);
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
background-color: #cdd;
color: #666;
border: 0;
font-weight: 700;
font-size: 14px;
min-width: 190px;
max-width: 275px;
position: absolute!important;
top: -12px!important;
left: auto!important;
right: 185px!important;
float: right;
opacity: 1;
display: block;
z-index: 999;
}
.hotspots-interaction .hotspots-placeholder .hotspot-title {
color: #666 !important;
border: 0;
font-weight: 700;
font-size: 14px;
text-align: left;
}
.dreadnought-estate-wrap >h2, .map-video >h2 {
font-size: 20px;
font-weight: 300;
color: #282560;
line-height: 1;
letter-spacing: normal;
margin: 0 0 10px;
}
.map-video .map {
float: left;
width: 50%;
padding-right: 10px;
}
.map-video .video {
float: left;
width: 50%;
padding-left: 10px;
}  table, td, th {
border: none;
}
.info_tbl {
border: 1px solid #ccc;
}
thead {
background-color: #ccc;
}
td {
padding: 0;
padding-left: 10px;
line-height: 2;
}
tbody tr.firstrow {
background-color: #ccc !important;
}
tbody tr:nth-child(odd) {
background-color: #eee;
}
a, a:visited, a:hover {
color: #21659b;
}
a:hover {
text-decoration: underline;
}  footer .ast-small-footer-section-2 .ast-footer-widget-2-area {
display: flex;
justify-content: space-between;
}
footer .ast-small-footer-section-2 .ast-footer-widget-2-area ul li {
display: inline-block;
padding-right: 11px;
margin-right: 0px;
position: relative;
}
footer .ast-small-footer-section-2 .ast-footer-widget-2-area ul li:before {
content: "|";
right: 0;
position: absolute;
color: #fff;
}
footer .ast-small-footer-section-2 .ast-footer-widget-2-area ul li:last-child {
padding-right: 0;
margin-right: 0;
}
footer .ast-small-footer-section-2 .ast-footer-widget-2-area ul li:last-child:before {
display: none;
}
footer a, footer p {
color: #fff !important;
}
footer .ast-small-footer-section-2 .ast-small-footer .widget {
margin-bottom: 0;
}
footer .ast-footer-overlay {
padding-top: 20px;
padding-bottom: 0;
}
.footer-sml-layout-1 .ast-small-footer-section-2 {
margin-top: 10px !important;
} .post-type-archive-property .archive-title {
border-bottom: 1px solid #282560;
color: #282460;
font-size: 20px;
font-weight: 700;
margin: 0 0 20px;
padding: 0 0 10px;
margin-bottom: 10px;
}
.post-type-archive-property .archive-title h1 {
color: #282460;
font-size: 20px;
font-weight: 700;
}
.archive-property-available .post-title {
color: #282560;
line-height: 1;
letter-spacing: normal;
margin-bottom: 15px;
}
.archive-property-available .post-title a {
font-size: 18px;
color: #000;
}
.archive-property-available .post-date {
margin-top: -5px;
padding-top: 10px;
border-top: 1px dotted #b0b0b0;
margin-bottom: 15px;
font-size: 11px;
}
.archive-property-available .property-image {
float: left;
margin-right: 30px;
padding-bottom: 20px;
position: relative;
padding: 0 0 30px;
width: 215px;
}
.Available-property {
overflow: hidden;
}
.Available-property >p:first-child {
margin-bottom: 20px;
}
.Available-property >p {
margin-bottom: 20px;
}
.Available-property ul {
list-style-type: none;
list-style: none;
padding: 0;
margin: 0;
}
.Available-property ul li {
color: #767676;
position: relative;
line-height: 2;
}
.Available-property h3 {
font-size: 17px;
font-weight: 700;
color: #282560;
line-height: 1;
letter-spacing: normal;
margin: 0 0 10px;
} @media (min-width: 768px) {
body.single-property .entry {
width: 725px;
}
}
body.single-property .entry .bx-wrapper {
max-width: 100% !important;
}
.bx-controls-auto {
text-align: center !important;
bottom: 0 !important;
z-index: 9999;
padding: 10px;
background-color: rgba(255,255,255,.5);
width: 15% !important;
}
.bx-wrapper {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
margin-bottom: 20px !important;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
vertical-align: top !important;
}
.bx-wrapper .bx-controls-auto .bx-start {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
background-size: -86px -44px;
}
.bx-pager {
flex-wrap: wrap;
}
.bx-pager a {
margin-right: 32px;
margin-bottom: 32px;
width: 112px;
}
.bx-pager a img {
opacity: .7;
-webkit-transition: opacity .1s linear;
-moz-transition: opacity .1s linear;
transition: opacity .1s linear;
}
.bx-pager a:hover img {
opacity: .8;
}
.bx-pager a.active img {
opacity: 1;
}
@media (min-width: 768px) {
.bxslider >div {
width: 725px !important;
}
}
.entry .property-price {
border-bottom: 1px solid #282560;
font-size: 20px;
font-weight: 400;
color: #282560;
margin: 0 0 20px;
padding: 10px 0 4px;
}
.entry .property-price span {
font-size: 12px;
color: #767676;
}
.span3 .property-details-label {
min-width: 100px;
display: inline-block;
font-weight: 700;
}
.span3 .property-details-value {
}
.description ul {
margin: 0 0 9px 25px;
}
.description h3 {
font-size: 17px;
font-weight: 700;
}
body.single-property .entry {
margin-bottom: 0;
}
#wpcasa-property-contact-2 .title h2 {
margin-top: 0;
}
@media (min-width: 768px) {
#wpcasa-property-contact-2 {
width: 725px;
}
}
.wpcf7-form label {
font-family: 'Droid Serif',serif !important;
font-size: 12px !important;
}  body.privacy-policy .entry-content ol, body.privacy-policy .entry-content ul {
margin: 0 0 9px 25px;
}
body.privacy-policy ol ul li {
color: #767676;
}
body.privacy-policy td {
padding-left: 0;
} body.page-template-sitemap-template-php h2 {
font-size: 20px;
font-weight: 300;
margin: 0 0 10px;
}
body.page-template-sitemap-template-php ul {
margin: 0 0 9px 25px;
}
body.page-template-sitemap-template-php ul li {
}
.menu {
margin-bottom: 20px;
}
.ast-header-break-point .main-header-bar{
border : none;
}
@media (max-width: 767px) {
.table-outer {
overflow: scroll;
}
}
.captcha-outer {
display: flex;
align-items: center;
}
body.error404 .page-not-found h3, body.error404 h2 {
font-size: 17px;
font-weight: 700;
color: #282560;
line-height: 1;
letter-spacing: normal;
margin-bottom: 15px;
}
body.error404 ul {
margin: 0 0 9px 25px;
}
@media (max-width: 1200px) {
.main-header-menu .menu-link, .main-header-menu a {
padding: 0 .8em;
}
}
@media (max-width: 1024px) {
header .header-contact {
text-align: right;
margin-top: 0px;
position: absolute;
right: 0;
top: 0px;
}
.ast-button-wrap .menu-toggle .menu-toggle-icon {
color: #282560;
}
.ast-header-break-point .ast-mobile-menu-buttons .ast-button-wrap .ast-mobile-menu-buttons-minimal {
padding: 0;
outline: none;
}
.ast-flex.main-header-container {
padding: 30px 0 15px;
}
.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu {
padding: 5px 0;
border: none;
}
.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu li:last-child >a {
border: none;
}
.ast-main-header-bar-alignment {
position: absolute;
bottom: auto !important;
top: 100px;
right: 0;
text-align: right;
overflow: hidden;
padding: 0 20px;
}
.ast-header-break-point .main-navigation ul .menu-item .menu-link {
padding: 8px 20px;
}
.mobile-menu {
display: none !important;
position: absolute;
right: 0;
bottom: 26px;
text-align: right;
}
.mobile-menu select {
background-color: #505050;
border-color: #606060;
color: #fff;
margin-top: 4px;
padding: 6px 4px;
line-height: 1.2;
background-image: url(https://dreadnought.ffmd.uk/wp-content/uploads/2020/09/selecty-arrow.png);
background-position: center right;
background-repeat: no-repeat;
border: 1px solid #ddd;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-appearance: none;
outline: 0;
font-size: 22px;
font-family: 'Droid Serif',serif;
}
.hotspots-interaction .hotspots-placeholder {
right: 75px!important;
}
}
@media (max-width: 1024px) and (min-width: 769px) {
.ast-container {
width: 754px;
}
}
@media (max-width: 1024px) and (min-width: 769px) {
.site-content {
width: 754px;
margin: auto;
}
body.page-template-home-template .site-content {
width: 100%;
margin-left: 0px;
}
.footer-sml-layout-1 .ast-small-footer-wrap >.ast-small-footer-section-1 {
width: 48%;
margin: auto;
}
}
@media (max-width: 768px) {
.widget-call-to-action .widget-inner {
flex-direction: column;
}
.call-to-action-text span.cta_h2 {
line-height: 30px;
}
.call-to-action-text {
margin-bottom: 30px;
text-align: center;
}
.widget-call-to-action-wrap {
padding-bottom: 60px;
}
footer .ast-small-footer-section-2 .ast-footer-widget-2-area {
flex-direction: column;
}
.ast-small-footer .widget {
margin-bottom: 4px;
}
footer .ast-small-footer-section.ast-small-footer-section-1 >p {
margin-bottom: 20px;
line-height: 18px;
}
.property-available {
padding-right: 0;
width: 100%;
}
.widget-inner .title, .title h2, .entry h2.title, .description h2 {
line-height: 24px;
font-size: 20px;
}
.site-content {
padding-bottom: 50px;
}
.sub-title {
line-height: 26px;
}
.map-video .map, .map-video .video {
width: 100%;
padding: 0;
}
.map-video .map {
margin-bottom: 15px;
}
.hotspots-interaction .hotspots-placeholder {
display: none;
}
.contact-form, .contact-map {
width: 100%;
margin: 0;
}
.bx-wrapper .bx-controls-direction a {
top: 20%;
}
}
@media (max-width: 640px) {
.entry .overlay {
display: none;
}
}
@media (max-width: 544px) {
.ast-separate-container #content .ast-container {
padding-left: 15px;
padding-right: 15px;
}
}