@charset "UTF-8";
/*!
Theme Name: ompt
Theme URI: http://www.ompt.com
Author: Todd Larsh
Author URI: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Nothing You Could Do'), local('NothingYouCouldDo'), url(https://fonts.gstatic.com/s/nothingyoucoulddo/v9/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb3OOnV4.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwPIsWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIouWqZPBQ.ttf) format('truetype');
}
/* reset styles */
/*.a11y-toolbar button {
  border: 0;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  line-height: inherit;
  margin: 0;
  font: inherit;
  width: 100%;
  height: 100%;
  text-align: left;
}
.a11y-toolbar {
  position: fixed;
  z-index: 99999;
  top: 43%;
  left: 0;
}
.a11y-toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.a11y-toolbar ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.a11y-toolbar ul li button {
  font-size: 1.6em;
  padding: 0.25em;
}
.a11y-toolbar button {
  color: #000 !important;
}
.a11y-toolbar button.active {
  color: #fff !important;
}
.a11y-toolbar ul li button {
  display: block;
  background: #e2e2e2;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.a11y-toolbar ul li button:hover {
  background: #fff;
}
.a11y-toolbar ul li button.active {
  background: #181818;
  border-bottom: 1px solid #525252;
}
.a11y-toolbar ul li:first-child button {
  border-top-right-radius: 4px;
}
.a11y-toolbar ul li:last-child button {
  border-bottom-right-radius: 4px;
}
.a11y-toolbar .offscreen,
.a11y_stylesheet_path {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  white-space: nowrap;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  -webkit-transition: width 0.3s, clip 0.3s, clip-path 0.3s, background-color 0.5s;
  transition: width 0.3s, clip 0.3s, clip-path 0.3s, background-color 0.5s;
}*/
/* a11y toolbar RTL */
/*.a11y-toolbar.rtl,
.a11y-toolbar.right {
  right: 0;
  left: auto;
}
.a11y-toolbar.rtl ul,
.a11y-toolbar.right ul {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.a11y-toolbar.rtl ul li:first-child button,
.a11y-toolbar.right ul li:first-child button {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}
.a11y-toolbar.rtl ul li:last-child button,
.a11y-toolbar.right ul li:last-child button {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
.desaturated {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
  -webkit-filter: grayscale(1) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: gray !important;
}
.a11y-toolbar button:hover .offscreen,
.a11y-toolbar button:focus .offscreen {
  height: auto !important;
  width: 12em !important;
  clip: unset !important;
  clip-path: unset !important;
  color: #333;
  background: #ffd;
  padding: 2px;
  box-shadow: 0 0 1px #000;
  border-radius: 2px;
  font-size: 13px;
  text-transform: none;
  font-family: Arial;
  top: 25%;
  display: block;
}
.a11y-toolbar.right button:hover .offscreen,
.a11y-toolbar.right button:focus .offscreen {
  right: 3em;
  left: auto;
}
.a11y-toolbar button:hover .offscreen,
.a11y-toolbar button:focus .offscreen {
  left: 3em;
}*/
/* a11y contrast button */
/*.a11y-toolbar ul li button {
  background: url(//www.mi.bank/wp-content/themes/mibank/media/images/adjust-solid.svg) no-repeat !important;
  border: 0 !important;
  color: #cfcfcf !important;
  margin-left: 10px !important;
  padding: 0 !important;
  text-align: center !important;
  width: 22px !important;
  height: 22px !important;
}*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.wpa-hide-rtl#skiplinks a,
.wpa-hide-rtl#skiplinks a:hover,
.wpa-hide-rtl#skiplinks a:visited {
  position: absolute !important;
  right: -999em;
}
.wpa-hide-ltr#skiplinks a,
.wpa-hide-ltr#skiplinks a:hover,
.wpa-hide-ltr#skiplinks a:visited {
  position: absolute !important;
  left: -999em;
}
.wpa-hide#skiplinks a:active,
.wpa-hide#skiplinks a:focus {
  position: absolute;
}
.wpa-ld {
  display: inline-block;
  position: relative;
}
html,
body {
  margin: 0 auto;
  overflow-x: hidden;
}
body {
  max-width: 2000px;
  font-family: 'Raleway', sans-serif;
  color: #444;
}
html {
  --lh: 1.4rem;
}
.truncate-overflow {
  --max-lines: 12;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  line-height: var(--lh);
  padding-right: 1rem;
  /* space for ellipsis */
}
.truncate-overflow::before {
  position: absolute;
  inset-block-end: 0;
  /* "bottom" */
  inset-inline-end: 0;
  /* "right" */
}
.truncate-overflow::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  /* "right" */
  width: 1rem;
  height: 1rem;
  background: white;
}
a,
a:hover {
  color: #449944;
  text-decoration: none;
}
a.phone {
  color: #449944!important;
}
.green-button,
.green-button:hover {
  margin: 10px;
  border-radius: 25px;
  padding: 10px 20px;
  background-color: #449944;
  color: #fff;
  text-align: center;
}
.green-button em,
.green-button:hover em {
  padding-right: 5px;
  color: #C3FFC3;
}
.script-text {
  font-family: 'Nothing You Could Do', sans-serif;
}
.bolder {
  display: contents;
  font-weight: 700;
}
#breadcrumbs a,
.breadcrumb_last {
  font-weight: 600;
}
.container-fluid {
  padding: 0 5vw;
}
header .top-bar-wrap {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
header .top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  header .top-bar {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
header .top-bar a {
  color: #444;
}
header .top-bar a:hover {
  color: #449944;
}
header .top-bar .phone {
  border-right: thin solid #444;
  margin-right: 5px;
  padding-right: 10px;
  color: #449944;
}
header .top-bar .social-icons {
  font-size: 20px;
}
header .top-bar .social-icons a {
  margin-left: 10px;
}
.fa-facebook,
.fa-facebook-f {
  color: #4267B2;
}
.fa-instagram {
  background: #405de6;
  background: linear-gradient(135deg, #405de6 0%, #5851db 11%, #833ab4 22%, #c13584 33%, #e1306c 44%, #fd1d1d 55%, #f56040 66%, #f77737 77%, #fcaf45 88%, #ffdc80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fa-youtube {
  color: #FF0000;
}
header .sm-nav .sm-phone {
  position: absolute;
  top: 8px;
  left: 5px;
  z-index: 5;
  width: 50px;
}
header .nav-area {
  padding: 20px 0;
}
@media (max-width: 767px) {
  header .left {
    text-align: center;
  }
}
header .left .header-logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  header .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
header .right .top-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header .top-button-sm a {
  padding: 10px;
  background-color: #449944;
  color: #fff;
}
@media (max-width: 575px) {
  header .top-button-sm a {
    font-size: 14.5px;
  }
}
header .top-button-sm a em,
header .top-button-sm a:hover em {
  padding-right: 5px;
  color: #C3FFC3;
}
header .top-button-sm .left-btn {
  margin-right: 2px;
  width: 40vw;
  text-align: right;
}
header .top-button-sm .right-btn {
  width: 60vw;
}
@media (max-width: 767px) {
  header .menu-btn {
position: absolute;
        top: 10%;
        right: 5%;
        z-index: 4;
        width: 30px;
        height: 22px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
	
	
  header .menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 52%;
    background: #449944;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header .menu-btn span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  header .menu-btn span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }
  header .menu-btn span:nth-child(1),
  header .menu-btn span:nth-child(2) {
    top: 0px;
  }
  header .menu-btn span:nth-child(3),
  header .menu-btn span:nth-child(4) {
    top: 7px;
  }
  header .menu-btn span:nth-child(5),
  header .menu-btn span:nth-child(6) {
    top: 14px;
  }
  header .menu-btn.open span:nth-child(1),
  header .menu-btn.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .menu-btn.open span:nth-child(2),
  header .menu-btn.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .menu-btn.open span:nth-child(1) {
    left: 5px;
    top: 7px;
  }
  header .menu-btn.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }
  header .menu-btn.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  header .menu-btn.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  header .menu-btn.open span:nth-child(5) {
    left: 5px;
    top: 12px;
  }
  header .menu-btn.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 12px;
  }
  header .mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    text-align: center;
  }
  header .dropdown-menu {
    width: 100%;
    left: -5px !important;
    font-size: 18px;
  }
  header .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }
  header .nav-item {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  header .navbar-nav {
    justify-content: flex-end;
  }
  header .navbar-nav li:nth-child(n+2):before {
    content: "\A";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #449944;
    display: inline-block;
    margin-bottom: 3px;
  }
  header .navbar-nav a {
    display: inline-block;
  }
}
header .navbar-light .navbar-nav .nav-link {
  color: #444;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767px) {
  header .navbar-light .navbar-nav .nav-link {
    padding: 8px 5vw;
  }
}
@media (min-width: 992px) {
  header .navbar-light .navbar-nav .nav-link {
    padding: 8px 0.9vw;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  header .navbar-light .navbar-nav .nav-link {
    padding: 8px 1.3vw;
    font-size: 20px;
  }
}
header .dropdown-toggle:after {
  content: none;
}
header .dropdown-menu {
  padding: 0;
}
@media (max-width: 767px) {
  header .dropdown-menu {
    border: none;
  }
  header .dropdown-menu .dropdown-item {
    text-align: center;
  }
}
@media (min-width: 768px) {
  header .dropdown-menu .dropdown-item:nth-child(n+2) {
    border-top: thin solid #D5D5D5;
  }
}
header .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
}
header .dropdown-menu .dropdown-item:hover,
header .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
  color: #449944;
}
.home .banner {
  padding: 20px;
}
@media (min-width: 576px) {
  .home .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20% 3vw;
    align-items: start;
    justify-content: flex-end;
	         background-image: url(/wp-content/uploads/2025/05/franchise_home_v2.jpg);
    height: 50vw;
	  background-repeat: no-repeat;
	  background-size: cover;
  }
}
@media (min-width: 576px) {
  .home .banner .banner-overlay {
    text-align: center;
  }
}
.home .banner .banner-overlay .script-text {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 22px;
}
.home .banner .banner-overlay .text {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 22px;
}
@media (min-width: 300px) {
  .home .banner .banner-overlay .text {
    font-size: 3.5vw;
	   	color: black;
  }
}
@media (min-width: 576px) {
  .home .banner .banner-overlay .text {
	color: white!important;
  }
}
@media (min-width: 768px) {
  .home .banner .banner-overlay .text {
    font-size: 2.5vw;
  }
}
.home .banner .banner-overlay .green-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #449944;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .home .banner .banner-overlay .green-btn {
    font-size: 2.5vw;
  }
}
@media (min-width: 768px) {
  .home .banner .banner-overlay .green-btn {
    font-size: 1.8vw;
  }
}
.home .welcome {
  margin: 15px 0;
}
.home .welcome .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.home .welcome [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .home .welcome [class*='col-'] {
    width: 100%;
  }
}
.home .welcome .left {
  padding-left: 5vw;
}
.home .welcome .headline {
  line-height: 1;
  font-size: 30px;
}
.home .welcome .text {
  margin: 20px 0;
}
.home .welcome .green-button {
  width: 250px;
}
.home .green-bar {
  background-color: #449944;
  color: #fff;
}
.home .green-bar .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.home .green-bar [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .home .green-bar [class*='col-'] {
    margin: 20px 0;
    width: 100%;
  }
}
.home .green-bar .left {
  line-height: 1.25;
  font-size: 22px;
}
@media (min-width: 768px) {
  .home .green-bar .left {
    padding-right: 20px;
    font-size: 3.5vw;
    border-right: 2px solid #fff;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .home .green-bar .left {
    font-size: 2.5vw;
  }
}
@media (min-width: 768px) {
  .home .green-bar .right {
    padding-left: 20px;
  }
}
.home .services {
  margin: 30px 5vw;
}
.home .services .headline {
  line-height: 1;
  font-size: 30px;
}
.home .services .flex-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 20px;
}
.home .services .service {
  height: 150px;
  width: 300px;
  margin: 10px;
}
@media (max-width: 575px) {
  .home .services .service {
    height: 75px;
    width: 150px;
  }
}
@media (min-width: 576px) {
  .home .services .service {
    height: 140px;
    width: 280px;
  }
}
@media (min-width: 992px) {
  .home .services .service {
    height: 150px;
    width: 300px;
  }
}
.home .services .service a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .home .services .service a {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .home .services .service a {
    font-size: 28px;
  }
}
.home .locations,
.all-locations .locations {
  margin: 30px 0;
}
.home .locations .headline,
.all-locations .locations .headline {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 30px;
}
.home .locations .flex-locations,
.all-locations .locations .flex-locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.home .locations .location,
.all-locations .locations .location {
  margin: 5px;
  border: 2px solid #bababa;
  width: 300px;
}
@media (min-width: 768px) {
  .home .locations .location,
  .all-locations .locations .location {
    width: 600px;
  }
}
.home .locations .location .row,
.all-locations .locations .location .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.home .locations .location .col,
.all-locations .locations .location .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .home .locations .location .col,
  .all-locations .locations .location .col {
    width: 100%;
  }
}
.home .locations .location .col a,
.all-locations .locations .location .col a {
  color: #444;
}
.home .locations .location .left,
.all-locations .locations .location .left {
  padding: 0;
}
.home .locations .location .name,
.all-locations .locations .location .name {
  margin: 10px 0;
  line-height: 1;
  font-size: 30px;
}
.home .locations .location .icons,
.all-locations .locations .location .icons {
  margin: 10px 0;
}
.home .locations .location .icons .icon,
.all-locations .locations .location .icons .icon {
  margin: 5px;
}
.home .locations .location a.link,
.all-locations .locations .location a.link {
  color: #449944;
}
.home .locations .location:hover,
.all-locations .locations .location:hover {
  background-color: #449944;
  color: #fff;
}
.home .locations .location:hover a,
.all-locations .locations .location:hover a {
  color: #fff;
}
.location-landing,
.service-landing {
  margin-bottom: 30px;
}
.service-landing #breadcrumbs,
.service-landing .service-sidebar,
.location-landing #breadcrumbs,
.location-landing .location-sidebar {
  margin-top: 20px;
}
.page-banner {
  margin-bottom: 30px;
}
.page-banner,
.service-landing .service-banner,
.location-landing .location-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 50vw;
  padding: 10px 5vw;
  color: #fff;
}
.location-landing .location-banner {
  color: #fff;
}
@media (min-width: 576px) {
  .page-banner,
  .service-landing .service-banner,
  .location-landing .location-banner {
    height: 35vw;
	  text-align: center;
        width: 100%;
        display: flex
;
        justify-content: center;
  }
}
.page-banner .script-text,
.service-landing .service-banner .script-text,
.location-landing .location-banner .script-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .page-banner .script-text,
  .service-landing .service-banner .script-text,
  .location-landing .location-banner .script-text {
    font-size: 2vw;
  }
}
@media (min-width: 992px) {
  .page-banner .script-text,
  .service-landing .service-banner .script-text,
  .location-landing .location-banner .script-text {
    font-size: 1.5vw;
  }
}
.page-banner .page-title,
.service-landing .service-banner .service-title,
.location-landing .location-banner .location-title {
  line-height: 1;
  font-weight: 600;
  font-size: 30px;
}
@media (min-width: 768px) {
  .page-banner .page-title,
  .service-landing .service-banner .service-title,
  .location-landing .location-banner .location-title {
    font-size: 5vw;
	  text-align: center;
  }
}
@media (min-width: 992px) {
  .page-banner .page-title,
  .service-landing .service-banner .service-title,
  .location-landing .location-banner .location-title {
    font-size: 3.5vw;
  }
}
.location-landing .location-banner .buttons {
  margin-top: 20px;
}
.service-landing .service-sidebar,
.location-landing .location-sidebar {
  padding-left: 20px;
}
.service-landing .service-sidebar .sidebar-title,
.location-landing .location-sidebar .sidebar-title {
  line-height: 1;
  font-size: 30px;
}
.location-landing .location-sidebar .location-contact {
  margin: 20px 0;
  font-size: 18px;
}
.location-landing .location-sidebar .location-contact .address,
.location-landing .location-sidebar .location-contact .phone,
.location-landing .location-sidebar .location-contact .email {
  display: block;
  color: #444;
}
.location-landing .location-sidebar .location-contact .email {
  margin: 5px 0;
}
.service-landing .service-sidebar .sidebar-nav,
.location-landing .location-sidebar .sidebar-nav {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #eee;
}
@media (min-width: 768px) {
  .service-landing .service-sidebar .sidebar-nav,
  .location-landing .location-sidebar .sidebar-nav {
    width: 100%;
    max-width: 250px;
  }
}
.service-landing .service-sidebar .sidebar-nav .sidebar-nav-item,
.location-landing .location-sidebar .sidebar-nav .sidebar-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 0;
  padding-right: 10px;
}
.service-landing .service-sidebar .sidebar-nav .sidebar-nav-item {
  line-height: 1;
}
.service-landing .service-sidebar .sidebar-nav .sidebar-nav-item a,
.location-landing .location-sidebar .sidebar-nav .sidebar-nav-item a {
  color: #000;
}
.service-landing .service-sidebar .sidebar-nav .sidebar-nav-item .side-line,
.location-landing .location-sidebar .sidebar-nav .sidebar-nav-item .side-line {
  display: inline-block;
  margin-right: 10px;
  width: 5px;
  height: 100%;
  background-color: #449944;
}
.service-landing .service-sidebar .sidebar-nav :hover,
.location-landing .location-sidebar .sidebar-nav :hover {
  background-color: #449944;
}
.service-landing .service-sidebar .sidebar-nav :hover a,
.location-landing .location-sidebar .sidebar-nav :hover a {
  color: #fff;
}
.service-landing .service-sidebar .sidebar-nav :hover .side-line,
.location-landing .location-sidebar .sidebar-nav :hover .side-line {
  background-color: #fff;
  border-left: thin solid #449944;
}
.service-landing .service-sidebar .sidebar-nav .sidebar-nav-item.active,
.location-landing .location-sidebar .sidebar-nav .sidebar-nav-item.active {
  border: thin solid #449944;
  background-color: #449944;
}
.service-landing .service-sidebar .sidebar-nav .sidebar-nav-item.active a,
.location-landing .location-sidebar .sidebar-nav .sidebar-nav-item.active a {
  color: #fff;
}
.service-landing .service-sidebar .sidebar-nav .sidebar-nav-item.active .side-line,
.location-landing .location-sidebar .sidebar-nav .sidebar-nav-item.active .side-line {
  background-color: #fff;
}
.location-landing .location-sidebar .sidebar-nav .sidebar-nav-item.contact {
  border-top: 2px solid #fff;
}
.location-sidebar .green-button {
  font-size: 14px;
}
.google-reviews,
.google-reviews-main {
  display: flex;
  flex-wrap: wrap;
  /*display: grid;*/
  /*grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
  margin-bottom: 10px;
}
.google-reviews .review-item,
.google-reviews-main .review-item {
  border: solid 1px rgba(190, 190, 190, 0.35);
  margin: 0 auto;
  padding: 1em;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}
.google-reviews .review-item img,
.google-reviews-main .review-item img {
  display: none;
}
@media (max-width: 1200px) {
  .google-reviews .review-item,
  .google-reviews-main .review-item {
    flex: 1 1 50%;
  }
}
@media (max-width: 450px) {
  .google-reviews .review-item,
  .google-reviews-main .review-item {
    flex: 1 1 90%;
  }
}
.google-reviews .review-item-long,
.google-reviews-main .review-item-long {
  border: solid 1px rgba(190, 190, 190, 0.35);
  margin: 0 auto;
  padding: 1em;
  flex: 1 1 90%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}
@media (max-width: 1200px) {
  .google-reviews .review-item-long,
  .google-reviews-main .review-item-long {
    flex: 1 1 90%;
  }
}
@media (max-width: 450px) {
  .google-reviews .review-item-long,
  .google-reviews-main .review-item-long {
    flex: 1 1 90%;
  }
}
.google-reviews .review-header,
.google-reviews-main .review-header {
  display: flex;
}
.google-reviews .review-picture,
.google-reviews-main .review-picture {
  width: 5em;
  height: auto;
  align-self: center;
  margin-right: 1em;
}
.google-reviews .review-usergrade,
.google-reviews-main .review-usergrade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.google-reviews .review-meta,
.google-reviews-main .review-meta,
.google-reviews .review-stars,
.google-reviews-main .review-stars {
  text-align: center;
  font-size: 115%;
}
.google-reviews .review-author,
.google-reviews-main .review-author {
  text-transform: capitalize;
  font-weight: bold;
}
.google-reviews .review-date,
.google-reviews-main .review-date {
  opacity: 0.6;
  display: block;
}
.google-reviews .review-text,
.google-reviews-main .review-text {
  line-height: 1.55;
  text-align: left;
  max-width: 100%;
  text-align: justify;
}
.google-reviews .review-stars ul,
.google-reviews-main .review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.google-reviews .review-stars ul li,
.google-reviews-main .review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1;
}
.google-reviews .review-stars ul li i,
.google-reviews-main .review-stars ul li i {
  color: #eb6e00;
  /* Google's Star Orange in Nov 2017 */
  font-size: 1.4em;
  font-style: normal;
}
.google-reviews .review-stars ul li i.inactive,
.google-reviews-main .review-stars ul li i.inactive {
  color: #c6c6c6;
}
.google-reviews .buttons,
.google-reviews-main .buttons {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.google-reviews .more-reviews,
.google-reviews-main .more-reviews {
  text-align: center;
}
.google-reviews .write-review,
.google-reviews-main .write-review {
  text-align: center;
}
.google-reviews .more-reviews a,
.google-reviews-main .more-reviews a,
.google-reviews .write-review a,
.google-reviews-main .write-review a {
  margin: 5px;
  border: 1px #eb6e00 solid;
  border-radius: 40px;
  padding: 10px;
  background-color: #eb6e00;
  color: #FFF;
  text-decoration: none;
}
.google-reviews-main .review-item {
  border: solid 1px rgba(190, 190, 190, 0.35);
  margin: 0 auto;
  padding: 1em;
}
.google-reviews-main .review-item img {
  display: none;
}
@media (min-width: 768px) {
  .google-reviews-main .review-item {
    flex: 1 1 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
  .google-reviews-main .review-item img {
    margin: 0 10px 10px 0;
  }
}
.service-landing .services .service,
.location-landing .services .service {
  height: 95px;
  width: 190px;
}
@media (min-width: 992px) {
  .service-landing .services .service,
  .location-landing .services .service {
    height: 75px;
    width: 150px;
  }
}
@media (min-width: 1500px) {
  .service-landing .services .service,
  .location-landing .services .service {
    height: 95px;
    width: 190px;
  }
}
.service-landing .services .service a,
.location-landing .services .service a {
  font-size: 20px;
}
@media (min-width: 992px) {
  .service-landing .services .service a,
  .location-landing .services .service a {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .service-landing .services .service a,
  .location-landing .services .service a {
    font-size: 20px;
  }
}
.location-landing .button-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .location-landing .button-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.location-landing .button-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.location-landing .button-links .green-button {
  margin: 10px;
  border-radius: 0;
  width: 100%;
  max-width: 425px;
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
}
.location-landing .blog-preview {
  background-color: #D5D5D5;
  border-radius: 10px;
  padding: 20px;
}
.location-landing .blog-preview .img-box {
  margin-bottom: 5px;
  width: 100%;
  height: 57vw;
}
@media (min-width: 576px) {
  .location-landing .blog-preview .img-box {
    height: 200px;
  }
}
.location-landing .blog-preview a,
.location-landing .blog-preview a:hover {
  color: #449944;
  font-weight: bold;
}
.location-landing .blog-preview .blog-col {
  padding: 0;
}
.location-landing .blog-preview .blog-list {
  height: 350px;
  overflow-y: scroll;
}
.location-landing .blog-preview .blog-list-item {
  border-bottom: 2px solid #D5D5D5;
  padding: 15px;
  background-color: #fff;
}
.location-landing .blog-preview .blog-list-item a,
.location-landing .blog-preview .blog-list-item a:hover {
  color: #000;
}
.location-landing .blog-preview .blog-list-item .date,
.location-landing .blog-preview .blog-list-item .date:hover {
  color: #999;
}
.location-landing .blog-preview .read-more-link {
  border-top: 2px solid #D5D5D5;
  background-color: #fff;
  padding: 5px 15px;
}
.service-landing .green-box {
  padding: 10px 20px;
  background-color: #449944;
  color: #fff;
}
.service-landing .green-box [class*='col-'] {
  margin: 10px 0;
}
.service-landing .green-box .box-title {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 30px;
}
.service-landing .green-box .big-text {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 8vw;
}
.service-landing .green-box .green-button,
.service-landing .green-box .green-button:hover {
  padding: 10px;
  background-color: #fff;
  color: #449944;
}
@media (min-width: 576px) {
  .service-landing .green-box .big-text {
    font-size: 6vw;
  }
}
@media (min-width: 768px) {
  .service-landing .green-box .left {
    border-right: 2px solid #fff;
  }
  .service-landing .green-box .big-text {
    font-size: 4vw;
  }
}
@media (min-width: 992px) {
  .service-landing .green-box .big-text {
    font-size: 2.7vw;
  }
}
.location-team {
  margin: 30px 0;
}
.location-team .team-title {
  line-height: 1;
  font-weight: 600;
  font-size: 30px;
}
.location-team .line {
  margin: 5px 0;
  width: 100%;
  max-width: 400px;
  height: 2px;
  background-color: #449944;
}
.our-team [class*='col-'] {
  margin: 15px 0;
}
.our-team .team-member .name {
  margin: 10px 0;
  font-weight: 600;
  font-size: 20px;
}
.our-team .team-member .bio-img {
  float: left;
  margin: 10px;
  text-align: center;
}
.our-team .team-member img {
  height: 200px;
  width: 200px;
}
.bio-img.text-center img {
    max-width: 250px!important;
}
.our-team .team-member .bio-text a:not(.read-more),
.our-team .team-member .bio-text p {
  display: none;
}
.our-team .team-member .bio-text .read-more {
  display: inline;
}
.single-bio .bio-img {
  margin: 10px;
  height: 250px;
  width: 250px;
}
@media (min-width: 1024px) {
  .single-bio .bio-img {
    float: left;
  }}

.services {
  margin: 30px 5vw;
}
.services .headline {
  line-height: 1;
  font-size: 30px;
}
.services .flex-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 20px;
}
.services .service {
  margin: 10px;
}
.services .service a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.services .service a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #449944;
  font-weight: 600;
}
.services .service1 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-sports-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.services .service2 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-aquatic-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.services .service3 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-pediatric-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.services .service4 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-surgery-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.services .service5 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-massage-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.services .service6 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-dry-needling-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.services .service7 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-TPI-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.services .service8 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-TMJ-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.services .service9 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-knee-hip-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.services .service10 {
  background: #ffffff url(/wp-content/uploads/2024/04/Pelvic-Health-1.png) no-repeat scroll center 0 / cover;
}
.services .service11 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-ompt-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.services .service12 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-neck-back-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.services .service13 {
  background: #ffffff url(/wp-content/uploads/2020/04/ompt-services-alter-g-physical-therapy-thumbnail.jpg) no-repeat scroll center 0 / cover;
}
.jobs .job {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  margin: 20px;
  padding: 20px;
}
.jobs .job .job-title,
.jobs .job .job-location {
  margin-bottom: 10px;
}
#single-job .job-location {
  margin-bottom: 10px;
}
#single-job .looking {
  border-top: thin solid #449944;
  padding-top: 20px;
}
.resources .resource {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 5px 20px;
}
@media (max-width: 575px) {
  .resources .resource {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.resources .resource .resource-icon {
  max-width: 150px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.resources .resource:not(:last-child) {
  border-bottom: 2px solid #aeaeae;
}
.about-us .video-outer {
  border: 2px solid #aeaeae;
  padding: 5px 10px;
  line-height: 1;
  text-align: center;
}
.about-us .video-outer p {
  margin-top: 10px;
}
.about-us .under-video-box {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #449944;
  line-height: 1;
  color: #fff;
}
.about-us .under-video-box a {
  color: #fff;
  font-weight: 600;
}
.about-us .imgs-across {
  position: relative;
  right: 50%;
  left: 50%;
  margin: 20px;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  width: 100vw;
}
.about-us .imgs-across img {
  float: left;
  width: 20vw;
}
@media (max-width: 767px) {
  .about-us .imgs-across {
    display: none;
  }
}
.landing-consult .top-text {
  color: #449944;
  line-height: 1;
}
.landing-consult .big-text {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 28px;
}
.landing-consult .big-text .extra {
  font-weight: 800;
}
.landing-consult .underline {
  text-decoration: underline;
}
.landing-consult [class*='col-'] {
  margin: 20px 0;
}
.landing-consult .embed-responsive {
  margin-bottom: 30px;
}
.landing-consult .green-button {
  font-weight: 600;
}
@media (min-width: 992px) {
  .landing-consult .green-button {
    font-size: 22px;
  }
}
.landing-consult .green-bar {
  background-color: #449944;
  padding: 20px 0;
  color: #fff;
}
.landing-consult .green-bar a,
.landing-consult .green-bar a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .landing-consult .flex-services {
    flex-wrap: nowrap;
  }
}
.landing-consult .service {
  margin: 10px;
  height: 129px;
  width: 258px;
}
@media (min-width: 768px) {
  .landing-consult .service {
    height: 100px;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .landing-consult .service {
    height: 129px;
    width: 258px;
  }
}
@media (min-width: 1200px) {
  .landing-consult .service {
    height: 150px;
    width: 300px;
  }
}
.landing-consult .landing-service1 {
  background: #ffffff url(/wp-content/uploads/2020/05/OMPT-landing-page-our-services.jpg) no-repeat scroll center 0 / cover;
}
.landing-consult .landing-service2 {
  background: #ffffff url(/wp-content/uploads/2020/05/OMPT-landing-page-our-team.jpg) no-repeat scroll center 0 / cover;
}
.landing-consult .landing-service3 {
  background: #ffffff url(/wp-content/uploads/2020/05/OMPT-landing-page-our-locations.jpg) no-repeat scroll center 0 / cover;
}
.newsletter {
  padding: 5px 0;
  background-color: #449944;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 22px;
}
.newsletter .green-button {
  max-width: 550px;
  border: 2px solid #fff;
  margin: 25px auto;
  cursor: pointer;
}
.modal-footer {
  justify-content: center;
  padding-bottom: 85px;
}
.modal-body {
  padding-bottom: 60px;
}
.modal-body .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
  background-color: #449944;
  border: thin solid #449944;
}
.modal-body .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:hover {
  background-color: #5EB35E;
  border: thin solid #5EB35E;
}
.modal-body .grecaptcha-badge {
  left: 125px;
}
.modal-body .close-btn {
  position: absolute;
  top: -15px;
  right: 5px;
  color: #aeaeae;
  font-size: 40px;
  font-weight: 600;
  cursor: pointer;
}
.contact-3-col [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.contact-3-col [class*='col-'] img {
  max-width: 35px;
  max-height: 35px;
  margin-right: 5px;
}
.contact-3-col [class*='col-'] a {
  color: #444;
}
@media (min-width: 768px) {
  .contact-3-col .mid {
    border-left: thin solid #444;
    border-right: thin solid #444;
  }
}
div.wpcf7 {
  background-color: #fff;
  padding: 20px;
}
.wpcf7 label {
  width: 100% !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  background: #eee;
  color: #000;
  font-family: lora, sans-serif;
  font-style: italic;
}
.wpcf7-select {
  border: thin solid #444;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
  background-color: #449944;
  color: #fff;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
}
footer {
  background: #ffffff url(/wp-content/uploads/2025/05/ompt-specialists-footer-bg.jpg) no-repeat scroll center 0 / cover;
  color: #fff;
}
footer .color-overlay {
  background-color: rgba(68, 68, 68, 0.75);
  width: 100%;
  height: 100%;
}
footer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
}
footer .row2 {
  align-items: flex-start;
}
footer .row2 a {
  color: #fff;
}
footer .row2 a:hover {
  color: #449944;
}
footer [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
@media (max-width: 767px) {
  footer [class*='col-'] {
    width: 100%;
    text-align: center;
  }
}
footer .footer-logo {
  max-width: 300px;
}
@media (max-width: 767px) {
  footer .footer-logo {
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  footer .footer-logo {
    width: 40vw;
  }
}
@media (min-width: 768px) {
  footer .footer-logo {
    width: 18vw;
  }
}
@media (min-width: 992px) {
  footer .footer-logo {
    width: 15vw;
  }
}
footer .footer-title {
  font-size: 22px;
  font-weight: 600;
}
footer .line {
  margin: 5px 0;
  background-color: #449944;
  width: 50px;
  height: 3px;
}
@media (max-width: 767px) {
  footer .line {
    margin: 5px auto;
  }
}
footer #menu-footer {
  padding-left: 0;
  list-style: none;
  font-size: 18px;
}
@media (min-width: 992px) {
  footer #menu-footer {
    font-size: 20px;
  }
}
footer .phone {
  margin-bottom: 10px;
  font-size: 22px;
}
@media (min-width: 992px) {
  footer .phone {
    font-size: 24px;
  }
}
footer .social-links {
  margin-top: 20px;
  font-size: 22px;
}
footer .social-links a {
  color: #449944;
}
@media (min-width: 768px) {
  footer .social-links {
    font-size: 24px;
  }
}
footer .social-links a:nth-child(n+2) {
  margin-left: 10px;
}
.contact-info [class*='col-'] {
  padding: 20px 15px;
}
@media (max-width: 575px) {
  .contact-info [class*='col-'] {
    width: 100%;
  }
}
.form-row {
  display: flex;
}
.blog-items .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.blog-items [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
@media (max-width: 575px) {
  .blog-items [class*='col-'] {
    width: 100%;
  }
}
.blog-items .blog-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: thin solid #e7f1f2;
  height: 35vw;
  width: 100%;
  overflow: hidden;
}
.blog-items .blog-img img {
  min-height: 250px;
}
@media (min-width: 576px) {
  .blog-items .blog-img {
    height: 20vw;
  }
}
@media (min-width: 1200px) {
  .blog-items .blog-img {
    height: 15vw;
  }
}
.blog-items .gray-bg {
  border: thin solid #e7f1f2;
  border-bottom-width: 3px;
  background-color: #f5f5f5;
  padding: 0 20px 20px;
}
.blog-items .blog-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  font-weight: bold;
}
.blog-items .blog-info div {
  margin: 10px 0;
}
.blog-items .blog-info .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-right: 10px;
}
.blog-items .blog-info .left a {
  text-decoration: none;
}
.blog-items .blog-info .left h2 {
  margin-bottom: 0;
}
.blog-items .blog-info .left .user-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 2px solid #000;
  background-color: #fff;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.blog-items .blog-info .left .user-img img {
  width: 50px;
  height: 50px;
}
.blog-items .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #777;
}
.blog-items .read-more {
  margin-top: 20px;
  text-align: right;
}
.blog-items .read-more a {
  color: #666;
}
.blog-items .read-more i {
  border-left: thin solid #888;
  padding-left: 5px;
}
.blog-items .blog-content a {
  text-decoration: none !important;
}
article.category-blog img {
  margin: 20px auto;
}
article.category-blog .blog-info {
  margin: 10px 0;
  font-weight: bold;
}
.category-back-btn {
  margin: 20px auto;
  text-decoration: none;
}
.btn-green-primary {
	background-color: #449944 !important;
	color: #fff !important;
	border-color: #449944 !important;
}
/*# sourceMappingURL=style.css.map */