/*

Theme Name: LFM HTML5 instantsqueezepagegenerator Theme

Theme URI: http://themembershipscript.com/

Description: The modern HTML5 instantsqueezepagegenerator theme for LFM.

Version: 1.0

Author: Josh Abbott

*/



@charset "utf-8";

/* CSS Document */


/* Desktop View Settings */
@media (min-width: 1014px) {
	
	body {
		margin: 0;
		background-color: #FEFEFE; /* Sets the main background color */
		background-image: url(images/header_bg.png); /* Sets the header background image */
		background-repeat: repeat-x;
	}
	
	#headerwrapper {
		/* Set the header image sizes here and inside #header */
		width: 1055px;
		height:285px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
	}
	
	#header {
		background-image: url(images/header.png); /* Sets the header image */
		background-repeat: no-repeat;
		width: 1055px;
		height:285px;
	}
	
	
	
	#footer {
		background-image: url(images/footer.png); /* Sets the header image */
		background-repeat: no-repeat;
		width: 1055px;
		height:180px;
	}
	
	#footerwrapper {
		background-image: url(images/footer_bg.png); /* Sets the header image */
		background-repeat: repeat-x;
		
	}
	
	#navbarcontainer {
		/* This sets the width of the navigation bar */
		width: 1055px;
		
	}
}

/* Mobile View Settings */
@media (max-width: 889px) {
	
	body {
		margin: 0;
		background-color: #FEFEFE; /* Sets the main background color */
		background-image: url(images/mobile_header_bg.png); /* Sets the mobile header background image */
		background-repeat: repeat-x;
	}
	
	#headerwrapper {
		/* Set the header image sizes here and inside #header */
		width: 300px;
		height: 75px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
	}
	
	#header {
		background-image: url(images/mobile_header.png); /* Sets the mobile header image */
		background-repeat: no-repeat;
		width: 300px;
		height: 75px;
	}

	#footer {
		background-image: url(images/mobile_footer.png); /* Sets the header image */
		background-repeat: no-repeat;
		width: 300px;
		height: 46px;
	}
	
	#footerwrapper {
		background-image: url(images/mobile_footer_bg.png); /* Sets the header image */
		background-repeat: repeat-x;
		
	}
	
}

