/*
Theme Name: takefive_2016
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: takefive_2016
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

takefive_2016 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body.admin-bar {
  margin-top: 32px;
}
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;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
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;
}
figure {
  margin: 1em 40px;
}
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 {
  color: inherit;
  font: inherit;
  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,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
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;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}
*,
*: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/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
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%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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"],
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;
}
select {
  border: 1px solid #ccc;
}
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;
}
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"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: black;
}
a:visited {
  color: black;
}
a:hover,
a:focus,
a:active {
  color: black;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 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
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# 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;
  table-layout: fixed;
}
.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;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.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. */
.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-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.site,
.mobile-navigation {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#ticker {
  background: #FF9F38;
  color: white;
  padding: 12px 0;
}
#ticker a {
  color: white;
}
#ticker i.fa {
  font-size: 28px;
  line-height: 32px;
}
#ticker .date-container {
  font-size: 14px;
  line-height: 32px;
}
#ticker .date-container .date-day {
  text-transform: uppercase;
}
/***** header *****/
#masthead .site-branding div {
  font-family: 'm-bold';
  color: #5abebb;
}
#masthead .site-branding div img {
  width: 350px;
}
.my-nav {
  font-family: 'g-regular';
  font-size: 15px;
}
.my-nav .menu-item-10 ul.sub-menu {
  border-top: 3px solid #59bebb;
}
.my-nav .menu-item-11 ul.sub-menu {
  border-top: 3px solid #826673;
}
.my-nav .menu-item-12 ul.sub-menu {
  border-top: 3px solid #86956e;
}
.my-nav .menu-item-13 ul.sub-menu {
  border-top: 3px solid #0b3f5e;
}
.my-nav .menu-item-14 {
  cursor: pointer;
}
.my-nav .menu-item-14 ul.sub-menu {
  border-top: 3px solid #430D61;
}
.my-nav ul li .sub-menu {
  padding: 8px 0 14px 0;
}
.my-nav ul li .sub-menu li {
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-family: 'os-regular';
  width: 110px;
  margin: 7px 20px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.my-nav ul li .sub-menu li:hover {
  opacity: 0.8;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.my-nav .menu .parent-menu {
  border-bottom: 3px solid transparent;
}
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  margin: 0 2%;
}
.main-navigation a {
  display: inline;
  text-decoration: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
  background-color: #f6f6f6;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
  color: #090909;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.main-navigation ul ul a:hover {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  opacity: 0.7;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
/***** index body *****/
.site-main .footer-bordered-radius {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 5px solid #59bebb;
  border-radius: 3px;
}
.site-main .footer-bordered-radius .footer-date .footer-date-txt {
  font-family: 'g-regular';
}
.site-main .footer-bordered-radius .footer-date .footer-date-txt h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-main .footer-bordered-radius .follow-us-footer {
  margin: 10px 0;
  padding: 5px 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.site-main .footer-bordered-radius .follow-us-footer .follow-text {
  padding-bottom: 10px;
  font-family: 'ct-italic';
  color: #000;
}
.site-main .footer-bordered-radius .follow-us-footer .social-media ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.site-main .footer-bordered-radius .follow-us-footer .social-media ul li {
  display: inline;
  padding: 0 5px;
}
.site-main .footer-bordered-radius .follow-us-footer .social-media ul li a i {
  border-radius: 10em;
  color: #fff;
  vertical-align: middle;
}
.site-main .footer-bordered-radius .follow-us-footer .social-media ul li a #sm-fb {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 7px 14px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.site-main .footer-bordered-radius .follow-us-footer .social-media ul li a #sm-fb:hover {
  background-color: #3a5795;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.site-main .footer-bordered-radius .follow-us-footer .social-media ul li a #sm-tw {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 7px 8px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.site-main .footer-bordered-radius .follow-us-footer .social-media ul li a #sm-tw:hover {
  background-color: #1da1f2;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.site-main .footer-bordered-radius .follow-us-footer .social-media ul li a #sm-sp {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.site-main .footer-bordered-radius .follow-us-footer .social-media ul li a #sm-sp:hover {
  color: #AED000;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.site-main .footer-bordered-radius .follow-us-footer .social-media ul li a #sm-ig {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 7px 9px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.site-main .footer-bordered-radius .follow-us-footer .social-media ul li a #sm-ig:hover {
  background-color: #A77B5E;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.site-main .post-filter {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #fff;
}
.site-main .post-filter .header-post-image img {
  width: 100%;
}
.site-main .post-filter .footer-post {
  padding: 10px;
  min-height: 100px;
}
.site-main .post-filter .footer-post .footer-image,
.site-main .post-filter .footer-post .footer-content {
  display: inline-block;
  vertical-align: middle;
}
.site-main .post-filter .footer-post .footer-image {
  padding: 5px 0 0 5px;
}
.site-main .post-filter .footer-post .footer-image img {
  width: 80px;
}
.site-main .post-filter .footer-post .footer-content .footer-parent {
  font-family: 'g-bold';
  font-size: 13px;
  text-transform: uppercase;
}
.site-main .post-filter .footer-post .footer-content .footer-parent#nourish {
  color: #FFA036;
}
.site-main .post-filter .footer-post .footer-content .footer-parent#selfcare {
  color: #E45655;
}
.site-main .post-filter .footer-post .footer-content .footer-parent#connect {
  color: #72A77B;
}
.site-main .post-filter .footer-post .footer-content .footer-parent#practice {
  color: #72A77B;
}
.site-main .post-filter .footer-post .footer-content .footer-parent#crosstrain {
  color: #565FAC;
}
.site-main .post-filter .footer-post .footer-content .footer-parent#fab {
  color: #B15596;
}
.site-main .post-filter .footer-post .footer-content .footer-cat {
  font-size: 11px;
  font-family: 'g-regular';
  color: #AF5595;
  text-transform: uppercase;
}
.site-main .post-filter .footer-post .footer-content .footer-cat.color-yellow {
  color: #FFA036;
}
.site-main .post-filter .footer-post .footer-content .footer-cat.color-red {
  color: #E45655;
}
.site-main .post-filter .footer-post .footer-content .footer-cat.color-green {
  color: #72A77B;
}
.site-main .post-filter .footer-post .footer-content .footer-cat.color-purple {
  color: #565FAC;
}
.site-main .post-filter .footer-post .footer-content .footer-cat.color-pink {
  color: #B15596;
}
.site-main .post-filter .footer-post .footer-content .footer-cat.color-aqua {
  color: #54ABB2;
}
.site-main .post-filter .footer-post .footer-content .cat-date {
  font-family: 'g-regular';
  font-size: 11px;
  font-weight: normal;
  color: #54ABB2;
}
.site-main .post-filter .footer-post .footer-content .footer-title {
  font-family: 'g-regular';
  font-size: 17px;
  font-weight: bold;
}
.site-main .post-filter .footer-post .footer-content .footer-title a {
  color: black;
}
/***** contact us *****/
.contact-us-container h3 {
  font-family: 'g-light';
}
.contact-us-container .wpcf7 form p span input[type="text"],
.contact-us-container .wpcf7 form p span input[type="email"],
.contact-us-container .wpcf7 form p span input[type="tel"],
.contact-us-container .wpcf7 form p span textarea {
  font-size: 17px;
  padding: 8px 25px;
  width: 450px;
}
.contact-us-container .wpcf7 form p input[type="submit"] {
  background-color: #5ABFBB;
  background-image: none;
  text-shadow: none;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  padding: 10px 30px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  font-family: 'ct-italic';
  font-size: 17px;
  padding: 10px 50px;
  border-radius: 2px;
}
.contact-us-container .wpcf7 form p input[type="submit"] i {
  vertical-align: middle;
}
.contact-us-container .wpcf7 form p input[type="submit"] div {
  display: inline;
}
.contact-us-container .wpcf7 form p input[type="submit"]:hover,
.contact-us-container .wpcf7 form p input[type="submit"]:active,
.contact-us-container .wpcf7 form p input[type="submit"]:focus {
  background-color: #fff;
  border: 1px solid #5ABFBB;
  color: #5ABFBB;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.contact-us-container .wpcf7 form p img.ajax-loader {
  display: block;
  margin: 0 auto;
}
.contact-us-container .wpcf7 form .wpcf7-validation-errors {
  border: none;
}
.header-container {
  border-bottom: 1px solid #CCCCCC;
}
.header-container .desktop-menu {
  border-top: 1px solid #CCCCCC;
}
.icon-abs {
  position: absolute;
  width: 48px !important;
  height: 48px !important;
  right: 15px;
  top: 10px;
}
.carousel {
  margin-bottom: 35px;
}
.carousel .item {
  max-height: 550px;
}
.carousel .item img {
  width: 100%;
  max-height: 550px;
}
.carousel .carousel-control .fa {
  top: 50%;
  margin-top: -20px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}
