/*
  Theme Name: HDWall
  Theme URI: https://hdwallpaperfx.com
  Description: Wallpaper WordPress Theme
  Version: 1.2.1
  Author: hdwallpaperfx
  Author URI: http://hdwallpaperfx.com
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Tags: two-columns, right-sidebar, grid-layout, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, entertainment, food-and-drink, holiday, photography, portfolio
  Text Domain: karisma_text_domain
  */


/*------------------------------------*\
    MAIN
    \*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #000;
}


/* clear */

.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

a {
  color: #444;
  text-decoration: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

a:hover {
  color: #de3723;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input[type=search] {
  border-radius: 0;
  letter-spacing: 1px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

p {
  line-height: 1.7em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

textarea {
  width: 824px;
}

ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

li {
  padding: 5px 0;
}

p.attachment img {
  width: 100%;
  height: auto;
}

h2 {
  font-size: 1.5em;
}


/*------------------------------------*\
    STRUCTURE
    \*------------------------------------*/


/* wrapper */

.container {
  margin: 0 auto 0 auto;
}

.col-md-4,
.col-md-9,
.col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}


/* header */
#searchsubmit.btn {
  background-color:#181818;
  color: #fff;
  border-radius: 0;
  letter-spacing: 1px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#searchsubmit.btn:hover {
  background-color: #de3723;
  color: #fff;
}


/* logo */

.logo-wrap {
  max-width: 200px;
}


.logo-img,
.custom-logo {
  height: 50px;
  width: 100%;
}


/* nav */

nav.navbar.navbar {
  border-bottom: 1px solid #d9d9d9;
}

.navbar-nav li a {
  color: #000;
}

.navbar-nav li a:hover {
  color: #de3723;
}

.navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active {
  background-color: #fff;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
}

.dropdown-menu>li>a {
  padding: 10px;
}


/* sidebar */

.sidebar {
  margin-bottom: 15px;
}

.widget ul {
  padding-left: 0;
  margin: -10px 0px 0px 12px;
}

.widget li {
  padding: 5px 0px;
}

.widget-title {
  padding: 0px 0px 10px;
  word-wrap: break-word;
  border-bottom: 3px solid #222;
  text-align: center;
}


/* Comment Form */

.nav-tabs>li>a {
  color: inherit;
}


/*
* Comment list
*/

input#comment-submit {
  text-transform: uppercase;
  border: none;
  padding: 10px 12px;
  font-weight: bold;
  color: #fefefe;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

input#comment-submit:hover {
  background: #de3723;
}

.comment-form input,
.comment-form textarea,
.comment-form input:focus,
.comment-form textarea:focus {
  border: 1px solid #d9d9d9;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.comment-form .textarea-form {
  margin-bottom: 20px;
}

.alt {
  margin: 0;
  padding: 10px;
}

.commentlist {
  list-style: none;
  margin: 0px 0px 0px -40px;
}

.commentlist ul,
.commentlist ul ul {
  list-style: none;
}

.commentlist ul.children {
  margin: 0px 0px 0px 20px;
}

.commentlist li,
.commentlist li li {
  padding: 0px 0px 0px 0px;
}

.commentwrapper {
  position: relative;
}

.author-card {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}

.comment_meta {
  margin-bottom: 9px;
  font-size: 12px;
}

.comment_author_link {
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 6px;
}

.comment-date {
  font-size: 12px;
  color: #888;
  padding: 0px 6px;
  text-transform: uppercase;
}

.author_comment {
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
  background: #222;
  color: #888;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
}

.edit_comment,
.comment-reply {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 8px;
  background: #222;
  color: #888;
  text-transform: uppercase;
}

.edit_comment {
  left: 0px;
  right: auto;
}

.edit_comment a,
.comment-reply a {
  color: #888;
}

.comment_data {
  position: relative;
  margin: 0px 0px 20px 62px;
  padding: 15px;
}

.comment_data .fa-caret-left {
  font-size: 24px;
  color: #111;
  text-shadow: -1px 0px 0px rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 10px;
  left: -7px;
}

.cancel-comment-reply {
  font-size: 0.95em;
  margin: 0px;
}

h3#reply-title {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0px 0px 10px 0px;
}

#comment-title {
  font-weight: 700;
  text-transform: uppercase;
}

.comment-reply-title {
  margin-bottom: 20px;
}

a#cancel-comment-reply-link {
  color: #999;
}

a#cancel-comment-reply-link:hover {
  color: #333;
}


/* BANNER */

.krs-bannersingletop {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
  max-width: 100%;
}

.bannersinglehead,
.krs-attachmentbanner {
  margin-bottom: 15px;
  text-align: center;
  max-width: 100%;
}

.bannersinglefot {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  max-width: 100%;
}

.krs-aftermenubanner {
  padding: 0px;
  text-align: center;
  margin-bottom: 15px;
  max-width: 100%;
}

.krs-footerbanner {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  text-align: center;
  max-width: 100%;
}

.krssingle-bannerright {
  width: 160px;
  height: 600px;
  text-align: center;
  max-width: 100%;
}

.krs-bannersingletop img,
.bannersinglehead img,
.krs-attachmentbanner img,
.bannersinglefot img,
.krs-aftermenubanner img,
.krs-footerbanner img,
.krssingle-bannerright img {
  max-width: 100%;
  height: 100%;
}


/* footer */

footer.footer {
  border-top: 1px solid #d9d9d9;
}

.footer .copyright {
  position: relative;
  background: #fff;
  padding: 15px 0px;
}