.navbar {
	/* These are structural properties of the nav bar and usually do not need to be changed */
	position: relative;
	z-index: 1000;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
.dropdown-menu {
	padding: 0px 0;
	margin: 0px 0 0;
}

.navbar-default {
	/* Sets the background color and border of the navigation bar */
	background-color: #ffae00;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	border-bottom: 1px #AAA solid;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
	/* Sets the main text properties of the navigation bar links */
	color: #EEEEEE;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:700;
}

.navbar-default .navbar-nav > li > a:hover {
	/* Sets the text properties of the navigation bar links when you hover over them */
	color: #EEEEEE;
	background-color: #520101;
	text-shadow: #FFFFFF 0em 0em 0.1em;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
	/* Sets the color of the caret arrow icon on menu items */
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
	/* Sets the color of the caret arrow icon on menu items when you hover over it */
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}

/* The next 3 sections control the navigation bar button that appears on small screens */
.navbar-default .navbar-toggle {
	border-color: #555555;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #555555;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #DDDDDD;
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	/* For menu items that drop down, this sets the color of the heading when you click on it */
	color: #222222;
	background-color: #DDDDDD;
}

.dropdown-menu > li > a {
	/* This controls the colors of menu items that drop down */
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #000000;
	background-color: #DDDDDD;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	/* This controls the colors of menu items that drop down when you hover over them */
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3385FF;
}

@media (max-width: 767px) {
  /* These sections control the mobile view of the menu items that drop down */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #222222;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #222222;
    background-color: #DDDDDD;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #222222;
    background-color: #DDDDDD;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}


.buttonlink {
	/* This class defines <a> tag links that look like buttons */
	cursor: pointer;
	background-color:#ffc000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #002175;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:arial;
	font-size:18px;
	font-weight:500;
	padding:4px 7px;
	margin:2px 1px 2px 1px;
	text-decoration:none;
}

.buttonlink:hover {
	/* This controls the button links when you hover over them */
	color:#FFFFFF;
	background-color:#ffc000;
	text-decoration:none;
}


.infobar {
	/* This class defines sections that span the entire page width */
	width:100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#FFFFFF;
	background-color:#555555;
}
.infobar h2 {
	color:#FFFFFF;
}


.vcenter {
	/* This is a class that can be used in Bootstrap rows to vertically center the content */
	display: flex;
	align-items: center;
}


/* The next 3 sections control various text styles used throughout the LFM Members Area */
.lfm_title {
	font-family: "Arial"; color:#333333; font-size:32px;
}

.lfm_descr {
	font-family: "Arial"; color:#111111; font-size:16px;
}

.lfm_descr_bold {
	font-family: "Arial"; color:#000000; font-size:16px;
	font-weight:700;
}


body {
	/* Sets the default text style */
	color:#000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.1;
}


/* These sections control the appearance of links */
a {
  color: #0000ff;
  text-decoration: none;
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a:hover,
a:focus {
  color: #ffc000;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	/* Sets the default style of input buttons */
	cursor: pointer;
	-webkit-appearance: button;
	background-color:#3385FF;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #002175;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:arial;
	font-size:18px;
	font-weight:500;
	padding:4px 7px;
	margin:2px 1px 2px 1px;
	text-decoration:none;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/* Sets the color of input buttons when you hover over them */
	background-color:#80B2FF;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 200px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  color: #000000;
}
.carousel-caption h2 {
  color: #000000;
  font-size: 22px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 200px;
  background-color: #CCCCCC;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 200px;
}

/* CAROUSEL RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 1.4;
  }
  .carousel-caption h2 {
    font-size: 32px;
  }
}

/* PAGE-UPGRADE CSS
-------------------------------------------------- */

.page-upgrade h1{
	color:#333;
	font-size:3.5em;
	padding-top:0;
	margin-top: .5em;
	
}
.page-upgrade h2{
	color:#333;
	font-size:2.2em;
	margin-top: .5em;
	
}
.page-upgrade h3{
	color:#333;
	font-size:1.8em;
	margin-top: .5em;

}
.features>div {
	margin:1em;
	padding:1em;
}
.features .media-heading, .features .media-body {
	text-align: left;
}

.features .media-heading {
	font-size: 1.4em;
}

.features .media-body>p {
	margin-top:.5em;
	margin-bottom: .5em;

}
.features .media .badge {
	background-color: #e57c07;
}
.features .media .highlight {
	background-color: #f0c400;
	color:#fff;
}
.page-upgrade .red {
	color: #c23823;
}
.features .cta {
	border-style: dashed;
	border-width: 3px;
	border-color: #c23823;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding:1em;
}
/*	Benefits Table
/*----------------------------------------------------*/

.page-upgrade .benefits h6 {
	font-size: .8em;
}
.page-upgrade .benefits .glyphicon {
	font-size-adjust: .8;
	vertical-align: middle;
}
.page-upgrade .benefits .glyphicon.glyphicon-remove-sign {
	color:#8b0000;
	
}
.page-upgrade .benefits .glyphicon.glyphicon-ok-sign {
	color:#5cb85c;
	
}
.page-upgrade .benefits .table-responsive>.table>tbody>tr>td{
    vertical-align: middle;
}
.page-upgrade .benefits .table-fix {
	vertical-align: middle;
}

/* Benefits Table BACKGROUND COLORS */

.page-upgrade .bg-ltblue { background-color: #d3e7ff !important; }
.page-upgrade .bg-blue { background: #d3e7ff; /* Old browsers */
background: -moz-linear-gradient(top, #d3e7ff 0%, #bbd4fb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d3e7ff 0%,#bbd4fb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d3e7ff 0%,#bbd4fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3e7ff', endColorstr='#bbd4fb',GradientType=0 ); /* IE6-9 */ }
.page-upgrade .bg-pink { background-color: #ffe1f1 !important; }
.page-upgrade .bg-green { background-color: #c5ffd0 !important; }