/* teal color of hover for cards */
.card:hover {
	   background-color: #4eb7d4;
		 
}


/* color of hover for cards */
/*
.card:hover {
		 background-color: #3d69a6;
}
*/

/*pull quote blue*/
.entry-content blockquote {
	border-left-color: #3d69a6;
}

.post-hero-image {
 border: 1px solid #fff; 
}


@media screen and (min-width: 881px) {
.single .hentry .entry-content  {
width: calc(98.666%)!important;
text-align: justify;
 	
    }
}

.card .entry-title a {
	font-weight: 400;
	padding-left: 0px;
	padding-right: 0px;
	
}
.entry-title {
padding-left: 10px;
padding-right: 10px;
font-weight: 600;
line-height: 1.125em;
}

@media screen and (min-width: 800px) {
.entry-title  {
  margin-left: calc(0%)!important;
text-align: center;

    }
}


@media all and (max-width: 1090px) and (min-width: 881px)
{
.site-title a  { 
	font-size: 36px;
	
	}
}

/*remove underline and change hyperlink text*/
.entry-content a, .comment-content a {
    color: #3d69a6;
    text-decoration: none;
}

/*change hyperlink text from date and author*/
.entry-meta a {
	color: #3d69a6;
}



a:active {
	color: #3d69a6;
/*	text-decoration: underline;*/
}

/*update site title hover to blue*/
.site-title a:hover {
	color: #3d69a6;
}

/*search buttom in footer blue*/
input.search-submit, button {
	color: #3d69a6;
}


/*hover to blue*/
a:hover {
	color: #3d69a6;
}
   
.footer-button a {
/*background-color: #00ff00;*/
background-color: #4eb7d4; 
padding: 7px 5px;
border-radius: 10px;
border: 1px solid #ff0000;
-webkit-transition: all 400ms;
transition: width all 400ms;
}

/*webinar page buttons*/
.btnnew .wp-block-button__link {
	background: white;
	color: black;
}

.footer-button a:hover {
/*background-color: #ff0000;*/
background-color: #4eb7d4;
border: 1px solid #00ff00;
-webkit-transition: all 400ms;
transition: width all 400ms;
}

.footer-button a:after {
display: none !important;
}

/*custom menu styles*/
.menu-link-rounded a {	
	border: solid;
  text-align: center;
	border-radius: 20px;
  font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

.menu-toggle {
	color: black;
}

.menu-toggle:focus {
	color: black;
}

.main-navigation ul > li {
	text-align: center;	
	width: 140px;
}


@media screen and (min-width: 881px) { .main-navigation ul > li a {
	text-align: center;
	width: 140px;
	 }
}


.main-navigation ul > li:hover > a, .main-navigation ul ul > li:hover > a {
	color: white;
	background-color: black;
	text-align: center;
}


/**Webinar**/
.webinar-heading { 
  line-height: 1.3; 
  padding: 5px 0; 
  width: 400px;
  margin: auto;
	text-align: center;

}
.webinar-heading p { 
  background-color: #0A3752;
  padding: 4px 6;
	color: #fff;
  display: inline;
  margin: 0; 
}

/*fix for the webinar signup*/
/*
@media (max-width: 400px) {
.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"] {
margin-left: auto;
margin-right: auto;
max-width: calc(12 * (100vw / 12.5));
        }
}
*/

/*fix buttons on mobile*/
/*
    @media screen and (max-width: 400px) {
    .main-navigation ul > li a {
        display: block;
        color: #000;
        padding: 12px 20px;
        text-decoration: none;
        /* margin: 0 auto; */
        float: none;
        margin-top: 2px;
        width: 300px;
        margin-bottom: 2px;
        font-size: 12px;
    }
}
*/
