/*
Theme Name: Gadget
Theme URI: http://www.ksdesigning.com
Author: KS Designing
Author URI: http://www.ksdesigning.com
Description: Description
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gadget

Gadget is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/* Table of Contents
==================================================
#Reset & Basics
#Typography
#Body
#Header
#Nav
#Posts/Pages
#Comments
#Gallery
#Footer
#Search
#WPCF7
#Misc./WordPress Styles
#Responsiveness
#Clearing
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Roboto";
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
*:focus, *:before:focus, *:after:focus {
  outline: 0;
}

body {
  background: #f4f4f4;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: 0 !important;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
}

/* #Typography
================================================== */
a {
  text-decoration: none;
  transition: color .3s ease;
  color: #202020;
}
a:hover {
  color: #32dbd0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 42px;
  margin-bottom: 25px;
}

h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

h3 {
  margin-bottom: 20px;
  font-size: 28px;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

h6 {
  font-size: 17px;
  margin-bottom: 20px;
}

p {
  color: #666;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}

abbr {
  cursor: help;
  color: #444;
  font-size: 12px;
}

address {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #333;
}

var {
  color: green;
}

code, kbd, pre {
  background: #eee;
  padding: 0 5px;
  margin: 0 2px;
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

pre {
  padding: 20px;
  border: 2px solid #444;
  word-wrap: break-word;
  margin-bottom: 30px;
}

kbd {
  background: #333;
  color: #ccc;
}

cite {
  font-size: 12px;
}

sub, sup {
  font-size: .6em;
}

q {
  font-size: 16px;
  color: #888;
}
q:before, q:after {
  content: '&quotes';
}

blockquote {
  padding: 20px;
  margin-bottom: 20px;
  border-left: 2px solid #32dbd0;
  padding-left: 40px;
}
blockquote p {
  color: #333;
  font-size: 18px !important;
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}
blockquote cite {
  display: block;
  text-align: right;
  padding-top: 15px;
  color: #333;
  font-style: normal;
  font-family: Montserrat, sans-serif;
}

table {
  border-collapse: separate;
  border-spacing: 2px;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

table thead tr {
  background: #333 !important;
}

table thead th {
  color: #fff;
  text-transform: uppercase;
}

table tr:nth-child(odd) {
  background: #f6f6f6;
}

table th, table td {
  font-weight: normal;
  text-align: left;
  padding: 10px;
}

table th {
  font-weight: bold;
}

table td {
  color: #666;
}

.entry-content ul, .entry-content ol {
  list-style-type: circle;
  padding-left: 30px;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 25px;
  line-height: 1.8;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  margin-top: 25px;
}
.entry-content ul li, .entry-content ul li a, .entry-content ol li, .entry-content ol li a {
  font-size: 16px;
  color: #777;
}
.entry-content ul li a:hover, .entry-content ol li a:hover {
  color: #32dbd0;
}
.entry-content ol {
  list-style-type: decimal;
  padding-left: 22px;
}
.entry-content ol li {
  background: none;
}

dl {
  clear: both;
}

dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}

dd {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* #Body
================================================== */
#page {
  transition: margin-left 0.3s;
}
#page.menu-open {
  margin-left: 300px;
}

#content {
  width: 100%;
}

#primary {
  width: 80%;
  max-width: 800px;
  margin: auto;
}

/* #Header
================================================== */
.site-branding {
  text-align: center;
  padding: 100px 20px;
}
.site-branding a.logo-image img {
  margin: auto;
  max-height: 250px;
}
.site-branding .site-title {
  font-size: 77px;
  font-weight: bold;
  color: #202020;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.site-branding .site-title a:hover {
  color: #202020;
}
.site-branding .site-description {
  color: #999;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
}

/* #Nav
================================================== */
#header-side.menu-open #site-navigation {
  left: 0;
}

