@charset "UTF-8";
/*
Theme Name: Madavor Base
Description: DPP
Theme URI: http://underscores.me/
Author: Ryan Karpeles
Author URI: http://teamodea.com
Description = A custom theme built for Digital Photo Mag by Team ODEA.
*/
h1, h2, h3, h4, h5 {
  font-weight: 500;
  margin-top: 0; }

h3 {
  font-size: 1.5em; }

.fw-light {
  font-weight: 300; }

.fw-normal {
  font-weight: 400; }

.fw-semibold {
  font-weight: 600; }

.fw-bold {
  font-weight: 700; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "lato", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  font-weight: 400; 
  overflow: auto !important;
}

a, a:visited {
  outline: none;
  cursor: pointer;
  color: #b2002d;
  text-decoration: none; }

a:hover {
  color: #b2002d;
  text-decoration: underline; }

p {
  margin: 0 0 1.5em; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* Spacers
---------------------------------------------------------- */
.mar-bot-0 {
  margin-bottom: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Reusable Styles
---------------------------------------------------------- */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

table.well th {
  padding-top: 20px; }

table.well td {
  padding: 20px 20px 0; }

table.well td figure {
  margin-left: 0; }

hr.main {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 1em 0;
  padding: 0; }

.img-bdr-1 img,
img.img-bdr-1 {
  padding: 4px;
  background-color: white;
  border: 1px solid #dddddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.btn, .btn:visited,
button, button:visited,
input[type="button"], input[type="button"]:visited,
input[type="reset"], input[type="reset"]:visited,
input[type="submit"], input[type="submit"]:visited,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.btn-red,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  background: #bc0f2b;
  color: white !important;
  text-decoration: none;
  border: none;
  text-shadow: none;
  box-shadow: none; }
  .btn-red:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .gform_wrapper .gform_footer input.button:hover,
  .gform_wrapper .gform_footer input[type=submit]:hover {
    color: white;
    background: #b2002d;
    text-decoration: none;
    box-shadow: none; }

.btn-sm,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: .85em;
  padding: 5px 10px; }

.btn-md, input.btn-md, #commentform input, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em;
  padding: 10px 18px; }

.btn-d, .btn-d:visited {
 color: #FFFFFF;
 background-color: #b2002d;
 padding: 15px 25px;
 text-decoration: none;
 width: 75%;
 margin-bottom: 20px;
 transition: all 0.2s linear;
}

.btn-d:hover {
 text-decoration: none;
 color: #FFFFFF;
 background-color: #a60029;
}

