/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 617px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 280px;
    float: right;
    padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 26px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #dd0000; }
  #site_title + #site_tagline {
    margin-top: 6px; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 26px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 26px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 39px;
    margin-top: 42px;
    margin-bottom: 16px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 10px; }
  .grt h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 6px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 16px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 16px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 3px 4px;
    border-radius: 6px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 16px 16px 16px 10px;
    border-left: 6px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 3px 4px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 16px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 22px;
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 26px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 6px; }
  .grt .avatar {
    width: 71px;
    height: 71px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 22px; }
  .grt .caption {
    margin-top: -16px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 16px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 22px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 16px; }
  .grt .drop_cap {
    font-size: 52px;
    line-height: 1em;
    margin-right: 10px;
    float: left; }
  .grt .author_description {
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 78px;
      height: 78px;
      float: left;
      margin-right: 16px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 26px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 26px;
    margin-left: 26px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 26px;
    margin-right: 26px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 26px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 10px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 26px;
  color: #111111; }

.bracket {
  font-size: 26px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 16px 26px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #888888;
  padding: 0 26px;
  margin-bottom: 16px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #dddddd;
  margin-bottom: 52px; }

.comment {
  padding: 26px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 16px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 16px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 16px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 22px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 16px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 22px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 16px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 26px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 26px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #dd0000; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 26px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -52px 0 52px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 6px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 6px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 10px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 26px;
  margin: 52px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 16px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    padding: 0 26px 16px 26px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -26px;
    margin-left: -26px; }
  #commentform p {
    margin-bottom: 16px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 6px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 6px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 19px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  text-align: right;
  padding: 16px 26px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 617px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 896px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 26px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 26px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 26px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 616px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 469px) {
  .menu a,
  .menu_control {
    padding: 1em 16px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 16px;
    padding-left: 16px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 16px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 26px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 16px;
    margin-left: 16px; }

  #commentform .comment_form_title {
    margin-left: -16px;
    margin-right: -16px; }

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
@font-face {
  font-family: 'ExoRegular';
  src: url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoRegular.eot');
  src: url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoRegular.eot') format('embedded-opentype'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoRegular.woff2') format('woff2'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoRegular.woff') format('woff'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoRegular.ttf') format('truetype'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoRegular.svg#ExoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }
@font-face {
  font-family: 'ExoMedium';
  src: url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoMedium.eot');
  src: url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoMedium.eot') format('embedded-opentype'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoMedium.woff2') format('woff2'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoMedium.woff') format('woff'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoMedium.ttf') format('truetype'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoMedium.svg#ExoMedium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }
@font-face {
  font-family: 'ExoBold';
  src: url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoBold.eot');
  src: url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoBold.eot') format('embedded-opentype'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoBold.woff2') format('woff2'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoBold.woff') format('woff'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoBold.ttf') format('truetype'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoBold.svg#ExoBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }
@font-face {
  font-family: 'ExoDemiBold';
  src: url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoDemiBold.eot');
  src: url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoDemiBold.eot') format('embedded-opentype'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoDemiBold.woff2') format('woff2'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoDemiBold.woff') format('woff'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoDemiBold.ttf') format('truetype'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/ExoDemiBold.svg#ExoDemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }
@font-face {
  font-family: 'BlagiousBoldScript';
  src: url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/BlagiousBoldScript.eot');
  src: url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/BlagiousBoldScript.eot') format('embedded-opentype'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/onts/BlagiousBoldScript.woff2') format('woff2'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/BlagiousBoldScript.woff') format('woff'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/BlagiousBoldScript.ttf') format('truetype'), url('https://www.virginiabaseballtourneys.com/wp-content/themes/vbt/thesis-assets/fonts/BlagiousBoldScript.svg#BlagiousBoldScript') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }
strong,
b {
  font-weight: normal;
  font-family: 'ExoBold'; }

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: white;
  color: #272727;
  font-family: serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  font-family: 'ExoRegular'; }

a {
  color: #ff7f00;
  text-decoration: none; }

a:hover {
  color: black; }

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.718%; }

.one-third,
.two-sixths {
  width: 31.624%; }

.four-sixths,
.two-thirds {
  width: 65.812%; }

.one-fourth {
  width: 23.077%; }

.three-fourths {
  width: 74.359%; }

.one-fifth {
  width: 17.949%; }

.two-fifths {
  width: 38.462%; }

.three-fifths {
  width: 58.974%; }

.four-fifths {
  width: 79.487%; }

.one-sixth {
  width: 14.53%; }

.five-sixths {
  width: 82.906%; }

.first {
  clear: both;
  margin-left: 0; }

p {
  margin: 0 0 30px; }

p:last-child {
  margin: 0; }

p a,
a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ExoMedium';
  line-height: 1.2;
  margin: 0 0 20px;
  color: #ff7f00; }

h1,
.font72 {
  font-size: 72px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px; }

h4,
.font24 {
  font-size: 24px; }

h5 {
  font-size: 21px; }

h6 {
  font-size: 18px; }

img {
  max-width: 100%; }

.wrapper {
  width: 1200px;
  margin: auto; }

.wrapper1440 {
  max-width: 1440px;
  margin: auto; }

ul li {
  list-style: none; }

.utility-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: white;
  background-color: black;
  text-align: center;
  font-size: 15px;
  z-index: 9998;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid black; }

