/*********************************************************************************************

Theme Name: Videozoom
Theme URI: http://www.wpzoom.com/themes/videozoom
Version: 4.0.2
Author: WPZOOM
Author URI: http://www.wpzoom.com
Description: Videozoom is an elegant theme with a video slider, ready to play any videos you want.
Tags: two-columns, theme-options, dark, light
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

The PHP code portions of this WPZOOM theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the WPZOOM Proprietary Use License below.

**********************************************************************************************

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file.

**********************************************************************************************

1. Toolbox CSS
2. Global Styles
3. Navigation
4. Featured Slider
5. Archive posts
6. Single posts
7. Comments
8. Sidebar & Widgets
9. Footer

**********************************************************************************************/
/*********************************************************************************************

1. Toolbox CSS

*********************************************************************************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none
}

a {
  background: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: none;
  margin: 0 2px;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px
}

small {
  font-size: 85%
}

mark {
  padding: 0.2em
}

ul, ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

ul ul, ol ol, ul ol, ol ul {
  margin: 0
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857
}

dt {
  font-weight: bold
}

dd {
  margin-left: 0
}

blockquote:before, blockquote:after {
  content: ""
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.sticky, .bypostauthor {}

/* Smart clearfix */
.clear, .cleaner {
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.sticky, .bypostauthor {}

.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

input, textarea {
  font-family: "Open Sans", sans-serif;
}

label {
  margin-bottom: 5px;
}

input, textarea {
  padding: 8px 10px;
  background: #282828;
  color: #fff;
  border: 1px solid #000;
  border-bottom: 1px solid #373737;
  width: auto;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

input[type=text], textarea {
  -webkit-appearance: none;
}

input:focus, textarea:focus {
  outline: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  display: inline;
  width: auto;
  font-weight: normal;
  padding: 8px 15px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border: none;
  background-color: #2e2e2e;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  cursor: pointer;
  text-decoration: none;
  background: #444;
}

/* Navigation */
div.navigation {
  background-color: #1f1f1f;
  position: relative;
  text-align: center;
  margin: 0 0 50px;
  font-weight: 600;
  font-size: 16px;
  -moz-border-radius: 3x;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.navigation a {
  padding: 10px 10px;
  color: #888;
  display: inline-block;
}

div.navigation a:hover {
  color: #fff;
}

div.navigation span {
  padding: 10px 10px;
  color: #fff;
  display: inline-block;
}

div.navigation span.pages {
  margin-right: 10px;
  display: none;
}

div.navigation .alignleft, div.navigation .alignright {
  margin: 0
}

div.navigation .prev, div.navigation .next {
  position: absolute;
  top: 0;
}

div.navigation .prev:hover, div.navigation .next:hover {
  color: #fff;
}

div.navigation .prev {
  left: 15px;
}

div.navigation .next {
  right: 15px
}

div.navigation {
  margin-top: 10px;
}

/*********************************************************************************************

2. Global Styles

*********************************************************************************************/
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #888;
  background-color: #171717;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #2d87cc;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

a:hover {
  text-decoration: none;
  color: #ccc;
}

p {
  margin-bottom: 20px;
}

.inner-wrap {
  width: 1170px;
  margin: 0 auto;
  text-align: left;
}

.more-link {
  float: left;
  padding: 8px 15px;
  margin: 0 0 10px;
  background: #2e2e2e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
}

.more-link:hover {
  text-decoration: none;
  background-color: #444;
  color: #fff;
}

/*********************************************************************************************

3. Navigation

*********************************************************************************************/
#header {
  padding: 15px 0;
  border-bottom: solid 1px #333;
}

#bannerHead {
  float: right;
  display: inline;
  margin: 40px 0 0;
}

.navbar-brand {
  margin: 30px 0;
  float: left;
  font-family: "Ropa Sans", Arial, sans-serif;
  text-transform: uppercase;
}

.navbar-brand h1 {
  line-height: 1;
  font-size: 82px;
  font-weight: bold;
  letter-spacing: -2px;
}

.navbar-brand a {
  color: #fff;
}

.navbar-brand a:hover {
  text-decoration: none;
  color: #fefefe;
}

/* Navbar Search Form */
.navbar-search {
  height: 49px;
  float: right;
  margin: 8px 0;
  position: relative;
  width: 150px;
  z-index: 1;
}

.navbar-search label {
  display: block;
  padding: 0;
  margin: 0;
}

.navbar-search .search-field {
  height: 19px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  vertical-align: middle;
  color: #fff;
  background: #1f1f1f url('../images/search-icon.png') 22px 15px no-repeat;
  width: 75px;
  padding: 15px 22px 15px 52px;
  border: 0;
  margin: 0;
  -moz-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-search .search-field::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.navbar-search .search-field:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.navbar-search .search-field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.navbar-search .search-field:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.navbar-search .search-field:focus {
  width: 200px;
}

.navbar-search .search-submit {
  display: none;
}

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu>li {
  float: left
}

.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
  display: block
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

.sf-arrows .sf-with-ul:after {
  content: "\f347";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 12px/16px 'dashicons';
  vertical-align: top;
  margin: 6px 0px 0 4px;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f345";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 12px/22px 'dashicons';
  float: right;
  vertical-align: top;
  margin: 2px 0 0 4px;
}

.sf-arrows ul li>.sf-with-ul:focus:after, .sf-arrows ul li:hover>.sf-with-ul:after, .sf-arrows ul .sfHover>.sf-with-ul:after {
  border-left-color: white
}

.top-navbar,
.main-navbar {
  background-color: #121212;
  font-family: arial;
}

.top-navbar {
  border-bottom: 1px solid #222;
  padding: 10px 0 45px;
}

.top-navbar .navbar-nav a {
  color: #999;
}

.top-navbar a {
  color: #999;
}

.top-navbar a:hover {
  color: #fff;
}

.main-navbar:before,
.main-navbar:after {
  content: " ";
  display: table;
}

.main-navbar:after {
  clear: both
}

.main-navbar {
  padding: 0;
  margin: 0 0 40px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.main-navbar .navbar-nav {
  margin: 15px 0;
  float: left;
  max-width: 975px;
}

.navbar-toggle {
  display: none;
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  padding: 10px 10px;
  border: none;
  border-radius: 2px;
  background: #3A3A3A;
}

.main-navbar .navbar-toggle {
  margin: 15px 15px 0 0;
}

.navbar-toggle:hover {
  background: #fff;
  border-color: #2d87cc;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #020206;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

.navbar-nav {
  font-size: 16px;
  font-weight: 400;
}

.navbar-nav>li {
  margin: 0 15px 0 0;
}

.navbar-nav>li:last-child {
  margin-right: 0
}

.navbar-nav a {
  color: #fff;
  padding: 4px 12px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.navbar-nav a:hover {
  text-decoration: none;
  background-color: #292929;
}

.navbar-nav ul {
  font-size: 16px;
  width: 220px;
  margin-top: -2px;
  background: #292929;
  -webkit-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}

.navbar-nav ul a {
  color: #999;
  padding: 8px 12px;
  border-bottom: none;
}

.navbar-nav ul a:hover {
  border-bottom: none;
  color: #fff;
}

.navbar-nav li:hover a {
  background-color: #292929;
  color: #fff;
}

.navbar-nav li:hover ul a {
  background-color: none;
  color: #999;
}

.navbar-nav li:hover ul a:hover {
  color: #fff;
}

.navbar-nav ul .current-menu-item a, .navbar-nav ul .current_page_item a, .navbar-nav ul .current-menu-parent a, .navbar-nav ul .current_page_parent a {
  border-bottom: none;
  color: #fff;
}

.navbar-nav ul ul {
  right: 100%;
  margin-top: 0px;
}

.navbar-nav ul .current_page_item a,
.navbar-nav ul .current-menu-parent a,
.navbar-nav ul .current_page_parent a {
  color: #fff;
}

.current-menu-item a,
.current_page_item a,
.current-menu-parent a,
.current_page_parent a {
  background-color: #292929;
  color: #fff !important;
}

/*********************************************************************************************

4. Featured Slider

*********************************************************************************************/
#featured-slider {
  margin-bottom: 40px;
  position: relative;
  background: #1f1f1f;
  min-height: 250px;
  padding: 25px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#slider {
  padding: 0 25px;
}

#slider .video-cover,
#slider .wp-video {
  float: left;
  display: block;
  margin-right: 25px;
  width: 560px;
  height: 315px;
}

#slider p {
  color: #aaa;
}

#slider .post-meta {
  font-size: 12px;
  color: #888;
  margin: 0 0 5px;
}

#slider .post-meta span {
  display: inline;
  margin: 0 10px 0 0;
}

