/*****
General CSS 
*****/

/* Header: Start */
/*Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'Helvetica Neue', 'Arial';
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

strong {
  font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

/* General */
@media only screen and (min-width:75em) {
  .container {
    width:76rem
  }
}


.container-fluid, .container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-right: 2rem;
    padding-left: 2rem;
}
.container-fluid, .container {
    max-width: 1200px;
}

.row .row, .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.row.nocol {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.mr--10 {
    margin-right: 10px;
}

.mr--20 {
    margin-right: 20px;
}
.ml--20 {
    margin-left: 20px;
}
.show-sm-up {
    display: block;
}
svg {
    display: block;
    margin: 0;
}

.intro-articles-section {
  background: linear-gradient(90deg, #424242 65%, #212121 65%);
  margin-top: -30px;
  position: relative;
}

@media only screen and (max-width: 48em) {
 .container {
  padding-right:1rem!important;
  padding-left:1rem!important;
 }
}

/* /General */

/* Colors */
.ghacks-logo.ghacks-logo--light,
.top-navigation .top-level a {
  color: #fff;
}
.color--orange {
  color: #F3B434;
}
.color--white {
    color: #fff;
}

.color--white a {
    color: #fafafa;
}
.opacity--60 {
    opacity: 0.6;
}
/* /Colors */

/* Font Size */
.text--tiny, .widget_rss .rss-date, .widget_rss cite {
    font-size: 12px;
}

.link--nounderline, .ghacks-links--nounderline a, .ghacks-links--nounderline span {
  border-bottom: 2px solid transparent;
}
.link, .ghacks-links a, .ghacks-links--white a, .ghacks-links--nounderline a, .ghacks-links--nounderline span, .ghacks-links--smallunderline a, #respond a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

.link:hover, .ghacks-links a:hover, .ghacks-links--white a:hover, .ghacks-links--nounderline a:hover, .ghacks-links--nounderline span:hover, .ghacks-links--smallunderline a:hover, #respond a:hover {
  text-decoration: underline;
  cursor: pointer; 
}

.heading--tiny {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height:1.2;
    margin-bottom: 10px;
}

.text--small {
  font-size:14px;
}

/* /Font Size */

/* Header */



/*
***** Inline CSS

.ghacks-header {
    position: relative;
    z-index: 10;
}
.mb--30 {
    margin-bottom: 30px;
}

.bg--darkGray {
    background: #3b3b3b;
}
.pb--10 {
    padding-bottom: 10px;
}
.pt--10 {
    padding-top: 10px;
}

.bg--black {
    background: #272727;
}
.pt--10 {
    padding-top: 10px;
}
.color--white {
    color: #fff;
}

.bg--darkGray {
    background: #3B3B3B;
}
.pt--6 {
    padding-top: 6px;
}
.text--tiny, .widget_rss .rss-date, .widget_rss cite {
    font-size: 12px;
}
.color--white {
    color: #fff;
}

.row.noflex {
    display: block;
}

.top-navigation .top-level {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-navigation .top-level li {
    display: inline-block;
    position: relative;
}
*/

.ghacks-logo {
  margin-left:0!Important;
  margin-right:0!Important;
  padding-left:0!Important;
  padding-right:0!Important;
}

.ghacks-logo {
    font-size: 32px;
}
.top-navigation .top-level a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 8px;
}
.top-navigation .top-level a:hover, .top-navigation .top-level a.active {
    border-bottom: 2px solid #F3B434;
}
.search-box-btn .open-custom-search {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  background-image: url(/wp-content/themes/new-ghacks-preview/images/search-icon.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all ease .4s;
    display: block !important;
    margin-top: -10px;
}

.open-custom-search.show {
    background-image: url(/wp-content/themes/new-ghacks-preview/images/close.svg);
    background-size: 16px;
}
.open-custom-search:hover {
    opacity: .6;
    transition: all ease .4s;
}

.top-navigation .children {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top-navigation .children li {
    display: inline-block;
    position: relative;
    margin-left: 26px;
}
.top-navigation .children li:first-child {
    margin-left: 0px;
}
.top-navigation .children a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
}
.top-navigation .children a:hover {
    border-bottom: 2px solid #F3B434;
}
/* /Header */

/* Search */
.top-search-box {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -3;
    margin-top: -60px;
    transition: all 0.4s ease 0s;
    top: 0px;
    max-width: 1200px;
    padding: 0 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block !important;
}

.top-search-box.show {
    width: 100%;
    opacity: 1;
    visibility: visible;
    position: absolute;
    transition: all ease .4s;
    z-index: 1;
}
.top-search-box > form.search-form {
    display: flex;
    width: 100%;
}
.top-search-box .search-field, .top-search-box label {
    width: 100% !important;
}
.screen-reader-text {
    display: none;
}
input:not([type="submit"]):not([type="checkbox"]), textarea, select {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0px;
    transition: all 120ms linear;
    font-family: 'Helvetica Neue', 'Arial';
    font-size: 16px;
}

.button, .nav-links span.current, .button--ghost--white, .button--ghost--gray, .comment-reply-link, .nav-links a.page-numbers:not(.next):not(.prev), .nav-links a.next, .nav-links a.prev, .button--ghost--orange, .button--orange, input[type="submit"] {
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    padding: 11px 33px;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    transition: all 120ms linear;
    outline: none;
}
.search-submit {
    color: transparent !important;
    background-image: url(/wp-content/themes/new-ghacks-preview/images/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    padding: 11px 15px!Important;
    cursor: pointer;
}
.top-search-box input {
    border-radius: 0;
    display:inline-block;
}
.button--orange, input[type="submit"], .nav-links span.current {
    color: #fff;
    background-color: #F3B434;
    border-color: #F3B434;
}
/* /Search */

/* Header Mobile */

@media screen and (max-width:1024px) {
  
  .ghacks-header .show-sm-up, .ghacks-sidebar .widget_search, .top-navigation, #mobile-nav-trigger {
    display: none!Important;
  }
  .open-custom-search {
    display: block !important;
    margin-right: 55px;
  }
  .open-custom-search {
      
      width: 30px !important;
      height: 30px !important;
      min-width: 30px !important;
      min-height: 30px !important;
      background-image: url(/wp-content/themes/new-ghacks-preview/images/search-icon.svg);
      background-size: 17px;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer;
      transition: all ease .4s;
      
  }


 .top-navigation,
 #mobile-nav-trigger {
  display:none!important
 }
 button#responsive-menu-button {
    right: 15px !important;
  }

}

