/*
Theme Name: Jessica
Theme URI: https://jessica.svc.cn/
Author: Jessica
Author URI: https://jessica.svc.cn/
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Header
	## Links
	## Menus
# Frontpage
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 1, sass/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, sass/_normalize.scss */
body {
  margin: 0;
  font-family: "Open Sans", "Lato", sans-serif;
  padding: 0;
}

/* line 13, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 28, sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 36, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 41, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 46, sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 50, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 55, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 59, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 64, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 68, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 73, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 78, sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 82, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 90, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 94, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 98, sass/_normalize.scss */
img {
  border: 0;
}

/* line 102, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 106, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 110, sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/* line 115, sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 119, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 127, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 137, sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 141, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 146, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 154, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 159, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 165, sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 169, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 175, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 180, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 185, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 191, sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 196, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 200, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 204, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 209, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, sass/typography/_typography.scss */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1, sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 1, sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
}

/* line 5, sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 13, sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 17, sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 28, sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 33, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 38, sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 43, sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/* line 17, sass/typography/_typography.scss */
code, kbd, tt, var, pre {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, sass/elements/_elements.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 11, sass/elements/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 15, sass/elements/_elements.scss */
blockquote, q {
  quotes: "" "";
}
/* line 18, sass/elements/_elements.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 24, sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, sass/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 19, sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 33, sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 38, sass/elements/_elements.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 1, sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
/* line 14, sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
/* line 18, sass/forms/_buttons.scss */
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 {
  border-color: #aaa #bbb #bbb;
}

/* line 1, sass/forms/_fields.scss */
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;
  border-radius: 3px;
  padding: 3px;
}
/* line 22, sass/forms/_fields.scss */
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;
}

/* line 27, sass/forms/_fields.scss */
select {
  border: 1px solid #ccc;
}

/* line 31, sass/forms/_fields.scss */
textarea {
  width: 100%;
}

/* line 35, sass/forms/_fields.scss */
input[type="reset"] {
  color: #fff;
  background-color: #444;
  padding: 12px 26px 12px;
  font-size: 15px;
  border: 1px solid #444;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* line 1, sass/navigation/_header.scss */
.single-post #masthead {
  padding-bottom: 10px;
}

/* line 5, sass/navigation/_header.scss */
.site-branding {
  padding-left: 1%;
  width: 30%;
}

/* line 10, sass/navigation/_header.scss */
.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 13, sass/navigation/_header.scss */
.site-logo img {
  width: 40px;
  height: 40px;
}

/* line 18, sass/navigation/_header.scss */
.site-title {
  margin: 12px 0;
  font-size: 26px;
}
/* line 22, sass/navigation/_header.scss */
.site-title a {
  color: #333;
  text-decoration: none;
}
/* line 27, sass/navigation/_header.scss */
.site-title a:visited {
  color: #333;
}
/* line 31, sass/navigation/_header.scss */
.site-title a:hover {
  color: #000;
  text-decoration: none;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: royalblue;
}
/* line 4, sass/navigation/_links.scss */
a:visited {
  color: purple;
}
/* line 7, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: midnightblue;
}
/* line 12, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 15, sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 2, sass/navigation/_menus.scss */
#masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 6, sass/navigation/_menus.scss */
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}
/* line 11, sass/navigation/_menus.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 17, sass/navigation/_menus.scss */
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
/* line 25, sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
/* line 31, sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* line 37, sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 200px;
}
/* line 50, sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
/* line 56, sass/navigation/_menus.scss */
.main-navigation li {
  float: left;
  position: relative;
}
/* line 65, sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* line 77, sass/navigation/_menus.scss */
#primary-menu {
  display: none;
}

/* line 81, sass/navigation/_menus.scss */
.site-description {
  display: none;
}

/* Small menu. */
/* line 86, sass/navigation/_menus.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/* line 91, sass/navigation/_menus.scss */
.menu-toggle {
  background: transparent;
  font-size: 20px;
  border: none;
  float: right;
  border-radius: 0;
}

@media screen and (min-width: 37.5em) {
  /* line 100, sass/navigation/_menus.scss */
  .menu-toggle {
    display: block;
  }

  /* line 103, sass/navigation/_menus.scss */
  .main-navigation ul {
    display: block;
  }
}
/* line 112, sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 117, sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 122, sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* line 129, sass/navigation/_menus.scss */
.menu-all-pages-container {
  display: none;
}

/*--------------------------------------------------------------
## Sidr
--------------------------------------------------------------*/
/* line 1, sass/navigation/_sidr.scss */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  -webkit-box-shadow: 0 0 5px 5px #222 inset;
          box-shadow: 0 0 5px 5px #222 inset;
}

/* line 16, sass/navigation/_sidr.scss */
.sidr .sidr-inner {
  padding: 0 0 15px;
}

/* line 19, sass/navigation/_sidr.scss */
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 23, sass/navigation/_sidr.scss */
.sidr.right {
  left: auto;
  right: -260px;
}

/* line 27, sass/navigation/_sidr.scss */
.sidr.left {
  left: -260px;
  right: auto;
}

/* line 31, sass/navigation/_sidr.scss */
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#1a1a1a));
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

/* line 51, sass/navigation/_sidr.scss */
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

/* line 55, sass/navigation/_sidr.scss */
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}

/* line 58, sass/navigation/_sidr.scss */
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 62, sass/navigation/_sidr.scss */
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}

/* line 69, sass/navigation/_sidr.scss */
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}

/* line 76, sass/navigation/_sidr.scss */
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 49px;
}

/* line 80, sass/navigation/_sidr.scss */
.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: 0 0 15px 3px #222 inset;
          box-shadow: 0 0 15px 3px #222 inset;
}

/* line 86, sass/navigation/_sidr.scss */
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}

/* line 93, sass/navigation/_sidr.scss */
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}

/* line 97, sass/navigation/_sidr.scss */
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

/* line 101, sass/navigation/_sidr.scss */
.sidr ul li ul li:last-child {
  border-bottom: 0;
}

/* line 104, sass/navigation/_sidr.scss */
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}

/* line 108, sass/navigation/_sidr.scss */
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: 0 0 15px 3px #222 inset;
          box-shadow: 0 0 15px 3px #222 inset;
}

/* line 114, sass/navigation/_sidr.scss */
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}

/* line 119, sass/navigation/_sidr.scss */
.sidr form {
  margin: 0 15px;
}

/* line 122, sass/navigation/_sidr.scss */
.sidr label {
  font-size: 13px;
}

/* line 125, sass/navigation/_sidr.scss */
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}

/* line 151, sass/navigation/_sidr.scss */
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

/* line 156, sass/navigation/_sidr.scss */
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}

/* line 161, sass/navigation/_sidr.scss */
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* line 166, sass/navigation/_sidr.scss */
.sidr-inner .sidr-class-menu-toggle {
  display: none;
}

/* line 170, sass/navigation/_sidr.scss */
.pad_menutitle i.fa.fa-bars {
  display: none;
}

/* line 174, sass/navigation/_sidr.scss */
.pad_menutitle i.fa.fa-times {
  float: right;
  padding: 15px 20px;
  cursor: pointer;
  background: #2196F3;
}

/*--------------------------------------------------------------
# frontpage
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Introduction layouts
--------------------------------------------------------------*/
/* intro layout zero */
/* line 2, sass/frontpage/_intro.scss */
.header_social_links {
  text-align: center;
  margin-top: -10px;
  word-wrap: break-word;
  line-height: 1.5;
}

/* line 9, sass/frontpage/_intro.scss */
.intro_layout_zero .header_social_links {
  margin: 0 auto;
  font-size: 13px;
}

/* line 14, sass/frontpage/_intro.scss */
.header_social_links .fa {
  color: #555;
  font-family: FontAwesome;
  font-size: 18px;
  padding: 0 10px;
}

/* line 21, sass/frontpage/_intro.scss */
.intro_layout_zero {
  text-align: center;
  background-color: #fff;
  padding: 1% 0;
}

/* line 27, sass/frontpage/_intro.scss */
.intro_one_imgdiv {
  max-width: 300px;
  margin: 0 auto;
  padding: 2% 0 0;
}

/* line 33, sass/frontpage/_intro.scss */
.intro_layout_zero p {
  padding: 5px 25% 2%;
  font-size: 13px;
}

/* line 38, sass/frontpage/_intro.scss */
.intro_wrap .fa {
  font-size: 7px;
  vertical-align: middle;
}

/* line 43, sass/frontpage/_intro.scss */
.intro_layout_zero h2 {
  font-size: 35px;
  text-align: center;
  color: #222;
}

/* line 49, sass/frontpage/_intro.scss */
.intro1_p {
  padding: 2% 25%;
}

/* line 53, sass/frontpage/_intro.scss */
.intro1_h2 {
  font-size: 35px;
  text-align: center;
}

/* line 58, sass/frontpage/_intro.scss */
.socialbar_wrap {
  padding: 10px 0 0;
}

/* line 62, sass/frontpage/_intro.scss */
.intro_wrap h3 {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  padding: 0 2%;
}

/* line 69, sass/frontpage/_intro.scss */
.intro_layout_zero .socialbar_wrap {
  margin-bottom: 0;
}

@media (max-width: 425px) {
  /* line 75, sass/frontpage/_intro.scss */
  .intro_wrap h3 {
    line-height: 1.7em;
  }
}
@media (max-width: 750px) {
  /* line 81, sass/frontpage/_intro.scss */
  .intro_layout_zero p {
    padding: 2% 10%;
  }
}
/* intro layout one */
/* line 89, sass/frontpage/_intro.scss */
.res_intro_layout_one {
  text-align: center;
  background-color: #fff;
  padding: 1% 0;
}
/* line 94, sass/frontpage/_intro.scss */
.res_intro_layout_one .img_wrap {
  padding: 10px 0;
}
/* line 98, sass/frontpage/_intro.scss */
.res_intro_layout_one h3 {
  padding: 10px 0;
}
/* line 102, sass/frontpage/_intro.scss */
.res_intro_layout_one .intro_two_mod {
  padding: 0 20%;
}
/* line 108, sass/frontpage/_intro.scss */
.res_intro_layout_one .header_social_links a {
  padding: 0 5px;
}
/* line 112, sass/frontpage/_intro.scss */
.res_intro_layout_one .header_social_links .socialbar_wrap {
  margin: 10px;
}

/* line 121, sass/frontpage/_intro.scss */
.res_intro_layout_one p {
  margin: 1% 20%;
  background: #333;
  padding: 3% 7%;
  color: #fff;
  line-height: 1.7em;
  font-size: 13px;
}

