/*
Theme Name: Angela B Pan
Author: Dan Miller Coding
Author URI: https://danmillercoding.com/
Description: Custom theme for Angela B Pan
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

/* -===[ BEG RESET ]===- */

body {
  margin: 0;
}

::-webkit-input-placeholder {
  color: #5e5e5e;
}

:-moz-placeholder {
  color: #5e5e5e;
}

::-moz-placeholder {
  color: #5e5e5e;
}

:-ms-input-placeholder {
  color: #5e5e5e;
}

input[type="email"],
input[type="submit"],
input[type="text"] {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  outline: 0;
}

p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  outline: 0;
}

iframe {
  max-width: 100%;
}

/* -===[ END RESET ]===- */

/* -===[ BEG FONTS ]===- */

@font-face {
  font-family: 'BrandonGrotesque-Black';
  src: url("fonts/BrandonGrotesque-Black-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/BrandonGrotesque-Black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/BrandonGrotesque-Black-webfont.woff2") format("woff2"), url("fonts/BrandonGrotesque-Black-webfont.woff") format("woff"), url("fonts/BrandonGrotesque-Black-webfont.ttf") format("truetype"), url("fonts/BrandonGrotesque-Black-webfont.svg#BrandonGrotesque-Black-webfont") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'BrandonGrotesque-Regular';
  src: url("fonts/BrandonGrotesque-Regular-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/BrandonGrotesque-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/BrandonGrotesque-Regular-webfont.woff2") format("woff2"), url("fonts/BrandonGrotesque-Regular-webfont.ttf") format("truetype"), url("fonts/BrandonGrotesque-Regular-webfont.svg#BrandonGrotesque-Regular-webfont") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'BrandonGrotesque-Italic';
  src: url("fonts/BrandonGrotesque-Italic-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/BrandonGrotesque-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/BrandonGrotesque-Italic-webfont.ttf") format("truetype"), url("fonts/BrandonGrotesque-Italic-webfont.svg#BrandonGrotesque-Italic-webfont") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'baskerville-italic';
  src: url("fonts/baskerville-italic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/baskerville-italic.eot?#iefix") format("embedded-opentype"), url("fonts/baskerville-italic.woff2") format("woff2"), url("fonts/baskerville-italic.woff") format("woff"), url("fonts/baskerville-italic.ttf") format("truetype"), url("fonts/baskerville-italic.svg#baskerville-italic") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'baskerville-regular';
  src: url("fonts/baskerville-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/baskerville-regular.eot?#iefix") format("embedded-opentype"), url("fonts/baskerville-regular.woff2") format("woff2"), url("fonts/baskerville-regular.woff") format("woff"), url("fonts/baskerville-regular.ttf") format("truetype"), url("fonts/baskerville-regular.svg#baskerville-regular") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'baskerville-bold';
  src: url("fonts/baskerville-bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/baskerville-bold.eot?#iefix") format("embedded-opentype"), url("fonts/baskerville-bold.woff2") format("woff2"), url("fonts/baskerville-bold.woff") format("woff"), url("fonts/baskerville-bold.ttf") format("truetype"), url("fonts/baskerville-bold.svg#baskerville-bold") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'baskerville-bold-italic';
  src: url("fonts/baskerville-bold-italic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/baskerville-bold-italic.eot?#iefix") format("embedded-opentype"), url("fonts/baskerville-bold-italic.woff2") format("woff2"), url("fonts/baskerville-bold-italic.woff") format("woff"), url("fonts/baskerville-bold-italic.ttf") format("truetype"), url("fonts/baskerville-bold-italic.svg#baskerville-bold-italic") format("svg");
  /* Legacy iOS */
}

.asdc-font-baskerville {
  font-family: 'baskerville-regular', sans-serif;
}

.asdc-font-baskerville b,
.asdc-font-baskerville strong {
  font-family: 'baskerville-bold', sans-serif;
  font-weight: normal;
}

.asdc-font-baskerville em {
  font-family: 'baskerville-italic', sans-serif;
}

.asdc-font-baskerville em b,
.asdc-font-baskerville em strong,
.asdc-font-baskerville b em,
.asdc-font-baskerville strong em {
  font-family: 'baskerville-bold-italic', sans-serif;
  font-weight: normal;
}

/* -===[ END FONTS ]===- */

/* -===[ BEG GENERAL ]===- */

body {
  font-family: 'baskerville-regular', serif;
}

body em {
  font-family: 'baskerville-italic', sans-serif;
  font-style: normal;
}

body strong {
  font-family: 'baskerville-bold', sans-serif;
  font-weight: normal;
}

