/*
Theme Name: Recruiting Webinars
Description: Child Theme of the SaladMag Theme 
Author: Junger Media
Author uri: http://www.jungermedia.com
Template: saladmag
*/

@import url("../saladmag/style.css");

div.header_main_wrapper {
	background-color:white;
}

.meta-category a, .meta-category i {
	background-color:#f37022;
}

/*.meta-category{display:none;}*/

.sf-top-menu {
	background: none;
	margin-left: -10px;
}

.main-menu {
	border-bottom: none !important;
}

li#menu-item-2122 {
	background-color: #19f6ff !important;
}

li#menu-item-2122 a {
	color: black;
}

.menu_wrapper {
	background-color: black;
}

.news_ticker_wrapper {
	display: none;
}

.row.main_content {
	margin-top: 20px;
}

.share-post {
	/*margin-bottom: 25px;*/
	margin-bottom:15px; /*single post space edit*/
}

div.fb-share-button.fb_iframe_widget {
	top:-4px;
	left:-15px;
}

div#___plusone_0 {
	margin-left: -15px !important;
}

.single_post_title {
	margin-bottom: inherit;
	background: none;
	padding-bottom: 0 !important;
}

.post_content .hbspt-form {
	max-width:500px;
	/*margin:0 auto;*/
}

.hbspt-form {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 10px;
	color: black;
}

div.hs-richtext {
	color: black !important;
}

.hbspt-form .hs-form.stacked label {
	color: black;
	font-weight: bold;
}

.hbspt-form .hs-form.stacked .field {
	margin-bottom: 0;
}

.hbspt-form .field .input {
	padding: inherit;
	border: none;
	background: none;
}

#sidebar .hbspt-form select {
	width: 100%;
}

.hbspt-form .hs-form .hs-button  {
	background-color:#01b347 !important;
	background-image:none;
	border:none;
	font-size:18px;
	padding:10px;
	font-family:Roboto Condensed !important;
	font-weight: normal;
	text-shadow: none !important
}

.hs-form .hs-button:hover {
	box-shadow: none !important;
	border: none !important;
}

.hbspt-form .hs-form.stacked .actions {
	text-align: center;
	margin-top: 0;
}


div.auth {
	display: none;
}

.bottom-leaderboard {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 90px;
}

#sidebar .widget.adsanity-group {
	float: none;
	text-align: center;
} 
	
.widget.adsanity-group img {
	display: inherit !important;
	margin-bottom: 0 !important;
}


/*div#content.eight.columns {
	margin-top: -40px;
}*/

#jellywp_fb_likebox_widget-2 {
	text-align: center;
}

.bottom-leaderboard {
	text-align: center;
	padding-bottom: 30px;
}

footer, .footer-bottom {
	color: white;
}

footer a, footer a:hover {
	color: white;
	font-weight: bold;
}

footer .textwidget a img {
	margin-right: 15px;
}


@media only screen and (max-width: 959px) {
.sb-toggle-left {
	margin-top: 0 !important;
}

.presenter-bio {
	display: none;
}

}

a.reg-button {
	background-color:#01b347 !important;
	background-image:none;
	border:none;
	font-size:18px;
	padding:10px;
	font-family:Roboto Condensed !important;
	font-weight: normal;
	text-shadow: none !important;
	color: white;
	text-transform: uppercase;
}

.upcoming-video .embed_wrapper {
	margin-top: 0 !important;
}

#sidebar .widget.adsanity-single, #sidebar .widget.adsanity-group {
	float: none;
	text-align: center;
}

#sidebar .widget.adsanity-single iframe, #sidebar .widget.adsanity-group iframe {
	display: inline-block;
}

a.medium.btn.default.read_more.newhp {
	width:100%; 
	background-color:#01b347 !important; 
	color:white;
}

.sidebar-upcoming-webinars {
	color: black;
	line-height: 15px;
}

.sidebar-upcoming-webinars li {
	list-style-type: none;
	padding-bottom: 10px;
	clear: left;
	margin-bottom: 10px;
	min-height: 40px;
}

