/*
Theme Name: Kelly Hancock
Theme URI: http://www.kellyhancock.com/
Description: Custom theme for Kelly Hancock
Author: Catch Digital Strategy
Author URI: http://www.catchdigitalstrategy.com/
Version: 1.0
*/

@import url("https://use.typekit.net/nuy6nie.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url('bootstrap/css/bootstrap.css');

html, body {
    height: 100%;
}

body {
    background: #fff;
    color: #0f2030;
    font-family: 'arno-pro', serif;
}

h1, h2, h3, h4 {
	color: #608aa4;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a {
    color: #608aa4;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #db1d44;
    text-decoration: none;
}

h1 {
    letter-spacing: 1px;
}

@media (min-width: 1200px) {
 	h1 {
 		font-size: 42px;
 		line-height: 48px;
 	}
 	h2 {
 		font-size: 36px;
 		line-height: 42px;
 	}
 	h3 {
 		font-size: 30px;
 		line-height: 36px;
 	}
    h4 {
        font-size: 24px;
        line-height: 30px;
    }
    input[type=submit], button {
    	font-size: 15px;
 		line-height: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
 	h1 {
 		font-size: 36px;
 		line-height: 42px;
 	}
 	h2 {
 		font-size: 30px;
 		line-height: 36px;
 	}
 	h3 {
 		font-size: 24px;
 		line-height: 30px;
 	}
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
 	input[type=submit], button {
 		font-size: 15px;
 		line-height: 30px;
 	}
}

@media (min-width: 768px) and (max-width: 991px) {
 	h1 {
 		font-size: 30px;
 		line-height: 36px;
 	}
 	h2 {
 		font-size: 24px;
 		line-height: 30px;
 	}
 	h3 {
 		font-size: 18px;
 		line-height: 24px;
 	}
    h4 {
        font-size: 12px;
        line-height: 16px;
    }
 	input[type=submit], button {
 		font-size: 15px;
 		line-height: 30px;
 	}
}

@media (min-width: 768px) {
    small {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 767px) {
 	h1 {
 		font-size: 30px;
 		line-height: 36px;
 	}
 	h2 {
 		font-size: 24px;
 		line-height: 30px;
 	}
 	h3 {
 		font-size: 18px;
 		line-height: 24px;
 	}
    h4 {
        font-size: 12px;
        line-height: 16px;
    }
 	input[type=submit], button {
 		font-size: 15px;
 		line-height: 30px;
 	}
    small {
        font-size: 12px;
        line-height: 18px;
    }
}

small {
    letter-spacing: 0.5px;
}

small.title {
    text-transform: uppercase;
}

label {
    margin-bottom: 2px;
    font-weight: 400;
    font-size: inherit;
}

a, a:hover, a:focus {
	color: #dc3836;
}

a:focus {
    outline: none;
	text-decoration: none;
}

form {
    margin-bottom: 30px;
}

input[type=text], textarea, select {
    margin: 0px;
    border: 1px solid #d7d8db;
    border-radius: 0;
    padding: 5px;
    background: #f5f6fa;
	color: #608aa4;
    font-family: 'brandon-grotesque', sans-serif;
    font-size: inherit;
}

input[type=submit], button, .button, .navigation a {
    margin: 5px auto;
    border: 1px solid #608aa4;
    border-radius: 0;
    padding: 5px 20px 5px 20px;
    background: #608aa4;
    color: #fff;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

textarea {
    height: 200px;
}

.button, .navigation a {
    margin: 10px 25px 10px 25px;
    position: relative;
    z-index: 3;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
}

.button:hover, .navigation a:hover {
    text-decoration: none;
}

.button:before, .navigation a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -25px;
    border: solid 20px #608aa4;
    border-left-color: #fff;
    z-index: 1;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.button:after, .navigation a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -40px;
    border: solid 20px transparent;
    border-left-color: #608aa4;
    z-index: 2;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.button:hover:before, .navigation a:hover:before, .button:focus:before, .navigation a:focus:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -25px;
    border: solid 20px #db1d44;
    border-left-color: #fff;
    z-index: 1;
}

.button:hover:after, .navigation a:hover:after, .button:focus:after, .navigation a:focus:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -40px;
    border: solid 20px transparent;
    border-left-color: #db1d44;
    z-index: 2;
}

input[type=submit]:hover, button:hover, .button:hover, .navigation a:hover, input[type=submit]:focus, button:focus, .button:focus, .navigation a:focus {
    border: 1px solid #db1d44;
    background: #db1d44;
    color: #fff;
}

.button.contribute {
    border: 1px solid #db1d44;
    background: #db1d44;
}

.button.contribute:hover, .button.contribute:focus {
    border: 1px solid #608aa4;
    background: #608aa4;
}

.button.contribute:before, .button.contribute:before {
    border: solid 20px #db1d44;
    border-left-color: #fff;
}

.button.contribute:after, .button.contribute:after {
    border-left-color: #db1d44;
}

.button.contribute:hover:before, .button.contribute:focus:before {
    border: solid 20px #608aa4;
    border-left-color: #fff;
}

.button.contribute:hover:after, .button.contribute:focus:after {
    border-left-color: #608aa4;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #dedede;
}

img {
    max-width: 100%;
}

/* MENU */

#menu {
    text-align: center;
}

#menu .navbar {
    min-height: auto;
    border-radius: 0;
    margin-bottom: 0;
}

