/*
Theme Name: Lozano for Texas
Theme URI: http://www.lozanofortexas.com/
Description: Custom theme for J.M. Lozano
Author: Catch Digital Strategy
Author URI: http://www.catchdigitalstrategy.com/
Version: 1.0
*/

@import url('bootstrap/css/bootstrap.css');

html, body {
    height: 100%;
}

body {
    background: #fafafa;
    color: #5c6466;
    font-family: 'myriad-pro', sans-serif;
}

h1 {
	color: #0f244d;
    font-family: 'metronic-slab-narrow', sans-serif;
}

h2 {
    color: #b2132e;
    font-family: 'metronic-slab-narrow', sans-serif;
}

h3 {
	color: #0f244d;
    font-family: 'metronic-slab-narrow', sans-serif;
    font-weight: 400;
}

h4 {
    color: #991f1f;
}

h1, h2, h3, h4, small {
}

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

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

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

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

small {
    font-size: 12px;
    line-height: 18px;
}

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

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

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

form {
    margin-bottom: 30px;
}

input[type=text], textarea, select {
    margin: 0px;
    border: 1px solid #a1b0b3;
    border-radius: 2px;
    padding: 5px;
    background: #fff;
    font-size: inherit;
}

input[type=submit], button {
    margin: 0px auto;
    border: 1px solid #a1b0b3;
    border-radius: 2px;
    padding: 5px 25px 5px 25px;
    background: #b2132e;
    color: #fff;
    font-family: 'metronic-slab-narrow', sans-serif;
    font-weight: 400;
    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;
}

input[type=submit]:hover, button:hover {
    background: #cc1635;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #a1b0b3;
}

img {
    max-width: 100%;
}

/* MENU */

#menu {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #0f244d;
}

#menu #logo {
    width: 330px;
    height: 34px;
    padding: 23px;
}

#menu #logo a:hover {
    text-decoration: none;
}

#menu #logo img {
    float: left;
    height: 34px;
    padding-right: 10px;
}

#menu #logo h1 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}

#menu #logo h2 {
    margin: 0;
    color: #a1b0b3;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    #menu-anchor {
        height: 80px;
    }
}

@media (max-width: 767px) {
    #menu-anchor {
        height: 136px;
    }
}

#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: #b2132e;
    border: 2px solid #fff;
    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 > a {
    display: block;
    color: #fff;
    font-family: 'metronic-slab-narrow', 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 {
    background: #132f66;
}

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

#menu .navbar-default .navbar-nav > li.contribute > a:hover {
    background: #cc1635;
}

@media (min-width: 1200px) {
    #menu .navbar-default .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 20px;
        line-height: 80px;
    }
    #menu .navbar-default .navbar-nav > li.contribute {
        padding-left: 10px;
    }
    #menu .navbar-default .navbar-nav > li.contribute > a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #menu .navbar-default .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 80px;
    }
    #menu .navbar-default .navbar-nav > li.contribute {
        padding-left: 7.5px;
    }
    #menu .navbar-default .navbar-nav > li.contribute > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #menu .navbar-default .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        line-height: 80px;
    }
    #menu .navbar-default .navbar-nav > li.contribute {
        padding-left: 5px;
    }
    #menu .navbar-default .navbar-nav > li.contribute > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) {
    #menu {
        height: 80px;
    }
    #menu #logo {
        float: left;
    }
    #menu .navbar {
        float: right;
    }
    #header .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    #menu #logo {
        height: 80px;
        margin: 0px auto;
    }
    #menu .navbar-toggle {
        float: none;
        margin: 10px 0 10px 0;
    }
    #menu .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        line-height: 35px;
    }
    #menu .navbar-default .navbar-nav > li.contribute > a {
        margin-top: 5px;
        color: #fff;
    }
    #menu .navbar-default .navbar-nav > li.contribute > a:hover {
        color: #fff;
    }
    #menu nav {
        position: absolute;
	    text-align: center;
    }
    #menu .navbar {
        position: absolute;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }
    #menu .navbar-default {
        width: 100%;
	    border: 0px none;
        background: #fff;
    }
    #menu .navbar-toggle {
	    background: #fff;
    }
    #menu .navbar-collapse {
        position: relative;
	    border: 0px none;
        padding-bottom: 10px;
    }
    #menu .navbar-nav {
        width: 100%;
	    margin: 0;
        background: #fff;
	    text-align: center;
    }
    #menu .navbar-nav li {

    }
    #menu .navbar-default .navbar-nav > li > a {
        color: #0f244d;
	    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 {
        background: #e7ebec;
        color: #132f66;
    }
}

