/*
_____________ _____             _____    ______  __                               ______  ______
__  ___/__  /____(_)_______________(_)   ___  / / /_____ _____________ _   ___   ___|__ \ __<  /
_____ \__  __ \_  /__  ___/  __ \_  /    __  /_/ /_  __ `/_  __ \  __ `/   __ | / /___/ / __  /
____/ /_  / / /  / _  /   / /_/ /  /     _  __  / / /_/ /_  / / / /_/ /    __ |/ /_  __/___  /
/____/ /_/ /_//_/  /_/    \____//_/      /_/ /_/  \__,_/ /_/ /_/\__,_/     _____/ /____/(_)_/

=----------------------=
   Table of Contents
=----------------------=

 1. Scaffolding
	1.1 Typography
	1.2 Heading Styles
	1.3 Code Styles
	1.4 Responsive Image
	1.5 List Styles
	1.6 Form Styles
	1.7 Spacers
	1.8 Contact Form 7
	1.9 Miscs.
 2. WordPress
 	2.1 WordPress Alignments
 	2.2 WordPress Gallery
 	2.3 WordPress Video
 3. Bootstrap Tweaks
	3.1 Alert
	3.2 Progressbar
	3.3 Accordion + Toggles
	3.4 Tabs + Pills
 4. Layout
	4.1 Header
	4.2 Header Top
	4.3 Header Social
	4.4 Header Search
	4.5 Header Affix
	4.6 Mobile Toggles
	4.7 Mobile Nav Toggle
	4.8 Logo
	4.9 Navigation
	4.10 Site Content
	4.11 Back to Top
	4.12 Footer
 5. Entries
	5.1 Entries Wrap
	5.2 General Entries
	5.3 Search Entries
	5.4 Entries Page Nav
	5.5 Entries Navigation
	5.6 Entry Header
	5.7 Entry Media
	5.8 Entry Content
	5.9 Entry Footer
	5.10 Entry Sharing
	5.11 Entry Author
	5.12 Entry Nav
	5.13 Related Entries
	5.14 Entry Comments
	5.15 Entry Comments Nav
	5.16 Entry Comments Form
	5.17 Entry Related Entries
 6. Featured Entries
 7. Icons
 8. Modules
	8.1 Justified Grids
	8.2 Media Grid
	8.3 Fotorama
	8.4 Google Maps
	8.5 Pricing Table
 9. Widgets
	9.1 Base Widget Styling
	9.2 Widget Form Elements
	9.3 WordPress Widgets
	9.4 WordPress Calendar Widget
	9.5 WordPress Tagcloud Widget
	9.6 Posts Widget
	9.7 Social List Widget
	9.9 Twitter Widget
10. MEJS
11. Media Queries
*/
/* ==========================================================================
	1.1 Typography
============================================================================= */
a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: none;
}
strong,
b {
  font-family: inherit;
  font-weight: 700;
}
p {
  margin-bottom: 1.1428571em;
}
.lead {
  line-height: 1.5;
}
.text-uppercase {
  text-transform: uppercase;
}
.dropcap {
  float: left;
  font-size: 5.125em;
  line-height: 1;
  margin-bottom: -0.15em;
  margin-right: 0.15em;
  margin-top: -0.1em;
}
blockquote {
  border: none;
  overflow: hidden;
  padding: 2em 0 0;
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
  position: relative;
  color: #101010;
  line-height: 1.3;
  font-size: 2.2em;
  font-family: "Playfair Display", serif;
}
blockquote:after {
  content: '';
  top: 1em;
  width: 9em;
  margin-left: -4.5em;
  border-top: 1px dotted #d5d5d5;
  position: absolute;
}
blockquote:before {
  content: '\201C';
  font-size: 1.5em;
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  top: .35em;
  left: 50%;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin-left: -0.5em;
}
blockquote p {
  margin: 0;
}
blockquote small {
  font-size: 14px;
  font-family: "Noto Serif", serif;
  color: #999999;
  line-height: 1.5;
  margin-top: 1.5em;
}
blockquote small:before {
  content: none;
}
/* ==========================================================================
	1.2 Heading Styles
============================================================================= */
h1,
h2 {
  margin-top: 1em;
  margin-bottom: 0.625em;
}
h3,
h4,
h5,
h6 {
  margin-top: 1.25em;
  margin-bottom: 1em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #EFFFC1;
}
h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top,
h4.no-margin-top,
h5.no-margin-top,
h6.no-margin-top {
  margin-top: 0;
}
h1.no-margin-bottom,
h2.no-margin-bottom,
h3.no-margin-bottom,
h4.no-margin-bottom,
h5.no-margin-bottom,
h6.no-margin-bottom {
  margin-bottom: 0;
}
h1.bordered,
h2.bordered,
h3.bordered,
h4.bordered,
h5.bordered,
h6.bordered {
  position: relative;
}
h1.bordered > span,
h2.bordered > span,
h3.bordered > span,
h4.bordered > span,
h5.bordered > span,
h6.bordered > span {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  display: inline-block;
  background-color: #ffffff;
}
h1.bordered.text-right > span,
h2.bordered.text-right > span,
h3.bordered.text-right > span,
h4.bordered.text-right > span,
h5.bordered.text-right > span,
h6.bordered.text-right > span,
h1.bordered.text-center > span,
h2.bordered.text-center > span,
h3.bordered.text-center > span,
h4.bordered.text-center > span,
h5.bordered.text-center > span,
h6.bordered.text-center > span {
  padding-left: 10px;
}
h1.bordered.text-right > span,
h2.bordered.text-right > span,
h3.bordered.text-right > span,
h4.bordered.text-right > span,
h5.bordered.text-right > span,
h6.bordered.text-right > span {
  padding-right: 0;
}
h1.bordered:after,
h2.bordered:after,
h3.bordered:after,
h4.bordered:after,
h5.bordered:after,
h6.bordered:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  border: dotted #d5d5d5;
  border-width: 1px 0;
  height: 3px;
  left: 0;
  right: 0;
}
/* ==========================================================================
	1.3 Code Styles
============================================================================= */
pre {
  border: none;
  background-color: #f0f0f0;
  padding: 15px;
}
/* ==========================================================================
	1.4 Responsive Image
============================================================================= */
img {
  height: auto;
  max-width: 100%;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
/* ==========================================================================
	1.5 List Styles
============================================================================= */
ul.plain-list,
.primary-nav ul,
.secondary-nav ul,
.entries-nav ul,
.entry-comments-list ul,
.pricing-table .table-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ==========================================================================
	1.6 Form Styles
============================================================================= */
.form-control {
  box-shadow: none !important;
}
textarea {
  resize: vertical;
}
.form-group [class*="col-sm-"]:last-child,
.form-group [class*="col-md-"]:last-child,
.form-group [class*="col-lg-"]:last-child {
  margin-bottom: 0;
}
/* ==========================================================================
	1.7 Spacers
============================================================================= */
[class*="spacer-"]:before,
[class*="spacer-"]:after {
  content: " ";
  display: table;
}
[class*="spacer-"]:after {
  clear: both;
}
.spacer-10 {
  margin: 5px 0;
}
.spacer-20 {
  margin: 10px 0;
}
.spacer-30 {
  margin: 15px 0;
}
.spacer-40 {
  margin: 20px 0;
}
.spacer-50 {
  margin: 25px 0;
}
.spacer-60 {
  margin: 30px 0;
}
.spacer-70 {
  margin: 35px 0;
}
.spacer-80 {
  margin: 40px 0;
}
.spacer-90 {
  margin: 45px 0;
}
.spacer-100 {
  margin: 50px 0;
}
/* ==========================================================================
	1.8 Contact Form 7
============================================================================= */
div.wpcf7-response-output {
  padding: 15px;
  margin: 0;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 4px;
}
div.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
div.wpcf7-mail-sent-ng {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
div.wpcf7-spam-blocked {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
div.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* ==========================================================================
	1.9 Miscs.
============================================================================= */
#_atssh {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* ==========================================================================
    2.1 WordPress Alignments
============================================================================= */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
  margin: 0 0 1em;
  max-width: 100%;
}
.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.alignleft,
.alignright {
  max-width: 50%;
  max-width: -moz-calc(50% - 1.071428571em);
  max-width: calc(50% - 1.071428571em);
  margin-top: 1.42857143em;
}
p + .alignleft,
p + .alignright {
  margin-top: 0;
}
p > .alignleft:first-child,
p > :first-child > .alignleft:first-child,
p > .alignright:first-child,
p > :first-child > .alignright:first-child {
  margin-top: 0;
}
.alignleft {
  float: left;
  margin-right: 2.14285714em;
}
.alignright {
  float: right;
  margin-left: 2.14285714em;
}
.wp-caption-text {
  line-height: 1.5;
  color: #999999;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin: 6px 0 0;
}
/* ==========================================================================
    2.2 WordPress Gallery
============================================================================= */
.gallery-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gallery-item img {
  display: block;
  margin: 0 auto;
}
.gallery-item:hover .gallery-caption {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.gallery-caption {
  position: absolute;
  z-index: 1;
  line-height: 1.5;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 100%;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.gallery-caption:empty {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: calc(50% - 5px);
  }
}
@media (min-width: 992px) {
  .gallery-columns-3 .gallery-item {
    width: calc(33.333333333333336% - 6.666666666666667px);
  }
}
@media (min-width: 768px) {
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: calc(25% - 7.5px);
  }
}
@media (min-width: 992px) {
  .gallery-columns-5 .gallery-item {
    width: calc(20% - 8px);
  }
}
@media (min-width: 992px) {
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: calc(16.666666666666668% - 8.333333333333334px);
  }
}
@media (min-width: 1200px) {
  .gallery-columns-7 .gallery-item {
    width: calc(14.285714285714286% - 8.571428571428571px);
  }
  .gallery-columns-8 .gallery-item {
    width: calc(12.5% - 8.75px);
  }
  .gallery-columns-9 .gallery-item {
    width: calc(11.11111111111111% - 8.88888888888889px);
  }
}
/* ==========================================================================
    2.3 WordPress Video
============================================================================= */
.wp-video,
.wp-audio-shortcode {
  max-width: 100%;
  margin-bottom: 1.1428571em;
}
/* ==========================================================================
	3.1 Alert
============================================================================= */
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  margin: 0;
}
/* ==========================================================================
	3.2 Progressbar
============================================================================= */
.progress {
  margin-bottom: 13px;
}
.progress,
.progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ==========================================================================
	3.3 Accordion + Toggles
