/*
	Antropy Consulting Limited CSS File
*/

:root
{
	--antro1: #239cd7;
	--antro2: #3dbbec;
	--antro3: #42caff;
	--antro2-t: #3dbbec00;

	--antro-pink: #ff00d2;
	--antro-green: #00da3c;
	--antro-orange: #fd8603;

	--nav-hilite-bg: #00e0ff;
	--nav-hilite-fg: #fff;

	--nav-menu-hilite-bg: #ef7;
	--nav-menu-hilite-fg: #000;
}

/*
	Redefinition
*/
body
{
	margin: 0;
	padding: 0;
	font-family: 'Arial', 'Liberation Sans', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7em;
	color: #596166;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	overflow-x: hidden;
}
a
{
	color: var(--antro1);
}
a:hover
{
	color: var(--antro2);
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
a h1, a h2, a h3, a h4, a h5, a h6
{
	clear: left;
	padding: 0;
	color: var(--antro1);
	text-decoration: none;
}
h1
{
	font-size: 28px;
	margin: 5px 0 16px 0;
}
h2
{
	font-size: 22px;
	margin: 0 0 7px 0;
}
h3
{
	font-size: 20px;
	margin: 0 0 7px 0;
}
h4
{
	font-size: 18px;
	margin: 0 0 6px 0;
}

p
{
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding: 0;
}
ul,
ol
{
	margin: 0 0 12px 25px;
	padding: 0;
}
img
{
	border: none;
}
hr
{
	clear: left;
	border: 0;
	height: 1px;
	background-color: #d6d6d6;
	margin: 0 0 15px 0;
}
::selection 
{
	color: white;
	background: #3dbbec; /* WebKit/Blink Browsers */
}
::-moz-selection 
{
	color: white;
	background: #3dbbec; /* Gecko Browsers */
}
/* Paul @ Antropy - removed this to style all tables: table.blackBorder */
table
{
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
/* Paul @ Antropy - removed this to style all tables: table.blackBorder 
table.blackBorder th,
table.blackBorder td
*/
table th,
table td
{
    border: 1px solid #000;
	/*border-bottom: 1px solid #000;*/
	/*border-left: 1px solid #000;*/
}
table.greyBorder
{
	border-collapse: collapse;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
table.greyBorder th,
table.greyBorder td
{
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}

/*
	Layout
*/
#container
{
	width: 812px;
	margin: 0 auto;
}

/*
	HEADER
*/
#header
{
	background: #444;
	height: 116px;
	z-index: 1;
}
#header-inner
{
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 116px;
}
#header #logo
{
	height: 64px;
	display: flex;
	align-items: center;
}
#header #logo img
{ /* 258x64 desktop */
	height: 100%;
	margin-left: 38px;
	margin-bottom: 6px;
}
#header #logo-mobile
{
	display: none;
}
#header .contact
{
	float: right;
	margin: 0;
	margin-right: 38px;
	font-size: 36px;
	color: #afafaf;
	/* line-height: 180%; */
	display: flex;
	/*width: 64%;*/
	align-items: center;
	justify-content: space-around;
}
#header .contact a
{
	display: block;
	color: #d4d4d4;
	text-decoration: none;
	width: 100%;
	text-align: right;
}
#header .contact a:hover
{
	color: #fff;
}
#header .click-like
{
	position: absolute;
	top: 35px;
	left: 470px;
	padding: 14px 0 0 29px;
	height: 40px;
	background: url(../images/Follow-us.png) no-repeat;
}
#header .click-like a
{
	text-decoration: none;
}
#header .fb-like
{
	top: 122px;
	left: -86px;
}

/*
	Header Image (old)
*/
#header_image
{
	
	height: 371px;
	line-height: normal;
}
#header_image-inner
{
	width: 960px;
	margin: 0 auto;
}
#header_image h2
{
	margin: 0 0 -5px 0;
	font-family: 'Varela Round', sans-serif;
	font-size: 36px;
	color: white;
}
#header_image p
{
	margin: 0 0 10px 0;
	font-size: 24px;
	color: white;
}
#header_image p.feature
{
	padding: 20px 30px;
	background: rgb(73, 169, 205);
	background: rgba(255, 255, 255, 0.2);
	text-align: right;
}

/*
	Tag Line (old)
*/
#tag_line
{
	background: url(../images/bg_tag_line.gif) repeat-x;

	height: 96px;
	padding: 1px 0;
}
#tag_line-inner
{
	width: 960px;
	margin: 0 auto;
}
#tag_line-inner h1
{
	font-family: 'Varela Round', sans-serif;
	margin: 0;
	padding: 17px 0 0 0;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	line-height: normal;
	text-align: center;
}
#tag_line-inner h2
{
	font-size: 21px;
	color: #87d8ff;
	text-align: center;
}

/*
	Content
*/
#content
{
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
	overflow: hidden;
	/*  border: 1px solid pink; */
	display: flex;
	align-items: flex-start;
	flex-grow: 1;
}
#content #main
{
	margin: 30px 0 0 0;
	flex: 1;
	line-height: 1.5em;
	padding: 30px 38px 40px;
	padding-top: 30px;
	box-sizing: border-box;
	min-width: 0;
}
#content.full #main
{
	width: unset;
	padding: 0;
}
#content.full:not(.homepage)
{
	padding-left: 38px;
	padding-right: 38px;
	box-sizing: border-box;
	padding-top: 30px;
}
#content:not(.homepage) #main>h1:first-of-type
{
	margin-top: 0;
}
#content:not(.homepage):not(.content--services) #main h2
{
	margin-top: 24px;
}
#content .main-content-thumb
{
	margin: -1px 0 0 0;
	padding: 20px 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	/*overflow: auto;*/
	display: flex;
}
#content .main-content-thumb h3
{
	clear: none;
}
#content .main-content-thumb h4
{
	display: none;
}
#content .main-content-thumb .image-link img
{
	margin: 0 16px 0 0;
	border: 1px solid #ddd;
}
#content #sidebar
{
	width: 300px;
	margin: 30px 0 0 0;
}
#content .paper
{
	/*background: transparent url(../images/paper-background.jpg) top center no-repeat;*/
	padding: 30px 38px 40px 40px;
	margin: 0 0 -40px 0;
	border-left: 1px solid #ccc;
	height: 100%;
}
#content .ccm-page-list-description
{
	margin-bottom: 15px;
}


/*
	Sidebar
*/
#content #sidebar .paper-body
{
	padding: 0 40px;
}
#content #sidebar .ccm-image-block
{
	border: 1px solid #ddd;
}
#content #sidebar .ccm-tags-display ul.ccm-tag-list 
{
	list-style: none;
	margin: 0 0 40px 0;
}
#content #sidebar .ccm-tags-display ul.ccm-tag-list li 
{
	display: block;
	float: none;
	padding: 0 0 3px 12px;
   /* background: url(../images/arrow-grey.gif) 0 7px no-repeat;*/
}
#content #sidebar .ccm-tags-display ul.ccm-tag-list li a
{
	text-decoration: none !important;
}
#sidebar .testimonials h2 {
	line-height: 1em;
}
#sidebar .testimonials-inner
{
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	column-gap: 16px;
}

.testimonials .ccm-page-list-description
{
	margin: 0 0 10px 0;
	padding: 9px 0 10px 0;
	/*border-bottom: 1px solid #ddd;*/
	line-height: 1.6em;
}

#sidebar .testimonials .blog-index-summary {
	display:flex;
	flex-direction:column;
}

#sidebar .testimonials .ccm-page-list-description .testimonial-content-container {
	display:flex;
	gap:0.5rem;
}

