/*
Theme Name: Cigdem Vitrinel
Description: Cigdemvitrinel.com icin ozel olarak duzenlenmistir.
Author: Wolinka
Author URI:  https://wolinka.com.tr
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

::marker {
    font-weight: bold;
}

#top-bar .nav>li>a {
	color: #000;
}

#logo a {
    font-family: "Inter", sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 30px;
}

#main {
    box-shadow: inset 0px 0px 100px rgb(0 0 0 / 35%);
    webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

span.widget-title,
a.more-link,
header .entry-meta,
footer.entry-meta,
nav.navigation-post,
.breadcrumb,
.form-flat input,
.form-submit input,
.form-flat button  {
    font-family: "Inter", sans-serif;
}

/*
    Form
*/

.col .form-flat input {
    margin:  0;
}

.col .form-flat input,
.col .form-flat textarea,
.col .form-flat button {
    border-radius: 0;
}

/*
    Custom Css
*/
.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.img-center {
    display: block;
    margin: 0 auto 20px auto;
}

/*
    Page
*/


/*
    Single
*/
.blog-single .entry-content {
    font-size: 19px;
    line-height: 34px;
    padding-top: 0;
}

/*
.post-sidebar .widget,
.page-right-sidebar .widget {
    padding: 4.54%;
    background: #f5f5f5;
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
*/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}