/***************************
Add your custom styles below
****************************/

.bg--dark {
    background: #cb9443;
}

.nav-bar .logo {
    max-height: 70%;
}

.nav-bar .logo {
    margin-left: 1.625em;
}

.nav-mobile-toggle i {
    color: white;
}

.col-sm-12 img {
	width:35%;
	/*background:green;*/
}

h3{
	color: #cb9443 !important;
	font-weight: 400;
	font-size: 2.3em;
	line-height: 1.2em;
	font-family: 'Lora', 'Helvetica', 'Arial', sans-serif; 
	font-style:italic;
}

p {
    margin-bottom: 0.8em;
    line-height: 1.45em; 
}

.aboutimg {
	margin-left:5%;
}

.aboutimg img {
	width: 100%;
}

.portfolio-item {
	background-color: #FFFFFF;
}

.portfolio-text-spacing {
	padding:0 30px 10px 30px;
}

.portfolio-text-spacing h5 {
	color: #cb9443 !important;
	font-weight: 400;
	font-size: 1.8em;
	line-height: 1.2em;
	font-family: 'Lora', 'Helvetica', 'Arial', sans-serif; 
	font-style:italic;
	margin-bottom:6px;
}

.portfolio-text-spacing h6 {
	font-size: 0.72em;
	line-height: 1.5em;
}

.subscribe-5 form button[type="submit"]:last-child {
    width: 100%;
}

.subscribe-5 .subscribe__title {
    margin-bottom: 20px;
}

.subscribe-5 form .input-with-icon {
    margin-bottom: 1em;
}

.boxed.boxed--lg {
    padding: 2.8em;
}

label {
	margin-left:0;
}

.subscribe-5 .subscribe__feature:first-child {
    margin-top: 2.8em;
}

.subscribe-5 .subscribe__feature {
    margin-bottom: 2.4em;
}

footer .logo {
    max-height: 60px;
}

.subscribe-5 form button[type="submit"]:last-child {
	font-size: 1em;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 2.36363636363636em;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

button {
    height: 52px;
    font-size: 0.8em !important;
    letter-spacing: 1px;
    color: #fff;
    background: #bb8c42;
    border: none;
}

.background-image-holder {
	background-position: 50% 27% !important;
}




@media all and (max-width: 990px) {
	.col-sm-12 img {
		width:50%;
		/*background:blue;*/
	}
		.aboutimg {
		margin-left:5%;
	}
}

@media all and (max-width: 768px) {
	.col-sm-12 img {
		width:45%;
		/*background:pink;*/
	}
	
	.aboutimg {
		margin-left:0;
	}
}

@media all and (max-width: 450px) {
	.col-sm-12 img {
		width:60%;
		/*background:yellow;*/
	}
	
	.aboutimg {
		margin-left:0;
	}
}



