/*
Theme Name: Berlin Child Theme
Theme URI: http://infinity.presscrew.com/
Description: Infinity Theme Anti-Framework Skeleton Files
Tags: buddypress
Version: 1.0
Author: PressCrew
Author URI: http://community.presscrew.com/
Template: berlin
*/


/*------------------------------------------------
  Add your custom design styles to THIS file.

  !!! DO NOT EDIT themes/infinity/style.css !!!

  Every child, grandchild, great-grandchild theme,
  etc must have its Template set to infinity,
  exactly like it is shown above!
-------------------------------------------------*/

@import url("../berlin/style.css");
#infinity-base .icext-header-logo {
    position: inherit !important;
    height: 4px;
}


/*Todo*/

.flexslider .slides img {
    display: block;
    width: 100%;
}

.icext-feature.icext-header-logo img {
    height: 65px;
}

#infinity-base {
    background-attachment: fixed;
    background-repeat: none;
}

#wrapper {
    padding-top: 0;
}

#wrapper .top-wrap {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border: 0 none !important;
    box-shadow: none;
    margin-bottom: 17px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: inherit;
}


/*Menus*/

.main-menu ul a {
    background: transparent;
    border-radius: 2px 2px 2px 2px;
    color: #545454;
    font-size: 100%;
    margin-right: 8px;
    padding: 5px 12px;
    text-transform: none;
}

#main-menu-wrap .main-menu {
    margin-bottom: 10px;
    margin-top: 0;
}

#wrapper .main-menu ul a:hover, .base-menu ul li.current-cat a, .base-menu ul li.current_page_item a, .base-menu ul li.current-menu-item a {
    background: #F7901D;
}

#wrapper .main-menu ul a:hover span, .base-menu ul li.current-cat a span, .base-menu ul li.current_page_item a span, .base-menu ul li.current-menu-item a span {
    color: #FFF !important;
}

.widget, #content, body #vertical-activity-tabs, #object-nav, #header, body.activity.directory #activity-stream li, body.activity.directory li.links, #whats-new-form, #content-full, .directory.activity #content h3, #profile-nav-menu {
    box-shadow: none;
}

#content .homepage-widget {
    width: 33%;
}

#fb-root {
    display: none;
}


/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