#slider h2.entry-title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

#slider h2.entry-title a {
  color: #fff;
}

#slider h2.entry-title a:hover {
  color: #ccc;
}

#slider .post-content {
  overflow: hidden;
}

#carousel {
  background: #252525;
  padding: 30px 35px 10px 55px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

#carousel .flex-viewport li {
  position: relative;
  height: 120px;
  filter: alpha(opacity=45);
  opacity: .45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#carousel .flex-viewport li.flex-active-slide, #carousel .flex-viewport li:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

#slider img {
  float: left;
  margin: 0 25px 0 0;
}

#carousel img {
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides>li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 15px;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px
}

/* Direction Nav */
#slider .flex-direction-nav a {
  width: 20px;
  height: 40px;
  margin: -20px 0 0;
  display: block;
  background: url('../images/arrows.png') no-repeat 0 0;
  position: absolute;
  top: 130px;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.6;
  -webkit-transition: all .3s ease;
}

#slider .flex-direction-nav .flex-next {
  background-position: -21px 0;
  right: -20px;
}

#slider .flex-direction-nav .flex-prev {
  left: -20px;
}

#slider .flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
  background-position: -21px -41px;
}

#slider .flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
  background-position: 0 -41px;
}

#slider .flex-next:hover, #slider .flex-prev:hover {
  opacity: 1;
}