#mobile-nav-trigger {
  position: absolute;
  right: 20px;
}

#amp-menu, #mobile-nav-trigger {
  display: none;
}
/* /Header Mobile */

/* /Reset CSS */

/* Ads */
.banner-box-scroll {
  display: none;
}

#snhb-snhb_ghacks_top-0 {
  min-height: 90px;
}
/* /Ads */

/* Header: End */


/* Footer: Start */

/*
**
start inline style

.bg--darkGray {
    background: #3B3B3B;
}
.pb--40 {
    padding-bottom: 40px;
}
.pt--40 {
    padding-top: 40px;
}
.color--white {
    color: #fff;
}
.bg--black {
    background: #272727;
}
.pb--6 {
    padding-bottom: 6px;
}
.pt--6 {
    padding-top: 6px;
}
.text--center {
    text-align: center;
}
.color--white {
    color: #fff;
}
** end inline style
*/

.col-half {
  -ms-flex-preferred-size: calc( 50% - 40px);
  flex-basis: calc( 50% - 40px);
  max-width: calc( 50% - 40px);
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-quarter {
    -ms-flex-preferred-size: calc( 25% - 40px);
    flex-basis: calc( 25% - 40px);
    max-width: calc( 25% - 40px);
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.cols-footer {
    display:flex;
    justify-content:space-between;
}
@media only screen and (max-width: 47em) {
  .cols-footer {
        flex-direction:column;
        justify-content:flex-start;
        align-items:flex-start;
  }

  .col-quarter, .col-half {
    width: 100%;
    max-width:100%;    
  }

  .col-quarter {
    margin-top:40px;
  }

  .top-search-box {
      padding:0px;
  }

}
/* Footer: End */

/* Ads */

.center-box-banner,
.box-banner,
.wide-banner,
.col-banner,
.ghacks-sidebar .ghacks-ad{
	background-color:#f9f9f9!important;
}
.center-box-banner {
  top: 0;
  position: sticky;
}

/*.ghacks-sidebar .ghacks-ad:not(:empty),
#snhb-snhb_ghacks_sidebar_top-0:not(:empty),
#snhb-sidebar_01-0:not(:empty),
#snhb-sidebar_02-0:not(:empty),
#snhb-sidebar_03-0:not(:empty) {
min-height:600px
}*/

.ghacks-sidebar .ghacks-ad {
min-height:600px;
}

.ghacks-sidebar .ghacks-ad:is(:empty),
#snhb-snhb_ghacks_sidebar_top-0:is(:empty),
#snhb-sidebar_01-0:is(:empty),
#snhb-sidebar_02-0:is(:empty),
#snhb-sidebar_03-0:is(:empty) {
	min-height:unset;
	height:auto;
}

@media screen and (max-width:1024px) {
	.ghacks-content .box-banner {
		min-height:250px;
	}
}
#ghacks_ad_code-9 {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
}

