#hero-section-one .hero-contents h1{
    font-weight: 100;
}
#page-header-section h1{
    font-weight: 100; 
}
#portfolio-section .portfolio-item .inner:hover .overlay .title h3{
    color: #c8947c;
}
#portfolio-section .portfolio-item .inner .overlay .title h3:hover{
    color: #333333;
}
#portfolio-section .portfolio-item .overlay .title h3{
	font-weight: 100;
}
.small-secondary{
	font-weight: 100;
}
h2{
   font-weight: 100; 
}
.header-one .header-menu>ul>li>a.active {
    color: #c8947c;
    text-decoration: none;
}
.footer-one .footer-widget .link-list li{
	margin-bottom: 10px;
}
.text-primary{
	color: #c8947c !important;
}
#hero-section-one .hero-slider-item h1 {
    text-transform: none;
}
#related-portfolio-section .related-portfolio-item{
	max-width: 100%;
}
#portfolio-section .portfolio-item .overlay a.text-link{
	width: 390px;
}
#portfolio-section .portfolio-item .overlay a:hover h3{
	color: #C6937B;
	transition: 0.75s;
}
.slicknav_nav{
	background-color: rgb(198, 147, 123);
}
#page-header-section{
	background-image: url(../img/slide1.jpg);
}
a:hover{
	color: #c8947c;
	transition: 0.75s;
}
#single-post-section .social-icons{
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
#single-post-section .social-icons li {
    display: inline-block;
    margin-right: 5px;
    border-bottom: 0;
    padding: 0;

}
#contact-section-two .social-icons{
    list-style: none;
    margin: 0;
    padding: 0;
    /*float: right;*/
}
#contact-section-two .social-icons li {
    display: inline-block;
    margin-right: 5px;
    border-bottom: 0;
    padding: 0;

}

.footer-widget .social-icons{
    list-style: none;
    margin: 0;
    padding: 0;
    /*float: right;*/
}
.footer-widget .social-icons li {
    display: inline-block;
    margin-right: 5px;
    border-bottom: 0;
    padding: 0;

}
a.active{
	color: #C6937B;
}
.rounded{
	border-radius: 0.5rem!important;
}
.img-center{
    margin: 0 auto;
}
#faq-section .card .btn{
    font-size: 16px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.categories li a:hover{
    color: #C6937B;
    transition: 0.5s;
}
#portfolio-section .portfolio-item, #portfolio-section .portfolio-item-sizer{
    cursor: pointer;
}
@media only screen and (max-width: 767px){
    .header-one .slicknav_menu .slicknav_btn{
        margin-right: 0px;
        background-color: #C6937B;
        border-radius: 2px;
    }
    .header-one .slicknav_nav a:hover{
        background: #99705d;
    }
    .header-one .header-menu>ul>li>a.active {
        color: #ffffff;
        text-decoration: none;
        background: #99705d;
    }
    a.active{
        color: #ffffff;
        background: #99705d;
    }
    #portfolio-section .portfolio-item .overlay .title h3{
        font-size: 12px;
    }
    #portfolio-section .portfolio-item .overlay a.text-link{
        width: 200px;
    }

}