body em strong,
body strong em {
  font-family: 'baskerville-bold-italic', sans-serif;
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

.hide {
  display: none !important;
}

.alg-cent {
  text-align: center;
}

.no-margin {
  margin: 0 !important;
}

.no-height {
  height: 0 !important;
}

.no-margin-bot {
  margin-bottom: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-bot-5 {
  margin-bottom: 5px !important;
}

.margin-bot-10 {
  margin-bottom: 10px !important;
}

.margin-bot-15 {
  margin-bottom: 15px !important;
}

.margin-bot-20 {
  margin-bottom: 20px !important;
}

.margin-bot-25 {
  margin-bottom: 25px !important;
}

.font-size-8 {
  font-size: 8px !important;
}

.font-size-9 {
  font-size: 9px !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-23 {
  font-size: 23px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-27 {
  font-size: 27px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-29 {
  font-size: 29px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-31 {
  font-size: 31px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-33 {
  font-size: 33px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-35 {
  font-size: 35px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-37 {
  font-size: 37px !important;
}

.font-size-38 {
  font-size: 38px !important;
}

.font-size-39 {
  font-size: 39px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.no-text-deco {
  text-decoration: none !important;
}

.font-brandon {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
}

.font-brandon-black {
  font-family: 'BrandonGrotesque-Black', sans-serif;
}

.clear {
  clear: both;
}

.inline-b {
  display: inline-block;
  vertical-align: top;
}

.asdc-clear {
  clear: both;
}

.asdc-clear-after:after {
  content: '';
  clear: both;
  display: block;
}

.asdc-front-debug {
  position: relative;
  z-index: 99999999;
  background: #F9BF3B;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* -===[ END GENERAL ]===- */

/* -===[ BEG HEADER ]===- */

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1999;
}

body.admin header {
  top: 32px;
}

header .row-1 {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 13px 0 0;
  height: 41px;
}

header .row-1 .row-holder {
  max-width: 1024px;
}

.row-holder {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
}

.newsletter-planet {
  text-transform: uppercase;
  float: left;
  text-align: left;
}

.newsletter-planet em {
  font-family: 'baskerville-italic', sans-serif;
  font-style: normal;
}

.newsletter-planet .form-intro {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin-right: 4px;
  letter-spacing: 2px;
  line-height: 15px;
}

header .row-2 {
  background: #f4f1ed;
  height: 44px;
}

header .row-2 .row-holder {
  max-width: 1024px;
}

.mobile-search {
  display: none;
}

.asdc-mass-media {
  float: right;
  margin-top: 3px;
}

.asdc-mass-media label {
  font-family: 'BrandonGrotesque-Black', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 21px;
}

.asdc-mass-media .images-holder {
  display: inline-block;
  vertical-align: top;
}

.asdc-mass-media .image {
  background: url("sprites/abp-sprite.png");
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

.asdc-mass-media .image:hover {
  opacity: .8;
}

.asdc-mass-media .image.travel {
  background-position: -168px -169px;
  width: 55px;
  height: 21px;
}

.asdc-mass-media .image.huff {
  background-position: -228px -168px;
  width: 35px;
  height: 23px;
}

.asdc-mass-media .image.lgf {
  background-position: -270px -167px;
  width: 32px;
  height: 25px;
}

.asdc-mass-media .image.best-of-dc {
  background-position: -309px -167px;
  width: 34px;
  height: 24px;
}

.asdc-mass-media .image.good-morning-america {
  background-position: -352px -168px;
  width: 40px;
  height: 22px;
}

.asdc-mass-media .image.apple {
  background-position: -400px -169px;
  width: 19px;
  height: 22px;
}

header .social-media-planet {
  float: left;
  margin-top: 3px;
  position: relative;
  z-index: 10;
}

.subscribe-button {
  float: left;
  margin-top: 14px;
  position: relative;
  z-index: 10;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
}

.subscribe-button a {
  color: #000;
}

.subscribe-button a:hover {
  color: #888;
}

.subscribe-button a:after {
  content: '+';
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 3px;
}

header .social-media-planet a:first-child {
  margin-left: 0;
}

header i.fa.fa-envelope {
  display: none;
}

header .menu-mobile-main-menu-container {
  display: none;
}

/* -===[ END HEADER ]===- */

/* -===[ BEG MENU ]===- */

#dm-main-menu {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.menu {
  list-style: none;
  display: inline-block;
}

.menu > li {
  vertical-align: middle;
  display: table-cell;
  height: 44px;
  text-align: center;
  position: relative;
  padding: 0 12px;
}

.menu li a {
  color: #000;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
}

.menu li.current-menu-item > a,
.menu li.current-menu-parent > a,
.menu li a:hover,
.menu li.current-menu-parent > a[href="#"],
a.r-p-title h2:hover {
  color: #888;
}

.menu li a[href="#"]:hover {
  color: #000;
}

.menu ul.sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  min-width: 160px;
  top: 44px;
  left: 50%;
  margin-left: -80px;
  padding-top: 18px;
}

.menu ul.sub-menu > li {
  display: block;
  background: #f4f1ed;
}

.menu ul.sub-menu > li:first-child {
  padding-top: 6px;
}

.menu ul.sub-menu > li:last-child {
  padding-bottom: 6px;
}

ul.sub-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #f4f1ed;
  position: absolute;
  left: 72px;
  top: 3px;
}

.menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.mobile-navigation {
  display: none;
}

/* -===[ END MENU ]===- */

/* -===[ BEG SOCIAL MEDIA ]===- */

.social-media-planet a {
  color: #fff;
  font-size: 19px;
  margin: 0 3px;
}

.social-media-planet a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.social-media-sc a {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  display: block;
  letter-spacing: 1px;
  font-size: 13px;
  margin: 8px 0;
  background: #f3f2ee;
  padding: 9px 0;
}

.social-media-sc a:hover {
  background: rgba(243, 242, 238, 0.6);
}

.social-media-sc a.twitter,
.social-media-sc a.youtube {
  background: #d7e7f6;
}

.social-media-sc a.twitter:hover,
.social-media-sc a.youtube:hover {
  background: rgba(215, 231, 246, 0.6);
}

.social-media-sc a.instagram,
.social-media-sc a.google-plus {
  background: #d7d7d7;
}

.social-media-sc a.instagram:hover,
.social-media-sc a.google-plus:hover {
  background: rgba(215, 215, 215, 0.6);
}

.addtoany_shortcode {
  display: inline-block;
}

.addtoany_shortcode .a2a_dd.addtoany_no_icon {
  font-size: 0 !important;
  width: 19px;
  height: 30px;
  background: url("sprites/abp-sprite.png") -86px -3px;
  padding: 0;
  margin: -9px 0 0 0;
}

.share-label:after {
  width: 24px;
  height: 10px;
  background: url("sprites/abp-sprite.png") -3px -3px;
  content: '';
  display: inline-block;
  margin: 0 1px 2px 6px;
}

.r-p-share-holder {
  font-family: 'baskerville-italic', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}

.fa-social-media-shcd {
  font-size: 25px;
  display: inline-block;
  position: relative;
  margin-top: -10px;
  margin-left: -35px;
}

.dm-page-editor .fa-social-media-shcd a {
  color: #000;
  padding: 0 4px;
}

.dm-page-editor .fa-social-media-shcd a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.fa-social-media-shcd:after {
  content: '';
  background: url("sprites/abp-sprite.png") -618px -3px;
  position: absolute;
  width: 25px;
  height: 27px;
  right: -35px;
  top: -11px;
}

/* -===[ END SOCIAL MEDIA ]===- */

/* -===[ BEG HOMEPAGE ]===- */

#dm-main {
  margin-top: 98px;
  padding: 60px 0 145px 0;
}

.home-heading-wrap {
  text-align: center;
}

.home-heading {
  font-family: 'BrandonGrotesque-Black', sans-serif;
  text-align: center;
  margin-bottom: 48px;
  color: #000;
  display: inline-block;
}

.home-heading div,
.home-heading h1 {
  font-size: 42px;
  letter-spacing: 7px;
  margin: 0;
  line-height: 48px;
  display: inline-block;
}

.home-heading span {
  font-size: 17px;
  letter-spacing: 1px;
  border-top: 3px solid #000;
  padding: 5px 10px 0;
  display: inline-block;
}

.feed-holder {
  width: 650px;
  float: right;
}

.home-circle-holder {
  position: relative;
  z-index: 20;
  margin-bottom: -16px;
  height: 16px;
}

.home-circle {
  color: #fff;
  background: #000;
  height: 110px;
  width: 110px;
  padding: 20px 10px 0;
  border-radius: 200px;
  font-size: 18px;
  font-family: 'baskerville-italic', sans-serif;
  -webkit-transform: rotate(10deg);
  letter-spacing: 2px;
  line-height: 20px;
  border: 1px solid #000;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff;
  position: absolute;
  right: 0;
  top: -115px;
}

.home-circle.higher {
  top: -130px;
}

.r-p-title {
  width: 540px;
  float: left;
}

.r-p-title h2,
.r-p-title h1 {
  text-transform: uppercase;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 2px;
  background: #fff;
  display: inline-block;
  line-height: 26px;
  padding: 0 20px 0 3px;
  color: #000;
}

.r-p-title h2:hover {
  color: #888;
}

.r-p-title:after {
  content: '';
  background: #ece0ce;
  height: 2px;
  width: 100%;
  display: block;
  margin: -2px 0 0 0;
}

.r-p-date {
  width: 60px;
  height: 38px;
  background: rgba(243, 242, 238, 0.9);
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  margin: 7px 0 0 0;
  font-family: 'baskerville-italic', sans-serif;
  position: absolute;
  top: 0;
  right: -2px;
}

.r-p-date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 17px solid #fff;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

.hr {
  background: #ece0ce;
  height: 2px;
}

.r-p-cat-wrap {
  background: #fff;
  font-size: 15px;
  margin: -9px 0 0 0;
  float: left;
  font-family: 'baskerville-italic', sans-serif;
  min-width: 100px;
  letter-spacing: 1px;
  padding: 0 10px 0 1px;
}

.r-p-featured-img {
  position: relative;
  min-height: 250px;
}

.r-p-featured-img iframe {
  width: 100%;
}

.r-p-featured-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.r-p-excerpt {
  font-size: 14px;
  padding: 20px 0 0 0;
  text-align: justify;
}

.r-p-tags-holder {
  font-family: 'baskerville-italic', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  width: 370px;
  margin-top: -4px;
}

.r-p-tags-holder label {
  display: inline-block;
  cursor: pointer;
}

.r-p-tags-holder label:after {
  content: '+';
  display: inline-block;
  width: 12px;
  margin: 0 0 0 5px;
  text-align: center;
}

.r-p-tags-holder.show label:after {
  content: '-';
}

.r-p-tags-holder a {
  color: #888;
  padding-right: 5px;
  display: none;
}

.r-p-tags-holder.show a {
  display: inline-block;
}

.r-p-tags-holder a:hover {
  color: #888;
}

.r-p-tags-holder a:after {
  content: ',';
}

.r-p-tags-holder a:last-child:after {
  content: '';
}

.dm-recent-post-view {
  margin: 40px 0 70px;
}

.license-holder {
  font-family: 'BrandonGrotesque-Black', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  background: #d7e7f6;
  display: block;
  text-align: center;
  padding: 6px 20px;
  letter-spacing: 2px;
  margin-top: 10px;
}

.license-holder a {
  color: #000;
}

.license-holder a:hover {
  color: #888;
}

.comments-holder {
  font-family: 'baskerville-italic', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 7px;
}

.comments-holder .comments-number {
  background: #000;
  color: #fff;
  border-radius: 30px;
  height: 18px;
  display: inline-block;
  padding: 6px 2px 0 4px;
  margin-left: 2px;
  min-width: 18px;
  text-align: center;
  font-family: 'brandon_grotesque_regularRg', sans-serif;
  font-size: 12px;
}

.nav-next {
  float: right;
  margin-right: 6%;
}

.nav-previous {
  float: left;
  margin-left: 6%;
}

.feed-navigation {
  background: #f3f2ee;
  height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 0;
  font-family: 'baskerville-italic', sans-serif;
}

.feed-navigation a {
  color: #000;
}

.circle-button {
  background: #000;
  width: 40px;
  height: 25px;
  border-radius: 40px;
  padding: 15px 0 0 0;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}

.circle-button .arrow {
  background: url(sprites/abp-sprite.png) -166px -23px;
  width: 28px;
  height: 12px;
  display: inline-block;
}

.circle-button .arrow.right {
  background-position: -166px -3px;
}

.home-content .wpb_text_column.home-h2 {
  text-align: center;
  max-width: 100%;
  margin-bottom: 39px;
}

.home-h2 h2 {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 17px;
  line-height: 14px;
  letter-spacing: 2px;
  font-weight: normal;
  display: inline-block;
  background: #fff;
  margin: 0;
  padding: 0 12px;
}

.home-h2 h2 a {
  color: #000;
}

.home-h2:after {
  content: '';
  background: #ece0ce;
  height: 2px;
  width: 100%;
  display: block;
  margin: -13px 0 0 0;
}

.wpb_text_column.home-h2.bottom {
  margin-top: 88px;
  margin-bottom: 36px;
}

.home-h2.bottom:after {
  margin: 10px auto 0;
  max-width: 380px;
}

body .vc_column_container > .vc_column-inner {
  padding: 0;
}

.home-content {
  max-width: 1024px;
  margin: 0 auto;
}

.home-content .wpb_text_column {
  max-width: 67%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
}

.home-content .wpb_text_column em {
  font-family: 'baskerville-italic', sans-serif;
  font-style: normal;
}

.home-featured-boxes {
  margin-top: 75px;
}

.home-featured-boxes .featured-box {
  border: 2px solid #000;
  float: left;
  padding: 0 30px 30px;
  position: relative;
  margin-right: 56px;
}

.home-featured-boxes .featured-box:last-child {
  margin-right: 0;
}

.home-featured-boxes .image {
  margin-top: -26px;
}

.home-featured-boxes .image img {
  display: block;
}

.home-featured-boxes h3 {
  position: absolute;
  top: 88px;
  right: 0;
  font-family: 'baskerville-italic', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  background: rgba(240, 224, 223, 0.95);
  line-height: 42px;
  width: 194px;
  text-align: center;
  display: block;
  color: #000;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.home-featured-boxes .featured-box-wrap:hover h3 {
  color: #888;
}

.home-recent-posts .home-recent-post {
  float: left;
  margin-right: 53px;
}

.home-recent-posts .home-recent-post:last-child {
  margin-right: 0;
}

.home-recent-posts .featured-image img {
  width: 306px;
  height: auto;
  display: block;
}

.home-recent-posts .featured-image iframe {
  display: block;
}

.home-recent-posts .title-holder {
  position: absolute;
  top: 0;
  width: 100%;
}

.home-recent-posts .title {
  width: 306px;
  height: 284px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.home-recent-posts .title h3 {
  margin: 0;
  padding: 18px 20px 17px;
  font-weight: normal;
  font-family: 'baskerville-italic', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  background: rgba(240, 224, 223, 0.95);
  color: #000;
  letter-spacing: 1px;
  display: none;
}

.r-p-header {
  display: block;
  position: relative;
}

.dm-recent-post-view .r-p-header {
  margin-bottom: 37px;
}

.home-recent-posts .r-p-header:hover .title h3 {
  display: block;
}

.home-recent-posts .r-p-header:hover .featured-image {
  opacity: .23;
}

.home-recent-posts .r-p-footer {
  color: #fff;
  background: #000;
  font-family: 'baskerville-italic', sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 12px 0 0;
  line-height: 24px;
  letter-spacing: 1px;
}

.home-recent-posts .r-p-footer:hover {
  color: #888;
}

.home-instagram-feed {
  position: relative;
  margin-top: 63px;
}

.home-instagram-feed:before {
  content: '';
  position: absolute;
  width: 900px;
  height: 290px;
  border: 2px solid #000;
  top: -15px;
  left: 50%;
  margin-left: -450px;
  z-index: 9;
}

#sb_instagram {
  z-index: 9;
  position: relative;
}

#sb_instagram .sbi_photo_wrap {
  background: #ffffff;
}

.home-instagram-feed ul {
  position: relative;
  z-index: 10;
}

.home-instagram-feed li {
  max-width: 24%;
  float: left;
  margin-right: 1.3%;
  background: #fff;
}

.home-instagram-feed li:last-child {
  margin-right: 0;
}

.home-instagram-feed img {
  max-width: 100%;
  height: auto;
  display: block;
}

.home-instagram-feed li:hover img {
  opacity: .5;
}

/* -===[ END HOMEPAGE ]===- */

/* -===[ BEG FOOTER ]===- */

footer {
  background: #000;
  color: #fff;
  padding-bottom: 20px;
}

#dm-footer {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 14px;
}

footer .menu li a {
  color: #fff;
  letter-spacing: 1px;
}

footer .menu li a:after {
  content: '/';
  padding-left: 7px;
}

footer .menu li:hover a:after {
  color: #fff;
}

footer .menu li:last-child a:after {
  content: '';
}

footer .menu-wrap {
  text-align: center;
}

footer .menu > li {
  padding: 0 3px;
}

.copyright {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  letter-spacing: 1px;
}

.copyright a {
  color: #fff;
}

/* -===[ END FOOTER ]===- */

/* -===[ BEG SEARCH ]===- */

.search-planet {
  float: right;
  position: relative;
  z-index: 10;
  margin-top: 13px;
}

.search-planet i {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 18px;
  cursor: pointer;
}

.search-planet i:after {
  content: "\f002";
}

.search-planet input {
  width: 110px;
  height: 20px;
  padding: 0 0 0 4px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: top;
}

.search-planet form > div:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  content: "\f002";
  font-size: 13px;
  margin: 0 0 0 -130px;
  color: #000;
}

.mobile-search i {
  display: none;
}

/* -===[ END SEARCH ]===- */

/* -===[ BEG PAGE ]===- */

.page-heading {
  position: relative;
}

.page-heading .hr {
  height: 1px;
  background: #000;
}

.page-heading .heading-holder {
  width: 310px;
  background: #fff;
  margin: -22px auto 0;
  text-align: center;
}

.heading-circle {
  position: absolute;
  left: 10%;
  height: 100px;
  width: 100px;
  background: #f3f2ee;
  border-radius: 120px;
  font-size: 23px;
  padding: 20px 10px 0;
  -webkit-transform: rotate(-26deg);
  letter-spacing: 1px;
  line-height: 25px;
  border: 1px solid #000;
  top: -61px;
  text-align: center;
  font-family: 'baskerville-italic', sans-serif;
}

.page-heading .heading-holder h2 {
  margin: 0 auto;
  background: #f0e0df;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 2px;
  width: 240px;
  padding: 13px 0;
  font-family: 'baskerville-italic', sans-serif;
}

.gear-holder {
  text-align: center;
  padding: 70px 0 100px;
}

.gear-holder.lenses {
  padding-bottom: 200px;
}

.gear-item-holder {
  display: inline-block;
  position: relative;
  margin: 143px 10px 20px;
}

.gear-item-title-holder {
  width: 130px;
  position: absolute;
  top: -143px;
  left: 10px;
}

.gear-item-holder.camera .gear-item-title-holder {
  left: 85px;
}

.gear-item-title-holder .title-cell {
  background: #ece0ce;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  width: 130px;
}

.gear-item-holder:hover .gear-item-title-holder .title-cell {
  background: #f4f1ed;
}

.gear-item-title-holder h3 {
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  font-family: 'BrandonGrotesque-Black', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  display: inline-block;
  line-height: 17px;
}

.or {
  width: 2px;
  height: 78px;
  background: #ece0ce;
  margin: 0 auto 10px;
}

.gear-item-holder:hover .or {
  background: #f4f1ed;
}

.decription-planet {
  position: absolute;
  top: -178px;
  left: 100%;
  display: none;
  width: 365px;
  padding-bottom: 100%;
  z-index: 100;
  text-align: left;
}

.decription-planet.no-shop {
  width: 310px;
}

.gear-item-holder.lens .decription-planet {
  margin-left: -10px;
  padding-left: 30px;
}

.gear-item-holder.camera .decription-planet {
  margin-left: -85px;
  padding-left: 60px;
}

.gear-item-holder:hover .decription-planet {
  display: block;
}

.gear-item-holder:hover .decription-planet.no-text {
  display: none;
}

.decription-planet .decription-holder {
  width: 270px;
  background: #f4f1ed;
  padding: 15px 10px 15px 10px;
  font-size: 11px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: center;
}

.decription-holder:before {
  content: '';
  border-top: 11px solid transparent;
  border-right: 18px solid #f4f1ed;
  border-bottom: 11px solid transparent;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: -18px;
  top: 40%;
}

.shop-link {
  display: inline-block;
  width: 52px;
  height: 52px;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 20px;
  margin-left: 7px;
  background: #fff;
  text-align: center;
}

.black-arrow {
  width: 28px;
  height: 12px;
  background: url("sprites/abp-sprite.png");
  background-position: -279px -3px;
  display: inline-block;
  margin: 14px 0 -3px 0;
}

.shop-link .shop-label {
  font-style: italic;
  font-size: 10px;
  letter-spacing: 1px;
  color: #000;
}

.gear-item-holder.t-down {
  margin: 0 10px 163px;
}

.gear-item-holder.t-down .gear-item-title-holder {
  top: auto;
  bottom: -143px;
}

.gear-item-holder.t-down .or {
  margin: 10px auto 0;
}

.gear-item-holder.t-down .decription-planet {
  top: auto;
  bottom: -67%;
  padding-bottom: 0;
  padding-top: 100%;
}

.decription-planet.show-left {
  left: auto;
  right: 100%;
}

.decription-planet.show-left .decription-holder:before {
  border-right: 0;
  border-left: 18px solid #f4f1ed;
  right: -18px;
  left: auto;
}

.decription-planet.show-left .shop-link {
  float: right;
  margin-right: 10px;
}

.decription-planet.show-left .decription-holder {
  float: right;
  margin-right: 0;
}

.gear-item-holder.lens .decription-planet.show-left {
  margin-left: 0;
  padding-left: 0;
  margin-right: -10px;
  padding-right: 30px;
}

.gear-item-holder.video .gear-item-title-holder {
  left: 35px;
}

.gear-item-holder.video .decription-planet {
  margin-left: -35px;
  padding-left: 30px;
}

.gear-item-holder.gopros {
  margin: 0 20px 0;
}

.gear-item-holder.gopros.t-down {
  margin: 0 20px 143px;
}

.gear-item-holder.gopros.t-left .gear-item-title-holder {
  display: inline-block;
  width: 180px;
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 15%;
}

.gear-item-holder.gopros.t-left .or {
  height: 2px;
  width: 50px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.gear-item-holder.gopros.t-left .image-holder {
  display: inline-block;
}

.gear-item-holder.gopros.t-right .gear-item-title-holder {
  position: relative;
  float: right;
  top: auto;
  left: auto;
  padding-left: 50px;
  margin-top: 5%;
}

.gear-item-holder.gopros.t-right .or {
  height: 2px;
  width: 50px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
}

.gear-item-holder.gopros.t-right .image-holder {
  float: left;
}

.gear-item-holder.gopros.t-left .decription-planet {
  top: -10%;
  padding-bottom: 10%;
}

.gear-item-holder.gopros.t-down .decription-planet {
  bottom: -140%;
  padding-top: 50%;
  padding-left: 30%;
}

.gear-item-holder.gopros.t-right .decription-planet {
  top: -10%;
  padding-bottom: 10%;
  padding-right: 10%;
}

a.back-to-blog {
  color: #000 !important;
}

.r-p-content img {
  max-width: 100%;
  height: auto;
}

.feed-holder .cboxElement {
  cursor: default;
}

.license-buy-prints {
  position: absolute;
  top: 7%;
  right: -150px;
}

#blog-page {
  max-width: 1024px;
  margin: 40px auto 0;
}

#dm-page {
  max-width: 1024px;
  margin: 0 auto;
}

/* -===[ END PAGE ]===- */

/* -===[ BEG SIDEBAR ]===- */

#sidebar {
  width: 282px;
  float: left;
}

.widget {
  margin-bottom: 30px;
}

.dm-widget {
  border: 2px solid #000;
  position: relative;
  padding: 46px 8px 15px 8px;
}

.dm-widget.has-text {
  padding: 22px 16px 15px 16px;
}

.dm-widget .widget-image img {
  display: block;
}

.dm-widget.has-text .widget-image img {
  width: 246px;
  height: auto;
}

.dm-widget h2 {
  margin: 0;
  position: absolute;
  top: -10px;
  left: -10px;
  background: rgba(240, 224, 223, 0.95);
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  height: 42px;
  line-height: 42px;
  width: 184px;
  text-align: center;
  letter-spacing: 1px;
  font-family: 'baskerville-italic', sans-serif;
}

.dm-widget h2 span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.widget-text-area {
  font-size: 13px;
  padding: 8px 0 0 0;
  text-align: center;
}

.widget-link {
  position: absolute;
  right: -20px;
  bottom: -10px;
  width: 38px;
  height: 40px;
  background: rgba(243, 242, 238, 0.9);
  font-family: 'baskerville-italic', sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  z-index: 100;
  padding: 10px 6px 0;
  letter-spacing: 1px;
}

.widget-link:hover {
  background: rgba(243, 242, 238, 0.8);
}

/* -===[ END SIDEBAR ]===- */

/* -===[ BEG CATEGORY MAIN ]===- */

#dm-category-page .page-heading {
  margin-bottom: 40px;
}

.dm-category-feed {
  width: 650px;
  margin: 0 auto;
}

#dm-category-page {
  max-width: 1024px;
  margin: 40px auto 0;
}

