/*
Theme Name:     LRF Media Paper Toss
Theme URI:      http://inet_media/wordpress2013
Description:    LRF Media Wordpress Tema 2013
Author:         Johan Silvergrund & Ola Oscarsson
Author URI:     http://www.lrfmedia.se
Template:       twentytwelve                             
Version:        0.1.0
*/

#page {
    max-width:100%;
}
#wrappper {

    margin:0 auto;
}
.widget-area {
        float:left;
        margin-top:-5px;
        padding-left:10px;
}
.searchrow * {
    box-sizing: border-box;
}
.searchrow {
    width: 100%;
    float: left;
    margin: 10px auto;
    clear: both;
}
.search-image {
    width: 20%;
    min-height: 1px;
    float: left;
}
.search-text {
    width: 80%;
    float: left;
    padding: 0 20px;
}
.searchrow h5 {
	word-break: break-all;
}

@media all and (max-width: 767px) {
    .search-image, .search-text {
        width: 100%;
        padding: 0;
    } 
}
@media screen and (max-width: 700px) {
    
    .widget-area {
        display:none;
    }    
}

.dpe-flexible-posts li {
    list-style: none;
    margin: 0;
}

.OA_show {
    display: block !important;
}

.OA_show >  div {
    text-align: center;
}

.OA_show .caption {
    margin-top: 5px;
}

#content .OA_show div {
    text-align: left;
    margin-bottom: 20px;
}

#content .OA_show .caption {
    text-align: left !important;
}

#content .OA_show .caption {
    text-align: left !important;
    }

@media (min-width: 781px) {
    li.menu-item-has-children {
        position: relative;
    }

    li.menu-item-has-children .sub-menu {
        display: none;
    }

    li.menu-item-has-children:hover .sub-menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: white;
        z-index: 999;
        -webkit-box-shadow: 2px 7px 30px -6px rgba(0,0,0,0.62);
        -moz-box-shadow: 2px 7px 30px -6px rgba(0,0,0,0.62);
        box-shadow: 2px 7px 30px -6px rgba(0,0,0,0.62);
    }
}