/*
Theme Name: McCollum
Theme URI:
Description: Custom WP Theme for McCollum Family Chiropractic
Author: Schipper Design
Author URI: http://www.webstrim.com
Version: 1.0
Text Domain: bootstrap-wp
*/

/*--- Fonts ---*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:400,600,700|Open+Sans:400,700,900');

@font-face {
  font-family: "mccollum";
  src:url("fonts/mccollum.eot");
  src:url("fonts/mccollum.eot?#iefix") format("embedded-opentype"),
    url("fonts/mccollum.woff") format("woff"),
    url("fonts/mccollum.ttf") format("truetype"),
    url("fonts/mccollum.svg#mccollum") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "mccollum" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "mccollum" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-noun-86533:before {
  content: "\61";
}
.icon-noun-130493:before {
  content: "\62";
}
.icon-noun-576020:before {
  content: "\63";
}
.icon-noun-799099:before {
  content: "\64";
}
.icon-noun-257185:before {
  content: "\65";
}
.icon-noun-1197149:before {
  content: "\66";
}
.icon-noun-165779-2784b0:before {
  content: "\67";
}
.icon-noun-445501-2784b0:before {
  content: "\68";
}
.icon-noun-904416-2784b0:before {
  content: "\6a";
}
.icon-noun-1066146-2784b0:before {
  content: "\6b";
}
.icon-noun-545046-2784b0:before {
  content: "\69";
}

/*--- General ---*/
html, body { overflow-x: hidden; }
body {
	padding-top: 165px;
	padding-bottom: 0;
	margin: 0;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #4f4f50;
}
.admin-bar .navbar-fixed-top {
	margin-top: 30px;
}
::-moz-selection { background: #c9e0eb; }
::selection { background: #c9e0eb; }
.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
section {
	margin: 0px;
	padding: 0px;
}
.page-header {
	margin: 40px 0 15px;
	padding: 0px;
	border-bottom: none !important;
}
sup {
	font-size: 0.7em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}
a {
	color: #2784b0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a:hover, a:active, a:focus {
	color: #2784b0;
	opacity: 0.75;
	text-decoration: none;
	outline: 0;
}
p {
	padding: 0 0 25px 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #4f4f50;
}
blockquote {
	font-size: 16px;
	font-weight: 700 !important;
	line-height: 26px;
}
h1, h2 {
	font-family: 'Fira Sans Condensed', sans-serif;
	margin: 0;
	padding: 15px 0;
}
h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 15px 0;
	letter-spacing: 0px;
}
h1 {
	font-size: 42px;
	line-height: 44px;
	font-weight: 700;
	color: #77ba4e;
	letter-spacing: 1px;
}
h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 34px;
	color: #3f3f3f;
	letter-spacing: 1px;
}
h3 {
	font-size: 28px;
	line-height: 30px;
	color: #3f3f3f;
	font-weight: 700;
}
h4 {
	font-size: 21px;
	line-height: 24px;
	color: #3f3f3f;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	color: #3f3f3f;
	padding: 0 0 16px;
}
h6 {
	font-size: 14px;
	line-height: 25px;
	color: #3f3f3f;
	font-weight: 700;
	padding: 0 0 30px;
	margin-top: -5px;
}
ol {
	padding: 5px 20px;
	color: #4f4f50;
}
ol li {
	padding: 0 0 15px;
	margin-left: 0;
}
ol.bold {
	font-weight: 600;
}
.internal-page ul {
	margin: 0;
	padding: 10px 0 25px 20px; /* make space for li's :before */
	list-style: none;
}
.internal-page ul li {
	position: relative;
	padding-left: 5px; /* text distance to icon */
	padding-bottom: 5px;
}
.internal-page ul li:before {    
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 8px;
	color: #ccc;
    position: absolute;
	left: -20px; /* same as ul padding-left */
	top: 0em; /* depends on character, maybe use padding-top instead */
}
.internal-page ul.checkmark li:before {    
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #ccc;
	position: absolute;
	left: -20px; /* same as ul padding-left */
	top: 0em; /* depends on character, maybe use padding-top instead */
}
ul.attn li {
    font-weight: 700;
	font-size: 16px;
    padding-left: 0;
	margin-bottom: 5px;
	color: #3f3f3f;
}
ul.attn li:before {    
	content:"\f0da";
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #ccc;
	position: absolute;
	left: -20px; /* same as ul padding-left */
	top: 0em; /* depends on character, maybe use padding-top instead */
}
.homepage h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.homepage h3 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
}
.homepage h5, .homepage h6 {
	font-family: 'Fira Sans Condensed', sans-serif;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #686868;
}
.section-grey-pattern h5 {
	color: #e0e0e0;
}
.section-blue h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.section-blue a, .section-orange a {
	color: #fff;
}
.section-blue h6 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 18px;
	letter-spacing: 6px;
	text-transform: uppercase;
	padding: 5px 0 25px;
	color: #fff;
}
.internal-page h1 {
	padding: 15px 0;
	font-size: 34px;
	line-height: 34px;
}
.internal-page h2 {
	color: #2784b0;
}
.internal-page h5 {
	font-size: 18px;
	color: #2784b0;
	font-weight: 700;
}
.sidebar h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #789c48;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding: 9px 0 16px;
	margin-bottom: 13px;
}
.sidebar h3:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	bottom: 0;
	border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li:before {
    content:"\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #ccc;
    position: absolute;
    left: -19px;
    top: 0em;
}
.sidebar ul li {
	font-weight: 700;
	padding-left: 0;
}
p.small {
	font-size: 14px;
	padding: 5px 0;
}
p.learn-more {
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 5px 0;
}
hr {
	margin-top: 20px;
	margin-bottom: 40px;
	border: 0;
	border-top: 2px solid #e5e5e5;
}
.green {
	color: #77ba4e;
}
.orange {
	color: #ff6838;
}
.lorange, h5.lorange {
	color: #FA6F4C;
}
.lblue {
	color: #50acc7;
}
.grey {
	color: #8c8c8d;
}
.white, .internal-page h2.white  {
	color: #fff;
}
.white-opcty {
	color: #fff;
	opacity: 0.8;
}
a.read-more {
	text-transform: uppercase;
	color: #2784b0;
	padding-left: 10px;
}
.btn-primary {
	padding: 7px 20px 6px;
	font-family: "Fira Sans Condensed", sans-serif;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	background: #77ba4e;
	border-radius: 5px;
	white-space: normal;
	border: none;
}
.btn-primary i {
	margin-left: 3px;
	font-size: 18px;
	height: 18px;
	line-height: 16px;
	vertical-align: middle;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #77ba4e;
	border: none;
	opacity: 1;
}
.btn-primary.grey, .btn-secondary.grey {
	background: #686868;
}
.btn-primary.blue, .btn-secondary.blue {
	background: #2784b0 !important;
}
.btn-secondary.orange {
    background: #ff6838 !important;
}
.btn-secondary.green {
    background: #77ba4e !important;
}
.navbar .btn {
	vertical-align: top !important;
}
.navbar .btn-primary {
	padding: 5px 15px;
	margin: 0;
	margin-right: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	background: #77ba4e;
	border-radius: 5px;
}
.navbar .btn-primary:hover, .navbar .btn-primary:focus {
	background-color: #77ba4e;
}
.btn-secondary {
	padding: 7px 16px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 21px;
	color: #fff;
	background: #2784b0;
	border-radius: 5px;
}
.btn-secondary [data-icon]:before {
	font-family: "mccollum" !important;
	content: attr(data-icon);
	speak: none;
	font-size: 21px;
	margin-right: 3px;
	height: 21px;
	line-height: 21px;
	vertical-align: top;
}
.btn-secondary:hover, .btn-secondary:focus {
	background-color: #2784b0;
	color: #fff;
	opacity: 1;
}
.homepage img, .featured-image img, .internal-page img {
	max-width: 100%;
	height: auto;
}
img.alignright {float:right; margin: 0 0 15px 25px;}
img.alignleft {float:left; margin: 0 25px 15px 0;}
.sidebar { 
	margin-top: 45px;
	color: #4f4f50;
}
img.border {
	border: 5px #ccc solid;
}
.sidebar h3 {
	color: #3f3f3f;
}
.widget {
	margin: 10px 0 20px;
}
article.post {
	margin: 20px 0 40px;
}
.spacer-30 {
	display: block;
	height: 30px;
}
.spacer-60 {
	display: block;
	height: 60px;
}