#slider .flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

#carousel .flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -30px 0 0;
  display: block;
  background: url('../images/bg_direction_nav.png') no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.6;
  -webkit-transition: all .3s ease;
}

#carousel .flex-direction-nav .flex-next {
  right: 15px;
  background-position: 100% 0;
}

#carousel .flex-direction-nav .flex-prev {
  left: 15px;
}

#carousel .flexslider:hover .flex-next {
  opacity: 0.5;
  right: 5px;
}

#carousel .flexslider:hover .flex-prev {
  opacity: 0.5;
  left: 5px;
}

#carousel .flex-next:hover, #carousel .flex-prev:hover {
  opacity: 1;
}

#carousel .flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  cursor: default;
}

.flex-control-nav {
  width: 100%;
  margin: 20px 0 5px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #222;
  border: 2px solid #333;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  border-color: #171717;
}

.flex-control-paging li a.flex-active {
  border-color: #171717;
  background-color: #171717;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .active {
  opacity: 1;
  cursor: default;
}

/*********************************************************************************************

5. Homepage (Recent posts)

*********************************************************************************************/
#content {
  float: left;
  width: 830px;
}

.full-width #content {
  width: 100%;
  float: none;
}

/* Title */
.section-title {
  margin: 0 0 25px;
  background: #1f1f1f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
}

.section-title h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.section-title a {
  color: #fff;
}

.section-title a:hover {
  color: #2d87cc;
}

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .navigation {
  display: none;
}

/* Posts Archive */
.recent-posts .list {
  margin: 0 20px 30px 0;
  width: 260px;
  display: inline-block;
  vertical-align: top;
}

.recent-posts .list:nth-child(3n+3) {
  margin-right: 0;
}

/* No sidebar */
.full-width .recent-posts .list {
  margin-right: 37px;
  width: 260px;
}

.full-width .recent-posts .list:nth-child(3n+3) {
  margin-right: 37px;
}

.full-width .recent-posts .list:nth-child(4n+4) {
  margin-right: 0;
}

.recent-posts .post-thumb {
  margin: 0;
  position: relative;
}

.recent-posts .post-thumb img {
  max-width: 100%;
  height: auto;
}

