File: /var/www/html/WPProfessionalCleaning-old/wp-content/themes/professional-cleaning/css/footer.css
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.footer {
width: 100%;
display: flex;
flex-direction: column;
background-color: #070500;
}
.footer .radius-blk {
height: 20px;
width: 100%;
background-color: #FFDE59;
border-radius: 20px 20px 0px 0px;
margin-top: -20px;
}
@media (max-width: 767px) {
.footer .radius-blk {
height: 10px;
margin-top: -10px;
}
}
.footer .ftr-inner {
display: flex;
flex-wrap: wrap;
padding: 72px 0;
justify-content: space-between;
}
@media (max-width: 1679px) {
.footer .ftr-inner {
padding: 62px 0px;
}
}
@media (max-width: 1481px) {
.footer .ftr-inner {
padding: 52px 0px;
}
}
@media (max-width: 1199px) {
.footer .ftr-inner {
padding: 42px 0px;
}
}
.footer .ftr-inner .ftr-blks {
display: flex;
flex-direction: column;
}
.footer .ftr-inner .ftr-blks .link {
font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #fff;
text-decoration: none;
display: flex;
align-items: center;
justify-content: flex-start;
margin-right: 9px;
margin-top: 17px;
}
@media (max-width: 1679px) {
.footer .ftr-inner .ftr-blks .link {
font-size: 17px;
margin-top: 15px;
}
}
@media (max-width: 1441px) {
.footer .ftr-inner .ftr-blks .link {
font-size: 16px;
margin-top: 12px;
}
}
@media (max-width: 1199px) {
.footer .ftr-inner .ftr-blks .link {
font-size: 15px;
}
}
@media (max-width: 767px) {
.footer .ftr-inner .ftr-blks .link {
font-size: 14px;
}
}
.footer .ftr-inner .ftr-blks .link::before {
content: "";
width: 11px;
height: 17px;
background: url(../img/ftr-arrow.svg) no-repeat;
background-size: contain;
display: inline-block;
margin-right: 11px;
}
@media (max-width: 1679px) {
.footer .ftr-inner .ftr-blks .link::before {
width: 10px;
height: 16px;
}
}
@media (max-width: 1441px) {
.footer .ftr-inner .ftr-blks .link::before {
width: 9px;
height: 15px;
}
}
@media (max-width: 1199px) {
.footer .ftr-inner .ftr-blks .link::before {
width: 8px;
height: 14px;
}
}
.footer .ftr-inner .ftr-blks .link.mail::before {
content: "";
width: 16px;
height: 16px;
background: url(../img/mail-ftr.svg) no-repeat;
background-size: contain;
display: inline-block;
margin-right: 11px;
}
.footer .ftr-inner .ftr-blks .link.phone::before {
content: "";
width: 16px;
height: 16px;
background: url(../img/ftr-call.svg) no-repeat;
background-size: contain;
display: inline-block;
margin-right: 11px;
}
.footer .ftr-btm {
width: 100%;
padding: 10px 0;
background-color: #fff;
}
.footer .ftr-btm .btm-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
}
@media (max-width: 579px) {
.footer .ftr-btm .btm-inner {
justify-content: center;
}
}
.footer .ftr-btm .copy {
color: #070500;
font-size: 14px;
line-height: 1;
font-weight: 400;
}
.footer .ftr-btm .social {
display: flex;
flex-wrap: wrap;
margin-left: auto;
}
@media (max-width: 579px) {
.footer .ftr-btm .social {
margin: auto;
padding-top: 10px;
}
}
.footer .ftr-btm .social .link-btn {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
margin-left: 8px;
}
.footer .ftr-btm .social .link-btn img {
max-height: 24px;
}
/*# sourceMappingURL=footer.css.map */