.rw-icon {
	float: left;
	margin-right: 5px;
}

.hsformerror {
	position: inherit !important;
	background: #6b2a18 !important;
	border-color: #6b2a18 !important;
	height: 35px !important;
	color: white !important;
}

.presenters {
	float: left;
	max-width: 200px;
	text-align: center;
}

.presenters img {
	border: 2px solid #f9f9f9;
	border-radius:15px;
}

.footer-bottom .columns {
	float: none;
	text-align: center;
}

.footer-bottom a {
	font-weight: normal;
}

.footer-bottom a:hover {
	font-weight: normal;
}

.podcast-client-logo {
	float: right;
	padding: 10px 0 10px 10px;
}

/*Infusion Forms*/

.infusion-form {
	background-color: #edf1f0;
	border: 1px solid #e6e6e6;
	padding: 20px 30px 40px;
	color: black;
}

#content .infusion-form .infusion-field label {
	font-weight: bold;
	font-size: 13px;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.infusion-field input{
	-webkit-transition: border 0.2s linear,box-shadow 0.2s linear;
	-moz-transition: border 0.2s linear,box-shadow 0.2s linear;
	transition: border 0.2s linear,box-shadow 0.2s linear;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	max-width: 500px;
	width: 90%;
	height: 32px;
}

.infusion-field select {
	height: 27px;
}

.infusion-form .infusion-submit {
	text-align: center;
}

.infusion-form .infusion-submit input  {
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: none;
	background-color: rgb(247, 147, 30);
	background-image: none;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: none;
	border-top-width: 0px;
	box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset;
	box-sizing: content-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto Condensed';
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 12px;
	letter-spacing: normal;
	line-height: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-rendering: auto;
	text-shadow: none;
	text-transform: uppercase;
	transition-delay: 0s;
	transition-duration: 0.15s;
	transition-property: opacity;
	transition-timing-function: linear;
	word-spacing: 0px;
	writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
}

.infusion-form .infusion-submit input:active {
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: none;
	background-color: rgb(247, 147, 30);
	background-image: -webkit-linear-gradient(top, rgb(53, 116, 227), rgb(89, 158, 235));
	border-bottom-color: rgb(64, 132, 226);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(70, 142, 230);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(70, 142, 230);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(28, 78, 213);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 2px 0px inset, rgba(255, 255, 255, 0.298039) 0px -1px 0px 0px inset;
	box-sizing: content-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto Condensed';
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 12px;
	letter-spacing: normal;
	line-height: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-rendering: auto;
	text-shadow: none;
	text-transform: uppercase;
	transition-delay: 0s;
	transition-duration: 0.15s;
	transition-property: opacity;
	transition-timing-function: linear;
	word-spacing: 0px;
	writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
}

.rdailysub .infusion-field label {
	color: black;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
}

.rdailysub .infusion-field input {
	-webkit-appearance: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 3px 0px inset;
	-webkit-font-smoothing: auto;
	-webkit-transition-delay: 0s, 0s;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-property: border, box-shadow;
	-webkit-transition-timing-function: linear, linear;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(204, 204, 204);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 3px 0px inset;
	box-sizing: content-box;
	color: rgb(102, 102, 102);
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	max-width: 500px;
	outline-color: rgb(102, 102, 102);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	resize: none;
	transition-delay: 0s, 0s;
	transition-duration: 0.2s, 0.2s;
	transition-property: border, box-shadow;
	transition-timing-function: linear, linear;
	width: 299.015625px;
}

.rdailysub .infusion-submit {
	text-align: center;
}

.rdailysub .infusion-submit input {
	-webkit-box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset;
	-webkit-font-smoothing: auto;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.15s;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: linear;
	-webkit-user-select: none;
	background-color: rgb(1, 179, 71);
	background-image: none;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: none;
	border-top-width: 0px;
	box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset;
	box-sizing: content-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto Condensed';
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 12px;
	line-height: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	transition-delay: 0s;
	transition-duration: 0.15s;
	transition-property: opacity;
	transition-timing-function: linear;
	width: 89.078125px;
}