/*
Theme Name: Holistic Limitless Life
Author: Mike Carson
Author URI: http://www.mikexcarson.com
Description: Responsive theme that looks great on any device.
Version: 1.0
*/


/* =============================================================================================================
		EMBEDDED FONTS
==============================================================================================================*/

@font-face {
    font-family: 'stingrayregular';
    src: url('/fonts/stingray-webfont.woff2') format('woff2'),
         url('/fonts/stingray-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* =============================================================================================================
		GLOBAL ELEMENTS & STYLES
==============================================================================================================*/

/*----------------------------------------
=== COLORS ====

Violet: #8d4873
Purple: #362055
Yellow: #ffd503
Salmon: #ef5454
	Dark Salmon: #e93e3e
Orange: #eda376
Pink: #e383aa


--------------------------------------- */

body {
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #010103;
	font-family: 'Century Gothic','CenturyGothic',AppleGothic,sans-serif;
	color: #000000;
}

	/* Laptops & Desktops */
    @media (min-width: 1366px) {
			body {
				background-image: url(images/bg-site.jpg);
			}
    }
		
	/* Laptops & Desktops */
    @media (min-width: 992px) {
			body {
				background-image: url(images/bg-site-lg.jpg);
				background-size: 100% 48%;
			}
    }
    @media (max-width: 991px) {
			body {
				background-size: 100% 75%;
			}
    }
	
	/* Tablets */
    @media (min-width: 768px) {
			body {
				background-image: url(images/bg-site-md.jpg);
			}
    }
	
	/* Small Mobile Devices */
    @media (max-width: 767px) {
			body {
				background-image: url(images/bg-site-sm.jpg);
			}
    }
		
    @media (max-width: 425px) {
			body {
				background-size: 100% auto;
			}
    }


a:link,
a:visited {
  color: #ef5454;
  text-decoration: none;
}
a:active,
a:hover {
  color: #e93e3e;
  text-decoration: none;
}

article {
	padding: 60px 0px 10px 0px;
}
	
	/* Small Mobile Devices */
    @media (max-width: 767px) {
			article {
				padding: 30px 0px 10px 0px;
    	}
    }

main {
	width: 100%;
	padding-bottom: 0px;
}

nav {
	padding: 0px;
}

section {
	display: block;
	margin: 0px 0px 0px 0px !important;
}

h3 {
	margin-top: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #362055;
}

h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

p, li, blockquote, input, texarea  {
	font-family: 'Century Gothic','CenturyGothic',AppleGothic,sans-serif;
	font-size: 16px;
	line-height: 26px;
}

blockquote {
	margin-left: auto;
	margin-right: auto;
	border: none;
	width: 85%;
}

.bg-gradient {
  background: #eda376; /* Old browsers */
  background: -moz-linear-gradient(top, #eda376 0%, #e383aa 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eda376 0%,#e383aa 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eda376 0%,#e383aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda376', endColorstr='#e383aa',GradientType=0 ); /* IE6-9 */

}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gal-container {
	padding: 0px;
	margin: 0px;
	display: table;
	}
	

/* .no-border {
	border: none !important;
	} */

.thumbnail {
	border: none !important;
	padding: 0px;
	width: 175px;
	margin-right: 25px;
	}
			
		/* Extra Small Device Styles */	
		@media (max-width: 767px) {
				.gal-container {
					width: 100%;
					}
				}

.flip {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
}

.inline {
	display: inline;
	position: relative;
}



.page-border {
	border: 1px solid #ffffff;
	border-radius: 20px 20px;
}

.page-content-area {
	padding: 15px 15px;
}

.page-content {
	background-color: #ffffff;
	border-radius: 20px 20px;
	padding: 25px 25px;
}

.page-title {
	width: 100%;
	padding: 0px 0px 15px 0px;
	margin-top: 0px;
	font-family: 'stingrayregular';
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
	text-align: center;
	color: #8d4873;
}

.section-box {
	display: block;
	width: 100%;
}

.section-title {
	padding: 25px 0px 20px 0px !important;
	margin: 0px 0px 0px 0px !important;
	font-size: 38px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}


/* Images */

img {
	border: none;
	text-decoration: none;
	max-width: 100%;
	}

.alignleft  {
	float: left;
	width: auto;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	}
.alignright  {
	float: right;
	width: auto;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
.aligncenter  {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}

.wp-caption {
	padding: 0px;
	text-align: center;
	color: #674529;
	}
.wp-caption img{	
	margin:0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-right: 0px;
	background: none;
	border: 1px solid #333333;
	}

.wp-caption-text {
	margin:0px;
	padding: 0px 4px 0px 4px;
	font-size:11px;
	text-align:center;
	}
.wp-caption a:hover {
	border: none !important;
	}


/* === FORM STYLES === */

.has-warning .form-control {
  border-color: #e9d107;
}
.has-warning .form-control:focus {
  border-color: #ffff00;
}
.has-warning .input-group-addon {
  color: #e9d107;
  background-color: #fcf8e3;
  border-color: #e9d107;
}
.has-warning .form-control-feedback {
  color: #000;
	font-size: 20px;
	background-color: #e9d107;
	text-shadow: none !important;
	border-radius: 0px 3px 3px 0px;
}


/* =============================================================================================================
		HEADER
==============================================================================================================*/

header {
  z-index: 1000;
	display: block;
  position: relative;
	margin-top: 0px;
	padding: 0px 0px;
}
 /* header:before,
    header:after {
      display: table;
      content: " ";
    } */
    header:after {
    }

  	header a:link,
  	header a:visited {
  		color: #ffffff;
  		text-decoration: none;
  	}
  
  	header a:active,
  	header a:hover {
  		color: #ef5454;
  		text-decoration: none;
  	}
		
		header a img {
			border: none;
			text-decoration: none;
		}
	
	/* Small Mobile Devices */
    @media (max-width: 767px) {
    	header {
				
    	}
    }

img.logo {
	float: left;
	z-index: 1000;
	padding: 0px 0px 0px 0px;
  margin: 5px 0px 0px 20px;
  max-width: 100%;
  /* vertical-align: middle; */
}
	
	/* Laptops & Desktops */
    @media (min-width: 992px) {
    }
	
	/* Tablets */
    @media (min-width: 768px) {
    }
	
	/* Small Mobile Devices */
    @media (max-width: 767px) {
    	img.logo {
    	}
    }
	
	/* Extra Small Mobile Devices */
    @media (max-width: 350px) {
			img.logo {
				float: none;
				display: block;
				margin: 15px auto 15px auto;
    	}
    }

.hnav {

}  
	
	/* Laptops & Desktops */
    @media (min-width: 992px) {
    	.hnav {
    	}
    }
	
	/* Tablets */
    @media (min-width: 768px) {
    	.hnav {
    	}
    }
	
	/* Small Mobile Devices */
    @media (max-width: 767px) {
    	.hnav {
    	}
    }

/*-------- Social Media -----------*/

}
 /*-------------------------------*/

nav a {
  padding-bottom: 3px;
}
 
.topnav {
	width: 100%;
	list-style: none;
	padding: 0px 10px 10px 0px;
	margin: 9px 0px 0px 0px;
	text-align: right;
	text-transform: uppercase;
}
		
.topnav li {
	display: inline;
	list-style-type: none;
	padding: 0px 14px 0px 6px;
	margin: 15px 0px 0px 0px;
	font-size: 14px;
	line-height: 30px;
}
	.topnav .social {
		font-size: 20px;
		margin-top: -4px;
		}

.topnav .current-menu-item,
.topnav .current_page_item {
	font-weight: bold;
}

  	.topnav .current-menu-item a:link,
  	.topnav .current-menu-item a:visited,
		.topnav .current-menu-item a:active,
  	.topnav .current-menu-item a:hover,
		.topnav .current-page-item a:link,
  	.topnav .current-page-item a:visited,
		.topnav .current-page-item a:active,
  	.topnav .current-page-item a:hover {
  		color: #8d4873;
  		text-decoration: none;
			border-bottom: 2px solid #8d4873;
  	}
		

/* === MOBILE HEADER NAVIGATION == */

.mobile-h-menu.homepage-menu {
	text-align: center;
}

	/* Extra Small Mobile Devices */
    @media (max-width: 350px) {
			.mobile-h-menu {
				text-align: center !important;
    	}
    }

.mobile-h-menu {
	width: width;
	padding: 0px 0px 0px 0px;
	margin: 15px 15px 0px 15px;
	text-align: right;
}

.navmenu-toggle {
  position: relative;
  padding: 4px 6px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
}
.navmenu-toggle:focus,
.navmenu-toggle:hover {
  outline: 0;
	background-color: transparent;
	border: 1px solid #888888;
	color: #888888;
	box-shadow: inset 0px 0px 10px #000000;
}
	
	/* Tablets */
    @media (min-width: 768px) {
    	.navmenu-toggle {
    	}
    }

.mobile-header-nav {
	z-index: 98;
	width: 100%;
	margin-top: -10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	text-align: center;
}

.mobile-header-nav li {
	list-style-type: none;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	margin: 5px auto;
}

.mobile-header-nav .current-menu-item,
.mobile-header-nav .current_page_item {
}

  	.mobile-header-nav .current-menu-item a:link,
  	.mobile-header-nav .current-menu-item a:visited,
		.mobile-header-nav .current-menu-item a:active,
  	.mobile-header-nav .current-menu-item a:hover,
		.mobile-header-nav .current-page-item a:link,
  	.mobile-header-nav .current-page-item a:visited,
		.mobile-header-nav .current-page-item a:active,
  	.mobile-header-nav .current-page-item a:hover {
  		color: #8d4873;
  		text-decoration: none;
			border-bottom: 2px solid #8d4873;
  	}



/* =============================================================================================================
		BLOG
==============================================================================================================*/


/* FEATURED CONTENT CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#blog-carousel.carousel {
  height: 450px;
  margin-bottom: 30px;
  background-color: #000000;
}

/* Since positioning the image, we need to help out the caption */
#blog-carousel .carousel-caption {
  z-index: 10;
	top: 50px;
	text-shadow: none;
}
#blog-carousel .carousel-caption h1 {
  margin-top: 0px;
  padding-top: 0px;
	font-weight: bold;
	font-size: 38px;
	color: #e06287;
	text-shadow: 0px 4px 6px rgba(0,0,0,0.5);
}	

#blog-carousel .carousel-caption p {
	margin-top: 15px;
	font-size: 20px;
	text-shadow: 0px 4px 6px rgba(0,0,0,0.5);
}
	/* Laptops & Desktops */
    @media (max-width: 1024px) {
    	#blog-carousel .carousel-caption {
				padding-top: 30px;
    	}
      #blog-carousel .carousel-caption p {
        margin-bottom: 20px;
        font-size: 23px;
        line-height: 1.4;
      }
    }
	/* Tablets */
    @media (max-width: 991px) {
      #blog-carousel .carousel-caption h1 {
        font-size: 33px;
      } 
      #blog-carousel .carousel-caption p {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 1.4;
      }
	}
	
	/* Small Mobile Devices */
    @media (max-width: 767px) {
			#blog-carousel .carousel-caption {
      	top: 25px;
       	padding-top: 15px;
    	}
      #blog-carousel .carousel-caption h1 {
        font-size: 20px;
      } 
      #blog-carousel .carousel-caption p {
        font-size: 16px;
				color: #ffffff;
      }
      #blog-carousel .first-slide p,
      #blog-carousel .second-slide p,
      #blog-carousel .third-slide p
			 {
				color: #ffffff !important;
      }
    }
	
