/*
Theme Name:     Lisa's Creative Corner Custom Theme
Theme URI:      n/a
Template:       kadence
Author:         Catherine Carroll
Author URI:     n/a
Description:    A mobile responsive theme built for the Kadence Framework by Catherine Carroll
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/



.hp-textbox {
	position:relative;
}
.hp-textbox:after {
  content: '';
  background: url(http://lisa.catherinecarrolldesigns.co.uk/wp-content/uploads/2025/08/flowers-200.png) center no-repeat;
  background-size: contain;
	width: 200px;
	height: 200px;
  display: block;
  position: absolute;
  bottom: -50px;
  right: -35px;
  z-index: 99;
}

@media screen and (max-width: 1024px) and (min-width: 901px) {
.hp-textbox:after {
	width: 175px;
	height: 175px;	
	}
}

@media screen and (max-width: 900px) and (min-width: 769px) {
.hp-textbox:after {
	width: 150px;
	height: 150px;	
	}
}

@media screen and (max-width: 768px) and (min-width: 601px) {
.hp-textbox:after {
	width: 175px;
	height: 175px;	
	}
}

@media screen and (max-width: 600px) and (min-width: 516px) {
.hp-textbox:after {
	width: 150px;
	height: 150px;	
	}
}

@media (max-width: 515px) {
.hp-textbox:after {
	width: 135px;
	height: 135px;	
	}
}

@media (max-width: 767px) {
  .wp-block-kadence-image .alignright {
    float: none !important;
  }
}

@media (max-width: 767px) {
  .hp-imagefix {
    max-width: 50%;
		margin: auto;
  }
}

/*footer*/

.custom-footer .wp-block-kadence-navigation .kb-nav-link-content {
	padding: 0;
	font-size: small;
}
.custom-footer .wp-block-kadence-navigation .menu {
	justify-content: left;
}

.custom-footer .wp-block-kadence-advancedbtn .kb-button:not(.specificity):not(.extra-specificity) {
	  border-radius: 0px;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    border: 0;
    font-size: 1.125rem;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease;
}
.custom-footer .wp-block-kadence-advancedbtn .kb-button:not(.specificity):not(.extra-specificity):hover {
	color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
}

.custom-footer select#wp-block-categories-1, .custom-footer select#wp-block-archives-1 {
	width: 100%;
}