/* -===[ END CATEGORY MAIN ]===- */

/* -===[ BEG CONTACT PAGE ]===- */

.page-content .wpcf7 {
  width: 514px;
  margin: 0 auto;
}

.wpcf7-form input {
  width: 240px;
  height: 26px;
  border: 1px solid #000;
  padding: 0 0 0 8px;
  font-family: 'baskerville-regular', serif;
  font-size: 12px;
}

.wpcf7-form input[type="submit"] {
  padding: 0;
  background: #f6f4f1;
  border: 0;
  width: 250px;
  height: 86px;
  cursor: pointer;
  margin-top: 8px;
  font-size: 16px;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  /*Added by AJW: .ajax-loader was "inline" with Submit button and caused button to be misaligned*/
  display: block;
  margin: 0 auto;
}

.wpcf7-form textarea {
  width: 240px;
  padding: 10px 0 0 8px;
  border-color: #000;
  font-family: 'baskerville-regular', serif;
  height: 110px;
  font-size: 12px;
}

.wpcf7-form .row {
  margin: 5px 0 0 0;
}

body div.wpcf7 img.ajax-loader {
  margin-left: -16px;
}

/* -===[ END CONTACT PAGE ]===- */

/* -===[ BEG HEADINGS ]===- */

.heading-s-brandon-b {
  font-family: 'BrandonGrotesque-Black', sans-serif;
  font-weight: normal;
  font-size: 20px;
}

.font-s-brandon {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* -===[ END HEADINGS ]===- */

/* -===[ BEG SINGLE PAGE ]===- */

.r-p-content {
  font-size: 16px;
  padding: 5px 0 0;
  text-align: justify;
  line-height: 20px;
}

.r-p-content a {
  color: #888;
}

.r-p-content p {
  margin-bottom: 22px;
}

a.circle-link {
  color: #000 !important;
  font-style: italic;
  background: #f3f2ee;
  height: 35px;
  width: 60px;
  display: inline-block;
  border-radius: 60px;
  padding-top: 25px;
  letter-spacing: 1px;
  border: 1px solid #000;
}

.under-photo-holder {
  position: relative;
}

.under-photo-holder .span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  -webkit-transform: rotate(-10deg);
  text-align: left;
  padding-left: 10px;
  font-family: 'baskerville-italic', sans-serif;
}

.under-photo-holder .arrow {
  content: '';
  background: url("sprites/abp-sprite.png") -8px -100px;
  width: 21px;
  height: 35px;
  display: block;
  position: absolute;
  top: -29px;
  left: 50px;
}

#disqus_thread {
  margin-top: -130px;
  padding: 130px 2% 0;
}

.page-content img {
  max-width: 100%;
  height: auto;
}

.r-p-excerpt a {
  color: #888;
}

/* -===[ END SINGLE PAGE ]===- */

/* -===[ BEG PAGE EDITOR ]===- */

.dm-page-editor {
  text-align: center;
  font-size: 16px;
}

.dm-page-editor a {
  color: #888;
}

.dm-page-editor .page-heading {
  margin-bottom: 40px;
}

.about-intro {
  padding: 0 21%;
}

#dm-search-r .about-intro {
  padding: 0 5%;
}

.about-content {
  padding: 0 25%;
}

#dm-search-r .about-content {
  padding: 0 5%;
}

.caps-italic {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: 'baskerville-italic', sans-serif;
}

.dm-page-editor .wpb_content_element {
  margin-bottom: 25px;
}

.dm-page-editor p {
  margin-bottom: 22px;
}

.dm-page-editor h1 {
  font-weight: normal;
  font-family: 'baskerville-bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
  margin: 0 0 30px !important;
}

.dm-page-editor h6,
.dm-page-editor h2,
.dm-page-editor h5,
.dm-page-editor h4,
.dm-page-editor h3 {
  font-weight: normal;
  font-family: 'baskerville-bold', sans-serif;
}

.dm-page-editor b,
.dm-page-editor strong {
  font-weight: normal;
  font-family: 'baskerville-bold', sans-serif;
}

.contact-me-button-planet {
  width: 310px;
  margin: 0 auto;
  text-align: center;
  line-height: normal;
}

.about-mw-page-img-1 {
  position: absolute;
  top: 15%;
  width: 28%;
  left: 10px;
}

.about-mw-page-img-2 {
  position: absolute;
  top: 10%;
  width: 26%;
  right: 10px;
}

.about-mw-page-img-1 img,
.about-mw-page-img-2 img {
  width: 100%;
  height: auto;
}

.contact-me-button {
  width: 280px;
  height: 53px;
  background: #000;
  color: #fff !important;
  padding: 5px 10px 0 0;
  position: relative;
  display: block;
  margin-top: 50px;
}

.contact-me-button .big {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 17px;
  letter-spacing: 3px;
}

.contact-me-button .small {
  font-size: 11px;
  letter-spacing: 1px;
  padding: 0 25%;
  font-family: 'baskerville-italic', sans-serif;
}

.contact-me-button .circle {
  background: #fff;
  width: 68px;
  height: 39px;
  border-radius: 70px;
  position: absolute;
  top: -6px;
  right: -20px;
  border: 1px solid #000;
  padding: 29px 0 0 0;
}

.contact-me-button .circle:after {
  content: '';
  background: url(sprites/abp-sprite.png) -344px -3px;
  width: 38px;
  height: 18px;
  display: inline-block;
}

.license-padding {
  padding: 0 22%;
}

/* -===[ END PAGE EDITOR ]===- */

/* -===[ BEG SINGLE POST ]===- */

.wp-caption {
  max-width: 100%;
}

.dm-article-url-meta,
.dm-caption-link {
  text-align: center;
  display: block;
  margin: 10px 0 -4px;
}

.dm-article-url-meta i,
.dm-caption-link i {
  width: 24px;
  height: 10px;
  background: url("sprites/abp-sprite.png") -3px -3px;
  display: inline-block;
  margin: 0 0 -1px;
}

.dm-article-url-meta span,
.dm-caption-link span {
  color: #888;
  font-size: 13px;
}

.dm-article-url-meta:hover span,
.dm-caption-link:hover span {
  color: #000;
}

.r-p-header .zilla-likes {
  background: none;
  margin: 19px 0 0 0;
  padding: 0 0 0 2px;
  text-align: center;
  float: left;
  width: 48px;
  height: 0;
}

.r-p-header .zilla-likes:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f004";
  font-size: 14px;
  color: #d2d6dc;
  vertical-align: top;
}

.r-p-header .zilla-likes .zilla-likes-count {
  font-family: 'brandon_grotesque_regularRg', sans-serif;
  font-size: 12px;
  display: inline-block;
  color: #000;
  vertical-align: top;
  margin-left: 5px;
}

.r-p-header .zilla-likes:hover,
.r-p-header .zilla-likes.active {
  background: none;
  margin: 19px 0 0 0 !important;
  padding: 0 0 0 2px !important;
}

.r-p-header .zilla-likes.active:before,
.r-p-header .zilla-likes:hover:before {
  color: #e74c3c;
}

