/*
Theme Name: Unibell
Theme URI: http://shtheme.com/demosd/unibell
Author: Vergatheme
Author URI: https://themeforest.net/user/vergatheme
Description: In 2017, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: unibell

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.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

a {
    color: #333;
}
#calendar_wrap {
    width: 263px;
}
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #ffa211; color: #fff;}
#wp-calendar tbody td#today a {color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 15px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}
#sidebar .textwidget img {
    max-width: 100%;
}
img{
    width: auto !important;
    max-width:100%;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 5px;
}
.form-submit input.submit {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #545454;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}
.form-submit input.submit:hover{
    background: #ffa211;
}
.screen-reader-text{
    color: #333;
}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.single-content table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.single-content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.single-content table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
 .comment_text  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment_text  table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment_text  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.single-content  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.single-content  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.single-content  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 .comment_text  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.comment_text  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-respond .comment-reply-title {
    font-size: 18px;
}
.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}
.search-custom form.search-form:after {
    top: 20px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #333;
}

form.post-password-form input[type=submit] {
    padding: 1px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
    padding-bottom: 10px;
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 10px !important;
}
.widget ul.sub-menu li, .widget ul.children li{
    padding-bottom: 3px !important;
}
a:hover {
    text-decoration: none !important;
}
.blog-img img {
    width: 100% !important;
}
ul.children li {
    margin-left: 10px;
}
/*add */ 
li.featured-post {
    color: #ffa211;
        font-weight: bold !important;
}
.wp-tag-cloud li {
    display: inline-block;
    padding-bottom: 0px !important;
}
.wp-tag-cloud li:hover{
    color: #fff;
    text-decoration: none;
}
.wp-tag-cloud li a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 5px 10px;
    margin: 0px 5px 12px 0px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #ffffff;
    color: #1a1a1a;
    text-align: center;
    font-size: 13px;
    border-radius: 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.wp-tag-cloud li:hover a {
    background-color: #ffa211;
    border-color: #ffa211;
    color: #ffffff !important;
}
p.logged-in-as {
    padding: 5px 0px;
}
p.logged-in-as a{
    color: #888;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.wrap-blog ul.children {
    padding-left: 10px;
}

.blog-div-area .blog-content-div .single-blog .single-content h1 {
    font-size: 46px;
}
.blog-div-area .blog-content-div .single-blog .single-content h2 {
        font-size: 34px;
}
.blog-div-area .blog-content-div .single-blog .single-content h3 {
    font-size: 26px;
}
.blog-div-area .blog-content-div .single-blog .single-content h4 {
    font-size: 22px;
}
.blog-div-area .blog-content-div .single-blog .single-content h5 {
    font-size: 20px;
}
.blog-div-area .blog-content-div .single-blog .single-content h6 {
    font-size: 16px;
}
.comment_text h1 {
    font-size: 46px;
}
.comment_text h2 {
        font-size: 34px;
}
.comment_text h3 {
    font-size: 26px;
}
.comment_text h4 {
    font-size: 22px;
}
.comment_text h5 {
    font-size: 20px;
}
.comment_text h6 {
    font-size: 16px;
}

/******/

body.logged-in .navbar-fixed-top {
    padding-top: 52px;
}
.page-numbers.current, .page-numbers.current:hover{
    background-color: #333;
    border-color: #333;
    color: #fff;
    margin-top: -1px;
}