.testimonials .testimonial-content::before
{
	content: "\201C";
}

.testimonials .testimonial-content::after
{
	content: "\201D";
}

.testimonials .testimonial-content
{
	flex-grow:1;
}

.testimonials .testimonial-author
{
	font-style: italic;
	margin-top: 16px;
}

#sidebar .testimonials .testimonial-author {
	font-size:16px;
	align-self: center;
}

#sidebar .testimonials .testimonial-author::before
{
	content: "\2014 ";
}

.testimonials .testimonial-author a:link,
.testimonials .testimonial-author a:visited
{
	/*font-style: normal;
	color: #666;
	text-decoration: none;*/
}

.testimonials .testimonial-author a:hover
{
	color: var(--antro2);
}

.grid-container {
	display: grid;
	grid-template-columns: 100px 70% auto;
	gap: 10px;
	padding: 10px;
	max-width: 95vw;
}

.grid-item-1 {
	grid-row-start: 1;
	grid-row-end: 3;
}

.grid-item-2 {
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column: span 2;
}

.grid-item-3 {
	grid-row-start: 2;
	grid-row-end: 3;
	align-self: center;
	grid-column: span 2;
}

@media screen and (max-width:768px){
	.grid-container {
		grid-template-columns: 100px 50% auto;
	}
	
	.grid-item-1 {
		grid-row-start: 2;
		grid-row-end: 3;
		align-self: center;
	}

	.grid-item-2 {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column: span 3;
	}
	
	.testimonials .testimonial-author {
		margin-top:0; 
	}
}

/*
	Form
*/
form input,
form textarea
{
	border: 1px solid #d6d6d6;
}
.formBlockSubmitButton
{
	float: right;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	width: 87px;
	height: 36px;
	line-height: 28px;
	padding: 0;
	background: url(../images/button-blue-up.jpg);
	border: none;
	text-align: center;
	text-decoration: none;
	vertical-align: text-top;
}
form input.formBlockSubmitButton
{
	padding: 0 0 10px 0;
}
.paper .formBlockSubmitButton:hover,
form .formBlockSubmitButton:hover
{
	background: url(../images/button-blue-over.jpg);
}
/*
	Concrete5 Forms
*/
td.question
{
	width: 200px;
	text-align: right;
}

