/*
Theme Name: Udema
Theme URI: http://vergatheme.com/demosd/udema
Author: Verga Theme Team
Author URI: http://themeforest.net/user/vergatheme
Description: In 2018, 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: udema

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: #5798E4; 
  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: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-radius: 25px!important;
    border: none;
    background: #3f9fff;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    transition: all .3s ease-in-out;
}
.form-submit input.submit:hover{
    background: #0054a6;
    color: #fff;
}
.screen-reader-text{
    color: #555;
}

/* add */

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

.post-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;
}
.post-content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.post-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_right  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_right  table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment_right  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.post-content  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.post-content  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.post-content  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
.comment_right  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.comment_right  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.comment_right  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: 1.25rem;
    color: #333;
}
.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: #555;
}

form.post-password-form input[type=submit] {
    padding: 1px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
    width: auto;
}
 .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;
    padding-top: 5px;
}
.widget ul.sub-menu li, .widget ul.children li{
    padding-bottom: 3px !important;
}
a:hover {
    text-decoration: none !important;
}
ul.children li {
    margin-left: 10px;
}
/*add */ 
li.featured-post {
    color: #333 !important;
    font-weight: bold !important;
    font-size: 14px !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: #f3f3f3;
    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: #5798E4;
    border-color: #5798E4;
    color: #ffffff !important;
}
p.logged-in-as {
    padding: 5px 0px;
        margin-top: 15px;
    margin-bottom: 20px;
}
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;
}

.post-content h1 {
    font-size: 2.5rem;
}
.post-content h2 {
        font-size: 2.2rem;
}
.comment_right h1 {
    font-size: 2.5rem;
}
.comment_right h2 {
        font-size: 2.2rem;
}

/******/

body.logged-in header , body.logged-in .mm-hasnavbar-bottom-1 .mm-panels{
    top: 32px;
}
body.logged-in .search-overlay-menu.open {
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.logged-in header , body.logged-in .mm-hasnavbar-bottom-1 .mm-panels,body.logged-in .search-overlay-menu.open {
    top: 46px;
}
}
@media screen and (max-width: 600px){
    body.logged-in header.header.sticky{
        top: 0px;
    }
}
a.comment-reply-link {
    color: #3f9fff;
}
a.comment-reply-link:hover {
    color: #111;
}

