/*
Theme Name:   noororphansfundClild
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     noororphansfund
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  CharitiChild
*/

/* Write here your own personal stylesheet */

.chariti-top-bar-left.chariti-item-pdlr {
    display: flex;
    align-items: center;
}
.header-top-bar-contact {
    display: flex;
}
.contact-info {
    display: flex;
    padding: 0 20px;
    font-family: "Open Sans";
}

.contact-info.email-address {
    border-right: 1px solid #d3d3d3;
}

.contact-info .icon {
    margin: auto;
}

.contact-info .icon svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    margin-right: 20px;
}

.contact-info p {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.contact-info a {
	font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
}

.contact-info .info a {
    font-weight: 700;
    font-size: 14px;
   
}

.contact-info .info a{
     color: #fff;
}

.contact-info.phone-number .info a:hover{
    color: #fff !Important;
}

.chariti-top-bar-right.chariti-item-pdlr {
    display: flex;
    align-items: center;
}
.chariti-top-bar-left.chariti-item-pdlr {
    height: 100%;
    margin-top: 10px;
}

.chariti-top-bar {
    padding-bottom: 10px !Important;
}
.chariti-top-bar {
    padding-top: 10px !Important;
}

/* Profile hover menu */

.frmaster-user-top-bar-nav-inner {
    background: #fff;
}

.frmaster-user-top-bar-nav-inner a:hover {
    color: #000 !Important;
}

/* Appeaarence */

span.frmaster-user-top-bar-signup {
    display: none;
}

/* Home slider bullets */

#rev_slider_1_1_forcefullwidth rs-bullet.tp-bullet {
    width: 20px!Important;
    height: 2px !important;
    transition: .3s;
		background-color: #fff !Important;
}

#rev_slider_1_1_forcefullwidth rs-bullet.tp-bullet.selected {
    width: 40px !important;
    position: relative;
    left: -20px!Important;
		height: 2px !important;
}


/* Cause grid item margin */


@media(max-width: 767px){
	.frmaster-cause-modern.frmaster-with-image.gdlr-core-outer-frame-element {
    margin-bottom: 20px;
}
}
@media(min-width: 767px){
	.frmaster-cause-modern.frmaster-with-image.gdlr-core-outer-frame-element {
    margin: 20px;
}
}


/* Story slider */

rs-fullwidth-wrap ul {
    list-style: none;
}

rs-fullwidth-wrap ul li {
    margin: 15px 0!Important;
}

.story-top h2 {
    font-family: "Playfair Display", cursive;
}

.story-top .sub-title {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-image: url(../png/theme-icon-light.png);
    background-repeat: no-repeat;
    padding-left: 45px;
}

.story-top p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.gdlr-core-pbf-wrapper.gdlr-core-wrapper-full-height.gdlr-core-js {
    min-height: 500px!Important;
}

/* Newsletter form */

div#newsletter-form {
    display: flex;
    flex-direction: column;
}

div#newsletter-form {}

#newsletter-form input {
    padding: 20px;
    margin: 5px 0;
}

/* Story slider video button */

.story-post-content a.gdlr-core-lightgallery.gdlr-core-js {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold!Important;
}

.story-post-content .gdlr-core-lightgallery.gdlr-core-js::after {
    content: '';
    width: 8%;
    height: 2px;
    background: red;
    transition: .3s;
    position: absolute;
    bottom: 16px;
}

.story-post-content a.gdlr-core-lightgallery.gdlr-core-js:hover a.gdlr-core-lightgallery.gdlr-core-js::after{
    width: 20%;
}

/* Three buttons */

div#three-buttons {
    position: relative;
    z-index: 99999999;
}

/* Volenteer registration form */

div#donation-registration-video {
    background-image: url(../png/youtube.png);
    background-size: 50px;
    background-repeat: no-repeat;
    padding-left: 65px;
    background-position: 0px 16px;
    height: 100px;
}
div#donation-registration-video a {
    text-decoration: underline;
} 

/* Three buttons hover effect */

#three-buttons .gdlr-core-pbf-background{
    transition: .3s;
}

#three-buttons .gdlr-core-pbf-column-content-margin:hover .gdlr-core-pbf-background-wrap .gdlr-core-pbf-background{
    transform: scale(1.2);
}

@media(min-width: 1000px){
	#three-buttons{
		margin-top: -150px;
	}
}

/* Hide slider dots */

@media(max-width: 800px){
	.tp-bullets.bullet-bar.vertical.nav-pos-hor-right.nav-pos-ver-center.nav-dir-vertical {
    display: none;
}
}

/* Projects */

#projects {
    padding: 0px;
}

/* Story slider */

.story-slider {
    margin-top: -280px;
}


@media(max-width: 777px){
	
#story-slider-above {
    min-height: 700px!Important;
}
.tp-rightarrow.tparrows.custom {
    top: 80% !Important;
}
	.tp-leftarrow.tparrows.custom {
    top: 80% !Important;
}

	
/*	#rev_slider_2_2_forcefullwidth {
    top: -150px;
}
	*/
	
} 


/* Newsletter form */

div#newsletter-form input {
    width: 100%;
    padding: 20px;
    margin: 10px 0;
}

div#newsletter-form input[type="text"],div#newsletter-form input[type="email"] {
	background: #fff;
	color: #000;
	border: 0px;
}

div#newsletter-form input[type="submit"]{
	background: #eabe06;
}


#newsletter-form input::-webkit-input-placeholder { /* Edge */
  color: #43464B;
}

#newsletter-form input:-ms-input-placeholder { /* Internet Explorer */
  color: #43464B;
}

#newsletter-form input::placeholder {
  color: #43464B;
}

/* Cause */

.frmaster-cause-bottom-info.clearfix iframe {
    max-width: 0px;
}
.frmaster-cause-info-bottom iframe {
    max-width: 0px;
}

/* Responsive cause */

@media(max-width: 900px){
	.frmaster-cause-medium.clearfix {
    display: flex;
    flex-direction: column;
}

.frmaster-cause-thumbnail.frmaster-media-image {
    width: 100% !important;
}

.frmaster-cause-medium-content-wrap {
    width: 100% !important;
	padding: 30px 0px 0 0 !important;
}

.frmaster-cause-thumbnail.frmaster-media-image img {
    width: 100%;
}
}