#site-navigation {
  position: fixed;
  width: 300px;
  left: -300px;
  top: 0;
  bottom: 0;
  background: #111;
  padding: 30px;
  transition: left 0.3s 0.3s;
  text-align: center;
  z-index: 5;
}
#site-navigation .site-branding {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
#site-navigation .site-branding .logo-image img {
  margin: auto;
  margin-bottom: 20px;
  max-height: 150px;
}
#site-navigation .site-branding .site-title {
  font-size: 32px;
  color: #fff;
}
#site-navigation .site-branding .site-description {
  font-size: 12px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #222;
}
#site-navigation .site-branding .social {
  text-align: center;
}
#site-navigation .site-branding .social li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
}
#site-navigation .site-branding .social li a {
  color: #aaa;
  font-size: 18px;
  border-bottom: 4px solid #111;
  padding-bottom: 5px;
  transition: border-color 0.3s;
}
#site-navigation .site-branding .social li a:hover {
  border-color: #32dbd0;
}
#site-navigation .menu li a {
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  padding: 5px 0;
  transition: border .5s, color 0.5s;
}
#site-navigation .menu li a:hover {
  border-left: 20px solid #32dbd0;
  color: #666;
}
#site-navigation .menu li .sub-menu {
  margin-bottom: 10px;
}
#site-navigation .menu li .sub-menu li a {
  font-size: 10px;
  color: #999;
}

#nav-toggle {
  position: fixed;
  z-index: 99999;
  cursor: pointer;
  padding: 13px 10px;
  top: 17px;
  right: 20px;
  transition: all 0.5s;
  width: 43px;
  height: 43px;
}
#nav-toggle ul {
  transition: top .5s;
  position: relative;
}
#nav-toggle ul li {
  width: 23px;
  height: 5px;
  display: block;
  background: #323232;
  margin-bottom: 1px;
  position: relative;
  transition: all 0.5s;
}
#nav-toggle ul li:last-child {
  margin-bottom: 0;
}
#nav-toggle.open {
  background: none;
}
#nav-toggle.open ul {
  top: 7px;
}
#nav-toggle.open li {
  height: 2px;
}
#nav-toggle.open li.first {
  opacity: 0;
  height: 2px;
}
#nav-toggle.open li.second {
  transform: rotate(-45deg);
  top: -3px;
}
#nav-toggle.open li.third {
  transform: rotate(45deg);
  top: -6px;
}

/* #Posts/Pages
================================================== */
article {
  margin-bottom: 100px;
}
article .post-thumb img {
  transition: 0.3s;
}
article .post-thumb img:hover {
  opacity: 0.8;
}
article .entry-header {
  text-align: center;
}
article .entry-header .entry-title {
  margin-bottom: 10px;
}
article .entry-header .entry-title a {
  color: #1f1f1f;
  font-size: 32px;
  letter-spacing: 2px;
}
article .entry-header .entry-title a:hover {
  color: #32dbd0;
}
article .entry-header .posted-on {
  color: #aaa;
  font-size: 14px;
}
article.page {
  padding-bottom: 30px;
}
article.page .post-thumb img:hover {
  opacity: 1;
}
article.post, article.page {
  background: #fff;
}
article.post header, article.post .entry-content, article.post .entry-footer, article.post .entry-summary, article.page header, article.page .entry-content, article.page .entry-footer, article.page .entry-summary {
  padding: 30px;
}
article.post header, article.post .entry-content, article.page header, article.page .entry-content {
  padding-bottom: 0;
}
article.post .entry-content p:last-child, article.page .entry-content p:last-child {
  margin-bottom: 10px;
}
article.post .entry-footer .comments-link a, article.page .entry-footer .comments-link a {
  color: #212121;
  font-weight: bold;
  font-size: 14px;
}
article.post .entry-footer .comments-link a:hover, article.page .entry-footer .comments-link a:hover {
  color: #999;
}
article.post .entry-footer .read-more, article.page .entry-footer .read-more {
  color: #212121;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-left: 4px solid #32dbd0;
  margin-left: 10px;
  padding-left: 14px;
}
article.post .entry-footer .read-more:hover, article.page .entry-footer .read-more:hover {
  color: #999;
}
article.post .entry-footer .posted-by, article.page .entry-footer .posted-by {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #777;
  text-transform: uppercase;
}

.posts-navigation, .post-navigation {
  margin-top: -25px;
  margin-bottom: 75px;
}
.posts-navigation .nav-links a, .post-navigation .nav-links a {
  background: #32dbd0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 5px;
  transition: background 0.2s;
  line-height: 2;
  margin-bottom: 10px;
}
.posts-navigation .nav-links a:hover, .post-navigation .nav-links a:hover {
  background: #777;
}
.posts-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-previous {
  float: right;
}
.posts-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-next {
  float: left;
}

