/*
Theme Name: Cannabis Idustry Association
Theme URI: http://newportjazzfest.org
Version: 1.0
Description: Custom Divi chid theme for Cannabis Idustry Association.
Author: subLoft
Author URI: http://subLoft.com
Template: Divi
*/
body{
	font-weight:400;
}

a {
    font-weight:bold;
}

body .et_pb_text h2 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 1.2em;
}

body.single .et_pb_title_container h1.entry-title{
	font-weight: 300;
    font-size: 50px;
    text-align: center;
}

a.big-button.smallblue, a.icon-button.smallblue, a.small-button.smallblue{
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #ffffff!important;
    font-size: 18px;
    background: #005948;
    border-width: 0px!important;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    text-shadow: none;
    font-weight: normal!important;
    box-shadow: none;
}


a.small-button.smallblue:after, a.small-button.smallblue:before {
	font-family: ETmodules!important;
    speak: none;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}

a.big-button.smallblue:hover, a.icon-button.smallblue:hover, a.small-button.smallblue:hover{
	border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
	background-color: #005948!important;
}

a.small-button.smallblue:hover:after {
    opacity: 1;
    margin-left: 0;
}