@charset "UTF-8";
/*
Theme Name: JDG2019
Author: Jared Hoylman
Version: 1.0
*/

@font-face {
  font-family: 'Open Sans'; /* The name you'll use in your CSS */
  src: url('OpenSans/OpenSans-Regular.ttf') format('ttf'); /* The location of the font file */
  src: url('OpenSans/OpenSans-Bold.ttf') format('ttf'); /* The location of the font file */
}

body {
    width: 100%;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
	overflow-x: hidden !important;
}

a {
  color: #053F6C;
}

#logo {
    max-width: 100px!important;
    height: auto;
}


#home-cta {
    position: absolute;
    width: 580px;
    /* background-color: rgba(17, 17, 34, 0.65); */
    border-radius: 8px;
    color: white;
    padding: 0 1rem;
    top: calc(50% - 75px);
    right: 760px;
    text-align: left;
    text-shadow: 1px 1px 5px black;
}

#home-cta .buttons {
	display: flex;
	justify-content: space-around;
}

#home-cta a.cta-btn {
    background: rgba(0, 0, 0, 0.7);
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-size: 22px;
    width: 190px;
	text-align: center;
	color: #fff;
}

.admin-bar #home-cta {
    top: calc(50% - 10px);
}

#home-cta h1 {
    font-weight: 600;
	font-size: 32px;
}

#home-cta p {
    font-size: 1.25rem;
    font-weight: 400;
}

.desktop-nav {
	display: none;
}

.sn {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

/* body.home .sn,
body.page-template-front-page_staging .sn {
    background-color: white;
}
*/

.nav-link {
    display: block;
    padding: .5rem 0.8rem!important;
}



.bs-canvas-overlay {
   opacity: 0;
   z-index: -1;
}

.bs-canvas-overlay.show {
   opacity: 1.0;
   z-index: 1100;
}

.bs-canvas {
   top: 0;
   width: 0;
   z-index: 1110;
   overflow-x: hidden;
   overflow-y: auto;
}

.bs-canvas-left {
   left: 0;
}

.bs-canvas-right {
   right: 0;
}

.bs-canvas-anim {
   transition: all .4s ease-out;
   -webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
   -ms-transition: all .4s ease-out;
}

#offmenu {
	padding:0;
	margin:0;
}

#offmenu li {
	list-style: none;
	color: #000;
	margin:0;
	padding:0;
}

#offmenu li a {
	list-style: none;
	color: #000!important;
}

.hero .img-fluid {
  width: 100%;
}

#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 44px auto 10px;
  float:left;
    top: 9px;
}

.img-hero-right {
    position:absolute;
    top:-90px;
    right:0px;
    /*height:100vh;*/
    width:auto!important;
    overflow:hidden;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

body.home #toggle span,
body.home #toggle span:after,
body.home #toggle span:before,
body.page-template-front-page_staging #toggle span,
body.page-template-front-page_staging #toggle span:after,
body.page-template-front-page_staging #toggle span:before {
  background-color: #000;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
    height:auto;
    width:auto;
}

#menu {
  /*opacity: 1;*/
  visibility: visible;
  /*transition: opacity .4s;*/
    height:auto;
    width:auto;
    z-index: 10000;
}

#menu .sub-menu {
    z-index: 999;
}

#menu li a.nav-link,
#menu li a.nav-link:link,
#menu li a.nav-link:focus,
#menu li a.nav-link:visited {
    color: #000;
}

body.home #menu li a.nav-link,
body.home #menu li a.nav-link:link,
body.home #menu li a.nav-link:focus,
body.home #menu li a.nav-link:visited,
body.page-template-front-page_staging #menu li a.nav-link,
body.page-template-front-page_staging #menu li a.nav-link:link,
body.page-template-front-page_staging #menu li a.nav-link:focus,
body.page-template-front-page_staging #menu li a.nav-link:visited {
    color: #000;
}