#menu .navbar-default {
    border: 0px none;
    background-color: transparent;
}

#menu .navbar-collapse {
    border: 0px none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

#menu .navbar-default .navbar-toggle {
    background: #608aa4;
    border: 0px none;
    border-radius: 0;
}

#menu .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

#menu .nav > li > a {
    padding: 0;
}

#menu .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

#menu .navbar-default .navbar-nav > li {
    background: #608aa4;
}

#menu .navbar-default .navbar-nav > li.contribute {
    background: #db1d44;
}

#menu .navbar-default .navbar-nav > li > a {
    display: block;
    color: #fff;
    font-family: 'brandon-grotesque', sans-serif;
    text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

#menu .navbar-default .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1600px) {
    #menu {
        height: 120px;
    }
    #menu #logo img {
        height: 100px;
    }
    #menu .navbar {
        top: -70px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #menu .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        line-height: 40px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    #menu {
        height: 120px;
    }
    #menu #logo img {
        height: 100px;
    }
    #menu .navbar {
        top: -70px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #menu .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #menu {
        height: 100px;
    }
    #menu #logo img {
        height: 80px;
    }
    #menu .navbar {
        top: -60px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #menu .navbar-default .navbar-nav > li > a {
        font-size: 10px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }
}

@media (min-width: 880px) and (max-width: 991px) {
    #menu {
        height: 80px;
    }
    #menu #logo img {
        height: 60px;
    }
    #menu .navbar {
        top: -50px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #menu .navbar-default .navbar-nav > li > a {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 9px;
        line-height: 40px;
        font-weight: 700;
        letter-spacing: -0.5px;
    }
}

@media (min-width: 768px) and (max-width: 879px) {
    #menu {
        height: 80px;
    }
    #menu #logo img {
        height: 60px;
    }
    #menu .navbar {
        top: -50px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #menu .navbar-default .navbar-nav > li > a {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 8px;
        line-height: 40px;
        font-weight: 700;
        letter-spacing: -0.5px;
    }
}

@media (min-width: 768px) {
    #menu {
        padding: 10px;
    }
    #menu #logo a {
        position: relative;
        z-index: 4;
    }
    #menu .navbar {
        height: 40px;
        overflow: hidden;
    }
    #menu .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    #menu .navbar-default .navbar-nav {
        width: 100%;
        height: 40px;
        margin-left: -15px;
    }
    #menu .navbar-default .navbar-nav > li {
        width: 10%;
    }
    #menu .navbar-default .navbar-nav > li.endorse {
        margin-left: 20%;
    }
    #menu .navbar-default .navbar-nav > li > a {
        position: relative;
        z-index: 3;
        padding-left: 35px;
    }
    #menu .navbar-default .navbar-nav > li:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        border: solid 30px #608aa4;
        border-left-color: #fff;
        z-index: 1;
    }
    #menu .navbar-default .navbar-nav > li:after {
        content: "";
        position: absolute;
        top: -10px;
        right: -50px;
        border: solid 30px transparent;
        border-left-color: #608aa4;
        z-index: 2;
    }
    #menu .navbar-default .navbar-nav > li.contribute:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        border: solid 30px #db1d44;
        border-left-color: #fff;
        z-index: 1;
    }
    #menu .navbar-default .navbar-nav > li.contribute:after {
        content: "";
        position: absolute;
        top: -10px;
        right: -50px;
        border: solid 30px transparent;
        border-left-color: #db1d44;
        z-index: 2;
    }
}

