/*****
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 
*****/

.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;
}

.home-category-posts {
    display:flex;
    flex-wrap:wrap;
}
.home-category-post {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom:60px;
    text-decoration:none;
}
.home-category-post:nth-of-type(4n) {
    margin-right: 0;
}

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

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

.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;
}

.home-category-post:hover h3{
	color: #F3B434;
}

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

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

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

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

    .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;
    }

}


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

    .home-category-post p {
        font-size: 11px;
    }
}


@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;
    }
}

.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");
}