/* widgets start */

.widgets {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.widgets h2 {
	font-size: 14px;
    font-family: 'Knockout 50 A', 'Knockout 50 B', sans-serif;
    font-weight: 400;
    font-style: normal;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 25;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 2px solid #d7d7d7;
	color: #333333;
}

.widget-nopad h2 {
	padding-top: 2px;
}

.widgets {
	padding-left: 0px;
	-webkit-font-smoothing: antialiased;
/*
	opacity: 0.10;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition-timing-function: opacity 0.4s ease-in-out;
*/
}

/*
.widgets:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
*/

.widgets ul {
	padding: 0;
	list-style-type: none;
}

.widgets ul li {
	padding-bottom: 8px;
}

.widgets ul li a {
	color: #333;
	font-size: 12px;
	line-height: 14px;
}

.widget-ad {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	padding-left: 0;
	border-left: 0;
	border-bottom: 0;
	margin-top: 18px;
	margin-bottom: 18px;
}

.widget-first {
	margin-top: 0;
}

.widgets .header {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
}

.widget .uppercase {
	text-transform: uppercase;
}

.widgets .video-grid {
	width: 100%;
}

.widgets .video-grid li {
    position: relative;
	display: inline;
	margin: 0;
}

.widgets .video-grid li a, .widgets .video-grid li a:hover {
	float: left;
	background-color: #000000;
	overflow: hidden;
	height: 145px;
	width: 145px;
	margin-bottom: 10px;
}

.widgets .video-grid li:nth-child(even) a {
    margin-left: 10px;
}

.widgets .video-grid li a img {
    height: 145px;
    width: 145px;
}

.widgets.gp-masthead, .widgets.gp-videos {
	margin-bottom: 0;
}

.widgets.gp-videos {
    width: 100%;
}

.widgets.gp-popular-posts, .widgets.widget-instagram {
	border-bottom: none;
	background: #f7f7f7;
	padding: 1px 15px 1px 15px;
}

.widgets.gp-popular-posts li {
    clear: both;
    height: 58px;
    margin-bottom: 8px;
    padding-bottom: 0;
}

.widgets.gp-popular-posts li .subtitle {
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Knockout 50 A', 'Knockout 50 B', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 12px;
    padding-bottom: 2px;
}

.widgets.gp-popular-posts li .post-thumb {
    float: left;
    margin-right: 12px;
    overflow: hidden;
    height: 50px;
    width: 65px;
}

.widgets.gp-popular-posts li .post-thumb img {
    width: 100%;
}

/* Header Widget area */
#header-widget {
    position: relative;
	float: right;
	top: 24px;
	/* right: -10px; */
}

/* Theme Promo Widget */

#theme-promo-widgets {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	height: 50px;
 	position: relative;
}

.theme-promo-widget .theme-content {
    padding: 0;
	top: 100px;
	left: 0;
}

.theme-promo-widget div, .theme-promo-widget img {
	float: left;
	display: inline;
	padding: 0;
}

.theme-promo-widget .theme-name {
	padding: 15px 15px 0 0;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
    line-height: 22px;
}

.theme-promo-widget .theme-name a {
	text-transform: uppercase;
}

.theme-promo-widget .theme-description {
	padding-top: 17px;
	padding-left: 8px;
	font-size: 12px;
}

.theme-promo-widget .description a {
	font-style: italic;
}

/* Category Widgets Areas */

#header-category-widgets, #sidebar-category-widgets {

}

#header-category-widgets {
    margin: 10px 0 20px 0;
    height: 250px;
}

#sidebar-category-widgets {
	margin: 20px 0px 20px 0px;
}

.gp-smart-post {
	list-style: none;
	width: 300px;
	display: inline;
	float: left;
	margin-right: 35px;
    vertical-align: middle;
}

.gp-smart-post.widget-last {
	margin-right: 0px;
}

#sidebar-category-widgets .gp-smart-post {
	margin-right: 0px;
	padding-bottom: 14px;
}

.gp-smart-post .category {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
    line-height: 24px;
	float: left;
	height: 22px;
}

.gp-smart-post .sponsor {
	float: right;
	height: 22px;
}

.gp-smart-post img {
	margin-top: 0px;
	width: 300px;
	height: 231px;
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    -moz-filter: brightness(0.6);
}

.gp-smart-post img.brightness {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    -moz-filter: brightness(0.6);
}

