/*Footer Form Css Start*/
.footer-subscribe-hbspt-custom{
	max-width:480px;
	margin: auto;
	/*margin-top:350px;*/
}
.hs_error_rollup,
.footer-subscribe-hbspt-custom .form-columns-0 span{
	display:none;
}
.footer-subscribe-hbspt-custom h2{
		display: none;
}
.footer-subscribe-hbspt-custom input, .footer-subscribe-hbspt-custom select{
	background-color: var( --e-global-color-4db21602 );
    border-color: var( --e-global-color-246c84b6 );
    border-width: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #2E2223;
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%!important;
}
.footer-subscribe-hbspt-custom div.actions input{
	background-color: #d0ac93;
    color: #FFFFFF;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 4.7px;
    cursor: pointer;
    transition: .5s;
    text-transform: uppercase;
    padding: 7px;
}
.footer-subscribe-hbspt-custom div.actions input:hover{
	background-color:#f6dcc0;
}
.footer-subscribe-hbspt-custom div.input{
	margin-right:0px;
}
.footer-subscribe-hbspt-custom fieldset .input{
	margin-bottom:8px;
}
.footer-subscribe-hbspt-custom .form-columns-2 div:nth-child(2) div.input,
.footer-subscribe-hbspt-custom .form-columns-1 div div.input{
	margin-right:0px!important;
}
.footer-subscribe-hbspt-custom .hs-error-msgs,
.singl-wsh-class-workshop-form .hs-error-msgs{
	list-style-type: none;
	padding: 0px;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: 0px;
}
.footer-subscribe-hbspt-custom .hs-error-msgs li,
.singl-wsh-class-workshop-form .hs-error-msgs li{
	line-height: 14px;
}
.footer-subscribe-hbspt-custom .hs-error-msgs label,
.singl-wsh-class-workshop-form .hs-error-msgs label{
	font-size: 14px;
	color:red;
}
.footer-subscribe-hbspt-custom .submitted-message,
.singl-wsh-class-workshop-form .submitted-message{
	color:green;
}
.footer-subscribe-hbspt-custom textarea:focus, 
.footer-subscribe-hbspt-custom input:focus,
.footer-subscribe-hbspt-custom select:focus{
    outline: none;
}
/*Footer Form Css End*/


/*Single workshop, class group workshop start styleing */
.singl-wsh-class-workshop-form input{
	width: 100%!important;
}
.singl-wsh-class-workshop-form .form-columns-2 div:nth-child(2) div.input,
.singl-wsh-class-workshop-form .form-columns-1 div.input{
	margin-right:0px!important;
}
.singl-wsh-class-workshop-form .actions input{
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	transition: .3s;
	margin-top:30px;
	width: 100%;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
}
.singl-wsh-class-workshop-form .actions input:hover{
	background-color:#000000;
}
/*Single workshop, class group workshop end styleing */

/* Workshop form Thank You */
.submitted-message.hs-main-font-element{
    color: #333;
    font-size: 22px;
    text-align: center;
}
/* Workshop form Thank You */

.hs-form .hs_submit input{
    padding: 10px 30px 10px 30px;
    width: 100%;
    text-align: center;
    background-color: var( --e-global-color-23995b36 );
    color: #333333;
}
.hs-form .hs_submit input:hover{
    background-color: var( --e-global-color-23995b36 );
    color: var( --e-global-color-246c84b6 );
}
.hs-error-msgs{
    margin-left: 0px;
    list-style-type: none;
    line-height: 20px;
    color: red;
}
.single-workshops del{
    padding-left:13px;
    position: relative;
}
.single-workshops del:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #777777;
    background-color: #ffffff;
    left: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
}