/*Udema*/
article.blog .post_info ul li {
    padding-left: 15px;
}
.no-thumb {
    padding-bottom: 30px;
}
@media only screen and (min-width: 992px){
.main-menu ul li a {
    color: #fff;
    padding: 0 8px 15px;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.main-menu ul ul li a {
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: none;
}
}
.ls-slide .btn_1 {
    padding: 10px 30px !important;
}
.wpb_layerslider_element.wpb_content_element{
    margin-bottom: 0px;
}

.contact_form7 br {
    display: none;
}
.contact_form7 textarea {
    height: 150px;
}
.grid ul li figure img {
    width: 100% !important;
}
.pricing-body .pricing-features p {
    display: none;
}
body.logged-in .secondary_nav.is_stuck,body.logged-in .filters_listing.is_stuck {
    top: 100px !important;
}

.pagination-sm .page-numbers {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    position: relative;
    display: block;
    margin-left: -1px;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination-sm .page-numbers.current {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-sm li:first-child .page-numbers {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}
.pagination-sm li:last-child .page-numbers {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

#sidebar .theiaStickySidebar #filters_col br {
    display: none;
}

body.page-template-coming-soon {
    color: #fff !important;
}

.the-icons {
      font-size: 12px;
      line-height: 28px;
    }
    .the-icons i{
      font-size: 16px;
    }
    .codesOn .i-name {
      display: none;
    }
    .codesOn .i-code {
      display: inline;
    }
    .i-code {
      display: none;
      }
.font-icon-list {
      padding: 20px 0px 0px 0px;
      margin-bottom: 20px; }
    
    .font-icon-list:hover {
      cursor: pointer; }
    
    .font-icon-detail {
      text-align: center; }
    
    .font-icon-detail span:first-child {
      display: inline-block;
      transition: color 150ms linear, background 150ms linear, font-size 150ms linear, width 150ms;
      padding: 10px 0px;
      width: 70px;
      font-size: 48px;
      color: #1a1a1a;
      border: 1px solid #eaeaea;
      border-radius: 3px; }
    
    .font-icon-name {
      font-size: 13px;
      margin-top: 15px;
      display: block;
      text-align: center;
      width: 100%;
      padding: 0;
      border: 0; }
    
    .font-icon-name:focus, .font-icon-name:active {
      outline: none; }
    
    .font-icon-code {
      max-height: 0;
      overflow: hidden;
      text-align: center;
      opacity: 0;
      transition: max-height 200ms linear, opacity 200ms linear; }
    
    .font-icon-code.show {
      max-height: 200px;
      opacity: 1; }
    
    .code-value, .unicode, .unicode-text {
      background: none;
      text-align: center;
      border: none;
      color: #a0a0a0; }
    
    .code-value {
      display: block;
      width: 100%; }
    
    .unicode, .unicode-text {
      color: #a0a0a0; }
    
    .unicode {
      float: left;
      font-family: "Pe-icon-7-stroke";
      text-align: right;
      width: 38%;
      padding-right: 5px; }
    
    .unicode-text {
      text-align: left;
      float: left;
      display: inline-block;
      width: 100px;
      border: none; }
    
    .unicode-text:focus,
    .unicode-text:active {
      outline: none; }
    
    .font-icon-list:hover .font-icon-name,
    .font-icon-list:hover .code-value,
    .font-icon-list:hover .unicode,
    .font-icon-list:hover .unicode-text,
    .font-icon-detail.zeroclipboard-is-hover .font-icon-name,
    .font-icon-detail.zeroclipboard-is-hover + .font-icon-code .code-value,
    .font-icon-detail.zeroclipboard-is-hover + .font-icon-code .unicode,
    .font-icon-detail.zeroclipboard-is-hover + .font-icon-code .unicode-text {
      cursor: text;
      color: #1a1a1a; }
    .font-icon-list:hover .font-icon-detail span:first-child,
    .font-icon-detail.zeroclipboard-is-hover span:first-child {
      color: #fff;
      background: #1a1a1a; }
    .font-icon-name::-moz-selection,
    .code-value::-moz-selection,
    .unicode::-moz-selection,
    .unicode-text::-moz-selection,
    .font-icon-name::-moz-selection {
      background: #aadce2;
      color: #1a1a1a; }
    
    .font-icon-name::selection,
    .code-value::selection,
    .unicode::selection,
    .unicode-text::selection,
    .font-icon-name::selection {
      background: #aadce2;
      color: #1a1a1a; }
    
    .font-icon-name::-moz-selection,
    .code-value::-moz-selection,
    .unicode::-moz-selection,
    .unicode-text::-moz-selection,
    .font-icon-name::-moz-selection {
      background: #aadce2;
      color: #1a1a1a; }
    .box1 {
        font-size: 16px;
        display: inline-block;
        width: 30%;
        padding: .25em .5em;
        margin: 20px 10px 0 0;
    }
    .fs1 {
        font-size: 2em;
    }
    .glyph {
        float: left;
        text-align: center;
        padding: .75em;
        margin: .4em 1.5em .75em 0;
        width: 6em;
        text-shadow: none;
    }
    
    .glyph input {
        font-family: consolas, monospace;
        font-size: 12px;
        width: 100%;
        text-align: center;
        border: 0;
        box-shadow: 0 0 0 1px #ccc;
        padding: .2em;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .icon-section {
        margin: 0 0 3em;
        clear: both;
        overflow: hidden;
    }
    .icon-container {
        width: 270px; 
        padding: .7em 0;
        float: left; 
        position: relative;
        text-align: left;
    }
    .icon-container [class^="ti-"], 
    .icon-container [class*=" ti-"] {
        color: #000;
        position: absolute;
        margin-top: 3px;
        transition: .3s;
    }
    .icon-container:hover .icon-name {
        color: #000;
    }
    .icon-name {
        color: #444;
        margin-left: 35px;
        transition: .3s;
    }

html {
    font-size: inherit;
}
#btnReturnToLogin , #btnForgotPassword{
    margin-top: 10px;
}

/*Test*/
.post-content img.alignleft,.post-content .alignleft img{
  height: auto;
  margin-bottom: 0px;
  border-radius: 0px;
}
.post-content .wp-caption.alignleft {
  height: auto;
  margin: 0px;

}
footer #copy{
  float: left;
}
footer{
  padding-top: 15px;
  padding-bottom: 15px;
  color: white!important;
}
@media only screen and (min-width: 992px){
.main-menu ul >li:hover>ul.sub-menu>li:hover> ul.sub-menu{
    margin-left: 170px;
    top: 0;
}
.main-menu ul >li:hover>ul.sub-menu>li:hover> ul.sub-menu:before{
  display: none;
}
}
article.blog figure img{
  height: auto;
}

.widget-title h4{
  font-size: 22px;
}
article.blog .post_info h3 a{
  font-size: 22px;
}
article.blog .post_info h3{
  margin-top: 10px;
}
article.blog .post_info small, article.blog .post_info ul li{
  color: #555;
}

#wp-calendar tfoot{
  display: none;
}
.widget p{
margin-bottom: 0px;
}
.textwidget img{
  margin-top: 10px;
  margin-bottom: 10px;
}
footer #copy{
  color: white;
  opacity: 1;
}
article.blog .post_info h3 a{
  font-size: 24px;
}
article.blog .post_info ul li{
  font-size: 14px;
}
article.blog .post_info ul{
  margin: 0 -30px 0 0px;
  padding-right: 0px;
  padding-left: 0px;
}
article.blog .post_info ul li{
  padding-left: 0px;
}
.post_info p{
  margin-bottom: 0px;
  padding-bottom: 20px
}
article.blog .post_info h3{
  margin-bottom: 15px;
}
.post_info p{
  line-height: 26px;
  letter-spacing: 0.7px;
}
ul.pagination li a, ul.pagination li span{
 padding: 5px 12px!important;
color: #333!important;
}
ul.pagination li span{
  background: #007bff!important;
  color: white!important;
}
.post-content p{
  margin-bottom: 10px;
}
.comment_right{
  display: block;
}
.avatar{
    margin-right: 5px;
    width: 100px;
    display: block;
    padding: 10px;
    padding-left: 15px;
    height: 100px;
}
a.comment-reply-link{
    color: #333;
}
.comment_info a.url{
  font-weight: 700;
}
.comment-reply-link{
  float: right;
  font-weight: 500;
}
.postmeta ul li a{
  margin-bottom: 5px;
  margin-left: 5px;
}
p {
    margin-bottom: 10px;
}
.featured-post{
  margin-right: 10px;
}
.post-content ul li, .post-content ol li{
  margin-bottom: 5px;
}
.comment-respond .comment-reply-title{
  font-size: 20px;
}
.post-content p{
  line-height: 27px;
  letter-spacing: 0.8px;
  }

.page-links{
    clear: both;
    padding-top: 10px;
    margin-bottom: 20px;
}
.page-links a{
    margin-left: 3px;
}
.blog img.wp-post-image{
  display: block;
  margin: 0 auto;
}
.search-custom{
  padding-top: 15px;
}
.title-404{
  margin-bottom: 40px;
}
.desc-404{
  margin-bottom: 40px;
}
.comment_right{
    display: table;
    width: 86%;
}
.comment_right pre{
  max-width: 600px;
}
@media(max-width: 900px){
  .comment_right pre{
  max-width: 300px;
}
.avatar img {
    top: 55%!important;
}
#comments ul li {
  padding-top: 5px!important;
}
}
ul.children{
  margin-left: 15px!important;
}
.avatar img{
  margin: 0px!important;
  padding: 0px!important;
  left: 35%;
  top: 35%;
}
.avatar {
  margin: 0px!important;
  padding: 0px!important;
}
#error_page{
  height: 880px;
}
.singlepost .postmeta ul li .icon_comment_alt{
  display: none;
}
.postmeta ul li a {
    color: #555;
}
.singlepost .postmeta ul li:last-child{
  float: right;
}
.post_info ul li .icon_comment_alt{
  display: none;
  }
html.mm-opened{
  position: static!important;
}
.mm-navbar .mm-title{
  color: #555!important;
}

.singlepost .post-content{
  overflow: hidden;
  margin-bottom: 25px;
}
.postid-1168 .singlepost .postmeta ul li:last-child{
  float: none;
}

@media(max-width: 990px){
  button.mm-tabend, button.mm-tabstart{
    display: none;
  }
  .post-content{
    overflow: unset!important;
  }
  .logo-text{
      line-height: 51px;
  }
  article.blog .post_info ul li:last-child{
    margin-right: 25px!important;
    margin-bottom: 2px;
  }
}

.logo-text{
  font-size: 28px;
  color: white;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.logo-text:hover, .logo-text:active{
  color: white;
}
@media(min-width: 990px){
  .logo-text{
    margin-left: 15px;
  }
}
