/*
Theme Name: Interaksi Child Theme
Theme URI: http://www.interaksi.co.id
Version: 1.5
Description: An example child theme that can be used as a starting point for custom development.
Author: The Interaksi Team
Author URI: http://www.interaksi.co.id
template: bb-theme
*/

/* Custom CSS by www.interaksi.co.id */

/* Full width setting */
/*.fl-builder-help-button {display:none !important;}*/

/* Full width setting
.fl-full-width .fl-page-header .container {width: 95%;}
.fl-full-width .fl-page-header .row {margin: 0;}
.fl-page-nav-right .fl-page-header-row {width: 100%;}

*/

/* Full width top bar */
/*.fl-full-width .fl-page-bar .container {width: 95% !important;}
.fl-full-width .fl-page-bar .row {margin: 0;}*/

/*Nav*/
.fl-page-bar .navbar-nav{margin-right:10px}

/* Log out button*/
.fl-page-bar .navbar-nav > li.menu-item-252 > a {
background-color:#DA3020;
border:0;
margin-top: 3px;
color: white;
padding:3px 8px !important;
text-shadow: -1px 1px rgba(0, 0, 0, 0.3) !important;
border-radius: 5px;
}

/*CTA Menu Button Mouse-Over Effect*/ 
.fl-page-bar .navbar-nav > li.menu-item-252 > a:hover {background-color:#006E2F; color:white;}


@media only screen and (min-width:1000px) and (max-width:1100px){
	.fl-col-group .fl-post-grid-post{width:218px!important;}
}