/*
	Footer
*/
#footer
{
	clear: both;
	margin: 40px 0 0 0;
	padding: 0;
	background: #444;
	font-family: 'Cabin', sans-serif;
}
#footer-inner
{
	color: white;
	margin: 0 auto;
	padding: 30px 0;
	max-width: 1200px;
}
#footer-inner ul
{
	list-style: none;
	margin: 0;
}
.footer_links
{
	display:  flex;
	justify-content: space-around;
}

.footer_links div
{
	padding: 12px 0;
}


.footer_links a
{
	color: #ccc;
	text-decoration: none;
}
.footer_links  a:hover
{
	color: white;
	/*text-decoration: underline;*/
}

.footer_links
{
	font-size: 18px;
	line-height: 1.4em;
	text-align: center;
}

.footer_links h3
{
	font-size: 22px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#footer ul.company-info
{
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
	line-height: 23px;
	background-color: #3c3c3c;
}
#footer ul.company-info li
{
	color: #757575;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 16px;
	letter-spacing: 0.1px;
}
#footer ul.company-info li.last
{
	border-right: none;
}
#footer ul.company-info li:not(.first)::before
{
	content: "  ";
	padding: 0 1.5ch;
}
#footer ul.company-info li a
{
	margin: 0;
	padding: 0;
	color: #757575;
	text-decoration: none;
}
#footer ul.company-info li a:hover
{
	text-decoration: underline;
}

/* SPECIAL PAGES */

/*
	Home Page
*/
#content.full.homepage 
{
	width: 100%;
	overflow: visible;
}

#content.homepage #main
{
	margin: 0 auto;
	float: none;
}

div#tag_line
{
	background: #13688b !important;
	display: none;
}

.homepage + #footer
{
	margin-top: 0;
}

/* home page sections */
.home-section
{
	--background: #fff;
	--text: #222;
	--button: var(--antro2);
	--button-hover: var(--antro3);

	padding: 48px 24px;
	box-sizing: border-box;
	background: var(--background);
}
.home-section--columns 
{
	display: flex;
}
.home-section--columns > div
{
	flex: 1;
}
.home-section--vcenter
{
	align-items: center;
}
.home-section--grey,
.home-section--antro,
.home-section--portfolio,
.home-section--intro
{
	text-align: center;
	padding-top: 48px;
	padding-bottom: 48px;
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
}

@media (max-width: 768px)
{
	.home-section
	{
		
	}
}

/* home page section elements */
.home-section__title,
.home-section__heading,
.home-section__paragraph {
	color: var(--text);
}

.home-section__title
{
	font-size: 60px;
	line-height: 1em;
	margin: 24px 0 36px;
	text-align: center;
	font-weight: 700;
}
.home-section__heading
{
	font-size: 36px;
	margin-top: 24px;
	line-height: 1.2em;
	margin-bottom: 24px;
}
.home-section > :is(h1, h2):first-child 
{
	margin-top: 0;
}
.home-section > .home-section__paragraph:last-child {
	margin-bottom: 0;
}
@media (max-width: 374px) {
	.home-section__title {
		font-size: 48px;
	}

	.home-section--services > .home-section__heading {
		font-size: 32px;
	}
}

.home-section__paragraph
{
	font-size: 21px;
	line-height: 1.5em;
	margin-top: 24px;
	margin-bottom: 24px;
}

.home-section > .home-section__paragraph
{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.home-button
{
	background: var(--button);
	color: #fff;
	text-decoration: none;
	padding: 15px 45px;
	display: inline-block;
	margin: 0;
	line-height: 1;
	border-radius: 4px;
	transition: background-color 0.2s;
	cursor: pointer;
	border: 0;
	font-size: 24px;
}
.home-button:hover
{
	background: var(--button-hover);
	color: #fff;
}
.home-button:is(:disabled, [disabled])
{
	user-select: none;
	opacity: 0.6;
	cursor: auto;
	background: #808080;
}
.home-button:is(:disabled, [disabled]):hover
{
	background: #808080;
}

.home-button.small {
	margin-top: 22px;
    padding: 10px 15px;
    font-size: inherit;
}

.home-service-box:nth-of-type(1) .home-button.small {
	background: #04ab32;
}
.home-service-box:nth-of-type(2) .home-button.small {
	background: #b96100;
}
.home-service-box:nth-of-type(3) .home-button.small {
	background: #c900a6;
}

/* services section */
.home-section--services
{
	text-align: center;
	padding-top: 48px;
	padding-bottom: 48px;
}

.home-services
{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 44px auto 0;
	max-width: 1200px;
	padding: 0 0;
	column-gap: 48px;
	row-gap: 24px;
}

.home-service-box
{
	flex: 1;
	background: var(--antro2);
	padding: 40px;
	margin: 0 0;
	display: block;
	text-align: center;
	transition: 0.25s background, 0.25s filter;
	/*animation: homepage-fadein 2s;*/
}

@keyframes homepage-fadein {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.home-service-box,
.home-service-box *
{
	text-decoration: none;
	color: #fff !important;
}

.home-service-box:hover
{
	background: #4CAF50;
}

.home-service-box:nth-of-type(1) { background: var(--antro-green);  animation-delay: -1.0s; }
.home-service-box:nth-of-type(2) { background: var(--antro-orange); animation-delay: -0.9s; }
.home-service-box:nth-of-type(3) { background: var(--antro-pink);   animation-delay: -0.8s; }

.home-service-box:hover
{ 
	filter: brightness(1.2);
}

#main .home-service-box img,
.home-service-icon
{
	height: 75px;
	transition: 0.4s transform;
}
.home-service-box:hover .home-service-icon {
	transform: scale(1.05);
}

.home-service-title
{
	margin-top: 40px;
	margin-bottom: 36px;
	text-decoration: none;
	font-weight: bold;
	font-size: 35px;
	color: #111;
}

.home-service-description
{
	font-size: 21px;
	color: #666;
	margin-top: 1em;
	opacity: 0.9;
	line-height: 1.4em;
}

/* intro section */
.home-section--intro
{
	--background: #f6f6f6;
	--text: #111;

	text-align: center;
	background: #f6f6f6;
	padding-top: 42px;
}

/* portfolio section */
.home-section--portfolio
{
	--background: #444;
	--text: #ddd;

	--button: var(--antro1);
	--button-hover: var(--antro2);
}

.home-portfolio
{
	display: flex;
	margin: 48px -24px;
	justify-content: center;
}

.home-portfolio__slide
{
	display: block;
	padding: 0 18px;
	box-sizing: border-box;
}

.home-portfolio__slide:focus-visible {
	outline: none;
}

.home-portfolio__slide img
{
	border: none;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}

/* testimonials section */
.home-section--testimonials :is(h2, p)
{
	text-align: center;
}

.home-testimonials
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 48px;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	row-gap: 36px;
}

.home-testimonials__item
{
	flex: 1 1 auto;
	padding: 0 18px !important;
	box-sizing: border-box;
	border: none;
	padding: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 24px;
	row-gap: 7px;
	width: 50%;
}

.home-testimonials__item .testimonial-image {
	grid-row-start: 1;
	grid-row-end: 3;
}

.home-testimonials__item .testimonial-content {
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column: span 2;
}

.home-testimonials__item .testimonial-author {
	grid-row-start: 2;
	grid-row-end: 3;
	align-self: center;
	grid-column: span 2;
}

.home-testimonials .testimonial-author
{
	font-size: 0.9em;
	margin-top: 0;
}
.home-testimonials .testimonial-name
{
	font-weight: bold;
	color: var(--antro1);
}

@media (max-width: 1023px)
{
	.home-testimonials__item
	{
		width: 100%;
	}

	.home-testimonials__item:not(:is(:first-child, :nth-child(2), :nth-child(3))) {
		display: none;
	}
}

@media (max-width: 768px)
{
	.home-testimonials__item {
		row-gap: 16px;
	}
	
	.home-testimonials__item .testimonial-image {
		grid-row-start: 2;
		grid-row-end: 3;
		align-self: center;
	}

	.home-testimonials__item .testimonial-content {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column: span 3;
	}
	
	.home-testimonials__item  .testimonial-author {
		margin-top: 0;
	}

	.home-testimonials__item .testimonial-name::after {
		content:"\a";
		white-space: pre;
	}
}

/* antro CTA section */
.home-section--antro
{
	--background: var(--antro1);
	--text: #fff;
	--button: var(--antro-orange);
	--button-hover: #ffa104;
}
.home-section.home-section--antro
{
	margin-bottom: 0;
}

/*
	About
*/

.page-id-481 #main h2
{
	margin-top: 1em;
}

.aboutus-details
{
	display: flex;
	gap: 32px;
	margin-top: 16px;
}

.aboutus-details-col {
	width: 100%;
}

img.aboutus-details-office {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 853px) {
	.aboutus-details {
		flex-direction: column;
	}
}

/*
	Team
*/
.team
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team-member
{
	width: calc(50% - 16px);
	margin-bottom: 2em;
	display: grid;
	grid-template-columns: min-content auto;
	grid-template-rows: min-content min-content auto;
	grid-template-areas:
		"image name"
		"image job"
		"description description";
}

.team-member-image
{
	grid-area: image;
}

.team-member-name
{
	grid-area: name;
	align-self: end;
}

.team-member-job
{
	grid-area: job;
	align-self: start;
}

.team-member-name,
.team-member-job
{
	margin-left: 16px;
}

.team-member-description
{
	grid-area: description;
	margin-top: 1em;
	margin-right: 1em;
}

/*
	Portfolio
*/
.portfolio-heading
{
	margin-top: 2em;
	clear: both;
}
.portfolio-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	flex-wrap: wrap;
	margin-bottom: 29px;
	gap: 32px;
}
.portfolio
{
	/* flex: 1 1 25%; */
	/* max-width: 25%; */
	align-content: flex-end;
	display: inline-grid;
	box-sizing: border-box;
}
.portfolio a
{
	text-decoration: none;
}
.portfolio img
{
	border: 1px solid #ddd;
	width: 100%;
	height: auto;
}
.portfolio-list hr
{
	clear: both;
	background-color: transparent;
}
.preloader
{
	position: absolute;
	left: -6000px;
}

/*
	Portfolio Entry
*/
#content.portfolio_entry #main {
	margin-top: 40px;
}
img.portfolio-main {
	width: 100%;
}