.button.gform_previous_button {
 display: inline-block;
 background: none;
 color: #bc0f2b!important;
 font-weight: 500;
 padding: 8px 28px;
 font-size: 16px;
 border: 1px solid #bc0f2b;
 outline: none;
 transition: all .15s ease;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.button.gform_previous_button:hover { 
 color: #fff!important;
 background: #bc0f2b;
 border-color: transparent;
}

.button.gform_next_button {
 display: inline-block;
 background: #bc0f2b;
 color: white;
 font-weight: 500;
 padding: 8px 28px;
 font-size: 16px;
 border: none;
 outline: none;
 transition: all .15s ease;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.button.gform_next_button:hover { 
 background: #b2002d;}

.gform_button.button {
 display: inline-block;
 background: #bc0f2b;
 color: white;
 font-weight: 500;
 padding: 8px 28px;
 font-size: 16px;
 border: none;
 outline: none;
 transition: all .15s ease;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.gform_button.button:hover { 
 background: #b2002d;}

.btn-lg {
  font-size: 1.1em;
  padding: 8px 20px; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.site-content {
  padding-top: 15px;
  padding-bottom: 30px; }

.site-header {
  background: #eeeeee; }

.social-wrap {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  top: 10px;
  right: 16px;
  float: right;
  -webkit-animation: slide 0.75s forwards;
  -moz-animation: slide 0.75s forwards;
  -ms-animation: slide 0.75s forwards;
  -o-animation: slide 0.75s forwards;
  animation: slide 0.75s forwards; }
  @media (max-width: 767px) {
    .social-wrap {
      display: none; } }

/* Slide in */
@-webkit-keyframes slide {
  0% {
    right: -500px; }
  100% {
    right: 16px; } }
@keyframes slide {
  0% {
    right: -500px; }
  100% {
    right: 16px; } }
.admin-bar .social-wrap {
  top: 42px; }

.social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.social-wrap--cta {
  position: relative;
  top: -7px;
  display: inline-block;
  font-weight: 500;
  font-size: .85em;
  color: #666666; }

.social-icon-block {
  margin-left: 3px;
  display: inline-block; }

.social-icon--facebook {
  background: #3b5998; }

.social-icon--twitter {
  background: #1da1f2; }

.social-icon--instagram {
  background: #125688; }

.header-bar {
  overflow: hidden;
  height: 125px;
  padding-top: 35px;
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .header-bar {
      height: 223px;
      padding-top: 10px; } }

.site-logo {
  float: left;
  width: 300px; }
  @media (max-width: 699px) {
    .site-logo {
      margin-top: 9px;
      width: 220px; } }
  @media (max-width: 767px) {
    .site-logo {
      float: none;
      margin: 9px auto;
      width: 210px; } }

.site-logo img {
  width: 220px; }

.btns-access {
  float: left;
  margin-top: 18px; }
  @media (max-width: 991px) {
    .btns-access {
      display: none; } }
  .btns-access .btn {
    font-weight: 300; }

/* Search */
.header-search {
  margin-top: 17px;
  margin-right: 60px;
  float: right; }
  @media (max-width: 1199px) {
    .header-search {
      margin-right: 30px; } }
  @media (max-width: 991px) {
    .header-search {
      display: none; } }

input.search-field {
  font-family: "lato", Helvetica, Arial, sans-serif;
  color: #414141;
  color: #333333;
  padding: 5px 10px;
  font-size: .95em;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  width: 160px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

input.search-field:-moz-placeholder {
  color: #333333; }
input.search-field::-moz-placeholder {
  color: #333333; }
input.search-field:-ms-input-placeholder {
  color: #333333; }
input.search-field::-webkit-input-placeholder {
  color: #333333; }

.search-field:focus {
  border-color: #b2002d;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 0, 45, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 0, 45, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 0, 45, 0.6); }

/* Subscribe */
.header-subscribe {
  float: right;
  position: relative;
  top: -20px;
  width: 200px;
  text-align: center;
  font-size: 12px;
  padding: 9px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  @media (max-width: 699px) {
    .header-subscribe {
      margin-left: 40px;
      float: left; } }
  @media (max-width: 767px) {
    .header-subscribe {
      float: none;
      margin: 0 auto;
      width: 230px;
      top: 4px; } }

/* Alt Header Bar */
.alt-header-bar {
  display: none;
  overflow: hidden;
  padding: 8px 0;
  background: #969696; }
  @media (max-width: 991px) {
    .alt-header-bar {
      display: block; } }
  @media (max-width: 699px) {
    .alt-header-bar {
      background: #333333; } }
  .alt-header-bar input[type="search"] {
    height: 20px; }
    @media (max-width: 399px) {
      .alt-header-bar input[type="search"] {
        height: 18px;
        width: 70%; } }
    @media (max-width: 349px) {
      .alt-header-bar input[type="search"] {
        display: none; } }

.btns-access-alt {
  float: left;
  width: 50%;
  margin-top: 1px; }
  @media (max-width: 309px) {
    .btns-access-alt {
      width: 100%; } }

.header-search-alt {
  float: right;
  width: 50%; }
  .header-search-alt input[type="search"] {
    float: right; }

/* Menu */
#primary-menu ul {
  text-align: center; }

.main-navigation {
  background: #333333;
  text-align: center; }
  @media (max-width: 699px) {
    .main-navigation {
      display: none; } }
  .main-navigation ul ul {
    font-size: .9em;
    top: 45px; }
  .main-navigation ul.sub-menu {
    background: white;
    border: 1px solid #eee; }
    .main-navigation ul.sub-menu a {
      text-align: left;
      padding: 4px 15px;
      color: #333333;
      text-decoration: none; }
      .main-navigation ul.sub-menu a:hover {
        background: #f3f3f3;
        color: #333; }
  .main-navigation li {
    float: none;
    display: inline-block;
    font-size: 1.05em; }
  .main-navigation li > a {
    display: inline-block;
    color: #dfdfdf;
    padding: 11px 24px; }
    .main-navigation li > a:hover {
      background: #C00000;
      color: #fff;
      text-decoration: none; }
  .main-navigation li:last-child .sub-menu .dead-link a {
    cursor: default;
    background: #fff !important;
    color: #b3b3b3 !important;
    padding: 12px 15px 8px; }
  .main-navigation li:last-child .sub-menu .appstore a {
    background-image: url(../img/apple-tmb.png);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    padding: 8px 15px 8px 40px; }
  .main-navigation li:last-child .sub-menu .zinio a {
    background-image: url(../img/zinio-tmb.png);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    padding: 8px 15px 8px 40px; }
  .main-navigation li:last-child .sub-menu .kindle a {
    background-image: url(../img/kindle-tmb.png);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    padding: 8px 15px 8px 40px; }
  .main-navigation li:last-child .sub-menu .nook a {
    background-image: url(../img/nook-tmb.png);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    padding: 8px 15px 8px 40px; }
  .main-navigation li:last-child .sub-menu .google a {
    background-image: url(../img/google-tmb.png);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    padding: 8px 15px 8px 40px; }

@media (max-width: 349px) {
  #click-menu {
    top: 221px !important;
    background: transparent !important; } }

#click-menu.admin-bar-showing {
  margin-top: 47px !important; }

#responsive-menu input[type="search"] {
  font-family: 'Raleway', Helvetica, Arial, sans-serif; }

.ad-block-header {
  text-align: center;
  padding: 20px 0 30px; }

.ad-block-footer {
  text-align: center;
  padding: 20px 0 30px;
  clear: both; }

.footer-subscribe {
  clear: both;
  overflow: hidden;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .footer-subscribe legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  .footer-subscribe fieldset {
    border: none; }
  .footer-subscribe label {
    font-size: 92%;
    font-weight: bold; }
  .footer-subscribe .e2ma_signup_form_row input {
    font-size: 92%;
    width: 100%;
    margin-bottom: .5em; }
  .footer-subscribe .form-group {
    overflow: hidden;
    margin-bottom: .5em; }
    .footer-subscribe .form-group input {
      width: 100%; }

.site-footer {
  padding: 25px 0;
  font-size: .925em;
  background: #272727; }

.other-pubs {
  text-align: center; }
  .other-pubs a {
    margin: 0 10px; }

#footer-navigation {
  background: transparent;
  display: block !important;
  border: none; }

#footer-menu {
  text-align: center;
  margin: 5px 0 50px;
  padding: 0; }
  @media (max-width: 559px) {
    #footer-menu {
      margin: 0 0 30px; } }
  #footer-menu li {
    list-style-type: none;
    display: inline-block; }
    @media (max-width: 559px) {
      #footer-menu li {
        display: block;
        margin: 6px 0;
        text-align: left; } }
  #footer-menu a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 20px 10px;
    margin: 5px 6px;
    color: #b2002d;
    text-decoration: none; }
    @media (max-width: 699px) {
      #footer-menu a {
        padding: 0; } }
    @media (max-width: 559px) {
      #footer-menu a {
        padding: 0; } }
    #footer-menu a:hover {
      background: #333333;
      text-decoration: none;
      color: #b2002d; }

.site-info {
  font-size: .9em;
  margin: 0 0 5px;
  text-align: center;
  color: #969696; }

h4 a.link-title {
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1.1;
  color: #b2002d; }
  h4 a.link-title:hover {
    text-decoration: underline; }

.home h4 {
  margin-bottom: 5px; }

.home .left {
  border-right: 1px solid #eee; }

.feat-block img {
  padding: 4px;
  background-color: white;
  border: 1px solid #dddddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  height: auto; }
.feat-block h3 {
  margin-bottom: 15px; }
.feat-block h4 a.link-title {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2; }
.feat-block .btn {
  display: block;
  width: 100%; }

.feat-block.well {
  padding: 10px 19px 19px 19px; }

.home .feat-block {
  margin-bottom: 35px;
  overflow: hidden; }

.home-col-block .col-left {
  padding-right: 30px;
  border-right: 1px solid #eeeeee; }

.home-col-block .col-right {
  padding-left: 30px; }

.featured-article {
  margin-bottom: 10px;
  overflow: hidden;
  clear: both; }
  .featured-article .col-sm-4 {
    padding: 0; }
  .featured-article .col-sm-8 {
    padding-left: 10px; }
  .featured-article h4 {
    margin: 0 0 .5em; }
  .featured-article img {
    width: 125px;
    height: 100px;
    object-fit: cover; }
    @media (max-width: 992px) {
      .featured-article img {
        width: auto;
        height: auto; } }

.featured-article .col-sm-4 {
  padding-left: 0; }

.featured-article .btn {
  width: 100%; }

#feature-your-best-shot img,
#feature-contest img,
#feature-gear img {
  width: 100%;
  height: auto; }

#feature-your-best-shot p,
#feature-gear p {
  margin-bottom: 0; }

#feature-contest img {
  margin-top: 2em;
  margin-bottom: 1em;
  border: none;
  padding: 0; }

#feature-contest .deck {
  margin-bottom: 1em; }

.media-block,
.media-content {
  overflow: hidden; }

#secondary .media-block,
.home .media-block {
  margin-bottom: 25px; }

.media-content h4 a.link-title {
  margin-bottom: 0;
  font-size: 1.1em; }

.media-img {
  float: left;
  width: 120px;
  margin-right: 10px; }
  .media-img img {
    padding: 4px;
    background-color: white;
    border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    max-width: 100%;
    height: auto; }

.e2ma_signup_message span {
  font-family: "lato", Helvetica, Arial, sans-serif !important;
  display: block;
  width: 80%;
  padding: 1em 0; }

.e2ma_signup_form_row,
.e2ma_signup_form_groups {
  padding: .5em 0; }

.e2ma_signup_form_button_row {
  padding: 1em 0; }

.e2ma_signup_form_row input,
.e2ma_signup_form_row select {
  width: 300px; }

.e2ma_signup_form_row .e2ma_signup_form_label,
.e2ma_signup_form_groups .e2ma_signup_form_group_label {
  font-weight: bold; }

.e2ma_signup_form_required_footnote {
  font-style: italic;
  padding: 1em 0; }

#secondary h4 {
  margin-bottom: 5px; }

.popular-articles {
  margin-bottom: 30px; }

.newsletter-block {
  width: 83%;
  text-align: center;
  margin-bottom: 20px; }
  .newsletter-block h3 {
    margin: 0 0 10px;
    padding-bottom: 5px;
    font-size: 1.625em;
    border-bottom: 1px solid #e5e5e5; }
  .newsletter-block .form-group {
    margin-bottom: 3px;
    padding-left: 0; }
  .newsletter-block input.email {
    width: 160px; }
  .newsletter-block input.zip {
    width: 110px; }

.newsletter-tagline {
  font-weight: 500;
  font-size: .95em;
  margin-bottom: 10px;
  color: #b3b3b3; }

.newsletter-block input {
  font-family: "lato", Helvetica, Arial, sans-serif;
  color: #414141;
  color: #333333;
  padding: 5px 10px;
  font-size: .95em;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  width: 128px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.newsletter-block input:-moz-placeholder {
  color: #bbb; }
.newsletter-block input::-moz-placeholder {
  color: #bbb; }
.newsletter-block input:-ms-input-placeholder {
  color: #bbb; }
.newsletter-block input::-webkit-input-placeholder {
  color: #bbb; }

.newsletter-block input:focus {
  border-color: #b2002d;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 0, 45, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 0, 45, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 0, 45, 0.6); }

.newsletter-block button.btn {
  font-family: "lato", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
  text-shadow: none;
  font-size: 1em;
  font-weight: 300;
  padding: 10px 10px;
  border: none;
  background: #b2002d;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .newsletter-block button.btn:hover {
    background: #b2002d; }

.pagination {
  clear: both;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px; }
  .pagination .page-numbers {
    padding: .5em .75em;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 -2px; }
    .pagination .page-numbers:first-child {
      border-left: 1px solid #ccc; }
    .pagination .page-numbers:hover {
      text-decoration: none;
      background: #bc0f2b;
      color: #fff; }
    .pagination .page-numbers.current:hover, .pagination .page-numbers.page-num:hover {
      background: #fff;
      color: #404040; }

.ybs-header {
  display: block;
  margin: 20px auto 50px; }

.single-gallery-submission h1.entry-title {
  border-bottom: 1px solid #ccc; }

.itemLinks {
  padding: 30px 0; }

.error-404 {
  padding: 30px 0 60px; }

.gallery-submission .entry-header,
.contest-submission .entry-header {
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px 30px; }
  .gallery-submission .entry-header h1.entry-title,
  .contest-submission .entry-header h1.entry-title {
    border-bottom: 0;
    margin: 0; }

.gallery-submission .navigation,
.contest-submission .navigation {
  display: block;
  overflow: hidden;
  padding: 10px 0 30px; }
  .gallery-submission .navigation a,
  .contest-submission .navigation a {
    font-size: 20px; }
  .gallery-submission .navigation .alignleft a:before,
  .contest-submission .navigation .alignleft a:before {
    content: "← "; }
  .gallery-submission .navigation .alignright a:after,
  .contest-submission .navigation .alignright a:after {
    content: " →"; }

#mdv-image-upload-form .row,
#mdv-image-upload-form input[type="file"] {
  overflow: hidden;
  clear: both;
  margin: 0 0 1em; }

#mdv-image-upload-form label {
  width: 20%;
  float: left;
  font-weight: bold; }

#mdv-image-upload-form input,
#mdv-image-upload-form textarea {
  width: 80%;
  float: left; }

#mdv-image-upload-form input[type="submit"] {
  width: auto; }

.image-information {
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 30px 30px; }
  .image-information .row {
    overflow: hidden;
    margin-bottom: 1em; }

.single-gallery-submission #comments,
.single-contest-submission #comments {
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 30px 30px 20px; }

.contest-navigation {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.contest-navigation li {
  float: none;
  display: table-cell;
  width: 1%;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 8px 12px;
  border-radius: 4px;
  position: relative; }

.contest-navigation li:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.contest-navigation li:not(:first-child):not(:last-child) {
  border-radius: 0; }

.contest-navigation li:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.contest-navigation li:hover,
.contest-navigation li.current_page_item {
  background: #e6e6e6; }

.contest-navigation li a {
  display: inline-block;
  width: 100%; }

.contest-navigation li a:hover {
  text-decoration: none; }

.type-contest .entry-img {
  max-width: 50%; }

.full-width-ad-block {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #dfdfdf;
  clear: both; }

/* LOGIN MODAL */
#modal-login h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 1em;
  margin-bottom: 1em; }

#modal-login label {
  color: #fff;
  text-transform: uppercase;
  display: block; }

#modal-login input {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 78%; }

#modal-login p.login-remember input {
  width: auto; }

#modal-login input[type="submit"] {
  text-transform: uppercase;
  width: auto; }

#modal-login input[type="submit"]:hover {
  color: #b2002d !important;
  background: #fff; }

#modal-login span.white {
  color: #fff; }
  #modal-login span.white a {
    color: #fff;
    text-decoration: underline; }
    #modal-login span.white a:hover {
      color: #ccc; }

#modal-login .wp-social-login-connect-with {
  color: #fff; }

.wp-social-login-provider-list {
  padding-left: 0; }

.contest-canvas .site-header {
  background: none;
  padding: 30px 0 0px;
  text-align: center; }
  .contest-canvas .site-header .contest-logo {
    margin-bottom: 30px; }
  .contest-canvas .site-header .contest-banner {
    margin-bottom: 30px; }

#contest-sponsors {
  text-align: center; }

#contest-sponsors a {
  display: inline-block;
  margin: 20px 0 0;
  width: 19%; }

#contest-sponsors img {
  display: inline;
  max-width: 75%;
  padding: 0;
  vertical-align: middle; }

#contest-basics {
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px; }
  #contest-basics p {
    margin-bottom: 0;
    font-size: 18px; }
  #contest-basics .col-md-4 {
    margin-bottom: 20px; }

#extra-content {
  overflow: hidden; }

#contest-intro {
  overflow: hidden; }

#contest-nav {
  text-align: center;
  padding: 40px 0;
  clear: both;
  margin-bottom: 60px; }
  #contest-nav.contest-nav-bottom {
    padding-top: 60px; }

#contest-prizes {
  text-align: center;
  clear: both;
  margin: 120px 0 50px; }
  #contest-prizes p {
    margin-top: 1em; }

.col-prize {
  border: 1px solid #ccc;
  padding: 0;
  margin-right: 2%;
  width: 32%;
  border-radius: 10px; }
  .col-prize:last-child {
    margin-right: 0; }

.col-prize h4 {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: .5em 1em;
  margin: 0; }
  .col-prize h4:last-child {
    border-bottom: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }
  .col-prize h4:nth-child(2n) {
    background: #efefef; }

#prize-first {
  margin-top: -59px; }
  #prize-first.mobile {
    display: none; }

.place {
  color: #fff;
  background: #bc0f2b;
  line-height: .5;
  padding: .75em 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }

#prize-first .place {
  font-size: 72px; }
  #prize-first .place span {
    font-size: 18px; }

#prize-second .place {
  font-size: 48px; }
  #prize-second .place span {
    font-size: 18px; }

#prize-third .place {
  font-size: 48px; }
  #prize-third .place span {
    font-size: 18px; }

