/*
Theme Name: portfolio
Theme URI: 
Author: Falguni Desai
Author URI: http://falgunidesai.com/
Description: portfolio is clean, simple, fully responsive and translation ready theme. This theme is designed to create a portfolio showcase site.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gray,light-blue,white,black,light,two-columns, right-sidebar, responsive-layout, custom-menu, featured-images,  post-formats, sticky-post, translation-ready
Text Domain: portfolio

This theme is licensed under the GPL.

*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 Repeatable Patterns
 * 3.0 Header
 *     3.1 Site Navigation Bar
 *     3.2 Site Header
 * 4.0 Content
 *     4.1 Post-Content
 *     4.2 Page and Post Navigation links 
 *     4.3 Post Formats
 *     4.4 Gallery
 *     4.5 Post-Comments
 * 5.0 Sidebar - Widgets
 * 6.0 Site Footer
 * 7.0 Media Queries
 * 8.0 Print
 *     
**/

/**
 * 1.0 Reset
  * -----------------------------------------------------------------------------
 */

html {
   position: relative;
   min-height: 100%;
}

body {
    margin: 0 0 100px; /* bottom = footer height */  
}


/*.btn-default{
    background: #424A55 none repeat scroll 0% 0%;
    border: medium none;
    border-radius: 3px;
    color: #FFF;
    font-family: "Lato","Arimo","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #424A55;
    border: 1px solid #424A55;
    border-radius: 3px;
}

a{
    color: #3EB6E4;
}
*/
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}

#masthead{
  background-color: #fff;
}

.site-title a{
    color:white;
}

embed,
iframe,
object,img{
    max-width: 100%;
}

iframe,input,textarea,select{
    max-width: 100%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #55626D;
    border: 2px solid #E0E8EE;
    border-radius: 2px;
    padding: 8px 10px;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #424A55 none repeat scroll 0% 0%;
    border: medium none;
    border-radius: 3px;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px;
    width: auto;
}

button:focus,
input[type="submit"]:focus,
input[type="submit"].focus {
  color: #ffffff;
  background-color:  #3EB6E4;
  border-color:  #3EB6E4;
}

button:hover,
input[type="submit"]:hover,
input[type="submit"]:hover {
  color: #ffffff;
  background-color:  #3EB6E4;
  border-color:  #3EB6E4;
}

input:focus,textarea:focus,input:focus,textarea:focus{
    border-color:  #3EB6E4;
    box-shadow: none;
}

a,a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

#page {
  font-size: 1em;
  line-height: 1.45;
}

@media (min-width: 43.75em) {
  #page {
    font-size: 1em;
    line-height: 1.618;
  }
}

h1 {
  font-size: 2.25em;
  line-height: 1.25;
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 3em;
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3.998em
    line-height: 1.05;
  }
}

h2 {
  font-size: 2em;
  line-height: 1.15384615;
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2.25em;
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.827em;    
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.5em;
  line-height: 1.13636364;
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.999em;
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125em;
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h4 {
    font-size: 1.414em;
    line-height: 1.22222222;
  }
}

blockquote {
  font-size: 1.1em;
  line-height: 1.25;  
  border-left: 5px solid #B1B1B1;
  font-style: italic;
}



@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.2em;    
    line-height: 1.45;
  }
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

pre, code{
    direction: ltr;
    text-align: left;
}
pre {
    border: solid 1px #cad1d8;
    font-size: 1.3 em; 
    margin: 10px; 
    padding:10px; 
    background: white;
}

img{
    margin-bottom: 1em;
}

table {
    border-collapse: separate;
    border-spacing: 0px;
    margin-bottom: 5%;
    padding: 0px;
    width: 100%;
}

table,th,td{
    border: 1px solid #CAD1D8;
}

table thead {
    background: #FFF none repeat scroll 0% 0%;
}

table td, #content table th {
    padding: 10px;
}

