@charset "UTF-8";
@font-face {
	font-family: Gotham;
	font-style: normal;
	font-weight: 300;
	src: url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-light.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-light.woff) format("woff");
}

@font-face {
	font-family: Gotham;
	font-style: normal;
	font-weight: 400;
	src: url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-book.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-book.woff) format("woff");
}

@font-face {
	font-family: Gotham;
	font-style: normal;
	font-weight: 500;
	src: url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-medium.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-medium.woff) format("woff");
}

@font-face {
	font-family: Gotham;
	font-style: normal;
	font-weight: 700;
	src: url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-bold.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-bold.woff) format("woff");
}

@font-face {
	font-family: Caecilia;
	font-style: normal;
	font-weight: 400;
	src: local("Caecilia LT Pro 55 Roman"), local("CaeciliaLTPro-55Roman"), local("PMN Caecilia Com 55 Roman"), local("CaeciliaCom-55Roman"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-55-roman.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-55-roman.woff) format("woff");
}

@font-face {
	font-family: Caecilia;
	font-style: normal;
	font-weight: 700;
	src: local("Caecilia LT Pro 75 Bold"), local("CaeciliaLTPro-75Bold"), local("PMN Caecilia Com 75 Bold"), local("CaeciliaCom-75Bold"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-75-bold.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-75-bold.woff) format("woff");
}

@font-face {
	font-family: Caecilia;
	font-style: italic;
	font-weight: 400;
	src: local("Caecilia LT Pro 56 Italic"), local("CaeciliaLTPro-56Italic"), local("PMN Caecilia Com 56 Italic"), local("CaeciliaCom-56Italic"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-56-italic.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-56-italic.woff) format("woff");
}

@font-face {
	font-family: Caecilia;
	font-style: italic;
	font-weight: 700;
	src: local("Caecilia LT Pro 76 Bold Italic"), local("CaeciliaLTPro-76BoldItalic"), local("PMN Caecilia Com 76 Bold Italic"), local("CaeciliaCom-76BoldItalic"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-76-bold-italic.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-76-bold-italic.woff) format("woff");
}


/* apply a natural box layout model to all elements, but allowing components to change */
html {
	box-sizing: border-box;
	font-size: 100%;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
body {
	background: white;
	color: #6A778B;
	font-family: Caecilia, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #262626;
	font-family: Gotham, sans-serif;
	font-weight: 500;
	margin-top: 1em;
	margin-bottom: 1em;
}
h1 {
	font-size: 2.5em;
	line-height: 1.4;
	letter-spacing: calc(-0.92 / 40 * 1em);
}
h2 {
	font-size: 2.125em;
	letter-spacing: calc(-0.92 / 34 * 1em);
	line-height: 1.4;
}
h3 {
	font-size: 1.75em;
	letter-spacing: calc(-0.92 / 28 * 1em);
	line-height: 1.4;
}
h4 {
	font-size: 1.5em;
	letter-spacing: calc(-0.92 / 24 * 1em);
	line-height: 1.4;
}
h5 {
	font-size: 1.25em;
	letter-spacing: calc(-0.92 / 22 * 1em);
	line-height: 1.4;
}
h6 {
	font-size: 1.095em;
    line-height: 1.4;
    letter-spacing: calc(-0.92 / 22 * 1em);
}
.q-subheading {
	color: #707F93;
	font-size: 2.25em;
	font-weight: 300;
	letter-spacing: calc(-0.5 / 36 * 1em);
	line-height: calc(42 / 36);
}
a:link,
a:visited {
	color: #2E8BE0;
	text-decoration: none;
	transition: color 0.35s ease-in-out;
}
a:hover {
	text-decoration: underline;
	color: #2C75BE;
}
a:active {
	text-decoration: none;
}
.nowrap {
	white-space: nowrap;
}
.hidden.hidden {
	display: none;
	visibility: hidden;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: inherit;
}


/*
 * general text styles
 */
.q-heading-3 {
	font-weight: 400;
	font-size: calc(26 / 16 * 1rem);
	color: #1D2737;
	letter-spacing: calc(-0.3 / 26 * 1em);
	line-height: calc(38 / 26);
}
.q-heading-4,
a.q-heading-4 {
	font-family: Gotham, sans-serif;
	font-size: calc(17 / 16 * 1rem);
	font-weight: 500;
	color: #30405B;
	letter-spacing: calc(-0.2 / 17 * 1em);
	line-height: calc(23 / 17);
}


/*
 * community header styles
 */
.q-header__background {
	background: #EEEFF2;
	font-family: Gotham, sans-serif;
	height: 82px;
	left: 0;
	right: 0;
	top: 0;
	transition: height 0.4s;
	width: 100%;
	z-index: 99;
	position: absolute;
}
.q-header__background.active {
	height: 100%;
}
.q-header__background,
.q-header__background a:link,
.q-header__background a:visited {
	color: #262626;
	text-decoration: none;
}
.q-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 2rem;
}
.q-header__logo {
	align-items: center;
	display: flex;
	margin: 23px 0 24px;
	max-height: 57px;
}
.q-header__logo .q-logo-shield {
	display: block;
	overflow: hidden;
	width: 30px;
	height: 35px;
	transition: width 0.2s;
}
.q-header__logo .q-logo-text {
	display: block;
	margin-left: calc(1 / 3 * 1em);
}
.q-header__logo-community {
	font-weight: 300;
	font-size: 18px; /* MUST be fixed to match logo */
	line-height: 1;
}
a.q-header__logo-community:hover {
	color: inherit;
}
.q-user-menu {
	height: 40px;
	position: relative;
	width: 40px;
}
.q-hamberger-menu {
	width: 40px;
	height: 40px;
}
.q-hamburger-menu__container {
	height: 0;
	margin-top: 2rem;
	min-width: calc(-2rem + 100vw + -2rem);
	opacity: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	transform: translate(0, -1rem);
	transition: opacity 0.4s, transform 0.4s;
	visibility: hidden;
}
.q-hamburger-menu__container.active {
	opacity: 1;
	height: calc(100vh - 92px);
	visibility: visible;
	transform: translate(0, 0);
}
.q-user-menu li {
	padding-left: 2rem;
	padding-right: 2rem;
}
li.q-header_blog-link a {
	font-weight: 500;
}


