/* Theme Name: PDG Corporate Author: Cory Anotado Description: Pacdude Games' going corporate. Version: 1.0 */
 @font-face {
     font-family: 'Fantasque';
     src: url('fonts/FantasqueSansMono-Regular.eot');
    /* IE 9 Compatibility Mode */
     src: url('fonts/FantasqueSansMono-Regular.eot?#iefix') format('embedded-opentype'), 
    /* IE < 9 */
     url('fonts/FantasqueSansMono-Regular.woff2') format('woff2'), url('fonts/FantasqueSansMono-Regular.woff') format('woff'), 
    /* Firefox >= 3.6, any other modern browser */
     url('fonts/FantasqueSansMono-Regular.ttf') format('truetype'), 
    /* Safari, Android, iOS */
     url('fonts/antasqueSansMono-Regular.svg#FantasqueSansMono-Regular') format('svg');
    /* Chrome < 4, Legacy iOS */
     font-weight: 400;
     font-style: normal;
}
 @font-face {
     font-family: 'Franklin';
     src: url('fonts/FranklinGothicStd-ExtraCond.eot');
     src: url('fonts/FranklinGothicStd-ExtraCond.eot?#iefix') format('embedded-opentype'), url('fonts/FranklinGothicStd-ExtraCond.woff2') format('woff2'), url('fonts/FranklinGothicStd-ExtraCond.woff') format('woff'), url('fonts/FranklinGothicStd-ExtraCond.ttf') format('truetype'), url('fonts/FranklinGothicStd-ExtraCond.svg#FranklinGothicStd-ExtraCond') format('svg');
     font-weight: normal;
     font-style: normal;
}
 .grecaptcha-badge {
     display: none;
}
 html {
     font-size: 18px;
}
 a {
     text-decoration: none;
     color: #D62D67;
}
 a:visited {
     color: #962EAB;
}
 .sr-only {
     position: absolute;
     left: -10000px;
     top: auto;
     width: 1px;
     height: 1px;
     overflow: hidden;
}
 .embed-container {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
     max-width: 100%;
     height: auto;
}
 img.alignright {
     float: right;
     margin-bottom: 2rem;
}
 .content p img.size-full {
     max-width: 100%;
     height: auto;
}
 .single-post h2 {
     clear: both;
}
 .embed-container iframe, .embed-container object, .embed-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Franklin';
}
 h2#blurbtext, .gallery-caption {
     font-family: 'Fantasque';
     font-weight: normal;
}
 .patrons{
     display:none;
}
 .hero {
     width: 100vw;
     display: block;
     background-image: -webkit-linear-gradient(224deg, #3023AE 0%, #C86DD7 100%);
     background-image: -o-linear-gradient(224deg, #3023AE 0%, #C86DD7 100%);
     background-image: linear-gradient(-134deg, #3023AE 0%, #C86DD7 100%);
     background-image: url('images/header_bg.jpg');
     background-position: center;
     background-size: cover;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 	 background-color:#9E5AA9;
}
 .home .hero {
     min-height: 100vh;
}
 .hero .container {
     padding: 5vw 0;
     width: 80vw;
     margin: auto;
     max-width: 1200px;
}
 .hero .topper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     padding-bottom: 10px;
     border-bottom: 4px solid #FFF;
}
 .hero .topper .logo {
     width: 20%;
}
 .hero .topper .logo img {
     max-width: 100%;
     height: auto;
}
 .hero .topper .list {
     font-family: 'Fantasque';
     width: 100%;
}
 .hero .topper .list ul {
     list-style: none;
     list-style-type: none;
     margin: 0 0 5px 0;
     float: right;
}
 .hero .topper .list ul li {
     display: inline-block;
     margin-right: 20px;
     color: #FFFFFF;
     text-transform: uppercase;
}
 .hero .topper .list ul li a {
     color: #FFFFFF;
     text-decoration: none;
}
 .hero .topper .list ul li.current-menu-item a {
     color: #FFF;
     background-color: #D52D66;
     border: 5px solid #D52D66;
}
 .hero .topper .list ul li:last-child {
     margin-right: 0;
}
 .hero .headline {
     display: block;
     width: 100%;
     color: #FFF;
     border-bottom: 4px solid #FFF;
}
 .hero .headline h1 {
     font-family: 'Franklin';
     line-height: .8em;
     margin: .4em 0 .25em 0;
     text-transform: uppercase;
}
 .hero .blurb {
     font-family: 'Fantasque';
     color: #FFFFFF;
     padding: 1em 0 0 0;
}
 .hero .blurb a {
     color: rgba(255, 255, 255, 0.7);
}
 .hero .blurb h2 {
     margin: 0;
     font-size: 2rem;
     line-height: 1em;
}
 .content .embed-youtube {
     max-width: 80%;
     margin: auto;
}
 .services .service, .content {
     width: 80vw;
     max-width: 1200px;
     margin: 0 auto;
     padding: 5em 0 0 0;
}
 .services .service:last-child, .content {
     padding-bottom: 5em;
}
 .services .service h3 {
     font-family: 'Franklin';
     line-height: .8em;
     text-transform: uppercase;
     color: #3023AE;
     letter-spacing: 0;
     margin: 0;
     border-bottom: 4px solid #3023AE;
}
 .services .service img {
     padding: 2em 0;
     max-width: 100%;
}
 .services .service p, .content p, .content ul li, .content ol li {
     font-family: 'Fantasque';
     line-height: 1.5em;
     font-size: 1.2rem;
     color: #222222;
     letter-spacing: 0;
     margin: 0;
}
 .patreon-campaign-banner {
     max-width: 100%!important;
     font-family: 'Fantasque';
     line-height: 1.5em;
     font-size: 1.5rem;
     color: #222222;
}
 .patreon-locked-content-message, .patreon-patron-button-wrapper, .patreon-valid-patron-message {
     text-align: center;
     font-family: 'Fantasque';
     line-height: 1.5em;
     font-size: 1.5rem;
     color: #222222;
}
 .patreon-valid-patron-message {
     font-size: 1rem;
}
 .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
     font-weight: normal;
     color: #3023AE;
     margin: 10px 0;
     display: block;
}
 .content h1 {
     font-size: 5.063em;
}
 .content h2 {
     font-size: 3.375em;
}
 .content h3 {
     font-size: 2.25em;
}
 .content h4 {
     font-size: 1.5em;
     border-bottom: 2px solid #3023AE;
}
 .content h5 {
     font-size: 1em;
}
 .content h6 {
     font-size: 0.667em;
}
 .content p, .content ul, .content ol {
     margin-bottom: 3rem;
}
 .content p:last-child {
     margin-bottom: 0;
}
 .content a {
     text-decoration: underline;
}
 .post-type-archive-games .content a {
     text-decoration: none;
}
 .contact {
     min-height: 80vh;
     width: 100vw;
     display: block;
     background-image: -webkit-linear-gradient(224deg, #3023AE 0%, #C86DD7 100%);
     background-image: -o-linear-gradient(224deg, #3023AE 0%, #C86DD7 100%);
     background-image: linear-gradient(-134deg, #3023AE 0%, #C86DD7 100%);
     background-image: url('images/contact_bg.jpg');
     background-position: center;
     background-size: cover;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding: 5vw 0;
}
 .contact .frm_forms {
     width: 80vw;
     margin: auto;
     max-width: 1200px;
}
 .contact form h3 {
     font-family: 'Franklin';
     font-size: 4rem;
     text-transform: uppercase;
     color: #FFFFFF;
     letter-spacing: 0;
     margin: 0;
     margin-bottom: 20px;
     border-bottom: 4px solid #FFFFFF;
}
 .contact form .form p{
     margin-top:0;
}
 .contact form {
     padding: 0;
}
 .contact form .frm_form_field {
     background: rgba(48, 35, 174, 0.60);
     border: 1px solid #FFFFFF;
     padding: 15px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 10px;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .contact form #frm_field_12_container, .contact form .form_title{
     background:none;
     border:0;
     padding:0;
}
 .contact form .form .form_box p {
     font-family: 'Fantasque';
     color: #FFFFFF;
     font-size: .7rem;
     margin: 0;
}
 .contact form fieldset{
     padding:0;
     border:0;
}
 .contact form .frm_required{
     margin-left:10px;
     color:#FF326A;
}
 .contact form label {
     display:flex;
     flex:1;
     font-family: 'Franklin';
     font-size: 2rem;
     text-transform: uppercase;
     color: #FFFFFF;
     letter-spacing: 0;
     margin: 7px 15px 0 0;
}
 .contact form button[type="submit"] {
     background: rgba(292, 49, 84, 0.60);
     border: 1px solid #FFFFFF;
     padding: 18px 0 10px 0;
     width: 100%;
     margin-top:0;
     text-align: center;
     font-family: 'Franklin';
     font-size: 2rem;
     text-transform: uppercase;
     color: #FFFFFF;
     letter-spacing: 0;
}
 .contact form .form_field {
     width: 90%;
}
 .contact form .frm_form_field input, .contact form .form-field select {
     width: 100%;
     -webkit-appearance: none!important;
     background: none!important;
     border: 0;
     font-family: 'Fantasque';
     color: #FFFFFF;
}
 .frm_description, .frm_message {
     width:100%;
     font-family: 'Fantasque';
     color: #FFFFFF;
     margin: 0;
}
 .frm_message{
     text-align: left;
     background: rgba(292, 49, 84, 0.60);
     border: 1px solid #FFFFFF;
     padding: 10px 0 10px 18px;
     margin-bottom: 18px;
     width: 100%;
}
 .frm_error_style{
     display:none;
}
 .frm_error {
     font-family: 'Fantasque';
     color: rgba(292, 49, 84, 0.80);
     font-size: .8em!important;
}
 .beg {
     width: 50%;
     margin: auto auto;
     text-align: center;
     font-family: 'Fantasque';
}
 .beg p {
     font-size: 1rem;
     line-height: 1.4rem;
     margin-bottom: 0;
}
 .beg .button {
     background-color: #f96854;
     color: #FFFFFF;
     display: inline-block;
     padding: 10px;
     clear: both;
     margin-top: 1rem;
}
 .post-type-archive-podcast .subscribe{
     font-family: 'Fantasque';
     line-height: 1.5em;
     font-size: 1.2rem;
     color: #222222;
     letter-spacing: 0;
     margin: 0;
}
 .footer {
     width: 100vw;
     display: block;
}
 .footer .container {
     padding: 2em 0;
     width: 80vw;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin: auto;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     max-width: 1200px;
}
 .footer .locality {
     font-family: 'Fantasque';
     font-size: .8rem;
     color: #3023AE;
     width: 75%;
}
 .footer .locality p {
     margin: 0;
}
 .footer .container .logo {
     padding-left: 1vw;
     width: 15%;
}
 .footer .container .logo img {
     max-width: 100%;
     height: auto;
}
 .single-games .content p {
     text-align: center;
}
 .post-type-archive-games .content {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 1fr 1vw 1fr 1vw 1fr 1vw 1fr;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     grid-column-gap: 1vw;
     grid-row-gap: 1vw;
}
 .post-type-archive-games .content .game .thumbnail {
     width: 100%;
     height: 10rem;
     background-size: cover;
     background-position: center;
}
 .post-password-form {
     padding-bottom: 3rem;
}
 .csvtohtml {
     font-family: 'Fantasque';
     border: 1px solid #333;
     width: 100%;
     padding: 30px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 .csvtohtml .headers th {
     text-align: left;
     border-bottom: 1px solid #333;
     padding-bottom: 5px;
}
 .csvtohtml tr td {
     border-bottom: 1px solid #333;
     padding-bottom: 5px;
}
 .gallery-item img{
     max-width:100%;
     height:auto;
}
 @media only screen and (max-width: 900px) {
     html {
         font-size: 12px;
    }
     .hero .topper .logo {
         width: 50%;
    }
     .hero .topper .list {
         width: 50%;
    }
     .hero .topper .list ul {
         text-align: right;
    }
     .hero .topper .list ul li {
         display: block;
         margin-right: 0;
         text-align: right;
         font-size: 1.2rem;
         color: #FFFFFF;
         text-transform: uppercase;
    }
     .hero .topper .list ul li.social {
         display: inline;
    }
     .hero .topper .logo img {
         max-width: 80%;
         height: auto;
    }
     .home .hero {
         min-height: 100vh;
    }
     .post-type-archive-games .content {
         display: -ms-grid;
         display: grid;
         -ms-grid-columns: 1fr 1vw 1fr;
         grid-template-columns: 1fr 1fr;
         grid-column-gap: 1vw;
         grid-row-gap: 1vw;
    }
}