.cat-links, .tags-links {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.cat-links a, .tags-links a {
  font-weight: 500;
  color: #777;
  text-transform: none;
}

/* #Comments
================================================== */
#comments {
  margin-bottom: 100px;
}
#comments .comments-title {
  margin-bottom: 60px;
}
#comments .comment-notes {
  font-size: 12px;
  display: block !important;
  margin-bottom: 20px;
}
#comments #reply-title {
  margin-bottom: 20px;
}
#comments label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
#comments p {
  width: 100%;
}
#comments p input, #comments p textarea {
  padding: 15px;
  width: 100%;
  border: none;
}
#comments code, #comments .form-allowed-tags {
  font-size: 12px;
}
#comments #submit {
  padding: 10px;
  background: #32dbd0;
  color: #222;
  border: none;
  color: #fff;
  font-family: "Roboto";
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 5px;
  text-transform: uppercase;
}

#comments .comment-list {
  margin-bottom: 100px;
}
#comments article {
  border: none;
  padding-bottom: 0 !important;
  margin-bottom: 50px;
}
#comments article .comment-content {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
#comments article .comment-content p:last-child {
  margin-bottom: 0;
}
#comments h2.comments-title {
  font-size: 23px;
}
#comments .vcard img {
  float: left;
  margin-right: 20px;
}
#comments .vcard .fn a {
  font-weight: bold;
  text-transform: uppercase;
}
#comments .bypostauthor .vcard img {
  border: 2px solid #32dbd0;
}
#comments .comment-metadata time {
  font-size: 12px;
}
#comments .comment-content {
  clear: both;
  margin-top: 29px;
  border-radius: 5px;
}
#comments .comment-content p {
  font-size: 16px;
}
#comments .reply .comment-reply-link {
  padding: 10px;
  background: #32dbd0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: background 0.3s;
}
#comments .reply .comment-reply-link:hover {
  background: #777;
}
#comments .children {
  padding-left: 30px !important;
  border-left: 5px solid #f3f3f3;
}

li.pingback {
  font-size: 12px;
  margin-bottom: 20px;
}

/* #Gallery
================================================== */
.gallery {
  margin-bottom: 25px;
}
.gallery .gallery-item {
  display: inline-block;
}
.gallery .gallery-item img {
  margin: auto;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 32.99%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

/* #Footer
================================================== */
.site-footer .widget-wrap {
  background: #191919;
}
.site-footer .widget-wrap #secondary {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}
.site-footer .widget-wrap .widget-error {
  color: #fff;
}
.site-footer .widget-wrap .widget {
  width: 33.3%;
  padding: 0 3%;
  color: #777;
  line-height: 1.6;
  float: left;
}
.site-footer .widget-wrap .widget.widget_rss .widget-title a.rsswidget {
  color: #fff;
  display: inline-block;
}
.site-footer .widget-wrap .widget.widget_rss ul a.rsswidget {
  display: block;
  margin-bottom: 4px;
}
.site-footer .widget-wrap .widget.widget_rss ul .rss-date {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
  display: block;
}
.site-footer .widget-wrap .widget.widget_rss ul cite {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  display: block;
}
.site-footer .widget-wrap .widget.widget_search form .screen-reader-text {
  display: none;
}
.site-footer .widget-wrap .widget.widget_search form input {
  border: none;
  padding: 10px;
}
.site-footer .widget-wrap .widget.widget_search .search-submit {
  display: none;
}
.site-footer .widget-wrap .widget #wp-calendar {
  border-spacing: 0;
}
.site-footer .widget-wrap .widget #wp-calendar caption {
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.site-footer .widget-wrap .widget #wp-calendar th, .site-footer .widget-wrap .widget #wp-calendar td {
  padding: 0px;
}
.site-footer .widget-wrap .widget ul li {
  color: #999;
}
.site-footer .widget-wrap .widget ul li .post-date {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.site-footer .widget-wrap .widget ul li a {
  color: #999;
}
.site-footer .widget-wrap .widget ul li a:hover {
  color: #32dbd0;
}
.site-footer .widget-wrap .widget .widget-title {
  color: #ccc;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
}
.site-footer .site-info {
  background: #111;
  text-align: center;
}
.site-footer .site-info .copy {
  color: #777;
  padding: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
}

/* #Search
================================================== */
#search-window {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: none;
}
#search-window .close-search {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  position: absolute;
  top: 50px;
  right: 50px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 8px;
}
#search-window form {
  position: absolute;
  top: 50%;
  width: 100%;
}
#search-window form input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #333;
  padding: 20px;
  color: #aaa;
  font-size: 22px;
  letter-spacing: 2px;
}
#search-window form span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding-top: 30px;
  letter-spacing: 2px;
}