.scrolled .utility-bar {
  border-bottom: 1px solid #4e4e4e; }

.admin-bar .utility-bar {
  top: 32px; }

.utility-bar p {
  margin-bottom: 0; }

.utility-bar p i {
  font-size: 12px;
  color: #ff7f00; }

.utility-bar ul {
  position: absolute;
  top: 0;
  right: 0; }

.utility-bar ul li {
  display: inline-block;
  font-size: 18px;
  margin-right: 8px; }

.utility-bar ul li:last-child {
    /*
   * margin-right:0;
   */ }

.utility-bar ul li a {
  color: white; }

.utility-bar ul li a:hover {
  color: #ff7f00; }

.header {
  border: 0;
  float: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 40px; }

.admin-bar .header {
  top: 32px; }

.scrolled .header {
  background-color: black; }

.header .wrapper1440 {
  display: flex;
  align-items: center; }

.menu-wrapper {
  flex-grow: 1; }

.header nav {
  text-align: right;
  font-family: 'ExoMedium';
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.header nav ul li {
  display: inline-block;
  margin-right: 25px; }

.header nav ul li:last-child {
  margin-right: 0; }

.header nav ul li a {
  color: white; }

.header nav ul li a:hover,
.header nav ul li.current-menu-item a,
.single-post .header nav ul li:nth-child(7) a {
  color: #ff7f00; }

.menu-wrapper-top {
  display: none;
  float: left;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid white;
  text-align: right; }

.close-menu {
  cursor: pointer;
  color: #ff7f00;
  font-size: 30px;
  line-height: 0.4;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.menu-closer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background-color: transparent;
  display: none;
  background-color: black;
  opacity: 0.4; }

#logo {
  width: 228px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.scrolled #logo {
  width: 100px; }

.burger-menu {
  color: white;
  font-size: 40px;
  cursor: pointer;
  display: none; }

.page-section {
  float: left;
  width: 100%; }

.hero-section {
  background-size: cover;
  background-position: center center;
  height: 900px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.hero-section:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: black;
  opacity: 0.5;
  position: absolute; }

.hero-content {
  position: relative;
  z-index: 9;
  margin-top: 80px; }

.hero-content h1 {
  color: white;
  line-height: 1.2;
  margin-bottom: 60px; }

.hero-content h1 strong {
  font-family: 'BlagiousBoldScript';
  color: #ddfc50;
  font-size: 85px;
  display: inline-block;
  line-height: 1; }

.site-btn {
  display: inline-block;
  min-width: 250px;
  background-color: #ff7f00;
  color: white;
  text-align: center;
  font-family: 'ExoBold';
  padding: 15px;
  line-height: 1;
  font-size: 16px; }

.site-btn:hover {
  background-color: black;
  color: white; }

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

.block {
  padding: 70px 0; }

.home-section-2 {
  background-image: url('https://www.virginiabaseballtourneys.com/wp-content/uploads/2021/04/hs2-bg.jpg');
  background-size: cover;
  background-position: center center; }

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

.font24 {
  font-size: 24px; }

.home-section-2 h3 {
  font-family: 'ExoBold'; }

.home-section-2 p {
  padding: 0 40px; }

.home-section-2 a {
  color: black; }

.home-section-2 a:hover {
  color: #ff7f00; }

.title-with-line {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 45px; }

.title-with-line:after {
  width: 170px;
  height: 4px;
  background-color: #ff7f00;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto; }

.tournament-item {
  float: left;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  padding: 30px 0;
  display: flex; }

.tournament-item .first {
  width: 55%;
  display: flex;
  align-items: center; }

.tournament-item .first div:first-of-type {
  width: 175px;
  display: flex;
  align-items: center; }

.tournament-item .first div:last-of-type {
  flex-grow: 1;
  padding-left: 35px; }

.tournament-item .first div:last-of-type h4 {
  color: black;
  margin-bottom: 0; }

.tournament-item .first div:last-of-type p {
  margin-bottom: 10px; }

.tournament-item .first div:last-of-type ul {
  margin-bottom: 20px; }

.tournament-item .first div:last-of-type ul li {
  position: relative;
  padding-left: 15px; }

.tournament-item .first div:last-of-type ul li:before {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0; }

.small-btn {
  display: inline-block;
  min-width: 150px;
  text-align: center;
  line-height: 1;
  color: white;
  background-color: #ff7f00;
  font-size: 18px;
  padding: 12px;
  font-family: 'ExoMedium';
  text-transform: uppercase; }

.small-btn:hover {
  color: white;
  background-color: black; }

.yg-btn {
  color: black;
  background-color: #ddfc50; }

.yg-btn:hover {
  color: white;
  background-color: #ff7f00; }

.tournament-item .last {
  width: 45%;
  margin-left: 0;
  border-left: 1px solid #d7d7d7;
  padding-left: 30px; }

.tournament-item .last p {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }

.tournament-item .last label {
  font-family: 'ExoMedium';
  display: inline-block;
  width: 100%;
  margin-bottom: 5px; }

.tournament-item .last .cost-wrap label {
  display: none; }

.tournament-item .last .cost-wrap label:first-of-type {
  display: inline-block; }

.division-wrap label {
  margin-bottom: 0; }

.division-wrap span {
  float: left;
  width: 18.4%;
  margin-top: 5px;
  margin-left: 2%;
  font-size: 14px;
  text-align: center;
  padding: 10px 0 8px;
  font-family: 'ExoMedium';
  color: white;
  background-color: #ff7f00;
  line-height: 1; }

.division-wrap span:nth-of-type(5n+1) {
  clear: both;
  margin-left: 0; }

.level-wrap span {
  float: left;
  width: 18.4%;
  font-size: 14px;
  text-align: center;
  padding: 10px 0 8px;
  font-family: 'ExoMedium';
  color: white;
  background-color: #d7d7d7;
  line-height: 1;
  display: none; }

.level-wrap span:first-of-type {
  display: block; }

.border-btn {
  display: inline-block;
  min-width: 150px;
  text-align: center;
  line-height: 1;
  color: black;
  background-color: transparent;
  font-size: 18px;
  padding: 12px;
  font-family: 'ExoMedium';
  text-transform: uppercase;
  box-shadow: 0px 0px 0px 1px black inset; }

.border-btn:hover {
  color: white;
  background-color: black; }

.border-btn i {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 5px; }

.cost-wrap a + a {
  margin-left: 5px; }

.home-section-4 {
  background-image: url('https://www.virginiabaseballtourneys.com/wp-content/uploads/2021/04/hs4-bg.jpg');
  background-size: cover;
  background-position: center center; }

.home-section-4 h2 {
  color: white; }

.home-section-4 h2:after {
  background-color: white; }

.flex-wrap {
  display: flex;
  width: 100%; }

.blog-list article {
  float: left;
  width: 30.667%;
  margin-left: 4%;
  padding: 20px;
  background-color: white; }

.blog-list article:nth-of-type(3n+1) {
  clear: both;
  margin-left: 0; }

.blog-list article figure {
  width: 100%;
  height: 210px;
  background-size: cover;
  background-position: center center;
  margin: 0 0 20px; }

.blog-list article h4 {
  color: black; }

.blog-list article p {
  margin-bottom: 20px; }

.site-btn2 {
  font-family: 'ExoMedium'; }

.site-btn2 i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.video-carousel li {
  padding: 0 25px; }

.video-carousel li iframe {
  width: 100%;
  height: 200px; }

.video-carousel li h6 {
  color: black;
  margin: 20px 0 0;
  text-align: center; }

.slick-prev,
.slick-next {
  width: auto !important;
  height: auto !important; }

.video-carousel .slick-prev {
  left: -45px; }

.video-carousel .slick-next {
  right: -45px; }

.video-carousel .slick-prev:before {
  content: "\f3d2";
  font-family: "Ionicons";
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: lightgrey;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1 !important; }

.video-carousel .slick-next:before {
  content: "\f3d3";
  font-family: "Ionicons";
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: lightgrey;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1 !important; }

.video-carousel .slick-prev:hover:before,
.video-carousel .slick-next:hover:before {
  background-color: #ff7f00; }

.btn-wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 50px; }

footer {
  color: white;
  background-color: #222222;
  font-size: 16px;
  float: left;
  width: 100%; }

footer a {
  color: white; }

footer a:hover {
  color: #ff7f00; }

.footer-top {
  float: left;
  width: 100%;
  padding: 60px 0; }

.footer-top .first img {
  width: 228px; }

.address-contact i {
  display: inline-block;
  color: #ff7f00;
  margin-right: 5px; }

.footer-top .last ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 25px; }

.footer-top .last ul li:last-child {
  margin-right: 0; }

.footer-bottom {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #4e4e4e; }

.inner-hero-section {
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 40px; }

.inner-hero-section:before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: black;
  opacity: 0.5;
  z-index: 1;
  position: absolute; }

.inner-hero-section .wrapper {
  height: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center; }

.inner-hero-section .wrapper h1,
.inner-hero-section .wrapper h2 {
  color: white;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: 'ExoDemiBold'; }

.half-pads .first {
  padding-right: 20px;
  line-height: 1.8; }

.about-section-2 .first strong {
  color: #ff7f00; }

.half-pads .last {
  padding-left: 20px; }

.about-section-3 {
  background-color: #ebebeb; }

.inner-contents ul {
  padding-left: 20px;
  margin-bottom: 30px; }

.inner-contents ul:last-child {
  margin-bottom: 0; }

.inner-contents ul li {
  list-style: disc; }

.contact-section-2 h3 {
  color: black;
  margin-bottom: 30px; }

.contact-section-2 .one-third {
  line-height: 1.1; }

.contact-section-2 .one-third a {
  color: black; }

.contact-section-2 .one-third i {
  color: #ff7f00;
  display: inline-block;
  margin-right: 10px; }

.map-section {
  height: 400px; }

.full-width {
  float: left;
  width: 100%; }

.form-area .one-half,
.form-area .full-width {
  margin-bottom: 15px; }

.form-area .full-width:last-child {
  margin-bottom: 0; }

.form-area input[type="text"],
.form-area input[type="email"],
.form-area input[type="tel"],
.form-area textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  font-size: 18px;
  width: 100%;
  height: 50px;
  background-color: #ebebeb;
  color: black;
  border: 0;
  border-radius: 0;
  outline: none;
  padding: 0 15px; }

.form-area textarea {
  padding: 15px;
  height: 100px; }

.form-area input[type="submit"] {
  width: 170px;
  height: 50px;
  background-color: #ff7f00;
  color: white;
  font-size: 18px;
  font-family: 'ExoMedium';
  font-weight: normal;
  text-transform: none;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  padding: 0;
  letter-spacing: 1px; }

.form-area input[type="submit"]:hover {
  background-color: black;
  color: white; }

.locations-section-2 article {
  background-color: #eeeeee; }

.resources-section-list {
  min-height: 600px; }

.resources-section-list .one-half {
  width: 47.5%;
  height: 100px;
  margin-left: 5%;
  margin-bottom: 5%;
  display: flex;
  background-image: url('https://www.virginiabaseballtourneys.com/wp-content/uploads/2021/05/file-bg.png');
  background-size: cover;
  background-position: center center;
  font-family: 'ExoDemiBold';
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1; }

.resources-section-list .one-half:hover {
  opacity: 0.8; }

.resources-section-list .one-half div {
  border: 1px solid #ddfc50;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  float: left;
  padding: 10px 25px; }

.resources-section-list .one-half img {
  width: 30px;
  position: relative;
  z-index: 5; }

.resources-section-list .one-half span {
  flex-grow: 1;
  font-size: 24px;
  color: #ddfc50;
  padding-left: 20px;
  position: relative;
  z-index: 5;
  line-height: 1.2; }

.resources-section-list .first {
  margin-left: 0; }

.location-table {
  width: 100%; }

.location-table tr th {
  padding: 10px 20px;
  text-align: left;
  background-color: #ececec;
  color: black;
  font-family: 'ExoBold'; }

.location-table tr td {
  padding: 10px 20px;
  font-family: 'ExoMedium';
  border-bottom: 1px solid #d7d7d7; }

.location-table tr td:last-of-type {
  text-align: right;
  padding-right: 0;
  width: 369px; }

.location-table tr td .border-btn {
  box-shadow: 0px 0px 0px 1px #ff7f00 inset;
  color: #ff7f00;
  margin-right: 10px; }

.location-table tr td .border-btn:hover {
  box-shadow: 0px 0px 0px 1px black inset;
  color: white; }

.single-post-section {
  padding: 220px 0 0; }

.single-post-section h1 {
  font-size: 36px; }

.author-date-section {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  color: #666666;
  font-family: 'ExoRegular'; }

.single-post-content {
  display: inline-block;
  width: 100%;
  padding-top: 35px; }

.wrapper2 {
  width: 1035px;
  margin: 0 auto; }

.single-post-content h2 {
  font-size: 24px; }

.single-post-content h3 {
  font-size: 21px; }

.two-columns-photo {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center; }

.two-columns-photo img {
  margin-bottom: 10px;
  display: inline-block; }

.single-post-section ul {
  margin-bottom: 30px; }

.single-post-section ul:last-child {
  margin-bottom: 0; }

.single-post-section ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px; }

.single-post-section ul li:last-child {
  margin-bottom: 0; }

.single-post-section ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0; }

.author-section {
  display: inline-flex;
  width: 100%;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #d7d7d7; }

.author-section img {
  width: 295px; }

.author-section div {
  padding-left: 40px; }

.blog-list-section article {
  float: left;
  width: 100%;
  margin-bottom: 55px;
  display: flex; }

.blog-list-section article figure {
  width: 25%;
  height: 200px;
  margin: 0;
  background-size: cover;
  background-position: center center;
  position: relative; }

.blog-list-section article figure a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  position: absolute; }

.blog-list-section article div {
  width: 75%;
  padding-left: 35px; }

.blog-list-section article div h3 {
  font-size: 24px;
  margin-bottom: 10px; }

.blog-list-section article div span {
  font-size: 14px;
  margin-bottom: 20px !important; }

.comment-section {
  float: left;
  width: 100%;
  padding: 50px 0 100px; }

.comment-section input[type="submit"] {
  width: 170px;
  height: 50px;
  background-color: #ff7f00;
  color: white;
  font-size: 18px;
  font-family: 'ExoMedium';
  font-weight: normal;
  text-transform: none;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  padding: 0;
  letter-spacing: 1px; }

@media only screen and (max-width: 1480px) {
  .wrapper1440 {
    max-width: 100%;
    padding: 0 20px; }

  .utility-bar ul {
    right: 20px; } }

@media only screen and (max-width: 1300px) {
  .video-carousel .slick-prev {
    left: -10px; }

  .video-carousel .slick-next {
    right: -10px; }

  .video-carousel .slick-prev:before,
  .video-carousel .slick-next:before {
    width: 30px;
    height: 30px;
    line-height: 30px; } }

@media only screen and (max-width: 1240px) {
  .wrapper {
    width: 100%;
    padding: 0 20px; } }

@media only screen and (max-width: 1150px) {
  .header nav {
    font-size: 16px; }

  .header nav ul li {
    margin-right: 10px; }

  h1,
  .font72 {
    font-size: 62px; }

  h2 {
    font-size: 40px; }

  h3 {
    font-size: 32px; }

  h4,
  .font24 {
    font-size: 22px; }

  h5 {
    font-size: 20px; }

  h6 {
    font-size: 18px; }

  .hero-content h1 strong {
    font-size: 75px; } }

@media only screen and (max-width: 1100px) {
  .utility-bar {
    font-size: 12px; }

  .footer-top .first img {
    width: 150px; } }

@media only screen and (max-width: 1075px) {
  .wrapper2 {
    width: 100%;
    padding: 0 20px; } }

@media only screen and (max-width: 960px) {
  #logo {
    width: 150px; }

  h1,
  .font72 {
    font-size: 45px; }

  h2 {
    font-size: 35px; }

  h3 {
    font-size: 30px; }

  h4,
  .font24 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  .hero-section {
    height: 600px; }

  .hero-content h1 strong {
    font-size: 55px; }

  .site-btn {
    min-width: 180px;
    font-size: 14px; }

  .small-btn,
  .border-btn {
    min-width: 130px;
    font-size: 14px; }

  footer {
    font-size: 13px; }

  .resources-section-list .one-half span {
    font-size: 18px; } }

@media only screen and (min-width: 941px) {
  .header nav ul li .sub-menu {
    left: -9999px;
    opacity: 0;
    letter-spacing: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 250px;
    z-index: 99;
    padding: 10px 20px 10px;
    line-height: 1.5;
    background-color: black;
    margin-left: -20px; }

  .header nav ul li:hover .sub-menu {
    left: auto;
    opacity: 1; }

  .header nav ul li .sub-menu li {
    display: block;
    text-align: left;
    margin-bottom: 10px; } }

@media only screen and (max-width: 940px) {
  .logo-wrap {
    flex-grow: 1; }

  .logo-wrap a {
    float: left; }

  .burger-menu {
    display: block; }

  .burger-menu:before {
    line-height: 0.5 !important;
    display: inherit !important; }

  .utility-bar p {
    display: none; }

  .admin-bar .menu-wrapper {
    top: 32px; }

  .menu-wrapper {
    background-color: black;
    position: fixed;
    width: 300px;
    margin: 0 auto;
    z-index: 99999;
    font-size: 15px;
    color: #ff015b;
    height: 100vh;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(400px, 0, 0);
    -moz-transform: translate3d(400px, 0, 0);
    -ms-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
    overflow-y: auto;
    -webkit-transition: transform 250ms ease-out;
    -moz-transition: transform 250ms ease-out;
    -ms-transition: transform 250ms ease-out;
    transition: transform 250ms ease-out;
    text-align: left;
    padding-top: 40px; }

  .open-aside {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }

  .header nav {
    font-size: 15px; }

  .header nav ul li {
    text-transform: uppercase;
    padding: 10px 15px;
    border-bottom: 1px solid white;
    position: relative;
    cursor: pointer;
    margin-right: 0;
    width: 100%;
    text-align: left; }

  .header nav ul > li.menu-item-has-children:after {
    content: "\f3d3";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    color: white;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

  .header nav ul > li.menu-open:after {
    content: "\f3d0"; }

  .header nav ul li .sub-menu {
    display: none; }

  .header nav ul li .sub-menu {
    padding: 0 20px; }

  .header nav ul li .sub-menu li {
    border: 0;
    padding: 10px 0 0; }

  .menu-wrapper-top {
    display: block; } }

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  #logo {
    width: 80px !important; }

  .burger-menu {
    font-size: 32px; }

  h1,
  .font72 {
    font-size: 28px; }

  h2 {
    font-size: 25px; }

  h3 {
    font-size: 22px; }

  h4,
  .font24 {
    font-size: 18px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  .hero-content h1 strong {
    font-size: 55px; }

  .hero-content h1 strong {
    font-size: 32px; }

  .hero-section {
    height: 350px; }

  .hero-content h1 {
    margin-bottom: 30px; }

  .site-btn {
    padding: 10px 15px;
    min-width: 160px;
    font-size: 12px; }

  .block {
    padding: 50px 0; }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; }

  .tournament-item {
    display: inline-block; }

  .tournament-item .one-half {
    width: 100% !important; }

  .tournament-item .first {
    display: inline-block; }

  .tournament-item .first div:first-of-type {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px; }

  .tournament-item .first div:first-of-type img {
    width: 120px; }

  .tournament-item .first div:last-of-type {
    padding-left: 0; }

  .tournament-item .last {
    border-top: 1px solid #d7d7d7;
    border-left: 0;
    margin-top: 20px;
    padding: 20px 0 0; }

  .small-btn,
  .border-btn {
    min-width: 100px;
    font-size: 12px;
    padding: 10px; }

  .flex-wrap {
    display: inline-block; }

  .blog-list article {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; }

  .blog-list article:last-of-type {
    margin-bottom: 0; }

  .footer-top {
    padding: 30px 0; }

  .footer-top .one-fourth {
    text-align: center;
    margin-bottom: 20px; }

  .footer-top .one-fourth:last-of-type {
    margin-bottom: 0; }

  .footer-top .one-fourth h6 {
    margin-bottom: 10px; }

  .footer-top .first img {
    width: 80px;
    display: inline-block; }

  .footer-top .last ul li {
    font-size: 20px; }

  .footer-bottom {
    padding: 20px 0; }

  .inner-hero-section {
    height: 220px; }

  .half-pads .first {
    padding-right: 0;
    margin-bottom: 30px; }

  .half-pads .last {
    padding-left: 0; }

  .contact-section-2 .one-third {
    margin-bottom: 30px; }

  .form-area input[type="text"],
  .form-area input[type="email"],
  .form-area input[type="tel"] {
    font-size: 16px;
    height: 45px; }

  .form-area textarea {
    font-size: 16px; }

  .form-area input[type="submit"] {
    font-size: 16px;
    width: 140px;
    height: 45px; }

  .map-section {
    height: 300px; }

  .resources-section-list {
    min-height: auto; }

  .resources-section-list .one-half {
    width: 100%;
    height: 80px;
    margin-left: 0;
    margin-bottom: 25px; }

  .resources-section-list .one-half span {
    font-size: 15px; }

  .location-table tr td:last-of-type {
    width: 270px; }

  .single-post-section {
    padding: 120px 0 0; }

  .comment-section {
    padding: 50px 0; }

  .two-columns-photo .first {
    margin-bottom: 30px; }

  .single-post-section h1 {
    font-size: 26px; }

  .single-post-section h2 {
    font-size: 20px; }

  .author-section {
    flex-wrap: wrap; }

  .author-section div {
    width: 100%;
    padding-left: 0;
    margin-top: 20px; }

  .blog-list-section article {
    flex-wrap: wrap;
    margin-bottom: 35px; }

  .blog-list-section article figure {
    width: 280px; }

  .blog-list-section article div {
    width: 100%;
    padding-top: 20px;
    padding-left: 0; }

  .blog-list-section article div h3 {
    font-size: 20px; } }

@media only screen and (max-width: 600px) {
  .table-wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap; }

  .location-table tr th,
  .location-table tr td {
    padding: 5px 10px; }

  .location-table tr td:last-of-type {
    width: auto; }

  .blog-list-section article figure {
    width: 100%; } }