/*
	Blog Index
*/
.blog-index-summary h3, 
.blog-index-summary h3 a 
{
	line-height: 1em;
}
.blog-index-summary h3
{
	margin-bottom: 12px;
}
.blog-index-summary p 
{
	margin-top: -5px;
}

/*
	Blog Entry
*/
#content.blog_entry #sidebar .ccm-image-block
{
	margin-top: 30px;
	margin-bottom: 40px;
}
#content.blog_entry #sidebar > img + div {
	padding-top: 0;
}
.sidebar__classic-content {
	padding: 30px 40px 40px 40px;
	margin: 0 0 -40px 0;
	border-left: 1px solid #ccc;
	height: 100%;
}

/* OTHER */

/*
	Mail Chimp
*/
#mc_embed_signup
{
	background:#fff; 
	clear:left;
	font-size: 11px;
}
#mc_embed_signup form h2
{
	margin-top: -5px;
}
#mc_embed_signup form .button
{
	margin-bottom: 0;
}
#mc_embed_signup label
{
	float: left;
	text-align: right;
	width: 84px;
	padding-right: 4px;
}
#mc_embed_signup .mc-field-group input
{
	width: 140px;
	margin: 0;
}
#mc_embed_signup .mc-field-group
{
	margin-bottom: 4px;
}
.indicates-required
{
	display: none;
}