table thead th {
    font-weight: bold;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

table tr:nth-child(2n) {
    background: #FFF none repeat scroll 0% 0%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.wp-caption {
    //background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.aligncenter,
.wp-caption.alignnone{
        margin: 5px auto 20px;
}

.wp-caption.alignleft{
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright{
    margin: 5px 0px 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
 
.entry-content img,
img.size-full {
    max-width: 100%;
    //width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}


.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.wp-post-image{
    max-width: 100%;
    width: auto;
}

img.wp-post-image{
    height: auto;
}

.image-attachment{
    margin-left: auto;
    margin-right: auto;
}

.featured-image img{
    display: block;
    margin:0 auto 15px;
}

hr{
    border-color: #CAD1D8;
    margin-bottom: 0px;
    margin-top: 0px;
}

.divide_hr{
    
}

.btn-default {
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    box-shadow: none;
    border:none;
}

.btn-default:hover,.btn-default.hover,.btn-default:focus,.btn-default.focus{
    color: #ffffff;
    background-color:  #3EB6E4;
    border-color:  #3EB6E4;
}

.pager li > a:hover{
    border-color: #3EB6E4;
}

/**
 * 3.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 3.1 Site Navigation Bar
 * ----------------------------------------------------------------------------
 */
 
.navbar{
    margin-bottom: 0px;
}


.navbar-default,.dropdown-menu li a{
    font-size: 17px;
}

.navbar .container{
    width: 100%;
}

.navbar-default {
    background-image: none;
    background-repeat: no-repeat;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: none;
    background-repeat: no-repeat;
    box-shadow: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
}

.dropdown-menu > li > a:hover{
    background-color: white;
    background-image: none;
    background-repeat: no-repeat;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-image: none;
    background-repeat: no-repeat;
    background-color: #fff;
}


@media all (max-width: 767px){
.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {   
    background-image: none;
    background-repeat: no-repeat;
}
}
/**
 * 3.2 Site Header
 * ----------------------------------------------------------------------------
 */

.site-content{
    border-top: 1px solid #CAD1D8;
    padding-block-end: 2em;
}

.site-header{
    position: relative;
    width: 100%;
    margin-bottom: 3em;
    overflow: hidden;
    text-align: center;
    margin: 4% 0 4% 0; 
}

.site-title {
    color: #383F49;
    font-weight: 700;
    text-transform: uppercase; 
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.site-description {
    color: #55626D;
    font-weight: 300;
    padding: 0.2em 0em;
    letter-spacing: 3px;
    text-transform: capitalize;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
}

.site-title a,
.site-description {
    text-decoration: none;
}


/**
 * 4.0 Main Content
 * ----------------------------------------------------------------------------
 */

 /* 4.1 Post-Content
 * ----------------------------------------------------------------------------
 */

 .sticky {
    
}

.sticky-post{
    position: absolute;
    top:0;
    left: 15;
    padding: 5px 15px;
}
.hentry {
    //margin: 0 0 1.5em;
}

.post-content,.single-post-content,.post-comments,.comments-area{
    clear: both;
    margin-bottom: 2em;
}

.entry-header,.entry-content,.entry-summary,.entry-footer{
    padding: 0 2em;
}

.featured-image{
    padding: 0.5em 0.5em;
}

.single-post-content{
    padding: 0 2em;
}

.comments-area{
    padding: 1.5em 2em;
    overflow: hidden;
}

.comments-title{
    border-bottom: 4px solid #e1e1e1;
    width: auto;
    padding-bottom: 10px ;
    font-weight:700;
}

.comment-list .url{
    color: #383F49;
}

.comment-reply-link{
    color:#8E969E;
}

.post-comments{  
    border-radius: 0px;
    border: none;
    padding: 2em;
    overflow: hidden;
}

.post-comments .comments-area{
    padding: 1em 2em;
    overflow: hidden;
    box-shadow: none;
}

.entry-content,.entry-header,.entry-meta,.entry-title,
.entry-summary,.entry-footer{
    width: 100%;
    word-wrap:break-word;
    overflow: hidden;
}

.entry-header{
    padding-top: 2em;
    padding-bottom: 1em;
}

.page .entry-header{
    text-align: center;
    text-transform: uppercase;
}
.single-post .entry-header{
    text-align: left;
    padding-left: 0px;   
    text-align: left;
    text-transform: capitalize; 
}


.entry-title{
    margin-bottom: 14px;
    margin-top: 0px;
}


.entry-header .entry-title a{
    color: #383F49;
    text-transform: uppercase;
}

.entry-header .entry-date a{
    color:  #8E969E;
    font-weight: 400;
}


.single-post .entry-date,.entry-tags,.entry-categories{
    clear: both;
    color: #8E969E;
    font-size: 16px;    
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: capitalize;  
}

.entry-meta-mobile{
    display:none;
    font-size: 14px;
}


.entry-meta-desktop a,.entry-meta-mobile a{   
    color: #8E969E;
    font-weight: 400;
}

.entry-categories a{
    padding: 2px 5px;
    background-color: #424A55;
    color:white;
    line-height: 2em;
}
.taxonomy-description{
    color: #8E969E;
    text-align: center;
}


.entry-footer{
    word-spacing: 3px;
    margin-top: 1.5em;
}

.tags-label,.cat-label{
    color:   #383F49;
    text-transform: capitalize;
    font-size: 12px;
}
.cattegories a, .tags a{
    color: #8E969E;
    padding: 5px;
    text-transform: capitalize;
    font-size: 14px;
}

.comment-label{
    font-size: 14px;
}

.comment-label{
    text-align: right;
}

.archive-page-title{
    text-transform: capitalize;
}

.search-page-header,.archive-page-header{
    margin-bottom: 1.5em;
}

.search-page-title,.archive-page-title{
    color: #383F49;
    text-align: center;
    letter-spacing: 2px;
}

.attachment img{
    margin-left: auto;
    margin-right: auto;
}

.entry-summary,.entry-content{
    text-align: justify;
}

.read-more{
    margin-bottom: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

/*works Post Format*/
#works-primary,.single-work #primary{
    margin-bottom: 2em;
}

.works .project-title{
    color: #383F49;
    text-transform: capitalize;
}

.works .entry-title{
    text-align: center;
    text-transform: uppercase;
}
.works .entry-meta{
    margin-top: 10px;
    //text-align: center;
}

.works-description{
    padding: 2em 1em;
}

.works .entry-content{
    padding:2em;
}

.works .featured-image{
    padding: 1em;
    background-color: white;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 2em;
}

.project .featured-image{
    box-shadow: none;
    margin-bottom: 0;
}

.project {
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
    margin-bottom: 2em;
    text-align: center;
    padding: 10px;
}

.project img {
    display: block;
    position: relative
}

.project img:hover{
    opacity: 0.7;
}

.project img { 
    transition: all 0.2s linear;
}


.project-info .project-title,.project-type{
    color: #383F49;
    font-weight: 400;
}

.project-info h6{
    color: #99ACBB;
}

.single-work .entry-header{
    text-align: left;
    text-transform: capitalize;
}

.single-work .entry-meta{
   text-align: left;
   font-weight: 300;
}

.single-work-short-description{
    margin-bottom: 1em;
}

.button-container{
    margin-top: 1em;
    margin-bottom: 1.5em;
}

/*Image attachment*/
.image-attachment .entry-meta a{
    color: #55626D;
    text-decoration: underline;
}

.image-attachment .entry-content{
    text-align: left;
}

/* 
* 4.2 Page and Post Navigation links 
* --------------------------------------------------------------
*/


.posts-pagination{
    padding-left: 4em;
}
.pagination .page-numbers {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.7;
  text-decoration: none;
  color: #55626D;
  background-color: #ffffff;
  border: 1px solid #CAD1D8;
  margin-left: -1px;
}

.pagination  a:hover,
.pagination a:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #424A55;
  border-color: #424A55;
}

.pagination .current{
  z-index: 2;
  color: #ffffff;
  background-color: #424A55;
  border-color: #424A55;
  cursor: default;
}

.pagination .dots{
    color: #55626D;
}


.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.nav-links .fa{
    color: #fff;
    font-size: 18px;
}

.nav-previous,.nav-next,.next-post,.prev-post,.all-posts,.all-posts a{  
    color:  #383F49;
    text-transform: capitalize;
    padding: 1em;
}

.all-posts{
    text-align: center;
}

.single-post .navigation{
    border-top: 1px dotted #CAD1D8;
    border-bottom: 1px dotted #CAD1D8;
    padding-left: 2em;
    padding-right: 2em;
}

.post-navigation{
    padding: 0 2em;
}

.post-navigation .next-post, .post-navigation .prev-post{
   word-break: break-all;
}

.posts-navigation .next-post a,.posts-navigation .prev-post a,.post-navigation .next-post a,.post-navigation .prev-post a{
    font-size: 16px;
}

.prev-post a, .prev-post span{
    float:right;
}

.next-prev-text{
    font-size: 16px;
    font-weight: 400;
}

.post-navigation .next-prev-text,.post-navigation a{
    color: #383F49;
}
.single-work .next-prev-text{
    color:#fff;
}

.single-work .prev-post  a{
    float: left;
}

.single-work .next-post a{
    float: right;
}

.pager li > a, .pager li > span {
    color:#fff;
    font-weight: 400;
}

.pager li > a:hover{
    color: #fff;
}


/*
* 4.3 Post Formats
* -------------------------------------
*/



/* Post Format = Status----------------------------------------------- */


/*
* 4.4 Gallery
* -----------------------------------------
*/

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #8E969E;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/*
* 4.5 Post-Comments
* ------------------------------
**/


.comments-author .url{
    text-transform: uppercase;
}

.avatar{
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comment-metadata{
    font-size: 0.8em;
}

.comment-list{
    list-style: none;
    //margin-bottom: 1.5em;
}

.comment-list .depth-1{
    margin: 20px 0px;
    border-bottom: 1px dotted #CAD1D8;
    padding: 5px 0px 18px;
}

.comment-list .children{
    list-style: none;
}

.comment-content{
    margin-bottom: 0.3em;
}

.comment-respond{
    padding-top: 5px;
}

.comment-metadata time{
    color: #8E969E;
}

.url,.fn{
    font-weight: 700;
    font-size: 20px;
}

.bypostauthor {
    
}
/**
 * 5.0 Sidebar - Widgets
 * ----------------------------------------------------------------------------
 */

#secondary {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-top:1.5em;
}

#secondary .widget{
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 12px 24px 12px;
    border-top: 3px solid #55626D;
}

#secondary aside:last-child{
    border-bottom: none;

}

#secondary .widget-title{
    font-weight: 400;
    position: relative;
}

#secondary .widget-title{
    text-transform: uppercase;
}


#secondary .widget a{
    //color: #55626D;
}