.q-user-menu__icon,
.q-hamburger-menu__icon {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	opacity: 1;
	overflow: hidden;
	transform: translate(0, 0) rotate(0);
	transition: opacity 0.2s, height 0.2s, transform 0.6s, visibility 0 0.2s, display 0 0.2s;
	width: 40px;
}
.q-user-menu__icon.hidden {
	opacity: 0;
	transform: translate(0, 0.25em);
}
.q-user-menu__icon {
	margin-right: calc(calc(40px - 19px) / 2 * -1);
}
.q-hamburger-menu__icon {
	margin-left: calc(calc(40px - 23px) / 2 * -1);
}


/*
 * change hamburger into and X for closing
 */
.q-hamburger-menu__icon rect:nth-child(2) {
	opacity: 1;
	transition: opacity 0.05s;
}
.q-hamburger-menu__icon.active rect:nth-child(2) {
	opacity: 0;
}
.q-hamburger-menu__icon rect:nth-child(1),
.q-hamburger-menu__icon rect:nth-child(3) {
	transform: translate(0, 0) rotate(0);
	transition: transform 0.2s;
}
.q-hamburger-menu__icon.active rect:nth-child(1) {
	transform: translate(8px, -1px) rotate(45deg);
}
.q-hamburger-menu__icon.active rect:nth-child(3) {
	transform: translate(-8px, 8px) rotate(-45deg);
}


.q-header__nav,
.q-header__nav ul,
.q-user-menu__container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.q-header__nav a,
.q-header__nav li > span,
.q-user-menu__container a {
	display: inline-block;
	padding: 1rem 0;
	font-size: calc(18 / 16 * 1rem);
	font-weight: 500;
	letter-spacing: -0.13px;
	line-height: 1;
}
.q-navigation__item .active {
	font-weight: 500;
}


/*
 * sub-nav styles
 */
.q-header__nav {
	position: relative;
	left: 0;
	opacity: 1;
	transition: left 0.4s;
}
.q-header__nav.active {
	left: -100vw;
}
.q-header__nav-sub {
	left: 100vw;
	min-width: 100%;
	position: absolute;
	top: 0;
}
.q-header__nav li.q-browser-by-topic > span {
	font-size: calc(12 / 16 * 1rem);
	line-height: 1.5;
	opacity: 0.5;
	text-transform: uppercase;
}
.q-header__nav-back {
	background: none;
	border: 0 none;
	font-size: inherit;
	font-weight: inherit;
}
.q-header__nav-back::before {
	content: "←";
	padding-right: 0.5ex;
}


/*
 * header dropdown menu styles
 */
.q-header__nav li:hover .q-header__nav-sub {
	visibility: visible;
	opacity: 1;
	transition-delay: 0, 0;
	transition-duration: 0.4s, 0;
	transition-timing-function: ease-out;
}
.q-header__nav-sub li {
	list-style: none;
}
.q-header__nav-sub li:last-child {
	margin-bottom: 0;
}
.q-header__nav-sub a {
	color: #30405B;
	font-size: calc(18 / 16 * 1rem);
	font-weight: 500;
	letter-spacing: -0.17px;
	/* line-height: calc(20 / 13); */
}
.q-button__light-blue a,
.q-button__light-blue a:link,
.q-button__light-blue a:visited {
	background: #6CA3CF;
	border-radius: 2px;
	color: white;
	display: inline-block;
	font-family: Gotham, sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.2px;
	padding: 16px 25px 17px;
	text-align: center;
}
.q-button__light-blue a:active {
	transform: translateY(2px);
	transition: transform 0.2s;
}
.q-button__start-a-discussion a,
.q-button__start-a-discussion a:link,
.q-button__start-a-discussion a:visited {
	margin: 24px 0;
	display: inline-block;
	position: relative;
}
.q-header__background nav .q-button__start-a-discussion a,
.q-header__background nav .q-button__start-a-discussion a:link,
.q-header__background nav .q-button__start-a-discussion a:visited {
	background-clip: border-box;
}






/*
 * shared user menu styles
 */
.q-user-menu__logged-in {
	display: none;
	visibility: hidden;
}
.q-header__nav-sub li.q-browser-by-topic a {
	display: none;
	padding-bottom: 0;
}
.q-header__nav-sub li.q-browser-by-topic a:hover {
	background-size: 0% 3px;
	cursor: default;
}
.q-header__nav-sub li.q-browser-by-topic span.menu-item-description {
	line-height: 1.5;
	display: block;
}


/*
 * community body styles
 */
.q-sub-header {
	background-color: #2C75BE;
}
.q-sub-header__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}
.q-body {
	margin: 0 auto;
	max-width: 1440px;
}
.q-body__container {
	margin: 0 5%;
}
.q-community-headline {
	color: white;
	font-size: 1.5em;
	font-size: calc(25 / 16 * 1em); /* temp to match blog */
	margin: 0 0 0.75em;
	padding: calc(2 / 3 * 1em) 5%;
}
.q-section {
	margin: 5em 0;
}
.q-section--first {
	margin-top: 0;
}
.q-section-opening {
	margin-bottom: 5em;
}
.q-section-opening .q-section:last-child {
	margin-bottom: 0;
}


/*
 * qualys footer styles
 */
