/*
Theme Name: Joan Garry 2022
Template: generatepress
Author: Tipit
Author URI: https://tipti.net
Version: 0.1.1650543813
Updated: 2022-04-21 12:23:33

*/

.wp-block-latest-posts a {
	font-weight: bold;	
} 

.wp-block-post-featured-image img {
	width: revert-layer;
}

.wp-block-query .wp-block-post-template li {
	margin-bottom: 1.75em;
	padding-bottom: 0px;
}

.archive .hentry:not(.featured-column) img {
	object-fit: cover;
	height: 192px;
	max-width: 100%;
}

.archive .hentry:not(.featured-column) .gb-button-wrapper a.gb-button-dc32ec2f, 
.archive  .hentry:not(.featured-column).gb-button-wrapper a.gb-button-dc32ec2f:visited {
	color: rgb(233, 92, 16);
	background-color: transparent;
	padding: 4px 10px 4px 0px;
}

.three_cols_module .gb-grid-wrapper {
	justify-content: space-between;
}

.three_cols_module .gb-grid-wrapper img {
	object-fit: cover;
	min-height: 260px;
	width: 100%;
	height: auto;
}

.three_cols_module .gb-grid-wrapper h2, 
.three_cols_module .gb-grid-wrapper h3 {
	display: inline-flex;
}

.three_cols_module .gb-grid-wrapper .gb-grid-column {
	position: relative;
}

.three_cols_module .gb-grid-wrapper .gb-grid-column a::after {
	content: '';	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.wp-block-query .wp-block-post-template h2 {
	border-left: 6px solid  rgb(233, 92, 16);
	padding-left:10px;
	padding-right:30px;
}

div.gb-headline {
	font-size: 18px;
}

.jg-bubble div.gb-headline {
	font-size: 18px;
}

blockquote {
	border-left: 6px solid var(--accent);
}

hr {
	margin-bottom: 25px;
}

#primary-menu ul#menu-main-menu > li:last-child a {
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 0px 20px;
	background-color: var(--accent);
	color: #FFF;
	border-radius: 25px;
	line-height: 46px;
}

#primary-menu ul#menu-main-menu >  li:last-child a:hover {
	background-color: #000;
}

#primary-menu ul#menu-main-menu > li:last-child a {
	margin-right: 90px;
}

.main-navigation.toggled .main-nav li li:last-child {
	text-align: left;
	margin-left: 0px;
}

.main-navigation.toggled .main-nav li:last-child {
	text-align: center;
	margin-left: 10px;
}

/* GP searchbox */

.search-item .gp-icon svg {
	height: 2em;
	width: 2em;
	top: .5em;
}

.navigation-search input[type="search"] {
	background-color: #ebebeb;
	height: 90px;
}

/* GP ELEMENTS searchbox */
.wp-block-search {
    position: absolute;
	right: 0;
	top: 0px;
    transition: all 1s;
    width: 64px;
    height: 64px;
    background: #ebebeb;
    box-sizing: border-box;
    padding: 5px;
}

.wp-block-search input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;;
    height: 64px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    padding: 0 20px;
}

.wp-block-search input[type="search"] {
	background-color: #ebebeb;
	padding-left: 15px !important;
}

.wp-block-search__button {
    box-sizing: border-box;
    padding: 20px;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

.wp-block-search:hover {
	position: absolute;
    width: 100%;
    cursor: pointer;
		right: 0px;
}

.wp-block-search:hover input {
    display: block;
}

.wp-block-search:hover .wp-block-search__button {
    background: #000;
    color: #FFF;
}

.wp-block-search__button svg {
	min-width: 2.4em;
	min-height: 2.4em;
}

/* JG Bubble*/
.jg_rounded .gb-container {
	clip-path: circle(50%);
}

.jg_rounded > .gb-inside-container {
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
	border: 1px solid rgba(165,165,165, 0.3);
	border-radius: 100px;
}

.jg-bubble {
    position: relative;
    background: #ffffff;
    font-family: Arial;
    text-align: left;
    width: 298px;
    border-radius: 10px;
    padding: 0px;
    border: #e8e8e8 solid 1px;
	margin-left: 20px;
}

.jg-bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
	top: 48%;
    left: -23px;
    margin-top: -10px;
    border-top: 13px solid transparent;
    border-right: 26px solid #FFF;
    border-bottom: 13px solid transparent;
}

