/* 
Theme Name: DK Wordpress Starter Theme
Theme URI: https://www.dijitalkarma.com/
Description: DK Wordpress Starter Theme, created by Sinan SANVEREN
Author: Sinan SANVEREN
Author URI: https://www.sinansanveren.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* breadcrumn code */
.breadcrumb1 ol {
    font-family: 'Raleway' !important;
}
.breadcrumb1 ol a {
    color: #444444;
}


/* commercial prev-next css code with shortcode */
.prev-post-button, .next-post-button {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px;
}

.prev-post-button:hover, .next-post-button:hover {
    background-color: #D0AD56;
}

