/*
	Theme Name: CheckPoint Research
	Theme URI: http://research.checkpoint.com
	Description: CheckPoint Research WordPress Theme
	Version: 2
	Author: Brendan Ferriter (@blferriter)
	Author URI: http://brendanferriter.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

/* Light */
@font-face {font-family: 'DIN-Light';src: url('fonts/34CA47_4_0.eot');src: url('fonts/34CA47_4_0.eot?#iefix') format('embedded-opentype'),url('fonts/34CA47_4_0.woff2') format('woff2'),url('fonts/34CA47_4_0.woff') format('woff'),url('fonts/34CA47_4_0.ttf') format('truetype');}
/* Reg */
@font-face {font-family: 'DIN';src: url('fonts/34CA47_6_0.eot');src: url('fonts/34CA47_6_0.eot?#iefix') format('embedded-opentype'),url('fonts/34CA47_6_0.woff2') format('woff2'),url('fonts/34CA47_6_0.woff') format('woff'),url('fonts/34CA47_6_0.ttf') format('truetype');}

body {
	/* font:300 16px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	color:#444;
	font-family: 'din', Helvetica, Arial, Sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
body a {
	color:#444;
	text-decoration:none;
}
body a:hover { 
	color:#e45684;
	text-decoration: none;
}
body a:focus {
	outline:0;
}
body a:hover,
body a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* container */
.container {
	clear: both;
	max-width: 1072px !important;
}
.container.main {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
body.home .container.main {
	padding-top: 0px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* home */
#featured-article {
	background-size: cover;
    background-position: center center;
    background-color: #000;
    background-repeat: no-repeat;
	height: 355px;
	min-height: 355px;
	border-right: 5px solid #fff;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
#featured-article h1 {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#featured-article span {
	display: block;
	clear: both;
	width: 100%;
	font-size: 11px;
	margin-top: 10px;
}
#featured-article div#cat {
	z-index: 999;
}
#featured-article .bg {
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center center;
	-webkit-transform: scale(1);
	transform: scale(1);
	will-change: transform;
	transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 50;
	height: 355px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#featured-article:hover .bg {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
#featured-article div#meta {
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	z-index: 60;
	display: inline-block;
	width: 100%;
	height: 100%;
}
/**
#featured-article div#meta,
#cyber-attack-reports a,
#research-publications a
{
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
	z-index: 60;
}
**/
#featured-article div#meta a,
#cyber-attack-reports a,
#research-publications a {
    display:inline-block;
    width:100%;
    height:100%;
    z-index: 60;
    color: #fff;
    position: relative;
}
#featured-article div#meta a h1 {
	color: #fff;
	position: absolute;
	bottom: 25px;
	left: 15px;
	z-index: 60;
}
#cyber-attack-reports a h2,
#research-publications a h2 {
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 60;
}
#sub-featured .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
#cyber-attack-reports h2,
#research-publications h2
{
	font-size: 19px;
	font-family: 'din-light';
	font-weight: bold;
}
/*#cyber-attack-reports .bg,*/
#featured-article .bg,
#research-publications .bg
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;	
}
#cyber-attack-reports .bg {
	background-image: url('img/lib/radio-bg.jpg');
	background-size: cover;
	margin-bottom: 5px;
}
#research-publications .bg {
	background-image: url('img/lib/research-publications-bg.gif');
	background-size: cover;
}
#cyber-attack-reports .bg,
#research-publications .bg {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	-webkit-transform: scale(1);
	transform: scale(1);
	will-change: transform;
	transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
#cyber-attack-reports,
#research-publications
{
	background-color: #000;
	height: 175px;
	min-height: 175px;
	/** Chrome issue **/
	right: -1px;
	overflow: hidden;
	display: block;
	position: relative;
}
#cyber-attack-reports {
	margin-bottom: 5px;
}
#cyber-attack-reports:hover .bg,
#research-publications:hover .bg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.row#home-content {
	padding-top: 15px;
}
.row#home-content h2,
#sidebar h2,
#sidebar h3,
#related h2,
#featured-article #cat
{
	background-color: #252525;
	clear: both;
	color: #fff;
	display: inline-block;
	font-family: 'din';
	font-weight: bold;
	font-size: 14px;
	float: left;
	letter-spacing: 0.04em;
	margin-bottom: 25px;
	padding: 7px 15px 9px 15px;
	text-transform: uppercase;
}
#featured-article #cat {
	position: absolute;
	top: 15px;
	left: 15px;
}
.row#home-content .row.style-a {
	clear: both;
	margin-bottom: 20px;
}
.row#home-content .row.style-a .col-md-6 {
	margin-bottom: 25px;
}
.row#home-content .row.style-a .col-md-6 .row {
	display: flex;
	align-items: center;
	justify-content: center;
}
.row#home-content #reports,
.row#home-content #recent
{
	display: none;
}
.row#home-content .row.style-a img {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0;
}
.row#home-content .row.style-a h3 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: -5px 0px 0px 0px;
	padding: 0;
}
.row#home-content .row.style-a span {
	font-size: 11px;
    float: left;
    display: block;
    clear: both;
    margin-top: 5px;
}
.widget_rss ul {
	width: 100%;
	float: left;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#rss-3.widget_rss ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.widget_rss ul li {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 10px 0px;
	border-bottom: 1px dashed #f0f0f0;
	font-size: 14px;
}
.widget_recent_entries ul li {
	margin-left: 15px !important;
}
.row#home-content .col-md-8 .widget_rss ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
#sidebar h2 {
	display: none !important;
}
#sidebar ul
{
	width: 100%;
	float: left;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}
