/**
 * The styles only for showing notification dot.
 * And will be enqueued through the dashboard.
*/

/* cspell:disable-next-line */
.ldgr-update-notifcation {
	height: 5px;
	width: 5px;
	background-color: #cc2e2e;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0 2px 5px;
}



.cpb-whats-new {
	margin: 24px auto;
	max-width: 1000px;
	clear: both;
}
.cpb-whats-new .cpb-header {
	text-align: center;
	border: 1px solid #235AF3;
	background-color: #fff;
	padding: 20px 0;
}
.cpb-whats-new .content h1 {
	font-weight: 600;
	font-size: 1.6em;
}
.cpb-whats-new .content h3 {
	margin-top: 0;
	font-weight: 400;
	font-size: 1.4em;
}
.cpb-whats-new ul {
	list-style: disc;
	list-style-position: inside;
	/*font-size: 15px;*/
}
.cpb-whats-new .cpb-header h1 {
	margin-top: 0;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 600;
	color: #235AF3;
}
.cpb-whats-new .odd, .cpb-whats-new .even {
	margin-top: 30px;
	padding: 35px;
	display: grid;
	font-size: 1.2em;
}
.cpb-whats-new .even {
	/*grid-template-columns: 2fr 1fr;*/
	background-color: #fff;
}
.cpb-whats-new .odd {
	/*grid-template-columns: 1fr 2fr;*/
	background-color: #f2edd4;
}
.cpb-whats-new .column:first-child {
	grid-column-start: 1;
	padding-right: 10px;
}
.cpb-whats-new .column:nth-of-type(2n) {
	grid-column-start: 2;
	padding-left: 10px;
}
.cpb-whats-new .cpb-single-column.odd {
	grid-template-columns: none;
	padding-left: 10px;
}
.cpb-whats-new .button {
	color: #235AF3;
	border-color: #235AF3;
	background: #f3f5f6;
	vertical-align: top;
}
.cpb-whats-new .button:hover {
	background: #235AF3;
	color: #fff;
	border-color: #235AF3;
}

tr.cpb_hide_addons_hide .dashicons.dashicons-visibility {
	vertical-align: text-bottom;
}

.column-new {
	padding-left: 50px;
}

.column-new .youtube-container {
	/*text-align: center;*/
	padding-left: 35px;
}

.column:first-child {
	margin: auto;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.cpb-whats-new .odd, .cpb-whats-new .even {
		display: block;
		padding: 30px;
	}
	.cpb-whats-new .column {
		display: block;
	}
	.cpb-whats-new .column:first-child {
		padding-right: 0;
	}
	.cpb-whats-new .column:nth-of-type(2n) {
		padding-left: 0;
	}
	.youtube-container {
		overflow: hidden;
		position: relative;
		width:100%;
	}
	.youtube-container::after {
		padding-top: 56.25%;
		display: block;
		content: '';
	}
	.youtube-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.cpb-cta {
	padding-top: 20px;
	text-align: center;
}
