/*
Theme Name: The Factory Theme
Theme URI: http://thefactoryreno.com
Description: An awesome theme. 
Author: The Factory
Author URI: http://thefactoryreno.com
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");





/* ================================= RESPONSIVE (copy from list below) ===================================== */


@media only screen and (max-width: 480px) {
    /* 480px and below */
}
@media only screen and (max-width: 500px) {
    /* 500px and below */
}
@media only screen and (max-width: 600px) {
    /* 600px and below */
}
@media only screen and (max-width: 768px) {
    /* 768px and below */
}
@media only screen and (max-width: 900px) {
    /* 900px and below */
}
@media only screen and (max-width: 1000px) {
    /* 1000px and below */
}
@media only screen and (max-width: 1100px) {
    /* 1100px and below */
}



/* === UNIVERSAL: switches column order on mobile - add '.tf-reverse-order' class to row */


@media (max-width: 1100px) { 
    .tf-reverse-order .section_inner_margin, 
    .tf-reverse-order .full_section_inner { 
        display: -webkit-flex !important; 
        display: flex; -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}




/* =============================================== UNIVERSAL =============================================== */

.logo_wrapper {
	float: left;
	margin-left: 158px;
}

h1{
	font-family: 'Gotham Medium', sans-serif;

}

h2{
	font-family: 'DM Serif Text', serif;
}

h3{
	font-family: 'Gotham Medium', sans-serif;
}

h4{
	font-family: 'Gotham Bold', sans-serif;
}

h5{
	font-family: 'DM Serif Text', serif;
}


/* === UNIVERSAL: 'tf-row-pad' - adding 25px of padding top and bottom */

.tf-row-pad {
    padding-top: 25px;
    padding-bottom: 25px;
}



/* === UNIVERSAL: Header Active Font color */

nav.main_menu>ul>li>a {
    background-color: none!important;
}

/* === UNIVERSAL: Header */

@media only screen and (min-width: 1200px) {
    /* 1200px and above */

	header .header_inner_left {
    	left: -88px;
	}
}


@media only screen and (max-width: 1200px) {
    /* 1200px and below */

	nav.main_menu > ul > li > a {
    	padding: 0 14px;
	}
	
	nav.main_menu > ul > li > a {
    	font-size: 13px;
	}
}

@media only screen and (max-width: 1100px) {
    /* 1100px and below */

	header .header_inner_left {
    	left: -120px;
	}
}

@media only screen and (max-width: 1024px) {
	nav.main_menu > ul > li > a {
    	padding: 0 10px;
	}
}


@media only screen and (max-width: 1300px) {
/* 1300px and below */
	.q_logo a {
    	height: 79px!important;
	}
}


@media only screen and (max-width: 1000px) {
/* 1000px and below */	
	.logo_wrapper {
    	margin-left: 0;
	}
	
	.q_logo a {
    	height: 58px!important;
	}
}


/* === UNIVERSAL: 'tf-white-text' - makes text color white, assign as in-line element */

.tf-white-text {
    color:white;
}


/* === UNIVERSAL: 'tf-button' - to be determined */

a.tf-button {
    
}

a.tf-button:hover {
    
}


/* === UNIVERSAL: 'tf-list' - list type styling */

ul.tf-list {
    padding-left: 1em;
}
ul.tf-list li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}


/* === UNIVERSAL: 'tf-caption' - changing the caption size */

span.tf-caption {
    font-size: 0.8em;
}




/* =============================================== STYLE PAGE =============================================== */

.qbutton.medium.center.white.default {
	font-family: Gotham Medium;
	text-transform: uppercase;
}

/* =============================================== HOMEPAGE =============================================== */



/* Revolution Slider */

#rev_slider_2_1_wrapper .custom-navigation.tparrows::before {
	color: #631111;
}

#rev_slider_2_1_wrapper .custom-navigation.tparrows:hover::before {
	color: #58585A;
}

/* Button text on Home slider */
.qbutton {
	font-family: 'Gotham Medium', sans-serif;
	text-transform: uppercase;
}
.qbutton:hover {
	background-color:#58585A;
	border-color:#58585A;
}

/* 35 Year Logo Negative Margin */

.tf-rop-logo {
	margin-top: -251px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.tf-rop-logo {
    	margin-top: -182px;
	}
}


@media only screen and (max-width: 1100px) {
    /* 1100px and below */

	.tf-rop-logo {
    	margin-top: -152px;
    	padding-bottom: 21px;
	}
}


