/*
Theme Name: openledger
Theme URI: http://www.code-dexters.com
Author: code-dexters
Author URI: http://code-dexters.com
Description: Openledger
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: One-columns, responsive-layout, custom-menu, editor-style, post-formats, theme-options
Text Domain: ol_framework
Domain Path: /languages/
*/

#webinartb .panel-grid-cell {
    display: inline-block;
	vertical-align:top;
}
#webinarform p:empty {
display:none;
}
#webinarform p {
	display:inline-block;
	vertical-align:top;
}
#webinarform br { display:none; }
#webinarform .mailpoet_text { height: 45px; background: none; border: 2px solid #fff; border-radius: 5px; text-align: center; font-size: 16px; color: #fff; margin-right:15px; width:280px; }

#webinarform .mailpoet_submit {
   background-image: -ms-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: -moz-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: -o-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D8A446), color-stop(50, #FFE8B4), color-stop(100, #D8A446));
   background-image: -webkit-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: linear-gradient(to bottom, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color:#08263f; font-size:16px; text-transform: uppercase; padding: 10px 40px; display: inline-block; vertical-align: top; text-decoration: none; font-weight: 700;
       line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;	
	border:1px solid transparent;
   margin-bottom: 0;
}

#webinarform .mailpoet_submit:hover {
   background: rgb(107,81,33);
   background: -moz-linear-gradient(top,  rgba(107,81,33,1) 0%, rgba(127,115,88,1) 50%, rgba(107,81,33,1) 99%);
   background: -webkit-linear-gradient(top,  rgba(107,81,33,1) 0%,rgba(127,115,88,1) 50%,rgba(107,81,33,1) 99%);
   background: linear-gradient(to bottom,  rgba(107,81,33,1) 0%,rgba(127,115,88,1) 50%,rgba(107,81,33,1) 99%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5121', endColorstr='#6b5121',GradientType=0 );
   color:#fff;
}