#dm-single-post {
  max-width: 1024px;
  margin: 40px auto 0;
}

.dm-sp-wrap {
  width: 650px;
  float: right;
}

/*#dm-single-post #sidebar .widget .hello {display: none;}*/

/* -===[ END SINGLE POST ]===- */

/* -===[ BEG DM PEN SHOW SHORT POST ]===- */

.full-size-url {
  position: absolute;
  right: 14px;
  bottom: 10px;
  display: none;
}

.r-p-featured-img:hover .full-size-url {
  display: block;
}

.full-size-url span {
  font-family: 'baskerville-italic', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  vertical-align: top;
  display: inline-block;
  margin: 14px 2px 0 0;
}

.full-size-url i {
  background: url(sprites/abp-sprite.png) -7px -194px;
  width: 39px;
  height: 39px;
  display: inline-block;
  vertical-align: top;
}

/* -===[ END DM PEN SHOW SHORT POST ]===- */

/* -===[ BEG SLIDERS ]===- */

.dm-slider-planet {
  position: relative;
}

.dmsldr-navigation {
  position: absolute;
  width: 100%;
  top: 50px;
}

.dmsldr-arrow {
  cursor: pointer;
  position: relative;
  z-index: 200;
}

.dmsldr-arrow.left {
  float: left;
  cursor: pointer;
  margin-left: 120px;
}

.dmsldr-arrow.right {
  float: right;
  cursor: pointer;
  margin-right: 120px;
}

.dmsldr-window {
  overflow: hidden;
  width: 650px;
  margin: 0 auto;
}

.home-slider .dmsldr-window {
  width: 100%;
}

.dm-sldr-slide {
  float: left;
  position: relative;
  z-index: 100;
}

.dm-sldr-slide > a {
  display: block;
}

.dm-sldr-slider-wrap {
  display: table-cell;
  vertical-align: middle;
  height: 150px;
  padding: 0 20px;
}

.home-slider .dm-sldr-slider-wrap {
  height: 500px;
  padding: 0;
}

.dm-sldr-slider-wrap img {
  display: block;
}

.dm-widget .dmsldr-navigation {
  bottom: -20px;
  top: auto;
}

.dmsldr-bullet-holder {
  position: absolute;
  text-align: center;
  width: 100%;
}

.dmsldr-bullet {
  width: 12px;
  height: 12px;
  background: #f3f2ee;
  display: inline-block;
  border-radius: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.dmsldr-bullet.current {
  background: #ece0ce;
}

.dm-widget .dm-sldr-slide {
  width: 262px;
}

.dm-widget .dm-sldr-slider-wrap {
  padding: 0 4px 0 4px;
}

.dm-widget .dm-slider-planet {
  margin-bottom: 30px;
}

.dm-widget .dmsldr-window {
  width: 100%;
}

.dm-slider-planet.license-slider .dmsldr-window {
  width: 450px;
}

.dm-slider-planet.license-slider .dmsldr-arrow.left {
  margin-left: 10px;
}

.dm-slider-planet.license-slider .dmsldr-arrow.right {
  margin-right: 10px;
}

.dm-slider-planet.license-slider .dm-sldr-slider-wrap {
  padding: 0 5px;
}

.asdc-slider {
  position: relative;
}

.asdc-slider.home-slider {
  height: 500px;
  margin-bottom: 54px;
}

.asdc-slider-window {
  overflow: hidden;
  width: 100%;
}

.asdc-slider-slide {
  float: left;
  position: relative;
  z-index: 100;
}

.asdc-slider.ef-fade .asdc-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
}

.asdc-slide-wrap {
  display: table-cell;
  vertical-align: middle;
}

.asdc-slide-wrap img {
  display: block;
  margin: 0 auto;
}

.asdc-slide-wrap > a {
  display: block;
}

.home-slider .slider-image {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}

.home-slider .asdc-slide-wrap {
  display: block;
  width: 100%;
}

.asdc-slider-navigation {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 0;
  z-index: 101;
  margin-top: -60px;
}

.asdc-slider-arrows {
  max-width: 1164px;
  margin: 0 auto;
}

.asdc-slider-arrow {
  padding: 20px;
  cursor: pointer;
}

.asdc-slider-arrow.left {
  float: left;
}

.asdc-slider-arrow.right {
  float: right;
}

.asdc-slider-arrow i {
  background: url("sprites/abp-sprite.png");
  width: 44px;
  height: 80px;
  display: block;
}

.asdc-slider-arrow.left i {
  background-position: -165px -214px;
}

.asdc-slider-arrow.right i {
  background-position: -236px -213px;
}

.home-slider .asdc-slider-slide {
  max-width: 1024px;
  width: 100%;
}

.home-slider .asdc-slider-slide {
  opacity: .1;
}

.home-slider .asdc-slider-slide.active {
  opacity: 1;
}

#press-pop .asdc-slider-navigation {
  margin-top: 45px;
}

body.admin #press-pop {
  padding-top: 32px;
}

/* -===[ END SLIDERS ]===- */

/* -===[ BEG NEWSLETTERS ]===- */

.form-planet {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  position: relative;
}

.form-planet .af-element {
  padding: 0;
}

.form-planet .af-element label {
  display: none;
}

.form-planet .af-body .dm-aweber-input {
  padding: 0 0 0 5px !important;
  margin: 0;
  font-family: 'baskerville-regular', serif;
  font-size: 12px;
  letter-spacing: 1px;
  width: 220px !important;
  height: 20px;
  background: #fff;
  border: 0;
  color: #000;
}

.form-planet .dm-aweber-input::-webkit-input-placeholder {
  color: #000;
}

.form-planet .dm-aweber-input:-moz-placeholder {
  color: #000;
}

.form-planet .dm-aweber-input::-moz-placeholder {
  color: #000;
}

.form-planet .dm-aweber-input:-ms-input-placeholder {
  color: #000;
}

.sidebar-newsletter {
  margin-bottom: 50px;
}

.sidebar-newsletter h2 {
  text-align: center;
  font-size: 20px;
  background: #000;
  color: #fff;
  font-weight: normal;
  letter-spacing: 3px;
  width: 100px;
  margin: 0 auto;
  height: 90px;
  border-radius: 200px;
  padding: 30px 10px 0;
  font-family: 'baskerville-italic', sans-serif;
}

.sidebar-newsletter h3 {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  margin: 5px 0 -8px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'baskerville-italic', sans-serif;
}

.sidebar-newsletter .form-planet {
  display: block;
}

.sidebar-newsletter .form-planet .dm-aweber-input {
  width: 220px !important;
  margin: 15px auto 20px;
  color: #000;
  border: 2px solid #000;
  height: 30px;
}

.sidebar-newsletter .dm-aweber-email-wrap:after {
  position: absolute;
  right: 37px;
  top: 28px;
  width: 24px;
  height: 10px;
  background: url("sprites/abp-sprite.png");
  background-position: -3px -3px;
  content: '';
}

.sidebar-newsletter .dm-aweber-email-wrap {
  text-align: center;
}

#dm-footer .form-planet .buttonContainer {
  display: none;
}

.form-planet .fca_eoi_layout_postbox {
  border: 0;
}

.form-planet .fca_eoi_postbox_0_submit_button_wrapper {
  display: none;
}

.dm-aweber-email-wrap:after {
  position: absolute;
  right: 2px;
  content: '';
  top: 4px;
  width: 28px;
  height: 14px;
  background: url("sprites/abp-sprite.png") -1px -1px;
}

.dm-aweber-email-wrap {
  position: relative;
}

/* -===[ END NEWSLETTERS ]===- */

/* -===[ BEG WORKSHOP ]===- */

.workshop-block {
  padding: 0 43px;
}

.workshop-heading {
  padding: 0 72px;
  margin-bottom: 10px;
}

.workshop-heading .icon {
  background: url("sprites/abp-sprite.png");
  margin: 0 auto;
  height: 38px;
}

.workshop-heading .icon.camera {
  background-position: -435px 1px;
  width: 40px;
}

.workshop-heading .icon.setting {
  background-position: -485px -3px;
  width: 38px;
}

.workshop-heading .icon.eye {
  background-position: -536px 3px;
  width: 58px;
}

.workshop-heading h2 {
  font-family: 'BrandonGrotesque-Black', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  margin: 10px 0 8px 0;
}

.workshop-heading .vertical-line {
  width: 2px;
  height: 77px;
  background: #ece0ce;
  margin: 0 auto;
}

.workshop-block h3 {
  font-family: 'BrandonGrotesque-Black', sans-serif;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 13px 0 0 0;
}

.workshop-slider-planet .dm-slider-planet {
  margin-bottom: 43px !important;
  padding: 8px 0 0 0;
}

.workshop-slider-planet .dmsldr-navigation {
  top: auto;
  bottom: -34px;
  left: 50%;
  margin-left: -291px;
  background: #f0e0df;
  width: 582px;
  height: 35px;
}

.workshop-slider-planet .dmsldr-window {
  width: 580px;
  border: 1px solid #000;
}

.workshop-slider-planet h2 {
  margin: 0;
  position: absolute;
  top: -10px;
  left: -10px;
  background: rgba(240, 224, 223, 0.95);
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 13px 0 0 0;
  height: 29px;
  width: 240px;
  text-align: center;
  letter-spacing: 1px;
  z-index: 102;
  font-family: 'baskerville-italic', sans-serif;
}

.workshop-slider-planet {
  width: 602px;
  margin: 0 auto;
  border: 2px solid #000;
  position: relative;
}

.workshop-slider-planet .dm-sldr-slider-wrap {
  padding: 0;
}

.workshop-slider-planet .dm-sldr-slide {
  width: 580px;
}

.workshop-slider-planet .dmsldr-arrow {
  width: 28px;
  background: url("sprites/abp-sprite.png");
  background-position: -279px -3px;
  display: inline-block;
  margin: 11px 250px 7px 0;
  height: 15px;
}

.workshop-slider-planet .dmsldr-arrow.left {
  background-position: -279px -51px;
  margin: 11px 0 7px 250px;
}

/* -===[ END WORKSHOP ]===- */

/* -===[ BEG SEARCH PAGE ]===- */

#dm-search-r h2 {
  font-size: 14px;
  text-align: center;
}

.heading-s-brandon-b {
  font-family: 'BrandonGrotesque-Black', sans-serif;
  font-weight: normal;
  font-size: 20px;
}

.font-s-normal {
  font-weight: normal;
}

.dm-search-r-error {
  text-align: center;
}

.search-planet.search-page {
  position: relative;
  text-align: center;
  margin-top: 20px;
  float: none;
}

.search-planet.search-page input {
  border: 1px solid #000;
  width: 200px;
}

.search-planet.search-page form > div:after {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0;
}

.search-planet.search-page form > div {
  display: inline-block;
  position: relative;
}

#dm-search-r {
  width: 650px;
  margin: 0 auto;
}

header .search-planet input {
  background: transparent;
  border: 1px solid #000;
  border-width: 0 0 1px 0;
  width: 0;
  padding: 0;
  -o-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
  -ms-transition: width .5s ease-in-out;
  -moz-transition: width .5s ease-in-out;
  -webkit-transition: width .5s ease-in-out;
}

header .search-planet .show input {
  width: 110px;
}

header .search-planet form > div:after {
  color: #fff;
}

/* -===[ END SEARCH PAGE ]===- */

/* -===[ BEG CONTENT ]===- */

.dm-recent-post-view .r-p-category {
  color: #000;
}

.dm-recent-post-view .r-p-category:hover {
  color: #ece0ce;
}

/* -===[ END CONTENT ]===- */

/* -===[ BEG WIDGETS ]===- */

.show-categories-shcd {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 13px;
  text-align: center;
}

.categories-holder a {
  color: #000;
  text-transform: uppercase;
  display: block;
}

.categories-holder a:hover {
  color: #ece0ce;
}

.show-categories-shcd .state {
  position: absolute;
  right: 23px;
  font-size: 18px;
  top: -4px;
}

.select-category {
  position: relative;
  cursor: pointer;
}

.show-categories-shcd.shownone .categories-holder {
  height: 0;
}

.categories-holder {
  padding-top: 10px;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  overflow: hidden;
}

