@charset "UTF-8";
/* CSS Document */
.product-view .product-options dd .input-box {
    width: auto;
    height: auto;
    padding: 10px;
}
.textpart h1 {
    background: #FFA100;
}
.breadcrumbs li strong {
    font-weight: 400;
    color: #FFA100;
}
.postsnew .aw-blog-read-more {
	background: #FFA100;
	border-style: none;
}
.col-main .widget-product-link {
    text-align: unset;
}
.magiccategory .magic-category .magictabs{margin:0 0 0px !important;}
.cms-farm-pollination-program .menu-style-3 .title-rounded.title-sixth {
    background-color: #FFA100 !important;
}
.menu-style-3 > li .menu-content img{width:calc(100% - 0px) !important;margin-right:15px;margin-bottom:5px;}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.textpart h1 {
	background: #00793E !important;
	color: #F7F7F7 !important;
	box-shadow: 2px 2px black;
	text-shadow: 2px 1px black;
}
.section_twosection {
    margin-top: 30px !important;
}
.cb-button {
    background-color: #FFA100; /* Orange */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.cb-button1 {
    background-color: #FFA100; 
    color: white; 
    border: 2px solid #FFA100;
    border-radius: 8px;
}

.cb-button1:hover {
    background-color: #ffffff;
    color: black;
}
/* sizing down the blog post lead image */
.postContent-detail img {
	width: 250px;
	float: left;
	margin-right: 35px;
}
.tab { margin-left: 30px; }
.postsnew .aw-blog-read-more {
    background: #FFA100 !important;
    border: 1px solid #FFA100 !important;
}