/*
	Social Icons
*/

.social-icons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 200px;
}

.social-icons a {
	text-decoration:none;
}

/* RESPONSIVE */

/* 2 portfolio */
@media only screen and (max-width: 1296px) {
	.portfolio-list {
		column-gap: 15px;
		row-gap: 32px;
	}
	.clients_index .portfolio-list {
		row-gap: 15px;
	}
}

@media only screen and (max-width: 1087px) {
	.portfolio-list {
		grid-template-columns: repeat(2, 1fr);
		
	}
}

/* one-column portfolio */
@media only screen and (max-width: 628px) {
	.portfolio-list {
		grid-template-columns: 1fr;
		row-gap: 0;
	}
	.portfolio {
		margin-bottom: 60px;
		padding:0;
	}
	.clients_index .portfolio {
		margin-bottom: 30px;
	}
}

/* hide mobile menu */
@media only screen and (min-width: 769px)
{
	.slicknav_menu
	{
		display: none;
	}
}

/* tablet */

@media only screen and (max-width: 1070px)
{
	#nav
	{
		font-size: 18px;
	}

	#nav ul.MenuBarHorizontal a
	{
		padding: 6px 9px;
	}
}

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

	#header .contact
	{
		flex-direction: column;
		width: 50%;
		margin-right: 0;
		justify-content: center;
		height: 64px;
		font-size: 26px;
		margin-right: 40px;
	}

	#header .contact a
	{
		text-align: right;
		/*margin: 8px;*/
	}

	.team-member
	{
		width: 100%;
	}

	/* hide empty space on testimonials page */
	.page-id-285 #sidebar {
		display: none;
	}
}

/* mobile */

