/*
 Theme Name:   Upside
 Description:  Himalayas Child Theme
 Template:     himalayas
 Version:      1.0.0
 Text Domain:  himalayas-child
*/

p a img {
    border: 5px solid #fff;
}

table {
    background-color: #EFEFEF;
}

.home-search {
    display: none;
}

a, #site-navigation .menu li:hover > a,
#site-navigation .menu li.current-one-page-item > a,
.header-wrapper.stick #site-navigation .menu li:hover > a,
.header-wrapper.stick #site-navigation .menu li.current-one-page-item > a,
.header-wrapper.no-slider #site-navigation .menu li:hover > a,
.header-wrapper.no-slider #site-navigation .menu li.current-one-page-item > a {
    color: #18913a;
}

.scrollup {
    background-color: #18913a;
}

#secondary .widget-title:after, #top-footer .widget-title:after {
    background: #18913a none repeat scroll 0 0;
}

#page {
    background: url(images/metal-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.logo {
/*    background: url(images/logo.png) no-repeat;*/
    background-size: 217px 65px;
    width: 217px;
    height: 65px;
}

#site-navigation ul.sub-menu {
    width: 60px;
}

.caption-title {
    border: 4px solid rgba(255, 255, 255, 0.7);
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 50px;
    text-shadow: 0 2px 5px #333333;
    border-right: none;
    border-left: none;
    width: 78%;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.caption-title span {
/*  border: 1px solid red;*/
}

.caption-title span:after,
.caption-title span:before {
    display: none;
}

h1.entry-title {
    color: #eee;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}

.entry-content p {
    color: #eee;
    font-size: 120%;
}

#content-2 {
     border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2%;
}

.home section.widget {
    padding: 5px 5px;
    margin: 0;
    text-align: center;
}


.transparent .header-wrapper, .non-transparent .header-wrapper {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    left: 0;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.transparent .header-wrapper.stick, .non-transparent .header-wrapper.stick {
    background: rgba(31, 31, 31, 0.95);
    padding: 0;
}

#top-footer {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px 0 60px;
}

#bottom-footer {
    display: none !important;
}

.slider-readmore {
    display: none;
}

.detailed {
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    padding: 12px 18px;
    display: inline-block;
    position: relative;
    background: #18913a;
}

.detailed a {
    color: #fff;
}

.detailed:hover {
    color: #ffffff;
    border: 1px solid #0d5120;
}

/*Facebook plugin*/

@media (min-width: 30em)
{
.wef-default .wef-col-3 {
    width: auto !important;
    padding-right: 5px;
    }
}

.wef-default {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.wef-default .col-3, .wef-default .col-9 {
    display: none !important;
}


@media (max-width: 768px) {
    #page {
    background: url(images/metal-bg.jpg) repeat top left;
    background-size: cover;
    background-attachment: fixed;
    }  
    
.caption-title {
        font-size: 40px;
        width: 80%;
    }
}

/* Landscape phones and down */
@media (max-width: 600px) {
#page {
    background: url(images/metal-bg.jpg) repeat top left;
    background-size: cover;
    background-attachment: fixed;
}
    
.caption-title {
        font-size: 24px;
        width: 80%;
    }
}
    
@media (max-width: 480px) {
    #page {
    background: url(images/metal-bg.jpg) repeat top left;
    background-size: cover;
    background-attachment: fixed;
}  
    }

