	
	
section{
	width:100%;
	float:left;
	display:inline-block;
	overflow:hidden;
}
section.main{
	padding:50px 0;
}
section.main_2{
	padding:50px 0;
	background: rgba(0,0,0,0.05);
}
div.main{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
}
h1{
	font-size:30px;
	display: inline-block;
}

h2{
	font-size:26px;
	font-weight: bold;
	display: inline-block;
}
h3{
	font-size: 18px;
    display: inline-block;
	letter-spacing: 1px;
	font-weight:bold;
}
h4 {
    font-size: 16px;
    display: inline-block;
}
p , li, span, label {
    position:relative;
}
img.main{
	width:100%;
	float:left;
    position: relative;
}
a{
	text-decoration:none !important;
}
.btn_main {
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    background: linear-gradient(to top, #f47d21 50%, #ff9543 50%);
    color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    margin-top: 15px;
    transition: all 0.5s;
    margin-left: 0;
    float: left;
}
.btn_main:hover{
	background: linear-gradient(to top, #ff9543 50%, #f47d21 50%);
}
.color_main{
	color:#4aada9;
}
.head_design {
    background: #4aada9;
    color: #fff;
    padding: 8px 25px 8px 20px;
    line-height: 1;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
	letter-spacing: 0;
}
.head_design::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    right: -15px;
    top: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #4aada9;
}
#side_widget {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    right: 0;
    max-width: 205px;
    background: #f2f2f2;
}
#side_widget h6 {
    margin-bottom: 0px;
    position: relative;
    color: #fff;
    background: linear-gradient(to top, #f47d21 50%, #f47d21 50%);
    padding: 5px 10px;
}
#side_widget p {
    margin-bottom: 0;
    padding: 15px 20px;
	color:#333;
}
#side_widget h6::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -14px;
    top: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f47d21;
}

	/*---END -- DEFAULT VALUES----*/
		/*---HEADER---*/
