/*
Theme Name: oceanwp Child
Author: zoomwerk
Author URI: http://zoomwerk.de
License: GNU GPL
License URI: http://www.gnu.org/licenses/gpl.html
Version: 1.0
Template: oceanwp
*/

body:not(.home) {
	background:none;
}
#site-navigation-wrap .dropdown-menu li.menu-item-has-children li > a {
    padding: 10px 30px 10px 35px !important;
}
.entry-meta {
	display:none;
}
.site-footer {
    position: fixed;
    bottom: 0;
	width:100%;
}
#footer-bottom #footer-bottom-menu {
    float: none;
}
#site-header.vertical-header #site-navigation-wrap .dropdown-menu .sub-menu,
.sidr-class-dropdown-menu ul {
    display: block !important;
}
span.dropdown-toggle,
.sidr-class-dropdown-toggle {
    display: none;
}
/*------------------------------------*
	All Devices under 1280px
*------------------------------------*/
@media only screen and (max-width: 1280px) {
}

/*------------------------------------*
	All Devices under 1080px
*------------------------------------*/
@media only screen and (max-width: 1080px) {
}

/*------------------------------------*
	All Devices under 960px
*------------------------------------*/
@media only screen and (max-width: 959px) {
}

/*------------------------------------*
	Tablet Portrait
*------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#footer-bottom {
    padding: 5px 0;
    font-size: 10px;
    line-height: 1;
}
#footer-bottom #footer-bottom-menu {
    margin-bottom: 0;
}
#footer-bottom #footer-bottom-menu li {
    margin-bottom: 0;
}
}

/*------------------------------------*
	Phone Portrait and Landscape
*------------------------------------*/
@media only screen and (max-width: 767px) {
#footer-bottom {
    padding: 5px 0;
    font-size: 10px;
    line-height: 1;
}
#footer-bottom #footer-bottom-menu {
    margin-bottom: 0;
}
#footer-bottom #footer-bottom-menu li {
    margin-bottom: 0;
}
}

/*------------------------------------*
	Phone Landscape
*------------------------------------*/
@media only screen and (max-width: 480px) {
#footer-bottom {
    padding: 5px 0;
    font-size: 10px;
    line-height: 1;
}
#footer-bottom #footer-bottom-menu {
    margin-bottom: 0;
}
#footer-bottom #footer-bottom-menu li {
    margin-bottom: 0;
}
}
