/*
Theme Name: GroopSpeak News v2
Theme URI: http://news.groopspeak.com/
Description: Custom 
Version: 2.0
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

html {
	margin-top: 0 !important;
}

body {
	margin: 0;
}

.c_mainwrapper {
	width: 1155px;
	margin: 0 auto;
}

header {
	float: left;
	width: 100%;
	height: 75px;
	background: #FFFFFF;
	position: relative;
}

.headersocial {
	float: left;
	margin-top: 24px;
}

.smallfblogo {
    float: left;
    width: 13px;
    height: 24px;
    background: url('images/smallfblogo.jpg');
    margin-right: 20px;
}

.smalltwlogo {
    float: left;
    width: 29px;
    height: 24px;
    background: url('images/smalltwlogo.jpg');
}

.c_newslogo {
    width: 243px;
    height: 34px;
    margin: 0 auto;
}

.c_newslogo-top {
    background: url('images/newslogov2.jpg');
    width: 243px;
    height: 34px;
    margin-top: 22px;
    float: left;
}

.c_navicon {
    background: url('images/navicon.jpg');
    width: 50px;
    height: 39px;
    float: right;
    margin-top: -16px;
    cursor: pointer;
}

.trendingwrapper {
	float: left;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	/*border-bottom: 1px solid #EEEEEE;*/
	height: 44px;
}

.header-banneradwrap {
	float: left;
	height: 90px;
	width: 100%;
	margin-top:29px;
	margin-bottom: 29px;
}

.headerbanner {
	width: 728px;
	margin: 0 auto;
	margin-top: -3px;
	border: 3px solid #4761A9;
}

.home-leftarea {
	/*width: 861px;*/
	width: 792px;
	float: left;
}

.single-leftarea {
	width: 796px;
	float: left;
}

.home-rightarea {
	float: right;
	/*width: 272px;*/
	width: 338px;
}

.single-rightarea {
	float: right;
	width: 338px;
}

.home-featureblogwrap {
	float: left;
	width: 100%;
}

.home-featuredimagewrap {
	float: left;
	width: 100%;
	max-height: 414px;
	overflow: hidden;
}

img.home-featuredimage {
	float: left;
	width: 100%;
	max-height: 414px;
	background-size: cover;
}

.home-featuredtitle {
	float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #545454;
	margin-top: 28px;
	margin-bottom: 10px;
}

.home-featuredtitle a {
	color: #000000;
	text-decoration: none;
}

.home-featuredtitle a:hover {
	color: #5371BE;
}

.single-featuredtitle {
	margin-top: 35px;
	margin-bottom: 30px;
	color: #444444;
}

.single-featuredtitle a {
	color: #444444;
}

.home-featuredcontent {
	float: left;
	width: 100%;
	font-size: 17px;
	color: #535353;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	font-weight: 300;
}

.home-featuredcontent h2 {
	font-size: 17px;
	border-left: 2px solid #4761A9;
	padding-left: 10px;
	margin-top: 35px;
}

.home-featuredcontent iframe {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 100%;
}

.home-featuredcontent blockquote {
	font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    padding: 27px;
    border: 1px solid #ddd;
}

.home-featuredcontent p {
	margin: 0;
}

