/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/*AccessibleWP Toolbar*/
#acwp-toolbar-btn{z-index:999999;}
#acwp-toolbar{z-index:999999;}
/*home header*/
/*
.home #site-header {
	background-color:transparent;
    position: fixed;
    top: 0;
}
.home .admin-bar #site-header {
    top: 32px;
}
.homePics{top:-50px;}
*/
.sr-only{display:none;visibility:hidden;}
/*home title*/
.title1{color:#35445e;}
.title2{color:#931e22;}
.title3{color:#257abe;}
/*page title*/
h1.page-header-title{color:#4a4d4d !important;}
/*side-bar*/
.sidebar-container{margin-top:70px;}
/*main form*/
.mainForm{}
.mainFormRow{margin-bottom:15px;}
/*footer form*/
.footerForm{}
.footerFormRow{margin-bottom:10px;}
.footerFormRow input[type='text']{color:#ffffff;}
.footerFormRow input[type='email']{color:#ffffff;}
.footerFormRow input[type='submit']{color:#ffffff;background-color:#09243f;}
/*breadcrumbs*/
.breadcrumbWarp{font-size:12px;}
.breadcrumbWarp #breadcrumbs{margin-bottom:5px;}
.home .breadcrumbWarp{display:none;visibility:hidden;}
/*side menu*/
aside ul li{padding:5px !important;}
/*check page on sidebar*/
aside ul li.current-menu-item{background-color:#b6cbda;}
aside ul li.current-page-ancestor{background-color:#b6cbda;}
/*aside ul li.current-menu-item a{color:#931e22;}*/
/*aside ul li.current-menu-item:after{content:url('https://respondroneproject.com/wp-content/uploads/2019/05/drone-icon.png');position:absolute;top:10px;left:0px;}*/
/*for single post*/
.single-post aside ul li.menu-item-236{background-color:#b6cbda;}
/*.single-post aside ul li.menu-item-236 a{color:#931e22;}*/
/*.single-post aside ul li.menu-item-236:after{content:url('https://respondroneproject.com/wp-content/uploads/2019/05/drone-icon.png');position:absolute;top:10px;right:5px;}*/