/*
Theme Name: Weed Management Society
Theme URI: #
Author: baseonesolutions
Author URI: https://baseonesolutions.com/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity.  We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, two-columns,  responsive-layout, custom-header, custom-menu, editor-style, featured-images
Text Domain: weedsociety
*/
/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline;
}
body {
	background:#f0ece7;
	color:#000;
	padding:0;
	margin:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul,ol { list-style:none; }
img,fieldset { border:none; }	
a { text-decoration:none; }
a:hover { text-decoration:none; }
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary {
    display: block;
}
figure {
	margin:0;
	padding:0;
}
.clearfix {
	clear: both;
	width:100%;
	overflow:hidden;
}
.wp-caption { max-width: 100%; }
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
img {
	max-width:100%;
	height:auto;
	display:block;
}
embed,iframe,
object,video {
	max-width: 100%;
}
html { -webkit-text-size-adjust: none; }
html,body {min-height:100%;}
.entry-content img {
	max-width: 100%;
	height:auto;
}
aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin:0 auto;
}
.alignright {
	margin: 2px 0px 10px 15px;
	display: inline;
}
.alignleft {
	margin: 2px 15px 10px 0px;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
.wp-caption {
	border: none;
	text-align: center;
	background:#f5f5f5;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px 0 10px 0;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0;
	margin-bottom:12px;
}
.wp-caption p.wp-caption-text {
	line-height:18px;
	padding: 5px!important;
	display:block;
	font-style:italic;
	color:#000000;
	font-size:14px!important;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
/*----------------------*/
/*     Page structure   */
/*----------------------*/
#wrapper {
	padding-top:201px;
}
#header_area {
    background: #382a56;
	position: fixed;
    top:0px;
    right:0px;
	left:0;
	margin:0 auto;
	width:100%;
	z-index:999;
}
.center {
	max-width:1150px;
	margin:0 auto;
}
#header {
	padding:38px 0px 29px 0; 
	position:relative;
	z-index:50;
}
#rgt_header {
	width:370px;
	float:right;
	padding-top:16px;
	overflow:hidden;
}
#rgt_header a {
	background:#e8ae12;
	width:161px;
	line-height:38px;
	float:left;
	display:block;
	font-size:14px;
	color:#2d2c2c;
	text-align:center;
}
.text_field {
	width:195px;
	height:38px;
	float:right;
	position:relative; 
	border:1px solid #555554;
}
.text_field input[type="text"],
.text_field input[type="email"] {
	background:none;
	color:#868889;
	font-size:14px;
	width:100%;
	height:39px;
	border:none;
	border:none;
	padding:1px 35px 3px 15px;
	outline:none;
}
.text_field input[type="submit"] {
	background:url(images/submit_btn.png) no-repeat;
	width:32px;
	height:29px;
	position:absolute;
	top:12px;
	right:-8px;
	outline:none;
	cursor:pointer;
	margin:0;
	border:none;
}
.smaller #header {
	padding:10px 0;
}
.logo {
	max-width:339px;
	float:left;
}
.logo img {
	max-width:100%;
	display:block;
	height:auto;
}
/*----------------------*/
/*      menu_area       */
/*----------------------*/
#menu_area {
    border-top: 1px solid #584b73;
	padding:17px 0 22px 0;
}
.smaller #menu_area {padding:10px 0;}
#menu > li {
	float:left;
	padding-left:5%;
	position:relative;
}
#menu > li:first-child {padding-left:0;}
#menu li a {
	display:block;
	color:#d6d6d6;
	font-size:18px;
}
#menu li.current_page_item,
#menu li.current_page_item a,
#menu li.current_page_ancestor a,
#menu li a:hover {color:#fff;}
#menu li.menu-item-has-children:before {
    content: "\f0d7";
    color:#fff;
    font-size:14px;
    top:5px;
    right:-17px;
	font-family: FontAwesome;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration:inherit;
}
#menu li ul {
	background:#382a56;
	width:200px;
	padding:25px 28px 25px 25px;
	position:absolute;
	left:30px;
	top:100%;
	visibility:hidden;
	opacity:0;
}
#menu li ul li {
	background:none;
	line-height: 22px;
    padding: 10px 0px;
	border-top:1px solid #aab1bd;
}
#menu li ul .first  {
	left:0px!important;
}