@media (max-width: 767px) {
    #menu {
        padding: 5px 0 5px 0;
    }
    #menu #logo img {
        height: 100px;
    }
    #menu .navbar-toggle {
        float: none;
        margin: 10px 0 10px 0;
    }
    #menu .navbar-default .navbar-nav > li > a {
        margin-top: 5px;
        font-size: 12px;
        line-height: 35px;
    }
    #menu nav {
	    text-align: center;
    }
    #menu .navbar-default {
        width: 100%;
	    border: 0px none;
    }
    #menu .navbar-toggle {
    }
    #menu .navbar-collapse {
        position: relative;
	    border: 0px none;
        padding-bottom: 10px;
    }
    #menu .navbar-nav {
        width: 100%;
	    margin: 0;
        padding-left: 15px;
        padding-right: 15px;
	    text-align: center;
    }
    #menu .navbar-nav li {

    }
    #menu .navbar-default .navbar-nav > li > a {
        color: #fff;
	    transition: all 0.1s ease-in-out;
	    -moz-transition: all 0.1s ease-in-out;
	    -webkit-transition: all 0.1s ease-in-out;
    }
    #menu .navbar-default .navbar-nav > li > a:hover {
        color: rgba(255, 255, 255, 0.5);
    }
}

/* BANNER */

#banner {
	position: relative;
    border-top: 6px solid #0f2030;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
    background: url('images/banner-contact.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

@media (min-width: 768px) {
    #banner {
	    padding-bottom: 25%;
    }
}

@media (max-width: 767px) {
    #banner {
	    padding-bottom: 50%;
    }
}

.home #banner {
    padding: 0;
}

.page-about #banner {
    background: url('images/banner-about.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.page-issues #banner, .parent-pageid-13 #banner {
    background: url('images/banner-issues.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.page-news #banner, .single #banner, .parent-pageid-16 #banner {
    background: url('images/banner-news.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.page-endorse #banner {
    background: url('images/banner-endorse.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.page-action #banner {
    background: url('images/banner-action.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.page-contact #banner {
    background: url('images/banner-contact.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

#banner #signup h1 {
    margin: 0;
    font-family: 'arno-pro', serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.5px;
    text-transform: none;
    text-align: center;
}

@media (min-width: 1600px) {
    .home #banner {
        height: 750px;
    }
    #banner h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .home #banner {
        height: 600px;
    }
    #banner h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home #banner {
        height: 497px;
    }
    #banner h1 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home #banner {
        height: 385px;
    }
    #banner h1 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (min-width: 768px) {
    .home #banner {
	    position: relative;
	    overflow: hidden;
        background: url('images/banner-home.jpg') 50% 50% no-repeat;
        -webkit-background-size: cover;
        -moz-backround-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #banner #signup {
        position: relative;
        top: 50%;
	    transform: translate(0,-50%);
    }
    #banner #signup h1 {
        padding-bottom: 20px;
        color: #fff;
    }
    #banner #signup #form {
        border: 6px solid rgba(255, 255, 255, 0.5);
    }
    #banner #signup #form .gform_wrapper {
        padding: 6px;
        background: #0f2030;
    }
}

@media (max-width: 767px) {
    .home #banner {
        height: auto;
        background-image: none;
    }
    #banner #signup {
        border-top: 6px solid #0f2030;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #fff;
    }
}

#banner #signup #form form {
    margin-bottom: 0;
}

#banner #signup #form .gform_body {
    padding-bottom: 0;
}

#banner #signup #form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#banner #signup #form ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#banner #signup #form input, #banner #signup #form button {
    width: 100%;
    line-height: inherit;
}

#banner #signup #form input[type=text], #banner #signup #form input[type=email] {
    background: rgba(255, 255, 255, 0.85);
    color: #111c40;
}

#banner #signup #form button {
    margin: 0;
    padding: 5px;
}

