/* 
 Theme Name:     Zyna 2022
 Author:         Kemoso
 Author URI:     https://www.kemoso.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
header {background-color:#fff}
.mouse-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.mouse-wheel {
  animation: mouse-scroll 1s linear infinite;
}
.mouse-body {
  fill: white;
}

p a:hover {text-decoration:underline}

/* Captions */
[class^="wp-block-"]:not(.wp-block-gallery) figcaption{
	font-style: italic;
	font-size: 12px !important;
	text-align: center;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

#main-content .et_pb_row .no-bg .et_pb_testimonial {
	background-color:transparent;
}

.sunday-times-article-link .et_pb_main_blurb_image {width: 90px;}
.sunday-times-article-link .et_pb_main_blurb_image img {transform: translateY(7px);}
.sunday-times-article-link .et_pb_blurb_content {font-size:12px}

@keyframes mouse-scroll {
  0% {
    transform: translateY(-30%);
  }
  75%, 100% {
    transform: translateY(30%);
    opacity: 0;
  }
}

@media only screen and (min-width:768px) {
	.page-heading h1 {font-size: 60px}
}

@media only screen and (max-width:480px) {
	.landing-image .et_pb_row {align-items:center; display: flex;}
	.dipl_team_grid .dipl_team_grid_container .dipl_team_grid_item {
		width: 100%!important;
	}
}

