/*
Theme Name: Yegor
Theme URL: http://www.fabthemes.com/yegor/
Author: Fabthemes
Author URI: www.fabthemes.com
Version: 1.2

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 web2feel is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

@font-face {
  font-family: 'Geovana';
  src: url('fonts/Geovana.otf') format('opentype'), /* Modern Browsers */
       url('fonts/Geovana.ttf') format('truetype') /* Safari, Android, iOS */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-family:'Helvetica', sans-serif;
	
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation ul > li{

	
}

.main-navigation ul > li a:link {
	color: #ffffff;
	padding: 8px 15px;
}

.main-navigation ul > li a:hover, .main-navigation ul > li a:visited{
	color: #fff;
	background: #008D94;
	display: block;

}

.main-navigation ul > li:hover > a {
    background: #008D94; /* Background color when hovering over parent */
}

.main-navigation ul > li:hover > ul {
    display: block; /* Show submenu when hovering over parent */
}


.main-navigation a {
	display: block;
	text-decoration: none;
	color: #008D94;
}
.main-navigation ul ul {
	background: #00A59C;
	display: none;
	float: left;
	position: absolute;
	/*top:40px;*/
	left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 180px;

}
.main-navigation ul ul li {
	font-size: 12px;
	border-bottom: 1px solid #00A59C;
}

.main-navigation ul ul li a:link, .main-navigation ul ul li a:visited{
	color: #fff;
	padding: 14px 10px;
}

 .main-navigation ul ul li a:hover{
	color: #fff;
}


.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

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


.mobilenavi{
	width: 100%;
	padding:5px 10px;
	height: 40px;
	
}

select.mnav{
	width: 100%;
	background: transparent;
	border: none;
	  -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    height: 40px;
    color: #eee;
}

.site-branding{
	text-align: center;
}

.top-ad{
	display: none;
}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

.sidebarbutton{
	border-radius: 15px !important;
    font-size: 17px !important;
    font-weight: bold !important;
    margin-bottom: 14px !important;
    padding: 8px 16px !important;
    text-align: left !important;
    width: 100% !important;
	color: #fff !important;
}
.socialicon{
	margin-left:5px;
}
.ajax-login-register-login-container{
	float: right;
}
.logoutajax{
	float: right;
    width: 260px;
	margin-top: 8px;
	margin-left: 8px;
}
.mtop{
	float:left;
	margin-top:2%;
}
.headerupperlink{
	font-size: 13px !important;
	padding: 3px 8px !important;
	margin-top: 7px;
}
.homepagecontent{
	float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.loginlink, .registerlink{
	color:#fff !important;
	padding-bottom: 3px !important;
    padding-top: 3px !important;
}
.progressouter{
	width:65%;
	border: 1px solid rgb(204, 204, 204); 
	height: 20px; 
	border-radius: 7px;
	padding:0px;
}
.progressbar{
	height: 18px; 
	background-color: #4b3f57; 
	border-radius: 7px;
}

.formtitle{
	margin-bottom: 12px;
	margin-top: 0;
	font-size: 18px;
}
.formouter{
	padding-top:10px !important;
	padding-bottom:0px !important;
}

#cover, #nominationcover{ 
	position:fixed; 
	top:0; 
	left:0; 
	background:rgba(0,0,0,0.6); 
	z-index:5; 
	width:100%; 
	height:100%; 
	display:none; 
} 

#paypalform{ 
	height: 460px;
    left: 35%;
    margin: 0 auto;
    padding-left: 22px;
    position: absolute;
    width: 340px;
	z-index:10; 
	display:none; 
	background: #00bfff; 
	border:5px solid #cccccc; 
	border-radius:10px;
	color: #fff;
	top:9%;
} 

#paypalform:target, #paypalform:target + #cover{ 
	display:block; 
	opacity:2; 
} 

#nominationform { 
	height: 410px;
    left: 35%;
    margin: 0 auto;
    padding-left: 22px;
    position: absolute;
    width: 350px;
	z-index:10; 
	display:none; 
	background: #00bfff; 
	border:5px solid #cccccc; 
	border-radius:10px;
	color: #fff;
	top:9%;
	overflow-y: scroll; 
}

#nominationform:target, #nominationform:target + #nominationcover{ 
	display:block; 
	opacity:2; 
} 

#nominationform textarea, #nominationform input[type="date"]{
	width: 95%;
}

.cancel { 
	background: rgb(245, 245, 245) none repeat scroll 0 0;
    color: black;
    display: block;
    font-size: 40px;
    font-weight: bold;
    height: 30px;
    line-height: 22px;
    position: absolute;
    right: 2px;
    text-align: center;
    text-decoration: none;
    top: 2px;
    width: 30px;
} 

#paypalsubmit{
	margin-top:10px;
}