.widget-image.multiple {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.widget-image.multiple img {
  width: 125px;
  height: auto;
}

.widget-image.multiple:nth-child(even) {
  margin-right: 10px;
}

/* -===[ END WIDGETS ]===- */

/* -===[ BEG GEAR PAGE ]===- */

.gear-item-planet {
  display: inline-block;
  position: relative;
}

.gear-item-planet .image-holder img {
  display: block;
  margin: 0 auto;
}

.gear-item-planet.software {
  margin: 130px 40px 0;
  height: 40px;
  width: 130px;
}

.gear-item-planet .gear-item-info-planet {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}

.gear-item-planet.software .gear-item-info-planet {
  width: 130px;
}

.gear-item-planet.t-up .gear-item-info-planet {
  margin-top: -120px;
  top: 0;
  padding-bottom: 20px;
}

.gear-item-planet.t-up .gear-item-description-planet {
  left: 130px;
  margin-bottom: -72%;
  padding-left: 30px;
}

.gear-item-planet.t-up .gear-item-description-planet.show-left {
  padding-right: 30px;
  padding-left: 0;
  right: 130px;
}

.gear-item-planet.t-left .gear-item-info-planet {
  left: 0;
  margin-left: -240px;
}

.gear-item-planet.t-right .gear-item-info-planet {
  right: 0;
  margin-right: -240px;
}

.gear-item-planet .title {
  background: #ece0ce;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  width: 190px;
}

.gear-item-planet.t-left .title-wrap {
  margin-right: 50px;
}

.gear-item-planet.t-right .title-wrap {
  margin-left: 50px;
}

.gear-item-planet .title h3 {
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  font-family: 'BrandonGrotesque-Black', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  display: inline-block;
  line-height: 17px;
  padding: 4px;
}

.gear-item-description-planet {
  position: absolute;
  width: 365px;
  z-index: 100;
  text-align: left;
  bottom: 100%;
  left: 210px;
  margin-bottom: -38%;
  display: none;
}

.gear-item-planet:hover .gear-item-description-planet {
  display: block;
}

.gear-item-planet:hover .title,
.gear-item-planet:hover .title-line {
  background: #f4f1ed;
}

.gear-item-decription-holder {
  width: 270px;
  background: #f4f1ed;
  padding: 15px 10px 15px 10px;
  font-size: 15px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: center;
}

.gear-item-decription-holder:before {
  content: '';
  border-top: 11px solid transparent;
  border-right: 18px solid #f4f1ed;
  border-bottom: 11px solid transparent;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: -18px;
  top: 40%;
}

.gear-item-description-planet.show-left .gear-item-decription-holder:before {
  border-right: 0;
  border-left: 18px solid #f4f1ed;
  right: -18px;
  left: auto;
}

.gear-item-description-planet.show-left {
  left: auto !important;
  right: 210px;
}

.gear-item-description-planet.show-left .shop-link {
  float: right;
  margin-right: 10px;
}

.gear-item-description-planet.show-left .gear-item-decription-holder {
  float: right;
  margin-right: 0;
}

.gear-item-planet .title-line {
  height: 2px;
  width: 50px;
  margin: 0;
  position: absolute;
  top: 50%;
  background: #ece0ce;
}

.gear-item-planet.t-up .title-line {
  width: 2px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  top: auto;
}

.gear-item-planet.t-left .title-line {
  right: 0;
}

.gear-item-planet.t-right .title-line {
  left: 0;
}

.gear-shop-link {
  display: inline-block;
  width: 52px;
  height: 52px;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 20px;
  margin-left: 7px;
  background: #fff;
  text-align: center;
}

.gear-shop-link .shop-label {
  font-size: 12px;
  letter-spacing: 1px;
  color: #000;
  font-family: 'baskerville-italic', sans-serif;
}

.gear-item-planet.t-left {
  margin-right: 40px;
}

.gear-item-planet.t-right {
  margin-left: 40px;
}

.mobile-description {
  display: none;
}

.gear-item-planet.cameras {
  margin: 140px 50px 60px;
  vertical-align: middle;
}

.gear-item-planet.cameras .title-line {
  height: 75px;
}

.gear-item-planet.cameras .gear-item-info-planet {
  margin-top: -140px;
  padding-bottom: 10px;
  left: 50%;
  margin-left: -75px;
}

.gear-item-planet.cameras .gear-item-description-planet {
  margin-bottom: -50%;
  left: 190px;
}

.gear-item-planet.cameras .gear-item-description-planet.show-left {
  right: 190px;
}

.gear-item-planet.lenses.t-up .gear-item-info-planet {
  padding-bottom: 20px;
}

.gear-item-planet.t-down .gear-item-info-planet {
  top: 100%;
  padding-top: 20px;
  margin-top: -10px;
}

.gear-item-planet.t-down .title-line {
  width: 2px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  top: auto;
}

.gear-item-planet.lenses {
  margin: 250px 10px 0 10px;
}

.gear-item-planet.lenses.t-up .gear-item-description-planet {
  margin-bottom: -64%;
  left: 150px;
}

.gear-item-planet.t-down .gear-item-description-planet {
  bottom: 0;
  left: 150px;
  margin-bottom: -8%;
  padding-left: 30px;
}

.gear-item-planet.lenses .gear-item-description-planet.show-left {
  right: 150px;
}

.gear-item-planet.lenses.t-down .gear-item-description-planet.show-left {
  padding-right: 30px;
}

.clear.lenses {
  margin-bottom: -150px;
}

.gear-item-planet.style-1,
.gear-item-planet.videos {
  margin: 100px 20px 0;
  vertical-align: middle;
}

.gear-item-planet.style-1.t-up .gear-item-description-planet {
  left: 50%;
  margin-left: 80px;
}

.gear-item-planet.videos.t-up .gear-item-description-planet {
  left: 190px;
}

.gear-item-planet.style-1.t-up .gear-item-description-planet.show-left,
.gear-item-planet.videos.t-up .gear-item-description-planet.show-left {
  right: 190px;
}

.gear-item-planet.gopros.t-left .gear-item-info-planet {
  margin-left: -210px;
  padding-right: 10px;
}

.gear-item-planet.t-up.style-1 .gear-item-info-planet {
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.gear-item-planet.gopros .title {
  width: 150px;
}

.gear-item-planet.gopros.t-left .title-line {
  margin-right: 10px;
}

.gear-holder.gopros {
  padding-bottom: 200px;
}

.gear-item-planet.gopros.t-right .gear-item-info-planet {
  margin-right: -210px;
  padding-left: 10px;
}

.gear-item-planet.gopros.t-right .title-line {
  margin-left: 10px;
}

.previous-gear-head {
  margin-top: 80px;
}

.branding-container .mailmunch-branding .mailmunch {
  display: none;
}

/* -===[ END GEAR PAGE ]===- */

/* -===[ BEG PRESS PAGE ]===- */

.ap-title-wrap {
  display: inline-block;
}

.ap-title {
  background: #ece0ce;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  width: 130px;
}

.ap-title h2 {
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  font-family: 'BrandonGrotesque-Black', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  display: inline-block;
  line-height: 17px;
}

.ap-date {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  font-family: 'baskerville-italic', sans-serif;
}

.ap-event {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 19px;
  max-width: 760px;
  margin: 0 auto;
}

#sidebar .af-element.buttonContainer {
  display: none;
}

.ap-date-holder {
  margin-top: 19px;
}

.ap-group {
  margin-top: 70px;
}

.ap-title-wrap:after {
  width: 2px;
  height: 75px;
  background: #ece0ce;
  margin: 0 auto 10px;
  content: '';
  display: block;
}

.ap-date-holder.no-date .ap-event {
  font-size: 15px;
  font-family: 'baskerville-italic', sans-serif;
}

.video-holder iframe {
  width: 100%;
  max-width: 650px;
  height: 370px;
}

.grid-holder {
  text-align: center;
}

.press-item {
  float: left;
  margin: 10px 53px 14px 0;
}

.press-item:nth-child(3n) {
  margin-right: 0;
}

.press-item .image {
  position: relative;
  cursor: pointer;
}

.press-item .click {
  font-weight: normal;
  font-family: 'baskerville-italic', sans-serif;
  font-size: 15px;
  background: rgba(240, 224, 223, 0.95);
  letter-spacing: 1px;
  display: none;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 50%;
  margin-top: -25px;
}

.press-item .image img {
  display: block;
}

.press-item .title {
  color: #fff;
  background: #000;
  font-family: 'baskerville-italic', sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 12px 0 0;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: normal;
}

.press-item .image:hover .click {
  display: block;
}

.press-item .image:hover img {
  opacity: .23;
}

.press-item .data {
  display: none;
}

#press-pop {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
}

#press-pop.open {
  display: block;
}

#press-pop .slide-content {
  max-width: 1000px;
  margin: 0 auto;
}

#press-pop .asdc-slider-arrow {
  padding: 15px 0 0 0;
}

#press-pop .slide-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}

#press-pop .close {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background: url("sprites/abp-sprite.png");
  background-position: -313px -260px;
}

#press-pop .asdc-slider-arrows {
  max-width: 980px;
}

#press-pop .title {
  color: #fff;
  background: #000;
  font-family: 'baskerville-italic', sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 20px 0 10px;
  line-height: 24px;
  letter-spacing: 1px;
}

#press-pop .content {
  max-width: 80%;
  margin: 10px auto 0;
}

.testimonials-slider {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.testimonials-slider .asdc-slider-window {
  max-width: 720px;
  margin: 0 auto;
}

.testimonials-slider .testimonial {
  padding: 10px 0;
}

/* -===[ END PRESS PAGE ]===- */

/* -===[ BEG LIGHTBOX ]===- */

#cboxTitle {
  display: none !important;
}

.cboxElement {
  outline: 0;
}

#colorbox {
  outline: 0;
}

/* -===[ END LIGHTBOX ]===- */

/* -===[ BEG VC ]===- */

body .vc_row {
  margin-left: 0;
  margin-right: 0;
}

/* -===[ END VC ]===- */

.dm-page-editor ul {
  list-style: disc;
  display: inline-block;
}

.r-p-content iframe {
  max-width: 100%;
}

body .frizzly-hover-overlay {
  -o-transition: opacity 0s;
  transition: opacity 0s;
  -ms-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
}

.frizzly-container a[data-frizzlytype="twitter"],
.frizzly-container a[data-frizzlytype="facebook"] {
  display: none;
}

body .frizzly-container.frizzly-default48 div.frizzly-icon-pinterest {
  background: #000;
  width: 120px;
  height: 48px;
  margin: 0;
  text-align: center;
}

body .frizzly-container.frizzly-default48 div.frizzly-icon-pinterest .frizzly-inner {
  background: url("sprites/abp-sprite.png");
  background-position: -317px -214px;
  width: 16px;
  height: 16px;
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  float: none;
  margin: 16px 0 0 5px;
  vertical-align: top;
}

body .frizzly-container.frizzly-default48 div.frizzly-icon-pinterest:hover .frizzly-inner {
  background-position: -344px -213px;
}

body .frizzly-container.frizzly-default48 div.frizzly-icon-pinterest:before {
  content: 'PIN IT';
  display: inline-block;
  font-family: 'baskerville-italic', sans-serif;
  margin: 17px 0 0 0;
  font-size: 15px;
  color: #fff;
  vertical-align: top;
  letter-spacing: 2px;
}

body .frizzly-container.frizzly-default48 div.frizzly-icon-pinterest:hover:before {
  color: #ccc;
}

/* -===[ BEG SELL VIDEOS ]===- */

#sell-videos {
  padding-top: 50px;
}

.video-item {
  width: 234px;
  float: left;
  margin: 10px 29px 40px 0;
}

#sell-videos .video-item:nth-child(4n) {
  margin-right: 0;
}

.asdc-image-holder {
  position: relative;
  display: block;
}

.asdc-image-holder img {
  display: block;
  margin: 0 auto;
}

.video-item .asdc-image-holder:hover .asdc-empty-image,
.video-item .asdc-image-holder:hover img {
  opacity: .5;
}

.video-item-title {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 100%;
  font-family: 'baskerville-italic', sans-serif;
  font-size: 15px;
  background: rgba(240, 224, 223, 0.95);
  color: #000;
  font-weight: normal;
  margin: 0;
  line-height: 20px;
  letter-spacing: 1px;
  display: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 6px 8px;
}

.video-item .asdc-image-holder:hover .video-item-title {
  display: block;
}

.purchase-button {
  background: #000;
  color: #fff;
  font-size: 14px;
  display: block;
  font-family: 'baskerville-italic', sans-serif;
  text-align: center;
  margin: 6px 0 0;
  line-height: 26px;
  letter-spacing: 2px;
}

.purchase-button:hover {
  background: #fff;
  color: #000;
}

