/*-=Tablet screens=-*/
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .gform_footer {
    max-width: 100px;
  }

  .social {
    display: none;
  }

  .gallery h2 {
    line-height: 1.3em;
  }

  .office .office_image_single {
    margin-bottom: 10px;
  }

  .staff_single .alignright, .staff_single .alignleft, .staff_single .aligncenter, .staff_single .alignnone {
    float: left;
  }

  .welcome_right {
    padding: 0 30px;
  }

  .welcome .img_resp {
    height: 80px;
  }

  .btn-b, .btn-w {
    font-size: 13px;
    padding: 10px;
  }

  .meet_dr__img span, .services_sub_single_img {
    margin-bottom: 15px;
  }

  .payment_options {
    text-align: center;
  }

  body .main .form .gform_body .name_first, body .main .form .gform_body .name_last, body .main .form .gform_body .form-w {
    width: 100% !important;
    max-width: 370px !important;
    padding: 0 !important;
  }

  body .main .form .gform_body .name_last label {
    display: none;
  }

  .gform_wrapper ul.gform_fields {
    max-width: 100%;
    padding-right: 15px !important;
  }

  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0 !important;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .about_meet_dr .medium-4 {
    width: 36.33333%;
  }

  .about_meet_dr .medium-8 {
    width: 63.66667%;
  }

  .title-bar {
    display: none;
  }

  .top-bar {
    padding: 0;
    background-color: transparent;
    /* Dropdown item styling */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu li {
    float: left;
    background-color: transparent;
    padding: 11px 0 1px;
    margin-right: 41px;
  }
  .top-bar .header-menu li:last-child {
    margin-right: 0;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    display: block;
    padding: 0 0 11px 0;
    background: transparent;
    font-size: 13px;
    line-height: 1em;
    color: #3b3b3b;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
    background: #fff;
    color: #3b3b3b;
    border-bottom: 3px solid #2B2B2B;
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
    padding: 0 0 11px 0;
  }
  .top-bar .header-menu li.has-dropdown > a:after {
    /* Hide dropdown arrow */
    display: none !important;
  }
  .top-bar .header-menu li.has-dropdown > a:hover {
    /* Hover state for dropdown link */
  }
  .top-bar .header-menu li > a:hover {
    /* menu item style on hover */
    background: #fff;
    color: #3b3b3b;
  }
  .top-bar .header-menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .top-bar ul li:hover > a {
    /* Parent link style on dropdown hover */
    background: #fff;
    color: #3b3b3b;
    border-bottom: 3px solid #2B2B2B;
  }
  .top-bar .submenu {
    display: none;
    border: none;
  }
  .top-bar .submenu.js-dropdown-active {
    display: block;
  }
  .top-bar .submenu li {
    display: block;
  }
  .top-bar .submenu li > a {
    /* Regular link in dropdown */
    background: #fff;
    color: #3b3b3b;
    padding: 10px 8px;
  }
  .top-bar .submenu li > a:hover {
    /* Dropdown link on hover */
    border-bottom: 3px solid #2B2B2B;
    color: #3b3b3b;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
    /* Styles for 2nd level dropdown menu link */
  }

  /* Align Menu to the right
       .top-bar .header-menu { float:right; }*/
  /* Align Menu to the center
       .top-bar .header-menu { text-align: center; }
       .top-bar .header-menu > li{ float: none; display: inline-block; } */
}
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 650px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
  .footer .footer_contact p a {
    font-size: 15px;
  }
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  /*min-width 1025px, large screens*/
}
@media only screen and (min-width: 1201px) {
  /* min-width 1201px, large screens*/
}
@media only screen and (max-width: 1024px) {
  /*max-width 1024px, tablet screens*/
  .nav_res {
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
	left: 0;  
    position: relative;
  }

  .header {
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 35;
  }

  .meet_dr .stars_image_single {
    margin-bottom: 15px;
  }

  .meet_dr .meet_dr_1, .meet_dr .meet_dr_2 {
    width: 100%;
  }

  .forms .btn-b {
    padding: 10px 14px;
  }

  .meet_dr .meet_dr_2 {
    padding: 0 15px;
  }

  .meet_dr .title h2 {
    text-align: left;
  }

  .insurance {
    padding: 50px 15px;
  }

  h1 {
    font-size: 36px;
  }

  html body h2, body .gray_bg h2 {
    font-size: 26px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  .education .large-up-5 {
    text-align: center;
  }

  .responsive_nav {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 5;
    overflow-y: scroll;
    display: block;
    width: 100%;
    height: 100%;
    background: #2B2B2B;
	-webkit-transition: right 0.3s ease-in-out;
	-moz-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;  
  }

  .dop_nav_res {
    right: -30%;
  }

  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    border-bottom: 3px solid #fff;
  }

  .dop_nav_res_container {
    left: -70%;
  }

  .nav_header {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
  }

  .fa-chevron-right:before {
    color: #fff;
  }

  header .search {
    display: none;
  }

  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    color: #fff;
    background: transparent;
  }

  #menu-header-menu {
    margin-top: 35px;
  }

  .title-bar {
    background-color: #fff;
    /* collapsed menu bar color */
    padding: 0;
    line-height: 45px;
  }
  .title-bar .title-bar-title {
    vertical-align: top;
  }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 45px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
  }
  .title-bar .menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #1a1a1a;
    top: 50%;
    left: 0;
    margin-top: -9px;
    -moz-box-shadow: 0 7px 0 #1a1a1a, 0 14px 0 #1a1a1a;
    -webkit-box-shadow: 0 7px 0 #1a1a1a, 0 14px 0 #1a1a1a;
    box-shadow: 0 7px 0 #1a1a1a, 0 14px 0 #1a1a1a;
  }

  .footer .footer_contact .footer_address, .footer .footer_hours p {
    padding-bottom: 20px;
  }

  .top-bar {
    display: none;
    height: auto;
    width: 100%;
    padding: 0;
    background: #2B2B2B;
    /* menu list background color */
  }
  .top-bar .header-menu li {
    float: none;
  }
  .top-bar .header-menu li a {
    color: #fff;
    display: table;
    padding-bottom: 0;
  }
  .top-bar .header-menu li > a:hover {
    background: transparent;
    color: #fff;
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: table;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    /* menu item text color */
    font-size: 16px;
    background: #2B2B2B;
    /* menu item background color */
    line-height: 45px;
    padding: 0 0 11px 0;
  }
  .top-bar ul li > a:hover {
    background: #2B2B2B;
    /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background: #2B2B2B;
    /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    right: -35px;
    top: 0;
    color: #fff;
    /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .top-bar ul li[aria-expanded="true"] > a {
    /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded="true"] > a .accordion-toggle i.fa {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    margin-left: 25px;
    background: transparent;
    font-size: 14px;
  }
}
@media only screen and (max-width: 350px) {
  .welcome .img_resp {
    height: 73px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  section {
    background-attachment: scroll !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 9px 20px !important;
  }
}

/*# sourceMappingURL=media-screens.css.map */