#paypaldata input, #paypaldata textarea {
    width: 90%;
	border: 1px solid #ddd;
}

.payment_address, .payment_done{
	display: none;
	float: left;
    font-size: 17px;
    font-weight: 700;
    margin-top: 36px;
    text-align: justify;
    width: 100%;
}

.info{
	background-color: #D9EDF7;
}

.listheader{
	background-color: #F2DEDE;
}
.backbtn{	
	text-align:center;
	width:100%;
}
.heading_donor{
	background: #ffe4b5 none repeat scroll 0 0;
}
.heading_donor th{
	text-align: center;
}
.teamdiv{
	margin-top: 10px;
	margin-bottom: 10px;
}
.buy_ticket{
	text-align:center;
	width:100%;
	float:left;
	margin-bottom:20px;
}
.buy_ticket a{
	color:#fff !important;
}

#buy_ticket_outer { 
	height: 705px;
    left: 30%;
    margin: 0 auto;
    padding-left: 22px;
    position: absolute;
    width: 500px;
	z-index:10; 
	display:none; 
	background: #00bfff; 
	border:5px solid #cccccc; 
	border-radius:10px;
	color: #fff;
	top:9%;
} 

#buy_ticket_outer:target, #buy_ticket_outer:target + #cover{ 
	display:block; 
	opacity:2; 
} 

#paypaldata input[type="radio"], #paypaldata input[type="checkbox"]{
	width:6%;
}
.extra_option{
	margin-left: 20px;
}
#donation_amt, #prem_crl_60, #royal_crl_40{
	width: 35% !important;
}
#submit_btn{
	width: 16% !important; 
	font-size: 14px; 
	margin-top: 10px; 
	margin-right: 20px;
}
.event-tag .iconic_icon{
	width: auto !important;
	height: auto !important;
	left : 17px;
	position: absolute;
	top: -29px;
}
.ticketspecial{
	 background: #59e817 !important;
}
.dnat_outer, .prem_60, .royal_40{
	display: none;
}
.progressbar_outer{
	padding-top: 12px; 
	padding: 15px;
	margin-left: 4%; 
	border: 7px solid rgb(204, 204, 204);
}
.ticketbtn{
	border-radius: 15px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: bold !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    padding: 8px 16px !important;
}
.newevent{
	background: #fff none repeat scroll 0 0;
    text-align: center;
}

.pdetails_title{
	background: #ccc none repeat scroll 0 0;
    padding: 3px;
	margin-top: 0;
}

.ref_details{
	background: #a3e4d7 none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px;
}

.p_coord_details{
	background: #aed6f1 none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px;
}

.p_lead_details{
	background: #d7bde2 none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px;
}

.pben_details{
	background: #d5f5e3 none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px;
}

.subject{
	float: left;
    margin-right: 10px;
    margin-top: 5px;
}

#psupp_doc{height:auto !important;}

.preq_details{
	background: #fad7a0 none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px;
}

.ben_select_details{
	background: #f9ebea none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px;
}

.pcoor_select_details{
	background: #f4ecf7 none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px;
}

.tk_left{
	float: left;
}
.tk_right{
	float: right;
}
.sign_text{
	float: left;
    width: 100%;
}

.req_pro_id{
	display: none;
	margin-left: 20px; 
	color: red; 
	font-weight: bold;
}

.sign_save_error{
	display: none;
	background-color: #f33;
    color: #fff;
    font-weight: bold;
    margin: 0.5em 0;
    padding: 0.4em;
	text-align: center;
}

#signArea{
	width:304px;
	margin: 0 auto;
}
.sign-container {
	width: 60%;
	margin: auto;
}
.sign-preview {
	width: 150px;
	height: 50px;
	border: solid 1px #CFCFCF;
	margin: 10px 5px;
}
.tag-ingo {
	font-family: cursive;
	font-size: 12px;
	text-align: left;
	font-style: oblique;
	margin-top: 0px !important;
}

.submit_btn{
	margin-top: 30px;
}

