/*
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 */

#top-bar-inner.clr{text-align:center!important;}
#top-bar-content { float:none;}
#site-header.medium-header .top-col.col-2, #site-header.medium-header .top-col.logo-col {

    text-align: left !important;

}

@media only screen and (max-width: 959px) {

	#top-bar-nav { display: inline-block!important; }}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {

    border: solid #8acee9;border-width: 4px 10px 4px 10px!important;
    padding:15px!important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);

}

@media only screen and (max-width: 959px) {#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {

    border: solid #8acee9;border-width: 2px 2px 2px 2px!important;
    padding:10px!important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);}}


#footer.site-footer{border-top: solid 2px #8acee9!important;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c4960+0,207cca+47,207cca+47,2989d8+100,50808e+100,2989d8+100 */
background: #0c4960; /* Old browsers */
background: -moz-linear-gradient(top,  #0c4960 0%, #207cca 47%, #207cca 47%, #2989d8 100%, #50808e 100%, #2989d8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0c4960 0%,#207cca 47%,#207cca 47%,#2989d8 100%,#50808e 100%,#2989d8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0c4960 0%,#207cca 47%,#207cca 47%,#2989d8 100%,#50808e 100%,#2989d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4960', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
}


.widget-title{border-color:#8acee9!important;}

#footer-widgets .footer-box a:hover{color:#fff!important;text-decoration:underline!important;}


