/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


@media (min-width: 576px) {
	.followme-bottom {
	  position: absolute; 
	  bottom: 0; 
	  width: 100%; 
	  height: 50px; 
	}

	.responsive-checkbox {
		width: 80%;
		white-space: nowrap;
	}
  }
  @media (min-width: 768px) {
	.followme-bottom {
	  position: absolute; 
	  bottom: 0; 
	  width: 100%; 
	  height: 50px; 
	}

	.responsive-checkbox {
		width: 80%;
		white-space: nowrap;
	}
  }
  @media (min-width: 992px) {
	.followme-bottom {
	  position: absolute; 
	  bottom: 0; 
	  width: 100%; 
	  height: 50px; 
	}

	.responsive-checkbox {
		width: 100%
	}
  }
  @media (min-width: 1200px) {
	.followme-bottom {
	  position: absolute !important; 
	  bottom: 0; 
	  width: 100%; 
	  height: 75px; 
	}

	.responsive-checkbox {
		width: 100%
	}
  }
  @media (min-width: 1400px) {
	.followme-bottom {
	  position: absolute !important; 
	  bottom: 0; 
	  width: 100%; 
	  height: 75px; 
	}

	.responsive-checkbox {
		width: 100%
	}
  }
  