/* 2019-01-14 Added by Andrew Leung from Echo Web Solutions for Helpdesk button requested by Yusuf */
.top-bar-section .helpdesk-btn {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* Makes the Helpdesk button a red button like the support button */

.top-bar-section li.helpdesk-btn:not(.has-form) a:not(.button) {
	color: #fff;
	background-color: #d02015;
	border-color: #a61a11;
	font-family: 'pt_sans', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 3px;
	line-height: 3;
	transition: background-color 300ms ease-out;
}

.top-bar-section li.helpdesk-btn:not(.has-form) a:not(.button):hover,
.top-bar-section li.helpdesk-btn:not(.has-form) a:not(.button):focus {
	background-color: #a61a11;
	color: #fff;
}

.inner-hexagon-container {
	padding-top: 3.75rem;
	padding-bottom: 1.875rem;
}

.inner-hexagon-container .hex-container {
	margin-bottom: 1.5625rem;
}

.inner-hexagon-container .hex-container p {
	margin-bottom: 0;
}

.inner-hexagon-container .hex-container h3,
.inner-hexagon-container .hex-container h3>a {
	text-transform: uppercase;
	color: #404040;
	font-weight: bold;
	font-size: 1.25rem;
	text-align: center;
	font-family: 'pt_sans', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	margin: 0.9375rem 0 1.25rem;
	transition: all 0.55s ease;
}

@media only screen and (min-width: 40.0625em) {
	.top-bar .top-bar-section li.helpdesk-btn.active:not(.has-form) a:not(.button) {
		background-color: #d02015;
		color: #fff;
	}

	.top-bar .top-bar-section li.helpdesk-btn.active:not(.has-form) a:not(.button):hover,
	.top-bar .top-bar-section li.helpdesk-btn.active:not(.has-form) a:not(.button):focus {
		background-color: #a61a11;
	}

	.top-bar-container.sticky.fixed .top-bar .top-bar-section li.helpdesk-btn,
	.top-bar-container.sticky.fixed .top-bar .top-bar-section li.helpdesk-btn.active {
		padding-top: .3rem;
		padding-bottom: 0;
	}

	.top-bar-container.sticky.fixed .top-bar .top-bar-section li.helpdesk-btn:not(.has-form) a:not(.button),
	.top-bar-container.sticky.fixed .top-bar .top-bar-section li.helpdesk-btn.active:not(.has-form) a:not(.button) {
		line-height: 2.8rem;
	}
}

@media only screen and (max-width: 1250px) {
	body .top-bar .nav-logo {
		max-width: 125px;
	}

	.top-bar .top-bar-section li:not(.has-form) a:not(.button) {
		padding: 0 5px;
	}

	.top-bar .top-bar-section ul li>a {
		font-size: .9rem;
	}
}

@media only screen and (min-width: 1251px) and (max-width: 1400px) {
	body .top-bar .nav-logo {
		max-width: 140px;
	}

	.top-bar .top-bar-section li:not(.has-form) a:not(.button) {
		padding: 0 7px;
	}
}

@media only screen and (min-width: 1401px) and (max-width: 1650px) {
	body .top-bar .nav-logo {
		max-width: 150px;
	}

	.top-bar .top-bar-section li:not(.has-form) a:not(.button) {
		padding: 0 15px;
	}
}

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

	/* Helpdesk Button */
	.top-bar-section .helpdesk-btn {
		padding-top: 17px;
	}

	.top-bar .top-bar-section li:not(.has-form).helpdesk-btn a:not(.button) {
		padding: 7px;
	}

	.top-bar .top-bar-section li.helpdesk-btn a,
	.top-bar .top-bar-section li.helpdesk-btn.active a {
		max-width: 150px;
		line-height: 15px !important;
		text-align: center;
		padding: 8px 5px;
		font-size: 12px;
	}
}

.it-solutions-card-wrap .gfield_label {
	/* 	color: #fff; */
}

/* AL 11/7/19 Have hexigon buttons middle aligned */
.home-hexagon-container .button.secondary.expand {
	align-items: center;
	justify-content: center;
	display: flex;
}

