.navigation .nav-links a:hover, .bttn:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #fdd20a;
}

.navigation .nav-links a:hover, .bttn:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: black;
}

.navigation .nav-links a, .bttn, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #FFF;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 25px;
    font-weight: normal;
    border: 3px solid #fdd20a;
    display: inline-block;
    position: relative;
}

.body_template_two .main-navigation .current-menu-parent > a, .main-navigation .current_page_parent > a, .body_template_two .main-navigation .current-menu-item > a, .body_template_two .main-navigation .current_page_item > a {
    background: transparent;
    border-top: 2px #fdd20a solid;
    margin-top: -2px;
}
.body_template_two .slider-caption .caption-title {
    
    background: #fdd20a;
	opacity:0.9;
	font-size: 50px;
    text-transform: capitalize;
    max-width: 100%;
    line-height: 1;
	
}

.body_template_two .sidebar h3.widget-title, .body_template_two.left-sidebar .searchform, .body_template_two.both-sidebar .searchform, .body_template_two .featured-post.big-icon h2.has-icon .fa {
    border-color: #fdd20a;
}

.body_template_two #site-navigation.main-navigation ul ul {
    border-bottom: 0;
    border-top: 3px solid #fdd20a ;
}

.body_template_two #site-navigation.main-navigation ul li::before {
    content: '';
    position: absolute;
    right: 50%;
    left: 50%;
    top: -2px;
    height: 2px;
    background: #fdd20a;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.body_template_two #slider-banner .bx-wrapper .bx-pager.bx-default-pager a::after {
    background: #fdd20a;
        background-color: #fdd20a;
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;

        background-size: auto auto;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}


	.body_template_two #site-navigation.main-navigation .menu-toggle {
		margin:7px 0;
	    background: url(../images/menu.png) no-repeat center #fdd20a;
	}

a:hover{
	color: #fdd20a;
}

.posted-on {
    display: none;
}

.site-info {display: none; }