#post-7 h1.entry-title.main_title {
display: none;
} @media (min-width: 980px)
.home #main-header.et-fixed-header {
-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0) !important;
-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0) !important;
box-shadow: 0 0 7px rgba(0, 0, 0, 0) !important;
}
.home #main-header,
.home #main-header.et-fixed-header {box-shadow: none !important;}
#footer-widgets {
padding-top: 30px!important;
}
.footer-widget {
margin-bottom: 10px!important;
}    @media only screen and ( max-width: 980px ) { .flip {
display: -webkit-flex;
-webkit-flex-direction: column-reverse;
display: flex;
flex-direction: column-reverse !important;} }
@media all and (max-width: 980px) { .custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap;  flex-wrap: wrap;
}
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
} .custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
}