.jg-bubble:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    top: 49%;
    left: -27px;
    margin-top: -11px;
    display: block;
    border-top: 13px solid transparent;
    border-right: 26px solid #e8e8e8;
    border-bottom: 13px solid transparent;
}

.jg-bubble .gb-grid-wrapper .gb-grid-column:last-child {
	border-left: 1px dashed rgb(204, 204, 204);
	color: rgba(135, 135, 135, 0.5);
	align-items: center;
	display: flex;
	justify-content: end;
}

.jg-bubble p {
    margin-bottom: 0.5em;
}

.has_bubble {
    align-items: center !important;
    justify-content: center;
}

.has_bubble a {
	color: var(--accent);
}

.jg-bubble .gb-grid-wrapper .gb-grid-column:last-child a,
.jg-bubble-arrow-col a,
.jg-bubble .gb-grid-wrapper .gb-grid-column:last-child .dashicons-arrow-right-alt {
	display: inline-table;
	position: relative;
	width: 20px !important;
	height: 20px;
	left: 4px;
	top: 4px;
	z-index: 10;
	cursor: pointer;
	background-color: rgba(135, 135, 135, 0.5);
    -webkit-mask-image: url("../svg/arrow-right-alt.svg");
    mask-image: url("../svg/arrow-right-alt.svg");
}

.jg-bubble-arrow-col a {
	margin-left: -4px;
}

.jg-bubble .gb-grid-wrapper .gb-grid-column:last-child > .gb-container {
	justify-content: center	;
}

.dashicons-arrow-right-alt {
	display: block;
	width: 30px;
	color:rgba(135, 135, 135, 0.5);
	font-size: 18px;
}

.featured-image img {
	object-fit: cover;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	max-height: 593px;
}

.wp-caption .wp-caption-text {
	text-align: left;
	font-size: 16px;
	line-height: 1.31em;
	padding-left: 5px;
}

.main-navigation .inside-navigation {
	padding: 8px 32px 8px 32px;
}

.main-navigation {
    border-bottom: 1px solid #ae8b78;
    background-color: #FFF;
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, .2);
    position: relative;
}

.sticky-enabled .main-navigation.is_stuck {
	box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, .2);
}

.main-navigation .inside-navigation .navigation-branding img {
	height: auto;
	width: 290px;
	padding-top: 0;
	padding-bottom: 0;
}

/*Related*/

.yarpp-template-yarpp-template-joan-garry {
	z-index: 10;
	position: sticky;
}

.yarpp-template-yarpp-template-joan-garry ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding:0;
}

.yarpp-template-yarpp-template-joan-garry ul li {
	width: 31%;
	background-color:#FFF;
	padding: 15px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.3);
	position: relative;	
}
.yarpp-template-yarpp-template-joan-garry ul picture {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.yarpp-template-yarpp-template-joan-garry ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 342px;
}

.yarpp-template-yarpp-template-joan-garry ul li p {
	font-size: 16px;
	line-height: 1.31em;
	font-family: Inter, sans-serif; 
	font-weight: 800;
	padding: 3px 0px 3px 8px;
	border-left: 8px solid var(--accent);
	display: block;
	margin: 0 15px;
}

.yarpp-template-yarpp-template-joan-garry ul li p {
	margin: 0;
}

.yarpp-template-yarpp-template-joan-garry ul li p a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.related_posts p {
	z-index: 15;
}

.separate-containers .inside-article {
	padding-top: 20px;
}

