/*
Theme Name: PMPress
Description: PresenceMaker custom theme for wordpress.
Author: Presence Maker
Author URI: http://presencemaker.com
Text Domain: pmpress
Version: 1.0
*/

/** 
 * reset/normalize
 */
:focus{outline:none;}
*{border-box;box-sizing:border-box}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;text-align:left;margin:0;padding:0;border:0;outline:0;background:transparent}
article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video,main{display:block}
a img{border:0;display:block;line-height:1px}
figure{position:relative}
figure img{width:100%}
table{border-collapse:collapse;border-spacing:0}
input[type="text"],input[type="password"],input[type="search"],input[type="email"],input[type="url"],input[type="tel"],textarea{-webkit-appearance:none}
/* do not group these rules */
img{height:auto;max-width:100%}
.cf,.container{clear:both;*zoom:1}
.container:after,.cf:after{content:"";display:table;clear:both}
a,button,input[type="submit"] { cursor: pointer; }
em { font-style: italic; }
strong { font-weight: 700; }
/** you'll want to update these */
::-moz-selection{background-color:#cb252b;color:#fff}
::-webkit-selection{background-color:#cb252b;color:#fff}
::selection{background-color:#cb252b;color:#fff}
*::-webkit-input-placeholder { color: #ccc; }
*:-moz-placeholder { color: #ccc; }
*::-moz-placeholder {  color: #ccc; }
*:-ms-input-placeholder {  color: #ccc; }
*:placeholder { color: #ccc; }

/** 
 * global elements and media queries
 */
a {
    color: #283891;
	text-decoration: none;
	transition: all 0.15s ease;
}

body {
	background-color: #fff;
	font: 400 100%/1.5em "Open Sans", Arial, sans-serif;
}

.section {
    overflow: hidden;
    padding: 5em 1em;
    position: relative;
}

.container {
	margin: 0 auto;
	max-width: 63em;
    overflow: hidden;
    position: relative;
}

.home .header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.container--header {
    max-width: 68em;
}

.logo {
    clear: right;
    padding: 1em;
}
.logo__link {
    display: block;
}
.logo__image {
    display: block;
	max-width: 12em;
	margin: auto;
}
@media all and (min-width: 40em){
    .logo {
        clear: none;
        float: left;
    }
    .logo__image {
        max-width: 100%;
        margin: 0;
    }
}

.donate-link {
    background: #283891;
    color: #fff;
    display: block;
    float: right;
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 1em 1em 0 0;
    padding: 1em 2em;
    text-transform: uppercase;
    transition: all 0.2s;
}
.donate-link:hover {
    opacity: 0.75;
}

.facebook-link {
    color: #283891;
    float: right;
    font-weight: 700;
    margin: 1.5em;
}
.facebook-link:hover {
    color: #000;
}

.section-heading {
    color: #000;
    font: 300 2em/1em "Open Sans", Arial, sans-serif;
    margin: .5em 0;
    text-align: center;
}
.section-heading2 {
    color: #000;
    font: 300 1.2em/.2em "Open Sans", Arial, sans-serif;
    margin: 1em 0;
    text-align: center;
}
.section-heading--alt {
    color: #fff;
}

.heading {
    font-size: 1.125em;
    font-weight: 700;
    margin-bottom: 0.25em;
}

.subheading {
    font-size: 1.5em;
    font-weight: 300;
	margin-top: 1em;
}
.subheading--blue {
    color: #283891;
    margin-bottom: 0.5em;

}

.container--about {
    max-width: 50em;
}
.section--about p,
.section--bio p {
    color: #666;
    font: 300 1em/1.75em "Open Sans", Arial, sans-serif;
    margin-bottom: 1em;
}

.section--about p {
    text-align: center;
}

.section--greeting {
    background-position: center;
    background-size: cover;
    padding: 15em 0 0;
}
.greeting {
    background: rgba(40,56,145,0.75);
    margin-top: 5em;
    padding: 3em 1em;
}
.greeting-quote {
    overflow: hidden;
}
.greeting-quote p {
    color: #fff;
    font: 300 1.125em/1.5em "Open Sans", Arial, sans-serif;
    margin-bottom: 0.5em;
}
.greeting-cite {
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
}
.greeting-block h1 {
    color: #fff;
	font-size: 1.5em;
	line-height: 1em;
	padding-top: 1.5em;
	margin-bottom: 1em;
}
@media all and (min-width: 40em){
    .section--greeting {
        padding-top: 15em;
    }
    
    .greeting-quote p {
        font-size: 1.375em;
        margin: 0 5em 1em 0;
    }
    
    .greeting-thumb {
        float: right;
        margin-left: 2em;
    }
}
@media all and (min-width: 50em){
    .section--greeting {
        padding-top: 18em;
    }
}
@media all and (min-width: 65em){
    .section--greeting {
        padding-top: 25em;
    }
}
@media all and (min-width: 80em){
    .section--greeting {
        padding-top: 32em;
    }
}

.section--bio,
.section--endorsements,
.section--issues {
    background-color: #eee;
}
.section--bio .col3 img {
    display: block;
    margin-bottom: 1em;
}
.section--bio ul {
    list-style: none;
    margin-bottom: 2em;
}
.section--bio li {
    color: #666;
    font-size: 1em;
    line-height: 1.25em;
    margin: 0 0 1em 0.5em;
}

.featured-committee-members {
    color: #414165;
    overflow: hidden;
    margin-bottom: 1em;
}
.committee-members {
    color: #414165;
    overflow: hidden;
}

.section--supporters {
    background-color: #ef4323;
    color: #fff;
}

.section--testimonials {
    background-color: #d03a1e;
    color: #fff;
    padding: 3em 1em;
}
.testimonials {
    list-style: none;
}
.testimonial-quote p {
    color: rgba(255,255,255,0.75);
    font-size: 1.125em;
    font-weight: 300;
	line-height: 1.5em;
	text-align: left;
}
.testimonial-cite {
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    margin-top: 2em;
}

.section--contact {
    background-color: #283891;
    padding-bottom: 2em;
}

.person-list {
    clear: both;
    list-style: none;
    text-align: center;
}
.person-list li {
    margin-bottom: 0.5em;
    padding-right: 1em;
    text-align: center;
}

.footer {
    background: #000;
    color: #fff;
    padding: 4em 1em;
}
.footer a {
    color: #aaa;
}
.footer small {
    display: block;
    font-size: 0.875em;
    line-height: 1.5em;
    text-align: center;
}

.frm_hidden_container label {
    display: none;
}
.textinput input {
    background: #202d74;
    border: none;
    color: #fff;
    display: block;
    font: 400 1em/1em Arial, sans-serif;
    margin-bottom: 1em;
    padding: 1em 0.5em;
    transition: all 0.2s;
    width: 95%;
}
.textarea textarea {
    background: #202d74;
    border: none;
    color: #fff;
    display: block;
    font: 400 1em/1em Arial, sans-serif;
    height: 10em;
    margin-bottom: 1em;
    padding: 1em 0.5em;
    transition: all 0.2s;
    width: 97.5%;
}
.textinput input:focus,
.textarea textarea:focus {
    background: #3345a7;
}
.frm_primary_label {
    color: #fff;
	display: block;
	margin-bottom: 0.5em;
}
.frm_checkbox {
    color: #ccc;
	display: block;
	font-size: 0.875em;
	margin: 0 1em 1em 0;
}
.button {
    background: #ccc;
    border: none;
    color: #283891;
    display: block;
    font: 700 0.875em/1em Arial, sans-serif;
    letter-spacing: 0.1em;
    margin: 2em auto;
    padding: 1em 2em;
    text-transform: uppercase;
    transition: all 0.2s;
}
.button:hover {
    background: #fff;
}
.frm_ajax_loading {
    display: none;
}
@media all and (min-width: 50em){
    .frm_checkbox {
        display: inline-block;
    }
}

.container--events {
    overflow: visible;
}
.events {
    list-style: none;
}
.event {
    display: inline-block;
    margin-left: 1.5em;
    max-width: 20.125em;
    position: relative;
}
.event:first-child {
    margin-left: 0;
}
.event-thumb {
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.event-data {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
}
.event-name {
    background: rgba(255,255,255,0.75);
    box-shadow: 0 0 9px rgba(0,0,0,0.5);
    color: #000;
    display: block;
    font-size: 0.875em;
    margin: 0 2em;
    padding: 0.5em;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
}
.event-location {
    background: rgba(40,56,145,0.75);
    box-shadow: 0 0 9px rgba(0,0,0,0.5);
    color: #fff;
    display: block;
    font-size: 0.875em;
    margin: 0 3em;
    padding: 0.5em;
    text-align: center;
}
.event-date {
    background: rgba(239,67,35,0.75);
    box-shadow: 0 0 9px rgba(0,0,0,0.5);
    color: #fff;
    display: block;
    font-size: 0.875em;
    margin: 0 3em;
    padding: 0.5em;
    text-align: center;
}

.section-heading--donate {
    text-align: left;
}
.product .images,
.product .quantity,
.product-quantity,
.product .product_title {
    display: none;
}
.product .entry-summary {
    float: left !important;
}
label[for="ywcnp_suggest_price_single"] {
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
}
label[for="ywcnp_suggest_price_single"] small {
    display: block;
    font-size: 0.75em;
    line-height: 1em;
    font-weight: 400;
}
.ywcnp_sugg_price {
    background: #eee !important;
    border: 2px solid #283891;
    color: #283891;
    display: inline-block;
    font-size: 1em;
    padding: 1em 1.125em;
    transition: all 0.2s;
}
.ywcnp_sugg_price:focus {
    background: #fff !important;
}
.product .single_add_to_cart_button,
.checkout-button,
.woocommerce-checkout .button {
    background: #283891 !important;
    color: #fff;
}

.woocommerce-message {
    display: none;
}

.dsign {
    color: #666;
    font-weight: 400;
	position: absolute;
	top: 73px;
	left: 8px;
}

.single-product .cart {
    float: left;
    width: 50%;
}
.single-product [itemprop="description"] {
    width: 40%;
    float: right;
}
.single-product [itemprop="description"] p {
    line-height: 1.5em;
    margin-bottom: 1em;
}
.single-product .summary.entry-summary {
    width: 100% !important;
}

@media all and (min-width: 45em){
    .col2 {
        float: left;
        width: 50%;
    }
    .col3 {
        float: left;
        width: 33.333%;
    }
    .col4 {
        float: left;
        width: 25%;
    }
}


.bx-controls {
    z-index: 1000;
}
.bx-controls a {
    background: #444;
    background: rgba(0,0,0,0.25);
    color: #ddd;
    color: rgba(255,255,255,0.75);
    display: block;
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
    padding: 1rem;
    position: absolute;
    top: 50%;
    z-index: 1000;
}
.bx-controls a:focus,
.bx-controls a:hover {
    background: #000;
    color: #fff;
}
.bx-prev {
    left: -1rem;
}
.bx-next {
    right: -1rem;
}

.section--issues p {
    margin: 1em 2em 0 0;
    font-size: 0.875em;
    line-height: 1.75em;
}


/**
 * print styles
 */
@media only print {
	
}