body.header_fix{
	margin-top:138px;
}
body.header_fix header#header #sub_header {
    display:none;
}
#header_menu.stop	{
	position: fixed;
    top: 0px;
	transition:all 0.6s;
}
#header_menu.stop .navbar-light .navbar-brand img {
    max-width: 90px;
	transition:all 0.6s;
}	
#header_menu .navbar-light .navbar-brand img {
	max-width: 120px;
	transition:all 0.6s;
}	
#header_menu > div#google_language_translator {
    position: absolute;
    right: 5%;
    margin-top: 10px;
    top:0;
    transform: translateY(-50%);
}
header#header {
    width: 100%;
    display: inline-block;
}
header#header #sub_header {
    background: #4aada9;
    padding: 5px 0;
    color: #fff;
    min-height: 45px;
    display: flex;
    align-items: center;
}
header#header #sub_header .sub_header > div {
    display: flex;
    align-items: center;
}
header#header #sub_header #flags{
	display:none;
}
header#header #sub_header #google_language_translator{
	    display: block;
    margin: 0 auto;
    margin-right: 0;
}
header#header #sub_header ul.sub_header_info {
    list-style: none;
	width:auto;
	float:left;
	margin:0px;
}
header#header #sub_header ul.sub_header_info li {
    float: left;
    margin: 0 15px;
}
header#header #sub_header .sub_header ul.user_log {
    margin: 0;
    list-style: none;
    font-size: 30px;
    padding-left: 20px;
}
header#header #sub_header .sub_header ul.user_log li a{
    color:#fff;
}
#header_menu {
    position: relative;
    top: 0px;
    width: 100%;
    background: url(../img/header-bg.jpg);
    z-index: 99999;
}
	
		
		header#header nav.navbar ul.navbar-nav {
    margin: 0 auto;
    font-weight: bold;
}
header#header nav.navbar ul.navbar-nav li a{
	color:#333;
}
header#header .header_icons{
	width:auto;
	float:right;
}
header#header .header_icons ul{
	list-style:none;
}
header#header nav.navbar ul.navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
}
header#header nav.navbar ul.navbar-nav .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
header#header nav.navbar #collapsibleNavbar ul.tauu li.menu-item > ul.dropdown-menu > li.menu-item {
    font-size: 14px;
    padding: 5px 0;
    font-weight: bold;
    text-transform: capitalize;
    margin-left: 0;
}
header#header nav.navbar #collapsibleNavbar ul.tauu li.menu-item > ul.dropdown-menu {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 10px 10px;
    min-width: 500px;
    left: 0;
    transform: translateX(-40%);
    top: 110%;
    margin: 0;
    font-family: Tahoma !important;
}
header#header nav.navbar #collapsibleNavbar ul.tauu > li.menu-item > ul.dropdown-menu > li.img_navigation {
    float: right;
    width: 60%;
    position: relative;
    z-index: 9999;
}
header#header nav.navbar ul.navbar-nav.tauu > li.menu-item:hover::after {
    content: "";
    position: absolute;
    background: url(http://crdesigntest.co.uk/wp-content/uploads/2018/12/arrow-ul.png);
    width: 30px;
    height: 20px;
    background-size: cover;
    bottom: -14px;
    z-index: 99999;
}
header#header nav.navbar #collapsibleNavbar ul.tauu > li.menu-item > ul.dropdown-menu > li.img_navigation img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}
header#header nav.navbar #collapsibleNavbar ul.tauu > li.menu-item > ul.dropdown-menu > li.img_navigation a {
    display: flex;
}
header#header nav.navbar #collapsibleNavbar ul.tauu li.menu-item > ul.dropdown-menu li a:hover {
    color: #4aada9;
}
header#header nav.navbar ul.navbar-nav.tauu li.menu-item.current-menu-parent > a, header#header nav.navbar ul.navbar-nav.tauu li.menu-item.current-menu-item.menu-item-object-page > a{
	color:#4aada9;
}
header#header nav.navbar ul.navbar-nav.tauu > li.menu-item {
    padding: 0 7px;
	font-size:13px;
    text-transform: uppercase;
}
header#header nav.navbar ul li#menu-item-999 > a > span {
    color: #f47d21;
}
header#header nav.navbar ul.navbar-nav.tauu i {
    line-height: 1;
}
header#header .header_icons ul li{
	float:left;
	padding:0 10px;
}
header#header .header_icons ul li i{
	margin-right:10px;
}
header#header .header_icons ul li{
	float:left;
	padding:0 10px;
}
header#header .header_icons ul li i{
	margin-right:10px;
}
header#header .header_icons ul li:first-child{
	border-right:1px solid #aaa;
}
header#header .header_icons ul li a{
	color:#4aada9;
}
header#header .header_icons .search_bar {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    float: left;
    top: 25px;
    transform: translateX(-100%);
}
header#header .header_icons #search_bar input {
    float: left;
    padding: 0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    width: 0;
    height: 0;
	transition:all 0.3s;
	position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    float: left;
    top: 25px;
	transform: none;
}
header#header .header_icons #search_bar .form-group{
	margin-bottom:0px;
}
header#header .header_icons #search_bar.active input {
    padding: 10px;
    width: auto;
    height: auto;
	transition:all 0.5s;
	transform: translateX(-20%);
	transition:all 0.7s;
}
	
	/*---end -- HEADER---*/
#charity-footer{
	background:url(https://www.real-aid.org/wp-content/themes/charity/img/footer-bg.jpg);
	background-size: contain;
}


	/*----SLIDER----*/
	
#home_slider #slider_1{
	padding-bottom:50px;
}	
#home_slider .carousel-item > img{
	height:500px;
	width:100%;
	object-fit:cover;
}	
#home_slider .carousel-caption {
	color: #333;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 550px;
	transform: translateY(-50%);
	display: inline-block;
	background: rgba(255,255,255,0.6);
	bottom: 0;
	padding: 20px;
	height: 100%;
	max-height: 350px;
}
#home_slider .carousel-item.slider_2 .carousel-caption {
    max-width: 800px;
    display: flex;
    align-items: center;
}
#home_slider .carousel-item.slider_2 .carousel-caption .banner_left_con {
	width: 40%;
	float: left;
	padding: 15px;
	text-align: left;
}
#home_slider .carousel-item.slider_2 .carousel-caption  .video_src{
	width:60%;
	float:left;	
}
#home_slider .carousel-item.slider_2 .carousel-caption  .video_src video{
	width:100%;
	float:left;	
}
#home_slider .carousel-item .banner_left_con {
    width: 100%;
    text-shadow: 0px 0px 11px rgba(255,255,255,01);
}
#home_slider .carousel-item .banner_left_con p{
	line-height:1.5;
}
#home_slider .carousel-item {
	transition:all 1.5s;
	perspective: 3000px;
}
#home_slider .carousel-item .banner_left_con h1 {
    padding: 20px 0;
    margin: 0;
}
#home_slider .carousel-caption img.slider_full {
    position: absolute;
    height: 100%;
    object-fit: cover;
    right: 0;
    top: 0;
    width: 70%;
}
#home_slider .carousel-indicators {
    margin-bottom: 17px;
    bottom: 0px;
}
#home_slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    cursor: pointer;
}	
#home_slider .carousel-indicators li.active {
    background: rgba(0,0,0,0.5);
}	
#slider_1 .slider_1.inner .carousel-caption {
    height: 98%;
    max-height: none;
    background: transparent;
    max-width: 1170px;
}
#slider_1 .slider_1.inner .carousel-caption .banner_left_con {
    width: 40%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
