/*
Theme Name: Kallyas
Theme URI: http://hogash-demo.com/kallyas_wp/
Description: A Highly customizable theme with page builder and unlimited colors.
Author: Hogash
Author URI: http://themeforest.net/user/hogash
Version: 2.4
Tags: dark, light, left-sidebar, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu,  editor-style, full-width-template, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
*/


.tp-bullets.simplebullets.round .bullet {
  background: url(/app/uploads/2015/04/green-bullet.png) no-repeat top left;
}

/* Added by tincans for the mobile menu style
----------------------------------------------- */
.btn.tcu-mobile-menu-icon {
    background-color: transparent;
    background-image: none;
    clear: right;
    float: right;
    margin-bottom: 7px;
    padding: 5px;
	border: 1px solid;
	margin-top: 10px;
}
.tcu-mobile-menu-icon span.tcu-icon-bar {
    background-color: #888;
    border-radius: 8px;
    display: block;
    height: 2px;
    width: 30px;
    border: 1px solid;
}
.tcu-mobile-menu-icon span.tcu-middle-icon-bar {
	margin: 6px 0;
}
#mobileMenu_menu-home-menu {
	display: none !important;
	width: 100%;
}
@media (min-width: 960px) {
	.btn.tcu-mobile-menu-icon {
		display: none;
	}
}
@media (max-width: 959px) {
	nav#main_menu {
		width: 98%;
		padding: 1%;
		margin: 0;
	}
}
@media (max-width: 767px) {
	.btn.tcu-mobile-menu-icon {
		margin-right: 15px;
	}
}

/* white box on homepage added 2-13-17 */
.latest_posts.style2 {
  background: #fff;
  padding: 0 10px 10px;
  border-radius: 2px;
}

.latest_posts.style2 ul.posts .details > span {
    display: inline-block;
    margin-right: 5px !important;
    margin-bottom: 2px;
    font-size: 10px;
}