/*--------------------*/
/*   Page structure   */
/*--------------------*/
.center-content1 {
	max-width: 1200px;
	margin: 0 auto;
}
.center-content2 {
	max-width: 1024px;
	margin: 0 auto;
}
.center-content7 {
	max-width: 1580px;
	margin: 0 auto;
}

/*------------------*/
/*  flex-items      */
/*------------------*/
.category-top-area,
.three-col-area,
.two-col-area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.two-col-area {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/*------------------*/
/*  breadcrumb      */
/*------------------*/
.blog-cat-breadcrumb {
	padding-top: 43px;
	padding-bottom: 43px;
}
.breadcrumb {
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Outift', sans-serif;
	font-weight: 600;
	letter-spacing: 0.95px;
}
.breadcrumb a {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.breadcrumb a::after {
	background: url(https://www.netgear.com/hub/wp-content/themes/netgear/assets/images/brc-arrow2.png) no-repeat center center / 3px 6px;
	position: absolute;
	content: '';
	width: 3px;
	height: 6px;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: default;
}
.breadcrumb a:hover {
	opacity: 0.7;
}
.breadcrumb strong {
	font-size: 12px;
	display: inline-block;
	font-weight: 700;
}
.blog-cat-breadcrumb .breadcrumb a,
.blog-cat-breadcrumb .breadcrumb {
	color: #666;
}

/*-------------------------*/
/*  blog-cat-top-container */
/*-------------------------*/
.blog-cat-top-container {
	padding-top: 33px;
	padding-bottom: 40px;
}
.blog-cat-top-content {

}
.blog-cat-top-content h2 {
	color: #000;
	font-size: 42px;
	padding-bottom: 17px;
	font-family: 'Outift', sans-serif;
	font-weight: 400;
}
.blog-cat-top-content h5 {
	color: #000;
	padding-bottom: 20px;
	font-family: 'Outift', sans-serif;
	font-weight: 600;
}
.blog-cat-top-content h5 a {
	color: #000;
	text-decoration: underline;
}
.blog-cat-top-content h5 a:hover {
	text-decoration: none;
}
.blog-cat-top-content p {
	color: #000;
	font-size: 18px;
  	line-height: 1.5;
	font-family: 'Outift', sans-serif;
	font-weight: 300;
}

/*------------------------*/
/* blog-two-col-container */
/*------------------------*/
.blog-two-col-container {
	padding-top: 34px;
	padding-bottom: 75px;
}
.two-col-left {
	width: 60.5%;
}
.two-col-right {
	width: 39.5%;
}
.blog-two-col-container .two-col-img {
	overflow: hidden;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}
.two-col-cont {
	font-weight: 400;
	font-family: 'Outift', sans-serif;
	padding-left: 40px;
}
.two-col-cont h6 {
	color: #666;
	font-size: 12px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 23px;
}
.two-col-cont h3 {
	color: #333;
	padding-bottom: 12px;
}
.two-col-cont p {
	color: #333;
	font-size: 18px;
	line-height: 1.67;
	padding-bottom: 18px;
}
.two-col-cont a {
	background: #009dd6;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 26px 10px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	margin-top: 5px;
}
.two-col-cont a:hover {
	background: #078bbb;
}
.two-col-cont a.article-btn {
	background: #fff;
	color: #009dd6;
	border: 1px solid #009dd6;
}
.two-col-cont a.article-btn:hover {
	background: #009dd6;
	color: #fff;
}

/*--------------------------*/
/* latest-article-container */
/*--------------------------*/
.latest-article-container {
	background-color: #f1f0f0;
	padding-top: 50px;
	padding-bottom: 30px;
}
.title-area h3 {
	color: #000;
	padding-bottom: 25px;
	font-family: 'Outift', sans-serif;
	font-weight: 400;
}
.three-col-area {
	margin: 0 -12px;
}
.three-col {
	width: 33.33%;
	padding: 0 12px 26px 12px ;
}
.three-col-info {
	background-color: #fff;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}
.three-col-cont {
	padding: 25px 30px 10px 30px;
}
.three-col-cont .date {
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Outift', sans-serif;
	font-weight: 600;
}
.three-col h5 {
	color: #000;
	font-size: 22px;
	line-height: 1.2;
	font-family: 'Outift', sans-serif;
	font-weight: 400;
	padding: 12px 0 17px 0;
}
.three-col h5 a {
	color: #000;
}
.three-col-cont p {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 10px;
}
.read-more-area {
	width: 100%;
	padding: 0 30px;
	position: absolute;
	left: 0; bottom: 29px;
}
.read-more-link {
	background: url(https://www.netgear.com/hub/wp-content/themes/netgear/assets/images/brc-arrow3.png) no-repeat right center;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 9px;
	font-family: 'Outift', sans-serif;
	font-weight: 700;
}
.read-more-link:hover {
	text-decoration: underline;
}

/*-----------------------*/
/*  category-top-area    */
/*-----------------------*/
.blog-category-container {
	padding-top: 40px;
}
.blog-category-container h5 {
	color: #000;
	font-family: 'Outift', sans-serif;
	font-weight: 700;
}
.category-top-area {
	margin: 0 -6px;
	padding: 25px 0 25px 0;
	justify-content: center;
}
.category-top-item {
	width: 33.333%;
	padding: 0 6px;
	margin-bottom: 25px;
}
.category-top-item img {
	width: 100%;
}
.category-top-img {
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.category-top-item span {
	display: block;
	font-size: 16px;
	text-align: center;
	padding-top: 12px;
}
.category-top-item span a {
	color: #000;
}
.category-top-item span a::after {
	content: '›';
	font-size: 14px;
	padding-left: 6px;
	margin-top: -2px;
}
.category-top-item span a:hover {
	opacity: .7;
}
.blog-two-col-container + .latest-article-container.bg-white {
	padding-top: 0;
}
.latest-article-container.bg-white {
	background: #fff;
}
.latest-article-container.bg-white .three-col-info {
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 0 10px rgb(0 0 0 / 12%);
	box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}

.blog-cat-v4-top-container {
	padding-top: 80px;
}
.latest-article-v4-wrap,
.blog-category-top-menu {
	padding-top: 0;
}
.blog-category-bottom-menu .category-top-item,
.blog-category-top-menu .category-top-item {
	width: 16.666%;
}
.title-area h3,
.title-area h3 a {
  color: #000; 
}
.blog-category-container h5,
.blog-category-container h5 a {
  color: #666; 
}

.latest-article-container .three-col h5 {
	padding: 0;
	margin: 12px 0 17px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.latest-article-container .three-col-cont p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	padding-bottom: 0;
}
/********************** Responsive css *********************/
@media screen and (max-width: 991px) {
	.blog-cat-breadcrumb {
		padding-top: 35px;
		padding-bottom: 20px;
	}
	.top-content p {
		font-size: 20px;
	}
	.blog-cat-top-container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.blog-cat-top-content h2 {
  		font-size: 35px;
  		padding-bottom: 10px;
	}
	.blog-cat-top-content h5 {
  		padding-bottom: 10px;
	}
	.blog-two-col-container {
		padding-bottom: 55px;
	}
	.two-col-left {
  		width: 55%;
	}
	.two-col-right {
  		width: 45%;
	}
	.latest-article-container {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.title-area h3 { padding-bottom: 20px; }
	.three-col-cont {
  		padding: 25px 15px 10px 15px;
	}
	.read-more-area {
  		padding: 0 15px;
	}
	.blog-cat-v4-top-container {
  		padding-top: 60px;
	}
	.latest-article-v4-wrap {
		padding-top: 0;
	}
}
@media screen and (max-width: 840px) {
	.three-col-area {
  		margin: 0 -8px;
	}
	.three-col {
		width: 50%;
		padding: 0 8px 26px 8px;
	}
	
	.blog-category-bottom-menu .category-top-item,
	.blog-category-top-menu .category-top-item {
		width: 33.333%;
	}
	.blog-cat-v4-top-container {
		padding-top: 45px;
	}
}
@media screen and (max-width: 767px) {
	.top-content {
		padding-top: 15px;
	}
	.blog-cat-top-content h2 {
	    font-size: 30px;
	}
	.two-col-right,
	.two-col-left {
    	width: 100%;
  	}
  	.two-col-cont {
	    padding-left: 0;
	    padding-top: 30px;
  	}
  	.two-col-cont h6 {
  		padding-bottom: 10px;
	}
	.two-col-cont p,
	.blog-cat-top-content p,
	.top-content p {
		font-size: 16px;
	}
	.two-col-cont a {
    	font-size: 15px;
  	}
  	.three-col-cont {
  		padding-top: 15px;
  	}
  	.three-col h5 {
		font-size: 20px;
		margin: 10px 0 12px 0;
	}
	.read-more-area {
  		bottom: 25px;
	}
	.two-col-cont h3,
	.title-area h3 {
		font-size: 25px;
  	}
  	.category-top-item {
  		width: 50%;
	}
	.blog-cat-v4-top-container {
    	padding-top: 30px;
  	}
}
@media screen and (max-width: 680px) {
	.blog-category-bottom-menu .category-top-item,
	.blog-category-top-menu .category-top-item {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.three-col {
		width: 100%;
		padding: 0 8px 20px 8px;
	}
	.three-col-img img {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.blog-category-bottom-menu .category-top-item,
	.blog-category-top-menu .category-top-item,
	.category-top-item {
  		width: 100%;
	}
}