// FOOTER PLUGIN START
.fh-section-footer-wrapper {
margin-top: -50px !important; // change this to adjust the height difference between the section and footer
}
.fh-section-footer-wrapper .fhf{
padding-top: 50px !important; // change this to adjust the height difference between the footer and the section
}
.fh-section-wrapper{
border-radius: 0 15px 0 0 !important; // change this set the radius and on which corner. The order is: left top/right top/right bottom/left bottom
}
@media screen and (max-width: 800px) {
.fh-section-footer-wrapper {
margin-top: 0 !important;
} // change the pixel width to your liking
.fh-section-wrapper{
order:1 !important;
}
.fh-footer-wrapper{
order:2 !important;
}
.fh-section-footer-wrapper .fhf{
padding-top:0 !important;
}
.fh-sections{
width:100% !important;
}
.fh-section-footer-wrapper{
-ms-box-orient: horizontal !important;
display: -webkit-box !important;
display: -moz-box !important;
display: -ms-flexbox !important;
display: -moz-flex !important;
display: -webkit-flex !important;
display: flex !important;
-webkit-flex-flow: row wrap !important;
flex-flow: row wrap !important;
}
}
// END
///*** FOOTER ***///
/* No Underline for Links */
footer .sqs-block-html a {
background-image: none !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
}
footer a {text-decoration: none!important}
/* Border around disclosure */
#block-1c4662f93c5813353150 {
border: solid 1px #FFF;
padding: 10px;
}
/* Center Footer Text on Mobile */
@media only screen and (max-width:750px){ #footer-sections * {text-align:center}}
// Make Logo Smaller //
#block-yui_3_17_2_1_1612538511661_8872 {
width: 70%;
margin: 0 auto;
}
@media only screen and (max-width: 640px){
#block-yui_3_17_2_1_1612538511661_8872 {
width: 40% !important;
}
}
/* Add line above footer */
footer {
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-width: 4px;
border-color: #7cccbd;
}