#blog-carousel .carousel-control:link {
	color: #ffffff;
}

/* Declare heights because of positioning of img element */
#blog-carousel.carousel .item {
  height: 450px;
}

#blog-carousel > .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 450px;
}

#blog-carousel a {
  border: none;
	font-weight: bold;
}

#blog-carousel a.btn {
	margin-top: 15px;
	padding: 5px 12px 10px 12px;
	font-weight: bold;
	font-size: 20px;
	border: 4px solid;
	background-color: rgba(0,0,0,0.5); /* #25282a */
}
	/* Tablets */
    @media (max-width: 1024px) {
      #blog-carousel a.btn {
        margin-top: 15px;
      }
	}
	
	/* Small Mobile Devices */
    @media (max-width: 767px) {
			#blog-carousel a.btn {
    	}
    }

#blog-carousel a.btn:link,
#blog-carousel a.btn:visited {
  color: #ffc600;
}
#blog-carousel a.btn:hover,
#blog-carousel a.btn:active {
  color: #f2a900;
}

	
/* Slide Backgrounds */

#blog-carousel .slide-bg img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.40;
}

	
.byline {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 0px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.date-time {
	font-size: 16px;
	color: #666666;
}

.other-articles-title {
	text-align: center;
	margin-bottom: 25px;
}
	
.blog-articles {
  border: 1px solid #eeeeee;
	border-radius: 4px 4px;
	padding: 15px;
	margin-bottom: 25px;  
}

.blog-articles:hover {
	margin-top: -4px;
  border: 3px solid #ffffff; /* 3px solid #625fa5 */
	border-radius: 4px 4px;
	padding: 15px;
	margin-bottom: 25px;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.5);
}