@media (min-width: 1200px) {
    #banner #signup #form input, #banner #signup #form button {
        font-size: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner #signup #form input, #banner #signup #form button {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #banner #signup #form input, #banner #signup #form button {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    #banner #signup #form .ginput_container {
        padding: 6px;
    }
    #banner #signup #form ul li#field_1_1 {
        width: 50%;
    }
    #banner #signup #form ul li#field_1_2 {
        width: 50%;
    }
    #banner #signup #form ul li#field_1_3 {
        width: 66.7%;
    }
    #banner #signup #form ul li#field_1_4 {
        width: 33.3%;
    }
    #banner #signup #form ul li#field_1_5 {
        width: 100%;
    }
    #banner #signup #form .gform_footer {
        padding: 0px 6px 3px;
    }
}

@media (max-width: 767px) {
    #banner #signup #form .ginput_container {
        padding: 5px;
    }
    #banner #signup #form ul li {
        width: 100%;
    }
    #banner #signup #form input, #banner #signup #form button {
        font-size: 16px;
    }
    #banner #signup #form .gform_footer {
        padding: 0px 5px;
    }
}

#banner #signup #form .gform_footer {
    
}

#banner #signup #form .validation_error {
    display: none;
}

#banner #signup #form .validation_message {
    padding-left: 5px;
}

#banner #signup #form .gform_confirmation_message {
    color: #fff;
    font-size: 18px;
}

/* act */

.act {
    border-top: 6px solid #0f2030;
    border-bottom: 6px solid #0f2030;
    background: #0f2030;
}

.act .item {
    background: #608aa4;
}

.act #contribute {
    background: #db1d44;
}

.act .item a {
    display: block;
    color: #fff;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.act .item a:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.act a span {
    display: inline-block;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.act a span img {
    width: 48px;
    height: 48px;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.act a:hover span img {
    opacity: 0.5;
}

@media (min-width: 1200px) {
    .act .item a {
        padding: 15px;
        font-size: 22px;
        line-height: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .act .item a {
        padding: 15px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .act .item a {
        padding: 15px;
        font-size: 10px;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .act .item {
        display: inline-block;
        width: 25%;
    }
    .act .item a {
    }
    .act #contribute a {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .act .item a {
        border-bottom: 6px solid #0f2030;
        padding: 20px;
        font-size: 18px;
    }
    .act #contribute a {
        border-bottom: 0;
    }
}

@media (min-width: 768px) {
    .act {
        overflow: hidden;
    }
    .act .item {
        position: relative;
    }
    .act .item a span {
        position: relative;
        z-index: 3;
        padding-left: 0;
    }
    .act .item a img {
        position: relative;
        top: -4px;
    }
    .act .item a:before {
        content: "";
        position: absolute;
        top: -10px;
        left: -20px;
        border: solid 60px #608aa4;
        border-left-color: #0f2030;
        z-index: 1;
    }
    .act .item a:after {
        content: "";
        position: absolute;
        top: -10px;
        right: -90px;
        border: solid 60px transparent;
        border-left-color: #608aa4;
        z-index: 2;
    }
    .act #contribute a:before {
        content: "";
        position: absolute;
        top: -10px;
        left: -20px;
        border: solid 60px #db1d44;
        border-left-color: #0f2030;
        z-index: 1;
    }
    .act #facebook a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 0px none;
        z-index: 1;
    }
    .act #signup a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 0px none;
        z-index: 1;
    }
    .act #contribute a:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border: 0px none;
        z-index: 2;
    }
}

/* PAGE */

#page {
    border-top: 6px solid #0f2030;
}

.page-template-landing #page {
    border-top: 0px none;
    padding-top: 0;
}

#page .gform_footer {
    text-align: center;
}

@media (min-width: 1200px) {
    .pane {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pane {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pane {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .pane {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* ENDORSE */

#map {
    margin-top: -40px;
    padding: 0 50px 0 50px;
}

.endorsement-map {
	position: relative;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.endorsement-map .gravity-form-google-map {
    height: 100% !important;
    position: absolute !important;
}

.endorsement-map iframe, .endorsement-map object, .endorsement-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
    .endorsement-map {
	    padding-bottom: 42.825%;
    }
}

@media (max-width: 767px) {
    .endorsement-map {
	    padding-bottom: 100%;
    }
}

.endorsement-map-entry {
    max-width: 300px;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
}

.endorsement-map-entry-text {
    font-size: 16px;
    margin-bottom: 4px;
}

.endorsement-map-entry-name {
	color: #db1d44;
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.endorsement-map-entry-location {
    color: #608aa4;
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 14px;
}

.page-endorse .entry img {
    padding: 10px;
}

/* ABOUT */

#about {
    text-align: center;
}

@media (min-width: 1200px) {
    #about .entry p {
        font-size: 30px;
        line-height: 60px;
    }
    .divider {
        width: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #about .entry p {
        font-size: 28px;
        line-height: 56px;
    }
    .divider {
        width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #about .entry p {
        font-size: 26px;
        line-height: 52px;
    }
    .divider {
        width: 325px;
    }
}

@media (max-width: 767px) {
    #about .entry p {
        font-size: 24px;
        line-height: 48px;
    }
    .divider {
        width: 250px;
    }
}

/* ISSUES */

#issues {
    background: #0f2030;
    color: #fff;
    text-align: center;
}

#issues h1 {
    color: #fff;
}