#contest-faq .ui-accordion-header:before,
#contest-rules .ui-accordion-header:before {
  content: "+ ";
  font-size: 24px;
  vertical-align: -4%;
  color: #bc0f2b; }

#contest-faq .ui-accordion-header.ui-state-active:before,
#contest-rules .ui-accordion-header.ui-state-active:before {
  content: "– ";
  font-size: 24px;
  vertical-align: -4%;
  color: #bc0f2b; }

#contest-faq .ui-accordion-header,
#contest-rules .ui-accordion-header {
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: .5em 1em;
  margin: .75em 0 0;
  cursor: pointer;
  outline: none !important;
  background-color: #efefef; }
  #contest-faq .ui-accordion-header.ui-state-active,
  #contest-rules .ui-accordion-header.ui-state-active {
    margin-bottom: -2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

#contest-faq .ui-accordion-content,
#contest-rules .ui-accordion-content {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 1.5em 1.5em 1.5em 2.5em; }

.ui-accordion-content p:first-of-type {
  display: inline; }

.ui-accordion-content p {
  margin: 1.5em 0; }

#contest-faq {
  margin-bottom: 60px;
  overflow: hidden; }

#contest-rules {
  margin-bottom: 60px;
  overflow: hidden; }

.contest-footer {
  background: #000; }

.page-template-page-purchase #content input[type="radio"] {
  margin: 0 .5em 1em .25em; }