#menu li ul li:first-child {border-top:0;}
#menu ul li a {
	font-size:16px;
}
#menu ul li a:hover {
	background:none;
	color:#fff;
}
#menu li:hover > ul { visibility:visible; opacity:1}
.slicknav_menu {
	display:none; 
	font-style:normal;
}
/*----------------------*/
/*      banner_area     */
/*----------------------*/
.home #banner_area {
	height:300px;
}
#banner_info_text p {
	text-align:center;
	font-size:28px;
	line-height:36px;
	padding:0 70px;
	color:#333;
}
#banner_info_text p a {
	font-size: 28px;
    color: #544287;
    border-bottom: 2px solid #544287;
    font-weight: normal;
}
#banner_info_text p a:hover { text-decoration:none!important;}
#banner_area {
	height:195px;
	position:relative;
}
#banner {
    background: rgba( 190,190,190,0.8);
	height:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	z-index:30;
}
#banner_info {
	width:100%;
	height:100%;
	padding:0 10px;
}
#banner_ink {
	width:1084px;
	height:100%;
	margin:0 auto;
	display:table;
}
#banner_info_text {
	display:table-cell;
	vertical-align:middle;
}
#banner_info_text h1 {
	text-align:left;
	font-size:42px;
	color:#252524;
}
/*----------------------*/
/*      news_area       */
/*----------------------*/
#news_area {
	background:#f0ece7;
	padding:62px 10px 52px 10px;
}
#news_area h2 {
	font-size:28px;
	color:#729459;
	line-height:22px;
	padding-bottom:15px;
	
}
#news_area h2 a {
	background:url(images/bgr_news_a.png) no-repeat;
	font-size:16px;
	color:#729459;
	font-weight:normal;
	margin-left:8px;
	padding-left:10px;
	display:inline-block;
}
#news {
	overflow:hidden;
	padding-bottom:25px;
}
.news_item {
	width:32%;
	min-height:380px;
	float:left;
	margin:0 0 20px 21px;
}
.news_item:nth-child(3n+1) {
	margin-left:0;
}
.news_item_img {
	margin-bottom:15px;
	position:relative;
}

