/*
 Theme Name:   Kailo Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     kailo
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/



@import url("../kailo/style.css");

/*FIX CLICK 2 TWEET style*/
.tm-click-to-tweet .tm-ctt-text a {
	color: #333;
	font-weight:bold;
}


/*Add space in H2 titles for single post*/
.single-post h2 {
    line-height: 40px;
    margin: 0;
}

.guerrillawrap {
border-radius: 5px;
	
}

/*Remove border*/
.post-content .wowmetaposts {
	margin-bottom:17px;
	color:inherit;
	padding:10px 0;
	margin-top:0;
	border: 0;
	/*border-top: 0 dotted #eee;*/
	/*border-bottom: 0 dotted #eee;*/
	font-size:13px;
}


/* BUG TO BE FIXED BY WOWTHEME RELEASE */

.singledownloadphp ul.nav {
    padding-left: 0;
    margin-bottom: 0;
}
 

/*Fix background image color by removing opacity*/
.headerimage:after {
	opacity: 0;
}

/*CHANGE LINKS COLOR*/

a {
	color:#337ab7;
}

a:hover {
	text-decoration: none;
  font-weight:bold;
	color:#337ab7;
}


.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color:#337ab7;
	background-color:transparent;
	font-weight:700;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover,.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	color:#337ab7;
  font-weight:bold;
  text-decoration: none;
	background-color: transparent;
}


/*END CHANGE LINKS COLOR*/


#DIV_1 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 64px;
    text-align: center;
    width: 272.953px;
    perspective-origin: 136.469px 32px;
    transform-origin: 136.469px 32px;
    background: rgb(232, 98, 64) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    border-radius: 3px 3px 3px 3px;
    font: normal normal normal normal 18px / 24px proxima-nova, sans-serif;
    margin: 30px 0px 20px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 20px 40px;
    transition: background-color 0.2s ease-in-out 0s;
}/*#DIV_1*/

#DIV_2 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 18px;
    text-align: center;
    width: 18px;
    perspective-origin: 9px 9px;
    transform-origin: 9px 9px;
    border: 0px none rgb(255, 255, 255);
    font: normal normal normal normal 18px / 18px FontAwesome;
    margin: 0px 5px 0px 0px;
    outline: rgb(255, 255, 255) none 0px;
}/*#DIV_2*/

#DIV_2:before {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    content: '""';
    height: auto;
    text-align: center;
    width: auto;
    border: 0px none rgb(255, 255, 255);
    font: normal normal normal normal 18px / 18px FontAwesome;
    outline: rgb(255, 255, 255) none 0px;
}/*#DIV_2:before*/

/*to add profiles from authors in the post*/
/*
	These are the custom css styles for the Guerrilla Author Box plugin.
	If you'd like to customize these css codes, I would recommend copying
	the codes below into your theme's stylesheet and editing the codes
	as you see fit. Need help? email: hi@madebyguerrilla.com
*/

.guerrillawrap {
	background: #f8f8f8;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #e1e1e1;
	float: left;
	padding: 2%;
	width: 100%;
        margin-top: 20px;
        margin-bottom : 20px
}

.guerrillagravatar {
	float: left;
	margin: 0 10px 0 0;
	width: 10%;
}

.guerrillatext {
	float: left;
	width: 84%;
}

.guerrillatext h4 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0;
}

.guerrillatext p {
	margin: 0 0 12px 0;
    padding: 6px 0 0px 0;
}

.guerrillasocial {
	float: left;
	width: 100%;
}

.guerrillasocial a {
	border: 0;
	margin-right: 10px;
}