/*
Theme Name: Cell Child
Theme URI: http://howtoapologize.org/
Author: How to apologize
Author URI: http://howtoapologize.org/
Description: How to apologize is a blog about multiple ways to say sorry.
Version: 1.1
Template: cell
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cell-child
*/
@font-face {
    font-family: Andalusia; 
    src: url(../../../wp-content/themes/cell/inc/Andalusia.otf);
}
.site-header{
    width: 100%;
    padding: 5px 0;
    background: #535f9d;
    border-bottom: 10px solid #02C0F8;
    padding-bottom: 10px;
}
.site-title a{
    color: #fff !important;
    font-family: Andalusia;
    font-size: 35px;
}
.sidebar{    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);}
	
.entry-title-single {
    color: #0099c6;
}
.entry-title a, .page-title a, .page-title a:visited{color:#444;}
.entry-title a:hover{color: #0099c6;}
.sf-menu > li > a{display: block;
    font-family: 'Share', cursive;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    padding: 10px 14px 10px 14px;
    text-decoration: none;
    color: #fff !important;}
.sf-menu > li > a:hover, .sf-menu > li > a:focus, .sf-menu > li > a:active{
color:#02C0F8;
}
.search-form .search-submit{background:#535f9d;}
