/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.comments-area a, .page-content a {
    text-decoration: none !important;
}

/* Stil za naslov (.entry-title) */
#volunteer-opps .entry-title  a {
  font-family: "Bai Jamjuree", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 25px;
  color: #235341 !important;
  margin: 0 0 12px 0;
}
#volunteer-opps .volunteer-opp-info a,
.single-volunteer_opp .volunteer-opp-info a{
color:#235341 !important; 	
}
#volunteer-opps .volunteer-opp-info a:hover,
.single-volunteer_opp .volunteer-opp-info a:hover {
color:#b2d235 !important; 	
} 

/*Volunteer List Button in two rows*/
#volunteer-opps .entry-content p:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
 
/* General Volunteer Opp Styles */
.volunteer-opp-info {
	padding: 0 0 1em;
	font-size: 20px;
	font-family: "Bai Jamjuree", sans-serif ;
}

/* ===== Single Volunteer Page ===== */	
 .single-volunteer_opp .volunteer_opp {
	 margin:50px auto;
	 font-family: "Bai Jamjuree", sans-serif ;	 
	}
 
 .single-volunteer_opp .volunteer_opp .page-content p {
font-size: 20px !important;
	font-family: "Bai Jamjuree", sans-serif ;	
}
 .single-volunteer_opp .volunteer_opp .entry-title,
 .single-volunteer_opp .wivm-form-heading {
  font-family: "Bai Jamjuree", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 1;
  color: #235341 !important;
  margin: 0 0 12px 0;
 }
.single-volunteer_opp .wivm-form-heading {
	margin-top:50px; 
	margin-bottom:20px !important;
} 

/*Forma*/

.single-volunteer_opp #wivm-sign-up-form {
display: flex;
flex-direction: column;
column-gap: 10px;
row-gap: 10px;
align-items: flex-start;
}
.single-volunteer_opp #wivm-sign-up-form input {
	background-color: #FFFFFF;
    border-color: #e3f2d0;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;	
	margin-bottom:10px !important;
}
.single-volunteer_opp #wivm-sign-up-form label {
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 600;
 	font-size:16px;
	color:#235341;
	margin:0 !important;
}
.single-volunteer_opp #wivm-sign-up-form input:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1) !important;
    outline: 0;	
}
/*Submit Button*/
.single-volunteer_opp #wivm-sign-up-form input[type="submit"] {
    background-color: #235341;
    color:#e3f2d0;
    border-color: #235341;	
	border-width: 2px 2px 2px 2px;
 	border-radius: 8px !important;
	padding: 10px 24px !important;
	font-size:15px !important;
	font-weight:900 !important;
	text-transform:uppercase;
}
 
.single-volunteer_opp #wivm-sign-up-form input[type="submit"]:hover{
	background-color:#e3f2d0;
    color: #235341;
    border-color: #235341;
	transform: scale(1.03) !important;

}