/*--- Header ---*/
.navbar {
	min-width: 100%;
	height: auto;
	background-color: #fff !important;
	border-color: transparent !important;
}
.navbar-header a:hover, .navbar-header a:focus {
	opacity: 1;
}
.navbar-brand {
	display: inline-block;
	height: auto;
	padding: 0;
}
.navbar-brand img {
	width: 146px;
	height: auto;
	padding: 8px;
}
a.navbar-brand, a.navbar-brand:hover, a.navbar-brand:active, a.navbar-brand:focus {
    color: transparent;
}
.top-bar {
	padding: 10px 0 8px;
	background-color: #2784b0;
	border-bottom: 1px solid #fff;
}
.top-bar-border {
	border-bottom: 1px solid #e7e7e7;
}
.header-border {
	height: 2px;
	background-color: #e7e7e7;
	border-bottom: 1px solid #fff;
}
.header-img-border {
	height: 2px;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
}
.top-bar p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
.top-bar a {
	color: #fff;
}
.top-bar .address:before {
	content: "\f041"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 0em; /* same as padding-left set on li */
	width: 1em; /* same as padding-left set on li */
	font-size: 21px;
	color: #67abc6;
}

/* Social Icons  - Top Bar */
.top-social-icons {
	display: inline-block;
}
ul.social-icons {
	margin: 0 !important;
	padding: 0 0 0 10px !important;
}
.social-icons li {
	vertical-align: middle;
	display: inline;
}
.social-icons a {
	color: #fff;
	text-decoration: none;
}
.social-icons .fa {
	font-size: 26px;
	padding-left: 3px;
	margin-top: 0px;
}
.social-icons .fa-instagram {
	font-size: 28px;
}
.social-icons .fa-facebook-square,
.social-icons .fa-twitter-square,
.social-icons .fa-pinterest-square,
.social-icons .fa-instagram {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
}