.home-featuredcontent p img {
	width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-featuredbottomline {
	float: left;
	width: 100%;
	height: 1px;
	background: #dddddd;
	margin-top: 30px;
	margin-bottom: 30px;
}

ul.home-subarticles {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.home-subarticles li {
	float: left !important;
	/*width: 281px !important;*/
	width: 250px !important;
	list-style-type: none !important;
	font-family: 'Open Sans', sans-serif !important;
	/*margin-right: 6px !important;*/
	margin-right: 21px !important;
	/*margin-bottom: 40px !important;*/
	margin-bottom: 23px !important;
}

ul.home-subarticles li:nth-child(3n+1) {
	/*width: 286px !important;*/
	width: 250px;
}

ul.home-subarticles li:nth-child(3n+3) {
	float: right !important;
	margin-right: 0 !important;
}

ul.home-subarticles li.articlessingle {
	float: left;
	width: 259px;
	list-style-type: none;
	font-family: 'Open Sans', sans-serif;
	margin-right: 6px;
	margin-bottom: 40px;
}

ul.home-subarticles li.articlessingle:nth-child(3n+1) {
	width: 260px;
}

.single-featuredcontent img, .single-featuredcontent iframe {
	margin-top: 10px !important;
	margin-bottom: 12px !important;
}

.single-featuredcontent .fb-video {
	float: left;
	margin-bottom: 30px;
	margin-top: 10px;
}

.single-featuredcontent p {
	margin-bottom: 10px;
}

.subarticle-img {
	float: left;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.subarticle-img img {
	height: 250px;
	background-size: contain;
}

.subarticle-title {
	float: left;
	width: 90%;
	text-transform: uppercase;
	font-size: 15px;
	color: #000000;
	margin-top: 20px;
	/*height: 58px;*/
	height: 61px;
	font-weight: 600;
	overflow: hidden;
}

.subarticle-title a {
	text-decoration: none;
	color: #000000;
}

.subarticle-title a:hover {
	color: #5371BE;
}

.subarticle-content {
	float: left;
	width: 90%;
	text-transform: uppercase;
	font-size: 12px;
	color: #545454;
	/*margin-top: 15px;*/
	margin-top: 12px;
	height: 50px;
	overflow: hidden;
}

.home-adbladefooter {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	/*margin-top: -23px;*/
	margin-top: -5px;
}

.loadmorebutton {
	float: left;
	width: 100%;
	text-align: center;
	height: 50px;
	color: #FFFFFF;
	background: #5371BE;
	line-height: 50px;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	margin-top: -20px;
}

.home-underloadline {
	float: left;
	width: 100%;
	height: 1px;
	background: #DDDDDD;
	margin-top: 30px;
    margin-bottom: 23px;
}

.home-rightsignup {
	float: right;
    width: calc(100% - 2px);
    border: 1px solid #ddd;
    height: 320px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
}

.signup-stayupdated {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #545454;
	margin-top: 22px;
	margin-bottom: 10px;
	font-size: 24px;
}

.signup-staysub {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #545454;
	margin-bottom: 30px;
	font-size: 16px;
}

.home_socialwrap {
	float: left;
	width: 100%;
	overflow: hidden;
}

.home_facebookshare {
	float: left;
	margin-left: 25px;
}

.home-trendingtodaytitle {
	float: left;
	width: 100%;
	font-size: 23px;
	color: #545454;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}

.trendingnow-toptitle {
	float: left;
	width: 150px;
	text-align: center;
	line-height: 44px;
	font-size: 12px;
	color: #00BFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.trendingnow-topcontentarea {
	float: right;
	width: calc(100% - 150px);
	background: #4761A9;
	overflow: hidden;
	height: 44px;
}

.trendingnow-topimage {
	float: left;
	height: 44px;
	width: 94px;
	overflow: hidden;
}

.trendingnow-topimage img {
	float: left;
	height: 44px;
}

.home-facebooksocialsidebar {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.sidebar-feedburnerform form {
	float: left;
	/*width: 240px;*/
	width: 304px;
	margin-left: 14px;
	margin-bottom: 30px;
}

.sidebar-feedburnerform .feedburneremail {
	float: left;
	width: calc(100% - 30px);
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	height: 44px;
	line-height: 42px;
	font-size: 12px;
	color: #555555;
	padding: 0 15px;
}

.sidebar-feedburnerform .feedburnerbutton {
	float: left;
	width: 100%;
	height: 42px;
	background: #4761A9;
	text-align: center;
	line-height: 42px;
	color: #525252;
	line-height: 42px;
	font-size: 12px;
	border: none;
	margin-top: 15px;
	color: #FFFFFF;
}

.sidebar-feedburnerform .feedburnerbutton:hover {
	background: #394E8A;
	color: #FFFFFF;
}

.singlesidebar-feedburnerform form {
	float: left;
    width: calc(100% - 30px);
    margin-left: 14px;
    margin-bottom: 30px;
    margin-right: 14px;
}

.singlesidebar-feedburnerform .feedburnerbutton {
	width: 100%;
}

.singlesidebar-feedburnerform .feedburneremail {
	width: calc(100% - 30px);
}

.sidebar-formfacebook {
	width: 136px;
	margin: 0 auto;
}

.trendingnow-title {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 44px;
	margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.headerbottomborder {
	float: left;
	width: 100%;
	height: 1px;
	background: #DDDDDD;
}

footer {
	width: 1155px;
    margin: 0 auto;
}

.footerwrapper {
	border-top: 1px solid #DDDDDD;
    float: left;
    width: 100%;
}

.hottopics {
	float: left;
    width: 100%;
    margin-top: 26px;
    border-bottom: 1px solid #DDDDDD;
}

.hottopics-title {
	float: left;
    width: 20%;
    color: red;
    font-size: 19px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-top: 30px;
}

.hottopics-content {
	float: left;
	width: 80%;
	color: #444444;
	font-size: 12px;
	margin-bottom: 26px;
}

.hottopics-content a {
	color: #444444;
    font-size: 14px;
    list-style-type: none;
    text-decoration: none;
    padding: 0 6px 0 6px;
    font-family: 'Open Sans', sans-serif;
    display: inline;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 27px;
}

.hottopics-content a:first-child {
	padding-left: 0;
}

.hottopics-content a:hover {
	color: #00BFFF;
}

.c_footerlogowrap {
	float: left;
	width: 100%;
}

.c_footerlogo {
	background: url('images/newslogov2.jpg');
    width: 243px;
    height: 34px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 26px;
}

ul.topheadernav {
	float: left;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #DDDDDD;
    height: 45px;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: -1px;
}

ul.topheadernav li:first-child {
    border-left: 1px solid #DDDDDD;
}

ul.topheadernav li {
    padding: 14px 0px;
    line-height: 45px;
    color: #555555;
    font-size: 12px;
    display: inline;
    text-decoration: none;
    height: 45px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

ul.topheadernav li a {
	text-decoration: none;
	color: #555555;
	padding: 14px 29px;
    line-height: 45px;
    color: #555555;
    font-size: 12px;
    display: inline;
    text-decoration: none;
    border-right: 1px solid #DDDDDD;
    height: 45px;
    text-transform: uppercase;
    text-align: center;
    margin-right: -4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

ul.topheadernav li:hover {
	background: #4761A9;
	color: #FFFFFF;
}

ul.topheadernav li:hover a {
	color: #FFFFFF;
}

ul.topheadernav li:last-child a {
	margin-right: 0;
}

.trending-showcomments {
	float: right;
	margin-right: 30px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 44px;
	font-family: 'Open Sans', sans-serif;
}

.trending-viewnow {
	background: #053261;
	color: #FFFFFF;
	width: 100px;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	float: right;
}

.bodydarkbg {
	background: #F4F4F4;
	float: left;
	width: 100%;
}

.adblade-rightrail {
	float: right;
    background-color: #FFF;
    padding: 13px;
    border: 1px solid #ddd;
    max-width: calc(338px - 26px);
}

.adbladetitle, .advlabel {
	display: none !important;
}

.adblade-dyna .zone ul li .ad .text .description {
	font-family: 'Open Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    margin-top: 18px !important;
}

ul.adbannermiddle li {
	list-style-type: none;
}

.single-titlesocialwrap {
	float: left;
	width: 100%;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	height: 72px;
	font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 31px;
}

.single-titlesocialnumwrap {
	float: left;
	width: 96px;
	margin-top: 12px;
	height: 50px;
	border-right: 1px solid #dddddd;
	margin-right: 20px;
}

.single-titlesocialnumwraptop {
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #555555;
	margin-bottom: -5px;
	margin-top: 1px;
}

.single-titlesocialnumwraptop span .box a {
	text-decoration: none;
	color: #555555;
}

.single-titlesocialnumwrapbottom {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #555555;
}

.single-titlesocialfacebook {
	float: left;
    margin: 12px 5px 0 0;
    width: 40%
}

.single-titlesocialfacebook a {
	float: left;
	/*width: 155px;*/
	width: 100%;
    text-indent: 35px;
    background: url('images/facebook-white.png') 0 50% no-repeat #2d609b;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    text-decoration: none;
    font-size: 12px;
}

.single-titlesocialtwitter {
	float: left;
    margin: 12px 5px 0 0;
    width: 40%
}

.single-titlesocialtwitter a {
	float: left;
	/*width: 155px;*/
	width: 100%;
    text-indent: 45px;
    background: url('images/twitter-white.png') 5px 30% no-repeat #00c3f3;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    text-decoration: none;
    font-size: 12px;
}

.single-titlesocialgoogle {
	float: left;
    margin: 12px 5px 0 0;
}

.single-titlesocialgoogle a {
	float: left;
	width: 40px;
    text-indent: -9999px;
    background: url('images/google-white.png') center no-repeat #eb4026;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.single-titlesocialpinterest {
	float: left;
    margin: 12px 5px 0 0;
}

.single-titlesocialpinterest a {
	float: left;
	width: 40px;
    text-indent: -9999px;
    background: url('images/pinterest-white.png') center no-repeat #ca212a;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.lastupdatedon {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #999999;
	font-family: 'Open Sans', sans-serif !important;
	margin-top: -17px;
    margin-bottom: 17px;
    font-style: italic;
}

.commentsarea {
	float: left;
	width: calc(100% - 52px);
	margin-top: 20px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 26px;
	margin-bottom: 54px;
}

.commentsarea iframe, .commentsarea .fb_iframe_widget {
	width: 100% !important;
}

.alm-listing li {
	padding: 0 !important;
}

.home-subarticles .alm-btn-wrap {
	padding: 0 !important;
	height: 50px !important;
	line-height: 50px !important;
	/*background: #5371BE !important;*/
	float: left;
	width: 100%;
}

.home-subarticles .alm-btn-wrap:hover {
	background: #394E8A;
}

button.alm-load-more-btn {
	float: left !important;
    width: 100% !important;
    text-align: center !important;
    height: 50px !important;
    color: #FFFFFF !important;
    background: #5371BE !important;
    line-height: 50px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 0px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
}

button.alm-load-more-btn:hover {
	background: #394E8A !important;
}

#pagarea {
	display: none;
}

.adblade-dyna .zone ul li {
	margin-right: 21px;
	width: 250px !important;
}

.adblade-dyna .zone ul li:nth-child(3n+1) {
	margin-right: 0 !important;
}

#pageflip {
	position: absolute;
	right: 0; top: 0;
	float: right;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .back-img {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;z-index:98;
	background: url('images/groopspeakflip.jpg') no-repeat right top transparent;
}

.groopspeakfloater {
	position: fixed;
	left: 0;
	bottom: 0;
	background: url('images/groopspeakfloater.png');
	width: 202px;
	height: 43px;
}

.groopspeakfloater:hover {
	background: url('images/groopspeakfloater.png') 0 -43px;
}

.single-sidebargoogle {
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 1px;
}

.headersearchicon {
	background: url('images/headersearchicon.jpg');
	width: 24px;
	height: 24px;
	float: right;
    cursor: pointer;
    margin-top: -9px;
}

.headersearchicon:hover {
	background: url('images/headersearchicon.jpg') 0 -24px;
}

form.headersearch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}

form.headersearch input {
	float: left;
	width: calc(100% - 60px);
	height: 75px;
	padding: 0 30px;
	border: none;
	font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

form.headersearch button {
	background: url('images/headersearchicon.jpg');
	width: 24px;
	height: 24px;
	float: right;
    cursor: pointer;
    margin-top: -48px;
    border: none;
    margin-right: 20px;
    opacity: 0.4;
}

form.headersearch button:hover {
	background: url('images/headersearchicon.jpg') 0 -24px;
	opacity: 1;
}

.searchterm-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 23px 0;
    text-align: center;
}

.searchterm-title span {
	color: #4761A9;
}

.closesearch {
	position: absolute;
    left: -26px;
    top: 21px;
    font-size: 25px;
    color: #ccc;
    cursor: pointer;
}

.closesearch:hover {
	color: red;
}

.single-googleadtop {
	width: 100%;
	float: left;
	margin-top: -10px;
    margin-bottom: 10px;
}

.single-googleadtop .single-googleadtopplacement {
	width: 300px;
	margin: 0 auto;
}

.subscribecommentswrapper {
	float: left;
	width: 100%;
	height: 250px;
	margin-bottom: -14px;
}

.subscribecomments-googlead {
	float: left;
	width: 250px;
	height: 250px;
	background: #DDDDDD;
}

.subscribecomments-signuparea {
	float: left;
	width: calc(100% - 250px);
	background: #4761A9;
	height: 250px;
}

.subscribecomments-titlearea {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 30px;
	margin-top: 36px;
}

.subscribecomments-titlearea span {
	font-weight: 600;
}

.subscribecomments-subtitlearea {
	float: left;
	width: 100%;
	text-align: center;
	letter-spacing: 0.6px;
    line-height: 21px;
    font-size: 18px;
	color: #FFFFFF;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin-top: 12px;
}

.subscribecommentswrapper form {
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
	margin-top: 13px;
}

.subscribecommentswrapper form input {
	background: #FFFFFF;
	border: none;
	width: 300px;
	height: 44px;
	padding: 0 20px;
	line-height: 44px;
	font-size: 14px;
	color: #516CB2;
}

.subscribecommentswrapper input.feedburnerbutton {
	float: right;
	background: #053261;
	text-align: center;
	height: 44px;
	line-height: 44px;
	width: 154px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

.mobiledisplaymenu {
	float: left;
	width: 100%;
}

ul.mobileheadernav {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #111111;
}

ul.mobileheadernav li {
	float: left;
    border-bottom: 1px solid #111111;
    color: #ffffff;
    font-size: 18px;
    height: 54px;
    width: 100%;
    background: #003B54;
    list-style-type: none;
}

ul.mobileheadernav li a {
	float: left;
    width: 100%;
    background: #003B54;
    border-bottom: 1px solid #111111;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 54px;
    height: 54px;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.7px;
}

ul.mobileheadernav li a:hover {
	background: #002E43;
}

.categorytopgooglead {
	display: none;
}

.mobilesearchbox {
	float: left;
	width: 100%;
}

.mobilesearchbox-form {
	float: left;
	width: 100%;
}

.mobilesearchbox-form input {
	width: calc(100% - 40px);
	float: left;
	height: 50px;
	border: none;
	border-top: 1px solid #111111;
	padding: 0 20px;
    font-size: 14px;
}

.mobilesearchbox-form button {
	display: none;
}

.single-featuredimagewrap {
	display: none;
}

single-featuredtitle {
	margin-top: 12px;
}

.twitter-video {
	float: left;
	width: 100%;
	margin-bottom: 36px !important;
}

.contentlocker-wrap {
	position: relative;
    width: 100%;
    background: linear-gradient(to bottom, rgba(244,244,244,0.9) 0%,rgba(244,244,244,1) 100%);
    background: moz-linear-gradient(to bottom, rgba(244,244,244,0.9) 0%,rgba(244,244,244,1) 100%);
    background: webkit-linear-gradient(to bottom, rgba(244,244,244,0.9) 0%,rgba(244,244,244,1) 100%);
    height: 700px;
    float: left;
    margin-top: -700px;
}

.contentlocker-box {
	width: 600px;
	padding: 20px;
    margin: 10px auto 15px;
    border: 0;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 100px;
}

.contentlocker-outer {
	border: 1px solid #e6e6e6;
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.08);
    box-shadow: 0 0 40px rgba(0,0,0,.08);
}

.contentlocker-inner {
	border: 3px solid #fefefe;
    background-color: #f7f7f7;
    padding: 30px;
}

.contentlocker-text {
	-webkit-text-shadow: 1px 1px 2px #fff;
    -moz-text-shadow: 1px 1px 2px #fff;
    text-shadow: 1px 1px 2px #fff;
    text-align: center;
    color: #778288;
    font-size: 18px;
    line-height: 1.56;
    font-family: 'Open Sans', sans-serif;
}

.contentlocker-textstrong {
	font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: #333333;
}

.contentlocker-textstrong:before {
	content: " ";
    display: inline-block;
    width: 11px;
    height: 14px;
    margin: 0 9px;
    background: url('images/lock-icon.png') 0 2px no-repeat;
}

.contentlocker-textstrong:after {
	content: " ";
    display: inline-block;
    width: 11px;
    height: 14px;
    margin: 0 9px;
    background: url('images/lock-icon.png') 0 2px no-repeat;
    margin-left: 10px;
}

.contentlocker-message {
	color: #111;
	font-size: 15px;
	margin-top:6px;
}

.contentlocker-box .fbauthbutton {
    background: url('http://news.groopspeak.com/wp-content/themes/groopspeaknews/images/fbloginbutton.jpg');
    width: 177px !important;
    height: 32px !important;
    margin: 0 auto;
    margin-top: 34px;
    margin-bottom: 10px;
}

.criteo-rightrail {
	float: right;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #ddd;
	margin-top: 15px;
}

.criteorightimage {
	width: 300px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.criteorightimage img, .criteorightimage iframe {
	width: 100%;
}

.adsbygoogle {
	width: 250px;
}

.nmx_ad_slot {
	padding-bottom: 10px;
    clear: both;
    display: inline-block;
}

.post_author {
    padding: 20px 25px;
    margin: 0 0 15px;
    border-top: 1px solid #E7E7E7;
    float: left;
    width: calc(100% - 50px);
    font-family: sans-serif;
    background: #FFF;
    border-bottom: 1px solid #E7E7E7;
    font-size: 15px;
    line-height: 17px;
    color: #555555;
}

.post_author a {
	text-decoration: none;
}

.post_author img {
    float: left;
    margin: 0 15px 10px 0;
}

.post_author span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}