/* /Ads */

/*****
End General CSS 
*****/

/*Category Page*/
.child-category-post {
	margin-bottom:45px;
}

.wide-banner {
    min-height:90px;
}

.child-category-content .wide-banner {
    margin-bottom:45px;
}

.parent-category-content .intro-articles-section:before{
	display: none;
}

.parent-category-content .top-search-box.show {
    /*margin-top: 115.20px;*/
	margin-top:185.2px;
    padding-left:0;
    padding-right:0;
}

.parent-category-content .intro-articles-section{
	margin-top: 0px;
}

.intro-archive {
	background-color: #212121;
	color:#fafafa;
	border-bottom: 2px solid #F3B434;
	padding: 30px 0;
	margin-top:-30px;
}

.box-breadcrumb #breadcrumbs{
	 font-size:12px;
	color:#BDBDBD;
}
.box-breadcrumb #breadcrumbs a{
	color:#BDBDBD;
}

.box-breadcrumb a {
	color:#fafafa;
	text-decoration: none;
}
.box-breadcrumb #breadcrumbs a:hover,
.box-breadcrumb a:hover{
	color:#F3B434;
}

.box-breadcrumb div,
.box-breadcrumb p:not(#breadcrumbs){
	margin-left:2.5%;
	margin-right:2.5%;
}
.box-breadcrumb p:not(#breadcrumbs) {
	margin-bottom: 15px;
	font-size: 16px;
	color: #fafafa;
}

.box-breadcrumb .blank {
	display: none;
}

.box-breadcrumb div {
	display: flex;
	align-items: center;
	margin-top:30px;
	margin-bottom: 16px;
}

.box-breadcrumb h1 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	color: #F3B434;
	line-height: 26px;
	letter-spacing: -0.56px;	
}

.box-breadcrumb  img {
	max-height: 26px;
	width: auto;
	height: auto;
	filter: brightness(0) invert(1);
	margin-right: 15px;
}

.cat-intro .title-section {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
	margin-top: 0;
	line-height: 1.25;
}

.cat-intro {
	border-bottom:2px solid #F3B434;
	padding-bottom: 5px;
  margin-bottom: 15px;
	display: flex;
	align-items: flex-end;
	margin-top:45px;
	justify-content: space-between;
	text-decoration:none;
	color:#212121;
}

.cat-intro a,
.container-categories a{
	text-decoration: none;
	color:#424242;
	font-weight: bold;
}

.cat-intro > a {
	white-space: nowrap;
	font-size:14px;
}

.cat-intro a:hover,
.container-categories a:hover,
.cat-intro:hover,
.cat-intro:hover .title-section{
	color: #F3B434;
}
.container-categories {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
	margin-top:25px;
	justify-content: center;
}
.container-categories a {
	font-size:26px;
	text-transform: uppercase;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	display:inline-flex;
	align-items:center;
}

.tax-img {
	height:20px;
	width:auto;
	margin-right:10px;
}

* {
	box-sizing:border-box;
}