@media only screen and (max-width: 768x) {
	.tf-rop-logo {
    	margin-top: -245px;
	}
}

.tf-home-services-icons {
	margin-top:-20px;
	padding-bottom:60px;
}

/* Improving the Lives of Youth section */

.tf-improving-title {
	padding-top: 150px;
    padding-bottom: 24px;
}

.tf-description-text-improving {
	padding-top:40px;
	padding-bottom:180px;
}

@media only screen and (max-width: 1300px) {
    /* 1300px and below */

	.tf-description-text-improving {
    padding-top: 40px;
    padding-bottom: 109px;
	}
}


@media only screen and (max-width: 767px) {
    /* 736px and below */

.tf-description-text-improving {
    padding: 0px 68px 55px 68px;
}

}


/* Join Newsletter Section */

.tf-newsletter-image {
    background-image: url(https://riteofpassage.com/wp-content/uploads/2019/10/contact.png);
    background-position: left bottom!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
	padding: 271px 0px;
}

@media only screen and (max-width: 1921px) {
    /* 1921px and below */
	.tf-newsletter-image {
	padding: 100px 0px;
	}
	
}

@media only screen and (max-width: 1300px) {
	.tf-newsletter-image {
    padding: 68px 0px;
	}
}

@media only screen and (max-width: 1100px) {
	.tf-newsletter-image {
    	padding: 22px 0px;
	}

}


@media only screen and (max-width:900px) {
	.tf-newsletter-image-mobile {
    	padding: 0px 0px;
	}
	
	.tf-connect-with {
    	padding: 92px;
    	background-color: #dadada;
	}
	
	.tf-newsletter-image-mobile {
		background-image:none;
		text-align:center!important;
	}
	
	.tf-newsletter-image {
		display:none;
	}
	
	.tf-connect-with h2, p {
		text-align: center;
	}
	
	form#gform_1 {
    	display: inline!important;
	}
}

@media only screen and (max-width: 320px) {
	.tf-connect-with {
    	padding: 29px;
	}
	
	.gform_wrapper .gform_footer {
    	padding: 0px 0 10px!important;
    	margin: 0px 0 0!important;
	}


}


@media only screen and (max-width: 480px) {
.gform_wrapper .gform_footer {
    padding: 0px 0 10px;
	}
}


@media only screen and (max-width: 767px) {
	.tf-icons-mobile {	
	padding-top:23px;
	}
}


@media only screen and (max-width:900px) {
	.tf-home-services-icons {
		display:none;
	}
	
	.tf-home-services-icons-mobile {
		display:block;
	}
}


@media only screen and (min-width:901px) {
	.tf-home-services-icons-mobile {
		display:none;
	}
	
	.tf-home-services-icons {
		display:block;
	}
} 

.tf-newsletter-image .gform_wrapper input[type="text"] {
	margin:0px 0 0;
}

.tf-newsletter-image .gform_wrapper form {
	padding: 20px 20px 20px 0px;
}



/* Latest Headlines section */

.tf-headlines-title {
    padding-top: 20px;
    padding-bottom: 0px;
}

.tf-separator-white {
    width: 33%;
	color:white;
    display: inline-block;
    margin-top: 40px;
}

.tf-description-text-headlines {
	padding-top:25px;
	padding-bottom:0px;
}