/*--- Primary Navigation ---*/
.navbar-fixed-top {
	border-width: 0 !important;
}
.navbar-nav {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	min-height: 40px;
}
.navbar-nav > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #707070 !important;
	padding: 50px 20px 45px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-color: transparent !important;
	opacity: 1;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.focus {
	color: #77ba4e !important;
	background-color: transparent !important;
	opacity: 1;
}
.navbar-nav > li > a.active {
	color: #77ba4e !important;
	background-color: transparent !important;
}
.current-menu-item > a, .current-menu-parent > a {
	color: #77ba4e !important;	
}
.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #77ba4e;
}
.navbar-nav > .active > a, 
.navbar-nav > .active > a:hover, 
.navbar-nav > .active > a:focus {
	color: #77ba4e !important;
	opacity: 1;
}	
.navbar-nav > li.current-menu-item > a, 
.navbar-nav > li.current-menu-parent > a, 
.navbar-nav > li.current_page_parent > a,
.navbar-nav > li.current-page-ancestor > a {
	color: #77ba4e !important;
}	
.navbar-nav > li.current-menu-item.celldetox > a,
.navbar-nav > li.current-menu-parent.celldetox > a,
.navbar-nav > li.current-menu-item.celldetox > a,
.navbar-nav > li.current_page_parent.celldetox > a,
.navbar-nav > li.current-page-ancestor.celldetox > a,
.navbar-nav > li.celldetox > a:hover,
.navbar-nav > li.celldetox > a.focus {
	color: #ff6838 !important;
}	
.navbar-toggle {
	margin-top: 20px;
	margin-bottom: 8px;
	background-color: #77ba4e;
	border: 2px solid #77ba4e;
	border-radius: 0px;
}
.navbar-toggle:hover {
	background-color: #fff;
	border: 2px solid #77ba4e;
	border-radius: 0px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle:hover .icon-bar {
	background-color: #77ba4e;
}

/*--- Homepage - Intro ---*/
.intro-message {
	margin: 40px auto;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 990px;
}

/*--- Homepage - Services ---*/
.section-grey {
	background-color: #ececec;
	border: 10px solid #f2f2f2;
	padding: 40px 0 60px;
}
.services .col-md-4, .services .col-md-3 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.services .highlight {
	display: block;
	min-height: 250px;
	background: #fff;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 8px solid #2784b0;
	position: relative;
}
.services .bg-blue {
	background: #2784b0;
	padding: 25px;
}
.services .circle {
	display: block;
	width: 160px;
	height: 160px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 5px solid #8bc468;
	margin: 0 auto;
}
.services .spine:before {
	font-size: 110px !important;
	color: #2784b0;
	display: table-cell;
	vertical-align: middle; 
    text-align: center;
	height: 150px;
    width: 150px; 
}
.services .feet:before {
	font-size: 155px !important;
	color: #2784b0;
	display: table-cell;
	vertical-align: middle; 
    text-align: center;
	height: 155px;
    width: 130px; 
}
.services .fruit:before {
	font-size: 105px !important;
	color: #2784b0;
	display: table-cell;
	vertical-align: middle; 
    text-align: center;
	height: 150px;
    width: 160px; 
}
.highlight .info {
	padding: 25px 30px 15px;
}
.services h3 {
	text-align: center;
	color: #3f3f3f;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 21px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.services h3:before {
	border-bottom: none;
}
.services i {
	margin-left: 5px;
	font-size: 18px;
	height: 18px;
	line-height: 16px;
	vertical-align: middle;
}

/*--- Homepage - Success Stories ---*/
.section-grey-pattern {
	background: #444 url("images/bg-grey-pattern.png") repeat center center;
	color: #fff;
	padding: 40px 0 60px;
}
.home-videos {
	padding: 30px 0;
}
.home-videos iframe, .emphasis iframe, .internal-page iframe {
	margin-bottom: 10px;
	border: 5px solid #ccc;
	width: 100%;
	min-height: 350px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home-videos h4 {
	font-size: 18px;
	padding: 0;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

/* tabs */
.panel-group {
	margin: 10px 0;
}
h4.panel-title {
	padding: 8px 0 !important;
	font-size: 20px;
	font-weight: 700;
}
.panel-title a {
	color: #fff;
	text-decoration: none;
}
.panel-group .panel {
	border-radius: 0px;
	overflow: hidden;
}
.panel-default {
	border-color: #e9e9e9;
}
.panel {
	margin-bottom: 10px;
	background-color: #e9e9e9;
	border: none;
	border-radius: 10px !important;
	box-shadow: none;
	padding: 1px;
}
.panel-default > .panel-heading {
	background: #77ba4e url("images/bg-green-pattern.png") repeat center center;
	border-color: #77ba4e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #e9e9e9;
}
.toggle-icon .glyphicon {
	padding-right: 15px;
	margin-left: 0px;
}
.panel-body {
    padding: 30px 45px 40px;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.panel-body h4 {
	font-size: 20px;
}
.panel-body h5 {
	color: #3f3f3f !important;
	padding: 10px 0;
	font-size: 18px;
}

/*--- Homepage - Location ---*/
.section-grey-flat {
	background-color: #ececec;
	padding: 40px 0 60px;
}
.location {
	padding: 30px 0;
}
.schedule {
	background-color: #6dac47;
	border: 10px #fff solid;
	padding: 0 0 20px 0;
}
.schedule table {
	background-color: #6dac47;
	border: 1px #6dac47 solid;
	color: #fff;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.schedule table caption {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 26px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 20px 0 18px;
	background-color: #2784b0;
}
.schedule .table > thead > tr > th, .schedule .table > thead > tr > td {
	border-bottom-width: 0px;
}
.schedule .table > thead > tr > th, .schedule .table > tbody > tr > th, .schedule .table > tfoot > tr > th {
	padding: 15px;
	line-height: 15px;
	vertical-align: top;
	border-top: 1px solid #6dac47;
	font-weight: 600;
}
.schedule .table > thead > tr > td, .schedule .table > tbody > tr > td, .schedule .table > tfoot > tr > td {
	padding: 18px 15px;
	line-height: 18px;
	vertical-align: top;
	border-top: 1px solid #6dac47;
	background-color: #77ba4e;
}

/*--- Internal Pages ---*/
.header-img {
	height: 100%;
	background: #2784b0 url('images/header-pattern.jpg') no-repeat center top;
}
.header-img img {
	width: 100%;
	height: auto;
}
.header-img .desktop {
	display: block;
	visibility: visible;
}
.header-img .mobile {
	display: none;
	visibility: hidden;
}
.internal-page {
	padding-bottom: 80px;
}
.contact-form {
	background-color: #ececec;
	border: 10px solid #f2f2f2;
	padding: 35px;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.highlight-blue {
	background: #c9e0eb;
	margin: 0;
	padding: 0 5px;
}

/*--- Our Care ---*/
.emphasis {
	background-color: #f4f4f4;
	padding: 25px 45px 25px;
	margin: 10px 0 30px;
}
.emphasis.green {
	background: #77ba4e url("images/bg-green-pattern.png") repeat center center;
}
.emphasis.blue {
	background: #2784b0 url("images/bg-lblue-pattern.png") repeat center center;
}
.emphasis.orange {
	background: #ff6838 url("images/bg-lorange-pattern.png") repeat center center;
}
.emphasis.green h4, .emphasis.blue h4 {
	color: #fff;
	font-size: 18px;
}
.emphasis.green ul, .emphasis.blue ul {
	margin: 0 0 20px;
}
.emphasis.green ul li, .emphasis.blue ul li {
	font-weight: 700;
	color: #fff;
    font-size: 16px;
}
.emphasis.green ul li a, .emphasis.blue ul li a {
	color: #fff;
}
.emphasis.green ul li:before, .emphasis.blue ul li:before {
	color: #fff;
	content:"\f0da";
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    left: -18px;
    top: 0em;
}
.emphasis.green ol li, .emphasis.blue ol li {
	color: #fff;
}
.info-icon i {
	display: inline-block;
	font-size: 130px;
	color: #fff;
	height: 130px;
	line-height: 130px;
	vertical-align: middle;
	position: relative;
	top: 10px;
	right: 15px;
}

/*--- Sidebar ---*/
.frm_form_widget {
	background-color: #f4f4f4;
	border: 2px dashed #e1e1e1;
	padding: 15px;
	margin: -15px 0 0 0;
}
.frm_form_widget .frm_style_formidable-style.with_frm_style fieldset {
    padding: 10px;
}
.frm_form_widget .frm_style_formidable-style.with_frm_style .frm_submit button {
	width: 100%;
	background-color: #77ba4e;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 1px;
	color: #fff;
	border: none;
}
.frm_form_widget .frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_form_widget .frm_style_formidable-style.with_frm_style .frm_submit button:focus {
	background-color: #8ac367;
}
.frm_form_widget .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 10px;
}
.frm_form_widget .frm_style_formidable-style.with_frm_style .frm_submit button {
	margin: 0px;
}
.frm_form_widget .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
	border-color: #fff;
}
.frm_style_formidable-style.with_frm_style .frm_error_style {
	margin-bottom: 0px;
}
.sidebar table {
	background-color: #f4f4f4;
	border: none;
	color: #444;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 0px;
}
.sidebar .table > thead > tr > td, .sidebar .table > tbody > tr > td, .sidebar .table > tfoot > tr > td {
	vertical-align: top;
	border-top: 1px solid #fff;
}

/*--- Formidable Form ---*/
.frm_forms.frm_style_formidable-style.with_frm_style fieldset {
    padding: 40px 50px;
	margin: 20px 0 20px;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_submit button {
	background-color: #ff6838;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 1px;
	color: #fff;
	border: none;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_submit button:focus {
	background-color: #ff6838;
	opacity: 0.8;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_required {
    color: #FA6F4C;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error,
.frm_style_formidable-style.with_frm_style .frm_error_style {
    color: #FA6F4C;
	font-weight: 700;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type="text"], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="password"], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="url"], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="tel"], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="number"], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="email"], .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field select, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single, .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
	border-color: #FA6F4C;
}

/*--- About ---*/
.caption-box {
	background: #77ba4e url("images/bg-green-pattern.png") repeat center center;
	color: #fff;
    margin: 0 0 10px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.caption-box i {
	display: inline-block;
	margin: 0 5px;
	font-size: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
.caption-box h3 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 24px;
	color: #f4f4f4;
	padding: 5px 15px;
	line-height: 50px;
	letter-spacing: 1px;
}
.member-field {
	background-color: #f4f4f4;
	margin: 0 0 10px;
	padding: 45px 50px 35px;
}
.member-field h5 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 24px;
}

/*--- Blog ---*/
.post h2 {
	font-size: 28px;
}

/*--- Cellular Detox ---*/
.header-bg {
    background: #3f3f3f url('images/header-bg-cellular-detox.png') repeat-x top left;
	height: 160px;
}
.header-bg-cell {
    background: transparent url('images/cell-bg.png') no-repeat top left;
	height: 160px;
}
.header-caption img {
	height: 120px;
	width: auto;
	max-width: 100%;
	float: right;
	margin-top: 25px;
}
.intro-celldetox {
	margin-bottom: 50px;
}
.celldetox h1 {
	color: #2784b0 !important;
}
.celldetox .frm_form_widget .frm_style_formidable-style.with_frm_style .frm_submit button {
	background-color: #2784b0 !important;
}
.section-orange {
	background-color: #3f3f3f;
	border: 10px solid #5b5b5b;
	padding: 40px 0 70px;
}
.section-orange h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.section-orange h6 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 18px;
	letter-spacing: 6px;
	text-transform: uppercase;
	padding: 5px 0 25px;
	color: #fff;
}
.section-orange p {
	color: #fff;
}
.section-orange .btn-primary, .section-orange .btn-primary:hover, .section-orange .btn-primary:focus {
    background-color: #ff6838;
}
.up-footer .current-menu-item > a, .current-menu-parent > a {
    color: #2784b0 !important;
}
.celldetox .circle {
	display: block;
	width: 160px;
	height: 160px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 6px solid #4796bc;
	margin: 0 auto;
}
.celldetox .icon1:before {
	font-size: 90px !important;
	color: #ff6838;
	display: table-cell;
	vertical-align: middle; 
    text-align: center;
	height: 150px;
    width: 160px; 
}
.celldetox .icon2:before {
	font-size: 80px !important;
	color: #ff6838;
	display: table-cell;
	vertical-align: middle; 
    text-align: center;
	height: 145px;
    width: 160px; 
}
.celldetox .section-grey h2,
.celldetox .section-grey-flat h2,
.celldetox .section-grey-pattern h2 {
    text-transform: uppercase;
    letter-spacing: 2px !important;
}
.celldetox .section-grey h5, 
.celldetox .section-grey h6, 
.celldetox .section-grey-pattern h5,
.celldetox .section-grey-flat h5 {
    font-family: 'Fira Sans Condensed', sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
	color: #686868;
}
.celldetox .section-grey-pattern h5 {
	color: #e0e0e0;
}
ol.custom-counter {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	margin-left: 40px;
}
.custom-counter li {
	counter-increment: step-counter;
	margin-bottom: 5px;
}
.custom-counter li:before {
	content: counter(step-counter);
	margin-right: 10px;
	margin-left: -40px;
	font-size: 90%;
	background-color: #FA6F4C;
	color: white;
	font-weight: bold;
	padding: 5px 11px;
	height: 25px;
	width: 25px;
	border-radius: 50%;
}
.caption-box.blue {
    background: #50acc7;
    color: #fff;
    margin: 0 0 10px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*  Modal */
.modal-header {
	border-bottom: none !important;
}
.modal-footer {
	border-top: none !important;
}
.modal-body {
	padding: 30px 45px;
	border-top: none !important;
}
.modal h1 {
	font-size: 28px;
	color: #2784b0;
	padding: 0 0 15px;
}
.modal h2 {
	font-size: 24px;
	color: #3f3f3f;
	padding: 5px 0 15px;
	text-transform: none;
}

/*--- Footer ---*/
.section-blue {
	background-color: #2784b0;
	border: 10px solid #4796bc;
	padding: 40px 0 70px;
}
.section-blue p {
	color: #fff;
}
.up-footer {
	background-color: #f1f1f1;
	padding: 35px 0;
}
.up-footer .widget {
	margin-bottom: 10px !important;
}
.up-footer p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 24px;
	color: #3f3f3f;
}
.up-footer h3 {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #3f3f3f;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 0 10px;
	position: relative;
	margin-bottom: 7px;
	letter-spacing: 1px;
}
.up-footer h3:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #2784b0;
}
.up-footer a {
	color: #2784b0;
}
.up-footer ul {
	margin: 0;
	padding: 0;
}
.up-footer ul.menu li {
	display: block;
	margin: 0;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #3f3f3f;
	position: relative;
}
.up-footer ul.menu li:before {
	content:"\f0da";
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #2784b0;
    position: absolute;
    left: 0;
    top: 0;
}
.up-footer ul.menu li a {
	color: #3f3f3f;
}
.up-footer i {
	display:inline-block;
	font-size: 23px;
	line-height: 30px;
	color: #fff;
	background-color: #231f20;
	border-radius: 2px;
	width: 30px;
	height: 30px;
	margin-left: 8px;
	margin-bottom: 1px;
	text-align: center;
	vertical-align: bottom;
}
.up-footer .fa-facebook {
	margin-left: 25px;
	padding-left: 5px;
}
.up-footer .btn-primary.btn-reversed {
	padding: 5px 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
}

