/* Turn on Font-Smoothing */
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

/* IN-PAGE FORM */
#rainmaker_form_5979 {
	width: 65%;
	margin: 40px auto;
}

#rainmaker_form_5979 .rm_form_el_set.rm_form_el_email {
	width: calc(100% - 120px);
	padding: 0;
	line-height: 40px;
	float: left;
}

#rainmaker_form_5979 .rm_form_el_set.rm_form_el_email input {
	border-radius: 4px 0 0 4px;
	padding: 0 10px;
	line-height: 40px;
}

#rainmaker_form_5979 .rm_form_el_set.rm_form_el_button {
	width: 120px;
	float: left;
	padding: 0;
	height: 40px;
	line-height: 40px;
}

#rainmaker_form_5979 .rm_form_el_button .rm_button {
	background-color: #55acee;
	border-radius: 0 4px 4px 0;
	height: 42px;
	border: 1px solid #55acee;
	line-height: 42px;
	padding: 0;
	margin: 0;
	width: 120px;
}

div#rm_form_message_5979 {
	background: #55acee;
	color: white;
	width: 65%;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	padding: 2rem;
}

/* FOOTER FORM */
#rainmaker_form_5980 {
	padding-bottom: 40px;
}

#rainmaker_form_5980 input {
	border: none;
}

#rainmaker_form_5980 .rm_form_el_set.rm_form_el_email {
	width: calc(100% - 120px);
	padding: 0;
	line-height: 40px;
	float: left;
}

#rainmaker_form_5980 .rm_form_el_set.rm_form_el_email input {
	border-radius: 4px 0 0 4px;
	background-color: rgba(255,255,255,.07);
	color: #fff;
	padding: 0 10px;
	line-height: 40px;
}

#rainmaker_form_5980 .rm_form_el_set.rm_form_el_button {
	width: 120px;
	float: left;
	padding: 0;
	height: 40px;
	line-height: 40px;
}

#rainmaker_form_5980 .rm_form_el_button .rm_button {
	background-color: #55acee;
	border-radius: 0 4px 4px 0;
	height: 40px;
	margin: 0;
}

/* FOOTER FORM */
#rainmaker_form_5980 input {
	border: none;
}

#rainmaker_form_5980 .rm_form_el_set.rm_form_el_email {
	width: calc(100% - 120px);
	padding: 0;
	line-height: 40px;
	float: left;
}

#rainmaker_form_5980 .rm_form_el_set.rm_form_el_email input {
	border-radius: 4px 0 0 4px;
	background-color: rgba(255,255,255,.07);
	color: #fff;
}

#rainmaker_form_5980 .rm_form_el_set.rm_form_el_button {
	width: 120px;
	float: left;
	padding: 0;
	height: 40px;
	line-height: 40px;
}

#rainmaker_form_5980 .rm_form_el_button .rm_button {
	background-color: #55acee;
	border-radius: 0 4px 4px 0;
	height: 40px;
}

/*popularposts height */
article.post-wrap.post-grid-2 {
	height: 600px !important;
}

/**/
/*Aligning the Featured Posts to Video on the right*/
.block-header-wrap {
	margin-bottom: 19px !important;
}

.video-widget-wrap.widget-content-wrap {
	height: 240px;
}

/*featured posts section fixed height*/
.post-list-1 .post-list-content {
	height: auto;
}

/*Header logo to extreme left and search to extreme right*/
.header-style-3 .navbar-inner {
	min-height: 60px;
	margin-right: 0;
	margin-left: 0;
}

.widget-social-link-info a i {
	margin: 0 3px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.header-wrap .logo-inner img {
	height: 34px;
}

.tm-click-to-tweet .tm-ctt-text a {
	font-weight: 300;
}

.single-post-share-header .icon-facebook i {
	background-color: #999999;
}

.single-post-share-header .icon-twitter i {
	background-color: #999999;
}

.single-post-share-header .icon-google i {
	background-color: #999999;
}

.single-post-share-header .icon-pinterest i {
	background-color: #999999;
}

.single-post-share-header .icon-linkedin i {
	background-color: #999999;
}

.single-post-share-header .icon-reddit i {
	background-color: #999999;
}

.single-post-share-header .icon-email i {
	background-color: #999999;
}

.post-meta-info-share .icon-facebook i {
	background-color: #999999;
}

.post-meta-info-share .icon-twitter i {
	background-color: #999999;
}

.post-meta-info-share .icon-google i {
	background-color: #999999;
}

.post-meta-info-share .icon-pinterest i {
	background-color: #999999;
}

.post-meta-info-share .icon-linkedin i {
	background-color: #999999;
}

.post-meta-info-share .icon-reddit i {
	background-color: #999999;
}

.post-meta-info-share .icon-email i {
	background-color: #999999;
}

/* Mobile logo size 
.logo-mobile-inner a img {
	max-height: 26px;
}*/
/* JETPACK FOOTER FIXES */

input#comment-submit,
a.box-comment-btn,
.header-search-more button,
#subscribe-submit input[type="submit"] {
    display: inline-block;
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
	height: 100%;
	border: 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background-color: #55acee;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

input#comment-submit:hover,
input#comment-submit:focus,
.box-comment-btn:hover,
.box-comment-btn:focus,
.header-search-more button:hover,
.header-search-more button:focus,
#subscribe-submit input[type="submit"]:hover,
#subscribe-submit input[type="submit"]:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
    opacity: 1;
}

#subscribe-submit {
	display: block;
	float: left;
	width: 25%;
	height: 40px;
}

/*#subscribe-submit input {
	width: 100%;
	height: 100%;
	border: 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background-color: #55acee;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}*/

#subscribe-email {
	display: block;
	float: left;
	width: 75%;
}

#subscribe-email input {
	width: 100%;
	display: block;
	padding: 10px 20px;
	width: 100%;
	outline: 0;
	outline: none !important;
	border: 1px solid rgba(255,255,255,.0);
	border-radius: 4px 0 0 4px;
	box-shadow: none;
	vertical-align: middle;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	background-color: rgba(255,255,255,.07);
	color: #fff;
}

.widgettitle,
#footer #subscribe-text {
	display: none;
}

.block-content-inner .entry {
/*width: 65%;*/
	margin: 20px auto;
}

/*css for subscription box*/

#subscribe-text p {
	font-size: 28px;
	text-align: center;
}

.site-inner #subscribe-submit {
	width: 130px;
}

.site-inner #subscribe-email {
	width: calc(100% - 130px);
}

.site-inner #subscribe-email input {
	background: #eee;
	color: #444;
}

.single-box .jetpack_subscription_widget {
	padding: 60px;
	margin: 20px 0 0;
}

.single-box #subscribe-text {
	padding-bottom: 15px;
	font-size: 21px;
}

/*css for the logo*/
.header-style-5 .header-inner .logo-wrap {
	margin: auto;
}

.header-wrap .logo-inner img {
	height: 72px;
	max-width: 488px;
}

/*Polls*/
.entry ul li::before { 
	background-color : #FFFFFF;
}