.blog-articles img {
  border:  1px solid #333333;
	border-radius: 4px 4px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.blog-articles .blog-posts {
}
	
	
.article-title-links {
	display: block;
	width: 100%;
	height: 65px;
	max-height: 65px;
	overflow: hidden;
	padding-top: 8px;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	font-weight: bold;
}

.article-meta-links {
	display: block;
	width: 100%;
	height: 46px;
	max-height: 46px;
	overflow: hidden;
	padding-top: 8px;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
}

.posts-btn {
	display: table;
	width: 100%;
}

.posts-btn a.btn {
	display: block;
	max-width: 250px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 12px 10px 12px;
	font-weight: bold;
	font-size: 20px;
	border: 4px solid;
}
	/* Tablets */
    @media (max-width: 1024px) {
      .posts-btn a.btn {
        margin-top: 15px;
      }
	}
	
	/* Small Mobile Devices */
    @media (max-width: 767px) {
			.posts-btn a.btn {
    	}
    }

.posts-btn a.btn:link,
.posts-btn a.btn:visited {
  color: #7774b6;
}
.posts-btn a.btn:hover,
.posts-btn a.btn:active {
  color: #625fa5;
}

		
/* --------------- Author Bio Box ---------------------- */

#author-bio-box {
	display: table;
	margin-top: 50px;
	padding: 15px;
}