body #menu li#menu-item-5817 a.nav-link,
body #menu li#menu-item-5817 a.nav-link:link,
body #menu li#menu-item-5817 a.nav-link:focus,
body #menu li#menu-item-5817 a.nav-link:visited,
body.home #menu li#menu-item-5817 a.nav-link,
body.home #menu li#menu-item-5817 a.nav-link:link,
body.home #menu li#menu-item-5817 a.nav-link:focus,
body.home #menu li#menu-item-5817 a.nav-link:visited,
body.page-template-front-page_staging #menu li#menu-item-5817 a.nav-link,
body.page-template-front-page_staging #menu li#menu-item-5817 a.nav-link:link,
body.page-template-front-page_staging #menu li#menu-item-5817 a.nav-link:focus,
body.page-template-front-page_staging #menu li#menu-item-5817 a.nav-link:visited {
    //color: #ffffff;
	//background: red!important;
	//border-radius: 8px;
}





#menu li a.nav-link:hover {
    color: #000;
}

body.home #menu,
body.page-template-front-page_staging #menu {
  /*opacity: 1;*/
  visibility: visible;
  /*transition: opacity .4s;*/
}

body.home #menu li a.nav-link,
body.home #menu li a.nav-link:link,
body.home #menu li a.nav-link:focus,
body.home #menu li a.nav-link:visited,
body.page-template-front-page_staging #menu li a.nav-link,
body.page-template-front-page_staging #menu li a.nav-link:link,
body.page-template-front-page_staging #menu li a.nav-link:focus,
body.page-template-front-page_staging #menu li a.nav-link:visited {
    color: #000;
    background: #ffffffff!important;

}

body.home #menu li a.nav-link:hover,
body.page-template-front-page_staging #menu li a.nav-link:hover {
    color: #000;
}

.accordian-title,
.accordian-title:hover,
.accordian-title:active,
.accordian-title:focus,
.accordian-title:link {
	font-size: 1.35rem;
	color: white;
	text-decoration: none;
}

.accordian-header {
	background: #292057;
}

[data-toggle="collapse"] .fa:before {
  content: url('data:image/svg+xml,<svg class="bi bi-dash-circle" width="1.25em" height="1.25em" viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 15A7 7 0 108 1a7 7 0 000 14zm0 1A8 8 0 108 0a8 8 0 000 16z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M3.5 8a.5.5 0 01.5-.5h8a.5.5 0 010 1H4a.5.5 0 01-.5-.5z" clip-rule="evenodd"/></svg>');
	position: relative;
	top: 1px;
}

[data-toggle="collapse"].collapsed .fa:before {
  content: url('data:image/svg+xml,<svg class="bi bi-plus-circle" width="1.25em" height="1.25em" viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 3.5a.5.5 0 01.5.5v4a.5.5 0 01-.5.5H4a.5.5 0 010-1h3.5V4a.5.5 0 01.5-.5z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M7.5 8a.5.5 0 01.5-.5h4a.5.5 0 010 1H8.5V12a.5.5 0 01-1 0V8z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M8 15A7 7 0 108 1a7 7 0 000 14zm0 1A8 8 0 108 0a8 8 0 000 16z" clip-rule="evenodd"/></svg>');
	position: relative;
	top: 1px;
}

.grecaptcha-badge { visibility: hidden; }


.btn-cta,
.btn-cta:hover,
.btn-cta:active,
.btn-cta:link,
.btn-cta:focus{
    color: #fff;
    background-color: #292057;
    border-color: #292057;
}

.img-top-hero {
    width: 100%;
    height: auto;
}

.pum-container {
    width: 100%!important;
}

.card-footer-white {
	background: white!important;
	border-top: 0px!important;
}

.site-footer {
    border-top: 2px solid #292057;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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

.entry-title a {
  text-decoration: none;
}

.postmetadata {
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
}

.postmetadata a {
  text-decoration: none;
  font-weight: normal;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
        max-width: 100%;
		height: auto;
}

.entry-content a {
  text-decoration: none;
}

.read-more {
  margin-top: 1rem;
  display: inline-block;
}

.entry-meta {
	margin-bottom: 1em;
    font-size: 12px;
    margin-bottom: 10px;
}

.blog-sidebar-widget {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 20px;
}

.blog-sidebar-widget ul {
  padding-left: 1.1rem;
}

.blog-sidebar-widget a {
  text-decoration: none;
}





.author-bio-box {
    margin: 40px 0;
    padding: 30px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden; /* contains the float */
}

.author-photo {
    float: left;
    margin: 0 30px 20px 0;
}

.author-photo img {
    width: 220px;
    height: auto;
    border-radius: 15px; /* rounded rectangle */
    display: block;
}

.author-bio-box h1 {
    margin-top: 0;
}

.author-description {
    line-height: 1.8;
}

.author-links {
    clear: both;
    margin-top: 20px;
}

.author-links a {
    margin-right: 20px;
    font-weight: 600;
    text-decoration: none;
}






/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}