/***** footer ******/
.site-footer {
  background: #090909;
  margin: 60px 0 0 0;
  color: white;
  padding: 30px 0 30px;
}
.site-footer .copyright-footer {
  font-family: 'g-regular';
  font-size: 11px;
}
.site-footer .social-media-container {
  margin-top: 39px;
  font-size: 14px;
}
.site-footer i.fa {
  color: #5690BE;
}
.site-footer hr {
  margin: 14px 0 10px;
}
.jaggedperspective {
  color: white !important;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.jaggedperspective:hover {
  color: orange !important;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/***** footer menu ******/
.my-nav {
  text-transform: uppercase;
}
.my-nav.my-nav-footer {
  font-size: 12px;
  margin: 10px 0;
  padding: 10px 0;
}
.my-nav.my-nav-footer .sub-menu {
  top: auto;
  bottom: 18px;
}
.my-nav.my-nav-footer .sub-menu li {
  font-size: 11px;
}
/***** inner post *****/
.cat-inside-page .social-share {
  border-top: 1px solid #EAE8EB;
  padding-bottom: 15px;
  margin-top: 20px;
}
.cat-inside-page .social-share div {
  padding: 10px 0;
}
.cat-inside-page .social-share div span,
.cat-inside-page .social-share div i {
  vertical-align: middle;
}
.cat-inside-page .cat-inside-page-post .inner-post-header-caption .author,
.cat-inside-page .cat-inside-page-post .inner-post-header-caption .cat-name,
.cat-inside-page .cat-inside-page-post .inner-post-header-caption .date {
  display: inline;
  padding: 10px 5px 10px 0px;
  text-transform: uppercase;
  font-family: 'g-book';
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
.cat-inside-page .cat-inside-page-post .inner-post-header-caption-title h1 {
  font-family: 'g-regular';
}
.cat-inside-page .cat-inside-page-post .inner-post-header-image {
  margin: 25px 0;
}
.cat-inside-page .cat-inside-page-post .inner-post-header-image img {
  width: 100%;
}
.cat-inside-page .cat-inside-page-post .inner-post-header-description {
  font-family: 'g-regular';
  font-size: 18px;
  text-align: justify;
  line-height: 200%;
  color: rgba(0, 0, 0, 0.8);
}
.cat-inside-page .cat-inside-page-post .inner-post-header-description strong {
  font-family: 'g-bold';
}
.cat-inside-page .cat-inside-page-post .inner-post-header-description .wp-caption .wp-caption-text {
  margin: 0;
  font-size: 12px;
  text-align: left;
}
.cat-inside-page .cat-inside-page-post .tags {
  font-family: 'os-semibold';
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.cat-inside-page .cat-inside-page-post .tags:hover a {
  opacity: 0.8;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.cat-inside-page .cat-inside-page-post .conversation .c-title h2 {
  font-family: 'g-regular';
}
.cat-inside-page .cat-inside-page-post .conversation .comment .fb-2 {
  display: none;
}
.cat-inside-page .right-bar {
  position: fixed;
}
.cat-inside-page .right-bar .other-stories #image-loader {
  display: none;
}
.cat-inside-page .right-bar .other-stories #no-more {
  display: none;
}
.cat-inside-page .right-bar .other-stories .other-stories-title h3 {
  font-family: 'g-regular';
}
.cat-inside-page .right-bar .other-stories .more-articles {
  font-family: 'g-italic';
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.cat-inside-page .right-bar .other-stories .more-articles:hover {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  opacity: 0.7;
}
.cat-inside-page .right-bar .other-stories .my-ad {
  margin: 35px 0 20px 0;
}
.cat-inside-page .right-bar .other-stories .my-ad .ad-small {
  padding: 20px 0;
}
.column-container {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height: 1px;
}
.column-container .column-row {
  margin-right: -15px;
  margin-left: -15px;
}
.column-container .column-row .column {
  width: 33.3333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.column-container .column-row .column .col {
  background-color: red;
}
.other-stories-container .other-stories-cat-parent {
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
}
.other-stories-container .other-stories-cat-parent .cat-parent {
  font-family: 'm-bold';
  font-size: 14px;
}
.other-stories-container .other-stories-cat-parent .cat-name {
  font-family: 'ct-regular';
  font-size: 15px;
}
.other-stories-container .other-stories-image {
  display: inline-block;
}
.other-stories-container .other-stories-image img {
  width: 70px;
}
/***** tag page *****/
.tag .tag-title {
  padding: 30px 0;
}
.tag .tag-title h3 {
  font-family: 'ct-regular';
}
.tag .tag-container .tag-image {
  display: inline-block;
  padding-bottom: 10px;
}
.tag .tag-container .tag-texts {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.tag .tag-container .tag-texts .tag-titles h2 {
  margin: 0;
  font-family: 'ct-regular';
  padding-bottom: 5px;
}
.tag .tag-container .tag-texts .tag-caps {
  padding-bottom: 10px;
}
.tag .tag-container .tag-texts .tag-caps .tag-author,
.tag .tag-container .tag-texts .tag-caps .cat,
.tag .tag-container .tag-texts .tag-caps .tag-date {
  display: inline;
  padding: 10px 5px 10px 0;
  text-transform: uppercase;
  font-family: 'os-semibold';
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
.tag .tag-container .tag-texts .tag-desc {
  font-family: 'os-regular';
  font-size: 14px;
  text-align: justify;
  line-height: 200%;
  color: rgba(0, 0, 0, 0.8);
}
.tag .tag-container .tag-texts .read-more {
  width: 100px;
}
.tag .tag-container .tag-texts .read-more a {
  color: #5ABFBB;
  font-family: 'os-semibold';
  font-size: 14px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.tag .tag-container .tag-texts .read-more a:hover {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  opacity: 0.7;
}
/***** homepage *****/
#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.white-panel {
  position: absolute;
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.white-panel:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/***** loader ajax *****/
#loader-header,
#loader-footer,
#loader-no-post {
  display: none;
  margin: 30px 0;
}
.mobile-container {
  display: none;
}
/***** pop up button *****/
.my-clear input[type="submit"] {
  background-color: #5abebb !important;
}
.my-clear input[type="submit"]:hover {
  box-shadow: none;
  background-color: #806572 !important;
}
/***** footer navigation *****/
/***** other css *****/
#nourish {
  color: #86956e;
}
#selfcare {
  color: #806572;
}
#connect {
  color: #3d2948;
}
#practice {
  color: #5abebb;
}
#crosstrain {
  color: #0b3f5e;
}
.pad-space-height-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pad-space-height-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad-space-height-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mar-space-height-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}
.green-btn {
  background-color: #5ABFBB;
  background-image: none;
  text-shadow: none;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  padding: 10px 30px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.green-btn i {
  vertical-align: middle;
}
.green-btn div {
  display: inline;
}
.green-btn:hover,
.green-btn:active,
.green-btn:focus {
  background-color: #fff;
  border: 1px solid #5ABFBB;
  color: #5ABFBB;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/***** no post *****/
#no-more-post {
  width: 100%;
  display: block;
  margin: 50px 0;
}
.category-container {
  padding-top: 30px;
}
/***** toggle up *****/
.toggle-up {
  display: none;
}
.toggle-up #my-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border: 1px solid #FF9F38;
  cursor: pointer;
  z-index: 9999999;
  color: #FF9F38;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.toggle-up #my-top:hover {
  background-color: #FF9F38;
  color: #fff;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/***** article page *****/
.article {
  padding-top: 25px;
}
/***** mobile navigation *****/
nav.mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #f1f1f1;
}
nav.mobile-navigation .nav-container {
  padding: 0 15px;
  position: fixed;
  width: 80%;
  overflow-y: scroll;
  height: 100%;
}
nav.mobile-navigation .nav-container .menu-menu-1-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.mobile-navigation .nav-container .menu-menu-1-container ul li {
  border-bottom: 1px dotted #797979;
  display: block;
  padding: 15px 0;
  font-size: 18px;
}
nav.mobile-navigation .nav-container .menu-menu-1-container ul li ul {
  margin-left: 1.5em;
}
nav.mobile-navigation .nav-container .menu-menu-1-container ul li#menu-item-10 i {
  color: #59bebb;
}
nav.mobile-navigation .nav-container .menu-menu-1-container ul li#menu-item-11 i {
  color: #826673;
}
nav.mobile-navigation .nav-container .menu-menu-1-container ul li#menu-item-12 i {
  color: #86956e;
}
nav.mobile-navigation .nav-container .menu-menu-1-container ul li#menu-item-13 i {
  color: #0b3f5e;
}
nav.mobile-navigation .nav-container .menu-menu-1-container ul li#menu-item-14 i {
  color: #430D61;
}
nav.mobile-navigation .nav-container .menu-menu-1-container ul li .sub-menu {
  display: none;
}
nav.mobile-navigation .nav-container .menu-menu-1-container ul li .sub-menu li:last-child {
  border: none;
  padding-bottom: 0;
}
nav.mobile-navigation .nav-container .menu-menu-1-container ul li .active {
  display: block;
}
.menu-icon {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  z-index: 1;
  width: 30px;
  cursor: pointer;
}
.menu-icon .bar {
  display: block;
  margin-top: 7px;
  height: 2px;
  background: #59bebb;
  margin-bottom: 7px;
  z-index: 2;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1002;
  cursor: pointer;
}
.carousel-control {
  width: 8%;
  overflow: hidden;
}
.carousel-caption {
  right: 8%;
  left: 8%;
  padding-bottom: 30px;
  text-align: left;
  text-shadow: none;
}
.carousel-caption h3 {
  margin: 6px 0 6px;
  font-size: 34px;
  max-width: 550px;
  font-weight: bold;
}
.carousel-caption div:first-child {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.carousel-caption .cat-date {
  font-size: 18px;
}
/***** media query *****/
@media screen and (max-width: 767px) {
  .article {
    padding: 0;
  }
  .cat-inside-page .right-bar {
    position: relative;
  }
  .cat-inside-page .cat-inside-page-post .conversation .comment .fb-1 {
    display: none;
  }
  .cat-inside-page .cat-inside-page-post .conversation .comment .fb-2 {
    display: block;
  }
  .cat-inside-page .social-share {
    padding-top: 15px;
    margin: 0;
  }
  .cat-inside-page .social-share div {
    display: inline;
  }
  #page #footer-uay {
    text-align: center;
  }
  #page .social-media-container,
  #page .copyright-footer {
    text-align: center;
  }
  .content-area {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cat-inside-page .right-bar {
    position: relative;
  }
  .carousel-caption {
    right: 8%;
    left: 8%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .site-main .post-filter .footer-post {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .contact-us-container .wpcf7 form p span input[type="text"],
  .contact-us-container .wpcf7 form p span input[type="email"],
  .contact-us-container .wpcf7 form p span input[type="tel"],
  .contact-us-container .wpcf7 form p span textarea {
    width: 100%;
  }
  /***** footer navigation *****/
  .my-nav-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
  }
  .my-nav-footer ul#primary-menu {
    display: block !important;
  }
  .my-nav-footer ul li {
    display: block;
    color: #000;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .my-nav-footer ul li a {
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .my-nav-footer ul li a:hover {
    opacity: 0.7;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .my-nav-footer ul li .sub-menu {
    display: none;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .my-nav-footer ul li .active {
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    display: block;
    position: relative;
    bottom: 0 !important;
    background: transparent;
    float: none;
    box-shadow: none;
    margin-top: 5px;
  }
  .my-nav-footer ul li .active li {
    text-align: center;
    width: 100%;
    margin: 5px 0;
    padding: 3px 0;
  }
  /***** main menu *****/
  #no-post {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #last-menu {
    margin-top: 20px;
    padding-top: 20px;
  }
  .site-branding,
  .desktop-menu {
    display: none;
  }
  .desktop {
    margin: 15px 0;
  }
  .desktop .mobile-container {
    display: block;
  }
  .desktop .mobile-container .menu-icon {
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 5px;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .desktop .mobile-container .menu-icon .close {
    display: none;
  }
  .desktop .mobile-container .menu-icon:hover {
    opacity: 0.7;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .desktop .mobile-container .site-branding-mobile {
    vertical-align: middle;
    text-align: center;
  }
  .desktop .mobile-container .site-branding-mobile a img {
    width: 200px;
  }
  /*Small Menu*/
  body {
    position: relative;
    right: 0;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  body.menu-visible {
    right: 80%;
    overflow: hidden;
  }
  body .site-branding {
    padding-bottom: 5px;
  }
  .overlay {
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .overlay.toggled {
    width: 20%;
  }
  nav.mobile-navigation {
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  nav.mobile-navigation.toggled {
    width: 80%;
  }
  .toggled + .hfeed #masthead {
    z-index: 99;
  }
  .toggled + .hfeed #masthead .menu-toggle span.bar {
    background: #F5E037;
  }
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation {
    padding: 0;
  }
  .main-navigation #primary-menu {
    display: none;
  }
  .social-media ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .social-media ul li {
    margin: 0 10px;
    display: inline;
  }
  #colophon .site-info .footer-links ul li {
    display: block;
    margin: 10px 0;
  }
}
/***** transition *****/
.bot-transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.default-transition {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/***** fonts *****/
@font-face {
  src: url('fonts/m-bold.otf');
  font-family: 'm-bold';
}
@font-face {
  src: url('fonts/m-regular.otf');
  font-family: 'm-regular';
}
@font-face {
  src: url('fonts/m-light.otf');
  font-family: 'm-light';
}
@font-face {
  src: url('fonts/ct-regular.ttf');
  font-family: 'ct-regular';
}
@font-face {
  src: url('fonts/ct-italic.ttf');
  font-family: 'ct-italic';
}
@font-face {
  src: url('fonts/ct-bold.ttf');
  font-family: 'ct-bold';
}
@font-face {
  src: url('fonts/os-regular.ttf');
  font-family: 'os-regular';
}
@font-face {
  src: url('fonts/os-italic.ttf');
  font-family: 'os-italic';
}
@font-face {
  src: url('fonts/os-bold.ttf');
  font-family: 'os-bold';
}
@font-face {
  src: url('fonts/os-semibold.ttf');
  font-family: 'os-semibold';
}
@font-face {
  src: url('fonts/os-light.ttf');
  font-family: 'os-light';
}
@font-face {
  src: url('fonts/g-bold.otf');
  font-family: 'g-bold';
}
@font-face {
  src: url('fonts/g-book.otf');
  font-family: 'g-book';
}
@font-face {
  src: url('fonts/g-light.ttf');
  font-family: 'g-light';
}
@font-face {
  src: url('fonts/g-regular.otf');
  font-family: 'g-regular';
}
@font-face {
  src: url('fonts/g-italic.otf');
  font-family: 'g-italic';
}