/* #WPCF7
================================================== */
.wpcf7 p {
  letter-spacing: 4px;
  text-transform: uppercase;
}
.wpcf7 input, .wpcf7 textarea {
  border: none;
  border-bottom: 1px solid;
  width: 100%;
}
.wpcf7 textarea {
  border: 1px solid;
  margin-top: 10px;
}
.wpcf7 .wpcf7-submit {
  border: none;
  text-transform: uppercase;
  background: #32dbd0;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto";
  cursor: pointer;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}
.wpcf7 .wpcf7-submit:hover {
  background: #777;
}

/* #Misc./WordPress
================================================== */
.alignright {
  text-align: right;
  float: right;
  padding: 20px;
  padding-top: 10px;
  padding-right: 0;
}

.alignright .wp-caption-text {
  margin-bottom: 0;
}

.alignleft {
  text-align: left;
  float: left;
  padding: 20px;
  padding-top: 10px;
  padding-left: 0;
}

.alignleft .wp-caption-text {
  margin-bottom: 0;
}

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100% !important;
}

.wp-caption-text, .gallery-caption {
  color: #555;
  font-size: 10px;
  padding: 10px 0;
}

.sticky {
  display: block;
}

.edit-link {
  display: block;
  margin-top: 20px;
}

#instafeed a {
  padding: 0 !important;
  float: left;
  transition: opacity 0.3s;
  width: 25%;
}
#instafeed a:hover {
  opacity: 0.7;
}

.tagcloud a {
  display: inline-block;
  background: #32dbd0;
  color: #fff;
  font-size: 12px !important;
  padding: 5px 30px;
  margin-bottom: 4px;
  border-radius: 5px;
  transition: background 0.2s;
}
.tagcloud a:hover {
  background: #777;
  color: #fff;
}

.search-toggle {
  position: fixed;
  top: 28px;
  right: 70px;
  font-size: 20px !important;
  cursor: pointer;
  color: #323232;
}

.admin-bar #nav-toggle {
  top: 49px;
}
.admin-bar .search-toggle {
  top: 60px;
}
.admin-bar #site-navigation {
  top: 32px;
}

/* #Responsiveness
================================================== */
@media (max-width: 48em) {
  .site-footer .widget-wrap .widget {
    width: 100%;
    margin-bottom: 30px;
  }

  .site-branding {
    padding-bottom: 50px;
  }

  .site-branding .site-title {
    font-size: 42px;
  }

  .site-branding .site-description {
    font-size: 12px;
  }

  article .entry-header .entry-title a {
    font-size: 25px;
  }

  h1 {
    font-size: 34px;
  }

  .comments-link {
    display: block;
    margin-bottom: 10px;
  }

  article.post .entry-footer .read-more, article.page .entry-footer .read-more {
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
  }

  article.post .entry-footer .posted-by, article.page .entry-footer .posted-by {
    float: none;
    display: block;
  }

  #page {
    transition: margin-left 0.3s;
  }
  #page.menu-open {
    margin-left: 0;
  }

  #site-navigation .site-branding .site-title {
    font-size: 24px;
  }

  #site-navigation .site-branding .site-description {
    font-size: 10px;
  }

  .posts-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-previous {
    display: block;
    float: none;
    margin-bottom: 20px;
  }

  .posts-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-next {
    display: block;
    float: none;
  }
}
/* #Clearing
================================================== */
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.container:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.container:after, .row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns. Note that adding .clear to any tag will automatically hide it. */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.space {
  height: 80px;
}

.space-small {
  height: 55px;
}

.line-separator {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 60px auto;
  display: block;
}
