/*
Theme Name: OneDot
Theme URI: http://sensationaltheme.com/downloads/onedot/
Template: blogbell
Author: Sensational Theme
Author URI: http://sensationaltheme.com/
Description: OneDot is a modern WordPress theme that comes with high-quality features and minimal design. The theme is a perfect fit for all kind of blogs such as food blogs, travel journals, personal blogs many more. OneDot is a fully responsive design that always remains mobile-friendly and will render perfectly on all devices. You also get support for custom headers, two column layout, full-width layout, and tons of easy customization options.
Tags: translation-ready,custom-background,theme-options,custom-menu,threaded-comments,featured-images,footer-widgets,editor-style,right-sidebar,full-width-template,two-columns,grid-layout,custom-colors,custom-header,custom-logo,featured-image-header,blog,entertainment
Version: 1.1
Tested up to: 5.8
Requires PHP: 5.6
Text Domain: onedot
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns, three-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

OneDot business is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
 
.section-title {
    font-size: 30px;
}
.entry-meta .cat-links a{
	color: #000;
}
body.blog .blog-posts-wrapper .col-3 article, 
body.archive .blog-posts-wrapper .col-3 article, 
body.search .blog-posts-wrapper .col-3 article, 
body.blog.left-sidebar .blog-posts-wrapper .col-3 article, 
body.archive.left-sidebar .blog-posts-wrapper .col-3 article, 
body.search.left-sidebar .blog-posts-wrapper .col-3 article{
	width: 100% !important;
}
.blog-posts-wrapper .no-post-thumbnail .entry-meta.posted-on {
    position: relative;
    top: auto;
}
.blog-posts-wrapper .no-post-thumbnail{
    margin-bottom: 30px;
}
.blog-posts-wrapper .entry-meta {
    margin-bottom: 10px;
    padding: 0 20px 0 0;
}
.blog-posts-wrapper .entry-header{
	position: relative;
}
.blog-posts-wrapper .entry-meta.posted-on, #popular .entry-meta.posted-on {
    border: none;
    text-align: center;
    position: absolute;
    top: -80px;
}
.blog-posts-wrapper .entry-container {
    position: relative;
}
.blog-posts-wrapper .entry-meta .byline,
.blog-posts-wrapper .entry-meta a, 
.blog-posts-wrapper .entry-meta .author.vcard {
    color: #fff;
}
.blog-posts-wrapper .entry-meta > span {
    margin-right: 10px;
    background-color: #ba975f;
    padding: 5px 15px;
}
.blog-posts-wrapper .entry-meta {
    position: relative;
}
.blog-posts-wrapper .entry-meta > span.cat-links {
    margin-right: 10px;
    background-color: transparent;
    padding: 5px 30px;
    position: relative;
}
.blog-posts-wrapper .entry-meta > span.cat-links a{
    color: #333;
    text-transform: uppercase;
}
.blog-posts-wrapper .entry-meta .cat-links::before {
    content: "";
    border-top: 2px solid #ba975f;
    position: absolute;
    top: 55%;
    left: 0;
    width: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-posts-wrapper .entry-meta .cat-links::after {
    content: "";
    border-top: 2px solid #ba975f;
    position: absolute;
    top: 55%;
    right: 0;
    width: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-posts-wrapper .entry-content p::first-letter {
  font-size: 50px;
  color: #ba975f;
}
.blog-posts-wrapper .entry-content {
    font-size: 16px;
    line-height: 28px;
}
.image-overlay.featured-content-wrapper {
    padding: 0px;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#featured-slider .image-overlay .separator{
	display: none;
}
#about .about-item-wrapper{
    padding: 130px 0;
}
#about .about-item-wrapper .entry-container {
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    display: inline-block;
    width: 100%;
    left: 0;
    bottom: auto;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.8 );
}
#about .post-title {
    padding: 15px;
}
#about {
    padding: 60px 0 120px;
}
#blog {
    padding: 100px 0 60px;
}
#blog .section-content.col-2{
    margin: 0 -15px;
}
#blog .col-2 article {
    width: 100%;
    margin-bottom: 35px !important;
}
#blog .featured-post-image.featured-image {
    width: 50%;
    float: left;
}
#blog .no-post-thumbnail .featured-content.entry-container{
    width: 100%;
    text-align: center;
}
#blog .featured-content.entry-container {
    width: 50%;
    float: right;
}
#blog .entry-container {
    padding: 50px 20px 50px 40px;
}
#blog article {
    box-shadow: 0 1px 1px 1px rgba(238, 238, 238, 0.6);
    border:none;

}
#blog .post-item {
    border:none;
    background: #fff;
}
.about-item-wrapper {
    background-color: #000;
    padding: 150px 0 10px;
    text-align: center;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.section-header .section-title::before {
    display: none;    
}
.section-header .section-title::after {
    display: none;
}

.section-header {
    text-align: left;
    border-bottom: 2px solid #ba975f;
}
.section-title{
    padding: 0 20px 0 0;
}
.entry-title, .section-title {
    font-size: 30px;
    margin: 0 0 10px;
    word-wrap: break-word;
}
.featured-post-image:hover img,
figure:hover img{
    transform: scale(1.03) rotate(1deg);
    -webkit-transform: scale(1.03) rotate(1deg);
}
.featured-post-image img,
figure img{
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}
.about-item-wrapper .entry-title, 
.about-item-wrapper .entry-title a, 
.blog-posts-wrapper .entry-title a {
    color: #333;
    font-weight: bold;
}
.blog-posts-wrapper .entry-meta > span.cat-links:hover,
.blog-posts-wrapper .entry-meta > span.cat-links:focus{
    background-color: transparent;
}
.blog-posts-wrapper .entry-meta > span.cat-links a:hover{
    color: #ba975f;
}
.blog-posts-wrapper .entry-meta > span a:focus{
    color: #fff;
}
.blog-posts-wrapper .entry-meta > span.cat-links:hover a,
.blog-posts-wrapper .entry-meta > span.cat-links:focus a{
    color: #333;
}
.blog-posts-wrapper .entry-meta > span:hover,
.blog-posts-wrapper .entry-meta > span:focus{
    background-color: #fff;
}
.blog-posts-wrapper .entry-meta > span:hover,
.blog-posts-wrapper .entry-meta > span:hover a,
.blog-posts-wrapper .entry-meta > span:focus a{
    color: #ba975f;
}
.backtotop,
#respond input[type="submit"],
.menu-toggle span,
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus,
.widget_search form.search-form button.search-submit,
input[type="submit"],
.wpcf7 input[type="submit"],
.jetpack_subscription_widget input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:focus,
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus,
.blog-posts .post-categories,
.reply a,
.reply a:hover:before,
.reply a:focus:before,
.btn,
.slick-prev,
.slick-next,
.slick-dots li.slick-active button:before,
.more-link:hover,
.more-link:focus,
#colophon .widget_search form.search-form button.search-submit,
.main-navigation ul ul li:hover > a,
.pagination .page-numbers.current, 
.pagination .page-numbers:hover, 
.pagination .page-numbers:focus,
#top-bar,
#colophon,
#message .separator,
#featured-slider .content-overlay .separator{
    background-color: #ba975f;
}
a,
#site-identity .site-title a:hover,
#site-identity .site-title a:focus,
.main-navigation ul.nav-menu > li:hover > a,
.main-navigation ul.nav-menu .current-menu-item > a,
.menu-toggle i,
 button.dropdown-toggle .fa,
 .pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
#secondary a:hover,
#secondary a:focus,
.widget_popular_post h3 a:hover,
.widget_popular_post h3 a:focus,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a:hover,
.widget_latest_post h3 a:focus,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.page-header small,
.entry-meta a:hover,
.entry-meta a:focus,
.tags-links a,
.tags-links a:hover,
.tags-links a:focus,
.comment-meta .url:hover,
.comment-meta .url:focus,
.comment-metadata a,
.comment-metadata a time,
#featured-slider .entry-meta .cat-links a,
#about .post-title:hover,
#about .post-title:focus,
.about-item-wrapper .entry-title a:hover,
.about-item-wrapper .entry-title a:focus,
.blog-posts-wrapper .entry-title a:hover,
.blog-posts-wrapper .entry-title a:focus ,
#popular .entry-title a:hover,
.entry-meta .cat-links a,
.blog-posts-wrapper .comments-link a:hover,
.blog-posts-wrapper .comments-link a:focus,
#message .entry-title a:hover,
#message .entry-title a:focus,
.content-overlay.featured-content-wrapper .entry-title:hover,
.blog-posts-wrapper .entry-meta > span.cat-links a:hover,
.blog-posts-wrapper .entry-meta > span.cat-links a:focus{
    color: #ba975f;
}
.main-navigation ul#primary-menu li:hover > svg,
.main-navigation ul#primary-menu li:focus > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation li.menu-item-has-children > a:focus > svg,
.main-navigation ul#primary-menu > li.current-menu-item > a > svg,
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:hover svg,
.navigation.post-navigation a:focus svg,
.navigation.posts-navigation a:focus svg,
.widget_search form.search-form button.search-submit:hover svg,
.widget_search form.search-form button.search-submit:focus svg,
.featured-content-wrapper .btn:hover .more-icon svg, 
.featured-content-wrapper .btn:focus .more-icon svg,
#call-to-action .btn:hover .more-icon svg, 
#call-to-action .btn:focus .more-icon svg,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a.search-active:hover svg,
.main-navigation ul#primary-menu li.search-menu:hover > a.search-active svg {
    fill: #ba975f;
}
#respond input[type="submit"],
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.prev:hover, 
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:focus, 
.pagination .page-numbers.next:focus,
.widget_search form.search-form input[type="search"]:focus,
 input[type="submit"],
.wpcf7 input[type="submit"],
.tags-links a,
.tags-links a:hover,
.tags-links a:focus,
.reply a,
.btn,
.more-link:hover,
.more-link:focus
{
    border-color: #ba975f;
}
#secondary .widget > ul li:first-child, 
#secondary .widget > ul li:hover, 
#secondary .widget_nav_menu ul li:first-child, 
#secondary .widget_nav_menu ul li:hover {
    border-left-color: #ba975f;
}
.woocommerce-info {
    border-top-color: #ba975f;
}
.wp-block-latest-comments article {
    margin-bottom: 2em;
}
.widget {
    padding: 10px;
}
.widget h2{
    padding: 0 10px;
}
@media screen and (min-width: 1024px) {
    .main-navigation ul#primary-menu ul li.current-menu-item > a,
    .main-navigation ul#primary-menu ul li:hover > a,
    .main-navigation ul#primary-menu ul li:focus > a {
        color: #ba975f;
    }
    .main-navigation ul ul li.menu-item-has-children:hover > a > svg, 
    .main-navigation ul ul li.menu-item-has-children > a:hover > svg {
        fill: #ba975f;
    }
    #search:before {
        border-bottom-color: #ba975f;
    }
}
@media screen and (min-width: 1200px) {
    #special-menu article:hover .entry-title a {
        color: #ba975f;
    }
}
@media screen and (min-width: 1024px) {
    #featured-slider article {
        padding: 300px 0;
    }
}
@media screen and (max-width: 992px) {
    #blog .featured-post-image.featured-image {
    width: 100%;
    float: none;
    }
    #blog .featured-content.entry-container {
        width: 100%;
        float: none;
    }
}