.news_item img {
	width:100%;
	display:block;
	height:auto;
	position:relative;
}
.news_item_img a span {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	visibility:visible ;
	opacity:1;
	-webkit-transition: visibility 0.3s, opacity 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s;
	-ms-transition: visibility 0.3s, opacity 0.3s;
	-o-transition: visibility 0.3s, opacity 0.3s;
	transition: visibility 0.3s, opacity 0.3s;
	background:rgba(0,0,0,0.15);
}
.news_item_img:hover > a > span {
	visibility:hidden; 
	opacity:0; 
}
.news_content h3 {
	font-size:22px;
	color:#2b3028;
	padding-bottom:10px;
}
.news_content h3 a {
	font-size:22px;
	color:#2b3028;
	text-decoration:none;
}
.news_content p {
	font-size:16px;
	color:#333;
	line-height:22px;
	padding-bottom:15px;
}
.news_content a {
	font-size:16px;
	color:#eb7d06;
	text-decoration:underline;
}
/*----------------------*/
/* content_column_area  */
/*----------------------*/
#content_column_area {
	overflow:hidden;
}
.content_column {
	background:#f8f7f5;
	width:32%;
	min-height:325px;
	float:left;
	padding:30px 24px;
	margin:0 0 27px 21px;
	border-top:15px solid #95aa82;
}
.content_column:nth-child(3n+1) {
	margin-left:0;
}
.content_column h3 {
	font-size:22px;
	color:#3b3835;
	padding-bottom:26px;
}
.content_column h3 a{
	font-size:22px;
	color:#3b3835;
	display:block;
	text-decoration:none;
}
.content_column p {
	font-size:16px;
	color:#3b3835;
	line-height:23px;
	padding-bottom:10px;
}
.content_column a {
	font-size:16px;
	color:#3b3835;
	text-decoration:underline;
}
.member {border-top:15px solid #e8ae12;}
.member ul li {
	line-height:33px;
	background:none;
}
.member ul li:before {
	content:none;
}
.member ul li a { 
	font-size:16px;
	color:#292828;
	text-decoration:underline; 
}
.quick_link {border-top:15px solid #df8338;}
.quick_link ul li {
	border-top:1px solid #c2bcb4;
	position:relative;
	padding:13px 0 14px 42px;
}
.quick_link ul li:before {
    content: "\f105";
    color:#dce3d5;
    font-size:18px;
    top:13px;
    right:1px;
}
.quick_link ul li.latest:before {
    top:1px;
}
.quick_link ul li a {
	text-decoration:none;
	font-size:17px;
	color:#292828;
}
.quick_link ul li.latest {
	background:url(images/bgr_li1.png) no-repeat left 0px;
	border-top:0;
	padding:0 0px 15px 42px;
}
.quick_link ul li.upcoming {
	background:url(images/bgr_li2.png) no-repeat left center;
}
.quick_link ul li.enews {
	background:url(images/bgr_li3.png) no-repeat left center;
}
.quick_link ul li.get {
	background:url(images/bgr_li4.png) no-repeat left center;
}
/*----------------------*/
/*       footer_area    */
/*----------------------*/
#footer_area {
	background:#cfccc7;
	padding:52px 10px;
}
#footer_top {
	overflow:hidden;
	border-bottom:1px solid #e3ded4;
	padding-bottom:42px;
	margin-bottom:22px;
}
/*.society {
	width:50%;
	float:left;
} */
.society h5 {
	font-size:18px;
	color:#50504f;
	font-weight:normal;
	padding-bottom:7px;
}
.society p {
	font-size:14px;
	color:#50504f;
}
.social_area {
	float:right;
	overflow:hidden;
}
.social_area h4 {
	font-size:18px;
	color:#50504f;
	line-height:32px;
	float:left;
}
.social {
	width:75px;
	float:right;
	margin-left:26px;
}
.social ul li {
	float:left; 
	padding-left:11px;
}
.social ul li:first-child {
	padding-left:0;
}
#footer_bottom {padding:6px 0 30px 0;}
#footer_bottom p {
	font-size:15px;
	color:#78756f;
	text-align:left;
	float:left;
}
#footer_bottom ul {float:right;}
#footer_bottom ul li {
	float:left; 
	padding-left:11px;
}
#footer_bottom ul li a {
	font-size:15px;
	color:#78756f;
}
/*----------------------*/
/*         entry        */
/*----------------------*/
.entry {width:100%;}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	font-size:27px;
	font-weight:normal;
	padding-bottom:10px;
	color:#2b3028;
}
.entry h1 {
	font-size:27px;
}
.entry h2 {
	font-size:24px;
	color:#2b3028;
	padding-bottom:15px;
	font-weight:700;
}
.entry h2 a {
    color: #2b3028;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700!important;
    margin-bottom: 0px!important;
}
.entry h3 {
	font-size:20px;
	font-weight: 600;
	color:#333;
	line-height:26px;
	padding-bottom:18px;
}
.entry h3 a {
	color:#333;
	text-decoration:none;
}
.entry h4 {
	font-size:19px;
	color:#252524;
	font-weight:700;
	padding-bottom:8px;
}
.entry h4 a {
	color:#252524;
}
.entry h5 {
	color:#1c4e9d;
	font-size:18px;
	line-height:20px;
	font-weight:700;
	padding-bottom:11px;
}
.entry h6 {
	font-size:18px;
	color:#333;
	line-height:26px;
	padding-bottom:18px;
}
.entry p {
	font-size:17px;
	line-height:24px;
	color:#333;
	padding-bottom:23px;
}
.entry p a {
	font-size:17px;
	color:#ec7b02;
	text-decoration:underline;
}
.entry p a:hover {
	text-decoration:none!important;
}
.entry ul {padding:0 0 20px 0px;}
.entry ul li {
	background: url(images/bgr_entry_li.png) no-repeat left 11px;
    list-style-type: none;
    float: none;
    font-size: 17px;
    padding-left: 17px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333;
}	
.entry ul li a {
	font-size:17px;
	color:#ec7b02;
}
.entry ol {
	list-style-type:decimal;
	padding:0 0 20px 20px;
}
.entry ol li {
	list-style-type:decimal;
	font-size:17px;
	line-height:28px;
	color:#333;
}
.entry ol li a {
	font-size:17px;
	color:#ec7b02;
}
.entry a {
	font-size:18px;
}
.entry p a:hover,
.entry li a:hover {
	text-decoration:underline;
	color:#db7f1d;
}
.entry blockquote {
	width:100%;
	padding:15px 10px 0;
	margin:0 0px 20px;
	font-size:15px;
	line-height:24px;
	border:1px solid #ccc;
	border-left:0;
	border-right:0;
}	
.entry table { border-collapse: collapse; width:100%;}
.entry table, th, td {
    border: 1px solid #dfe9f2;
	font-size:16px;
	line-height:30px;
	text-align:center;
	padding:5px 0;
}
.entry hr {
	height:1px;
	border:1px solid #ccc;
	margin-bottom:33px;
}
/*----------------------*/
/*     news-desktop     */
/*----------------------*/
#title {
	background:#d4d0cc;
	padding:39px 10px 40px 10px;
}
#title h1 {
	font-size:42px;
	color:#252524;
}
#news_page_area {
	padding:53px 10px 80px 10px;
	overflow:hidden;
}
#internal_content,
#news_post_content {
	width:60.97%;
	float:left;
}
.post_content {
	padding-bottom:45px;
}
.date_area {
	overflow:hidden;
	padding:8px 0;
	margin-bottom:15px;
	border-top:1px solid #dfddda;
	border-bottom:1px solid #dfddda;
}
.post_content p {
	font-size:18px;
	line-height:24px;
	color:#333;
	padding-bottom:1px;
}
.post_content a {
	color:#ec7b02;
	font-size:18px;
	text-decoration:underline;
}
a.readmore:hover { text-decoration: none; }
.date {
	background:url(images/bgr_date.png) no-repeat left center;
	float:left;
	font-size:15px;
	color:#666;
	padding-left:24px;
}
.tagged {
	float:left;
	font-size:15px;
	color:#666;
	padding-left:35px;
}
.tagged span {padding-right:3px;}
.tagged a {
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 14px;
}
/*----------------------*/
/*       nav-links      */
/*----------------------*/
.nav-links {
	padding:20px 0 30px;
}
.nav-links span.pages { display:none }
.nav-links a,
.nav-links span {
	color:#111;
	text-align:center;
	font-size:16px;
	line-height:40px;
	width:40px;
	text-decoration:none;
	height:40px;
	display:inline-block;
	margin:0 2px;
}
.nav-links span,
.nav-links a:hover {
	background:#111;
	color:#fff;
}
.nav-links .previouspostslink:hover,
.nav-links .nextpostslink:hover {
	background:none;
	color:#111;
}
.previouspostslink:before {
    content: "\f104";
    color: #9e9e9e;
    font-size: 18px;
    top:0px;
    left:-5px;
}
.nav-links .previouspostslink,
.nav-links .nextpostslink {
	width:60px;
	position:relative;
}
.nextpostslink:before {
    content: "\f105";
    color: #9e9e9e;
    font-size:18px;
    top:0px;
    right:-5px;
}
/*----------------------*/
/*        sidebar       */
/*----------------------*/
#sidebar {
	width:31.01%;
	float:right;
}
#sidebar h2 {
	font-size:18px;
	color:#000;
	padding-bottom:13px;
	font-weight:700;
}
#sidebar h2 a {
	color:#000;
	font-size:18px;
	text-decoration:none;
}
.signup {
	border-top:5px solid #000;
	padding:28px 0 40px 0;
}
.signup p {
	font-size:14px;
	color:#000;
	padding-bottom:12px;
}
.news_event {
	width:100%;
	color:#999;
}
.name {
	background:#f8f6f6;
	padding:12px 15px;
	margin-bottom:10px;
	max-height:52px;
}
.name input[type="text"],
.name input[type="email"] {
	width:100%;
	background:#f8f6f6;
	height:30px;
	color:#999;
	font-size:15px;
	border:none;
	line-height:30px;
	outline:none;
}
.signup_btn input[type="submit"] {
	background:#27292a;
	width:100%;
	height:52px;
	line-height:52px;
	color:#fff;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	margin:0;
	text-transform:uppercase;
	border:none;
	font-weight:700;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar .content_column  {
	width:100%;
	float:none;
	margin:0;
	min-height:inherit;
}
 .content_column h3 {
	font-size:22px;
	padding-bottom:25px;
}
#sidebar .content_column p {
	padding-bottom:15px;
}
#sidebar .member {
	margin-bottom:27px;
	border-top:15px solid #e8ae12;
}
#sidebar .member ul li {
	background:none;
	line-height:30px;
	padding-left:0;
	color:#292828;
	font-size:18px;
}
#sidebar .member ul li a {
	color:#292828;
	font-size:18px;
}
#sidebar .quick_link {
	border-top:15px solid #df8338;
}
#sidebar .quick_link ul li{
	padding-left:40px;
}
#sidebar .member h3 {
	font-size:22px;
	padding-bottom:20px;
}
#sidebar .quick_link h3 {
	padding-bottom:25px;
	font-size:22px;
}
#sidebar .member h3 a,
#sidebar .quick_link h3 a {font-size:22px;}
#sidebar .quick_link ul li a {
	color:#292828;
}
.single #internal_content p {
	font-size:18px;
	padding-bottom:27px;
}
#internal_content h2 {
	padding-bottom:21px;
}
#default {
	padding:0 0 25px 20px;
}
#default li {
	background:url(images/bgr_default_li.png) no-repeat left 9px;
	list-style-type:none;
	float:none;
	font-size:17px;
	padding-left:17px;
	line-height:24px;
	color:#333;
}
#default li a {
	font-size:17px;
	color:#333;
}
.sidebar_title {
	font-size:18px;
	border-bottom:5px solid #000;
}
#recent_news {
	padding-bottom:33px;
}
.recent_post {
	padding:25px 0 0 0;
	border-bottom:1px solid #ccc;
}
.recent_post p {
	padding-bottom:19px;
}
#share {
	padding:14px 0 22px 0;
	border-bottom:1px solid #dfddda;
	border-top:1px solid #dfddda;
	margin:28px 0 45px 0;
}
#pagination { overflow:hidden;}
.prev {
	float:left;
	padding-left:20px;
}
.next {
	float:right;
	padding-right:20px;
}
.prev a,
.next a { 
	font-size:15px;
	color:#333;
	display:block;
	position:relative;
}
.prev a:before {
    content: "\f104";
    color:#f5b814;
    font-size:32px;
    top:-7px;
    left:-20px;
}
.next a:before {
    content: "\f105";
    color:#f5b814;
    font-size:32px;
    top:-7px;
    right:-20px;
}
/*----------------------*/
/*      placeholder     */
/*----------------------*/
.text_field input[placeholder],
.text_field input[placeholder],
    [placeholder],
    *[placeholder] {
      color:#868889;
    }
