/*
 Theme Name:   Plumbit Child
 Theme URI:    http://themeforest.net/user/strongholdthemes
 Description:  Plumbit Child Theme
 Version:      3.6
 Author:       Stronghold Themes
 Author URI:   http://themeforest.net/user/strongholdthemes
 Text Domain:  plumbit
 Template:     plumbit
*/

/* 
------------------------------------------------------- */

/*Header - Start*/
.header-top {
	background: transparent;
	border-bottom: 0px;
    height: auto;
	padding-top: 10px;
    padding-bottom: 0;
}
.header-top .top-header-info {
	display: inline-block;
}
.header-top .contact-detail-two, 
.header-top .contact-detail-three {
	display: none;
}
.header-top .contact-detail-one {
	float: right;
    margin-right: 0;
    box-shadow: none;
    border: none;
    text-shadow: none;
    background: #ffffff;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    -moz-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    position: relative;
}
.header-top .contact-detail-one > i {
	display: none;
}
.header-top .contact-detail-one i {
	font-size:23px;
}
.header-top .contact-detail-one a {
	display: inline-block;
	color: #2296f9;
	font-size:20px;
}
.header-one-top {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.header-one .logo-title-wrap img {
	max-width: unset;
    position: absolute;
    top: -20px;
}
/*Header - End*/