.asdc-empty-image {
  display: block;
  background: #7f8c8d;
}

.asdc-empty-image.size-sell-video {
  width: 234px;
  height: 132px;
}

.asdc-empty-image.size-home-recent-post {
  width: 306px;
  height: 284px;
}

/* -===[ END SELL VIDEOS ]===- */

/* -===[ BEG ASDC COUNTDOWN ]===- */

.asdc-countdown-sc {
  text-transform: uppercase;
  font-size: 2.4em;
  letter-spacing: 1px;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  padding: 0 10px;
  color: #3b2c46;
}

.asdc-countdown-sc .d {
  font-family: 'BrandonGrotesque-Black', sans-serif;
}

.asdc-countdown-sc .n {
  font-family: 'BrandonGrotesque-Black', sans-serif;
}

/* -===[ END ASDC COUNTDOWN ]===- */

/* -===[ BEG RESPONSIVE ]===- */

/* -===[ END RESPONSIVE ]===- */

/* NEW VERSION */

.before-after-block {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  margin-bottom: 25px;
}

.before-after-block div {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  float: left;
  display: inline-grid;
  max-width: 100%;
}

.before-after-block div img {
  height: auto;
  width: -webkit-fill-available;
  max-width: none;
}

.after-image {
  border-right: solid 4px black;
}

.purchase-button {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.purchase-button:hover {
  background: #000;
  color: #fff;
}

#sell-videos {
  text-align: center;
}

.video-item {
  display: inline-block;
  float: none;
}

#sell-videos .video-item:last-child {
  margin-right: 0;
}

.home-slider .asdc-slide-wrap {
  position: relative;
}

.slider-button {
  position: absolute;
  top: 22%;
  right: 0;
  background: #fff;
  max-width: 305px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  padding: 13px 62px 17px 24px;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.17em;
  display: none;
}

.slider-button .sb-button {
  background: #000;
  color: #fff;
  font-family: 'baskerville-italic', sans-serif;
  display: inline-block;
  padding: 10px 16px;
  margin-top: 20px;
  font-size: 0.9em;
  letter-spacing: 0.14em;
  -webkit-box-shadow: 5px 5px #F1E2E1;
  box-shadow: 5px 5px #F1E2E1;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
}

.slider-button .sb-button a {
  color: #fff;
}

.slider-button .sb-button:hover {
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.asdc-slider-slide.active .slider-button {
  display: block;
}

.dm-page-editor blockquote {
  border: 1px solid #888;
  margin: 22px 0;
  padding: 16px 20px 14px;
}

/**
DMC SASS

@version 1.0.1

*/

@font-face {
  font-family: ABP Glyphs;
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
}

#dmc-popups {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 2000;
}

#dmc-popups .dmc-popups-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#dmc-popups .dmc-popup {
  display: none;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  position: relative;
}

.dmc-icon-close {
  padding: 0;
  border: 0;
  background: none;
  display: block;
  outline: 0;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
}

.dmc-icon-close span {
  height: 2px;
  width: 141%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.dmc-icon-close span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(0%, -41%);
  -ms-transform: rotate(-45deg) translate(0%, -41%);
  transform: rotate(-45deg) translate(0%, -41%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dmc-icon-close span:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(0%, -41%);
  -ms-transform: rotate(45deg) translate(0%, -41%);
  transform: rotate(45deg) translate(0%, -41%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 0;
}

.dmc-bakery-image img {
  display: block;
}

.dmc-empty-image {
  display: block;
  background: #7f8c8d;
  margin: 0 auto;
  padding-bottom: 100%;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.dmc-empty-image:hover {
  background: rgba(127, 140, 141, 0.75);
}

.dmc-image-holder img {
  display: block;
  margin: 0 auto;
}

.dmc-image-link-wrapper {
  display: block;
}

.featured-media:hover img {
  opacity: .75;
}

#mobile-indicator {
  display: none;
}

#tablet-indicator {
  display: none;
}

#pre-tablet-indicator {
  display: none;
}

#landscape-indicator {
  display: none;
}

#pre-landscape-indicator {
  display: none;
}

#dmc-popups .dmc-popup.style-abp-subscribe {
  background: rgba(0, 0, 0, 0.85);
  border: 2px solid #ede2cf;
  -webkit-box-shadow: 0 0 0 6px #000;
  box-shadow: 0 0 0 6px #000;
  width: 100%;
  max-width: 660px;
}

#dmc-popups .dmc-popup.style-abp-subscribe .dmc-icon-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

#dmc-popups .dmc-popup.style-abp-subscribe .dmc-icon-close span {
  background: #fff;
}

#dmc-popups .dmc-popup.style-abp-subscribe .dmc-popup-inner {
  text-align: center;
  padding: 80px 0;
}

#dmc-popups .dmc-popup.style-abp-subscribe h3 {
  font-weight: normal;
  font-family: "BrandonGrotesque-Regular", sans-serif;
  font-size: 17px;
  letter-spacing: 3px;
  margin: 5px 0;
}

#dmc-popups .dmc-popup.style-abp-subscribe p.description {
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 19px;
  max-width: 440px;
  margin: 0 auto;
  padding: 0 10px;
}

#dmc-popups .dmc-popup.style-abp-subscribe .af-element {
  display: inline-block;
  margin: 0 7px;
}

#dmc-popups .dmc-popup.style-abp-subscribe .af-element.buttonContainer {
  display: block;
  margin-top: 34px;
}

#dmc-popups .dmc-popup.style-abp-subscribe input[type="email"],
#dmc-popups .dmc-popup.style-abp-subscribe input[type="text"] {
  height: 20px;
  width: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "BrandonGrotesque-Regular", sans-serif;
  letter-spacing: 1px;
  font-size: 10px;
  padding: 2px 0 0 10px;
}

#dmc-popups .dmc-popup.style-abp-subscribe input[name="submit"] {
  height: 24px;
  color: #000;
  background: #f0e0df;
  cursor: pointer;
  font-family: "baskerville-italic", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 0 14px;
}

#dmc-popups .dmc-popup.style-abp-subscribe input[name="submit"]:hover {
  background: rgba(240, 224, 223, 0.75);
}

#dmc-popups .dmc-popup.style-abp-subscribe .form-planet {
  margin-top: 32px;
}

.dmc-gear-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-gear-items-wrapper.style-shorter-bottom {
  padding-bottom: 0;
}

.dmc-gear-items-wrapper.style-shorter-top {
  padding-top: 0;
}

.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-6 .data-content-holder,
.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-5 .data-content-holder,
.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-1 .data-content-holder,
.dmc-gear-page-item.item-nr-0 .data-content-holder {
  left: initial;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  padding: 20px 0 20px 18px;
}

.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-6 .data-content:after,
.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-5 .data-content:after,
.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-1 .data-content:after,
.dmc-gear-page-item.item-nr-0 .data-content:after {
  right: initial;
  left: -18px;
  border-left: 0;
  border-right: 18px solid #f0e0df;
}

.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-6 .data-content-holder-inner,
.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-5 .data-content-holder-inner,
.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-1 .data-content-holder-inner,
.dmc-gear-page-item.item-nr-0 .data-content-holder-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-6 .data-shop-link,
.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-5 .data-shop-link,
.dmc-gear-items-wrapper.image-small .dmc-gear-page-item.item-nr-1 .data-shop-link,
.dmc-gear-page-item.item-nr-0 .data-shop-link {
  margin-right: 0;
  margin-left: 16px;
}

.dmc-gear-page-item {
  margin: 40px 20px 40px 0;
}

.dmc-gear-page-item:hover .data-content-holder {
  display: block;
}

.dmc-gear-page-item:last-child {
  margin-right: 0;
}

.dmc-gear-page-item.title-position-top .dmc-gear-page-item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.dmc-gear-page-item.title-position-top .data-main-content {
  margin-bottom: 60px;
}

.dmc-gear-page-item.title-position-top .data-main-content:before {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 2px;
  height: 50px;
}

.dmc-gear-page-item.title-position-bottom .dmc-gear-page-item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dmc-gear-page-item.title-position-bottom .data-main-content {
  margin-top: 60px;
}

.dmc-gear-page-item.title-position-bottom .data-main-content:before {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 2px;
  height: 50px;
}

.dmc-gear-page-item .dmc-gear-page-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-gear-page-item .data-main-content {
  width: 100%;
  max-width: 190px;
  position: relative;
}

.dmc-gear-page-item .data-main-content:before {
  content: '';
  position: absolute;
  background: #ede2cf;
}

.dmc-gear-page-item .data-main-content-inner {
  position: relative;
}

.dmc-gear-page-item .data-title-holder {
  background: #ede2cf;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-gear-page-item .data-title {
  text-align: center;
  padding: 8px 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  font-family: "BrandonGrotesque-Black", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  line-height: 17px;
}

.dmc-gear-page-item .data-content-holder {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 378px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 18px 20px 0;
  z-index: 10;
}

.dmc-gear-page-item .data-content-holder-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-gear-page-item .data-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 12px;
  background: #f0e0df;
  font-size: 15px;
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dmc-gear-page-item .data-content:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-top: 11px solid transparent;
  border-left: 18px solid #f0e0df;
  border-bottom: 11px solid transparent;
}

.dmc-gear-page-item .data-shop-link {
  text-align: center;
  color: #000;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background: #fff;
}

.dmc-gear-page-item .data-shop-link:hover {
  color: #fff;
  background: #000;
}

.dmc-gear-page-item .dmc-shop-label {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "baskerville-italic", sans-serif;
  text-transform: uppercase;
}

.dmc-gear-page-item .dmc-shop-arrow {
  font-family: "ABP Glyphs", sans-serif;
  font-style: normal;
  margin-bottom: 2px;
}

.dmc-gear-page-item .dmc-shop-arrow:before {
  content: "\e900";
  font-size: 12px;
}

/**
DMC SASS

@version 1.0.1

*/

@font-face {
  font-family: ABP Glyphs;
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
}

/* -===[ BEG RESPONSIVE ]===- */

/* -===[ BEG DESKTOP ]===- */

/* -===[ END DESKTOP ]===- */

/* -===[ BEG LAPTOP ]===- */

/* -===[ END LAPTOP ]===- */

/* -===[ BEG MEDIUM LAPTOP ]===- */

/* -===[ END MEDIUM LAPTOP ]===- */

/* -===[ BEG SMALL LAPTOP ]===- */

/* -===[ END SMALL LAPTOP ]===- */

/* -===[ BEG TABLET ]===- */

/* -===[ END TABLET ]===- */

/* -===[ BEG IPHONE PLUS ]===- */

/* -===[ END IPHONE PLUS ]===- */

/* -===[ BEG IPHONE ]===- */

/* -===[ END IPHONE ]===- */

/* -===[ END RESPONSIVE ]===- */

@media only screen and (min-width: 1135px) {
  .dmc-gear-page-item.title-position-right .data-main-content:before,
  .dmc-gear-page-item.title-position-left .data-main-content:before {
    width: 50px;
    height: 2px;
  }

  .dmc-gear-page-item.title-position-left .dmc-gear-page-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .dmc-gear-page-item.title-position-left .data-main-content {
    margin-right: 60px;
  }

  .dmc-gear-page-item.title-position-left .data-main-content:before {
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  .dmc-gear-page-item.title-position-right .data-main-content {
    margin-left: 60px;
  }

  .dmc-gear-page-item.title-position-right .data-main-content:before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
}

@media only screen and (max-width: 1151px) {
  #pre-landscape-indicator {
    display: block;
  }
}

@media only screen and (max-width: 1134px) {
  .dmc-gear-page-item.title-position-right .dmc-gear-page-item-inner,
  .dmc-gear-page-item.title-position-left .dmc-gear-page-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dmc-gear-page-item.title-position-right .data-main-content,
  .dmc-gear-page-item.title-position-left .data-main-content {
    margin-top: 60px;
  }

  .dmc-gear-page-item.title-position-right .data-main-content:before,
  .dmc-gear-page-item.title-position-left .data-main-content:before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 2px;
    height: 50px;
  }
}

@media (max-width: 1100px) {
  .home-slider .asdc-slider-slide {
    max-width: 900px;
  }
}