.recent-posts .post-thumb img:hover {
  opacity: .7;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.recent-posts .post-thumb img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.recent-posts .post-content {
  padding: 5px;
  background-color: #1f1f1f;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.recent-posts .list:hover .post-content {
  background-color: #252525;
}

.recent-posts .list:hover .video-icon {
  opacity: .9;
}

.recent-posts h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 5px;
}

.recent-posts h2 a {
  color: #fff;
}

.recent-posts h2 a:hover {
  color: #ccc;
}

/* Posts in Blog template */
.archive-blog .recent-posts .list {
  margin: 0 0 30px;
  width: 100%;
  display: block;
}

.archive-blog .recent-posts .list .post-thumb {
  float: left;
  margin: 0 20px 0 0;
}

.archive-blog .recent-posts .post-thumb img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.archive-blog .recent-posts .list .post-content {
  background: none;
  padding: 0;
  overflow: hidden;
}

/* No sidebar */
.full-width .archive-blog .recent-posts .list:nth-child(3n+3) {
  margin-right: 0;
}

.post-meta {
  display: block;
  font-size: 12px;
  margin: 0 0 5px;
}

.post-meta span {
  display: block;
}

.post-meta span.meta-category {
  text-transform: uppercase;
  color: #555;
}

.video-icon {
  opacity: .7;
  background: url('../images/play.png') no-repeat;
  position: absolute;
  bottom: 2%;
  right: 2%;
  width: 35px;
  height: 30px;
  display: block;
  z-index: 100;
}

/*********************************************************************************************

6. Posts & Pages Styling

*********************************************************************************************/
.post-entry h1.entry-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #222;
}

.post-entry h1.entry-title a {
  color: #fff;
}

.post-entry h1.entry-title a:hover {
  color: #ccc;
}

.post-entry .post-meta {
  font-size: 14px;
}

/* Video at the top */
.zoomvideo {
  margin: 0 0 20px;
  width: 100%;
}

.zoomvideo_big {
  margin: 0 0 40px;
  padding: 25px;
  background-color: #1f1f1f;
  text-align: center;
}

.zoomvideo_big .wp-video,
.zoomvideo .wp-video {
  width: 100% !important;
  height: auto !important;
  margin: 0 0 20px;
}

.entry-content {
  font-size: 16px;
  color: #999;
}

/* Post Content */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: bold;
}

.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.attachment-fullsize {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 14px 14px
}

.entry-content li ul,
.entry-content li ol {
  margin-bottom: 0
}

.entry-content li {
  list-style-position: inside
}

.entry-content ul li {
  list-style-type: disc
}

.entry-content ol li {
  list-style-type: decimal
}

.entry-content .shortcode-unorderedlist ul li,
.entry-content .shortcode-unorderedlist ul li ul {
  list-style-type: none
}

.entry-content blockquote {
  border-left: solid 3px #222;
  font-style: italic;
  font-size: 18px;
  margin: 45px 40px;
  padding: 0 0 0 40px;
}

/* [gallery] shortcode */
.entry-content .gallery .gallery-item {
  max-width: 150px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 10px;
}

.entry-content .gallery {
  clear: both;
  margin: auto;
  text-align: center;
}

.entry-content .gallery a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.6;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.gallery img {
  width: 150px;
  height: auto;
}

/* Images align */
.entry-content .aligncenter,
div.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.alignleft,
.entry-content .alignleft {
  float: left;
  margin-right: 15px;
}

.alignright,
.entry-content .alignright {
  float: right;
  margin-left: 15px;
}

/* Caption for images */
.entry-content .wp-caption {
  max-width: 100% !important;
  width: auto;
  text-align: center;
}

.entry-content .wp-caption img {
  background: none;
  margin: 0;
  border: 0 none;
  max-width: 100%;
  width: auto;
  height: auto;
}

