/*
Theme Name: Victim Rights
Theme URI: www.victimrights.org
Description: custom theme by Gordon Multimedia.
Author: Gordon Multimedia
Version: 1.0
*/
/*
green: #198D92
blue: #05aef2
*/

@media only screen and (max-width: 992px) {
    .mobmenur-container i {
         float: none !important;
    }
}
#footer-icons {
	display: flex;
	gap: 15px; /* Adds spacing between the icons */
	align-items: center; /* Ensures vertical alignment */
	max-height: 200px;
}
.footer-icon img {
	object-fit: contain; /* Ensures images scale properly */
	max-width: 125px;
}
.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a[class^="uagb-image-ratio-"]>img {
	height: inherit !important;
}
.ow-leave-page-fab {
	right: 0;
	bottom: 85px;
	background: #d53636;
}
.ow-leave-page-fab h3 {
	font-size: 1rem;
}
#wrap {

}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif !important; 
	color: #686868;
	font-weight: 900;
}
body {
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a, span.video-btn {
	color: #026994;
	text-decoration: underline;
	cursor: pointer;
	position: relative;
}
span.video-btn i.far {
	position: absolute;
    top: 50%;
    left: 50%;
	z-index: 10;
    color: #fff;
    text-shadow: 2px 2px 5px #00000088;
    transform: translate(-50%, -50%);
}
#nav {
	position: relative;
}
#nav-bar {
/*	position: fixed;
	background: #FFF;*/
	width: 100%;
	z-index: 50;
	top: 0;
	box-shadow: 0 5px 12px rgb(0 0 0 / 8%);
	position: -webkit-sticky; /* Safari */
    position: sticky;
    background-color: #ffffff; /* Optional: Ensure background is visible */
}
#nav-bar.admin {
	top: 32px;
}
#nav {
	text-align: right;
}
#topLinks {
	text-align: right;
	padding: .25rem 50px .25rem 0;
	position: relative;
	line-height: 5.5rem;
}
@media(min-width:768px){
	#topLinks {
		padding: .25rem 0;
	}
}
.btn-success {
	background: #198D92;
	border-color: #198D92;
	text-transform: uppercase;
}
.btn-success:hover {
	background: #1e73be;
}
#logo {
	position: absolute;
	left: 0;
	top: 3;
	display: block;
	border: 5px solid rgba(256,256,256,.7);
	border-radius: 10px;
}
#logo img {
	height: 100px;
	width: auto;
	display: block;
	transition: .3s all;
	border-radius: 5px;
}

#hpTop {
	/*margin-top: 3rem;*/
}
@media(min-width:992px){
	#hpTop {
		/*margin-top: 6rem;*/
	}
	#logo img {
		height: 160px;
	}
	#topLinks {
		line-height: normal;
	}

}
#hpHero {
	background-image: url("images/woman-colorized.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	background-color: #0C4346;
	padding-bottom: 3rem;
	position: relative;
}
#hpHeroFilter {
	color: #FFF;
	padding: 14rem 0;
	text-align: center;
}
#hpHeroFilter h1 {
	font-weight: 900;
	color: #FFF;
}
#candid {
	position: absolute;
	right: 0px;
	top: 10px;
}
#candid img {
	width: 100px;
	height: auto;
}
@media(min-width:768px){
	#candid {
		right: 20px;
	}
}
@media(min-width:992px){
	#candid {
		right: 20px;
		top: 25px;
	}
}
.hpHeroTextBox {
	background: #FFF;
	padding: 2rem 2rem 0;
	border-radius: .25rem;
	margin-bottom: 1rem;
	height: 100%;
}
.hpHeroTextBox h3 {
	font-weight: 900;
	color: #686868;
}
#hpLegalHelp {
	background: #E6EAEC;
	padding: 3rem 0 1rem;
	text-align: center;
}
#hpLegalHelp ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
#hpLegalHelp li {
	width: 30%;
	margin: 1rem 1.5%;
}
.mainButton, #hpLegalHelp li a, .hpHeroTextBox a {
	display: block;
	padding: .5rem 1rem;
	color: #FFF;
	background: #026994;
	border-radius: 3px;
	border-collapse: separate;
	text-align: center;
}
.mainButton:hover, #hpLegalHelp li a:hover, .hpHeroTextBox a:hover {
	background: #4788A9;
	text-decoration: none;
}
@media(min-width:768px){
	#hpLegalHelp li {
		width: 30%;
		margin: 1rem 1.5%;
	}
}
#hpFeaturedEvents {
	text-align: center;
}
#hpFeaturedEvents h2 {
	color: #fff;
	padding: 3rem 0;
	background-image: url("images/website-header-graphic-1200x532-1.jpeg");
	background-size: cover;
	background-position: center center;
}
.owl-stage {
	margin: 0 auto;
}
.mec-owl-carousel .owl-item img {
    height: auto;
}
#headingTop {
	background: #198D92;
