/*!
 * Template Name: Inverso
 * Theme URI: https://www.themeinthebox.com/demo/inverso/
 * Description: Fashion Template HTML / CSS built with Bootstrap 4
 * Version: 1.0.0
 * Author: ThemintheBox
 * Author URI: https://www.themeinthebox.com/
 */

body {
    font-family: playfair;
    font-size: 17px;
    color: #626262;
}

@font-face {
    font-family: ub-light;
    src: url(../custom-fonts/fonts/Ubuntu/Ubuntu-Light.ttf);
}

@font-face {
    font-family: playfair;
    src: url(../custom-fonts/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf);
}

.navbar-light .navbar-nav .nav-link {
    font-family: playfair;
}

h1, h2, h3, h4 {
    font-family: playfair;
    color: #626262;
}

.font-light {
    font-family: ub-light;
}

.center-all {
    margin: 0 auto;
    display: block;
}

.mt-70 {
    margin-top: 70px;
}

.mt-60{
        margin-top: 60px;
}

.mt-90 {
    margin-top: 90px;
}

.navbar {
    padding: 0px 0px;
}

.nav-container {
    margin-top: 40px;
    margin-bottom: 30px;
}

.sm-head {
    color: #B4AD9E;
    font-size: 0.88rem;
    text-transform: uppercase;
}

.posts-head {
    margin-top: 40px;
    margin-bottom: 20px;
}

.description-list a {
    color: #333;
    margin-top: 15px;
}

.details-link {
    color: #B4AD9E;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
}

.main-head {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size:2.5rem;
}

.main-head-small{
      margin-top: 10px;
    margin-bottom: 20px;
    font-size:1.9rem;
}

.top-sp {
    margin-top: 20px;
}

.bg-gray {
    padding: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 70px;
    margin-bottom: 90px;
    background: #eeeeee;
}

.bg-gray-02 {
    padding: 15px;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 70px;
    margin-bottom: 90px;
    background: #eeeeee;
}

.text-input-style {
    border-top: none;
    border-left: none;
    border-right: none;
    background: #eeeeee;
    border-bottom: 1px solid #111;
    width: 38%;
    margin: 0 auto;
    margin-top: 50px;
}

.btn-style {
    text-shadow: none;
    margin-top: 15px;
    font-size: 16px;
}

.footer-container {
    background: #eeeeee;
    padding-top: 25px;
    margin-top: 100px;
    padding-bottom: 10px;
}

.footer-list li a {
    color: #333;
}

.pleft-15 {
    padding-left: 15px;
}

.social-container {
    color: #333;
}

.social-icons {
    color: #333;
    padding-left: 10px;
}

    .social-icons:hover {
        text-decoration: none;
    }

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    color: #626262;
    margin: .5rem 0;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: black;
}


.quote-style {
    margin-top: 40px;
    margin-bottom: 40px;
    font-style: italic;
    font-size: 15px;
    text-align: center;
}

.main-head-02 {
    font-size: 20px;
    margin-top: 10px;
}

.text-input-style-comments {
    padding: 20px;
}

.about-head {
    margin-top: 30px;
    margin-bottom: 10px;
}


.about-text {
    font-size: 15px;
}

.title-link:hover {
    color: #626262;
}

a.category:hover {
    color: #B4AD9E;
}

/*------------------------------------*\
	OWL Slidershow
\*------------------------------------*/

.owl-next, .owl-prev {
	position: absolute;
	bottom: 50%;
}

.owl-next {
	right: 0;
}

.owl-prev {
	left: 0;
}

.owl-theme .owl-nav [class*=owl-] {
	border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 30px;
    height: 5px;
    margin: 5px 2px;
    border-radius: 0;
}


@media(min-width:1070px) {
    .container {
        width: 1060px;
    }
}

@media(min-width:1070px) {
    .small-container {
        width: 900px;
    }

    .pleft-margins{
        margin-left:80px
    }
}

@media(max-width:767px) {
    .mob-center-all {
        margin: 0 auto;
        display: block;
    }
}

@media(min-width:768px) {
    .navbar-light .navbar-nav .nav-item {
        padding-left: 50px;
    }
    .navbar-light .navbar-nav .nav-link {
        margin: 0;
    }
}



@media(max-width:767px) {
    .comments-box img {
        margin-bottom: 20px !important;
        width: 50px;
    }

    .main-head {
        font-size: 28px;
    }
}
