/*
 Theme Name:   Ross Coin & Gun
 Theme URI:    rosscoinandgun.com
 Description:  Dealio developed theme
 Author:       The Dealio
 Author URI:   http://dealiomarketing.com
 Template:     toolset-starter
 Version:      1.1.0
 Text Domain:  dealio-domain
*/
h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

body {
  color: #444;
  font-family: arial, helvetica, sans-serif; }
  body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    font-family: "Noto", Georgia, "Times New Roman", serif; }

a:link, a:visited {
  color: #1f2525;
  text-decoration: none; }

a:hover, a:active {
  color: #44540f, 15%;
  text-decoration: underline; }

.button, a.button {
  background: #837915;
  background: -moz-linear-gradient(top, #837915 0%, #44540f 100%);
  background: -webkit-linear-gradient(top, #837915 0%, #44540f 100%);
  background: linear-gradient(to bottom, #837915 0%, #44540f 100%);
  padding: .5em 15px;
  border-radius: 20px;
  color: white;
  display: inline-block;
  transition: .05s all;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  text-decoration: none; }
  .button:hover, a.button:hover {
    transform: translateY(-1px);
    color: white; }

.logo {
  max-width: 150px;
  margin: 0 !important; }
  @media screen and (max-width: 768px) {
    .logo {
      max-height: 70px; } }

.header-top {
  padding: 0;
  border-bottom: 2px solid #d6be63; }

.featured-row, .header-nav, .secondary-header {
  background: #1f2525; }
  .featured-row a:link, .featured-row a:visited, .featured-row, .header-nav a:link, .header-nav a:visited, .header-nav, .secondary-header a:link, .secondary-header a:visited, .secondary-header {
    color: white; }
  .featured-row a.button, .header-nav a.button, .secondary-header a.button {
    background: white;
    color: #1f2525; }
  .featured-row p, .header-nav p, .secondary-header p {
    margin: .5em 0;
    font-size: .9em; }

.secondary-featured-row {
  background: #e6d7a0;
  padding: 2em 0; }

#menu-main-menu {
  display: flex;
  flex-basis: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  height: 100%;
  font-family: "Noto", Georgia, "Times New Roman", serif; }
  #menu-main-menu .sub-menu {
    position: absolute;
    top: calc(100%);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-5px);
    transition: .1s all;
    background: #ececec;
    border: 2px solid #d6be63;
    border-top: none;
    z-index: 100;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1); }
  #menu-main-menu a {
    display: block;
    padding: .3em 10px; }
    #menu-main-menu a:hover {
      background: rgba(0, 0, 0, 0.1); }
  #menu-main-menu > li {
    flex-grow: 1;
    position: relative; }
    #menu-main-menu > li:hover {
      background: #ececec; }
    #menu-main-menu > li:hover .sub-menu {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0); }
    #menu-main-menu > li > a {
      padding: 2em 0;
      text-align: center;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        #menu-main-menu > li > a {
          font-size: 16px;
          padding: 5px 7px; } }
  @media screen and (max-width: 768px) {
    #menu-main-menu {
      font-size: .8em; } }

.menu-item-has-children > a::after {
  content: "\25BE";
  pointer-events: none;
  opacity: .4; }