#sidebar ul li {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 10px 0px;
	border-bottom: 1px dashed #f0f0f0;
	font-size: 14px;
}
#sidebar ul li:last-child {
	border-bottom: none;
}
#sidebar ul li a{
	color: #222;
}
#sidebars ul li a:hover {
	color: #e45684;
}
#more-blog {
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin: 5px 0px 20px 0px;
	color: #222;
}
/* Threatmap */
.threatmap-container {
	float: left;
    width: 100%;
    clear: both;
    height: 0;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
.threatmap-container-16x9 {
	padding-bottom: 56.25%;
}
.threatmap-container-4x3 {
	padding-bottom: 75%;
}
.threatmap-container iframe {
    border: 1px solid #999;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}
.threatmap-container a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 101;
}
/* EndThreatmap */
/** Single **/
body.single h1 {
	font-size: 2.1rem;
}
body.single span#post-date {
	padding-bottom: 25px;
	width: 100%;
	float: left;
}
body.single span#post-date i {
	color: #e5e5e5;
	margin-right: 15px;
	padding: 0px 0px 20px 0px;
}
body.single #content-container {
	margin-top: -100px;
	overflow-x: hidden;
}
body.single #featured-image .row,
body.single #featured-image .row .col-md-12
{
	padding-left: 0px;
	padding-right: 0px;
}
body.single #featured-image img {
	width: 100%;
	height: auto;
}
body.single div#content {
	/** margin-top: -115px; **/
    background-color: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
