/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro
Template: inspiro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

.list-section li {
    list-style-position: outside;
}

.form-control {
    width: 100%;
    margin-bottom: 20px;
}
.wpcf7-textarea.form-control {
    height: 100px !important; 
}
.btn-submit:hover {
    background: #fff !important;
}

select.wpcf7-form-control.wpcf7-select.form-control {
    border: 2px solid gainsboro;
    padding: 10px;
}

.site-footer {
    border-top: 1px solid #e6e6e6 !important;
}

li.zoom-social_icons-list__item span {
    color: #78787f !important;
	background: transparent !important;
    border: 1px solid;
}
div#tpbr_box {
    font-family: "Sorts Mill Goudy" !important;
    
}

.wpforms-submit {
    color: #fff !important;
    border: 1px solid #FFF !important;
}

.bottom-color li.zoom-social_icons-list__item span {
    color: #fff !important;
}

div#tpbr_box a {
    color: #fff;
    text-decoration: underline;
    margin-left:5px;
}
.single-portfolio_item .entry-header {
			text-align: left;
}
 .page .entry-content, .single .entry-content{
	margin-bottom:0px!important;
}
.page .entry-info, .single .entry-info, .blog .entry-info {
    max-width: 90%;
}
.wpzabb-image-box-wrap .wpzabb-image {
		height: 50vh;
}

.navbar {
		background: #ffffff!important;
}

.navbar-brand-wpz {
		max-width: 90%;
}

.page .entry-info, .single .entry-info, .blog .entry-info {
		margin: 2%!important;
}

.widgettitle{
		color:#9d8c70!important;
}

.designed-by {
		display:none;
}

.bookbutton {
		border: 1px solid;
		border-color: #9d8c70;
		padding:0 15px 0 15px;
}

.bookbutton:hover {
		background-color: #9d8c70;
		
}

.navbar-nav > .bookbutton > a:hover 		{
		color: #fff!important;
		border: none;
}

.page .has-post-cover .entry-cover-image, .single .has-post-cover .entry-cover-image {
    opacity: 0.9 !important;
    
}

.navbar-nav ul .current-menu-item a {
		color: #9d8c70;
}

@media screen and (min-width: 769px){
.navbar-toggle {
		display: none!important;
}}

.navbar-nav li li a {
	color: #4e4949;
}
		
.navbar-nav li li a:hover {
	color: #9d8c70;
	border-bottom: 1px, solid;
}

.entry-cover-image:after {
	display: none;
}