/*
Theme Name: Partners
Theme URI: https://permayouthtl.org
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Kargan Media
Author URI: https://karganmedia.com
Template: Total
Version: 1.0
*/



/* TOP BAR LINKS */

a.orange-1:link {color: #FFFFFF !important; text-decoration: none;}
a.orange-1:hover {color: #F7921E !important; text-decoration: none;}

a.green-1:link {color: #FFFFFF !important; text-decoration: none;}
a.green-1:hover {color: #80C342 !important; text-decoration: none;}

a.green-2:link {color: #FFFFFF !important; text-decoration: none;}
a.green-2:hover {color: #338088 !important; text-decoration: none;}


/* NINJA */

.nf-form-fields-required {
  display: none;
}

.form-btn {
    padding:5px 15px; 
    background:#80C342; 
    color: #FFF;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
}
.form-btn:hover {
    background:#6FA13C;
    color: #FFF;
}



.vimeo-cropped-video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; /* Adjust as needed for aspect ratio */
}

.vimeo-cropped-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.5); /* Scale to crop */
}