#issues a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-family: 'brandon-grotesque', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

#issues a:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

@media (min-width: 1200px) {
    #issues a {
        font-size: 15px;
        line-height: 20px;
    }
    #issues a img {
        width: 128px;
        height: 128px;
        margin-bottom: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #issues a {
        font-size: 15px;
        line-height: 20px;
    }
    #issues a img {
        width: 96px;
        height: 96px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #issues a {
        font-size: 12px;
        line-height: 16px;
    }
    #issues a img {
        width: 64px;
        height: 64px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    #issues {
        padding-left: 30px;
        padding-right: 30px;
    }
    #issues a {
        font-size: 12px;
        line-height: 16px;
    }
    #issues a img {
        width: 64px;
        height: 64px;
        margin-bottom: 12px;
    }
}

/* CONNECT */

#connect h1 {
    text-align: center;
}

#connect #social a {
    display: inline-block;
    margin: 3px;
    border: 2px solid #608aa4;
    padding: 6px;
    border-radius: 50%;
    overflow: hidden;
}

#connect #social a img {
    width: 36px;
    height: 36px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#connect #social a:hover img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

#facebook-feed {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    #facebook-feed {
        width: 100%;
        -moz-column-count: 4;
        -moz-column-gap: 20px;
        -webkit-column-count: 4;
        -webkit-column-gap: 20px;
        column-count: 4;
        column-gap: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #facebook-feed {
        width: 100%;
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #facebook-feed {
        width: 100%;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
}

@media (min-width: 768px) {
    #facebook-feed .eff-panel {
        display: inline-block;
    }
}

@media (max-width: 767px) {

}

#facebook-feed .eff-panel {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d7d8db;
    border-radius: 0;
    padding: 10px;
    background: #f5f6fa;
}

#facebook-feed .eff-panel .eff-panel-heading {
    height: auto;
    margin-bottom: 10px;
    border: 0px none;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
}

#facebook-feed .eff-panel .eff-panel-heading img {
    float: none;
    height: auto;
    margin-right: 10px;
    border-radius: 50%;
}

#facebook-feed .eff-panel .eff-panel-heading a {
    margin: 0;
    line-height: normal !important;
}

#facebook-feed .eff-panel .eff-panel-body {
    border: 0px none;
    padding: 0;
}

#facebook-feed .eff-panel .eff-panel-body img {
    width: auto;
    max-width: 100%;
}

#facebook-feed .eff-panel .eff-panel-body iframe {
    width: 100%;
}

#facebook-feed .eff-panel .eff-panel-body .eff-panel-link {
    border: 0px none;
    box-shadow: none;
}

#facebook-feed .eff-panel .eff-panel-body .eff-panel-link h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#facebook-feed .eff-panel .eff-panel-body .eff-panel-link p, #facebook-feed .eff-panel .eff-panel-body .eff-panel-link h6 {
    margin-left: 0;
    margin-right: 0;
}

#facebook-feed .eff-panel .eff-panel-footer {
    height: auto;
    margin-top: 10px;
    border: 0px none;
    padding: 0;
    background: transparent;
    line-height: normal;
}

#facebook-feed .eff-panel .eff-panel-footer .eff-time {
    float: none;
    margin: 0;
    font-style: italic;
}

#facebook-feed .eff-panel .eff-panel-footer .eff-view {
    display: none;
}

#facebook-feed .fb-video {
    width: 100% !important;
}

#facebook-feed .fb-video span {
    width: 100% !important;
}

#facebook-feed .fb-video span iframe {
    width: 100% !important;
}

/* COLUMNS */

