* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

body {
  color: #000;
}
.ui-state-active{ border: 1px solid #00cccc !important; background: #00cccc !important;}
/* For desktop: */
.col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.same-height {display: flex;}
.common-row{align-items: center;}
@media only screen and (max-width: 768px) {

  /* For mobile phones: */
  [class*="col-"] {
  width: 100%;
  }
}

.row.welcome {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.no-gutters [class*=col-]{
  padding-left: 0;
  padding-right: 0;
}

.box-btn {
    white-space: nowrap;
}

/**************** Header CSS *******************/

header.main-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 80px 30px 40px;
}

.nav-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.logo {
  line-height: 0;
  padding-right: 36px;
}

.logo img {
  max-width: 100%;
  height: auto;
  width: 250px;
}

ul.nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-left: 25px;
  position: relative;
}

ul.nav-list li {
  float: left;
  position: relative;
}
ul.nav-list li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
  padding-right: 35px;
  text-align: center;
  padding: 8px 16px;
  display: block;
}

ul.nav-list a.active {
  color: #00cccc;
}

ul.nav-list::before {
  content: '';
  width: 2px;
  height: 30px;
  background-color: #00cccc;
  position: absolute;
  left: 0;
  top: 0;
}

a.blue-btn {
  background-color: #00cccc;
  border-radius: 16px;
  color: #fff !important;
}

.nav-mobile {
  display: none;
}

/****************************/



.side-nav i.fa {
  font-size: 25px;
}

.side-nav i.fa-search {
  color: #00cccc;
}

.side-nav i.fa-bell {
  background: #00cccc;
  border-radius: 50%;
  padding: 7px;
  color: #fff;
  margin-left: 20px;
}

.side-nav i.fa-user {
  background: #00cccc;
  border-radius: 50%;
  padding: 7px 11px;
  color: #fff;
  margin-left: 20px;
}

/************* Header Banner *******************/

