/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/ 

.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap { min-height: 250px; }

.page-id-19 #categories-5 .infinite-widget-title { display: none; }

.infinite-navigation .sf-menu > li.menu-item { position: relative; }
.infinite-navigation .sf-menu > li.menu-item:after {content: '';height: 0; transition: height 250ms;}
.infinite-navigation .sf-menu > li:hover.menu-item:after,
.infinite-navigation .sf-menu > li.current-menu-item.menu-item:after {width: 100%;height: 3px;background: #ed2323;position: absolute;bottom: 0px; right: -2px}
.infinite-navigation .sf-menu > li:first-child.menu-item:after {width: 115%;}

.photo-tag .gdlr-core-promo-box-item-image:before {
    content: 'Legend';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ee2324;
    display: table;
    z-index: 10;
    padding: 10px 10px 8px;
    font-weight: bold;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}


.photo-tag.photo-tag-pro .gdlr-core-promo-box-item-image:before {
    content: 'Professional';
}

.photo-tag.photo-tag-amateur .gdlr-core-promo-box-item-image:before {
    content: 'Amateur';
}

.photo-tag.photo-tag-coach .gdlr-core-promo-box-item-image:before {
    content: 'Coach';
}

.photo-tag.photo-tag-media .gdlr-core-promo-box-item-image:before {
    content: 'Media';
}

.photo-tag.photo-tag-contributor .gdlr-core-promo-box-item-image:before {
    content: 'Contributor';
}

.photo-tag.photo-tag-legend .gdlr-core-promo-box-item-image:before {
    content: 'Legend';
}


.bold-box em {
    color: #000 !important;
}

.infinite-body .order-stripe h4 {
	margin-bottom: 0;
}

.error404 .search-form {
    display: none;
}

.vote-button .infinite-body .nominate-banner .gdlr-core-button .gdlr-core-content {
	font-weight: 800 !important;
}

.vote-button span span {
	font-size: .75em;
	font-weight: 400 !important;
    color: #25266d;
    display: block;
    text-transform: uppercase;
}

/* BALLOT VOTE */
.gform_wrapper h2.gsection_title {
    font-size: 2em;
}

.gform_wrapper ul.gform_fields li.gfield.vote-inductee {
	font-size: .813em;
}

.gform_wrapper ul.gform_fields li.gfield.vote-inductee h3 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #000;
}
	
.gform_wrapper ul.gform_fields li.vote-section {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) {
    .gform_wrapper ul.gform_fields li.gfield.vote-inductee {
        width: 33%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 16px;
    }
	
	.gform_wrapper ul.gform_fields li.gfield.vote-field {
        width: 33%;
    	display: inline-block;
    }
	
	.gform_wrapper ul.gform_fields li.gfield.vote-inductee.vote-inductee-mid {
        margin-right: 33%;
    }
	
	.gform_wrapper ul.gform_fields li.gfield.vote-inductee.vote-inductee-last {
        margin-right: 66%;
    }
}
/* BALLOT VOTE - END */


blockquote, q {
    color: #000;
}

i, em {
    color: grey;
}

.gdlr-core-page-builder-body blockquote {
    margin-bottom: 30px;
}

.gdlr-core-button-item a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    text-transform: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #ed2324;
    line-height: 1;
    padding: 8px 15px 15px !important;
}

input[type="image"] {
    border: none;
}

@media only screen and (min-width: 768px) {
    .right-align {
        text-align: right;
    }
}


.widget_search input.search-field {
    color: #000;
}

.show-mobile {
    display: block;
}

.hide-mobile {
    display: none;
}

@media only screen and (min-width: 768px) {
    .show-mobile,
    .hide-desktop {
        display: none;
    }

    .hide-mobile,
    .show-desktop {
        display: block;
    }
}

/*  HEADER  */
.infinite-navigation {
    padding-top: 9px;
}

.infinite-header-background, .infinite-sticky-menu-placeholder, .infinite-header-style-boxed.infinite-fixed-navigation {
    background-color: #ebebeb;
    height: 60px;
}

header {
    margin-bottom: -60px;
    z-index: 100;
}

.infinite-mobile-menu-right {
    top: 20%;
}


@media screen and (min-width: 1000px) {
    .infinite-header-background, .infinite-sticky-menu-placeholder, .infinite-header-style-boxed.infinite-fixed-navigation {
        height: 80px;
    }

    header {
        margin-bottom: -80px;
    }
}

.infinite-header-style-plain .infinite-header-background {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}

.infinite-page-title-wrap.infinite-style-small .infinite-page-caption {
    color: #EE2324;
}