/* Social Icons  -  Footer */
ul.footer-social-icons {
	display: inline-block;
 	margin: 10px 0 0 !important;
}
.up-footer ul.footer-social-icons li {
	vertical-align: top;
	display: inline !important;
}
.footer-social-icons a {
	text-decoration: none;
}
.footer-social-icons .fa {
	margin-top: 0px;
}
.up-footer .footer-social-icons .fa-facebook,
.up-footer .footer-social-icons .fa-twitter,
.up-footer .footer-social-icons .fa-youtube,
.up-footer .footer-social-icons .fa-pinterest,
.up-footer .footer-social-icons .fa-instagram {
    margin-left: 0px;
    margin-right: 3px;
    padding-left: 0px;
}
.up-footer .footer-social-icons .fb i {
	background-color: #3b5998;
}
.up-footer .footer-social-icons .ytube i {
	background-color: #d52423;
}
.up-footer .footer-social-icons .twtr i {
	background-color: #00aced;
}
.up-footer .footer-social-icons .pntrst i {
	background-color: #cb2027;
}
.up-footer .footer-social-icons .instgrm i {
	background-color: #517fa4;
}

footer {
	background: #eaeaea;
	padding: 30px 0 25px;
}
footer p {
	padding: 0;
	font-size: 12px;
	text-align: center;
	color: #767676;
}
footer a {
	color: #2784b0;
}
footer a:hover, footer a:focus {
	color: #2784b0;
}