.entry-content .wp-caption-text,
.gallery-caption {
  color: #868686;
  font-size: 14px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

.entry-content .wp-caption.aligncenter {
  margin: 0 auto 15px
}

img.wp-smiley {
  border: none;
  padding: 0;
}

/* Author Bio */
.post_author {
  padding: 20px;
  margin: 15px 0 0;
  background: #1f1f1f;
}

.post_author img {
  float: left;
  margin: 0 25px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.post_author p {
  overflow: hidden;
  border-bottom: 1px solid #303030;
  margin: 10px 0 20px;
  padding: 0 0 20px;
  line-height: 1.8;
}

.post_author span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #ccc;
  margin-bottom: 5px;
}

.post_author span.author_links {
  padding-left: 95px;
  font-size: 14px;
  color: #646668;
}

.post_author span.author_links ul li {
  display: inline;
  margin: 0 10px 0 0;
  list-style: none;
}

/* Sharing Buttons */
.post-entry .meta-share {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 20px 0;
  margin: 20px 0 30px;
  text-align: right;
}

.post-entry .meta-share h3 {
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  margin: 5px 0 0;
  color: #ccc;
}

.post-entry .meta-share ul li {
  list-style-type: none;
  margin: 0;
}

.post-entry .meta-share a {
  float: right;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  padding: 8px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 0 20px;
}

.post-entry .meta-share a.twitter {
  background: #3a93d8
}

.post-entry .meta-share a.facebook {
  background: #2e6cc8
}

.post-entry .meta-share a.gplus {
  background: #dd5042
}

.post-entry .meta-share a.twitter:before {
  content: "\f301";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 20px/16px 'dashicons';
  vertical-align: top;
  margin: 2px 8px 0 0;
}

.post-entry .meta-share a.facebook:before {
  content: "\f305";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 20px/16px 'dashicons';
  vertical-align: top;
  margin: 1px 8px 0 0;
}

.post-entry .meta-share a.gplus:before {
  content: "\f462";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 20px/16px 'dashicons';
  vertical-align: top;
  margin: 2px 8px 0 0;
}

.post-entry .meta-share a.twitter:hover {
  background: #59aef5
}

.post-entry .meta-share a.facebook:hover {
  background: #5084e4
}

.post-entry .meta-share a.gplus:hover {
  background: #fb6c59
}

/*********************************************************************************************

7. Comments

*********************************************************************************************/
#comments {
  margin: 40px 0 0;
}

#comments>h3,
#respond>h3 {
  font-weight: normal;
  font-size: 26px;
  position: relative;
  margin: 0 0 30px;
}

#comments>h3 {
  border-bottom: 1px solid #222;
  padding: 0 0 20px;
}

#respond h3 {
  margin-top: 30px
}

.comment-notes {
  margin-bottom: 20px;
  font-style: italic;
}

.commentlist {
  list-style-type: none;
  padding: 0;
}

.commentlist li {
  list-style-type: none
}

.commentlist .children {
  margin-left: 50px
}

.commentlist .comment {
  margin-bottom: 80px;
  position: relative;
}

.commentlist .comment:after {
  width: 100%;
  content: " ";
  border-bottom: 1px solid #222;
  bottom: -40px;
  left: 0;
  position: absolute;
}

.comment-author:before,
.comment-author:after {
  content: " ";
  display: table;
}

.comment-author:after {
  clear: both
}

.comment-author .avatar {
  float: left;
  border-radius: 3px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.comment-author .fn,
.comment-author .fn a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
}

.comment-author .fn a:hover {
  text-decoration: none;
  color: #ccc;
}

.comment-author .comment-meta,
.comment-author .comment-meta a {
  color: #ccc;
  font-size: 14px;
}

.comment-author .comment-meta a:hover {
  color: #fff;
  text-decoration: none;
}

.comment-author a.comment-reply-link,
.comment-author a.comment-edit-link {
  color: #fff
}

.comment-body {
  font-size: 14px;
  margin-bottom: 40px;
}

#respond {
  margin-bottom: 30px
}

#respond .form_fields p {
  margin-bottom: 15px
}

#respond label {
  display: block;
  margin: 0 0 10px;
}

#respond input {
  width: 40%
}

#respond textarea {
  width: 100%
}

#respond #submit {
  width: auto
}

#respond code {
  white-space: pre-wrap
}

