/* Button Hover */

.bthv{
 opacity:0;
 transition-duration:0.75s;
}

.bthv:hover{
 opacity:1;
}

.single-jetpack-testimonial .entry-content a:nth-of-type(1) {
    display: none !important;
}

.single_add_to_cart_button {
	background-color: #2ca9e2 !important;
}

.post-navigation {display: none;}

@import url("https://fonts.googleapis.com/css?family=|");

header.entry-header .entry-title {
/*    font-weight: 700;
   color: rgb(30, 115, 190);
   margin-bottom: 50px; */
	display:none;
}
/* 
body .woocommerce-MyAccount-navigation-link {
   color: rgb(0, 0, 0);
   font-weight: 700;
   border-width: 0px;
   border-right-width: 1px;
   border-right-color: rgb(44, 169, 226);
   border-bottom-width: 0px;
}
 */
 .page-id-2319 .woocommerce-MyAccount-navigation-link {
   font-weight: 700;
   border-width: 0px;
   border-right-width: 5px;
   border-right-color: rgb(44, 169, 226);
   border-bottom-width: 0px;
}
 .page-id-2319.clear {
  font-weight: 700;
   border-width: 0px;
   border-right-width: 5px;
   border-right-color: rgb(44, 169, 226);
   border-bottom-width: 0px;
}
 .page-id-2319 #primary {
 margin-top: 0px;
  margin-bottom:0;
}
.woocommerce-MyAccount-navigation > ul {
     font-weight: 700;
   border-width: 0px;
   border-right-width: 1px;
   border-right-color: rgb(44, 169, 226);
   border-bottom-width: 0px;
}
body .woocommerce-MyAccount-navigation-link:last-child {
   border-bottom-width: 0px;
}

a:where(:not(.wp-element-button)):hover {
   background-color: rgb(44, 169, 226);
   color: rgb(255, 255, 255) !important;
   border-top-left-radius: 5px;
   border-bottom-right-radius: px;
   border-bottom-left-radius: 5px;
}

body .woocommerce-MyAccount-navigation-link.is-active a {
   background-color: rgb(44, 169, 226) !important;
   color: rgb(255, 255, 255) !important;
   border-top-left-radius: 5px;
   border-bottom-right-radius: px;
   border-bottom-left-radius: 5px;
}

a:where(:not(.wp-element-button)) {
/*    color: rgb(44, 169, 226) !important; */
   font-weight: 700;
   line-height: 26px;
}

html > body > #page > #content > div > #primary > #main > #post-2319 > div > div > div > p:nth-child(3) {
 display:none;
}
a:where(:not(.wp-element-button)) {
   background-color: rgb(255, 255, 255);
}


@media screen and (min-width:1024px){.llms-sd-link {
   background-color: #2ca9e2 !important;
   color: white;
 	margin-top: 20px;
   padding: 10px;
   border-radius: 25px
 }}

.llms-sd-link:hover {
   background-color: rgb(30, 115, 190) !important;
   color: white;
}

.llms-sd-tab {
   margin: 50px;
}

.llms-sd-tab h3 {
   font-weight: 700;
   text-decoration: underline;
   color: #2ca9e2;
}

.llms-button-secondary {
   background-color: #2ca9e2 !important;
   padding: 5px 5px
}

.llms-button-secondary:hover {
   background-color: rgb(30, 115, 190) !important;
   color: white;
}

.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select {
      background-color: #fff;
}

.subtn{
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    color: var(--ast-global-color-7);
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1em;
    text-transform: capitalize;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	width: 50%;
}