.q-footer {
	border-bottom: 0.375rem solid #ED2E26;
	border-top: 1px solid #E4E4E4;
	padding-bottom: 3rem;
}
.q-footer__container {
	margin: 0 5%;
}
.q-footer__heading {
	font-size: 1.875rem;
	margin-top: 6rem;
	max-width: 20rem;
}
.q-footer__search {
	display: flex;
	justify-content: center;
}
.q-footer__copy strong {
	font-style: italic;
}
.q-footer__copyright {
	display: block;
	text-align: center;
}
.q-footer__copyright a:link,
.q-footer__copyright a:visited {
	color: inherit;
}
.q-footer__column--nav {
	display: none;
	visibility: hidden;
}

/*
 * site content area
 */

.q-main_content {
	margin: 0 5%;
	padding-bottom: 60px;
	padding-top: 10px;
}
.widget-area {
	margin-top: 50px;
}

@media screen and (min-width: 841px) {
	.q-main_content-container {
		display: flex;
	}
	.site-main {
		flex: 1;
	}
	.widget-area {
		padding-left: 30px;
		flex: calc( 30% + 30px) 0 0;
		max-width: 350px;
		margin-top: 0;
	}
}
@media screen and (min-width: 1024px) {
	.widget-area {
		flex: calc( 30% + 50px) 0 0;
		padding-left: 50px;
	}
}

/*
 * add styles to make the text slide left
 * and an arrow slide right and reveal itself
 */