/*--- Hero Area ---*/
.hero-mobile {
	display: none;
	visibility: hidden;
}
.hero-desktop {
	display: block;
	visibility: visible;
}
#first-slider {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	background: #232323;
}
#first-slider .carousel-indicators {
	bottom: 30px;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
	background-image: none;
}
#first-slider .carousel .item {
	min-height: 750px; 
	height: 100%;
	width: 100%;
}
.carousel-inner .item .container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#first-slider iframe {
    margin-bottom: 0;
    border: none;
    width: 100%;
    min-height: 750px;
}
#first-slider .carousel-control {
	width: 6%;
    text-shadow: none;
}
#first-slider .carousel-indicators li {
	width: 14px;
	height: 14px;
	background-color: rgba(255,255,255,.4);
	border:none;
}
#first-slider .carousel-indicators .active {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border:none;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left,
.carousel-control .fa-chevron-circle-right, .carousel-control .fa-chevron-circle-left {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-chevron-circle-left {
	left: 50%;
	width: 45px;
	height: 45px;
	margin-top: -15px;
	font-size: 45px;
	color: #fff;
}
.carousel-control .fa-angle-right,
.carousel-control .fa-chevron-circle-right {
	right: 50%;
	width: 45px;
	height: 45px;
	margin-top: -15px;
	font-size: 45px;
	color: #fff;
}
.carousel-control {
	opacity: 0.5;
}
.carousel-control:hover {
	opacity: 0.85;
}
#first-slider .carousel .item {
	min-height: 750px !important; 
	height: 750px !important; 
	width: 100%;
}
.carousel-inner > .item > img.video-placeholder {
	max-width: none !important;
	width: 100%;
	height: auto;
}

