@media screen and (max-width: 1024px) and (min-width: 0px) {
.banner-image {
    min-height: 420px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
p, a {
    font-family: 'Nunito', 'sans-serif' !important;
}
h1, h2, h3, h4 {
    font-family: 'Nunito-Bold', 'sans-serif' !important;
    font-weight: 500;
}
.banner-container {
    align-self: center;
    color: #fff !important;
    width: 100%;
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.banner-text {
   width: 50%;
   float: left;
   padding: 20px 0px;
}
.banner-title {
    font-weight: bold;
    font-size: 45px !important;
    line-height: 55px !important;
    text-align: left;
}
.banner-subtitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
#block-lawtheme-footer ul {
    padding-left: 0;
    text-align: center;
}
.page-body table img {
    width: 90% !important;
}
.team p {
    width: 100%;
}
.page-body table td {
 /*   float: left;*/
    width:50%;
}

td.abc {
    width: 25% !important;
}
button.navbar-toggler.menu-list.btn {
    background-color:unset;
}
.slItem.active .overlay, .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
/*    background: rgba(0,0,0,0.4);*/
}
button.navbar-toggler.menu-list.btn:focus {
box-shadow: none !important;
border: none !important;
outline: none !important;
}
}
@media screen and (max-width: 767px) and (min-width: 0px) {
tr.rev {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.col-rev {
  display: flex;
  flex-direction: column-reverse;
}
#footer .block {
  padding-right: 0px;
}
/*.home-blocks-inner-wrapper p {
  padding: 10px;
}*/
	.banner-text {
    width: 80%;
    float: left;
    margin-left: 15px;
    padding: 20px 0px;
}
#block-lawtheme-sitebranding-3 img {
    width: 28%;
    padding-left: 20px;
}
.align-left {
   
    margin: 10px 10px 10px 0px;
    width: 100% !important;
}
button.navbar-toggler.menu-list.btn {
    font-size: 30px;
    padding-top: 25px;
}
.page-body img {
    width: auto;
max-width:100%;
}
/*.page-body {
text-align:center;
}*/
.page-body table td {
    float: left;
    width: 100% !important;
    padding: 0px 10px;
  /*  text-align: left !important;*/
}
tr.rev td {
    text-align: left !important;
}
div#block-lawtheme-kidsschool-page-title {
    display: none;
}
.banner-container {
    align-self: center;
    color: #fff !important;
    width: 100%;
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.banner-subtitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}
.banner-title {
    font-weight: bold;
    font-size: 28px !important;
    line-height: 30px !important;
    text-align: left;
    padding-bottom:5px;
}
.page-body table img {
     width: auto !important;
     height: auto;
}
#menu.navbar-inverse {
     top: -30px;
}
}
@media screen and (max-width: 1025px) and (min-width: 1024px) {
#block-lawtheme-sitebranding-3 img {
    padding-left: 3%;
}
}
@media screen and (max-width: 767px) and (min-width: 414px) {
button.navbar-toggler.menu-list.btn {
    float: right;
/*    margin: 9% 4% 3% 0;*/
}
}