.q-button-with-arrow a span::after {
	color: inherit;
	content: "›";
	display: inline-block;
	font-size: 1.3em;
	line-height: calc(1 / 1.3);
	margin-left: -0.375em;
	opacity: 0;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.q-button-with-arrow a span::after {
	color: inherit;
	content: "›";
	display: inline-block;
	font-size: 1.3em;
	line-height: calc(1 / 1.3);
	margin-left: -0.375em;
	opacity: 0;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.q-button-with-arrow a span {
	display: inline-block;
	transition: transform 0.3s ease-out;
}
.q-button-with-arrow a:hover span {
	transform: translateX(-0.5rem);
}
.q-button-with-arrow a:hover span::after {
	transform: translateX(0.875rem);
	opacity: 1;
}


/*
 * social media icon styles
 */
.q-footer__social {
	display: flex;
	justify-content: center;
	margin: 1.5rem 0 3rem;
}
.q-social-list {
	display: flex;
	list-style: none;
	margin: 0 -0.375rem;
	padding: 0;
}
.q-social-list .menu-item {
	margin: 0.375rem;
}
.q-social-list .menu-item a {
	align-items: center;
	border: 1px solid #1D2737;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	height: calc(3rem - 1px);
	width: calc(3rem - 1px);
}
.q-social-list__icon {
	height: 1.25rem;
	width: 1.25rem;
}
.q-social-list__icon path {
	fill: #1D2737;
}
.q-social-list .menu-item a:hover {
	border-color: #6A778B;
}
.q-social-list .menu-item a:hover .q-social-list__icon path {
	fill: #6A778B;
}


/*
 * thin search box styles
 */
.q-search__container {
	margin: calc(82px + 0.75em) 0 0;
	height: 82px;
	max-width: 1440px;
}
.q-search {
	margin: 0 5%;
}
.q-search .q-coveo__wrapper {
	display: flex;
	visibility: visible;
}
.q-search .CoveoSearchInterface {
	min-width: 0;
}
.q-search .q-coveo__wrapper .CoveoSearchButton,
.q-search .q-coveo__wrapper .CoveoOmnibox {
	border: 0 none;
	border-bottom: 2px solid #2E8BE0;
}
.q-search .q-coveo__wrapper .CoveoSearchButton {
	text-align: inherit;
	width: 26px;
}
.q-search .q-coveo-searchbutton {
	flex: 0 1 auto;
}
.q-search .q-coveo-querybox {
	flex: 1 1 auto;
}
.q-search .magic-box .magic-box-input .magic-box-underlay,
.q-search .magic-box .magic-box-input > input {
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 100%;
	font-weight: 400;
	letter-spacing: -0.12px;
}
.q-search .magic-box .magic-box-input .magic-box-underlay,
.q-search .magic-box .magic-box-input > input::placeholder {
	color: #6A778B;
	opacity: 1;
}
.q-search .coveo-search-button-svg {
	color: #2E8BE0;
	height: 24px;
	width: 24px;
}
.q-search .magic-box .magic-box-clear::before {
	border: 0 none;
}
.q-search .magic-box .magic-box-clear .magic-box-icon::before {
	color: #2E8BE0;
	content: "✕";
}


/*
 * large search box styles
 */
.q-search__container-banner {
	background: url(/asset/image/background-clouds-in-sky-320-3x.jpg);
	background-size: cover;
	margin: 82px 0 1.25rem;
	height: auto;
	max-width: 100%;
}
.q-search__container-banner .q-search {
	margin: 0 12.5%;
	padding: 0 0 30px;
}
.q-search__container-banner h1 {
	color: white;
	font-size: calc(22 / 16 * 1rem);
	font-weight: 400;
	letter-spacing: calc(0.11 / 22 * 1em);
	line-height: calc(26 / 22);
	margin: 0 0 16px;
	padding: calc(27 / 22 * 1em) 5% 0;
	text-align: center;
}
.q-search__container-banner .CoveoSearchInterface {
	background: white;
	border: 1px solid white;
	border-radius: 3px;
	color: #F7FAFC;
	margin: 16px -3.125% 0;
	padding: 0;
}
.q-search__container-banner .q-coveo__wrapper .CoveoSearchButton,
.q-search__container-banner .q-coveo__wrapper .CoveoOmnibox {
	border-bottom: 0 none;
}
.q-search__container-banner .q-coveo-searchbutton {
	padding-left: 9px;
}


/*
 * style Coveo "More" menu in Coveo Tabs to match Qualys style
 */
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header {
	color: #2E8BE0;
	font-weight: 500;
	height: auto;
	text-transform: none;
}
.coveo-small-tabs .coveo-tab-list * {
	height: auto;
	line-height: normal;
}
.coveo-more-tabs-svg {
	color: #2E8BE0;
}




@media screen and (max-width: 374px) {
	.q-header__nav-sub .q-button__start-a-discussion,
	.q-header__nav-sub a.q-button__start-a-discussion,
	.q-header__nav-sub a:link.q-button__start-a-discussion,
	.q-header__nav-sub a:visited.q-button__start-a-discussion {
		display: none;
		visibility: hidden;
	}
}
@media screen and (max-width: 959px) {
	.q-user-menu__container {
		background: white;
		border: 1px solid #F5F5F5;
		box-shadow: 0 12px 24px 0 rgba(181, 181, 181, calc(1 / 3));
		right: calc(-2rem - 1px);
		opacity: 0;
		position: absolute;
		text-align: right;
		top: 50px;
		transition-delay: 0, 0.2s;
		transition-duration: 0.2s, 0;
		transition-property: opacity, visibility;
		transition-timing-function: ease-in;
		visibility: hidden;
	}
	.q-user-menu:hover .q-user-menu__container {
		visibility: visible;
		opacity: 1;
		transition-delay: 0, 0;
		transition-duration: 0.4s, 0;
		transition-timing-function: ease-out;
	}
	/*
	 * header dropdown menu arrow styles
	 */
	.q-user-menu__container::after,
	.q-user-menu__container::before {
		border-style: solid;
		content: "";
		display: block;
		top: -20px;
		height: 0;
		position: absolute;
		right: 2rem;
		width: 0;
	}
	.q-user-menu__container::before {
		border-color: transparent transparent #F5F5F5;
		border-width: 10px;
	}
	.q-user-menu__container::after {
		border-color: transparent transparent white;
		border-width: 11px;
		margin-right: -1px;
	}
}


.post-thumbnail img {
	max-width: 100%;
}

/*
 * sidebar
 */
 .q-sidebar__widget-title {
	font-size: 21px;
	color: #262626;
	letter-spacing: -0.35px;
	line-height: 1.591;
	font-weight: 500;
	margin: 0 0 20px;
 }
 .q-sidebar__widget {
	 margin-bottom: 50px;
 }
 .q-sidebar__widget:last-child {
	 margin-bottom: 0;
 }

/*
 * header category links
 */
.q-global__category-list,
.alm-filters-container .alm-filter.q-global__category-filters ul {
	padding: 0 0 40px;
	margin: 0;
	list-style: none;
	list-style-position: inside;
	display: table;
	position: relative;
}

.q-global__category-list li,
.alm-filters-container .alm-filter.q-global__category-filters ul li {
	margin: 0;
	position: relative;
	display: inline-block;
}
.q-global__category-list li .children {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	display: none;
}
.q-global__category-list li a,
.alm-filters-container .alm-filter.q-global__category-filters ul li .alm-filter--link,
.alm-filters-container .alm-filter.q-global__category-filters ul li.static-menu .static-menu--link {
	font-family: Gotham, sans-serif;
	font-size: 20px;
	color: #262626;
	letter-spacing: -0.84px;
	line-height: 1.750;
	display: block;
	padding: 0 25px 0 0;
	text-decoration: none;
}
.alm-filters-container .alm-filter.q-global__category-filters ul li .alm-filter--link::before,
.alm-filters-container .alm-filter.q-global__category-filters ul li .alm-filter--link::after {
	display: none;
}
.q-global__category-list li:nth-child(6) a,
.alm-filters-container .alm-filter.q-global__category-filters ul li:last-child .alm-filter--link {
	padding-right: 0;
}
.q-global__category-list li a:link,
.q-global__category-list li a:visited,
.q-global__category-list li a:active,
.q-global__category-list li a:hover,
.q-global__category-list li a:focus {
	text-decoration: none;
}
.q-global__category-list li.current-cat a,
.alm-filters-container .alm-filter.q-global__category-filters ul li .active {
	font-weight: 500;
}

.q-post__entry-header {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
.single-post .q-post__entry-header {
	margin-bottom: 0;
	border-right: 1px solid rgba(106, 119, 139, 0.5);
	padding-right: 25px;
}
.q-post__entry-avatar {
	margin-right: 10px;
}
.q-post__entry-header .q-post__entry-avatar {
	width: 54px;
	height: 54px;
}
.q-post__entry-avatar img {
	border-radius: 50%;
	background: #F2F2F3;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}
.q-single-post__footer-author .q-post__entry-avatar img {
	width: 54px;
}
.archive.author .q-post__entry-author,
.archive.author .q-post__entry-avatar {
	display: none;
}
.q-post__entry-author a {
	text-decoration: none;
	font-family: Gotham, sans-serif;
	color: #2E8BE0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.2px;
	line-height: 1.5;
	transition: color 0.35s ease-in-out;
}
.q-post__entry-author a:hover {
	color: #2C75BE;
}
.single-post .q-post__entry-author a {
	font-size: 15px;
}
.q-post__entry-author {
	font-family: Gotham, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	color: #6A778B;
}
.q-post__entry-time {
	color: #6A778B;
	font-family: Gotham, sans-serif;
	font-size: 14px;
	letter-spacing: -0.2px;
	line-height: 1.5;
}
.q-post__entry-time a {
	text-decoration: none;
	color: #6A778B;
}
.q-post__entry-title {
	margin: 0;
}
h2.q-post__entry-title {
	font-family: Gotham, sans-serif;
	font-size: 23px;
	color: #262626;
	letter-spacing: -0.97px;
	line-height: 1.522;
}
.q-post__entry-title a {
	text-decoration: none;
	color: #262626;
	transition: color 0.35s ease-in-out;
}
.q-post__entry-title a:hover {
	color: #30405B;
}
.q-post__entry-footer {
	color: #6A778B;
	font-family: Gotham, sans-serif;
	font-size: 14px;
	letter-spacing: -0.2px;
	line-height: 1.5;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.q-post__entry-footer .cat-links a {
	color: #2E8BE0;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.35s ease-in-out;
}
.q-post__entry-footer .cat-links a:hover {
	color: #2C75BE;
}
.likebutton {
	min-height: 31px;
	display: block;
	margin-right: 1em;
}
.q-post__like-button {
	margin-left: 15px;
}
.q-single-post__action .likebutton {
	margin-left: 0;
}
.q-post__like-button {
	display: flex;
	align-items: center;
}
.single-post .q-post__like-button {
	margin-left: 25px;
}
.q-post__like-button button {
	padding: 4px 6px;
	border: 0;
	background: transparent;
	cursor: pointer;
	outline: none;
}
.q-post__like-button button:hover,
.q-post__like-button button:focus,
.q-post__like-button button:active {
	outline: none;
	box-shadow: unset;
}
.q-post__like-button button[disabled] {
	cursor: default;
}
.q-post__like-button button.selected {
	opacity: 0.65;
}
.q-post__blocks {
	margin-top: 40px !important;
}
.q-post__blocks,
.alm-reveal {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	margin: 0;
}
.q-post__article {
	width: 100%;
	padding: 10px 0;
}
@media screen and (min-width: 1200px) {
	.q-post__blocks,
	.alm-reveal {
		margin: 0 -10px;
	}
	.q-post__article {
		width: 50%;
		min-height: 360px;
		padding: 10px;
	}
}
.q-post__article-container {
	background: #FFF;
	height: 100%;
	padding: 35px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
}
.q-post__entry-content {
	flex: 1;
}
.entry-content p,
.entry-content ul li,
.entry-content ol li {
	font-size: 16px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content pre {
	word-break: break-all;
	white-space: break-spaces;
}

@media screen and (max-width: 479px) {
	.entry-content .alignleft,
	.entry-content .alignright {
		margin: 1em 0;
		float: none;
	}
	.entry-content figure.alignleft,
	.entry-content figure.alignright {
		display: block;
		width: 100%;
	}
	.q-hide-mobile {
		display: none !important;
	}
}

.q-blog__page-title {
	font-family: Caecilia, sans-serif;
	font-size: 32px;
	color: #262626;
	letter-spacing: -0.22px;
	line-height: 1.045;
	margin: 0;
	font-weight: 400;
	margin-bottom: 1.364em;
}
.q-blog__page-header {
	/* margin-bottom: 3.750em; */
}
.q-post__pagination {
	margin-top: 40px;
	color: #6A778B;
	font-family: Gotham, sans-serif;
	font-size: 16px;
	letter-spacing: -0.2px;
	line-height: 1.5;
}
.q-post__pagination span.current {
	font-weight: 500;
}
.q-post__pagination a.page-numbers {
	text-decoration: none;
}
.q-post__pagination a.page-numbers.prev {
	margin-right: 10px;
}
.q-post__pagination a.page-numbers.next {
	margin-left: 10px;
}
.q-post__pagination a.page-numbers.prev,
.q-post__pagination a.page-numbers.next {
	font-weight: 500;
	position: relative;
}
.q-post__pagination a.page-numbers.prev span::after,
.q-post__pagination a.page-numbers.next span::after {
	content: "";
	position: absolute;
	opacity: 0;
	top: 5px;
	width: 7px;
	height: 10px;
	display: block;
	transform: translateX(0);
	transition: opacity 0.3s, transform 0.3s;
}
.q-post__pagination a.page-numbers.prev:hover span::after,
.q-post__pagination a.page-numbers.next:hover span::after {
	opacity: 1;
}
.q-post__pagination a.page-numbers.next span::after {
	background: url(https://ik.imagekit.io/qualys/image/icon/link-arrow.svg) 0 0 no-repeat;
	right: 0;
	left: auto;
}
.q-post__pagination a.page-numbers.prev span::after {
	background: url(https://ik.imagekit.io/qualys/image/icon/link-arrow-left.svg) 0 0 no-repeat;
	right: auto;
	left: 0;
}
.q-post__pagination a.page-numbers.next:hover span::after {
	transform: translateX(7px);
}
.q-post__pagination a.page-numbers.prev:hover span::after {
	transform: translateX(-7px);
}
.q-post__pagination a.page-numbers:not(.prev),
.q-post__pagination a.page-numbers:not(.next) {
	padding: 0 4px;
}
.q-post__pagination span.page-numbers.dots {
	font-size: 20px;
	font-weight: 500;
}

.q-blog__home-link a {
	font-family: Gotham, sans-serif;
	font-size: 14px;
	color: #2E8BE0;
	letter-spacing: -0.2px;
	line-height: 2.5;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.35s ease-in-out;
}
.q-blog__home-link a:hover {
	color: #2C75BE;
}
.q-blog__home-link a img.link-arrow {
	transition: transform 0.2s;
}
.q-blog__home-link a span {
	transition: transform 0.2s;
	display: inline-block;
}
.q-blog__home-link a:hover img.link-arrow {
	transform: translateX(-2px);
}
.q-blog__home-link a:hover span {
	transform: translateX(1px);
}

.q-blog__post-title,
.entry-content h1 {
	font-family: Gotham, sans-serif;
	font-size: 32px;
	color: #262626;
	letter-spacing: -0.92px;
	line-height: 1.159;
	font-weight: 500;
	margin: 0;
}
.q-archive__description {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.archive .q-archive__description {
	margin-bottom: 40px;
}
.q-post__archive-avatar {
	margin: 0 10px 0 0;
}
.q-post__archive-avatar img {
	border-radius: 50%;
	background: #F2F2F3;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}

.archive-description p {
	margin: 0;
}
.q-archive__post-count {
	font-weight: 500;
	color: #262626;
	font-family: Gotham, sans-serif;
	margin: 10px 0 0;
	font-size: 20px;
	line-height: 1.45;
}

.q-single__post-content,
.single-post .q-blog__home-link-wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.q-post__entry-header-outerwrapper {
	display: flex;
	align-items: center;
	margin: 25px 0 40px;
	justify-content: space-between;
}
.q-post__entry-header-wrapper {
	display: flex;
	align-items: center;
}
.q-menu__home-container ul.menu {
	margin: auto;
	padding: 0;
	list-style: none;
}

.q-single__post-content .entry-footer {
	margin: 80px 0 40px;
}
.q-post__tags-wrapper {
	padding-left: 64px;
}
@media screen and (min-width: 480px) {
	.q-post__tags-wrapper {
		padding-left: 100px;
	}
}
@media screen and (min-width: 720px) {
	.q-post__tags-wrapper {
		margin-left: 100px;
		padding-left: 0;
	}
}
.q-post__tags-container {
	margin-top: 30px;
}
.q-post__tags-container h5 {
	margin: 0;
	font-size: 15px;
	color: #6A778B;
	letter-spacing: -0.21px;
	line-height: 1.4;
	font-weight: 400;
}
.q-post__tags-list a {
	font-family: Gotham, sans-serif;
	font-size: 15px;
	color: #2E8BE0;
	letter-spacing: -0.18px;
	line-height: 1.4;
	text-decoration: none;
	transition: color 0.35s ease-in-out;
}
.q-post__tags-list a:hover {
	color: #2C75BE;
}
.q-single-post__footer-content {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding-top: 40px;
	border-top: 1px solid rgba(106, 119, 139, 0.5);
}
.q-single-post__footer-author {
	display: flex;
	align-items: flex-start;
	flex: 1;
}
.q-single-post__footer-actions {
	display: flex;
	margin-top: 40px;
	padding-left: 64px;
}
@media screen and (min-width: 480px) {
	.q-single-post__footer-actions {
		padding-left: 100px;
	}
}
@media screen and (min-width: 720px) {
	.q-single-post__footer-content {
		flex-direction: row;
		margin: 0;
	}
	.q-single-post__footer-actions {
		margin-top: 0;
		padding-left: 0;
	}
}
.q-single-post__footer-actions .ShariffSC {
	padding: 0 !important;
	border: 0 !important;
}
.q-post__like-button-2 span.q-vote__count {
	display: none;
}
.q-post__like-button-2 button {
	background: #6A778B;
	border-radius: 50%;
	display: block;
	padding: 5px;
	width: 34px;
	height: 34px;
	transition: background 0.3s;
}
.q-post__like-button-2 button svg {
	width: 14px;
}
@media screen and (min-width: 480px) {
	.q-post__like-button-2 button {
		width: 48px;
		height: 48px;
		padding: 9px;
	}
	.q-post__like-button-2 button svg {
		width: 20px;
	}
}
.q-post__like-button-2 button:not([disabled]):hover {
	background: #97A0AF;
}
.q-post__like-button-2 button[disabled] {
	cursor: default;
}
.q-post__like-button-2 button.selected {
	background: #97A0AF;
}

.q-single-post__action .shariff .shariff-buttons.theme-round li {
	width: 34px !important;
	height: 34px;
	margin-top: 0 !important;
}
.q-single-post__action .shariff .theme-round a {
	height: 34px;
	transition: background-color 0.3s;
}
.q-single-post__action .shariff .theme-round a svg {
	width: 27px;
	height: auto;
}
@media screen and (min-width: 480px) {
	.q-single-post__action .shariff .shariff-buttons.theme-round li {
		width: 48px !important;
		height: 48px;
	}
	.q-single-post__action .shariff .theme-round a {
		height: 48px;
	}
	.q-single-post__action .shariff .theme-round a svg {
		width: 32px;
		height: 20px;
	}
}
.q-single-post__action span.shariff-icon {
	display: flex;
	align-items: center;
	height: 100%;
}
.q-single-post__action .shariff .theme-round .shariff-icon svg {
	padding: 0;
}
#comments {
	display: none;
}
#comments.show-comments {
	display: block;
}
.q-comments__show-button {
	cursor: pointer;
	background: #2E8BE0;
	color: #FFF;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	text-align: center;
	padding-top: 19px;
	padding-bottom: 19px;
	border-radius: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	line-height: 1.333;
	display: flex;
	justify-content: center;
	transition: background 0.35s ease-in-out;
}
.q-comments__show-button:hover {
	background: #2C75BE;
}
.q-comments__show-button .arrow-icon {
	width: 23px;
	height: 14px;
	margin: 0 0 0 12px;
}
.q-comments__show-button .arrow-icon svg {
	transition: transform 0.65s;
}
.q-comments__show-button.form-open .arrow-icon svg {
	transform: rotate(180deg);
}
.q-post__entry-writtenby {
	font-weight: 400;
}
.q-post__entry-author-email {
	font-weight: 400;
}
.q-post__entry-author-email a {
	font-weight: 400;
}
.q-single-post__action label {
	font-family: Gotham, sans-serif;
	font-size: 15px;
	letter-spacing: -0.21px;
	line-height: 1.4;
	margin: 0 0 0 8px;
}
.q-post__like-button.q-post__like-button-2 {
	margin-left: 0;
	margin-right: 15px;
}
.widget_q_topvoted_posts_widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_q_topvoted_posts_widget ul li {
	margin: 0 0 15px;
}
.widget_q_topvoted_posts_widget ul li a {
	font-family: Gotham, sans-serif;
	text-decoration: none;
	line-height: 1.25;
}
.q-sidebar__widget .mktoForm .mktoGutter,
.q-sidebar__widget .mktoFieldDescriptor .mktoOffset {
	display: none;
}
.q-sidebar__widget .mktoForm input[type=email] {
	margin: 0;
	padding: 17px 30px;
	border: 1px solid rgba(106, 119, 139, 0.5);
	display: block;
	width: 100% !important;
	border-radius: 2px;
	color: #6A778B;
	font-size: 15px;
	font-family: Gotham, sans-serif;
	font-weight: 500;
	line-height: 18px;
}
.q-sidebar__widget .mktoForm input[type=email]:focus {
	outline: none;
	box-shadow: unset;
}
.q-sidebar__widget .mktoForm .mktoRequiredField label.mktoLabel {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #44536B;
	letter-spacing: -0.21px;
	margin: 0 0 15px;
	padding: 0;
}
.widget_custom_html .mktoForm .mktoError {
	position: static;
	background: transparent;
	right: unset;
	border: unset;
	bottom: unset;
}
.widget_custom_html .mktoForm .mktoError .mktoErrorArrowWrap {
	display: none;
}
.widget_custom_html .mktoForm .mktoError .mktoErrorMsg {
	color: #e51b00;
	background: unset;
	border: unset;
	box-shadow: unset;
	text-shadow: unset;
	padding: 0;
	width: auto;
	margin: 10px 0 0 0;
	font-size: 13.5px;
	font-family: Gotham, sans-serif;
	float: left;
	max-width: unset;
}
.widget_custom_html .mktoForm .mktoRequiredField .mktoAsterix {
	display: none;
}
.widget_custom_html .mktoForm .mktoButtonRow .mktoButtonWrap {
	margin: 0 !important;
}
.widget_custom_html .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
	background: #ED2E26 !important;
	font-family: Gotham, sans-serif;
	color: #FFF;
	border: 0 !important;
	border-radius: 2px;
	font-size: 15px;
	letter-spacing: -0.2px;
	line-height: 1.5;
	padding: 10px 25px;
	width: 100%;
	height: 74px;
	font-weight: 500;
}
.widget_custom_html .mktoForm .mktoButtonRow {
	margin: 12px 0 0;
	width: 100%;
}
.widget_custom_html .mktoForm .mktoButtonRow > span {
	width: 100%;
}
.q-subscription__confirm-message {
	font-family: Gotham, sans-serif;
}
.mktoForm .mktoCheckboxList {
    width: 100% !important;
    font-family: 'Gotham';
}
.mktoForm .mktoCheckboxList > input {
    padding: 0;
    margin-top: 4px;
}
.mktoForm .mktoCheckboxList > label {
    margin-bottom: 14px !important;
    font-size: 14px;
    line-height: 1.35 !important;
}
.mktoForm .mktoFormRow > .mktoFormCol,
.mktoForm .mktoFormRow > .mktoFormCol > .mktoFieldWrap {
	float: none !important;
}
.widget_custom_html .mktoForm .mktoError .mktoErrorMsg#ValidMsgnotificationSiteCategory {
	margin: -4px 0 0;
	line-height: 1;
	padding: 0 0 15px 0;
	line-height: 1.35;
	font-size: 13.5px;
}

/* Comment form */
.comment-form label {
	min-width: 5.2em;
	display: inline-block;
}
.comment-form-comment label {
	vertical-align: top;
	padding-top: 0.5em;
}
.comment-form {
	font-family: Gotham, sans-serif;
	margin-bottom: 3em;
}
.comment-list {
	font-family: Gotham, sans-serif;
	border-top: 1px solid #6a778b80;
	padding-top: 1.8em;
}
.comment-form input,
.comment-form textarea {
	border: 1px solid #ccc;
	padding: 1.1em;
	color: #6A778B !important;
	line-height: 1.4;
	width: 100%;
	border-radius: 2px;
}
.comment-form textarea {
	resize: vertical;
}
.comment-form input:focus,
.comment-form textarea:focus {
	box-shadow: unset;
	outline: unset;
	border-color: #6A778B;
}
.comment-form [type="submit"] {
	min-width: auto;
	background: #F2F2F3;
	font-family: Gotham, sans-serif;
	color: #6A778B !important;
	border: 0;
	padding: 0.5em 1em;
	cursor: pointer;
}
.comment-form-cookies-consent {
	display: flex;
}
.comment-form #wp-comment-cookies-consent {
	height: 16px;
	width: auto;
	margin-right: 0.6em;
	margin-top: 4px;
}
.comment-author .avatar {
	border-radius: 50%;
	padding: .1rem;
	overflow: visible;
	margin-right: 0.4em;
	background: #F2F2F3;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
	width: 54px;
	height: 54px;
	position: absolute;
	left: -63px;
	top: -6px;
}
li.comment {
	list-style: none;
}
.comment-author {
	position: relative;
}
.comment-author .fn {
	margin-top: 3px;
	font-size: 15px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 15px;
	margin-top: -3px;
}
.comment-content {
	overflow: auto;
	padding: 0 1em 0 0;
	word-wrap: break-word;
	margin: 0.3em 0 0 0;
	font-size: 15px;
}
.comment-content p {
	line-height: 1.75;
}
.reply {
	font-size: 15px;
}
.children .comment-content {
	background-color: #F2F2F3;
	padding: 0.8em 2em 4em;
	margin-top: 2em;
}
.comment-reply-link:after {
	content: url(/wp-content/themes/qualys2020/image/reply-icon.svg);
	margin-left: 0.3em;
}
.comment-metadata a,
a.comment-reply-link {
	color: #6A778B;
}
.children .reply {
	margin-left: 2em;
}
.comment-body {
	margin-left: 2em;
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-cookies-consent,
.comment-notes {
	display: none;
}
#respond {
	width: 91%;
	margin: 0 auto;
}
.comment-body ~ #respond {
	width: 100%;
}
#comment {
	width: 100%;
}
.form-submit input {
	width: auto;
}
p.form-submit {
	display: flex;
	justify-content: flex-end;
}
#reply-title {
	margin-bottom: 0;
}
#reply-title small {
	font-size: 14px;
	letter-spacing: 0;
	font-weight: normal;
	margin: 16px 0 0 6px;
	float: right;
}
.comment-form p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.comment-awaiting-moderation {
	font-size: 0.75em;
	line-height: 1.35;
	display: inline-block;
	margin-top: 1em;
	color: #707D90;
}

/**
 * comments like button
 */

.q-comment__reply-wrapper {
	display: flex;
	flex-direction: row;
	margin-bottom: 2.5em;
	align-items: center;
}
.q-comment__like-wrapper .q-post__like-button {
	margin-left: 10px;
}
.children .q-comment__reply-wrapper {
	margin-bottom: 3em;
	margin-top: -3em;
}


/**
 * infinite scroll
 */

.alm-btn-wrap .alm-load-more-btn,
.alm-btn-wrap .alm-load-more-btn:hover,
.alm-btn-wrap .alm-load-more-btn.loading {
	font-family: Gotham, sans-serif;
	color: #FFF;
	font-weight: 500;
}
.q-ajaxmore-enable-button .ajax-load-more-wrap.infinite.skype .alm-load-more-btn:not(.loading):not(.done) {
	background-color: #2E8BE0 !important;
	text-indent: unset;
	cursor: pointer !important;
	background-image: unset;
	opacity: 1 !important;
	padding: 19px 10px;
	text-transform: uppercase;
	line-height: 1.333;
	height: auto;
	transition: background 0.35s ease-in-out;
}
.q-ajaxmore-enable-button .ajax-load-more-wrap.infinite.skype .alm-load-more-btn:hover:not(.loading) {
	background-color: #2C75BE !important;
}
.alm-btn-wrap {
	margin-top: 40px !important;
}

/**
 * jetpack related posts
 */

.entry-content #jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}
.entry-content #jp-relatedposts.jp-relatedposts {
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,0.15);
}
.entry-content #jp-relatedposts h3.jp-relatedposts-headline {
	border: 0;
	font-family: "Gotham", sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.entry-content #jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 500;
}
.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	display: flex;
	flex-direction: column-reverse;
}
.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	display: none;
}
.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	display: block;
	font-family: "Gotham", sans-serif;
	margin-top: 2px;
	line-height: 1.45;
}
.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	font-family: "Gotham", sans-serif;
}
@media screen and (max-width: 480px) {
	.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
	}
}
.entry-content p.q-last-modified-date {
	font-family: Caecilia, sans-serif;
	font-size: 1rem;
	color: #262626;
}
.entry-content p.q-last-modified-date strong {
	font-family: "Gotham", sans-serif;
	font-weight: 500;
}