#slider_1 .slider_1.inner .carousel-caption img.slider_full {
    width: 60%;
    object-fit:cover;
    padding-left:30px;
    height:100%;
}
#home_slider .carousel-item.slider_3 .carousel-caption {
    max-width: 700px;
    max-height: 100%;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
}
#home_slider .carousel-item.slider_3 .carousel-caption img.main{
    width: 100%;
    float: left;
}

	/*----end -- SLIDER----*/

    /*----SLIDER BOTTOM----*/

#slider_bottom .auth_col{
    padding: 0px;
}
#slider_bottom .auth_col .head_design {
    margin-bottom: 0;
    margin-left: 10px;
}
#slider_bottom .auth_col .modal_auth{
    max-width:50%;
    padding: 0 10px;
}
#slider_bottom .praise_slider > .col-md-12{
	padding:0 10px;
	margin-top:30px;
}
#slider_bottom .praise_slider section.slider {
    overflow: visible !important;
    margin: 0 -10px;
}
#slider_bottom .praise_slider section.slider button.slick-prev, #slider_bottom .praise_slider section.slider button.slick-next {
    top: auto;
    bottom: -35px;
    z-index: 99999;
    width: 25px;
    height: 25px;
    background: #000;
}
#slider_bottom .praise_slider section.slider button.slick-prev{
    left: 10px;
}
#slider_bottom .praise_slider section.slider button.slick-next{
    right: 7px;
}
#slider_bottom .praise_slider section.slider button.slick-prev::before, #slider_bottom .praise_slider section.slider button.slick-next::before {
    content: "";
    width: 60%;
    height: 60%;
    background-size: cover !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
#slider_bottom .praise_slider section.slider button.slick-prev::before{
    background: url(../img/prev_arrow.png);
}
#slider_bottom .praise_slider section.slider button.slick-next::before{
    background: url(../img/next_arrow.png);
}
#slider_bottom .praise_slider section.slider .slick-dots li button:before {
    font-size: 20px;
}
.user_img img {
    width: 100%;
    float: left;
}
.user_img img {
    float: left;
    width:190px;
    height: 180px;
    object-fit: cover;
}
.user_info {
    position: absolute !important;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    padding: 10px;
}
.user_info h6{
    margin-bottom: 5px;
	font-size:14px;
}
.user_info p {
    margin: 0;
	line-height:0px;
	visibility:hidden;
	font-size:13px;
	opacity:0;
	transition:all 0s;
}
.user_info:hover p {
	line-height:1.3;
	visibility:visible;
	opacity:1;
	transition:all 0.6s;
}
.slick-slide {
	margin: 0px 10px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,.slick-next:before {
	color: black;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.enve_rt{
	margin-top:40px;
}
#slider_bottom .aid_form {
    margin: 0;
    padding: 10px;
    min-width: 500px;
}
/*
#slider_bottom .aid_form > div {
    background: url(../img/message_bck.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top:0px;
}*/
#aid_form{
	float:left;
	width:100%;

	position:relative;
}
#aid_form img{
float:left;
width:100%;
height:100%;
object-fit:contain;
}
#slider_bottom .aid_form .real_aid {
    padding: 0 15px 0 15px;