@media (min-width: 768px) {
    .columns-2 {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
    .columns-3 {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }
    .columns-4 {
        -moz-column-count: 4;
        -moz-column-gap: 20px;
        -webkit-column-count: 4;
        -webkit-column-gap: 20px;
        column-count: 4;
        column-gap: 20px;
    }
}

/* BASE */

#base {
	position: relative;
    border-bottom: 6px solid #0f2030;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
    background: url('images/base-wildflowers.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.home #base {
    background: url('images/base-ranch.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.page-about #base {
    background: url('images/base-oil.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.page-issues #base, .parent-pageid-13 #base {
    background: url('images/base-windmill.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.page-news #base, .single #base, .parent-pageid-16 #base {
    background: url('images/base-capitol.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.page-endorse #base {
    background: url('images/base-bridge.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.page-action #base {
    background: url('images/base-wildflowers.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.page-contact #base {
    background: url('images/base-capitol.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

@media (min-width: 768px) {
    #base {
	    padding-bottom: 25%;
    }
}

@media (max-width: 767px) {
    #base {
	    padding-bottom: 50%;
    }
}

/* FOOTER */

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #608aa4;
    font-family: 'brandon-grotesque', sans-serif;
    letter-spacing: 1px;
    text-align: center;
}

#footer a {
    color: #608aa4;
}

#footer #links {
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer #links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer #links ul li {
    margin: 0;
    padding: 0;
}

#footer #links ul li a {
    display: block;
    color: #608aa4;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

#footer #links ul li a:hover {
    text-decoration: none;
    color: #0f2030;
}

#footer #links ul li.contribute a {
    font-weight: 700;
    color: #db1d44;
}

#footer #links ul li.contribute a:hover {
    color: #0f2030;
}

#footer #social a {
    display: inline-block;
    margin: 3px;
    border: 2px solid #608aa4;
    padding: 6px;
    border-radius: 50%;
    overflow: hidden;
}

#footer #social a img {
    width: 36px;
    height: 36px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#footer #social a:hover img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

#footer #contact {
    padding-top: 30px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

#footer #disclaimer {
    display: inline-block;
    padding-top: 30px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

#footer #legal {
    padding-top: 30px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

#footer #legal a:hover {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

@media (min-width: 1200px) {
    #footer #links ul li a {
        padding: 0 15px 0 15px;
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #footer #links ul li a {
        padding: 0 12.5px 0 12.5px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #footer #links ul li a {
        padding: 0 10px 0 10px;
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    #footer #logo img {
        height: 100px;
    }
    #footer #links ul li {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    #footer #logo img {
        height: 100px;
    }
    #footer #links ul li a {
        display: inline-block;
        padding: 2.5px 0 2.5px 0;
        font-size: 16px;
        line-height: 24px;
    }
}

/* VIDEO */

div.video {
	position: relative;
	padding-top: 0px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

div.video.vimeo {
	padding-top: 0;
}

div.video iframe,
div.video object,
div.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	div.video { padding-top: 0; }
}

/* FORMS */

.gform_body {
    padding-bottom: 15px;
}