/* Darren 20/9/19  */
.helpdesk-icons {
	text-align: center;
}

.helpdesk-icons .icon-holder {
	border: 5px solid #b32024;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 106px;
	color: #b32024;
	margin: 0 auto 20px auto;
	padding: 0;
	display: block;
	background-color: #fff;
	text-align: center;
}

.helpdesk-icons .icon-holder i {
	font-size: 40px;
}

/* Darren 30/9/19  */
.netbean-container {
	display: flex;
	justify-content: left;
	align-items: center;
	margin: 0 0 30px 0;
}

.netbean-container h3 {
	margin: 0 0 0 20px;
	flex: 1;
}

.netbean-icons .icon-holder {
	border: 5px solid #b32024;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 106px;
	color: #b32024;
	margin: 0;
	padding: 0;
	display: inline-block;
	background-color: #fff;
	text-align: center;
}

.netbean-icons .icon-holder i {
	font-size: 40px;
}

/* Darren 01/10/19  */
.person-quote {
	background: #f3f3f3;
	border-radius: 10px;
	padding: 20px;
	margin: 30px 20px 30px 0;
	display: block;
	float: left;
	position: relative;
}

.person-quote:after {
	content: '';
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-left-color: #f3f3f3;
	border-right: 0;
	border-bottom: 0;
}

/* Darren 03/10/19  */
.telecoms-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px 0;
}

.telecoms-container h4 {
	margin: 0 0 0 20px;
	flex: 1;
}

.telecoms-icons {
	background: #f3f3f3;
	padding: 20px;
}

.telecoms-icons .icon-holder {
	margin: 0;
	padding: 0;
}

.telecoms-icons .icon-holder i {
	font-size: 20px;
	color: #b32024;
}

/* Darren 21/11/19  */
.frontpage-icons {
	text-align: center;
}

.home-reasons .frontpage-icons h3,
.home-reasons .frontpage-icons p {
	padding-left: 0;
}

.frontpage-icons .icon-holder {
	border: 5px solid #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 106px;
	color: #fff;
	margin: 0 auto -40px auto;
	padding: 0;
	display: block;
	background-color: #1c3f6d;
	text-align: center;
}

.frontpage-icons .icon-holder i {
	font-size: 40px;
}

/* AL 15/10/19 Rows with middle vertical alignment */

