/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://example.com/
Description:    Child theme for the Kallyas theme 
Template:       kallyas
Version:        0.1.0
*/

.hg-portfolio-sortable ul#thumbs li .inner-item h4.showcase_title {border:none;padding-top: 10px;text-align: center;}

.tp-loader { background: url(images/loader.gif) no-repeat 10px 10px transparent !important; }

#action_box:after{ border-top-color: rgba(0, 0, 0, 0.2) !important; }

/* Header 5 */
header#header.style5 {background:transparent;}
header#header.style5 > .container {border-bottom: 2px solid rgba(255, 255, 255, 0.1);}
header#header.style5 .topnav > li {border-left:1px solid rgba(255,255,255,0.1); padding-left:20px;  margin-top:5px}
header#header.style5 ul.topnav:last-of-type li:first-child {border-left:0; margin-left:0; padding-left:0;}
header#header.style5 .topnav > li >a {line-height:18px;}
header#header.style5 #logo a {padding: 28px 10px;}


/* Header 6 */
header#header.style6 {background:rgba(255,255,255,0.95); border-top: 3px solid #CD2122; box-shadow:0 3px 5px rgba(0,0,0,0.1);}
header#header.style6 nav#main_menu > ul > li > a { color:#535151; }
header#header.style6 nav#main_menu > ul > li.active > a,
header#header.style6 nav#main_menu > ul > li > a:hover,
header#header.style6 nav#main_menu > ul > li:hover > a {color:#fff;}
header#header.style6 .topnav > li > a { color: #898989; }
header#header.style6 .topnav > li > a > span {background-image: url("images/glyphicons-halflings.html"); opacity:.5;}
/* just for demo preview */
header#header.style6 #logo a {padding-top:22px}
header#header.style6 #logo a:before {content:'KALLYAS';font-family:  "Lato" , "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: 400;color: #575757;text-shadow: 0 2px 0 #FFF;letter-spacing: 0px; line-height:1;}
header#header.style6 #logo a:after {content:'WORDPRESS THEME';font-family:  "Lato" , "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: 400;color: #999;text-shadow: none;letter-spacing: 2px; font-size:12px; display:block;
line-height:1; text-indent:2px;}
header#header.style6 #logo a img {display:none;}

.demo_tooltip {position: absolute; top: 9px; left: 100%; background: #000; background: rgba(0, 0, 0, 0.9); border-radius: 3px; padding: 14px 15px; width: 140px; margin-left: 45px; color: #FFF;
-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.demo_tooltip:before {content:''; position:absolute; top: 15px; left: -16px; border:8px solid transparent; border-right-color:#000}
.demo_tooltip.hideme {margin-left:100px; opacity:0; visibility: hidden;}