.gform_fields {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gform_fields .gfield {
    clear: both;
    margin: 0;
    padding: 0 0 15px 0;
}

.gform_fields .gfield .ginput_container input, .gform_fields .gfield .ginput_container textarea, .gform_fields .gfield .ginput_container select {
    width: 100%;
}

@media (min-width: 768px) {
    .gform_fields .gf_left_half {
        clear: left;
        float: left;
        width: 50%;
        padding-right: 5px;
    }
    .gform_fields .gf_right_half {
        clear: none;
        float: right;
        width: 50%;
        padding-left: 5px;
    }
    .gform_fields .gf_left_third {
        clear: left;
        float: left;
        width: 33%;
        padding-right: 5px;
    }
    .gform_fields .gf_middle_third {
        clear: none;
        float: left;
        width: 34%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .gform_fields .gf_right_third {
        clear: none;
        float: right;
        width: 33%;
        padding-left: 5px;
    }
}

.gfield_checkbox, .gfield_radio {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gfield_checkbox li, .gfield_radio li {
    margin: 0;
    padding: 0;
}

.gform_wrapper ul.gfield_checkbox li,.gform_wrapper ul.gfield_radio li {
    overflow: hidden;
}

.gform_wrapper form ul.left_label li,.gform_wrapper form ul.right_label li,.gform_wrapper ul.left_label li,.gform_wrapper ul.right_label li {
    margin-bottom: 14px;
}

.gform_wrapper form ul.left_label li ul.gfield_checkbox li,.gform_wrapper form ul.left_label li ul.gfield_radio li,.gform_wrapper form ul.right_label li ul.gfield_checkbox li,.gform_wrapper form ul.right_label li ul.gfield_radio li,.gform_wrapper ul.left_label li ul.gfield_checkbox li,.gform_wrapper ul.left_label li ul.gfield_radio li,.gform_wrapper ul.right_label li ul.gfield_checkbox li,.gform_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],.gform_wrapper ul.gfield_radio li input[type=radio] {
    width: auto !important;
}

.gform_wrapper ul.gfield_checkbox,.gform_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0;
}

.gform_wrapper .gfield_checkbox li label,.gform_wrapper .gfield_radio li label {
    display: block;
    margin: 0 0 0 24px;
    padding: 0;
    width: auto;
    line-height: 1.5;
    vertical-align: top;
}

.gform_wrapper .gfield_checkbox li label ul,.gform_wrapper .gfield_radio li label ul {
    padding: 0;
}

.gform_wrapper .gfield_checkbox li input,.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio] {
    float: left;
}

@media (min-width: 1200px) {
    .gform_wrapper .gfield_checkbox li input,.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio] {
        margin-top: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gform_wrapper .gfield_checkbox li input,.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio] {
        margin-top: 6px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gform_wrapper .gfield_checkbox li input,.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio] {
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    .gform_wrapper .gfield_checkbox li input,.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio] {
        margin-top: 2px;
    }
}

.gform_wrapper .gfield_checkbox li,.gform_wrapper .gfield_radio li {
    position: relative;
    margin: 0 0 .5em;
    line-height: 1.3;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400;
}

.gform_wrapper ul.gfield_checkbox li,.gform_wrapper ul.gfield_radio li {
    padding: 0 !important;
}

.gform_wrapper ul.gfield_radio li input+input {
    margin-left: .25em
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
    margin-right: .375em;
    margin-top: .25em;
}

.gform_wrapper .ginput_complex label {
    display: block;
    margin-top: 15px;
}

.gform_wrapper .gform_card_icon_container {
    margin: 8px 0 6px;
    height: 32px;
}

.gform_wrapper div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(../../plugins/gravityforms/images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    float: left;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard{
    background-position: -36px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px;
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
    float: left;
    position: relative;
    top: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left,.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
    margin-right: 1%;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-width: 85px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
    white-space: nowrap !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px !important;
}

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 50% !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    width: 32px;
    height: 23px;
    background-image: url(../../plugins/gravityforms/images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    background-position: 0 -128px;
    position: relative;
    top: -1px;
    left: 6px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.gfield_required {
    margin-left: 5px;
    color: #db1d44;
}

.gform_footer {
    clear: both;
}

.validation_error {
    font-weight: 700;
    color: #db1d44;
}

.validation_message {
    color: #db1d44;
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
}

.gform_confirmation_message {
    text-align: center;
}

.gfield_creditcard_warning_message {
    color: #db1d44;
    font-weight: 700;
}

.gform_required_legend {
    display: none;
}

.gfield .captcha-image {
    width: 100%;
    border: 0px none;
}

.gfield .captcha-image .captcha_instructions span {
    color: #db1d44;
    text-transform: lowercase;
}

/* WORDPRESS */

.post {
    padding-bottom: 30px;
}

.date {
    position: relative;
    color: #cccccc;
    top: -8px;
    text-transform: uppercase;
}

.entry, .entry ul li {
    line-height: 150%;
}

@media (min-width: 1200px) {
    .entry {
        font-size: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .entry {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .entry {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .entry {
        font-size: 18px;
    }
}

.post img {
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

@media (min-width: 768px) {
	img.alignleft {
        margin: 10px 20px 10px 0;
    }
	img.alignright {
        margin: 10px 0 10px 20px;
    }
}

@media (max-width: 767px) {
	img.alignleft {
        float: none;
        display: block;
        margin: 10px auto;
    }
	img.alignright {
        float: none;
        display: block;
        margin: 10px auto;
    }
}

img.aligncenter {
    display: block;
    margin: 0px auto;
}

.clear {
    clear: both;
}