/*
Theme Name: Hugo 2026
Theme URI: https://hugocharitabletrust.nz
Description: WordPress Theme
Author: Total Brand
Author URI: https://www.totalbrand.co
Version: 2026.03
*/

/***********************************************************************************************/
/* BASE STYLES */
/***********************************************************************************************/

body {
	background: #EEE;
	color: #000;
	font-family: Asap, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight:400;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

img {
	max-width:100%;
	height:auto
}

hr {
	border:0;
	border-top:1px solid #DDD;
	clear:both;
	display:block;
	margin:0;
	margin-top:30px;
	margin-bottom:30px;
	padding:0;
	width:100%;
}

td {
	border:1px solid #DDD;
	vertical-align:middle;
}

td p {
	font-size:90%;
	margin-bottom:0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}

/* LINKS */

a:link,
a:visited,
a:active {
	color: #009A49;
	text-decoration:none;
}

a:hover {
	color: #33CC99;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

/* TEXT */

h1, .h1,
h2, .h2,
h3, .h3,
h4,
h5,
h6,
p {
	color:#000;
	font-family: Asap, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	margin: 0 0 18px 0;
	padding: 0;
}

h1, .h1 {
	color:#009A49;
	font-size: 2.25em;
	line-height: 1.2em;
}

h2, .h2 {
	color:#009A49;
	font-size: 1.75em;
	line-height: 1.4em;
    text-transform: uppercase;
}

h3, .h3 {
	color:#009A49;
	font-size: 1.5em;
}

h4, .h4 {
	color:#009A49;
	font-size: 1.2em;
	line-height: 1.4em;
}

h5, .h5 {
	font-size: 1.2em;
	line-height: 1.4em;
}

h6, .h6 {
	color:#009A49;
	font-size: 1.1em;
	line-height: 1.4em;
}

strong,
.strong {
	font-weight:700 !important;
}

em {
	color:#009A49;
    font-style: normal;
}

/***********************************************************************************************/
/* CUSTOM STYLES */
/***********************************************************************************************/

.alignleft {
	clear:both;
	display:block;
	margin-bottom:30px;
}

.aligncenter {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.alignright {
	clear:both;
	display:block;
	margin-bottom:30px;
}

@media only screen and (min-width: 768px) {
	
.alignleft {
	float: left;
	margin-right:30px;
	margin-bottom:30px;
}

.alignright {
	float: right;
	margin-bottom:30px;
	margin-left:30px;
}

.collapse {
	margin-top:0;
}

}

.banner {
    max-height:800px !important;
    overflow:hidden !important;
}

/***********************************************************************************************/
/* BACKGROUNDS */
/***********************************************************************************************/

.bg-dark {
    background-color:#009A49 !important;
}

.bg-dark-trans {
    background-color:rgba(0,0,0,0.60);
}

.bg-grey {
	background-color:#EEE;
}

.bg-lgreen {
	background-color:#E5F5EC;
}

.bg-light {
	background-color:#DDD;
}

.bg-orange {
	background-color:#F69348;
}

.bg-white {
	background-color:#FFF;
}

/***********************************************************************************************/
/* BUTTONS */
/***********************************************************************************************/

button:focus,
.btn:focus {
    outline: none !important;
}

.btn-primary {
	background-color:#F69348;
	border:none;
    border-radius:30px;
	color:#FFF !important;
	font-family: Asap, Helvetica, Arial, sans-serif;
    font-size:1em;
	font-weight:700;
	letter-spacing:1px;
    padding:0.5em 1.5em !important;
}

.btn-primary:hover,
.btn-active:active {
	background-color:#FCA56B !important;
}

/***********************************************************************************************/
/* CAROUSEL */
/***********************************************************************************************/

/* Caption hidden for mobile */
.carousel-caption {
  	display:none;
}

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

.carousel-caption {
  	display:block;
    position:absolute;
    z-index:99999;
    bottom:30px;
    left:30px;
    text-align: left;
}

}

.carousel-item {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

#myCarousel2 .carousel-item {
	height: 400px;
}

#myCarousel4 .carousel-item {
	height: 500px;
}

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

#myCarousel2 .carousel-item,
#myCarousel3 .carousel-item {
	height: 500px;
}

}

@media only screen and (min-width: 992px) {

#myCarousel2 .carousel-item,
#myCarousel3 .carousel-item {
	height: 600px;
}

}

@media only screen and (min-width: 1200px) {

#myCarousel2 .carousel-item {
	height: 650px;
}

}

@media only screen and (min-width: 1200px) {

#myCarousel3 .carousel-item,
#myCarousel4 .carousel-item {
	height: 750px;
}

}

@media only screen and (min-width: 1300px) {

#myCarousel3 .carousel-item,
#myCarousel4 .carousel-item {
	height: 800px;
}

}

@media only screen and (min-width: 1400px) {

#myCarousel3 .carousel-item,
#myCarousel4 .carousel-item {
	height: 850px;
}

}

/***********************************************************************************************/

.circle {
    border-radius: 50% !important;
    overflow: hidden !important;
}

.clear {
	clear: both;
}

.clr-edu {
    color:#517588 !important;
}

.clr-med {
    color:#886D9E !important;
}

.clr-hea {
    color:#C98B9E !important;
}

.clr-com {
    color:#F69348 !important;
}

