﻿/*
 Theme Name:   Papillon Club of America 2017
 Description:  Twenty Seventeen Child Theme
 Author:       Matt Stegall
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@import url("css.css");

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
  border-top: 5px solid #833a6f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Old Standard TT", serif;
  margin-bottom: 0.25em;
}

.site-branding {
  display: none !important;
}

.custom-header {
  display: none !important;
}

.navigation-top {
  background: rgb(1, 56, 94);
  border: 0;
  color: #fff;
  position: relative;
}

.custom-logo-link {
  float: left;
}

.main-navigation .menu-topnav-container {
  float: left;
  border: 0;
  padding-top: 4em;
}

.menu-topnav-container a {
  color: #fff;
}

.main-navigation div ul {
  background: rgb(1, 56, 94);
  padding: 0 1.695em;
  display: inline-block !important;
  border: 0;
}

.main-navigation a {
  padding: 1em 0.5em;
  font-size: 0.75rem;
}

.main-naviagtion > a {
  padding: 1em 0 0 1em;
}

.main-naviagtion a:hover,
.current_page_item {
  color: rgb(222, 177, 96) !important;
}

.main-navigation .menu-topnav-container a:hover {
  color: rgb(222, 177, 96);
}

.main-navigation li {
  text-transform: uppercase;
}

#top-menu > li:last-child a {
  color: black;
  background: rgb(222, 177, 96);
  border-radius: 5px;
}

#top-menu > li:last-child a:hover {
  color: white;
}

.site-footer {
  background: rgb(222, 177, 96);
  color: white;
}

.widget a img {
  box-shadow: 0 0 0 0;
  max-width: 50px;
}

.contact h2,
.contact h1 {
  font-weight: bold;
}

.contact p {
  width: 50%;
  float: left;
}

.about h1 {
  text-align: center;
}

.about img {
  padding-bottom: 2em;
}

.about h2 {
  text-align: center;
  border-top: 3px solid black;
  padding-top: 0;
}

.about ul {
  list-style: none;
}

.about li {
  float: left;
  margin: 1.667%;
  width: 30%;
  background: rgb(131, 58, 111);
  text-align: center;
  height: 9em;
  position: relative;
}

.about li a {
  color: white;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  box-shadow: none;
}

.about li a:hover {
  box-shadow: none;
}

@media screen and (min-width: 30em) {
  .wrap {
    max-width: 900px !important;
  }
}

@media screen and (max-width: 48em) {
  .main-navigation .menu-topnav-container {
    padding-top: 0.5em;
  }

  .menu-toggle {
    color: white;
    float: right;
  }

  .menu-topnav-container {
    display: none;
  }

  .toggled-on .menu-topnav-container {
    display: block;
  }
}

.panel-image {
  height: 50vh;
}

.stateLink {
  padding: 0 0.5em;
  display: inline-block;
}

#about-menu {
  list-style: none;
}

#about-menu li {
  float: left;
  margin: 1.667%;
  width: 30%;
  background: rgb(131, 58, 111);
  text-align: center;
  padding: 3em 0;
}

#about-menu li a {
  color: white;
}

#primary {
  max-width: none !important;
}

.site-content{
  padding: 0;
}

@media screen and (max-width: 30em) {
  .about li {
    width: 100%;
  }

  .custom-logo-link img {
    padding: 1em 0 0 1em;
    max-height: 100px;
  }

  .menu-topnav-container {
    padding-top: 0;
    float: right;
  }

  .main-navigation li {
    border: 0;
  }

  .main-navigation li a {
    padding: 0.2em 0;
  }
}

.homepage__returningBar {
  background: rgb(131, 58, 111);
}

.homepage__returningBar h2 {
  color: white;
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 1em;
  margin: 0;
}

.homepage__returningBar a {
  background: rgb(222, 177, 96);
  width: 36%;
  text-align: center;
  display: inline-block;
  border: 1px white solid;
  border-radius: 5px;
  padding: 0.25em 0;
  font-size: 1.5rem;
}

.homepage__newBar ul {
  display: inline-block;
  list-style-type: none;
  width: 50%;
  padding-top: 1em;
}

.homepage__newBar li {
  width: 100%;
  text-align: center;
  padding: 0.25em 0;
  margin: 0.5em 0;
  background: rgb(222, 177, 96);
  font-size: 1.5rem;
  border-radius: 5px;
}

.homepage__newBar h2 {
  display: inline-block;
  width: 49%;
  float: right;
  text-align: center;
  padding-top: 2em;
}

@media screen and (max-width: 30em) {
  .homepage__returningBar h2 {
    width: 100%;
  }

  .homepage__returningBar a {
    width: calc(100% - 2em);
    font-size: 1.25rem;
    margin: 0 1em 1em;
  }

  .homepage__newBar h2 {
    width: 100%;
  }

  .homepage__newBar ul {
    width: 100%;
  }
}

/* Set Link Hover Colors */
a:hover {
  color: rgb(131, 58, 111) !important;
}

.about a:hover {
  color: rgb(222, 177, 96) !important;
}