@media (max-width: 500px) {
  /* line 131, sass/frontpage/_intro.scss */
  .intro_two_mod h3 {
    padding: 5%;
    line-height: 1.7em;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1024px) {
  /* line 138, sass/frontpage/_intro.scss */
  .intro_two_mod {
    padding: 0 !important;
  }
}
/* intro layout two */
/* line 146, sass/frontpage/_intro.scss */
.intro_2_img_wrap {
  text-align: right;
}

/* line 150, sass/frontpage/_intro.scss */
.res_intro_layout_two .res_intro_layout_two_social {
  text-align: left;
  padding: 2% 0 1.5%;
}

/* line 155, sass/frontpage/_intro.scss */
.res_intro_layout_two_social a:first-child {
  padding-left: 0;
}

/* line 159, sass/frontpage/_intro.scss */
.intro3_h3 {
  font-size: 15px;
  margin-top: 0;
}

/* line 164, sass/frontpage/_intro.scss */
.res_intro_layout_two {
  background-color: #fff;
  padding: 5% 0;
}

/* line 169, sass/frontpage/_intro.scss */
.intro_two_mod h3 {
  font-size: 15px;
  margin: 0;
  line-height: 1.7em;
}

/* line 175, sass/frontpage/_intro.scss */
.res_intro_layout_two_wrap p {
  line-height: 1.7em;
  font-size: 13px;
}

/* line 180, sass/frontpage/_intro.scss */
.intro_two_mod .fa {
  font-size: 14px;
}

/* line 184, sass/frontpage/_intro.scss */
.line_brk {
  border: 1px solid #eee;
}

@media (max-width: 991px) {
  /* line 189, sass/frontpage/_intro.scss */
  .res_intro_layout_two {
    text-align: center;
  }

  /* line 193, sass/frontpage/_intro.scss */
  .res_intro_layout_two .res_intro_layout_two_social {
    text-align: center;
  }
}
@media (max-width: 320px) {
  /* line 199, sass/frontpage/_intro.scss */
  .intro3_h3 {
    line-height: 1.7em;
  }
}
@media (max-width: 500px) {
  /* line 205, sass/frontpage/_intro.scss */
  .res_intro_layout_one p {
    margin: 0;
    padding: 7% 7%;
  }

  /* line 210, sass/frontpage/_intro.scss */
  .intro3_others {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  /* line 216, sass/frontpage/_intro.scss */
  .intro_2_img_wrap {
    text-align: center;
  }
}
/*--------------------------------------------------------------
## experience layouts
--------------------------------------------------------------*/
/* Experience Layout One */
/* line 2, sass/frontpage/_experience.scss */
.experience {
  background-color: #fff;
  padding: 2% 0;
  word-wrap: break-word;
}
/* line 7, sass/frontpage/_experience.scss */
.experience .ttle {
  padding-left: 6%;
}

/* line 12, sass/frontpage/_experience.scss */
.container h1 {
  color: #444;
  font-size: 27px;
  margin-left: 5%;
}

/* line 18, sass/frontpage/_experience.scss */
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
  color: #666;
  margin-left: 0;
  word-wrap: break-word;
}

/* line 27, sass/frontpage/_experience.scss */
.timeline .fa {
  font-size: 10px;
}

/* line 31, sass/frontpage/_experience.scss */
.timeline:before {
  top: 42px;
  bottom: 40px;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #eeeeee;
  left: 7%;
  margin-left: -1.5px;
  background-color: #999;
}

/* line 43, sass/frontpage/_experience.scss */
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

/* line 48, sass/frontpage/_experience.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 54, sass/frontpage/_experience.scss */
.timeline > li:after {
  clear: both;
}

/* line 58, sass/frontpage/_experience.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 64, sass/frontpage/_experience.scss */
.timeline > li:after {
  clear: both;
}

/* line 68, sass/frontpage/_experience.scss */
.timeline > li > .timeline-panel {
  width: 80%;
  float: left;
  padding: 30px 20px 5px;
  position: relative;
  margin-left: 100px;
}

/* line 76, sass/frontpage/_experience.scss */
.timeline > li > .timeline-badge {
  color: #888;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 0.8em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 7%;
  margin-left: -26px;
  background-color: transparent;
  z-index: 100;
}

/* line 91, sass/frontpage/_experience.scss */
.timeline-title {
  margin-top: 0;
  color: #555;
  line-height: 1.5;
  font-size: 16px;
}

/* line 98, sass/frontpage/_experience.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7em;
}

/* line 105, sass/frontpage/_experience.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  /* line 110, sass/frontpage/_experience.scss */
  .timeline {
    padding: 0;
    margin: 0;
  }

  /* line 115, sass/frontpage/_experience.scss */
  ul.timeline:before {
    left: 40px;
  }

  /* line 119, sass/frontpage/_experience.scss */
  ul.timeline > li > .timeline-panel {
    width: 90%;
  }

  /* line 123, sass/frontpage/_experience.scss */
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  /* line 129, sass/frontpage/_experience.scss */
  ul.timeline > li > .timeline-panel {
    float: right;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  /* line 136, sass/frontpage/_experience.scss */
  .timeline {
    padding: 0;
    margin: 0;
  }

  /* line 141, sass/frontpage/_experience.scss */
  ul.timeline:before {
    left: 40px;
  }

  /* line 145, sass/frontpage/_experience.scss */
  ul.timeline > li > .timeline-panel {
    width: 90%;
  }

  /* line 149, sass/frontpage/_experience.scss */
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  /* line 155, sass/frontpage/_experience.scss */
  ul.timeline > li > .timeline-panel {
    float: right;
    padding-left: 25px;
  }
}
/* Experience Layout Two */
/* line 162, sass/frontpage/_experience.scss */
.exp_two {
  background-color: #fff;
  padding: 2% 0;
  word-wrap: break-word;
}
/* line 167, sass/frontpage/_experience.scss */
.exp_two .ttle {
  padding-left: 6%;
}

/* line 172, sass/frontpage/_experience.scss */
.exp_two .com_logo {
  float: right;
}

/* line 176, sass/frontpage/_experience.scss */
.exp_two .timeline-body {
  width: 80%;
}

@media (max-width: 550px) {
  /* line 181, sass/frontpage/_experience.scss */
  .exp_two .com_logo {
    width: 100%;
    padding: 5% 0;
  }

  /* line 186, sass/frontpage/_experience.scss */
  .exp_two .timeline-body {
    width: 100%;
  }
}
/* Experience Layout Three */
/* line 192, sass/frontpage/_experience.scss */
.exp_three {
  background-color: #fff;
  padding: 2% 0;
  word-wrap: break-word;
}

/* line 198, sass/frontpage/_experience.scss */
.exp_three .com_name {
  font-weight: bold;
  font-size: 14px;
}

/* line 203, sass/frontpage/_experience.scss */
.exp_three_row p {
  font-size: 13px;
  line-height: 1.7em;
}

/* line 209, sass/frontpage/_experience.scss */
.exp_three h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-right: 2%;
}

/* line 215, sass/frontpage/_experience.scss */
.exp_three h4 {
  font-size: 15px;
  line-height: 1.7em;
}

/* line 220, sass/frontpage/_experience.scss */
.exp_three_row {
  padding: 1% 3%;
}