.form-allowed-tags {
  display: none
}

/*********************************************************************************************

8. Sidebar & Widgets

*********************************************************************************************/
#sidebar {
  float: right;
  width: 300px;
}

.widget {
  margin-bottom: 30px;
}

.widget h3.title {
  margin: 0 0 25px;
  border-bottom: 2px solid #3C3C3C;
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.banner {
  margin: 0 0 10px;
}

.textwidget img {
  max-width: 100%;
  height: auto;
}

.widget ul {
  clear: both;
  margin: 0;
}

.widget ul li {
  list-style-type: none;
}

.widget ul ul {
  margin: 0;
  padding: 0;
  border-top: none;
}

.widget ul ul li {
  border: none;
}

.widget #cat, .widget select {
  width: 100%;
  background: #F7F7F7;
  border: 1px solid #cdcfd4;
  color: #333333;
  display: inline;
  padding: 5px;
  line-height: 1.5;
  clear: both;
  float: left;
}

.side_ad {
  text-align: center;
  margin: 0 0 20px;
}

.side_ad img {
  max-width: 100%;
  height: auto;
}

/* Recent Posts  */
.widget .feature-posts-list br {
  display: none;
}

.widget .feature-posts-list img {
  margin: 0 15px 0 0;
  float: left;
}

.widget .feature-posts-list small {
  font-size: 12px;
  color: #838383;
  margin: 0 0 5px;
  display: block;
}

.widget .feature-posts-list .post-excerpt {
  display: block;
  overflow: hidden;
}

.widget .feature-posts-list li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #1f1f1f;
}

.widget .feature-posts-list li:last-child {
  margin: 0;
  border: none;
  padding: 0;
}

.widget .feature-posts-list li h3 {
  line-height: 1.3;
  font-size: 16px;
  margin: 0 0 5px;
}

.widget .feature-posts-list li a {
  color: #fff;
}

.widget .feature-posts-list li a:hover {
  color: #ccc;
}

/* Twitter widget */
.widget .twitter-list li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #1f1f1f
}

.widget .twitter-list .twitter-timestamp {
  display: block;
  color: #ccc;
  margin: 5px 0 0;
  font-size: 12px;
  font-style: normal;
}

.widget .twitter-list .twitter-timestamp:hover {
  color: #fff;
}

.widget .follow-user {
  margin: 0;
  padding: 5px 0;
}

/* Social widget */
.wpzoomSocial li {
  margin: 0 0 15px;
}

.wpzoomSocial li a {
  line-height: 2.1;
  color: #fff;
}

.wpzoomSocial li a:hover {
  color: #ccc;
}

.wpzoomSocial li img {
  margin: 0 10px 0 0;
  float: left;
  width: 32px;
  height: 32px;
}

#social-nav {
  float: right;
  margin-top: 6px;
}

#social-nav li {
  float: left;
  display: inline;
  margin: 0 0 0 10px;
  width: 24px;
  overflow: hidden;
  text-indent: -2999px;
}

#social-nav img {
  float: left;
  display: inline;
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

#social-nav h3 {
  display: none;
}

#social-nav .widget {
  margin: 0;
}

/* WPZOOM Video Widget */
.wpzoom_media .open .description {
  margin: 10px 0 5px;
}

.wpzoom_media .hide {
  display: none;
}

.wpzoom_media li {
  border-bottom: 1px solid #1f1f1f;
  list-style-type: none;
  padding: 8px 0;
}

.wpzoom_media li a {
  color: #2d87cc;
}

.wpzoom_media li a:hover {
  color: #ccc;
}

.wpzoom_media li a.active {
  color: #fff;
}

/*********************************************************************************************

9. Footer

*********************************************************************************************/
#footer {
  margin-top: 20px;
  background-color: #121212;
  padding: 30px 0;
  border-top: 1px solid #222;
  font-family: arial;
}

#footer-widgets .column {
  float: left;
  display: inline;
  margin-right: 30px;
  width: 270px;
}

#footer-widgets .last {
  margin-right: 0;
}

#footer-notice {
  margin-top: 20px;
  padding: 30px 0 0;
  border-top: solid 1px #222;
}