@media (max-width: 1050px) {
  #sell-videos {
    text-align: center;
  }

  #sell-videos .video-item:nth-child(4n) {
    margin-right: 25px;
  }

  .video-item {
    float: none;
    margin: 10px 25px 40px;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (max-width: 1024px) {
  #landscape-indicator {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  #pre-tablet-indicator {
    display: block;
  }

  .dmc-gear-page-item .dmc-gear-page-item-inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .dmc-gear-page-item .data-main-content {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
  }

  .dmc-gear-page-item .data-main-content:before {
    top: initial !important;
    bottom: 0 !important;
    -webkit-transform: translate(-50%, 100%) !important;
    -ms-transform: translate(-50%, 100%) !important;
    transform: translate(-50%, 100%) !important;
  }

  .dmc-gear-page-item .data-content-holder {
    display: block;
    position: relative;
    top: initial;
    left: initial !important;
    right: initial !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0 !important;
    margin-top: 18px;
  }

  .dmc-gear-page-item .data-content-holder-inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .dmc-gear-page-item .data-shop-link {
    margin: 10px 0 0 !important;
  }

  .dmc-gear-page-item .data-content:after {
    right: initial !important;
    left: 50% !important;
    top: 0 !important;
    -webkit-transform: translate(-50%, -100%) !important;
    -ms-transform: translate(-50%, -100%) !important;
    transform: translate(-50%, -100%) !important;
    border-left: 11px solid transparent !important;
    border-right: 11px solid transparent !important;
    border-bottom: 18px solid #f0e0df !important;
    border-top: 0 !important;
  }

  .dmc-gear-page-item {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .dmc-gear-page-item .data-content-holder {
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 1000px) {
  .home-slider .asdc-slider-slide {
    max-width: 700px;
  }
}

@media (max-width: 768px) and (max-height: 520px) {
  .menu ul.sub-menu > li:first-child {
    padding-top: 0;
  }

  .menu li {
    padding: 0;
  }

  .menu li a {
    line-height: 20px;
  }

  .asdc-mass-media {
    padding: 0 0 10px;
  }

  .asdc-mass-media .images-holder {
    margin-top: 0;
  }

  header .social-media-planet {
    padding: 4px 0;
  }
}

@media only screen and (max-width: 768px) {
  #tablet-indicator {
    display: block;
  }
}

@media (max-width: 768px) {
  header .subscribe-button {
    float: right;
    margin-top: 17px;
    margin-right: 20px;
  }

  .asdc-mass-media .image {
    background-size: 640px 512px;
  }

  .asdc-mass-media .image.travel {
    background-position: -222px -84px;
    width: 57px;
    height: 25px;
  }

  .asdc-mass-media .image.huff {
    background-position: -291px -83px;
    width: 37px;
    height: 26px;
  }

  .asdc-mass-media .image.lgf {
    background-position: -341px -82px;
    width: 33px;
    height: 27px;
  }

  .asdc-mass-media .image.best-of-dc {
    background-position: -386px -82px;
    width: 37px;
    height: 27px;
  }

  .asdc-mass-media .image.good-morning-america {
    background-position: -433px -83px;
    width: 42px;
    height: 25px;
  }

  .asdc-mass-media .image.apple {
    background-position: -485px -83px;
    width: 21px;
    height: 24px;
  }

  .home-slider .asdc-slider-slide {
    max-width: 600px;
  }

  .testimonials-slider {
    max-width: 80%;
  }

  .testimonials-slider .asdc-slider-arrow {
    position: absolute;
    padding: 0;
  }

  .testimonials-slider .asdc-slider-arrow.right {
    right: -30px;
  }

  .testimonials-slider .asdc-slider-arrow.left {
    left: -30px;
  }

  .home-slider .asdc-slider-arrow.left i,
  .testimonials-slider .asdc-slider-arrow.left i {
    background-position: -83px -107px;
  }

  .home-slider .asdc-slider-arrow.right i,
  .testimonials-slider .asdc-slider-arrow.right i {
    background-position: -118px -107px;
  }

  .home-slider .asdc-slider-arrow i,
  .testimonials-slider .asdc-slider-arrow i {
    width: 22px;
    height: 40px;
    background-size: 640px 512px;
  }

  .testimonials-slider .asdc-slider-navigation {
    margin-top: -20px;
  }

  .home-slider .asdc-slider-navigation {
    margin-top: -40px;
  }

  .press-item {
    float: none;
    margin: 10px 20px 14px;
    display: inline-block;
  }

  .press-item:nth-child(3n) {
    margin-right: 20px;
  }

  .menu li {
    padding: 0 0 4px;
  }

  .menu li a {
    font-size: 16px;
  }

  .dm-recent-post-view .r-p-header {
    border-bottom: 2px solid #ece0ce;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  #disqus_thread {
    padding: 100px 0 0;
  }

  .r-p-cat-wrap:before {
    content: '|';
    margin: 0 6px;
    float: left;
  }

  .r-p-cat-wrap {
    margin: 0;
    padding: 0;
    line-height: 20px;
  }

  .mobile-clear {
    clear: both;
    display: block;
  }

  .r-p-date:after {
    display: none;
  }

  .r-p-date {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 0;
    float: left;
    height: auto;
    background: none;
    padding: 0;
    line-height: 20px;
    width: auto;
  }

  .r-p-header .zilla-likes {
    margin: 6px 0 0 0;
    padding: 0;
    float: right;
    text-align: right;
    width: 14%;
  }

  .r-p-header .zilla-likes:hover,
  .r-p-header .zilla-likes.active {
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
  }

  .r-p-title {
    width: 85%;
  }

  .r-p-title h2,
  .r-p-title h1 {
    padding: 0;
  }

  .r-p-title:after {
    display: none;
  }

  #dm-search-r .dm-loader-content-box,
  .dm-category-feed-holder,
  .feed-holder article,
  .single-post-article {
    padding: 0 10px;
  }

  .asdc-mass-media label {
    margin-top: 5px;
    display: inline-block;
  }

  .asdc-mass-media .images-holder {
    margin-top: 5px;
  }

  .asdc-mass-media {
    margin: 0;
    background: #000;
    color: #fff;
    padding: 5px 0 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  header .social-media-planet {
    float: none;
    padding: 10px 0;
    margin: 0;
  }

  .social-media-planet a {
    margin: 0 13px;
  }

  #mobile-indicator-old {
    display: none;
  }

  #sidebar {
    float: none;
    margin: 0 auto;
    display: none;
  }

  #sidebar .social-media-sc {
    display: none;
  }

  #sidebar .sidebar-newsletter {
    display: none;
  }

  .dm-widget.dm-mobile-hide {
    display: none;
  }

  .dm-sp-wrap,
  .feed-holder {
    float: none;
    margin: 0 auto 0;
    max-width: 100%;
  }

  .home-circle-holder {
    display: none;
  }

  .home-instagram-feed:before {
    width: 88%;
    height: 105%;
    margin-left: -44%;
    top: -7%;
  }

  .home-recent-window {
    overflow: hidden;
  }

  .home-recent-holder {
    width: 760px;
  }

  .home-recent-posts .title {
    width: 230px;
    height: 213px;
  }

  .asdc-empty-image.size-home-recent-post {
    width: 225px;
    height: 209px;
  }

  .home-recent-posts .featured-image img {
    width: 230px;
    height: auto;
  }

  .home-recent-posts .home-recent-post {
    margin: 0 10px;
    opacity: .3;
  }

  .home-recent-posts .home-recent-post:last-child {
    margin-right: 10px;
  }

  .home-recent-posts .home-recent-post.active {
    opacity: 1;
  }

  .home-featured-boxes .featured-box {
    float: none;
    max-width: 240px;
    margin: 80px auto 0;
  }

  .home-featured-boxes .featured-box:last-child {
    margin-right: auto;
  }

  .home-content .wpb_text_column {
    max-width: 80%;
  }

  .home-slider .slider-image,
  .asdc-slider.home-slider {
    height: 250px;
  }

  .dm-article-url-meta i,
  .dm-caption-link i {
    background-size: 640px 512px;
    background-position: -15px -1px;
  }

  .r-p-featured-img {
    min-height: 200px;
  }

  .page-temp-gear {
    padding-top: 100px;
  }

  .previous-gear-head {
    margin-top: 120px;
  }

  .page-temp-gear .heading-circle {
    display: block;
    left: 50%;
    margin-left: -65px;
    top: -140px;
  }

  #dm-main {
    margin-top: 40px;
    padding-bottom: 80px;
  }

  footer {
    padding-bottom: 14px;
  }

  body.admin header {
    top: 46px;
  }

  #dm-search-r {
    width: 100%;
  }

  header .social-media-planet {
    display: none;
  }

  header #dm-main-menu .social-media-planet {
    display: block;
  }

  header #dm-main-menu .social-media-planet a {
    color: #000;
  }

  .newsletter-planet .form-intro .info-1 {
    display: none;
  }

  .newsletter-planet .form-intro {
    margin: 14px 0 0 0;
  }

  .search-planet {
    position: relative;
    right: auto;
    top: auto;
  }

  header .search-planet {
    display: none;
  }

  header .mobile-search .search-planet {
    display: block;
    margin: 0 auto;
    float: none;
  }

  #dm-main-menu {
    position: absolute;
    top: 50px;
    background: #f4f1ed;
    display: none;
  }

  body.mobile-show #dm-main-menu {
    display: block;
    min-height: 450px;
  }

  body.flex-menu header {
    overflow: scroll;
  }

  .menu > li {
    display: block;
    height: auto;
    padding: 0 0 4px;
  }

  .menu ul.sub-menu {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    top: auto;
    left: auto;
    margin: 0 auto;
  }

  .menu ul.sub-menu li a {
    text-transform: lowercase;
  }

  ul.sub-menu:before {
    display: none;
  }

  .mobile-navigation {
    display: block;
    width: 15%;
    border-right: 1px solid #000;
    height: 50px;
    cursor: pointer;
    float: left;
  }

  .mobile-navigation .ham {
    width: 60%;
    margin: 15px auto 0;
    max-width: 50px;
  }

  .ham .line {
    height: 3px;
    background: #000;
    margin-top: 6px;
  }

  .home-page-planet {
    padding: 0;
  }

  footer .menu-wrap {
    display: none;
  }

  .r-p-excerpt {
    width: 650px;
    margin: 0 auto;
  }

  .r-p-featured-img iframe {
    height: 300px;
  }

  .dm-category-feed {
    width: 100%;
  }

  #dm-single-post {
    padding: 0;
    margin-top: 20px;
  }

  .r-p-content {
    padding: 20px 0 0;
  }

  .about-content {
    padding: 0;
  }

  .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .contact-me-button-planet {
    width: 280px;
  }

  .contact-me-button {
    width: 250px;
  }

  .r-p-footer {
    width: 100%;
    margin: 0 auto;
  }

  .page-heading .heading-holder {
    width: 270px;
  }

  .about-intro {
    padding: 0 5%;
  }

  .gear-item-planet {
    margin: 0 10px 40px !important;
    min-width: 190px;
  }

  .clear.lenses {
    margin-bottom: 0;
  }

  .gear-item-planet.gopros .title-wrap {
    width: 150px;
  }

  .gear-item-planet .gear-item-info-planet {
    position: relative;
    margin: 0 !important;
    left: auto !important;
    transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }

  .gear-item-planet .title-wrap {
    width: 190px;
    margin: 0 auto !important;
  }

  .gear-item-planet .title-line {
    display: none;
  }

  .gear-item-planet .image-holder {
    margin-top: 10px;
  }

  .mobile-description {
    background: #f4f1ed;
    margin-top: 10px;
    padding-bottom: 10px;
    display: block;
    max-width: 300px;
  }

  .mbl-description-holder {
    background: #f4f1ed;
    font-size: 11px;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 2% 4%;
  }

  .gear-shop-link {
    margin: 0;
  }

  .gear-item-planet.software {
    height: auto;
    width: auto;
  }

  .gear-item-planet.software .gear-item-info-planet {
    width: 100%;
  }

  .gear-item-planet:hover .gear-item-description-planet {
    display: none;
  }

  .gear-item-planet .title-wrap:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #ece0ce;
    margin: 0 auto;
  }

  .gear-item-holder {
    margin: 0 0 40px !important;
  }

  .gear-item-holder .gear-item-title-holder {
    position: relative !important;
    width: 130px !important;
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 !important;
  }

  .gear-item-holder .or {
    display: none;
  }

  .gear-item-holder .decription-planet {
    position: relative;
    width: 100%;
    background: #f4f1ed;
    margin: 10px 0 0 0 !important;
    padding: 10px 0 10px 0 !important;
    display: block;
    text-align: center;
  }

  .gear-item-holder .decription-planet .decription-holder {
    background: none;
    width: 90%;
    background: #f4f1ed;
    margin: 0;
    padding: 2% 4%;
  }

  .gear-item-holder .image-holder {
    float: none !important;
    margin-top: 10px;
  }

  .gear-item-planet .image-holder img {
    max-width: 300px;
  }

  .shop-link {
    margin: 4px 0 0;
  }

  .heading-circle {
    display: none;
  }

  .gear-item-title-holder:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #ece0ce;
    margin: 0 auto;
  }

  .license-padding {
    padding: 0 5%;
  }

  .dm-slider-planet.license-slider .dmsldr-window {
    width: 100%;
  }

  .contact-me-button .small {
    padding: 0 20%;
  }

  .dm-slider-planet.license-slider .dmsldr-navigation {
    top: auto;
    bottom: -50px;
  }

  .workshop-heading {
    padding: 0 20%;
  }

  .workshop-heading .vertical-line {
    height: 30px;
  }

  .workshop-block {
    padding: 0 5%;
    margin-bottom: 60px !important;
  }

  .workshop-slider-planet {
    width: 100%;
  }

  .workshop-slider-planet .dmsldr-arrow.left {
    margin-left: 20px;
  }

  .workshop-slider-planet .dmsldr-arrow {
    margin-right: 20px;
  }

  .workshop-slider-planet .dmsldr-window {
    width: 100%;
    max-width: 580px;
  }

  .workshop-slider-planet .dm-sldr-slide {
    width: auto;
  }

  .dm-sldr-slider-wrap img {
    height: auto;
    max-width: 100%;
  }

  .workshop-slider-planet .dmsldr-navigation {
    width: 95%;
    left: auto;
    margin: 0;
    background: none;
  }

  .workshop-slider-planet .dm-slider-planet {
    margin-bottom: 29px !important;
    padding: 8px 2% 0;
  }

  .page-content .wpcf7 {
    width: 90%;
  }

  header .search-planet input {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    background: none;
    border-width: 0 0 2px 0;
    padding: 0;
    display: block;
    width: 110px;
    margin: 2px 0 0 1px;
  }

  header .search-planet form > div:after {
    color: #000;
    margin: 0;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: -4px;
  }

  .dm-slider-planet.press-slider .dmsldr-window {
    width: 80%;
  }

  .dm-slider-planet.press-slider .dmsldr-arrow.left {
    margin-left: -10px;
  }

  .dm-slider-planet.press-slider .dmsldr-arrow.right {
    margin-right: -10px;
  }

  .home-heading div,
  .home-heading h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }

  .about-mw-page-img-1 {
    position: relative;
    top: auto;
    width: auto;
    left: auto;
  }

  .about-mw-page-img-2 {
    position: relative;
    top: auto;
    width: auto;
    right: auto;
  }

  .license-buy-prints {
    position: relative;
    top: auto;
    right: auto;
    text-align: center !important;
  }

  .share-label:after {
    background-size: 640px 512px;
    background-position: -15px -1px;
  }

  .addtoany_shortcode .a2a_dd.addtoany_no_icon {
    background-size: 640px 512px;
    background-position: -55px -1px;
  }

  .circle-button .arrow {
    background-size: 640px 512px;
    background-position: -107px -16px;
  }

  .circle-button .arrow.right {
    background-position: -107px 0;
  }

  .form-planet .dm-aweber-email-wrap:after {
    background-size: 640px 512px;
    background-position: -15px -1px;
    top: 9px;
  }

  .contact-me-button .circle:after {
    background-size: 640px 512px;
    background-position: -171px -13px;
  }

  .black-arrow {
    background-position: -139px -10px;
    background-size: 640px 512px;
  }

  .workshop-heading .icon {
    background-size: 640px 512px;
  }

  .workshop-heading .icon.camera {
    background-position: -212px -29px;
  }

  .workshop-heading .icon.setting {
    background-position: -259px -25px;
  }

  .workshop-heading .icon.eye {
    background-position: -306px -25px;
  }

  .workshop-slider-planet .dmsldr-arrow {
    background-size: 640px 512px;
  }

  .workshop-slider-planet .dmsldr-arrow.left {
    background-position: -139px -37px;
  }

  .workshop-slider-planet .dmsldr-arrow.right {
    background-position: -139px -10px;
  }

  .fa-social-media-shcd:after {
    background-size: 640px 512px;
    background-position: -5px -16px;
  }

  header .row-1 {
    display: none;
  }

  .mobile-search {
    width: 25%;
    float: left;
    border-right: 1px solid #000;
    min-width: 100px;
    height: 50px;
    display: block;
  }

  .mobile-search .searchform > div {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
  }

  .mobile-search .searchform {
    text-align: center;
  }

  .form-planet .af-body .dm-aweber-input {
    width: 164px !important;
    margin: 1px;
    background: none;
    border: 2px solid #000;
  }

  header .form-planet {
    width: auto;
    margin: 8px 0 0 0;
    text-align: left;
  }

  .newsletter-planet .form-intro .font-brandon {
    letter-spacing: 1px;
  }

  header .row-2 {
    height: 50px;
    position: absolute;
    width: 100%;
    top: 0;
  }

  .full-size-url i {
    background-size: 640px 512px;
    background-position: -6px -126px;
  }

  .full-size-url span {
    font-size: 9px;
    letter-spacing: 0;
    margin: 14px 0 0 0;
  }

  header .menu-main-menu-container {
    display: none;
  }

  header .menu-mobile-main-menu-container {
    display: block;
  }

  .page-content {
    padding: 0 10px;
  }

  .slider-button .sb-button {
    padding: 1px 5px;
    margin-top: 5px;
    -webkit-box-shadow: 3px 3px #F1E2E1;
    box-shadow: 3px 3px #F1E2E1;
  }

  .slider-button {
    top: 6%;
    max-width: 141px;
    padding: 5px 5px 8px 12px;
    font-size: 0.6em;
  }
}

