/*
Theme Name: Photoberry Child (Twenty Twenty-Four)
Theme URI: https://berrypress.com/
Description: Child theme
Author: BerryPress
Template: twentytwentyfour
Version: 1.0.0
License: GNU General Public License v3 or later
Text Domain: photoberry-child
*/


/* Rotating text block + caret cursor */
#pb-rotating{ 
    white-space:nowrap;
    overflow:hidden;
    line-height:1;
	font-style: italic;
    color: #0070f0;
    border-right:.1em solid #131523; /* caret */
	min-height: clamp(1.85rem, 1.85rem + ((1vw - 0.2rem) * 0.813), 2.5rem);
}
@keyframes pb-caret{
    0%,49%{border-color:transparent;}
    50%,100%{border-color: #131523;}
}
#pb-rotating{animation:pb-caret 1s steps(1) infinite;}
@media (prefers-reduced-motion: reduce){
    #pb-rotating{animation:none;border-right:0;}
}

.photoberry-gallery.photoberry-gallery-template-image {
	padding-top: 15px;
	padding-bottom: 30px;
}

.page-id-94 main,
.page-id-99 main,
.page-id-104 main {
    max-width: 1280px;
    margin: auto;
}