/**
Theme Name: astra-child
Author: A.Canton
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* TEST */


/* 
.catlink2, .yellowbar {
border-top-width: 3px;
border-top-color: #fec700;
border-top-style: solid;
margin-top: 5px;
margin-bottom: 5px;
}
 */



/* 


.wp-block-uagb-buttons  .uagb-buttons-repeater.wp-block-button__link {
border-color: unset;
border-style: none;
padding-top: 5px !important;
padding-right: 5px !important;
padding-bottom: 5px !important;
padding-left: 5px !important;
}

.uagb-block-70853b44.uagb-buttons__outer-wrap .uagb-buttons__wrap {
    justify-content: left;
}
 */
 
  
/* Remove down arrow on Astra mobile menu */
/* 
.ast-header-break-point .ast-mobile-popup-drawer .main-navigation .menu-item-has-children > .ast-menu-toggle {
    display: none;
}
 */

/* 

.main-navigation li.menu-item-has-children>a:after,
.main-navigation li.page_item_has_children>a:after {
    content: "" !important;
    display: none !important;
}
 */



/* END TEST */ 
 
 


/* ================ Production CSS START ================================= */

/*  THIS S FOR THE DONATE BUTTON RE-SIZE  */

.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}



/* ASPECT RATIO OF THUMBNAILS ON CATEGORY PAGES */

/*
.ast-article-post .post-thumb-img-content img {
    aspect-ratio: revert-layer;
}
  */
  
  
  
#menu-item-44808 a {
    background-color: #aa0116;
    color: white;
    /* padding: 3px 3px !important; */
    /* border-radius: 1px; */
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
/* 
    padding-top: 5px !important;
    padding-bottom: 3px !important;
 */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    
/* 
    margin-top: -10px;
    margin-bottom: -10px;
 */
}



/* MAKE SURE HEADER IS ALWAYS IN FRONT */

header {
     z-index: 9999 !important; 
}

/* BACKGROUND OF CATEGORY/ADOPTIONS PAGE IS GRAY */

.archive .ast-article-post .ast-article-inner, .blog .ast-article-post .ast-article-inner, .archive .ast-article-post .ast-article-inner:hover, .blog .ast-article-post .ast-article-inner:hover {
background-color: #f6f6f6 !important;
}

/* FOR HOVER ON BLOG/CATEGORY PAGE    */
 
 
.ast-article-inner:hover {
    box-shadow: 0px 0px 0 #00000070 !important;
} 
 


/* LOWER WIDTH OF DROP DOWN AREA */

.ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu {
    width: 300px !important;
}

/* TAKE OUT SOME PADING IN DROP DOWN MENU ITEMS*/

.main-header-menu .sub-menu .menu-link {
   padding: .3em 1em;
}


/* TAKE OUT SPACE ABOVE SLIDER  */

 
.wp-block-spacer.home-space {
    height: 0px !important;
}
 

 /* TAKE OUT SPACE IN FOOTER  */

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row p {
    margin-bottom: -13px;
}


/* MAKE MENU ITEMS BOLD */

.ast-builder-menu-1 .menu-item > .menu-link {
    font-weight: 500;
}


/*  THIS WILL HIDE AUTHOR NAME ON THE ADOPTION PAGE */

.category-30 .entry-meta {
    display: none;
} 


/*  MAKE EXCERPT FONT LARGER ON ADOPTION PORTFOLIO PAGE */

header.entry-header * {
   font-size: 1rem !important;
}


 /*  SET COLOR FROM PURPLE TO BLACK IN PARAGRAPHS */

p, li {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif !important ;
	color:black !important;
}


/*  SET COLOR OF CATEGORY DESCRIPTION ON CAT. PAGE. MAY NOT BE USED */
.myclass {	
  color: #e6007e !important;
 font-weight: bold !important;
}


/*  THIS CREATES A YELLOW BAR ON THE "CURRENT ADOPTABLE' AND "PAWS TALK" COLLECTION PAGES */

.yellowbar {
border-top-width: 3px;
border-top-color: #fec700;
border-top-style: solid;
margin-top: 5px;
margin-bottom: 5px;
}






/*  SET UNDERLINE WHEN LINK IS HOVERED OVER */

a:hover {
text-decoration: underline !important;
 
}


/* FOR HOVER ON BLOG/CATEGORY PAGE    */
/* 
.ast-article-inner:hover {
    box-shadow: 0px 0px 0 #00000070;
} 
 */

/* FOR ADOPTABLE SUB-MENU CAT PAGES, TAKE OUT META.    */