#footer .site-copyright {
  float: left;
}

#footer .wpzoom {
  float: right;
}

#footer .wpzoom a {
  color: #ccc;
}

#footer .wpzoom a:hover {
  color: #fff;
}

/* Gravity Forms */
.gfield {
  margin-bottom: 10px
}

.gform_wrapper .top_label .gfield_label {
  display: block;
  padding-right: 20px;
  margin: 5px 0px 4px !important;
}

.gform_wrapper input.button {
  padding: 5px 10px 6px !important
}

.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
  font-size: 12px !important
}

.gform_footer {
  font-size: 13px !important
}

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
  letter-spacing: 0px
}

.gform_wrapper input {
  padding: 7px 3px !important
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
  width: 400px !important;
  padding: 7px 3px !important;
}

.gform_wrapper .entry img, .gform_wrapper img.thumbnail {
  padding: 0px !important;
  border: 0px !important;
}

ul.top_label .clear-multi {
  clear: none !important
}

.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {}

img.ui-datepicker-trigger {
  border: 0px;
  padding: 0px;
}

.gform_wrapper li.gfield, .gform_wrapper form li.gfield {
  background: #222;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}

.gform_wrapper .top_label .gfield_label {
  font-size: 16px !important;
  font-weight: normal;
  color: #fff;
}

#main .gform_wrapper li.gfield.gfield_error, #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #252525;
  padding: 20px !important;
  border-color: #720F0F;
}

.gform_wrapper .top_label .gfield_error {
  width: auto !important
}

.gform_wrapper input[type="file"] {
  background: none;
  border: none;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #A31B1B !important
}

.gform_wrapper li.gfield.gfield_error .gfield_description {
  color: #A31B1B !important
}

.gform_wrapper .validation_error {
  color: #A31B1B !important
}

/* jQuery.mmenu CSS */
.mm-menu.mm-horizontal>.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.mm-menu .mm-hidden {
  display: none
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu, .mm-menu>.mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-menu>.mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 100px 20px 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mm-menu>.mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.mm-menu>.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}

.mm-menu>.mm-panel.mm-highest {
  z-index: 1
}

.mm-menu .mm-list {
  padding: 20px 0
}

.mm-menu>.mm-list {
  padding-bottom: 0
}

.mm-menu>.mm-list:after {
  content: '';
  display: block;
  height: 40px;
}

.mm-panel>.mm-list {
  margin-left: -20px;
  margin-right: -20px;
}

.mm-panel>.mm-list:first-child {
  padding-top: 0
}

.mm-list, .mm-list>li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-list {
  font: inherit;
  font-size: 14px;
}

.mm-list a, .mm-list a:hover {
  text-decoration: none
}

.mm-list>li {
  position: relative
}

.mm-list>li>a, .mm-list>li>span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}

.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none
}

.mm-list a.mm-subopen+a, .mm-list a.mm-subopen+span {
  padding-right: 5px;
  margin-right: 40px;
}

.mm-list>li.mm-selected>a.mm-subopen {
  background: transparent
}

.mm-list>li.mm-selected>a.mm-fullsubopen+a, .mm-list>li.mm-selected>a.mm-fullsubopen+span {
  padding-right: 45px;
  margin-right: 0;
}

.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}

.mm-list>li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}

.mm-list>li.mm-spacer {
  padding-top: 40px
}

.mm-list>li.mm-spacer.mm-label {
  padding-top: 25px
}

.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}

.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent
}

.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
  display: block
}

.mm-menu.mm-vertical .mm-list>li>a.mm-subopen {
  height: 40px
}

.mm-menu.mm-vertical .mm-list>li>a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}

.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen {
  height: 25px
}

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.mm-menu {
  background: #222;
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list>li:after {
  border-color: rgba(0, 0, 0, 0.15)
}

.mm-menu .mm-list>li>a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list>li>a.mm-subopen:after, .mm-menu .mm-list>li>a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3)
}

.mm-menu .mm-list>li>a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15)
}

.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu .mm-list>li.mm-selected>span {
  background: rgba(0, 0, 0, 0.1)
}