@media only screen and (max-width: 768px)
{
	#nav ul
	{
		display: none;
	}

	div#header
	{
		height: unset;
	}

	div#header-inner
	{
		flex-direction: column;
		height: unset;
	}

	#header .contact
	{
		flex-direction: row;
		width: 100%;
		justify-content: space-evenly;
		height: unset;
		font-size: 28px;
		margin: 8px 0 16px;
	}

	#header .contact a
	{
		text-align: center;
		width: unset;
	}

	#header #logo img
	{
		margin-left:  0;
	}

	#header #logo
	{
		height: unset;
		max-height: 96px;
		margin-top: 24px;
		margin-bottom: 8px;
	}

	#content.full.homepage #main
	{
		padding-bottom: 0;
	}

	.home-services
	{
		flex-direction: column;
	}

	.home-service-box
	{
		margin: 0;
		box-sizing: border-box;
		width: unset;
	}

	.home-service-title
	{
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.home-service-description br
	{
		display: none;
	}

	#content.blog_entry #main,
	#content.blog_index #main
	{
		width: 100%;
	}

	#content.blog_entry #sidebar,
	#content.blog_index #sidebar
	{
		display: none;
	}

}

@media only screen and (max-width: 600px)
{
	.footer_links
	{
		text-align: center;
		flex-wrap: wrap;
	}
	#footer ul.company-info li
	{
		display: block;
		line-height: 2em;
	}
	#footer ul.company-info li::before
	{
		display: none;
	}
	#content
	{
		display: block;
	}
	#content #main
	{
		width: 100%;
	}
	#content #sidebar
	{
		width: 100%;
	}
	#content .paper
	{
		border-left: none;
		border-top: 1px solid #ccc;
	}
	#main img
	{
		width: 100%;
		height: 100%;
	}
	#main .team img,
	#main .blog-index-item .image-link img
	{
		width: unset;
		height: unset;
	}
}

@media only screen and (max-width: 480px)
{
	#header .contact
	{
		flex-direction: column;
	}

	.footer_links div
	{
		width: 50%;
	}
}

/* STICKY HEADER */

.scroll-fixedheader #header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 40px;
}

.scroll-fixedheader #nav {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 1;
}

.scroll-fixedheader #header-inner {
	height: 40px;
}

.scroll-fixedheader #header .contact a {
	font-size:  20px;
}

.scroll-fixedheader #header #logo {
	height:  100%;
}

.scroll-fixedheader #content {
	margin-top: 156px;
}

.scroll-fixedheader #header #logo img {
	margin: 0 0 0 40px;
	padding: 4px;
	box-sizing: border-box;
}

:root {
	--header-normal-height: 116;
	--header-fixed-height: 40;
}

a[name]:not([href]) {
  position: relative;
  scroll-margin-top: 116px;
}

/* STICKY HEADER MOBILE */

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

	:root {
		--header-normal-height: 162;
		--header-fixed-height: 47;
	}

	a[name]:not([href]) {
	  position: relative;
	  top: -84px;
	}

	.scroll-fixedheader #header {
		padding-top: 1px;
		top: -1px;
	}

	.scroll-fixedheader #header,
	.scroll-fixedheader #header-inner {
		height: 47px;
	}

	.scroll-fixedheader div#header-inner {
		flex-direction: row;
	}

	.scroll-fixedheader #header #logo {
		z-index: 1;
		margin: 0;
	}

	.scroll-fixedheader #header #logo img {
		padding: 7px;
		margin-left: 2px;
		object-fit: contain;
		object-position: left;
	}

	.scroll-fixedheader #header .contact {
		position: absolute;
		width: 100%;
		margin: 0;
	}

	#header .contact a {
		z-index: 1;
	}

	#nav {
		background-color: transparent;
	}

	.scroll-fixedheader #nav {
		top: 47px;
	}

	.slicknav_btn {
		background: var(--antro2);
		width: unset !important;
		float: right !important;
		margin-right: 5px !important;
	}

	.slicknav_menu {
		background: none !important;
		position: absolute;
		bottom: 0;
		z-index: 1;
	}

	.slicknav_menu .slicknav_nav {
		padding-top: 0;
		position: absolute;
		top: 47px;
		left: 0;
		right: 0;
		background: var(--antro2);
	}

	.scroll-fixedheader #content {
		margin-top: 162px;
	}

	.home-service-description {
		opacity: 1;
	}

}

@media only screen and (max-width: 480px)
{
	.scroll-fixedheader #header #logo {
		width: 35px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 380px) {
	#header .contact {
		font-size: 24px;
	}
}

.scroll-fixedheader .slicknav_menu .slicknav_nav {
	max-height: calc(100vh - 96px);
	overflow-y: auto;
	background: 
	  linear-gradient(var(--antro2) 30%, var(--antro2-t)), 
	  linear-gradient(var(--antro2-t), var(--antro2) 70%) 0 100%, 
	  radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), 
	  radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
	background: 
		linear-gradient(var(--antro2) 30%, var(--antro2-t)), 
		linear-gradient(var(--antro2-t), var(--antro2) 70%) 0 100%,
		radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), 
		radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
	background-repeat: no-repeat;
	background-color: var(--antro2);
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	background-attachment: local, local, scroll, scroll;
	box-shadow: 0px 4px 8px 0px #00000040;
}

/* CLIENTS PAGE (WiP) */