@media screen and (min-width: 1000px) {
    .infinite-page-title-wrap.infinite-style-small .infinite-page-caption {
        font-size: 1.5em;
    }
}

.search-results .infinite-page-title-wrap.infinite-style-small .infinite-page-caption {
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .infinite-content-area {
        padding-top: 30px;
    }
}

.infinite-page-title-wrap.infinite-style-small .infinite-page-title-content {
    padding-bottom: 67px;
}


/*  NAV  */
.infinite-navigation .sf-menu > li.menu-item {
    margin-top: 19px;
    border-right: 2px solid #D5D6D7;
    padding-right: 20px;
}

.infinite-navigation .sf-menu > li {
    margin-right: 20px;
}

.infinite-navigation .sf-menu > li.infinite-center-nav-menu-item {
    margin-right: 0;
}

@media screen and (min-width: 1200px) {
    .infinite-navigation .sf-menu > li {
        margin-right: 40px;
    }
    .infinite-navigation .sf-menu > li.infinite-center-nav-menu-item {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 1400px) {
    .infinite-navigation .sf-menu > li {
        margin-right: 60px;
    }
    .infinite-navigation .sf-menu > li.infinite-center-nav-menu-item {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.infinite-navigation .sf-menu > li.menu-item > a {
    padding-bottom: 25px;
}

@media screen and (min-width: 1000px) {
	.infinite-main-menu-search {
	    margin-top: -25px;
	}
} 

.sf-menu > li > .sub-menu a {
    color: #0c0c0c !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 1em !important;
    text-transform: uppercase !important;
}

.sf-menu > .infinite-normal-menu li {
    background: rgba(235,235,235,0.85) !important;
    box-shadow: inset 1px 4px 9px -6px !important;
}

.sf-menu > li > .sub-menu a:hover {
    background-color: transparent !important;
    color: #242424 !important;
}

.sf-menu > li.current-menu-item > a {
    color: #252865 !important;
}

.sf-menu > li > .sub-menu .current-menu-item > a {
    background-color: transparent !important;
}


/*  MOBILE NAV  */
ul.mm-listview li a, ul.mm-listview li span.infinite-mm-menu-blank {
    font-size: 16px;
}


/*  FOOTER  */
@media screen and (min-width: 1000px) {
    .infinite-footer-wrapper.infinite-with-column-divider .infinite-footer-column {
        padding-left: 60px;
        padding-right: 0px;
    }

    .infinite-footer-wrapper.infinite-with-column-divider .infinite-footer-column.infinite-column-15:first-child {
        padding-left: 0;
    }

    .infinite-footer-container .infinite-column-15 {
        width: 23.333%;
    }

    .infinite-footer-container .infinite-column-15:first-child {
        width: 30%;
    }

    .infinite-footer-container .infinite-column-15:first-child img {
        transform: translateY(25%);
    }
}

.infinite-footer-container .infinite-column-15:first-child img {
    max-width: 180px;
    width: 100%;
    margin: auto;
}

.infinite-footer-container .infinite-column-15:first-child .custom-html-widget {
    text-align: center;
}

@media only screen and (max-width: 767px) {
	.infinite-footer-wrapper.infinite-with-column-divider .infinite-footer-column,
	.infinite-footer-wrapper.infinite-with-column-divider .infinite-footer-column:last-child {
	    margin-bottom: 0;
	}

	.infinite-footer-container .infinite-column-15 .footer-column {
        width: 100%;
        margin: auto;
        max-width: 440px;
    }
}

@media only screen and (min-width: 768px) {
	.infinite-footer-wrapper.infinite-with-column-divider .infinite-footer-column {
	    border-left: 2px;
	    border-style: solid;
	    border-color: inherit;
	}
}

h3.footer-header {
    font-size: 18px;
    font-weight: 500;
    color: #ED2324;
    margin: 15px 0;
}

.infinite-footer-wrapper a {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    display: block;
    margin-bottom: 16px;
}

.footer-link i {
	font-size: 24px;
	margin-right: 10px;
	transform: translateY(4px)
}

@media only screen and (max-width: 767px) {
    h3.footer-header {
        text-align: center;
    }
    .infinite-footer-wrapper a {
        display:  inline-block;
        width: calc(50% - 25px);
        margin-right:  10px;
        margin-left: 10px;
        text-align: center;
        line-height: 1.25;
        vertical-align:  middle;
    }
}

@media only screen and (max-width: 767px) {
    h3.footer-header {
        text-align: center;
    }
    .infinite-footer-wrapper a {
        display:  inline-block;
        width: calc(50% - 25px);
        margin-right:  10px;
        margin-left: 10px;
        text-align: center;
        line-height: 1.25;
        vertical-align:  middle;
    }
}


/*  BUTTONS  */
.gdlr-core-button .gdlr-core-content,
.gdlr-core-button.gdlr-core-button-solid {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}

.gdlr-core-button.gdlr-core-button-solid {
    line-height: 1;
    padding: 8px 15px 15px !important;
}


/*  HEADERS  */
h1 > span,
h2 > span,
h3 > span {
    white-space: nowrap;
    color: #ED2324;
}

.alt-color {
    color: #ED2324;
}


/*  SEARCH RESULTS  */
.infinite-single-article .infinite-single-article-title {
    margin-bottom: 0;
}

.infinite-single-article-head .induction_year {
    display: block;
}


/*  CATEGORIES  */
li.cat-item.cat-item-92.current-cat:before,
li.cat-item.cat-item-92.current-cat a {
    color: #ff0000;
}


/*  INDUCTEES  */
.infinite-header-transparent-substitute.infinite-header-inductee {
    height: 180px;
    background-image: url(https://michigansportshof.org/mshof/wp-content/uploads/2018/09/hero-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    opacity: 1;
}

.infinite-header-transparent-substitute.infinite-header-inductee:after {
    background-color: rgba(0,0,0,0.5);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.inductee-template-default .infinite-page-title-wrap .infinite-page-title {
    text-transform: none;
}

.inductee-template-default .infinite-page-title-wrap.infinite-style-small .infinite-page-title-content {
    padding-top: 45px;
    padding-bottom: 44px;
}

.inductee-featured-image-container,
.inductee-content-container {
    display: block;
    vertical-align: top;
	width: 100%;
}

.infinite-body h1.inductee-name-title {
	color: #000;
    font-size: 2em;
}

@media only screen and (min-width: 768px) {
    .infinite-body h1.inductee-name-title {
        font-size: 2.5em;
    }
}

@media only screen and (min-width: 768px) {
    .inductee-featured-image-container {
        margin-right: 32px;
    }
	
	.inductee-featured-image-container,
	.inductee-content-container {
		display: inline-block;
		width: 21%;
	}
	
	.inductee-content-container {
		display: inline-block;
		width: calc(77% - 32px);
	}
	
	.inductee-featured-image img {
		width: 100%;
	}
}

@media only screen and (min-width: 1000px) {
	.infinite-content-area-pushup .infinite-content-area {
		padding-top: 0;
		margin-top: -60px;
	}

	.infinite-content-area-pushup {
		padding-top: 0;
		margin-top: -60px;
		z-index: 10;
		position: relative;
	}
	
	.infinite-body h1.inductee-name-title {
		color: #fff;
		font-size: 2.5em;
		margin-top: 0.25em;
        margin-bottom: 32px;
	}
}

.inductee-featured-image-container .inductee-field,
.inductee-content-container .inductee-field {
    margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
    .inductee-featured-image-container .inductee-field,
    .inductee-content-container .inductee-field {
        margin-bottom: 1.5em;
    }
}

.inductee-content-container .inductee-field.affiliation-1{
    margin-bottom: 0;
}

.inductee-content-container .inductee-field.affiliation-1 label,
.inductee-content-container .inductee-field.affiliation-2 label {
    margin-bottom: 0;
    display: block;
}

@media only screen and (min-width: 1000px) {
    .inductee-content-container .inductee-field.affiliation-1 label,
    .inductee-content-container .inductee-field.affiliation-2 label {
        margin-bottom: 0;
        display: inline-block;
    }
}

.inductee-featured-image img {
	border: 10px solid #FFFFFF;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.20);
	margin-bottom: 22px;
}



/*  LABELS  */
label.inductee-label {
    font-weight: bold;
}

label.inductee-bio {
    border-bottom: 1px solid #a2a9b1;
    color: #a2a9b1;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 40px;
}

@media only screen and (min-width: 768px) {
    label.inductee-bio {
        font-size: 2em;
    }
}


.widget_categories ul li {
    width: 15%;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 0;
    line-height: 20px;
    padding-bottom: 0;
    border-bottom-width: 0;
}

.widget_categories ul li:before {
    display: none;
}

@media only screen and (min-width: 768px) {
    .widget_categories ul li {
        width: 32%;
    }
}

@media only screen and (min-width: 1000px) {
    .widget_categories ul li {
        width: 23%;
    }
}


/*  lcp_catlist  */
.lcp_catlist {
    list-style: none;
    margin: 0;
}

.lcp_catlist li {
    width: 100%;
    display: block;
    margin-bottom: 2em;
    vertical-align: top;
    line-height: 1em;
}

.lcp_catlist li:nth-child(4n) {
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .lcp_catlist li {
        width: 50%;
        display: inline-block;
        margin-bottom: 2em;
    }

    .lcp_catlist li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1000px) {
    .lcp_catlist li,
    .lcp_catlist li:nth-child(2n) {
        width: 23%;
        margin-bottom: 2em;
        margin-right: 25px;
    }

    .lcp_catlist li:nth-child(4n) {
        margin-right: 0;
    }
}

.lcp_catlist ~ h3  {
    padding-top: .5em;
    border-top: 1px solid lightgrey;
}

.lcp_catlist a,
.lcp_catlist strong {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #343434;
	line-height: 1.25em;
    margin-bottom: 5px;
    display: block;
}

.lcp_customfield {
    font-size: 15px;
    line-height: 1.25em;
}

.lcp_catlist img {
    border: 8px solid #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.20);
    margin-top: 12px;
}


@media only screen and (min-width: 568px) {
    .inductee .infinite-single-article {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    }
}

.infinite-single-article .infinite-single-article-thumbnail {
    margin-bottom: 20px;
    display: inline-block;
    max-width: 150px;
    min-width: 150px;
    margin-right: 26px;
}

.infinite-single-article .infinite-single-article-thumbnail img {
    border: 8px solid #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.20);
}
    

.infinite-single-article .infinite-single-article-head {
    margin-bottom: 0;
    display: inline-block;
}


/*  category  */
.infinite-single-article .infinite-single-article-title {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 5px;
}

article .infinite-single-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 567px) {
    article .infinite-single-article {
      flex-direction: column-reverse;
    }

    .infinite-single-article .infinite-single-article-title {
      font-size: 22px;
      font-weight: 500;
    }
}

.infinite-single-article-head {
    margin-bottom: 10px;
}

/*  form  */
.infinite-body span.wpcf7-not-valid-tip {
    color: azure;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid azure;
    background-color: azure;
    color: #000;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #ed2324;
    background-color: #ed2324;
    font-size: 16px !important;
    color: #fff;
    font-weight: bold;
}
.gdlr-core-input-wrap [class^="gdlr-core-column-"] {
    position: relative;
}

.infinite-body select {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    padding: 15px 22px;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    height: 50px;
}

.custom-select {
   background: url(https://michigansportshof.org/mshof/wp-content/uploads/2018/drop-down.jpg) no-repeat 100% 0;
   height: 50px;
   overflow: hidden;
   width: calc(100% - 14px);
   margin-left: 7px;
   margin-right: 7px;
}

.custom-select span {
    padding-left: 7px;
}

.custom-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 50px;
   padding: 15px 22px; /* If you add too much padding here, the options won't show in IE */
   width: 100%;
}

.custom-select {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.custom-select { background-color: #fff; }
.custom-select select { color: #000; }




/*  nominate-banner  */
.infinite-body .nominate-banner {
    padding: 10px 0px 1px 0px !important;
    margin-bottom: -10px;
}

.infinite-body .nominate-banner a,
.infinite-body .nominate-banner a:hover {
    color: #fff !important;
}

.infinite-body .nominate-banner a em {
    text-decoration: underline !important;
    font-style: normal !important;
    color: #fff !important;
}

.infinite-body .nominate-banner small {
    font-style: normal !important;
    color: #fff !important;
	display: block;
}

.infinite-body .nominate-banner .gdlr-core-button.gdlr-core-button-solid {
    line-height: 30px !important;
}

.infinite-body .nominate-banner .gdlr-core-button .gdlr-core-content {
    font-weight: 400 !important;
}

@media only screen and (max-width: 767px) {
    .page-id-2545 .gdlr-core-page-builder-body > .gdlr-core-pbf-wrapper {
        padding: 100px 0px 60px 0px !important;
    }

    .page-id-2545 .gdlr-core-page-builder-body > .gdlr-core-pbf-wrapper:nth-child(2) {
        padding: 40px 0px 70px 0px !important;
    }
}


/*  partners  */
@media only screen and (max-width: 767px) {
    .gdlr-core-page-builder-body .partner-logos img {
        max-width: 200px !important;
        margin-bottom: 30px;
    }
}

/*  photo credit  */
.inductee-field.photo-credit {
    font-size: 0.675em;
    line-height: 14px;
    margin-top: -24px;
    color: #777777;
    letter-spacing: -.025em;
}


/*  anouncement card links  */
.gdlr-core-promo-box {
    position: relative;
}

.gdlr-core-promo-box .gdlr-core-promo-box-link {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    background: #252962;
    color: white;
    padding: 2px 0;
}

.gdlr-core-promo-box .gdlr-core-promo-box-link:hover {
    color: silver;
}