.intro-articles-section {
	background: linear-gradient(90deg, #424242 65%, #212121 65%);
	margin-top:-30px;
	position:relative;
}

.intro-articles-section:before {
	background-color:#F3B434;
	height:2px;
	width:100%;
	position:absolute;
	top:65px;
	content:'';
	z-index: 3;
}

.large-container {
	display:flex;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	color:#fafafa;
}

.home-intro.home-latest-artitles {
	width:65%;
	background-color:#424242;
	padding:0 2rem;
}

.home-intro.home-popular-posts {
	width:35%;
	background-color:#212121;
	padding:0 2rem;
	color:#fafafa;;
}

.home-intro-title {
	padding:25px 48px 17px 0px;
	font-size:22px;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
	color: #F3B434;
	line-height:26px;
	letter-spacing: -0.47px;
}


.box-title-and-see-all {
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items:center;
}

.intro-see-all{
	color: #F3B434;
	font-size: 12px;
	font-weight:bold;
	padding: 10px;
	margin-top: 10px;
}
 
a.intro-see-all:hover {
	color:#fafafa;
	text-decoration: underline!important;
}

.home-posts {
	margin-bottom:24px;
	display: block;
	color:#fafafa;
	position:relative;
}

.home-posts:last-child {
	margin-bottom:0;
}

.home-intro-hold-posts {
	padding:30px 30px 30px 0px;
}

.home-intro-post-title {
	font-weight:500;
	line-height:1.275em;
	font-weight:bold;
	font-size:22px;
	padding-left:40px;
	color:#fafafa;
}

.home-popular-posts .home-intro-post-title {
	padding-left: 0;
}

.home-intro-post-title:before {
	content:'';
	display:block;
	height:104px;
	width:10px;
	min-width:10px;
	background-color:#FFBE05;
	margin-top:5px;
	position:absolute;
	left:0;
	top:calc(50% - 52px);
}

.home-latest-artitles .home-intro-post-title{
	color:#fafafa;
}

.home-intro-post-title a:hover {
	color:#F3B434
}

.home-popular-posts .home-intro-post-meta {
	padding-left:55px;
}

.home-intro-post-meta {
	margin:10px 0 0 40px;
	padding:0;
	font-size:14px;
	line-height:1.286em;
	font-weight: bold;
	color:#BDBDBD;
}

.home-posts p {
	margin:10px 0 0 40px;
	font-size:16px;
	line-height:1.5em
}

.home-popular-posts .home-intro-post-title:before {
	display:none;
}

.home-popular-posts .home-intro-post-meta {
	margin:10px 0 0 0px;
	padding:0;
	font-size:14px;
}

.the_container_posts {
	margin:0 auto;
	width:100%;
	max-width:1200px;
	padding:0 2rem;
	box-sizing: border-box;
}

.title-section {
	font-size:22px;
	font-weight: bold;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:2px solid #F3B434;
	letter-spacing: -0.47px;
	text-transform: uppercase;
	color:#212121;
}

.header-tab {
	list-style:none;
	padding:0;
	display:flex;
	margin-bottom:25px;
}

.header-tab li {
	font-size:14px;
	font-weight:700;
	margin-right:20px;
}

.home-category-posts {
	display:flex;
	flex-wrap: wrap;
}

.home-category-post img {
	width:100%;
	height:auto;
}

.ftd-img-card {
	height:184px;
	overflow:hidden;
	display:block;
	margin-bottom:18px;
}

.home-category-post {
	width:22.75%;
	margin-right:3%;
}

.home-category-post:nth-of-type(4n) {
	margin-right:0;
}
.home-category-post h3 {
	font-size:18px;
	line-height:1.22em;
	font-weight:bold;
	margin-bottom:8px;
	color: #424242;
}

.home-category-post .home-intro-post-meta {
	margin:16px 0;
	font-size:12px;
	line-height:1.5em;
	color:#757575;
	font-weight: 500;
}
.home-category-post p {
	font-size:14px;
	line-height:1.714em;
	color:#424242;
}

/*Links and Hover links*/
.home-category-post {
	text-decoration: none;
}

.title-section a{
	color:#212121;
	text-decoration:none;
}

.header-tab li a {
	color:#424242;
}


.home-category-post:hover h3 ,
.header-tab li:hover a,
.title-section a:hover,
.home-posts:hover h3,
.item-day-content a:hover strong{
	color: #F3B434;
}

/*News ads places*/

.wide-ad {
	width:100%;
	max-width:722px;
	margin:30px auto;
	font-size:12px;
}

.column-ad {
	width:100%;
	margin:46px auto 70px auto;
	max-width:1200px;
	padding:0 2rem;
	display:flex;	
	flex-wrap:wrap;
	justify-content:center;
}

.ad-title {
	width:100%;
	margin-bottom:25px;
	font-size: 12px;
	color:#424242;
	text-align: center;
}

.wide-banner {
	height:90px;
	width:100%;
	max-width:720px;	
	margin-top:10px;
}

/*Effects Tab*/
.tab-header-item {
	cursor:pointer;
	transition:color ease-in .3s;
	text-transform:capitalize;
}
.tab-header-item.active,
.tab-header-item:hover{
	color:#EA9036;
	transition:color ease-in .3s;
}


/*Effects Tab*/
body {
	background:#ffffff;
}

.tab-header-item {
	cursor:pointer;
	transition:color ease-in .3s;
	text-transform:capitalize;
}
.tab-header-item.active,
.tab-header-item:hover{
	color:#EA9036;
	transition:color ease-in .3s;
}

.home-category-posts{
	opacity:0;
	visibility:hidden;
	transition:opacity ease-in .6s;
	height:0;
	transform: translate3d(-50px,0,0);
}

.home-category-posts.active {
	opacity:1;
	visibility:visible;
	transition:opacity ease-in .3s;
	height:auto;
	transform: translate3d(0px,0,0);
}

/*Popular Posts*/

.ranking-title {
	display:flex;
}

.number-post {
	font-size:18px;
	font-weight:bold;
	width:32px;
	height:32px;
	min-width:32px;
	color:#212121;
	border:3px solid #F3B434;;
	border-radius:50%;
	display:flex;
	line-height:1;
	justify-content:center;
	align-items:center;
	background-color:#F3B434;
	margin-right:17px
}
.home-popular-posts .home-intro-post-meta {
	padding-left:55px;
}

/*Bottom Container*/
.bottom-container {
	display:flex;
	flex-wrap:wrap;
	margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 80px 2rem;
	box-sizing:border-box;
}

.bottom-widgets {
	width:30%;
	margin-right:5%;
	margin-bottom:60px;
}

.bottom-widgets.ghacks_this_day_bottom {
	width:100%;
	margin-right:0;
}

.bottom-widgets:nth-child(3n+1) {
	margin-right:0;
}

.ghacks_this_day_bottom > ul {
	display:flex;
	margin-top:20px;
}
.item-day {
	width:30%;
	margin-right:5%;
	margin-bottom:60px;
	display:flex;
	line-height:1;
}

.item-day a.item-day-image {
	width:100px;
	min-width:100px;
	height:auto;
	margin-right:16px;
}
.item-day-content a {
	text-decoration:none;
	color:#000000;
	line-height:1;
}
.item-day-content a strong {
	font-size:18px;
	margin-bottom:0px;
	display:block;
	line-height:1.25;
	color:#424242;
}

.item-day-content span {
	color:#666666;
	font-size:12px;
	line-height:1;
}


.title-section {
	margin-top:45px;
}

#the-day-in-history {
	background-color:rgba(220, 219, 218,.36);
}

