/*
Theme Name:     Eugene Swim & Tennis Club
Theme URI:      
Description:    Child theme for the Twenty Thirteen theme 
Author:         Kory Northrop
Author URI:     http://korynorthrop.com
Template:       twentythirteen
Version:        0.1
*/
/* Import the parent theme stylesheet */
@import url("../twentythirteen/style.css");
/* ------------------------------------- */
/* ------------ Global styles ---------- */
/* ------------------------------------- */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ------------------------------------------------------- */
/*     Resets for twenty thirteen theme  */
/* ------------------------------------------------------- */
body,
body.custom-font-enabled,
.entry-content,
.widget {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}
body a,
body.custom-font-enabled a,
.entry-content a,
.widget a {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}
body .site,
body.custom-font-enabled .site,
.entry-content .site,
.widget .site {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  border: none;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
  max-width: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  box-shadow: none;
  border-radius: 0;
}
.site-content article {
  border-bottom: none;
  margin-bottom: 0;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
/* ---------------------------------------------------------------------------- */
/*     Custom CSS for Eugene Swim & Tennis Club     */
/* ---------------------------------------------------------------------------- */
#template {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
  z-index: 100;
  opacity: .5;
  display: none;
}
html {
  font-size: 62.5%;
}
html,
button,
input,
select,
textarea {
  font-family: Georgia, serif;
}
html input[type="submit"],
button input[type="submit"],
input input[type="submit"],
select input[type="submit"],
textarea input[type="submit"] {
  background: #034572;
  background: -webkit-linear-gradient(top, #034572 0%, #023657 100%);
  background: linear-gradient(to bottom, #034572 0%, #023657 100%);
  border-bottom: 3px solid #01263d;
}
html a.button,
button a.button,
input a.button,
select a.button,
textarea a.button {
  background: #034572;
  background: -webkit-linear-gradient(top, #034572 0%, #023657 100%);
  background: linear-gradient(to bottom, #034572 0%, #023657 100%);
  border-bottom: 3px solid #01263d;
  border-image: none;
  border-radius: 2px;
  color: #FFFFFF !important;
  display: inline-block;
  text-decoration: none !important;
  padding: 7px 24px 4px;
}
body {
  color: #555555;
}
p {
  font-size: 1.8rem;
}
.wrap {
  max-width: none;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: visible;
}
.site-header {
  background: url('images/bg-nav.png') repeat top left;
  position: relative;
  z-index: 2;
}
.site-header .nav-menu {
  padding: 0;
}
.site-header .nav-menu li a {
  color: #555555;
  font-family: 'FranklinGothicW01-Roman';
  font-size: 1.7rem;
  text-transform: uppercase;
  padding: 15px 30px;
}
.site-header .nav-menu li:hover a {
  text-decoration: underline;
}
#login-menu {
  float: right;
  width: 100%;
  text-align: right;
  margin: 22px 0 13px 0;
}
#login-menu li a {
  font-family: Georgia, serif !important;
  font-size: 1.3rem;
  padding: 0;
}
#login-menu li.first {
  border-right: 1px solid #555555;
  margin-right: 11px;
  padding-right: 10px;
}
.logo {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 50%;
  margin: 0 0 0 -71px;
}
.mobile-btn {
  display: none;
}
.navbar {
  background: transparent;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
  background: transparent;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
  font-style: normal;
  text-decoration: underline;
}
.main-menu-full {
  display: none;
}
#child-navigation {
  background: url('images/bg-child-menu.png') repeat-x top left;
  height: 75px;
  padding-top: 10px;
  margin-top: -3px;
}
#child-navigation .nav-menu li a {
  font-family: 'ITCFranklinGothicW01-Dm 812683';
  font-size: 3.2rem;
  color: white;
  text-transform: uppercase;
  padding: 15px 26px;
  letter-spacing: 1.7pt;
}
#child-navigation .nav-menu li:hover {
  text-decoration: underline;
}
#child-navigation .nav-menu.left li.no-hover a {
  padding: 0 7px;
  letter-spacing: 0;
}
#child-navigation .nav-menu.right li a {
  padding: 15px 29px;
}
#child-navigation .nav-menu.right li.last a {
  padding-right: 0;
}
#child-navigation .no-hover a {
  background: transparent;
  cursor: default;
  font-family: 'Adobe Garamond W01 It' !important;
  font-size: 2.2rem !important;
  text-transform: none !important;
}
#child-navigation .no-hover:hover {
  text-decoration: none !important;
}
.site-main {
  position: relative;
  z-index: 1;
}
.hentry {
  padding-top: 0;
}
.hentry a {
  color: #555555;
  text-decoration: underline;
}
.hentry a:hover {
  color: #555555;
}
.entry-title,
.blog-title,
.archive-title {
  font-family: 'AdobeGaramondW01-Regula';
  font-size: 7.5rem;
  text-transform: none;
  line-height: .9;
  margin: 35px 0 -21px 0;
  text-align: center;
  font-style: normal;
}
.no-featured-img {
  margin-top: 80px;
}
.entry-content {
  font-size: 1.8rem;
}
.entry-content strong {
  font-family: 'FranklinGothicW01-Roman';
}
.entry-content h2 {
  font-family: 'FranklinGothicW01-Roman';
  font-size: 1.8rem;
  margin-bottom: 0px;
}
.entry-content table {
  border: none;
  font-size: inherit !important;
  color: inherit;
  line-height: inherit;
}
.entry-content table td {
  border: none;
  vertical-align: top;
  padding-bottom: 15px;
}
.entry-content table tr {
  border-bottom: 1px solid grey;
}
.entry-content table tbody > tr:last-child {
  border: none;
}
.sidebar .site-footer,
.site-footer {
  background: url('images/bg-footer.png') repeat top left;
  padding-top: 40px;
  z-index: 2;
}
.sidebar .site-footer .sidebar-container,
.site-footer .sidebar-container {
  background: transparent;
  padding: 0;
}
.sidebar .site-footer .widget-area,
.site-footer .widget-area {
  max-width: 1000px;
  left: 0;
}
.sidebar .site-footer .widget,
.site-footer .widget {
  color: #555555;
  font-family: Georgia;
  width: 25%;
  border-right: 1px solid #c8c7c2;
  padding-top: 0;
  margin-right: 0;
}
.sidebar .site-footer .widget a,
.site-footer .widget a {
  color: #555555;
  font-size: 1.5rem;
}
.sidebar .site-footer .widget p,
.site-footer .widget p {
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.sidebar .site-footer .widget li,
.site-footer .widget li {
  padding: 0px 0 2px 0;
}
.sidebar .site-footer .widget-first,
.site-footer .widget-first {
  padding-left: 0;
}
.sidebar .site-footer .widget-last,
.site-footer .widget-last {
  border-right: none;
  padding-right: 0;
  width: auto;
}
.sidebar .site-footer .widget-title,
.site-footer .widget-title,
.sidebar .site-footer .widget-title a,
.site-footer .widget-title a {
  color: #555555;
  font-family: 'Adobe Garamond W01 SmBd';
  font-size: 1.8rem;
  font-style: normal;
  letter-spacing: 1.55pt;
}
.connect li {
  height: 32px;
  width: 33px;
  background: url('images/sprite-social.png') no-repeat top left;
  float: left;
  margin-right: 9px;
}
.connect li a {
  height: 100%;
  width: 100%;
  display: block;
}
.connect .facebook {
  background-position: 0px 0px;
}
.connect .twitter {
  background-position: -42px 0px;
}
.connect .linkedin {
  background-position: -85px 0px;
}
.connect .googleplus {
  background-position: -128px 0px;
}
.preview-box-container {
  margin-top: 40px;
}
.preview-box-container ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.preview-box-container ul li {
  padding: 32px 27px;
}
.preview-box-container ul li h2 {
  font-family: 'Adobe Garamond W01 SmBd';
  font-size: 2.2rem;
  text-transform: uppercase;
  margin: 21px 0 8px 0;
}
.preview-box-container ul li p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.one-third {
  vertical-align: top;
  display: inline-block;
  margin-right: 29px;
}
.one-third.last {
  margin-right: 0;
}
.one-third,
.one-third:before {
  width: 222px;
}
.one-third:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0px;
  border: 1px solid #c5c5c5;
  background: url('images/bg-preview-box.png') repeat top left;
}
.one-third.num2:before {
  left: 259px;
}
.one-third.last:before {
  right: 6px;
  left: inherit;
}
body.page-parent .hentry {
  text-align: center;
}
.sub-pages-menu {
  display: none;
  margin-top: 40px;
}
.sub-pages-menu h3 {
  font-family: 'FranklinGothicW01-Roman';
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 7px;
}
.sub-pages-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sub-pages-menu ul li {
  margin-bottom: 8px;
}
.sub-pages-menu ul li a {
  color: #555555;
  font-family: 'Adobe Garamond W01 SmBd';
  font-size: 2rem;
  padding: 15px 30px;
  text-decoration: none;
}
body.page-child .entry-title {
  margin-bottom: 40px;
}
body.home .site-header {
  margin-bottom: -1px;
}
body.home .slideshow-wrapper {
  width: 100%;
  z-index: 1;
  background-color: #f0f0f0;
  position: relative;
}
body.home .bx-viewport {
  position: relative;
  z-index: 1;
}
body.home .bxslider {
  text-align: center;
}
body.home .slider-img {
  width: auto !important;
  height: 300px !important;
  padding-top: 40%;
  background-size: auto 300px !important;
}
body.home .bx-controls {
  position: absolute;
  bottom: 26px;
  right: 26px;
  z-index: 2;
}
body.home .bx-wrapper .bx-pager .bx-pager-item,
body.home .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
body.home .bx-wrapper .bx-pager.bx-default-pager a {
  background: #b3a7a7;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body.home .bx-wrapper .bx-pager.bx-default-pager a:hover,
body.home .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff;
}
body.home .site-footer {
  position: relative;
  z-index: 2;
}
body.home .content-area {
  position: relative;
  z-index: 2;
  background: white;
  padding-top: 25px;
}
body.home .hentry {
  text-align: center;
}
body.home .hentry .entry-content > h3 {
  font-family: 'Adobe Garamond W01 SmBd';
  font-size: 1.5rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
body.home .hentry .entry-content > h2 {
  font-family: 'AdobeGaramondW01-Regula';
  font-size: 5rem;
  line-height: 1;
  margin: 8px 0;
}
body.home .hentry .entry-content > p {
  max-width: 685px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}
#client-video-wrapper {
  text-align: center;
  width: 100%;
  position: fixed;
}
body.not-home #client-video-wrapper {
  position: relative;
  height: 400px;
  overflow: hidden;
}
body.not-home #client-video-wrapper.mobile-video {
  overflow: visible;
  height: 100%;
}
body.not-home #client-video-wrapper.mobile-video #clients-movie {
  height: 0px !important;
  width: auto !important;
  padding-top: 56.25% !important;
  overflow: visible;
  background: transparent;
  padding: 0;
}
body.not-home #client-video-wrapper.mobile-video #clients-movie .vjs-tech {
  height: auto !important;
  width: 100% !important;
}
body.not-home #client-video-wrapper.mobile-video .vjs-fullscreen {
  padding-top: 0px !important;
}
body.not-home #client-video-wrapper.mobile-video .vjs-poster {
  height: auto;
}
.video-js {
  margin: 0 auto;
  position: relative;
}
.video-js .vjs-tech {
  height: auto !important;
  width: 100% !important;
  position: static !important;
  margin: 0 auto !important;
}
.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  margin-left: -45px !important;
  z-index: 2;
}
.vjs-poster {
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#clients-movie {
  margin: 0 auto;
  height: 800px !important;
  width: auto !important;
  text-align: center;
  overflow: hidden;
}
#content-bar {
  background: url('images/bg-content-bar.png') repeat-x top left;
  text-align: center;
  padding-top: 34px;
  z-index: 2 !important;
  position: relative;
}
#content-bar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content-bar ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 3rem;
  font-family: 'AdobeGaramondW01-Regula';
  color: black;
  letter-spacing: -0.55pt;
  line-height: 1.1;
}
#content-bar ul li a {
  color: white;
  font-family: 'FranklinGothicW01-Roman';
  font-size: 1.5rem;
  background: url('images/bg-button.png') repeat-x top left;
  height: 37px;
  display: inline-block;
  padding: 11px 40px 0 40px;
  border-radius: 5px;
  position: relative;
  top: -5px;
  margin-left: 5px;
  letter-spacing: .3pt;
}
#content-bar ul li a:hover {
  text-decoration: none;
}
#content-bar ul li:last-of-type {
  margin-right: 0;
}
.parallax-container {
  background: white;
  position: relative;
  z-index: 2;
}
.parallax-image {
  background: url('images/indoor-tennis.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: block;
  width: 100%;
  padding-top: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.preview-box-area {
  background: white;
}
body.page-template-default .bx-pager {
  display: none;
}
.staff-member {
  margin-bottom: 55px;
}
.staff-member img {
  padding-right: 30px;
}
.staff-member .staff-bio {
  width: 100%;
}
.staff-member .staff-title {
  margin: 15px 0 0 0;
}
body.page-template-page-templatescontact-php .site-header {
  margin-bottom: -3px;
}
body.page-template-page-templatescontact-php .hentry {
  text-align: center;
}
.map-container {
  width: 100%;
  background-color: #f0f0f0;
}
#map {
  width: 100%;
  height: 200px;
}
body.blog .blog-title,
body.single-post .blog-title,
body.archive .blog-title,
body.search .blog-title,
body.blog .archive-title,
body.single-post .archive-title,
body.archive .archive-title,
body.search .archive-title {
  text-align: left;
  margin-bottom: 0px;
}
body.blog .entry-title,
body.single-post .entry-title,
body.archive .entry-title,
body.search .entry-title {
  font-family: 'AdobeGaramondW01-Regula';
  font-size: 3.2rem;
  font-style: normal;
  text-align: left;
}
body.blog .entry-title a,
body.single-post .entry-title a,
body.archive .entry-title a,
body.search .entry-title a {
  text-decoration: none;
}
body.blog .hentry,
body.single-post .hentry,
body.archive .hentry,
body.search .hentry {
  padding-bottom: 0px;
}
.archive-header,
.page-header {
  background: transparent;
}
.archive-title,
.archive-meta {
  padding: 0;
}
.site-main .sidebar-container .widget-area {
  border-left: 1px solid #999;
  width: 250px;
}
.site-main .sidebar-container .widget {
  background: transparent;
  margin: 0 0 5px;
}
.site-main .sidebar-container .widget .widget-title {
  font-family: 'FranklinGothicW01-Roman';
  font-style: normal;
  margin-bottom: 0;
}
.site-main .sidebar-container .widget a {
  color: #555;
}
.site-main .sidebar-container .widget form {
  margin-top: 10px;
}
.site-main .sidebar-container .widget-first {
  padding-top: 0;
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
  padding: 0 285px 0 60px;
}
/* ------------------------------------- */
/*     Responsive	 */
/* ------------------------------------- */
@media (max-width: 1425px) {
  #clients-movie {
    padding-top: 56.25%;
    height: 0 !important;
    width: auto !important;
  }
  #clients-movie .vjs-tech {
    position: absolute !important;
  }
  body.not-home #client-video-wrapper {
    height: auto;
  }
  body.not-home #clients-movie {
    padding-top: 40%;
    width: auto !important;
    height: 0px !important;
  }
  body.not-home #clients-movie .vjs-tech {
    position: absolute !important;
    top: 0;
    left: 0;
  }
  body.not-home .vjs-fullscreen {
    padding-top: 0px !important;
  }
  body.not-home #content-bar {
    margin-top: 40% !important;
  }
  .vjs-fullscreen {
    padding-top: 0px !important;
  }
  #content-bar {
    margin-top: 56.25% !important;
  }
}
@media (max-width: 767px) {
  html,
  body,
  #page {
    overflow-x: hidden;
  }
  .site-header {
    background: url('images/bg-nav-mobile.png') repeat top left;
    min-height: 100px;
  }
  .menu-toggle {
    cursor: pointer;
    display: inline-block;
    font-family: 'Avenir Next LT W01 Bold', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
  }
  .menu-toggle,
  .menu-toggle:hover,
  .menu-toggle:focus,
  .menu-toggle:active {
    background: none;
    border: none;
    color: #141412;
    padding: 12px 0 12px 10px;
    position: relative;
    right: 78px;
    top: 9px;
    font-size: 1.8rem;
  }
  .menu-toggle:after,
  .toggled-on .menu-toggle:after {
    content: "";
  }
  .menu-toggle:before,
  .mobile-btn:before {
    content: "\f419";
    font-size: 2.2rem;
    font-family: 'genericons';
    padding-right: 8px;
    vertical-align: -5px;
  }
  .toggled-on .menu-toggle:before {
    content: "\f419";
  }
  .mobile-btn {
    font-family: 'Avenir Next LT W01 Bold', sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    color: black;
    display: inline-block;
    padding: 10px 10px 12px 0;
    cursor: pointer;
    margin: 0;
    vertical-align: baseline;
    top: 9px;
    left: 91px;
    position: relative;
  }
  .mobile-btn:before {
    content: '\f108';
    padding-right: 6px;
  }
  .main-navigation {
    text-align: center;
  }
  ul.nav-menu,
  div.nav-menu > ul {
    display: none;
  }
  .site-header .nav-menu.first {
    padding-top: 100px;
  }
  .site-header .nav-menu.last {
    padding-bottom: 20px;
  }
  .toggled-on .nav-menu,
  .toggled-on .nav-menu > ul {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .toggled-on li,
  .toggled-on .children {
    display: block;
  }
  .toggled-on .nav-menu > li a:hover,
  .toggled-on .nav-menu > ul a:hover {
    background: transparent;
    color: #555555;
  }
  .toggled-on .nav-menu .current_page_item,
  .toggled-on .nav-menu .current_page_ancestor,
  .toggled-on .nav-menu .current-menu-item,
  .toggled-on .nav-menu .current-menu-ancestor {
    background: url('images/bg-child-menu.png') repeat top left;
  }
  .toggled-on .nav-menu .current_page_item a,
  .toggled-on .nav-menu .current_page_ancestor a,
  .toggled-on .nav-menu .current-menu-item a,
  .toggled-on .nav-menu .current-menu-ancestor a,
  .toggled-on .nav-menu .current_page_item a:hover,
  .toggled-on .nav-menu .current_page_ancestor a:hover,
  .toggled-on .nav-menu .current-menu-item a:hover,
  .toggled-on .nav-menu .current-menu-ancestor a:hover {
    color: #fff;
    text-decoration: none;
  }
  #child-navigation {
    display: none;
  }
  #client-video-wrapper {
    position: relative !important;
  }
  .sidebar .site-footer .widget,
  .site-footer .widget {
    width: 100%;
    border-right: none;
    padding: 0;
    text-align: center;
  }
  .sidebar .site-footer .widget-first,
  .site-footer .widget-first {
    padding-left: 0;
  }
  .sidebar .site-footer .widget-last,
  .site-footer .widget-last {
    width: 100%;
  }
  .connect li {
    float: none;
    display: inline-block;
  }
  #content .entry-header,
  #content .entry-content,
  #content .entry-summary,
  #content footer.entry-meta,
  #content .featured-gallery,
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .sidebar .post-navigation .nav-links,
  .paging-navigation .nav-links,
  #content .author-info,
  .comments-area .comments-title,
  .comments-area .comment-list,
  .comments-area .comment-navigation,
  .comment-respond,
  .sidebar .site-info,
  .sidebar .paging-navigation .nav-links,
  body.blog .blog-title,
  body.single-post .blog-title,
  body.archive .blog-title,
  body.search .blog-title,
  body.blog .archive-title,
  body.single-post .archive-title,
  body.archive .archive-title,
  body.search .archive-title,
  .site-main .sidebar-container {
    padding: 0 20px;
  }
  #content header.entry-header {
    padding: 0;
    max-width: 100%;
  }
  .entry-title,
  .blog-title,
  .archive-title {
    font-size: 4.4rem;
  }
  .one-third,
  .one-third:before {
    width: 100%;
  }
  .one-third.num2:before,
  .one-third.num3:before {
    left: 0;
  }
  .sub-pages-menu {
    display: block;
  }
  body.home .slider-img img {
    max-width: 100%;
    height: auto;
  }
  body.home .hentry .entry-content > h2 {
    font-size: 4rem;
  }
  body.home .content-area {
    padding-top: 10px;
  }
  #content-bar {
    display: none;
  }
  #content-bar ul li a {
    max-width: 190px;
    display: block;
    margin: 10px auto 0 auto;
  }
  .parallax-image {
    display: none;
  }
  body.not-home .slider-img {
    width: 100%;
  }
  body.not-home .slider-img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 979px) {
  #content-bar {
    background: url('images/bg-nav-mobile.png') repeat top left;
    padding-bottom: 29px;
  }
  #content-bar ul li {
    display: block;
    margin: 0 0 13px 0;
  }
  .site-main .sidebar-container {
    max-width: none;
    padding-bottom: 75px;
  }
  .site-main .sidebar-container .widget-area {
    border: none;
    width: 100%;
  }
  .site-main .sidebar-container .widget-area .widget {
    padding: 20px 0;
  }
  .sidebar .entry-header,
  .sidebar .entry-content,
  .sidebar .entry-summary,
  .sidebar .entry-meta {
    max-width: none;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .logo {
    position: relative;
    margin: 0 auto;
    display: block;
    left: inherit;
    text-align: center;
    top: 0;
  }
  .main-navigation {
    margin-bottom: 15px;
  }
  .menu-toggle,
  .menu-toggle:hover,
  .menu-toggle:focus,
  .menu-toggle:active {
    right: 0;
    margin-right: 10px;
  }
  .mobile-btn {
    left: 0;
  }
  .site-header .nav-menu.first {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .wrap {
    max-width: 740px;
    padding: 0;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  /* ------------------------------------------------------*/
  /*     Keep footer at bottom for short pages     */
  /* ---------------------------------------------------- */
  html,
  body {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  #page {
    min-height: 100%;
    position: relative;
  }
  #main {
    padding-bottom: 230px;
    /* Height of the footer element */
  }
  body.home #main {
    padding-bottom: 0;
  }
  body.home .hentry {
    padding-bottom: 230px;
    /* height of footer */
  }
  .sidebar .site-footer,
  .site-footer {
    height: 230px;
    /* Need to explicitly set the height of footer */
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .site-header {
    height: 103px;
  }
  .site-header .nav-menu li a {
    font-size: 1.4rem;
    padding: 15px;
  }
  .site-header .nav-menu.left li.first a {
    padding-left: 0;
  }
  .site-header .nav-menu.right li.last a {
    padding-right: 0;
  }
  #login-menu li a {
    font-size: 1.1rem;
  }
  .main-navigation {
    border-top: 1px solid #d9d9d9;
  }
  .nav-menu li.mobile-only {
    display: none;
  }
  #child-navigation .nav-menu li a {
    font-size: 2rem;
    padding: 15px 7px;
  }
  #child-navigation .nav-menu.right li a {
    padding: 15px 12px;
  }
  #child-navigation .no-hover a {
    font-size: 1.9rem !important;
  }
  .site-main {
    padding-top: 103px;
  }
  .sidebar .site-footer .widget,
  .site-footer .widget {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 24%;
  }
  body.home .slider-img {
    width: auto !important;
    height: 300px !important;
    padding-top: 40%;
    background-size: contain !important;
  }
  body.page-parent .site-main,
  body.page-child .site-main {
    padding-top: 175px;
  }
  .one-third,
  .one-third:before {
    width: 222px;
  }
  .one-third:before {
    left: 6px;
  }
  .one-third.num2:before {
    left: 259px;
  }
  .one-third.last:before {
    right: 6px;
    left: inherit;
  }
  .staff-member .staff-bio {
    width: 64%;
  }
  .staff-member .staff-title {
    margin: 0;
  }
  body.blog .site-main,
  body.single-post .site-main,
  body.archive .site-main,
  body.search .site-main {
    padding: 143px 0 100px 0;
  }
  .sidebar .entry-header,
  .sidebar .entry-content,
  .sidebar .entry-summary,
  .sidebar .entry-meta {
    padding-left: 0 !important;
  }
  #map {
    height: 300px;
  }
}
@media (min-width: 980px) {
  .wrap {
    max-width: 940px;
    padding: 0;
  }
  .site-header .nav-menu li a {
    font-size: 1.7rem;
    padding: 15px 30px;
  }
  #login-menu ul.nav-menu {
    padding-right: 0px;
  }
  #login-menu li a {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  .main-menu-full {
    display: none;
  }
  #child-navigation .nav-menu li a {
    /* font-size: 3.2rem; */
    padding: 15px 26px;
  }
  #child-navigation .nav-menu.left li.no-hover a {
    padding: 0 7px;
  }
  #child-navigation .nav-menu.right li a {
    padding: 15px 29px;
  }
  #child-navigation .no-hover a {
    font-size: 2.2rem !important;
  }
  .site-footer .widget {
    margin: 0;
    padding: 20px 20px 0 20px;
    width: 25%;
  }
  .one-third {
    margin-right: 41px;
  }
  .one-third,
  .one-third:before {
    width: 30%;
  }
  .one-third:before {
    left: 0px;
  }
  .one-third.num2:before {
    left: 329px;
  }
  .one-third.last:before {
    right: 1px;
    left: inherit;
  }
  body.home .slideshow-wrapper {
    position: fixed;
  }
  body.home .slider-img {
    width: 100% !important;
    height: 450px !important;
    padding-top: 0;
    background-size: auto 450px !important;
  }
  #content-bar {
    height: 100px;
    margin-top: 450px;
  }
  #content-bar ul li {
    font-size: 2.7rem;
  }
  #content-bar ul li a {
    padding: 11px 30px 0 30px;
  }
  #map {
    height: 400px;
  }
  .parallax-image {
    background-size: cover;
    height: 400px;
    max-width: 2000px;
    padding-top: 0;
  }
  .staff-member .staff-bio {
    width: 72%;
  }
  .entry-header,
  .entry-content,
  .entry-summary,
  .entry-meta {
    margin-left: 0;
  }
  .sidebar .entry-header,
  .sidebar .entry-content,
  .sidebar .entry-summary,
  .sidebar .entry-meta {
    padding: 0 335px 0 60px;
    max-width: none;
  }
  .site-main .sidebar-container {
    position: absolute;
    top: 40px;
    right: 0;
  }
  .site-main .widget-area {
    float: right;
  }
}
@media (min-width: 1080px) {
  .wrap {
    max-width: 1000px;
    width: 100%;
  }
  .one-third {
    margin-right: 44px;
  }
  .one-third.num2:before {
    left: 350px;
  }
  .one-third.last:before {
    right: 2px;
  }
  body.home .slideshow-wrapper {
    position: fixed;
  }
  body.home .slider-img {
    width: 100% !important;
    height: 800px !important;
    padding-top: 0;
    background-size: auto 800px !important;
  }
  body.home .bx-controls {
    bottom: 30px;
    right: 47%;
  }
  #content-bar {
    margin-top: 800px;
  }
  #content-bar ul li {
    font-size: 3rem;
  }
  #content-bar ul li a {
    padding: 11px 40px 0 40px;
  }
  .staff-member .staff-bio {
    width: 75%;
  }
  .sidebar .entry-header,
  .sidebar .entry-content,
  .sidebar .entry-summary,
  .sidebar .entry-meta {
    padding: 0 285px 0 60px;
  }
}
@media (min-width: 2000px) {
  body.home .slider-img {
    background-size: 100% auto !important;
  }
}


.privacy-policy-section .entry-content h2{
	font-size:55px !important;
}



