/*
Theme Name: Entrance Child Theme
Theme URI: http://gawibowo.com/themes/entrance
Description: A Child Theme of Entrance
Version: 1.0
Author: gawibowo
Author URI: http://themeforest.net/user/gawibowo
Template: entrance
*/

@import url("../entrance/style.css");

/* Add your custom css code here */

.container {
	width: 86%;
	max-width: 86%;
}

.single-post .entry-content p {
	margin-top: 20px;
}

.g7-bullet a {
    color: blue !important;
}

#top {
	margin: 0px !important;
}

.home h3 {
    font-weight: 500;
    font-size: 14px;
}

#mainmenu {
    width:auto;
}

#mainmenu li a {
text-transform: none !important;
    padding: 0 10px !important;
}

#mainmenu .menu-item {
margin-right: 2px;
}

.home .block-title {
text-transform: none !important;
}

.widget_g7_posts .widgettitle {
text-transform: none !important;
}

.widget_categories .widgettitle {
text-transform: none !important;
}

.footerIconsList li {
    float: left;
}

#footer-widget .col-md-4 {
	width:100%;
}

.footerIconsList img {
	height:100px;
}

.footerIconsList a {
	margin-right:20px
}

.linkToAboutPage {
	color: #fff !important;
	bottom: -35px;
	position: relative;
}

#mainnav {
	margin-top: 30px;
}

.footerLink img {
        height:100px;
}

#footer-widget {
	background-color: #353535;
}

.linkToEmail {
	bottom: -28px;
    position: relative;
color: #fff !important;
}

.nonFloat {
float:none !important;

}