/*	margin-top: 6rem;*/
    text-align: center;
    padding: .5rem 0;
}
/*#headingTop.notLoggedIn {
	margin-top: 4rem;
}*/
#headingTop h1 {
	color: #FFF;
	padding-left: 7rem;
	font-size: 1.8rem;
}
@media(min-width:992px){
	#headingTop h1 {
		font-size: 2.5rem;
	}
}
#breadcrumbHolder {
	line-height: 3rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 2rem;
}
#midPage {
	padding: 0 0 3rem;
}
#main-content.mec-container {
	margin-top: 8rem;
}
.largeIcon {
	font-size: 4rem;
}
.entry {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
}
.entry:last-of-type {
	border-bottom: none;
}
.adminEdit a {
	display: inline-block;
	border: 1px solid #026994;
	border-radius: 3px;
	padding: 0 .5rem;
    margin: .5rem 0;
    font-size: .8rem;
}
.resourceThumb img {
	display: inline-block;
    box-shadow: 1px 1px 3px;
}
.searchHeading {
	font-weight: 700;
}
#searchInModal {
	padding: 1rem 1rem 0;
}
.searchResult {
	margin-bottom: 2rem;
}
.socialBar {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.socialBar li {
	display: inline-block;
	margin-left: .5em;
}
.socialBar a {
	color: #CCC;
	font-size: 1rem;
}
.modal-dialog.modal-xl {
	width: 100%;
      max-width: 800px;
      margin: 30px auto;
  }
.kt-blocks-carousel .slick-slide {
	height: auto !important;
}
.uagb-section__background-color #field_3_1 label {
	color: #FFF !important;
}
@media (min-width: 1200px){
	.modal-xl {
		max-width: 1140px !important;
	}
}
.modal-body {
  position:relative;
  padding:0px;
}
.close.outside {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.wp-block-kadence-tabs .kt-tabs-id_f8943d-be > .kt-tabs-title-list li{
	margin: 0 8px 8px 0 !important;
}
#emailSignupWindow {
	z-index: 10100 !important;
}
#emailSignupWindowContent {
	padding: 1rem 1rem 0;
}
#emailSignupWindowContent .gform_footer {
	text-align: center;
}
#gform_submit_button_5{
	background: #198D92;
	color: #FFF;
	width: 70%;
	border: none;
	border-radius: 3px;
	font-size: 1.25rem;
	line-height: 2.5rem;
}
#field_5_2 {
	font-size: 15px;
}
#featuredResources {
	margin: 2rem 0;
    padding: 1rem;
    background: #f1f1f1;
    border: 1px solid;
}
#featuredResources h5 {
	color: #198d92;
	font-weight: 600;
}
#featuredResources li:before {
	display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f15c";
}
/* ################# styles needed for some of the block editor content fixes ######################## */
.uagb-post-grid .uagb-post__image img {
    height: auto;
}
/* ------- add the following two styles to the CSS to center align the menu items - also requires 2 styles to be added to css
*/
.navbar-collapse.center {
    text-align: center;
}
.navbar-collapse.center .navbar-nav {
    display:inline-block;
    float: none;
}
/*------- end of center align menu styles */
/*-------- menu styles ---------*/
.mobmenur-container {
	top: 32px !important;
}
.mob-menu-header-holder{
	width: 50px !important;
	z-index: 999 !important;
}
.mob-expand-submenu{
	position: absolute !important;
    right: 0 !important;
    float: none !important;
    top: 15px;
}
#mobmenuright li a{
	position: relative;
}
@media(min-width:992px){
	#nav ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: inline-block;
	}
	#nav ul li {
		display: inline-block;
		position: relative;
	}
	#nav ul li a {
		display: block;
		padding: 0px 10px 0px 10px;
		line-height: 50px;
		color: #777;
		text-decoration: none;
		font-size: 1rem;
		text-transform: uppercase;
	}
	li.menu-item-has-children > a:after {
		font-family: "FontAwesome";
		content: "\f107";
		margin-left: 5px;
		font-size: 15px;
	}
	#nav ul li a:hover {
		color: #05aef2;
	}
	#nav ul li ul {
		display: none;
		position: absolute;
		top: 50px;
		left: 0px;
		z-index: 90000;
		text-align: left;
		border-top: 3px solid #CCC;
		box-shadow: 2px 2px 3px rgba(0,0,0,.4);
	}
	#nav ul li ul li {
		display: block;
		white-space: nowrap;
		background-color: #fff;
	}
	#nav ul li ul li:hover {
		background-color: #FAFAFA;	
	}
	#nav ul li ul li a {
		line-height: 30px;
	}
	#nav ul li:hover ul {
		display: block;
	}
	#nav ul li:hover ul li ul {
		top: -5px;
		left: 100%;
		display: none;
	}
	#nav ul li ul li:hover ul {
		display: block;	
	}
}
@media only screen and (min-width : 1200px) {
	#nav ul li a {
		font-size: 1.1rem;
	}
}
/*------ end of menu styles -------*/
#footer {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	color: rgba(256, 256, 256, 0.8);
}
#footer h4 {
	text-transform: uppercase;
	color: rgba(256, 256, 256, 0.4);
	font-size: 1.2em;
	border-bottom: 1px solid;
}
#footer .row {
	overflow: hidden;	
}
#footer #field_2_2 {
	font-size: .8rem;
}
.footerSocial {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerSocial li {
	display: inline-block;
	padding: 0 .25rem;
	font-size: 2rem;
}
.footerSocial a, #footer a {
	color: rgba(256,256,256,.6);
}
.footerSocial a:hover, #footer a:hover {
	color: rgba(256,256,256,1);
}
#footerCredits {
	text-align: center;
	border-top: 1px solid;
    padding-top: 1rem;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.social {
	text-align: center;
}
.social a {
	color: rgba(256, 256, 256, 0.6);
}
.social a:hover {
	color: rgba(256, 256, 256, 0.3);
}
.alignright {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;	
}
.alignleft {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;	
}
.attachment-thumbnail {
	max-width: 100%;
	height: auto;	
}
.google-maps {
	position: relative;
	padding-bottom: 75%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
hr {
	clear: both;	
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	font-size: 1.5em;
	border: none;	
}
.credit {
	text-align: center;
	padding: 1em;
}
.credit a {
	font-size: .8em;
	color: rgba(256, 256, 256, 0.3);
	text-decoration: none;
}
.credit a:hover {
	color: rgba(256, 256, 256, 0.6);
	text-decoration: underline;
}
/* ---------- styles for carousel -----*/
.carousel-caption {
	position: relative;	
	left: 0%;
	right: 0%;	
}
.carousel-caption h3, .slideShowHeader {
	font-size: 2em;
}
.carousel-indicators {
	bottom: 0px !important; 	
}
/*end of styles for carousel ----*/
/* styles to vertically center bootstrap modal window */

/*-------- styles for home.php -----*/
.archive-thumb {
	text-align: right;
	padding-top: 15px;	
}
.archive-item {
	margin-top: 20px;	
}
.archive-item h4 {
	font-size: 1.2em;
	color: #000;
}
.postedOn {
	font-style: italic;
	color: #888;
    position: relative;
    top: -10px;
    font-size: .9em;
}
.pager {
	margin-top: 3em;
}
.pager li>a, .pager li>span {
	border-radius: 0;
}
/*----------- end of styles for home.php --------*/

.dateBox {
	border: 1px solid #CCC;
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-top: .4em;
}
.day {
	float: left;
    font-size: 2em;
    padding-right: .1em;
	padding-left: .1em;
    border-right: 1px dotted #ccc;	
}
.monthYear {
	padding-left: .3em;
	padding-right: .3em;
	float: left;	
}


/*------- styles for contact footer ----------*/
.contact-footer a {
	color: rgba(256, 256, 256, .8);	
}
.contact-footer a:hover {
	color: rgba(256, 256, 256, 1);	
	text-decoration: none;
}
/*---------- end of styles for contact footer --------*/
.size-large, .size-medium, .size-full {
	max-width: 100%;
	height: auto;
}
@media (min-width:768px) {
	.navbar {
		border-radius: 0px !important;	
	}
	.navbar-default .navbar-nav>li>a {
		color: rgba(256, 256, 256, .8);	
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: rgba(256, 256, 256, 1) !important;	
		background-color: rgba(0, 68, 124, 1);	
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.current-menu-ancestor>a {
		color: rgba(256, 256, 256, 1);
		background-color: rgba(0, 68, 124, .8);	
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: rgba(256, 256, 256, 1);	
	}
	.navbar-toggle { /*this is for the collapsed button to activate menu*/
		display: none;
	}
	.navbar-default {
		border: none;
		background-color: rgba(0, 68, 124, .8);	
		margin-bottom: 0px;
	}
	.equalheight {
		margin-bottom: -99999px !important;
		padding-bottom: 99999px !important;	
	}
	.carousel-caption {
		bottom: 0px !important;	
	}
	.carousel-caption h3, .slideShowHeader {
		font-size: 3em;
		text-shadow: 1px 1px 3px rgba(0,0,0,1)	;
	}

}