/*
Theme Name:		Child TAF Non-Profit
Theme URI:		http://brighteyetest.com/wordpress/
Author:			Dean Pacchiana
Author URI:		https://brighteyedesign.com
Description:	child theme of OrganicThemes Non-Profit
Template:		organic_nonprofit
Version:		1.2
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			
Text Domain:	child-nonprofit
*/

html {}

body {
	font-family: ;
	font-size: ;
	color: #000000;
	margin: ;
}

a { color: ; text-decoration: ;}
a:hover, a:focus, a:active { color: ;}
a:focus { outline: thin dotted; }

ol, ul {
	list-style: outside;
	margin: 3px 0px 0px 24px;
	padding: 0px 0px 0px 12px;
	}
ol li {
	list-style: outside;
	list-style-type: decimal;
	margin: 3px 0px;
	padding: 0px 0px 0px 12px;
	}
ul li {
    list-style: outside;
    list-style-type: square;
    margin: 3px 0px;
	padding: 0px 0px 0px 12px;
	}

/* LAYOUT */

div.container {	}
article.post {}
article.post:last-of-type {} 

.featured-donation .donation {padding: 18px 6px; width: 90%;}

/* HEADER */

#top-nav .content { background:; }
#top-info { background: #ffffff url(/wp-content/uploads/2017/02/bg-header.png) right bottom no-repeat; box-shadow: 0px 0px 6px rgba(0, 0, 0, .24);}
#navigation .menu a:hover {background:#e9fbf1;}
/* For desktop */
@media only screen and (min-width: 768px) {
	#navigation .menu a {line-height: 21px;}
	.menu-main-manu .sub-menu {padding: 3px;}
}

/* STICKY NAV MENU HEADER */
@media only screen and (min-width: 768px) {
	#top-info {position: fixed; height: 135px}
	.container {padding-top: 140px;}
}
/* For mobile phones */
@media screen and (max-width: 767px) {
	#top-info {position: relative; margin: 3px auto;}
	#top-nav {background: transparent;}
	#contact-info {height: 99px; overflow: visible;}
	.container {padding-top: 36px;}
}

/* FOOTER */
.footer-widgets .widget {width: 25% !important;}
.footer-widgets .widget a {color: #0d9347;}
/* For mobile phones */
@media screen and (max-width: 480px) {
	.footer-widgets .widget {
		width:100% !important;
  }
}

/* SOCIAL */
#taf_social_media_icons {height:12px; float: right;}
.taf_social_media_icons ul li {
	display: inline;
	list-style-type: none;
	list-style: inside;
	text-decoration: none;
	margin-left: 3px;
}
.taf_social_media_icons ul li a {
	color: #08602e;
	font-size: 16px;
	line-height: 1px;
	text-decoration: none;
}
.taf_social_media_icons a:hover { color: #40a56c; }