/* BANNER */

#banner img {
    width: 100%;
}

/* SIGNUP */

#signup {
    background: #0f244d;
}

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

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

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

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

#signup #form .ginput_container {
    
}

#signup #form input[type=text] {
    background: #f2f2f2;
}

#signup #form input, #signup #form button {
    width: 100%;
    line-height: inherit;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 1200px) {
    #signup #form {
        padding-top: 2px;
    }
    #signup #form input, #signup #form button {
        font-size: 22px;
    }
}

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

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

@media (min-width: 768px) {
    #signup #form .ginput_container {
        padding-left: 5px;
        padding-right: 5px;
    }
    #signup #form ul li#field_1_1 {
        width: 18%;
    }
    #signup #form ul li#field_1_2 {
        width: 18%;
    }
    #signup #form ul li#field_1_3 {
        width: 18%;
    }
    #signup #form ul li#field_1_4 {
        width: 28%;
    }
    #signup #form ul li#field_1_5 {
        width: 18%;
    }
}

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

#signup #form .gform_footer {
    display: none;
}

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

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

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

#signup #social a {
    display: inline-block;
    width: 48px;
    height: 48px;
}

#signup #social a img {
    width: 48px;
    height: 48px;
    padding: 6px;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

#signup #social a:hover img {
    width: 46px;
    height: 46px;
    margin: 1px;
    padding: 0;
}

@media (min-width: 768px) {
    #signup {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    #signup #social {
        text-align: right;
    }
}

@media (max-width: 767px) {
    #signup {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #signup #social {
        padding-top: 20px;
        text-align: center;
    }
}

/* FEATURE */

#feature {
    background: url('images/back-feature.jpg') 50% 50% no-repeat fixed;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (min-width: 768px) {
    #feature {
    }
}

@media (max-width: 767px) {
    #feature {
        background-attachment: scroll;
    }
    #feature #endorsements h2 {
        text-align: center;
    }
}

#feature #endorsements img {
    margin-top: 0px;
	margin-bottom:100px;
}

#feature #video {
    margin-bottom: 20px;
    border: 1px solid #a1b0b3;
    border-radius: 2px;
    padding: 30px;
    background: #fafafa;
}

#feature #video .video {
    border: 1px solid #a1b0b3;
}

#feature #video h2 {
	color: #0f244d;
}

@media (min-width: 992px) {
    #feature #endorsements {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    #feature #videos {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    #feature #endorsements {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    #feature #videos {
        padding-top: 20px;
        padding-bottom: 60px;
    }
}

/* ENDORSE */

#endorse {
    background: #a1b0b3;
}

#endorse #title {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #0f244d;
    color: #fff;
    font-family: 'metronic-slab-narrow', sans-serif;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
    #endorse #title {
        padding-left: 20px;
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    #endorse #title {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
}

#endorse #form {
    padding: 30px;
    margin-bottom: 0;
}

#endorse #form label {
    color: #fff;
}

#endorse #form .post {
    padding-bottom: 0;
}

#endorse #form .gform_confirmation_message {
    color: #fff;
}

#endorse #map {
    
}

@media (min-width: 768px) {
    #endorse #form {
        width: 30%;
        float: left;
    }
    #endorse #map {
        width: 70%;
        float: right;
    }
}

@media (max-width: 767px) {

}

#endorse #map #google-map {
	position: relative;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

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

#endorse #map #google-map iframe, #endorse #map #google-map object, #endorse #map #google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {
    #endorse #map #google-map {
	    padding-bottom: 75%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #endorse #map #google-map {
	    padding-bottom: 75%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #endorse #map #google-map {
	    padding-bottom: 75%;
    }
}

@media (min-width: 768px) {
    #endorse #map #google-map {
	    min-height: 740px;
    }
}

@media (max-width: 767px) {
    #endorse #map #google-map {
	    padding-bottom: 100%;
    }
}

.endorsement-map-entry {
    max-width: 300px;
    white-space: normal;
    font-family: 'myriad-pro', sans-serif;
}

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