#secondary .widget a:hover{
    color: #3EB6E4;
}


#secondary .widget .widget-title .rsswidget{
    color:  #383F49;
}

.widget_rss li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#recentcomments li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


.widget ul{
    list-style-position: inside;
    padding: 0em 1em;
}

#secondary .widget li{
    border-bottom: 1px dotted #CAD1D8;
    padding: 0.5em 0;
}

#secondary .widget li:last-child{
    border-bottom: none;
}

.widget ul ul {
    padding: 0.5em;
}

.widget th, .widget td {
  padding: 0.2em;
  text-align: left;
  //border-top: 1px solid #CAD1D8;
  //border-bottom: 1px solid #CAD1D8;
}


.widget select {
    max-width: 100%;
}

#secondary .widget hr{
    border-color: #CAD1D8;
}

#secondary .widget table caption{
    color: #383F49;
    font-size: 1.414em;
    line-height: 1.22222;
    text-align: center;
}

#secondary .widget .rsswidget img{
    margin-top: 12px;
}

.widget_text img{
    max-width: 100%;
}

.widget #wp-calendar{
    width: 100%;
}

.widget #wp-calendar a{
    border: 1px solid #55626d;
    color: #3EB6E4;
    padding: 1px 1px;
}


/*
* 6.0 Site Footer
* --------------------------------------------------------------------
*/


