.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;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.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;
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}html {
overflow-x: hidden;
--headerHeight: 100px;
--bgColor: #87bcde;
--containerBottom: 120px;
}
@font-face {
font-family: Roboto-Regular;
font-style: normal;
font-weight: normal; src: url(//kampakisweb.com/wp-content/themes/wp_starter/fonts/Roboto-Regular.ttf) format("truetype");
}
* {
font-family: Roboto-Regular !important;
}
body {
overflow-x: hidden;
background-color: #efefef;
} .headerContainer {
position: fixed;
width: 100%;
background-color: #ffffff;
z-index: 9999;
}
.offcanvasBtn {
display: none;
}
#offcanvas {
display: none;
}
#backToTop {
display: none;
}
ul {
padding: 0;
margin: 0;
}
ul li {
list-style-type: none;
}
.menu-item a {
text-decoration: none;
}
#logo {
width: 150px;
height: var(--headerHeight);
}
.headerContent {
display: flex;
justify-content: space-between;
align-items: center;
width: 96%;
margin-left: auto;
margin-right: auto;
}
.headerContent .current-menu-item a {
color:#ffffff;
background-color:#87bcde;
}
.headerContent a {
color: #000000;
border-radius: 10px;
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
padding-bottom: 4px;
}
#mainMenu a:hover {
background-color: var(--bgColor);
color: #ffffff;
}
#mainMenu .current-menu-item.menu-item-19 a,
#mainMenu .current-menu-item.menu-item-18 a {
background-color: var(--bgColor);
color: #ffffff;
}
.mobileNumber {
border-radius: 10px;
font-size: 22px;
margin-bottom: 0;
color: #ffffff;
background-color: var(--bgColor);
padding-top: 8px;
padding-bottom: 8px;
padding-right: 15px;
padding-left: 15px;
display: flex;
align-items: center;
}
.mobileNumber img,
.mobileNumberFooter img,
.emailFooter img {
width: 30px;
height: 30px;
margin-right: 12px;
}
.mobileNumber p {
margin-bottom: 0;
}
.headerNav {
display: flex;
align-items: center;
}
#mainMenu {
height: 100%;
display: flex;
align-items: center;
}
#mainMenu .menu-item {
margin-right: 20px;
font-size: 22px;
}
.heroContainer,
.servicesContainer,
.worksContainer,
.propertiesContainer,
.stepsContainer,
.contactContainer,
.privacyContainer{
margin-bottom: var(--containerBottom);
}
.servicesContainer,
.worksContainer,
.propertiesContainer,
.stepsContainer,
.contactContainer {
margin-left: auto;
margin-right: auto;
}
.site_content {
margin-top: var(--headerHeight);
}
.heroContainer {
background-color: #000000;
position: relative;
}
.heroImg {
height: calc(100vh - var(--headerHeight));
width: 100%;
object-fit: cover;
position: relative;
opacity: 0.8;
}
.heroContent {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #ffffff;
text-align: center;
width: 80%;
}
.heroContent h1 {
font-size: 60px;
}
.heroContent p {
font-size: 32px;
margin-bottom: 20px;
}
.contactBtn {
text-decoration: none;
color: #ffffff;
background-color: var(--bgColor);
font-size: 24px;
padding: 10px 72px;
border-radius: 10px;
display: block;
width: fit-content;
margin-left: auto;
margin-right: auto;
transition: 0.5s;
}
.contactBtn:hover {
background-color: #6060f6;
}
.containerHeading {
line-height: 1.2;
text-align: center;
font-weight: bold;
font-size: 40px;
margin-bottom: 20px;
}
.serviceCard {
background-color: var(--bgColor);
width: 32%;
color: #ffffff;
padding-top: 35px;
padding-bottom: 35px;
border-radius: 10px;
}
.serviceCard img {
width: 150px;
height: 150px;
margin-left: auto;
margin-right: auto;
display: block;
margin-bottom: 20px;
}
.serviceCard p {
font-size: 28px;
text-align: center;
line-height: 1.2;
margin-bottom: 0;
}
.serviceCards {
display: flex;
justify-content: space-between;
}
.works {
display: flex;
justify-content: space-between;
margin-bottom: 37px;
}
.work {
width: 32%;
box-shadow: 17px 17px 0px #595959;
transition: 0.3s;
position: relative;
bottom: 0px;
}
.work:hover {
bottom: 12px;
}
.work img {
width: 100%;
height: 14vw;
object-fit: cover;
}
.work p {
bottom: 0;
margin-bottom: 0;
color: #000000;
background-color: #ffffff;
width: 100%;
text-align: center;
font-size: 24px;
border: 1px solid #000000;
}
.work a {
text-decoration: none;
}
.worksContainer {
text-align: center;
}
.properties {
display: flex;
justify-content: space-between;
}
.property {
background-color: var(--bgColor);
color: #ffffff;
width: 24.5%;
text-align: center;
font-size: 22px;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 10px;
}
.property img {
width: 70px;
height: 70px;
margin-bottom: 10px;
}
.property p {
margin-bottom: 0;
height: 52px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.properties {
margin-bottom: 20px;
}
.stepLine {
display: flex;
align-items: center;
padding-top: 8px;
padding-bottom: 8px;
}
.altImg {
display: none;
}
.stepLine p {
margin-bottom: 0;
line-height: 1.2;
}
.stepLine img {
height: 85px;
width: 85px;
margin-left: auto;
margin-right: 15px;
}
.stepNumber {
font-size: 36px;
font-weight: bold;
margin-right: 30px;
margin-left: 15px;
}
.stepDesc {
font-size: 26px;
margin-right: 12px;
}
.blueBg {
background-color: var(--bgColor);
color: #ffffff;
}
.whiteBg {
background-color: #ffffff;
color: var(--bgColor);
}
.qaContainer {
background-color: var(--bgColor);
padding-bottom: var(--containerBottom);
}
.qaContainer .containerHeading {
padding-top: 20px;
color: #ffffff;
}
.questionsContainer {
margin-left: auto;
margin-right: auto;
width: 83.33333333%;
}
.questionsContainer a {
color: #ffffff;
text-decoration: none;
display: flex;
justify-content: space-between;
}
.question p {
margin-bottom: 0;
display: inline;
line-height: 1.2;
width: 100%;
}
.answer {
color: #ffffff;
line-height: 1.2;
margin-top: 5px;
}
.answer p {
margin-bottom: 0;
margin-right: 6px;
width: 100%;
}
.questionLine {
font-size: 22px;
border-bottom: 2px solid #ffffff;
padding-bottom: 10px;
padding-top: 10px;
}
.questionLine img {
width: 25px;
height: 25px;
}
.questionLine .downArrow {
display: none;
}
.questionColumns {
display: flex;
justify-content: space-between;
}
.columnLeft,
.columnRight {
width: 49.5%;
}
#backToTop {
position: fixed;
bottom: 30px;
right: 30px;
background-color: #ffffff;
}
#backToTop img {
width: 40px;
height: 40px;
}
.site-footer {
background-color: black;
color: #ffffff;
}
.upperFooter {
padding-top: 150px;
padding-bottom: 150px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.upperFooter img {
width: 300px;
height: 130px;
}
.lowerFooter {
font-size: 19px;
display: flex;
align-items: center;
margin-left: auto;
margin-right: auto;
padding-bottom: 5px;
border-bottom: 2px solid #ffffff;
justify-content: space-between;
height: 50px;
position: relative;
}
.lowerFooterLogoLink {
position: absolute;
}
.lowerFooterLogoLink img {
width: 50px;
height: 50px;
}
.mobileNumberFooter,
.emailFooter,
.navFooter,
.termsFooter {
width: 25%;
}
.footerText {
font-size: 35px;
margin-bottom: 0;
line-height: 1.2;
}
.upperFooter img,
.upperFooter .textBottom {
margin-bottom: 22px;
}
.mobileNumberFooter p,
.emailFooter p {
margin-bottom: 0;
}
.emailFooter a {
color: #ffffff;
text-decoration: none;
}
#mainMenuFooter,
.mobileNumberFooter,
.emailFooter {
display: flex;
justify-content: center;
}
.termsFooter {
text-align: center;
}
#mainMenuFooter a {
color: #ffffff;
}
#mainMenuFooter .menu-item:nth-child(2) {
margin-left: 14px;
margin-right: 14px;
}
.copyright {
text-align: center;
font-size: 16px;
padding-top: 15px;
padding-bottom: 15px;
}
.termsFooter a {
text-decoration:none;
color:#ffffff;
}  .portfolioContainer,
.contactContainer,
.privacyContainer{
padding-top: 60px;
}
.portfolioContainer .works {
margin-bottom: 0;
}  .formContent p {
margin-bottom: 15px;
}
.formContainer {
display: flex;
margin-left: auto;
margin-right: auto;
width: fit-content;
}
.contactRow {
display: flex;
}
.contactRow p:nth-child(1) {
margin-right: 20px;
}
.contactRow input {
width: 260px;
height: 40px;
}
label {
font-size: 22px;
font-weight: bold;
margin-bottom: 4px;
}
input {
border: none;
border-radius: 10px;
font-size: 18px;
}
input[type="submit"] {
font-size: 22px;
background-color: var(--bgColor);
color: #ffffff;
padding-top: 8px;
padding-bottom: 8px;
padding-right: 15px;
padding-left: 15px;
margin-top: 5px;
transition: 0.5s;
}
input[type="submit"]:hover {
background-color: #6060f6;
}
#message {
width: 100%;
height: 200px;
border: none;
border-radius: 10px;
}
.contactImages {
margin-left: 50px;
margin-top: 32px;
font-size: 20px;
}
.contactImgRow {
display: flex;
align-items: center;
width: fit-content;
margin-bottom: 10px;
}
.contactImgRow img {
width: 50px;
height: 50px;
margin-right: 15px;
}
.contactImgRow p {
margin-bottom: 0;
}
.contactImgRow a {
text-decoration: none;
color: #000000;
}
.contactFooter {
height: 70px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
border-color: var(--bgColor);
}
.wpcf7-list-item {
margin: 0;
}
.wpcf7-list-item label {
font-size: 16px;
}
.wpcf7-list-item span {
margin-left: 2px;
}  .privacyContainer {
text-align: center;
margin-left: 15px;
margin-right: 15px;
}
.privacyContainer p {
margin-bottom: 0;
}
.privacyTitle {
font-weight: bold;
margin-bottom: 5px;
}
.privacySection {
margin-bottom: 15px;
}
.privacySection, 
.privacyTitle {
font-size: 16px;
}@media (max-width:1600px) {
.serviceCard img {
width: 130px;
height: 130px;
}
.serviceCard p {
font-size: 26px;
}
.work img {
height: 16vw;
}
.property p {
line-height: 1.2;
}
.property img {
width: 70px;
height: 70px;
}
.questionsContainer {
width: 100%;
}
.question p {
margin-bottom: 0;
display: inline;
}
.question p,
.answer p {
margin-left: 12px;
}
.question img {
margin-right: 12px;
}
} @media (max-width:1400px) {
html {
--headerHeight: 90px;
--containerBottom: 110px;
}
.mobileNumber img,
.mobileNumberFooter img,
.emailFooter img {
width: 28px;
height: 28px;
}
.heroContent h1 {
font-size: 55px;
}
.heroContent p {
font-size: 28px;
}
.contactBtn {
padding: 10px 55px;
}
.containerHeading {
font-size: 34px;
}
.serviceCard {
width: 32.5%;
}
.serviceCard img {
width: 120px;
height: 120px;
}
.serviceCard p {
font-size: 24px;
margin-left: 12px;
margin-right: 12px;
}
.work {
width: 32.5%;
}
.properties {
margin-bottom: 10px;
}
.property {
font-size: 20px;
}
.property p {
height: 48px;
}
.stepDesc {
font-size: 22px;
margin-right: 12px;
}
.stepLine img {
height: 75px;
width: 75px;
}
.questionLine img {
margin-left: 6px;
}
.lowerFooterLogoLink {
left: 50%;
transform: translateX(-50%);
bottom: 50px;
}
.mobileNumberFooter,
.emailFooter,
.navFooter,
.termsFooter {
width: fit-content;
}
.upperFooter {
padding-top: 120px;
padding-bottom: 120px;
}
.portfolioContainer .work img {
height: 220px;
}
label,
.contactImages,
#message,
input[type="submit"] {
font-size: 20px;
}
.contactFooter {
height: 120px;
align-items: end;
}
} @media (max-width:1200px) {
#mainMenu .menu-item {
font-size: 20px;
}
.mobileNumber {
font-size: 20px;
}
#backToTop {
bottom: 80px;
right: 15px;
}
.heroContent h1 {
font-size: 48px;
margin-bottom: 5px;
}
.heroContent p {
font-size: 25px;
margin-bottom: 12px;
}
.contactBtn {
font-size: 22px;
padding: 10px 40px;
}
.containerHeading {
font-size: 30px;
margin-bottom: 15px;
}
.serviceCard {
padding-top: 25px;
padding-bottom: 25px;
}
.serviceCard img {
width: 100px;
height: 100px;
margin-bottom: 10px;
}
.serviceCard p {
font-size: 20px;
margin-left: 8px;
margin-right: 8px;
}
.work p {
font-size: 22px;
}
.property {
padding-top: 10px;
padding-bottom: 14px;
}
.stepLine img {
height: 65px;
width: 65px;
}
.stepNumber {
font-size: 30px;
margin-right: 12px;
margin-left: 12px;
}
.stepDesc {
font-size: 20px;
margin-right: 10px;
}
.questionLine {
font-size: 20px;
padding-top: 10px;
}
.questionLine img {
width: 24px;
height: 24px;
}
.upperFooter {
padding-top: 100px;
padding-bottom: 100px;
}
.upperFooter img {
width: 220px;
height: 100px;
}
.upperFooter img,
.upperFooter .textBottom {
margin-bottom: 16px;
}
.footerText {
font-size: 30px;
margin-bottom: 0;
line-height: 1.2;
}
.lowerFooter {
font-size: 18px;
margin-left: 40px;
margin-right: 40px;
}
.copyright {
padding-top: 8px;
padding-bottom: 8px;
}
.formContainer {
display: block;
}
.contactImages {
margin-left: 0;
}
.contactImgRow img {
width: 40px;
height: 40px;
}
.formContent p {
margin-bottom: 10px;
}
.contactRow input {
height: 35px;
}
} @media (max-width:992px) {
.headerNav {
display: none;
}
.offcanvasBtn {
display: block;
}
.offcanvasBtn img {
width: 50px;
height: 50px;
}
.offcanvasBtn img:hover {
cursor: pointer;
}
#offcanvas {
display: block;
transition: 0.8s ease;
background-color: #ffffff;
width: 100%;
height: 100vh;
position: absolute;
top: 0;
left: -100%;
}
#OffcanvasLogo {
width: 180px;
height: 140px;
}
#offcanvas li {
line-height: 1;
margin-bottom: 15px;
}
#offcanvasMenu {
display: flex;
flex-direction: column;
align-items: start;
font-size: 35px;
margin-top: 80px;
}
#offcanvasMenu a {
margin-bottom:0;
}
.topSideOffcanvas {
display: flex;
justify-content: space-between;
align-items: center;
width: 96%;
margin-left: auto;
margin-right: auto;
}
#offcanvasMenu li,
.OffcanvasMobileNumber {
margin-left: 8%;
}
.closeBtn img {
width: 50px;
height: 50px;
}
.closeBtn:hover {
cursor: pointer;
}
#offcanvasMenu a {
color: var(--bgColor);
height: 100%;
display: block;
}
.OffcanvasMobileNumber {
display: flex;
align-items: center;
font-size: 26px;
color: var(--bgColor);
}
.OffcanvasMobileNumber p {
margin-bottom: 0;
}
.OffcanvasMobileNumber img {
width: 40px;
height: 40px;
margin-right: 6px;
}
.heroImg {
height: 600px;
}
.contactBtn {
padding: 5px 34px;
}
.heroContent {
width: 90%;
}
.heroContent h1 {
font-size: 42px;
}
.heroContent p {
font-size: 24px;
}
.containerHeading {
font-size: 28px;
}
.work img {
height: 25vw;
}
.serviceCard img {
width: 120px;
height: 120px;
}
.property img {
width: 80px;
height: 80px;
}
.stepLine img {
height: 70px;
width: 70px;
}
.stepDesc {
margin-right: 12px;
}
.work:hover {
bottom: 0px;
}
.footerText {
font-size: 25px;
}
.lowerFooter {
font-size: 16px;
padding-left: 0;
padding-right: 0;
margin-left: 12px;
margin-right: 12px;
}
#mainMenuFooter .menu-item:nth-child(2) {
margin-left: 14px;
margin-right: 14px;
}
.portfolioContainer .works {
flex-wrap: wrap;
justify-content: space-evenly;
}
.portfolioContainer .work {
width: 45%;
margin-bottom: 40px;
}
.contactBtn:hover {
background-color: #87bcde;
}
input[type="submit"]:hover {
background-color: #87bcde;
}
.mobileNumber img,
.mobileNumberFooter img,
.emailFooter img {
width: 24px;
height: 24px;
margin-right: 8px;
}
.contactFooter .lowerFooterLogoLink img {
width: 45px;
height: 45px;
}
} @media (max-width:768px) {
#OffcanvasLogo {
width: 150px;
height: 110px;
}
#backToTop {
bottom: 50px;
}
#offcanvas li {
margin-bottom: 10px;
}
#offcanvasMenu {
font-size: 30px;
}
.OffcanvasMobileNumber {
font-size: 24px;
}
.heroImg {
height: 450px;
}
.heroContent {
width: 95%;
}
.heroContent h1 {
font-size: 34px;
}
.heroContent p {
font-size: 20px;
}
.contactBtn {
font-size: 20px;
}
.contactBtn {
padding: 5px 28px;
}
.containerHeading {
font-size: 26px;
}
.serviceCard {
padding-top: 15px;
padding-bottom: 15px;
}
.serviceCard img {
width: 100px;
height: 100px;
margin-bottom: 6px;
}
.serviceCard p {
font-size: 18px;
margin-left: 8px;
margin-right: 8px;
}
.work p {
font-size: 20px;
}
.works {
flex-direction: column;
align-items: center;
}
.work {
width: 85%;
}
.work img {
height: 250px;
}
.work:nth-child(2) {
margin-top: 20px;
margin-bottom: 20px;
}
.property img {
width: 70px;
height: 70px;
}
.properties {
flex-wrap: wrap;
}
.property {
width: 49.5%;
padding-bottom: 8px;
}
.property p {
width: 95%;
}
.properties:nth-child(1),
.property:nth-child(1),
.property:nth-child(2) {
margin-bottom: 10px;
}
.stepLine img {
height: 70px;
width: 70px;
}
.stepNumber {
font-size: 30px;
margin-right: 15px;
margin-left: 15px;
}
.stepDesc {
font-size: 18px;
margin-right: 16px;
}
.blueBg {
background-color: unset;
color: #ffffff;
}
.whiteBg {
background-color: unset;
color: #ffffff;
}
.defaultImg {
display: none;
}
.altImg {
display: block;
}
.stepLine:nth-child(1),
.stepLine:nth-child(3),
.stepLine:nth-child(5) {
background-color: var(--bgColor);
color: #ffffff;
}
.stepLine:nth-child(2),
.stepLine:nth-child(4),
.stepLine:nth-child(6) {
background-color: #ffffff;
color: var(--bgColor);
}
.questionLine {
font-size: 18px;
}
.upperFooter img {
width: 180px;
height: 80px;
}
.footerText {
font-size: 22px;
}
.lowerFooterLogoLink {
display: none;
}
.lowerFooter {
flex-direction: column;
}
.mobileNumberFooter,
.emailFooter,
.navFooter,
.termsFooter {
margin-bottom: 10px;
}
.lowerFooter {
height: unset;
font-size: 18px;
}
.copyright {
font-size: 14px;
}
.upperFooter {
padding-top: 80px;
padding-bottom: 80px;
}
.mobileNumberFooter img,
.emailFooter img {
width: 32px;
height: 32px;
}
.portfolioContainer .works {
flex-direction: row;
}
.portfolioContainer .work:nth-child(2) {
margin-top: 0;
margin-bottom: 40px;
}
label,
.contactImages,
#message,
input[type="submit"] {
font-size: 18px;
}
input {
font-size: 16px;
}
.formContainer {
width: 80%;
}
.contactImages {
margin-top: 25px;
}
.wpcf7-list-item label {
font-size: 14px;
}
.contactRow input,
.formContent p {
width: 100%;
}
.contactImgRow img {
width: 35px;
height: 35px;
margin-right: 10px;
}
.contactFooter {
align-items: center;
padding-top: 20px;
}
}
@media (max-width:576px) {
html {
--containerBottom: 60px;
}
#backToTop {
right: 15px;
bottom: 40px;
}
.OffcanvasMobileNumber {
font-size: 22px;
}
.offcanvasBtn img,
.closeBtn img {
width: 45px;
height: 45px;
}
.heroContent p {
font-size: 18px;
}
.serviceCards {
flex-direction: column;
align-items: center;
}
.serviceCard {
width: 85%;
}
.serviceCard:nth-child(2) {
margin-top: 10px;
margin-bottom: 10px;
}
.serviceCard p {
font-size: 20px;
}
.questionLine {
font-size: 16px;
}
.property {
font-size: 18px;
}
.upperFooter img {
width: 160px;
height: 70px;
}
.footerText {
font-size: 20px;
}
.lowerFooter {
font-size: 16px;
}
.portfolioContainer .works {
flex-direction: column;
}
.portfolioContainer .work img {
height: 200px;
}
.portfolioContainer .work {
width: 80%;
}
.portfolioContainer .work {
margin-bottom: 30px;
}
.portfolioContainer .work:nth-child(2) {
margin-bottom: 30px;
}
.questionLine img {
width: 20px;
height: 20px;
}
.portfolioContainer,
.contactContainer,
.privacyContainer{
padding-top: 45px;
margin-bottom: 45px;
}
.formContainer {
width: 90%;
}
.contactRow input,
.formContent p {
width: 100%;
}
.mobileNumberFooter img,
.emailFooter img {
width: 30px;
height: 30px;
}
.contactRow {
display: block;
}
#backToTop img {
width: 35px;
height: 35px;
}
} @media (max-width:450px) {
html {
--headerHeight: 70px;
}
.topSideOffcanvas,
#offcanvas .menu-navigation-menu-container,
.OffcanvasMobileNumber {
width: 88%;
}
#offcanvas .menu-navigation-menu-container,
.OffcanvasMobileNumber {
margin-left: auto;
margin-right: auto;
}
#offcanvasMenu li {
margin-left: 0;
}
#offcanvasMenu {
margin-top: 70px;
}
#offcanvasMenu {
font-size: 24px;
}
#logo {
width: 90px;
}
.heroContent h1 {
font-size: 30px;
}
.contactBtn {
padding: 4px 25px;
}
.containerHeading {
font-size: 22px;
margin-left: 8px;
margin-right: 8px;
}
.containerHeading {
margin-bottom: 10px;
}
.serviceCard p {
font-size: 18px;
}
.work {
width: 90%;
}
.property img {
width: 60px;
height: 60px;
}
.stepNumber {
font-size: 26px;
}
.stepLine img {
height: 60px;
width: 60px;
}
.questionColumns {
flex-direction: column;
}
.columnLeft,
.columnRight {
width: 100%;
}
.footerText {
font-size: 18px;
}
.lowerFooter {
font-size: 15px;
}
.mobileNumberFooter img,
.emailFooter img {
width: 26px;
height: 26px;
}
.copyright {
font-size: 12px;
}
.portfolioContainer .work {
width: 90%;
}
.formContainer {
width: 90%;
}
.contactRow input,
.formContent p {
width: 100%;
}
.contactImgRow img {
width: 35px;
height: 35px;
}
label,
.contactImages,
#message,
input[type="submit"] {
font-size: 16px;
}
input {
font-size:15px;
}
}