/*
Theme Name:     Lukla Child
Theme URI:      http://www.ldthemes.com/lukla/
Author:         ldThemes
Author URI:     http://www.ldthemes.com/
Description:    Child theme for the Lukla theme
Version:        1.0.0
Template:       lukla
Text Domain:    lukla-child
*/

/* Add your custom styles below */

/* remove box shadow and horizontal/vertical lines from site */
.top-bar, .featured-posts-area, .hentry, .author-area, .related-posts-area, .comments-area, .page-content, .widget-area .widget, .site-footer {
    box-shadow: none;
}

.widget-title::after {
    content: none;
}

.entry-header .cat-links::before, .entry-header .cat-links::after {
    content: none;
}

.author-title::after, .related-posts-title::after, .comments-title::after {
    content: none;
}


/* hide titles from Advanced Random Posts Widget in sidebar */
.arpw-title {
   display: none;
}

/* Remove excess padding on homepage and posts pages */
@media only screen and (min-width: 45em) {
    .entry-wrapper,
    .author-area,
    .related-posts-area,
    .comments-area,
    .page-content {
        padding: 1.5rem 1rem 1rem;
    }



}

/* front page carousel clickable background */
.slick-slide {
    position: relative;
    z-index 1;
}

.slick-slide > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

.slick-slide header {
    position: relative;
    z-index: 30
}


/* Ajax Search Lite styles */
#ajaxsearchlitesettings2 {
	z-index: 99999;
}

#ajaxsearchliteres2 {
	z-index: 99998;
}

@media only screen and (min-width: 768px) {
	#ajaxsearchlite1 {
		width: 50%;
		margin: 100px auto -100px auto;
	}
}

.wpdreams_asl_container .probox,
.wpdreams_asl_container .probox > *,
.wpdreams_asl_container .probox input {
    height: 60px !important;
}

#ajaxsearchlite1 .probox .proinput input, div[id*="ajaxsearchlite"] .probox .proinput input {
    font-size: 24px;
}

div[id*="ajaxsearchlite"] .probox div.asl_loader {
    margin-top: 16px;
    width: 30px;
    height: 24px;
}


/* Hide comment form, show using JS */
#commentform {
    display: none;
}

/* Unbold/uncolor current category active highlighting in menu */
.main-menu .current_page_item > a,
.main-menu .current-menu-item > a,
.main-menu .current-menu-parent > a,
.main-menu .current_page_ancestor > a,
.mobile-main-navigation .current_page_item > a,
.mobile-main-navigation .current-menu-item > a,
.mobile-main-navigation .current-menu-parent > a,
.mobile-main-navigation .current_page_ancestor > a {	
    color: #777;
    font-weight: 400;
}


/* full-width images in post content */
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
    width: 100%;
}

/* misc styles, to identify later */
@media only screen and (min-width: 45em) {
    .entry-header {
        padding: 0 0 0rem;
    }
}

.format-link a:link, .format-link a:visited, .format-link a:hover, .format-link a:focus, .format-link a:active, .format-quote a:link, .format-quote a:visited, .format-quote a:hover, .format-quote a:focus, .format-quote a:active, .btn:link, .btn:visited, .btn:hover, .btn:focus, .btn:active,  .scroll-to-top:link, .scroll-to-top:visited, .scroll-to-top:hover, .scroll-to-top:focus, .scroll-to-top:active {
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 1.5em;
    padding: .65em 5.5em;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    background-color: #000;
    border-style: solid;
    border-color: #000;
    border-width: 0px;
}


.btn:hover, .btn:focus, .btn:active {
    background-color: #00b8eb!important; /* #10caef!important; */
    color: #fff;
    border-style: solid;
    border-color: #000;
    border-width: 0px;
}
/*logo in header*/
.custom-logo {
    display: block;
    width: 382px;
    height: 37px;
}

/*hover effect for pagination*/
.posts-navigation .page-numbers.current, .posts-navigation .page-numbers.dots {
    opacity: 1!important;
}

.previous_posts_link a:hover, .next_posts_link a:hover {
    background-color: #00b8eb!important;
}

.page-numbers.current {
    background-color: #00b8eb!important;
}

.page-numbers:hover {
    background-color: #00b8eb!important;
}

/*==========  Mobile First Method  ==========*/

	/* Custom, iPhone Retina */
@media only screen and (min-width : 320px){
    .custom-logo {
        display: block;
        width: 200px;
        height: 20px;
    }
}


	/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
    .custom-logo {
        display: block;
        width: 382px;
        height: 37px;
    }
}

	/* Medium Devices, Desktops */
@media only screen and (min-width : 980px){
    .custom-logo {
        display: block;
        width: 200px;
        height: 20px;
    }
}

	/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
    .custom-logo {
        display: block;
        width: 382px;
        height: 37px;
    }
}


/* center comments title button */
#reply-title {
    margin: 0 auto;
    display: block;
    width: 250px;
    text-align: center;
    cursor: pointer;
}

#reply-title:hover {
    background-color: #00b8eb;
}


/* Tags/share button mobile + tablet vertical display */
@media only screen and (max-width: 768px) {
    .entry-footer {
        flex-direction: column;
    }

    .entry-footer .post-meta {
        padding: 25px 0;
    }

}


/* Facebook Widgets centering issues */
#fbw_id-3, #text-2 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
    .post-navigation { 
        flex-direction: column;
    }
}

/* Related Posts centering text  */
@media only screen and (min-width:45em) {
 .related-posts-area .slick-slide {
     text-align: center!important;
 }
}

/* Change "View More >" button color */
.entry-readmore a {
    background-color: transparent;
    color: #000!important;
    
}

.entry-readmore a:hover {
    color: #fff!important;;
}

/* Move second-level menu list to left */ 
@media only screen and (min-width:60em) {
    .main-menu ul ul {
        right: 100%!important;
        left: unset;
    }
}


/* Crop blog post on home page with CSS */
.featured-image .waves-effect.waves-light a {
    display: block;
    max-height: 400px;
    overflow: hidden;
}