.sub1{
	margin-bottom: 10px; 
	background: #888;
	padding: 10px; 
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

.sig_btn:active, .sig_btn:hover, .sig_btn:focus, .sig_btn:visited{color:#fff !important;}
.sign_outer{text-align: right; padding-right: 0px !important;}
input[type="text"].signature{border:none; border-bottom:1px solid #000; border-radius:0px;font-family: 'Geovana';font-size: 26px; text-align: center; width: 100%;}
.pymt_due_form {display:none;}
#dvLoading {
    background: rgba(0, 0, 0, 0.6) url("images/loader.gif") no-repeat scroll center center;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.latest_update td{
	padding:15px;
}

.ongoing_prog_outer{
	margin-bottom: 18px;
	display: inline-block;
}
.ongoing_prog_outer .box1 {
	display: inline-block;
	vertical-align: top;
}
.ongoing_prog_outer .box2 {
	display: inline-block;
	width: 20%;
	margin-left: 40px;
}

.ongoing_prog_outer .box2 .progress{
	margin-bottom: 0px;
}

@media only screen and (max-width: 640px)  {
	.ongoing_prog_outer .box2 {
		width: 35% !important;
		margin-left: 20px !important;
	}
}

@media only screen and (min-width: 480px)  {
	#project_id{
		width: 25%;
		float:left;
	}
}



/* Project Intake Display */

.project-data {
    margin-top: 20px;
}

.project-item {
    background-color: #f9f9f9;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.project-item h3 {
    color: #333;
}

.project-item p {
    margin: 5px 0;
}

.project-form {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.project-form h2 {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px; /* Added margin-bottom for label spacing */
}

.form-group input[type="text"],
.form-group input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.form-group input[type="submit"] {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.form-group input[type="submit"]:hover {
    background-color: #555;
}

/*
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); 
    grid-gap: 5px; 
}


.grid-item {

    background-color: #f9f9f9; 
    padding: 5px; 
    border-radius: 5px; 
}

.thumbnail-container img {
    width: 200px;
    height: 132px;
}
*/

/* Adjustments for displaying grid items */
.grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Distribute grid items evenly */
}

.grid-item {
    width: calc(20% - 10px); /* Adjust width to create a five-column layout with spacing */
    margin-bottom: 20px; /* Adjust spacing between grid items */
    display: flex; /* Display children in a flex layout */
    flex-direction: column; /* Stack children vertically */
    justify-content: space-between; /* Align children with space between */
}

/*.grid-item .post-thumbnail {
    margin-bottom: 10px; /* Adjust spacing between thumbnail and content */
/*} */

.thumbnail-container img {
    width: 200px;
    height: 132px;
	margin-bottom: 10px;
}


.grid-item .post-content {
    margin-bottom: auto; /* Allow content to grow as much as needed */
}

.grid-item .progress {
    margin-top: 10px; /* Adjust spacing between content and progress bar */
}

.grid-item .post-categories a {
    color: #ff0000; /* Change color to your desired color */
    /* Additional styles can be added here */
}


/* The below are created by Adriatic Infotec - for posts with donor list display tables  */
.donor-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; /* Modern font stack */
}

.donor-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #E2E8F0;
    border-radius: 8px; /* Subtle rounding for modern feel */
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); /* Light shadow for depth */
}


.donor-main-header {
    background-color: #0C7586;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    padding: 16px;
    
}

.donor-subheader {
    background-color: #1ABC9C; /* Your requested vibrant turquoise */
    font-weight: 600;
    color: #000000; /* Dark teal text for contrast */
    
}

.donor-subheader th {
    padding: 12px 16px;
    text-align: left;
}

.donor-subheader th:last-child {
    border-right: none;
}





.donor-row-even {
    background-color: #FFFFFF;
    color: #334155;
}

.donor-row-odd {
    background-color: #F8FAFC;
    color: #334155;
}

.donor-row-even td,
.donor-row-odd td {
    padding: 12px 16px;
/*    border-top: 1px solid #F1F5F9; /* Very subtle top divider for row separation, no bottom */
}

.donor-cell-left {
    text-align: left;
}

.donor-cell-right {
    text-align: right;
}

.donor-cell-center {
    text-align: center;
}

.donor-cell-left:last-child,
.donor-cell-right:last-child,
.donor-cell-center:last-child {
    border-right: none;
}

.donor-amount {
    color: #4F46E5;
    font-weight: 600;
}

.donor-status-paid {
    color: #4F46E5;
    font-weight: 600;
}

.donor-status-pledged {
    color: #64748B;
    font-weight: 500;
}

.donor-status-panel {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 20px;
    margin-top: 20px;
    border-radius: 12px; /* Softer rounding */
    color: #334155;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.donor-panel-title {
    color: #4F46E5;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 600;
}

.donor-label {
    color: #334155;
    font-weight: 700;
}

.donor-raising,
.donor-accent {
    color: #4F46E5;
    font-weight: 600;
}




/* this for listing ongoing-and urgent project in the same page. /Yegor/category-1.php  */

/* Scoped to .category-ongoing-projects body class */

/* Base styles for ongoing-proj (equal heights) */
.category-ongoing-projects .ongoing-proj .row {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to next row on smaller screens */
    margin-left: 0; /* Reset negative margin to prevent left overflow */
    margin-right: 0;
}

.category-ongoing-projects .ongoing-proj article {
    display: flex;
    flex-direction: column; /* Stack internal elements vertically */
    height: 100%; /* Stretch to fill the row's height */
    box-sizing: border-box; /* Include padding/borders in height */
    padding-left: 15px; /* Counter Bootstrap negative row margins */
    padding-right: 15px;
}