.page-template-page-purchase #content input[type="submit"] {
  margin: 1.5em 0 0; }

#mdv-payment-form label {
  width: 20%;
  float: left;
  font-weight: bold; }

#mdv-payment-form .form-row {
  overflow: hidden;
  clear: both;
  margin: 0 0 1em; }

#mdv-payment-form input,
#mdv-payment-form textarea {
  width: 80%;
  float: left; }

#mdv-payment-form input[type="submit"] {
  width: auto; }

#cc-exp input {
  width: 40px; }

#cc-exp span {
  float: left; }

#cc-cvc input {
  width: 87px; }

#cc-terms label {
  width: auto; }

#cc-terms input {
  float: none;
  margin-left: 6px;
  width: auto; }

@media all and (max-width: 768px) {
  .col-prize {
    width: auto;
    margin-bottom: 20px; }

  #prize-first {
    display: none; }
    #prize-first.mobile {
      display: block; } }
.payment-errors {
  display: block;
  font-weight: bold;
  color: #bc0f2b;
  margin-bottom: 2em;
  font-size: 24px; }

#mdv-image-upload-form .row.file-upload label {
  width: 100%;
  margin-bottom: .25em; }
  #mdv-image-upload-form .row.file-upload label .red {
    color: #bc0f2b; }