.meta-info a {
    display: inline-block !important;
}
.meta-info li {
    padding-right: 10px;
}
.inner-single {
    margin-bottom: 50px;
}
.logo-mobile {
    display: none;
}
@media (min-width: 768px) {
.logo-mobile{
    display: none;
}
.logo-default {
    display: block;
}
}
@media (max-width: 768px) {
.logo-mobile{
    display: block;
}
}
.top-nav-collapse .logo-mobile{
    display: block;
}.top-nav-collapse .logo-default{
    display: none;
}
.sidebar .recent-posts li h4 a {
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 5px;
    line-height: 1.4em;
}
.sidebar .recent-posts li h4 a:hover {
    color: #0075af;
}
.sidebar ul li a {
    position: relative;
    display: block;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400;
}
.sidebar ul li a:hover {
    color: #ffa211;
}
.blog-div-area .blog-content-div {
    padding-top: 0px;
}
.column.blog-news-column {
    margin-top: 0px;
}
.sidebar-page .comments-area .comment-reply-link {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    padding: 5px 30px;
    line-height: 24px;
    background: #545454;
    border-radius: 0px;
    font-weight: normal;
    text-transform: uppercase;
}
.sidebar-page .comments-area .comment-reply-link:hover{
        background-color: #ffa211;
}
.comment-box ul.children {
    margin-left: 10px;
}
.photo-slide .carousel-inner > .item > img {
    display: inline !important;
}
.newsletter-content > span >input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #dfdfdf;
    font-size: 14px;
    height: 65px;
    padding: 0 19px;
    width: 100%;
}
.newsletter-content input.button {
    height: 77%;
}
.span-yellow span {
    color: #ffa211!important;
    font-weight: 800;
    text-transform: uppercase;
}
.pd-bt-40 {
    padding-bottom: 20px !important;
}

.navbar-nav ul.sub-menu {
    display: none;
}
.widget_archive ul li a, .widget_categories ul li a{
    display: inline-block;
}
.blog-div-area .blog-content-div .single-blog .single-content h3:after {
    content: none;
}
.blog-div-area .blog-content-div .single-blog .single-content h3{
        margin-top: 10px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    margin-top: 10px;
}
.blog-div-area .blog-content-div .single-blog .blog-content .single-content ul li {
    display: list-item;
}
.blog-div-area .blog-content-div .single-blog .blog-content .single-content p {
    margin: 10px 0;
}
.nav a {
    color: #fff;
}
.lead h1 {
    margin-top: 60px;
    margin-bottom: 45px;
}
@media(max-width: 770px){
    .logo-default{
        display: none;
    }
    .logo-mobile img{
        float: left;
        margin-top: 3px;
        margin-left: 10px;
    }
    body.logged-in .navbar-fixed-top.top-nav-collapse{
    padding-top: 6px;
}
}
.f-b{
    color: white;
}
.widget{
    overflow: hidden;
}
#respond{
    padding-top: 150px;
    margin-top: -150px;
}
.page-numbers.current, .page-numbers.current:hover{
    margin-top: 0px;
        padding: 5px 15px;
}
.blog-news-column hr{
    width: 90%;
    float: left;
}
li.featured-post {
float: right;
font-size: 16px!important;
}
form.post-password-form input[type=submit]{
    margin-left: 10px;
}
.sidebar-page .comments-area .comment{
        margin-bottom: 20px;
}
.comment-box hr {
    margin-top: 20px;
    margin-bottom: 30px;
}
.sidebar-page .comments-area .comment{
    padding-left: 0px;
}
.sidebar-page .comments-area .comment-info.comment-padding, .sidebar-page .comments-area .comment_text.comment-padding{
    padding-left: 110px;
}
p{
    letter-spacing: 1.3px;
}
.blog-div-area{
    padding-bottom:0px;
}
.sidebar .widget{
    margin-bottom: 25px;
}
.section-404{
    min-height: 850px;
    padding-top: 250px;
}

.sidebar-page .comments-area .comment {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.comment-box hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.sidebar-page .comments-area .comment p{
    margin-bottom:0px;
}
.sidebar .sidebar-title h3{
    margin-top: 0px;
}
.sidebar-page .comments-area .comment-box strong{
        margin-right: 90px;
}
.blog-div-area .blog-content-div .single-blog .blog-content h3{
    margin-top: 0px;
}
.inner-single {
    margin-bottom: 10px;
}
.blog-div-area .blog-content-div .single-blog .feature-images{
    border: 0px;
    margin-bottom: 15px;
}