============================================================================= */
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-heading {
  padding: 15px;
}
.panel-title {
  font-weight: inherit;
}
.panel-body {
  padding: 15px;
}
/* ==========================================================================
	3.4 Tabs + Pills
============================================================================= */
.nav-tabs {
  border-bottom: none;
}
.nav-tabs + .tab-content {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid #eaeaea;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-pills + .tab-content {
  padding-top: 15px;
  margin-bottom: 26px;
}
/* ==========================================================================
	4.1 Header
============================================================================= */
.site-header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
	4.2 Header Top
============================================================================= */
.site-header-top {
  background-color: #1d1d1d;
  height: 40px;
  color: #a7a7a7;
  font-size: 12px;
}
.site-header-top-left > p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
.site-header-top-right {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.site-header-social,
.site-header-search {
  display: inline-block;
  vertical-align: top;
}
/* ==========================================================================
	4.3 Header Social
============================================================================= */
.site-header-social li {
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.site-header-social li a {
  display: block;
  color: inherit;
  padding: 10px;
}
.site-header-social li:hover {
  background-color: #2f2f2f;
}
.site-header-social li:hover a {
  color: #ffffff;
}
/* ==========================================================================
	4.4 Header Search
============================================================================= */
.site-header-search {
  background-color: #2d2d2d;
  position: absolute;
  top: 0;
  right: 0;
}
.site-header-search .search-toggle {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding: 10px 12px;
  color: inherit;
}
.site-header-search .search-form {
  display: inline-block;
  vertical-align: top;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-out;
  -o-transition: max-width 0.3s ease-out;
  transition: max-width 0.3s ease-out;
}
.site-header-search .search-form .form-control {
  border-radius: 0;
  border: none;
  height: 40px;
  color: #a7a7a7;
  background-color: transparent;
}
.site-header-search.open .search-form {
  max-width: 200px;
}
.site-header-search:hover .search-toggle,
.site-header-search.open .search-toggle {
  color: #ffffff;
}
/* ==========================================================================
	4.5 Header Affix
============================================================================= */
.affix-container.affix {
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
	4.6 Mobile Toggles
============================================================================= */
.mobile-nav-toggle {
  position: absolute;
  top: 50%;
  width: 21px;
  height: 21px;
  margin-top: -10.5px;
}
/* ==========================================================================
	4.7 Mobile Nav Toggle
============================================================================= */
.mobile-nav-toggle {
  left: 20px;
}
.mobile-nav-toggle > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 2px;
}
.mobile-nav-toggle > a > span {
  position: relative;
}
.mobile-nav-toggle > a > span,
.mobile-nav-toggle > a > span > span {
  display: block;
  width: 17px;
  height: 3px;
  background: #666;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mobile-nav-toggle > a > span > span {
  position: absolute;
}
.mobile-nav-toggle > a > span > span:first-child {
  top: -5px;
}
.mobile-nav-toggle > a > span > span:last-child {
  top: 5px;
}
/* ==========================================================================
	4.8 Logo
============================================================================= */
.brand {
  text-align: center;
  padding: 10px 57px;
  height: 60px;
}
.brand a {
  display: inline-block;
  height: 100%;
}
.brand img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
/* ==========================================================================
	4.9 Navigation
============================================================================= */
.primary-nav,
.secondary-nav {
  text-transform: uppercase;
}
.primary-nav li,
.secondary-nav li {
  position: relative;
  line-height: 20px;
}
.primary-nav a,
.secondary-nav a {
  display: block;
}
.primary-nav {
  z-index: 999;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
  position: absolute;
  border-bottom: 1px solid #eaeaea;
}
.primary-nav ul {
  display: none;
}
.primary-nav ul li {
  font-size: 12px;
  border-top: 1px solid #eaeaea;
}
.primary-nav ul li a {
  color: #444444;
}
.primary-nav ul li:hover > a,
.primary-nav ul li.current-menu-item > a {
  color: #101010;
}
.primary-nav .primary-nav-wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.primary-nav .sub-menu > li > a {
  padding-left: 40px;
}
.primary-nav .sub-menu > li .sub-menu > li > a {
  padding-left: 60px;
}
.primary-nav .sub-menu > li .sub-menu > li .sub-menu > li > a {
  padding-left: 80px;
}
.primary-nav .menu-item-has-children > a {
  padding-right: 60px;
}
.primary-nav .subnav-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-left: 1px solid #eaeaea;
}
.primary-nav .subnav-toggle:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #444444;
  border-width: 0 0 1px 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
}
.primary-nav .subnav-toggle.open:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
/* ==========================================================================
	4.10 Site Content
============================================================================= */
.site-wrapper {
  min-height: 100vh;
  position: relative;
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .site-wrapper {
    min-height: 768px;
  }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .site-wrapper {
    min-height: 1024px;
  }
}
@media (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .site-wrapper {
    min-height: 320px;
  }
}
@media (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .site-wrapper {
    min-height: 568px;
  }
}
@media (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .site-wrapper {
    min-height: 320px;
  }
}
@media (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .site-wrapper {
    min-height: 480px;
  }
}
.site-content-header {
  margin: 15px 0;
}
.site-content-title {
  margin: 0;
  text-align: center;
}
.site-content-title small {
  margin-bottom: .5em;
  display: block;
  font-family: "Inconsolata", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
}
.error404 .site-content-title {
  font-size: 8em;
}
.error404 .site-content-title small {
  margin-top: 2em;
}
.site-content-description {
  text-align: center;
  margin-top: 15px;
}
/* ==========================================================================
	4.11 Back to Top
============================================================================= */
.back-to-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  right: 13px;
  bottom: 13px;
  text-align: center;
  background-color: #fff;
  color: #444444;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.back-to-top,
