/*
	Theme Name: Entrust CPA
	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
*/

/* fonts */


/* # 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:#000}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: 16px;
	font-size: 1.6rem;
}

body {
	color: #000;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
    "slnt" 0;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	line-height: 1.4;
	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: #255788;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #255788;
	text-decoration: none;
}

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 #000;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

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: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
    "slnt" 0;
	font-style: normal;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	color: #255788;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.1;
	font-weight: 700;
}

h2 {
	color: #255788;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 700;
}

h3 {
	color: #000;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.2;
	font-weight: 700;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 400;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}

h6 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.1;
	
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: none;
	box-shadow: 0px 3px 6px #00000029;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 400;
    padding: 8px 12px;
    width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #ADADAD!important;
  background-image: url(/wp-content/themes/entrustcpa/images/form-dropdown-arrow.svg);
  background-size: 15px 19px;
  background-repeat: no-repeat;
  background-position: 99% center;
}

input:focus,
textarea:focus {
	border: none;
	outline: none;
}

:focus-visible {
    outline: none!important;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #fff;
    border: 1px solid #D1A95D;
	border-radius: 50%;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 25px;
    color: #D1A95D;
    cursor: pointer;
	font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 5px 18px 6px;
	min-height: 40px;
    text-decoration: none;
	text-transform: uppercase;
    white-space: normal;
    width: auto;
	display: flex;
    align-items: center;
}


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 {
	background-color: #D1A95D;
    border: 1px solid #D1A95D;
	color: #ffffff;
}

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

.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;
	width: 100%;
	word-break: break-all;
}

tbody {
	background-color: #fff;
}

td,
th {
	text-align: left;
}

td {
	padding: 5px;
	line-height: normal;
}

th {
	font-weight: 700;
	padding: 5px;
}

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

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

.search .site-inner,
.error404 .site-inner,
.page-template-default .site-inner,
.landing-page .site-inner,
.single .site-inner,
.archive .site-inner,
.blog .site-inner {
    margin-top: 65px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

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

.page-template-contact_page .breadcrumb-block-container,
.page-template-page_standard  .breadcrumb-block-container {
	margin-top: 65px;
}

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

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

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

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

.header-search-block {
	width: 200px;
}

.header-search-block  .search-form-input {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 30px 6px 12px;
}

.header-search-block  .header-contact-search-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.entry-content .search-form {
	position: relative;
	margin-bottom: 40px;
	width: 50%;
	overflow: hidden;
}

.search-form {
	position: relative;
}

.menu-item.search {
	display: none;
}

.header-search-block .search-form {
	display: flex;
	align-items: center;
	margin: 0;
}

.header-search-block .search-form input[type="search"],
.genesis-nav-menu .search-form input[type="search"] {
	border: none;
}

.search-form input[type="submit"] {
    background: url(/wp-content/themes/entrustcpa/images/search.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 999;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    min-width: 16px;
	min-height: 16px;
}

.search-form input[type="submit"] {
    background: url(/wp-content/themes/entrustcpa/images/search.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    box-shadow: none;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 999;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    min-width: 16px;
	min-height: 16px;
	transition: all 0.5s;
}

.header-search-block .search-form-input {
	opacity: 0;
	transition: all 0.5s;
}

.header-search-block .search-form-input:hover,
.header-search-block .search-form-input:focus,
.header-search-block .search-form:hover .search-form-input,
.header-search-block .search-form:focus .search-form-input {
	opacity: 1;
}

.site-header .search-form input:focus,
.genesis-nav-menu .search-form input:focus {
	border: none;
	outline: none;
}

.search-form input[type="submit"]:hover,
.search-form input[type="submit"]:focus {
	-webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #255788;
    text-decoration: underline;
}

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

.widget-title {

}

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


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## 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: #255788;
	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: #fff;
	position: fixed;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 3px 6px #00000029;
}

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

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

.title-area {
	flex: 1;
    padding-left: 20px;
}

.header-image .title-area {
	max-width: 299px;
	height: 51px;
	padding: 0;
	z-index: 100;
    position: relative;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background-size: contain !important;
	float: left;
	min-height: 51px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {

}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

@media only screen and (min-width: 920px) {
	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	
	.nav-primary {
		width: calc(100% - 299px);
	}
	
	.menu-primary {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.genesis-nav-menu .menu-item {
		padding: 0 20px;
	}
	
	.genesis-nav-menu .menu-item > a {
		color: #000;
		font-size: 18px;
		font-size: 1.8rem;
		text-decoration: none;
		padding: 5px 0;
		border-bottom: 1px solid transparent;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:hover,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus {
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid #D1A95D;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item.current-menu-item > a {
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid #D1A95D;
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}

	.sub-menu {
		border-top: 15px solid transparent;
		margin-left: -20px;
	}
	
	.sub-menu li {
		float: left;
		width: 100%;
		border-left: none;
		padding-left: 0;
		margin-left: 0;
	}
	
	.sub-menu li a {
		padding: 10px 25px;
		text-decoration: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		width: 180px;
		float: left;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		font-size: 16px;
		font-size: 1.6rem;
		text-decoration: none;
		padding: 10px 0;
		float: left;
		width: 100%;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item.current-menu-item > a	{
		color: #D1A95D;
		text-decoration: none;
		border-bottom: none;
	}

	.genesis-nav-menu .sub-menu {
		background-color: #fff;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		border-top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

}

@media only screen and (max-width: 919px) {
	
	.site-header > .wrap {
		justify-content: flex-start;
	}

	.site-header .widget-area {
		margin-right: 70px;
	}

	.menu-button {
		margin-bottom: 30px;
	}

	.menu-toggle {
		display: block;
		position: fixed;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
		border: none;
		width: 30px;
		height: 30px;
		padding: 0;
		z-index: 1000;
		right: 20px;
		top: 15px;
	}

	.admin-bar .menu-toggle {
		top: 46px;
	}

	.dashicons-menu:before {
		content: ""!important;
		background-image: url(/wp-content/themes/entrustcpa/images/hamburger.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 27px!important;
		height: 16px!important;
	}

	.dashicons-menu.activated:before {
		content: ""!important;
		background-image: url(/wp-content/themes/entrustcpa/images/hamburger-close.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 20px!important;
		height: 20px!important;
	}

	button.menu-toggle:focus,
	button.menu-toggle:hover {
		background-color: transparent;
		color:  transparent;
		border: none;
		outline: none;
	}

	.genesis-responsive-menu {
		display: none;
		background-color: #F6F4F2;
		width: 100%;
		position: fixed;
		top: 71px;
		right: 0;
		max-height: 100vh;
		overflow-y: auto;
		z-index: 999;
	}

	.admin-bar .genesis-responsive-menu {
		top: 103px;
	}

	.genesis-responsive-menu ul#menu-primary-menu {
		flex-direction: column;
		padding: 20px 60px;
	}

	.genesis-responsive-menu .genesis-nav-menu {
			float: left;
			width: 100%;
			padding: 40px 30px 125px;
			flex-direction: column;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
	}

	.nav-header.genesis-responsive-menu .genesis-nav-menu {
		position: fixed;
		margin: 0;
		padding: 20px 0;
		transition: width .5s ease-in-out;
		right: 0;
		opacity: 0;
		height: auto;
		float: left;
	}

	.menu-toggle.activated ~ .nav-header.genesis-responsive-menu .genesis-nav-menu {
		background-color: #fff;
		width: 100%;
		opacity: 1;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a {
		display: inline-block;
		color: #000;
		border-bottom: 1px solid transparent;
		font-weight: 400;
		font-size: 18px;
		font-size: 1.8rem;
		text-decoration: none;
		padding-bottom: 25px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid #D1A95D;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item.current-menu-item a {
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid #D1A95D;
	}

	.menu-item.login a.login-link:hover,
	.menu-item.login a.login-link:focus {
		color: #255788;
		text-decoration: none;
		border-bottom: none;
	}

	.sub-menu-toggle {
		background-color: transparent;
		border: none;
		box-shadow: none;
		border-radius: 0;
		min-height: inherit;
		display: flex;
		align-items: center;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
}
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background-color: transparent;
		border: none;
	}

	.sub-menu-toggle:before {
		content: "\f543"!important;
		font-family: dashicons;
		color: #D1A95D;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 20px;
	}

	.sub-menu-toggle.activated:before {
		content: "\f460"!important;
		color: D1A95D;
	}

	.sub-menu {
		display: none;
		float: left;
		width: 100%;
		padding-bottom: 40px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item .sub-menu a {
		display: inline-block;
		color: #000;
		border-bottom: 1px solid transparent;
		font-weight: 400;
		font-size: 16px;
		font-size: 1.6rem;
		text-decoration: none;
		padding-bottom: 15px;
	}
	
}

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

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


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

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

.entry {
	margin-bottom: 0px;
}

.entry .entry-header {
	background: rgb(21, 41, 62);
    background: linear-gradient(90deg, rgba(21, 41, 62, 1) 0%, rgba(37, 87, 136, 1) 100%);
    padding: 95px 20px;
}

.entry .entry-title {
	color: #fff;
    max-width: 944px;
	margin: 0 auto;
    width: 100%;
	padding: 0 20px;
}

.page-template-default .entry-content,
.landing-page .entry-content,
.error404 .entry-content,
.search .entry-content {
	max-width: 944px;
	margin: 0 auto;
	width: 100%;
	padding: 40px 20px;
	margin-top: 0;
}

.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 {
	background-color: #3F3F42;
	color: #eee;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #3F3F42;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #255788;
	color: #fff;
}

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


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}

/* -------ACF CONTENT--------- */