.gp-smart-post .rollover-thumb {
    display: inline-block;
    position: relative;
	border: 0px solid #000000;
    height: 231px;
	overflow: hidden;
	position: relative;
}

.gp-smart-post .rollover-thumb .rollover-text {
    font-family: 'Gotham A', 'Gotham B', Helvetica;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari and Chrome */
    width: 250px;
}

.gp-smart-post a .rollover-text {
    position: absolute;
}


.gp-smart-post .rollover-thumb .rollover-text.black {
    color: #000000;
}


/* Latest Posts widget */

#daily-briefing-top .gp-latest-post .img-wrap {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.gp-latest-post img.thumbnail {
    height: 150px;
    width: 150px;
}

#daily-briefing-top .gp-latest-post img.thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.gp-latest-post img.large {
    width: 368px;
    height: 290px;
}

.gp-latest-post .wrapper {
    position: relative;
}

.gp-latest-post .button-container {
    display: none;
    position: absolute;
    left: 30px;
    bottom: 75px;
}

.gp-latest-post .video .button-container {
    display: inline;
}

.play-border {
/*     border: 2px solid rgba(0,0,0,0.7); */
    border: 2px solid #E9E9E6;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
/*
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.play-border:hover{
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.play-border:hover .play-button{
    border-left: 33px solid rgba(0,0,0,0.5);
}

.play-border:active,.play-border:focus{
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5.play-button:hoverpx 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.play-button {
    position: relative;
    top: 15px;
    left: 36%;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 33px solid #E9E9E6;
}


/* Above Header Widgets Area */

.above-header-widget {
    -webkit-transform-style: preserve-3d;
    width: 236px;
    padding-right: 8px;
    float: left;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    display: table;
}

.above-header-widget:last-child {
    float: right !important;
    border-right: none !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.above-header-widget .copy {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.above-header-widget a {
    font-family: 'Sentinel A', 'Sentinel B', Georgia, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #333;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1px;
}

.above-header-widget a:hover {
    color: #f45900;
}

.above-header-widget img {
    display: table-cell;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}

.above-header-widget .text {
	font-family: 'Gotham A','Gotham B';
	color: #333;
    line-height: 15px;
    font-size: 13px;
    padding-top: 10px;
}

.above-header-widget .sponsored {
    font-size: 9px;
    color: #0054a6;
}

/* subhero-widget-area */

/* subhero-widget-area */
#subhero-widget-area {
    margin-top: 40px;
    position: relative;
}

#subhero-widget-area .text {
    padding: 0px 27px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

#subhero-widget-area .text.left {
    position: absolute;
    top: 44%;
    left: 0;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    width: 890px;
}

#subhero-widget-area .text.center {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
    width: 890px;
}

#subhero-widget-area .text.center .read {
    margin: 0 auto;
}

#subhero-widget-area .text.right {
    position: absolute;
    top: 44%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    text-align: right;
}

#subhero-widget-area .text .title {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow';
    text-transform: uppercase;
    font-size: 50px;
}

#subhero-widget-area:hover .text .title {
    color: #45900;
}

#subhero-widget-area .text.small .title {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow';
    font-size: 44px;
}

#subhero-widget-area .text .subtitle,
#subhero-widget-area .text .read {
    font-family: 'Gotham A', 'Gotham B', Helvetica;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#subhero-widget-area .text .subtitle {
    font-size: 18px;
    line-height: 30px;
}

#subhero-widget-area .text.small .subtitle {
    font-size: 13px;
    line-height: 30px;
}

#subhero-widget-area .text .read {
    position: absolute;
    bottom: 0;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 9px;
    line-height: 23px;
    width: auto;
    text-align: center;
    font-weight: bold;
    padding: 0px 14px;
}

#subhero-widget-area:hover .text .read {
    border-color: #45900;
}

#subhero-widget-area .text .read {
    bottom: -100px;
}

#subhero-widget-area .text.right .read {
    right: 27px;
}

#subhero-widget-area .text.center .read {
    bottom: -100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
}

#subhero-widget-area .text.center.small .read {
    display: none;
}

#subhero-widget-area .text.left.small .read {
    position: absolute;
    top: 60%;
    bottom: auto;
    right: 0;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
}

#subhero-widget-area .text.right.small .read {
    position: absolute;
    top: 60%;
    left: 27px;
    right: auto;
    bottom: auto;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

#subhero-widget-area img.dark {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    -moz-filter: brightness(0.6);
}