File: /var/www/html/Michigan-Care/wp-content/themes/michigan-care/css/footer.css
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
font-family: "Sequel Sans Bold Disp";
src: url("fonts/sequel/SequelSans-BoldDisp.woff2") format("woff2"), url("fonts/sequel/SequelSans-BoldDisp.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "sequel_sansmedium_body";
src: url("fonts/sequel/sequel_sans_medium_body-webfont.woff2") format("woff2"), url("fonts/sequel/sequel_sans_medium_body-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Sequel Sans Bold Body";
src: url("fonts/sequel/SequelSans-BoldBody.woff2") format("woff2"), url("fonts/sequel/SequelSans-BoldBody.woff") format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Capraia";
src: url("fonts/capraia-regular/Capraia-Italic.woff2") format("woff2"), url("fonts/capraia-regular/Capraia-Italic.woff") format("woff");
font-weight: normal;
font-style: italic;
font-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 ***/
.ftr {
width: 100%;
padding: 95px 0;
background-color: #FAFCF5;
}
@media (max-width: 1679px) {
.ftr {
padding: 80px 0;
}
}
@media (max-width: 1481px) {
.ftr {
padding: 70px 0;
}
}
@media (max-width: 1199px) {
.ftr {
padding: 60px 0;
}
}
@media (max-width: 991px) {
.ftr {
padding: 40px 0;
}
}
@media (max-width: 767px) {
.ftr {
padding: 50px 0 32px;
}
}
@media (max-width: 579px) {
.ftr {
padding: 50px 0 32px;
}
}
.ftr .custom-container {
padding: 0 30px;
}
.ftr .ftr-top {
display: flex;
justify-content: space-between;
margin-bottom: 60px;
}
@media (max-width: 1679px) {
.ftr .ftr-top {
margin-bottom: 50px;
}
}
@media (max-width: 1481px) {
.ftr .ftr-top {
margin-bottom: 40px;
}
}
@media (max-width: 1199px) {
.ftr .ftr-top {
margin-bottom: 30px;
}
}
@media (max-width: 991px) {
.ftr .ftr-top {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.ftr .ftr-top {
flex-direction: column;
}
}
.ftr .ftr-lft {
max-width: 252px;
display: flex;
}
@media (max-width: 1679px) {
.ftr .ftr-lft {
max-width: 240px;
}
}
@media (max-width: 1481px) {
.ftr .ftr-lft {
max-width: 220px;
}
}
@media (max-width: 767px) {
.ftr .ftr-lft {
margin-bottom: 10px;
max-width: 200px;
}
}
.ftr .ftr-lft .logo {
width: 100%;
}
.ftr .ftr-lft .logo img {
max-width: 100%;
display: block;
}
.ftr .ftr-rt {
max-width: 300px;
display: flex;
flex-direction: column;
}
.ftr .ftr-rt .links {
display: flex;
align-items: flex-start;
color: #3D5751;
font-size: 14px;
font-family: "sequel_sansmedium_body";
margin-bottom: 9px;
}
.ftr .ftr-rt .links:last-child {
margin-bottom: 0;
}
.ftr .ftr-rt .links .cta-links {
color: #3D5751;
margin-left: 27px;
text-decoration: none;
transition: all 0.5s;
word-break: break-word;
}
.ftr .ftr-rt .links .cta-links:hover {
color: #000;
}
.ftr .ftr-btm {
border-top: 1px solid rgba(61, 87, 81, 0.3803921569);
padding-top: 26px;
}
@media (max-width: 1679px) {
.ftr .ftr-btm {
padding-top: 20px;
}
}
@media (max-width: 767px) {
.ftr .ftr-btm {
border: none;
}
}
.ftr .ftr-btm .copy {
color: rgba(61, 87, 81, 0.5490196078);
font-size: 12px;
line-height: 1;
font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
.ftr .ftr-btm .copy {
line-height: 20px;
}
}
@media (max-width: 767px) {
.ftr .ftr-btm .copy span {
display: block;
}
}
/*# sourceMappingURL=footer.css.map */