.tf-latest-headlines-background-pattern {
	background-repeat:repeat!important;
	background-size:inherit!important;
	background-image: url(https://riteofpassage.com/wp-content/uploads/2019/10/navy_lines.jpg);
}





/* Blog Slider Section 

i.fa.fa-angle-left {
    transform: rotate(180deg);
}

li.item{
	width:650px!important;
} 
*/

.blog_slider_holder .item_holder {
	margin: 20px;
	padding-left:0px;
}

/*
.caroufredsel_wrapper {
	height:500px!important;	
}

.blog_slides .item {
	width:780px!important;
}
*/

.blog_slider {
    margin-bottom:-150px;
	margin-top:50px;
}

/*
@media only screen and (max-width:900px) {
	.blog_slider {
    	margin: 0 0 -110px 104px;
	}
}


@media only screen and (max-width:782px) {
	.blog_slider {
    	margin: auto;
	}
	
	.blog_slider .caroufredsel-prev, .full_width .section_inner .blog_slider .caroufredsel-prev {
    left: 32px!important;
	}	
	
	.blog_slides .item {
	width:409px!important;
	}
	
	.blog_slider_title.entry_title a {
    font-size: 20px!important;
    line-height: 20px!important;
	}
	
	
	.caroufredsel_wrapper {
	height:293px!important;	
	}
}

@media only screen and (max-width:350px) {
	.blog_slider {
    	margin: auto;
	}
	
	.blog_slider .caroufredsel-prev, .full_width .section_inner .blog_slider .caroufredsel-prev {
    left: 6px!important;
	}	
	
	.blog_slides .item {
	width:354px!important;
	}
	
	.blog_slider_title.entry_title a {
    font-size: 20px!important;
    line-height: 20px!important;
	}
	
	
	.caroufredsel_wrapper {
	height:361px!important;	
	}
	
	.caroufredsel-direction-nav a, .flex-direction-nav a {
    top: 41%;
	}
}


 .blog_slider .caroufredsel-next, .full_width .section_inner .blog_slider .caroufredsel-next {
    left: 20px;
	 display:none!important;
}
 
.blog_slider .caroufredsel-prev, .full_width .section_inner .blog_slider .caroufredsel-prev {
    left: -70px;
}

*/

.blog_text_holder.info_bottom {
	height: 140px;
	width: auto;
	margin: 0 0 0 0;
	bottom: 0;
	opacity: .8;
	z-index: 20;
}

.blog_text_holder.info_bottom .blog_text_holder_inner {
	padding: 0px;
	text-align: left;
}

.blog_slider_title.entry_title {
	line-height: 40px;
	padding-right:15px;
}

.blog_text_holder.info_bottom .blog_text_date_holder {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
	border-right:none;
}

.blog_text_holder.info_bottom .blog_text_holder_outer {
	padding: 0px;
}

.blog_slider_title.entry_title a {
	vertical-align: middle;
	padding: 0 0 0 0;
	text-transform: none!important;
	color:#ffffff;
	font-size:30px;
	font-family: Gotham Bold;
}

/* Join our Mission Section */

.tf-mission-title {
    padding-top: 250px;
    padding-bottom: 24px;
}

@media only screen and (max-width:782px) {	
	.tf-mission-title {
    	padding-top: 69px;
	}
}

.tf-separator {
    width: 33%;
    display: inline-block;
    margin-top: 40px;
}


@media only screen and (max-width:767px) {
	.tf-description-text-mission {
    padding: 0px 82px 28px 82px;
	}
}

/* Transparent Background for Text Section  */

.tf-transparent-background {

    background-color: transparent !important;

}

.tf-description-text-mission {
	padding-top:15px;
	padding-bottom:40px;
}



.tf-home-bottom-photo {
    padding-top: 2222px;
    margin-top: -326px;
    background-position: top center !important;
}


@media only screen and (max-width:1921px) {
    /* 1921px and below */

	.tf-home-bottom-photo {
    	padding-top: 1200px;
    	margin-top: -161px;
    	background-position: top center !important;
		}
	
	}


@media only screen and (max-width:1300px) {
    /* 1300px and below */

	.tf-home-bottom-photo {
    	padding-top: 1000px;
    	margin-top: -148px;
	}
}

@media only screen and (max-width:400px){
.tf-home-bottom-photo {
    padding-top: 434px;
    margin-top: -52px;
}
}


/* Social Media Icons  */

.tf-social-icon {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 8px;
}

.tf-social-icons {
   text-align:left;
}


/* =============================================== CAREERS PAGE =============================================== */

/* Benefits Section  */

.tf-careers-benefits-background-pattern {
	background-repeat:repeat!important;
	background-size:inherit!important;
	background-image: url(https://riteofpassage.com/wp-content/uploads/2019/10/navy_lines.jpg);
}

.tf-benefits-title {
    padding-top: 80px;
    padding-bottom: 0px;
}

.tf-separator-white {
    width: 33%;
	color:white;
    display: inline-block;
    margin-top: 40px;
}

.tf-description-text-benefits {
	padding-top:25px;
	padding-bottom:40px;
}



.tf-careers-image {
	background-image: url(https://riteofpassage.com/wp-content/uploads/2019/10/careers_footer_image.jpg);
    text-align: center;
	background-position:left bottom!important;
	background-repeat:no-repeat!important;
	background-size:contain!important;
	padding: 100px 0px;
}

@media only screen and (max-width:900px) {
    /* 900px and below */
	
	.tf-careers-image {
	background-image: none!important;
	}
}

/* Apply Now Bottom Section  */

.tf-apply-title {
    padding-top: 80px;
    padding-bottom: 0px;
}

.tf-separator {
    width: 33%;
	color:white;
    display: inline-block;
    margin-top: 40px;
}

.tf-apply-description {
	padding-top:25px;
	padding-bottom:40px;
}


/* =============================================== HISTORY PAGE =============================================== */

.tf-history-title {
    padding-top: 40px;
    padding-bottom: 0px;
}

.tf-description-text-history {
	padding-top:25px;
	padding-bottom:40px;
}


/* =============================================== SERVICES PAGE =============================================== */

.tf-services-quality-title {
   padding-top: 80px;
    padding-bottom: 0px;
}

.tf-services-title {
    padding-top: 40px;
    padding-bottom: 0px;
}

.tf-description-text-services {
	padding-top:25px;
	padding-bottom:40px;
}


/* =============================================== GET INVOLVED PAGE =============================================== */

.tf-graduates-title {
		padding-top: 20px;
}


.tf-involved-title {
		padding-top: 60px;
}

.tf-separator-involved {
    width: 33%;
    display: inline-block;
    margin-top: 40px;
	margin-bottom: 40px;
}


.tf-description-text-get-involved {
 	padding-top: 0px;
	padding-bottom:40px;
}

.tf-description-text-get-involved-tag {
 	padding-top:0px;
	padding-bottom:20px;
}


/* =============================================== LEADERSHIP PAGE ========================================= */

.tf-leadership-description {
	padding-top:40px;
	padding-bottom:80px;
}

.tf-biography-description { 
	padding-top:30px;
}

.tf-separator-leadership {
    width: 33%;
    display: inline-block;
    margin-top: 100px;
}



/* =============================================== CAREER PAGE ========================================= */

@media only screen and (max-width:1100px) {
	.tf-career-icon {
    	padding-top: 37px;
	}
}


@media only screen and (max-width:900px) {
	.tf-career-icon h3 {
    	font-size: 15px;
	}
}


/* =============================================== ABOUT US PAGE ========================================= */


@media only screen and (max-width:900px) {
	.tf-button-row .qbutton, .qbutton.medium {
	padding-left: 20px;
	padding-right:20px;	
	}
}


.tf-our-mission-title {
    padding-top: 80px;
    padding-bottom: 0px;
}

.tf-description-text-our-mission {
	padding-top:25px;
	padding-bottom:40px;
}

.tf-our-vision-title {
    padding-top: 20px;
    padding-bottom: 0px;
}

.tf-description-text-our-vision {
	padding-top:25px;
	padding-bottom:80px;
}


.tf-core-values-description {
	padding-top:10px;
	padding-bottom:40px;
	line-height:24px;
}

.tf-core-values-title {
    padding-top: 80px;
    padding-bottom: 0px;
}

.tf-core-values-subtitle {
	padding-top:15px;
}


/* =============================================== PARTNERSHIPS PAGE ========================================= */

.tf-universities-slider .owl-nav .owl-prev {
	left: -80px;
}

.tf-universities-slider .owl-nav .owl-next {
	right: -80px;
}


.tf-aa-gallery .owl-nav .owl-prev {
	left: -15px;
}

.tf-aa-gallery .owl-nav .owl-next {
	right: -15px;
}

.tf-aa-gallery .qode-owl-slider .owl-item img, .qode-owl-slider-style .owl-item img {
    width: 225px!important;
    height: 225px!important;
    margin: 0px 1px 0px 79px!important;
}

.tf-universities-slider .owl-nav .qode-next-icon, .tf-universities-slider .owl-nav .qode-prev-icon {
	color: #631111;
	border: transparent;
}

.tf-blue-slider .owl-nav .qode-next-icon, .tf-blue-slider .owl-nav .qode-prev-icon {
    color: #fff;
    border: transparent;
}

.tf-blue-slider .owl-nav .owl-next, .tf-blue-slider .owl-nav .owl-prev {
	top: 41%;
}

.tf-universities-slider .owl-nav .owl-next, .tf-universities-slider .owl-nav .owl-prev {
	top: 41%;
}

.qode-owl-slider .owl-nav .owl-next:hover .qode-next-icon {
	color:#808285!important;
}

.qode-owl-slider .owl-nav .owl-prev:hover .qode-prev-icon {
	color:#808285!important;
}

.qode-advanced-image-gallery .owl-dots .owl-dot.active span, .qode-advanced-image-gallery .owl-dots .owl-dot:hover span {
	background-color: #808285;
}


/* =============================================== COVID Page =============================================== */

.tf-covid-bottom-section > div {
	min-height: 620px;
}

.tf-white-box {
    background-color: white;
    margin: 0px 1%;
    width: 48%;
    padding: 30px 20px 0px 20px;
    min-height: 415px!important;
}

.tf-featured-sections-covid {
	background-color:white; 
}

@media only screen and (max-width:1280px) {
	.tf-white-box {
    	min-height:475px!important;
	}
	
}


@media only screen and (max-width:1200px) {
	.tf-white-box {
    	min-height:527px!important;
	}
	
}

@media only screen and (max-width:1000px) {
	.tf-featured-sections-covid h3 {
    	font-size: 14px;
	}
}


@media only screen and (max-width:768px) {
	.tf-white-box {
    	margin: 17px 0px;
    	padding: 30px 20px 38px 20px;
    	min-height: auto!important;
    	width: auto;
	}
	
	.tf-covid-bottom-section > div {
    	min-height: auto;
	}
}

@media only screen and (max-width:768px) {
	.tf-featured-sections-covid {
    	background-color: transparent;
	}
}

h3, .h3, h3 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h3.elementor-heading-title {
    color: #631111;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}


h3.clearfix.qode-title-holder.ui-accordion-header.ui-corner-top.ui-state-default.ui-corner-bottom {
    color: #ffffff;
}

h3.clearfix.qode-title-holder.ui-accordion-header.ui-corner-top.ui-state-default.ui-corner-bottom:hover {
    color: #efefef;
}

.qode-accordion-holder .qode-title-holder.ui-state-active {
    color: #ffffff;
}


.tf-white-box .qode-accordion-holder .qode-title-holder {
    background-color: #003850;
	margin-top: 14px;

}

ul a {
    color: #631111;
}

.tf-old-tab .q_tabs .tabs-nav li.active {
    border-top: solid #efefef 2px;
    border-left: solid #efefef 2px;
    border-right: solid #efefef 2px;
    border-bottom: solid #efefef 0px!important;
	background: #efefef;
}

.tf-old-tab .q_tabs.horizontal .tabs-nav li {
    border-bottom: solid #efefef 2px;
}

.tf-old-tab .q_tabs.horizontal .tabs-nav li:first-child a {
    padding-left: 17px;
}

.tf-mobile-tab .q_tabs.horizontal .tabs-nav li:first-child a {
    padding-left: 13px;
}

.tf-mobile-tab .q_tabs .tabs-nav li a {
    text-decoration: underline;
}

.tf-mobile-tab ul.tabs-nav a {
    font-size: 20px!important;
    padding: 0px 7px!important;
}


@media only screen and (max-width:100px) {
.tf-hide-mobile {
	display:none;
}
}

.q_tabs.vertical .tabs-nav li.active a {
	background-color:#efefef;
}

.tf-white-bg {
	background-color:#fbfbfb;
	padding: 80px 20px;
	border-radius:6px;
}

.two_columns_25_75>.column1 {
    width: 10%;
    float: left;
    margin-top: 32px;
}

.two_columns_25_75>.column2 {
    width: 80%;
    float: left;
}

aside .widget.posts_holder li {
    padding: 7px 0;
    margin: -1px 0px;
    padding: 5px;
    border: 1px solid #898989;
    text-align: center;
    line-height: 15px;
}

aside .widget.posts_holder li a {
    text-decoration: none!important;
}

.two_columns_25_75>.column1>.column_inner {
    padding: 3px 0 0 15px;
}



/* =============================================== CONTACT PAGE =============================================== */

/* Contact Form Styling for Contact Page */

#gform_wrapper_2 {
	background-color: #003850;
	padding: 20px;
	margin-bottom:0px
}

.gfield_label {
	color: #FFFFFF!important;
	font-family: 'Gotham Medium';
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.ginput_container.ginput_container_checkbox {
	font-family: Gotham Book;
	font-size: 18px;
}

.gfield_label.gfield_label_before_complex {
	color: #FFFFFF!important;
	font-family: 'Gotham Medium';
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

#input_2_4 {
	width: 100%;
}

#input_2_5 {
	width: 100%;
}

#input_2_6_5_container {
	width: 100%;
}

#input_2_3_3_container {
	font-family: Gotham Book;
	text-transform: uppercase;
}

#input_2_3_6_container {
	font-family: Gotham Book;
	text-transform: uppercase;
}

