/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  /*max-width 1024px, tablet screens*/
  .sticky-container {
    height: auto !important;
  }
  .sticky-container > div {
    top: 0 !important;
  }

  .section-about-h .two-posts {
    padding: 30px 15px;
  }
  .section-about-h .two-posts .left-block {
    padding-right: 15px;
  }
  .section-about-h .two-posts .right-block {
    padding-left: 15px;
  }

  .bottom-section-h .btm-block-3-link .block-item {
    padding: 10px;
  }

  .attorneys-list .member-list .member-item {
    width: 50%;
  }

  .attorneys-single-page .sidebar-left-menu .name,
  .attorneys-single-page .sidebar-left-menu .attorney-sidebar a {
    font-size: 20px;
    line-height: 34px;
  }

  .attorneys-single-page .main-info .contact-info .phone, .attorneys-single-page .main-info .contact-info .prefax, .attorneys-single-page .main-info .contact-info .email {
    display: block;
  }

  .attorneys-single-page .main-info .contact-info span {
    border-right: none;
  }

  .posts-list .page-title {
    font-size: 50px;
    line-height: 55px;
  }

  .blog-list-item .und-photo h3 a {
    font-size: 22px;
    line-height: 26px;
  }

  .right-col-sngl {
    padding-right: 0;
    padding-left: 0;
  }

  .right-col-sngl .rec-wrap {
    width: 100%;
  }

  .right-col-sngl .img-rec-post {
    padding-bottom: 250px;
  }

  .right-col-sngl li {
    padding-left: 0;
  }

  .right-col-sngl .rec-block .recent-title {
    padding-left: 15px;
  }

  .subscribe-form h4 {
    line-height: 45px;
  }

  .attorneys-single-page .grid-iso .element-item {
    border-top: none;
  }

  .attorneys-single-page .grid-iso .video .column-side-pd:nth-child(even),
  .attorneys-single-page .grid-iso .video .gallery .column-side-pdng:nth-child(odd) {
    padding-right: 15px;
  }

  .attorneys-single-page .grid-iso .video .column-side-pd:nth-child(odd),
  .attorneys-single-page .grid-iso .video .gallery .column-side-pdng:nth-child(even) {
    padding-left: 15px;
  }

  .flex-content section.first-info:before {
    display: none;
  }

  .nav-btn {
    margin-bottom: 20px;
  }
  .nav-btn a {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .desktop-menu .desck-menu > li {
    padding: 5px 0;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .desktop-menu,
  .search {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .menu-desc-show {
    display: none;
  }

  .menu-open {
    display: none;
  }

  .open-wrap-bg {
    display: none;
  }

  .open-wrap-bg.active {
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    background-color: #666666;
    height: 100%;
  }

  .title-bar {
    position: absolute;
    top: 25px;
    left: 15px;
    background-color: #fff;
    /* collapsed menu bar color */
    width: 20px;
    height: 17px;
    padding: 0;
    display: inline-block;
    line-height: 20px;
  }
  .title-bar .title-bar-title {
    vertical-align: top;
  }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    margin: 0;
  }
  .title-bar .menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #28374d;
    top: 50%;
    left: 0;
    margin-top: -9px;
    box-shadow: 0 7px 0 #28374d, 0 14px 0 #28374d;
  }

  .top-bar {
    display: none;
    height: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 90%;
    height: 100%;
    background: #fff;
    /* menu list background color */
  }
  .top-bar .close-menu {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    right: -30px;
    top: 10px;
    bottom: auto;
    left: auto;
  }
  .top-bar .close-menu:after {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 7px;
    top: 15px;
  }
  .top-bar .close-menu:before {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 7px;
    top: 15px;
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
    /* menu item text color */
    font-size: 19px;
    letter-spacing: -0.2px;
    background: #fff;
    /* menu item background color */
    line-height: 66px;
    padding: 0 15px;
    border-bottom: 1px solid #d7d7d7;
  }
  .top-bar ul li > a:hover {
    background-color: #eff7fc !important;
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background-color: #eff7fc !important;
                                      /* current/parent
menu item background color */
    color: #28374d;
  }
  .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: 45px;
    right: 0;
    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;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-bar ul li[aria-expanded="true"] > a {
    background: #233043;
    /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded="true"] > a .accordion-toggle i.fa {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 21px;
  }

  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }

  .sticky-container {
    height: auto !important;
  }
  .sticky-container > div {
    top: 0 !important;
  }

  .holder-braed {
    border-top: 1px solid #e5e5e5;
  }

  .sub-logo-menu {
    padding-bottom: 0;
  }

  .navigation {
    float: left;
    width: 100%;
    text-align: center;
  }
  .navigation .nav-btn {
    width: 100%;
  }
  .navigation .next-nav a:after {
    left: 0;
  }

  .page-title,
  .blog-name {
    font-size: 50px;
    line-height: 55px;
  }

  .section-about-h .two-posts .right-block {
    margin-top: 30px;
  }
  .section-about-h .two-posts .block-wrap {
    padding: 30px;
  }

  .bottom-section-h .btm-block-3-link .block-item {
    margin-bottom: 15px;
  }

  .attorneys-list .page-title {
    padding: 35px 0;
  }

  .attorneys-single-page .main-info .contact-info .phone {
    border-right: none;
  }

  .attorneys-single-page .grid-iso .team .mem-wrapp {
    text-align: center;
    margin-right: 0;
  }
  .attorneys-single-page .grid-iso .team .mem-wrapp h4:before {
    right: 0;
    margin: auto;
  }

  .top-page {
    padding-top: 35px;
  }
  .top-page .page-title {
    padding-bottom: 60px;
    margin-bottom: 0;
  }

  .flex-content .small-general .right-col blockquote p {
    font-size: 22px;
    line-height: 26px;
  }

  .flex-content .lists-large .right-col ul li,
  .flex-content .lists-large .right-col ol li {
    font-size: 22px;
    line-height: 26px;
  }

  .content-center {
    padding-top: 30px;
  }

  .author-blog .blog-list .blog-list-item:first-child {
    width: 100%;
  }

  .subscribe-form form #gform_fields_1 {
    width: 100% !important;
  }

  .subscribe-form form #gform_fields_1 #field_1_1,
  .subscribe-form form #gform_fields_1 #field_1_2 {
    width: 100%;
    float: none;
  }

  .subscribe-form form .gform_footer {
    text-align: center;
  }
  .subscribe-form form .gform_footer .button {
    margin-left: 0;
  }

  .attorneys-single-page .grid-iso ul {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }

  #testim-pag {
    display: none !important;
  }

  .footer .mid-col-pl {
    padding-left: 15px;
  }
  .footer h4 {
    padding-top: 25px;
  }

  .footer .copyright a {
    display: block;
    border-left: none;
    line-height: 34px;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (max-width: 450px) {
  .attorneys-list .member-list .member-item {
    width: 100%;
  }

  .attorneys-single-page .main-info .large-pd-l {
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .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;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    display: block;
    padding: 0 15px;
    background: transparent;
    font-size: 16px;
    line-height: 40px;
    color: #28374d;
    font-family: "Open Sans", sans-serif;
  }
  .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 */
    color: #3b6fa8;
    text-decoration: underline;
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
    padding: 0 15px;
  }
  .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 */
    color: #3b6fa8;
    text-decoration: underline;
  }
  .top-bar .header-menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .top-bar ul li:hover > a {
    /* Parent link style on dropdown hover */
  }
  .top-bar .submenu {
    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: #d7c8b2;
    color: #28374d;
  }
  .top-bar .submenu li > a:hover {
    /* Dropdown link on hover */
    color: #3b6fa8;
    text-decoration: underline;
  }
  .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 */
  }

  .menu-desc-show {
    display: block;
  }

  /* 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: 1024px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
  .caption-h {
    padding: 20px;
  }
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  /*min-width 1025px, large screens*/
  .large-pd-l {
    padding-left: 0;
  }

  .no-pd {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .attorney-info-block__slider {
    position: static;
    margin-bottom: 45px;
    margin-top: 15px;
  }

  .col-brd-btm {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1201px) {
  /* min-width 1201px, large screens*/
}
.close-menu {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 18px;
  bottom: auto;
  left: auto;
}
.close-menu:after {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 7px;
  top: 15px;
}
.close-menu:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 7px;
  top: 15px;
}

@media only screen and (min-width: 1501px) {
  .attorneys-single-page .grid-iso .probono ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    display: inline-block;
  }
  .attorneys-single-page .grid-iso .probono ul:last-child {
    vertical-align: top;
    padding-left: 184px;
  }
}

/*# sourceMappingURL=media-screens.css.map */
