/*
	Theme Name: InBiz
	Version: 1.0.0

	Template: genesis
	Template Version: 2.5.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 900px
	- Max-width: 1023px
	- Max-width: 900px
- Print Styles
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#2C2D2F}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 17px;
	font-size: 1.7rem;
}

body {
	background-color: #2C2D2F;
	color: #F0F0F0;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #00B4FA;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #00B4FA;
}

a, 
a:active, 
a:focus {
	border: none;
	outline: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	color: #FFF300;
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #2C2D2F;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Syne", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #FFF300;
	line-height: 1.18;
	margin: 0 0 20px;
}

h1 {
	font-size: 38px;
	font-size: 3.8rem;
}

h2 {
	font-size: 38px;
	font-size: 3.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	color: #F0F0F0;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 15px;
	font-size: 1.5rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #F8F8F8;
    border: 1px solid #E8E8E8;
    color: #000000;
    border-radius: 25px;
    font-size: 17px!important;
    font-size: 1.7rem !important;
    line-height: normal;
    font-weight: 400;
    padding: 10px 20px !important;
    width: 100%;
    min-height: 50px;
}

input:focus,
textarea:focus {
	border: 1px solid #00B4FA;
	outline: none;
}

select:focus {
	outline: none;
}

.custom-select {
	background-color: #464646;
    color: #F0F0F0;
    border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px; 
	background-image: url('/wp-content/themes/inbiz/images/arrow-faq.png'); 
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px;
	cursor: pointer;
}

/* For Internet Explorer 10+ */
.custom-select::-ms-expand {
  display: none;
}