#gform_submit_button_2 {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #003850;
	font-size: 18px;
	width: 175px;
	height: 50px;
	text-align: center;
	font-family: Gotham Medium;
	margin: 0 16px 0 0;
	font-weight: normal;
}

#gform_submit_button_2:hover {
	background-color: #808285;
	border-color: #808285;
	color: white !important;
	font-size: 18px;
	width: 175px;
	height: 50px;
	text-align: center;
	font-family: Gotham Medium;
	margin: 0 16px 0 0;
	font-weight: normal;
}

#gform_confirmation_wrapper_2 {
	text-align: center;
	padding-bottom: 80px;
}

/* ========= Safe Standards ========== */

@media only screen and (max-width:767px) {
	.tf-buttons-safe {
    margin: 13px 0px;
	}
}

/* ========= Publications ========== */

.tf-rite-now {
    padding-top: 18px;
}


/* ========= Paragraph Text Color ========== */
#label_2_11_1 {
	color: white;
}

#label_2_11_3 {
	color: white;
}

#label_2_11_5 {
	color: white;
}

#label_2_11_7 {
	color: white;
}

#label_2_11_2 {
	color: white;
}

#label_2_11_4 {
	color: white;
}

#label_2_11_6 {
	color: white;
}

#label_2_11_8 {
	color: white;
}