.footer .copyright .footercredits {
  padding: 15px;
  color: #000;
}

.krs-footer-menu {
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.krs-footer-menu ul {
  padding: 0px;
  margin: 0px -5px;
  position: relative;
}

.krs-footer-menu ul>li {
  display: inline;
  margin: 0px;
  padding: 0px;
  text-align: center;
  position: relative;
}

.krs-footer-menu ul>li>a {
  line-height: 9px;
  margin: 0px;
  padding: 0px 10px 0px 5px;
  text-decoration: none !important;
}

.krs-footer-menu ul>li::after {
  color: #009eda;
  content: "/";
}

.krs-footer-menu ul>li:last-child::after {
  content: "";
}


/*------------------------------------*\
    INDEX
    \*------------------------------------*/

#featured h1 {
  font-size: 24px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

#featured h1.krs-archive {
  color: #8e8e8e;
  font-size: 18px;
  letter-spacing: 0.3em;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.wrap-loop {
  background-color: white;
  margin-bottom: 25px;
}

.thumbnails {
  position: relative;
  border: 0px solid #000;
  overflow: hidden;
  /* max-height: 150px; */
}

.thumbnails img {
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumbnails img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.title-thumb {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  display: block;
  height: 17px;
  margin: 10px 0;
  overflow: hidden;
  cursor: pointer;
}

.thumb-details {
  text-align: center;
  text-align: -webkit-center;
  text-align: -o-center;
  text-align: -moz-center;
}


/*------------------------------------*\
    LOOP
    \*------------------------------------*/

.krs_desciption {
  padding-top: 10px;
  position: relative;
  border: 0px solid #333;
  overflow: hidden;
}

.krs_desciption img {
  max-width: 100%;
  height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.krs-disclaimer {
  font-style: italic;
}

ul.meta-tags>li:first-child {
  padding-left: 5px;
}

ul.meta-tags>li {
  display: inline-block;
}

ul.meta-tags>li a {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 14px;
  padding: 2px 8px 4px 0;
  text-decoration: none;
  /* background: #fafafa; */
}

ul.meta-tags>li a:hover {
  background: #eee
}


/*------------------------------------*\
    PAGES
    \*------------------------------------*/

h1.title {
  font-size: 22px;
}

h1.title a {
  color: #333;
}

h3.related {
  font-size: 22px;
  padding: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h4.title {
  font-size: 14px;
  float: left;
}


/*------------------------------------*\
    SHARE
    \*------------------------------------*/


/* Disable WhatsApp button on Desktop - Tutorial link: http://karisma.me/1VIxAsz */

@media screen and (min-width: 1024px) {
  .karisma-whatsapp {
    display: none !important;
  }
}

.karisma-link {
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 2px;
  cursor: pointer;
  margin-top: 2px;
  display: inline-block;
  text-decoration: none;
}

a.karisma-link:hover,
a.karisma-link:active {
  color: white;
}

.karisma-download {
  background: gainsboro;
  color: #333;
}

.karisma-download:hover {
  background: darkgrey;
  color: white;
}

.karisma-twitter {
  background: #00aced;
}

.karisma-twitter:hover,
.karisma-twitter:active {
  background: #0084b4;
}

.karisma-facebook {
  background: #3B5997;
}

.karisma-facebook:hover,
.karisma-facebook:active {
  background: #2d4372;
}

.karisma-googleplus {
  background: #D64937;
}

.karisma-googleplus:hover,
.karisma-googleplus:active {
  background: #b53525;
}

.karisma-buffer {
  background: #444;
}

.karisma-buffer:hover,
.karisma-buffer:active {
  background: #222;
}

.karisma-pinterest {
  background: #bd081c;
}

.karisma-pinterest:hover,
.karisma-pinterest:active {
  background: #bd081c;
}

.karisma-linkedin {
  background: #0074A1;
}

.karisma-linkedin:hover,
.karisma-linkedin:active {
  background: #006288;
}

.karisma-whatsapp {
  background: #43d854;
}

.karisma-whatsapp:hover,
.karisma-whatsapp:active {
  background: #009688;
}

.karisma-social {
  margin: 20px 0px 25px 0px;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}

.krs-social li {
  float: left;
  margin-right: 5px;
  list-style: none;
  padding: 15px;
}


/*------------------------------------*\
    IMAGES
    \*------------------------------------*/

.krs_featuredimg {
  position: relative;
  border: 0px solid #333;
  margin: 2%;
  overflow: hidden;
}

.krs_featuredimg img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.krs_featuredimg img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/*------------------------------------*\
    RESPONSIVE
    \*------------------------------------*/

@media only screen and (min-width:320px) {
  .col-md-4,
  .col-md-9,
  .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-brand {
    padding: 15px 30px;
  }
  .navbar-form {
    padding-top: 0px;
  }
  #searchsubmit.btn {
    width: 100%;
  }
}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {
  .navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .col-md-4,
  .col-md-9,
  .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-brand {
    padding: 30px 40px;
  }
  .navbar-form {
    padding-top: 15px;
  }
  #searchsubmit.btn {
    width: 50px;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}


/*------------------------------------*\
    MISC
    \*------------------------------------*/

 ::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

 ::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

 ::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
    \*------------------------------------*/

.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;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 14px;
  line-height: 17px;
  margin-top: 8px;
  padding: 0 4px 5px;
}

.gallery-item {
  margin-bottom: 0;
}



/*------------------------------------*\
    PRINT
    \*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  article img.attachment {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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