.endorsement-map-entry-name {
	color: #0f244d;
    font-family: 'metronic-slab-narrow', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.endorsement-map-entry-location {
    color: #a1b0b3;
    font-size: 14px;
}

/* UPDATES */

#updates {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    background: url('images/back-updates.jpg') 50% 50% no-repeat fixed;
    -webkit-background-size: cover;
    -moz-backround-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#updates .update {
    border: 1px solid #a1b0b3;
    border-radius: 2px;
    background: #fafafa;
}

#updates .facebook {
    text-align: center;
}

#updates #news {
    color: #fff;
}

#updates #news a, #updates #news h3 {
    color: #fff;
}

#updates #news .post {
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    #updates .update {
        margin: 30px;
        padding: 30px;
    }
    #updates #news {
        margin: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #updates .update {
        margin: 20px;
        padding: 20px;
    }
    #updates #news {
        margin: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #updates .update {
        margin: 10px;
        padding: 10px;
    }
    #updates #news {
        margin: 10px;
    }
}

@media (max-width: 767px) {
    #updates .update {
        margin: 60px 10px 60px 10px;
        padding: 10px;
    }
    #updates #news {
        margin: 60px 10px 60px 10px;
    }
    #updates {
        background-attachment: scroll;
    }
}

#updates .fb_iframe_widget, #updates .fb_iframe_widget span, #updates .fb_iframe_widget span iframe[style] {
	width: 100% !important;
    max-width: 500px;
}

#updates .fetch-tweets .fetch-tweets-item {
    
}

@media (min-width: 768px) {
    #updates .fetch-tweets .fetch-tweets-item {
        margin: 10px 0 10px 0;
    }
}

@media (max-width: 767px) {
    #updates .fetch-tweets .fetch-tweets-item {
        margin: 10px 0 10px 0;
    }
}

#updates .fetch-tweets .fetch-tweets-item .fetch-tweets-heading > .fetch-tweets-user-name {
    margin: 0;
}

#updates .fetch-tweets .fetch-tweets-item .fetch-tweets-heading > .fetch-tweets-tweet-created-at {
    display: block;
    float: none;
    margin: 0 0 5px 0;
}

#updates .fetch-tweets .fetch-tweets-item .fetch-tweets-retweet-credit {
    float: none;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}

#updates .fetch-tweets .fetch-tweets-item .fetch-tweets-intent-buttons {
    float: none;
    margin-top: 10px;
    text-align: right;
}

@media (min-width: 1200px) {
    #updates .fetch-tweets .fetch-tweets-item .fetch-tweets-text {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #updates .fetch-tweets .fetch-tweets-item .fetch-tweets-text {
        font-size: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #updates .fetch-tweets .fetch-tweets-item .fetch-tweets-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #updates .fetch-tweets .fetch-tweets-item .fetch-tweets-text {
        font-size: 14px;
    }
}

#updates .fetch-tweets .fetch-tweets-item .fetch-tweets-external-media {
	position: relative;
	padding-top: 0px;
	padding-bottom: 57.25%;
	height: 0;
	overflow: hidden;
}

#updates .fetch-tweets .fetch-tweets-item .fetch-tweets-external-media iframe, #updates .fetch-tweets .fetch-tweets-item .fetch-tweets-external-media object, #updates .fetch-tweets .fetch-tweets-item .fetch-tweets-external-media 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) {
	#updates .fetch-tweets .fetch-tweets-item .fetch-tweets-external-media { padding-top: 0; }
}

/* PAGE */

#page {
    min-height: 75%;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* FOOTER */

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #e7ebec;
    text-transform: uppercase;
    text-align: center;
}

#footer a {
    color: #5c6466;
}

#footer span {
    color: #a1b0b3;
}

#footer #logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer #logo img {
    height: 100px;
}

@media (min-width: 768px) {
    #footer {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    #footer {
        font-size: 10px;
        line-height: 15px;
    }
}

/* VIDEO */

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

div.video.widescreen {
	padding-bottom: 56.25%;
}

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: #b2132e;
}

.gform_footer {
    clear: both;
}

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

.validation_message {
    color: #b2132e;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
}

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

/* WORDPRESS */

.post {
    padding-bottom: 30px;
}

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

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

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

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

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

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

.post img {
    border: 1px solid #a1b0b3;
    border-radius: 2px;
}

.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;
}

@media (min-width: 992px){
#feature #videos {
    padding-top: 150px;
    padding-bottom: 60px;
    text-align: center;
}
}