/*
Theme Name: Kitt
Theme URI: https://kittkalio.com/
Author: Kitt + Kalio
Author URI: https://kittkalio.com
Description: A multipurpose theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kkalio
Tags: White
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
  # Normalize
  # Typography
    ## Headings
    ## Paragraph Styles
  # Elements
    ## Social Elements
  # Forms
    ## Contact Form
  # Navigation
  	## Links
  	## Menus
  # Accessibility
  # Alignments
  # Clearings
  # Widgets
  # Content
    ## Archive
    ## Posts and pages
  	## Asides
  	## Comments
    ## Tags
    ## Search Results
    ## Jetpack
      ### Testimonials
      ### Portfolio
  # Footer
  # Modals
  # Infinite scroll
  # Media
  	## Captions
  	## Galleries
  # Riley
  # Chloe
  # Static Frontpage
  # WooCommerce
  # Loading Icons
  # Date & Comment Styles
  # Button Styles
  # Responsive
  # Admin

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
div#wpadminbar{
  position: fixed;
}
.admin-bar .navbar-fixed-top {
  margin-top: 46px !important;
}
@media (min-width:48em) {
  .admin-bar .navbar-fixed-top {
    margin-top: 32px !important;
  }
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
  -webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
  color:#333;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

.gallery figure {
  margin:0rem;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body{
  font-family: 'Lato', sans-serif;
  color:#777;
  -webkit-font-smoothing: antialiased;
}

p{
  margin: 0px 0px 1em 0px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: Normal;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 700;
  font-style: Normal;
  font-family: "Lato", sans-serif;
  color:#333;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2em;
  line-height: 41px;
}

h2 {
  font-size: 1.5em;
  line-height: 1.7em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.2em;
}

h4 {
  font-size: 1.12em;
  line-height: 1.12em;
}

h5 {
  font-size: 1em;
  line-height: 1em;
}

h6 {
  font-size: 0.94em;
  line-height: 13px;
}

blockquote{
  border-left: .35rem solid #ccc;
  color: rgba(0, 0, 0, 0.8);
  font-style: italic;
  padding-left: 1rem;
}

blockquote p{
  font-size: 22px;
  font-style: Italic;
  color: #333;
  margin: 0px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
}

.txt-white {
	color:#FFF;
}

a {
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

a:active,a:hover,a:visited,a:focus, .accent{
  text-decoration: none;
  outline: 0;
  color:#333;
}
.bk-accent{
  background-color: #777;
}

.text-bold {
  font-weight: bold;
}

/*--------------------------------------------------------------
## Headings Styles
--------------------------------------------------------------*/
.accent-title, .accent-title a{
  letter-spacing: .1em;
  color:#333;
}
/*--------------------------------------------------------------
## Paragraph Styles
--------------------------------------------------------------*/
.rbe.read-more-container.reh{
  font-size: .8em;
  font-style: normal;
  letter-spacing: .1em;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

body.navbar-margin{
  margin-top: 99px;
}

@media (min-width: 48em)  {
  body.navbar-margin{
    margin-top: 104px;
  }
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

hr.fphd{
  width:50px;
  height:2px;
  margin-bottom: 1rem;
}

dt {
	font-weight: bold;
  color:#333;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.blur{
  filter: blur(5px) grayscale(50%);
  -webkit-filter: blur(5px) grayscale(50%);
  -webkit-transition : -webkit-filter 500ms liner;
  transition : filter 1s liner;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
select {
   border: 1px solid #777;
   border-radius:0;
   background-color: transparent;
   padding: 7px 40px 7px 7px;
   font-size: 16px;
   text-transform: uppercase;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
  background: url("images/dropdown-icon.png") 98% / 5% no-repeat transparent;
}

ins {
  text-decoration: none;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) {
    select {
        background:none;
        padding: 5px;
    }
}


a.img-link:hover img {
  opacity: .9;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}

/*.inline-share-buttons{
  border-top:1px solid #ccc;
  padding-top:1em;
}*/
.multi-page-nav .pull-right i{
  margin-left:1em;
}
.multi-page-nav .pull-left i{
  margin-right:1em;
}
/*--------------------------------------------------------------
## Social Elements
--------------------------------------------------------------*/
.post-share-buttons-footer a, .post-share-buttons-footer a:hover, .post-share-buttons-footer a:focus, .post-share-buttons-footer a:visited, .love-count{
  color:#777;
}
.fa-facebook:hover, .facebook-count a:hover{
  color:#3b5998;
  -webkit-transition:color .1s;
  transition:color .5s;
}
.fa-twitter:hover, .twitter-count a:hover{
  color:#00aced;
  -webkit-transition:color .1s;
  transition:color .5s;
}
.fa-pinterest-p:hover, .pinterest-count a:hover{
  color:#cb2027;
  -webkit-transition:color .1s;
  transition:color .5s;
}
.fa-pinterest-p:hover, .pinterest-count a:hover{
  color:#cb2027;
  -webkit-transition:color .1s;
  transition:color .5s;
}
.fa-youtube:hover, .youtube-count a:hover{
  color:#bb0000;
  -webkit-transition:color .1s;
  transition:color .5s;
}
.fa-instagram:hover, .instagram-count a:hover{
  color:#125688;
  -webkit-transition:color .1s;
  transition:color .5s;
}
.bloglovin-icon:hover, .bloglovin-count a:hover{
  color:#000;
  -webkit-transition:color .1s;
  transition:color .5s;
}
.fa-linkedin:hover, .bloglovin-count a:hover{
  color:#007bb5;
  -webkit-transition:color .1s;
  transition:color .5s;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  box-shadow: none;
  background: none;
  text-shadow:none;
  border:1px solid #777;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

#contact-msg img{
  max-width: 100%;
}

label {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 2em;
}

input#name.form-control.input-sm, input#email.form-control.input-sm,textarea#message.form-control {
  background-color:#333;
  border:none;
  border-bottom:1px solid #fff;
  color:white;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .1em;
}
.form-control:focus{
  border: none;
  box-shadow: none;
}


/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.material-forms .group {
  position: relative;
  margin-bottom: 45px;
}

.material-forms input, .material-forms textarea{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;
  letter-spacing: .03rem;
  font-weight: 300;
}

.material-forms input:focus, .material-forms textarea:focus{
  color:#777;
  outline:none;
}

.material-forms label {
  color:#999 !important;
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all;
}

.material-forms input:focus ~ label, .material-forms input:valid ~ label, .material-forms textarea:focus ~ label, .material-forms textarea:valid ~ label{
  top:-20px;
  font-size:14px;
  color:#777;
}

.material-forms .bar  {
  position:relative;
  display:block;
  width:100%;
}

.material-forms .bar:before,.material-forms .bar:after   {
  content:'';
  height:2px;
  width:0;
  bottom:1px;
  position:absolute;
  background:#777;
  transition:0.2s ease all;
}
.material-forms .bar:before {
  left:50%;
}
.material-forms .bar:after {
  right:50%;
}

.material-forms input:focus ~ .bar:before,.material-forms input:focus ~ .bar:after, .material-forms textarea:focus ~ .bar:before,.material-forms textarea:focus ~ .bar:after {
  width:50%;
}

.material-forms .highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

.material-forms input:focus ~ .highlight, .material-forms textarea:focus ~ .highlight {
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS =================================== */
@keyframes inputHighlighter {
  from  { background:#777; }
  to    { width:0; background:transparent; }
}

.material-forms input:focus ~ label,.material-forms input:valid ~ label, .material-forms textarea:focus ~ label,.material-forms textarea:valid ~ label{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

h1.address-name{
  margin:0;
  font-size: 1em;
  margin-bottom: 2em;
  text-transform: uppercase;
}

.contact-page-info{
  margin: auto;
  padding:2em;
}
.contact-postal{
  margin-bottom: 2em;
}
.contact-postal:before{
  font-family: "FontAwesome";
  content: "\f041";
}
.contact-email-btn:before{
  font-family: "FontAwesome";
  content: "\f003";
}
.contact-tel-btn:before{
  font-family: "FontAwesome";
  content: "\f10b";
}
.contact-entry article{
  margin-bottom: 4em;
}
.contact-flex .col-md-6{
  margin-bottom: 3em;
}
.kkalio-contact-form{
  padding-top:2em;
}
.kkalio-contact-form input[type=email], .kkalio-contact-form input[type=text]{
  width:98% !important;
}

.kkalio-contact-form textarea{
  width:98% !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar.navbar-long{
  padding-top:1.5em;
  padding-bottom:1.5em;
  -webkit-transition: padding-top .25s, padding-bottom .25s;
  transition:padding-top .25s, padding-bottom .25s;
}
.navbar-solid{
  background-color:#FFF;
  border-bottom:1px solid #ccc;
  -webkit-transition: border-bottom .25s, background-color .25s;
  transition:border-bottom .25s, background-color .25s;
}

.navbar .nav-link, .navbar .disabled{
  font-family: "lato";
  font-weight: normal;
  font-style: Normal;
  color: #333;
  font-size: 1em;
}

.navbar-short{
  padding-top:.5em !important;
  padding-bottom:.5em !important;
  -webkit-transition: padding-top .25s, padding-bottom .25s, background-color .25s linear, border-bottom .25s linear;
  transition:padding-top .25s, padding-bottom .25s, background-color .25s linear, border-bottom .25s linear;
  background-color:white;
}

.navbar a, .modal-body a.nav-link{
  font-weight: 300;
  letter-spacing: 0.1rem;
}

.navbar-divider, .navbar-nav .nav-item+.nav-item, .navbar-nav .nav-link+.nav-link{
  margin-left: 1.75em;
}
.modal .navbar-divider, .modal .navbar-nav .nav-item+.nav-item, .modal .navbar-nav .nav-link+.nav-link{
  margin-left: 0;
}

.transparent .navbar-header, .transparent i{
  color:#fff !important;
}

.transparent .nav-link, .transparent .navbar-toggler{
  color:white;
}

.nav-link span.fa.fa-angle-down {
  padding-left: .5em;
}

.navbar-top-margin{
  margin-top:5px;
}

ul.mobile-navigation{
  list-style-type: none;
  -webkit-padding-start: 0px;
  font-size:2rem;
}

.mobile-navigation li.nav-item{
  float:none !important;
}
.dropdown-menu{
  background-color: #FFF;
}
.dropdown-menu> .nav-item a, .dropdown-menu> .disabled a{
  color:#333;
  font-size: 80%;
}

.dropdown-menu> .disabled a{
  font-weight: normal;
  color:#777;
}

.dropdown-menu .nav-item{
  float:none;
}
.dropdown-menu> .nav-item, .dropdown-menu> .disabled{
  margin-left: 1.75em;
  margin-right:1.75em;
}

.modal-body .dropdown-menu{
  position:relative;
  background-color: transparent;
}

.modal-body .dropdown-menu .nav-link{
  font-size: 2rem;
  text-align: center;
}
.modal-body .dropdown-menu> .nav-item{
  margin-left: 0;
  margin-right: 0;
}

.modal-body ul.dropdown-menu {
  width:100%;
}

.dropdown-menu li.divider{
  border-top: 1px solid #ccc;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-top: .25em;
}

.open>.dropdown-menu{
  animation-name: slidenavAnimation;
  animation-duration:.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*--------------------------------------------------------------
## Frontpage Slider
--------------------------------------------------------------*/
.slider-overlay{
  width: 100%;
  height:100%;
  position:absolute;
  top:0;
  background-color: rgba(0,0,0,.5);
}

/*--------------------------------------------------------------
## CAROUSEL
--------------------------------------------------------------*/
.carousel-item {
  height: 80vh;
  overflow: hidden;
  margin-left:auto;
  margin-right:auto;
}

.carousel-item > img {
  margin:auto;
  min-width: 100%;
  max-width: none !important;
  min-height:100% !important;
  object-fit: cover;
  margin-left:-100%;
  margin-right:-100%;
}

.carousel-inner>.carousel-item>img{
  display: inline-block;

}

.carousel-item-transparent{
  height: 90vh !important;
}

.carousel-caption{
  padding-bottom: 0;
}
.carousel-caption, .carousel-control{
  text-shadow:none;
  font-size: 1.5em;
}
.carousel-caption h1 a, .carousel-caption h1{
  color:#FFF;
  line-height: 1.2em;
}

.carousel-caption hr.fphd{
  background-color: #fff !important;
}

.carousel-caption p{
  text-align: center;
  font-size: 1em;
  line-height:normal;
  font-weight: 300;
  font-style: Normal;
  margin-bottom: 1em;
  letter-spacing: normal;
}

@media (max-width:768px) {
  .carousel-caption p{
    margin-top:1em;
  }
}

a.outline_button, input#contactbutton, #infinite-handle span, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce .button, .woocommerce .button, .add_to_cart_button, .product_type_simple, .woocommerce .login .form-row .button, .woocommerce #review_form #respond .form-submit input, a.button.add_to_cart_button.product_type_variable, a.product_type_simple, .fp_static_row a.product_type_simple, #subscribe-submit input[type="submit"], .woocommerce table.cart td.actions .button{
  text-transform: uppercase;
  color:#333;
  background-color:transparent;
  font-weight: bold;
  letter-spacing: .2em;
  border: 2px solid #333;
  padding: .7rem 1.4em;
  border-radius: 0;
  font-size:12px;
}
a.outline_button:hover, input#contactbutton.outline_button:hover, #infinite-handle span:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, a.product_type_simple:hover, .woocommerce #review_form #respond .form-submit input:hover, a.button.add_to_cart_button.product_type_simple:hover, .woocommerce a.button:hover, a.product_type_simple:hover, .fp_static_row a.product_type_simple:hover, #subscribe-submit input[type="submit"]:hover, .woocommerce table.cart td.actions .button:hover, input#submit.submit:hover{
  color:#FFF !important;
  background-color:#333;
  transition: color .5s, background-color .5s;
  -webkit-transition: color .5s, background-color .5s;
  border-radius: 0;
}

.fp_static_row .woocommerce a.added_to_cart{
  display: none;
}
.readmore-container{
  padding-top:1em;
}

.carousel a.outline_button{
  color:#FFF !important;
  font-size: .5em;
  border: 2px solid #FFF !important;
  padding:1em;
}
.carousel a.outline_button:hover{
  color:#333 !important;
  background-color:#FFF !important;
}

.carousel-indicators {
  top: 1.5rem;
  right: 1.5rem;
  bottom: auto;
  left: auto;
  width: 1rem;
  margin-left: 0;
}

.carousel-indicators-transparent {
  top: auto !important;
  bottom: 1.5em !important;
}

.carousel-indicators > li {
  margin-bottom: .75rem;
}

.carousel-indicators li{
  background-color:#FFF;
  opacity: 0.4;
}
.carousel-indicators .active{
  margin-bottom: .75rem;
  width: 10px;
  height: 10px;
  opacity: 1;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 1.5em 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* SCREEN READERS ================================= */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* VERTICAL ALIGNMENTS ================================= */
.va-parent{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height:100%;
}
.va-child{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-toggler{
  color:#333;
}

.navbar button, .navbar a{
  opacity: 0.9;
}
.navbar button:hover, .navbar a:hover{
  opacity: 1;
}

.navbar-center {
  padding-top:5px;
}

.navbar-brand {
  height:50px;
  padding-top: 0px;
  max-width: 50%;
}

.navbar-brand>img{
  max-height:50px;
}

.navbar i{
  opacity:.8;
  padding-left: .1em;
}

.navbar i:hover{
  opacity: .8;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
  overflow: auto;
}

.riley-footer-widget, .riley .widget_search{
  padding:0em 2em;
}

.widget h3{
  font-size: 1.17em;
  font-family: "lato";
  font-weight: 400;
  font-style: Normal;
  text-align: center;
  padding:.5em;
  letter-spacing: .05em;
}

.widget_search{
  padding: 0;
  border:none;
}

.widget-area{
  padding-top:2em;
  padding-bottom:2em;
}

.chloe .widget-area{
  padding-top:1em;
}

.widget-area img{
  width:100%;
  height:auto;
}

.riley-widget-area{
  padding-top:3em;
  margin-left: auto;
  margin-right: auto;
}

.riley-footer-widget ul, .chloe-widget ul{
  list-style-type: none;
  padding-left: 0;
}
.riley-footer-widget ul li, .chloe-widget ul li{
  text-transform: uppercase;
  padding:.25em;
}

.riley-footer-widget ul li:before, .chloe-widget ul li:before{
  font-family: 'FontAwesome';
  content: '\f105';
  margin-right:5px;
  margin-left: .75em;
}

.riley-widget-area .widget{
  float:none;
  display: inline-table;
}

/* MAKE SURE SELECT ELEMENTS FIT IN WIDGETS =============== */
.widget select {
	max-width: 100%;
}

/* SEARCH WIDGET ================================= */
.widget button#searchsubmit{
	display: none;
}

aside.widget.widget_text{
	text-align: center;
	padding-bottom: 3em;
	padding-top: 1.5em;
}

.widget_search .search-field{
  width:100% !important;
}
.tagcloud{
  text-align: center;
}
.tagcloud a{
  padding:5px;
  margin:15px;
  font-weight: 300;
  text-transform: uppercase;
}
ul.recent-posts-widget-wthumbs img{
  max-width: 270px;
  margin-bottom: 1em;
  border-radius: 50%;
}

ul.recent-posts-widget-wthumbs h4{
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: .1em;
}
ul.recent-posts-widget-wthumbs h4 a{
  font-size:1.4em;
  line-height: normal;
}
ul.recent-posts-widget-wthumbs img:hover{
  opacity: .9;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
ul.recent-posts-widget-wthumbs hr.fphd{
  margin-bottom: .25rem;
  margin-top: .25rem;

}
ul.recent-posts-widget-wthumbs li:before{
  content:none;
}
ul.recent-posts-widget-wthumbs li, ul.recent-posts-widget-wthumbs li{
  background-color: transparent;
  margin-top: 2em;
  margin-bottom: 1em;
}
ul.recent-posts-widget-wthumbs li:hover, ul.recent-posts-widget-wthumbs li:hover{
  background-color: transparent;
  color:#777;
}

ul.recent-posts-widget-wthumbs li .post-date{
  font-size: 80%;
}
.rpw-cat{
  padding:.25em;
}
.rpw-cat a{
  font-weight: 300;
}
.ig-widget-padding{
  padding:.1em;
}
.row-instagram-widget{
  margin-right:0;
  margin-left:0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main {
  padding-top:1em;
  padding-bottom:1em;
}

.site-main .post-navigation{
  margin-top: 3em;
  margin-bottom: 3em;
}
.error-404 #searchsubmit{
  display: none;
}

.multi-page-nav{
  margin-top: 3em;
  margin-bottom: 3em;
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.archive-heading{
  padding-top:1em;
  padding-bottom:1em;
  letter-spacing: .1em;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	/*margin: 0 0 1.5em;*/
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.author-page-meta{
  margin-top:1em;
  margin-bottom:1em;
}
.single-author-meta{
  padding:1em;
}
.meta-author-photo{
  margin-bottom: 1em;
}
.single-author-name{
  letter-spacing: 0.1rem;
  margin-bottom:.5em;
}
.single-author-name a{
  font-size: 1.7em;
  text-align: center;
  margin: 0 0 4px 0;
  font-family: "lato";
  font-weight: 400;
  font-style: Normal;
}

.single-author-social a{
  opacity: 0.8;
}
.single-author-social a:hover{
  opacity: 1;
}

.single-footer{
  margin-bottom:2em;
}
.post-share-buttons{
  text-align: left;
}
.post-share-buttons a{
  margin-right:1em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
h2.comments-title{
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom:.5em;
  margin-bottom:.5em;
  border-bottom:2px solid #ccc;
}

.comment-author img{
  border-radius:50%;
}
.comment-author-name{
  text-transform: capitalize;
  text-decoration: none;
  font-style: normal;
}
.comment-author-picture {
  padding:.5em .5em .5em 0;
}
a.comment-reply-link, a.comment-edit-link{
  font-weight: normal;
  text-transform: uppercase;
  font-size: .8rem;
  padding-right:1rem;
}
.comment-body .reply{
  border-bottom:1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom:1em;
}
.logged-in-as a{
  font-weight: normal;
}
li.comment {
  padding-top:2em;
}
a.comment-time-link{
  font-weight: normal;
  text-transform: capitalize;
  font-size:.8rem;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area label{
  display: block;
}

.comments-area textarea, .comments-area input[type="text"], .comments-area input[type="email"], .comments-area input[type="url"], .comments-area input[type="password"], .comments-area input[type="search"] {
  width:100%;
  padding:.5em;
}

.comments-area input[type="submit"]{
  padding:.7em;
}

.comments-area ul.comment-list, .comments-area ul.children {
  list-style-type: none;
}
/*--------------------------------------------------------------
## Tags
--------------------------------------------------------------*/
.entry-footer-tags {
  padding-top:2em;
  padding-bottom: 1em;
}

.entry-footer-tags a{
  font-size: .75em;
  padding: .25em .75em;
  margin-right: .25em;
  margin-bottom: .25em;
  border: 1px solid #777;
  background-color: #777;
  color:#FFF;
  letter-spacing: .1em;
}

.entry-footer-tags a:hover{
  opacity: 1;
  color:#FFF;
  border: 1px solid #333;
  background-color: #333;
  transition: border .25s, background-color .25s;
  -webkit-transition: border .25s, background-color .25s;
}

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/
/* NOT FOUND */
input#search.search-field{
  width: 80%;
  text-align: center;
  padding: .25em;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top:1em;
  margin-bottom:1em;
}

.search-result-header ul.post-categories{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.search-result-index, .category-result-index{
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
}

.search-result-header{
  text-transform: uppercase;
}

.search-result-header ul.post-categories li{
  display:inline;
  margin-right:2em;
}
.search-result-tags li{
  padding-bottom:20px;
}
.search-result-tags a{
  border:2px solid #777;
  padding:.25em .5em;
  text-transform: uppercase;
  font-weight: normal;
}

.search-result-tags a:hover{
  background-color:#777;
  color:white;
}

a#cancel-comment-reply-link{
  text-transform: uppercase;
  padding: .25em;
  border: 2px solid #333;
  margin-left: 1em;
  font-weight: normal;
  font-size:1em;
}
a#cancel-comment-reply-link:hover{
  color:#FFF;
  background-color: #333;
  -webkit-transition: color .25s, background-color .25s;
  transition: color .25s, background-color .25s;
}
.comment-reply-title{
  text-transform: uppercase;
}
a.comment-logout{
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Jetpack
--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #footer-pagination,
.infinite-scroll.neverending #footer {
    display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}

span.infinite-loader> .spinner{
  left: 50% !important;
  right: 50% !important;
}

#infinite-handle{
  text-align: center;
}
.sd-content{
  text-align: center;
}
.sd-content ul li a{
  margin:1em !important;
}

/* Social Icons */
.widget_wpcom_social_media_icons_widget ul{
  text-align: center;
}
.widget_wpcom_social_media_icons_widget ul li:before{
  content: '';
  margin-right: 0;
  margin-left: 0;
}
.widget_wpcom_social_media_icons_widget .genericon{
  padding:1em;
  font-size: 1em;
}
.widget_wpcom_social_media_icons_widget li{
  margin-right:0 !important;
}

.jetpack_subscription_widget #subscribe-email input{
  padding: 1em;
  width: 100%;
  text-transform: uppercase;
}

.grav-clone {
  border: none !important;
  border-width:0 !important;
  border-radius: 50%;
  margin:0 !important;
}
/*--------------------------------------------------------------
### Testimonials
--------------------------------------------------------------*/

.testimonial-slides .carousel-item {
  height:auto;
}

.jetpack-testimonial-hr{
  margin-top:2em;
}

.fp-test-text{
  text-align: center;
  font-family: "merriweather";
  font-style: Italic;
}

.fp-test-text:before{
  content: "\“";
}

.fp-test-text:after{
  content: "\”";
}


h4.jp-relatedposts-post-title {
  margin-top: .5em;
  font-size: 1.2em;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post a{
  text-decoration: none;
  font-weight: normal;
}

#jp-relatedposts h3.jp-relatedposts-headline{
  text-transform: uppercase;
  font-size:1em;
}

/*--------------------------------------------------------------
### Portfolio
--------------------------------------------------------------*/
.fp-portfolio-grid-thumb{
  height:100%;
  width:100%;
  position: relative;
  overflow: hidden;
}

.img-portfolio-archive-overlay header{
  width: 100%;
}
.img-portfolio-archive-overlay .bk-accent{
  background-color: #fff;
}
.portfolio-grid-fp {
  margin-bottom: 3em;
}
.portfolio-grid-fp img{
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  height: auto;
}

.portfolio-grid-fp-lg, .portfolio-grid-fp-sm-1, .portfolio-grid-fp-sm-2{
  padding:1em;
  height:200px;
}
.portfolio-grid-fp-lg{
  height: 400px;
}

@media (max-width:544px) {
  .img-portfolio-archive-overlay{
    position: relative !important;
    opacity: 1 !important;
    background-color: transparent !important;
    padding-top:.5em;
  }

  .img-portfolio-archive-overlay a, .img-portfolio-archive-overlay  h1.accent-title{
    color:#333 !important;
    font-size: 1.4em;
    line-height: normal;
    padding:.1em;
  }

  .img-portfolio-archive-overlay hr.fphd{
    display: none;
  }

}

@media (min-width:544px) {
  .portfolio-grid-fp-lg{
    height:400px;
    padding-right:.2em;
  }
  .portfolio-grid-fp-sm-1{
    height:200px;
    padding-bottom:.25em;
    padding-left:.2em;
  }
  .portfolio-grid-fp-sm-2{
    height:200px;
    padding-top:.25em;
    padding-left:.2em;
  }
}
.portfolio-carousel{
  margin-bottom:2em;
}
.port-filters li a{
  font-weight: normal;
}
.port-filters li a.active{
  padding-bottom:.3em;
  border-bottom:2px solid #333;
}
.portfolio-item {
  width:90%;
  margin:1em;
}

.img-portfolio-archive{
  position: relative;
}

.img-portfolio-archive-overlay{
  position: absolute;
  top: 0;
  opacity: 0;
  width:100%;
  height: 100%;
  background-color: #000;
}
.img-portfolio-archive-overlay a{
  width:100%;
  display: block;
  color:#fff;
}

.img-portfolio-archive-overlay h1, .alternate-stripe .img-portfolio-archive-overlay h1, .img-portfolio-archive-overlay h1 a, .alternate-stripe .img-portfolio-archive-overlay h1 a{
  color: #FFF;
}
.img-portfolio-archive-overlay a, .img-portfolio-archive-overlay a:hover, .img-portfolio-archive-overlay a:focus, .img-portfolio-archive-overlay  a:visited{
  color:#fff;
}

.port-filters{
  white-space:nowrap;
  overflow-x: scroll;
}
.port-filters>li{
  margin:.5em;
  display: inline;
}
@media (min-width:48em) {
  .portfolio-item {
    width:30%;
    margin:1em;
  }
  .type-jetpack-portfolio{
    margin-bottom:2em;
  }
  .img-portfolio-archive:hover > .img-portfolio-archive-overlay, .fp-portfolio-grid-thumb:hover > .img-portfolio-archive-overlay{
    opacity: .8;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-content{
  padding-top:2em;
  padding-bottom: 3em;
}

.social-footer i{
	padding:.5em;
}

.social-footer-count:before {
  content: ' | ';
}
.site-info{
	font-size: .8em;
}

.site-footer li{
	font-weight: normal;
	letter-spacing: .1em;
}

footer ul{
  padding:0;
  margin:0;
  list-style-type:none;
}

footer h4{
	font-size: .8em;
  letter-spacing: .2em;
 	text-transform: uppercase;
}

.footer-row {
  padding-top:2em;
  padding-bottom:2em;
}
.social-count-footer{
  font-size: .7rem;
  text-transform: uppercase;
}
.social-count-footer ul li{
  padding:1rem;
}

.alternate-stripe {
  background-color:#f8f8f8;
}

a.footer-site-name{
  font-size:2rem;
}

.footer-menu li{
  font-size:.8rem;
  width:50%;
  float:left;
}
.footer-menu li:nth-child(2n){
  float:right;
}
.footer-menu .sub-menu{
  margin-left:.5em;
}
.footer-section{
  padding-bottom:2em;
}
.footer-logo{
  padding-bottom: 1em;
}
.instagram-footer{
  padding-bottom: 0;
}

.instagram-widget-title{
  padding-bottom:1rem;
}

.ig-footer-photo{
  width:10%;
  display:inline-block;
  float:left;
}

.footer-menu{
  padding-bottom: 2em;
}

.footer-contact-address{
  font-size:.8em;
}
.copyright{
  padding-top:1em;
}
.kitt-signature{
  padding-bottom: 1em;
  font-size: 14px;
}

.kitt-signature a{
  font-weight: 500;
}

/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/
.modal-backdrop.in{
  opacity: .95;
}

.modal-body ul.dropdown-menu a{
  color:#777;
}

.modal-body a.nav-link{
  color:#FFF;
}

/* SEARCH MODAL ================================= */

.searchModal-button:focus{
  outline:none;
  border:none;
}

.search-modal-wrapper{
  background-color:transparent;
}

.modal input.search-field{
  background-color: transparent;
  border:none;
  border-bottom:2px solid #fff;
  color:#fff;
  font-size:1.6em;
  width: 60%;
}

.modal input.search-field:focus{
  border: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border-bottom: 1px solid rgba(81, 203, 238, 1);
}

.modal input.search-field:focus{
  border: none;
  box-shadow:none;
  outline: 0 none;
  color:#fff;
  border-bottom: 2px solid #fff;
}

#searchsubmit{
  color:#fff;
  border: none;
  font-size: 1.6em;
}
#searchsubmit:focus{
  border: none;
}

.modal-open .modal {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: scroll;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
  font-style: italic;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
  font-family: 'Merriweather', serif;
  color:#777;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
  text-align: center;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: center;
	width: 100%;
  border:2px solid #FFF;
  position:relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.gallery-item figcaption{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  color:#fff;
}
.gallery-item:hover img{
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
}
.gallery-item:hover> figcaption{
  visibility: visible;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.lb-cancel{
  background:url('./images/loading.gif') no-repeat;
  width:120px;
  height:120px;
  margin:auto;
}

div.lb-outerContainer{
  background-color:transparent;
}

.lightboxOverlay{
  opacity: .95;
}

div.lb-details{
  text-transform: uppercase;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  border: none;
}
/*--------------------------------------------------------------
# Riley
--------------------------------------------------------------*/
h1.rpt{
  margin-bottom:2em;
}
.rch, .rsic{
 padding-bottom:1.5rem;
}
.rct{
  margin-top:0rem;
  margin-bottom:0rem;
}
.rspd{
  text-transform: uppercase;
}
.rwa {
  padding-top: 2rem;
  padding-bottom:2rem;
}
.rpc{
  margin-top:2em;
  margin-bottom:2em;
}
.rar{
  margin-bottom: 2em;
  border-bottom:1px solid #ccc;
}

.rec{
  padding-bottom:1em;
  margin-bottom: 2em;
}

.rai{
  margin-bottom: 4em;
  padding-bottom: 4em;
  border-bottom: 1px solid #ccc;
}
.riley-social-buttons{
  padding:1.6em;
}
hr.riley-index-seperator{
  margin-top:5em;
  margin-bottom:5em;

}

.nav-previous:before{
  content:"<";
}
h1.riley-index-heading {
  font-size: 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .3rem;
}
.rcontent{
  padding-top:4rem;
}

.reh{
  padding-bottom:.5rem;
}

.rbe{
  font-style: italic;
  font-size: 1.2rem;
}

.ric a{
  padding-left:1rem;
  padding-right:1rem;
  color:#666;
}

.rcc:before{
  content: ' | ';
  color:#666;
}

.rbih{
  padding-top:1em;
}
.rsh{
  padding:0em;
}

.rsem, .rsthumb{
  margin-bottom:.5rem;
}

.rtd p{
  font-size: 1.4rem;
  font-weight: 100;
}
.rhi{
  margin-bottom: 1em;
}
.riley-home{
  padding-top:4em;
}
.riley-home article{
  margin-bottom:5em;
}

a.fw-date-comments{
font-size: .0rem;
letter-spacing: .1rem;
font-weight:300;
text-transform: uppercase;
color: #C0BCBC;
}

a.fw-date-comment:hover{
color:#a7a4a4;
}
.ric{
  padding-bottom: 1.3em;
}
.ric a{
  padding-left:1em;
  padding-right:1em;
}

.single-categories.uppercase{
  text-transform: lowercase;
  font-style: italic;
}

.riley #infinite-handle{
  margin-bottom:5em;
}
.riley .author-gravatar-container{
  margin-bottom: 1em;
}
/*--------------------------------------------------------------
# Chloe
--------------------------------------------------------------*/
.cbi {
  padding-bottom:4rem;
  margin-bottom:4rem;
}
.cbm{
  margin-bottom: 1rem;
}

.ccc{
  padding-top:1em;
}
.csh .single-categories a{
  padding-right:1em;
}
.ccat a{
  font-weight: normal;
  font-style: Normal;
  font-size: 0.941em;
  letter-spacing: 1px;
  padding: 1em;
  opacity: .8;
}
.ccat a:hover{
  opacity: 1;
}

.cmeta a{
  font-weight: 300;
}
.cmeta {
  padding:.25em 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 1em 0px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: Italic;
  color: #777;
}
.chloe .outline_button {
  font-size: .6em;
}

.cmeta a{
  color:#777;
}
.cmeta .posted-on:after{
  content:"|";
  margin-left:.5em;
  margin-right:.5em;
}

.crmc {
  padding:1rem 0 2rem;
}
.ccn{
  margin-top:1em;
}
.csh{
  padding-bottom: 1rem;
}
.csh h1{
  margin-bottom:0;
}
.csh hr.fphd, .rsh hr.fphd{
  margin-top:.75em;
  margin-bottom:.75em;
}
.cmb{
  /*margin-bottom: 2em;*/
  padding: 1em inherit 0;
}
.cah{
  padding-bottom: 2em;
}

.cab{
  padding-top:2em;
}
.csright, .csleft{
  max-width: 50%;
  letter-spacing: .1em;
}
.chloe #infinite-handle{
  margin-bottom:2em;
}

@media (min-width:48em){
  .vertical-align{
    display: flex;
    align-items: center;
  }
  .flex{
    display: flex;
  }
}


.blog-index-footer-two div{
  padding:0 1em;
  font-size: .8rem;
}

/*--------------------------------------------------------------
# Static Frontpage
--------------------------------------------------------------*/
.fp_static_row{
  padding-top:4rem;
  padding-bottom:4rem;
}

.fp_static_row .static-newest-posts, .fp_static_row .fp-static-services, .fp_static_row .static-category-posts{
  margin-bottom:2em;
}

.fp-static-services h3{
  text-transform: uppercase;
}

.fp_static_row h3{
  line-height: 1.2em;
}
h2.fp-section-title{
  letter-spacing: .1em;
  font-size: 2em;
}
.fp_static_row .static-newest-posts h1, .fp_static_row .static-category-posts h1, .fp_static_row h1{
  font-size:1.4em;
  line-height:1.4em;
  margin-top:.5em;
}
.fp_static_row .static-newest-posts hr.fphd{
  margin-top:.5em;
}

.fp_static_row .static-fp-single h1{
  font-size: 2em;
  margin-top:0;
}

.static-frontpage-header-accent{
  margin-bottom:4em !important;
}
.static-portfolio-posts{
  float:none;
  display: inline-block;
  margin-bottom: 3em;
}
.service-img-circle{
  width:210px;
  margin-bottom:1em;
}

.static-readmore a{
  font-weight: normal;
}
.static-readmore a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 1.2rem;
  padding: .5em;
}

/* Newest Blog Posts */
.sfp-post-list li{
  float:none;
}

.fp_static_row .woocommerce ul.products li.product{
  float:none !important;
  vertical-align: top;
}

.sfproducts-list{
  margin-bottom: 3em;
}
.sfproducts-list img{
  margin-bottom: 1em;
}
.sfproducts-list .price del{
  display:inline !important;
}

.fp-fl-list li {
  padding:5px;
}

.fp-fl-list img{
  margin:2em;
  -webkit-filter: grayscale(100%);
}
.fp-fl-list img:hover{
  -webkit-filter: grayscale(0%);
}
.sfl-splash{
  min-height:120px;
  margin-bottom:2em;
}
.sfl-splash h3{
  text-transform: uppercase;
}

.sfl-splash i{
  margin-right:.8em;
  color: #777;
}

.sfl-splash p{
  margin-left:2.2em;
  color:#777;
}
.alternate-spacer{
  padding-top: 2em;
  padding-bottom: 1em;
}

h1.sfl-title{
  font-size: 2em;
}
/*--------------------------------------------------------------
# BLOG INDEX
--------------------------------------------------------------*/
.blog-index-footer{
  padding-bottom:2rem;
  margin-bottom:4rem;
  border-bottom:1px solid #CCC;
}
.blog-index-comment-row a{
  text-transform: uppercase;
  font-weight: normal;
}
.page-numbers{
  text-transform: uppercase;
  opacity: 0.8;
  color:#777;
}
span.page-numbers.current{
  color: #777;
  background-color: transparent;
  font-weight: bold;
  opacity: 1;
}
span.page-numbers.current:hover{
  background-color: transparent;
  opacity: 1;
  color:#777;
}
.breadcrumb, .pagination{
  border-radius: 0;
}
ul.page-numbers, .woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
  border:none;
  background-color: transparent;
  border-right:none;
}

.pagination>li>a, .pagination>li>span{
  color:#777;
  border:none;
  background-color: transparent;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span{
  border-radius: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
  color:#777;
  background-color: transparent;
  opacity: 1;
}
.fw-single-post-comment-count:before{
  content:' – ';
}
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce .woocommerce-info:before, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
  color:#777;
}

.woocommerce .woocommerce-info{
  border-color:#777;
}

.woocommerce ul.products li.product .price del{
  display: inline;
  padding-right: .5em;
}
.woocommerce ul.products li.product .onsale{
  top: 20px;
  right: 0;
  left: auto;
  margin: -.5em 0 0 0;
}
.woocommerce span.onsale{
  background-color:#e21e60;
  min-height: 0;
  min-width: 0;
  padding: .25em .5em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: normal;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 0;
  color: #fff;
  font-size: .857em;
  -webkit-font-smoothing: antialiased;
  z-index: 10;
}
.woocommerce .product span.onsale{
  top: 2em;
}

.woocommerce .price{
  margin-bottom:0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background-color:#e21e60;
  opacity: .9;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color:#e21e60;
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  border-radius: 0;
  border:none;
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  border-top:2px solid #777;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
  width:180px;
}

/* TYPOGRAPHY */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce .cart .button, .woocommerce .cart input.button, div.cart_totals{
  text-transform: uppercase;
}

.quantity input{
  height:41px;
}
/* SINGLE PRODUCT - review tabs */

.woocommerce div.product .woocommerce-tabs ul.tabs{
  position: static;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
  right:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before{
  border: none;
  position:static;
  bottom: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  font-weight: 300;
  text-transform: uppercase;
}
input#submit.submit, input#place_order.button.alt, .checkout_coupon input.button, .woocommerce div.product button.single_add_to_cart_button.button.alt, .place-order .button {
  background-color:transparent;
  border:2px solid #333;
  border-radius:0;
  font-size: 0.8em;
  color:#333;
}
.woocommerce div.product button.single_add_to_cart_button.button.alt{
  height: 40px;
}

input#place_order.button.alt:hover, .checkout_coupon input.button:hover, .woocommerce div.product button.single_add_to_cart_button.button.alt:hover, .place-order .button:hover{
  background-color: #333;
  color:#FFF;
}

/* WOO COMMERCE REVIEWS */
.woocommerce #reviews #comments ol.commentlist{
  width:95%;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
  width:64px;
  border-radius: 50%;
}
.woocommerce #reviews h3{
  text-transform: uppercase;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
  margin: 0 0 0 75px;
}

.woocommerce p.stars a{
  font-weight: 100 !important;
}

.woocommerce form.checkout_coupon, .woocommerce .input-text, .woocommerce input{
  border-radius: 0px;
  padding:.5em;
}
.woocommerce-container{
  padding:1em;
}

.woocommerce .checkout_coupon input{
  height:37px;
}
.woocommerce form .form-row{
  margin:0;
}
.woocommerce label{
  margin-bottom: 0;
}

.product_meta .posted_in, .product_meta .tagged_as{
  display: block;
}

.product_meta .posted_in a, .product_meta .posted_in{
  text-transform: uppercase;
  color:#777;
}
.product_meta .tagged_as ul {
  padding:0;
  margin-top:.5em;
}

.woocommerce ul.products li.product h3{
  padding:0;
}

.img-woocommerce{
  position: relative;
}
.img-overlay-woocommerce{
  position: absolute;
  top: 0;
  opacity: .8;
  width:100%;
  height: 100%;
  background-color: #000;
  visibility: hidden;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  overflow:hidden;
}

.woocommerce .product-related-header{
  padding:1em;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
  padding:8px 6px 8px;
  font-weight: 300;
}

a.checkout-button.button.alt.wc-forward{
  color:#fff;
  border:none;
}

.woocommerce .entry-footer-tags a{
  color:#fff;
  border:none;
}
/* MOBILE ONLY STYLING */
@media (max-width:320px){
  .woocommerce-cart-button{
    display: none;
  }
}

@media (max-width:376px) {
  td.product-price, th.product-price, td.product-quantity, th.product-quantity{
    display:none;
  }

  .woocommerce .woocommerce-message .button{
    text-align: center;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width:100%;
  }

}
@media (max-width:768px) {
  .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input{
    width: 100%;
    margin-bottom: .5em;
  }

  .checkout_coupon p.form-row{
    width:100%;
  }

  .checkout_coupon p.form-row input.button{
    width:100%;
  }

  .woocommerce .login .form-row .button{
    width:100%;
  }

  .woocommerce form .form-row{
    width:100%;
  }
  .woocommerce #reviews #comments ol.commentlist li img{
    display:none;
  }
  .woocommerce #reviews #comments ol.commentlist{
    padding:0;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin:0;
  }
  .woocommerce-message a.wc-forward{
    margin: 1em;
    float: none;
  }
  .woocommerce .woocommerce-message .button{
    float: none;
    text-align: center;
  }

}

