/*!
Theme Name: Insperity
Theme URI: https://www.insperity.com/
Author: Jeremy Webb
Author URI: 
Description: Insperity
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Insperity
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Theme Specific Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Theme Specific Styles
--------------------------------------------------------------*/

/* ======= GLOBAL ======= */

body {
	/*margin-top: 50px;*/
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}

h1, h2, h3, h4, p {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: normal;
}

h1 {
	font-family: 'Roboto Slab', serif;
    font-size: 2.47em;
    padding-top: 9px;
    color: #016699;
    line-height: 1em;
}

h2 {
	font-family: 'Roboto Slab', serif;
    font-size: 1.77em;
    color: #349946;
    padding-top: 0px;
    line-height: 1.36em;
}

h3 {
	color: #006595;
	font-size: 1.25em;
	font-weight: normal;
}

p {
	font-size: 17px;
	font-weight: normal;
}

p.lead {
	padding-top: 23px;
    font-weight: normal;
    font-size: 1.37rem;
}

ul {
	padding: 0;
	list-style-type: none;
	margin-top: 30px;
}

li{
	margin-top: 20px;
    background: url('<?php bloginfo('stylesheet_directory'); ?>/assets/img/dot.png') no-repeat left center;
    padding-left: 20px;
	margin-left: 3px;
}

li:first-child {
	padding-top: 0;
}

section {
	padding-top: 20px;
}

.container {
	padding: 15px;
}

a {
    font-size: 1em;
    color: #006595;
 }

a:hover {
    text-decoration: none;
    color: #4C8C2B;
}



/* ======= HEADER ======= */

header {
	-webkit-box-shadow:  0px 3px 10px rgba(0, 0, 255, .1);
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 255, .1);
	box-shadow: 0px 3px 10px rgba(0, 0, 255, .1);
}

.header-container {
	padding-top: 21px;
    padding-bottom: 20px;
}

.specialist {
	font-size: 1em;
	color: #333333;
}

.phone {
    margin-right: 5px;
}

.phone-number {
	font-family: 'Roboto Slab', serif;
	display: inline-block;
	font-size: 29px;
	line-height: 1rem;
	color: #006595;
}

.centerer {
	text-align: center;
}



/* ======= HR OURSOURCING ======= */


.list-desc {
    font-weight: 300;
    line-height: 1.3em;
    padding-top: 8px;
    padding-left: 23px;
    font-size: 1.05em;
}

.list-title {
	font-size: 1.1em;
}

.fill-out-form-container {
	padding-top: 30px;
	padding-right: 20px;    
	margin-right: 0;
}

.outsourcing-container {
	padding-right: 10px;
}

.grey-arrow {
    display: block;
    background: url('<?php bloginfo('stylesheet_directory'); ?>/assets/img/arrow.png') 100% no-repeat;
    background-size: contain auto;
    padding-right: 171px;
}



/* ======= SIDEBAR ======= */

.sidebar-top-container {
	background-color: #4c8c2b;
	margin-top: -35px;
	text-align: center;
}

.hr-bottom {
	margin-bottom: 15px;
}

.book-image {
	padding-top: 30px;
}

.book-text {	
    font-weight: normal;
    color: #fefefe;
    padding: 10px 30px;
    font-size: 1.25em;
    line-height: 1.1em;
}

.green-arrow {
	background-color: #f0f0f0;
	text-align: center;
}

.green-arrow img {
	vertical-align: top;
	margin-left: -30px;
}

label {
	margin-bottom: 0;
	text-align: left !important;
	font-size: 0.8em;
	padding-left: 3px;
}

input[type="text"] {
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 255, .3);
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 255, .3);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 255, .3);
}

.sidebar-mid-container {
	background-color: #f0f0f0;
	padding: 0 15px 10px 15px;
	text-align: left;
	margin-top: -16px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.form-control {
    padding: 0.5em 0.75em;
    font-size: 0.75em;
}

.form-group {
    margin-bottom: 0.5em;
}

.downloaded {
	text-align: center;
	padding-top: 10px;
    font-size: 0.75em;
}

#submit {
	border-radius: 3px;
}

.download-btn {
    display: block;
    font-size: 1em;
    background: -moz-linear-gradient(top, #FED600 0%, #ECAF00 100%);
    background: -webkit-linear-gradient(top, #FED600 0%, #ECAF00 100%);
    background: linear-gradient(to bottom, #FED600 0%, #ECAF00 100%);
    background-color: #FED600;
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FED600', endColorstr='#ECAF00',GradientType=0 );*/
    border: 1px solid #D9A102;
    width: 100%;
    padding: 10px 5px;
    margin-top: 25px;
}

.download-btn:hover {
    background: #ECAF00;
    background: -moz-linear-gradient(top, #ECAF00 0%, #FED600 100%);
    background: -webkit-linear-gradient(top, #ECAF00 0%, #FED600 100%);
    background: linear-gradient(to bottom, #ECAF00 0%, #FED600 100%);
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECAF00', endColorstr='#FED600',GradientType=0 );*/
}



/* ======= ABOUT INSPERITY ======= */

.about-image {
	width: 100%;
    background-image: url('<?php bloginfo('stylesheet_directory'); ?>/assets/img/about-image.jpg');
    background-size: cover;
    background-position: 100% 0;
}

.about-insperity {
	background-color: #EEEEEE;
	padding-top: 0;
}

h2.header-blue {
    color: #016699;
}

.about-box {
	color: #333333;
	padding: 50px 75px 40px 30px;
}

.about-list {
    font-weight: 500;
    font-size: 1.05em;    
	margin-bottom: 25px;
}

ul.about-list li {
	margin-top: 10px;
}

.services {
    font-size: 1em;
    padding-top: 10px;
}

.about-spacer {
	margin-right: 0;
}


/* ======= ABOUT INSPERITY ======= */

.marketing-profs {
	padding-top: 10px;
}

.client-image {
	display: block;
	max-width: 100%;
    height: auto;
    margin: auto;
}

.clients {
	text-align: center;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
}




/* ======= FOOTER ======= */

footer {
	background-color: #EEEEEE;
	color: #333333;
}

.footer-text {
	padding: 20px 0px 5px 0;
	margin: 0;
	color: #706C6C;
}




/* ======= MEDIA QUERIES ======= */


@media screen and (max-width: 575px) {
	.green-arrow img {
		vertical-align: top;
		margin-left: 0px;
	}
	header {
		text-align: center;
	}
	.specialist {
		padding-top: 5px;
	}
	.grey-arrow {
		padding-left: 15px;
		padding-right: 0;
	}
	.outsourcing-container {
		padding-right: 0;
	}

}

@media screen and (max-width: 768px) {
	.sidebar-top-container {
		margin-top: 0;
	}

	.grey-arrow {
		padding-right: 0;
		margin-right: -15px;
    	background: url(none);
	}

	.about-image {
		min-height: 350px;
	}

	.about-insperity {
		margin-top: 20px;
	}

	.left-client {
		text-align: center;
	}

	.right-client {
		text-align: center;
	}
	
}