/* Call To Action */
.call-to-action {
	margin-top: 200px;
	padding: 15px 40px 30px;
	background-color: #fff;
	position: relative;
}
.call-to-action h1 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 600;
	color: #2784b0;
}
.call-to-action p {
	font-size: 21px;
	line-height: 32px;
	font-weight: 600;
	color: #707070;
}
.slide-btn .btn-primary {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	padding: 9px 50px 8px 30px;
	position: absolute;
	bottom: -20px;
	left: 45px;
}
.slide-btn .btn-primary:hover, .slide-btn .btn-primary:focus {
	background-color: #77ba4e;
	opacity: 1;
}

@media screen and (max-width: 1600px) {
#first-slider .carousel .item {
	min-height: 670px !important; 
	height: 670px !important; 
	width: 100%;
}
#first-slider iframe {
    width: 100%;
    min-height: 670px;
}	
}

@media only screen and (max-width:1024px) {
.navbar-nav > li > a {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#first-slider .carousel .item {
	min-height: 570px !important; 
	height: 570px !important; 
	width: 100%;
}
#first-slider iframe {
    width: 100%;
    min-height: 570px;
}		
}

@media (min-width:768px) {
.sub-menu {
	display: none;
	position: absolute;
	background: #fff;
	min-width: 220px;	
	padding: 5px 0;
	border-radius: 0;
	border: 1px solid #e7e7e7;
}
li:hover .sub-menu {
	display: block;
}
.sub-menu li {
	list-style: none;
	padding: 0 15px;
}
.sub-menu li:last-child {
	margin-bottom: 0;
}
.sub-menu a  {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 1px;
	color: #707070;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 12px 1px 13px;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
}
.sub-menu li:last-child a  {
	border-bottom: none;
}
.sub-menu a:hover  {
	color: #77ba4e;	
	opacity: 1;
}
.sub-menu > li.celldetox.current_page_item > a,
.sub-menu > li.celldetox > a:hover,
.sub-menu > li.celldetox > a:focus  {
	color: #ff6838 !important;
}
}