@media only screen and (max-width: 767px) {
  #mobile-indicator {
    display: block;
  }

  #dmc-popups .dmc-popup.style-abp-subscribe {
    max-width: calc(100% - 40px);
  }

  .dmc-popup.style-abp-subscribe .af-body.af-standards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #dmc-popups .dmc-popup.style-abp-subscribe .af-element {
    width: 100%;
    margin-bottom: 10px;
  }

  #dmc-popups .dmc-popup.style-abp-subscribe .af-element:last-child {
    margin-bottom: 0;
  }

  .dmc-gear-items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 750px) {
  .home-recent-posts {
    position: relative;
  }

  .home-recent-window:after {
    content: '';
    background: url("sprites/abp-sprite.png");
    background-position: -118px -105px;
    width: 24px;
    height: 44px;
    position: absolute;
    top: 50%;
    right: 10px;
    background-size: 640px 512px;
    margin-top: -22px;
  }
}

@media (max-width: 700px) {
  .home-slider .asdc-slider-slide {
    max-width: 500px;
  }
}

@media (max-width: 640px) {
  .r-p-excerpt {
    width: 96%;
  }

  .feed-holder {
    width: 100%;
  }

  .form-planet .af-body .dm-aweber-input {
    width: 130px !important;
  }

  .mobile-search {
    width: 30%;
  }

  .home-instagram-feed:before {
    top: -4%;
  }
}

@media (max-width: 600px) {
  .home-slider .asdc-slider-slide {
    max-width: 400px;
  }

  .mobile-search {
    width: 15%;
    min-width: 0;
  }

  .mobile-search .searchform > div {
    padding: 0;
    margin-top: 11px;
  }

  .newsletter-planet .form-intro .font-brandon {
    letter-spacing: 0;
  }

  .mobile-search.expand {
    width: 54%;
  }

  .mobile-search.expand .searchform > div {
    margin-top: 12px;
  }

  .mobile-search.expand .search-planet input {
    display: inline-block;
    vertical-align: top;
  }

  .mobile-search i {
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
  }

  .mobile-search .search-planet form > div:after {
    display: none;
  }

  .mobile-search .search-planet input {
    display: none;
  }
}

@media (max-width: 500px) {
  .feed-navigation span {
    display: none;
  }

  .video-holder iframe {
    height: 280px;
  }

  .home-h2.bottom:after {
    max-width: 76%;
  }

  .home-instagram-feed {
    margin-top: 30px;
  }

  .home-slider .asdc-slider-slide {
    max-width: 360px;
  }

  .r-p-tags-holder {
    width: 100%;
  }

  header i.fa.fa-envelope {
    display: inline-block;
    float: right;
    font-size: 28px;
    margin-top: 10px;
    margin-right: 15px;
    cursor: pointer;
    display: none;
  }

  header .subscribe-button {
    display: none;
  }
}

@media (max-width: 480px) {
  .home-instagram-feed:before {
    height: 101%;
    top: -1%;
  }
}

@media (max-width: 399px) {
  .r-p-featured-img iframe {
    height: 200px;
  }

  .video-holder iframe {
    height: 200px;
  }

  .asdc-mass-media .images-holder {
    display: block;
  }

  .home-slider .asdc-slider-slide {
    max-width: 300px;
  }
}

@media (max-width: 360px) {
  .home-h2 h2 {
    padding: 0;
    font-size: 16px;
  }
}

@media (max-width: 1100px) and (min-width: 769px) {
  .gear-item-planet.t-right .title-line,
  .gear-item-planet.t-left .title-line {
    right: auto;
    width: 2px;
    height: 50px;
    position: relative;
    margin: 0 auto !important;
    top: auto;
  }

  .gear-item-planet.t-left .title-wrap {
    margin-right: 0;
  }

  .gear-item-planet.t-right .title-wrap {
    margin-left: 0;
  }

  .gear-item-planet.t-left .gear-item-info-planet {
    left: 50%;
    top: auto;
    margin-left: -95px !important;
    padding: 0 !important;
    bottom: 100%;
  }

  .gear-item-planet.t-right .gear-item-info-planet {
    right: 50%;
    top: auto;
    margin-right: -95px !important;
    padding: 0 !important;
    bottom: 100%;
  }

  .gear-item-planet.t-right,
  .gear-item-planet.t-left {
    margin-top: 80px;
  }
}

@media (max-width: 1050px) and (min-width: 769px) {
  header .row-1 .row-holder {
    padding: 0 10px;
  }

  header .row-2 .row-holder {
    padding: 0 10px;
  }

  header .social-media-planet a {
    margin: 0 5px 0 0;
  }

  header .menu > li {
    padding: 0 8px;
  }

  header .search-planet .show input {
    width: 100px;
  }

  .home-featured-boxes {
    text-align: center;
  }

  .home-featured-boxes .featured-box {
    margin-right: 30px;
    padding: 0 10px 10px;
    float: none;
    display: inline-block;
  }

  .home-featured-boxes .image img {
    max-width: 200px;
    height: auto;
  }

  .home-recent-posts {
    text-align: center;
  }

  .home-recent-posts .home-recent-post {
    float: none;
    display: inline-block;
    margin-right: 30px;
  }

  .home-recent-posts .title {
    width: 225px;
    height: 209px;
  }

  .asdc-empty-image.size-home-recent-post {
    width: 225px;
    height: 209px;
  }

  .home-recent-posts .featured-image img {
    width: 225px;
    height: auto;
  }

  .home-instagram-feed:before {
    width: 88%;
    height: 105%;
    margin-left: -44%;
  }

  #sidebar {
    float: none;
    margin: 0 auto;
  }

  #sidebar .social-media-sc {
    display: none;
  }

  #sidebar .sidebar-newsletter {
    display: none;
  }

  .dm-widget.dm-mobile-hide {
    display: none;
  }

  .dm-sp-wrap,
  .feed-holder {
    float: none;
    margin: 80px auto 0;
  }

  .home-circle-holder {
    display: none;
  }

  .press-item {
    float: none;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    width: 225px;
  }

  .press-item:nth-child(3n) {
    margin-right: 15px;
  }
}

@media (max-width: 1030px) and (min-width: 769px) {
  .dm-slider-planet.press-slider .dmsldr-navigation .dmsldr-arrow.left {
    margin-left: 3%;
  }

  .dm-slider-planet.press-slider .dmsldr-navigation .dmsldr-arrow.right {
    margin-right: 3%;
  }

  .dm-slider-planet.license-slider .dmsldr-arrow.left {
    margin-left: -50px;
  }

  .dm-slider-planet.license-slider .dmsldr-arrow.right {
    margin-right: -70px;
  }

  .workshop-heading {
    padding: 0 20px;
  }
}