.back-to-top .fa {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.back-to-top:hover {
  background-color: #2f2f2f;
  color: #fff;
}
.back-to-top.affix {
  opacity: 1;
  visibility: visible;
}
/* ==========================================================================
	4.12 Footer
============================================================================= */
.site-footer {
  background-color: #383838;
  color: #cccccc;
}
.site-footer a {
  color: #fafafa;
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer.sticky {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-widgets {
  padding: 60px 0;
}
.footer-bottom {
  background-color: #2f2f2f;
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
}
/* ==========================================================================
	4.13 404
============================================================================= */
.error404 .wrapper-404 {
  text-align: center;
}
/* ==========================================================================
	5.1 Entries Wrap
============================================================================= */
.entries-wrap {
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-left: -15px;
  margin-right: -15px;
}
.entries-wrap .hentry {
  margin-top: -1px;
  padding: 30px 20px;
  border-top: 1px solid #eaeaea;
}
.entries-wrap .hentry:before,
.entries-wrap .hentry:after {
  /* content: " "; */
  display: table;
}
.entries-wrap .hentry:after {
  clear: both;
}
/* ==========================================================================
	5.2 General Entries
============================================================================= */
.entry-title {
  margin: 0;
}

.site-content .cat-for-posting{
	font-family: Canela Deck;
	font-size: 13px;
	text-transform: lowercase;
	font-weight: 700;
}

.site-content .cat-for-post{
	margin-top: -1px;
	font-family: Canela Deck;
	text-align: center;
	font-weight: 900;
	line-height: 13px;
	font-size: 13px;
	text-transform: lowercase;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
}

.site-content .entry-title{
	font-family: Canela Deck;
	font-size: 30px;
}

.site-content .entry-meta-list li a,
.site-content .entry-meta-list li time{
	font-family: "NB International Medium";
	color: #b5b5b5;
	font-weight: 400;
}

.site-content .entry-content .div h3 strong a{
	font-family: 'NB International';
	font-size: 19px !important;
	color: #000 !important;
}

.site-content .wpulike-heart .count-box{
	display: none;
}

.site-content .entry-sharing {
	padding: 25px 0;
}


.page .entry-title {
  margin-bottom: 1em;
}
.entry-meta {
  color: #999999;
}
.entry-header .entry-meta {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Inconsolata", sans-serif;
  font-size: 13px;
}
.entry-header .entry-meta a {
  margin-bottom: -3px;
  padding-bottom: 2px;
  border-bottom: 1px dotted transparent;
}
.entry-header .entry-meta a:hover {
  border-bottom-color: #d5d5d5;
}
.entry-meta-list li {
  display: inline-block;
}
.entry-meta-list li + li:before {
  text-align: center;
  content: '\002F';
  width: 24px;
  color: #b2b2b2;
  display: inline-block;
}
.entry-meta-list li.sr-only + li:before {
  content: none;
}
.entry-media {
  margin-bottom: 16px;
}
.entry-media-image img {
  display: block;
  margin: 0 auto;
}
.entry-content:before,
.entry-content:after {
  content: " ";
  display: table;
}
.entry-content:after {
  clear: both;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
/* ==========================================================================
	5.3 Search Entries
============================================================================= */
.search-thumbnail {
  float: left;
  width: 150px;
  margin-right: 30px;
}
.search-header {
  overflow: hidden;
}
.search-title {
  margin-top: 1px;
}
/* ==========================================================================
	5.4 Entries Page Nav
============================================================================= */
.entries-page-nav li {
  display: inline-block;
}
.entries-page-nav li + li {
  margin-left: 4px;
}
.entries-page-nav a {
  display: block;
}
.entries-page-nav a .entries-page-nav-item {
  background-color: transparent;
  border-color: #eaeaea;
  color: #999999;
}
.entries-page-nav a:hover .entries-page-nav-item {
  color: #fff;
  border-color: #EFFFC1;
  background-color: #EFFFC1;
}
.entries-page-nav .entries-page-nav-item {
  display: inline-block;
  padding: 7px 11px;
  line-height: 1;
  color: #fff;
  border: 1px solid #EFFFC1;
  background-color: #EFFFC1;
  border-radius: 3px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
/* ==========================================================================
	5.5 Entries Navigation
============================================================================= */
.entries-nav {
  margin-top: 15px;
}
.entries-nav ul:before,
.entries-nav ul:after {
  content: " ";
  display: table;
}
.entries-nav ul:after {
  clear: both;
}
.entries-nav li {
  float: left;
  font-size: 13px;
  line-height: 20px;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  /*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);*/
}
.entries-nav li > a,
.entries-nav li > span {
  display: block;
  padding: 10px 16px;
  color: #999999;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.entries-nav li > a:hover,
.entries-nav li > span:hover {
  color: #000;
  background-color: #EFFFC1;
}
.entries-nav.entries-nav-pager li {
  width: 50%;
}
.entries-nav.entries-nav-pager li.prev {
  float: right;
}
.entries-nav.entries-nav-numbered li {
  margin-right: 15px;
}
.entries-nav.entries-nav-numbered li .page-numbers.current {
  color: #000;
}
/* ==========================================================================
	5.6 Entry Header
============================================================================= */
.entry-header {
  margin-bottom: 15px;
  position: relative;
}
.entry-header .entry-title {
  margin: 0px 0px;
}
.format-quote .entry-header {
  margin-bottom: 0;
  text-align: center !important;
}
.format-quote .entry-header .entry-title {
  display: none;
}
.sticky .entry-header:before {
  content: '\f08d';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  color: #999999;
  margin-bottom: 10px;
}
/* ==========================================================================
	5.7 Entry Media
============================================================================= */
.entry-media-image {
  position: relative;
}
.entry-media-image .image-link {
  display: block;
}
.entry-media-image .image-link .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.entry-media-image .image-link .overlay .fa {
  font-size: 24px;
  color: #fff;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  line-height: 32px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.entry-media-image:hover .image-link .overlay {
  opacity: 1;
}
/* ==========================================================================
	5.8 Entry Content
============================================================================= */
.more-link-wrap {
  font-family: "Inconsolata", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 13px;
  padding-top: 1.1428571em;
}
.more-link-wrap .more-link {
  padding: 8px 16px;
  border: 1px solid #eaeaea;
  display: inline-block;
}
.post-tags {
  color: #999999;
  font-size: 12px;
  font-family: "Inconsolata";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-tags .fa {
  margin-right: .6667em;
}
/* ==========================================================================
	5.9 Entry Footer
============================================================================= */
.entry-content + .entry-footer {
  margin-top: 40px;
}
.entry-content + .entry-footer:empty {
  margin-top: 0;
}
.entry-footer-section-inner {
  position: relative;
  /* border-top: 1px dotted #d5d5d5; */
  padding-top: 1px;
}
.entry-footer-section-inner:before {
  content: '';
  border-top: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
}
/* ==========================================================================
	5.10 Entry Sharing
============================================================================= */
.entry-sharing {
  padding: 25px 0;
}
.entry-sharing-label {
  letter-spacing: 1px;
  font-family: "Inconsolata", sans-serif;
  text-transform: uppercase;
  color: #999999;
  line-height: 30px;
  text-align: center;
}
.entry-sharing-items {
  margin-top: 5px;
  text-align: center;
}
.entry-sharing-items .addthis_toolbox {
  display: inline-block;
}
/* ==========================================================================
	5.11 Entry Author
============================================================================= */
.entry-author {
  padding: 30px 0;
}
.entry-author-avatar {
  float: left;
  width: 80px;
  margin-right: 20px;
}
.entry-author-info {
  overflow: hidden;
}
.entry-author-name {
  margin: 0 0 12px;
  font-weight: normal;
}
.entry-author-social {
  margin-top: 6px;
}
.entry-author-social li {
  display: inline-block;
  margin-right: 8px;
}
.entry-author-social a {
  color: #bbb;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}
/* ==========================================================================
	5.12 Entry Nav
============================================================================= */
.entry-adjacent-nav {
  padding: 25px 0;
}
.entry-adjacent-nav .next,
.entry-adjacent-nav .previous {
  text-align: center;
}
.entry-adjacent-nav .next > a,
.entry-adjacent-nav .previous > a {
  display: block;
  position: relative;
  padding: 0 35px;
}
.entry-adjacent-nav .next:hover .link-icon,
.entry-adjacent-nav .previous:hover .link-icon {
  opacity: 1;
}
.entry-adjacent-nav .previous .link-icon {
  left: 0;
}
.entry-adjacent-nav .previous:hover .link-icon {
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.entry-adjacent-nav .next .link-icon {
  right: 0;
}
.entry-adjacent-nav .next:hover .link-icon {
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}
.entry-adjacent-nav .link-icon {
  position: absolute;
  top: 50%;
  height: 32px;
  font-size: 18px;
  line-height: 32px;
  margin-top: -16px;
  color: #999999;
  opacity: 0.25;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.entry-adjacent-nav .link-label {
  display: block;
  text-transform: uppercase;
  color: #999999;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Inconsolata", sans-serif;
}
.entry-adjacent-nav .link-title {
  margin: 3px 0 0;
  line-height: 1.4;
  font-weight: normal;
}
/* ==========================================================================
	5.13 Related Entries
============================================================================= */
.entry-related {
  margin-bottom: 30px;
}
.entry-related-section-title {
  position: relative;
  margin-top: 0;
}
.entry-related-section-title > span {
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.entry-related-section-title:before {
  content: '';
  height: 3px;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  border: dotted #d5d5d5;
  border-width: 1px 0;
  position: absolute;
}
/* ==========================================================================
	5.14 Entry Comments
============================================================================= */
.entry-comments-wrap {
  position: relative;
  border-top: 1px dotted #d5d5d5;
  padding: 31px 0 30px;
}
.entry-comments-wrap:before {
  content: '';
  position: absolute;
  border-top: inherit;
  left: 0;
  right: 0;
  top: 1px;
}
.entry-comments-title {
  line-height: 1.4;
  margin: 0 0 30px;
}
.entry-comments-list ul.children {
  margin-left: 40px;
}
.entry-comments-list .bypostauthor .comment-entry {
  font-size: inherit;
}
.entry-comments-list .comment-entry,
.entry-comments-list .comment-respond {
  margin-bottom: 30px;
}
.entry-comments-list .comment-avatar {
  float: left;
  margin-right: 20px;
}
.entry-comments-list .comment-text {
  margin-bottom: 5px;
}
.entry-comments-list .comment-text p:last-child {
  margin-bottom: 0;
}
.entry-comments-list .comment-head {
  margin-bottom: 8px;
}
.entry-comments-list .comment-author-name {
  margin: 0 0 4px;
  font-weight: normal;
}
.entry-comments-list .comment-author-name a {
  color: #101010;
}
.entry-comments-list .comment-time {
  font-size: 13px;
  display: block;
  color: #999999;
  line-height: 1.5;
}
.entry-comments-list .comment-links {
  font-size: 13px;
}
.entry-comments-list .comment-links a + a {
  margin-left: 1em;
}
/* ==========================================================================
	5.15 Entry Comments Nav
============================================================================= */
.entry-comments-nav {
  margin-bottom: 20px;
}
.entry-comments-nav .previous,
.entry-comments-nav .next {
  display: block;
}
.entry-comments-nav .previous a,
.entry-comments-nav .next a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  line-height: 1;
  padding: 15px;
}
.entry-comments-nav .previous {
  float: left;
}
.entry-comments-nav .next {
  float: right;
}
/* ==========================================================================
	5.16 Entry Comments Form
============================================================================= */
.entry-comments-form {
  border-top: 1px dotted #d5d5d5;
  padding-top: 1px;
}
.entry-comments-form .comment-respond {
  border-top: 1px dotted #d5d5d5;
  padding-top: 30px;
}
.form-submit {
  margin: 0;
}
.comment-reply-title {
  margin: 0;
}
/* ==========================================================================
	5.17 Entry Related Entries
============================================================================= */
.related-entry-title {
  margin: 0 0 1px;
  line-height: 1.4;
  font-weight: 400;
}
.related-entry-media {
  margin-bottom: 30px;
}
.related-entry-time {
  color: #999999;
  font-size: 13px;
}
/* ==========================================================================
	6 Featured Entries
============================================================================= */
.featured-entries-slider {
  padding-top: 87.5%;
  position: relative;
  background-color: #444;
}
.featured-entries-slide {
  position: relative;
  display: block;
  height: 100%;
}
.featured-entries-slider-wrap,
.featured-entries-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.featured-entries-slide-content {
  text-align: center;
  z-index: 1;
}
.featured-entries-slide-content:before,
.featured-entries-slide-content .container {
  vertical-align: middle;
  display: inline-block;
}
.featured-entries-slide-content:before {
  content: '';
  height: 100%;
}
.featured-entries-slide-content .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-entry-title {
  color: #fff;
  font-weight: 700;
  margin: 0 0 .45em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}
.featured-entry-meta {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  display: block;
  line-height: 1.5;
  margin-bottom: .25em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}
.featured-entry-read-more {
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Inconsolata", sans-serif;
  padding: 2px;
  border: 2px solid #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.featured-entry-read-more > a {
  color: #444444;
  display: inline-block;
  background-color: #fff;
  line-height: 20px;
  padding: 8px 24px;
}
.featured-entry-read-more:hover {
  border-color: #000;
}
.featured-entry-read-more:hover > a {
  color: #fff;
  background-color: #000;
}
.featured-entries-slider.animation-on .featured-entry-title .fpt-char {
  visibility: hidden;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.featured-entries-slider.animation-on .featured-entry-meta {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.featured-entries-slider.animation-on .featured-entry-read-more {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition: all 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: all 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.featured-entries-slider.animation-on .animation-playing .featured-entry-title .fpt-char {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.featured-entries-slider.animation-on .animation-playing .featured-entry-meta {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.featured-entries-slider.animation-on .animation-playing .featured-entry-meta,
.featured-entries-slider.animation-on .animation-playing .featured-entry-read-more {
  visibility: visible;
  opacity: 1;
}
@-webkit-keyframes fpt-anim {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 150px, 0) scale(4);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes fpt-anim {
  0% {
    opacity: 0;
    transform: translate3d(-400px, 150px, 0) scale(4);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
/* ==========================================================================
	7. Icons
============================================================================= */
@font-face {
  font-family: 'Socicon';
  src: url('fonts/Socicon.eot?wq1nvz');
  src: url('fonts/Socicon.eot?#iefixwq1nvz') format('embedded-opentype'), url('fonts/Socicon.woff?wq1nvz') format('woff'), url('fonts/Socicon.ttf?wq1nvz') format('truetype'), url('fonts/Socicon.svg?wq1nvz#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.socicon {
  font-family: 'Socicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socicon-bloglovin:before {
  content: "\f004";
}
.socicon-rss:before {
  content: "\e600";
}
.socicon-outlook:before {
  content: "\e601";
}
.socicon-coderwall:before {
  content: "\e602";
}
.socicon-tripadvisor:before {
  content: "\e603";
}
.socicon-netcodes:before {
  content: "\e604";
}
.socicon-6:before {
  content: "\e605";
}
.socicon-lanyrd:before {
  content: "\e606";
}
.socicon-slideshare:before {
  content: "\e607";
}
.socicon-buffer:before {
  content: "\e608";
}
.socicon-disqus:before {
  content: "\e609";
}
.socicon-vkontakte:before {
  content: "\e60a";
}
.socicon-blogger:before {
  content: "\e60b";
}
.socicon-technorati:before {
  content: "\e60c";
}
.socicon-reddit:before {
  content: "\e60d";
}
.socicon-dribbble:before {
  content: "\e60e";
}
.socicon-stumbleupon:before {
  content: "\e60f";
}
.socicon-digg:before {
  content: "\e610";
}
.socicon-envato:before {
  content: "\e611";
}
.socicon-behance:before {
  content: "\e612";
}
.socicon-delicious:before {
  content: "\e613";
}
.socicon-deviantart:before {
  content: "\e614";
}
.socicon-forrst:before {
  content: "\e615";
}
.socicon-playstore:before {
  content: "\e616";
}
.socicon-zerply:before {
  content: "\e617";
}
.socicon-wikipedia:before {
  content: "\e618";
}
.socicon-apple:before {
  content: "\e619";
}
.socicon-flattr:before {
  content: "\e61a";
}
.socicon-github:before {
  content: "\e61b";
}
.socicon-chimein:before {
  content: "\e61c";
}
.socicon-friendfeed:before {
  content: "\e61d";
}
.socicon-newsvine:before {
  content: "\e61e";
}
.socicon-identica:before {
  content: "\e61f";
}
.socicon-bebo:before {
  content: "\e620";
}
.socicon-zynga:before {
  content: "\e621";
}
.socicon-steam:before {
  content: "\e622";
}
.socicon-xbox:before {
  content: "\e623";
}
.socicon-windows:before {
  content: "\e624";
}
.socicon-twitter:before {
  content: "\e625";
}
.socicon-facebook:before {
  content: "\e626";
}
.socicon-googleplus:before {
  content: "\e627";
}
.socicon-pinterest:before {
  content: "\e628";
}
.socicon-foursquare:before {
  content: "\e629";
}
.socicon-yahoo:before {
  content: "\e62a";
}
.socicon-skype:before {
  content: "\e62b";
}
.socicon-yelp:before {
  content: "\e62c";
}
.socicon-feedburner:before {
  content: "\e62d";
}
.socicon-linkedin:before {
  content: "\e62e";
}
.socicon-viadeo:before {
  content: "\e62f";
}
.socicon-xing:before {
  content: "\e630";
}
.socicon-myspace:before {
  content: "\e631";
}
.socicon-soundcloud:before {
  content: "\e632";
}
.socicon-spotify:before {
  content: "\e633";
}
.socicon-grooveshark:before {
  content: "\e634";
}
.socicon-lastfm:before {
  content: "\e635";
}
.socicon-youtube:before {
  content: "\e636";
}
.socicon-vimeo:before {
  content: "\e637";
}
.socicon-dailymotion:before {
  content: "\e638";
}
.socicon-vine:before {
  content: "\e639";
}
.socicon-flickr:before {
  content: "\e63a";
}
.socicon-500px:before {
  content: "\e63b";
}
.socicon-instagram:before {
  content: "\e63c";
}
.socicon-wordpress:before {
  content: "\e63d";
}
.socicon-tumblr:before {
  content: "\e63e";
}
/* ==========================================================================
	8.1 Justified Grids
============================================================================= */
.justified-grids {
  white-space: nowrap;
  overflow: hidden;
}
.justified-grids .justified-grids-item {
  display: inline-block;
  vertical-align: top;
}
.justified-grids .justified-grids-item-fail {
  display: none;
}
.justified-grids .justified-grids-break {
  visibility: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}
/* ==========================================================================
	8.2 Media Grid
============================================================================= */
.media-grid {
  overflow: hidden;
  position: relative;
}
.media-grid:hover .media-grid-caption {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
/* ==========================================================================
	8.3 Fotorama
============================================================================= */
.entry-media .fotorama .fotorama__stage {
  background-color: #f0f0f0;
}
/* ==========================================================================
	8.4 Google Maps
============================================================================= */
.google-maps-container {
  position: relative;
}
.google-maps-container .google-maps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	8.5 Pricing Table
============================================================================= */
.pricing-table {
  text-align: center;
  margin-bottom: 26px;
  border: 1px solid #eaeaea;
}
.pricing-table.featured {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.pricing-table.featured .table-header {
  padding: 20px;
}
.pricing-table .table-header {
  padding: 10px 20px;
  font-size: 18px;
  border-bottom: 1px solid #eaeaea;
}
.pricing-table .table-header .name > small {
  display: block;
  line-height: 1.5;
  font-style: italic;
}
.pricing-table .table-price {
  padding: 10px 20px;
  border-bottom: 1px solid #eaeaea;
  background-color: #f0f0f0;
}
.pricing-table .table-price .price {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}
.pricing-table .table-price .price > span {
  font-size: 18px;
  vertical-align: text-top;
  display: inline-block;
}
.pricing-table .table-features ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #eaeaea;
}
.pricing-table .table-features ul li:nth-child(2n) {
  background-color: #f0f0f0;
}
.pricing-table .table-footer {
  padding: 20px;
}
/* ==========================================================================
	9.1 Base Widget Styling
============================================================================= */
.sidebar .widget {
  background-color: #ffffff;
  margin-left: -15px;
  margin-right: -15px;
  padding: 35px;
}
.footer-widgets .widget {
  font-size: 13px;
}
.footer-widgets .widget + .widget {
  margin-top: 45px;
}
.widget-title {
  position: relative;
  margin: 0 0 20px;
}
.widget-title > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #ffffff;
}
.widget-title:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  border-style: dotted;
  border-color: #d5d5d5;
  border-width: 1px 0;
  height: 3px;
  left: 0;
  right: 0;
}
.sidebar .widget-title {
  text-align: center;
}
.sidebar .widget-title > span {
  padding: 0 10px;
}
.footer-widgets .widget-title,
.footer-widgets .widget-title a {
  color: #fafafa;
}
.footer-widgets .widget-title > span {
  padding-right: 10px;
  background-color: #383838;
}
.footer-widgets .widget-title:after {
  border-color: #4d4d4d;
}
/* ==========================================================================
	9.2 Widget Form Elements
============================================================================= */
.widget select,
.widget textarea,
.widget input[type="text"],
.widget input[type="password"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="time"],
.widget input[type="week"],
.widget input[type="number"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="color"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.85714286;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.widget select:focus,
.widget textarea:focus,
.widget input[type="text"]:focus,
.widget input[type="password"]:focus,
.widget input[type="datetime"]:focus,
.widget input[type="datetime-local"]:focus,
.widget input[type="date"]:focus,
.widget input[type="month"]:focus,
.widget input[type="time"]:focus,
.widget input[type="week"]:focus,
.widget input[type="number"]:focus,
.widget input[type="email"]:focus,
.widget input[type="url"]:focus,
.widget input[type="search"]:focus,
.widget input[type="tel"]:focus,
.widget input[type="color"]:focus {
  border-color: #cfcfcf;
  outline: 0;
}
.widget select::-moz-placeholder,
.widget textarea::-moz-placeholder,
.widget input[type="text"]::-moz-placeholder,
.widget input[type="password"]::-moz-placeholder,
.widget input[type="datetime"]::-moz-placeholder,
.widget input[type="datetime-local"]::-moz-placeholder,
.widget input[type="date"]::-moz-placeholder,
.widget input[type="month"]::-moz-placeholder,
.widget input[type="time"]::-moz-placeholder,
.widget input[type="week"]::-moz-placeholder,
.widget input[type="number"]::-moz-placeholder,
.widget input[type="email"]::-moz-placeholder,
.widget input[type="url"]::-moz-placeholder,
.widget input[type="search"]::-moz-placeholder,
.widget input[type="tel"]::-moz-placeholder,
.widget input[type="color"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.widget select:-ms-input-placeholder,
.widget textarea:-ms-input-placeholder,
.widget input[type="text"]:-ms-input-placeholder,
.widget input[type="password"]:-ms-input-placeholder,
.widget input[type="datetime"]:-ms-input-placeholder,
.widget input[type="datetime-local"]:-ms-input-placeholder,
.widget input[type="date"]:-ms-input-placeholder,
.widget input[type="month"]:-ms-input-placeholder,
.widget input[type="time"]:-ms-input-placeholder,
.widget input[type="week"]:-ms-input-placeholder,
.widget input[type="number"]:-ms-input-placeholder,
.widget input[type="email"]:-ms-input-placeholder,
.widget input[type="url"]:-ms-input-placeholder,
.widget input[type="search"]:-ms-input-placeholder,
.widget input[type="tel"]:-ms-input-placeholder,
.widget input[type="color"]:-ms-input-placeholder {
  color: #999999;
}
.widget select::-webkit-input-placeholder,
.widget textarea::-webkit-input-placeholder,
.widget input[type="text"]::-webkit-input-placeholder,
.widget input[type="password"]::-webkit-input-placeholder,
.widget input[type="datetime"]::-webkit-input-placeholder,
.widget input[type="datetime-local"]::-webkit-input-placeholder,
.widget input[type="date"]::-webkit-input-placeholder,
.widget input[type="month"]::-webkit-input-placeholder,
.widget input[type="time"]::-webkit-input-placeholder,
.widget input[type="week"]::-webkit-input-placeholder,
.widget input[type="number"]::-webkit-input-placeholder,
.widget input[type="email"]::-webkit-input-placeholder,
.widget input[type="url"]::-webkit-input-placeholder,
.widget input[type="search"]::-webkit-input-placeholder,
.widget input[type="tel"]::-webkit-input-placeholder,
.widget input[type="color"]::-webkit-input-placeholder {
  color: #999999;
}
.widget select[disabled],
.widget textarea[disabled],
.widget input[type="text"][disabled],
.widget input[type="password"][disabled],
.widget input[type="datetime"][disabled],
.widget input[type="datetime-local"][disabled],
.widget input[type="date"][disabled],
.widget input[type="month"][disabled],
.widget input[type="time"][disabled],
.widget input[type="week"][disabled],
.widget input[type="number"][disabled],
.widget input[type="email"][disabled],
.widget input[type="url"][disabled],
.widget input[type="search"][disabled],
.widget input[type="tel"][disabled],
.widget input[type="color"][disabled],
.widget select[readonly],
.widget textarea[readonly],
.widget input[type="text"][readonly],
.widget input[type="password"][readonly],
.widget input[type="datetime"][readonly],
.widget input[type="datetime-local"][readonly],
.widget input[type="date"][readonly],
.widget input[type="month"][readonly],
.widget input[type="time"][readonly],
.widget input[type="week"][readonly],
.widget input[type="number"][readonly],
.widget input[type="email"][readonly],
.widget input[type="url"][readonly],
.widget input[type="search"][readonly],
.widget input[type="tel"][readonly],
.widget input[type="color"][readonly] {
  background-color: #eeeeee;
  opacity: 1;
}
.widget select[disabled],
.widget textarea[disabled],
.widget input[type="text"][disabled],
.widget input[type="password"][disabled],
.widget input[type="datetime"][disabled],
.widget input[type="datetime-local"][disabled],
.widget input[type="date"][disabled],
.widget input[type="month"][disabled],
.widget input[type="time"][disabled],
.widget input[type="week"][disabled],
.widget input[type="number"][disabled],
.widget input[type="email"][disabled],
.widget input[type="url"][disabled],
.widget input[type="search"][disabled],
.widget input[type="tel"][disabled],
.widget input[type="color"][disabled] {
  cursor: not-allowed;
}
.widget textarea {
  height: auto;
}
/* ==========================================================================
	9.3 WordPress Widgets
============================================================================= */
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
  padding-left: 1.5em;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
  padding: 5px 0;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child {
  padding-bottom: 0;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul,
.widget_archive ul li + li,
.widget_categories ul li + li,
.widget_nav_menu ul li + li,
.widget_meta ul li + li,
.widget_pages ul li + li,
.widget_recent_comments ul li + li,
.widget_recent_entries ul li + li,
.widget_rss ul li + li {
  border-top: 1px solid #eaeaea;
}
.footer-widgets .widget_archive ul ul,
.footer-widgets .widget_categories ul ul,
.footer-widgets .widget_nav_menu ul ul,
.footer-widgets .widget_meta ul ul,
.footer-widgets .widget_pages ul ul,
.footer-widgets .widget_recent_comments ul ul,
.footer-widgets .widget_recent_entries ul ul,
.footer-widgets .widget_rss ul ul,
.footer-widgets .widget_archive ul li + li,
.footer-widgets .widget_categories ul li + li,
.footer-widgets .widget_nav_menu ul li + li,
.footer-widgets .widget_meta ul li + li,
.footer-widgets .widget_pages ul li + li,
.footer-widgets .widget_recent_comments ul li + li,
.footer-widgets .widget_recent_entries ul li + li,
.footer-widgets .widget_rss ul li + li {
  border-top-color: #4d4d4d;
}
.widget_categories .screen-reader-text,
.widget_archive .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* ==========================================================================
	9.4 WordPress Calendar Widget
============================================================================= */
.widget_calendar table {
  width: 100%;
  border: 1px solid #dddddd;
}
.widget_calendar table caption {
  text-align: center;
  padding-top: 0;
  font-size: 12px;
}
.widget_calendar table th,
.widget_calendar table td {
  border: 1px solid #dddddd;
  padding: 5px;
  line-height: 1.85714286;
  vertical-align: top;
  text-align: center;
}
.widget_calendar table thead th {
  border-bottom: 1px solid #dddddd;
  background-color: #f9f9f9;
}
.footer-widgets .widget_calendar table thead th {
  border-bottom-color: #5a5a5a;
  background-color: #414141;
}
.footer-widgets .widget_calendar table,
.footer-widgets .widget_calendar table th,
.footer-widgets .widget_calendar table td {
  border-color: #5a5a5a;
}
/* ==========================================================================
	9.5 WordPress Tagcloud Widget
============================================================================= */
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
  content: " ";
  display: table;
}
.widget_tag_cloud .tagcloud:after {
  clear: both;
}
.widget_tag_cloud .tagcloud a {
  float: left;
  color: #999999;
  padding: 4px 12px;
  margin: 0 5px 5px 0;
  letter-spacing: 1px;
  font-family: "Inconsolata";
  text-transform: uppercase;
  font-size: 12px !important;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}
.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  border-color: #EFFFC1;
  background-color: #EFFFC1;
}
.footer-widgets .widget_tag_cloud .tagcloud a {
  border-color: #4d4d4d;
}
.footer-widgets .widget_tag_cloud .tagcloud a:hover {
  color: #fafafa;
  border-color: #EFFFC1;
  background-color: #EFFFC1;
}
/* ==========================================================================
	9.6 Posts Widget
============================================================================= */
.youxi-posts-widget .hentry + .hentry {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eaeaea;
}
.footer-widgets .youxi-posts-widget .hentry + .hentry {
  border-top-color: #4d4d4d;
}
.posts-widget-thumbnail {
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 16px;
}
.posts-widget-thumbnail img {
  border-radius: 3px;
}
.posts-widget-description {
  overflow: hidden;
}
.posts-widget-description .entry-title {
  line-height: 1.4;
  margin: 0 0 1px;
}
.footer-widgets .posts-widget-description .entry-title a {
  color: #fafafa;
}
.posts-widget-description .entry-meta {
  color: #999999;
  font-size: 12px;
}
/* ==========================================================================
	9.7 Social List Widget
============================================================================= */
.youxi-social-widget ul {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -6px;
  text-align: center;
}
.youxi-social-widget li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 6px;
}
.youxi-social-widget li a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 24px;
    background-color: #fff;
}
.youxi-social-widget li a,
.youxi-social-widget li a .socicon {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.youxi-social-widget li.social-twitter > a:hover {
  background-color: #00aced;
}
.youxi-social-widget li.social-facebook > a:hover {
  color: #cf3;
}
.youxi-social-widget li.social-googleplus > a:hover {
  color: #cf3;
}
.youxi-social-widget li.social-pinterest > a:hover {
  color: #cf3;
}
.youxi-social-widget li.social-linkedin > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-youtube > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-vimeo > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-tumblr > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-instagram > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-flickr > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-dribbble > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-foursquare > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-forrst > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-vkontakte > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-wordpress > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-stumbleupon > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-yahoo > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-blogger > a:hover {
	color: #cf3;
}
.youxi-social-widget li.social-soundcloud > a:hover {
	color: #cf3;
}
/* ==========================================================================
   9.8 Instagram & Flickr Widget
============================================================================= */
.youxi-instagram-widget .feed-list,
.youxi-flickr-widget .feed-list {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
  padding: 0;
  list-style: none;
}
.youxi-instagram-widget .feed-list li,
.youxi-flickr-widget .feed-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 4px;
  margin-bottom: 8px;
}
.youxi-instagram-widget .feed-list a,
.youxi-flickr-widget .feed-list a {
  position: relative;
  display: block;
  padding-top: 100%;
  margin-bottom: 0;
}
.youxi-instagram-widget .feed-list a > img,
.youxi-flickr-widget .feed-list a > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  border-radius: 3px;
}
.youxi-instagram-widget .feed-list a:after,
.youxi-flickr-widget .feed-list a:after {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.youxi-instagram-widget .feed-list a:hover:after,
.youxi-flickr-widget .feed-list a:hover:after {
  opacity: 1;
}
/* ==========================================================================
	9.9 Twitter Widget
============================================================================= */
.youxi-twitter-widget .feed-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.youxi-twitter-widget li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eaeaea;
}
.footer-widgets .youxi-twitter-widget li + li {
  border-top-color: #4d4d4d;
}
.youxi-twitter-widget .twitter-intents {
  display: none;
}
.youxi-twitter-widget .twitter-header {
  display: block;
  margin-bottom: 5px;
}
.youxi-twitter-widget .twitter-header:before,
.youxi-twitter-widget .twitter-header:after {
  content: " ";
  display: table;
}
.youxi-twitter-widget .twitter-header:after {
  clear: both;
}
.youxi-twitter-widget .twitter-avatar {
  float: left;
  margin-right: 10px;
}
.youxi-twitter-widget .twitter-avatar a {
  display: block;
}
.youxi-twitter-widget .twitter-info,
.youxi-twitter-widget .twitter-text {
  display: block;
}
.youxi-twitter-widget .twitter-info {
  overflow: hidden;
  line-height: 1.5;
}
.youxi-twitter-widget .twitter-info a {
  display: block;
}
.youxi-twitter-widget .twitter-time {
  font-size: 12px;
}
.youxi-twitter-widget .twitter-user,
.youxi-twitter-widget .twitter-time {
  color: #999999;
}
/* ==========================================================================
	13. Media Element Player
============================================================================= */
.wp-video-wrapper {
  position: relative;
}
.wp-video-wrapper .wp-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.mejs-offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.mejs-container {
  position: relative;
}
.mejs-container:focus {
  outline: none !important;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mejs-fullscreen {
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  border: 0;
  padding: 0;
}
.mejs-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  width: 65px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -32.5px;
  margin-top: -20px;
  border-radius: 5px;
  background-color: rgba(51, 51, 51, 0.9);
  text-align: center;
}
.mejs-overlay-button:before {
  display: block;
  font-size: 20px;
  width: 65px;
  height: 40px;
  line-height: 40px;
  font-family: 'FontAwesome';
  content: '\f04b';
  color: #fff;
}
.mejs-overlay-loading {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.9);
  text-align: center;
}
.mejs-overlay-loading span {
  display: none;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  background: #333;
  white-space: nowrap;
}
.mejs-controls > div,
.mejs-controls > a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
  border-right: 1px solid #404040;
}
.mejs-controls > div:last-child,
.mejs-controls > a:last-child {
  border-right: none;
}
.mejs-controls .mejs-button {
  padding: 0 6px;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  width: 28px;
  height: 36px;
  background: transparent;
  -webkit-appearance: none;
  position: relative;
  /* :focus for accessibility */
}
.mejs-controls .mejs-button button:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 36px;
  color: #d2d6db;
}
.mejs-controls .mejs-button button:focus {
  outline: none;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-controls .mejs-time {
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 11px;
  line-height: 36px;
}
.mejs-controls .mejs-time span {
  display: block;
  padding: 0 12px;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button:before {
  content: '\f04b';
}
.mejs-controls .mejs-pause button:before {
  content: '\f04c';
}
.mejs-controls .mejs-stop button:before {
  content: '\f04d';
}
/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls .mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding: 13px 12px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  padding: 1px;
  height: 10px;
  display: block;
  background-color: #262929;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-current {
  display: block;
  position: absolute;
  cursor: pointer;
  height: 8px;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  background: #464849;
  background-size: 14px 14px;
  background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.4) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.4) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.4) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 75%, transparent 75%, transparent);
  -webkit-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #464849;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #EFFFC1;
  background-size: 10px 10px;
  background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background-color: #262626;
  width: 42px;
  height: auto !important;
  border-radius: 4px;
  top: -15px;
  text-align: center;
  color: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  line-height: 24px;
  display: block;
  font-size: 11px;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  border: solid 4px transparent;
  border-top-color: #262626;
  top: 100%;
  left: 50%;
  margin-left: -4px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 42px;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button:before {
  content: '\f065';
}
.mejs-controls .mejs-unfullscreen button:before {
  content: '\f066';
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button:before {
  content: '\f028';
}
.mejs-controls .mejs-unmute button:before {
  content: '\f026';
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: #333;
  left: 0;
  bottom: 100%;
  z-index: 1;
  position: absolute;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: rgba(255, 255, 255, 0.9);
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
}
/* horizontal version */
.mejs-controls .mejs-horizontal-volume-slider {
  width: 60px;
  height: 100%;
  margin-left: 12px;
  position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 13px;
  width: 48px;
  height: 10px;
  background: #262929;
  border: 1px solid #262929;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 1px 1px rgba(0, 0, 0, 0.18);
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 1px;
  top: 14px;
  width: 0;
  height: 8px;
  background: #EFFFC1;
  background-size: 10px 10px;
  box-shadow: 0 1px 1px rgba(32, 33, 34, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button:before {
  content: '\f141';
}
.mejs-controls .mejs-captions-button .mejs-captions-selector,
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  right: 0;
  padding: 12px;
  background: #333;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul,
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li,
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 5px;
  padding: 0;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input,
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label,
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input,
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label,
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: rgba(102, 102, 102, 0.7);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin: 0 0 3px 0;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 45px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: rgba(20, 20, 20, 0.8);
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: Error */
/* Start: Loop */
/* End: Loop */
/* Start: backlight */
/* End: backlight */
/* Start: Picture Controls */
/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2c7c91;
  color: #fff;
}
/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* ==========================================================================
	11. Media Queries
============================================================================= */
@media (min-width: 480px) {
  /* ==========================================================================
		Featured Entries Slider
	============================================================================= */
  .featured-entries-slider {
    padding-top: 75%;
  }
  /* ==========================================================================
		Entries Wrap
	============================================================================= */
  .entries-wrap .hentry {
    padding: 50px 30px;
  }
  .entry-media {
    margin-bottom: 20px;
  }
  /* ==========================================================================
		Post
	============================================================================= */
  .entry-header,
  .entry-media {
    margin-bottom: 20px;
  }
  .entries-wrap-grid .entry-header,
  .entries-wrap-grid .entry-media {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  /* ==========================================================================
		Featured Entries Slider
	============================================================================= */
  .featured-entries-slider {
    padding-top: 56.25%;
  }
  .featured-entries-slide-content .featured-entry-title {
    font-size: 40px;
  }
  /* ==========================================================================
		Entries Wrap
	============================================================================= */
  .entries-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .entries-wrap .hentry {
    padding: 60px 40px;
  }
  .entries-wrap.entries-wrap-grid {
    position: relative;
  }
  .entries-wrap.entries-wrap-grid .hentry,
  .entries-wrap.entries-wrap-grid .hentry-sizer {
    width: 50%;
  }
  .entries-wrap.entries-wrap-grid .hentry {
    padding: 30px;
    display: inline-block;
    vertical-align: top;
  }
  .entries-wrap.entries-wrap-grid:after,
  .entries-wrap.entries-wrap-grid:before {
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #eaeaea;
  }
  .entries-wrap.entries-wrap-grid:after {
    content: '';
    left: 50%;
  }
  /* ==========================================================================
		Widget
	============================================================================= */
  .sidebar .widget {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  }
  /* ==========================================================================
		Site Content
	============================================================================= */
  .site-content {
    padding: 30px 0;
  }
  .site-content-header {
    margin-bottom: 0px;
  }
  /* ==========================================================================
		Back to Top
	============================================================================= */
  .back-to-top {
    display: block;
  }
  /* ==========================================================================
		Post
	============================================================================= */
  .entry-header,
  .entry-media {
    margin-bottom: 25px;
  }
  /* ==========================================================================
		Entry Sharing
	============================================================================= */
  .entry-sharing .entry-sharing-label {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px dotted #d0d0d0;
    text-align: inherit;
  }
  .entry-sharing .entry-sharing-items {
    text-align: inherit;
  }
  .entry-sharing .entry-sharing-items .addthis_toolbox {
    display: block;
  }
  /* ==========================================================================
		Entry Nav
	============================================================================= */
  .entry-adjacent-nav {
    padding: 35px 0;
  }
  .entry-adjacent-nav .next,
  .entry-adjacent-nav .previous {
    text-align: inherit;
  }
  .entry-adjacent-nav .previous > a {
    padding-left: 35px;
  }
  .entry-adjacent-nav .next {
    text-align: right;
  }
  .entry-adjacent-nav .next > a {
    padding-right: 35px;
  }
  /* ==========================================================================
		Entry Author
	============================================================================= */
  .entry-author {
    padding: 40px 0;
  }
  .entry-author .entry-author-avatar {
    width: auto;
    margin-right: 30px;
  }
  /* ==========================================================================
		Entry Comments
	============================================================================= */
  .comment-entries .entry-comments-list ul.children {
    margin-left: 100px;
  }
  .comment-entries .entry-comments-list .comment-text {
    overflow: hidden;
  }
  /* ==========================================================================
		Entries Navigation
	============================================================================= */
  .entries-nav {
    margin-top: 30px;
  }
  .entries-nav ul li {
    margin-bottom: 0;
  }
  .entries-nav.entries-nav-pager ul li {
    width: auto;
  }
  /* ==========================================================================
		Earlier breakpoint for having desktop version on the iPad
	============================================================================= */
  .mq-768 {
    /* ==========================================================================
			Logo
		============================================================================= */
    /* ==========================================================================
			Header Top
		============================================================================= */
    /* ==========================================================================
			Header Content
		============================================================================= */
    /* ==========================================================================
			Header Search
		============================================================================= */
    /* ==========================================================================
			Navigation
		============================================================================= */
  }
  .mq-768 .brand {
    padding: 35px 0;
    height: auto;
  }
  .mq-768 .brand a {
    display: inline-block;
    height: auto;
  }
  .mq-768 .brand a img {
    max-width: 200px;
    max-height: none;
  }
  .mq-768 .site-header-top-right {
    text-align: right;
  }
  .mq-768 .site-header-middle {
    border-bottom: 1px solid #eaeaea;
  }
  .mq-768 .site-header-search {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
  }
  .mq-768 .primary-nav ul,
  .mq-768 .secondary-nav ul {
    font-size: 0;
    display: block;
  }
  .mq-768 .primary-nav ul li,
  .mq-768 .secondary-nav ul li {
    display: inline-block;
  }
  .mq-768 .primary-nav .menu,
  .mq-768 .secondary-nav .menu {
    border-top: none;
  }
  .mq-768 .primary-nav .menu ul,
  .mq-768 .secondary-nav .menu ul {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    z-index: 999;
    line-height: 1;
    left: 100%;
    top: 0;
  }
  .mq-768 .primary-nav .menu li:hover > ul,
  .mq-768 .secondary-nav .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .mq-768 .primary-nav .menu > li > ul,
  .mq-768 .secondary-nav .menu > li > ul {
    top: 100%;
  }
  .mq-768 .primary-nav {
    position: relative;
    text-align: center;
    overflow-y: visible;
    border-bottom: none;
    background: transparent;
  }
  .mq-768 .primary-nav .menu ul {
    background-color: #1d1d1d;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  .mq-768 .primary-nav .menu li {
    border-top: none;
  }
  .mq-768 .primary-nav .menu li:hover > ul {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .mq-768 .primary-nav .menu > li ul {
    border-left: 1px solid #2d2d2d;
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  .mq-768 .primary-nav .menu > li li {
    width: 180px;
  }
  .mq-768 .primary-nav .menu > li li a {
    color: #a7a7a7;
    padding: 10px 21px !important;
  }
  .mq-768 .primary-nav .menu > li li:hover > a,
  .mq-768 .primary-nav .menu > li li.current-menu-item > a {
    color: #ffffff;
  }
  .mq-768 .primary-nav .menu > li li + li {
    border-top: 1px solid #2d2d2d;
  }
  .mq-768 .primary-nav .menu > li > a {
    padding: 18px 30px;
  }
  .mq-768 .primary-nav .menu > li > ul {
    left: 50%;
    border-left: none;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
  .mq-768 .primary-nav .menu > li > ul:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-bottom-color: #1d1d1d;
    bottom: 100%;
    margin-left: -4px;
  }
  .mq-768 .primary-nav .menu > li:hover > ul {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .mq-768 .primary-nav .primary-nav-wrap {
    overflow: visible;
  }
  .mq-768 .primary-nav .sub-menu > li {
    padding-left: 0;
  }
  .mq-768 .primary-nav .subnav-toggle {
    display: none;
  }
  .mq-768 .secondary-nav ul li {
    font-size: 11px;
  }
  .mq-768 .secondary-nav ul li a {
    color: inherit;
  }
  .mq-768 .secondary-nav ul li:hover > a,
  .mq-768 .secondary-nav ul li.current-menu-item > a {
    color: #ffffff;
  }
  .mq-768 .secondary-nav .menu ul {
    background-color: #1d1d1d;
  }
  .mq-768 .secondary-nav .menu > li li {
    width: 140px;
  }
  .mq-768 .secondary-nav .menu > li li a {
    padding: 7px 10px;
  }
  .mq-768 .secondary-nav .menu > li li + li {
    border-top: 1px solid #373737;
  }
  .mq-768 .secondary-nav .menu > li + li {
    margin-left: 20px;
  }
  .mq-768 .secondary-nav .menu > li > a {
    padding: 10px 0;
  }
  .mq-768 .secondary-nav .menu > li ul {
    left: 0;
  }
  .mq-768 .secondary-nav .menu > li ul ul {
    display: none;
  }
}
@media (min-width: 992px) {
  /* ==========================================================================
		Featured Entries Slider
	============================================================================= */
  .featured-entries-slider {
    padding-top: 37.5%;
  }
  .featured-entries-slide-content .featured-entry-title {
    font-size: 44px;
  }
  /* ==========================================================================
		Widget
	============================================================================= */
  .sidebar .widget:first-child {
    margin-top: 0;
  }
  /* ==========================================================================
		Logo
	============================================================================= */
  .brand {
    padding: 35px 0;
    height: auto;
  }
  .brand a {
    display: inline-block;
    height: auto;
  }
  .brand a img {
    max-width: 200px;
    max-height: none;
  }
  /* ==========================================================================
		Header Top
	============================================================================= */
  .site-header-top-right {
    text-align: right;
  }
  /* ==========================================================================
		Header Content
	============================================================================= */
  .site-header-middle {
    border-bottom: 1px solid #eaeaea;
  }
  /* ==========================================================================
		Header Search
	============================================================================= */
  .site-header-search {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
  }
  /* ==========================================================================
		Navigation
	============================================================================= */
  .primary-nav ul,
  .secondary-nav ul {
    font-size: 0;
    display: block;
  }
  .primary-nav ul li,
  .secondary-nav ul li {
    display: inline-block;
  }
  .primary-nav .menu,
  .secondary-nav .menu {
    border-top: none;
  }
  .primary-nav .menu ul,
  .secondary-nav .menu ul {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    z-index: 999;
    line-height: 1;
    left: 100%;
    top: 0;
  }
  .primary-nav .menu li:hover > ul,
  .secondary-nav .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .primary-nav .menu > li > ul,
  .secondary-nav .menu > li > ul {
    top: 100%;
  }
  .primary-nav {
    position: relative;
    text-align: center;
    overflow-y: visible;
    border-bottom: none;
    background: transparent;
  }
  .primary-nav .menu ul {
    background-color: #1d1d1d;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  .primary-nav .menu li {
    border-top: none;
  }
  .primary-nav .menu li:hover > ul {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .primary-nav .menu > li ul {
    border-left: 1px solid #2d2d2d;
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  .primary-nav .menu > li li {
    width: 180px;
  }
  .primary-nav .menu > li li a {
    color: #a7a7a7;
    padding: 10px 21px !important;
  }
  .primary-nav .menu > li li:hover > a,
  .primary-nav .menu > li li.current-menu-item > a {
    color: #ffffff;
  }
  .primary-nav .menu > li li + li {
    border-top: 1px solid #2d2d2d;
  }
  .primary-nav .menu > li > a {
    padding: 18px 30px;
  }
  .primary-nav .menu > li > ul {
    left: 50%;
    border-left: none;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
  .primary-nav .menu > li > ul:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-bottom-color: #1d1d1d;
    bottom: 100%;
    margin-left: -4px;
  }
  .primary-nav .menu > li:hover > ul {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .primary-nav .primary-nav-wrap {
    overflow: visible;
  }
  .primary-nav .sub-menu > li {
    padding-left: 0;
  }
  .primary-nav .subnav-toggle {
    display: none;
  }
  .secondary-nav ul li {
    font-size: 11px;
  }
  .secondary-nav ul li a {
    color: inherit;
  }
  .secondary-nav ul li:hover > a,
  .secondary-nav ul li.current-menu-item > a {
    color: #ffffff;
  }
  .secondary-nav .menu ul {
    background-color: #1d1d1d;
  }
  .secondary-nav .menu > li li {
    width: 140px;
  }
  .secondary-nav .menu > li li a {
    padding: 7px 10px;
  }
  .secondary-nav .menu > li li + li {
    border-top: 1px solid #373737;
  }
  .secondary-nav .menu > li + li {
    margin-left: 20px;
  }
  .secondary-nav .menu > li > a {
    padding: 10px 0;
  }
  .secondary-nav .menu > li ul {
    left: 0;
  }
  .secondary-nav .menu > li ul ul {
    display: none;
  }
  /* ==========================================================================
		Entries Wrap
	============================================================================= */
  .entries-wrap.entries-wrap-grid.entries-wrap-fullwidth:after {
    left: 33.33333333%;
  }
  .entries-wrap.entries-wrap-grid.entries-wrap-fullwidth:before {
    content: '';
    left: 66.66666667%;
  }
  .entries-wrap.entries-wrap-grid.entries-wrap-fullwidth .hentry,
  .entries-wrap.entries-wrap-grid.entries-wrap-fullwidth .hentry-sizer {
    xxwidth: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  /* ==========================================================================
		Featured Entries Slider
	============================================================================= */
  .featured-entries-slider {
    padding-top: 35%;
  }
  .blog .featured-entries-slider.overlap + .site-content .entries-wrap {
    margin-top: -75px;
  }
  .featured-entries-slide-content .featured-entry-title {
    font-size: 48px;
  }
  .featured-entries-slide-content .featured-entry-meta {
    font-size: 18px;
  }
  /* ==========================================================================
		Headings
	============================================================================= */
  h1,
  .h1 {
    font-size: 42px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  /* ==========================================================================
		Entries Wrap
	============================================================================= */
  .entries-wrap .hentry {
    padding: 60px;
  }
  /* ==========================================================================
		Post
	============================================================================= */
  /*  .entry-header .entry-title {

  }*/
  .entries-wrap-grid .entry-header .entry-title {
    font-size: 30px;
  }
}
@media (min-width: 1368px) {
  /* ==========================================================================
		Featured Entries Slider
	============================================================================= */
  .featured-entries-slider {
    padding-top: 29.23976608%;
  }
}
@media (min-width: 1600px) {
  /* ==========================================================================
		Featured Entries Slider
	============================================================================= */
  .featured-entries-slider {
    padding-top: 27.08333333%;
  }
}
