/*--
	Theme Name: ICare
	Theme URI: xxxx
	Author: xxx
	Author URI: xxx
	Description: Charity/NGO Theme
	Version: 1.0
	License URI: http://
	Tags:
--*/
@import "main.css";
img{
	max-width: 100%;
	height: auto;
}
.logo a {

    float: left;
    width: 20%;
    margin-right: 10px;

}
.logo h1 {
    font-size: 28px;
    letter-spacing: -0.05em;
    color: #fff;
    text-align: left;
    margin-top: 30px;
    font-weight: 600;
    line-height: 28px;
    float: left;
    width: 63%;
}
.site-header img{
	float:left;
	margin-right:1em;
}
.site-header span {

    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    color: #4c6e27;

}
.logo{
	margin-top:-1em;
}
.flexslider .slides img {

    width: 100%;
    display: block;
    height: 470px;
    object-fit: cover;
    object-position: center;

}
@media screen and (max-width:768px) {
	.logo h1 {

	    width: 100%;
	    text-align: center;
	    font-size: 23px;
	    margin: 0;

	}
	.site-header .logo a img {
		margin: 0 auto;
		width: 32%;
		text-align: center;
		float: none;
}
.logo a {
    float: left;
    width: 100%;
}
.main-header {
    padding: 20px 0 20px;
}
.main-header .main-header-right {
    margin: 0 0 0 0;
    text-align: center;
}
.flexslider .slides img {
    width: 100%;
    display: block;
    height: 165px;
    object-fit: cover;
}
}
.twitter-plugin{
	margin-top:30px;
	margin-bottom:10px;
}
.box-content{
	padding-bottom:15px;
}
.latest-news{
	margin-top:10px;
}
.browse{
	padding:5px;
	 height:2%;
}
.cause-thumb{
	background-color:#ddd;
	height:200px;
}
.cause-thumb img{
	padding:5px;
	height:200px;
	overflow:hidden;

	  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cause-thumb {overflow:hidden}

.cause-thumb img:hover {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);

	  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

}

.fa-facebook{
background-color:#3b5998 !important;
}
.fa-youtube{
background-color:#e62117 !important;
}

.fa-twitter{
background-color:#1da1f2!important;
}

.fa-rss{
background-color:#0087be!important;
}

ul.inside {padding-left:0; margin-top:-15px;}

ul.inside li {border-bottom:1px solid #ccc; padding:15px 0; list-style-type:none}
ul.inside a:hover {color:#000}


.notice_single {border-bottom:1px solid #ccc; margin-bottom:25px; padding-bottom:25px;}
.notice_img {margin-top:5px;}
.notice_img img {width:100%}
.notice_brief_wrap {}
.notice_title a {font-size:16px; color:#000}
.notice_date {font-size:12px; font-style:italic}
.notice_brief {margin-bottom:15px }

.notice_more a {background:#005700 ; padding:8px 15px; color:#fff; font-size:12px; border-radius:5px;}
.notice_more a:hover {color:#faca3a}
