/*
Theme Name: HelpingHands Child
Description: HelpingHands Child Theme
Author: Your name here
Template: helpinghands
Version: 1.0
*/


/* to change MENU, EDIT MAX MEGA MENU CSS in uploads folder */
/* to change HEADER LOGO, edit Appearance - Top Menu - Menu Image  */
@media only screen and (min-device-width : 320px) and (max-device-width : 533px) {
/* HEADER LOGO - mobile (portrait and landscape) */
	.menu-item a img {
    border: none;
    box-shadow: none;
    vertical-align: middle;
	display: inline-block;
    max-width: 300px;
	height: 40px;
	}
	.sd-header-top {
    height: 100px !important;
    line-height: 50px !important;
    }
/* Social icons */
	.sd-header-social a {
    height: 20px;
    line-height: 30px;
    }
}

/* Links */
a {
	font-weight: bold;
}

/* FOOTER */
.sd-footer-menu a {
    color: #a6b1ba;
}
.sd-copyright a:hover {
    color: #ffffff;
}

/* TOP MENU */
.sd-logo {
    display: none;
}
.sd-header-top {
    height: 150px;
    line-height: 120px;
}

/* Social icons in header */
.sd-header-social {
    font: 400 18px/24px Karla, Arial, Tahoma, sans-serif;
}

.sd-header-social a {
    width: auto;
}

.sd-header-social a i {
    padding-right: 15px;
}

/* MOBILE MENU */
.sd-responsive-menu-toggle {
    margin-top: 50px;
}

/* Read More buttons */
.sd-more {
    margin-top: 20px;
}

/* blog author */
.sd-latest-blog-meta .sd-latest-author-date {
	display: hidden;
}

/* Event button bottom */
.sd-event-btn-bottom {
    background: #9f9f9f;
}

/* newsletter box */
.sd-newsletter .col-md-4 {
	max-width: 300px;
}
.sd-newsletter .col-md-8 {
	min-width: 70%;
}

/* block quote */
blockquote {
    border-left: 10px solid #006699;
}

/* Event listing dates */
.ev-listing-item .ev-city, .ev-listing-date {
    color: #006699;
}

/* donate button on menu */
#mega-menu-wrap-main-header-menu #mega-menu-main-header-menu > li.mega-sd-menu-button > a {
	background: none;
	border: 1px solid !important;
	border-color: #ffffff !important;
	border-radius: 3px !important;
}
#mega-menu-wrap-main-header-menu #mega-menu-main-header-menu > li.mega-sd-menu-button > a:hover {
	border-color: #ffffff !important;
	background: #ffffff !important;
}

/* Contact Form text bold */
.wpcf7 {
    font-weight: bold;
}

/* Events box padding */
.sd-single-event .sd-dov, .sd-single-event .sd-event-address {
    padding: 0 20px 20px
}

/* Visual Composer image browser */
.vc_images_carousel .vc_carousel-control {
    background-color: #cff;
}
.vc_images_carousel .vc_carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
    border: 3px solid grey !important;
    background-color: #ffffff !important;
}

/* ADDING SPACE UNDER FEATURED IMAGE */
.sd-entry-wrapper img {
    margin-bottom: 10px;
}