/*
Theme Name: ShowMe
Theme URI: http://nethemes.com/themes/showme/
Description: ShowMe is an elegant blog theme with responsive and easily customizable.
Version: 1.0.16
Author: NEThemes
Author URI: http://nethemes.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,sticky-post,theme-options,threaded-comments,translation-ready,blog,news
Text Domain: showme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
# Header
# Navigation
# Content
# Post
# Widget
# Comments
# Navigation
# Search
# Footer
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* html */
html {
  font-family: sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* body */
body {
  background-color: #f1f1f1;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* links */
a {
  color: #8cc152;
  text-decoration:none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover, a:focus, a:active {
  color: #8cc152;
  text-decoration:none;
}

/* forms */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #8cc152;
  color: #ffffff;
  text-transform:uppercase;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 12px;
  filter: alpha(opacity=80);
  opacity:0.8;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  filter: alpha(opacity=100);
  opacity:1;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  filter: alpha(opacity=100);
  opacity:1;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 4px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  border:1px solid #8cc152;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin:0 0 1em;
}
h1, .h1 { font-size: 29px; }
h2, .h2 { font-size: 26px; }
h3, .h3 { font-size: 23px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 17px; }
h6, .h6 { font-size: 14px; text-transform: uppercase; }

/* tags */
p {
  margin:0 0 1em;
}
ul, ol {
  margin:0 0 1em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  background-color: #f3f3f3;
  border-left: 4px solid #8cc152;
  font-style: italic;
  margin: 0 0 10px;
  padding: 15px;
  font-size: 14px;
}
blockquote > p:last-child {
  margin: 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  overflow-wrap: break-word;
  padding: 0.8em;
  white-space: pre-wrap;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
code {
  background-color: #f9f2f4;
  color: #c7254e;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.5em 0;
  width: 100%;
}
td,
th {
  padding: 0.75em;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
img {
  height: auto;
  max-width: 100%;
}
embed, iframe, object, video {
  max-width: 100%;
}

/* caption */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}

/* posts and pages */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* comments */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}

/* alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*  gallery */
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  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-caption {
  display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

/* site */
.site{}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*site-header*/
.site-header{
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(190, 190, 190, 0.5);
  min-height: 80px;
  z-index: 10;
}
.site-branding{
  width: 100%;
  position: relative;
}
.site-branding-logo{
  display:inline-block;
  min-height: 60px;
  padding: 10px 0;
}
.custom-logo-link{
  line-height:0;
  font-size: 0;
  display:inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.custom-logo-link img{
  max-height: 60px;
  width: auto;
}

.site-branding-title{
  display:inline-block;
  vertical-align: middle;
}
.site-title{
  font-size:30px;
  line-height:1.2;
  margin:0;
  padding:0;
}
.site-title a{
  color: #8cc152;
  font-weight: normal;
}
.site-title a:hover,              
.site-title a:focus,
.site-title a:active{
  text-decoration:none;
}
.site-description{
  line-height:1.2;
  margin:0;
  padding:5px 0 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*main-navigation*/
.main-navigation{
  float:right;
  clear:none;
  width:auto;
}


/* menu */
.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation .menu >li{
  display: inline-block;
  position: relative;
  float: left;
  position: relative;
  margin: 0 0 0 15px;
}
.main-navigation .menu li:hover > ul,
.main-navigation .menu li.focus > ul {
  left: auto;
}
.main-navigation .menu >li >a{
  color: #404040;
  display: block;
  font-weight: 400;
  line-height: 80px;
  text-transform: uppercase;
  margin: 0 0 0 15px;
  display: block;
  text-decoration: none;
}
.main-navigation .menu >li >a:hover,
.main-navigation .menu >li >a:focus{
  color:#8cc152;
}
.main-navigation .menu >li ul{
  padding: 0;
  margin: 0;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background:#ffffff;
  box-shadow: 0 1px 3px rgba(190, 190, 190, 0.5);
}
.main-navigation .menu >li ul li{
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
}
.main-navigation .menu >li ul li a{
  color: #404040;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 15px;
  line-height:1.2;
  padding:10px 0;
  width: 200px;
}
.main-navigation .menu >li ul li a:hover,
.main-navigation .menu >li ul li a:focus{
  color:#8cc152;
}
.main-navigation .menu ul ul {
  left: -999em;
  top: 0;
}
.main-navigation .menu >li ul li:hover > ul,
.main-navigation .menu >li ul li.focus > ul {
  left: 100%;
}


/* menu-toggle */
.menu-toggle{
  width:40px;
  height:40px;
  position:absolute;
  top:20px;
  right:0;
  font-size:30px;
  line-height:40px;
  text-align:center;
  background:none;
  color:#404040;
  padding: 0;
  margin: 0;
}
.menu-toggle:hover{
  background:none;
}


/* responsive-nav */
.responsive-nav{
  background-color: #ffffff;
  margin: 15px 0 0;
  border-bottom: 1px solid rgba(125, 125, 125, 0.15);
}
.responsive-nav >li{
  border-top: 1px solid rgba(125, 125, 125, 0.15);
}
.responsive-nav >li a{
  display: block;
  padding: 10px 15px;
}
.responsive-nav >li a:hover{
  background: none;
}
.responsive-nav >li ul{
  list-style: none;
}
.responsive-nav >li ul li{
  border-top: 1px solid rgba(125, 125, 125, 0.15);
}
.responsive-nav >li ul li a{
  display: block;
  padding: 10px 15px;
}
.responsive-nav >li ul li a:hover{
  background: none;
}
.navbar-collapse{
  box-shadow:none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*site-content*/
.site-content{
  padding:40px 0;
}

/*content-area*/
.content-area{
  min-height: 500px;
}

/*--------------------------------------------------------------
# Post
--------------------------------------------------------------*/

/*post*/
.site-main .post,
.site-main .page{
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.entry-media{}
.entry-media a{
  display:block;
  line-height:0;
}
.post-content{
  padding: 40px;
}
.entry-header{
  margin:0 0 16px;
  text-align:center;
}
.entry-title{
  font-size:30px;
  line-height:1.2;
  font-weight: 400;
  color:#303030;
  margin:0;
}
.entry-title a{
  color:#303030;
}
.site-main .sticky{
  box-shadow: 0 0 3px #8cc152;
}
.sticky .entry-title,
.sticky .entry-title a{
  color:#8cc152;
}
.entry-meta{
  font-size:12px;
  color:#707070;
  line-height:1.2;
  text-align:center;
  margin: 0 0 15px;
}
.entry-meta a{
  color:#707070;
}
.entry-meta span{
  padding:0 4px;
}
.entry-content p{
  margin:0 0 15px;
}
.entry-content .more-link{
  border: 1px solid #e5e5e5;
    color: #777;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 25px auto 0;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
  text-decoration:none;
}
.entry-content .more-link:hover{
  background:#8cc152;
  border: 1px solid #8cc152;
  color:#ffffff;
}
.entry-footer{
  line-height:1.2;
  padding:20px 0 0;
}
.entry-footer a{
  margin:0 0 0 5px;
}

/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/

/*widget-area*/
.widget-area{
  padding-left: 0;
  padding-right: 0;
}
.sidebar-right .widget-area{
  padding-left: 10px;
  padding-right: 0;
}
.sidebar-left .widget-area{
  padding-left: 0;
  padding-right: 10px;
}

.widget-title{
  margin:0 0 20px;
  line-height:1.2;
  text-transform:uppercase;
  font-weight:400;
}
.widget{
  background: #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 0 0 40px;
    padding: 30px;
}
.widget >ul{
  list-style:none;
  margin:0;
  padding:0;
}
.widget li{
  padding: 8px 0;
  border-bottom: 1px dotted #e2e2e2;
}
.widget li a{
  color:#404040;
}
.widget li a:hover{
  color:#8cc152;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

/*comments-area*/
.comments-area{
  padding:40px;
  background:#ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  margin:0 0 40px;
}
.comments-title{
  margin:0 0 20px;
  font-size:20px;
}
.comment-list{
  padding:0;
  margin:0;
  list-style:none;
}
.comment{
  border-top: 1px solid #f5f2f2;
  padding:20px 0;
}
.comment-body{
}
.comment-author{
  width:55px;
  height:55px;
  margin:0 15px 0 0;
  float:left;
}
.comment-author img{
  width:55px;
  height:55px;
}
.comment_wrap{
  padding:0 0 0 70px;
  position: relative;
}
.comment_wrap .fn{
  color:#404040;
  line-height:1.2;
  margin:0 0 10px;
  padding:5px 0 0;
}
.comment_wrap .fn a{
  color:#404040;
}
.comment_wrap .reply{
  position: absolute;
  top: 0;
  right: 0;
}
.comment_wrap .reply a{
  float:right;
  border: 1px solid #cccccc;
  color:#404040;
  padding:6px 10px;
  line-height:1;
  font-size:12px;
  border-radius: 3px;
}
.comment_wrap .reply a:hover,
.comment_wrap .reply a:focus{
  text-decoration:none;
  background: #cccccc;
  color: #ffffff;
}
.comment-meta{
  font-size:12px;
  color:#707070;
  font-style:italic;
  margin: 0 0 5px;
}
.comment-content p:last-of-type{
  margin-bottom:0;
}
.comment-list .comment .children{
  margin:0;
  padding:20px 0 0 70px;
  list-style:none;
}
.comment-respond{
  padding:40px;
  background:#ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

/*comment-respond*/
.comment-respond{
  margin-top: 30px;
}
.comment-list .comment .comment-respond{
  padding: 0 0 0 70px;
  box-shadow:none;
}
.comment-reply-title{
  margin:0 0 10px;
  line-height:1;
}
.comment-form{}
.comment-form .comment-item{
  margin:0 0 12px;
}
.comment-form textarea{
  height:120px;
}
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"]{
  width:50%;
  margin:0 10px 0 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*posts-navigation*/
.posts-navigation{
  overflow: hidden;
}
.posts-navigation .nav-previous{
  float: left;
  width: 50%;
}
.posts-navigation .nav-next{
  float: right;
  text-align: right;
  width: 50%;
}
.posts-navigation a{
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
}
.posts-navigation a:hover,
.posts-navigation a:focus{
  
}

/*post-navigation*/
.post-navigation{
  background:#ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  margin:0 0 40px;
  padding: 20px 40px;
  overflow: hidden;
}
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}
.post-navigation .nav-next{
  float: right;
  text-align: right;
  width: 50%;
}

/*comment-navigation*/
.comment-navigation{
  overflow: hidden;
}
.comment-navigation .nav-previous{
  float: left;
  width: 50%;
}
.comment-navigation .nav-next{
  float: right;
  text-align: right;
  width: 50%;
}

/*pagination*/
.pagination{
  width: 100%;
  text-align: center;
  margin: 0 0 40px;
  display: inline-block;
}
.pagination .nav-links{
  width: 100%;
  display: inline-block;
}
.pagination .nav-links span,
.pagination .nav-links a{
  padding: 11px 15px;
  border: 1px solid #e5e5e5;
  color: #404040;
  display: inline-block;
  line-height:1;
  margin-left: -1px;
  background:#ffffff;
}
.pagination .nav-links a:hover,
.pagination .nav-links a:focus{
  text-decoration:none;
  color:#ffffff;
  background:#8cc152;
}
.pagination .nav-links .current{
  color:#ffffff;
  background:#8cc152;
}

/*page-header*/
.page-header{
  margin:0 0 40px;
  padding:25px;
  background:#ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.page-header .page-title{
  margin:0;
  font-size:20px;
  line-height:1;
  text-align:center;
}
.archive-description{
  text-align:center;
  margin:5px 0 0;
  color:#707070;
}
.archive-description p{
  margin:0;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

/*search-form*/
.search-form{}
.search-form label{
  display:none;
}
.search-form .search-field{
  height:40px;
  border-radius:3px 0 0 3px;
  padding:6px;
}
.search-form .search-submit{
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  font-size:18px;
  padding:0;
  border-radius:0 3px 3px 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*site-footer*/
.site-footer{
  background: #ffffff;
  padding:30px 0 30px;
  box-shadow: 0 1px 3px rgba(190, 190, 190, 0.5);
}
.site-info{
  color:#707070;
  text-align:center;
}
.site-info a{
  color:#707070;
}
.site-info a:hover{
  color:#8cc152;
}

#back_top{
  bottom:15px;
  cursor:pointer;
  height:46px;
  opacity:1;
  position:fixed;
  right:15px;
  text-align:center;
  width:46px;
  z-index:100;
  color:#ffffff;
  padding: 0;
  display: none;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#back_top i{
  line-height:46px;
  color:#ffffff;
  font-size:26px;
}
#back_top.visible-button{
  display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 991px){
  .site-branding{
    width:100%;
  }
  .site-branding-logo{
    width:100%;
    text-align:center;
  }
  .custom-logo-link{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 0;
  }
  .site-branding-title{
    padding-bottom: 15px;
  }
  .site-title{
    width: 100%;
  }
  .site-description{
    width: 100%;
  }
  .content-area{
    width:100%;
    padding-left:0;
    padding-right:0;
    margin:0 0 40px;
  }
  .post-content{
    padding-left:20px;
    padding-right:20px; 
  }
  .comments-area{
    padding-left:20px;
    padding-right:20px; 
  }
  .comment-respond{
    padding-left:20px;
    padding-right:20px; 
  }
  .widget-area{
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-right .widget-area{
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-left .widget-area{
    padding-left: 0;
    padding-right: 0;
  }
  .widget{
    padding-left:20px;
    padding-right:20px;
  }
  .site-footer{
    padding-left:20px;
    padding-right:20px;
  }
}