.header-banner {
  background: url(https://s3.amazonaws.com/meme-my/img/welcome/top-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: Montserrat, sans-serif;
  height: 300px;
}

.mastermind-header-banner {
  background: url(https://s3.amazonaws.com/meme-my/img/welcome/mastermind-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: Montserrat, sans-serif;
  height: auto;
}

.team-header-banner {
  background: url(https://s3.amazonaws.com/meme-my/img/welcome/meet-the-founder-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: Montserrat, sans-serif;
  height: auto;
}

.resource-header-banner {
  background: url(https://meme-members.s3.amazonaws.com/resources-pic/resources_header_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: Montserrat, sans-serif;
  height: 190px;
}

.resource-header-banner div, .header-banner div {
  /*padding: 70px 40px 100px;*/
}
.header-text{ padding: 30px 40px; }
.header-search { padding-top: 20px; }
.resource-header-banner img, .header-banner img {
  width: 150px;
  position: relative;
  top: 4px;
}

.resource-header-banner h4, .header-banner h4 {
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 5px;
  font-weight: 800;
  margin-left: 13px;
}

.resource-header-banner h5, .header-banner h5 {
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 20px;
}

.mastermind-header-banner h5, .team-header-banner h5, .header-banner h5 {
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 30px;
  font-size: 25px;
}
/************** Main Content ***************/

.main-content {
  background: url(https://meme-my.s3.amazonaws.com/img/welcome/Background1.png) no-repeat;
    /*background-size: cover;
    height: 1000px; */
    background-position: center;
}

.main-content .inner-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}

.box-section {
  background-color: #fff;
  padding: 26px 40px 45px;
  filter: drop-shadow(6.784px 4.239px 13.5px rgba(2,3,2,0.26));
  width: 100%;
}

.welcome-section.box-section {
  position: relative;
  top: -67px;
}

.video-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

h2.title {
  letter-spacing: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;

}
.title:not(:last-child), .subtitle:not(:last-child){margin-bottom:0px !important}
p.desc-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

p.desc-text.first-para {
  margin-top: 30px;
}

.btn-section {
  margin-top: 40px;
}

.box-btn {
  padding: 8px 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 3px;
  border-radius: 16px;
  text-transform: uppercase;
}

.btn-outline {
  border: 2px solid #00cccc;
  background-color: transparent;
  color: #00cccc !important;
  padding: 6px 16px;
  font-weight: 600;
  margin-left: 20px;
  transition: all 0.3s;
}

.btn-outline:hover {
  background-color: #00cccc;
  color: #fff !important;
}

.blue-bg {
  background-color: #014751;
  color: #fff;
  padding: 26px 40px 26px;
  margin: 60px 0;
}

.blue-bg a.box-btn {
  background-color: #fff;
  color: #014751 !important;
  font-weight: 600;
}

.black-bg {
  background-color: #000;
  color: #fff;
  padding: 35px 40px 35px;
  margin: 0px 0 55px 0;
}

.black-bg a.box-btn {
  background-color: #fff;
  color: #000 !important;
  font-weight: 600;
}

.mastermind-section {
  padding: 0;
}

.mastermind-section img {
  height: auto;
  max-width: 100%;
  display: block;
}

.mastermind-section .desc-text {
  margin-bottom: 0;
  margin-top: 20px !important;
}

.mastermind-section .col-6,
.mastermind-section .col-2 {
  margin: 20px 0;
}

.mastermind-bg {
  background: url(https://s3.amazonaws.com/meme-my/img/welcome/mastermind-img.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  height: 162px;
  max-height: 162px;
}

.divider-line {
  display: block;
  max-width: 100%;
  height: auto;
}
.event-section {
  background: url(https://s3.amazonaws.com/meme-my/img/welcome/upcomin-event-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.founder-section {
    background-size: cover;
    background-position: center;
    background-image: url(https://meme-my.s3.amazonaws.com/img/welcome/meet+the+founders-bg.jpg);
}

.how-to-use-section {
    background-size: auto;
    background-position: center;
    background-image: url(https://meme-my.s3.amazonaws.com/img/welcome/how-to-use-bg.jpg);
}
.offer-section {
  padding: 21px 40px;
}
.fb-section {
    margin: 42px 0;
	padding: 46px 40px;
    background: url(https://meme-my.s3.amazonaws.com/img/welcome/fb-group-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.fb-section a.box-btn {
  background-color: #fff;
  color: #014751 !important;
  font-weight: 600;
}
.fb-section h2 {
  filter: drop-shadow(6.784px 4.239px 13.5px rgba(2,3,2,1));
}

.fb-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fb-text .btn-section {
  margin-top: 0;
}

/****************** Footer ******************/
footer {
  padding: 20px 0 20px;
  background-color:#EEE;
}

footer p {
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}

/***************** Media Query *******************/

@media (max-width: 880px) and (min-width: 769px)
{
	.founder-section .col.col-10{ width:77%;}
	.event-section .col.col-10{width:77%;}
}
@media (max-width: 1200px) {
  header.main-header {
    padding: 20px;
  }
  .logo {
    padding-right: 16px;
  }
  ul.nav-list {
    padding-left: 8px;
  }
}
@media (max-width: 1024px) {}
@media (max-width: 992px) {
  .offer-section .col-10,
  .offer-section .col-2,
  .welcome-section .col-6,
  .mastermind-section .col {
    width: 100%;
  }
  .welcome-section .col-6 {
    margin-bottom: 20px;
  }

  .offer-section {
      padding: 40px;
  }
  .offer-section .btn-section{
    margin-top: 20px;
  }

  .mastermind-bg {
    height: 300px;
  }
  .mastermind-section .btn-section {
    margin-top: 0;
  }
  .mastermind-section .col-6, .mastermind-section .col-2 {
    margin: 20px 20px;
  }
  .mastermind-section .col-2 {
    margin-bottom: 40px;
  }
   .col-6 {
    margin-bottom: 20px;
  }
  .nav-mobile {
    display: block;
  }
  .desktop-nav {
    display: none;
  }
  header.main-header {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  ul.nav-list::before {
    content: none;
  }
  .side-nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: 30px 0 10px;
  }
  ul.nav-list {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
	.search-box .column.is-10-mobile {
		text-align: center;
		margin: auto;
		padding-bottom: 0;
	}
	.search-box .column.is-2 {
		text-align: center;
	}
	.header-banner {
    height: 350px;
  }
  .header-search .columns {
    justify-content: center !important;
  }
	.title:not(:last-child), .subtitle:not(:last-child) {
    margin-bottom: 1.5rem !important;
}
  .fb-section{ margin-top: 0px; margin-bottom: 30px; background-size: auto; padding: 26px 40px 45px; }
  .blue-bg {margin: 30px 0;}
  .box-section.blue-bg.box-section2 {margin-bottom: 0px; }
  .side-nav {
    flex-direction: column;
    align-items: center;
    margin: 20px 0 10px;
  }
  .side-icons {
    padding-top: 5px;
  }
  .nav-mobile li a {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }
}
@media (max-width: 600px) {
	.header-banner h5 {
    font-size: 20px;
 }
  .resource-header-banner h4, .header-banner h4 {
    margin-left: 0;
    margin-top: 5px;
  }
  .resource-header-banner div{
    padding: 30px 20px 100px;
  }
  .header-banner {
    height: 400px;
  }
}

@media (max-width: 350px) {
    .resource-header-banner div {
    padding: 0px 20px 100px !important;
  }
  .resource-header-banner h4{
	  margin-top: 45px !important;
  }
}


@media (max-width: 480px) {
	.header-banner {
		height: 450px !important;
	 }
	.banner_text_img{ margin-bottom: 6%; }
	.header-banner.community-banner{background-size: 145% 75% !important;}
	.community-banner
	{ background-size: 130% 80% !important; }
	.founder-section {
    background-size: cover;
		background-image: url(https://meme-my.s3.amazonaws.com/img/welcome/meet-founder-bg-1.jpg);
	}
	.black-bg, .blue-bg {
		padding: 25px 20px 25px;
  }
  .sponsor_btn{ font-size: 9px}
  .welcome-section .btn-section {
    display: flex;
    flex-direction: column;
  }
  .welcome-section .btn-section .btn-outline {
    margin-left: 0;
    margin-top: 15px;
  }
  .btn-section .box-btn {
    padding: 13px 16px;
  }
  .nav-mobile li a {
    letter-spacing: 0 !important;
    font-size: 12px !important;
    padding: 8px 10px !important;
  }
  header.main-header {
    padding: 30px 5px 20px 5px;
  }
  .side-nav {
    margin: 20px 0 0;
  }
  .side-nav i.fa {
    font-size: 18px;
  }
  .side-nav i.fa-bell,
  .side-nav i.fa-user {
    margin-left: 10px;
  }
  .side-nav i.fa-user {
    padding: 7px 10px;
   }
   h2.title {
     font-size: 22px;
   }
  .mastermind-bg {
    height: 200px;
  }
  footer p {
    letter-spacing: 1px;
    font-size: 12px;
  }
  .divider-line {
    height: 3px;
  }
  .header-banner {
    height: auto;
  }
  .welcome-section.box-section, .row.welcome .box-section {
    padding: 26px 20px 45px;
  }
  .founder-section .col-2 {
    margin-bottom: 20px;
  }
  .mastermind-section .welcome .col-6, .mastermind-section .welcome .col-2 {
    margin: 20px 0;
  }
}

/*Resource Page*/
.resources-banner {
		background: url(https://meme-members.s3.amazonaws.com/resources-pic/resources_header_bg.png) no-repeat !important;
		 background-size: cover !important;
	}
	.custom-box-section {
		text-align: center;
		padding: 40px;
	}
	.custom-resource-top-content p {
		text-align: center;
		font-size: 20px;
	}
	.main-content {
		background: url(https://meme-members.s3.amazonaws.com/resources-pic/resource_bg.png) !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
  }

  .main-content-team {
    background: url(https://s3.amazonaws.com/meme-my/img/welcome/Background3.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

	.businesses-section p {
		font-size: 14px;
		line-height: 1.2;
	}
	.businesses-section {
		padding: 15px;
	}


	@media only screen and (max-width: 630px){
		.main-content{background-repeat: repeat;}
	}
	@media only screen and (min-width: 320px) and (max-width: 600px) {
	.custom-box-wrapper {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 601px) and (max-width: 630px) {
	.custom-box-wrapper {
		width: 100%;
		max-width: 270px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 631px) and (max-width: 949px) {
	.custom-box-wrapper {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 320px) and (max-width: 350px) {
	section.header-banner.resources-banner div {
		padding: 40px 40px 100px !important;
	}
}

/*Event page*/
.event-banner {
		background: url(https://meme-my.s3.amazonaws.com/img/uploads/event-banner.png) no-repeat !important;
		height: auto;
		background-size: cover !important;
	}
	.header-banner .header-banner-text {
		padding: 100px 40px !important;
	}
	.custom-resource-top-content p {
		text-align: left;
		font-size: 20px;
	}
	.event-main-content {
		background: url(https://meme-my.s3.amazonaws.com/img/uploads/event-page-bg.png) !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		padding-top:0px !important;
	}
	.event-businesses-section p {
		font-size: 14px;
		line-height: 1.2;
	}
	.event-businesses-section {
		padding: 15px;
	}
	.innerClass-section {
		padding: 15px;
	}
	.event-businesses-section.event-master-class-section {
		text-align: center;
	}
	.event-businesses-section.event-master-class-section img {
		width: 100%;
		max-width: 500px;
	}
	.custom-freedom-2020-section p {
		text-align: left;
		font-size: 20px !important;
	}
	.event-custom-paragragh p{
		text-align: left;
		font-size: 20px !important;
	}
	.custom-freedom-2020-section img {
		width: 100%;
		max-width: 80%;
	}
	@media only screen and (max-width: 599px) {
		.event-custom-box-wrapper{max-width:unset !important;}
		.event-banner{background-size: 200% 93% !important;}
	}
	@media only screen and (min-width: 400px) and (max-width: 599px) {
		.event-video-section{height: 300px !important;}
	}
	@media only screen and (max-width: 399px) {
		.event-video-section{height: 200px !important;}
	}
	@media only screen and (min-width: 320px) and (max-width: 949px) {
		.event-custom-box-wrapper {
			width: 100%;
			max-width: 300px;
			margin: 0 auto 25px;
		}
		.event-custom-text-section h2 {
			font-size: 16px;
		}
		.custom-freedom-2020-section img {
			width: 100%;
			max-width: 100%;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.event-businesses-section h2.title {
			font-size: 25px;
		}
	}

	/*Masterclass page*/

	.desc-container {
		min-height: 150px;
	}
	.comminuty-desc-container{ min-height: 100px; }
	.masterclass-banner {
		background: url(https://meme-my.s3.amazonaws.com/img/uploads/InnerCircleMasterclassesBanner.png) no-repeat !important;
		height: auto;
		background-size: cover !important;
	}
	.community-banner {
		background: url(https://meme-members.s3.amazonaws.com/community/community_banner_01.png) no-repeat !important;
		height: auto;
		/* background-size: 100% 127% !important; */
		background-size: cover !important;
	}
	.masterclass-custom-box-section {
		text-align: left;
		padding: 0;
	}
	.custom-resource-top-content p {
		font-size: 20px;
	}
	.masterclass-main-content {
		background: url(https://meme-my.s3.amazonaws.com/img/uploads/InnerCircleMasterclassesBg-1.png) !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}
	.masterclass-businesses-section p {
		font-size: 14px;
		line-height: 1.2;
	}
	.masterclass-businesses-section {
		padding: 15px 15px 35px;
	}
	.innerClass-section {
		padding: 15px;
	}
	.masterclass-businesses-section.master-class-section {
		text-align: center;
	}
	.masterclass-businesses-section.master-class-section img {
		width: 100%;
		max-width: 500px;
	}
	.custom-text-section {
		padding: 20px 30px 0;
	}
	.custom-text-section a img {
		width: 180px;
	}
	.custom-text-section h2 {
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
	.custom-text-section h3 {
		color: #014751;
		font-size: 16px;
		font-weight: 600;
	}
	@media only screen and (max-width: 320px) {
		.masterclass-custom-box-wrapper {
			margin: 0 auto 25px;
		}
		.masterclass-welcome{margin-bottom: 0px !important;}
    .masterclass-banner h2.title{font-size: 18px !important;}
    .mastermind-header-banner, .team-header-banner {
      margin-top: -40px !important;
    }
    /*.header-banner div {
      padding: 30px 20px 100px !important;
    }*/
    .yellow_alert font, .yellow_alert b {
      font-size: 12px !important;
    }
	}
	@media only screen and (max-width: 599px) {
		.banner_text_img{width:60% !important}
		.masterclass-banner{background-size: 200% 93% !important;}
	}
	@media only screen and (min-width: 320px) and (max-width: 949px) {
		.masterclass-custom-box-wrapper {
			/*width: 100%;
			max-width: 300px;*/
			margin: 0 auto 25px;
		}
		.custom-text-section h2 {
			font-size: 16px;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.masterclass-businesses-section h2.title {
			font-size: 25px;
		}
	}