@media (max-width: 700px) {
  /* line 225, sass/frontpage/_experience.scss */
  .exp_three {
    padding: 0 7%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 991px) {
  /* line 232, sass/frontpage/_experience.scss */
  .exp_three {
    padding: 2%;
  }
}
/*--------------------------------------------------------------
## education layouts
--------------------------------------------------------------*/
/* education layout one */
/* line 2, sass/frontpage/_education.scss */
.education {
  background-color: #fff;
  font-size: 13px;
  padding: 1% 0;
  word-wrap: break-word;
}

/* line 9, sass/frontpage/_education.scss */
.edu_wrap {
  padding-right: 2%;
}

/* line 13, sass/frontpage/_education.scss */
.education h3 {
  padding: 0% 0% 1% 0%;
  border-bottom: 1px solid #999;
}

/* line 18, sass/frontpage/_education.scss */
.edu_info {
  padding: 2% 0 0 9%;
  color: #666;
}

/* line 23, sass/frontpage/_education.scss */
.edu_box1 {
  float: left;
  width: 30%;
  padding-bottom: 15px;
  line-height: 1.5;
}

@media (max-width: 450px) {
  /* line 31, sass/frontpage/_education.scss */
  .edu_box1 {
    float: none;
    width: 100%;
    padding: 0;
  }

  /* line 36, sass/frontpage/_education.scss */
  .edu_info {
    padding: 0 0 15% 11%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 991px) {
  /* line 43, sass/frontpage/_education.scss */
  .edu_wrap h3 {
    margin-left: 5%;
  }
}
/* education layout two */
/* line 50, sass/frontpage/_education.scss */
.edu_two {
  background-color: #fff;
  font-size: 13px;
  padding: 1% 2% 1% 1%;
  word-wrap: break-word;
}

/* line 57, sass/frontpage/_education.scss */
.edu_two h3 {
  padding: 0% 0% 1% 0%;
  border-bottom: 1px solid #999;
  color: #555;
}

/* line 63, sass/frontpage/_education.scss */
.edu_two_main {
  padding-top: 2%;
  padding-bottom: 2%;
}

@media (max-width: 500px) {
  /* line 69, sass/frontpage/_education.scss */
  .edu_two_main p {
    padding: 1% 0;
  }
}
/* line 75, sass/frontpage/_education.scss */
.edu_two_main i.fa.fa-stop {
  font-size: 5px;
  vertical-align: middle;
}

@media (max-width: 500px) {
  /* line 82, sass/frontpage/_education.scss */
  .edu_two {
    line-height: 1.7em;
  }
}
@media (max-width: 780px) {
  /* line 88, sass/frontpage/_education.scss */
  .edu_two_main {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* line 93, sass/frontpage/_education.scss */
  .edu_two h3 {
    margin-left: 3%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 991px) {
  /* line 100, sass/frontpage/_education.scss */
  .edu_two h3 {
    margin-left: 5%;
    margin-right: 5%;
  }
}
/* education layout three */
/* line 110, sass/frontpage/_education.scss */
.edu_three {
  background-color: #fff;
  padding: 1% 2% 1% 1%;
  word-wrap: break-word;
}
/* line 115, sass/frontpage/_education.scss */
.edu_three p {
  line-height: 1.7em;
}

/* line 120, sass/frontpage/_education.scss */
.edu_three_main {
  padding: 1%;
  font-size: 13px;
  padding-left: 0;
}

/* line 126, sass/frontpage/_education.scss */
.edu_three_main div {
  padding: 1%;
}

/* line 130, sass/frontpage/_education.scss */
.edu_three h3 {
  padding: 0% 0% 1% 0%;
  border-bottom: 1px solid #999;
}

@media (max-width: 767px) {
  /* line 136, sass/frontpage/_education.scss */
  .edu_three_main {
    display: block;
    text-align: center;
    padding: 5%;
  }

  /* line 142, sass/frontpage/_education.scss */
  .edu_three_main div {
    padding: 1%;
    float: none;
    width: 94%;
  }

  /* line 148, sass/frontpage/_education.scss */
  .edu_three h3 {
    margin-left: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 155, sass/frontpage/_education.scss */
  .edu_three_main {
    padding-left: 5%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 991px) {
  /* line 162, sass/frontpage/_education.scss */
  .edu_three h3 {
    margin-left: 5%;
    margin-right: 5%;
  }
}
/*--------------------------------------------------------------
## skills layouts
--------------------------------------------------------------*/
/* Skill layout one */
/* line 2, sass/frontpage/_skills.scss */
.skills {
  background-color: #fff;
  color: #333;
  line-height: 1.5;
  font-size: 13px;
  padding: 1% 0;
  padding-right: 1%;
  word-wrap: break-word;
}
/* line 11, sass/frontpage/_skills.scss */
.skills b {
  color: #555;
}
/* line 15, sass/frontpage/_skills.scss */
.skills p {
  color: #666;
}

/* line 20, sass/frontpage/_skills.scss */
.skills_wrap h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
}

@media (max-width: 991px) {
  /* line 26, sass/frontpage/_skills.scss */
  .skills_wrap {
    padding: 5%;
  }
}
/* Skill layout two */
/* line 33, sass/frontpage/_skills.scss */
.projects_two h3,
.skl_layout_two h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
  word-wrap: break-word;
}

/* line 39, sass/frontpage/_skills.scss */
.skl_layout_two_wrap {
  background-color: #fff;
  padding-right: 2%;
}

/* line 44, sass/frontpage/_skills.scss */
.sk_two_div_wrap {
  padding: 1% 0;
}

/* line 48, sass/frontpage/_skills.scss */
.sk_two_div {
  font-size: 13px;
  line-height: 1.7em;
  padding: 1%;
  text-align: justify;
}

@media (max-width: 500px) {
  /* line 57, sass/frontpage/_skills.scss */
  .sk_two_div_wrap {
    display: block;
  }

  /* line 61, sass/frontpage/_skills.scss */
  .sk_two_div {
    padding: 3% 0;
  }
}
@media (max-width: 767px) {
  /* line 67, sass/frontpage/_skills.scss */
  .skl_layout_two_wrap {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  /* line 73, sass/frontpage/_skills.scss */
  .skl_layout_two_wrap {
    padding: 5%;
  }
}
/* Skill layout three*/
/* line 81, sass/frontpage/_skills.scss */
.skl_layout_three h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
  word-wrap: break-word;
}

/* line 87, sass/frontpage/_skills.scss */
.skl_layout_three_wrap {
  background-color: #fff;
}

/* line 92, sass/frontpage/_skills.scss */
.sk_three_div_wrap {
  padding: 2% 0;
  font-size: 13px;
}

/* line 97, sass/frontpage/_skills.scss */
.sk_three_div {
  padding: 0 1%;
  text-align: justify;
  line-height: 1.7em;
}

@media (max-width: 767px) {
  /* line 104, sass/frontpage/_skills.scss */
  .skl_layout_three_wrap {
    padding: 0 5%;
  }
}
@media (max-width: 700px) {
  /* line 110, sass/frontpage/_skills.scss */
  .sk_three_div_wrap {
    display: block;
  }

  /* line 114, sass/frontpage/_skills.scss */
  .sk_three_div {
    padding: 3% 0;
  }
}
@media (max-width: 991px) {
  /* line 120, sass/frontpage/_skills.scss */
  .skl_layout_three_wrap {
    padding: 5%;
  }
}
/*--------------------------------------------------------------
## References layouts
--------------------------------------------------------------*/
/* line 1, sass/frontpage/_reference.scss */
.reference {
  background-color: #fff;
  padding: 1% 1% 1% 0;
  word-wrap: break-word;
}
/* line 6, sass/frontpage/_reference.scss */
.reference p {
  line-height: 1.7em;
  font-size: 13px;
}

/* line 12, sass/frontpage/_reference.scss */
.reference h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
}

/* line 17, sass/frontpage/_reference.scss */
.reference_wrap {
  padding: 1% 8% 0;
}

/* line 21, sass/frontpage/_reference.scss */
.ref_one {
  padding: 1%;
}

@media only screen and (max-width: 599px) {
  /* line 26, sass/frontpage/_reference.scss */
  .ref_one {
    padding: 5% 2%;
  }
}
@media (max-width: 991px) {
  /* line 32, sass/frontpage/_reference.scss */
  .reference h3 {
    margin-right: 5%;
    margin-left: 5%;
  }
}
/*--------------------------------------------------------------
## Testimonial layouts
--------------------------------------------------------------*/
/*testimonial layout one*/
/* line 2, sass/frontpage/_testimonial.scss */
.testimonial {
  padding: 1% 1% 1% 0;
  background-color: #fff;
  word-wrap: break-word;
}
/* line 7, sass/frontpage/_testimonial.scss */
.testimonial h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
}
/* line 12, sass/frontpage/_testimonial.scss */
.testimonial p {
  padding: 40px 0 20px 20px;
  line-height: 2em;
  font-size: 13px;
  float: left;
  width: 70%;
}
/* line 20, sass/frontpage/_testimonial.scss */
.testimonial p:before {
  content: "\f10d";
  font-family: FontAwesome;
  color: #333;
  font-size: 35px;
  padding-right: 5%;
}
/* line 28, sass/frontpage/_testimonial.scss */
.testimonial b {
  float: right;
  padding: 2%;
}
/* line 33, sass/frontpage/_testimonial.scss */
.testimonial span {
  float: right;
  padding-right: 5%;
}
/* line 38, sass/frontpage/_testimonial.scss */
.testimonial a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 43, sass/frontpage/_testimonial.scss */
.testimonial .testimonial_wrap {
  line-height: 1.8em;
  padding: 2% 0;
}
/* line 48, sass/frontpage/_testimonial.scss */
.testimonial div:first-child {
  float: left;
  width: 20%;
}
/* line 53, sass/frontpage/_testimonial.scss */
.testimonial div:first-child img {
  border-radius: 100%;
}
/* line 57, sass/frontpage/_testimonial.scss */
.testimonial .t1q {
  float: left;
  font-size: 40px;
  margin-top: 42px;
  position: relative;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
  /* line 67, sass/frontpage/_testimonial.scss */
  .testimonial_wrap {
    text-align: center;
  }
  /* line 70, sass/frontpage/_testimonial.scss */
  .testimonial_wrap div:first-child {
    float: none;
    width: 100%;
  }
  /* line 71, sass/frontpage/_testimonial.scss */
  .testimonial_wrap p {
    float: none;
    width: 100%;
    padding: 10%;
  }
  /* line 72, sass/frontpage/_testimonial.scss */
  .testimonial_wrap b {
    float: none;
  }
}
@media (max-width: 991px) {
  /* line 79, sass/frontpage/_testimonial.scss */
  .testimonial h3 {
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  /* line 87, sass/frontpage/_testimonial.scss */
  .testimonial .testimonial_wrap {
    padding: 2% 5%;
  }
}
/*testimonial layout two*/
/* line 93, sass/frontpage/_testimonial.scss */
.testimonial_two {
  padding: 1% 1% 1% 0;
  background-color: #fff;
  word-wrap: break-word;
}
/* line 98, sass/frontpage/_testimonial.scss */
.testimonial_two h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
}
/* line 103, sass/frontpage/_testimonial.scss */
.testimonial_two p {
  padding: 10px 0 0;
  line-height: 1.7em;
  font-size: 13px;
}
/* line 109, sass/frontpage/_testimonial.scss */
.testimonial_two p:before {
  content: "\f10d";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
  padding-right: 5%;
}
/* line 117, sass/frontpage/_testimonial.scss */
.testimonial_two a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 122, sass/frontpage/_testimonial.scss */
.testimonial_two img {
  text-align: center;
  height: 150px;
  border-radius: 100%;
}
/* line 128, sass/frontpage/_testimonial.scss */
.testimonial_two div {
  text-align: center;
  padding: 2% 3%;
}
/* line 133, sass/frontpage/_testimonial.scss */
.testimonial_two .t2imgdiv {
  padding-bottom: 10%;
}

@media (max-width: 991px) {
  /* line 139, sass/frontpage/_testimonial.scss */
  .testimonial_two .testimonial_two_wrap {
    display: block;
  }

  /* line 143, sass/frontpage/_testimonial.scss */
  .testimonial_two {
    padding: 5% 3%;
  }

  /* line 147, sass/frontpage/_testimonial.scss */
  .testimonial_two div {
    padding: 5% 3%;
  }

  /* line 151, sass/frontpage/_testimonial.scss */
  .testimonial_two p {
    text-align: justify;
  }
}
/*testimonial layout three*/
/* line 160, sass/frontpage/_testimonial.scss */
.testimonial_three {
  padding: 1% 1% 1% 0;
  background-color: #fff;
  word-wrap: break-word;
}
/* line 165, sass/frontpage/_testimonial.scss */
.testimonial_three h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
}
/* line 170, sass/frontpage/_testimonial.scss */
.testimonial_three p {
  line-height: 1.7em;
  text-align: justify;
  padding-top: 15px;
}
/* line 176, sass/frontpage/_testimonial.scss */
.testimonial_three p:before {
  content: "\f10d";
  font-family: FontAwesome;
  color: #333;
  font-size: 20px;
  padding-right: 2%;
}
/* line 184, sass/frontpage/_testimonial.scss */
.testimonial_three a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 189, sass/frontpage/_testimonial.scss */
.testimonial_three img {
  text-align: center;
  height: 100px;
  float: left;
  margin-right: 5%;
}
/* line 196, sass/frontpage/_testimonial.scss */
.testimonial_three div {
  text-align: left;
  padding: 35px 0;
  font-size: 13px;
  line-height: 1.7em;
}
/* line 203, sass/frontpage/_testimonial.scss */
.testimonial_three div:first-child {
  padding-top: 0;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
  /* line 214, sass/frontpage/_testimonial.scss */
  .testimonial_three h3 {
    margin: 5%;
  }
  /* line 218, sass/frontpage/_testimonial.scss */
  .testimonial_three .testimonial_three div {
    padding: 5%;
  }
  /* line 222, sass/frontpage/_testimonial.scss */
  .testimonial_three .testimonial_three_wrap {
    padding: 5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  /* line 230, sass/frontpage/_testimonial.scss */
  .testimonial_three {
    padding: 5%;
  }
}
/*--------------------------------------------------------------
## Project layouts
--------------------------------------------------------------*/
/*projects layout one*/
/* line 2, sass/frontpage/_projects.scss */
.projects {
  padding: 0 2.5%;
  line-height: 24px;
  background-color: #fff;
  word-wrap: break-word;
}
/* line 8, sass/frontpage/_projects.scss */
.projects h3 {
  padding-left: 5%;
}
/* line 12, sass/frontpage/_projects.scss */
.projects .wrap {
  max-width: 100%;
  min-width: 280px;
  margin: auto;
  position: relative;
  padding: 0 5%;
}
/* line 20, sass/frontpage/_projects.scss */
.projects .wrap img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(0.1) brightness(0.5) contrast(1.05);
          filter: grayscale(0.1) brightness(0.5) contrast(1.05);
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 27, sass/frontpage/_projects.scss */
.projects .wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 32, sass/frontpage/_projects.scss */
.projects .caption {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 10px;
  overflow: auto;
}
/* line 40, sass/frontpage/_projects.scss */
.projects .caption-inner {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 45, sass/frontpage/_projects.scss */
.projects .caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5%;
  color: #fff;
}
/* line 53, sass/frontpage/_projects.scss */
.projects .caption-content p {
  margin: 0 50px;
  color: #fff;
  padding: 0% 10% 7%;
  font-size: 13px;
}
/* line 60, sass/frontpage/_projects.scss */
.projects .caption-content h3 {
  margin: 0 auto;
  padding: 10px;
  color: #fff;
}
/* line 66, sass/frontpage/_projects.scss */
.projects .caption-content a {
  color: #FFEB3B;
}

/*projects layout two*/
/* line 73, sass/frontpage/_projects.scss */
.projects_two {
  padding: 1% .5%;
  line-height: 24px;
  background-color: #fff;
  word-wrap: break-word;
}
/* line 84, sass/frontpage/_projects.scss */
.projects_two .p2_wrap_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 89, sass/frontpage/_projects.scss */
.projects_two .wrap {
  margin: auto;
  position: relative;
}
/* line 95, sass/frontpage/_projects.scss */
.projects_two .wrap img {
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 102, sass/frontpage/_projects.scss */
.projects_two .wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 107, sass/frontpage/_projects.scss */
.projects_two .caption {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 10px;
  overflow: auto;
}
/* line 115, sass/frontpage/_projects.scss */
.projects_two .caption-inner {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 120, sass/frontpage/_projects.scss */
.projects_two .caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
/* line 128, sass/frontpage/_projects.scss */
.projects_two .caption-content p {
  margin: 0 50px;
  color: #fff;
  padding: 5% 5% 7%;
  font-size: 13px;
}
/* line 135, sass/frontpage/_projects.scss */

/* line 139, sass/frontpage/_projects.scss */
.projects_two .caption-content h3 {
  margin: 0 50px;
  padding: 10px;
  color: #fff;
}
/* line 145, sass/frontpage/_projects.scss */
.projects_two .caption-content a {
  color: #FFEB3B;
}
.projects_two div.wrap:first-child {
  margin-right: 2%;
}
@media (max-width: 768px) {
  /* line 150, sass/frontpage/_projects.scss */
  .projects_two .p2_wrap_div {
    display: block;
  }
  /* line 154, sass/frontpage/_projects.scss */
  .projects_two div.wrap:first-child {
    margin: 2% 0;
  }
}

@media (max-width: 991px) {
  /* line 161, sass/frontpage/_projects.scss */
  .projects_two h3 {
    padding-left: 8%;
  }
}
/*projects layout three*/
/* line 168, sass/frontpage/_projects.scss */
.projects_three {
  padding: 1% 3%;
  line-height: 24px;
  background-color: #fff;
  word-wrap: break-word;
}
/* line 174, sass/frontpage/_projects.scss */
.projects_three h3 {
  padding-left: 4%;
}
/* line 178, sass/frontpage/_projects.scss */
.projects_three div {
  font-size: 13px;
}
/* line 182, sass/frontpage/_projects.scss */
.projects_three .p3_wrap {
  padding: 0 4%;
}
/* line 185, sass/frontpage/_projects.scss */
.projects_three .p3_wrap p {
  font-size: 13px;
  word-wrap: break-word;
}
/* line 191, sass/frontpage/_projects.scss */
.projects_three .p3_wrap div:nth-child(2) {
  padding: 0 2%;
}
/* line 195, sass/frontpage/_projects.scss */
.projects_three .p3_wrap img {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  /* line 201, sass/frontpage/_projects.scss */
  .projects_three .p3_wrap {
    display: block;
  }
  /* line 205, sass/frontpage/_projects.scss */
  .projects_three .p3_wrap div:nth-child(2) {
    padding: 5% 0;
  }
}

/*--------------------------------------------------------------
## Text layouts
--------------------------------------------------------------*/
/* Text layout one */
/* line 2, sass/frontpage/_texts.scss */
.txt1 {
  background-color: #fff;
  word-wrap: break-word;
}
/* line 6, sass/frontpage/_texts.scss */
.txt1 p {
  font-size: 13px;
  text-align: justify;
}
/* line 11, sass/frontpage/_texts.scss */
.txt1 h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
}
/* line 16, sass/frontpage/_texts.scss */
.txt1 div {
  font-size: 13px;
  padding: 1% 2% 1% 0;
}

/* Text layout two */
/* line 23, sass/frontpage/_texts.scss */
.txt2 {
  font-size: 13px;
  line-height: 1.7em;
  background-color: #fff;
  color: #555;
  padding: 2% 0;
  word-wrap: break-word;
}
/* line 33, sass/frontpage/_texts.scss */
.txt2 .txt2part1 h3 {
  margin-top: 0;
}
/* line 38, sass/frontpage/_texts.scss */
.txt2 iframe {
  padding-right: 5%;
}
/* line 42, sass/frontpage/_texts.scss */
.txt2 .txt2p {
  padding: 5% 10% 0 0;
}

@media only screen and (min-width: 300px) and (max-width: 991px) {
  /* line 50, sass/frontpage/_texts.scss */
  .txt2 .txt2part1 {
    padding: 4%;
  }
  /* line 54, sass/frontpage/_texts.scss */
  .txt2 .txt2part1 .txt2p {
    padding: 0;
  }

  /* line 59, sass/frontpage/_texts.scss */
  .txt2 iframe {
    padding: 0;
    padding-left: 4%;
    padding-right: 4%;
  }
}
/* Text layout three */
/* line 68, sass/frontpage/_texts.scss */
.txt3_wrap {
  background: #fff;
  padding: 2% 0;
  word-wrap: break-word;
}
/* line 73, sass/frontpage/_texts.scss */
.txt3_wrap h3 {
  padding: 0 0 1% 0;
  border-bottom: 1px solid #999;
  margin-right: 2%;
}
/* line 79, sass/frontpage/_texts.scss */
.txt3_wrap .txt3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 3%;
}

/*--------------------------------------------------------------
## Plugin compatibility
--------------------------------------------------------------*/
/*contact form 7*/
/* line 2, sass/frontpage/_compatibility.scss */
.wpcf7 label {
  color: #666;
  font-size: 16px;
}

/* line 3, sass/frontpage/_compatibility.scss */
.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
  padding: 1% 18% 1% 1%;
  background: rgba(158, 158, 158, 0.15);
  border-radius: 0;
}

/* line 4, sass/frontpage/_compatibility.scss */
.wpcf7 textarea {
  background: rgba(158, 158, 158, 0.15);
}

/* line 5, sass/frontpage/_compatibility.scss */
.wpcf7 input[type="submit"] {
  float: right;
  border: 0;
  border-color: none;
  border-radius: 0;
  background: #00BCD4;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 16px;
  padding: 1% 3%;
  color: #fff;
}

/*ninja form*/
/* line 8, sass/frontpage/_compatibility.scss */
.nf-form-title {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

/* line 9, sass/frontpage/_compatibility.scss */
.nf-form-fields-required {
  font-size: 12px;
  padding-bottom: 12px;
}

/* line 10, sass/frontpage/_compatibility.scss */
.nf-field-label label {
  color: #777;
}

/* line 11, sass/frontpage/_compatibility.scss */
.ninja-forms-field {
  background: #eee;
}

/* line 12, sass/frontpage/_compatibility.scss */
.nf-field-element input[type="button"] {
  float: right;
  border: 0;
  border-color: none;
  border-radius: 0;
  background: #00BCD4;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 16px;
  padding: 1% 3%;
  color: #fff;
}

/*Fast Secure Contact Form*/
/* line 15, sass/frontpage/_compatibility.scss */
#fscf_required1 {
  font-size: 12px;
  padding-bottom: 10px;
}

/* line 16, sass/frontpage/_compatibility.scss */
#FSContact1 {
  max-width: 95% !important;
}