.mm-menu .mm-list>li.mm-label {
  background: rgba(255, 255, 255, 0.05)
}

.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened>ul {
  background: rgba(255, 255, 255, 0.05)
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden
}

html.mm-background .mm-page {
  background: inherit
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-control, .recip select {
  background-color: #282828;
  padding: 6px 12px;
  height: 34px;
  border: 1px solid #111;
  border-bottom-color: #373737;
  border-radius: 2px;
  width: 100%;
  max-width: 320px;
}

textarea.form-control {
  height: auto;
}

.lcp_catlist_films {
  color: #ababab;
  font-family: Times New Roman, sans-serif;
}

.lcp_catlist_films h6 {
  margin: 20px 0 0;
  line-height: 1;
  color: inherit;
}

.lcp_catlist_films a {
  color: inherit;
}

.serie-player {
  padding-top: 56.25%;
  position: relative;
}

@media(max-width:575px){
.serie-player {
    padding-top: 75%;
  }
}

.serie-player iframe {
  position: absolute !important;
  background-color: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
}

/* .serie-menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}

.serie-select {
  margin-right: 10px;
  position: relative;
}

.serie-select:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, .18);
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
}

.serie-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 34px;
  padding: 2px 16px;
  padding-right: 34px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 4px;
  background-color: transparent;
  position: relative;
  z-index: 2;
  font-size: 16px;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  outline: none;
}

.serie-select select:hover,
.serie-select select:focus {
  border-color: rgba(255, 255, 255, .28);
  color: #eee;
}

.serie-select option {
  background-color: #171717;
  color: #eee;
} */

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}


.serie-menu {
 margin-bottom:15px
}
.serie-menu ul {
 margin:0
}
.serie-menu ul li {
 list-style:none
}
.serie-menu ul {
 overflow:hidden;
 list-style:none;
 position:relative;
 width:auto!important
}
.serie-menu ul li {
 display:inline-block
}
.serie-menu ul a {
 padding:4px 8px;
 display:block;
 cursor:pointer;
 color:#fff;
 text-decoration:none;
 border-radius:6px;
 font-weight:700
}
.serie-menu ul .active>a,
.serie-menu ul a.active {
 text-shadow:none;
 background:#f6f6f6;
 color:#2d87b5!important
}
.tt_label {
 padding:0 15px;
 color:#fff
}
.tt_season {
 background:#1ea1e7;
 background:linear-gradient(to bottom,rgba(30,161,231,1) 0%,rgba(3,95,170,1) 100%);
 background-position:0 100%;
 background-repeat:repeat-x;
 border-radius:6px;
 padding:2px 5px;
 display:-webkit-flex;
 display:-ms-flex;
 display:flex;
 -ms-align-items:center;
 align-items:center;
 min-height:42px;
 margin-bottom:2px;
 font-size:14px
}
.tt_series {
 background:#55c746;
 background:linear-gradient(to bottom,rgba(85,199,70,1) 0%,rgba(60,139,19,1) 100%);
 background-position:0 100%;
 background-repeat:repeat-x;
 border-radius:6px;
 padding:2px 5px;
 display:-webkit-flex;
 display:-ms-flex;
 display:flex;
 -ms-align-items:center;
 align-items:center;
 min-height:42px;
 margin-bottom:2px;
 font-size:14px
}

.tt_series li .mirrors {
         display: none !important;
       }
       .mirrors {
         background-color: #272727;
         padding: 5px 10px;
         border-radius: 5px;
         display: -webkit-flex;
         display: -ms-flex;
         display: flex;
         -ms-align-items: center;
         align-items: center;
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
       }
       .mirrors a {
         height: 32px;
         padding-left: 18px;
         padding-right: 12px;
         border-radius: 12px;
         display: -webkit-flex;
         display: -ms-flex;
         display: flex;
         -ms-align-items: center;
         align-items: center;
         color: #fff;
         text-shadow: none;
         text-decoration: none;
       }
       .mirrors a img {
         margin-right: 8px;
       }
       .mirrors a.active {
         background-color: #fff;
         color: #385D78;
       }