.hidden {
  display: none; }

.parsley-errors-list {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  color: red; }

.report-content {
  float: right;
  margin-bottom: 30px; }

.block-content {
  clear: both; }

.entry-content {
  position: relative;
  overflow: hidden; }
  .entry-content .interaction-bar {
    opacity: 0;
    transition: all ease-in-out .2s; }
  .entry-content:hover .interaction-bar {
    opacity: 1; }

.interaction-bar .author-name a {
  color: #fff !important; }
  .interaction-bar .author-name a:hover {
    text-decoration: underline; }

@media all and (max-width: 1024px) {
  .entry-content:hover .interaction-bar {
    opacity: 0; } }
.interaction-bar {
  padding-top: 15px;
  padding-bottom: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(20, 20, 20, 0), #141414); }
  .interaction-bar .author {
    position: relative;
    float: left; }
  .interaction-bar .author-name {
    font-family: "lato", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    display: inline-block !important;
    position: relative !important;
    top: 5px !important;
    left: 6px !important;
    color: white !important; }
  .interaction-bar .author img {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 35px;
    height: auto;
    border-radius: 50%; }
  .interaction-bar button {
    cursor: pointer; }
  .interaction-bar .btn-block {
    float: right;
    margin-right: 15px; }

.btn-block {
  margin-top: 6px; }
  .btn-block a:nth-child(n+2) {
    margin-left: 4px; }

.single .entry-content .interaction-bar .author img {
  min-width: 0 !important; }

a#favorite-button--grid.logged-out {
  background: url(../img/icon-star-white-outline.png) center center no-repeat;
  background-size: cover !important;
  display: block;
  height: 30px;
  width: 30px;
  border: none;
  outline: none !important;
  float: right;
  transition: 0.2s ease-in-out; }
  a#favorite-button--grid.logged-out:hover {
    background: url("../img/icon-star-white-hover.png") no-repeat; }