/* line 17, sass/frontpage/_compatibility.scss */
#FSContact1 label {
  font-size: 18px;
  color: #777;
}

/* line 18, sass/frontpage/_compatibility.scss */
#FSContact1 input[type="text"] {
  max-width: 99% !important;
  border-radius: 0;
  background: #eee;
  border-radius: 0;
  padding: 1% 15%;
}

/* line 19, sass/frontpage/_compatibility.scss */
#FSContact1 #fscf_div_field1_0, #FSContact1 #fscf_div_field1_1, #FSContact1 #fscf_div_clear1_2 {
  padding-bottom: 3%;
}

/* line 20, sass/frontpage/_compatibility.scss */
#FSContact1 #fscf_div_field1_2 {
  padding-bottom: 3%;
}

/* line 21, sass/frontpage/_compatibility.scss */
#FSContact1 #fscf_div_field1_3 {
  max-width: 100% !important;
}

/* line 22, sass/frontpage/_compatibility.scss */
#FSContact1 textarea {
  height: auto !important;
  max-width: 100% !important;
  background: #eee;
}

/* line 23, sass/frontpage/_compatibility.scss */
#FSContact1 input[type="submit"] {
  color: #fff;
  border: 0;
  border-radius: 0;
  background: #00BCD4;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: right;
  line-height: 1;
  text-shadow: none;
  padding: 1.5% 3%;
  font-size: 15px;
}

/* line 24, sass/frontpage/_compatibility.scss */
#FSContact1 #fscf_captcha_code1 {
  padding: 0;
  width: 10% !important;
}

/* line 57, sass/frontpage/_frontpage.scss */
.line_break {
  width: 90%;
  height: 1px;
  background-color: #eee;
  border: none;
  background: none;
}

/* line 65, sass/frontpage/_frontpage.scss */
.seperator_div {
  padding: 1% 0;
}

/*--------------------------------------------------------------
# pages & post templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## blog template
--------------------------------------------------------------*/
/* blog page */
/* line 2, sass/templates/_blog.scss */
.page-template-blog .entry-header {
  text-align: center;
  margin: 0 5%;
}
/* line 6, sass/templates/_blog.scss */
.page-template-blog .entry-header a {
  color: #888;
  text-decoration: none;
}
/* line 11, sass/templates/_blog.scss */
.page-template-blog .entry-header a:hover {
  text-decoration: none;
  color: #2196F3;
}
/* line 16, sass/templates/_blog.scss */
.page-template-blog .entry-header .entry-title {
  text-align: center;
  font-size: 40px;
}
/* line 21, sass/templates/_blog.scss */
.page-template-blog .entry-header h1 {
  text-align: center;
  text-transform: uppercase;
}

/* line 27, sass/templates/_blog.scss */
.blg_page_post_list {
  margin: 0 5%;
  background-color: #f2f2f2;
  margin-right: 1%;
  word-wrap: break-word;
}

/* line 34, sass/templates/_blog.scss */
.blog_post_list_img {
  max-height: 400px;
  overflow: hidden;
}
/* line 38, sass/templates/_blog.scss */
.blog_post_list_img img {
  max-width: 100%;
}
/* line 42, sass/templates/_blog.scss */
.blog_post_list_img img:hover {
  opacity: .9;
}

/* line 48, sass/templates/_blog.scss */
.blog_post_list_other p:first-child {
  float: left;
  max-width: 100%;
  color: #777;
  font-size: 18px;
  font-weight: 300;
}

/* line 56, sass/templates/_blog.scss */
.blog_post_list_other p:last-child {
  padding-bottom: 20px;
  font-size: 15px;
  color: #8F8F8F;
  padding-top: 3px;
  border-bottom: 1px solid #cecece;
  width: 100%;
  color: #8F8F8F;
}

/* line 66, sass/templates/_blog.scss */
.blog_meta {
  float: left;
  width: 25%;
  margin-left: 13%;
}