/* @media only screen and (min-width: 40.0625em) */
@media only screen and (max-width: 64.062em) {
	.alt-row.l-pic-text .v-align-middle-row {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media only screen and (min-width: 64.063em) {
	.v-align-middle-row {
		display: flex;
	}

	.v-align-middle-row .wpb_column {
		align-items: center;
		display: flex;
	}
}

/* Darren 16/10/19 */
.the-video {
	text-align: center;
	margin: 0 0 40px 0;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.the-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* AL 17/10/19 Row layout */

body .alt-row {
	max-width: none !important;
}

body .alt-row .row {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
}

@media only screen and (min-width: 40.0625em) {
	body .alt-row .row {
		max-width: 40rem;
	}
}

@media only screen and (min-width: 64.063em) {
	body .alt-row .row {
		max-width: 60rem;
	}
}

@media only screen and (min-width: 90.0625em) {
	body .alt-row {
		width: 100%;
	}

	body .alt-row .row {
		max-width: 75rem;
	}
}

/* AL 18/10/19 Temp centering of column for /cloud pages, 365 packages CTA, delete if no longer needed */

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

/* Darren 28/10/19 */

@media only screen and (max-width: 640px) {
	.hex-container {
		margin-bottom: 30px;
	}

	.hex-container h3 {
		min-height: 60px;
	}
}

/* AL 8/11/19 WP Bakery green button colour correction */

.button.success {
	background-color: #008027 !important;
}

.button.success:hover {
	background-color: #00661f !important;
}

/* AL 8/11/19 Icons columns, when anchored, don't make span subtitle a link colour */

.hex-container .no-anchor-style {
	color: #585858;
}

.vitd-section-bg {
	background: #ffffff url('/app/uploads/2019/11/hex-grey-bg-v2.png') right top no-repeat;
	background-color: contain;
}

/* AL 8/11/19 Phone bar */
.phone-bar {
	background-color: #dfdfdf;
	padding: .5rem 1rem;
}

.phone-bar .container {
	display: flex;
	justify-content: space-between;
}

.phone-bar .telephone-number {
	color: #555555;
	font-weight: bold;
}

.top-bar .medium-signin {
	min-height: 80px;
	width: auto;
	display: flex !important;
	align-items: center;
}

.medium-signin .button + .button {
	margin-left: .5rem
}

.small-signin .fa-phone-alt {
	height: .8em;
	vertical-align: middle;
}

.small-signin .telephone-number {
	margin-right: .3rem;
}

.small-signin .support-col {
	display: flex;
}

.small-signin .support-col .button + .button {
	margin-left: .25rem;
}

.microbyte-chat {
	position: fixed;
	bottom: 2.25rem;
	right: 2.25rem;
	height: 3.5rem;
	width: 3.5rem;
	background: rgb(179, 32, 36);
	border-radius: 50%;
	padding: 1rem;
	box-shadow: 3px 3px 5px 0 rgb(38 38 38 / 15%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.microbyte-chat:hover {
	background: rgb(116, 20, 23);
	cursor: pointer;
}

.microbyte-chat.mobile {
    bottom: .75rem;
    right: .75rem;
}

.microbyte-chat.loading {
	padding: .5rem;
}

.microbyte-chat.loading svg {
	border: .25rem solid rgb(179, 32, 36);
	border-radius: 50%;
	border-top: .25rem solid #fff;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	width: 3rem;
	height: 3rem;
}

.microbyte-chat.loading:hover {
	background: rgb(179, 32, 36);
}

.microbyte-chat.loading svg path {
	display: none;
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.microbyte-chat svg {
	fill: #fff;
}

@media only screen and (max-width: 40em) {
	.small-signin .phone-col {
		text-align: center;
		margin-bottom: .5rem;
	}

	.small-signin .support-col .dropdown.button.tiny,
	button.dropdown.tiny {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.frontpage-icons .icon-holder {
		margin: 0 auto 20px auto;
	}

	.home-reasons .frontpage-icons p {
		margin: 0 0 40px 0;
	}
}

/* AL 12/10/20 Full Width */

.full-width {
	width: 100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
	max-width: none;
}

.full-width>.vc_column_container {
	margin: 0 auto !important;
	max-width: 75rem;
	width: 100%;
	float: none;
}

@media only screen and (min-width: 90.0625em) {
	.full-width>.vc_column_container {
		max-width: 75rem;
	}
}

@media only screen and (min-width: 64.063em) and (max-width: 90.063em) {
	.full-width>.vc_column_container {
		max-width: 60rem;
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64.064em) {
	.full-width>.vc_column_container {
		max-width: 40rem;
	}
}

/* AL 4/12/20 Improve Footer layout */

.microbyte-footer .address-bar {
	font-size: 0.9rem;
}

.microbyte-footer .news-bar {
	border-bottom: none;
}

.microbyte-footer .news-bar .timestamp {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.f-topbar-fixed .top-bar .medium-signin {
	min-height: unset;
}

/* Footer Social Icons */
.social-icons {
	display: flex;
	flex-direction: column;
}
.social-icons a, .social-icons a:visited {
    display: block;
    color: #555;
}
.social-icons img {
    filter: invert(19%) sepia(75%) saturate(2309%) hue-rotate(347deg) brightness(109%) contrast(105%);
    width: 2rem;
    height: 2rem;
    margin-bottom: .5rem;
    margin-right: .5rem;
}
.social-icons a:hover img {
	filter: invert(29%) sepia(0%) saturate(0%) hue-rotate(74deg) brightness(108%) contrast(92%);
}

/* AL 31/10/22 Buttons in blog */

.entry-content .btn-red
{
    background: #e30e18;
}

.entry-content .btn {
    padding: 0.5rem 3rem;
    margin-bottom: 1rem;
    border-radius: 2rem;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.entry-content a {
    transition: all .3s;
}