#author-bio-box h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 22px;
	text-align: left;
}

.bio-gravatar img {
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	border: 1px solid #cccccc;
	border-radius: 4px 4px;
}

#author-bio-box .bio-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
  background-image: url('images/sprite.png');
  background-repeat: no-repeat;
	display: inline-block;
  margin-right: 3px;
	height: 16px;
	width: 16px;
}

#author-bio-box .bio-icon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7
}

#author-bio-box .bio-icon-twitter {
	background-position:0 0
}

#author-bio-box .bio-icon-facebook {
	background-position: -16px 0
}
#author-bio-box .bio-icon-googleplus {
	background-position: -32px 0
}
#author-bio-box .bio-icon-linkedin {
	background-position: -48px 0
}
#author-bio-box .bio-icon-website {
	background-position: -64px 0
}
#author-bio-box .bio-icon-flickr {
	background-position: -80px 0
}
#author-bio-box .bio-icon-tumblr {
	background-position: -95px 0
}
#author-bio-box .bio-icon-vimeo {
	background-position: -111px 0
}
#author-bio-box .bio-icon-youtube {
	background-position: -127px 0
}
#author-bio-box .bio-icon-instagram {
	background-position: -143px 0
}
#author-bio-box .bio-icon-pinterest {
	background-position: -159px 0
}
		
.bio-description {
	font-style: italic;s
}

	/* Small Mobile Devices */
    @media (max-width: 767px) {
			
      #author-bio-box h3 {
				padding-bottom: 10px;
      	text-align: center;
      }

			.bio-gravatar {
				display: block;
				width: 100%
    	}
			
			.bio-gravatar img {
				float: none;
				display: block;
				margin: 0px auto 20px auto;
    	}
    }



/* =============================================================================================================
		COMMENTS
==============================================================================================================*/

.comments-title {
	padding-bottom: 6px;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 23px;
	}

ol.commentlist {
	list-style-type: none;
	margin: 0px 0px 35px 0px;
	padding: 0px 15px;
	width: 100%;
	}

.commentlist li {
	margin: 0px 0px 10px 0px;
	padding: 15px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: #fafafa;
	}
	
.comment .avatar {
	float: left;
	border: 1px solid #444444;
	margin: 4px 10px 0px 0px;
	}
	
.pending-comment {
	color: #7d0a15;
	}	
	
.commentmetadata {
	margin-top: 0px;
	color: #555555;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	}	
	
.comment-text {
	margin-top: 20px;
	width: 100%;
	}	

	
/* 5.2 Comments Form */
#respond  {
	position: relative;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #dddddd;
	}
	