/* line 72, sass/templates/_blog.scss */
.blog_post_list_other p:first-child:after {
  content: "|";
  padding: 0 5%;
}

/* line 77, sass/templates/_blog.scss */
.blog_post_list_other {
  padding: 8% 10% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 82, sass/templates/_blog.scss */
.blog_post_list_others {
  float: right;
  width: 50%;
  margin-left: 5%;
}

/* line 88, sass/templates/_blog.scss */
.blog_post_list_others p {
  line-height: 2;
  color: #999;
  padding: 20px 0;
}

/* line 94, sass/templates/_blog.scss */
.blog_post_list_title {
  margin-top: -7px;
  font-weight: 300;
}

/* line 99, sass/templates/_blog.scss */
.blog_post_list_title_link {
  font-size: 38px !important;
  color: #484848 !important;
}

/* line 104, sass/templates/_blog.scss */
.blog_post_list_title_link:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

/* line 111, sass/templates/_blog.scss */
.blog_post_list_others .learn_more a {
  color: #484848;
  border: 1px solid #484848;
  padding: 10px 20px;
}
/* line 117, sass/templates/_blog.scss */
.blog_post_list_others .learn_more a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .7s ease all;
  transition: .7s ease all;
  border: 1px solid #484848;
  background-color: #484848;
}

