@CHARSET "UTF-8";
.simple-news-con {
width: 100%;
margin: 1em 0 2em 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -ms-grid;
display: grid;
gap: 2rem;
}
.simple-news-item {
padding: 0 0 1em 0;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.simple-news-img-con {
margin-bottom: 1em;
overflow: hidden;
}
h4.simple-news-title {
clear: none;
margin: 0 0 .5em 0 !important;
padding: 0 !important;
font-size: 1em;
}
a.simple-news-item-link {
text-decoration: none !important;
border: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
overflow: hidden;
outline: none;
}
a.simple-news-item-link img {
display: block;
margin: 0 !important;
width: 100%;
height: auto;
}
h4 a.simple-news-item-link:hover {
opacity: .85;
}
.simple-news-date {
margin-bottom: .5em;
font-size: 70%;
}
@media (min-width: 600px) {
.col-2 {
-ms-grid-columns: (minmax(0, 1fr))[2];
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col-3 {
-ms-grid-columns: (minmax(0, 1fr))[2];
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col-4 {
-ms-grid-columns: (minmax(0, 1fr))[4];
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
@media (min-width: 800px) {
.col-3 {
-ms-grid-columns: (minmax(0, 1fr))[3];
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.col-4 {
-ms-grid-columns: (minmax(0, 1fr))[4];
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}

.sbHolder{
background-color: #2d2d2d;
border: solid 1px #515151;
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: normal;
height: 33px;
position: relative;
width: 200px;
}
.sbHolder:focus .sbSelector{
}
.sbSelector{
display: block;
height: 30px;
left: 0;
line-height: 30px;
outline: none;
overflow: hidden;
position: absolute;
text-indent: 10px;
top: 0;
width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
color: #EBB52D;
outline: none;
text-decoration: none;
}
.sbToggle{
background: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/select-icons.png) 0 -116px no-repeat;
display: block;
height: 30px;
outline: none;
position: absolute;
right: 0;
top: 0;
width: 30px;
}
.sbToggle:hover{
background: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
background: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
background: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
background-color: #3C3C3C;
border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
}
.sbHolderDisabled .sbToggle{
}
.sbOptions{
background-color: #212121;
border: solid 1px #515151;
list-style: none;
left: -1px;
margin: 0;
padding: 0;
position: absolute;
top: 30px;
width: 200px;
z-index: 1;
overflow-y: auto;
}
.sbOptions li{
padding: 0 7px;
}
.sbOptions a{
border-bottom: dotted 1px #515151;
display: block;
outline: none;
padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
color: #ddd;
text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
color: #EBB52D;
}
.sbOptions li.last a{
border-bottom: none;
}
.sbOptions .sbDisabled{
border-bottom: dotted 1px #515151;
color: #999;
display: block;
padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
border-bottom: dotted 1px #515151;
color: #EBB52D;
display: block;
font-weight: bold;
padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
padding-left: 17px;
}.ufbl-preview-title {
background-color: white;
width: 200px;
margin: 20 auto;
box-shadow: 0 0 2px #222;
height: 70px;
padding: 20px 0;
font-weight: bold;
}
.ufbl-form-preview-wrap{
width:60%;
margin:50px auto;
background:white;
padding:40px;
}
.ufbl-preview-title-wrap {
height: 80px;
text-align: center;
}
.ufbl-preview-note {
text-align: center;
margin-top: 38px;
}
.ufbl-form-preview-wrap .ufbl-form-wrapper {
margin: 20px auto;
}  .ufbl-form-loader {
background-image: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/ajax-loader.gif);
height: 32px;
width: 32px;
display: inline-block;
background-repeat: no-repeat;
background-position: center;
text-align: center;
margin-bottom: -8px;
}
.ufbl-default-template .ufbl-error-message {
margin-top: 20px;
border: 2px solid rgba(255, 0, 0, 0.89);
color: rgba(255, 0, 0, 0.89);
padding: 10px 10px;
}
.ufbl-default-template .ufbl-error {
color: rgba(255, 0, 0, 0.89);
margin-top: 10px;
text-align: right;
}
.ufbl-form-wrapper.ufbl-default-template {
padding:20px;
box-shadow: 0 0 2px;
margin-top:20px;
}
.ufbl-default-template .ufbl-form-field-wrap {
margin-bottom: 10px;
padding-bottom: 10px;
}
.ufbl-default-template .ufbl-form-field > label {
display: block;
margin-bottom: 5px;
vertical-align: top;
margin-left: 15px;
}
.ufbl-default-template .ufbl-form-field >label>input[type="checkbox"],.ufbl-form-field >label>input[type="radio"] {
margin-right: 5px;
outline:none;
}
.ufbl-default-template .ufbl-form-field-wrap >label {
margin-bottom: 5px;
display: block;
font-weight: 600;
}
.ufbl-default-template .ufbl-form-title {
text-align: center;
font-size: 20px;
padding: 10px 0;
margin-bottom: 40px;
font-weight: bold;
}
.ufbl-front-form input[type="text"], .ufbl-front-form input[type="email"], .ufbl-front-form input[type="password"] {
width: 100%;
}
.ufbl-default-template .ufbl-form-message.ufbl-success-message {
color: green;
border: 2px solid;
padding: 10px;
}
.ufbl-default-template input.ufbl-math-captcha-ans {
width: 23% !important;
}
.ufbl-default-template .ufbl-sub-field-wrap {
margin-left: 10px;
}
.ufbl-default-template .ufbl-sub-field-wrap label {
margin-left: 10px;
}
.ufbl-default-template .ufbl-form-field .ufbl-form-reset {
border-radius: 0;
padding: 13px 25px;
} .ufbl-template-1 .ufbl-form-reset:focus, .ufbl-template-2 .ufbl-form-reset:focus, .ufbl-template-3 .ufbl-form-reset:focus, .ufbl-template-4 .ufbl-form-reset:focus, .ufbl-template-5 .ufbl-form-reset:focus {
background-color: transparent !important;
color:#434a54 !important;
}
.ufbl-template-1 .ufbl-form-submit:focus, .ufbl-template-2 .ufbl-form-submit:focus, .ufbl-template-3 .ufbl-form-submit:focus, .ufbl-template-4 .ufbl-form-submit:focus {
background-color: #74baf5 !important;
color:#fff !important;
}
.ufbl-template-5 .ufbl-form-submit:focus {
background-color: #146782 !important;
color:#fff !important;  
}
.ufbl-template-1 .ufbl-number-field:focus, .ufbl-template-2 .ufbl-number-field:focus, .ufbl-template-3 .ufbl-number-field:focus, .ufbl-template-4 .ufbl-number-field:focus, .ufbl-template-5 .ufbl-number-field:focus {
outline:none !important;
} .ufbl-form-wrapper.ufbl-template-1 {
background-color: #fff;
padding:40px 30px;
-webkit-box-shadow: 0 3px 8px 3px rgba(0,0,0,0.4);
box-shadow: 0 3px 8px 3px rgba(0,0,0,0.4);
}
.ufbl-template-1 .ufbl-form-title {
margin-bottom: 40px;
font-size:22px;
color:#3979a9;
text-transform:uppercase;
}
.ufbl-template-1 .ufbl-form-field-wrap{
margin-bottom:20px;
}
.ufbl-template-1 .ufbl-form-field-wrap > label{
display:inline-block;
width:135px;
font-size:16px;
color:#000;
vertical-align:top;
}
.ufbl-template-1 .ufbl-form-field {
display: inline-block;
width: 74.6%;
}
.ufbl-template-1 .ufbl-form-field input[type="text"], .ufbl-template-1 .ufbl-form-field input[type="email"],.ufbl-template-1 .ufbl-form-field input[type="password"],.ufbl-template-1 .ufbl-form-field textarea,.ufbl-template-1 .ufbl-form-field input[type="reset"]{
border-radius:4px;
border-color:#aab2bd;
padding:4px 8px;
background-color: transparent;
font-size:16px;
}
.ufbl-template-1 input[type="checkbox"], input[type="radio"] button, select, textarea{
outline:none !important;
}
.ufbl-template-1 .ufbl-form-checkbox{
margin-right:5px;
}
.ufbl-template-1 .ufbl-form-textfield:focus{
-webkit-box-shadow: 0 0 1px 1px #67D5EB;
box-shadow: 0 0 1px 1px #67D5EB;
}
.ufbl-template-1 #your-hobbies > label {
vertical-align: top !important;
}
.ufbl-template-1 .your-hobbies .ufbl-form-field > label {
display: block;
margin-bottom: 10px;
}
.ufbl-template-1 *::-moz-placeholder {
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans",sans-serif;
opacity: 1;
font-size: 14px;
}
.ufbl-template-1 select.ufbl-required, .ufbl-template-1 .ufbl-form-field select,.ufbl-template-1 .ufbl-form-field .ufbl-number-field {
border: 1px solid #aab2bd;
border-radius:4px;
width:50%;
padding:5px;
font-size:16px;
cursor:pointer;
height:35px;
background: transparent;
}
.ufbl-template-1 .ufbl-email-field{
font-size:16px;
box-shadow: none;
padding:8px;
}
.ufbl-template-1 .ufbl-form-field-wrap > label {
margin-top:7px;
}
.ufbl-template-1 .ufbl-math-captcha-wrap {
display: inline-block;
}
.ufbl-template-1 .ufbl-form-submit {
background-color: #74baf5;
border-radius:4px;
margin-left:135px;
font-size:15px;
text-transform:none;
}
.ufbl-template-1 .ufbl-form-submit:hover {
background-color: #52a2e5;
}
.ufbl-template-1 .ufbl-form-reset {
background-color: rgba(0, 0, 0, 0);
border: 1px solid #aab2bd !important;
color: #434a54;
font-size: 15px;
padding: 11px 20px !important;
text-transform: none;
}
.ufbl-template-1 .ufbl-form-reset:hover {
background-color: #52a2e5 !important;
color:#fff !important;
}
.ufbl-template-1 .ufbl-error {
color: #ff0000;
font-size: 13px;
font-style: italic;
margin-top: 5px;
text-align: right;
}
.ufbl-template-1 .ufbl-math-captcha-ans {
border: 1px solid #aab2bd;
border-radius: 4px;
height: 35px;
margin-top: 3px;
width: 176px;
font-size:15px;
}
.ufbl-template-1 input.ufbl-form-radio{
display:none;  
}
.ufbl-template-1 input[type=radio] + label{
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/uncheck-radio.png) no-repeat scroll left center; 
cursor: pointer;
display: block;
font-size: 16px;
height: 34px;
margin-bottom: 8px;
padding: 3px 0 0 35px;
vertical-align: top;
}
.ufbl-template-1 input[type=radio]:checked + label{
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/checked-radio.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 3px 0 0 35px;
vertical-align: top;
}
.ufbl-template-1 .ufbl-form-checkbox {
display:none;
}
.ufbl-template-1 input[type=checkbox]:checked + label {
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/check-box-checked.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 5px 0 0 35px;
vertical-align: top;
}
.ufbl-template-1 input[type=checkbox] + label {
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/check-box.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 5px 0 0 35px;
vertical-align: top;
font-size:16px;
}
.ufbl-template-1 .ufbl-form-field .ufbl-email-field {
background: #f7f7f7 url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/mail.png) no-repeat scroll right 10px center / 20px auto;
height:35px;
}
.ufbl-template-1 .ufbl-form-message.ufbl-success-message{
border: 1px solid #aab2bd;
border-radius: 4px;
font-size: 15px;
padding: 5px 10px; 
}
.ufbl-template-1 .ufbl-form-message.ufbl-error-message {
border: 1px solid #ff0000;
border-radius: 4px;
color: #ff0000;
font-size: 15px;
padding: 5px 10px;
} .ufbl-template-1 .sbSelector{
line-height:34px !important;
}
.ufbl-template-1 .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
color: #434a54 !important;
}
.ufbl-template-1 .entry-content a, .ufbl-template-1 .entry-summary a, .ufbl-template-1 .page-content a, .ufbl-template-1 .comment-content a, .pingback .comment-body > a {
border: none !important;
}
.ufbl-template-1 .ufbl-form-field .sbHolder {
background-color: #ffffff;
border-radius: 4px;
font-size: 14px;
width: 50% !important;
border: 1px solid #aab2bd !important;
height:35px;
}
.ufbl-template-1 .sbOptions {
background-color: #ffffff !important;
border: 1px solid #aab2bd;
border-radius: 0 0 4px 4px;
color: #000000 !important;
top: 31px !important;
width: 101% !important;
}
.ufbl-template-1 .sbOptions a:link, .ufbl-template-1 .sbOptions a:visited {
color:#999999 !important;
}
.ufbl-template-1 .sbOptions a:hover, .ufbl-template-1 .sbOptions a:focus, .ufbl-template-1 .sbOptions a.sbFocus {
background-color: #74baf5;
color:#fff !important;
}
.ufbl-template-1 .sbOptions{
max-height:inherit !important;
}
.ufbl-template-1 .sbOptions li {
padding: 0 !important;
border-bottom:1px solid #aab2bd;
}
.ufbl-template-1 .sbOptions li:last-child{
border-bottom: none;
}
.ufbl-template-1 .sbToggle {
background-attachment: scroll !important;
background-clip: border-box !important;
background-color: rgba(0, 0, 0, 0) !important;
background-image: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/option-angle.png) !important;
background-origin: padding-box !important;
background-position: right 15px center;
background-repeat: no-repeat !important;
background-size: auto auto !important;
}
.ufbl-template-1.sbToggle:hover, .ufbl-template-1 .sbToggle:focus {
background-attachment: scroll !important;
background-clip: border-box !important;
background-color: rgba(0, 0, 0, 0) !important;
background-image: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/option-angle.png) !important;
background-origin: padding-box !important;
background-position: right 15px center;
background-repeat: no-repeat !important;
background-size: auto auto !important;
outline:none;
}  .ufbl-form-wrapper.ufbl-template-2 {
background-color: #fff;
padding:40px 30px;
-webkit-box-shadow: 0 3px 8px 3px rgba(0,0,0,0.4);
box-shadow: 0 3px 8px 3px rgba(0,0,0,0.4);
}
.ufbl-template-2 .ufbl-form-title {
margin-bottom: 40px;
font-size:22px;
color:#3979a9;
text-transform:uppercase;
}
.ufbl-template-2 .ufbl-form-field-wrap{
margin-bottom:20px;
}
.ufbl-template-2 .ufbl-form-field-wrap > label{
display:inline-block;
width:135px;
font-size:16px;
color:#000;
vertical-align:top;
margin-top:7px;
}
.ufbl-template-2 .ufbl-form-field {
display: inline-block;
width: 74.6%;
}
.ufbl-template-2 input[type="text"], .ufbl-template-2 input[type="email"], .ufbl-template-2 input[type="url"],.ufbl-template-2 input[type="password"],.ufbl-template-2 input[type="search"],.ufbl-template-2 textarea{
border-color:#aab2bd;
background-color: transparent;
padding:4px 8px;
font-size:16px;
}
.ufbl-template-2 input[type="checkbox"], input[type="radio"] button, select, textarea{
outline:none !important;
}
.ufbl-template-2 .ufbl-form-checkbox{
margin-right:5px;
}
.ufbl-template-2 .ufbl-form-textfield:focus{
-webkit-box-shadow: 0 0 1px 1px #67D5EB;
box-shadow: 0 0 1px 1px #67D5EB;
}
.ufbl-template-2 #your-hobbies > label {
vertical-align: top !important;
}
.ufbl-template-2 .your-hobbies .ufbl-form-field > label {
display: block;
margin-bottom: 10px;
}
.ufbl-template-2 *::-moz-placeholder {
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans",sans-serif;
opacity: 1;
font-size: 14px;
}
.ufbl-template-2 select.ufbl-required, .ufbl-template-2 .ufbl-form-field select,.ufbl-template-2 .ufbl-form-field .ufbl-number-field {
border: 1px solid #aab2bd;
width:50%;
padding:5px;
font-size:16px;
cursor:pointer;
height:35px;
background:transparent;
}
.ufbl-template-2 .ufbl-email-field{
font-size:16px;
box-shadow: none;
padding:8px;
}
.ufbl-template-2 #asdfasdf > label {
margin-top:7px;
}
.ufbl-template-2 .ufbl-form-submit {
background-color: #74baf5;
margin-left:135px;
font-size:15px;
text-transform:none;
}
.ufbl-template-2 .ufbl-form-submit:hover {
background-color: #52a2e5;
}
.ufbl-template-2 .ufbl-form-submit:focus {
color: #fff;
}
.ufbl-template-2 .ufbl-form-reset {
background-color: rgba(0, 0, 0, 0);
border: 1px solid #aab2bd !important;
border-radius: 0 !important;
color: #434a54;
font-size: 15px;
padding: 11px 20px !important;
text-transform: none;
}
.ufbl-template-2 .ufbl-form-reset:hover {
background-color: #52a2e5;
color:#fff;
}
.ufbl-template-2 .ufbl-form-reset:focus{
color:#fff;  
}
.ufbl-template-2 .ufbl-error {
color: #ff0000;
font-size: 13px;
margin-top:5px;
text-align:right;
font-style:italic;
}
.ufbl-template-2 .ufbl-math-captcha-ans {
border:1px solid #aab2bd;
margin-top: 3px;
width:176px;
height:35px;
font-size:15px;
}
.ufbl-template-2 input.ufbl-form-radio{
display:none;  
}
.ufbl-template-2 input[type=radio] + label{
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/uncheck-radio.png) no-repeat scroll left center; 
cursor: pointer;
display: block;
font-size: 16px;
height: 34px;
margin-bottom: 8px;
padding: 3px 0 0 35px;
vertical-align: top;
}
.ufbl-template-2 input[type=radio]:checked + label{
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/checked-radio.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 3px 0 0 35px;
vertical-align: top;
}
.ufbl-template-2 .ufbl-form-checkbox {
display:none;
}
.ufbl-template-2 input[type=checkbox]:checked + label {
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/check-box-checked.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 5px 0 0 35px;
vertical-align: top;
}
.ufbl-template-2 input[type=checkbox] + label {
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/check-box.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 5px 0 0 35px;
vertical-align: top;
font-size:16px;
}
.ufbl-template-2 .ufbl-email-field {
background: #f7f7f7 url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/mail.png) no-repeat scroll right 10px center / 20px auto;
height: 35px;
}
.ufbl-template-2 .ufbl-form-message.ufbl-success-message{
border: 1px solid #aab2bd;
font-size: 15px;
padding: 5px 10px;
}
.ufbl-template-2 .ufbl-form-message.ufbl-error-message {
border: 1px solid #ff0000;
color: #ff0000;
font-size: 15px;
padding: 5px 10px;
} .ufbl-template-2 .sbSelector{
line-height:34px !important;
}
.ufbl-template-2 .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
color: #434a54 !important;
}
.ufbl-template-2 .entry-content a, .ufbl-template-2 .entry-summary a, .ufbl-template-2 .page-content a, .ufbl-template-2 .comment-content a, .ufbl-template-2 .pingback .comment-body > a {
border: none !important;
} .ufbl-form-field a {
border-bottom: none !important;
}
.ufbl-template-2 .ufbl-form-field .sbHolder {
background-color: #ffffff;
font-size: 14px;
width: 50% !important;
border: 1px solid #aab2bd !important;
height:35px;
}
.ufbl-template-2 .sbOptions {
background-color: #ffffff !important;
border: 1px solid #aab2bd;
color: #000000 !important;
top: 33px !important;
width: 101% !important;
}
.ufbl-template-2 .sbOptions a:link, .ufbl-template-2 .sbOptions a:visited {
color:#999999 !important;
}
.ufbl-template-2 .sbOptions a:hover, .ufbl-template-2 .sbOptions a:focus, .ufbl-template-2 .sbOptions a.sbFocus {
background-color: #74baf5;
color:#fff !important;
}
.ufbl-template-2 .sbOptions{
max-height:inherit !important;
}
.ufbl-template-2 .sbOptions li {
padding: 0 !important;
border-bottom:1px solid #aab2bd;
}
.ufbl-template-2 .sbOptions li:last-child{
border-bottom: none;
}
.ufbl-template-2 .sbToggle {
background-attachment: scroll !important;
background-clip: border-box !important;
background-color: rgba(0, 0, 0, 0) !important;
background-image: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/option-angle.png) !important;
background-origin: padding-box !important;
background-position: right 15px center;
background-repeat: no-repeat !important;
background-size: auto auto !important;
}
.ufbl-template-2.sbToggle:hover, .ufbl-template-2 .sbToggle:focus {
background-attachment: scroll !important;
background-clip: border-box !important;
background-color: rgba(0, 0, 0, 0) !important;
background-image: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/option-angle.png) !important;
background-origin: padding-box !important;
background-position: right 15px center;
background-repeat: no-repeat !important;
background-size: auto auto !important;
outline:none;
}  .ufbl-form-wrapper.ufbl-template-3 {
background-color: #fff;
padding:40px 30px;
-webkit-box-shadow: 0 3px 8px 3px rgba(0,0,0,0.4);
box-shadow: 0 3px 8px 3px rgba(0,0,0,0.4);
}
.ufbl-template-3 .ufbl-form-title {
margin-bottom: 40px;
font-size:22px;
color:#3979a9;
text-align: center;
}
.ufbl-template-3 .ufbl-form-field-wrap{
margin-bottom:20px;
}
.ufbl-template-3 .ufbl-form-field-wrap > label{
display:inline-block;
width:135px;
font-size:16px;
color:#000;
vertical-align:top;
margin-top:7px;
}
.ufbl-template-3 .ufbl-form-field {
display: inline-block;
width: 74.6%;
}
.ufbl-template-3 .ufbl-form-field input[type="text"], .ufbl-template-3 .ufbl-form-field input[type="email"],.ufbl-template-3 .ufbl-form-field input[type="password"],.ufbl-template-3 .ufbl-form-field textarea,.ufbl-template-3 .ufbl-form-field input[type="reset"] {
border: 3px solid #74baf5;
padding:4px 8px;
background-color:transparent;
font-size:16px;
}
.ufbl-template-3 .ufbl-form-field .ufbl-form-reset:hover{
background:#52a2e5;
border-color:#52a2e5;
}
.ufbl-template-3 input[type="checkbox"], input[type="radio"] button, select, textarea{
outline:none !important;
}
.ufbl-template-3 .ufbl-form-checkbox{
margin-right:5px;
}
.ufbl-template-3 .ufbl-required:focus{
-webkit-box-shadow: 0 0 1px 1px #67D5EB;
box-shadow: 0 0 1px 1px #67D5EB;
}
.ufbl-template-3 #your-hobbies > label {
vertical-align: top !important;
}
.ufbl-template-3 .your-hobbies .ufbl-form-field > label {
display: block;
margin-bottom: 10px;
}
.ufbl-template-3 *::-moz-placeholder {
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans",sans-serif;
opacity: 1;
font-size: 14px;
}
.ufbl-template-3 select.ufbl-required, .ufbl-template-3 .ufbl-form-field select,.ufbl-template-3 .ufbl-form-field .ufbl-number-field {
border: 3px solid #74baf5;
width:50%;
padding:5px;
font-size:14px;
cursor:pointer;
height:38px;
background:transparent;
}
.ufbl-template-3 .ufbl-email-field{
font-size:14px;
box-shadow: none;
padding:8px;
}
.ufbl-template-3 #asdfasdf > label {
margin-top:7px;
}
.ufbl-template-3 .ufbl-form-submit {
background-color: #74baf5;
}
.ufbl-template-3 .ufbl-form-submit:hover {
background-color: #52a2e5;
}
.ufbl-template-3 .ufbl-form-submit:focus {
color: #fff;
}
.ufbl-template-3 .ufbl-form-reset {
border:3px solid #74baf5 !important;
background-color:transparent;
color:#434a54;
padding:9px 20px !important;
border-radius:0 !important;
text-transform: none;
}
.ufbl-template-3 .ufbl-form-reset:hover {
background-color: #52a2e5;
border-color:#52a2e5 !important;
color:#fff;
}
.ufbl-template-3 .ufbl-form-reset:focus{
color:#fff;  
}
.ufbl-template-3 .ufbl-form-field .ufbl-form-submit {
font-size: 15px;
margin-left: 135px;
text-transform: none;
}
.ufbl-template-3 .ufbl-error {
color: #ff0000;
font-size: 13px;
margin-top:5px;
text-align:right;
font-style:italic;
}
.ufbl-template-3 .ufbl-math-captcha-ans {
border: 3px solid #74baf5;
margin-top: 3px;
width: 154px;
height:38px;
padding:2px 6px;
}
.ufbl-template-3 input.ufbl-form-radio{
display:none;  
}
.ufbl-template-3 input[type=radio] + label{
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/uncheck-radio-bold-border.png) no-repeat scroll left center; 
cursor: pointer;
display: block;
font-size: 16px;
height: 34px;
margin-bottom: 8px;
padding: 3px 0 0 35px;
vertical-align: top;
}
.ufbl-template-3 input[type=radio]:checked + label{
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/checked-radio-bold-border.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 3px 0 0 35px;
vertical-align: top;
}
.ufbl-template-3 .ufbl-form-checkbox {
display:none;
}
.ufbl-template-3 input[type=checkbox]:checked + label {
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/check-box-checked-bold-border.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 4px 0 0 35px;
vertical-align: top;
}
.ufbl-template-3 input[type=checkbox] + label {
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/check-box-bod-border.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 4px 0 0 35px;
vertical-align: top;
font-size:16px;
}
.ufbl-template-3 .ufbl-email-field{
background: #f7f7f7 url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/mail.png) no-repeat scroll right 10px center / 20px auto;
height:40px;
}
.ufbl-template-3 .ufbl-form-message.ufbl-success-message{
border: 3px solid #74baf5;
font-size: 15px;
padding: 5px 10px;  
}
.ufbl-template-3 .ufbl-form-message.ufbl-error-message {
border: 3px solid #ff0000;
color: #ff0000;
font-size: 15px;
padding: 5px 10px;
} .ufbl-template-3 .sbSelector{
line-height:35px !important;
}
.ufbl-template-3 .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
color: #434a54 !important;
}
.ufbl-template-3 .entry-content a, .ufbl-template-3 .entry-summary a, .ufbl-template-3 .page-content a, .ufbl-template-3 .comment-content a, .ufbl-template-3 .pingback .comment-body > a {
border: none !important;
}
.ufbl-template-3 .ufbl-form-field .sbHolder {
background-color: #ffffff;
font-size: 14px;
width: 50% !important;
border: 3px solid #74baf5 !important;
height:40px;
}
.ufbl-template-3 .sbOptions {
background-color: #ffffff !important;
border: 3px solid #74baf5;
color: #000000 !important;
margin-left: -2px;
top: 29px !important;
width: 103% !important;
}
.ufbl-template-3 .sbOptions a:link, .ufbl-template-3 .sbOptions a:visited {
color:#999999 !important;
}
.ufbl-template-3 .sbOptions a:hover, .ufbl-template-3 .sbOptions a:focus, .ufbl-template-3 .sbOptions a.sbFocus {
background-color: #74baf5;
color:#fff !important;
}
.ufbl-template-3 .sbOptions{
max-height:inherit !important;
}
.ufbl-template-3 .sbOptions li {
padding: 0 !important;
border-bottom:3px solid #74baf5;
}
.ufbl-template-3 .sbOptions li:last-child{
border-bottom: none;
}
.ufbl-template-3 .sbToggle {
background-attachment: scroll !important;
background-clip: border-box !important;
background-color: rgba(0, 0, 0, 0) !important;
background-image: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/option-angle.png) !important;
background-origin: padding-box !important;
background-position: right 15px center;
background-repeat: no-repeat !important;
background-size: auto auto !important;
}
.ufbl-template-3.sbToggle:hover, .ufbl-template-2 .sbToggle:focus {
background-attachment: scroll !important;
background-clip: border-box !important;
background-color: rgba(0, 0, 0, 0) !important;
background-image: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/option-angle.png) !important;
background-origin: padding-box !important;
background-position: right 15px center;
background-repeat: no-repeat !important;
background-size: auto auto !important;
outline:none;
}  .ufbl-form-wrapper.ufbl-template-4 {
background-color: #fff;
padding:40px 30px;
-webkit-box-shadow: 0 3px 8px 3px rgba(0,0,0,0.4);
box-shadow: 0 3px 8px 3px rgba(0,0,0,0.4);
}
.ufbl-template-4 .ufbl-form-title {
margin-bottom: 40px;
font-size:22px;
color:#3979a9;
text-transform:uppercase;
}
.ufbl-template-4 .ufbl-form-field-wrap{
margin-bottom:20px;
}
.ufbl-template-4 .ufbl-form-field-wrap > label{
display:inline-block;
width:135px;
font-size:16px;
color:#000;
vertical-align:top;
margin-top:7px;
}
.ufbl-template-4 .ufbl-form-field {
display: inline-block;
width: 74.6%;
}
.ufbl-template-4 input[type="text"],.ufbl-template-4 input[type="email"],.ufbl-template-4 input[type="url"],.ufbl-template-4 input[type="password"],.ufbl-template-4 input[type="search"],.ufbl-template-4 textarea {
border:transparent;
border-bottom: 2px solid #74baf5;
padding: 4px 8px;
background-color: transparent;
font-size:16px;
}
.ufbl-template-4 textarea{
outline: 1px solid #74baf5 !important;
border-bottom: 2px solid #74baf5;
background-color:transparent;
font-size:16px;
}
.ufbl-template-4 input[type="checkbox"], input[type="radio"] button, select, textarea{
outline:none !important;
}
.ufbl-template-4 .ufbl-form-checkbox{
margin-right:5px;
}
.ufbl-template-4 .ufbl-email-field:focus,.ufbl-template-4 input[type="text"]:focus,.ufbl-template-4 input[type="number"]:focus,.ufbl-template-4 input[type="url"]:focus,.ufbl-template-4 input[type="password"]:focus,.ufbl-template-4 input[type="search"]:focus,.ufbl-template-4 textarea:focus{
-webkit-box-shadow: 0 0 1px 1px #67D5EB;
box-shadow: 0 0 1px 1px #67D5EB;
}
.ufbl-template-4 #your-hobbies > label {
vertical-align: top !important;
}
.ufbl-template-4 .your-hobbies .ufbl-form-field > label {
display: block;
margin-bottom: 10px;
}
.ufbl-template-4 input::-moz-placeholder, .ufbl-template-4 input::-webkit-input-placeholder {
color: rgba(51, 51, 51, 0.7)!important;
opacity: 1;
font-size: 15px !important;
}
.ufbl-template-4 select.ufbl-required, .ufbl-template-4 .ufbl-form-field select,.ufbl-template-4 .ufbl-form-field .ufbl-number-field {
border:transparent;
border-bottom: 2px solid #74baf5;
width:50%;
padding:5px;
cursor:pointer;
height:38px;
background-color: transparent;
}
.ufbl-template-4 .ufbl-email-field{
box-shadow: none;
padding:8px;
}
.ufbl-template-4 .ufbl-form-submit {
background-color: #74baf5;
}
.ufbl-template-4 .ufbl-form-submit:hover {
background-color: #52a2e5;
}
.ufbl-template-4 .ufbl-form-submit:focus {
color: #fff;
}
.ufbl-template-4 .ufbl-form-reset {
background-color: rgba(0, 0, 0, 0);
border: 2px solid #74baf5 !important;
border-radius: 0 !important;
color: #434a54;
font-size: 15px;
padding: 10px 20px !important;
text-transform: none;
}
.ufbl-template-4 .ufbl-form-reset:hover {
background-color: #52a2e5;
border-color:#52a2e5;
color:#fff;
}
.ufbl-template-4 .ufbl-form-reset:focus{
color:#fff;  
}
.ufbl-template-4 .ufbl-form-field .ufbl-form-submit {
font-size: 15px;
margin-left: 135px;
text-transform: none;
}
.ufbl-template-4 .ufbl-error {
color: #ff0000;
font-size: 13px;
margin-top:5px;
text-align:right;
font-style:italic;
}
.ufbl-template-4 .ufbl-math-captcha-ans {
border:transparent;
border-bottom: 2px solid #74baf5;
background-color:transparent;
margin-top: 3px;
width: 154px;
height:38px;
padding:2px 6px;
}
.ufbl-template-4 input.ufbl-form-radio{
display:none;  
}
.ufbl-template-4 input[type=radio] + label{
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/uncheck-radio-bold-border.png) no-repeat scroll left center; 
cursor: pointer;
display: block;
font-size: 16px;
height: 34px;
margin-bottom: 8px;
padding: 3px 0 0 35px;
vertical-align: top;
}
.ufbl-template-4 input[type=radio]:checked + label{
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/checked-radio-bold-border.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 3px 0 0 35px;
vertical-align: top;
}
.ufbl-template-4 .ufbl-form-checkbox {
display:none;
}
.ufbl-template-4 input[type=checkbox]:checked + label {
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/check-box-checked-bold-border.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 4px 0 0 35px;
vertical-align: top;
}
.ufbl-template-4 input[type=checkbox] + label {
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/check-box-bod-border.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 4px 0 0 35px;
vertical-align: top;
font-size:16px;
}
.ufbl-template-4 .ufbl-email-field {
background: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/mail.png) no-repeat scroll right 10px center / 20px auto;
height:40px;
}
.ufbl-template-4 .ufbl-form-message.ufbl-success-message{
border: 2px solid #74baf5;
font-size: 15px;
padding: 5px 10px;  
}
.ufbl-template-4 .ufbl-form-message.ufbl-error-message {
border: 2px solid #ff0000;
color: #ff0000;
font-size: 15px;
padding: 5px 10px;
} .ufbl-template-4 .sbSelector{
line-height:30px !important;
}
.ufbl-template-4 .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
color: #434a54 !important;
}
.ufbl-template-4 .entry-content a, .ufbl-template-4 .entry-summary a, .ufbl-template-4 .page-content a, .ufbl-template-4 .comment-content a, .ufbl-template-4 .pingback .comment-body > a {
border: none !important;
}
.ufbl-template-4 .ufbl-form-field .sbHolder {
background-color: #ffffff;
font-size: 14px;
width: 50% !important;
border: transparent;
border-bottom: 2px solid #74baf5 !important;
height:35px;
}
.ufbl-template-4 .sbOptions {
background-color: #ffffff !important;
border:transparent;
color: #000000 !important;
margin-left: -2px;
top: 35px !important;
width: 103% !important;
}
.ufbl-template-4 .sbOptions a:link, .ufbl-template-4 .sbOptions a:visited {
color:#999999 !important;
}
.ufbl-template-4 .sbOptions a:hover, .ufbl-template-4 .sbOptions a:focus, .ufbl-template-4 .sbOptions a.sbFocus {
background-color: transparent;
color:#74baf5 !important;
}
.ufbl-template-4 .sbOptions{
max-height:inherit !important;
}
.ufbl-template-4 .sbOptions li {
padding: 0 !important;
border-bottom:2px solid #74baf5;
}
.ufbl-template-4 .sbToggle {
background-attachment: scroll !important;
background-clip: border-box !important;
background-color: rgba(0, 0, 0, 0) !important;
background-image: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/option-angle.png) !important;
background-origin: padding-box !important;
background-position: right 15px center;
background-repeat: no-repeat !important;
background-size: auto auto !important;
}
.ufbl-template-4.sbToggle:hover, .ufbl-template-4 .sbToggle:focus {
background-attachment: scroll !important;
background-clip: border-box !important;
background-color: rgba(0, 0, 0, 0) !important;
background-image: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/option-angle.png) !important;
background-origin: padding-box !important;
background-position: right 15px center;
background-repeat: no-repeat !important;
background-size: auto auto !important;
outline:none;
}  .ufbl-form-wrapper.ufbl-template-5 {
background-color: #fff;
padding:40px 30px;
-webkit-box-shadow: 0 3px 8px 3px rgba(0,0,0,0.4);
box-shadow: 0 3px 8px 3px rgba(0,0,0,0.4);
}
.ufbl-template-5 .ufbl-form-title {
margin-bottom: 40px;
font-size:22px;
color:#3979a9;
text-transform:uppercase;
}
.ufbl-template-5 .ufbl-form-field-wrap{
margin-bottom:20px;
}
.ufbl-template-5 .ufbl-form-field-wrap > label{
display:inline-block;
width:135px;
font-size:16px;
color:#000;
vertical-align:top;
margin-top:7px;
}
.ufbl-template-5 .ufbl-form-field {
display: inline-block;
width: 74.6%;
}
.ufbl-template-5 input[type="text"],.ufbl-template-5 input[type="email"],.ufbl-template-5 input[type="url"],.ufbl-template-5 input[type="password"],.ufbl-template-5 input[type="search"]{
border:transparent;
padding: 4px 8px;
background-color: #146782;
color: #fff;
font-size:16px;
height:35px;
}
.ufbl-template-5 textarea{
border:transparent;
padding: 4px 8px;
background-color: #146782;
color: #fff;
font-size:16px;
}
.ufbl-template-5 input[type="checkbox"], input[type="radio"] button, select, textarea{
outline:none !important;
}
.ufbl-template-5 .ufbl-form-checkbox{
margin-right:5px;
}
.ufbl-template-5 .ufbl-email-field:focus,.ufbl-template-5 input[type="text"]:focus,.ufbl-template-5 input[type="number"]:focus,.ufbl-template-5 input[type="url"]:focus,.ufbl-template-5 input[type="password"]:focus,.ufbl-template-5 input[type="search"]:focus{
-webkit-box-shadow: 0 0 1px 1px #67D5EB;
box-shadow: 0 0 1px 1px #67D5EB;
}
.ufbl-template-5 textarea:focus{
-webkit-box-shadow: 0 0 1px 1px #67D5EB;
box-shadow: 0 0 1px 1px #67D5EB;
background-color:#146782 !important;
color:#fff !important;
}
.ufbl-template-5 #your-hobbies > label {
vertical-align: top !important;
}
.ufbl-template-5 .your-hobbies .ufbl-form-field > label {
display: block;
margin-bottom: 10px;
}
.ufbl-template-5 input::-moz-placeholder, .ufbl-template-5 textarea::-moz-placeholder {
color: #fff;
opacity: 1;
font-size: 14px;
}
.ufbl-template-5 input::-webkit-input-placeholder,.ufbl-template-5 textarea.ufbl-form-textarea::-webkit-input-placeholder {
color: #fff;
opacity: 1;
font-size: 14px;
}
.ufbl-template-5 select.ufbl-required, .ufbl-template-5 .ufbl-form-field select,.ufbl-template-5 .ufbl-form-field .ufbl-number-field {
border:transparent;
width:50%;
padding:5px;
font-size:16px;
height:38px;
background-color: #146782;
color:#fff;
}
.ufbl-template-5 .ufbl-email-field{
font-size:14px;
box-shadow: none;
padding:8px;
}
.ufbl-template-5 .ufbl-form-submit {
background-color: #146782;
}
.ufbl-template-5 .ufbl-form-submit:hover {
background-color: #0b7ea4;
}
.ufbl-template-5 .ufbl-form-submit:focus {
color: #fff;
}
.ufbl-template-5 .ufbl-form-reset {
background-color: rgba(0, 0, 0, 0);
border: 2px solid #146782 !important;
border-radius: 0 !important;
color: #434a54;
font-size: 15px;
padding: 10px 20px !important;
text-transform: none;
}
.ufbl-template-5 .ufbl-form-reset:hover {
background-color: #0b7ea4;
border-color:#0b7ea4 !important;
color:#fff;
}
.ufbl-template-5 .ufbl-form-reset:focus{
color:#fff;  
}
.ufbl-template-5 .ufbl-form-field .ufbl-form-submit {
font-size: 15px;
margin-left: 135px;
text-transform: none;
}
.ufbl-template-5 .ufbl-error {
color: #ff0000;
font-size: 13px;
margin-top:5px;
text-align:right;
font-style:italic;
}
.ufbl-template-5 .ufbl-math-captcha-ans {
border:transparent;
border-bottom: 2px solid #74baf5;
background-color:transparent;
margin-top: 3px;
width: 154px;
height:38px;
padding:2px 6px;
font-size:15px;
}
.ufbl-template-5 input.ufbl-form-radio{
display:none;  
}
.ufbl-template-5 input[type=radio] + label{
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/uncheck-radio-5.png) no-repeat scroll left center; 
cursor: pointer;
display: block;
font-size: 16px;
height: 34px;
margin-bottom: 8px;
padding: 3px 0 0 35px;
vertical-align: top;
}
.ufbl-template-5 input[type=radio]:checked + label{
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/checked-radio-5.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 3px 0 0 35px;
vertical-align: top;
}
.ufbl-template-5 .ufbl-form-checkbox {
display:none;
}
.ufbl-template-5 input[type=checkbox]:checked + label {
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/check-box-checked-5.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 4px 0 0 35px;
vertical-align: top;
}
.ufbl-template-5 input[type=checkbox] + label {
background: rgba(0, 0, 0, 0) url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/check-box-5.png) no-repeat scroll left center;
cursor: pointer;
display: block;
height: 34px;
margin-bottom: 8px;
padding: 4px 0 0 35px;
vertical-align: top;
font-size:16px;
}
.ufbl-template-5 .ufbl-email-field {
background: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/mail-white.png) no-repeat scroll right 10px center / 20px auto;
height:40px;
}
.ufbl-template-5 .ufbl-form-message.ufbl-success-message{
border: 2px solid #146782;
font-size: 15px;
padding: 5px 10px;  
}
.ufbl-template-5 .ufbl-form-message.ufbl-error-message {
border: 2px solid #ff0000;
color: #ff0000;
font-size: 15px;
padding: 5px 10px;
} .ufbl-template-5 .sbSelector{
line-height:30px !important;
}
.ufbl-template-5 .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
color: #fff !important;
}
.ufbl-template-5 .entry-content a, .ufbl-template-5 .entry-summary a, .ufbl-template-5 .page-content a, .ufbl-template-5 .comment-content a, .ufbl-template-5 .pingback .comment-body > a {
border: none !important;
}
.ufbl-template-5 .ufbl-form-field .sbHolder {
background-color: #146782;
font-size: 14px;
width: 50% !important;
border: transparent;
height:35px;
}
.ufbl-template-5 .sbOptions {
background-color: #f5f5f5 !important;
border:transparent;
color: #000000 !important;
margin-left: 1px;
top: 35px !important;
width: 100% !important;
}
.ufbl-template-5 .sbOptions a:link, .ufbl-template-5 .sbOptions a:visited {
color:#000 !important;
}
.ufbl-template-5 .sbOptions a:hover, .ufbl-template-5 .sbOptions a:focus, .ufbl-template-5 .sbOptions a.sbFocus {
background-color: #146782;
color:#fff !important;
}
.ufbl-template-5 .sbOptions{
max-height:inherit !important;
}
.ufbl-template-5 .sbOptions li {
padding: 0 !important;
border-bottom:2px solid #fff;
}
.ufbl-template-5 .sbToggle {
background-attachment: scroll !important;
background-clip: border-box !important;
background-color: rgba(0, 0, 0, 0) !important;
background-image: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/option-angle-5.png) !important;
background-origin: padding-box !important;
background-position: right 15px center;
background-repeat: no-repeat !important;
background-size: auto auto !important;
border-left: 1px solid #c6e3eb;
top:3px !important;
width:46px !important;
}
.ufbl-template-5.sbToggle:hover, .ufbl-template-5 .sbToggle:focus {
background-attachment: scroll !important;
background-clip: border-box !important;
background-color: rgba(0, 0, 0, 0) !important;
background-image: url(//successbiznow.com/wp-content/plugins/ultimate-form-builder-lite/images/option-angle-5-hover.png) !important;
background-origin: padding-box !important;
background-position: right 15px center;
background-repeat: no-repeat !important;
background-size: auto auto !important;
outline:none;
}  @media only screen and (max-width: 1300px) { .ufbl-template-1 .ufbl-form-field, .ufbl-template-2 .ufbl-form-field, .ufbl-template-3 .ufbl-form-field,
.ufbl-template-4 .ufbl-form-field ,.ufbl-template-5 .ufbl-form-field    {
width: 72%;
}
}
@media only screen and (max-width: 1200px) { .ufbl-template-1 .ufbl-form-field, .ufbl-template-2 .ufbl-form-field, .ufbl-template-3 .ufbl-form-field,
.ufbl-template-4 .ufbl-form-field , .ufbl-template-5 .ufbl-form-field    {
width: 67%;
}
.ufbl-template-1 .ufbl-form-submit, .ufbl-template-2 .ufbl-form-submit, .ufbl-template-3 .ufbl-form-field .ufbl-form-submit,
.ufbl-template-4 .ufbl-form-field .ufbl-form-submit, .ufbl-template-5 .ufbl-form-field .ufbl-form-submit  {
margin-left: 0;
}
}
@media only screen and (max-width: 1024px) { .ufbl-template-1 .ufbl-form-field,.ufbl-template-2 .ufbl-form-field, .ufbl-template-3 .ufbl-form-field,
.ufbl-template-4 .ufbl-form-field, .ufbl-template-5 .ufbl-form-field {
width: 100%;
}
.ufbl-template-1 .ufbl-form-field-wrap > label, .ufbl-template-2 .ufbl-form-field-wrap > label,
.ufbl-template-3 .ufbl-form-field-wrap > label, .ufbl-template-4 .ufbl-form-field-wrap > label, .ufbl-template-3 .ufbl-form-field-wrap > label,
.ufbl-template-5 .ufbl-form-field-wrap > label {
margin-top: 7px;
}
}
@media only screen and (max-width: 955px) { .ufbl-template-1 .ufbl-form-field, .ufbl-template-2 .ufbl-form-field, .ufbl-template-3 .ufbl-form-field,
.ufbl-template-4 .ufbl-form-field, .ufbl-template-5 .ufbl-form-field {
width: 71%;
}
}
@media only screen and (max-width: 800px) { .ufbl-template-1 .ufbl-form-field, .ufbl-template-2 .ufbl-form-field, .ufbl-template-3 .ufbl-form-field,
.ufbl-template-4 .ufbl-form-field, .ufbl-template-5 .ufbl-form-field {
width: 100%;
}
.ufbl-template-1 .ufbl-form-field-wrap > label, .ufbl-template-2 .ufbl-form-field-wrap > label,
.ufbl-template-3 .ufbl-form-field-wrap > label, .ufbl-template-4 .ufbl-form-field-wrap > label,
.ufbl-template-5 .ufbl-form-field-wrap > label {
width: 100%;
}
}
@media only screen and (max-width: 640px) { .ufbl-template-1 .ufbl-form-submit, .ufbl-template-2 .ufbl-form-submit, .ufbl-template-3 .ufbl-form-submit,
.ufbl-template-4 .ufbl-form-submit, .ufbl-template-5 .ufbl-form-submit {
margin-bottom: 10px;
margin-left: 0;
}
}
.ufbl-form-textarea {
width: 100%;
}
.ufbl-multiple-dropdown {
height: auto !important;
}.mbt-book {
clear: both;
padding-bottom: 10px;
font-family: Helvetica, sans-serif
}
.mbt-book .mbt-affiliate-disclaimer {
opacity: 0.6;
font-size: 10px;
font-style: italic;
padding: 10px 0px;
clear: both;
}
.mbt-book .mbt-affiliate-disclaimer a,
.mbt-book .mbt-affiliate-disclaimer a:link,
.mbt-book .mbt-affiliate-disclaimer a:visited,
.mbt-book .mbt-affiliate-disclaimer a:hover,
.mbt-book .mbt-affiliate-disclaimer a:active  {
color: inherit;
}
.mbt-book a.mbt-book-anchor {
display: block;
position: absolute; }   .mbt-breadcrumbs {
padding: 0px 0px 10px 0px;
}
.mbt-breadcrumbs a,
.mbt-breadcrumbs a:link,
.mbt-breadcrumbs a:visited,
.mbt-breadcrumbs .mbt-breadcrumbs-delimiter {
opacity: 0.6;
font-family: Helvetica, sans-serif;
}
.mbt-breadcrumbs a:active,
.mbt-breadcrumbs a:hover {
opacity: 1;
font-family: Helvetica, sans-serif;
}   .mbt-book .mbt-book-images {
float: left;
width: 25%;
}
.mbt-book .mbt-book-images .mbt-book-image {
width: 100%;
height: auto;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-right {
float: left;
width: 75%;
}
.mbt-book .mbt-book-images.mbt-book-images-small {
width: 15%;
}
.mbt-book .mbt-book-images.mbt-book-images-small + .mbt-book-right {
width: 85%;
}
.mbt-book .mbt-book-images.mbt-book-images-large {
width: 35%;
}
.mbt-book .mbt-book-images.mbt-book-images-large + .mbt-book-right {
width: 65%;
}
@media (max-width: 500px) {
.mbt-book .mbt-book-images {
float: none;
width: auto;
text-align: center;
}
.mbt-book .mbt-book-images .mbt-book-image {
width: 80%;
}
.mbt-book .mbt-book-right {
float: none;
width: auto;
margin-left: 0;
}
}   .mbt-book .mbt-book-title {
clear: none;
margin: 0;
padding: 0;
color: #484949;
font-size: 25px;
font-weight: bold;
line-height: 1.3;
background: none;
}
.mbt-book .mbt-book-title a {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: none;
border: none;
}
.mbt-book .mbt-book-title a:hover {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: underline;
border: none;
}   .mbt-book .mbt-book-price {
font-size: 16px;
font-weight: bold;
color: #484949;
}
.mbt-book .mbt-book-price .mbt-old-price  {
text-decoration: line-through;
color: #AEAEAE;
margin-right: 10px;
}
.mbt-book .mbt-book-price .mbt-new-price  {
color: #484949;
}
.mbt-book .mbt-book-price .mbt-alt-price  {
display: block;
font-size: 12px;
line-height: 1;
margin-top: 5px;
}   .mbt-book .mbt-book-meta {
font-size: 14px;
line-height: 1.5;
}
.mbt-book .mbt-book-meta .mbt-meta-title {
font-weight: bold;
}
.mbt-book .mbt-book-meta a {
font-weight: 600;
}
.mbt-book .mbt-book-meta .mbt-star-rating {
display: inline-block;
}
.mbt-book .mbt-book-meta .mbt-star-rating .mbt-star {
float: left;
width: 17px;
height: 15px;
text-indent: -999em;
display: block;
background: transparent;
overflow: hidden;
background: url(//successbiznow.com/wp-content/plugins/mybooktable/images/star.gif) no-repeat 0 0px;
}
.mbt-book .mbt-book-meta .mbt-star-rating .mbt-star.mbt-star-filled {
background-position: 0 -32px;
}   .mbt-book .mbt-book-sample {
margin-top: 10px;
}
.mbt-book .mbt-book-sample a {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: white;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
border: 1px solid #345873;
border-radius: 5px;
background-color: #36738d;
background-image: -moz-linear-gradient(top,  #36738d 0%, #2f5a79 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36738d), color-stop(100%,#2f5a79));
background-image: -webkit-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: -o-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: -ms-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: linear-gradient(to bottom,  #36738d 0%,#2f5a79 100%);
box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
display: inline-block;
margin: 0;
padding: 6px 15px;
min-width: 70px;
}
.mbt-book .mbt-book-sample-audio audio {
max-width: 100%;
}   .mbt-book .mbt-book-buybuttons .mbt-book-buybutton {
width: auto;
float: left;
clear: none;
padding: 5px 10px 0px 0px;
vertical-align: top;
}
.mbt-book .mbt-book-buybuttons .mbt-book-buybutton a {
vertical-align: top;
}
.mbt-book .mbt-book-buybuttons .mbt-book-buybutton img {
background: transparent;
border: none;
height: auto;
width: auto;
border-radius: 0px;
box-shadow: none;
vertical-align: bottom;
padding: 0;
margin: 0;
opacity: 1;
}
.mbt-book .mbt-book-buybuttons-textonly {
clear: both;
padding: 15px 0px 0px 0px;
}
.mbt-book .mbt-book-buybuttons-textonly h3  {
margin: 0px;
padding: 0px;
}
.mbt-book .mbt-book-buybuttons-textonly ul {
list-style-position: inside;
list-style-type: disc;
margin: 5px 0 5px 0;
padding: 0 0 0 10px
}
.mbt-book .mbt-book-buybuttons-textonly ul li {
list-style-position: inside;
list-style-type: disc;
background: none;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-buybuttons-textonly ul li a {
vertical-align: middle;
font-size: 15px;
line-height: 15px;
}   .mbt-book-buybuttons .mbt-universal-buybutton,
.mbt-book-buybuttons .mbt-universal-buybutton:hover {
box-shadow: none;
}   .mbt-book .mbt-book-video-sample {
text-align: center;
width: 100%;
overflow: hidden;
}
.mbt-book .mbt-book-video-sample iframe {
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-video-sample .jetpack-video-wrapper {
margin: 0;
}
.mbt-book .mbt-book-video-sample .jetpack-video-wrapper .youtube-player {
display: inline-block !important;
}   .mbt-book .mbt-find-bookstore {
text-align: center;
}
.mbt-book .mbt-find-bookstore input[type="email"],
.mbt-book .mbt-find-bookstore input[type="text"] {
width: auto;
font-size: 1em;
font-weight: normal;
padding: 0.4em 0.5em;
line-height: 1.42857;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.mbt-book .mbt-find-bookstore input[type="submit"] {
font-size: 1em;
padding: 0.4em 0.8em;
line-height: 1.42857;
font-weight: normal;
color: #7c7c7c;
background-color: #e6e6e6;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
border: 1px solid #d2d2d2;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
outline: none;
}
.mbt-book .mbt-find-bookstore input[type="submit"]:hover{
color: #5e5e5e;
background-color: #ebebeb;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.mbt-book .mbt-find-bookstore input[type="submit"]:active {
color: #757575;
background-color: #e1e1e1;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
background-image: linear-gradient(top, #ebebeb, #e1e1e1);
box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
border-color: transparent;
}   .mbt-book-endorsements {
padding-top: 15px;
}
.mbt-book-endorsements .mbt-endorsement {
padding: 20px 0 0;
clear: both;
}
.mbt-book-endorsements .mbt-endorsement:first-of-type {
padding-top: 0;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-image {
width: 17%;
padding: 0 2.5%;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-image img {
width: 100%;
height: auto;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-content {
padding: 0.7em 2.5% 0;
line-height: 1.7;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-image+.mbt-endorsement-content {
width: 73%;
}
.mbt-book-endorsements .mbt-endorsement .mbt-endorsement-name {
padding-top: 0.7em;
line-height: 1;
opacity: 0.8;
text-align: right;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(odd) .mbt-endorsement-image {
float: left;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(odd) .mbt-endorsement-image+.mbt-endorsement-content {
float: right;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(odd) .mbt-endorsement-image+.mbt-endorsement-content .mbt-endorsement-name {
text-align: left;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(even) .mbt-endorsement-image {
float: right;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(even) .mbt-endorsement-image+.mbt-endorsement-content {
float: left;
}
.mbt-book-endorsements .mbt-endorsement:nth-child(even) .mbt-endorsement-image+.mbt-endorsement-content .mbt-endorsement-name {
text-align: right;
}   .mbt-book .mbt-book-bookclub-resources .mbt-book-bookclub-video {
text-align: center;
margin-bottom: 20px;
}
.mbt-book .mbt-book-bookclub-resources ul {
list-style: inside disc;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-bookclub-resources ul li {
padding: 0;
margin: 0 0 5px 0;
}   .mbt-book .mbt-book-audiobook-resources .mbt-book-audiobook-video {
text-align: center;
margin-bottom: 20px;
}
.mbt-book .mbt-book-audiobook-resources ul {
list-style: inside disc;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-audiobook-resources ul li {
padding: 0;
margin: 0 0 5px 0;
}   .mbt-book .mbt-book-socialmedia-bar {
clear: both;
padding-top: 10px;
}
.mbt-book .mbt-book-socialmedia-badges {
float: right;
padding-left: 5px;
} .mbt-book .mbt-book-socialmedia-buttons {
text-align: center;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button {
padding: 10px 30px 10px 65px;
font-size: 20px;
line-height: 1.7;
color: white;
text-decoration: none;
display: inline-block;
margin: 0 15px 15px;
background-repeat: no-repeat;
background-position: 20px 10px;
cursor: pointer;
border: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button:hover {
color: white;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button:active {
color: white;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-button:visited {
color: white;
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-facebook {
background-color: #4861a3;
background-image: url(//successbiznow.com/wp-content/plugins/mybooktable/images/facebook.png);
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-twitter {
background-color: #00acee;
background-image: url(//successbiznow.com/wp-content/plugins/mybooktable/images/twitter.png);
}
.mbt-book .mbt-book-socialmedia-buttons .mbt-book-socialmedia-googleplus {
background-color: #d8420e;
background-image: url(//successbiznow.com/wp-content/plugins/mybooktable/images/googleplus.png);
}   .mbt-book .mbt-book-series .mbt-series-book {
display: inline-block;
padding: 10px;
margin: 0px;
text-align: center;
float: left;
clear: none;
border: none;
height: 175px;
width: 120px;
overflow: hidden;
box-sizing: content-box;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-title {
font-size: 14px;
font-weight: bold;
clear: both;
padding: 0px;
margin: 0px;
width: 120px;
height: 55px;
overflow: hidden;
color: inherit;
line-height: 1.3;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-title a {
font-size: 14px;
font-weight: bold;
color: inherit;
text-decoration: none;
border: none;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-title a:hover {
font-size: 14px;
font-weight: bold;
color: inherit;
text-decoration: underline;
border: none;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-images {
margin: 10px;
width: 100px;
height: 100px;
display: table;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-images a {
display: table-cell;
vertical-align: middle;
border: none;
outline: none;
}
.mbt-book .mbt-book-series .mbt-series-book .mbt-series-book-images a img {
max-width: 100px;
max-height: 100px;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
outline: none;
display: inline-block;
}   .mbt-book .mbt_kindle_instant_preview {
width: 100%;
height: 550px;
padding: 0;
margin: 0;
}   .mbt-book #goodreads-widget {
font-family: georgia, serif;
background-color: white;
margin-top: 30px;
padding: 20px;
clear: both;
}
.mbt-book #goodreads-widget h1 {
font-weight:normal;
font-size: 16px;
border-bottom: 1px solid #BBB596;
margin-bottom: 0;
margin: 0px;
padding: 0px;
background: 0px;
}
.mbt-book #goodreads-widget a {
text-decoration: none;
border: none;
color:#660;
margin: 0px;
padding: 0px;
background: 0px;
}
.mbt-book #goodreads-widget a:hover { text-decoration: underline; }
.mbt-book #goodreads-widget a:active {
color:#660;
}
.mbt-book #gr_footer {
width: 100%;
border-top: 1px solid #BBB596;
text-align: right;
}
.mbt-book #goodreads-widget .gr_branding{
color: #382110;
font-size: 11px;
text-decoration: none;
font-family: verdana, arial, helvetica, sans-serif;
}
.mbt-book #goodreads-widget iframe {
width: 100%;
}   .mbt-book .mbt-book-about-author .mbt-book-about-author-image {
float: left;
width: 30%;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-image img {
width: 100%;
height: auto;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-right {
float: left;
padding-left: 5%;
width: 65%;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-name {
font-size: 1.5em;
line-height: 1;
padding-bottom: 0.5em;
}
.mbt-book .mbt-book-about-author .mbt-book-about-author-desc p {
line-height: 1.7em;
padding: 0;
margin-bottom: 0.9em;
}   .mbt-book .mbt-primary-button,
.mbt-book .mbt-primary-button:link,
.mbt-book .mbt-primary-button:visited {
border: none;
box-shadow: none;
outline: none;
display: inline-block;
font-size: 18px;
text-align: center;
color: white;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight: bold;
text-decoration: none;
font-style: normal;
text-transform: uppercase;
padding: 10px 40px;
border-radius: 10px;
margin: 15px;
margin-top: 22px;
line-height: 1.2;
border-bottom: 5px solid rgba(0,0,0,0.3);
background-color: #64ACF3;
}
.mbt-book .mbt-primary-button:hover,
.mbt-book .mbt-primary-button:active {
box-shadow: none;
border-bottom: 5px solid rgba(0,0,0,0.15);
}   .mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-section {
display: block;
clear: both;
float: none;
margin: 20px 0 0 0;
width: 100%;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-section:first-of-type {
margin: 0;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-section-title {
font-size: 20px;
font-weight: bold;
margin: 0;
padding: 0;
padding-bottom: 15px;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
} .mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-overview-section {
border-top: 1px solid #E0E2E2;
padding-top: 20px;
margin-top: 25px;
font-size: 14px;
line-height: 21px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-overview-section .mbt-book-section-title {
margin: 0;
padding: 0;
padding-bottom: 15px;
font-size: 25px;
font-weight: normal;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
} .mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-blurb {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: white;
border: 1px solid #E0E2E2;
font-size: 14px;
color: #484949;
line-height: 21px;
margin: 10px 0px 0px 10px;
padding: 15px 23px;
min-height: 50px;
} .mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-find-bookstore-section,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-series-section,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-about-author-section,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-endorsements-section {
font-size: 13px;
background: #F8F8F8;
border: 1px solid #E1E3E3;
border-radius: 2px;
box-sizing: border-box;
padding: 15px 20px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-find-bookstore-section *,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-series-section *,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-about-author-section *,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-endorsements-section * {
box-sizing: content-box;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-find-bookstore-section .mbt-book-section-title,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-series-section .mbt-book-section-title,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-about-author-section .mbt-book-section-title,
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-endorsements-section .mbt-book-section-title {
font-size: 16px;
font-weight: bold;
color: #484949;
padding-bottom: 10px;
text-align: center;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-kindle-instant-preview-section .mbt-book-section-title {
text-align: center;
font-style: italic;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-title {
margin: 0 0 0 33px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-price {
margin: 10px 0px 10px 33px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-meta {
margin-left: 33px;
}
.mbt-book.mbt-book-single.mbt-display-mode-storefront .mbt-book-buybuttons {
margin: 15px 0px 0px 20px;
}   .mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-section {
display: block;
clear: both;
float: none;
margin: 30px 0 0 0;
border: none;
border-top: 1px solid #E0E2E2;
padding: 20px 0 0 0;
width: 100%;
font-size: 16px;
line-height: 1;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-section:first-of-type {
border: none;
margin: 0;
padding: 0;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-section-title {
font-size: 30px;
font-weight: bold;
text-align: center;
margin: 0;
padding: 0;
padding-bottom: 15px;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
} .mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-purchase {
text-align: center;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-buybuttons {
margin: 0 30px;
display: inline-block;
} .mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-overview p {
line-height: 1.7em;
padding: 0;
margin: 0;
margin-bottom: 0.9em;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-overview p:last-child {
margin-bottom: 0px;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-overview ul li {
list-style-type: disc;
list-style-position: inside;
padding: 0;
margin: 0 0 0.7em 0;
} .mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-title {
margin: 0;
padding-bottom: 30px;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-right {
text-align: center;
}
@media (min-width: 500px) {
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images {
width: 35%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images + .mbt-book-right {
width: 65%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-small {
width: 25%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-small + .mbt-book-right {
width: 75%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-large {
width: 45%;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-images.mbt-book-images-large + .mbt-book-right {
width: 55%;
}
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-teaser {
margin: 0 0 20px 30px;
padding: 0;
font-size: 20px;
font-weight: bold;
text-align: left;
line-height: 1.5;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-blurb {
background: none;
border: none;
padding: 0;
margin: 0 0 0 30px;
font-size: 18px;
text-align: left;
line-height: 1.5;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-meta {
font-size: 16px;
line-height: 1.5;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-sample {
text-align: center;
}
.mbt-book.mbt-book-single.mbt-display-mode-singlecolumn .mbt-book-sample:first-child {
margin-top: 0;
}   .mbt-book.mbt-book-excerpt .mbt-book-blurb {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: white;
border: 1px solid #E0E2E2;
font-size: 14px;
color: #484949;
line-height: 21px;
margin: 10px 0px 0px 10px;
padding: 15px 23px;
min-height: 50px;
}
.mbt-book.mbt-book-excerpt .mbt-book-blurb a {
color: #484949;
font-weight: 600;
text-decoration: none;
}
.mbt-book.mbt-book-excerpt .mbt-book-blurb a:hover {
text-decoration: underline;
}
.mbt-book.mbt-book-excerpt .mbt-book-title {
margin: 0 0 0 33px;
}
.mbt-book.mbt-book-excerpt .mbt-book-price {
margin: 10px 0px 10px 33px;
}
.mbt-book.mbt-book-excerpt .mbt-book-meta {
margin-left: 33px;
}
.mbt-book.mbt-book-excerpt .mbt-book-buybuttons {
margin: 15px 0px 0px 20px;
}   .mbt-book-archive-header .mbt-book-archive-image {
float: left;
width: 15%;
padding: 0 24px 25px 0;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
margin: 0;
}
.mbt-book-archive-header .mbt-book-archive-title {
clear: none;
width: 75%;
float: left;
padding: 0px 0px 15px 0px;
margin: 0px;
background: transparent;
color: #484949;
font-size: 30px;
font-weight: normal;
line-height: 1.3;
}
.mbt-book-archive-header .mbt-book-archive-description {
clear: none;
width: 75%;
float: left;
font-size: 14px;
line-height: 1.5;
padding: 0px 0px 25px 0px;
position: relative;
}
.mbt-book-archive {
clear: both;
}
.mbt-book-archive .mbt-book-archive-books:after {
content: "";
display: table;
clear: both;
}
.mbt-book-archive .mbt-book {
margin-bottom: 40px;
border-bottom: 1px solid #E0E2E2;
}
.mbt-book-archive-pagination {
clear: both;
text-align: center;
}
.mbt-book-archive-pagination a,
.mbt-book-archive-pagination a:link,
.mbt-book-archive-pagination a:visited,
.mbt-book-archive-pagination a:hover {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: white;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
border: 1px solid #345873;
border-radius: 5px;
background-color: #36738d;
background-image: -moz-linear-gradient(top,  #36738d 0%, #2f5a79 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36738d), color-stop(100%,#2f5a79));
background-image: -webkit-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: -o-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: -ms-linear-gradient(top,  #36738d 0%,#2f5a79 100%);
background-image: linear-gradient(to bottom,  #36738d 0%,#2f5a79 100%);
box-shadow: inset 1px 1px 0 rgba(141,184,211,0.7);
display: inline-block;
margin: 0px 5px 0px 0px;
padding: 6px 8px;
}
.mbt-book-archive-pagination a:hover {
text-decoration: underline;
}
.mbt-book-archive-pagination span {
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: #214756;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
display: inline-block;
margin: 0px 5px 0px 0px;
padding: 6px 8px;
}
.mbt-book-archive-pagination .mbt-book-archive-pagination-next {
margin-left: 5px;
padding: 6px 15px;
}
.mbt-book-archive-pagination .mbt-book-archive-pagination-previous {
margin-right: 10px;
padding: 6px 15px;
}
@media only screen and (max-width: 600px) {
.mbt-book .mbt-book-images {
float: none;
margin: auto;
margin-bottom: 15px;
width: 40%;
}
.mbt-book .mbt-book-right {
float: none;
width: 100% !important;
box-sizing: border-box;
}
}   .mbt-featured-book-widget {
padding: 6px;
padding-bottom: 0px;
text-align: center;
}
.mbt-featured-book-widget .mbt-featured-book-widget-book {
padding-bottom: 30px;
}
.mbt-featured-book-widget .mbt-book-title {
margin: 0 5px 15px 0;
text-align: center;
}
.mbt-featured-book-widget .mbt-book-title a {
color: inherit;
text-decoration: none;
font-size: 18px;
border: none;
}
.mbt-featured-book-widget .mbt-book-title a:hover {
color: inherit;
text-decoration: underline;
font-size: 18px;
border: none;
}
.mbt-featured-book-widget .mbt-book-images {
padding-bottom: 10px;
}
.mbt-featured-book-widget .mbt-book-images a {
border: none;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image {
width: 60%;
margin: 0;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image.medium {
width: 45%;
}
.mbt-featured-book-widget .mbt-book-images .mbt-book-image.small {
width: 30%;
}
.mbt-featured-book-widget .mbt-book-blurb {
font-size: 14px;
text-align: left;
margin: 0;
padding: 0 0 10px 0;
background: none;
border: none;
}
.mbt-featured-book-widget .mbt-book-blurb .mbt-read-more {
display: block;
padding-top: 10px;
text-align: right;
}
.mbt-featured-book-widget .mbt-book-buybuttons {
display: inline-block;
text-align: center;
padding: 0;
margin: 0;
}
.mbt-featured-book-widget .mbt-book-buybuttons .mbt-book-buybutton  {
width: auto;
float: none;
clear: both;
display: inline-block;
padding: 5px 10px 0px 0px;
}
.mbt-featured-book-widget .mbt-book-buybuttons .mbt-book-buybutton img {
background: transparent;
border: none;
height: auto;
width: auto;
border-radius: 0px;
box-shadow: none;
vertical-align: bottom;
padding: 0;
margin: 0;
}   .mbt-taxonomy-listing .mbt-taxonomy {
clear: both;
font-family: Helvetica, sans-serif;
margin-bottom: 20px;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title {
clear: none;
margin: 0 0 0 10px;
padding: 0;
color: #484949;
font-size: 25px;
font-weight: bold;
line-height: 1.3;
background: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title a {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: none;
border: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-title a:hover {
color: #484949;
font-size: 25px;
font-weight: bold;
text-decoration: underline;
border: none;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-image {
float: left;
width: 25%;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-image img {
width: 100%;
border-radius: 0px;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-description {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: white;
border: 1px solid #E0E2E2;
font-size: 14px;
color: #484949;
line-height: 21px;
margin: 5px 0px 0px 10px;
padding: 10px 15px;
}
.mbt-taxonomy-listing .mbt-taxonomy .mbt-taxonomy-right {
float: left;
width: 75%;
}
.mbt-taxonomy-list.bar {
border: 1px solid #DFDFDF;
background-color: #F9F9F9;
border-radius: 5px;
color: #333;
margin: 10px 0px;
}
.mbt-taxonomy-list.bar li {
float: left;
list-style: none;
padding: 4px 7px;
margin: 0px;
background: none;
}   body.mybooktable .post-meta,
body.mybooktable .post-info,
body.mybooktable .post-meta {
display: none;
}
body.mybooktable .entry-meta,
body.mybooktable .entry-info,
body.mybooktable .entry-meta {
display: none;
}   .mbt-shadowbox-inline,
.mbt-shadowbox-iframe {
cursor: pointer;
}
.mbt-shadowbox .mbt-shadowbox-title {
font-size: 16px;
font-weight: bold;
color: #484949;
text-align: center;
background: #C0C0C0;
padding: 12px 0px;
}
.mbt-buybuttons-shadowbox .mbt-book {
display: block;
clear: none;
padding: 0;
margin: 0 170px 0 0;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons {
margin: 0;
float: left;
padding: 5px 20px 15px 20px;
box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;
}
.mbt-buybuttons-shadowbox .mbt-book-image {
width: 150px;
padding: 10px;
float: right;
}
.mbt-buybuttons-shadowbox .mbt-find-bookstore {
font-size: 13px;
background: #C0C0C0;
margin: 0;
padding: 15px 20px;
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-find-bookstore input {
padding: 4px 6px;
margin: 3px;
vertical-align: baseline;
width: auto;
}
@media only screen and (max-width: 660px) {
.mbt-buybuttons-shadowbox {
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-book {
margin: 0;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons {
box-sizing: border-box !important;
padding: 5px 15px 15px 15px;
width: 100% !important;
text-align: center;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons .mbt-book-buybutton {
float: none;
}
.mbt-buybuttons-shadowbox .mbt-book .mbt-book-buybuttons .mbt-book-buybuttons-textonly {
float: none;
}
.mbt-buybuttons-shadowbox .mbt-book-image {
box-sizing: border-box !important;
padding: 15px;
width: 50% !important;
float: none;
}
}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; outline: none; border: none; box-shadow: none;}
#cboxWrapper {max-width:none; background: white; border: 4px solid #525252;}
#cboxOverlay{position:fixed; width:100%; height:100%; background: rgba(0,0,0,0.5);}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden;}
@supports (-webkit-overflow-scrolling: touch) { #cboxLoadedContent{-webkit-overflow-scrolling: touch;overflow: scroll;} }
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#cboxWrapper, #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxClose{
display: inline-block;
background: url(//successbiznow.com/wp-content/plugins/mybooktable/images/close.png) no-repeat;
width:27px;
height:27px;
vertical-align: bottom;
position: absolute;
right: -13px;
top: -13px;
padding: 0;
margin: 0;
color: transparent;
font-size: 0;
border: 0;
outline: none;
box-shadow: none;
}   #mbt-container .et_pb_row {
width: 100%;
max-width: 100%;
}.mbt-book-buybuttons .mbt-universal-buybutton,
.mbt-book-buybuttons .mbt-universal-buybutton:link,
.mbt-book-buybuttons .mbt-universal-buybutton:visited,
.mbt-book-buybuttons .mbt-universal-buybutton:hover,
.mbt-book-buybuttons .mbt-universal-buybutton:active {
font-family: Helvetica, sans-serif;
font-weight: bold;
color: #ffffff !important;
text-align: center;
text-decoration: none;
border: 1px solid #E6E6E6;
border-radius: 5px;
background: #298BC5;
}   .mbt-book .mbt-primary-button,
.mbt-book .mbt-primary-button:link,
.mbt-book .mbt-primary-button:visited {
background-color: #298BC5;
}