.vote .btn-block a:nth-child(n+2) {
  margin-left: 0; }

.logged-in .interaction-bar .author,
.logged-in .interaction-bar .btn-block {
  margin-top: 22px; }

button.mdv-favorite-image,
button.mdv-favorite-image.not-favorited {
  background: url(../img/icon-star-white-outline.png) center center no-repeat;
  background-size: cover !important;
  display: block;
  height: 26px;
  width: 26px;
  border: none;
  outline: none !important;
  transition: 0.2s ease-in-out; }
  button.mdv-favorite-image:hover,
  button.mdv-favorite-image.not-favorited:hover {
    background: url("../img/icon-star-white-hover.png") no-repeat; }

button.mdv-un-favorite-image {
  background: url(../img/icon-star-white-filled.png) center center no-repeat;
  background-size: cover !important;
  display: block;
  height: 26px;
  width: 26px;
  border: none;
  outline: none !important;
  box-shadow: none !important; }

.single-gallery-submission .feat-img,
.single-contest-submission .feat-img {
  position: relative; }

.single-gallery-submission .interaction-bar,
.single-contest-submission .interaction-bar {
  opacity: 1; }

.gallery-submission.col-md-4,
.contest-submission.col-md-4 {
  border-bottom: none; }

@media (min-width: 992px) {
  .gallery-submission.col-md-4,
  .contest-submission.col-md-4 {
    width: 32%;
    margin-right: 1.333%;
    margin-bottom: 0; }

  .gallery-submission.col-md-4 .entry-content,
  .contest-submission.col-md-4 .entry-content {
    margin-top: .75em; } }
.archive.author .gallery-container.row {
  margin-left: 0;
  margin-right: 0; }

/* IMAGE PROTECTION */
.image-facade-prot {
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* DIGITAL EDITIONS PAGE */
.de-container {
  margin-top: 30px; }
  .de-container.row > .col-lg-6 {
    margin-bottom: 1em; }
  .de-container p {
    margin: .25em 0; }

@media all and (max-width: 767px) {
  .de-container {
    text-align: center; }
    .de-container img {
      margin: 2em auto 1em; } }
/* END DIGITAL EDITIONS PAGE */
.home-slider .slide-wrap {
  position: relative; }
.home-slider .slider-copy {
  position: absolute;
  color: white;
  z-index: 9999;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 1.5em 3em 3.5em;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.7); }
  .home-slider .slider-copy a.deck {
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: .975em; }
@media (max-width: 559px) {
  .home-slider .slider-copy {
    padding: 1.5em 3em 1em; } }
    @media (max-width: 559px) {
      .home-slider .slider-copy a.deck {
        display: none; } }
  .home-slider .slider-copy h1 {
    margin-bottom: 10px;
    line-height: 1.1; }
    .home-slider .slider-copy h1 a.link-title {
      color: white;
      text-decoration: none;
      font-weight: 700; }
      .home-slider .slider-copy h1 a.link-title:hover {
        text-decoration: underline; }

@media all and (max-width: 600px) {
  .home-slider h1 {
    font-size: 20px; } }
@media all and (max-width: 400px) {
  .home-slider h1 {
    font-size: 14px; } }