.bottom-container {
	padding-top:20px;
	padding-bottom:20px;
}

.bottom-widgets {
    margin-bottom: 0px;
}

.large-container a,
.tab-header-item a{
	text-decoration:none!important;
}
.home-intro.home-popular-posts{
	color:#fafafa;
}

.item-day-content a:hover{
	color:#EA9036;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.header-tab::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.header-tab {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.home-category-posts{
	opacity:1;
	visibility:visible;
	transition:opacity ease-in .6s;
	height:auto;
	transform: translate3d(0px,0,0);
}

.ghacks-flex .home-category-post {
	margin-bottom:60px;
}

.intro-all-posts #breadcrumbs {
	font-size:16px;
	color:#000000;
	margin-bottom:20px;
	margin-top:35px;
}

.intro-all-posts h1 {
	font-size:32px;
	margin: 0 0 45px 0;
}

.col-banner {
	width:100%;
	min-height:200px;
	margin-top:5px;
	padding: 16px 24px;
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
}

.banner-mobile {
	display:none;
}

.ftd-title {
	margin-left:40px;
}

.ftd-title-post {
    margin-left: 0;
}
  
.box-banner.banner-feed {
  background:#f9f9f9 !important;
  border:none;
  min-height:250px;
}
  
.search-box-btn .open-custom-search {
	display: block!important;
  	margin-top: -10px;
}
  