.ast-blog-meta-container {
    font-weight: 600;
    display: none;
}


/* THIS IS TO STYLE ALL OF THE CATEGORY LINKS IN THE CATEGORY DESCRIPTION  */

/*  CATLINK2 */

.catlink2 > div {
/* 
  xborder: 2px solid rgb(233 171 88);
 */
  border-radius: 5px;
  background-color: #602483;
  padding: 5px;
  color: white;
  text-align: center;
}
.catlink2 {
  display: grid;
  gap: 5px;
  align-content: center;
  justify-content: left;
   
}

  
.one, .one a {
  grid-column: 1 ;
  grid-row: 1;
  color: white !important;
   
}



.two , .two a {
  grid-column: 2 ;
  grid-row: 1 ;
  color: white !important;
}


.three, .three a {
  grid-column: 3;
  grid-row: 1;
  color: white !important;
}

.four, .four a {
  grid-column: 4;
  grid-row: 1;
  color: white !important;
}
.five, .five a {
  grid-column: 5;
  grid-row: 1;
  color: white !important;
}
.six, .six a {
  grid-column: 6;
  grid-row: 1;
  color: white !important;
}

.seven, .seven a {
  grid-column: 7;
  grid-row: 1;
  color: white !important;
}
.eight, .eight a {
  grid-column: 8;
  grid-row: 1;
  color: white !important;
}

.nine, .nine a {
  grid-column: 9;
  grid-row: 1;
  color: white !important;
}

/* THIS GETS RID OF THE PREVIOUS/NEXT AT BOTTOM OF EACH POST PAGE */

.post-navigation {
display: none;
}

/*This is for the US and MX flags - for translations */

#transposh-3 .transposh_flags ~ *{display:none!important;}
#transposh-3 .transposh_flags + *{display:none!important;}
#transposh-3 #tr_credit{display:none!important;}

#transposh-3{display:flex!important;flex-direction:column!important;justify-content:center!important;}

#transposh-3 .widget-title,#transposh-3 h2.widget-title{
display:block!important;
text-align:center!important;
margin:0 0 4px 0!important;
font-size:12px!important;
font-weight:600!important;
letter-spacing:0.08em!important;
text-transform:uppercase!important;
color:#666!important;
line-height:1.2!important;
}

#transposh-3 .transposh_flags{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
gap:12px!important;
margin:0!important;
padding:0!important;
line-height:1!important;
}

#transposh-3 .transposh_flags a{
position:relative!important;
display:inline-block!important;
width:36px!important;
height:24px!important;
}

#transposh-3 .transposh_flags a img{
visibility:hidden!important;
width:0!important;
height:0!important;
margin:0!important;
padding:0!important;
}

#transposh-3 .transposh_flags a:after{
content:""!important;
position:absolute!important;
top:0!important;
right:0!important;
bottom:0!important;
left:0!important;
display:block!important;
background-size:cover!important;
background-position:center!important;
background-repeat:no-repeat!important;
border-radius:3px!important;
background-image:url("https://hope4lapawz.org/wp1/wp-content/uploads/Flag_of_the_United_States.png")!important;
}

#transposh-3 .transposh_flags a[href*="/wp1/es/"]:after,
#transposh-3 .transposh_flags a[href$="/wp1/es"]:after{
background-image:url("https://hope4lapawz.org/wp1/wp-content/uploads/Flag_of_Mexico.png")!important;
}

#transposh-3 .transposh_flags a:hover{background:rgba(0,0,0,0.06)!important;}

@media (max-width:768px){
#transposh-3 .widget-title,#transposh-3 h2.widget-title{font-size:11px!important;margin-bottom:2px!important;}
#transposh-3 .transposh_flags{gap:6px!important;}
#transposh-3 .transposh_flags a{width:35px!important;height:20px!important;}
}


