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

.ghacks-sidebared-content {
    display: flex;
    justify-content: space-between;
}

.ghacks-content {
    width: calc(100% - 336px - 60px);
}
.ghacks-sidebar {
    width: 336px;
    margin-left: 60px;
}
.mb--20 {
    margin-bottom: 20px;
}
.mt--10 {
    margin-top: 10px;
}
.opacity--90 {
    opacity: 0.9;
}

/*.post-list {
    padding: 8px 10px 10px;
}*/
.mt--60 {
    margin-top: 60px;
}


/*Texts*/
.text--small, .widget_rss .rssSummary, .user-content table, .widget_text .textwidget table, .user-content pre, .widget_text .textwidget pre, .user-content code, .widget_text .textwidget code, .user-content .wp-caption-text, .widget_text .textwidget .wp-caption-text, .comment-item__header {
  font-size: 14px;
}

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

.text--large {
  font-size: 18px;
  line-height: 1.6;
}

.text--huge {
  font-size: 22px;
}

.text--center {
  text-align: center;
}

.heading, .heading--huge, .heading--large, .user-content h2, .widget_text .textwidget h2, .heading--big, .heading--medium, .user-content h3, .widget_text .textwidget h3, .heading--normal, .heading--small, .user-content h5, .widget_text .textwidget h5, .heading--tiny {
  font-weight: 400;
  line-height: 1.2;
  color: #43414e;
}

.heading--huge {
  font-size: 46px;
}

.heading--large, .user-content h2, .widget_text .textwidget h2 {
  font-size: 40px;
}

.heading--big {
  font-size: 28px;
}

.heading--medium, .user-content h3, .widget_text .textwidget h3 {
  font-size: 22px;
}

.heading--normal {
  font-size: 18px;
  font-weight: 600;
}
.border--top--gray {
    border-top: 1px solid #e4e4e4;
}
.heading--small, .user-content h5, .widget_text .textwidget h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading--tiny {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.user-content h2, .widget_text .textwidget h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.user-content h3, .widget_text .textwidget h3 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.user-content h4, .widget_text .textwidget h4 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.user-content h5, .widget_text .textwidget h5 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.user-content ul, .widget_text .textwidget ul, .user-content ol, .widget_text .textwidget ol {
  margin-bottom: 20px;
  margin-top: 20px;
}

.user-content ul ul, .widget_text .textwidget ul ul, .user-content ul ol, .widget_text .textwidget ul ol, .user-content ol ul, .widget_text .textwidget ol ul, .user-content ol ol, .widget_text .textwidget ol ol {
  margin-bottom: 10px;
  margin-top: 6px;
}

.user-content ul li, .widget_text .textwidget ul li, .user-content ol li, .widget_text .textwidget ol li {
  margin-bottom: 10px;
}

.user-content ul li:last-child, .widget_text .textwidget ul li:last-child, .user-content ol li:last-child, .widget_text .textwidget ol li:last-child {
  margin-bottom: 0px;
}

.user-content ul, .widget_text .textwidget ul {
  margin-left: 20px;
}

.user-content ol, .widget_text .textwidget ol {
  margin-left: 36px;
}

.user-content ul > li, .widget_text .textwidget ul > li {
  list-style-type: square;
  background-repeat: no-repeat;
}

.user-content ol > li, .widget_text .textwidget ol > li {
  list-style-type: decimal;
}

.user-content img, .widget_text .textwidget img {
  height: auto;
  display: block;
}

.user-content pre, .widget_text .textwidget pre {
  font-family: monospace;
  background: #fafafa;
  border: 1px solid #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.user-content code, .widget_text .textwidget code {
  font-family: monospace;
  background: #fafafa;
}

.user-content .wp-caption, .widget_text .textwidget .wp-caption {
  max-width: 100%;
  box-sizing: border-box;
}

.user-content .wp-caption img, .widget_text .textwidget .wp-caption img {
  box-sizing: border-box;
  border: 8px solid #ededed;
}

.user-content .wp-caption-text, .widget_text .textwidget .wp-caption-text {
  background: #ededed;
  padding: 0px 22px 8px;
  margin-bottom: 20px;
  text-align: center;
}

.user-content a, .widget_text .textwidget a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #555;
  position: relative;
}

.user-content a.link--nounderline, .widget_text .textwidget a.link--nounderline, .user-content .ghacks-links--nounderline a, .ghacks-links--nounderline .user-content a, .widget_text .textwidget .ghacks-links--nounderline a, .ghacks-links--nounderline .widget_text .textwidget a {
  border-bottom: 2px solid transparent;
}

.user-content a:hover, .widget_text .textwidget a:hover {
  border-bottom: 2px solid #F3B434;
}

.user-content table, .widget_text .textwidget table {
  width: 100%;
}

.bypostauthor > .comment-item .comment-item__header {
  background: #3B3B3B;
  color: #fff;
  padding: 6px 11px;
}

.depth-1 > ol {
  margin-left: 30px;
}

.comment-item__header {
  background: #F5E9D3;
  margin-bottom: 10px;
}

.comment-item__content {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  padding-bottom: 20px;
}

#cancel-comment-reply-link {
  font-size: 14px;
}

#commentform .form-submit {
  margin-top: 20px;
}

.comment-fields > div {
  padding: 0px;
}