@media (min-width:48em) {
  .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input{
    /*width:48%;*/
  }

  .img-woocommerce:hover > .img-overlay-woocommerce{
    visibility: visible;
  }
  .apoverlay .woocommerce ul.products li.product .button{
    margin-top:none;
  }
  .apoverlay> a.product_type_simple, .apoverlay> .product_type_variable,
  .apoverlay> .product_type_simple, a.added_to_cart, .apoverlay> .product_type_variable, .apoverlay .add_to_cart_button, .apoverlay>a.button.add_to_cart_button.product_type_variable{
    width: 80%;
    border-radius: 0;
    background-color: transparent;
    color:#FFF;
    border-color:#fff;
  }

  a.added_to_cart{margin-top: 1em}
  .apoverlay> a.button.add_to_cart_button.product_type_simple:hover, .apoverlay>a.button.add_to_cart_button.product_type_variable:hover,
  .apoverlay>a.button.product_type_simple:hover{
    color:#000;
    background-color: #fff;
    border-color: #fff;
    -webkit-transition: background-color .25s, color .25s, border-color .25s;
    transition: background-color .25s, color .25s, border-color .25s;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    overflow:visible;
  }
  .woocommerce ul.products li.product .onsale{
    margin: -.5em -.5em 0 0;
  }
}