.sub-menu {
  width: 100%; }

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px; }
  .cards img {
    width: 100%;
    object-fit: contain;
    max-height: 150px; }
  .cards > li {
    padding: 15px;
    flex-basis: 25%; }
    .cards > li h2 {
      margin-top: 0; }
    .cards > li a {
      display: block;
      padding: 15px;
      border: 1px solid #e6d7a0;
      color: #444;
      height: 100%;
      background: #ebe0b4; }
      .cards > li a:hover {
        border: 1px solid #1f2525;
        text-decoration: none; }
    @media screen and (max-width: 991px) {
      .cards > li {
        flex-basis: 100%; } }
    @media screen and (max-width: 1199px) {
      .cards > li {
        flex-basis: 50%; } }

.for-sale-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
  grid-gap: 15px; }
  .for-sale-cards li a:link, .for-sale-cards li a:visited {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 2px solid #e6d7a0;
    border-radius: 3px;
    background: white;
    color: #1f2525; }
  .for-sale-cards li a:hover, .for-sale-cards li a:active {
    border-color: #d1b54f; }
  .for-sale-cards a:hover, .for-sale-cards a:active {
    text-decoration: none; }
  .for-sale-cards h3 {
    border-bottom: 1px solid #d6be63;
    margin-top: 0;
    padding-bottom: .5em; }

.meta {
  font-size: 8px;
  font-family: arial, helvetica, sans-serif;
  float: right; }

.slide-container {
  position: relative;
  overflow: hidden;
  color: #1f2525;
  font-family: "Noto", Georgia, "Times New Roman", serif; }
  .slide-container .slide-content {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6); }
    .slide-container .slide-content h1 {
      font-size: 3.5em;
      color: white; }
      @media screen and (max-width: 992px) {
        .slide-container .slide-content h1 {
          font-size: 2.8em; } }
      @media screen and (max-width: 768px) {
        .slide-container .slide-content h1 {
          font-size: 2.0em; } }
    .slide-container .slide-content p {
      font-size: 1.5em;
      color: rgba(255, 255, 255, 0.8); }
      @media screen and (max-width: 992px) {
        .slide-container .slide-content p {
          font-size: 1.3em; } }
      @media screen and (max-width: 768px) {
        .slide-container .slide-content p {
          font-size: 1.1em; } }
    @media screen and (max-width: 992px) {
      .slide-container .slide-content {
        text-align: left; } }
    @media screen and (max-width: 768px) {
      .slide-container .slide-content {
        text-align: left;
        width: 100%; } }
  .slide-container .slide-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .slide-container .slide-img {
        min-height: 75vw; } }
  .slide-container .pagination {
    position: absolute;
    bottom: 0;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
    z-index: 110; }

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px; }
  .cards img {
    width: 100%;
    object-fit: contain;
    max-height: 150px; }
  .cards > li {
    padding: 15px;
    flex-basis: 20%; }
    .cards > li h2 {
      margin-top: 0; }
    .cards > li > a {
      display: block;
      padding: 15px;
      border: 1px solid #e6d7a0;
      color: #444;
      height: 100%;
      background: #ebe0b4; }
      .cards > li > a:hover {
        border: 1px solid #1f2525;
        text-decoration: none; }
    @media screen and (max-width: 991px) {
      .cards > li {
        flex-basis: 100%; } }
    @media screen and (max-width: 1199px) {
      .cards > li {
        flex-basis: 50%; } }

.grow li, .grow {
  flex-grow: 1; }

.question-row {
  background: url("/wp-content/uploads/2017/10/orme-family-dentistry.jpg") no-repeat #d6be63;
  background-blend-mode: screen;
  padding: 2em 0;
  background-size: cover;
  background-position: center center; }
  .question-row .video-container {
    line-height: 0; }
  .question-row .video-container, .question-row .question-boxes a {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.question-container {
  padding: 0; }
  .question-container h2 {
    margin: 0;
    padding: 15px;
    font-size: 34px;
    color: white;
    font-weight: bold;
    background: #1f2525; }

.side-bar, .question-container {
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: 4px solid white;
  border-radius: 12px; }

.question-boxes {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 15px; }
  .question-boxes li {
    margin-bottom: 1em; }
  .question-boxes a {
    padding: 10px 15px;
    display: inline-block;
    background: white;
    border-radius: 5px;
    position: relative;
    transition: .1s all;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.69+0,0.87+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.69) 0%, rgba(255, 255, 255, 0.87) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.69) 0%, rgba(255, 255, 255, 0.87) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.69) 0%, rgba(255, 255, 255, 0.87) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #1f2525;
    width: 100%;
    font-size: 20px; }
    .question-boxes a:before {
      content: "\f0da";
      font-family: FontAwesome;
      position: absolute;
      transition: .25s all;
      opacity: 0;
      left: 0;
      color: white; }
    .question-boxes a:hover:before {
      opacity: 1;
      left: 10px; }
    .question-boxes a:hover {
      background: #1f2525;
      color: white;
      padding-left: 25px; }

