/*Tabs Shortcode Styling*/

.shortcode-tabs.boxed {
    background: rgba(55, 120, 188, 0) none repeat scroll 0% 0%;
    border-radius: 4px; }

.shortcode-tabs {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0% 0%;
    clear: both;
    height: auto;
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 3px; }

.shortcode-tabs .tab {
    background: #FFF none repeat scroll 0% 0%;
    text-align: left;
    clear: both;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px; }

.shortcode-tabs ul.tab_titles li.nav-tab.ui-state-active a, .shortcode-tabs ul.tab_titles li.nav-tab a:hover {
    background: #3778bc none repeat scroll 0% 0%;
    text-decoration: none;
    outline: medium none; }

.shortcode-tabs.boxed .tab {
    border: 0px;
    top: 0px;
    position: relative;
    z-index: 1; }

.shortcode-tabs ul.tab_titles li.nav-tab a:hover {
    background: #388CE4 none repeat scroll 0% 0%;
    text-decoration: none;
    outline: medium none; }

.shortcode-tabs.boxed ul.tab_titles li {
    background: #FFF none repeat scroll 0% 0%;
    margin-right: 0px;
    padding-right: 5px;
    border-top: medium none;
    border-right: medium none;
    padding-top: 4px; }

.shortcode-tabs ul.tab_titles li.nav-tab a {
    display: block;
    float: left;
    text-transform: none;
    font: 400 15px/18px "Roboto", sans-serif;
    padding: 10px 15px;
    color: #fff;
    background-color: #3778bc;
    border-radius: 4px; }

.shortcode-tabs.boxed ul.tab_titles li.ui-state-active {
    background: #FFF none repeat scroll 0% 0%;
    border-bottom: 0px; }

/*End of Tabs Shortcode Styling*/


span.dropcap { 
    font-size: 200%; 
    font-weight: bold;
    float: left; 
    position: relative; 
    margin:12px 10px 0px 0px;
    line-height: 0.7em;
}
#wrapper .woo-sc-button.large {
    font-size: 0.9em;
    width: 100%;
    font-family: "Montserrat",helvetica,helvetica neue,arial,sans-serif;
    border-radius: 4px;
    line-height: 1em;
}