.wide-banner,
.col-banner{
	background-color:#f9f9f9 !important;
}
  
.ad-title {
	margin-bottom: 10px;
	display: block;
}
  
  .wide-banner,
  .wide-banner,
  .wide-ad{
	  max-width:970px;
	  text-align: center;
  }

  .wide-banner iframe,
  .wide-banner iframe,
  .wide-ad iframe{
	margin-left:auto;
	margin-right:auto;
  }
  
  #the-day-in-history {
	  background-color:rgba(220, 219, 218,.36);
  }
  
  .bottom-container {
	  padding-top:20px;
	  padding-bottom:20px;
  }
  
  .bottom-widgets {
	  margin-bottom: 0px;
  }
  
  .large-container a,
  .home-category-post a,
  .tab-header-item a{
	  text-decoration:none!important;
  }
  /*.home-category-post a,
  .home-intro.home-popular-posts a,
  .tab-header-item a{
	  color:#000;
  }*/
  
  .tab-header-item a:hover{
	  color:#EA9036;
  }
  

  /* Hide scrollbar for Chrome, Safari and Opera */
  .header-tab::-webkit-scrollbar {
	display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .header-tab {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
  }
  
  .home-category-posts{
	  opacity:1;
	  visibility:visible;
	  transition:opacity ease-in .6s;
	  height:auto;
	  transform: translate3d(0px,0,0);
  }
  
 
  .home-category-posts {
	  flex-wrap:wrap;
  }
  
  .ghacks-flex .home-category-post {
	  margin-bottom:60px;
  }
  
  .intro-all-posts #breadcrumbs {
	  font-size:16px;
	  color:#000000;
	  margin-bottom:20px;
	  margin-top:35px;
  }
  
  .intro-all-posts h1 {
	  font-size:32px;
	  margin: 0 0 45px 0;
  }
 
  
  .col-banner {
	  width:100%;
	  min-height:200px;
	  border-top: 1px solid #BDBDBD;
  }
  
  .banner-mobile {
	  display:none;
  }
 
  
  .ftd-title {
	  margin-left:40px;
  }
  
  .ftd-item {
	  position:relative;
  }
  
  .ftd-item::after {
	  background-color:#757575;
	  height: 100%;
	  width: calc(100% + 65vh);
	  content: '';
	  display: block;
	  position: absolute;
	  top: 0;
	  left: calc(-65vh + 32px);
		  z-index:0;
  }
  
  .ftd-item .ftd-title,
  .ftd-item .home-intro-post-title,
  .ftd-item .home-intro-post-meta,
  .ftd-item p{
	  position:relative;
	  z-index:2;
  }

  .ftd-item .ftd-title {
  	font-size:12px;
  }
  
.home-posts:first-child {
    padding-top:30px;
}
  
.home-intro-hold-posts {
  padding:0px 0px 30px 0;
}
  
.ftd-item {
    padding:30px 0;
}
  
.ftd-title {
  margin-left:40px;
}
  
  
.bottom-widgets:nth-child(3n+1) {
  margin-right: 5%;
}
  
.bottom-widgets:nth-child(3n) {
  margin-right:0;
}

/*Searchform*/
.widget_search form {
    display: flex;
}
.widget_search input[type="submit"] {
    flex: 1;
    margin-left: 10px;
    padding-left: 11px;
    padding-right: 11px;
}

