/*
 Theme Name:   MGM Associates of Rochester
 Theme URI:    http://getflexsite.com
 Description:  Custom theme alteration created for the SiteBuilder network
 Author:       Avelient
 Author URI:   http://avelient.co
 Template:     sb6
 Version:      1.0
 Tags:         custom-logo, custom-brand-colors
 Text Domain:  sb6-child
*/

@import url('https://fonts.googleapis.com/css?family=Tinos:400,700&display=swap');

/**
 * Custom logo
 */
.header .custom-logo {
  background: url("img/logo-small.png") no-repeat center center;
  background-size: 100% auto;
  width: 278px; /* width of logo */
  height: 105px; /* height of logo */
  max-width: 100%;
  padding: 0;
  /* hide text */
  text-indent: -9999px;
  font-size: 0;
  border: 0 none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header .custom-logo {
    background: url("img/logo@2x-small.png") no-repeat center center;
    background-size: 100% auto;
  }
}

/**
 * Banner Image
 */
.image-wrap {
  background-image: url("img/banner-image1.jpg");
  background-color: #404040;
}

/**
 * Backgrounds
 */
 body,
 .snap-content {
   background: #404040;
 }

 .main {
  background: #e7e7e7
 }

.snap-drawers {
  background: #003971;
}

.header {
  background: #e7e7e7;
}

.nav-wrap {
  background: #003e7e;
}

.action {
  background: radial-gradient(#0256ad, #003e7e);
}
.action.inline .content-action {
  background: rgba(0,0,0, 0.25);
}

.sidebar .sidebar-item-action {
  background: radial-gradient(#0256ad, #003e7e);
}
.sidebar .sidebar-item-action .content-action {
  background: rgba(0,0,0, 0.25);
}

.footer,
.footer .copyright {
  background: #002040;
}

@media (max-width: 759px) {
  .header {
    border-bottom: 1px solid #003e7e
  }
}

.mobile-topbar {
  background: #003e7e
}

.mobile-topbar a {
  color: #fff
}

.mobile-topbar a:hover {
  color: #6caedf
}

/**
 * Buttons
 */
.banner .button,
.button.red,
.sidebar-item-action .content-action .button,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit],
.sidebar .sidebar-item-action .content-action .button {
  background-color: #6caedf;
  color: #fff;
}
.banner .button:hover,
.button.red:hover,
.sidebar-item-action .content-action .button:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=image]:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.sidebar .sidebar-item-action .content-action .button:hover {
  background-color: #619CC9;
  color: #fff;
}

.header .links .button {
  background-color: transparent;
  border: 1px solid #6baedf;
  color: #023e7e;
}
.header .links .button:hover {
  background-color: transparent;
  border-color: #003e7e;
  color: #023e7e;
}

/**
 * Pagination
 */
.pagination a {
  background: #efefef;
  color: #404040;
}
.pagination a:hover {
  background: #2b63af;
  color: #fff;
}

/**
 * Typography
 */
body,
.text-lead {
  color: #303030;
}

h1, h2, h3, h4, h5, h6 {
  color: #303030;
}
h2 {
  color: #6caedf;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0256ad;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #003e7e;
}

.nav > ul > li:hover > a, 
.nav > ul > li > a:hover, 
.nav > ul > li.active > a {
  color: #6caedf
}

.nav ul ul li:hover > a {
  color: #003e7e
}

.banner h1,
.banner .text-lead {
  font-weight: bold;
  text-shadow: 1px 1px #000
}

.banner h1 {
  font-family: 'Tinos', serif;
  text-transform: c
}

.feature-blog h2 {
  color: #565656
}
.footer h3 {
  font-weight: bold;
  color: #6caedf;
}

.feature,
.feature .featured-item,
.feature h2 {
  color: #404040;
}

.feature .featured-item p {
  color: #0256ad;
}
.feature .featured-item:hover p {
  color: #003e7e;
}

.main .block-listing a:hover {
  color: #1fbf9f;
}