body.single div#content p {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5em;
}
body.single div#content p:empty {
	display: none;
}
body.single #sidebar.col-md-4 {
	background-color: #fff;
    padding-top: 30px;
}
.container.main img {
	max-width: 100%;
	height: auto;
}
body.single .container article a {
	color: #e65684;
}
body.single #related {
	margin-top: 50px;
}
body.single .carousel {
	clear: both;
}
body.single .carousel-cell {
  width: 28%;
  height: 180px;
  margin-right: 10px;
  /** background: #e5e5e5; **/
}
body.single .carousel-cell img {
	clear: both;
	margin-bottom: 5px;
	width: 100%;
	max-height: 120px;
	overflow: hidden;
}
body.single .carousel-cell h3 {
	font-size: 16px;
	font-weight: bold;
}
#sidebar {
	/** TBD **/
	/** position: sticky; **/
	top: 0;
	max-height: 420px;
}
#responsive-table {
	overflow-x: scroll;
}
/** End Single **/
/** 404 **/
#not-found {
	width: 100%;
	height: 800px;
	min-height: 800px;
	display: block;
	float: left;
	background-color: #fff;
}
/** End 404 **/
/** RSS Widget **/
.widget_rss h3 {
	background-color: #252525;
	clear: both;
	color: #fff;
	display: inline-block;
	font-family: 'din';
	font-weight: bold;
	font-size: 14px;
	float: left;
	letter-spacing: 0.04em;
	margin-bottom: 25px;
	padding: 7px 15px 9px 15px;
	text-transform: uppercase;
}
.widget_rss h3 a {
	color: #fff;
}
.widget_rss h3 img {
	display: none;
}
/** End RSS Widget **/
/** Archive **/
.archives-featured {
	background-color: #f5f5f5;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: -20px;
	margin-bottom: 25px;
}
.archives .col-md-12 {
	margin-bottom: 20px;
}
.row.archives .col-md-12 .row {
	display: flex;
	align-items: center;
	justify-content: center;
}
.archives .col-md-3 {
	padding-top: 4px;
}
body.archive .col-md-9 h2 {
	line-height: 1;
	margin-bottom: 0;
}
body.archive .col-md-9 h2 a {
	color: #e45684 !important;
	font-size: 21px;
	font-weight: bold;
}
body.archive.category-incident-response .container.main {
	background-image: url(/wp-content/uploads/2017/08/check-point-research-publications.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 295px;
}
body.archive.category-cyber-attacks .container.main {
	background-image: url(/wp-content/uploads/2017/08/check-point-research-publications.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 295px;
}
body.archive span.date {
	font-size: 12px;
	margin-bottom: 5px;
}
body.archive .view-article {
	color: #e45684 !important;
	font-weight: bold;
    clear: both;
    display: block;
    margin-top: 5px;
}
/** End Archives **/
/** Radio **/
.archives-radio {
	margin: 0;
	padding: 0px 0px 20px 0px;
}
.archives-radio .mobile-xs-4 .col-xs-4 {
	-ms-flex: 0 0 33.333333% !important;
	flex: 0 0 33.333333% !important;
	max-width: 33.333333% !important;
}
.archives-radio .col-md-12 {
	text-align: center;
}
.archives-radio .subscribe-btn {
	background-color: #e85a8c;
	color: #fff;
	padding: 8px 25px;
	margin-top: 20px;
	display: inline-block;
	font-weight: bold;
}
.archives.radio #featured-article {
	border-right: none;
	height: 300px;
	min-height: 300px;
}
.archives.radio #featured-article:last-child {
	margin-bottom: -15px;
}
/** End Radio **/
/** Pagination **/
.pagination {
	padding-bottom: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination span.current,
.pagination a.page-numbers
{
	text-align: center;
	height: 28px;
	width: 28px;
	line-height: 28px;
	font-size: 14px;
	margin-right: 5px;
	border-radius: 5px;
}
.pagination span.current { 
	background-color: #e45684;
	color: #fff;
}
.pagination a.page-numbers {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	color: #222;
}
.pagination a.next,
.pagination a.prev
{
	background-color: #fff;
	border: none;
	color: #222;
	width: auto;
	margin-left: 10px;
}
.pagination a.prev {
	margin-left: 0;
	margin-right: 10px;
}
/** End Pagination **/
/** Filter **/
.btn-group.filter {
	float: right;
}
.btn-group.filter .btn-secondary {
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	color: #444;
}
.btn-group.filter .dropdown-menu {
	border-radius: 0;
}
.btn-group.filter.show {
	border: none;
	outline: none;
}
.btn-group.filter.show .btn-secondary {
    color: #fff;
    background-color: #e85a8c;
    border-color: #e85a8c;
    outline: none;
}
/** End Filter **/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (max-width:480px) {
}
@media only screen and (max-width:768px) {
	.row#home-content .row.style-a .col-md-6 {
		margin-bottom: 33px;
	}
	.row#home-content .row.style-a h3 {
		margin: 10px 0px 0px 0px;
		font-size: 21px;
	}
	.row#home-content .row.style-a img {
		width: 100%;
		height: auto;
	}
	.row#home-content .col-md-8 .widget_rss ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	#featured-article {
		height: 300px;
		min-height: 300px;
		border-right: none;
		margin-bottom: 5px;
	}
	#featured-article .bg {
		height: 300px;
	}
	.threatmap-container {
		margin-bottom: 25px;
	}
	body.single #content-container,
	body.single div#content
	{
		margin-top: 0;
	}
	body.single #related .carousel {
		padding-left: 33px;
		padding-right: 33px;
	}
	body.single #related .carousel-cell {
  		width: 100%;
  	}
  	#cyber-attack-reports, #research-publications {
  		right: 0px;
  	}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (max-width:1140px) {
	#sidebar {
		position: relative;
		max-height: inherit;
	}
}
/*@media only screen and (min-width:1399px) {
	body .container.main,
	body div.inc-wrapper
	{
		max-width: 1300px !important;
	}
	.row#home-content .row.style-a .col-md-5 {
		max-width: 120px;
	}
	.row#home-content .row.style-a img {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0;
	}
}*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media (min-width: 565px) and (max-width: 768px) {
	#cyber-attack-reports {
		border-right: 2px solid #fff;
	}
	#research-publications {
		border-left: 3px solid #fff;
	}
}
@media (max-width: 560px) {
	.row#home-content .row.style-a .col-md-6 .row .col-sm-4 {
	    -ms-flex: 0 0 33.333333% !important;
	    flex: 0 0 33.333333% !important;
	    max-width: 33.333333% !important;
	}
	.row#home-content .row.style-a .col-md-6 .row .col-sm-8 {
	    -ms-flex: 0 0 66.666667% !important;
	    flex: 0 0 66.666667% !important;
	    max-width: 66.666667% !important;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}