/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/



#logo {
    margin-right: 0px;
}

#primary-menu.sub-title > ul > li > a, #primary-menu.sub-title > div > ul > li > a {
    line-height: 36px;
}

.noborder-bot {
    border-bottom: none;
}

#page-title .breadcrumb-title {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 28px;
    text-transform: uppercase;
}

.spost .entry-image img {
    height: auto;
}

.paging {
    text-align: center;
}


/*@media(min-width: 768px) {
    .entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
        height: 200px;
    }
}*/

/*@media(max-width: 768px) {
    .entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
        max-height: 280px;
    }
}*/


#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 80px;
}


.portfolio-desc {
    height: 80px;
    overflow: hidden;
    display: block;
    clear: both;
}

.postcontent .portfolio-desc h3 {
    font-size: 13px;
}

#primary-menu ul li > a {
    font-size: 12px;
}

.breadcrumb-title {
    display: none;
}

#posts .entry-content p {
    height: 75px;
    overflow: hidden;
}

.post-grid .entry-title h2 {
    height: 50px;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

body {
    font-family: "Roboto", sans-serif;
}

@media (max-width: 1024px) and (min-width: 767px) {
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 450px !important;
    }
}


@media (max-width: 1200px) and (min-width: 1024px) {
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 480px !important;
    }
}



@media (max-width: 1600px) and (min-width: 1200px) {
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 540px !important;
    }
}

.slider-parallax .slider-parallax-inner {
    position: inherit;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a{
    text-transform: uppercase;
    line-height: 42px;
}

#primary-menu ul li > a {
        color: #a5a5a5 !important;
}

#primary-menu.sub-title > ul > li:hover > a, #primary-menu.sub-title > ul > li.current > a, #primary-menu.sub-title > div > ul > li:hover > a, #primary-menu.sub-title > div > ul > li.current > a {
    color: black;
    background-color: inherit;
    text-shadow: none;
    border-top-color: white;
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: black !important;
}

#page-title {
    padding: 10px 0;
}

.botmenu ul li > a{
    color: black !important;
}
.botmenu ul li > a:hover{
        text-decoration: underline !important;

}

#footer {
    background-color: inherit;
}

.brand {
    background: url(/images/stories/bg.jpg) center center repeat;
}
@media (max-width: 991px) {
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
        color: black !important;   
}    
}