@media (max-width:767px) {
.top-bar p {
	font-size: 11px;
}
.top-bar .text-right {
	text-align: left !important;
	margin-top: 5px;
}
.navbar-nav > li > a {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sub-menu li {
	list-style-type: none;
	padding: 5px 0;
	margin-left: 0;
}
.sub-menu li:before {
	content: '\2022';
	color: #7d7c7c;
	padding-right: 0.3em;
}
.sub-menu li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #7d7c7c !important;
	letter-spacing: 1px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.focus {
	color: #789c48 !important;	
}
.sub-menu li > a:hover, .sub-menu li > a:focus {
	opacity: 1;
	color: #789c48 !important;	
}
.navbar .btn-primary {
	padding: 5px 7px;
	margin-left: 3px;
	font-size: 10px;
}
.navbar-brand img {
	width: 100px;
	height: auto;
}
#first-slider .carousel .item {
	min-height: 300px !important; 
	height: 300px !important; 
	width: 100%;
}
.videoContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item > img.video-placeholder {
    height: 100%;
    width: auto;
}
#first-slider iframe {
    width: 100%;
    min-height: 300px;
}
.call-to-action {
    margin-top: 0px;
}
.call-to-action h1 {
    font-size: 18px;
    line-height: 20px;
	letter-spacing: 0px;
}
.call-to-action p {
    font-size: 14px;
    line-height: 18px;
}
.slide-btn .btn-primary {
    font-size: 15px;
	position: absolute;
	bottom: -5px;
	left: 45px;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
body {
	padding-top: 160px;
}
.navbar-nav > li > a {
	font-size: 13px;
	padding: 50px 15px 30px;
	letter-spacing: 1px;
}
#first-slider .carousel .item {
	min-height: 520px !important; 
	height: 520px !important; 
	width: 100%;
}
#first-slider iframe {
    width: 100%;
    min-height: 520px;
}
.call-to-action {
	margin-top: 50px;
}
.services .highlight {
    min-height: 600px;
}
.sidebar .btn-secondary {
	font-size: 12px;
}
.sidebar h3 {
	letter-spacing: 0px;
	font-weight: 900 !important;
}
.header-bg {
	height: 130px;
}
.header-caption img {
	height: 120px;
	width: auto;
	margin-top: 10px;
}
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
body {
	padding-top: 135px;
}
.navbar-nav > li > a {
	padding: 35px 11px 10px;
	font-size: 10px;
}
.top-bar p {
	font-size: 12px;
}
.navbar-brand img {
	width: 110px;
	height: auto;
	margin-bottom: 0px;
}
#first-slider .carousel .item {
	min-height: 350px !important; 
	height: 350px !important; 
	width: 100%;
}
#first-slider iframe {
    width: 100%;
    min-height: 350px;
}
#first-slider .carousel-indicators {
    bottom: 10px;
}
.call-to-action {
	margin-top: 0;
	margin-left: 20px;
	margin-right: 30px;
	padding: 15px 40px 15px;
}
.call-to-action h1 {
	font-size: 24px;
	line-height: 24px;
}
.call-to-action p {
	font-size: 16px;
	line-height: 24px;
}
.slide-btn .btn-primary {
	font-size: 18px;
	padding: 9px 40px 8px 30px;
}
.services .highlight {
    min-height: 300px;
}
.header-bg {
	height: 100px;
}
.header-caption img {
	height: 110px;
	width: auto;
	margin-top: 0;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
body {
	padding-top: 160px;
}
.top-bar p {
	font-size: 11px;
}
.top-bar .text-right {
	text-align: left !important;
	margin-top: 5px;
}
.navbar .btn-primary {
	padding: 5px 7px;
	margin-left: 3px;
	font-size: 10px;
}
.navbar-brand img {
	width: 100px;
	height: auto;
}
.hero-desktop {
	display: none;
	visibility: hidden;
}
.hero-mobile {
	display: block;
	visibility: visible;
	min-height: 390px !important; 
	width: 100%;
}
.header-bg {
	height: 120px;
}
.header-caption img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.call-to-action {
	display: none;
}
.schedule .table > thead > tr > th, .schedule .table > tbody > tr > th, .schedule .table > tfoot > tr > th,
.schedule .table > thead > tr > td, .schedule .table > tbody > tr > td, .schedule .table > tfoot > tr > td {
	padding: 10px 8px;
}
.header-img .desktop {
	display: none;
	visibility: hidden;
}
.header-img .mobile {
	display: block;
	visibility: visible;
}
.page-header {
	margin: 20px 0 5px;
}
.member-field {
    padding: 25px 15px;
}
.panel-body {
    padding: 15px;
}
.section-blue h2, .section-orange h2 {
	font-size: 28px;
}
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