/* =============================================== POSTS FORMATTING =============================================== */

.blog_holder.single_image_title_post article h1 {
	color: #631111;
}

.blog_holder.single_image_title_post article .single_bottom_part {
	border-bottom: none;
	padding: 0px 0px 60px 0px
}

/* =============================================== GRAVITY FORMS ========================================= */


/* === UNIVERSAL: Gravity Forms - changing the styling of gravity forms */


#gform_submit_button_1 {
	color: white;
	border-color: #003850;
	text-align: center;
    height: 39px;
	background-color: #003850;
	font-family: Gotham Book;
	font-size: 15px;
}

#gform_submit_button_1:hover {
	color: white!important;
	border-color: #808285;
	text-align: center;
    height: 39px;
	background-color: #808285;
	font-family: Gotham Book;
	font-size: 15px;
}

.gform_wrapper form {
	text-align: center;
	padding: 20px;
}

#input_1_2 {
    border: 1px #808285 solid;
    padding: 10px;
	width: 300px;
}


@media only screen and (max-width:900px) {
    /* 900px and below */
	#input_1_2 {
    	width: 230px;
	}
}
@media only screen and (max-width:640px) {
	#input_1_2 {
    	width: 100%;
	}
	
	.gform_wrapper .gform_footer {
    	padding: 0px 0 10px;
    	margin: 4px 0 0;
	}
}