/*  CELL PHONE MEDIA QUERRY for FOR MENU ITEMS (CATEGORY DESCRIPTIONS) ON ADOPTONS */

 
@media (max-width: 521px) { 

.catlink2 > div {
  border-radius: 5px;
  background-color: #602483;
  padding: 1px;
  color: white;
  text-align: center;
}



.catlink2 {
  display: grid;
  gap: 5px;
  align-content: center;
  justify-content: left;
   
}


.one, .one a {
  grid-column: 1 !important;
  grid-row: 1 !important;
  color: white !important;
}



.two , .two a {
  grid-column: 2 !important;
  grid-row: 1 !important;
  color: white !important;
}


.three, .three a {
  grid-column: 3 !important;
  grid-row: 1 !important;
  color: white !important;
}

.four, .four a {
  grid-column: 4 !important;
  grid-row: 1 !important;
  color: white !important;
}
.five, .five a {
  grid-column: 1 !important;
  grid-row: 2 !important;
  color: white !important;
}
.six, .six a {
  grid-column: 2 !important;
  grid-row: 2 !important;
  color: white !important;
}

.seven, .seven a {
  grid-column: 3 !important;
  grid-row: 2 !important;
  color: white !important;
}
.eight, .eight a {
  grid-column: 4 !important;
  grid-row: 2 !important;
  color: white !important;
}

.nine, .nine a {
  grid-column: 1 !important;
  grid-row: 3 !important;
  color: white !important;
}


} /* END OF THIS MEDIA QUERRY */
 



/* ====================================================== */
/*  STUFF BELOW MAY GET USED AGAIN. YOU NEVER KNOW! */
/*  STUFF BELOW MAY GET USED AGAIN. YOU NEVER KNOW! */
/*  STUFF BELOW MAY GET USED AGAIN. YOU NEVER KNOW! */
/* ====================================================== */

/* THIS IS TO STYLE ALL OF THE CATEGORY LINKS IN THE CATEGORY DESCRIPTION  */

/* 
.catlinkxxx {
	color: #e6007e !important;
    font-weight: bold !important;
	text-decoration: underline !important;

}
 */


/*  TAKE OUT SUB-HEADER (CATAGORIES) ON ADOPTABLE DOG PAGE */
/*
span.ast-blog-single-element.ast-taxonomy-container.cat-links.default {
    display: none;
}
*/

 /*
.category-female .entry-meta, .category-cats .entry-meta {
    display: none;
    font-weight: bold !important;
}
 
*/

/*
body.wp-singular.post-template-default.single.single-post.postid-42433.single-format-standard.logged-in.admin-bar.wp-custom-logo.wp-embed-responsive.wp-theme-astra.wp-child-theme-astra-child.tribe-js.ast-desktop.ast-separate-container.ast-two-container.ast-no-sidebar.astra-4\.11\.13.group-blog.ast-blog-single-style-1.ast-single-post.ast-inherit-site-logo-transparent.ast-hfb-header.ast-full-width-primary-header.ast-full-width-layout.ast-sticky-main-shrink.ast-sticky-header-shrink.ast-inherit-site-logo-sticky.ast-primary-sticky-enabled.ast-normal-title-enabled.astra-addon-4\.11\.10.customize-support.ast-primary-sticky-header-active.secondary a *, .site-footer a *, .site-header a *, a  {
   font-weight: 500;
   font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 1rem;
}


*/

/*
body.wp-singular.post-template-default.single.single-post.postid-42430.single-format-standard.logged-in.admin-bar.wp-custom-logo.wp-embed-responsive.wp-theme-astra.wp-child-theme-astra-child.tribe-js.ast-desktop.ast-separate-container.ast-two-container.ast-no-sidebar.astra-4\.11\.13.group-blog.ast-blog-single-style-1.ast-single-post.ast-inherit-site-logo-transparent.ast-hfb-header.ast-full-width-primary-header.ast-full-width-layout.ast-sticky-main-shrink.ast-sticky-header-shrink.ast-inherit-site-logo-sticky.ast-primary-sticky-enabled.ast-normal-title-enabled.astra-addon-4\.11\.10.customize-support p {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	color: black !important;
}

*/

/*
.secondary a *, .site-footer a *, .site-header a *, a {
    color: green;
}
*/

/*  MAY BE OK .  NEED HOVER
.secondary a *, .site-footer a *, .site-header a *, a {
    color: black;
        font-weight: 500;
          font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
          }
*/


/*
header.entry-header p {
font-size: 1rem;
}

*/

/* THESE NEXT E ARE TO  STYLE ALL OF THE HOME PAGE BUTTON LINKS. ASTRA SCREWS THIS UP FOR SOME REASON.  */

/* 

.uagb-block-6d4ebcd3.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {
border-color: #602483;
    background-color: #602483;
    color: #ffffff;
        
 }   
 

.uagb-block-6d4ebcd3.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta:hover .uagb-text-link.wp-block-button__link {
    color: #ffffff;
    background: #602483;
        text-decoration: underline;
        }

.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
    color: #ffffff;
    background-color: #602483;
    border-color: #602483;
    text-decoration: underline !important;
}


 */


/* ================ Production CSS END ================================= */