.clr-pov {
    color:#9BA67B !important;
}

.clr-cat {
    color:#98C561 !important;
}

.collapse {
	/*margin-top:40px;*/
}

@media (min-width: 1300px) {
  .container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1240px !important;
  }
}

@media (min-width: 1400px) {
  .container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1340px !important;
  }
}

@media (min-width: 1500px) {
  .container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1440px !important;
  }
}

@media (min-width: 1600px) {
  .container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1540px !important;
  }
}

.display-4 {
  font-size: 2.5rem;
}

@media only screen and (min-width: 992px) {

.display-4 {
  font-size: 3.5rem;
}

}

.dollar {
    float: left;
}

.wp-block-image {
	margin-bottom: 25px;
	padding:0;
	position:relative;
}

figcaption,
.wp-element-caption {
    background-color:rgba(0,0,0,0.40);
    bottom:0;
    color:#FFF;
    display:block;
    font-size:0.8em;
	margin:0; 
	margin-bottom:0;
    padding:0.4em 0.75em;
    position:absolute;
    right:0;
    z-index:9;
}

.wp-block-image :where(figcaption) {
  margin-bottom: 0 !important;
  margin-top: .5em;
}

footer a:link,
footer a:visited,
footer a:active {
	color: #000;
	text-decoration:none;
}

footer a:hover {
	color: #009A49;
	text-decoration:none;
}


.max-400,
.max-500,
.max-600,
.max-700,
.max-800,
.max-900,
.max-1000,
.max-1100,
.max-1200 {
    margin:auto;
}

.max-400 {
    max-width:400px;
}

.max-500 {
    max-width:500px;
}

.max-600 {
    max-width:600px;
}

.max-700 {
    max-width:700px;
}

.max-800 {
    max-width:800px;
}

.max-900 {
    max-width:900px;
}

.max-1000 {
    max-width:1000px;
}

.max-1100 {
    max-width:1100px;
}

.max-1200 {
    max-width:1200px;
}

/***********************************************************************************************/
/* MODAL */
/***********************************************************************************************/

.modal-dialog {
    max-width: 900px;
    margin: 30px auto;
}

.modal-body {
    position:relative;
    padding:0px;
}
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:9999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}


/***********************************************************************************************/
/* NAVIGATION */
/***********************************************************************************************/

.navbar-toggler {
    border:0 !important;
	position:relative;
	margin-left:auto;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 154, 73, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar {
	font-family: Asap, Helvetica, Arial, sans-serif;
    font-size:0.9em;
	font-weight:700;
	letter-spacing:1px;
	margin-bottom:0;
    text-transform: uppercase !important;
}

.navbar li {
	margin:0;
    padding-right:1em;
    padding-left:1em;
}

.nav-link {
    color:#FFF !important;
}

.navbar-light .nav-link {
    color:#000 !important;
}

.navbar-light .nav-link.active {
	color:#009A49 !important;
}

.dropdown-item {
    color:#DDD !important;
    font-size:0.9em;
	font-weight:700;
}

.dropdown-item:hover {
    background-color:#33CC99 !important;
    color:#FFF !important;
}

.dropdown-toggle:focus {
	outline-color: none;
	outline-style: none;
	outline-width: 0;
}

.dropdown .dropdown-menu {
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
	opacity: 0;
}

.dropdown.show .dropdown-menu {
    opacity: 1;
}

/***********************************************************************************************/

.required {
	position:absolute;
	right:30px;
}

.rounded,
.rounded img {
    border-radius: 15px 15px 15px 15px !important;
    overflow: hidden;
}

.small {
    font-size:0.85em !important;
}

/***********************************************************************************************/
/* TAGS */
/***********************************************************************************************/

.catholic-charities,
.community-welfare,
.education,
.environment,
.health-disabilities,
.poverty,
.medical-research {
	color: #FFF !important;
	padding: 0.25em 0.5em;
}

.catholic-charities {
	background-color: #98C561;
}

.community-welfare {
	background-color: #F69348;
}

.education {
	background-color: #517588;
}

.environment {
	background-color: #009A49;
}

.health-disabilities {
	background-color: #C98B9E;
}

.poverty {
	background-color: #9BA67B;
}

.medical-research {
	background-color: #886D9E;
}

/***********************************************************************************************/

.thumb {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	padding-bottom:60%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:100%;
}

.thumb-small {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	margin-bottom:20px;
	padding-bottom:70%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:95%;
}

.thumb:hover,
.thumb-small:hover {
	background-size:120%;
	transition: 2s 
}

.vert-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color:#FFF;
}

.white a:link,
.white a:active,
.white a:visited {
	color:#CCC;
}

.white a:hover {
	color:#FFF;
}

.elementor-element {
	widgets-spacing: 0px !important;
	widgets-spacing-row: 0px !important;
	widgets-spacing-column: 0px !important;
}

@media only screen and (min-width: 767px) {

}

@media only screen and (min-width: 1200px) {

}

/***********************************************************************************************/
/* BACK TO TOP */
/***********************************************************************************************/

.go-top {
	background-color: #888;
	border-radius:8px 8px 0 0;
	bottom:0;
	color: white;
	display: none;
	font-size: 12px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left:1em;
	position: fixed;
	right: 2em;
	text-decoration: none;
}

.go-top:hover {
	background-color: #666;
}