/** single post share at top **/
.qshare-head-wrapper {
	position: relative;
}
.qshare-head-cta {
	display: flex;
	align-items: center;
}
.qshare-head-button {
	background: #2E8BE0;
	color: #FFF;
	border: 0;
	padding: 12px 18px;
	display: flex;
	align-items: center;
	font-family: 'Gotham', sans-serif;
	font-size: 14px;
	font-weight: 500;
	border-radius: 40px;
	gap: 6px;
	cursor: pointer;
	transition: all 0.15s;
	user-select: none;
	line-height: 1;
}
.qshare-head-button:focus {
	background: #2a82d5;
}
.qshare-head-button:focus + .qshare-head-shariff-wrapper {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}
.share-icon {
	display: flex;
	align-items: center;
}
.share-icon svg path {
	fill: rgba(255, 255, 255, 0.65);
}
.share-txt {
	color: #262626;
}
.qshare-head-shariff-wrapper {
	position: absolute;
	width: 240px;
	background: #FFF;
	box-shadow: 0 8px 17px 1px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	left: 0;
	top: calc(100% + 4px);
	transform: translate(-50%, 10px);
	margin-left: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s;
	z-index: 100;
}
.qshare-head-shariff {
	padding: 25px 15px;
}
.qshare-head-shariff .ShariffSC {
	border-top: 0 !important;
	max-width: fit-content;
	margin: 0 auto;
	padding-top: 0 !important;
}
.qshare-head-shariff .ShariffSC .shariff ul.shariff-buttons {
	gap: 14px;
	display: flex;
}
.qshare-head-shariff .ShariffSC .shariff ul.shariff-buttons li {
	width: 38px !important;
	height: 38px;
	margin: 0 !important;
	padding: 0 !important;
}
.qshare-head-shariff .ShariffSC .shariff ul.shariff-buttons li a {
	height: 38px;
	display: flex !important;
	transition: all 0.35s;
}
.qshare-head-shariff .ShariffSC .shariff ul.shariff-buttons li a span.shariff-icon {
	width: 100%;
}
.qshare-head-shariff .ShariffSC .shariff ul.shariff-buttons li a span.shariff-icon svg {
	width: 20px;
	height: 20px;
}