.woocommerce div.product form.cart .variations td.label{
  display: none;
}
.woocommerce div.product form.variations_form.cart{
  width:50%;
}

.woocommerce div.product button.single_add_to_cart_button.button.alt, .place-order .button{
  display: inline-block;
  margin-top: 0;
  background: transparent;
  color: #333;
  border: 2px solid #333;
  border-radius: 0;
  float:none;
  font-size: .86em;
}

.woocommerce div.product div.single_variation{
  margin-bottom:.5em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before{
  border-bottom: none;
}

.woocommerce-tabs h2{
  text-transform: uppercase;
  margin-bottom: 1em;
}
.woocommerce .product_meta{
  margin-bottom: 1em;
}

.cross-sells h2{
  font-size: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
}
.cross-sells .apoverlay> a.button.add_to_cart_button.product_type_simple, .cross-sells .apoverlay>a.button.add_to_cart_button.product_type_variable, .cross-sells .apoverlay>a.button.product_type_simple, .cross-sells .apoverlay> a.button.add_to_cart_button.product_type_simple:hover, .cross-sells .apoverlay>a.button.add_to_cart_button.product_type_variable:hover, .cross-sells .apoverlay>a.button.product_type_simple:hover{
  font-size: 80%;
}

/*--------------------------------------------------------------
# Loading Icons
--------------------------------------------------------------*/
.sk-fading-circle {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
/*--------------------------------------------------------------
# Date & Comment Styles
--------------------------------------------------------------*/
.entry-meta.fw-date-comments.text-center.reh{
  font-size: .8em;
  letter-spacing: .1em;
  padding-bottom: 1.3em;
}

/*--------------------------------------------------------------
# Button Styles
--------------------------------------------------------------*/
ul.pagination{
  font-size: .8em;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* ## Mobile Only */
@media screen and (max-width:768px) {
  .comment-form input{
    width:100%;
  }

  .carousel-caption h1 a, .carousel-caption p{
    font-size:80%;
  }
  .carousel-caption h1 a, .carousel-caption h1{
    line-height: 1em;
    padding-top:1em;
  }

  .static-fp-single img{
    margin-bottom: 2em;
  }

  .modal-dialog .navbar-divider, .modal-dialog .navbar-nav .nav-item+.nav-item, .modal-dialog .navbar-nav .nav-link+.nav-link{
    margin-left: 0;
  }

  .site-main {
    padding-top:.5em;
    padding-bottom:.5em;

  }

 .woocommerce-page{
   margin-top:1em;
 }

 .nav-container {
   padding: 0;
 }
}

/* ## Desktop Specific  */
@media screen and (min-width: 768px) {

}