input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-webkit-input-placeholder { /* Chrome */
  color: #000000!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000!important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000000!important;
  opacity: 1 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.nav-primary .menu-item a.button {
	background-color: #CC1F77;
    color: #fff;
    cursor: pointer;
	font-family: "aktiv-grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
	border: none;
	border-radius: 22px 22px 0px 22px;
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.nav-primary .menu-item a.button:hover,
.nav-primary .menu-item a.button:focus {
	background-color: #00B0F5;
	color: #fff;
	border: none;
}

.anchor-button {
	font-size: 15px;
	border: 1px solid #fff;
}

.anchor-button:hover,
.anchor-button:focus {
	border: 1px solid #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 6px 40px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #3F3F42;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-header .wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	margin-top: 80px;
}

.page-template-page_standard .site-inner {
	margin-top: 120px;
}
 
.page-template-default .site-inner {
	max-width: 938px;
	width: 100%;
	margin: 80px auto 0;
	padding: 60px 20px;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #3F3F42;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #3F3F42;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #3F3F42;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #2C2D2F;
	position: fixed;
	height: 80px;
	width: 100%;
	padding: 0 20px;
	z-index: 999;
}

.site-header > .wrap {
	display: flex;
    align-items: center;
	justify-content: space-between;
   height: 100%;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 19px;
	padding-top: 16px;
	z-index: 999;
}

.wp-custom-logo .title-area {
	position: relative;
	width: 185px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	flex: 1;
}

.menu-primary {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.menu-primary .menu-item {
	padding: 20px 20px 10px;
}

.menu-primary .menu-item a {
	font-size: 17px;
	color: #DEDEDE;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 10px;
}

.menu-primary .menu-item a:hover {
	color: #fff;
}

.menu-primary .menu-item a:focus,
.menu-primary .menu-item.current-menu-item a {
	border-bottom: 2px solid #00B4FA;
}

.menu-toggle {
	background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-family: "aktiv-grotesk", sans-serif;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

button:focus, 
button:hover {
    background-color: transparent;
    color: #fff;
    border: none;
}

.menu-toggle.dashicons-menu:before {
    content: "";
	background-image: url('/wp-content/themes/inbiz/images/burger.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 26px;
	height: 18px;
}

.menu-toggle.dashicons-menu.activated:before {
    content: "";
	background-image: url('/wp-content/themes/inbiz/images/burger-close.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}


/* Header Menu
--------------------------------------------- */


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


/* # Content Area
---------------------------------------------------------------------------------------------------- */

.entry-header {
	text-align: center;
	margin-bottom: 65px;
}

/* ## Entries
--------------------------------------------- */

.entry {

}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {

}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {

}

.entry-header .entry-meta {

}

.entry-footer .entry-meta {

}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */



/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* ACF Styling */

.full-section-container {
	position: relative;
	float: left;
	width: 100%;
}

.full-section-wrap {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.wide-fixed-section-wrap {
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.image-wide-fixed-section-wrap {
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.fixed-section-wrap {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.image-fixed-section-wrap {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.narrow-fixed-section-wrap {
	max-width: 586px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.black-background  {
	background-color: #2C2D2F;
}

.has-object-fit img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.display-flex {
	display: flex;
}

.display-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.medium-padding {
	padding: 20px 0;
}

.medium-padding {
	padding: 60px 0;
}

.large-padding {
	padding: 80px 0;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.margin-zero {
	margin: 0;
}

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

.justify-center {
	justify-content: center;
}

.standard-button-container {
	margin-top: 30px;
}

.wysiwyg-content ol,
.wysiwyg-content ul {
	margin-bottom: 20px;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
	margin-left: 16px;
}

.wysiwyg-content ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.wysiwyg-content ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

.wysiwyg-content ul li::marker {
	color: #00B4FA;
}

.email-link a,
.phone-link a {
	color: #fff;
	text-decoration: none;
}

.email-link a:hover,
.phone-link a:hover,
.email-link a:focus,
.phone-link a:focus {
	text-decoration: underline;
}

.ken-burns {
	overflow: hidden;
}

.ken-burns img {
	animation: move 40s ease;
  /* Add infinite to loop. */
  
  -ms-animation: move 30s ease;
  -webkit-animation: move 30s ease;
  -0-animation: move 30s ease;
  -moz-animation: move 30s ease;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

/* Fade In */
.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: none;
}

/* Forms styling */
.gform-theme--foundation .gform_fields {
	-moz-column-gap: var(10px);
	column-gap: var(10px);
}

.ginput_complex label {
	display: none;
}

.gform_body li,
.gfield {
	list-style-type: none;
	margin-bottom: 10px;
}

.ginput_complex input {
	margin-bottom: 10px;
}

.gform_body li label {
	margin-left: 10px;
}

.gform_body ul {
	margin-left: 0;
	margin-top: 20px;
}

.gfield_label {
	display: none;
}

.small-text {
	font-size: 12px;
	font-size: 1.2rem;
}

.half-width-input {
	width: 50%;
	float: left;
}

.third-width-input {
	width: 33.33%;
	float: left;
}

.twothirds-width-input {
	width: 66.67%;
	float: left;
}

.form-heading {
	margin: 40px 0;
}

.show-form-label label {
	display: block;
}

.gfield_checkbox li label {
	font-size: 16px;
    font-size: 1.6rem;
}

.ginput_complex .name_first,
.ginput_complex .name_last {
	width: 50%;
	float: left;
}

.ginput_complex .name_first {
	padding-right: 8px;
}

.ginput_complex .name_last {
	padding-left: 8px;
}

.gform_footer {
	margin-top: 20px;
}


/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}

.compat-object-fit img {
    opacity: 0;
}

.has-anchor-tag:before {
  content:"";
  display:block;
  height:80px; /* the height of the fixed header*/
  margin:-80px 0 0; /* the negative of the fixed header height */
}

.link-to-icon {
	position: absolute;
    text-align: center;
    width: 42px;
    float: left;
    height: 42px;
    bottom: 25%;
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.link-to-icon:after {
	content: '';
    background-image: url(/wp-content/themes/inbiz/images/page-shift%402x.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    left: 0;
    right: 0;
	bottom: 0;
    z-index: 1;
}

.link-to-icon:hover:after {
	content: '';
    background-image: url(/wp-content/themes/inbiz/images/page-shift-hover%402x.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    left: 0;
    right: 0;
	bottom: 0;
    z-index: 1;
}

/* Home Banner */
.header-block-container {
	overflow: hidden;
}

.header-block-container video {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header-block-wrap {
	padding: 60px 0;
}

.header-block-button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}

.header-block-button-container a {
	margin: 15px;
}

/* Content Block */
.content-block-container {
	padding: 60px 0;
}

.content-block-text {
	display: flex;
    justify-content: center;
	padding: 20px;
}

/* Gallery Blocks */
.page-gallery-blocks-container {
	padding: 5px;
}

.page-gallery-block-container {
	width: 25%;
}

.gallery-grid-main-image {
	display: block;
}

/* Video Block */
.video-blocks-container {

}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Banner Blck */
.banner-block-wrap {
	position: relative;
}

.banner-block-wrap img {
	height: 37vw;
	transition: opacity 0.6s ease-in-out; /* Smooth fade */
}

.banner-block-wrap .banner-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.banner-block-wrap:hover .banner-hover-image {
  opacity: 1;
}

.banner-block-wrap:hover .banner-main-image {
  opacity: 0;
}

/* Heading Block */

/* Text Block */
.text-block-container {
	width: 50%;
}

/* Services Blocks */
.services-block-container {
	width: 33.33%;
}

/* Accordion Block */
.accordion-detail-container {
	background-color: #464646;
	border-radius: 25px;
	padding: 11px 20px;
	margin-bottom: 20px;
}

.phs-accordion-heading-wrapper {
	color: #F0F0F0;
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
	margin-bottom: 0;
}

.accordion-detail-title {
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-detail-title:after {
	content: "";
	background-image: url('/wp-content/themes/inbiz/images/arrow-faq.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 12px;
	transition: transform 0.3s ease-in-out;
}

.accordion-detail-title.active:after {
	transform: rotate(180deg);
}

.accordion-detail-content {
	margin-top: 25px;
}
	

/* Anchor Link */
.anchor-link-block-container {
	margin: 7px;
}

/* Gallery Block */
.gallery-blocks-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
}

.image-grid-image {
	display: flex;
    flex-wrap: wrap;
    width: 33.33%;
}

.image-grid-image-wrap {
	width: 100%;
    height: calc(26vw - 20px);
	overflow: hidden;
}

.image-grid-image-item {
	position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-gallery-block-wrap,
.image-grid-image-item {
	position: relative;
}

.page-gallery-block-wrap img,
.image-grid-image-item img {
	transition: opacity 0.6s ease-in-out; /* Smooth fade */
}

.page-gallery-block-wrap .image-grid-hov-image,
.image-grid-image-item .image-grid-image-item-hov-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.page-gallery-block-wrap:hover .image-grid-hov-image,
.image-grid-image-item:hover .image-grid-image-item-hov-image {
  opacity: 1;
}

.page-gallery-block-wrap:hover .trips-archive-main-image,
.image-grid-image-item:hover .image-grid-main-image {
  opacity: 0;
}

.image-grid-image-item:after {
	content: '';
    background: url(/wp-content/themes/inbiz/images/magnifying-for-pop-up.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50% , -50%);
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.image-grid-image-item:hover:after {
	opacity: 1;
}

.image-grid-image-item.has-object-fit > img {
	object-position: center;
}

/* lightbox */
.gallery-blocks-container .image-grid-image .open .detailview {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.gallery-blocks-container .image-grid-image .detailview .detailview-content-wrap {
    display: none;
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: relative;
    align-items: center;
    justify-content: center;
}

.gallery-blocks-container .image-grid-image .detailview .detailview-content-wrap .detail-picture {
    position: relative;
}

.gallery-blocks-container .image-grid-image .detailview .detailview-content-wrap .detail-picture video {
    max-height: calc(100vh - 80px);
}

.popup-video {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    width: 80px;
    height: 80px;
}

.popup-video {
	cursor: pointer;
    transition: opacity 0.2s ease;
}
	
.gallery-blocks-container .resulttitle.row {
	position: absolute;
    width: 100%;
    height: 100%;
}

.gallery-blocks-container .image-grid-image .detailview .detailview-content-wrap .detail-picture > img {
	max-width: 100%;
    height: auto;
    max-height: 85vh;
	display: block;
}

.gallery-blocks-container .image-grid-image .open .detailview .detailview-content-wrap {
    display: flex;
}

.gallery-blocks-container .image-grid-image .open .detailview .detailview-content-wrap .design-detailview-col-container > .row {
    padding: 40px 60px;
}

.detailClose.remove {
	position: fixed;
	top: 0;
	left: 80px;
	right: 80px;
	height: 100%;
	z-index: 1; /* behind video */
	pointer-events: none; /* allow clicks through */
}

.detailPrev.left-arrow:before {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 80px;
	z-index: 10;
}

.detailPrev:before {
	content: ""!important;
    background-image: url(/wp-content/themes/inbiz/images/slider-back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 25px;
    height: 80px;
    padding: 0;
}

.detailNext.right-arrow {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 80px;
	z-index: 10;
}

.detailNext:before {
	content: ""!important;
    background-image: url(/wp-content/themes/inbiz/images/slider-next.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 25px;
    height: 80px;
    padding: 0;
}

/* actual clickable close icon */
.detailClose::before,
.detailClose {
    pointer-events: auto !important;
}

/* VIDEO ABOVE CLOSE */
.detail-picture video {
    position: relative;
    z-index: 3;
}

/* PLAY ICON ABOVE VIDEO */
.popup-video {
    z-index: 4;
}

.gallery-image-caption {
	background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.gallery-image-caption-icon {
	margin-right: 15px;
}

/* Portfolio Page */
.portfolio-gallery-page-container {
	padding: 40px 0;
}

.cd-filter {
	width: 20%;
}

.gallery-blocks-container.width-mobile {
	width: 100%;
}

.gallery-blocks-container.width-desktop {
	width: 80%;
}

fieldset { 
    padding: 20px;
    border: none;
    margin: 0;
}

.filter-wrapper {
    margin-bottom: 20px;
}

.filter-button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.filter-button input {
    display: none; /* hide checkbox */
}

.filter-button span {
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
    padding: 2px 10px;
    border-radius: 17px 17px 0px 17px;
    transition: all 0.2s ease;
    user-select: none;
}

.filter-button span.cat-filter {
	min-width: 100%;
}

.filter-button input:checked + span.cat-filter {
    background: #00B4FA;
    color: #fff;
}

.filter-button span.clear-filter,
.filter-button input:checked + span.clear-filter {
	background: #CC1F77;
	color: #fff;
    padding: 11px 23px;
    border-radius: 22px 22px 0px 22px;
    transition: all 0.2s ease;
    user-select: none;
}

.filter-button:hover span.clear-filter {
	background: #00B4FA;
}

.filter-wrapper label {
	font-size: 17px;
    font-size: 1.7rem;
	min-width: 100%;
}

.controls-pagination {
	text-align: center;
	padding: 80px 0;
}

.mixitup-page-stats,
.hide-load-more {
	display: none;
}

/* Client Slider */
.client-slider .slick-dots {
	background-color: #ECECECCE;
	display: flex!important;
	border-radius: 4px;
	max-width: 900px;
	left: 0;
    right: 0;
	margin: 0 auto;
	width: 100%;
	bottom: -30px !important;
}

.client-slider .slick-dots li {
	flex: 1;
	height: 8px!important;
	margin: 0!important;
}

.client-slider .slick-dots li button {
	width: 100%;
	height: 8px!important;
	padding: 0;
}

.client-slider .slick-dots li button::before {
	content: "" !important;
    border-bottom: 8px solid #707070;
    width: 100%;
    height: 0;
    opacity: 0 !important;
}

.client-slider .slick-dots li.slick-active button:before {
    opacity: 1!important;
	border-radius: 4px;
}

/* testimonial block */

.testimonial-block-container {
	width: 50%;
}

.testimonial-block-wrap {
	max-width: 440px;
}

.testimonial-name {
	font-weight: 600;
}

.testimonial-link-container {
	width: 100%;
    align-items: center;
	margin-top: 40px;
}

.link {
	font-weight: 600;
}































.infographic-content-container h1 {
	text-align: center;
}

.content-with-image-container {
	background-color: #f1f1f2;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	float: left;
    width: 100%;
	text-align: center;
}

.content-with-image-container .fixed-section-wrap {
    padding: 60px 0;
}

.content-with-image-container h1 {
	text-align: center;
	padding: 0 20px;
}

.content-with-image-blocks {
	float: left;
}

.content-with-image-container .button-container {
	margin-bottom: 40px;
    padding-top: 20px;
}

.content-with-image-blocks .content-with-image-block {
	width: 33.33%;
	float: left;
	padding: 20px;
	text-align: center;
}

.content-with-image-block img {
	max-width: 80px;
	margin-bottom: 10px;
}


	
/* Dream Blocks */
.dream-blocks-container {

}

.dream-block-container {
	padding: 40px 0;
}

.dream-block-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.dream-block-content-container {
	width: 50%;
	padding: 80px 40px;
}

.dream-block-content-wrap {
	max-width: 500px;
    float: right;
}

.dream-block-heading {
	margin-bottom: 5px;
}

.dream-block-subheading {
	margin-bottom: 0;
}

.dream-block-description {
	margin-top: 20px;
}

.dream-block-content-wrap .button-container {
	margin-top: 40px;
}

.dream-block-image-container {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

.dream-block-image-item {
	padding: 10px;
}

.image-count-1 .image-no-1 {
	width: 100%;
	height: 30vw;
}

.image-count-2 .image-no-1 {
	width: 50%;
	height: 30vw;
}

.image-count-2 .image-no-2 {
	width: 50%;
	height: 30vw;
}

.image-count-3 .image-no-1 {
	width: 100%;
	height: 30vw;
}

.image-count-3 .image-no-2 {
	width: 50%;
	height: 15vw;
}

.image-count-3 .image-no-3 {
	width: 50%;
	height: 15vw;
}	

/* Client Block */
.client-block-container {
	background-color: #fff;
	padding: 80px 0;
}

.client-block-container .fixed-section-wrap {
	text-align: center;
}

.our-clients-heading {
	text-align: center;
}

.client-list-container {
	float: left;
    width: 100%;
    display: flex;
    flex-flow: wrap;
	justify-content: center;
}

.client-logo-image-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 25%;
	min-width: 150px;
	padding: 40px 10px;
}

.client-logo-image-wrap img {
	max-width: 120px;
}

.client-block-container .button-container {
    float: left;
    width: 100%;
	margin-top: 30px;
}

.list-column-wrap {
	
}

.list-column-wrap > ul {
	column-count: 3;
	column-gap: 40px;
}

.list-column-wrap > ul > li {

}

/* contact form */
#gform_confirmation_message_1 {
	color: #fff!important;
	text-align: center!important;
}

.gform_wrapper div.validation_error {
    color: #fff!important;
    border-top: 2px solid #fff!important;
    border-bottom: 2px solid #fff!important;
}

.gform_wrapper .validation_message {
    color: #fff!important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    border-top: none!important;
    border-bottom: none!important;
}

/* Footer Contact */
.contact-block-container {
	position: relative;
	padding: 30px 0 50px;
}

.contact-content-container .standard-heading a {
    color: #FFF300;
	text-decoration: none;
}

.contact-email {
	color: #F0F0F0;
	line-height: 1;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 2px solid #F0F0F0;
}

.contact-phone {
	color: #F0F0F0;
	line-height: 1;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	position: relative;
	background-color: #2C2D2F;
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px 15vw;
	line-height: 1.2;
	text-align: center;
}

.site-footer:before {
    content: '';
    background-image: url(/wp-content/themes/inbiz/images/ico%402x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15vw;
    height: 25vw;
    position: absolute;
    left: 0;
    bottom: 0;
}

.site-footer .wrap {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.site-footer,
.site-footer p {
	color: #8E8E8E;
	line-height: 1.2;
	margin-bottom: 0;
}

.site-footer a {
	color: #8E8E8E;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 0;
}

.site-footer a:hover,
.site-footer a:focus {
	text-decoration: none;
}

.footer-credits:before {
	content: '|';
	margin: 0 5px;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1025px) {
	
	.hide-on-desktop {
		display: none;
	}
	
	.menu-toggle {
		display: none;
	}
	
}

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

	.hide-on-mobile {
		display: none;
	}
		
	.hide-on-desktop {
		display: block;
	}

	.menu-toggle {
		display: block;
		position: fixed;
		height: 20px;
		width: 20px;
		min-width: 20px;
		z-index: 999;
		top: 30px;
		right: 20px;
	}
	
	.admin-bar .menu-toggle {
		top: 62px;
	}
	
	.menu-toggle:before {
		content: ''!important;
		background-image: url('/wp-content/themes/inbiz/images/burger.png');
		background-repeat: no-repeat;
		background-size: contain;
		width: 60px;
		height: 45px;
		
	}

	.menu-toggle.activated:before {
		content: ''!important;
		background-image: url('/wp-content/themes/inbiz/images/burger-close.png');
		background-repeat: no-repeat;
		background-size: contain;
		width: 48px;
		height: 50px;
	}
	
	.menu-toggle:after,
	.menu-toggle:hover:after,
	.menu-toggle:focus:after {
		display: none;
	}

	
	.menu-item-icons {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.nav-primary,
	.nav-secondary {
		display: none;
		width: 100%;
	}
	
	.nav-primary {
		padding: 142px 20px 20px;
		background-color: #2C2D2F;
		bottom: 0;
        top: 0;
        right: 0;
        left: 0;
		position: fixed;
		width: 100vw;
        margin: auto;
        overflow: auto;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
		z-index: -1;
	}
	
	.admin-bar .nav-primary {
		padding: 174px 20px 20px;
	}
	
	.genesis-nav-menu {
		flex-direction: column;
		align-items: center;
		width: 100%;
		z-index: 10;
	}
	
	.nav-primary .menu > .menu-item {
		padding: 0;
		margin-left: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	
	 .nav-primary .button {
		background-color: transparent;
		border-radius: 0;
		line-height: 1.5;
		padding: 0;
	}
	
}


@media only screen and (max-width: 782px) {
	
	.admin-bar .menu-toggle {
		top: 76px;
	}
	
		
	.admin-bar .nav-primary {
		padding: 188px 20px 20px;
	}
	
}

@media only screen and (max-width: 720px) {
	
	.testimonial-block-container {
		width: 100%;
	}
	
	.testimonial-block-wrap {
		max-width: 100%;
	}
		
	.text-block-container {
		width: 100%;
	}
	
	.page-gallery-blocks-wrap {
		padding: 12px;
	}
	
	.page-gallery-block-container {
		width: 50%;
		padding: 8px;
	}
	
	.content-block-container {
		padding: 30px 0;
	}
	
	.services-block-container {
		width: 50%;
	}
	
	.gallery-blocks-container {
		padding: 12px;
	}
	
	.image-grid-image {
		width: 50%;
		padding: 8px;
	}
	
	.image-grid-image-wrap {
		height: calc(37vw - 20px);
	}
	
}

@media only screen and (max-width: 540px) {
	
	h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h3 {
		font-size: 20px;
		font-size: 2rem;
	}

	h4 {
		font-size: 20px;
		font-size: 2rem;
	}
	
	.services-block-container {
		width: 100%;
	}
	
	.image-grid-image {
		width: 100%;
	}
	
	.image-grid-image-wrap {
		height: calc(74vw - 20px);
	}

}

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

	
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #2C2D2F !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