/** pagination */
.q-posts-pagination {
	display: block;
	text-align: center;
	padding-top: 40px;
	font-family: "Gotham", sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	user-select: none;
}
.q-posts-pagination-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.q-posts-pagination-list .page-numbers {
	padding: 8px 16px;
	display: flex;
	align-items: center;
	border-radius: 3px;
	height: 40px;
	background-color: rgba(215, 236, 255, 0.254);
}
.q-posts-pagination-list .page-numbers.dots {
	background-color: transparent;
}
.q-posts-pagination-list .page-numbers.q-page-disabled {
	cursor: default;
	background-color: rgba(186, 186, 186, 0.1);
	color: #84878b;
}
.q-posts-pagination-list .page-numbers.current {
	background-color: transparent;
	border: 1px solid rgba(215, 236, 255, 100);
}
.q-posts-pagination-list .page-numbers svg {
	width: 8px;
	height: 15px;
}
@media (max-width: 767px) {
	.q-posts-pagination-list .page-numbers {
		display: none;
		height: 40px;
	}
	.q-posts-pagination-list .page-numbers.current,
	.q-posts-pagination-list .page-numbers.q-page-first,
	.q-posts-pagination-list .page-numbers.q-page-last,
	.q-posts-pagination-list .page-numbers.prev,
	.q-posts-pagination-list .page-numbers.next {
		display: flex;
	}
}