/*!
	Theme Name: Fitness Pro
	Theme URI: http://www.seothemes.net/
	Description: This is the Fitness Pro theme created for the Genesis Framework.
	Author: Seo Themes
	Author URI: http://www.seothemes.net/
	Version: 1.0
	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	Template Version: 2.4.2
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Forms
	- Tables
	- Screen Reader Text
	- Skip Links
- Structure and Layout
	- Site Containers
	- Gallery
	- Widgets
	- Featured Content
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Responsive Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
	- Sidebars
- Site Footer
	- Footer Widgets
- Front Page
- Inner Pages
- Print Styles
*/
/* Variables
--------------------------------------------- */
/* Mixins
--------------------------------------------- */
/* ## Partials
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

.bold{
font-weight:bold;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
* {
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
  /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 1.4rem;
}

@media (min-width: 860px) {
  body > div {
    font-size: 1.6rem;
  }
}

body {
  background-color: #fff;
  color: #525c6c;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .01em;
  margin: 0;
  overflow-x: hidden;
}

@media (min-width: 860px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.1s ease-in-out;
}

a {
  /*color: #b6bccd;*/
  color: #01b6af;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #525c6c;
  text-decoration: none;
}

p {
  margin: 0 0 2.4rem;
  display: block;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #dee8eb;
  clear: both;
  margin: 2.4rem 0;
  display: block;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0 0 1.2rem;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
}