z-index:10000;
    max-width:427px;
    display: block;
	position:absolute;
	top:65px;
    margin: 0 auto;
    margin-left: 0;
    font-size: 12px;
}
#slider_bottom .aid_form .real_aid h4 {
    text-transform: uppercase;
    color: #4aada9;
	margin-bottom:4px;
}
#slider_bottom .aid_form .real_aid h4 span{
	text-transform:none;
	font-size:16px;
	color: #333;
}
#slider_bottom .aid_form .real_aid p {
    font-size: 13px;
    margin-bottom: 0;
    float: left;
    line-height: 25px;
    width: 100%;
}
#slider_bottom .aid_form .real_aid p span{
	float:left;
	width:100%;
	margin-top:12px;
	
}
#slider_bottom .aid_form .real_aid form {
	float:left;
	width:95%;
	display:none;
	margin-top:8px;
}
#slider_bottom .aid_form .real_aid form .form-group {
    position: relative;
    display: block;
}
#slider_bottom .aid_form .real_aid form .form-group input{
    display: block;
	max-width:240px;
	margin:0 auto;
	margin-left:38px;
}
#slider_bottom .aid_form .real_aid form i {
    position: absolute;
    background: #333;
    color: #fff;
    height: 100%;
    width: 38px;
    top: 0px;
    left: 0px;
    font-size: 18px;
    padding: 10px 10px;
}
#slider_bottom .aid_form .real_aid form button.btn_main {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
	font-size: 12px;
	height: 100%;
	max-height:38px;
}
#slider_bottom .aid_form .real_aid form button.btn_main::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    right: -15px;
    top: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ff9543;
}
#slider_bottom .aid_form_bottom {
    padding: 40px;
	text-transform:capitalize;
}
#slider_bottom .aid_form_bottom  h5{
	letter-spacing:0px;
	margin-bottom:15px;
}

    /*----end -- SLIDER BOTTOM----*/
	
	/*----EARN CASH----*/
	
#earn_cash {
    background: url(../img/earn_cash-bck-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
        height: 420px;
    box-shadow:0 0 1px 0 #00000038;
}
#earn_cash span.main_head {
    padding: 20px 0;
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
}	
section#earn_cash .video_tiger {
    display: block;
    margin: 0 auto;
    margin-right: 0;
}


	/*----end -- EARN CASH----*/
	
	/*---YOUR ACTION----*/
	
#your_action {
    text-align: center;
	
}	
#your_action .head {
    padding-bottom: 35px;
  
}
#your_action .head h3{
	position:relative;
	display:block;
	text-transform: none !important;
}
#your_action .head h3::before {
    content: "";
    position: absolute;
    border-top: 1px solid #ddd;
    width: 20%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	max-width:150px;
}
#your_action .head h3::after {
    content: "";
    position: absolute;
    border-top: 1px solid #ddd;
    width: 20%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	max-width:150px;	
}
#your_action .action_block {
    padding: 0 40px;
}
#your_action .action_block .content {
    color: #777777;
	font-weight: 600;
}
#your_action .action_block .content h4 {
    color: #333;
    min-height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#your_action .action_col .action_block .icon {
    width: 70px;
    height: 70px;
    background: #777;
    border-radius: 50%;
    display: flex;
    margin: 0 auto;
    float: none;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
	transition:all 0.5s;
}
#your_action .action_col .action_block .icon a{
	font-size:30px;
	display:block;
	margin:0 auto;
	color:#fff;
}	
#your_action .action_col .action_block:hover .icon{
    transform: scale(1.15);
    background: #4aada9;
}	
	/*---end -- YOUR ACTION----*/
	
	/*----BLOg-----*/

#blog {
    background: #ccc;
    padding: 30px 0 0px;
}	
#blog .blog_info .info_zone {
    max-width: 210px;
    padding: 20px 0;
}
#blog .blog_info .img_block {
    max-width: 130px;
    margin: 0 20px;
}

    /*----end -- BLOg-----*/

    /*----SPREAD THE WORD----*/