.featured-points {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  align-items: center; }
  @media screen and (max-width: 991px) {
    .featured-points {
      grid-template-columns: 1fr 1fr; } }
  .featured-points h2 {
    margin: 0; }
  .featured-points a {
    display: block;
    border: 1px solid #bc9e31;
    height: 100%;
    display: flex;
    align-items: center; }
    .featured-points a:hover {
      border-color: #1f2525; }
  .featured-points li {
    overflow: hidden;
    text-align: center;
    padding: 15px;
    height: 100%;
    align-items: center;
    display: flex; }
  .featured-points img {
    object-fit: cover; }

.card-content {
  padding: 15px; }

img.portrait {
  object-fit: cover;
  border-radius: 400px;
  border: 5px solid white;
  height: auto; }

footer {
  margin-top: 0;
  background: #444;
  box-shadow: inset 0 29px 14px -23px rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.7);
  font-size: 80%;
  padding-top: 1em;
  padding-bottom: 2em; }
  footer.row {
    padding: 0 15px; }
  footer a:link, footer a:visited {
    color: rgba(255, 255, 255, 0.8); }
    footer a:link:hover, footer a:visited:hover {
      color: rgba(255, 255, 255, 0.9); }
  footer .widget_nav_menu .sub-menu {
    display: initial;
    position: initial;
    float: none !important;
    padding-left: 0;
    font-size: 12px;
    background: none;
    box-shadow: none;
    border: none;
    min-width: initial; }
    footer .widget_nav_menu .sub-menu li a {
      white-space: initial;
      padding: 0; }
    footer .widget_nav_menu .sub-menu:hover {
      padding: 0; }
  footer .sub-menu {
    padding: 0; }
  footer .menu {
    margin: 0;
    padding: 0;
    padding-left: 10px; }

.footer-call {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: .5em -15px; }
  .footer-call li {
    background: rgba(255, 255, 255, 0.6);
    margin: 10px 15px; }

.contact-info, .footer-call li {
  border-radius: 5px;
  border: 1px solid #333;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%; }
  .contact-info h6, .footer-call li h6 {
    margin: 0; }
  .contact-info p, .footer-call li p {
    padding: 15px; }
  .contact-info a, .footer-call li a {
    font-weight: bold; }

.modal-title {
  padding: 15px;
  border-bottom: 1px solid #333;
  background: rgba(0, 0, 0, 0.2); }

span.nowrap {
  white-space: nowrap; }

.contact-info {
  font-size: 115%; }

.featured-row .icon-box:before {
  background: rgba(0, 0, 0, 0.4);
  border-color: #1f2525; }
.featured-row .fa {
  font-size: 28px; }

/* Sidebar helper classes */
.padding-bottom {
  padding-bottom: 20px; }

.cards a:link, .cards a:visited {
  color: black; }

.price {
  font-family: arial, helvetica, sans-serif; }

.msrp {
  text-decoration: line-through;
  opacity: .8; }

.sale-price {
  font-size: 20px; }

.sidebar-section {
  border-top: 1px dotted #ccc;
  padding: .5em 0; }

.sidebar-section:first-child {
  margin-top: 0; }

/* Hacks */
.nf-form-content .label-hidden .nf-field-label {
  display: none; }

/* BFD 2025 page */
.page-id-10244 h1.col-sm-12 {
  font-size:48px !important;
  text-align:center !important;
}
@media (min-width:767px) {
.page-new {
  margin: 20px 100px 30px;
}
}
@media (max-width:767px) {
.page-new {
  margin: 20px 0;
}
}
/* Black friday popup */
.pum-theme-10262, .pum-theme-default-theme {
  background-color: #000000bf;
}
.pum-theme-10262 .pum-container, .pum-theme-default-theme .pum-container {
  padding: 0;
  background-color: transparent;
}
.pum-theme-10262 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
background-color: #EC1C2F !important;
}