
.masthead .navbar .social-link-wrap .nav-social:first-child:hover:before {
    content: url(https://c73dfb2773.mjedge.net/assets/6827a00398b60_instagram_logo_blue.svg) !important;
}

.masthead .navbar .social-link-wrap .nav-social:first-child:before {
    content: url(https://c73dfb2773.mjedge.net/assets/6827a00398b60_instagram_logo.svg) !important;
}

.masthead .navbar .social-link-wrap .nav-social:last-child:hover:before {
    content: url(https://c73dfb2773.mjedge.net/assets/6827a00398b60_twitter_logo_blue.svg) !important;
}

.masthead .navbar .social-link-wrap .nav-social:last-child:before {
    content: url(https://c73dfb2773.mjedge.net/assets/6827a00398b60_twitter.svg) !important;
}

/* ----- */

.content-fhg {
    text-align: center;
    color: #000;
}

.fixed-width-fhg {
    width: 100%;
    max-width: 1600px;
    margin: 10px auto 0 auto;
    text-align: center;
    font-size: 20px;
}

html, body {
	min-width: 320px;
}

.title-fhg {
    color: #000;
    font-size: clamp(26px, 2vw, 40px);
    font-weight: 800;
    letter-spacing: .09em;
}
.title-desc{
    color: #000;
    transition: all .5s ease !important;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5px;
}

@media (max-width: 430px) {
    .title-fhg {
        font-size: 30px;
        line-height: 25px;
    }
}

.main-footer {
    margin-top: 1rem;
}

@media only screen and (max-width: 1020px){

    .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
}

@media only screen and (max-width: 767px) {
    .navbar {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.container-fhg {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    font-size: 16px;
    text-align: center;
}

/* custom photo */
.thumb-div,
.grid-sizer {
    width: 25%;
    display: inline-block;
}
#main {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}
#main.videoWrap {
    max-width: 1400px;
    height: auto !important;
}
.thumb-div img{
    width: 100%;
    padding: 5px;
}
.fancybox-active #nav-container .navbar {
    z-index: 0;
}

@media only screen and (max-width: 1450px) {
	#main {
		max-width: 1400px;
	}
}

@media only screen and (max-width: 767px) {
  .thumb-div,
  .grid-sizer {
      width: 33.3%;
  }
}
@media only screen and (max-width: 736px) {
  .section-title {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 615px) {

  .thumb-div,
  .grid-sizer {
    width: 50%;
  }
}
@media only screen and (max-width: 375px) {
  .thumb-div,
  .grid-sizerr {
    width: 100%;
  }
  .footer-wrap .join-now {
    font-size: 21px;
  }
}
.row > .thumb-div {
    padding: 0;
}
/* end custom photo */
.video-js .vjs-big-play-button {
    background: none !important;
    border: none !important;    
}
/* Mobile Fix: description width, video player width, video player play button */
@media only screen and (max-width: 812px) {
    .page-videos main .col-md-12 {
        width: 80% !important;
    }
    .item-info h2 {
        font-size: 32px;
        line-height: 1em;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .item-info .desc {
        padding: 0 3vw !important;
    }
    .page-videos main .col-md-12 {
        width: 100% !important;
        padding: 0 !important;
    }
    .video-js .vjs-big-play-button {
        top: calc(50% - 20px) !important;
        left: calc(50% - 10px) !important;
    }
}
.main {
    text-align: center;
    padding-top: 20px;
}
@media only screen and (min-width: 767px) {
    .main {
        padding-top: 100px;
    }
}