/*!
Theme Name: Community Association Management - Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.header-navigation .menu{border:4px #ffff;border-radius:20px;}
/*.main-navigation .primary-menu-container > ul li.menu-item > a{text-shadow: 2px 2px 1px #000;} */
#colophon .footer-navigation .footer-menu-container > ul li a{text-shadow: 2px 2px 1px #000;}
/*.entry-header .entry-title{text-shadow: 2px 2px 10px #efefef;}*/
/*.page-title h1::first-letter{font-size:40px; } */
.archive-title{font-size: 46px;font-weight: bold;}
.btn{}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadeInUp1{
  animation: .5s fadeInUp;
}
.fadeInUp2{
  animation: .75s fadeInUp;
}
.fadeInUp3{
  animation: 1.0s fadeInUp;
}
.fadeInUp4{
  animation: 1.25s fadeInUp;
}
.home .wp-block-kadence-infobox:hover, .page-id-13 .wp-block-kadence-infobox:hover{margin-top:-20px;margin-bottom:20px;}
.home .wp-block-kadence-infobox, .page-id-13 .wp-block-kadence-infobox{transition-timing-function: ease-in-out;transition-property: all; transition-duration: 0.15s;}

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

}

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

}