/* line 126, sass/templates/_blog.scss */
.blog_pagination a {
  text-decoration: none;
  color: #484848;
  font-size: 20px;
  color: #666;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 133, sass/templates/_blog.scss */
.blog_pagination a:hover {
  text-decoration: none;
}
/* line 137, sass/templates/_blog.scss */
.blog_pagination a:first-child {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 50%;
  text-align: center;
  background-color: #fff;
}
/* line 146, sass/templates/_blog.scss */
.blog_pagination a:first-child:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 153, sass/templates/_blog.scss */
.blog_pagination a:last-child {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 50%;
  text-align: center;
  background-color: #fff;
}
/* line 162, sass/templates/_blog.scss */
.blog_pagination a:last-child:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

@media (max-width: 1000px) {
  /* line 171, sass/templates/_blog.scss */
  .blog_post_list_other {
    display: block;
  }

  /* line 175, sass/templates/_blog.scss */
  .blog_meta {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  /* line 181, sass/templates/_blog.scss */
  .blog_post_list_others {
    float: none;
    width: 100%;
    margin: 35px 0;
  }
}
/* line 188, sass/templates/_blog.scss */
.blog_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 191, sass/templates/_blog.scss */
.blog_wrap .sidebar_widget {
  width: 10%;
  margin-left: 2%;
  word-wrap: break-word;
}
/* line 197, sass/templates/_blog.scss */
.blog_wrap h2 {
  border-bottom: 1px solid rgba(158, 158, 158, 0.38);
  padding-bottom: 9px;
  font-size: 15px;
}
/* line 203, sass/templates/_blog.scss */
.blog_wrap input[type="search"] {
  font-weight: 300;
}
/* line 207, sass/templates/_blog.scss */
.blog_wrap input[type="submit"] {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 8px 10px 7px 10px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 215, sass/templates/_blog.scss */
.blog_wrap input[type="submit"]:hover {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  background-color: #fff;
  color: #444;
}
/* line 221, sass/templates/_blog.scss */
.blog_wrap ul {
  list-style: none;
  margin: 0;
}
/* line 226, sass/templates/_blog.scss */
.blog_wrap a {
  text-decoration: none;
  color: #3F51B5;
  font-size: 13px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 232, sass/templates/_blog.scss */
.blog_wrap a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

/* line 242, sass/templates/_blog.scss */
.blg_page_post_list {
  width: 75%;
}

@media (max-width: 900px) {
  /* line 248, sass/templates/_blog.scss */
  .blog_wrap {
    display: block;
  }

  /* line 252, sass/templates/_blog.scss */
  .blg_page_post_list {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }

  /* line 258, sass/templates/_blog.scss */
  .blog_wrap .sidebar_widget {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 262, sass/templates/_blog.scss */
  .blog_wrap .sidebar_widget .widget {
    width: 22%;
    margin-right: 25px;
  }
}
@media (max-width: 560px) and (min-width: 300px) {
  /* line 271, sass/templates/_blog.scss */
  .blog_wrap .sidebar_widget {
    width: 90%;
    padding: 0;
    display: block;
    margin: 0 5%;
  }
  /* line 278, sass/templates/_blog.scss */
  .blog_wrap .sidebar_widget .widget {
    width: 100%;
    padding: 15px 0;
  }
}
/*--------------------------------------------------------------
## single post
--------------------------------------------------------------*/
/* line 1, sass/templates/_post.scss */
.single_post_page {
  padding: 0 5%;
}
/* line 4, sass/templates/_post.scss */
.single_post_page .entry-content p {
  line-height: 2;
  padding: 20px 0;
  font-size: 13px;
}
/* line 10, sass/templates/_post.scss */
.single_post_page .entry-footer p {
  padding: 0;
}
/* line 14, sass/templates/_post.scss */
.single_post_page .learn_more {
  padding: 10px 0 30px;
}
/* line 17, sass/templates/_post.scss */
.single_post_page .learn_more a {
  color: #484848;
  border: 1px solid #484848;
  padding: 10px 50px;
}
/* line 23, sass/templates/_post.scss */
.single_post_page .learn_more a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .7s ease all;
  transition: .7s ease all;
  border: 1px solid #484848;
  background-color: #484848;
}
/* line 31, sass/templates/_post.scss */
.single_post_page .learn_more a:active, .single_post_page .learn_more a:focus {
  text-decoration: none;
}
/* line 36, sass/templates/_post.scss */
.single_post_page .hentry {
  margin: 0 !important;
  padding-bottom: 30px;
}
/* line 41, sass/templates/_post.scss */
.single_post_page article {
  background-color: #f2f2f2;
}
/* line 44, sass/templates/_post.scss */
.single_post_page article input[type="submit"] {
  color: #fff;
  background-color: #444;
  padding: 12px 26px;
  font-size: 15px;
  border: 1px solid #444;
}
/* line 52, sass/templates/_post.scss */
.single_post_page article input[type="password"] {
  padding: 8px 0;
}
/* line 57, sass/templates/_post.scss */
.single_post_page span, .single_post_page em, .single_post_page strong {
  font-size: 14px !important;
}
/* line 61, sass/templates/_post.scss */
.single_post_page tbody {
  border: 1px solid;
}
/* line 65, sass/templates/_post.scss */
.single_post_page tr {
  border: 1px solid #999;
}
/* line 69, sass/templates/_post.scss */
.single_post_page th {
  border: 1px solid #999;
  padding: 1%;
}
/* line 74, sass/templates/_post.scss */
.single_post_page td {
  padding: 1%;
  border: 1px solid #999;
}
/* line 79, sass/templates/_post.scss */
.single_post_page .post_featured_image {
  text-align: center;
}
/* line 83, sass/templates/_post.scss */
.single_post_page .entry-title {
  font-size: 45px;
  font-weight: 300;
}
/* line 88, sass/templates/_post.scss */
.single_post_page .entry-meta {
  float: left;
  width: 25%;
  margin-left: 13%;
  max-width: 100%;
  color: #777;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}
/* line 100, sass/templates/_post.scss */
.single_post_page .nav-links a {
  font-size: 20px;
  color: #666;
}
/* line 105, sass/templates/_post.scss */
.single_post_page .nav-links a:hover {
  text-decoration: none;
}
/* line 109, sass/templates/_post.scss */
.single_post_page .nav-previous a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
  -webkit-transition: .8s ease all;
  transition: .8s ease all;
}
/* line 118, sass/templates/_post.scss */
.single_post_page .nav-previous a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 125, sass/templates/_post.scss */
.single_post_page .nav-next a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
  -webkit-transition: .8s ease all;
  transition: .8s ease all;
}
/* line 134, sass/templates/_post.scss */
.single_post_page .nav-next a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 141, sass/templates/_post.scss */
.single_post_page .nav-previous a:before {
  content: "\f104";
  font-family: FontAwesome;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
}
/* line 148, sass/templates/_post.scss */
.single_post_page .nav-next a:after {
  content: "\f105";
  font-family: FontAwesome;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}
/* line 155, sass/templates/_post.scss */
.single_post_page .post_wrap {
  padding: 8% 10% 10%;
  word-wrap: break-word;
}
/* line 160, sass/templates/_post.scss */
.single_post_page .entry-meta a {
  text-decoration: none;
  color: #8F8F8F;
}
/* line 165, sass/templates/_post.scss */
.single_post_page .entry-meta a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 171, sass/templates/_post.scss */
.single_post_page .post_others {
  width: 59%;
  float: right;
  margin-top: -10px;
}
/* line 177, sass/templates/_post.scss */
.single_post_page .post_others .entry-title {
  margin-top: 0;
  text-align: left;
  color: #555;
}
/* line 183, sass/templates/_post.scss */
.single_post_page .entry-footer {
  padding: 20px 0;
}
/* line 187, sass/templates/_post.scss */
.single_post_page .entry-footer a {
  color: #888;
  text-decoration: none;
  font-size: 12px;
}
/* line 193, sass/templates/_post.scss */
.single_post_page .entry-footer a:hover {
  text-decoration: none;
  color: #2196F3;
}
/* line 198, sass/templates/_post.scss */
.single_post_page .entry-footer p {
  line-height: 1.5;
  font-size: 13px;
}

/* line 204, sass/templates/_post.scss */
.post_social_share {
  padding: 20px 0;
}
/* line 208, sass/templates/_post.scss */
.post_social_share h6 {
  font-size: 18px;
}
/* line 212, sass/templates/_post.scss */
.post_social_share .fa {
  font-size: 30px;
  -webkit-transition: .7s ease all;
  transition: .7s ease all;
  margin-right: 3px;
}
/* line 217, sass/templates/_post.scss */
.post_social_share .fa:hover {
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  opacity: .6;
}
/* line 223, sass/templates/_post.scss */
.post_social_share i.fa.fa-twitter-square {
  color: #00b9eb;
}
/* line 227, sass/templates/_post.scss */
.post_social_share i.fa.fa-facebook-square {
  color: #4267b2;
}
/* line 231, sass/templates/_post.scss */
.post_social_share i.fa.fa-google-plus-square {
  color: #db4437;
}
/* line 235, sass/templates/_post.scss */
.post_social_share i.fa.fa-linkedin-square {
  color: #0084bf;
}
/* line 239, sass/templates/_post.scss */
.post_social_share i.fa.fa-pinterest-square {
  color: #bd081c;
}

@media (max-width: 1000px) {
  /* line 245, sass/templates/_post.scss */
  .single_post_page .entry-meta {
    float: none;
    width: 100%;
    margin: 30px 0;
  }

  /* line 251, sass/templates/_post.scss */
  .single_post_page .post_others {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
/* line 258, sass/templates/_post.scss */
.post-template-default .form-submit input[type="submit"] {
  color: #fff;
  background-color: #444;
  padding: 22px 30px;
  font-size: 15px;
  border: 1px solid #444;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

/* line 267, sass/templates/_post.scss */
.post-template-default .form-submit input[type="submit"]:hover {
  color: #444;
  background-color: #fff;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

/*--------------------------------------------------------------
## Index page
--------------------------------------------------------------*/
/* line 1, sass/templates/_index.scss */
.index_post_page .page-content, .entry-content, .entry-summary {
  margin: 0 !important;
  word-wrap: break-word !important;
}

/* line 6, sass/templates/_index.scss */
.index_post_page {
  padding: 0 5%;
}
/* line 9, sass/templates/_index.scss */
.index_post_page .learn_more {
  padding: 10px 0 30px;
}
/* line 12, sass/templates/_index.scss */
.index_post_page .learn_more a {
  color: #484848;
  border: 1px solid #484848;
  padding: 10px 20px;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 19, sass/templates/_index.scss */
.index_post_page .learn_more a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .7s ease all;
  transition: .7s ease all;
  border: 1px solid #484848;
  background-color: #484848;
}
/* line 27, sass/templates/_index.scss */
.index_post_page .learn_more a:active, .index_post_page .learn_more a:focus {
  text-decoration: none;
}
/* line 32, sass/templates/_index.scss */
.index_post_page .hentry {
  margin: 0 !important;
  padding-bottom: 50px;
}
/* line 37, sass/templates/_index.scss */
.index_post_page article {
  background-color: #f2f2f2;
}
/* line 41, sass/templates/_index.scss */
.index_post_page .post_featured_image {
  text-align: center;
}
/* line 45, sass/templates/_index.scss */
.index_post_page .entry-title {
  font-size: 45px;
  font-weight: 300;
}
/* line 50, sass/templates/_index.scss */
.index_post_page .entry-title a {
  color: #555;
}
/* line 54, sass/templates/_index.scss */
.index_post_page .entry-title a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 60, sass/templates/_index.scss */
.index_post_page .entry-meta {
  float: left;
  width: 25%;
  margin-left: 13%;
  max-width: 100%;
  color: #777;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}
/* line 72, sass/templates/_index.scss */
.index_post_page .nav-links a {
  font-size: 20px;
  color: #666;
}
/* line 77, sass/templates/_index.scss */
.index_post_page .nav-links a:hover {
  text-decoration: none;
}
/* line 81, sass/templates/_index.scss */
.index_post_page .nav-previous a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
}
/* line 89, sass/templates/_index.scss */
.index_post_page .nav-previous a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 96, sass/templates/_index.scss */
.index_post_page .nav-next a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
}
/* line 104, sass/templates/_index.scss */
.index_post_page .nav-next a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 111, sass/templates/_index.scss */
.index_post_page .nav-previous a:before {
  content: "\f104";
  font-family: FontAwesome;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
}
/* line 118, sass/templates/_index.scss */
.index_post_page .nav-next a:after {
  content: "\f105";
  font-family: FontAwesome;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}
/* line 125, sass/templates/_index.scss */
.index_post_page .post_wrap {
  padding: 8% 10% 10%;
}
/* line 129, sass/templates/_index.scss */
.index_post_page .entry-meta a {
  text-decoration: none;
  color: #8F8F8F;
}
/* line 134, sass/templates/_index.scss */
.index_post_page .entry-meta a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 140, sass/templates/_index.scss */
.index_post_page .post_others {
  width: 59%;
  float: right;
  margin-top: -10px;
}
/* line 146, sass/templates/_index.scss */
.index_post_page .post_others .entry-title {
  margin-top: 0;
  text-align: left;
  -webkit-transition: .05s ease all;
  transition: .05s ease all;
}
/* line 151, sass/templates/_index.scss */
.index_post_page .post_others .entry-title:hover {
  -webkit-transition: .7s ease all;
  transition: .7s ease all;
}
/* line 156, sass/templates/_index.scss */
.index_post_page .entry-content p {
  line-height: 2;
  color: #666;
  padding: 20px 0;
}
/* line 163, sass/templates/_index.scss */
.index_post_page .entry-footer p {
  padding: 0;
}
/* line 167, sass/templates/_index.scss */
.index_post_page .entry-footer {
  padding: 20px 0;
}
/* line 171, sass/templates/_index.scss */
.index_post_page .entry-footer a {
  color: #888;
  text-decoration: none;
}
/* line 176, sass/templates/_index.scss */
.index_post_page .entry-footer a:hover {
  text-decoration: none;
  color: #2196F3;
}
/* line 181, sass/templates/_index.scss */
.index_post_page .entry-footer p {
  line-height: 1.5;
  font-size: 13px;
}
/* line 186, sass/templates/_index.scss */
.index_post_page .comments-link {
  padding-right: 15px;
}
/* line 190, sass/templates/_index.scss */
.index_post_page .comments-link a {
  font-size: 12px;
}
/* line 194, sass/templates/_index.scss */
.index_post_page .post-edit-link {
  font-size: 12px;
}

@media (max-width: 1000px) {
  /* line 201, sass/templates/_index.scss */
  .index_post_page .entry-meta {
    float: none;
    width: 100%;
    margin: 30px 0;
  }

  /* line 207, sass/templates/_index.scss */
  .index_post_page .post_others {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
/*--------------------------------------------------------------
## arhcive page
--------------------------------------------------------------*/
/* line 1, sass/templates/_archive.scss */
.archive_page {
  padding: 0 5%;
  word-wrap: break-word;
}
/* line 5, sass/templates/_archive.scss */
.archive_page .entry-content p {
  line-height: 2;
  padding: 20px 0;
}
/* line 10, sass/templates/_archive.scss */
.archive_page .entry-footer p {
  padding: 0;
}
/* line 14, sass/templates/_archive.scss */
.archive_page .entry-title a {
  color: #555;
  text-decoration: none;
}
/* line 19, sass/templates/_archive.scss */
.archive_page .entry-title a:hover {
  color: #2196F3;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 26, sass/templates/_archive.scss */
.archive_page .learn_more {
  padding: 10px 0 30px;
}
/* line 29, sass/templates/_archive.scss */
.archive_page .learn_more a {
  color: #484848;
  border: 1px solid #484848;
  padding: 10px 30px;
}
/* line 35, sass/templates/_archive.scss */
.archive_page .learn_more a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .7s ease all;
  transition: .7s ease all;
  border: 1px solid #484848;
  background-color: #484848;
}
/* line 43, sass/templates/_archive.scss */
.archive_page .learn_more a:active, .archive_page .learn_more a:focus {
  text-decoration: none;
}
/* line 48, sass/templates/_archive.scss */
.archive_page .hentry {
  margin: 0 !important;
  padding-bottom: 30px;
}
/* line 53, sass/templates/_archive.scss */
.archive_page article {
  background-color: #f2f2f2;
}
/* line 57, sass/templates/_archive.scss */
.archive_page .post_featured_image {
  text-align: center;
}
/* line 61, sass/templates/_archive.scss */
.archive_page .entry-title {
  font-size: 45px;
  font-weight: 300;
}
/* line 66, sass/templates/_archive.scss */
.archive_page .entry-meta {
  float: left;
  width: 25%;
  margin-left: 13%;
  max-width: 100%;
  color: #777;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}
/* line 78, sass/templates/_archive.scss */
.archive_page .nav-links a {
  font-size: 20px;
  color: #666;
}
/* line 83, sass/templates/_archive.scss */
.archive_page .nav-links a:hover {
  text-decoration: none;
}
/* line 87, sass/templates/_archive.scss */
.archive_page .nav-previous a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
}
/* line 95, sass/templates/_archive.scss */
.archive_page .nav-previous a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 102, sass/templates/_archive.scss */
.archive_page .nav-next a {
  float: right;
  padding: 20px 0;
  border: 1px solid #eee;
  width: 100%;
  text-align: center;
}
/* line 110, sass/templates/_archive.scss */
.archive_page .nav-next a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 117, sass/templates/_archive.scss */
.archive_page .nav-previous a:before {
  content: "\f104";
  font-family: FontAwesome;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
}
/* line 124, sass/templates/_archive.scss */
.archive_page .nav-next a:after {
  content: "\f105";
  font-family: FontAwesome;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}
/* line 131, sass/templates/_archive.scss */
.archive_page .page-header {
  border-bottom: none;
  text-align: center;
}
/* line 136, sass/templates/_archive.scss */
.archive_page .post_wrap {
  padding: 8% 10% 10%;
}
/* line 140, sass/templates/_archive.scss */
.archive_page .entry-meta a {
  text-decoration: none;
  color: #8F8F8F;
}
/* line 145, sass/templates/_archive.scss */
.archive_page .entry-meta a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 151, sass/templates/_archive.scss */
.archive_page .post_others {
  width: 59%;
  float: right;
  margin-top: -10px;
}
/* line 157, sass/templates/_archive.scss */
.archive_page .post_others .entry-title {
  margin-top: 0;
  text-align: left;
}
/* line 162, sass/templates/_archive.scss */
.archive_page .entry-footer {
  padding: 20px 0;
}
/* line 166, sass/templates/_archive.scss */
.archive_page .entry-footer a {
  color: #888;
  text-decoration: none;
}
/* line 171, sass/templates/_archive.scss */
.archive_page .entry-footer a:hover {
  text-decoration: none;
  color: #2196F3;
}
/* line 176, sass/templates/_archive.scss */
.archive_page .entry-footer p {
  line-height: 1.5;
  font-size: 13px;
}
/* line 181, sass/templates/_archive.scss */
.archive_page .comments-link {
  padding-right: 15px;
}
/* line 185, sass/templates/_archive.scss */
.archive_page .comments-link a {
  font-size: 12px;
}
/* line 189, sass/templates/_archive.scss */
.archive_page .post-edit-link {
  font-size: 12px;
}

@media (max-width: 1000px) {
  /* line 195, sass/templates/_archive.scss */
  .archive_page .entry-meta {
    float: none;
    width: 100%;
    margin: 30px 0;
  }

  /* line 201, sass/templates/_archive.scss */
  .archive_page .post_others {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
/*--------------------------------------------------------------
## pages
--------------------------------------------------------------*/
/* line 1, sass/templates/_pages.scss */
.def_pages {
  margin: 0 5%;
}
/* line 4, sass/templates/_pages.scss */
.def_pages li {
  list-style-type: none;
}
/* line 8, sass/templates/_pages.scss */
.def_pages .post_featured_image {
  background-color: #f2f2f2;
}
/* line 12, sass/templates/_pages.scss */
.def_pages .entry-title {
  padding: 20px 0 50px;
  text-align: center;
}
/* line 17, sass/templates/_pages.scss */
.def_pages .entry-content {
  padding: 5%;
  background-color: #f2f2f2;
}
/* line 22, sass/templates/_pages.scss */
.def_pages .entry-content p {
  line-height: 2;
}
/* line 26, sass/templates/_pages.scss */
.def_pages .entry-content a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid rgba(136, 136, 136, 0.18);
}
/* line 32, sass/templates/_pages.scss */
.def_pages .entry-content a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  border-bottom: 1px solid #2196F3;
}
/* line 39, sass/templates/_pages.scss */
.def_pages input[type="submit"] {
  color: #fff;
  background-color: #444;
  padding: 22px 30px;
  font-size: 15px;
  border: 1px solid #444;
}
/* line 47, sass/templates/_pages.scss */
.def_pages input[type="submit"]:hover {
  color: #444;
  background-color: #fff;
  border: 1px solid #444;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 54, sass/templates/_pages.scss */
.def_pages .form-submit {
  float: right;
}

/*--------------------------------------------------------------
## Right Sidebar page
--------------------------------------------------------------*/
/* line 1, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page {
  margin: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 5, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .entry-title {
  padding: 20px 0 50px;
  text-align: center;
}
/* line 10, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .entry-content {
  padding: 5%;
  background-color: #f2f2f2;
}
/* line 15, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .entry-content p {
  line-height: 2;
}
/* line 19, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .entry-content a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid rgba(136, 136, 136, 0.18);
}
/* line 25, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .entry-content a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  border-bottom: 1px solid #2196F3;
}
/* line 32, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page article {
  width: 80%;
}
/* line 36, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .sidebar_widget {
  padding: 2%;
  width: 20%;
  padding-left: 5%;
}
/* line 41, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .sidebar_widget h2 {
  border-bottom: 1px solid rgba(158, 158, 158, 0.38);
  padding-bottom: 9px;
  font-size: 15px;
}
/* line 47, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .sidebar_widget input[type="search"] {
  font-weight: 300;
}
/* line 51, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .sidebar_widget input[type="submit"] {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 8px 10px 7px 10px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 59, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .sidebar_widget input[type="submit"]:hover {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  background-color: #fff;
  color: #444;
}
/* line 65, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .sidebar_widget ul {
  list-style: none;
  margin: 0;
}
/* line 70, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .sidebar_widget a {
  text-decoration: none;
  color: #777;
}
/* line 74, sass/templates/_right-sidebar-page.scss */
.right_sidebar_page .sidebar_widget a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

@media (max-width: 900px) {
  /* line 85, sass/templates/_right-sidebar-page.scss */
  .right_sidebar_page {
    display: block;
  }

  /* line 89, sass/templates/_right-sidebar-page.scss */
  .right_sidebar_page article {
    width: 100%;
    padding: 0;
  }

  /* line 94, sass/templates/_right-sidebar-page.scss */
  .right_sidebar_page .sidebar_widget {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 98, sass/templates/_right-sidebar-page.scss */
  .right_sidebar_page .sidebar_widget .widget {
    width: 22%;
    margin-right: 25px;
  }
}
@media (max-width: 560px) and (min-width: 300px) {
  /* line 107, sass/templates/_right-sidebar-page.scss */
  .right_sidebar_page .sidebar_widget {
    width: 100%;
    padding: 0;
    display: block;
  }
  /* line 113, sass/templates/_right-sidebar-page.scss */
  .right_sidebar_page .sidebar_widget .widget {
    width: 100%;
    padding: 15px 0;
  }
}
/*--------------------------------------------------------------
## Left Sidebar page
--------------------------------------------------------------*/
/* line 1, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page {
  margin: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 5, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .entry-title {
  padding: 20px 0 50px;
  text-align: center;
}
/* line 10, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .entry-content {
  padding: 5%;
  background-color: #f2f2f2;
}
/* line 15, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .entry-content p {
  line-height: 2;
}
/* line 19, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .entry-content a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid rgba(136, 136, 136, 0.18);
}
/* line 25, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .entry-content a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  border-bottom: 1px solid #2196F3;
}
/* line 32, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page article {
  width: 80%;
}
/* line 36, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .sidebar_widget {
  padding: 2%;
  width: 20%;
  padding-right: 5%;
}
/* line 41, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .sidebar_widget h2 {
  border-bottom: 1px solid rgba(158, 158, 158, 0.38);
  padding-bottom: 9px;
  font-size: 15px;
}
/* line 47, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .sidebar_widget ul {
  list-style: none;
  margin: 0;
}
/* line 52, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .sidebar_widget input[type="search"] {
  font-weight: 300;
}
/* line 56, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .sidebar_widget input[type="submit"] {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 8px 10px 7px 10px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 64, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .sidebar_widget input[type="submit"]:hover {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  background-color: #fff;
  color: #444;
}
/* line 70, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .sidebar_widget a {
  text-decoration: none;
  color: #777;
}
/* line 74, sass/templates/_left-sidebar-page.scss */
.left_sidebar_page .sidebar_widget a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

@media (max-width: 900px) {
  /* line 86, sass/templates/_left-sidebar-page.scss */
  .left_sidebar_page {
    display: block;
  }

  /* line 90, sass/templates/_left-sidebar-page.scss */
  .left_sidebar_page article {
    width: 100%;
    padding: 0;
  }

  /* line 95, sass/templates/_left-sidebar-page.scss */
  .left_sidebar_page .sidebar_widget {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 99, sass/templates/_left-sidebar-page.scss */
  .left_sidebar_page .sidebar_widget .widget {
    width: 22%;
    margin-right: 25px;
  }
}
@media (max-width: 560px) and (min-width: 300px) {
  /* line 108, sass/templates/_left-sidebar-page.scss */
  .left_sidebar_page .sidebar_widget {
    width: 100%;
    padding: 0;
    display: block;
  }
  /* line 114, sass/templates/_left-sidebar-page.scss */
  .left_sidebar_page .sidebar_widget .widget {
    width: 100%;
    padding: 15px 0;
  }
}
/*--------------------------------------------------------------
## Header Only page
--------------------------------------------------------------*/
/* line 1, sass/templates/_header-only-page.scss */
.header_only_page {
  margin: 0 5%;
}
/* line 4, sass/templates/_header-only-page.scss */
.header_only_page .entry-header {
  text-align: center;
}

/*--------------------------------------------------------------
## Content Only page
--------------------------------------------------------------*/
/* line 1, sass/templates/_content-only-page.scss */
.content_only_page {
  margin: 4% 5%;
}
/* line 4, sass/templates/_content-only-page.scss */
.content_only_page .entry-content {
  text-align: center;
}
/* line 8, sass/templates/_content-only-page.scss */
.content_only_page .post_featured_image {
  margin-bottom: 4%;
}

/*--------------------------------------------------------------
## Full Width Condensed Only page
--------------------------------------------------------------*/
/* line 1, sass/templates/_fullwidth-condensed-page.scss */
.fullwidth_condensed_page {
  margin: 0 5%;
  width: 50%;
  margin: 0 auto;
}
/* line 6, sass/templates/_fullwidth-condensed-page.scss */
.fullwidth_condensed_page .post_featured_image {
  background-color: #f2f2f2;
}
/* line 10, sass/templates/_fullwidth-condensed-page.scss */
.fullwidth_condensed_page .entry-title {
  padding: 20px 0 50px;
  text-align: center;
}
/* line 15, sass/templates/_fullwidth-condensed-page.scss */
.fullwidth_condensed_page .entry-content {
  padding: 5%;
  background-color: #f2f2f2;
}
/* line 20, sass/templates/_fullwidth-condensed-page.scss */
.fullwidth_condensed_page .entry-content p {
  line-height: 2;
}
/* line 24, sass/templates/_fullwidth-condensed-page.scss */
.fullwidth_condensed_page .entry-content a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid rgba(136, 136, 136, 0.18);
}
/* line 30, sass/templates/_fullwidth-condensed-page.scss */
.fullwidth_condensed_page .entry-content a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  border-bottom: 1px solid #2196F3;
}

@media (min-width: 300px) and (max-width: 768px) {
  /* line 41, sass/templates/_fullwidth-condensed-page.scss */
  .fullwidth_condensed_page {
    width: 90%;
  }
}
/*--------------------------------------------------------------
## 404 page
--------------------------------------------------------------*/
/* line 1, sass/templates/_error.scss */
.error_page {
  margin: 0 5%;
}
/* line 4, sass/templates/_error.scss */
.error_page .page-title {
  font-size: 200px;
  text-align: center;
  font-weight: 300;
}
/* line 10, sass/templates/_error.scss */
.error_page .sub-title {
  text-align: center;
  padding: 2% 0;
}
/* line 15, sass/templates/_error.scss */
.error_page .sidebar_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 18, sass/templates/_error.scss */
.error_page .sidebar_widget .widget {
  width: 25%;
  margin: 0 5%;
}
/* line 23, sass/templates/_error.scss */
.error_page .sidebar_widget h2 {
  border-bottom: 1px solid rgba(158, 158, 158, 0.38);
  padding-bottom: 9px;
  font-size: 15px;
}
/* line 29, sass/templates/_error.scss */
.error_page .sidebar_widget input[type="search"] {
  font-weight: 300;
}
/* line 33, sass/templates/_error.scss */
.error_page .sidebar_widget input[type="submit"] {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 8px 10px 7px 10px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 41, sass/templates/_error.scss */
.error_page .sidebar_widget input[type="submit"]:hover {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  background-color: #fff;
  color: #444;
}
/* line 47, sass/templates/_error.scss */
.error_page .sidebar_widget ul {
  list-style: none;
  margin: 0;
}
/* line 52, sass/templates/_error.scss */
.error_page .sidebar_widget a {
  text-decoration: none;
  color: #777;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 57, sass/templates/_error.scss */
.error_page .sidebar_widget a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

@media (min-width: 320px) and (max-width: 760px) {
  /* line 71, sass/templates/_error.scss */
  .error_page .page-title {
    font-size: 150px;
  }
  /* line 76, sass/templates/_error.scss */
  .error_page .sidebar_widget {
    display: block;
  }
  /* line 79, sass/templates/_error.scss */
  .error_page .sidebar_widget .widget {
    width: 90%;
    margin: 30px 5%;
  }
}
/*--------------------------------------------------------------
## search page
--------------------------------------------------------------*/
/* line 1, sass/templates/_search.scss */
.search_page {
  margin: 5%;
}
/* line 4, sass/templates/_search.scss */
.search_page .page-header {
  text-align: center;
}
/* line 8, sass/templates/_search.scss */
.search_page input[type="search"] {
  font-weight: 300;
  font-size: 16px;
}
/* line 13, sass/templates/_search.scss */
.search_page input[type="submit"] {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 12px 10px 10px 10px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 21, sass/templates/_search.scss */
.search_page input[type="submit"]:hover {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  background-color: #fff;
  color: #444;
}
/* line 27, sass/templates/_search.scss */
.search_page .page-content {
  text-align: center;
}
/* line 31, sass/templates/_search.scss */
.search_page a {
  text-decoration: none;
  color: #777;
}
/* line 35, sass/templates/_search.scss */
.search_page a:hover {
  text-decoration: none;
}
/* line 40, sass/templates/_search.scss */
.search_page .entry-title a {
  color: #555;
  -webkit-transition: .6s ease all;
  transition: .6s ease all;
}
/* line 44, sass/templates/_search.scss */
.search_page .entry-title a:hover {
  color: #03A9F4;
  -webkit-transition: .6s ease all;
  transition: .6s ease all;
}
/* line 52, sass/templates/_search.scss */
.search_page .entry-meta {
  font-size: 13px;
}
/* line 56, sass/templates/_search.scss */
.search_page .cat-links a {
  font-size: 12px;
  color: #1b629a;
}
/* line 61, sass/templates/_search.scss */
.search_page .entry-footer {
  font-size: 12px;
}
/* line 65, sass/templates/_search.scss */
.search_page .edit-link {
  margin-left: 5px;
}
/* line 69, sass/templates/_search.scss */
.search_page article {
  margin: 2% 5%;
}
/* line 73, sass/templates/_search.scss */
.search_page .tags-links {
  font-size: 12px;
}
/* line 77, sass/templates/_search.scss */
.search_page .post-edit-link {
  font-size: 12px;
}
/* line 81, sass/templates/_search.scss */
.search_page p {
  font-size: 12px;
  padding: 10px 0 5px 0;
}
/* line 86, sass/templates/_search.scss */
.search_page .nav-previous a, .search_page .nav-next a {
  font-size: 20px;
  border-bottom: 1px solid #9E9E9E;
}
/* line 90, sass/templates/_search.scss */
.search_page .nav-previous a:hover, .search_page .nav-next a:hover {
  text-decoration: none;
}
/* line 95, sass/templates/_search.scss */
.search_page .navigation {
  margin: 50px 0;
}
/* line 99, sass/templates/_search.scss */
.search_page .search_wrap {
  float: left;
  width: 80%;
}

/* line 106, sass/templates/_search.scss */
.search_widget {
  float: left;
  width: 10%;
  margin: 0 5%;
}
/* line 111, sass/templates/_search.scss */
.search_widget .sidebar_widget {
  width: 10%;
  margin-left: 2%;
}
/* line 116, sass/templates/_search.scss */
.search_widget h2 {
  border-bottom: 1px solid rgba(158, 158, 158, 0.38);
  padding-bottom: 9px;
  font-size: 15px;
}
/* line 122, sass/templates/_search.scss */
.search_widget input[type="search"] {
  font-weight: 300;
}
/* line 126, sass/templates/_search.scss */
.search_widget input[type="submit"] {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 8px 10px 7px 10px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 134, sass/templates/_search.scss */
.search_widget input[type="submit"]:hover {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  background-color: #fff;
  color: #444;
}
/* line 140, sass/templates/_search.scss */
.search_widget ul {
  list-style: none;
  margin: 0;
}
/* line 145, sass/templates/_search.scss */
.search_widget a {
  text-decoration: none;
  color: #777;
  font-size: 13px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 151, sass/templates/_search.scss */
.search_widget a:hover {
  color: #2196F3;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

@media (max-width: 768px) {
  /* line 161, sass/templates/_search.scss */
  .search_widget {
    float: none;
    width: 90%;
    margin: 0 5%;
  }
  /* line 166, sass/templates/_search.scss */
  .search_widget .sidebar_widget {
    width: 10%;
    margin-left: 2%;
  }

  /* line 172, sass/templates/_search.scss */
  .search_wrap {
    float: none !important;
    width: 100% !important;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, sass/modules/_accessibility.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 9, sass/modules/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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. */
}

/* Do not show the outline on the skip link target. */
/* line 30, sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/* line 16, sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* line 25, sass/modules/_clearings.scss */
.clearfix {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_widgets.scss */
/* .footer-widget {
  margin: 7% 5% 5%;
} */
/* line 4, sass/site/secondary/_widgets.scss */
.footer-widget .widget {
  float: left;
  padding: 1%;
  width: 25%;
}
/* line 10, sass/site/secondary/_widgets.scss */
.footer-widget .comments-area {
  margin-bottom: 7%;
}
/* line 14, sass/site/secondary/_widgets.scss */
.footer-widget input[type="submit"] {
  color: #fff;
  background-color: #444;
  padding: 22px 30px;
  font-size: 15px;
  border: 1px solid #444;
}
/* line 22, sass/site/secondary/_widgets.scss */
.footer-widget a {
  color: #3F51B5;
  text-decoration: none;
  font-size: 12px;
}
/* line 28, sass/site/secondary/_widgets.scss */
.footer-widget p, .footer-widget .textwidget, .footer-widget caption, .footer-widget .wp-calendar, .footer-widget .archives-dropdown--1, .footer-widget option, .footer-widget .widget select {
  font-size: 12px;
}
/* line 32, sass/site/secondary/_widgets.scss */
.footer-widget th, .footer-widget td, .footer-widget tr {
  font-size: 11px;
  border: none;
}
/* line 37, sass/site/secondary/_widgets.scss */
.footer-widget tbody {
  border: none;
}
/* line 41, sass/site/secondary/_widgets.scss */
.footer-widget input[type="submit"] {
  font-size: 12px;
  border: 1px solid #eee;
  padding: 8px 10px;
  border-radius: 1px;
  background-color: #555;
  color: #fff;
}
/* line 50, sass/site/secondary/_widgets.scss */
.footer-widget input[type="submit"]:hover {
  color: #555;
  border: 1px solid #555;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  background-color: transparent;
}
/* line 57, sass/site/secondary/_widgets.scss */
.footer-widget input[type="search"] {
  font-size: 12px;
  font-weight: 300;
  padding: 5px 5px;
  border-radius: 1px;
}
/* line 64, sass/site/secondary/_widgets.scss */
.footer-widget a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 70, sass/site/secondary/_widgets.scss */
.footer-widget ul {
  list-style: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
/* line 77, sass/site/secondary/_widgets.scss */
.footer-widget .widget_rss li {
  padding: 2% 0;
}
/* line 81, sass/site/secondary/_widgets.scss */
.footer-widget .widget-title {
  font-size: 13px;
  font-weight: bold;
}

/* line 87, sass/site/secondary/_widgets.scss */
.widget {
  /* Make sure select elements fit in widgets. */
}
/* line 91, sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 650px) {
  /* line 97, sass/site/secondary/_widgets.scss */
  .footer-widget .widget {
    float: none;
    width: 100%;
    padding: 2%;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, sass/site/primary/_posts-and-pages.scss */
.hentry {
  margin: 0 0 1.5em;
}

/* line 9, sass/site/primary/_posts-and-pages.scss */
.byline,
.updated:not(.published) {
  display: none;
}

/* line 14, sass/site/primary/_posts-and-pages.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 19, sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* line 25, sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* line 30, sass/site/primary/_posts-and-pages.scss */
#colophon {
  padding: 20px 5%;
  margin-top: 0 !important;
}
/* line 34, sass/site/primary/_posts-and-pages.scss */
#colophon a {
  text-decoration: none;
  color: #555;
}
/* line 39, sass/site/primary/_posts-and-pages.scss */
#colophon a:hover {
  text-decoration: none;
  color: #2196F3;
}
/* line 44, sass/site/primary/_posts-and-pages.scss */
#colophon .site-info {
  float: left;
}
/* line 48, sass/site/primary/_posts-and-pages.scss */
#colophon .footer_address {
  float: right;
}

@media (max-width: 300px) and (min-width: 800px) {
  /* line 55, sass/site/primary/_posts-and-pages.scss */
  #colophon {
    text-align: center;
  }
  /* line 57, sass/site/primary/_posts-and-pages.scss */
  #colophon .site-info {
    float: none;
  }
  /* line 61, sass/site/primary/_posts-and-pages.scss */
  #colophon .footer_address {
    float: none;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/* line 10, sass/site/primary/_comments.scss */
.single_post_page .logged-in-as a {
  text-decoration: none;
  color: #555;
}
/* line 15, sass/site/primary/_comments.scss */
.single_post_page .form-submit {
  float: right;
}
/* line 19, sass/site/primary/_comments.scss */
.single_post_page input[type="submit"] {
  color: #fff;
  background-color: #444;
  padding: 22px 30px;
  font-size: 15px;
  border: 1px solid #444;
}
/* line 27, sass/site/primary/_comments.scss */
.single_post_page input[type="submit"]:hover {
  color: #444;
  background-color: #fff;
  border: 1px solid #444;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
/* line 34, sass/site/primary/_comments.scss */
.single_post_page .comments-area {
  padding: 10px 0;
}

/* line 39, sass/site/primary/_comments.scss */
.comment-meta {
  background-color: #fff;
  padding: 25px 0 20px;
}
/* line 43, sass/site/primary/_comments.scss */
.comment-meta a {
  text-decoration: none;
  color: #2196F3;
}
/* line 48, sass/site/primary/_comments.scss */
.comment-meta a:visited {
  color: #666;
}
/* line 52, sass/site/primary/_comments.scss */
.comment-meta a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 58, sass/site/primary/_comments.scss */
.comment-meta .fn {
  font-size: 20px;
  font-weight: 500;
}
/* line 63, sass/site/primary/_comments.scss */
.comment-meta .edit-link {
  margin-left: 10px;
  border: 1px solid #eee;
  padding: 3px 8px;
}
/* line 69, sass/site/primary/_comments.scss */
.comment-meta .comment-metadata a {
  color: #666;
  font-size: 12px;
}
/* line 73, sass/site/primary/_comments.scss */
.comment-meta .comment-metadata a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

/* line 82, sass/site/primary/_comments.scss */
.page-template .comment-respond .comment-form-comment #comment {
  font-size: 14px;
}

/* line 86, sass/site/primary/_comments.scss */
.comment-content {
  background-color: #fff;
}
/* line 89, sass/site/primary/_comments.scss */
.comment-content p {
  font-size: 13px;
}

/* line 94, sass/site/primary/_comments.scss */
.reply, #respond {
  background-color: #fff;
}
/* line 97, sass/site/primary/_comments.scss */
.reply a, #respond a {
  color: #777;
  font-size: 12px;
}
/* line 102, sass/site/primary/_comments.scss */
.reply a:hover, #respond a:hover {
  text-decoration: none;
  color: #2196F3;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

/* line 109, sass/site/primary/_comments.scss */
.comment-form-comment textarea {
  font-size: 14px;
}

/* line 113, sass/site/primary/_comments.scss */
#comments ol {
  list-style: none;
}

/* line 117, sass/site/primary/_comments.scss */
#comments .pingback {
  padding: 5px 0;
}

/* line 121, sass/site/primary/_comments.scss */
#comments .pingback a {
  color: #2196F3;
}

/* line 125, sass/site/primary/_comments.scss */
#comments .edit-link {
  padding: 1px 8px;
  border: 1px solid rgba(153, 153, 153, 0.45);
  margin-left: 7px;
}

/* line 131, sass/site/primary/_comments.scss */
#comments .comment-metadata {
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 11, sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 15, sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 19, sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 23, sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 27, sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 31, sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 35, sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 39, sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 44, sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/* line 121, sass/style.scss */
i.fa.fa-chevron-up {
  padding: 10px;
  display: none;
  background: rgba(51, 51, 51, 0.05);
  font-weight: bold;
  color: rgba(68, 68, 68, 0.51);
  position: fixed;
  border-radius: 100%;
  bottom: 50px;
  right: 20px;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

/* line 134, sass/style.scss */
i.fa.fa-chevron-up:hover {
  opacity: .9;
  color: #333;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  background-color: #fff;
  border: 1px solid #555;
}



/* ***************************************
 * DEMO STYLES
 * **************************************/

.mb-4{
margin-bottom: 2em;
}

.mb-5{
  margin-bottom: 3em;
}

.section h3{
  text-transform: uppercase;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: #eee solid 1px;
}