.category-ongoing-projects .ongoing-proj article .entry-header,
.category-ongoing-projects .ongoing-proj article .progress {
    flex: 0 0 auto; /* Fixed height for header and progress */
}

.category-ongoing-projects .ongoing-proj article > div:not(.entry-header):not(.progress) {
    flex: 1 1 auto; /* Allow content areas to grow and fill space */
}

/* Grid view specific styles */
.category-ongoing-projects .ongoing-proj.grid-view .row {
    display: flex;
    flex-wrap: wrap;
}

.category-ongoing-projects .ongoing-proj.grid-view article {
    flex: 0 0 50%;
    max-width: 50%;
}

/* List view specific styles */
.category-ongoing-projects .ongoing-proj.list-view .row {
    display: block;
}

.category-ongoing-projects .ongoing-proj.list-view article {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row; /* Side-by-side layout for list view */
    align-items: center; /* Vertically align content */
    padding: 10px; /* Optional padding for list items */
    border: 1px solid #ddd; /* Optional border for list items */
    background: #f9f9f9; /* Optional light background */
}

.category-ongoing-projects .ongoing-proj.list-view article .post-image {
    max-width: 200px; /* Thumbnail size in list view */
    margin-right: 20px; /* Space between image and content */
}

.category-ongoing-projects .ongoing-proj.list-view article .entry-header,
.category-ongoing-projects .ongoing-proj.list-view article .progress {
    flex: 1; /* Allow content to fill space */
}

.category-ongoing-projects .ongoing-proj.list-view .post-image,
.category-ongoing-projects .ongoing-proj.list-view .entry-meta {
    display: none;
}

.category-ongoing-projects .ongoing-proj.list-view article > br {
    display: none;  /* Optional: Remove extra <br> in list view if spacing is off */
}
.category-ongoing-projects .ongoing-proj.list-view .raisinggoal {
    margin-bottom: 5px;  /* Space above progress bar */
}

/* Reduce post title size (applied globally to this section; adjust as needed) */
.category-ongoing-projects .ongoing-proj .entry-title {
    font-size: 1.5em; /* Smaller than default h1; tweak value (e.g., 1.2em for even smaller) */
}

/* Ensure raising goal is above progress bar with better visibility */
.category-ongoing-projects .ongoing-proj .raisinggoal {
    display: block; /* Ensure it's on its own line if needed */
    margin-bottom: 10px; /* Add space below goal, above progress */
}

/* Add gutter between content and sidebar */
@media (min-width: 992px) {  /* Applies on medium screens and up */
    .category-ongoing-projects #primary {
        padding-right: 20px;  /* Space on the right of content */
/*        border-right: 1px solid #eee;  /* Optional thin border for visual separation */
    }
    .category-ongoing-projects #secondary {
        padding-left: 20px;  /* Space on the left of sidebar */
    }
}

/* On smaller screens (mobile/tablet), remove extra space to avoid squeezing */
@media (max-width: 991px) {
    .category-ongoing-projects #primary, .category-ongoing-projects #secondary {
        padding-right: 0;
        padding-left: 0;
        border-right: none;
    }
}

/* Sidebar fix: Use flex on site-content row to prevent overflow */
.category-ongoing-projects .site-content .row {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.category-ongoing-projects .site-content #primary {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.category-ongoing-projects .site-content #secondary {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

/* Responsive adjustments for sidebar */
@media (max-width: 991px) {
    .category-ongoing-projects .site-content .row {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .category-ongoing-projects .site-content #primary,
    .category-ongoing-projects .site-content #secondary {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Mobile-specific fixes: Reset margins/paddings for full visibility */
@media (max-width: 767px) {
    .category-ongoing-projects .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .category-ongoing-projects .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .category-ongoing-projects .ongoing-proj .row {
        flex-direction: column; /* Stack vertically on mobile */
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .category-ongoing-projects .ongoing-proj article {
        height: auto; /* Reset height for single-column mobile view */
        padding-left: 15px !important; /* Restore content padding */
        padding-right: 15px !important;
        margin-bottom: 20px; /* Space between items */
    }

    /* Fix menu background space on mobile */
    .category-ongoing-projects .main-menu,
    .category-ongoing-projects .top-bar {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .category-ongoing-projects .main-navigation ul {
        margin: 0 !important;
    }
}

.category-ongoing-projects .urgent-label {
    color: red;
    font-weight: bold;
    font-size: 0.9em; /* Slightly smaller than title */
    margin-left: 10px; /* Space from title */
    padding: 2px 6px; /* Optional: Add a badge-like padding */
    background-color: #ffebeb; /* Optional: Light background for visibility */
    border-radius: 4px; /* Optional: Rounded corners */
}