/*
 Theme Name:   Clearent Support
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
	font-family: 'Clearent';
    src: url('//tsg-fonts.s3-eu-west-1.amazonaws.com/NNNouvelleGrotesk-Normal.eot?#iefix') format('embedded-opentype'), 
         url('//tsg-fonts.s3-eu-west-1.amazonaws.com/NNNouvelleGrotesk-Normal.woff') format('woff'), 
         url('//tsg-fonts.s3-eu-west-1.amazonaws.com/NNNouvelleGrotesk-Normal.ttf') format('truetype'),
         url('//tsg-fonts.s3-eu-west-1.amazonaws.com/NNNouvelleGrotesk-Normal.svg#svgFontName') format('svg');
}

/*** Apply to entire page ***/
* {  font-family: 'Clearent' !important; }

ol li, ul li { padding: 0 0 10px 6px;}

hr.wp-block-separator { border: 0px solid;}
hr {
    background-color: var(--accent);
    margin-bottom: 65px;
    margin-top: 65px;
}

/*** Background gradient **
#hkb .hkb-mainpage-wrapper { background: linear-gradient(180deg,#fff 0%,#fff7f3 100%) !important;}*/

#hkb .hkb_widget_exit .hkb_widget_exit__btn {    background: var(--accent) !important;}
#hkb ul.hkb-article-list a:hover, #hkb .hkb-category .hkb-category__view-all:hover, #hkb .hkb-categoryhead .hkb-categoryhead__title a:hover, #hkb .hkb-articlepreview .hkb-articlepreview__title a:hover {
	color: var(--accent) !important; 
}
#hkb .hkb_widget_toc ol li {    padding: inherit;}
#hkb .hkb_widget_toc ol li.active>a {
	color: var(--accent) !important;
    background: rgba(105,35,244,.06) !important;
    border-radius: 12px;
}
#hkb .hkb_widget_toc ol li a:hover {
	color: var(--accent) !important;
    background: rgba(105,35,244,.06) !important;
    border-radius: 12px;
}
#hkb .hkb-pagination a {
    border-radius: 98px !important;
    padding: 0.781rem 3.438rem !important;
    line-height: 1.7 !important;
    text-transform: none;
    background-color: var(--accent) !important;
    border: 0.078rem solid  var(--accent);
    color: #fff !important;
}
#hkb .hkb-article__content>ol, #hkb .hkb-article__content>ul { margin: 2em 0 2em 2em !important; }

/*ul.hkb-article-list li a, a.hkb-widget__entry-title { color: #6923F4 !important;}
ul.hkb-article-list li a:hover { color: #157fb1 !important;}*/
#hkb .widget {
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0px 4px 9px rgba(0,0,0,.03), 0px 0px 16px rgba(0,0,0,.13);
}
#hkb .hkb_widget_exit .hkb_widget_exit__btn{
	border-radius: 98px !important;
    padding: 0.781rem 3.438rem !important;
    line-height: 1.7 !important;
}

#hkb .hkb-article .hkb-article__title{font-size:1.5em !important;}
#hkb .hkb-mainpage__main a { color: var(--hkb-link-color-hover); }

/*** Categories to use with svg***/
#hkb .hkb-categoryhead .hkb-categoryhead__icon {
    margin-right: 0.5em !important;
    margin-top: -0.5em;
}
#hkb .hkb-categoryhead .hkb-categoryhead__icon img, #hkb .hkb-categoryheader .hkb-categoryheader__icon img {
    max-width: 65px !important;
    width: 65px;
}
/*** Search results page ***/
#hkb .hkb-articlepreview:last-of-type {    border-bottom: inset;}
.search-results .hkb-articlepreview {
	border: 1px solid #dfe4e6;
    padding: 1.5em !important;
    border-radius: 8px;
    margin-bottom: 15px;
	background-color: #fff !important;
    /*box-shadow: 0px 4px 9px rgba(0, 0, 0, .03), 0px 0px 16px rgba(0, 0, 0, .13);*/
}
h2.hkb-search-noresults__title { 
	font-size: 26px;
    margin-bottom: 0.5em;
    font-weight: bold;
}
/*** footer ***/
.footer-widgets .widget {    margin-bottom: 5px;}


/************************************
* mobile
************************************/
@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	#hkb .hkb-article-related .hkb-article-list li {		padding-right: inherit !important;	}
	.hkb-mainpage__sidebar {        display: none;    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
  /* Add your Tablet Styles here */

}

@media only screen and (min-width: 1025px) {
  /* Add your Desktop Styles here */

}