.about-jg-block .wp-block-pullquote.alignright.right-pullquote {
	max-width: 500px;
	padding-right: 100px;
	padding-top: 0;
}

.about-jg-block .wp-block-pullquote.alignleft {
	max-width: 500px;
}

.about-jg-block p {
	width: 50%;
}

.about-jg-block blockquote p {
	width: 100%;
}

.about-jg-block .lazy-load-div {
	height: 100% !important;
	width: 100% !important;
}

.about-jg-block .preview-vimeo {
	height: 100% !important;
	width: 100% !important;
}

.about-jg-block .is-type-video.alignright{
	max-width: 694px !important;
	margin-right: -20px;
	margin-top: 40px;
}

.about-jg-block .wp-block-image .alignright {
	margin-right: -20px;
}

.about-jgc-block .gb-grid-wrapper > .gb-grid-column > .gb-container {
	height: auto;
}

.about-jgc-block .flex-direction-invert {
	flex-direction: row-reverse;
	float: right;
	margin-right: -5px;
	position: relative;
}

.right-pullquote blockquote {
    border: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

/*Blog Category head (parent info ful width) */

.parent-cat-hedader-container {
	background-color: #ebebeb;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 4px solid var(--accent);;
}

.parent-cat-header-inner-container .border-container {
	border-left: 15px solid var(--accent);
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.parent-cat-hedader-container > .gb-inside-container {
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.gb-grid-wrapper > .gb-grid-column-parent-cat-header-text {
	padding-right: 23px;
	width: 47%;
}

.gb-container-parent-cat-header-text > .gb-inside-container p {
	padding-left: 35px;
}

.gb-grid-wrapper > .gb-grid-column-parent-cat-header-image {
	padding-left: 12px;
	width: 52.7%;
}

h2.gb-headline-parent-cat-header {
    display: flex;
    align-items: flex-start;
}

h2.gb-headline-parent-cat-header .gb-icon {
    color: var(--accent);
    padding-right: 0.5em;
	display: inline-flex;
    line-height: 0;
}

h2.gb-headline-parent-cat-header .gb-icon svg {
    width: 1.2em;
    height: 1.2em;
}

.parent-cat-hedader-container .jg-bubble-main-wrapper {
	margin-bottom: 25px;
}

.parent-cat-hedader-container .jg-bubble-main-wrapper p {
	padding-left: 0px;
}

.category.full-width-content .category-posts-list {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.generate-columns-container .paging-navigation {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

/*Breadcrumb*/
.breadcrumb_container {
	width: 100%;
}

p#breadcrumbs{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	padding-left: 32px;
	margin-bottom: 20px;
}

.gb-container-a623c943 {
	width: 100%;
}

/*Blog lists*/
.category-has-parent .gb-container-a623c943 > .gb-inside-container {
	padding-top: 10px;
}

.blog .grid-33 img, .archive .grid-33 img, .category .grid-33 img {
    height: 168px;
    width: 336px;
    object-fit: cover;
}

/* Archive Bubble */
.blog .jg-bubble, .archive .jg-bubble, .category .jg-bubble {
	width: auto;
}

.blog .jg-bubble:after, .blog .jg-bubble:before, 
.archive .jg-bubble:after, .archive .jg-bubble:before, 
.category .jg-bubble:after, .category .jg-bubble:before {
	top: 50%;
}

.blog .jg-bubble .gb-grid-wrapper .gb-grid-column:last-child:after,
.archive .jg-bubble .gb-grid-wrapper .gb-grid-column:last-child:after,
.Specificity .jg-bubble .gb-grid-wrapper .gb-grid-column:last-child:after {
	top: 30%;
}

/*Accordion*/

.wp-block-pb-accordion-item {
	background-color: #ebebeb;
	border-top: 6px solid var(--accent);
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.c-accordion__title {
	text-transform: none !important;
	padding-left: 15px;
	font-size: 14px !important;
	font-weight: normal !important;
} 
.c-accordion__title::after {
	top: 35%;
	font-size: 35px;
	right: 5px;
}

/*Podcast filter Page*/

.search-results article.hentry img.is-style-rounded,
.category-posts-list article.hentry img.is-style-rounded,
.podcasts-wrapper .is-style-rounded img {
	border-radius: 9999px;
	border: 3px solid var(--accent);
	height: auto;
	width: auto;
	object-fit: cover;
	object-position: right;
}
	
@media only screen and (min-width: 1100px) {
	.search-results article.hentry img.is-style-rounded,
	.category-posts-list article.hentry img.is-style-rounded,
	.podcasts-wrapper .is-style-rounded img {
		min-width: 204px;
		min-height: 204px;
	}
}

.podcast-item {
	margin-bottom: 35px;
	padding-left: 30px;
}

.podcast-item .highlight {
	color: var(--accent);
}

.podcast-item > .gb-inside-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.podcast-grid-wrapper {
    margin-left: -30px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.podcast-grid-wrapper > .gb-grid-column {
    padding-left: 30px;
}

.gb-grid-wrapper > .podcast-grid-column-image {
    width: 25%;
}

.podcast-grid-wrapper > .gb-grid-column {
    padding-left: 30px;
}

.gb-grid-wrapper > .podcast-grid-column-info {
    width: 75%;
}

.podcast-grid-container-info {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--base);
}

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

.podcasts h2 a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.podcasts .gb-headline-terms {
	position: relative;
	z-index: 10;
}

.podcasts p.author {
    font-family: Inter;
    font-size: 26px;
    margin-bottom: 10px;
}

.podcasts p.podcasts_excerpt {
    margin-bottom: 15px;
}

.gb-button-wrapper.podcast-button-wrapper {
    margin-right: 10%;
    margin-bottom: 5%;
    justify-content: flex-end;
	align-items: flex-end;
}

/*SDM DOWNLOAD reset format*/
.sdm_download.green, .sdm_download.green:visited {
    background: none;
	background-color: transparent;
    border-color: transparent;
    color:#ffffff !important;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-decoration: none;
	font-family: Inter, sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 24px;
	border: none;
	padding: 11px 18px !important;
}

.sdm_download.green:hover {
	background: none;
	background-color: var(--contrast) !important;
	text-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	line-height: 24px;
}
.sdm_post_download_count {
	border: none;
}

.gb-button-wrapper .podcast-button, 
.gb-button-wrapper .podcast-button:visited, 
.sdm_download.green, 
.sdm_download.green:visited {
    background-color: var(--accent);
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px 18px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
	border-radius: 25px;
}

.gb-button-wrapper .podcast-button .gb-icon {
    font-size: 1.5em;
    padding-left: 0.5em;
}

.facetwp-checkbox {
	font-family: Inter, sans-serif;
	font-size: 11px;
}

.facetwp-counter {
	display: none;
}

/*Review : workaround because css  takes too long to load Maybe use a ccs compiler */
.type-post .entry-content p a:link, 
.type-post .entry-content p a:visited,
.type-post .entry-content p a:active,
.type-video .entry-content p a:link, 
.type-video .entry-content p a:visited,
.type-video .entry-content p a:active, 
.type-podcast .entry-content p a:link,
.type-podcast .entry-content p a:visited, 
.type-podcast .entry-content p a:active,
.type-page .entry-content p a:link, 
.type-page .entry-content p a:visited,
.type-page .entry-content p a:active,	
.type-post .entry-content li a:link, 
.type-post .entry-content li a:visited,
.type-post .entry-content li a:active,
.type-video .entry-content li a:link, 
.type-video .entry-content li a:visited,
.type-video .entry-content li a:active, 
.type-podcast .entry-content li a:link,
.type-podcast .entry-content li a:visited, 
.type-podcast .entry-content li a:active,
.type-page .entry-content li a:link, 
.type-page .entry-content li a:visited,
.type-page .entry-content li a:active,
.type-post .entry-content blockquote a:link, 
.type-post .entry-content blockquote a:visited,
.type-post .entry-content blockquote a:active,
.type-video .entry-content blockquote a:link, 
.type-video .entry-content blockquote a:visited,
.type-video .entry-content blockquote a:active, 
.type-podcast .entry-content blockquote a:link,
.type-podcast .entry-content blockquote a:visited, 
.type-podcast .entry-content blockquote a:active,
.type-page .entry-content blockquote a:link, 
.type-page .entry-content blockquote a:visited,
.type-page .entry-content blockquote a:active

/*
.entry-content a:link, 
.entry-content a:visited,
.entry-content a:active
*/
{
	color: var(--accent);
}

.category-item-byline {
	font-style: italic;
}

.search-results .gb-button-wrapper,
.category-posts-list .gb-button-wrapper {
	align-items: end !important;
}

.search-results .gb-button-wrapper .gb-button,
.category-posts-list .gb-button-wrapper .gb-button {
	width: auto !important;
	border-radius: 25px;
	padding: 11px 18px;
}

.search-results #right-sidebar .gb-button-wrapper .gb-button{
	padding: 11px 14px;
}

.read-more-container {
	display: none;
	/*review and fix http://joangarry.dev9.tipit.net/?s=keep+best+employees*/
}

.search-results #right-sidebar {
	margin-top: 200px;

}

.post-term-item {
	margin-right: 6px;
	padding-right: 10px;
}

.gb-headline-terms {
	font-family: Inter, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 6px;
}

.gb-headline-terms a {
	color: var(--accent);
}

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

/*Refactoring css for Full width ctas*/

.service_module .gb-inside-container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.service_module .gb-button-wrapper {
	margin-top: auto;
	
}

.shadowed_border {
	-webkit-box-shadow: -4px 5px 4px 0px rgba(0,0,0,0.25); 
	box-shadow: -4px 5px 4px 0px rgba(0,0,0,0.25);
}

.shadowed_border img {
	object-fit: cover;
	width: 175px;
	height: 175px;
	-webkit-box-shadow: -4px 5px 4px 0px rgba(0,0,0,0.25); 
	box-shadow: -4px 5px 4px 0px rgba(0,0,0,0.25);
}

.error404 .search-form .search-field,
.no-results .search-form .search-field {
	padding: 11px 18px;
	border-radius: 25px;
	border-width: 2px;
	border-color: #bdbdbd;
	line-height: 1.41em;
	font-size: 14px;
}

.error404 .search-form .search-submit, .form-submit input[type="submit"],
.no-results .search-form .search-submit, .form-submit input[type="submit"]{
	border-radius: 25px;
	padding: 11px 18px;
	line-height: 1.31em;
}

input[type="submit"] {
	border-radius: 25px;
	padding: 11px 18px;
	line-height: 1.31em;
}


/*GF form*/

.gform_body input[type=text],
.gform_body input[type=email],
.gform_body input[type=tel],
.gform_body input[type=url] {
	padding: 11px 18px !important;
	border-radius: 25px;
	border-width: 2px;
	border-color: #bdbdbd;
	line-height: 1.41em;
	font-size: 14px !important;
	width: 100%;
}

.gform_body textarea{
	padding: 11px 18px !important;
	border-radius: 25px;
	border-width: 2px;
	border-color: #bdbdbd;
	line-height: 1.41em;
	font-size: 14px !important;
	width: 100%;
}

.ginput_container_select {
	
	display:block;
	overflow:hidden;
	background:#fff;
	border:2px solid #bdbdbd;
	padding: 0px !important;
	border-radius: 25px;
	border-width: 2px;
	border-color: #bdbdbd;
	line-height: 1.41em;
	font-size: 14px;
	width: 100%;
    position: relative;
}
.ginput_container_select select {
    border: none;
    padding: 11px 18px !important;
    margin: 0;
    font: inherit;
    outline:none; /* remove focus ring from Webkit */
    line-height: 1.41em;
    background-color: var(--base-2);
    -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
}

/* Since we removed the default focus styles, we have to add our own */
.ginput_container_select select:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/* Select arrow styling */
.ginput_container_select:after {
    content: "▼";
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 30px;
    color: #555;
    pointer-events:none;
    padding:2px 25px;
}

.gform_body .gfield_radio .gchoice {
	padding-left: 5px !important;
	margin-left: -5px !important;
	margin-bottom: 2px;
}
.gform_body .gfield_radio .gchoice label {
	margin-left: 4px;
}

.gb-headline-terms{
	text-align: left;
}

.sr-only, .mobile-menu {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.podcasts .is-style-rounded img {
	width: auto;
	height: auto;
}

.main-navigation .menu-toggle {
    font-size: 30px !important;
}

.four-grid-cta .is-style-rounded img {
	object-fit: cover;
	width: auto;
	height: auto;
}

.kicker_left .gb-inside-container {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


.four-grid-cta {
	position: relative;
}

.four-grid-arrow {
	position: absolute;
	top: 40%;
	left: 43%;
}


.four-grid-cta .gb-inside-container {
	position: relative;
}

.four-grid-cta .gb-inside-container a::after {
	content: '';	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/*Serchie iframe*/

.single-podcast .featured-image .featured-inner {
	padding-left: 30px;
	padding-right: 30px;
	max-width: 800px;
	margin: 0 auto;
}

.searchie-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.searchie-container iframe, .searchie-container object, .searchie-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.inquire_band ul {
	margin-bottom: 0;
}


/*Changing site structure for right-sidebar posts*/

.single-post.right-sidebar #content {
	max-width: 1000px;
}

.single-post.right-sidebar .site-content .content-area {
	width: 75%;
}

.single-post.right-sidebar .is-right-sidebar {
	width: 25%;
}

.is-right-sidebar ._form_element, .is-right-sidebar ._button-wrapper {
	width: 75% !important;
	text-align: center;
	margin: 0 auto;
	padding-right: 0 !important;
	margin-bottom: 20px;
}

.is-right-sidebar ._button-wrapper button {
	width: 100% !important;
}

.wp-container-1.share-bar {
	gap: 0px;
}

.share-bar li.wp-block-outermost-social-sharing-link { 
	border-radius: 0;
	border-bottom: 1px solid #FFF;
}

.share-bar .wp-block-outermost-social-sharing-link:hover {
	transform: none;
	background-color: var(--contrast) !important;
}
.share-bar .wp-block-outermost-social-sharing-link {
	transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s border-color ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
}

.wp-block-outermost-social-sharing .outermost-social-sharing-link a {
	padding: 12px;
}


@media screen and (max-width: 850px) {
	.about-jg-block {
		margin-right: 40px;
	}	

	.about-jg-block p {
		width: 100%;
	}	

	.about-jg-block .wp-block-image .alignright,
	.about-jg-block .is-type-video.alignright {
		margin-right: 0px;
		margin-left: 0px;
		float: none;
	}

	.about-jg-block .wp-block-pullquote.alignleft {
		max-width: 100%;
	}
}

@media only screen and (max-width: 650px) {
	._form_86 ._form_element {
		width: 100% !important;
		padding: 20px !important;
	}
	._form_86 ._button-wrapper {
		width: 100% !important;
	}
}

@media only screen and (max-width: 479px) {
	.main-navigation .inside-navigation {
		padding-left: 0;
	}
	.main-navigation .inside-navigation .navigation-branding img {
		width: 220px;
	}

	.main-navigation.has-branding .menu-toggle {
		padding-right: 5px !important;
	}

	.home_sidebar > .gb-inside-container > .gb-container > .gb-inside-container > .gb-container{
		text-align: center;
	}

	.home_sidebar > .gb-inside-container > .gb-container > .gb-inside-container > .gb-container .gb-button {
		margin-left: auto;
		margin-right: auto;
	} 

	.cta_services h3 {
		font-size: 26px;
	}

	.cta_services p {
		font-size: 18px;
	}

	.cta_podcast h3{
		font-size: 34px !important;
		margin-left: 10px !important;
	}

	.jg-bubble {
		width: 175px;
	}

	.image_and_bubble > .gb-grid-column {
		width: 41% !important;
	}

	.jg_bubble_image_and_bubble > .gb-inside-container {
		padding-left: 0px;
	}

	._form_82 ._form_element {
		width: 100% !important;
		margin-bottom: 15px;
		padding-right: 0 !important;
	}

	._form_82 ._button-wrapper {
		text-align: center;
		width: 100% !important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
	/*Home Hero*/

	.home_hero .gb-grid-wrapper .gb-grid-column:first-child {
		width: 38%;
	}
	.home_hero .gb-grid-wrapper .gb-grid-column:nth-child(2) {
		width: 62%;
	}

	.home_hero h1.gb-headline {
		font-size: 50px;
	}

	.home_hero .gb-headline .gb-icon {
		display: none;
	}

	
}

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

	#primary-menu ul#menu-main-menu > li:last-child a {
		margin-right: 10px;
	}
	
	.home_hero .gb-grid-wrapper .gb-grid-column:last-child {
		width: 0%;
		display: none;
	}
	.home_hero .gb-headline {
		margin-bottom: 15px;
	}
	.gb-container-3d50d17b {
		margin-left: 0;
	}

	.cta_podcast h3{
		margin-right: auto;
		margin-left: 30px;

	}
}

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

	.home_hero .gb-headline .gb-icon{
		display: none;
	}

	.cta_podcast .cta_podcast_logos_container > .gb-inside-container {
		display: flex;
		justify-content: center;
	}

	.cta_podcast .cta_podcast_logos_container > .gb-inside-container > .gb-container {
		width: 20%;
	}

	.cta_podcast > .gb-inside-container > .gb-container > .gb-inside-container > .gb-grid-wrapper > .gb-grid-column:last-child{
		display: none;
	}

	.cta_services > .gb-inside-container{
		width: 80%;
	}

	.about-jgc-block .flex-direction-invert {
		margin-top: -50px;
		margin-bottom: 50px;
	}

	.jg-bubble {
		width: 268px;
	}

	.jg_bubble_image_and_bubble {
		padding-top: 0px;
	}

	.jg_bubble_image_and_bubble > .gb-inside-container {
		padding-bottom: 30px;
		padding-left: 0;
	}
	.hero_excerpt p {
		text-align: left;
	}

	.yarpp-template-yarpp-template-joan-garry ul {
		display: block;	
	}
	
	.yarpp-template-yarpp-template-joan-garry ul li {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 25px;
		max-width: 495px;
	}

	.yarpp-template-yarpp-template-joan-garry ul li img {
		max-height: 245px;
		max-width: 100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.home_sidebar > .gb-inside-container > .gb-container > .gb-inside-container {
		display: flex;
		justify-content: center;
		align-content: center;
	}

	.home_sidebar > .gb-inside-container > .gb-container > .gb-inside-container > .gb-container{
		width: 45%;
	}
	.home_sidebar > .gb-inside-container > .gb-container > .gb-inside-container > .gb-container:last-child{
		padding-top: 120px;
	}
}

@media only screen and (max-width: 960px) {
	.main-navigation.has-branding.nav-align-center .menu-bar-items {
		margin-right: 15px;
	}

	.postslist_and_sidebar_container .gb-grid-column:last-child{
		padding-left: 0;
	}

	.postslist_and_sidebar_container .gb-headline-text {
		padding-left: 5px;
		padding-right: 5px;
	}

}

@media only screen and (min-width: 768px) {
	.single-post .featured-image,
	.single-podcast .featured-image,
	.single-video .featured-image {
		margin-top: 20px;
	}
	
}

@media only screen and (max-width: 1024px) {
	.jg_rounded, .jg-bubble-rounded {
		height: 125px;
		width: 125px;
	}

	.jg_bubble_image_and_bubble {
		padding-top: 25px; 
	}

	.jg_bubble_image_and_bubble > .gb-inside-container {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.hero_excerpt p {
		text-align: left;
	}

}

@media only screen and (max-width: 510px) {
	.image_and_bubble > .gb-grid-column {
		width: 31% !important;
	}
}


@media only screen and (max-width: 481px) and (max-width: 767px) {
	.jg-bubble-main-wrapper {
		max-width: 80%;
	}
}


@media only screen and (max-width: 480px) {
	h2.sfh-headline-text {
		font-size: 32px !important;
	}
}

@media only screen and (max-width: 655px) {
	.about-joan-hero:before {
		background-image: none !important;
	}

	.about-joan-hero h1 {
		padding-right: 10px;
		margin-top: 45px;
	}
}

@media only screen and (max-width: 350px) {
	.main-navigation .inside-navigation .navigation-branding img {
		width: 200px;
	}

	.about-jgc-block .flex-direction-invert .gb-icon {
		padding-left: 0.5em;
	}
	.about-jgc-block .flex-direction-invert {
		max-width: 260px;
	}
}


/*Accessibility classes*/

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* 	Focus for old browsers.
Includes Safari < 15.4 (2022) */
:focus { 
	outline: 1px solid #002a8d;
	outline-offset: 3px;
}
/* In the links, for mouse and touch we remove focus styles.
But only if the browser supports focus-visible and the user uses a pointer.*/
:focus:not(:focus-visible) {
	outline: 0; 
}
/* We also remove outline on :hover and :active, it reduces the impact if there is no support for :focus-visible.
Do not join this selector with the previous one! 1 single unsupported selector drops the entire rule. */
:hover, :active { 
	outline: 0; 
}
/* Some styles *well visible* for keyboard users. */
:focus-visible { 
	outline: 3px solid #002a8d;	
	transition: outline .1s ease-out;
	/* We combine the dark outline with white shadow, to ensure contrast on any background.
Of course another option is to assign context-specific outlines. */
	box-shadow:  0 0 0 3px #fff;	
}


.screen-reader-text:focus {
    margin: 9px;
    background: #e85b11;
    color: #fff;
    text-transform: uppercase;
}

.ginput_container_select { 
	overflow: hidden; 
}
 
.ginput_container_select select { 
	outline: none;  
} 
 
.ginput_container_select>select:focus-visible{
	border: 3px solid navy;
	box-shadow:  0 0 0 3px #fff;
	border-radius: 25px;
	
}

.main-navigation ul li a:focus-visible {
	z-index: 10000;
}

.main-navigation ul li a:focus-visible + ul {
	z-index: 100;
}

.card .gb-inside-container {
	position: relative;
}

.card .gb-inside-container a::after {
	content: '';	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.wp-block-pb-accordion-item button{
	line-height: 2.3em;
}

/*refactor single post for accesibility*/

.post-template-default #page.grid-container, .podcast-template-default #page.grid-container, .video-template-default #page.grid-container {
	max-width: 100%;
}

.post-template-default #content, .podcast-template-default #content, .video-template-default #content {
	max-width: 100%;
}
 
.post-template-default .inside-article, .podcast-template-default .inside-article, .video-template-default .inside-article {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0%;
}

.featured-image.page-header-image-single {
	max-width: 1200px;
	margin: 20px auto 30px auto;
}

.featured-image.page-header-image-single + .entry-content {
	margin: 0 auto;
	max-width: 800px;
	width: 80%;
	padding: 0px 24px 0px 24px;
}

.comments-area {
	margin: 0 auto;
	max-width: 800px;
	width: 80%;
}

@media only screen and (max-width: 800px) {
	.featured-image.page-header-image-single + .entry-content,
	.comments-area { 
		width: 100%;
	}
}







