/*!
Theme Name: BambooHR Blog
Theme URI: https://www.bamboohr.com/blog/
Author: BambooHR
Author URI: https://www.bamboohr.com/
Description: WP theme for BambooHR Blog
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: LICENSE

/**
 * NOTE
 * Put global setup here. Style for the pages goes to /css/bamboohr-blog.css
 *
**/

/**
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Normalize
# Typography
# Elements
# Forms
# Button
# Global classes
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Modal
# WP Admin
# Media
	## Captions
	## Galleries
# Media query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1em; /* 2 */
}
/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	background: #fff;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	color: #6B7362;
	font-size: 16px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	list-style-type: none;
	margin-bottom: 30px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
figure {
	margin: 1em 0;
	border-spacing: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button,html input[type=button],input[type=reset],input[type=submit] {
	cursor: pointer
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4 {
	font-family: 'Fira Sans', 'Trebuchet MS', sans-serif;
	color: #394130;
}
h1 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	font-style: italic;
}
h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}
h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 30px;
}
h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
p {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 30px;
	color: #6B7362;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
.bhrtyp-center { text-align: center; }
.bhrtyp-left { text-align: left; }
.bhrtyp-right { text-align: right; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
button {
	border: 0;
}
.Button {
	font-family: 'Fira Sans', 'Trebuchet MS', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	padding: 18px 40px;
	background-color: #73c41d;
	color: #fff;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	display: inline-block;
	-webkit-appearance: none;
}
.Button--small {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 30px;
}
.Button--stroke {
	background-color: transparent;
	color: #73c41d;
	border: 2px solid #73c41d;
}
.Button--secondary {
	border-radius: 5px;
}
.Button--form {
	padding: 18px 0;
	width: 100%;
	display: block;
}

/*--------------------------------------------------------------
# Global classes
--------------------------------------------------------------*/
.bhrsection-padding {
	padding-left: 30px;
	padding-right: 30px;
}
.fixed-nav-padding {
	margin-top: 70px;
}
.bhrtyp-italic {
	font-style: italic;
}
.bhrtyp-uppercase {
	text-transform: uppercase;
}
.bhrtyp-bold {
	font-weight: 700;
}
.bhrcolor-gray6 {
	color: #b4baab;
}
.bhrcolor-white-background {
	background-color: #fff;
}
.bhrcolor-color1 {
	color: #73c41d;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #73c41d;
	text-decoration: none;
}
a:hover, a:focus, a:active {

}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.ModalIsOpen {
	overflow: hidden;
}
.Modal {
	width: 90%;
	max-width: 1500px;
	margin: 30px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border-radius: 15px;
	-webkit-box-shadow: 0 30px 60px -40px rgba(31,38,23,0.5);
	box-shadow: 0 30px 60px -40px rgba(31, 38, 23, 0.5);
}
.Modal--positionTop {
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.Modal--video {
	padding: 0;
	background: none;
	max-width: 1500px;
}
.Modal__overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	overflow-y: auto;
}
.Modal__overlay--open {
	display: block;
}
.Modal__close {
	position: absolute;
	color: #ffffff;
	cursor: pointer;
	top: 20px;
	right: 20px;
	width: 14px;
	height: 14px;
}
.Modal__close:before,
.Modal__close:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #ffffff;
	height: 3px;
	margin-top: -2px;
}
.Modal__close:before {
	transform: rotate(45deg);
}
.Modal__close:after {
	transform: rotate(-45deg);
}
.Modal__header {
	margin-bottom: 40px;
}
.Modal__headerImg {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.Modal__content {
	text-align: center;
	padding: 0 30px 50px;
}
.Modal__title {
	font-family: 'Fira Sans', 'Trebuchet MS', sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #394130;
}
.Modal__description {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
# WP Admin
--------------------------------------------------------------*/
/* Fix the issue where the WP admin-bar overlaps the mobile menu */
#wpadminbar {
	position: fixed !important;
}
.admin-bar .Navbar,
.admin-bar .NavbarMobile {
	top: 46px;
}
@media screen and (min-width: 783px) {
	.admin-bar .Navbar,
	.admin-bar .NavbarMobile {
		top: 32px;
	}
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Media query
--------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
	body {
		font-size: 18px;
	}

	h1 {
		font-size: 36px;
		line-height: 44px;
	}
	h2 {
		font-size: 30px;
		line-height: 42px;
	}
	h3 {
		font-size: 26px;
		line-height: 30px;
	}
	p {
		font-size: 17px;
		line-height: 28px;
	}
	ul, ol {
		font-size: 18px;
	}
	/* Layout */
	.bhrsection-padding {
		padding-left: 54px;
		padding-right: 54px;
	}

}
@media screen and (min-width: 783px) {

}
@media only screen and (min-width: 768px) {
	.Modal {
		width: 620px;
		max-width: 80%;
	}
	.Modal--video {
		width: 80%;
		max-width: 1500px;
	}
	.Modal__close {
		top: 15px;
		right: 15px;
	}
	.Modal__content {
		padding: 0 40px 50px;
	}
}
@media only screen and (min-width: 1024px) {
	.bhrsection-container {
		max-width: 1200px;
		margin: 0 auto;
	}
	.bhrsection-container-sm {
		max-width: 800px;
		margin: 0 auto;
	}
	h1 {
		font-size: 48px;
		line-height: 60px;
	}
	.Modal__close {
		top: 20px;
		right: 20px;
	}
	.Modal__content {
		padding: 0 60px 60px;
	}
}
@media only screen and (min-width: 1440px) {
	/* Layout */
	.bhrsection-padding {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (min-width: 1920px) {
	.bhrsection-container {
		max-width: 1500px;
	}
}