@media (min-width: 500px) {

}


@media (min-width: 768px) {

}


@media (min-width: 992px) {

	.desktop-nav {
		display: block;
	}

	.mobile-nav {
		display: none;
	}

    #toggle.on + #menu {
      opacity: 1;
      visibility: visible;
        height:auto;
        width:auto;
    }

    .midscreentitle {
        margin-top:31vh;
    }
    .content-block {
        padding-left:5em;
    }
    .pum-container {
    width: 50%!important;
    }

}


@media screen and (max-width: 1100px) {
    #home-cta {
        padding: 0 1rem;
        box-sizing: border-box;
    }
    #home-cta br {
        display: none;
    }
}





/* Background graphic selection */
/* Mobile */
/*

@media (orientation: portrait) {
    body.home {
        background: url('/wp-content/uploads/2020/07/HGOM_mobile_4-scaled.jpg');
        background-position: center top;
        background-size: auto calc(var(--vh, 1vh) * 100);
        background-repeat: no-repeat;
        background-color: black;
    }
}

@media (orientation: landscape) {
    body.home {
        background: url('/wp-content/uploads/2020/06/Consulting-Online-Marketing-Book-SEO-Keynote-Speaker-Desktop-3-full.jpg');
        background-position: right top;
        background-size: auto calc(var(--vh, 1vh) * 100);
        background-repeat: no-repeat;
    }
}
*/

/* Homew Page Staging - Background graphic selection */
/* Mobile */

@media (orientation: portrait) {
    body.page-template-front-page_staging {
        background: url('/wp-content/themes/JDG2019/img/HGOM_mobile_4-scaled.png');
        background-position: center top;
        /*background-size: auto 100vh;*/
        background-size: auto calc(var(--vh, 1vh) * 100);
        background-repeat: no-repeat;
        background-color: black;
    }

    .home .header-mobile-hero,
    .page-template-front-page_staging .header-mobile-hero {
	    display: none !important;
    }

    #home-cta,
    .admin-bar #home-cta {
        top: calc(50% + 90px);
        right: calc(50% - 282.5px);
        width: 565px;
        max-width: 100%;
		padding: 0 1rem;
		text-align: center;
    }

    #home-cta br {
        display: none;
    }

    #home-cta {
	    top: 535px;
	}

}

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

	#home-cta .buttons {
		flex-direction: column;
	    align-items: center;
	}


	#home-cta .buttons a.cta-btn {
	    margin-bottom: 1rem;
	    width: 100%;
    }
}

@media screen and (orientation: portrait) and (max-width: 600px) {
    #home-cta,
    .admin-bar #home-cta {
        top: calc(50% + 10px);
	    right: calc(50% - 190px);
	    width: 390px;
	    max-width: 100%;
		padding: 0 1rem;
    }
}

@media screen and (orientation: portrait) and (max-width: 350px) {
	#home-cta,
	.admin-bar #home-cta {
		right: calc(50% - 160px);
		width: 320px;
		padding: 0 1rem;
	}

    #home-cta h1 {
        font-size: 22px;
    }
}

@media (orientation: landscape) {
    body.page-template-front-page_staging {
        background: url('https://www.joeydonovanguido.com//wp-content/uploads/2021/11/Consulting-Online-Marketing-Book-SEO-Keynote-Speaker-Desktop-4-full.jpg');
        background-position: right top;
        background-size: auto calc(var(--vh, 1vh) * 100);
        background-repeat: no-repeat;
    }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
    #home-cta {
	    width: 580px;
		max-width: 75%;
		left: 0;
		margin-right: -75px;
    }
}

@media screen and (orientation: landscape) and (max-width: 950px) {
    #home-cta {
		max-width: 50%;
		margin-top: -41px;
    }
}