.text_field::-webkit-input-placeholder {
    color:#868889;
    opacity:1;
}
.text_field:-moz-placeholder {
    color:#868889;
	opacity:1;
}
.text_field::-moz-placeholder { 
    color:#868889;
	opacity:1;
}
.text_field:-ms-input-placeholder {  
   color:#868889;
   opacity:1;
}

.name input[type="placeholder"],
.name input[type="placeholder"],
    [placeholder],
    *[placeholder] {
      color:#999;
    }
.name ::-webkit-input-placeholder {
    color:#999;
    opacity:1;
}
.name :-moz-placeholder {
    color:#999;
	opacity:1;
}
.name ::-moz-placeholder { 
    color:#999;
	opacity:1;
}
.name :-ms-input-placeholder {  
   color:#999;
   opacity:1;
}
.next a:before,
.prev a:before,
.quick_link ul li:before,
.previouspostslink:before,
.nextpostslink:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
}
#share .share_this {
	font-size:16px;
	text-transform:uppercase;
	color:#3B3734;
	line-height:23px;
	padding-top:3px;
}
/*
full width template
*/
#container_area {
	padding:45px 10px 60px 10px;
}
#container_area .container {
	max-width:1084px;
	margin:0 auto;
}
.logo,
#header,
.entry p a,
#menu li a,
#menu li ul ,
.slicknav_btn::before {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:  all .3s ease-in-out;
	-o-transition:  all .3s ease-in-out;
	transition:  all .3s ease-in-out;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices { height:23px !important; }
.stButton .stButton_gradient{
    background: #fff!important;
	border:1px solid #9197a3 !important;
    border-radius: 2px !important;
    height: auto!important;
    line-height: 18px!important;
    min-width: 23px!important;
    padding: 0 3px!important;
}




.news_post_widget {
	border-bottom:1px solid #cccccc;
	padding-bottom:33px;
	margin-bottom:35px;
}
.news_post_widget p {
    color: #333;
    font-size: 16px;
    line-height: 22px;
}
.news_post_widget h2 {
	font-size:20px;
	color:#333333;
}
.news_post_widget h2 a {
    color: #333333;
    font-size:20px;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    text-decoration: none;
}
.news_post_date { padding-bottom:23px}
.location_info { padding-bottom:7px}
.news_post_date span,
.location_info span {
	font-size:16px;
	color:#333333;
	display:block;
}
.news_post_widget .event_link {
	font-weight:bold;
	font-size:16px;
	color:#df8338;
	display:inline-table;
	margin-top:6px;
}
.news_publications p {
	font-size:18px;
	line-height:24px;
}
.news_publications h2 {
	font-size:20px;
	padding-bottom:35px !important;
}
.download_content {
}
.download_content ul {
	padding:0;
}
.download_content ul li {
	padding:0 0 12px 0;
	margin-bottom:12px;
	font-size:16px;
	background:none;
	border-bottom:1px solid #cccccc;
}
.download_content ul li a {
	background:url(images/bgr_pdf.png) no-repeat left center;
	padding-left:39px;
	display:inline-block;
	min-height:30px;
}