/*
Theme Name: Sleeky Pro Child
Theme URI: 
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: 
Author URI: 
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 


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 */

/*custom colors*/

.color_cafe {color:#F15A22 !important;}
.colorbg_cafe {background-color:#F15A22 !important;}

.color_manna {color:#982500 !important;}
.colorbg_manna {background-color:#982500 !important;}

#sleeky_header {
    background-color: #f8eee2;
}

/*social back and border colors*/
.top_social #social-icons > ul > li > a::before {
    background: #eddccb none repeat scroll 0 0;
}
.top_social #social-icons > ul > li {
    border-left: 1px solid #982500;
}
.top_social #social-icons > ul > li:last-child {
    border-right: 1px solid #982500;
}

/*increase logo size*/
.sleeky-logo-placeholder img {
    width: 100%;
    height: 0%;
    padding: 10px;
}

.sleeky-logo-placeholder {
    float: left;
    margin-right: 0;
    width: 40%;
}

.navmenu > ul > li, ul.navmenu > li a {
    font-size: 19px;
}

ul.navmenu ul.sub-menu > li > a {
    font-size: 19px;
}

.sleeky_menu {
    float: right;
    width: 60%;
}

.col-md-6.top_annoucement {
    color: #eddccb;
}

/*widget backgrounds*/

/*.sleeky_widget_content_bottom {
    background-color: #EDDCCB;
}*/

.sleeky_widget_content_bottom {
    background-color: #982500;
}

.sleeky_widget_bottom {
    background-color: #EDDCCB !important;
}

.sleeky_widget_bottom p, .sleeky_widget_bottom div, .sleeky_widget_bottom span, .sleeky_widget_bottom a {
    color: #333333;
}

.sleeky_widget_bottom h1, .sleeky_widget_bottom h2, .sleeky_widget_bottom h3, .sleeky_widget_bottom h4, .lr_widgets_bottom_widget h5, .lr_widgets_bottom_widget h6 {
    color: #982500;
}

.sleeky_widget_content_bottom p, .sleeky_widget_content_bottom div, .sleeky_widget_content_bottom span, .sleeky_widget_content_bottom a {
    color: #fff;
}
.sleeky_widget_content_bottom h1, .sleeky_widget_content_bottom h2, .sleeky_widget_content_bottom h3, .sleeky_widget_content_bottom h4, .lr_widgets_bottom_widget h5, .lr_widgets_bottom_widget h6 {
    color: #eddccb;
}

/*business hours widget title*/

.sleeky_widget_bottom h4, .sleeky_widget_bottom h3 {
    border-bottom: 1px dotted #4a4a4a;
    display: block;
    padding-bottom: 1rem;
}


element.style {
    background-color: #982500;
}

.sleeky_icons {
    border: 1px solid #FF4500;
    border-radius: 60px;
    color: #FF4500;
    font-size: 2.5rem !important;
    height: 120px;
    padding: 2.5rem 0rem;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 120px;
}

.sleeky_icons:hover {
    background-color: #ff4500;
    border: 1px solid #ff4500;
    color: #fff;
}

/*post author data*/
.entry-meta {
    display: none;
}


/*link color*/
a:hover, a:focus, a {
    color: #982500;
    text-decoration: none;
}

/*sidebar bullets links larger*/
li, span {
    font-size: 0.9rem;
}

/*so image doesn't stretch*/
/*img {
    margin: 0;
    padding: 0;
    width: auto;
}*/
.img-auto {
	width: auto;
	}

/*jetpack portfolio flip color*/
figcaption.jetpack-port {
    background-color: #982500!important;
}

figure.imghvr-hinge-right {
	background-color: #982500 !important;
	/*margin: 10px;*/
}

#widget_sleeky_pro_portfolio_content-5 .col-md-4 {
    padding-bottom: 25px;
}

.sleeky_widget_top {
    padding-bottom: 2rem;
}

.sleeky_banner {
	min-height: 200px !important;
}

#widget-business-hours-3 hr {
	display: none;
}

/*accordion images*/
.img-accordion  {
    float: left;
    display: inline-block;
    width: 33%;
    height: auto;
    margin: 0 5px 20px 0;
}

#template-six .accura-fmwp-content-splider-left {
    float: left;
	display: none;
}

#template-six .accura-fmwp-content-splider-right {
    margin-left: 0;
}

.eo-events {
	list-style-type: none !important;
	margin: 1px;
}

/*don't show event meta for...*/
.post-862 .eventorganiser-event-meta {
	display: none;
}

/*turn off image stretch*/
.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
    height: auto;
    width: auto;
}


/*turn off portfolio & projects breadcrumbs*/
/*
.breadcrumb_items span:nth-child(3) a {
display:none;
}*/

@media screen and (max-width: 780px) {

.sleeky_widget_top { display: none;
}

.sleeky_banner {
	min-height: 100px !important;
}

a.toggle_menu_bar {
    color: #982500;
}
}


@media screen and (max-width: 360px) {
#hide-mobile {
	display: none !important;
}
}