#sprea_word {
    border-bottom: 1px solid #ddd;
    background: #eee;
}
#sprea_word .head {
    padding-left: 0;
}
#sprea_word > .container {
    border: 1px solid #ccc;
}
#sprea_word .center_img{
    text-align: center;
}
#sprea_word .center_img img{
    margin-bottom: 20px;
}
#sprea_word .content_left .inner_con {
   padding: 27px 10px 80px 0;
}
#store .modal_auth .slide_block > img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}
#store .modal_auth .slide_block .shop_user {
    background: #ddd;
    padding: 10px;
    min-height: 70px;
}
#store .modal_auth .slide_block .shop_user h5 {
    max-width: 180px;
    margin-bottom: 0;
    letter-spacing: 0px;
    display: inline-block;
    font-size: 14px;
}
#store .modal_auth .slide_block .shop_user span.icon_caret {
    display: inline-block;
    float: right;
}
#store .modal_auth .slide_block .shop_user span.icon_caret img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}
#store .slider {
    overflow: visible;
    padding: 0 25px;
}
#store .slider button.slick-arrow {
    height: 100%;
    background: #bbb;
    width: 35px;
    max-height: 315px;
    top: 0;
    transform: none;
    z-index: 9999;
}
#store section.slider button.slick-prev::before, #store section.slider button.slick-next::before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: cover !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
#store section.slider button.slick-prev::before{
    background: url(../img/prev_arrow.png);
}
#store section.slider button.slick-next::before{
    background: url(../img/next_arrow.png);
}
#store .slider button.slick-arrow.slick-prev {
    left: 0;
}
#store .slider button.slick-arrow.slick-next {
    right: 0;
}
#store .slider ul.slick-dots {
    display: none !important;
}


    /*----end -- SPREAD THE WORD----*/

    /*----DONATE----*/

#donate {
    background: #eee;
}
#donate .left_img_main{
    padding: 0px;
}
#donate .left_img_main img {
    width: 100%;
    float: left;
}
#donate .padding_main {
    padding-top: 5px;
    padding-right: 20px;
    background: #fff;
}
#donate form input.form-control {
    float: right;
    width: auto;
    margin-left: 15px;
}
#donate form .form-group {
    margin: 15px 0;
    float: left;
}
#donate form .donate_amounts{
    margin-top: 30px;
}
#donate form .donate_amounts span.amount {
    float: left;
    padding: 5px 10px;
    background: #ccc;
    width: 100%;
    max-width: 75px;
    margin: 5px;
}
#donate form label {
    font-weight: bold;
    float: left;
    display: inline-block;
}
#donate #donate_form label{
    font-weight:bold;
}
#donate #donate_form select{
    padding: 10px 15px;
    border-radius: 5px;
}
fieldset#give_purchase_submit {
    position: relative;
}
fieldset#give_purchase_submit .give-submit-button-wrap.give-clearfix {
    position: absolute;
    top:54px;
    left:0px;
    z-index: 9;
}
.give-submit-button-wrap .give-submit {
    background: linear-gradient(to top, #f47d21 50%, #ff9543 50%);
    color: #fff;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
}
.give-submit-button-wrap .give-submit:hover {
    background: linear-gradient(to top, #ff9543 50%, #f47d21 50%);
}
div#give_purchase_form_wrap p#give-email-wrap {
    position: absolute;
    left: 100%;
    width: 100%;
    max-width: 250px;
    z-index: 999;
}


    /*----DONATE----*/

    /*---FOOTER-----*/

section#footer > img {
    max-height: 580px;
    width: 100%;
    object-fit: cover;
}
body.page > #theme-page {
    float: left;
    width: 100%;
}
body.page > #charity-page-title {
    min-height: 1px;
    background: #ffffff;
    padding: 0;
	padding-top: 35px;
    text-align: left;
	border-bottom: 1px solid grey;
}
body.page > #charity-page-title h1 {
    padding-top: 0px !important;
    margin-bottom:0px;
    color: #000000;
	font-family: verdana, sans-serif;
	font-weight: bold;
}


    /*---FOOTER---*/
	.charity-header-logo {
    
    display: none;
}
section#charity-footer {
}
video#video_bck1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    opacity: 0;
}
section#charity-footer::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
   
}
a.foo_link {
    padding: 10px 11px 0px 18px;
}
#sub-footer {
    background-color: #949a9a;
    position: relative;
}
header#header nav.navbar ul.navbar-nav li.responsive-nav-link.nav-item {
	display: none !important;
}
header#header nav.navbar ul.navbar-nav li.charity-header-logo.mobile-menu-exists.nav-item {
    display: none !important;
}
body.page-id-72 .vc_col-sm-3 .wpb_single_image figure.wpb_wrapper.vc_figure {
    border: 2px solid #4aada9;
}
.products .product-item-details .product_bottom .love-main {
    display: block;
    width: 100%;
    float: left !important;
    text-align: center;
    left: 0 !important;
    top: 5px !important;
}
.woocommerce-page ul.products.classic-style li.product img, .woocommerce ul.products.classic-style li.product img{
	transition:all 0.6s;
}
.woocommerce-page ul.products.classic-style li.product a:hover img, .woocommerce ul.products.classic-style li.product a:hover img{
	transform:scale(1.3);
	transition:all 0.6s;
}
form#give-form-1181-1 .give-total-wrap .give-donation-amount {
    position: relative;
}
form#give-form-1181-1 .give-total-wrap .give-donation-amount span.give-currency-symbol.give-currency-position-before {
    position: absolute;
    right: 125px;
    bottom: 0;
}
form#give-form-1181-1 .give-total-wrap .give-donation-amount input#give-amount {
    float: right;
}
	
	/*---TRANSLATE-----*/