.mt--30 {
    margin-top: 30px;
}
.mb--10 {
    margin-bottom: 10px;
}
.pb--6 {
    padding-bottom: 6px;
}
.border--bottom--gray {
    border-bottom: 1px solid #e4e4e4;
}
.heading--tiny {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.mr--6 {
    margin-right: 6px;
}
.ghacks_share_widget a {
    opacity: 0.8;
    transition: all 120ms linear;
}
.ghacks_share_widget a:hover {
  opacity: 1;
    transition: all 120ms linear;  
}

@media screen and (max-width:1024px) {

    .parent-category-content .top-search-box.show {
        margin-top: 71.20px;
    }

    .home-intro-post-title:before {
        margin-top: 0px;
        top: 5px;
    }

    .home-posts:first-child .home-intro-post-title:before{
        top:35px;
    }

    .intro-articles-section:before {
        display:none;
    }

    .large-container {
        flex-direction:column;
    }

    .home-intro.home-latest-artitles {
        width:100%;
        position:relative;
    }

    .home-latest-artitles:before {
        background-color:#000000;
        height:2px;
        width:100%;
        position:absolute;
        top:66px;
        content:'';
        left:0;
    }

    .home-intro.home-popular-posts {
        width:100%;
        position:relative;
    }

    .home-popular-posts:before {
        background-color:#000000;
        height:2px;
        width:100%;
        position:absolute;
        top:65px;
        content:'';
        left:0;
    }

    .home-intro-hold-posts {
            padding: 0rem 0rem 4rem 0rem;
    }

    .wide-ad,
    .column-ad{
        padding:0 2rem;
        display:none;
    }

    .home-category-post{
        width:47%;
        margin-bottom:40px;
    }

    .home-category-post:nth-of-type(2n) {
        margin-right: 0;
    }

    .bottom-container {
        padding: 0px 2rem;
        margin-bottom:0;
    }

    .ghacks_this_day_bottom > ul {
        display: flex;
        flex-direction:column;
        margin-bottom:0;
    }

    .bottom-widgets {
        width:100%;
        margin-bottom:0;
    }

    .item-day {
    width: 100%;
        margin-right:0;
    }

    .header-tab {
        width:auto;
        overflow-x:auto;
    }
    .tab-header-item {
        white-space: nowrap;
    }

    .ftd-img-card {
        height: 106px;
    }
    .home-category-post h4 {
    font-size: 16px;
    }	

    .home-category-post .home-intro-post-meta {
        font-size:10px;
        margin-bottom:6px;
        margin-top:6px;
    }


    .top-search-box.show {
        margin-bottom: 0px;
        margin-top: 0px;
        width: 100%;
        opacity: 1;
        visibility: visible;
        position: absolute;
        transition: all ease .4s;
    }

}

@media screen and (max-width: 767px) {
	.col-banner, .wide-banner{
		display: none;
	}

	.home-category-post p {
		font-size: 11px;
	}
	
	.wide-ad-bottom .wide-banner{
		display:block;		
	}

	.banner-mobile {
		display:block;
		min-height:200px;
		min-width:250px;
	}
	.wide-ad, .column-ad {
    padding: 0 2rem;
    display: block;
	}

	.wide-ad, .column-ad {
		margin: 25px auto!important;
	}
	.title-section {
	margin-top:25px!important;
	}
	
	.wide-ad, .column-ad {
		padding: 0 10px;
		display: block;
	}
	
	#snhb-snhb_ghacks_bottom-0,
	#ghacks_ad_code-2,
	#ghacks_ad_code-3,
	#ghacks_ad_code-4,
	#ghacks_ad_code-5{
		display:none;
	}
	
	.banner-mobile.after-pagination {
		min-height:50px;	
	}

	.col-banner, .wide-banner{
		display: none;
	}
		
	.wide-ad-bottom .wide-banner{
		display:block;
	}
	
	.banner-mobile {
		display:block;
		min-height:200px;
		min-width:250px;
		text-align: center;
	}
	
	.wide-ad, .column-ad {
		padding: 0 10px;
		display: block;
	}

	.ghacks-content .post-list.mt--60 {
		margin-top:0px!important
	}

	.container-categories {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.container-categories a{
		margin-left: 0;
		margin-right: 0;
	}
}


  @media screen and (max-width:480px) {
	.home-category-post,
	.home-category-post:nth-of-type(2n),
	.home-category-post:nth-of-type(4n){
		width:100%;
		margin-right: 0%;
		margin-bottom:40px;
	}
}

/**/
.sec-subcategory-menu {
	background-color: #212121;	
	margin-bottom:45px;
}

.list-sub-categories {
	padding:0;
	margin:0;
	display:flex;
	flex-direction:row;
	overflow-x:auto;
	 -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.list-sub-categories::-webkit-scrollbar {
  display: none;
}

.list-sub-categories li{
	margin: 20px 10px 18px 10px;
}

.list-sub-categories li.current-sub-category {
	order:-1;
}

.list-sub-categories a {
	color: #ffffff;
	text-decoration:none;
	padding:10px;
	font-weight:bold;
	font-size:14px;
	white-space: nowrap;
}

.list-sub-categories li.current-sub-category a,
.list-sub-categories li a:hover{
	color: #F3B434
}
.text--center {
    text-align: center;
}
.mt--60 {
    margin-top: 60px;
}
.nav-links a.page-numbers:not(.next):not(.prev) {
  margin: 0 5px;
}

.nav-links .dots {
  margin: 0 5px;
}
.button, .nav-links span.current, .button--ghost--white, .button--ghost--gray, .comment-reply-link, .nav-links a.page-numbers:not(.next):not(.prev), .nav-links a.next, .nav-links a.prev, .button--ghost--orange, .button--orange, input[type="submit"] {
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 11px 33px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 120ms linear;
  outline: none;
}
.button--small, .nav-links a.page-numbers:not(.next):not(.prev), .nav-links a.next, .nav-links a.prev, .nav-links span.current {
  padding: 6px 22px;
  font-size: 12px;
}
.button--ghost--gray, .comment-reply-link, .nav-links a.page-numbers:not(.next):not(.prev), .nav-links a.next, .nav-links a.prev {
  color: inherit;
  border-color: #ededed;
  background-color: transparent;
}

.button--ghost--gray:hover, .comment-reply-link:hover, .nav-links a.page-numbers:hover:not(.next):not(.prev), .nav-links a.next:hover, .nav-links a.prev:hover, .button--ghost--gray:focus, .comment-reply-link:focus, .nav-links a.page-numbers:focus:not(.next):not(.prev), .nav-links a.next:focus, .nav-links a.prev:focus {
  color: #fff;
  background-color: #F3B434;
  border-color: #F3B434;
}

.button--ghost--orange {
  color: #F3B434 !important;
  border-color: #F3B434;
  background-color: transparent;
}

.button--ghost--orange:hover, .button--ghost--orange:focus {
  color: #fff !important;
  background-color: #F3B434;
  border-color: #F3B434;
}

.button--orange, input[type="submit"], .nav-links span.current {
  color: #fff;
  background-color: #F3B434;
  border-color: #F3B434;
}

.button--orange:hover, input:hover[type="submit"], .nav-links span.current:hover, .button--orange:focus, input:focus[type="submit"], .nav-links span.current:focus {
  color: inherit;
  border-color: #F3B434;
  background-color: transparent;
}
.button--small, .nav-links a.page-numbers:not(.next):not(.prev), .nav-links a.next, .nav-links a.prev, .nav-links span.current {
    padding: 6px 10px;
}

.nav-links a.page-numbers,.nav-links span.current {
    display:inline-block;
}
.nav-links a.page-numbers,.nav-links span.current {
    margin: 0 2px !important;
}
/**/


.dont-break-out p,
.dont-break-out a,
.dont-break-out pre,
.dont-break-out code,
.dont-break-out li,
.dont-break-out h1,
.dont-break-out h2,
.dont-break-out h3,
.dont-break-out h4,
.dont-break-out h5,
.comment-list p,
.comment-list a,
.comment-list pre,
.comment-list code,
.comment-list li,
.comment-list h1,
.comment-list h2,
.comment-list h3,
.comment-list h4,
.comment-list h5 {
  word-wrap:break-word
}

.comments-number:after {
  margin: 0 0 -3px 0;
  content: '';
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.comments-number.comments-number-dark:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'%3E%3C/path%3E%3C/svg%3E");
}
.comments-number.comments-number-medium:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23757575' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'%3E%3C/path%3E%3C/svg%3E");
}
.comments-number.comments-number-light:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23BDBDBD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'%3E%3C/path%3E%3C/svg%3E");
}