.flexslider {
  margin: 0 0 40px; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flex-direction-nav .flex-next {
  right: 0; }

.flex-direction-nav a {
  text-align: center;
  width: 50px;
  height: 82px;
  outline: none !important;
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0; }

.flexslider:hover .flex-direction-nav .flex-next {
  right: 0; }

.flex-direction-nav a:before {
  font-size: 0;
  outline: none !important;
  opacity: 1;
  position: relative;
  width: 50px;
  height: 82px;
  background: url("../img/arrow-prev.png") no-repeat;
  background-position: 0 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }
  .flex-direction-nav a:before:hover {
    background-position: -52px 0;
    opacity: 1; }

.flex-direction-nav a.flex-next:before {
  position: relative;
  text-align: center;
  width: 50px;
  height: 82px;
  background: url("../img/arrow-next.png") no-repeat; }
  .flex-direction-nav a.flex-next:before:hover {
    background-position: 52px 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  position: absolute;
  top: 43%; }

.flex-control-nav {
  bottom: 10px; }

.flex-control-nav li {
    margin: 0 4px; }

@media (max-width: 559px) {
  .flex-control-nav {
    display: none; } }

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.45);
  height: 9px;
  width: 9px;
  outline: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .flex-control-paging li a.flex-active {
    opacity: 1;
    background: white; }
  .flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.75); }

.single h1.entry-title {
  font-size: 1.9em; }

