@media only screen and (max-width: 1660px) {
  header .top-bar .header-menu li > a {
    font-size: 1.15vw;
    padding: 0 8px;
  }
  header .top-bar .header-menu .submenu a {
    padding: 8px;
  }

  .widget_instagram_link_widget img {
    max-width: 20%;
  }
  .widget_instagram_link_widget a {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 1400px) {
  header .top-bar .header-menu {
    text-align: left;
  }

  header .top-bar:before {
    content: none;
  }

  .logo-col {
    display: none;
  }

  .top-bar .header-menu {
    display: flex;
    justify-content: space-between;
  }

  body {
    font-size: 17px;
  }

  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  .intro img {
    max-width: 200px;
    margin: auto;
  }
  .intro h1 {
    font-size: 32px;
    letter-spacing: 14px;
  }
  .intro h1 span {
    font-size: 60px;
  }
  .intro h3 {
    font-size: 32px;
    letter-spacing: 14px;
  }
  .intro h2 {
    font-size: 60px;
  }
  .intro .button {
    font-size: 24px;
  }

  .contact-us__title {
    font-size: 60px;
  }

  .footer-logo {
    max-width: 125px;
  }

  .footer .address {
    padding-top: 25px;
    padding-left: 15px;
  }
  .footer .office-hours {
    padding-top: 25px;
    padding-left: 15px;
  }

  .sidebar .sidebar-inner {
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .menu-col {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1200px) {
  /* max-width 1200px, xlarge screens*/
  header .top-bar .header-menu li > a {
    font-size: 1.4vw;
  }

  .footer .location {
    width: 100%;
    float: none;
    height: 380px;
  }
  .footer .address {
    padding-top: 25px;
    padding-left: 15px;
    width: 50%;
    padding-left: 40px;
  }
  .footer .office-hours {
    width: 50%;
    padding-left: 40px;
  }

  body:not(.home) .hero {
    height: 350px;
  }
  body:not(.home) .hero__image {
    max-width: 150px;
  }
  body:not(.home) .hero__caption {
    font-size: 11px;
  }
}
/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  /*max-width 1024px, tablet screens*/
  /* TOP BAR Mobile STYLING */
  .title-bar {
    background-color: #794faa;
    /* 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: #fefefe;
    top: 50%;
    left: 0;
    margin-top: -9px;
    -moz-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }

  nav.top-bar {
    display: block !important;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    transform: translateX(150%);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    top: 0;
    right: 0;
    overflow-y: auto;
    bottom: 0;
    z-index: -1;
    padding-top: 6em;
    padding-bottom: 1em;
  }
  .menu-open nav.top-bar {
    transform: translateX(0);
  }
  .menu-open nav.top-bar:after {
    content: none;
  }
  nav.top-bar ul {
    margin-left: 0;
    background: transparent;
  }

  .menu-header-menu-container {
    width: 80%;
    margin: auto;
    text-align: right;
  }

  #menu-header-menu {
    display: block;
    font-size: 0;
  }
  #menu-header-menu .current-menu-item a {
    text-transform: uppercase;
    color: #fcd23e;
    font-size: 18px;
    margin-left: -15px;
  }
  #menu-header-menu li {
    width: 100%;
    position: relative;
  }
  #menu-header-menu li > a {
    display: block;
    font-size: 18px;
    color: #818181;
    font-family: "Calibri", sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 0;
    display: block;
  }
  #menu-header-menu .submenu.first-sub {
    display: block;
    position: static;
    border: none;
  }
  #menu-header-menu .submenu.first-sub li a {
    background: transparent;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    opacity: 1;
    margin-bottom: 0;
    padding: 7px 0px;
    line-height: 1.45;
    margin-left: 0;
    transition: .3s all ease;
    display: block;
  }
  #menu-header-menu .submenu.first-sub li a:hover {
    margin-left: 5px;
    transition: .3s all ease;
  }
  #menu-header-menu .submenu.first-sub li.current-menu-item a {
    color: #fff;
  }
  #menu-header-menu .current-page-ancestor a {
    background: transparent;
  }

  .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    display: none;
  }

  .hamburger-menu {
    transition: 0.1s transform linear;
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 1;
    outline: 0;
    padding: 0;
    border: 0;
    float: left;
  }

  .bar-text {
    color: #fff;
    margin-left: 50px;
    padding-top: 14px;
    display: inline-block;
  }

  .bar {
    color: #fff;
  }
  .bar, .bar::before, .bar::after {
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    position: absolute;
    background: white;
    margin: auto;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    content: '';
    top: 50%;
    left: 25%;
  }
  .bar::before {
    top: -0.4rem;
    width: 100%;
    left: 0%;
  }
  .bar::after {
    top: 0.4rem;
    width: 100%;
    left: 0%;
  }
  .bar::before, .bar::after {
    transform: rotate(0deg);
  }
  .bar.active {
    background: 0;
  }
  .bar.active::before {
    transform: rotate(45deg);
  }
  .bar.active::after {
    transform: rotate(-45deg);
  }
  .bar.active::before, .bar.active::after {
    top: 0;
    width: 100%;
  }
  .bar.active, .bar.active::before, .bar.active::after {
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  }

  header {
    padding-top: 0;
    top: 20px;
  }
  header:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #818181;
    width: 90%;
    margin: auto;
  }

  header .phone-col {
    margin-top: 10px;
    text-align: right;
    padding-right: 25px;
  }
  header .phone-text {
    display: inline-block;
    margin-left: 10px;
  }
  header.sticky {
    padding-bottom: 0;
  }
  header.sticky:after {
    content: none;
  }
  header.sticky .bar-text {
    color: #000;
  }
  header.sticky .bar, header.sticky .bar:after, header.sticky .bar:before {
    background-color: #000;
  }
  header.sticky .bar.active {
    background-color: transparent;
  }
  header.sticky nav.top-bar {
    height: 100vh;
  }

  .menu-open header .big-row {
    background-color: #000;
    box-shadow: 0px 2px 30px 30px #000000;
    transition: 4s all ease;
  }
  .menu-open .sticky:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #818181;
    width: 90%;
    margin: auto;
  }
  .menu-open .sticky nav.top-bar {
    padding-top: 4.5em;
  }
  .menu-open .sticky .phone-link {
    color: #fcd23e;
  }
  .menu-open .sticky .bar-text {
    color: #fff;
  }
  .menu-open .sticky .bar, .menu-open .sticky .bar:after, .menu-open .sticky .bar:before {
    background-color: #fff;
  }

  h1 {
    font-size: 36px;
  }

  .widget h5 {
    font-size: 18px;
  }

  .sidebar .sidebar-inner {
    padding: 20px 10px;
  }

  .widget_instagram_link_widget a {
    font-size: 2vw;
  }

  .table-scroll {
    overflow-x: auto;
  }

  .video-item h5 {
    font-size: 18px;
  }

  #menu-header-menu li.has-dropdown .submenu {
    display: none;
  }
  #menu-header-menu li.has-dropdown span.forward-arrow {
    content: '';
    width: 9px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 3;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAR0lEQVQYlX3PQRIAEAxD0c+4F0fTk+FmFqamC5Fl8xZpMrMBdGAhkoEGTGAAVSGPxBFJXNSOgO2HFueh+UK39EP5lRHJ0rMBWy0THueJvrkAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: center;
  }
  #menu-header-menu .submenu.cloned li a {
    font-size: 18px;
    color: #818181;
    padding: 0 8px;
  }

  .back-arrow {
    text-transform: uppercase;
    color: #fcd23e;
    font-size: 18px;
    margin-left: -15px;
  }
  .back-arrow:hover, .back-arrow:focus {
    color: #fcd23e;
  }

  #gallery-2.gallery-columns-3 .gallery-item {
    width: 50%;
  }
  #gallery-2.gallery-columns-3 .gallery-item img {
    border: none;
    padding: 5px;
  }

  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    display: none;
  }

  #contact-footer .row .row {
    margin-left: 0px;
    margin-left: 0px;
  }
  #contact-footer .row .large-6 + .large-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-template-template-articles .main-content img {
    float: none;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  .intro {
    background-size: 500%;
    background-position: -75% 15%;
  }

  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    display: block;
    margin: 15px auto;
  }

  #scrollTo {
    display: none;
  }

  .hero {
    height: 320px;
  }
  .hero__caption {
    color: #fff;
    font-size: 11px;
    margin-top: 20px;
  }

  .contact-us.parallax {
    background-position: 50% 0;
  }

  .footer .address {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }

  .footer .office-hours {
    float: none;
    width: 100%;
  }

  .sidebar {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .widget_instagram_link_widget a {
    font-size: 22px;
  }

  .intro {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .intro h1 {
    font-size: 15px;
    letter-spacing: 5px;
    font-family: "Playfair Display", serif;
  }
  .intro h1 span {
    font-size: 30px;
  }
  .intro h3 {
    font-size: 15px;
    letter-spacing: 5px;
    font-family: "Playfair Display", serif;
  }
  .intro h2 {
    font-size: 30px;
  }
  .intro .button {
    font-size: 10.5px;
    letter-spacing: 1.5px;
    margin-top: 25px;
    border-width: 4px;
  }
  .intro img {
    max-width: 105px;
  }

  main {
    margin-top: 30px;
    margin-bottom: 0;
  }
  main h2 {
    font-size: 28px;
  }
  main h3 {
    font-size: 24px;
  }
  main h4 {
    font-size: 20px;
  }

  .sidebar .sidebar-inner {
    padding: 20px;
  }

  .review-widget {
    /*		height: 450px*/
  }

  .instagram-block {
    text-align: center;
  }

  .contact-us {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contact-us__title {
    font-size: 38px;
    margin-bottom: 38px;
  }

  .footer-logo {
    max-width: 100px;
  }

  #contact-footer #mc {
    display: block;
  }

  .mathcaptcha-wrapper {
    border-top: 2px solid #000;
    padding-top: 15px;
    margin-top: 10px;
  }

  #contact-footer .mathcaptcha {
    max-width: 100%;
  }

  .copyright {
    max-width: 80%;
    margin: auto;
    font-size: 14px;
  }

  .contact-us {
    padding-bottom: 57px;
  }

  .contact-us .socials, .footer .socials {
    width: 200px;
    margin: auto;
  }
  .contact-us .socials img, .footer .socials img {
    width: 50px;
  }
  .contact-us .socials li, .footer .socials li {
    margin: 9px 3px;
  }

  #contact-footer textarea {
    height: 100px;
  }

  #contact-footer input[type='submit'] {
    padding: 15px;
    font-size: 22px;
    max-width: 240px;
  }

  .pagination li {
    display: inline-block;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 400px) {
  header {
    top: 10px;
    padding-bottom: 0;
  }
  header .phone-text, header .phone-link, header .bar-text {
    font-size: 14px;
  }
  header .bar-text {
    padding-top: 15px;
  }

  .home .hero__image {
    max-height: 130px;
  }

  .home .hero {
    height: 310px;
  }

  .hero__content {
    margin-top: 20px;
  }

  .intro .button {
    padding: 12px 16px;
    font-size: 9.5px;
    letter-spacing: 1px;
  }

  .copyright {
    width: 192px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .copyright p {
    display: inline;
  }
}
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  main .content-col {
    padding: 90px 0 80px 15px;
  }
  main .sidebar {
    padding-top: 50px;
  }
}
/* 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 */
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  /*min-width 1025px, large screens*/
  .title-bar {
    display: none;
  }

  .top-bar {
    padding: 0;
    background-color: transparent;
    position: relative;
    /* Dropdown item styling */
  }
  .top-bar:after, .top-bar:before {
    content: '';
    width: 1px;
    height: 42px;
    background-color: #818181;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-bar:after {
    right: 0;
    left: auto;
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu li > a {
    color: #000;
  }
  .top-bar .header-menu li > a:hover {
    color: #2d2d2d;
  }
  .top-bar .header-menu li {
    float: left;
    background-color: transparent;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    display: block;
    padding: 0 8px;
    background: transparent;
    font-size: 20px;
    line-height: 40px;
    color: #818181;
    font-family: "Calibri", 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: #fcd23e;
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
    padding: 0 8px;
  }
  .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: #747474;
  }
  .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 {
    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: #000;
    color: #fff;
    line-height: 1.1;
    text-align: left;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 300;
  }
  .top-bar .submenu li > a:hover {
    /* Dropdown link on hover */
    background: #2d2d2d;
    color: white;
  }
  .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 */
    background: #7c5c00;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a:hover {
    background: #cea429;
  }

  .hamburger-menu {
    display: none;
  }

  .sticky #menu-header-menu .current_page_parent > a, .sticky #menu-header-menu .current-menu-item > a {
    color: #794faa;
  }
  .sticky #menu-header-menu .submenu .current-menu-item a {
    color: #fcd23e;
  }

  .top-bar .header-menu {
    text-align: center;
  }

  .top-bar .header-menu > li {
    float: none;
    display: inline-block;
  }

  .sticky .top-bar .header-menu > li > a {
    color: #000;
  }

  main .columns.content-col {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  /* min-width 1201px, large screens*/
  .home .hero__content {
    margin-top: 3%;
  }

  main > .row > .content-col {
    width: 60%;
  }

  main > .row > .sidebar {
    width: 38%;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 1601px) {
  .sidebar .sidebar-inner {
    padding-right: calc(((100vw - 1500px) / 2) + 15px);
  }

  main .content-col.columns {
    padding-left: calc((100% - 1500px) / 2) !important;
  }
}
@media screen and (max-height: 750px), screen and (max-width: 1024px) {
  .hero__image {
    max-height: 300px;
    display: block;
    margin: auto;
  }
}
@media screen and (max-height: 600px), screen and (max-width: 640px) {
  .hero {
    /*			&__content{
    				transform:translateX(-50%);
    				bottom: 30px;
    				top: auto; 
    				}*/
  }
  .hero__image {
    max-height: 200px;
    display: block;
    margin: auto;
  }
}
/*  media queries for Microsoft Edge Browser */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .parallax {
    background-attachment: scroll;
  }
}
@supports (-ms-ime-align: auto) {
  /* IE EDGE CSS styles go here */
  .parallax {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .parallax {
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 1440px) {
  .top-bar .header-menu li.has-dropdown > a,
  .top-bar .header-menu li > a {
    padding: 8px 11px;
  }
}
@media all and (orientation: landscape) and (max-width: 758px) {
  .header:after {
    opacity: 0;
  }

  .hero__image {
    max-height: 120px;
  }

  .scroll-down {
    margin-top: 13px;
  }
}