#respond {
  margin-top: 60px;
  margin-bottom: 60px;
}

.nav-links a.page-numbers:not(.next):not(.prev) {
  margin: 0 5px;
}

.nav-links .dots {
  margin: 0 5px;
}

.post-list .image {
  width: 150px;
  height: 150px;
  position: relative;
  margin-right: 15px;
}

.post-list .image img {
  max-height: 150px;
  width: auto;
  position: absolute;
}

.post-list-sponsored {
  padding: 8px 10px 10px;
  border: 1px solid #d8d8d8;
}

.post-list-sponsored__title {
  display: block;
  font-size: 13px;
  color: #929292;
}

.post-list-disclaimer {
  margin-bottom: 25px;
  padding: 3px 10px;
  border: 1px solid #ffd47e;
  border-radius: 5px;
  color: #7d6023;
  font-size: 13px;
  background: #fff4dc;
}

.user-content {
  color: #43414e;
}

.ghacks-content .heading--large {
  font-weight: 400;
  line-height: 1.2;
  color: #43414e;
  font-size:40px;
}
.user-content h2 {
	font-size:35px;
  line-height:1.2;
}
.text--small {
  font-size:14px;
}
.user-content p, .widget_text .textwidget p {
    margin-bottom: 20px;
}

.user-content ul, .widget_text .textwidget ul {
    margin-left: 20px;
}
.user-content ul, .widget_text .textwidget ul, .user-content ol, .widget_text .textwidget ol {
    margin-bottom: 20px;
    margin-top: 20px;
}
.user-content :first-child, .widget_text .textwidget :first-child {
    margin-top: 0px;
}
.user-content ul > li, .widget_text .textwidget ul > li {
    list-style-type: square;
    background-repeat: no-repeat;
}
.user-content ul li, .widget_text .textwidget ul li, .user-content ol li, .widget_text .textwidget ol li {
    margin-bottom: 10px;
}
.user-content a, .widget_text .textwidget a {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid #555;
    position: relative;
}
.user-content a, .widget_text .textwidget a {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid #555;
    position: relative;
}
.user-content a:hover, .widget_text .textwidget a:hover {
    border-bottom: 2px solid #F3B434;
}

.user-content h2, .widget_text .textwidget h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.user-content h3, .widget_text .textwidget h3 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.user-content h4, .widget_text .textwidget h4 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.user-content h5, .widget_text .textwidget h5 {
  margin-bottom: 20px;
  margin-top: 40px;
}



/*/Texts*/

.mt--40 {
    margin-top: 40px;
}
.pt--40 {
    padding-top: 40px;
}
.border--top--gray {
    border-top: 1px solid #e4e4e4;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

@media screen and (max-width:1080px) {
	.ghacks-content .heading--large {
		font-size: 30px;
		line-height: 1.305;
	}
	
	.user-content h2 {
		font-size:28px
	}
}

/*****************************
Swiper Related Posts
****/
* {
  outline-style:none;
}

.swiper-pagination.my-pagination {
  width:100%;
  justify-content:center;
  max-width:740px;
  margin-top:20px;
  position:static;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin:0 5px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #F3B434;
}
.swiper-slide {width:230px}

.content-post-slide {
  height:172px;
  overflow:hidden;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}

.content-post-slide img {
  width:100%;
  transform:scale(1);
  transition:all ease .4s;
}

.content-post-slide a.box-title-slide {
  position:absolute;
  background:rgba(0,0,0,.6);
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:15px;
  color:#ffffff;
  text-decoration:none;
  transition:all ease .4s;
}

.content-post-slide a.box-title-slide:hover {
  background-color:rgba(0,0,0,.8);
  transition:all ease .4s;
}

.content-post-slide:hover img {
  transform:scale(1.1);
  transition:all ease .4s;
}

.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--tiny, .comment-reply-link {
    padding: 2px 10px;
    font-size: 12px;
}

/****
End Swiper Related Posts
****/

/*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;  
}
#ghacks_ad_code-5, #ghacks_ad_code-9 {
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
}

@media screen and (max-width:63.999em) {
  .ghacks-sidebared-content {
    display: block;
  }

  .ghacks-content {
    width:100%;
  }
  .ghacks-sidebar {
    margin-left: 0px;
    margin-top: 60px;
    width:100%;
  }
}

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

.box-banner,.banner-feed {
	display:none;
}

.wide-ad,.column-ad {
	background-color:#f9f9f9;
	padding-top:10px;
}

.home-category-post h3 {
    word-break: break-word;
}

@media screen and (max-width:1024px) {
  .ghacks-sidebar .ghacks_ad_code {
  	display:none;
	}    

	.box-banner,.banner-feed {
		display:block;
	}
	.bottom-container {
			padding: 0 0rem;
			margin-bottom: 0;
	}
	
	.wide-ad.wide-ad-bottom {
		width:calc(100% - 2rem);
		margin-left:1rem;
		margin-right:1rem;
	}

		.the_container_posts {
    padding:0;
	}
	.sec-caterories {
		padding-left:1rem;
		padding-right:1rem;
		overflow-x:hidden;
	}
	.intro-archive {
		padding-left:1rem;
		padding-right:1rem;
	}

}

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

.container.page-404 {
  padding-top: 100px;
  padding-bottom: 100px;
}