#comments #respond {
	padding: 0px;
	}

#respond h2  {
	padding-top: 0px;
	margin-top: 10px;
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
	}
#commentform  {
	margin: 0px;
	}
	
#commentform input.txt  {
	color:#555;
	width: 250px;
	margin: 0 5px 10px 0;
	padding: 7px 5px;
	border: 1px solid #eee;
	}
#commentform textarea {
	color:#555;
	width: 100% !important;
	padding: 5px;
	border: 1px solid #eee;
	}

#commentform input.txt, #commentform textarea {
	border: 1px solid;
	border-top-color: #444444;
	border-left-color: #444444;
	border-right-color: #666666;
	border-bottom-color: #666666;
	}

#commentform #submit {
	float: right;
	width: auto;
	display: inline-block;
  padding: 6px 12px;
	margin-top: 15px;
	margin-bottom: 35px;
	background-color: #0077c8;
	border: 1px solid #000080;
  border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
  line-height: 1.42857143;
	text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;	
	}
#commentform #submit:hover {
	cursor:pointer;
	background-color: #00a3e0;
  border-color: #000080;
	}


		
/* =============================================================================================================
		FORMS
==============================================================================================================*/

form {
	display: block;
  max-width: 50%;
	margin: 40px auto 0px auto;
	line-height: 24px;
	font-size: 18px;
}
	/* Various Smaller Devices */
    @media (max-width: 800px) {
			form,
			.wpcf7-form {
				max-width: 100%;
    	}
    }
		
label {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}
	label em {
		color: #666666;
	}

input[type=text],
input[type=email],
textarea {
	display: block;
	resize: no;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 25px;
	padding: 6px 10px;
  outline: 0;
	width: 100%;
	max-width: 100%;
}


textarea {
		height: 200px;
		}
		

input[type=submit]	{
		display: block;
		padding-top: 6px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 6px;
		margin: 20px auto 0px auto;
		background-color: #ef5454; /* #0077c8 */
		font-size: 20px;
		font-weight: bold;
  	color: #ffffff;
		border: none;
		border-radius: 20px;
		text-decoration: none;
}	
		
    input[type=submit]:hover	{
    		background-color: #e93e3e; /* #094f7c */
    }
		
		
/*------ FORM ERRORS ------*/

input.wpcf7-not-valid {
	background-color: rgba(200, 16, 46, 0.2);
	color: #111111;
}

.wpcf7-not-valid-tip {
	margin-top: -20px;
	margin-bottom: 20px !important;
	font-size: 15px !important;
	font-style: italic;
	font-weight: bold !important;
	color: #c8102e !important;
}

.wpcf7-not-valid-tip:before{
	font-family: 'FontAwesome';
	font-style: normal;
	content:"\f071";
	padding-right: 5px;
}
	
.wpcf7-response-output {
	font-weight: bold;
	font-size: 22px;
}

.wpcf7-display-none {
}

.wpcf7-validation-errors {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	margin-top: -20px !important;
	margin-bottom: 40px !important;
	border: 4px dashed #25282a !important;
	border-radius: 10px 10px;
	background-color: #ffc600;
	text-align: center;
}

		

/* =============================================================================================================
		HOMEPAGE
==============================================================================================================*/

.front-page-gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

.front-page-logo {
	margin: 0px 0px 55px 0px;
}
    .front-page-logo img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    }
    .front-page-logo h2 {
			margin: 10px auto;
    	text-align: center;
			font-size: 24px;
			color: #ffffff;
    }
		
.front-page-content {
	color: #ffffff;
	padding: 0px 25px 0px 25px;
	margin-bottom: 30px;
}
	.front-page-content p {
		font-size: 18px;
		color: #ffffff;
	}


.front-page-image {
	float: right;
	max-width: 25%;
  border-radius: 3px 3px;
	margin: 0px 25px 25px 25px;
}

		/* Extra Small Device Styles */	
		@media (max-width: 767px) {
				.front-page-image {
					float: none;
					display: block;
					margin-left: auto;
					margin-right: auto;
					max-width: 65%
					}
				}
				
.quote-area {
	display: block;
	padding: 19px 10px 24px 10px;
}

.quote {
	max-width: 60%;
	margin: 0px auto;
	padding: 0px 15px;
	}

.quote-text p {
	margin-top: 0px;
	padding-top: 0px;
  text-align: center;
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;
	}