#glt-translate-trigger {
    display: none;
}	
		
	/*---TRANSLATE-----*/
	
    /*-------WOOCOMMERCE----*/
    

.woocommerce-page a, span.woocommerce-Price-amount, .woocommerce-page p {
    font-family: 'verdana' !important;
}
input.swpm-login-form-submit {
    background: linear-gradient(to top, #f47d21 50%, #ff9543 50%);
    color: #fff;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
}
input.swpm-login-form-submit:hover {
    background: linear-gradient(to top, #ff9543 50%, #f47d21 50%);
}

    /*-------end -- WOOCOMMERCE----*/

.wpsm_panel.wpsm_panel-default .wpsm_panel-heading {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-top: 20px;
}
.wpsm_panel.wpsm_panel-default .wpsm_panel-heading .wpsm_panel-title {
    width: 100%;
}
.wpsm_panel.wpsm_panel-default .wpsm_panel-heading .wpsm_panel-title span.ac_title_class {
    font-size: 14px;
}








	/*----MEDIA QUERY----*/

@media (max-width:1500px){
    header#header nav.navbar ul.navbar-nav.tauu > li.menu-item {
        font-size: 100%;
        margin-left: 0;
        padding: 0 7px;
    }
    
    
}
	
@media (max-width:1199px){
	header#header nav.navbar ul.navbar-nav.tauu > li.menu-item {
		padding: 0 5px;
    	font-size: 12px;
	}
	header#header nav.navbar #collapsibleNavbar ul.tauu li.menu-item > ul.dropdown-menu > li.menu-item {
		font-size: 12px;
    }
	header#header nav.navbar #collapsibleNavbar ul.tauu li.menu-item > ul.dropdown-menu {
		min-width: 350px;
    }
	#slider_bottom .auth_col {
		min-width:100%;
		margin:15px 0;
	}
	#slider_bottom .auth_col .head_design {
		margin-bottom: 0;
		margin-left: 10px;
		display: block;
		max-width: 250px;
	}
	.user_img img {
		float: left;
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	#store .modal_auth .slide_block > img {
		height: 300px;
	}
	#blog .blog_info .img_block {
		max-width: 110px;
		margin: 0 20px;
	}
	#blog .blog_info .img_block img{
		max-width: 100%;
	}
	#your_action .head h3::before, #your_action .head h3::after{
		content:none;
	}
	.slick-dots{
		position:relative;
		bottom:0px;
	}
}	

@media (max-width:991px){
	#header_menu .navbar-light .navbar-brand img {
		max-width: 60px;
	}
	#header_menu.stop .navbar-light .navbar-brand img {
		max-width: 63px;
    }
	header#header nav.navbar ul.navbar-nav.tauu > li.menu-item {
		padding: 0 2px;
		font-size: 10px;
	}
	#home_slider .carousel-item > img {
		max-height: 400px;
    }
	#home_slider .carousel-item .banner_left_con {
		padding-left: 25px;
	}
	#home_slider .carousel-caption img.slider_full {
		width: 60%;
	}
	#your_action .action_block {
		padding: 15px;
		min-width: 50%;
	}
	#sprea_word .center_img img {
		width: 90%;
	}
	#footer_top > .container > .row > div {
		min-width: 25%;
		max-width: 25%;
	}
	#footer_top > .container > .row.footer_logo > div {
		min-height: 100%;
		max-height: 100% !important;
		display: block;
		margin: 0 auto;
	}
	
	
	
}


