/*
Theme Name: Connectedcrops
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: connectedcrops

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

.quick-link ul {
    margin-left: 0px !important;
}
.nav.navbar-nav.blog-nav a {
    text-transform: none;
}
.newsletter .hs-input {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0;
    float: left;
    height: 40px;
    margin-left: 0px;
    width: 100%;
	padding: 5px 99px 5px 5px;
	color: #ccc;
	border: 1px solid #ccc;
}
.newsletter .hs-button {
    background: none repeat scroll 0 0 #85c040;
    border-radius: 0;
    font-family: Montserrat-Bold;
    height: 40px;
    position: absolute;
    right: 0;
    top: 20px;
    transition: all 0.5s ease 0s;
    width: 95px;
	border: none;
	color: #fff;
}
.newsletter .hs-error-msgs label {
    margin-left: 8px;
    font-size: 13px;
}
.newsletter .hbspt-form{
	position: relative;
}
.newsletter .hs_submit{
	display:inline-block;
}
.inner-main-head h3, .soil-head h3{
    text-transform: uppercase;
}
.customer_quote p {
    padding: 0 !important;
    text-align: left !important;
    color: #6e6e6e !important;
}
.customer_quote footer {
    background: none;
    text-align: right;
    color: #000;
}
.thank-you-form input {
    width: 320px;
    border-radius: 5px !important;
    height: 32px !important;
	max-width:100%;
}
.thank-you-form label {
    margin-bottom: 0 !important;	
}
.thank-you-form textarea{
	border-radius:6px !important;	
	width:400px;
	max-width:100%;
}
.thank-you-form .form-control:focus {
    box-shadow: 0px 1px 5px rgba(0,0,0,0.7) !important;
}
.thank-you-form  p{
	width:100% !important;	
}
.thank-you-form input[type=submit]{
	border-radius:4px !important;
	font-size:16px !important;
	display: inline-block;
	width: auto;
	padding: 10px 15px;
	line-height: 0;
	margin-bottom:20px !important;
}
.thank-you-form div.wpcf7-response-output{
	width: 100% !important;
	float: left !important;	
	margin:0 0 10px;
	margin-top:0 !important;
}
.thank-you-form p span{
	top:0 !important;
}
/* test comment */
.hs_promotion_code.field
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

/* 

styles for show-hide behaviour on /FAQ page, 
these styles are based on instructions here: https://wordpress.org/plugins/wp-showhide/

*/
.sh-link A { 
}
.sh-content { 
}
.FAQ-link {
    color: red;
    font-size: 16px;
    font-family: Montserrat-Bold;
	float: left;
	width: 100%;
}
.FAQ-link.sh-hide A {
    color: black;
    font-size: 16px;
    font-family: Montserrat-Bold;
	float: left;
	width: 100%;
 }
.FAQ-link.sh-show A {
}
.FAQ-content { }
.FAQ-content.sh-hide { }
.FAQ-content.sh-show { }