.gfield_required {
    display: none;
}

body .gform_wrapper input[type="submit"]:hover {
	background-color: #fff;
	border-color: #616161;
	color: #616161 !important;
}

body .gform_wrapper div.validation_error {
	background-color: rgba(131,175,194,.25);
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(131,175,194,.25);
	margin-bottom: 0px !important;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #616161;
}

.gform_wrapper .validation_message {
	color: #616161;
	font-weight: 700;
	letter-spacing: 0px!important;
}


body .gform_wrapper div.validation_error {
    background-color: #003850;
	text-transform: none;
}

.gform_wrapper li.gfield.gfield_error {
    background-color: transparent!important;
    border-top: none;
    border-bottom: none;
}

body .gform_wrapper .gform_confirmation_message, body .gform_wrapper div.validation_error {
	position: relative;
	padding: 17px 30px;
	color: #fff;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0px;
	border: none;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px!important;
}

body .gform_wrapper input[type=submit] {
	border: 1px solid #303030;
	border-radius: 1px;
	
}

.gform_wrapper form.gf_simple_horizontal {
	margin: 0 0!important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #616161;
}

.gfield_label {
	color: #616161;
}

.gfield_description.validation_message {
	display: none;
}

label {
    color: #d0d0d0;
}

body .gform_wrapper input[type="submit"]:hover, body .gform_wrapper input[type="button"]:hover, body .gform_wrapper input[type="reset"]:hover {
	background-color: gray;
	border-color: gray;
}