.clients-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clients-list-item {
	box-sizing: border-box;
	padding: 16px;
	width: 33%;
}

.clients-list-item img {
	width: 100%;
	border: 1px solid #ddd;

}

.clients-list-item img:hover {
}

@media (max-width: 768px) {
	.clients-list-item {
		width: 50%;
	}
}

/* OC Upgrades page elements */
.upgrade-reasons {
	background: #f6f6f6;
	padding:70px 0;
	position: relative;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: space-around;
	align-items: stretch;
}

.upgrade-reasons .reason {
	display: flex;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.upgrade-reasons .reason .image {
	display: flex;
    align-items: center;
}

.upgrade-reasons .reason:not(:last-child) {
	margin-bottom: 70px;
}

.upgrade-reasons .reason .content p {
	margin-top:0;
}

.upgrade-reasons .reason .content {
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.upgrade-reasons .reason .content .buttons {
	display: flex;
	justify-content: space-between;
}

.upgrade-reasons .reason .content .buttons a.btn {
	background-color: #158dc7;
	color: #fff;
	text-decoration: unset;
	padding: 5px 15px;
	transition: all 0.3s;
}

.upgrade-reasons .reason .content .buttons a.btn:hover {
	background-color: #3dbbec;
}

.upgrade-reasons .reason .content .buttons a.btn:last-child {
	background-color: var(--antro-pink);
}

.upgrade-reasons .reason .content .buttons a.btn:last-child:hover {
	background-color: #ff66e4;
}

.upgrade-reasons .reason:last-child .content .buttons a.btn:last-child {
	background-color: var(--antro-orange);
}

.upgrade-reasons .reason:last-child .content .buttons a.btn:last-child:hover {
	background-color: #ffa037;
}

@media (max-width: 814px) {
	.upgrade-reasons {
		padding:40px 0;
	}

	.upgrade-reasons .reason .content .buttons {
		flex-direction: column;
	}
	
	.upgrade-reasons .reason .content .buttons a.btn {
		margin: 5px 0;
		text-align: center;
	}
}

@media (max-width: 774px) {
	.upgrade-reasons .reason {
		flex-direction: column;
	}

	.upgrade-reasons .reason .content {
		padding: 0;
	}

	.upgrade-reasons .reason .image {
		text-align: center;
		margin-bottom: 15px;
	}
}
.techaudit-form-cta__error, .techaudit-form-cta__success {
	padding: 10px 0;
	display: block;
	text-align: center;
}
.techaudit-form-cta__error {
	color: #dd1111;
}

.techaudit-form-cta__success {
	color: #1bbb2e;
}

.techaudit-form {
	padding-top: 67px;
	padding-bottom: 67px;
	color: #596166;
	padding-right: 22px;
}

.techaudit-form p:last-child {
	color: #239cd7;
}

.techaudit-form>.container {
	align-items: center;
}
.container--2col {
	display: flex;
	flex-wrap: wrap;
}
.container--2col>div {
	flex-basis: 50%;
	width: 50%;
	box-sizing: border-box;
}
.techaudit-form>.container>div:first-child {
	padding-right: 46px;
}
.techaudit-form-cta__h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.05ch;
	color: #239cd7;
	margin-top: 0;
	margin-bottom: 28px;
}
.techaudit-form-cta__ul {
	margin-bottom: 0;
	margin-left: 1em;
}
.techaudit-form-cta__ul>li {
	list-style: none;
	position: relative;
	line-height: 1.4em;
	padding-left: 0.5em;
	margin-bottom: 0.1em;
}
.techaudit-form-cta__ul>li::before {
	content: "";
	display: inline-block;
	background-image: url(../images/tick-circle.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.4em;
	width: 1em;
	position: absolute;
	right: 100%;
}
.techaudit-form-cta>.container>div:last-child {
	padding-left: 46px;
}

.techaudit-form-body {
	
}

.techaudit-form-body div {
	display: flex;
	justify-content: space-between;
}
.techaudit-form-body div input {
	width: 49%;
}

.techaudit-form-body input.techaudit-form-cta__button {
	background: #fd7a16;
	color: #fff;
	text-decoration: none;
	padding: 15px 45px;
	display: inline-block;
	margin: 0;
	line-height: 1;
	border-radius: 4px;
	transition: background-color 0.2s;
	cursor: pointer;
	border: 0;
	width:100%;
	font-size:1em;
}

.techaudit-form-body input.techaudit-form-cta__button:hover {
	background: #ef8432;
}

.techaudit-form-body input.techaudit-form-cta__button:disabled,
.techaudit-form-body input.techaudit-form-cta__button[disabled] {
	user-select: none;
	opacity: 0.6;
	cursor: auto;
	background: #837d78;
}
.techaudit-form-body input.techaudit-form-cta__button:disabled:hover,
.techaudit-form-body input.techaudit-form-cta__button[disabled]:hover {
	background: #837d78;
}

.techaudit-form-body textarea,
.techaudit-form-body input {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial;
}

.upgrades--main .ccm-layout-name-Main-Layout-2 .ccm-layout-row.ccm-layout-row-1 {
	max-width: 1018px;
	margin: auto;
	padding-left: 38px;
	padding-right: 38px;
}

@media (max-width: 660px) {
	.upgrades--main .ccm-layout-name-Main-Layout-2 .ccm-layout-row.ccm-layout-row-1 .ccm-layout-col {
		width: 100% !important;
	}

	.content--services .techaudit-form {
		padding-top: 37px;
		padding-bottom: 0;
	}
}

.content--services .upgrade-reason-content .content {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.content--services .upgrade-reason-content .content p {
	margin-top: 0;
}

.content--services .upgrade-reason-content .buttons {
	display: flex;
	justify-content: space-between;
}

.content--services .upgrade-reason-content .buttons a.btn {
	background-color: #158dc7;
	color: #fff;
	text-decoration: unset;
	padding: 5px 15px;
	transition: all 0.3s;
}

.content--services .upgrade-reason-content .buttons a.btn:hover {
	background-color: #3dbbec;
}

.content--services .upgrade-reason-content .buttons a.btn:last-child {
	background-color: var(--antro-pink);
}

.content--services .upgrade-reason-content .buttons a.btn:last-child:hover {
	background-color: #ff66e4;
}

.upgrade-reasons .reason:last-child .content .buttons a.btn:last-child {
	background-color: var(--antro-orange);
}

.upgrade-reasons .reason:last-child .content .buttons a.btn:last-child:hover {
	background-color: #ffa037;
}

.content--services .socs-testimonials {
	padding-bottom: 0;
}

a.btn-ttad {
	color: #fff;
    text-decoration: unset;
    padding: 5px 15px;
    transition: all 0.3s;
	background-color: var(--antro-orange);
}
a.btn-ttad:last-child:hover {
	background-color: #ffa037;
}

/*
	Hosting
*/

.website-hosting--option {
	scroll-margin-top: 116px;
}

/*
	Pre-paid/retainer buttons
*/

.prepaid-tabs-container {
	margin-top: 48px;
	margin-bottom: 64px;
}

.prepaid-columns {
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
	--columns: 3;
}

.prepaid-columns > div {
	flex: 1 1 auto;
	text-align: center;
	width: calc(100% / var(--columns));
}

@media (max-width: 1239px) {
	.prepaid-columns {
		--columns: 2;
	}
}

@media (max-width: 959px) {
	.prepaid-columns {
		--columns: 1;
	}
}

.prepaid-columns.retainer-columns {

}

@media (max-width: 1239px) {
	.prepaid-columns.retainer-columns {
		--columns: 3;
	}
}

@media (max-width: 959px) {
	.prepaid-columns.retainer-columns {
		--columns: 1;
	}
}

.techaudit-cta-columns {
	display: flex;
	padding-top: 64px;
	padding-bottom: 64px;
	align-items: center;
}

.techaudit-cta-col-text {
	flex: 1 1 auto;
}

.techaudit-cta-col-buy {
	text-align: center;
	flex: 1 1 auto;
	min-width: 287px;
}

@media (max-width: 1023px) {
	.techaudit-cta-columns {
		flex-wrap: wrap;
		row-gap: 16px;
	}

	.techaudit-cta-col-text {
		width: 100%;
	}

	.techaudit-cta-col-buy {
		width: 50%;
	}
}

.techaudit-cta-blue {
	color: #239cd7;
}

.hosting-terms {
	font-size: medium;
	margin-bottom: 20px;
	font-style: italic;
}

.hosting-terms.container {
	margin-bottom: 20px;
}

/*
	Pre-paid tabs
*/

nav.nav-tabs {
	display: flex;
}

nav.nav-tabs > a {
	flex: 1;
	text-align: center;
	border: 0 solid #ddd;
	padding-top: 8px;
	padding-bottom: 8px;
}

nav.nav-tabs > a:not(.active) {
	text-decoration: none;
	border-bottom-width: 1px;
	padding-top: 9px;
	padding-bottom: 7px;
}

nav.nav-tabs > a:not(.active):hover {
	text-decoration: underline;
}

nav.nav-tabs > a.active {
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding-top: 7px;
	padding-bottom: 9px;
	color: #596166;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.tab-content {
	padding-top: 32px;
	padding-bottom: 32px;
}

.tab-pane:not(.active) {
	display: none;
}

/* blog tablet responsive fix */
@media (min-width: 769px) and (max-width: 1024px) {
	#content.blog_entry #sidebar, #content.blog_index #sidebar {
        display: none;
    }
}

/* fix disqus comments */
iframe[src*="/ads-iframe/"] {
    display: none;
}