@media (min-width: 860px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

@media (min-width: 860px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 2rem;
}

@media (min-width: 860px) {
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 860px) {
  h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 860px) {
  h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h6 {
  font-size: 15px;
  font-size: 1.5rem;
}

@media (min-width: 860px) {
  h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #dee8eb;
  border-radius: 4px;
  box-shadow: none;
  color: #525c6c;
  font-weight: 400;
  padding: 14px 20px;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border: 1px solid #1ac9cb;
  outline: none;
}

/* Display outline on focus */
:focus {
  color: #525c6c;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

::-moz-placeholder {
  color: #525c6c;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #525c6c;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  border: 0;
  border-radius: 4px;
  color: #fff !important;
  cursor: pointer;
  font-weight: 800;
  padding: 11px 26px 15px;
  margin-bottom: 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: .1em;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  background: #00cdac;
  background: linear-gradient(135deg, #00cdac 0%, #02aab0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdac', endColorstr='#02aab0',GradientType=1 );
}

.fullwidth{
	width: 100% !important;
	text-align:center !important;
}

@media (min-width: 860px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button {
    padding: 13px 30px 17px;
  }
}

button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus {
  color: #fff;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 999px rgba(255, 255, 255, 0.25);
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
  padding: 8px 18px 10px;
  font-size: 1.2rem;
}

@media (min-width: 860px) {
  button.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small,
  .button.small {
    padding: 10px 22px 12px;
  }
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.button.secondary {
  background: #525c6c;
}

button.light,
input[type="button"].light,
input[type="reset"].light,
input[type="submit"].light,
.button.light {
  background: transparent;
  box-shadow: inset 0 0 0 1px white;
}

button.light:hover,
input[type="button"].light:hover,
input[type="reset"].light:hover,
input[type="submit"].light:hover,
.button.light:hover {
  box-shadow: inset 0 0 0 2px white;
}

button:disabled, button:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover,
.button:disabled,
.button:disabled:hover {
  background: #f9fbfc;
  border-width: 0;
  color: #dee8eb;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-word;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #525c6c;
  background: #fff;
  z-index: 100000;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 860px) {
  .wrap {
    max-width: 90%;
    padding: 0;
  }
}

@media (min-width: 1023px) {
  .wrap {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrap {
    max-width: 1140px;
  }
}

@media (min-width: 1340px) {
  .wrap {
    max-width: 1280px;
  }
}

.site-inner {
  clear: both;
  padding: 40px 0 50px;
  word-wrap: break-word;
  background-color: #fff;
  overflow-y: hidden;
}

@media (min-width: 860px) {
  .site-inner {
    padding: 60px 0;
  }
}

@media (min-width: 860px) {
  .landing-page .site-inner {
    max-width: 800px;
  }
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
@media (min-width: 1023px) {
  .content {
    float: right;
    width: 620px;
  }
  .content-sidebar .content {
    float: left;
  }
  .full-width-content .content {
    width: 100%;
  }
  .sidebar-primary {
    float: right;
    width: 300px;
  }
  .sidebar-content .sidebar-primary {
    float: left;
  }
}

@media (min-width: 1200px) {
  .content {
    width: 800px;
  }
  .sidebar-primary {
    width: 400px;
    max-width: 33.2%;
  }
  .sidebar-content .content,
  .content-sidebar .content {
    max-width: 61.8%;
  }
  .full-width-content .content {
    max-width: 100%;
  }
}

/* Column Classes
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  width: 100%;
}

@media (min-width: 860px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }
  .one-fourth {
    width: 23.076923076923077%;
  }
  .three-fourths {
    width: 74.35897435897436%;
  }
  .one-sixth {
    width: 14.52991452991453%;
  }
  .five-sixths {
    width: 82.90598290598291%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}

/* ## Gallery
--------------------------------------------- */
.gallery a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.gallery img {
  display: block;
}

@media (min-width: 540px) {
  .gallery img {
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
    position: absolute;
  }
}

.gallery-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-item {
  float: left;
  margin: 0 0 5% 0;
  text-align: center;
  height: 200px;
  width: 100%;
}

.gallery-columns-1 .gallery-item:nth-child(1n+1),
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
  margin-left: 0;
}

@media (min-width: 540px) {
  .gallery-columns-4 .gallery-item {
    margin: 0 0 2.564102564102564% 2.564102564102564%;
    width: 48.717948717948715%;
  }
  .gallery-columns-4 .gallery-item:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}

@media (min-width: 860px) {
  .gallery-item {
    margin: 0 0 2.564102564102564% 2.564102564102564%;
  }
  .gallery-columns-1 .gallery-item {
    width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    width: 48.717948717948715%;
  }
  .gallery-columns-3 .gallery-item {
    width: 31.623931623931625%;
  }
  .gallery-columns-4 .gallery-item {
    width: 23.076923076923077%;
  }
  .gallery-columns-4 .gallery-item:nth-child(2n+1) {
    clear: none;
    margin-left: 2.564102564102564%;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
  }
  .gallery-columns-5 .gallery-item {
    width: 17.9487179487179488%;
  }
  .gallery-columns-6 .gallery-item {
    width: 14.52991452991453%;
  }
  .gallery-columns-7 .gallery-item {
    width: 12.08791208791209%;
  }
  .gallery-columns-8 .gallery-item {
    width: 10.25641025641026%;
  }
  .gallery-columns-9 .gallery-item {
    width: 8.83190883190883%;
  }
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0;
}

.featured-content .entry:last-of-type {
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  padding: 0 0 12px;
}

.breadcrumb a {
  color: #f9fbfc;
}

.breadcrumb a:hover {
  color: #fff;
}

.after-entry,
.author-box {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5%;
}

@media (min-width: 860px) {
  .after-entry,
  .author-box {
    margin-bottom: 40px;
  }
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */
.author-box-title {
  font-size: 20px;
  font-size: 2rem;
}

.entry-title a {
  color: #525c6c;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #1ac9cb;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1.2em;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

a.post-edit-link {
  display: none;
}

.single-post img, .post img{
padding-right:20px;
}

/* ## Other
--------------------------------------------- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.js .fade-up {
  opacity: 0;
  overflow: hidden;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}

.fadeInUp {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews h3 {
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}

.sidebar .enews p {
  font-size: 1.4rem;
}

.sidebar .enews-widget {
  background-color: #fff;
  border: 1px solid #dee8eb;
  border-radius: 4px;
}

.sidebar .enews-widget input[type="submit"] {
  background-color: #1ac9cb;
  color: #fff;
}

.enews-widget input {
  margin-bottom: 1em;
}

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* ## Gravity Forms
--------------------------------------------- */
.gform_wrapper .gfield_label {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gform_wrapper .gform_footer {
  padding: 0;
}

.gform_wrapper input:not([type="submit"]),
.gform_wrapper textarea {
  padding: 10px !important;
}

.gform_wrapper input[type=submit] {
  float: right;
  margin-right: 0 !important;
  margin-bottom: 1em !important;
  display: block !important;
}

/* # Simple Social Icons
--------------------------------------------- */
.simple-social-icons ul li {
  margin: 0 1rem 0 0 !important;
}

.simple-social-icons li.ssi-dribbble a {
  color: #ea4c89 !important;
}

.simple-social-icons li.ssi-dribbble a:focus, .simple-social-icons li.ssi-dribbble a:hover {
  background-color: #ea4c89 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-email a {
  color: #049fb3 !important;
}

.simple-social-icons li.ssi-email a:focus, .simple-social-icons li.ssi-email a:hover {
  background-color: #049fb3 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-facebook a {
  color: #3b5998 !important;
}

.simple-social-icons li.ssi-facebook a:focus, .simple-social-icons li.ssi-facebook a:hover {
  background-color: #3b5998 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-flickr a {
  color: #ff0084 !important;
}

.simple-social-icons li.ssi-flickr a:focus, .simple-social-icons li.ssi-flickr a:hover {
  background-color: #ff0084 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-github a {
  color: #000 !important;
}

.simple-social-icons li.ssi-github a:focus, .simple-social-icons li.ssi-github a:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-gplus a {
  color: #dd4b39 !important;
}

.simple-social-icons li.ssi-gplus a:focus, .simple-social-icons li.ssi-gplus a:hover {
  background-color: #dd4b39 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-instagram a {
  color: #517fa4 !important;
}

.simple-social-icons li.ssi-instagram a:focus, .simple-social-icons li.ssi-instagram a:hover {
  background-color: #517fa4 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-linkedin a {
  color: #007bb6 !important;
}

.simple-social-icons li.ssi-linkedin a:focus, .simple-social-icons li.ssi-linkedin a:hover {
  background-color: #007bb6 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-phone a {
  color: #b6bccd !important;
}

.simple-social-icons li.ssi-phone a:focus, .simple-social-icons li.ssi-phone a:hover {
  background-color: #b6bccd !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-pinterest a {
  color: #cb2027 !important;
}

.simple-social-icons li.ssi-pinterest a:focus, .simple-social-icons li.ssi-pinterest a:hover {
  background-color: #cb2027 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-rss a {
  color: #ff6600 !important;
}

.simple-social-icons li.ssi-rss a:focus, .simple-social-icons li.ssi-rss a:hover {
  background-color: #ff6600 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-snapchat a {
  color: #000000 !important;
}

.simple-social-icons li.ssi-snapchat a:focus, .simple-social-icons li.ssi-snapchat a:hover {
  background-color: #000000 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-stumbleupon a {
  color: #eb4823 !important;
}

.simple-social-icons li.ssi-stumbleupon a:focus, .simple-social-icons li.ssi-stumbleupon a:hover {
  background-color: #eb4823 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-tumblr a {
  color: #32506d !important;
}

.simple-social-icons li.ssi-tumblr a:focus, .simple-social-icons li.ssi-tumblr a:hover {
  background-color: #32506d !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-twitter a {
  color: #00aced !important;
}

.simple-social-icons li.ssi-twitter a:focus, .simple-social-icons li.ssi-twitter a:hover {
  background-color: #00aced !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-vimeo a {
  color: #aad450 !important;
}

.simple-social-icons li.ssi-vimeo a:focus, .simple-social-icons li.ssi-vimeo a:hover {
  background-color: #aad450 !important;
  color: #fff !important;
}

.simple-social-icons li.ssi-youtube a {
  color: #bb0000 !important;
}

.simple-social-icons li.ssi-youtube a:focus, .simple-social-icons li.ssi-youtube a:hover {
  background-color: #bb0000 !important;
  color: #fff !important;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-size: cover !important;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.site-header > .wrap {
  max-width: 100%;
  padding: 0;
  transition: all .2s ease;
}

.site-header .fixed {
  position: fixed;
}

@media (min-width: 1023px) {
  .site-header > .wrap {
    max-width: 90%;
  }
  .site-header .search-form {
    float: right;
    margin: 12px auto 0;
  }
}

@media (min-width: 1200px) {
  .site-header > .wrap {
    max-width: 1140px;
  }
}

@media (min-width: 1340px) {
  .site-header > .wrap {
    max-width: 1280px;
  }
}

body.custom-header .site-header {
  background-size: cover !important;
  background-position: center !important;
}

.site-header .search-form {
  margin: 0;
  float: right;
}

.site-header .search-form input[type=search] {
  padding: 14px;
}

/* ## Before Header
--------------------------------------------- */
.before-header {
  color: #f9fbfc;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 0;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #00cdac;
  background: linear-gradient(135deg, #00cdac 0%, #02aab0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdac', endColorstr='#02aab0',GradientType=1 );
}

@media (min-width: 860px) {
  .before-header {
    padding: 12px 0;
  }
}

.before-header .wrap {
  position: relative;
}

.before-header .widget,
.before-header p {
  margin-bottom: 0;
}

.before-header a {
  color: #f9fbfc;
}

.before-header a:hover {
  color: #fff;
}

.before-header .close {
  position: absolute;
  right: 5%;
  top: calc(50% - 10px);
  cursor: pointer;
  z-index: 2;
}

@media (min-width: 860px) {
  .before-header .close {
    right: 0;
  }
}

/* ## Header
--------------------------------------------- */
.header-section {
  position: fixed;
  top: 26px;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: inset 0 60px 0 #fff, inset 0 61px 0 #dee8eb, inset 0 0 0 9999px #f9fbfc;
  border-bottom: 1px solid #dee8eb;
}

@media (min-width: 860px) {
  .header-section {
    box-shadow: inset 0 80px 0 #fff, inset 0 81px 0 #dee8eb, inset 0 0 0 9999px #f9fbfc;
    top: 40px;
  }
}

@media (min-width: 1023px) {
  .header-section {
    box-shadow: none;
  }
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  padding: 11px 0;
  width: 170px;
  margin: 0 auto;
  float: left;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

@media (min-width: 860px) {
  .title-area {
    padding: 20px 0;
  }
}

@media (min-width: 1023px) {
  .title-area {
    float: left;
    padding: 29px 0;
  }
}

.site-title {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
  font-size: 2.2rem;
  letter-spacing: .05em;
}

.site-title a {
  color: #525c6c;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 860px) {
  .site-title a {
    font-size: 2.5rem;
  }
}

.site-title a:hover, .site-title a:focus {
  color: #525c6c;
  text-decoration: none;
}

@media (min-width: 1023px) {
  .site-title {
    text-align: left;
  }
}

.site-description {
  font-size: 9px;
  font-size: .9rem;
  line-height: 1.618;
  margin-bottom: 0;
  letter-spacing: .05em;
}

@media (min-width: 860px) {
  .site-description {
    font-size: 1rem;
  }
}

@media (min-width: 1023px) {
  .site-description {
    text-align: left;
  }
}

.wp-custom-logo .title-area {
  padding: 15px 0;
  max-width: 300px;
  margin: -32px 0;
  margin-left: -5px;
  position: absolute;
}

@media (min-width: 860px) {
  .wp-custom-logo .title-area {
    margin: -36px 0;
  }
}

.wp-custom-logo .custom-logo-link {
  display: block;
  line-height: 90px;
  height: 90px;
  transition: all .3s ease;
}

@media (min-width: 860px) {
  .wp-custom-logo .custom-logo-link {
    line-height: 120px;
    height: 120px;
  }
}

@media (min-width: 1023px) {
  .wp-custom-logo .custom-logo-link {
    line-height: 140px;
    height: 140px;
  }
}

.wp-custom-logo .custom-logo-link:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.wp-custom-logo .custom-logo-link img {
  width: auto;
  max-height: 100%;
  margin: auto;
  vertical-align: middle;
}

.wp-custom-logo .site-title a,
.wp-custom-logo .site-description {
  display: none;
}

/* ## Header widget area
--------------------------------------------- */
.header-widget-area {
  float: right;
  padding: 10px 0 0 30px;
  display: none;
  position: relative;
}

@media (min-width: 860px) {
  .header-widget-area {
    padding: 20px 0 20px 40px;
    display: block;
  }
}

@media (min-width: 1023px) {
  .header-widget-area {
    padding: 31px 0 31px 31px;
  }
}

.header-widget-area .widget,
.header-widget-area .button,
.header-widget-area button {
  margin-bottom: 0;
}

/* ## Page titles
--------------------------------------------- */
.hero-section {
  padding: 160px 0 60px;
  color: #fff;
  position: relative;
  overflow-y: hidden;
  z-index: 1;
  box-shadow: inset 0 0 0 9999px rgba(45, 50, 63, 0.618);
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.618);
}

.hero-section p {
  color: #e6e6e6;
}

@media (min-width: 860px) {
  .hero-section {
    padding: 240px 0 100px;
  }
}

.hero-section .entry-title,
.hero-section .archive-title {
  margin-bottom: 0;
  float: left;
  font-size: 2rem;
}

@media (min-width: 540px) {
  .hero-section .entry-title,
  .hero-section .archive-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 860px) {
  .hero-section .entry-title,
  .hero-section .archive-title {
    font-size: 3rem;
  }
}

@media (min-width: 1340px) {
  .hero-section .entry-title,
  .hero-section .archive-title {
    font-size: 4rem;
  }
}

.hero-section p,
.hero-section .breadcrumb {
  padding: 1rem 0 0;
  width: 100%;
  display: block;
  clear: both;
  line-height: 1.382;
}

.hero-section p {
  margin-bottom: 0;
}

@media (min-width: 860px) {
  .hero-section p {
    float: none;
    clear: both;
    max-width: 720px;
  }
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  width: 100%;
  position: relative;
}

@media (min-width: 1023px) {
  .genesis-nav-menu .menu-item {
    float: left;
    text-align: right;
    width: auto;
  }
}

.genesis-nav-menu .menu-item:last-of-type a {
  padding-right: 0;
}

.genesis-nav-menu a {
  color: #525c6c;
  text-decoration: none;
  display: block;
  padding: 16px 0;
}

@media (min-width: 1023px) {
  .genesis-nav-menu a {
    padding: 44px 12px;
  }
}

@media (min-width: 1200px) {
  .genesis-nav-menu a {
    padding: 44px 22px;
  }
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #b6bccd;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu {
  display: none;
  transition: none;
}

@media (min-width: 1023px) {
  .genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 202px;
    z-index: 99;
    border: 1px solid #dee8eb;
    border-top: none;
  }
}

.genesis-nav-menu .sub-menu a {
  padding-left: 10px;
  text-align: left;
}

@media (min-width: 1023px) {
  .genesis-nav-menu .sub-menu a {
    background-color: #fff;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
  }
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
  padding-left: 0;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: calc(50% - 60px);
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  float: right;
}

.genesis-nav-menu .fa-search {
  float: right;
  line-height: 10rem;
  font-size: 2rem;
  color: #b6bccd;
  cursor: pointer;
  padding: 0 0 0 2rem;
  display: none;
}

@media (min-width: 1023px) {
  .genesis-nav-menu .fa-search {
    display: block;
  }
}

.genesis-nav-menu .search {
  display: block;
  position: relative;
  right: 0;
  width: 100%;
  box-shadow: -40px 0 40px -40px #fff;
  padding: 2rem 0 3rem;
}

@media (min-width: 1023px) {
  .genesis-nav-menu .search {
    position: absolute;
    right: 3rem;
    padding: 26px 0;
    display: none;
    background-color: #fff;
  }
}

.genesis-nav-menu .search .search-form {
  float: left;
  width: 100%;
}

@media (min-width: 1023px) {
  .genesis-nav-menu .search .search-form {
    width: 95%;
  }
}

.genesis-nav-menu .search .search-form input {
  font-size: 1.6rem;
  margin-top: 0;
}

@media (min-width: 1023px) {
  .genesis-nav-menu .search .search-form input {
    border: none;
  }
}

/* ## Accessible Menu
--------------------------------------------- */
.menu {
  padding: 10px 0;
}

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

@media (min-width: 1023px) {
  .menu {
    padding: 0;
  }
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Nav Primary
--------------------------------------------- */
.nav-primary {
  width: 100%;
  clear: both;
  display: none;
  background-color: transparent;
  position: relative;
}

@media (min-width: 1023px) {
  .nav-primary {
    padding-top: 0;
    width: calc(100% - 200px);
    width: auto;
    clear: none;
    display: block !important;
    background-color: transparent;
    float: right;
  }
}

.nav-primary .wrap {
  padding: 0;
  max-width: 100%;
  padding-top: 25px;
}

@media (min-width: 1023px) {
  .nav-primary .wrap {
    padding-top: 0;
  }
}

/* ## Nav Secondary
--------------------------------------------- */
.nav-secondary {
  width: 100%;
  clear: both;
  background-color: #f9fbfc;
  border-top: 1px solid #dee8eb;
}

.nav-secondary .wrap {
  display: none;
}

@media (min-width: 1023px) {
  .nav-secondary .wrap {
    display: block;
  }
}

.nav-secondary .menu > .menu-item a {
  background-color: #f9fbfc;
}

@media (min-width: 1023px) {
  .nav-secondary .menu > .menu-item a {
    padding: 24px 15px;
  }
}

@media (min-width: 1200px) {
  .nav-secondary .menu > .menu-item a {
    padding: 24px 20px;
  }
}

@media (min-width: 1023px) {
  .nav-secondary .menu > .menu-item:first-of-type > a {
    padding-left: 0;
  }
}

/* ## Responsive Navigation
--------------------------------------------- */
.menu-toggle {
  border-width: 0;
  background: transparent;
  box-shadow: none;
  color: #525c6c;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 20px 25px 20px 0;
  line-height: 20px;
  position: relative;
  right: 0;
  z-index: 1000;
  float: right;
}

.menu-toggle:focus, .menu-toggle:active, .menu-toggle:hover {
  outline: none;
  box-shadow: none;
  color: #525c6c;
}

@media (min-width: 860px) {
  .menu-toggle {
    padding: 30px 30px 30px 0;
  }
}

@media (min-width: 1023px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #525c6c;
  display: block;
  float: left;
  top: calc(50% - 7px);
  transition: all .15s ease;
}

.menu-toggle span:nth-of-type(2), .menu-toggle span:nth-of-type(3) {
  top: calc(50% - 1px);
}

.menu-toggle span:nth-of-type(4) {
  top: calc(50% + 5px);
}

.menu-toggle.activated span {
  top: calc(50% - 1px);
  opacity: 0;
}

.menu-toggle.activated span:nth-of-type(2) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  opacity: 1;
}

.menu-toggle.activated span:nth-of-type(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 1;
}

.menu-toggle.toggle-secondary {
  float: none;
  margin: 0 auto;
  padding: 15px 25px 15px 0;
}

@media (min-width: 1023px) {
  .menu-toggle.toggle-secondary {
    padding: 20px 25px 20px 0;
  }
}

.sub-menu-toggle {
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0;
  background: transparent;
  box-shadow: none;
}

.sub-menu-toggle:hover, .sub-menu-toggle:focus {
  box-shadow: none;
}

.sub-menu-toggle:before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(50% - 2.5px);
  right: calc(50% - 5px);
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #525c6c;
  text-rendering: auto;
  transform: translate(0, 0);
}

.sub-menu-toggle.activated:before {
  border-top: none;
  border-bottom: 5px solid #525c6c;
}

@media (min-width: 1023px) {
  .sub-menu-toggle {
    display: none;
  }
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .menu-item {
  width: 50%;
  float: left;
}

.site-footer .sub-menu .menu-item,
.site-footer .sub-menu-toggle {
  display: none;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 5%;
}

.page .entry:last-of-type,
.archive .entry:last-of-type,
.single .entry {
  margin-bottom: 0;
}

@media (min-width: 860px) {
  .entry {
    margin-bottom: 40px;
  }
}

.entry .entry-title {
  color: #525c6c;
}

.entry .entry-title:hover {
  color: #b6bccd;
}

.entry-content {
  margin-bottom: 4rem;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f9fbfc;
  border: 1px solid #dee8eb;
  padding: 2.5rem;
  color: #525c6c;
  display: block;
  margin: 2rem auto;
  font-family: 'Consolas', 'Monaco', 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
  letter-spacing: .1em;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-image-link {
  margin-bottom: 2rem;
  display: block;
  overflow: auto;
}

/* ## Entry Meta
--------------------------------------------- */
.entry-meta {
  margin: 0 0 2.4rem;
  text-transform: capitalize;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
  display: inline-block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 5% auto 0;
}

@media (min-width: 860px) {
  .pagination {
    margin: 40px 0 0;
  }
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination a {
  background-color: #f9fbfc;
  color: #525c6c;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a {
  margin-bottom: 4px;
}

@media (min-width: 860px) {
  .archive-pagination li a {
    margin-bottom: 0;
  }
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
  background-color: #1ac9cb;
  color: #fff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5%;
  padding: 5%;
  border: 1px solid #dee8eb;
  border-radius: 3px;
}

@media (min-width: 860px) {
  .comment-respond,
  .entry-comments,
  .entry-pings {
    margin-top: 40px;
  }
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list li .depth-1 {
  padding-left: 0;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.form-submit {
  margin-bottom: 0;
}

@media (min-width: 860px) {
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 50%;
  }
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10% auto 5%;
}

@media (min-width: 860px) {
  .sidebar {
    margin: 0 auto 40px;
  }
}

.sidebar .widget {
  border: 1px solid #dee8eb;
  background: #fff;
  padding: 2.5rem;
}

@media (min-width: 860px) {
  .sidebar .widget {
    padding: 10%;
    margin-bottom: 6rem;
  }
}

.sidebar .widget_categories li {
  text-transform: uppercase;
}

.sidebar .widget_categories li:before {
  content: "+";
  font-weight: bold;
  color: #1ac9cb;
  margin-right: .5em;
}

.sidebar a {
  color: #525c6c;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  color: #b6bccd;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 400;
}

@media (min-width: 860px) {
  .site-footer .widget {
    margin-bottom: 0;
  }
}

.site-footer p {
  margin-bottom: 1em;
}

@media (min-width: 860px) {
  .site-footer p {
    margin-bottom: 2.4rem;
  }
}

.site-footer .site-title,
.site-footer .site-description {
  text-transform: uppercase;
  color: #525c6c;
}

.site-footer .site-description {
  margin-bottom: 2.4rem;
}

.before-footer {
  padding: 80px 0;
  color: #fff;
  display: block !important;
  background: #00cdac;
  background: linear-gradient(135deg, #00cdac 0%, #02aab0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdac', endColorstr='#02aab0',GradientType=1 );
}

@media (min-width: 860px) {
  .before-footer {
    padding: 100px 0;
  }
}

.before-footer .widget {
  margin-bottom: 2rem;
}

@media (min-width: 860px) {
  .before-footer .widget {
    margin-bottom: 0;
  }
}

.before-footer .widget:last-of-type {
  margin-bottom: 0;
}

.before-footer h2 {
  font-size: 2rem;
}

@media (min-width: 860px) {
  .before-footer h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}

.before-footer input {
  width: 70%;
  float: left;
  margin-bottom: 0;
}

.before-footer input[type=submit] {
  width: 27.5%;
  float: right;
  padding: 15px 0;
  background: transparent;
  box-shadow: inset 0 0 0 1px white;
}

.before-footer input[type=submit]:hover {
  box-shadow: inset 0 0 0 2px white;
}

.footer-social .simple-social-icons {
  margin-bottom: 1rem;
}

.footer-social .aligncenter {
  text-align: justify;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dee8eb;
border-top: 1px solid #dee8eb;
}

.footer-social .aligncenter li {
  margin: 0 auto !important;
  text-align: center;
  width: 100%;
}

.footer-social .aligncenter li:first-of-type a {
  box-shadow: none;
}

.footer-social .aligncenter li a {
  width: 100%;
  float: none;
  padding: 22px 0;
  box-shadow: inset 1px 0 0 #dee8eb;
  background-color: transparent !important;
  font-size: 2rem;
}

@media (min-width: 860px) {
  .footer-social .aligncenter li a {
    font-size: 3.6rem;
    padding: 32px 0;
  }
}

.footer-social .aligncenter li a:hover, .footer-social .aligncenter li a:focus {
  padding: 22px 0;
  font-size: 2rem;
}

@media (min-width: 860px) {
  .footer-social .aligncenter li a:hover, .footer-social .aligncenter li a:focus {
    padding: 32px 0;
    font-size: 3.6rem;
  }
}

.footer-widgets {
  padding: 50px 0;
}

@media (min-width: 860px) {
  .footer-widgets {
    padding: 80px 0;
  }
}

.footer-widgets .widget {
  margin-bottom: 50px;
}

.footer-widgets .widget:last-of-type {
  margin-bottom: 0;
}

.footer-widgets .widget-title {
  font-size: 1.6rem;
  margin-bottom: 1em;
  font-weight: normal;
  color: #525c6c;
}

.footer-widgets .fa {
  font-size: 50%;
  background-color: #b6bccd;
  color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2.2em;
  margin-right: .5em;
  text-align: center;
  border-radius: 999px;
}

.footer-widgets .enews input {
  width: 70%;
  float: left;
}

.footer-widgets .enews input[type=submit] {
  width: calc(30% - 10px);
  padding: 15px 0;
  float: right;
}

.after-footer {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 860px) {
  .after-footer {
    padding: 0 0 50px;
    font-size: 1.4rem;
  }
}

.ask-form {
  position: fixed;
  width: 380px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 998;
  right: 20px;
  bottom: 100px;
  padding: 15px 30px 5px;
  display: none;
z-index: 999;
}

.ask-question {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
  font-size: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  z-index: 998;
  height: 60px;
  width: 60px;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  /*background: #00cdac;
  background: linear-gradient(135deg, #00cdac 0%, #02aab0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdac', endColorstr='#02aab0',GradientType=1 );*/
/* gold color */
background: #d3b67f;
background: -moz-linear-gradient(-45deg,  #d3b67f 66%, #d3b67f 66%, #dcc28f 99%);
background: -webkit-linear-gradient(-45deg,  #d3b67f 66%,#d3b67f 66%,#dcc28f 99%);
background: linear-gradient(135deg,  #d3b67f 66%,#d3b67f 66%,#dcc28f 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b67f', endColorstr='#dcc28f',GradientType=1 );
}

/*
.ask-question .fa {
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 58px;
  opacity: 0;
  transition: all .3s ease;
}
*/

.ask-question .fa, .ask-question .fa:hover, .ask-question .fa:active {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 58px;
  transition: all .3s ease;
}

.ask-question .fa.active {
  transform: rotate(0);
  opacity: 1;
}

.ask-question a, .ask-question a:hover{
color:white !important;
}

a.ask-question:hover{
color:white !important;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */
.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5 {
  padding: 50px 0;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #dee8eb;
  overflow-y: hidden;
}

@media (min-width: 860px) {
  .front-page-1,
  .front-page-2,
  .front-page-3,
  .front-page-4,
  .front-page-5 {
    padding: 100px 0;
  }
}

.front-page-1,
.front-page-4 {
  color: #fff;
  text-align: center;
  background-color: #b6bccd;
  position: relative;
  overflow-y: hidden;
  z-index: 1;
  box-shadow: inset 0 0 0 9999px rgba(45, 50, 63, 0.618);
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.618);
}

.front-page-1 p,
.front-page-4 p {
  color: #e6e6e6;
}

.front-page-3,
.front-page-5,
.testimonials {
  background-color: #f9fbfc;
}

.front-page-1 {
  padding: 180px 0 80px;
}

@media (min-width: 860px) {
  .front-page-1 {
    padding: 300px 0 200px;
  }
}

.front-page-1 b {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1.2rem;
  display: block;
}

@media (min-width: 860px) {
  .front-page-1 b {
    font-size: 1.4rem;
  }
}

.front-page-1 h1 {
  letter-spacing: .1em;
  font-size: 2.6rem;
  margin: 1rem auto 2rem;
}

@media (min-width: 860px) {
  .front-page-1 h1 {
    font-size: 5rem;
  }
}

.front-page-1 p {
  max-width: 800px;
  margin: 0 auto 3rem;
}

.backstretch:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-color: rgba(45, 50, 63, 0.618);
}

.front-page-2 {
  text-align: center;
}

.front-page-2 h2 {
  font-size: 1.8rem;
  letter-spacing: .1em;
  max-width: 600px;
  margin: 0 auto 1.2rem;
}

@media (min-width: 860px) {
  .front-page-2 h2 {
    font-size: 2.2rem;
  }
}

.front-page-2 p {
  max-width: 800px;
  margin: 0 auto 5rem;
  color: #b6bccd;
}

/*
.front-page-2 .fa {
  color: #fff;
  padding: 1rem;
  border-radius: 99px;
  height: 6rem;
  width: 6rem;
  font-size: 3rem;
  line-height: 3.75rem;
  display: block;
  margin: 0 auto;
background: #00cdac;
  background: linear-gradient(135deg, #00cdac 0%, #02aab0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdac', endColorstr='#02aab0',GradientType=1 );
  transition: all .3s ease;
}
*/

.front-page-2 .fa {
    color: #fff;
    padding: 20px 20px;
    border-radius: 99px;
    height: 80px;
    width: 85px !important;
    font-size: 3rem;
    line-height: 3.75rem;
    display: block;
    margin: 0 auto;
    background: url(http://2getherstudiostesting.com/pilates/wp-content/themes/pilates/images/pilates-icon-bg.svg);
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover;
}

.front-page-2 .one-half,
.front-page-2 .one-third,
.front-page-2 .one-fourth,
.front-page-2 .one-sixth {
  border-radius: 5px;
  transition: all .3s ease;
}

.front-page-2 .one-half:hover,
.front-page-2 .one-third:hover,
.front-page-2 .one-fourth:hover,
.front-page-2 .one-sixth:hover {
  box-shadow: 0 10px 30px rgba(10, 20, 20, 0.1);
  transform: scale(1.1);
}

.front-page-2 .one-half a,
.front-page-2 .one-third a,
.front-page-2 .one-fourth a,
.front-page-2 .one-sixth a {
  display: block;
  padding: 5% 1%;
}

.front-page-2 .one-half b,
.front-page-2 .one-half strong,
.front-page-2 .one-third b,
.front-page-2 .one-third strong,
.front-page-2 .one-fourth b,
.front-page-2 .one-fourth strong,
.front-page-2 .one-sixth b,
.front-page-2 .one-sixth strong {
  text-transform: uppercase;
  display: block;
  margin: 2rem auto 1rem;
  color: #525c6c;
}

@media (min-width: 860px) {
  .front-page-2 .one-half p,
  .front-page-2 .one-third p,
  .front-page-2 .one-fourth p,
  .front-page-2 .one-sixth p {
    width: 90%;
  }
}

.front-page-3 {
  text-align: center;
}

.front-page-3 h2 {
  color: #1ac9cb;
  font-size: 1.8rem;
  letter-spacing: .1em;
  max-width: 600px;
}

@media (min-width: 860px) {
  .front-page-3 h2 {
    font-size: 2.2rem;
  }
}

.front-page-3 .widget-wrap {
  padding: 5px 0;
}

@media (min-width: 860px) {
  .front-page-3 .widget-wrap {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.front-page-3 .textwidget {
  width: 100%;
  text-align: center;
}

.front-page-3 .textwidget h2 {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.front-page-3 .entry {
  display: block;
  margin: 0 1% 5%;
  background-color: #fff;
  text-align: left;
  border: 1px solid #dee8eb;
  border-radius: 4px;
  font-weight: 300;
  width: calc(100% - 6px);
  transition: all .3s ease;
}

@media (min-width: 860px) {
  .front-page-3 .entry {
    margin-bottom: 0;
    width: 23.076923076923077%;
  }
  .front-page-3 .entry:nth-of-type(1) {
    margin-left: 0;
  }
}

.front-page-3 .entry:hover {
  border: 1px solid #1ac9cb;
  box-shadow: 0 0 0 1px #1ac9cb;
}

.front-page-3 .entry > a {
  display: block;
  margin-bottom: 2rem;
  border-radius: 4px 4px 0 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 860px) {
  .front-page-3 .entry > a {
    height: 200px;
  }
}

.front-page-3 img {
  border-radius: 4px 4px 0 0;
  margin-bottom: 2rem;
  max-height: 100%;
  width: auto;
  max-width: none;
  left: -50%;
  right: -50%;
  margin: 0 auto;
  float: none;
}

@media (min-width: 860px) {
  .front-page-3 img {
    position: absolute;
  }
}

.front-page-3 .entry-title {
  font-size: 1.6rem;
}

.front-page-3 .entry-header,
.front-page-3 .entry-content {
  padding: 0 2rem;
}

.front-page-3 .entry-content {
  margin-bottom: 2rem;
}

.front-page-3 .more-link {
  color: #1ac9cb;
  font-weight: bold;
  display: block;
  margin-top: 2rem;
  margin-bottom: 0;
}

.front-page-3 .more-link:hover {
  color: #525c6c;
}

.front-page-4 {
  overflow: visible;
  background-image: url("images/hero-1.jpg");
  background-size: cover;
  background-position: center;
}

@media (min-width: 860px) {
  .front-page-4 {
    background-attachment: fixed;
  }
}

.front-page-4 .textwidget {
  padding: 10px 0;
}

.front-page-4 .fade-up {
  overflow: visible;
}

.front-page-4 #play-button {
  background-color: #fff;
  height: 8rem;
  width: 8rem;
  margin: 1rem auto 3rem;
  border-radius: 999px;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 30px #2d323f;
  cursor: pointer;
  display: block;
  transition: all .3s ease;
}

.front-page-4 #play-button:hover {
  transform: scale(1.1);
}

.front-page-4 #play-button:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 0;
  margin: auto;
  display: block;
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-left: 25px solid #525c6c;
}

.front-page-4 h3 {
  font-size: 1.8rem;
}

@media (min-width: 860px) {
  .front-page-4 h3 {
    font-size: 2rem;
  }
}

.front-page-4 p {
  max-width: 800px;
  margin: 0 auto;
}

#video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  max-height: 50vh;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.5);
  transition: all .3s ease;
}

#video.active {
  opacity: 1;
  pointer-events: all;
}

.overlay {
  content: " ";
  position: fixed;
  cursor: url(images/close.cur);
  cursor: url(images/close.png) 0 0, auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #2d323f;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  transition: all .3s ease;
}

.overlay.active {
  pointer-events: all;
  opacity: .95;
}

.testimonials,
.front-page-5 {
  text-align: center;
  padding-bottom: 100px;
  padding: 100px 0 50px 0;
  border-bottom: 1px solid #dee8eb;
  /*
	.one-half,
	.one-third,
	.one-fourth,
	.one-sixth {
		position: relative;

		&:nth-of-type(2) {
			margin-left: 0;
		}
	}
	*/
}

.testimonials h2,
.front-page-5 h2 {
  color: #1ac9cb;
  letter-spacing: .1em;
  font-size: 1.8rem;
  margin-bottom: 2em;
}

@media (min-width: 860px) {
  .testimonials h2,
  .front-page-5 h2 {
    font-size: 2.2rem;
    margin-bottom: 3em;
  }
}

.testimonials blockquote,
.front-page-5 blockquote {
  background-color: #fff;
  padding: 1rem 2.5rem 0;
  margin: 0 1rem 3rem;
  position: relative;
  border: 1px solid #dee8eb;
  border-radius: 4px;
  overflow: visible !important;
}

.testimonials blockquote:before,
.front-page-5 blockquote:before {
  content: " ";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: -11px;
  top: auto;
  left: 3.5rem;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-right: 1px solid #dee8eb;
  border-bottom: 1px solid #dee8eb;
  border-radius: 0 0 4px 0;
}

.testimonials blockquote p,
.front-page-5 blockquote p {
  float: none;
}

.testimonials li,
.front-page-5 li {
  position: relative;
}

.testimonials img,
.front-page-5 img {
  border-radius: 999px;
  height: 80px;
  width: 80px;
  margin-left: 2rem;
  float: left;
}

.testimonials p,
.front-page-5 p {
  text-align: left;
  padding: 1.5rem 0;
  float: left;
}

.testimonials strong,
.front-page-5 strong {
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 3rem;
  text-align: left;
  font-size: 1.5rem;
}

.testimonials em,
.front-page-5 em {
  display: block;
  margin: 0 0 0 3rem;
  font-weight: 300;
  color: #1ac9cb;
  letter-spacing: .382em;
}

.testimonials button,
.front-page-5 button {
  box-shadow: none;
  background: transparent;
  display: none !important;
}

.testimonials div,
.front-page-5 div {
  cursor: -webkit-grab;
  cursor: grab;
}

/* # Inner Pages
---------------------------------------------------------------------------------------------------- */
/* ## Blog
--------------------------------------------- */
.blog .site-inner,
.single .site-inner {
  background: #f9fbfc;
}

.blog .entry,
.single .entry {
  background: #fff;
  border: 1px solid #dee8eb;
  border-radius: 4px;
  padding: 20px;
}

.blog .entry-meta,
.blog .entry-content,
.single .entry-meta,
.single .entry-content {
  padding: 0 5%;
}

.blog .entry-title {
  padding: 5% 5% 0;
}

.single .entry-meta {
  padding-top: 5%;
}

/* ## Pricing
--------------------------------------------- */
.pricing-page .pricing {
  background: #f9fbfc;
  padding: 40px 0;
}

@media (min-width: 860px) {
  .pricing-page .pricing {
    padding: 80px 0;
  }
}

.pricing-page .pricing .wrap {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-content: center;
}

.pricing-page .pricing .wrap:before, .pricing-page .pricing .wrap:after {
  display: none;
}

/*.pricing-page .pricing em {
  background: #00cdac;
  background: linear-gradient(135deg, #00cdac 0%, #02aab0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdac', endColorstr='#02aab0',GradientType=1 );
  color: #fff;
  height: 55px;
  width: 55px;
  border-radius: 999px;
  display: block;
  margin: 0 auto;
  font-size: .8rem;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  right: -10px;
  top: -10px;
  line-height: 48px;
  text-transform: uppercase;
  transform: rotate(10deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing em{
    padding-top: 3px;
    padding-left: 3px;
}
*/

.pricing-page .pricing h5{
    color: #01c3ad;
}

.pricing-page .pricing .one-half {
  background: #fff;
  border: 1px solid #dee8eb;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 5%;
  position: relative;
}

.pricing-page .pricing .feature-block .one-half {
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 860px) {
  .pricing-page .pricing .one-half {
    padding: 40px;
    margin-bottom: 2.56%;
  }
.pricing-page .pricing .feature-block .one-half {
    padding: 10px;
    margin-bottom: 0;
  }
}

.pricing-page .pricing .one-half h5 {
  margin-bottom: 1.382em;
}

.pricing-page .pricing .one-half p {
  margin-bottom: 2em;
}

.pricing-table {
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 0 9999px #f9fbfc;
  background-color: #f9fbfc;
}

@media (min-width: 860px) {
  .pricing-table {
    display: -ms-flexbox;
    display: flex;
  }
}

.pricing-table .one-half,
.pricing-table .one-third,
.pricing-table .one-fourth,
.pricing-table .one-sixth {
  border-radius: 4px;
  border: 1px solid #dee8eb;
  padding: 2.5rem;
  vertical-align: middle;
  margin-bottom: 10%;
  background-color: #fff;
  position: relative;
}

@media (min-width: 860px) {
  .pricing-table .one-half,
  .pricing-table .one-third,
  .pricing-table .one-fourth,
  .pricing-table .one-sixth {
    margin-bottom: 0;
  }
}

.pricing-table .one-half b,
.pricing-table .one-half strong,
.pricing-table .one-third b,
.pricing-table .one-third strong,
.pricing-table .one-fourth b,
.pricing-table .one-fourth strong,
.pricing-table .one-sixth b,
.pricing-table .one-sixth strong {
  font-size: 5rem;
}

.pricing-table .one-half small,
.pricing-table .one-third small,
.pricing-table .one-fourth small,
.pricing-table .one-sixth small {
  line-height: 5rem;
  vertical-align: top;
  margin-left: -1em;
}

.pricing-table .one-half ul,
.pricing-table .one-third ul,
.pricing-table .one-fourth ul,
.pricing-table .one-sixth ul {
  margin: 0 auto 2.5rem;
}

.pricing-table .one-half li,
.pricing-table .one-third li,
.pricing-table .one-fourth li,
.pricing-table .one-sixth li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pricing-table .one-half p,
.pricing-table .one-third p,
.pricing-table .one-fourth p,
.pricing-table .one-sixth p {
  margin-bottom: 0;
}

/* ## About
--------------------------------------------- */
.about-page .hero-section {
  text-align: center;
}

@media (min-width: 860px) {
  .about-page .hero-section {
    padding: 250px 0 150px;
  }
}

.about-page .hero-section h1 {
  float: none;
  margin-bottom: .382em;
}

.about-page .hero-section p {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .about-page .hero-section p {
    max-width: 900px;
  }
}

.about-page .studio {
  background-color: #f9fbfc;
  border-bottom: 1px solid #dee8eb;
  padding: 50px 0;
}

@media (min-width: 860px) {
  .about-page .studio {
    padding: 80px 0;
  }
}

.about-page .studio .wrap {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-content: center;
}

.about-page .studio .wrap:before, .about-page .studio .wrap:after {
  display: none;
}

.about-page .studio h2 {
  text-align: center;
  margin-bottom: 2em;
  color: #1ac9cb;
  font-size: 2.2rem;
}

.about-page .studio .one-fourth {
  background-color: #FFF;
  border: 1px solid #dee8eb;
  border-radius: 4px;
  margin: 0 0 40px;
  max-width: 100%;
}

.about-page .studio .one-fourth strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 20px 20px 0;
}

.about-page .studio .one-fourth p {
  padding: 0 20px;
}

.about-page .studio .one-fourth img {
  min-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}

.about-page .studio .image {
  border-radius: 4px 4px 0 0;
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 860px) {
  .about-page .studio .image {
    height: 200px;
  }
}

.about-page .studio .image img {
  position: relative;
  height: 100%;
  max-width: none;
}

@media (min-width: 860px) {
  .about-page .studio .image img {
    position: absolute;
    width: auto;
  }
}

.about-page .team-members {
  padding: 50px 0;
  border-bottom: 1px solid #dee8eb;
}

@media (min-width: 860px) {
  .about-page .team-members {
    padding: 100px 0 40px;
  }
}

.about-page .team-members h2 {
  text-align: center;
  margin-bottom: 5em;
}

.about-page .team-members .wrap {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-content: center;
}

.about-page .team-members .wrap:before, .about-page .team-members .wrap:after {
  display: none;
}

.about-page .team-members .one-half {
  border: 1px solid #dee8eb;
  padding: 60px 20px 20px;
  border-radius: 5px;
  margin: 0 0 80px;
}

@media (min-width: 860px) {
  .about-page .team-members .one-half {
    margin: 0 0 100px;
    padding: 100px 40px 20px;
  }
}

.about-page .team-members .one-half .image {
  border-radius: 999px;
  height: 80px;
  width: 80px;
  overflow: hidden;
  position: relative;
  display: block;
  margin: -100px auto 50px;
}

@media (min-width: 860px) {
  .about-page .team-members .one-half .image {
    height: 120px;
    width: 120px;
    margin-top: -160px;
  }
}

.about-page .team-members .one-half .image img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  max-height: 100%;
  height: auto;
  width: auto;
  left: -50%;
  right: -50%;
  margin: auto;
  float: none;
  display: block;
}

/* ## Services
--------------------------------------------- */
.services .service {
  background-size: 50% !important;
  background-repeat: no-repeat;
  border-bottom: 1px solid #dee8eb;
  position: relative;
  padding: 40px;
}

@media (min-width: 860px) {
  .services .service {
    padding: 80px 0;
  }
}

.services .service:nth-of-type(even) {
  background-color: #f9fbfc;
}

.services .service:nth-of-type(even) h3 {
  color: #1ac9cb;
}

.services .service img {
  max-width: 50%;
}

/* ## FAQs
--------------------------------------------- */
.faqs {
  background-color: #f9fbfc;
  padding: 50px 0;
}

@media (min-width: 860px) {
  .faqs {
    padding: 80px 0;
  }
}

.faqs .faq {
  background-color: #FFF;
  border: 1px solid #dee8eb;
  border-radius: 4px;
  margin-bottom: 5%;
  padding: 20px;
}

@media (min-width: 860px) {
  .faqs .faq {
    padding: 40px;
  }
}

.faqs .faq p {
  margin-bottom: 0;
}

/* ## Contact
--------------------------------------------- */
.contact-details {
  padding: 50px 0;
  border-bottom: 1px solid #dee8eb;
  text-align: center;
}

@media (min-width: 860px) {
  .contact-details {
    padding: 80px 0;
  }
}

.contact-details p {
  font-weight: bold;
  width: 100%;
}

@media (min-width: 1023px) {
  .contact-details p {
    width: 33%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

.contact-details a {
  margin-right: 2em;
  font-weight: 600;
  color: #525c6c;
}

.contact-details a:hover {
  color: #1ac9cb;
}

.contact-details .fa {
  background: #00cdac;
  background: linear-gradient(135deg, #00cdac 0%, #02aab0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdac', endColorstr='#02aab0',GradientType=1 );
  color: #fff;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: .25em;
}

.directions {
  padding: 80px 0;
  background-color: #f9fbfc;
  border-bottom: 1px solid #dee8eb;
}

.directions h4 {
  margin: 0 auto 1em;
  text-align: center;
}

.directions p {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.contact-form {
  position: relative;
  padding: 50px 0;
  overflow: auto;
}

@media (min-width: 860px) {
  .contact-form {
    position: absolute;
    max-width: 400px;
    z-index: 2;
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 100px 0;
  }
}

.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

#map {
  height: 400px;
  border-top: 1px solid #dee8eb;
  margin-top: -1px;
}

@media (min-width: 860px) {
  #map {
    height: 800px;
  }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #dee8eb;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}

/*# sourceMappingURL=style.css.map */


/* 
*
customisations 
*
*/

/* iphone5 start */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {

.wp-custom-logo .custom-logo-link img {
height:50px;
}
.ask-form {
width: 280px;
max-height: 350px;
overflow-y: scroll;
}
}
/* phone end */


/* iphone6 start */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
.ask-form {
width: 340px;
max-height: 440px;
overflow-y: scroll;
}
}
/* phone end */

/* ** Gold colouring ** */

.gold{
background: -webkit-radial-gradient(center, ellipse cover, #d3b67f 67%,#dcc28f 100%) !important;
}

h1.entry-title, h1.archive-title{
color: #dcc28f;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
background: #d3b67f;
background: -moz-linear-gradient(-45deg,  #d3b67f 66%, #d3b67f 66%, #dcc28f 99%);
background: -webkit-linear-gradient(-45deg,  #d3b67f 66%,#d3b67f 66%,#dcc28f 99%);
background: linear-gradient(135deg,  #d3b67f 66%,#d3b67f 66%,#dcc28f 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b67f', endColorstr='#dcc28f',GradientType=1 );
}

/*.homeslider-left-block{
margin-left:350px;
}
.homeslider-right-block{
 margin-right:350px; 
}*/
.homeslider-left-block p, .homeslider-right-block p{
text-transform: uppercase;
}

.footer-widgets a{
color: #d3b67f;
}

/*
.footer-widgets img{
display: block;
}
*/

.footer-widgets .button a{
color: #ffffff;
}

.pricing-link{
color: #01b6af;
}

.pricing-link a:active, a:hover {
    color: #00c6ad;
}

.pricing-page .pricing .one-half:hover{
border: 1px solid #01b6af;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
transition: all 0.3s ease-in-out;
}

.pricing-page .pricing .block1{
border: 1px solid #01b6af !important;
}

.pricing-page .pricing em{
box-shadow:none !important;
}

/* top menu transition */ 
.custom-logo-sm{
	margin-top: -30px !important;
    transform: scale(0.8,0.8);
  transition: all .3s ease;
}
.header-section-sm{
    box-shadow: none;
    height: 70px;
  transition: all .3s ease;
}
.genesis-nav-menu-sm a{
    padding: 30px 22px;
  transition: all .3s ease;
}
.header-widget-area-sm {
    padding: 11px 0 31px 31px;
  transition: all .3s ease;
}

/*
.btn-custom{
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    padding: 16px 0px 15px 0px;
    margin-bottom: 1em;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .1em;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2), inset 0 0 0 999px rgba(255,255,255,0.25);
    width: 100%;
    background: transparent;
    box-shadow: inset 0 0 0 1px white;
    text-align: center;
}*/

.btn-custom {
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    padding: 16px 0px 15px 0px;
    margin-bottom: 1em;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .1em;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2), inset 0 0 0 999px rgba(255,255,255,0.25);
    width: 100%;
    background: #d3b67f;
    box-shadow: inset 0 0 0 1px #e2d7c2;
    text-align: center;
}

.btn-custom:hover{
color:#ffffff;
}


.sidebar .button{
    color: #ffffff !important;
    width: 100% !important;
    text-align: center !important;
}


/* home testimonials center for fade */

.testimonials blockquote:before, .front-page-5 blockquote:before {
    left: 50% !important;
}

.testimonials img, .front-page-5 img {
    float: none;
    margin: auto;
}

.testimonials p, .front-page-5 p {
    text-align: center !important;
    display: block;
    width: 100%;
}

.testimonials strong, .front-page-5 strong {
    text-align: center !important;
}

.testimonials blockquote, .front-page-5 blockquote {
    padding: 2rem 2.5rem 2rem !important;
}


/* ** To Top ** */
.to-top {
	display:inline-block;
    height: 60px;
    width: 60px;
	position:fixed;
	bottom:10px;
	left:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	/*text-indent:100%;*/
	white-space:nowrap;
	background: rgb(1, 193, 173) no-repeat center 50%;
    	visibility: hidden;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
	z-index:999;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		left:20px;
		bottom:20px;
	}
	.ask-question{
		right:20px;
		bottom:20px;
	}

}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		left:20px;
		bottom:20px;
	}
}

.simple-social-icons li.ssi-email a {
    color: #3b5998 !important;
}
.simple-social-icons li.ssi-instagram a {
    color: #3b5998 !important;
}
.simple-social-icons li.ssi-phone a {
    color: #3b5998 !important;
}

.simple-social-icons li.ssi-email a:focus, .simple-social-icons li.ssi-email a:hover {
    background-color: #3b5998 !important;
    color: #fff !important;
}

.simple-social-icons li.ssi-instagram a:focus, .simple-social-icons li.ssi-instagram a:hover {
    background-color: #3b5998 !important;
    color: #fff !important;
}

.simple-social-icons li.ssi-phone a:focus, .simple-social-icons li.ssi-phone a:hover {
    background-color: #3b5998 !important;
    color: #fff !important;
}

.page-template-default #wpp-2{
	display:none;
}

.span-right{
float: right;}

.feature-block {
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #dee8eb;
    border-radius: 4px;
    padding: 40px;
    margin-bottom: 40px;
    /* height: 110px; */
    border: 1px solid #01b6af;
    padding-bottom: 20px;
}

.feature-block-inner{
margin-left:105px;
}

.offerpic{
  float: left;
  width: 211px;
  margin-top: -92px;
  margin-left: -105px;
  -ms-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.heading{
  color: #37c5c0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
}
.offertext{
/*margin-left:20px;*/
font-weight: bold;
text-transform: uppercase;
}

.feature-block:hover {
    border: 1px solid #01b6af;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}

.front-page-1 .widget-area a{
  width:200px;
}


/*phone formatting*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) {
.span-right {
    margin-top: 0;
}
.feature-block {
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #dee8eb;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #01b6af;
    padding-bottom: 20px;
    padding-right: 0;
}
.feature-block-inner{
margin-left:0px;
}
.offerpic {
    float: left;
    width: 100px;
    margin-top: -52px;
    margin-left: -50px;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.heading {
    color: #37c5c0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.offerpic {
    float: left;
    width: 111px;
    margin-top: -72px;
    margin-left: -75px;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.feature-block-inner {
    margin-left: 40px;
}
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px)  {
.homeslider-right-block {
    margin-right: 0;
}
.homeslider-left-block {
    margin-left: 0;
}
}

@media only screen 
and (min-device-width : 1366px)  {
.homeslider-left-block{
margin-left:350px;
}
.homeslider-right-block{
 margin-right:350px; 
}
}