.quote-author {
  text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	}
	
	/* Medium Mobile Devices */
    @media (max-width: 1024px) {
      .quote {
      	max-width: 90%;
      }
		}
	
	/* Small Mobile Devices */
    @media (max-width: 900px) {
      .quote {
      	max-width: 100%;
      }
			.quote-text p {
  			font-size: 30px;
  			line-height: 38px;	
			}
		}
		

/*-------------------------------------------------------------------------------------------*/
/* MISC */
/*-------------------------------------------------------------------------------------------*/


/* 404 Error Screen */

.error-404 {
	font-size: 200px;
	line-height: 200px;
	font-weight: bold;
	color: rgba(255, 255, 255, .4);
	text-align: center;
	margin-top: 50px;
	}

.page-not-found {
	font-size: 75px;
	line-height: 75px;
	color: rgba(255, 255, 255, .4);
	text-align: center;
	margin-top: 0px;
	margin-bottom: 50px;
	}
	
	/* Small Mobile Devices */
    @media (max-width: 767px) {
			.error-404 {
				font-size: 100px;
				line-height: 100px;
    	}
			.page-not-found {
				font-size: 35px;
				line-height: 35px;
    	}
    }


/* PAGINATION
-------------------------------------------------- */

.pagination {
	display: block;
	width: 100%;
	margin-top: 40px;
	font-size: 22px;
	text-align: center;
}

.pagination  .prev {
	visibility: hidden;
	position: relative;
}
	.pagination .prev::after {
		visibility: visible;
		position: absolute;
		top: -1px;
		right: 5px;
		font-family: glyphicons;
  	content: "\e217";
  }

.pagination .next {
	visibility: hidden;
	position: relative;
}
	.pagination .next::before {
		visibility: visible;
		position: absolute;
		top: -1px;
		left: 5px;
		font-family: glyphicons;
  	content: "\e218";
  }

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
}		
	
.pagination .page-numbers {
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
	
	


/* ==============================================================================================================
		PRICING
===============================================================================================================*/
		
		
/* PRICING TABLE
-------------------------------------------------- */

.pricing-table {
	display: table;
	width: 100%;
	margin: 40px auto 0px auto;
	padding-top: 25px;
}

.pricing-column  {
}

@media (max-width: 768px) {
  	.pricing-column  {
    }
  }
	

.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 2px solid #362055;
	border-radius: 20px 20px;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
}

.pricing-head h3 {
	color: #362055;
	text-align: center;
  font-weight: bold;
  padding: 12px 10px 0px 12px;
  font-size: 20px;
	border-radius: 20px 20px 0px 0px;
}

.pricing-head h4 {
  color: #362055;
  padding: 5px 0;
  font-size: 35px;
  font-weight: bold;
}

.pricing-head h4 span {
  top: -10px;
	color: #444444;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/

.pricing-content {
  padding: 0px 4px 10px 4px;
}
.pricing-content p  {
  font-size: 14px;
	line-height: 18px;
	text-align: center;
  padding: 7px 10px 0px 10px;
}

.pricing-content ul {
  padding-left: 0;
  list-style: none;
}

.pricing-content li {
  font-size: 12px;
	text-align: center;
  padding: 5px 5px;
  border-bottom: solid 1px #eeeeee;
}

/*Pricing Footer*/
.pricing-footer {
  color: #cccccc;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
	margin: 15px auto;
  padding: 0px 20px 0px 20px;
}

/* Buttons */

.pricing-footer .btn {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	font-weight: bold;
  color: #ffffff;
  background-color: #ef5454;
	border-radius: 20px 20px;
}

.pricing-footer .btn:hover,
.pricing-footer .btn:focus,
.pricing-footer .btn:active {
    color: #ffffff;
    background-color: #e93e3e;
}	
	
	
/* =============================================================================================================
		FOOTER
==============================================================================================================*/

footer {
	display: block;
	width: 100%;
	margin-top: 30px;
	padding: 0px 0px 0px 0px;
	color: #cccccc;
}
	footer a:link,
	footer a:visited {
	}
	footer a:active,
	footer a:hover {
	}		
  footer a img {
  	border: none;
  	text-decoration: none;
  }
						
.copyright {
	padding-bottom: 15px;
  font-size: 12px;
	line-height: 22px;
  text-align: center;
}