.site-footer{
    background-color: white;
    min-height: 70px;
    font-size: 16px;
    padding: 1.5em 1em;
    letter-spacing: 1px;
    border-top: 1px solid #CAD1D8;;
}

.site-info{
    text-align: center;
}

.site-footer a{
    color: #383F49;
}


/*
* 7.0 Media Queries
* --------------------------------------------------------------------
*/

@media (min-width: 768px){

    .entry-meta-mobile{
        display:noe;
    }

    .entry-meta-desktop{
        display:block;
    }

    .navbar .container{
        width: 100%;
    }
    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar-nav li {
          float: none;
          display: inline-block;
    }

    .navbar-nav > li > a {
        padding-top: 1px;
        padding-bottom: 1px;
        border-right: 1px solid #E4E4E4;
        line-height: 1.1;
    }

    .navbar-nav > li:last-child > a{
        border-right: none;  
    }

}

@media (max-width:768px){

    table{
        max-width: 100%;
        word-break: break-all;
    }


    .site-header{
        margin: 6% 0;
    }

    .single-post .co-md-11,.single-post .col-md-9,.single-work .col-md-9{
        padding-left: 0;
        padding-right: 0;
    }


    .prev-post a, .prev-post span{
        float:none;
    }

    .entry-header{
        padding: 1.5em 0.5em 0.5em;
    }

    .entry-content,.entry-summary,.entry-footer{
        padding: 0.5em 0.5em;
    }

    .entry-meta-mobile{
        display:block;
    }

    .entry-meta-desktop{
        display:none;
    }

    .entry-footer{
        margin-top: 0.5em;
    }

    .featured-image{
        padding: 0.5em 0.2em;
    }

    .single-post-content{
        padding: 1em 0.5em;
    }

    .comments-area{
        padding: 1em 0.5em;
        overflow: hidden;
    }

    .posts-pagination{
        padding-left: 2em;
    }

    .post-navigation{
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .post-comments{  
        border-radius: 0px;
        border: none;
        padding: 0.5em;
        overflow: hidden;
    }

    .post-comments .comments-area{
        padding: 1em 0.5em;
        overflow: hidden;
        box-shadow: none;
    }
    
}


/**
 * 8.0 Print
 * ----------------------------------------------------------------------------
 */


@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }

    footer a[rel="bookmark"]:link:after,
    footer a[rel="bookmark"]:visited:after {
        content: " [" attr(href) "] "; /* Show URLs */
    }

    .site {
        max-width: 98%;
    }

    .site-header {
        background-image: none !important;
    }

    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }

    .site-title {
        color: #000;
        font-size: 21pt;
    }

    .site-description {
        font-size: 10pt;
    }

    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }

    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }

    .page-title,
    .entry-title {
        font-size: 21pt;
    }

    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }

    .format-image .entry-content .size-full {
        margin: 0;
    }

    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }

    /* Comments */
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .comment-metadata {
        float: none;
    }

    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}

