/*
Theme Name: mybest_future
Template: prevalent
Theme URI: https://gracethemes.com/themes/free-travel-wordpress-theme/
Author: Grace Themes
Author URI: https://gracethemes.com/
Description: Prevalent is a clean, professional and beautiful free travel WordPress theme for your travel agency or tour website. It is mainly designed with tourism professionals in mind and focus on offering various travel, adventure and tour packages. This theme can also be use for business, corporate, construction, architect, personal, blog, photography, hotel, yoga, fiteness blub, education, study, sports, modeling, beauty, spa, and any other business websites. Demo Link: https://gracethemes.com/demo/prevalent/

Version: 2.0
License: GNU General Public License version 2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prevalent
Tags:blog,two-columns,left-sidebar,full-width-template,custom-colors,custom-menu,custom-header,custom-logo,featured-images,editor-style,custom-background,threaded-comments,theme-options, translation-ready

Prevalent WordPress Theme has been created by Grace Themes(gracethemes.com), 2018.
Prevalent WordPress Theme is released under the terms of GNU GPL
*/

@import url("../prevalent/style.css");
/*--------------------
 nav
--------------------*/
.sitenav ul li a:hover, .sitenav ul li.current_page_item a, .sitenav ul li.current-menu-ancestor a.parent {
    color: #0ca5b0;
}
/*--------------------
 contents
--------------------*/
h1, h2, h3, h4, h5, h6, p, div, a, li, p {
   font-family: 'Kosugi Maru', sans-serif;
}

.bread_box{
    width:100%;
    padding:0 0 0 0;
    font-size:14px;
	margin-bottom: 20px;
}

.bread{
    list-style-type:none;
    font-size:14px;
    padding-left: 0;
    margin-left: 0;
}

.bread li{
    display:inline;
}

.bread li a {
    color:#0ca5b0;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    text-align: center;
    margin: 0 auto;
    display: block;
	max-width: 640px;
    width: 100%;
    max-height: 350px;
    height: 100%;
    object-fit: cover;
}

img.imgcenter {
    display: block;
    text-align: center;
    margin: 0 auto;
}

h1.entry-title {
    font-size: 1.6em;
    margin-top: 20px;
}

.entry-content h2 {
    border-top: 3px solid #0ca5b0;
    border-bottom: 1px solid #0ca5b0;
    padding: 10px;
    font-size: 1.4em;
}

#page_content p {
    line-height: 1.8;
}

.entry-content h3 {
    border-bottom: 2px dashed #0ca5b0;
    font-size: 1.3em;
    padding-bottom: 5px;
}

.entry-content ol, .entry-content ul{
    margin: 10px 30px;
}

.kanren {
    background-color: #F7FDFD;
    padding: 20px;
    border-radius: 20px;
}

.kanren h3{
    font-size:1.2em;
}

.kanren ul li{
    list-style-type:none;
}

/*--------------------
 sidebar
--------------------*/
aside.widget {
    margin-bottom: 30px;
    background-color: #d9f2f7;
}

/*--------------------
 footer
--------------------*/
.copyright-txt {
    float: none;
    text-align: center;
}