.snipe-text {
    padding: .5em 1em;
    box-shadow: 1px 1px 5px #ccc;
    display: inline-block;
    margin-bottom: 5px;
	font-weight: bold;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.snipe-text.sponsored {
    color: #fff;
    background: #ecae49;
}

  
.entry-date {
  font-size: .7em;
  color: #999999; }

.entry-author {
  font-weight: bold;
  margin-bottom: 1em; }

.entry-deck {
  padding-bottom: 1em; }
  .entry-deck p {
    margin-bottom: 0; }

.entry-meta {
  margin: 1.5em 0; }

.single .entry-content {
  color: #333333;
  font-weight: 500;
  font-size: .95em; }

.feat-img--single {
  margin-bottom: 15px; }
  .feat-img--single img {
    display: block; }

.single .entry-content .highslide img {
  padding-right: 10px; }

.comment-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.comment-list li {
  padding: 20px; }

.comment-list li:nth-child(2n+1) {
  background: #efefef; }

.single .entry-content img {
  min-width: 30% !important; }

.single .entry-content figcaption {
  font-style: italic; }

.single .entry-content img {
  min-width: 30% !important; }

.single .entry-content .table.well img {
  min-width: 0 !important;
  float: left;
  margin-right: 20px; }

.single .entry-content .highslide {
  width: 100%;
  display: block;
  clear: both; }

.single .entry-content .highslide img {
  float: left !important;
  padding-bottom: 10px; }

.single.single-buyers-guide .entry-content img {
  min-width: 10% !important; }

.archive {
  font-weight: 500; }
  .archive h1.page-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf; }
  .archive article {
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0; }
  .archive a.more-link {
    color: #b2002d;
    text-decoration: none;
    display: block;
    text-align: right; }
    .archive a.more-link:hover {
      text-decoration: underline; }
  .archive .excerpt p {
    font-size: .95em;
    line-height: 1.43275;
    margin: 5px 0 15px;
    display: inline; }
  .archive a.entry-link {
    display: inline-block;
    margin-top: 8px;
    font-size: .8em;
    text-decoration: none;
    color: #b2002d; }
    .archive a.entry-link:hover {
      text-decoration: underline; }

.archive .page-header h1 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 0; }

.archive .entry-img {
  display: block;
  margin-bottom: 1em; }

span.read-more {
  display: block;
  text-align: right; }

.blog .page-numbers,
.archive .page-numbers,
.search .page-numbers {
  margin: 0px 1px 3px;
  padding: 6px 8px;
  font-size: 1em;
  display: inline-block; }

.blog a.page-numbers,
.archive a.page-numbers,
.search a.page-numbers {
  color: #b2002d;
  text-decoration: none;
  background-color: #f5f5f3;
  border: 1px solid #cdcdcd; }

.blog a.page-numbers:hover,
.archive a.page-numbers:hover,
.search a.page-numbers:hover {
  background: #cdcdcd; }

.blog .page-numbers.current,
.archive .page-numbers.current,
.search .page-numbers.current {
  color: #cdcdcd;
  background-color: white;
  border: 1px solid #cdcdcd; }

.numeric-navigation {
  padding: 1.5em 0 2em;
  margin-top: 1.5em;
  border-top: 1px solid #ccc; }
  .numeric-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .numeric-navigation ul li {
      display: inline; }
      .numeric-navigation ul li a {
        text-decoration: none;
        padding: 0 .25em;
        color: #7b2518; }
        .numeric-navigation ul li a:hover {
          color: #fff;
          background: #7b2518; }
      .numeric-navigation ul li.active a {
        color: #fff;
        background: #7b2518; }

.finalist-gallery .entry-header,
.gallery-actions .entry-header {
  overflow: hidden; }

.gallery-container {
  clear: both;
  overflow: hidden; }

.gallery-actions #order {
  float: right; }

.post-type-archive-gallery-submission .page-header h1 {
  border: none; }

.post-type-archive-gallery-submission article,
.page-template-page-gallery article, .single-gallery article, .post-type-archive-gallery-submission article, .single-contest .finalist-gallery article {
  border: none;
  padding: 0; }

.page-template-page-gallery article a img,
.single-gallery article a img,
.post-type-archive-gallery-submission article a img,
.single-contest .finalist-gallery article a img {
  width: 250px;
  height: 250px;
  object-fit: cover; }

.gallery-terms.well {
  text-align: center; }

.jumbotron {
  padding: 40px 60px;
  border-radius: 6px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f7f7f7;
  text-align: center; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200; }

#secondary {
  margin-top: 5px; }

.sidebar-ad-block {
  padding: 20px 0 30px; }

@media (max-width: 992px) {
  .sidebar-ad-block {
    text-align: center; } }

.sidebar-ad-block:first-child {
  padding-top: 0; }

@media (max-width: 992px) {
#conad-pos1 { 
    text-align: center; } }

.search .entry-summary {
  font-weight: 500;
  font-size: .9em;
  margin-top: 0; }
.search h2.entry-title {
  margin-bottom: 0; }
.search .entry-title a {
  text-decoration: none;
  font-size: .7em;
  font-weight: 700;
  color: #b2002d; }
  .search .entry-title a:hover {
    text-decoration: underline; }

@media all and (max-width: 500px) {
  #contest-sponsors a {
    width: 32%; 
  } 
}

/**
* Subscribe Panels
*/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-primary {
    border-color: #dfdfdf;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  font-size: 14px;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}
.panel-title {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
}
.panel-body {
  padding: 15px;
}

/* Begin Media.NET Styles */
.medianet-desktop-outer-box {
	background-color: transparent;
	margin: 0 10px 20px 10px;
	padding: 8px 0;
	text-align: center;
}

.medianet-desktop-inner-box {
	/*background: url(/../wp-content/themes/dpmag/assets/img/leaderboard-ad-heading.png) -2px 50% no-repeat;*/
	background-color: transparent;
	/*display: inline-block;*/
	min-height: 70px;
	min-width: 600px;
  max-width: 735px;
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 11px;*/
}

.medianet-mobile-outer-box {
	background-color: transparent;
	/*border-top: 1px solid #ebecee;*/
	/*border-bottom: 1px solid #ebecee;*/
	margin: 0 0 1.5em;
	/*margin: 10px;*/
	padding: 2px 0 5px 0;
	clear: both;
}

.medianet-mobile-outer-box select {
		max-width: 100%;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
	.medianet-mobile-outer-box {
		width: 95%;
	}	
}

.medianet-mobile-inner-box {
	background-color: transparent;
	display: block;
	min-width: 300px;
	min-height: 50px;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
}
/* End Media.NET Styles */

/* Begin In-Content Styles */
.desktop-incontent-outer-box {
background-color: transparent;
margin: 0 10px 20px 10px;
padding: 8px 0;
text-align: center;
clear: both;
}

.desktop-incontent-inner-box {
background: url(../img/leaderboard-ad-heading.png) -2px 50% no-repeat;
min-height: 90px;
min-width: 728px;
margin-left: auto;
margin-right: auto;
padding-left: 8px;
}

.mobile-incontent-outer-box {
display: block;
width: 95%;
margin: 0 auto;
border-top: 1px solid #ebecee;
border-bottom: 1px solid #ebecee;
text-align: center;
}

.mobile-incontent-inner-box {
display: block;
padding-bottom: 24px;
text-align: center;
}

.mobile-incontent-ad-label {
height: 15px;
margin-top: 0;
color: #707070;
font-size: 10px;
text-align: center;
}		
/* End In-Content Styles */

.oop-ad {
height: 0px;
}

/* Begin Quantcast Styles */
.qc-cmp-ui {
 background-color: rgba(0, 0, 0, 0.6)!important;
}

.qc-cmp-button.qc-cmp-secondary-button:hover {
 background-color: transparent!important;
 color: #fff!important;
}

.qc-cmp-button.qc-cmp-secondary-button {
  color: #fff!important;
}

.qc-cmp-button {
 color: #000!important;
}

.qc-cmp-button:hover {
 background-color: transparent!important;
 color: #fff!important;
}

.qc-cmp-persistent-link {
 background-color: #000!important;
}

.qc-cmp-ui-container {
 background: rgba(33,41,52,.85)!important;
}

.qc-cmp-ui-container .qc-cmp-toggle.qc-cmp-toggle-on {
 background-color: #666!important;
 border-color: #000000!important;
}

.qc-cmp-sub-title {
 color: #fff!important;
}

.qc-cmp-close-icon {
 background: url(https://www.outdoorphotographer.com/wp-content/themes/odp/assets/img/icon-close.svg) 50% no-repeat!important;
 height: 20px!important;
 width: 20px!important;
 transition: all 0.2s linear;
}

.qc-cmp-close-icon:hover {
 opacity: .5;
}
/* End Quantcast Styles */