/* General */

.full-section-container {
	float: left;
    width: 100%;
	position: relative;
	clear: both;
	z-index: 10;
}

.full-section-container img {
	display: block;
}

.full-section-wrap {
	width: 100%;
	float: left;
}

.fixed-section-wrap {
	max-width: 1128px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

.image-fixed-section-wrap {
	max-width: 1128px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.wide-fixed-section-wrap {
	max-width: 1406px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

.image-wide-fixed-section-wrap {
	max-width: 1406px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.narrow-fixed-section-wrap {
	max-width: 944px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

.image-narrow-fixed-section-wrap {
	max-width: 944px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.space-block {
    width: 100%;
    float: left;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

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

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.display-flex-wrap {
	display: -webkit-flexbox;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	flex-wrap: wrap;
}

.display-flex {
	display: flex;
}

.height-100 {
	height: 100%;
}

.width-33 {
	width: 33.33%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-60 {
	width: 60%;
}

.width-67 {
	width: 66.66%;
}

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

.text-align-center {
	display: flex;
    align-items: center;
}

.float-right {
	float: right;
}

.margin-zero {
	margin: 0;
}

.margin-5 {
	margin-bottom: 5px;
}

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

.padding-5{
	padding: 5px;
}

.padding-7{
	padding: 7px;
}

.padding-10{
	padding: 10px;
}

.padding-20{
	padding: 20px;
}

.padding-25{
	padding: 25px;
}

.padding-30{
	padding: 30px;
}

.padding-35 {
	padding: 35px;
}

.padding-40{
	padding: 40px;
}

.padding-50{
	padding: 50px;
}

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

.small-padding {
	padding: 45px 0;
}

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

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

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

.box-shadow {
	box-shadow: 2px 2px 12px #00000036;
}

.height-100 {
	height: 100%;
}

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

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

.font-30 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 600;
}

.font-36 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
	font-weight: 500;
}

.font-50 {
	font-size: 50px;
	font-size: 5rem;
	line-height: 1.2;
	font-weight: 200;
}

.text-uppercase {
	text-transform: uppercase;
}

.uppercase {
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

.background-black {
	background-color: #000;
}

.background-grey {
	background-color: #F6F4F2;
}

.background-blue {
	background-color: #255788;
}

.background-blue-gradient {
	background: rgb(21,41,62);
	background: linear-gradient(90deg, rgba(21,41,62,1) 0%, rgba(37,87,136,1) 100%);
}

.background-white {
	background-color: #fff;
}

.text-black {
	color: #0000;
}

.text-white {
	color: #fff;
}

.text-gold {
	color: #D1A95D;
}

.has-background-image {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.single-post-heading-container{
	padding-bottom: 40px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
	box-shadow: 0px 3px 6px #00000029;
}

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

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

.wysiwyg-content ul {
	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;
}

.non-underline-link {
	text-decoration: none;
}

/* Gravity Form Styling */
.gfield_visibility_hidden {
	display: none!important;;
}

.hidden_label label {
	display: none!important;;
}

.gform_body {
	padding-bottom: 0;
}

.gfield_label {
    float: left;
	font-weight: 700;
	margin-bottom: 5px;
}

.gfield {
	width: 100%;
    float: left;
	margin-bottom: 10px !important;
}

.gform_body ul {
    margin-bottom: 0!important;
    margin-left: 0!important;
	text-indent: 0!important;
}

.gform_body li {
    list-style-type: none!important;
}

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

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

.align-center {
    float: left;
    width: 100%;
    text-align: center;
}

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

.gform_wrapper .hide-headings label.gfield_label {
	display: none;
}

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

.gfield_contains_required ::-webkit-input-placeholder::after { /* Chrome */
	content: '*';
	color: #939393;
	visibility: visible;
}
.gfield_contains_required :-ms-input-placeholder::after { /* IE 10+ */
	content: '*';
	color: #939393;
}
.gfield_contains_required ::-moz-placeholder::after { /* Firefox 19+ */
	content: '*';
	color: #939393;
}
.gfield_contains_required :-moz-placeholder::after { /* Firefox 4 - 18 */
	content: '*';
	color: #939393;
}

.gform_wrapper ul li.gfield {
	width: 100%;
    float: left;
    padding: 0;
}

.gform_wrapper ul li.gfield.half-width-input {
	width: 50%;
    float: left;
}

.gform_wrapper ul li.gfield.half-width-input:nth-of-type(odd) {
	padding-right: 10px;
}

.gform_wrapper ul li.gfield.half-width-input:nth-of-type(even) {
	padding-left: 10px;
}

.gform_wrapper ul li.gfield.full-width-input {
	width: 100%;
    float: left;
	padding: 0;
}

.ginput_complex .name_first, 
.half-width-input.first-half {
    padding-right: 5px;
}

.ginput_complex .name_last, 
.half-width-input.second-half {
    padding-left: 5px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.ginput_container_select select,
.ginput_container_select select.large,
.gfield textarea {
    padding: 8px 12px;
}

.gfield--type-address .ginput_container_address > span {
	float: left;
    width: 100%;
	margin-bottom: 10px;
}

.hide-headings .gfield_label,
.hide-headings .ginput_complex label {
    display: none;
}

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

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

.gform_body li.user-agreement {
	text-align: center;
}

.gform_body li.user-agreement label {
	float: none;
    width: auto;
    margin-bottom: 0;
    margin-left: 5px;
    vertical-align: text-bottom;
}

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

.gform_footer {
    justify-content: center;
    margin: 70px 0 !important;
}

ul.gfield_radio li,
ul.gfield_checkbox li {
	width: 100%;
	display: flex;
    justify-content: flex-start;
}

ul.gfield_radio li label,
ul.gfield_checkbox li label {
	margin-bottom: 0;
	margin-left: 10px;
}

.gform_page_footer {
	display: flex;
    justify-content: space-between;
	margin-top: 40px;
}

input[type="button"], 
.button {
    margin: 0;
}

.gform_body input[type="checkbox"], 
.gform_body input[type="radio"] {
    -webkit-appearance: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	outline: none;
	box-shadow: 0 0 0 1px #D1A95D;
	min-height: auto;
	margin-top: 7px;
}

.gform_body input[type="checkbox"]:checked, 
.gform_body input[type="radio"]:checked {
	background-color: #D1A95D;
}

/* Slider general styling */
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	z-index: 1;
}

.slider-arrow-left {
	left: -50px;
}

.slider-arrow-right {
	right: -50px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

/* Header Banner */
.header-banner-wrap {
	left: 0;
    right: 0;
    bottom: 2vw;
	text-align: center;
}

.header-banner-button-container {
	display: flex;
    justify-content: center;
	margin: 20px;
}

.header-banner-block-image img {
	min-height: 650px;
}

/* Information Blocks */
.information-blocks-container {
	padding-bottom: 45px;
}

.information-blocks-wrap {
	justify-content: space-between;
}

.information-block-container {
	max-width: 400px;
}

.information-block-image {
	margin-bottom: 20px;
}

.information-block-image img {
	width: 63px;
    margin: 0 auto;
}

.information-block-heading {
	text-align: center;
}

.information-block-button-container {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

/* CTA Blocks */
.cta-banner-block-wrap {
	align-items: center;
    justify-content: center;
}

.cta-banner-block-heading-container {
	padding-right: 40px;
}

.cta-banner-text {
	max-width: 360px;
    float: right;
}

/* Testimonial Slider */
.testimonial-slider-container {
	overflow: hidden;
}

.block-heading-container {
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
}

.testimonial-slider-quote-wrap {
	margin-bottom: 50px;
}

.testimonial-slider-quote-wrap img {
	width: 30px;
	margin: 0 auto;
}

.testimonial-item {
	font-style: italic;
}

.testimonial-dets {
	text-align: center;
	margin-top: 30px;
}

.testimonial-author {
	margin-bottom: 5px;
}

.testimonial-pos {
	font-style: italic;
}

.testimonial-comp {
	color: #255788;
}

/* News Block */
.news-block-border {
	border-top: 1px solid #255788;
	max-width: 1088px;
	width: 100%;
	margin: 0 auto;
	padding: 75px 20px;
}

.news-block-heading-container {
	align-items: center;
	justify-content: center;
}

.news-block-image-link img {
	height: calc(34vw - 40px);
	max-height: 240px;
}

.news-block-item-title-wrap {
	margin-top: 20px;
}

.news-date {
	color: #255788;
	margin-top: 5px;
}

.news-excerpt {
	margin-top: 50px;
}

/* Bio Block */
.bio-block-heading-banner {
	float: left;
    width: 100%;
    height: 180px;
}

.bio-block-heading-banner-wrap {
	align-items: flex-end;
	height: 100%;
}

.bio-block-heading-container {
	padding: 30px 40px;
}

.bio-block-name-container {
	display: flex;
    align-items: flex-end;
}

.bio-block-pos {
	font-style: italic;
}

.bio-block-left-heading-container {
	width: 300px;
	padding: 20px;
}

.bio-block-right-heading-container {
	width: calc(100% - 300px);
}

.bio-block-left-container {
	width: 300px;
	margin-top: -160px;
	padding: 20px;
}

.bio-block-right-container {
	width: calc(100% - 300px);
}

.bio-block-image-wrap {
	border: 4px solid #fff;
}

.bio-block-contact-content-container {
	margin-top: 20px;
}

.bio-block-phone-wrap {
    position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}

.bio-block-phone-wrap:before {
    content: '';
    background-image: url(/wp-content/themes/entrustcpa/images/phone.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 15px;
    width: 15px;
    left: 0;
    margin-top: 4px;
}

.bio-block-phone-wrap a {
    color: #000;
    text-decoration: none;
}

.bio-block-email-wrap {
    position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}

.bio-block-email-wrap:before {
    content: '';
    background-image: url(/wp-content/themes/entrustcpa/images/email.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 15px;
    width: 15px;
    left: 0;
    margin-top: 4px;
}

.bio-block-email-wrap a {
    color: #000;
    text-decoration: none;
}

.bio-block-linkedin-wrap {
	padding-left: 25px;
}

/* Accordion Blocks */
.accordion-block-content-container {
    margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #255788;
}

.accordion-block-content-container:first-of-type {
	padding-top: 25px;
	border-top: 1px solid #255788;
}

.accordion-block-heading {
	position: relative;
	padding-left: 25px;
	padding-right: 60px;
	margin-bottom: 0;
}

.accordion-block-heading:after {
	position: absolute;
    right: 25px;
	top: -4px;
    width: 30px;
    height: 30px;
    content: "";
    background: url(/wp-content/themes/entrustcpa/images/accordion.png) no-repeat 0 0;
    background-size: 100%;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.accordion-block-heading.active:after {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

.accordion-block-content {
	display: none;
	padding-left: 25px;
	margin-top: 25px;
}

/* Search Result page */
.archive-post-item-wrap {
	position: relative;
	color: #000;
    float: left;
    width: 100%;
	padding: 50px 25px;
    border-bottom: 1px solid #000;
	text-decoration: none;
}

.archive-post-item-wrap:first-of-type {
    border-top: 1px solid #000;
}

.archive-post-item-wrap .entry-title {
	position: relative;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.archive-post-item-wrap .entry-title:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    content: "";
    background: url(/wp-content/themes/adbia/images/directory-listing-arrow.png) no-repeat 0 0;
    background-size: contain;
    z-index: 1;
}

.archive-post-item-wrap:hover .entry-title:after,
.archive-post-item-wrap:focus .entry-title:after {
	background: url(/wp-content/themes/adbia/images/directory-listing-arrow-hover.png) no-repeat 0 0;
	width: 30px;
    height: 30px;
	background-size: contain;
}

.search-results .blog-image-postdate {
	display: none;
}

.search-results  .content {
	padding-bottom: 60px;
}

.search-results .archive-post-item-wrap:hover,
.search-results .archive-post-item-wrap:focus {
	color: #000;
}

.search-results .archive-post-item-wrap .entry-title {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.archive-pagination.pagination {
	margin-top: 40px;
    float: left;
    width: 100%;
    text-align: center;
}

/* Post Archive Page */
.blog-archive-content-container {
    padding: 30px 0 90px;
}

.featured-post-container {
	padding: 10px;
	margin-bottom: 30px;
}

.featured-blog-item-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.featured-blog-item-image {
	width: 50%;
}

.featured-blog-content-wrapper {
	width: 50%;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 10px 0 55px;
}

.featured-blog-label {
	display: flex;
    align-items: flex-start;
    color: #A3407C;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

.featured-blog-label img {
	height: 28px;
	margin-right: 8px;
}

.featured-blog-item-link {
    color: #000;
    text-decoration: none;
}

.featured-blog-item-link:hover,
.featured-blog-item-link:focus {
    color: #000;
}

.learn-more-link {
	color: #00A796;
	text-decoration: underline;
}

.blog-block-item-container:hover .learn-more-link,
.blog-block-item-container:hover .learn-more-link {
	text-decoration: none;
}

.featured-blog-item-link:hover .learn-more-link,
.featured-blog-item-link:hover .learn-more-link {
	text-decoration: none;
}

.featured-blog-excerpt {
	position: relative;
	padding-bottom: 20px;
	margin-top: 20px;
}

.featured-blog-excerpt:after {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 6px;
    content: "";
    background: url(/wp-content/themes/adbia/images/more-dots.png) no-repeat 0 0;
    background-size: 100%;
}

.blog-main-container {
	
}

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

.blog-item-link {
	color: #000;
	text-decoration: none;
	width: 33.33%;
	padding: 10px;
}

.blog-item-link:hover,
.blog-item-link:focus {
	color: #000;
}

.blog-item-wrapper {
	background-color: #fff;
	height: 100%;
	padding: 25px;
}

.blog-item-image img {
	height: calc(22vw - 30px);
	max-height: 228px;
}

.blog-content-wrapper {
	position: relative;
}

.blog-content-wrapper:after {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 6px;
    content: "";
    background: url(/wp-content/themes/adbia/images/more-dots.png) no-repeat 0 0;
    background-size: 100%;
}

.blog-item-title-wrap {
	max-width: 400px;
	margin: 15px 0 25px;
}

.blog-item-title {
	margin-bottom: 5px;
}

.blog-date {
	color: #92A59F;
}

.blog-item-link.hide {
	display: none;
	transition: opacity 1s ease-out;
    opacity: 0;
}

.blog-item-link.show {
	opacity: 1;
}

fade {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 200px;
    background: rgb(246, 244, 242);
    background: linear-gradient(180deg, rgba(246, 244, 242, 0) 0%, rgba(246, 244, 242, 0.8) 70%, rgba(246, 244, 242, 1) 100%);
}

.blog-fadeout.hide {
	display: none;
}

.blog-pagination {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.blog-pagination.hide {
	display: none;
}

/* Single Post */
.new-events-header-container {
	position: absolute;
    width: 100%;
    height: 240px;
    top: 0;
    background: rgb(21, 41, 62);
    background: linear-gradient(90deg, rgba(21, 41, 62, 1) 0%, rgba(37, 87, 136, 1) 100%);
}

.new-events-header-wrap {
	display: flex;
    flex-wrap: wrap;
	align-items: flex-end;
}

.new-events-image-wrap {
	width: 350px;
	height: 350px;
	margin-top: 20px;
	z-index: 1;
}

.new-events-title-container {
	width: calc(100% - 350px);
    padding: 40px 20px 40px 30px;
    z-index: 1;
}

.single-blog-title {
	margin-bottom: 15px;
}

.blog-social-block {
	margin-top: 70px;
}

.blog-social-title {
	font-size: 12px;
}

.new-events-content-container {
	padding: 50px 0 140px;
}

.related-listing-items-wrap {
	justify-content: center;
}

.related-post-title-wrap {
	margin-bottom: 10px;
}

.related-post-item-image img {
    height: calc(23vw - 40px);
    max-height: 240px;
}

.related-listing-button-container {
	justify-content: center;
	margin: 20px 0 70px;
}

.related-listing-button-wrap {
	justify-content: center;
}


.related-listing-button-wrap .button {
	margin: 10px;
}

/* Footer Information */
.footer-contact-border {
	border-top: 1px solid #255788;
	max-width: 1088px;
	width: 100%;
	margin: 0 auto;
	padding: 55px 20px;
}

.footer-contact-block-content-wrap {
	padding-left: 10px;
}

.footer-contact-block-container a {
	color: #000;
	text-decoration: none;
}

.footer-contact-block-phone {
	position: relative;
}

.footer-contact-block-phone:before {
	content: '';
    background-image: url(/wp-content/themes/entrustcpa/images/phone.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 15px;
    width: 15px;
    left: -25px;
    margin-top: 4px;
}

.footer-contact-block-email {
	position: relative;
}

.footer-contact-block-email:before {
	content: '';
    background-image: url(/wp-content/themes/entrustcpa/images/email.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 15px;
    width: 15px;
    left: -25px;
    margin-top: 4px;
}

.footer-contact-block-address {
	position: relative;
} 

.footer-contact-block-address:before {
	content: '';
    background-image: url(/wp-content/themes/entrustcpa/images/location.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 15px;
    width: 15px;
    left: -25px;
    margin-top: 4px;
}
	
.footer-contact-block-text {
	margin-top: 20px;
}

.footer-right-block-image {
	margin-bottom: 20px;
}

.footer-right-block-image img {
	width: 80px;
}

.tag-key {
	color: #255788;
	font-weight: 700;
}

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

.site-footer {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px 0;
	line-height: 1;
	text-align: center;
}

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

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

.site-footer a {
	color: #000;
	text-decoration: underline;
	margin-bottom: 0;
}

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


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

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


}


@media only screen and (max-width: 1260px) {
	
	.slick-arrow {
		width: 30px;
	}

	.slider-arrow-left {
		left: 0;
	}

	.slider-arrow-right {
		right: 0;
	}
	
}

@media only screen and (max-width: 920px) {
	
	.blog-item-link {
		width: 50%;
	}
	
	.blog-item-image img,
	.related-post-item-image img {
		height: calc(33vw - 30px);
	}
	
	.width-33 {
		width: 50%;
	}

}

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

	.admin-bar .genesis-responsive-menu {
		top: 117px;
	}
	
	.admin-bar .menu-toggle {
		top: 60px;
	}

}

@media only screen and (max-width: 768px) {
	
		
	.bio-block-left-heading-container {
		display: none;
	}
	
	.bio-block-right-heading-container {
		width: 100%;
	}
	
	.bio-block-left-container {
		margin-top: 0;
	}

}

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

}

@media only screen and (max-width: 640px) {
	
	.width-50 {
		width: 100%;
	}
	
	.information-block-container {
		max-width: 100%;
	}
	
	.cta-banner-block-heading-container {
		text-align: left;
		padding-right: 0;
	}
	
	.cta-banner-heading {
		max-width: 400px;
	}
	
	.cta-banner-text {
		max-width: 100%;
		float: left;
	}
	
	.bio-block-right-container {
		width: 100%;
	}
	
	.gform_wrapper.gravity-theme .ginput_complex span.name_first {
		margin-bottom: 25px!important;
	}
	
	.gform_wrapper.gravity-theme .ginput_complex span.name_last {
		margin-bottom: 0!important;
	}
		
}

@media only screen and (max-width: 600px) {
	
	.blog-item-link {
		width: 100%;
	}
	
	.blog-item-image img,
	.related-post-item-image img {
		height: calc(67vw - 30px);
	}
	
	.width-33 {
		width: 100%;
	}
	
}

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

}

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

	
	
}


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

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !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;
	}

}