@media (max-width:767px){
	.btn {
		float: left;
	}	
	header#header nav.navbar ul.navbar-nav {
		margin: 0 auto;
		font-weight: bold;
		max-width: 200px;
		padding-bottom:30px;
	}
	header#header nav.navbar ul.navbar-nav.tauu > li.menu-item {
		padding: 2px 2px;
		font-size: 12px;
		margin: 5px 0;
	}
	header#header nav.navbar #collapsibleNavbar ul.tauu li.menu-item > ul.dropdown-menu {
		min-width: 350px;
		position: absolute;
		top: 90%;
	}
	header#header nav.navbar ul.navbar-nav.tauu i {
		margin-top: 10px !important;
	}
	header#header nav.navbar ul.navbar-nav.tauu > li.menu-item:hover::after {
    	left: 10px;
	}
	header#header #sub_header ul.sub_header_info li {
		float: left;
		margin: 0 8px;
		font-size: 12px;
	}
	#home_slider .carousel-caption img.slider_full {
		width: 50%;
	}
	.user_img img {
		height: 300px;
    }
	#home_slider .carousel-item > img {
		min-height: 300px;
	}
    #side_widget{
        display: none;
    }
		div#give_purchase_form_wrap p#give-email-wrap {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 250px;
    z-index: 999;
}
[id*=give-form] fieldset {
   
    display: flex;
}
fieldset#give_purchase_submit .give-submit-button-wrap.give-clearfix {
    position: relative;
    top: 10px;
    right: 0;
    z-index: 9;
    float: left;
}
#home_slider .carousel-item.slider_2 .carousel-caption .banner_left_con {
    width: 100%;
    float: left;
    padding: 15px;
    text-align: left;
    position: relative;
}
header#header nav.navbar ul.navbar-nav {
    margin: 0px;
    font-weight: bold;
    max-width: 100%;
    padding-bottom: 30px;
    float: left;
    text-align: center;
    width: 100%;
}
.slick-dots{
	display:none !important;
}
header#header nav.navbar #collapsibleNavbar ul.tauu li.menu-item > ul.dropdown-menu{
	    transform: translateX(0%);
		min-width:100%;
}

}

@media(max-width:575px){
	#home_slider .carousel-caption img.slider_full {
		display:none;
	}
#home_slider .carousel-item.slider_2 .carousel-caption{
	flex-flow:column;
}
#slider_1 .slider_1.inner .carousel-caption .banner_left_con {
    width: 90%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    margin: auto;
    padding-left: 0px;
}
#home_slider .carousel-item.slider_2 .carousel-caption .video_src{
	display:none;
	}
#slider_bottom .aid_form{
	    min-width: 100%;
}
#slider_bottom .aid_form .real_aid {
    padding-top: 0;
    max-width: 100%;
}
#earn_cash .main img{
	float:left;
	width:100%;
}
#footer_top > .container > .row > div {
    min-width: 100%;
    max-width: 100%;
}
.btn_main{
	float:left;
	margin-bottom:10px;
}
#sub-footer .footer_social .social_icons {
    float: right;
    margin: 0 auto;
    flex-flow: column;
    display: flex;
    align-items: center;
    width: 100%;
}
#header_menu > div#google_language_translator {
    position: relative;
    left: 0;
    margin-top: 10px;
    top: 50%;
    transform: translateY(-50%);
    float: right;
}
#your_action .action_block .content h4 {
    color: #333;
    min-height: auto;
    margin-bottom: 0;
    display: table;
    align-items: center;
    float: left;
    width: 100%;
    text-align: center;
}
#sub-footer .footer_links {

    width: 100%;
    margin: 25px 0 0 0;
}
#sub-footer .footer_links ul {
    list-style: none;
    margin: auto;
    text-align: center;
    float: left;
    display: flex;
    width: 100%;
    justify-content: center;
}
#slider_bottom .aid_form .real_aid form button.btn_main {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
    font-size: 12px;
    height: 100%;
    max-height: 38px;
    width: 100%;
}
#slider_bottom .aid_form .real_aid form button.btn_main::after{
	display:none;
}
#slider_bottom .aid_form .real_aid form .form-group input {
    display: block;
    max-width:90%;
    margin: 0 auto;
    margin-left: 38px;
}
body.page > #charity-page-title h1 {
   
    float: left;
    width: 100%;
    text-align: center;
}
.slick-list{
	padding:0px !important;
}


}

@media(max-width:440px){
	#slider_bottom .aid_form .real_aid form {
	
}
#slider_bottom .aid_form .real_aid form .form-group {
    
    top: -32px;
}
#slider_bottom .aid_form_bottom {
 
    padding-top: 0px;
}
}