/*
Theme Name: Texas Association
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 99.093
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

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.
*/
/*    Added by Selim Shahed 04/12/2014    */
.align-right{
	float:right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.align-left{
	float:left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.container > ul {
    list-style: outside none square;
}
#main .container  li {
		list-style: square
}

.members {
}
.members img {
		float: left;
		margin-right: 50px; margin-top: 40px;
}

.button {
	margin-top: 50px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #969696), color-stop(1, #4f4f4f));
	background:-moz-linear-gradient(top, #969696 5%, #4f4f4f 100%);
	background:-webkit-linear-gradient(top, #969696 5%, #4f4f4f 100%);
	background:-o-linear-gradient(top, #969696 5%, #4f4f4f 100%);
	background:-ms-linear-gradient(top, #969696 5%, #4f4f4f 100%);
	background:linear-gradient(to bottom, #969696 5%, #4f4f4f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#4f4f4f',GradientType=0);
	background-color:#969696;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #474747;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:17px;
	padding:6px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3b3b3b;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4f4f4f), color-stop(1, #969696));
	background:-moz-linear-gradient(top, #4f4f4f 5%, #969696 100%);
	background:-webkit-linear-gradient(top, #4f4f4f 5%, #969696 100%);
	background:-o-linear-gradient(top, #4f4f4f 5%, #969696 100%);
	background:-ms-linear-gradient(top, #4f4f4f 5%, #969696 100%);
	background:linear-gradient(to bottom, #4f4f4f 5%, #969696 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#969696',GradientType=0);
	background-color:#4f4f4f;
}
.button:active {
	position:relative;
	top:1px;
}
.print-logo{display:none;}
/*    Added by Selim Shahed 11/18/2014    */
.box_content{
	min-height: 250px;
	border-radius: 5px;
	text-shadow:0px 0 1px #555;
	clear: both;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 20px;
	/*width: 250px;*/
	max-width: 250px;
	line-height:1;
	background: #6eb700; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2ZWI3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyYWYzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YmE1MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  #6eb700 0%, #82af3a 0%, #6ba50d 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#6eb700), color-stop(0%,#82af3a), color-stop(100%,#6ba50d)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #6eb700 0%,#82af3a 0%,#6ba50d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #6eb700 0%,#82af3a 0%,#6ba50d 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #6eb700 0%,#82af3a 0%,#6ba50d 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #6eb700 0%,#82af3a 0%,#6ba50d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb700', endColorstr='#6ba50d',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
}
.imap-container {
	position:relative;
}
.form_wrapper{
	margin-bottom:10px;
}
.form_wrapper select{
	display: block;
	font-size: 13px;
	height: 28px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 235px;
	position: relative;
	z-index: 99999;
}
.form_wrapper label{
	display: block;
	font-weight: bold;
}
.form_content{
	float: left;
	width: 100%;
}
.form_content:first-child{
	margin-top:0;
}
.label_paragraph{
	clear: both;
}
.box_content p{
	margin:0 0 15px;
	font-size: 20px;
}
.printer_img{
	background: url("images/printer_img.png") no-repeat;
	display: inline-block;
	height: auto;
	line-height: 40px;
	padding-left: 45px;
	width: auto;
	font-weight: bold;
	position: relative;
	z-index: 99999;
}
.content_box_number{
	display: inline-block;
	padding: 5px 10px 5px 0;
	min-width:70px;
}
.hide{display:none;}
.content_part{
	position: relative;
	width: 430px;
	
}

.title-with-img .alignleft {
    float: left;
    margin-right: 12px;
}
.title-with-img h2 {
    margin: 0;
    line-height: 34px;
}
.newsletter-box, .factoids-box {
	background-size: 100% 100% !important;
}
.newsletter-box p{
  display: table-cell;
  text-align:center;
}
#pg-1257-0, #pl-1257 .panel-grid-cell .so-panel {
    margin-bottom: 10px !important;
}
.newsletter-box img {
    display: block !important;
    margin: 0 auto 16px;
    max-width: 100%;
}
.newsletter-box .textwidget{
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.newsletter-box .textwidget .sign-up-newsletter::before {
    content: url("https://milk4texas.org/wp-content/uploads/2017/01/signup-arrow.png");
    padding-right: 8px;
}
.newsletter-box .textwidget .sign-up-newsletter {
   text-decoration: underline;
    color: #fff;
}
.newsletter-box .btn {
    font-weight: bold;
    max-width: 250px;
    margin-bottom: 25px;
}
.newsletter-box .btn.mail:hover {
    background-color: #6C941E;
    color: #fff;
}

.newsletter-box .textwidget .sign-up-newsletter:hover{
  text-decoration: none;
}
.page-id-1257 .container > h2 {
    display: none;
}
@media only screen and (max-width: 767px) {
#map-interactive{display:none;}
.content_part{width: auto;}
.board {
	width: 100%;
	height: auto
}
.align-left, .align-right{
	width: 100%;
	height:auto;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
#map-interactive{display:none;}
.content_part{width: auto;}
.board {
		width: 100%;
		height: auto
}
.align-left, .align-right{
	width: 100%;
	height:auto;
}
}
ul li .hlt {
	background-color: #284DB3; 
  color:white;
}

.print-only {
	display: none;
}

.list-post-item {
    margin-bottom: 30px;
}
.list-post-header > p {
    margin: 0;
    
}
.list-post-header p a {
    font-size: 18px;
    font-weight: bold;
}
.list-post-header p span {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
}
.list-post-read-more > a {
    color: #ffa902;
}
.single-post h1 {
    color: #404041;
    font: 24px/28px "Patua One",cursive;
    margin: 0;
    text-shadow: none;
}
.single-post p{ margin-top: 0;}
.post-thumbnail, .post-thumbnail img {
    float: right;
    max-width: 400px;
    height: auto;
    margin-left: 20px;
    margin-bottom: 20px;
}
.header-area .signup-newsletter {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header-area .signup-newsletter:hover {
	text-decoration: none;
	color: #ffca12;
}
@media only screen and (max-width: 767px){
	.post-thumbnail, .post-thumbnail img {
		float: none;
		max-width: 100%;
		margin: 0;
	}
}