/*
Theme Name: Sleeky Pro Child
Theme URI: http://demo.styledthemes.com/sleeky-pro/
Description: For anyone wanting a serious business website, Circumference is the one for you because of what this theme includes. You get responsive design, multiple blog layout options such as a masonry layout, retina ready graphics, several page templates, post formats, gorgeous typography elements, tons of widget positions, a custom child theme, WooCommerce support, Jetpack support, video tutorials, and more!

Template: sleeky-pro
Version: 1.0.0
Author: StyledThemes.com
Author URI: http: //www.styledthemes.com/
Tags: custom-colors, white, light, two-columns, three-columns, fluid-layout, responsive-layout, fixed-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready, microformats
License: GNU General Public License v3
License URI: license.txt 

Copyright: 2014 Styledthemes.com


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



	
/* Add your custom  css below */

div.sleeky_banner {
    display: none;
}

div.style_breadcrumbs {
    display: none;
}

.sleeky_top_bar {
    background-color: rgb(201,201,201);
    color: #000;
    padding: 0rem;
}

.sleeky-logo-placeholder {
    float: left;
    margin-right: 0;
    width: 25%;
}
.sleeky_menu {
    float: right;
    width: 75%;
}

.top_social #social-icons > ul > li > a::before {
    background: rgb(209, 209, 209) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}


.top_social #social-icons > ul > li:last-child {
    border-right: 1px solid #d1d1d1;
}
.top_social #social-icons > ul > li {
    border-left: 1px solid #d1d1d1;
    display: inline-block;
    margin: 0 !important;
}

#sleeky_header {
    background-color: rgb(215,215,215);
}

ul.navmenu > li > a:hover, ul.navmenu > li > a:focus, ul.navmenu > li >
a:active {
	background-color: #fff;
	color: #c0c0c0;
	outline: medium none;
}

ul.navmenu ul.sub-menu .current_page_item > a, ul.navmenu ul.submenu.current_page_ancestor > a, ul.navmenu ul.sub-menu .current-menu-item > a, ul.navmenu ul.submenu .current-menu-ancestor > a {
	background-color: #d0d0d0 !important;
	color: #fff;
}

.sleeky_widget_bottom a:hover, .sleeky_widget_bottom a:focus,
.sleeky_widget_bottom a:visited {
	color: #fff;
	outline: medium none;
	text-decoration: none;
}

h3, h3 > a {
    color: #565656;
    font-size: 1.1rem;
}

p {
    margin: -5px 0 0;
}

.tmm .tmm_member .tmm_photo {
    border: 8px solid #f5f5f5;
    border-radius: 60px !important;
    box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.1);
    height: 200px;
    margin-top: -80px;
    width: 200px;
}