/*
	Theme Name: FMS
	Theme URI: https://fixmysite.com/
	Description: Child theme for the Genesis Framework.
	Author: William Hagerty
	Author URI: https://fixmysite.com/

	Version: 0.84

	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.5.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- WooCommerce
- Sidebars
- Footer Widgets
- After Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1440px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # 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}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"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	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
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #f3f3f3;
	/* color: #545d65; */
	color: #454d54;
	font-family: 'Varela Round', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #3187DB;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #164188;
	text-decoration: none;
	outline: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
	color: #1f2836;
}

a strong {
	color: inherit;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

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-family: 'Nunito', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
	color: #1f2836;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.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;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

label {
	color: #1f2836;
}

input,
select,
textarea {
    background-color: #FAFBFC; 
    border: 1px solid #ddd;
    color: #1f2836;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 9px;
    width: 100%;
}

fieldset {
	padding: 0;
	margin: 0;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #1f2836;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #1f2836;
}

input.labelauty+label {
	background-color: #e1e1e1 !important;
	display: inline-block !important;
}

input.labelauty:checked+label {
    background-color: #3498db !important;
}

input.labelauty:checked:not([disabled]) + label:hover {
    background-color: #72c5fd !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #EBB000;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	padding: 12px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-radius: 6px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #e0a801;
	color: #fff !important;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button a {
	color: #fff;
}

.button:focus a,
.button:hover a,
.button:active a {
	color: #fff
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ===========================
   PRICING TABLE CONTAINER
=========================== */
.pricing-table-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin: 3rem 0;
}

.pricing-table-wrap.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute; /* prevents layout disruption */
}

.hidden {
  display: none !important;
}

/* ===========================
   INDIVIDUAL PRICING PLAN CARD
=========================== */
.pricing-plan {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  flex: 1 1 250px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 250px;
  max-width: 100%;
}

/* ===========================
   PLAN PRICE
=========================== */
.pricing-plan .price {
  font-size: 3rem;
  font-weight: 800;
  color: #0073e6;
  margin-bottom: 0;
}

.savings-highlight {
  color: #28a745;
  font-weight: bold;
}

.price-term {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

/* ===========================
   SUBHEAD (SHORT DESCRIPTION)
=========================== */
.pricing-plan .subhead {
  font-size: 1.4rem;
  margin-bottom: 1.75rem;
}

/* ===========================
   FEATURE LIST
=========================== */
.pricing-plan ul {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 3.75rem;
}

.pricing-plan ul li {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  color: #2a2a2a;
}

/* ===========================
   BUTTON
=========================== */
.pricing-plan .button {
  margin-top: auto;
  font-size: 1.6rem;
  font-weight: bold;
}

.pricing-plan .button-spacer {
    visibility: hidden;
    height: 56px; /* Same height as the button */
    margin-top: 2rem; /* Matches spacing above buttons */
    background: #f6b500; /* Same as button background for layout balance */
    border-radius: 8px;
}

/* ===========================
   MOST POPULAR HIGHLIGHT
=========================== */
.pricing-plan.popular {
  border: 2px solid #cce4f9;
  background-color: #f7fbff;
  position: relative;
}

.pricing-plan .badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0073e6;
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* ===========================
   TOGGLE CONTAINER & LABELS
=========================== */
/* Group wrapper for layout */
.toggle-group-wrap {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 50px;
  font-size: 1.2rem;
  flex-wrap: wrap;
}

/* Container for each toggle (Hosted, Billing) */
.toggle-option {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #333;
}

/* NEW Segmented toggle button styles */
.segmented-toggle {
  display: inline-flex;
  border: 2px solid #0073e6;
  border-radius: 8px;
  overflow: hidden;
}

.toggle-btn {
  padding: 8px 18px;
  background: #fff;
  color: #0073e6;
  font-weight: 600;
  border: none;
  border-radius: initial;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  font-size: 1rem;
}

.toggle-btn.active {
  background: #0073e6;
  color: #fff;
}

.toggle-btn.active:hover {
  background: #0073e6;
  color: #fff !important;
}

.toggle-btn:not(:last-child) {
  border-right: 1px solid #0073e6;
}

.toggle-btn:hover {
  background-color: #EBF7FF;
	color: #0073e6 !important;
}

/* ==============================
   Guarantee Section (with thirds)
   ============================== */
.guarantee-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  align-items: center;
}

.guarantee-row .one-third {
  flex: 0 0 200px;
  max-width: 200px;
  margin: 0 auto;
}

.guarantee-stamp {
  width: 100%;
  height: auto;
}

.guarantee-row .two-thirds {
  flex: 1;
  min-width: 280px;
}

.guarantee-text p {
  margin-bottom: 1rem;
}

/* ===========================
   FAQ Section
=========================== */
.faq-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em;
  gap: 2em;
}

.faq-sidebar {
  flex: 0 0 220px;
  border-right: 1px solid #ddd;
}

.faq-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-sidebar li {
  cursor: pointer;
  padding: 10px 15px;
  border-left: 3px solid transparent;
  font-weight: 500;
  transition: background 0.2s ease;
}

.faq-sidebar li:hover,
.faq-sidebar li.active {
  background: #f9f9f9;
  border-left-color: #333;
}

.faq-content {
  flex: 1;
}

.faq-group {
  display: none;
}

.faq-group.active {
  display: block;
}

.faq-group details {
  margin-bottom: 1rem;
}

.faq-group summary {
  font-weight: 600;
  cursor: pointer;
}

.faq-group p {
  margin: 0.5em 0 1.2em;
}

/* 🔽 Mobile Responsive Styling */
@media (max-width: 860px) {
  .faq-container {
    flex-direction: column;
  }

  .faq-sidebar {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
    padding-bottom: 1.5em;
  }

   .faq-sidebar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75em; /* Slightly increased gap for breathing room */
    padding: 0;
  }

  .faq-sidebar li {
    width: calc(50% - 0.75em); /* 2 per row */
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    font-size: 1.3rem;
    white-space: nowrap;
    box-sizing: border-box;
    background: #fff;
    transition: border-color 0.2s ease;
  }

  .faq-sidebar li:hover,
  .faq-sidebar li.active {
    background: #f2f2f2;
    border: 1px solid #333; /* Override full border for mobile */
  }

  .faq-content {
    width: 100%;
  }

  /* Accordion behavior on mobile: only first open by default */
  .faq-group details {
    open: true;
  }

  .faq-group details:not(:first-of-type) {
    open: false;
  }
}



/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

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-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #1f2836;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: block;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1320px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
	padding-top: 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 992px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## 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 {
	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;
}


/* # 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 {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry {
	margin-bottom: 40px;
	padding: 40px;
	background-color: #fff;
}

.archive-description,
.author-box {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 40px;
	background-color: #fff;
}

.archive-description .author-box-content,
.author-box .author-box-content {
	margin-left: 115px;
	font-size: 16px;
    font-size: 1.6rem;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.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
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {

}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #1f2836;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #EBB000;
}

.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

/* ## 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 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.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;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 28px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget: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_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;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #1f2836;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #1f2836;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #EBB000;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #1f2836;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #1f2836;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #3187DB;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;q
}

.site-header > .wrap {
    padding: 0;
}

.site-inner {
  padding-top: 140px;
}

/* affiliate page, contact page, join the team page,  */
.page-id-2026 .site-inner, .page-id-1446 .site-inner, .page-id-122 .site-inner {
		padding-top: 70px;
 }

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 280px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 280px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #1f2836;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 25px 12px;
	text-decoration: none;
}

.genesis-nav-menu a i {
	margin-right: 1.5px
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #D3E3F3;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .menu-support {
    background-color: #EBB000;
    border-radius: 6px;
    margin: 14px 0 14px 14px;
    float: right;
    text-transform: uppercase
}

.genesis-nav-menu .menu-support a {
	padding: 12px 18px;
    color: #fff;
}

.genesis-nav-menu .menu-support a:hover,
.genesis-nav-menu .menu-support a:active,
.genesis-nav-menu .menu-support a:focus {
	color: #fff
}

.genesis-nav-menu .menu-support:hover {
	background-color: #e0a801;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
    color: #3187DB;
}

.genesis-nav-menu .sub-menu li:first-child a {
	border-radius: 6px 6px 0 0;
}

.genesis-nav-menu .sub-menu li:last-child a {
	border-radius: 0 0 6px 6px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

#menu-item-132 {
	margin-bottom: 14px;
}

/* ## Accessible Menu
--------------------------------------------- */

.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;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 5px;
	padding: 40px;
}

.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: #1f2836;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-time {
	display: none;	
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #1f2836;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #EBB000;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eee;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* # WooCommerce
---------------------------------------------------------------------------------------------------- */

/* WooCommerce Checkout Page */

.woocommerce-checkout::before {
	content: " ";
	display: table;
}

.woocommerce-checkout::after {
	clear: both;
	content: " ";
	display: table;
}

.woocommerce-checkout h3 {
    margin-top: 0;
}

.woocommerce-checkout .col2-set {
    width: 48% !important;
    margin-right: 4%;
    float: left;
}

.woocommerce-checkout .col2-set .col-1 {
    float: none !important;
    width: 100% !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 48%;
    float: left;
}

.woocommerce-form-login__rememberme > label {
    display: inline-block;
    height: 36px;
    width: 36px;
    margin-top: 6px;
    padding-top: 4px;
}

.woocommerce-form-login__rememberme label,
.woocommerce-form-login__rememberme span {
    display: inline-block;
}

.woocommerce-form-login__rememberme label .labelauty-checked-image {
	margin-bottom: 5px;
}

@media only screen and (max-width: 860px) {

    .woocommerce-checkout .col2-set {
        width: 100% !important;
        margin-right: 0%;
        margin-bottom: 30px;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100% !important;
    }

}

/* WooCommerce Product Page */

.product-page-trust {
	margin-top: 20px;	
}

.wc-pao-addon-wrap label,
.wc-pao-addon-description p {
	font-size: 14px;	
}	

.wc-pao-addon-wrap label .labelauty-checked-image {
    background-position: center;
    margin-bottom: 8px;
}

.woocommerce-product-gallery__image a:hover,
.woocommerce-product-gallery__image a:active,
.woocommerce-product-gallery__image a:focus {
    cursor: default;
}

.product .up-sells.upsells.products {
	clear: both;
}

.woocommerce .summary .price {
	margin: 0 0 20px;
}

.woocommerce form .wc-pao-addon-description p {
	margin: 0 0 10px;	
}

.woocommerce form .form-row.wc-pao-addon-wrap {
	margin: 0 0 20px;
}

/* WooCommerce My Account */

.woocommerce-form-login {
    width: 48%;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 20px;
}

/* ## Featured Content
--------------------------------------------- */

.sidebar .featured-content .entry {
	border: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 24px
}

.sidebar .featured-content div article:last-child {
	border-bottom: 0;
	margin-bottom: 0
}

.sidebar .featured-content div article:last-child a.alignleft {
	margin-bottom: 4px
}

.sidebar .featured-content .entry a {
	line-height: 0;	
}

.sidebar .featured-content .entry a img {
	max-width: 85px;
}

.sidebar .featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Sidebar Ebook
--------------------------------------------- */

.ebook-sidebar #mc_embed_signup_scroll .mc-field-group {
	margin-bottom: 12px;
}

.ebook-sidebar #mc_embed_signup_scroll input[type="submit"] {
	border-radius: 0;
	background-color: #fff;
	width: 100%;
	border: 3px solid #EBB000;
	color: #EBB000;
}

.ebook-sidebar #mc_embed_signup_scroll input[type="submit"]:hover,
.ebook-sidebar #mc_embed_signup_scroll input[type="submit"]:active,
.ebook-sidebar #mc_embed_signup_scroll input[type="submit"]:focus {
	background-color: #EBB000;
	color: #fff;
}

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

ul.social li {
	display: inline-block;
}

ul.social li a {
	margin: 0 10px;	
}

ul.social li a i {
	font-size: 36px
}

ul.social li a i.fa-twitter {
	color: #55acee;
}

ul.social li a i.fa-facebook {
	color: #3b5998;
}

ul.social li a i.fa-youtube {
	color: #b31217;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	background-color: #3187DB;
	padding: 80px 0;
}

.footer-widgets-1 {
	width: 100%;
	text-align: center;
	color: #fff;
}

.footer-widgets-1 h3 {
	color: #fff;
	font-size: 42px;
	font-size: 4.2rem;
}

.footer-widgets-1 .textwidget {
	max-width: 620px;
	margin: 0 auto;
	font-size: 24px;
	font-size: 2.4rem;
}

.footer-button {
    background-color: #EBB000;
    border-radius: 6px;
    display: inline-block;
    position: relative;
}

.footer-button:hover {
	background-color: #e0a801;
}

.footer-button a {
	color: #fff;
    text-decoration: none;
    padding: 16px 62px 16px 98px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}

.footer-button a:before {
    background-image: url(//fixmysite.com/wp-content/uploads/2017/02/tool-button.png);
    background-size: 32px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    top: 16px;
    left: 36px;
    position: absolute;
    content: "";
}

/* # After Footer 
---------------------------------------------------------------------------------------------------- */

.fms-after-footer {
    background-color: #164188;
    padding: 80px 0 60px 0;
}

.fms-after-footer .widgettitle {
    color: #fff;
    font-size: 20px;
}

.fms-after-footer .one-third:nth-child(1) {
    padding-right: 24px;
}

.fms-after-footer .one-third:nth-child(2) {
    padding-left: 12px;   
}

@media only screen and (max-width: 860px) {
    
    .fms-after-footer .one-third:nth-child(1),
    .fms-after-footer .one-third:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }
    
    .featured-content .entry {
        margin-bottom: 0 !important;
    }

}

.fms-after-footer .entry-header h4 {
    margin-bottom: 12px;  
    position: relative;
    padding-left: 20px;
}

.fms-after-footer .entry-header h4 a {
    font-size: 16px;
    color: #ddd;
}

.fms-after-footer .entry-header h4 a:before {
    font-family: "Fontawesome"; 
    font-weight: normal; 
    content: "\f0da";
    color: #ebb000;
    position: absolute;
    left: 0;
    top: 3px;
}

.fms-after-footer .entry-header h4 a:hover {
    color: #ebb000;
}

.fms-featured-services li {
    margin-bottom: 10px !important; 
    padding-bottom: 0 !important;
    position: relative;
    padding-left: 20px;
}

.fms-featured-services li a {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #ddd;
}

.fms-featured-services li a:before {   font-family: "Fontawesome"; 
    font-weight: normal; 
    content: "\f0da";
    color: #ebb000;
    position: absolute;
    left: 0;
    top: 3px;
}

.fms-featured-services li a:hover {
    color: #ebb000;
}

.fms-opening-hours {
    margin-bottom: 24px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #ddd;
}

.fms-call {
    color: #fff;  
    font-size: 16px;
}

.fms-call a:hover {
    color: #fff;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	background-color: #164188;
	padding: 26px 0 16px 0;
	border-top: 1px solid #002c6e;
}

.site-footer .genesis-nav-menu {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.site-footer .genesis-nav-menu .menu-item a {
	padding: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: none;
}

.site-footer .genesis-nav-menu .menu-item.social a i {
	font-size: 32px;
	margin-top: -8px;
}

.site-footer p {
	margin-bottom: 0;
}

/* ## Custom Site Footer 
--------------------------------------------- */

.fms-custom-footer {
	background-color: #164188;
	padding: 32px 0 60px 0;
}

.fms-custom-footer p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}

.fms-custom-footer .fms-name {
	float: left;
	position: relative;
} 

.fms-custom-footer .fms-name span {
    position: absolute;
    background-image: url(//fixmysite.com/wp-content/uploads/2021/04/Maple_leaf.png);
    height: 45px;
    width: 45px;
    top: -15px;
    left: -60px;
    background-repeat: no-repeat;
    background-size: cover;
}

.fms-custom-footer .fms-details {
	float: right;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1201px) {

	.site-inner {
		padding-top: 140px;
	}

/* affiliate page, contact page, join the team page  */
	.homepage .site-inner, .service .site-inner, .redesign .site-inner, .page-id-2026 .site-inner, .page-id-1446 .site-inner, .page-id-122 .site-inner {
		padding-top: 70px;
 }

}

@media only screen and (max-width: 1440px) {

	.site-inner,
	.wrap {
		max-width: 1320px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-inner {
		padding-top: 209px;
	}

	.homepage .site-inner, .service .site-inner, .redesign .site-inner {
		padding-top: 70px;
 }

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.entry {
		padding: 30px;
	}

	.sidebar-primary {
    	width: 280px;
	}

	.sidebar .widget {
		padding: 20px;
	}

	.author-box,
	.after-entry {
		padding: 30px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner {
		padding-top: 209px;
	}

	.homepage .site-inner, .service .site-inner, .redesign .site-inner {
		padding-top: 139px;
 }

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area {
		width: 100%;
	}

}

@media only screen and (max-width: 860px) {

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.site-inner {
		padding-top: 193px;
	}

	.homepage .site-inner, .service .site-inner, .redesign .site-inner {
		padding-top: 123px;
 }

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 20px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.site-header .widget-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
		margin-bottom: 20px;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		border-width: 0;
		color: #fff;
		outline: none;
	}

	.menu-toggle {
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: center;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.fms-custom-footer .fms-details {
		display: none;
	}

}


/* # 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 #999;
		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 {
		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;
	}

}


/* ## Page Templates
-------------------------------------------------------------------------------- */

/* 
- Homepage 
- Service 
- Support Page
- Redesign
- Internal 
- Share to Win
- Cookie
*/

.page .content {
	margin-bottom: 40px;
}

/* ## Homepage */

.homepage .site-inner {
	max-width: none;
}

.homepage .content {
	margin-bottom: 0;
}

.services .one-fourth span {
	font-style: italic;
}

/* ## Service */

.service .site-inner {
	max-width: none;
}

.service .content {
	margin-bottom: 0;	
}

/* ## Support Page */

.support-page {
	background-color: #3187DB;
}

.support-page .entry {
	background-color: transparent;
	padding: 0;
	border: none;
}

.support-page .entry .entry-content {
	background-color: #fff;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.12), 0 4px 10px 0 rgba(0,0,0,.16);
}

.support-heading {
	position: relative;
}

.support-heading .support-text {
	max-width: 600px
}

.support-heading .support-text h1 {
	color: #fff;
	font-size: 3.6rem;
	margin-top: 28px;
}

.support-heading .support-text p {
	color: #f3f3f3;
}

.support-heading .support-text a.back {
	color: #EBB000;
	margin-bottom: 28px;
	display: inline-block;
	border-bottom: 2px solid transparent;
	transition: all ease 0.5s;
}

.support-heading .support-text a.back:hover {
	border-bottom: 2px solid #EBB000;
}

.support-heading .support-agent {
	position: absolute;
	right: 5%;
	bottom: -22px;
}

.support-tabs ul {
	position: relative;
	margin-left: 24px
}

.support-tabs ul li {
	display: inline-block;
	margin-right: 8px;
}

.support-tabs ul li a {
	display: block;
	padding: 12px 24px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 9px 9px 0 0;
	color: #fff;
}

.support-tabs ul li a:hover,
.support-tabs ul li a:focus,
.support-tabs ul li a:active {
	color: #3187DB;
	background-color: #fff;
}

.support-tabs ul li a.active {
	color: #3187DB;
	background-color: #fff
}

/* ## Redesign */

.redesign .site-inner {
    max-width: none;
}

.redesign .content {
    margin-bottom: 0;
}

/* RD Problem */

.rd-problem {
    background-color: #fff;
    padding: 80px 0;
}

.rd-problem-title h2 {
    text-transform: capitalize;
}

.rd-problem-title p.lead {
	font-family: 'Georgia', serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-style: italic;
}

.rd-problem-text ul {
    margin-bottom: 28px;
}

.rd-problem-text ul li {
    line-height: 1.85;
}

.rd-problem-text ul li i {
    color: red;
    margin-right: 12px;
}

@media only screen and (max-width: 860px) {
    
    .rd-problem-image {
        display: none;
    }

}


/* RD Table */

.rd-offer {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.rd-offer-title {
	width: 100%;
}

.rd-table {
    margin-top: 60px;
}

.fms-table {
  	display: -ms-flexbox; 
  	display: -webkit-flex; 
  	display: flex;
  	flex-wrap: wrap;
  	margin: 0 auto;
  	padding: 0;
}

.table-cell {
  	box-sizing: border-box;
  	flex-grow: 1;
  	width: 100%;
  	padding: 0.5em 1em;
  	overflow: hidden;
  	list-style-type: none;
  	outline: 1px solid #ddd;
  	text-align: center;
  	font-weight: 300;
  	margin-top: 1px;
  	margin-left: 1px;
}

.table-cell:first-child {
	outline: none;
  	background: transparent;
}

@media only screen and (max-width: 860px) {
  
	.table-cell:first-child {
    	display: none;
  	}
	
}

.fms-table .table-cell:nth-child(-n+3) {
  	padding-top: 20px;
  	padding-bottom: 20px;
}

.packages-table .table-cell:nth-child(-n+4) {
    padding-top: 20px;
    padding-bottom: 20px;
}

.services-table .table-cell:nth-child(-n+2) {
    padding-top: 20px;
    padding-bottom: 20px;
}

.services-table .table-cell:nth-child(-n+3) {
	padding: 0.5em 1em;
}

.hosting-table .table-cell:nth-child(-n+4) {
	padding: 0.5em 1em;
}

.signup-table .table-cell:nth-child(-n+4) {
	padding: 0.5em 1em;
}

.development-table .table-cell:nth-child(-n+5) {
	padding: 0.5em 1em;
}

.table-cell.table-heading {
    background-color: #196bbb ;
}

.page-id-5122 .table-cell.table-heading.table-heading-maintenance{
	background-color: #EBB000;
}

.page-id-5134 .table-cell.table-heading.table-heading-security{
	background-color: #EBB000;
}

.page-id-5138 .table-cell.table-heading.table-heading-performance{
	background-color: #EBB000;
}

.table-cell.table-heading h3 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 6px;
	color: #fff;
}

.table-cell.table-heading span {
    color: #fff;
}

.table-cell.cell-feature {
  	text-align: left;
}

.table-cell i.fa-check {
    color: green;
}

.table-cell i.fa-minus {
    color: orange;
}

.table-cell {
	width: calc(33.33% - 1px);
}

.packages-table .table-cell {
	width: calc(25% - 1px);
}

.signup-table .table-cell {
	width: calc(20% - 1px);
}

.services-table .table-cell {
	width: calc(50% - 1px);
}

.hosting-table .table-cell {
	width: calc(25% - 1px);
}

.development-table .table-cell {
	width: calc(20% - 1px);
}

@media only screen and (max-width: 860px) {
	
	.table-cell.cell-feature {
		width: 100%;
		text-align: center;
	}
	
}

/* RD Process */

.rd-process {
    padding: 80px 0;
    background-color: #fff;
}

.rd-process-container {
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.rd-step {
    box-sizing: border-box;
    width: calc(33.33% - 1px); 
    flex-grow: 1;
    padding: 0.5em 1em;
}

@media only screen and (max-width: 860px) {
  .rd-step {
    width: 50%;
    text-align: center;
    padding: 0.5em;
  }
}

.rd-step-title h4,
.rd-step-title span {
    display: inline-block;
}

.rd-step-title span {
    background-color: #196bbb;
    color:  #fff;
    padding: 3px 12px;
    border-radius: 180%;
}

.rd-step-title h4 {
     font-size: 20px;
     margin-left: 12px;
}

.rd-step-description p {
    font-size: 16px;
    color: #545d65;
}

/* RD Case Studies */

.rd-case-studies {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.rd-case-studies-container {
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
}

.rd-case-study {
    box-sizing: border-box;
    width: calc(50% - 20px); 
    flex-grow: 1;
    margin: 10px;
    background-color: #fff;
    box-shadow: 0px 6px 9px rgba(0,0,0,0.2)
}

.rd-case-study-section-container {
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    align-items: stretch;
    height: 100%;
}

.rd-case-study-section {
     width: 50%;
}

.rd-case-study-section-image {
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    align-items: center;
}

.blue .rd-case-study-section-image {
    background-color: #3187DB;
} 

.grey .rd-case-study-section-image {
    background-color: #292929;
}

.rd-case-study-section-text {
    padding: 20px;
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    align-items: center;
}

.rd-case-study-section-text h4 {
    font-size: 18px;
}

.rd-case-study-section-text p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
}

@media only screen and (max-width: 860px) {
    
    .rd-case-study-section-image,
    .rd-case-study-section-container {
        display: block;    
        align-items: unset;
        text-align: center;
    }
    
    .rd-case-study-section {
        width: 100%;
    }
    
}

@media only screen and (max-width: 480px) {
    
    .rd-case-study {
        width: calc(100% - 20px);
    }
}

/* RD CTA */

.rd-cta {
    margin-top: 60px;
}

.rd-cta-container .rd-cta-text {
    width: 50%;
    float: left;
    margin-top: 60px;
}

.rd-cta-container .rd-cta-image {
    width: 50%;
    float: left;
    text-align: center;
}

.rd-cta-container .rd-cta-image img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

@media only screen and (max-width: 860px) {
    
    .rd-cta-container .rd-cta-text {
        margin-top: 0;
        width: 100%;
    }
    
    .rd-cta-container .rd-cta-image {
        display: none;
    }
    
}

/* ## Internal */

.internal-page-heading {
	background-color: #164188;
	height: 230px;
  margin-top: 123px;
}

.internal-page-heading .wrap {
	height: 100%;
}

.internal-page-heading-container {
	display: table;
	height: 100%
}

.internal-page-heading-wrap {
	display: table-cell;
	vertical-align: middle;
}

.internal-page-heading-wrap h1 {
	color: #fff;
	font-size: 48px;
}

.internal-page-heading-wrap p {
	margin-bottom: 0;
	color: #fff;
	font-size: 28px
}

/* ## Share to Win */

.discount-large {
	text-align: center;
}

.discount-large img {
	border: none;
	margin-top: -60px
}

.facebook-share {
	position: relative;
	margin: 36px 0
}

.facebook-share i.fa-hand-o-right {
	margin-right: 15px;
	color: #164188;
	font-size: 24px;
}

.facebook-share a {
    border: 2px solid #3187DB;
    padding: 16px 36px;
    color: #3187DB;
    position: relative;
}

.facebook-share a span {
	z-index: 1;
	position: relative;
}

.facebook-share a:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #3187DB;
    z-index: 0;
    transition: width 0.5s ease;
}

.facebook-share a:hover,
.facebook-share a:hover:after {
    width: 100%;
    color: #fff;
}

.facebook-share a i {
	margin-right: 15px
}

.discount-code {
	border: 2px dashed #EBB000;
	text-align: center;
	border-radius: 9px;
	max-width: 300px;
	min-height: 24px;
	margin-bottom: 28px
}

.discount-code h4 {
	margin: 12px 24px 20px 24px !important;
}

@media only screen and (max-width: 860px) { 
	
	.discount-large {
		margin-top: 28px;	
	}
	
	.discount-large img {
		margin-top: 0	
	}
	
}

/* ## Cookie */

.cookie-content {
	position: fixed;
	width: 375px;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: #fff;
	display: none; 
	padding:  0;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	z-index: 9999999;
}

.cookie-visible {
	display: block;
}

.cookie-content-wrap {
    position: relative;
    padding: 0;
}

.cookie-content .cookie-content-top-banner {
    background: #3187DB;
    height:35px;
}

.cookie-content .close-cookie {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #fff;
}

.cookie-content .cookie-content-image {
    float: left;
    margin-bottom: -6px;
}

.cookie-content .cookie-content-text {
    padding-right: 12.5px;    
}

.cookie-content .cookie-content-text p {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 16px;
}

.cookie-content .cookie-content-text a.small-button {
    background-color: #3187DB;
    padding: 6px 12px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0;
}

.cookie-content .cookie-content-text a.small-button:active,
.cookie-content .cookie-content-text a.small-button:focus,
.cookie-content .cookie-content-text a.small-button:hover {
    background-color: #164188;
    color: #fff;
}

@media only screen and (max-width: 860px) { 
	
	.cookie-content {
	    display: none !important;
	}
	
}

.cookie-button {
	background: #3187DB !important;
} 

/* ## Page Template Blocks
-------------------------------------------------------------------------------- */

/* 
- Constants
- Lead Heading 
- Lead
- Quick view
- Process
- Services
- Landing (Affiliate)
- Testimonials
- Featured on 
- eBook
- Service details
- FAQ
*/

/* ## Constants */

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

/* ## Lead Heading */

.lead-heading {
	text-align: center;
	max-width: 1023px;
	margin: 0 auto 40px auto;
}

.lead-heading h2 {
	font-size: 42px;
	font-size: 4.2rem;
}

.lead-heading p {
	font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 0
}

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

/* ## Lead */

section.lead {
	background-color: #196bbb;
	padding: 140px 0 140px 0;
}

.lead-text h1 {
	color: #fff;
	font-size: 50px;
    font-size: 5.0rem;
    margin-bottom: 28px
}

.page-id-589 .lead-text h1 {
	font-size: 44px;
    font-size: 4.4rem;
}

.lead-text h1 span {
	font-size: 42px;
    font-size: 4.2rem;
}

.lead-text p {
	font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.lead-text p span.clear {
	display: block;
}

.lead-button {
    background-color: #EBB000;
    border-radius: 6px;
    display: inline-block;
    position: relative;
}

.lead-button:active,
.lead-button:hover,
.lead-button:focus {
	background-color: #e0a801;
}

.lead-button a {
	color: #fff;
    text-decoration: none;
    padding: 16px 62px 16px 98px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}

.lead-button a:before {
    background-image: url(//fixmysite.com/wp-content/uploads/2017/02/tool-button.png);
    background-size: 32px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    top: 16px;
    left: 36px;
    position: absolute;
    content: "";
}

.pricing-button {
    background-color: #EBB000;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    margin: 0 8px 28px 0;
}

.pricing-button:active,
.pricing-button:hover,
.pricing-button:focus {
	background-color: #e0a801;
}

.pricing-button a {
	color: #fff;
  text-decoration: none;
  padding: 16px 62px;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}

.table-offer-text {
	margin-top: 40px;
}

.lead-text .rating {
	display: none;
}

.lead-picture {
	text-align: center;
}

.lead-picture-hp figure {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.lead-picture-hp figure img.main {
    width: 400px;
    height: auto;
}

/* Wrench */

.lead-picture-hp figure .wrench {
    position: absolute;
    top: 150px;
    left: 90px;
}

.lead-picture-hp figure .wrench i {
    font-size: 36px;
    color: #fff;
}

/* Cogs */

.lead-picture-hp figure .cog {
    position: absolute;
    top: 0px;
    right: 90px;
}

.lead-picture-hp figure .cog .cog-wrapper {
    position: relative;
}

@keyframes cog-animation {
  100% {
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.lead-picture-hp figure .cog i {
    color: #fff;  
    animation-name: cog-animation;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.lead-picture-hp figure .cog i:first-child {
    font-size: 36px;
}

.lead-picture-hp figure .cog i:last-child {
    font-size: 24px;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -4px;
    right: -20px;
}


/* Envelope */

.lead-picture-hp figure .envelope {
    position: absolute;
    top: 160px;
    right: 95px;
}

.lead-picture-hp figure .envelope i {
    font-size: 26px;
    color: #fff;
    transform: rotate(30deg);
}

/* Plus 1 */

.lead-picture-hp figure .plus-1 {
    position: absolute;
    top: 90px;
    right: 85px;
}

.lead-picture-hp figure .plus-1 i {
    font-size: 22px;
    color: #fff;
}

/* Plus 1 */

.lead-picture-hp figure .plus-2 {
    position: absolute;
    top: 0px;
    left: 110px;
}

.lead-picture-hp figure .plus-2 i {
    font-size: 28px;
    color: #fff;
}

/* Plus 1 */

.lead-picture-hp figure .plus-3 {
    position: absolute;
    top: 90px;
    left: 90px;
}

.lead-picture-hp figure .plus-3 i {
    font-size: 18px;
    color: #fff;
}

/* Coffee Steam */

.lead-picture-hp figure .coffee-steam {
    position: absolute;
    bottom: 65px;
    left: 44px;
}

@keyframes coffee-animation {

    100% {
        -moz-transform: rotateY(360deg); 
        -ms-transform: rotateY(360deg); 
        transform: rotateY(360deg);
    }
    
}

.lead-picture-hp figure .coffee-steam img {
    animation-name: coffee-animation;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* ## Quick View */

.quick-view {
	background-color: #164188;
	padding: 20px 0;
	text-align: center;
}

.quick-view p {
	margin-bottom: 0;
	color: #fff;
}

.quick-view p i {
	color: #3187DB;
	margin-right: 7.5px;
}

/* ## Process */

.process {
	background-color: #EBF7FF;
	padding: 80px 0;
}

.process-step {
	text-align: center;
	padding: 0 5%;
}

.process-step .icon img {
	max-width: 200px;
}

.process-step p {
	margin-bottom: 0
}

/* ## Services */

.services {
	background-color: #fff;
	padding: 80px 0;
	position: relative;
}

.service {
	position: relative;
	margin-bottom: 40px
}

.service:last-child {
	margin-bottom: 0;
}

.service-image {
    float: left;
    text-align: center;
}

.service.flip .service-image {
	float: right;
}

.service-text {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
}

.service.flip .service-text {
	left: 0
}

.service-text-display {
	display: table;
    height: 100%;
}

.service-text-align {
	display: table-cell;
	vertical-align: middle;
}

.service-text h4 {
	font-size: 32px;
	font-size: 3.2rem;
}

.service-text span {
	display: block;
	margin-bottom: 10px
}

.services .sub-text {
	margin-top: 28px;
}

.services .sub-text p {
	margin: 0;
}

/* ## Landing (Affiliate) */

.lead-text-partner .lead-button a {
    padding: 16px 42px 16px 78px;
}

.lead-text-partner .lead-button a:before {
    left: 26px;
}

@media only screen and (max-width: 1023px) {
    
    .lead-text-partner .lead-button a {
        padding: 16px 32px 16px 68px;
        font-size: 18px;
    }
    
    .lead-text-partner .lead-button a:before {
        top: 14px;
        left: 20px;
    }

}

@media only screen and (max-width: 860px) {
  
    .lead-text-partner .lead-button a {
        padding: 16px 62px 16px 98px;
        display: block;
        font-size: 20px;
    }
    
    .lead-text-partner .lead-button a:before {
        top: 16px;
        left: 36px;
    }
    
    .lead-text-partner .partner-logo {
        margin-top: 24px;
    }
    
}

.lead-text-partner .partner-logo img {
    height: 33px;
}

.lead-text-partner .partner-logo span {
    display: block;
    color: #fff;
    font-size: 14px;
}

.leap-picture-partner figure .coffee-steam {
    bottom: 75px;
    left: 50px;
}

.process-partner {
    padding-bottom: 120px;
}

@media only screen and (max-width: 860px) {
    
    .process-partner {
        padding-bottom: 80px;
    }
    
}

 .logged-in .site-header {
		padding-top: 46px;
	}

@media only screen and (min-width: 783px) {

 .logged-in .site-header {
		padding-top: 32px;
	}

}

@media only screen and (min-width: 861px) {

	.internal-page-heading {
		margin-top: 209px;
	}
}

@media only screen and (min-width: 1024px) {

	.internal-page-heading {
		margin-top: 140px;
	}
}

@media only screen and (min-width: 1201px) {

	.internal-page-heading {
		margin-top: 70px;
	}
}

/* ## Testimonials  */

.testimonials {
	padding: 80px 0;
	background-color: #fff
}

.testimonial blockquote {
	padding: 0;
	margin: 20px
}

.testimonial blockquote:before {
	content: none;
}

.testimonial blockquote p {
  margin:0;
  background: #EBF7FF;
  padding: 20px 20px 20px 20px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-style: italic;
  text-align: left;
}

.testimonial blockquote p:after {
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #164188;
  font-style: normal;
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}

.testimonial blockquote div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EBF7FF;
  margin: 0 0 0 60px;
}

.testimonial blockquote footer {
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Featured On  */

.featured-on {
	background-color: #fff;
	border-top: 1px solid #eee;
}

.featured-on .wrap {
	position: relative
}

.featured-on-arrow {
	position: absolute;
	top: -70px;
	right: 0
}

.featured-logo {
	height: 90px;
	display: table;
	width: 100%
}

.featured-logo-wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* ## Featured on */

.ebook {
	background-color: #f9f9f9;
	padding: 40px 0;
}

.ebook-image figure {
	text-align: center;
}

.ebook-image figure img {
	max-height: 250px;
}

.ebook-text {
	padding: 0 7.5%;
	margin-top: 20px;
}

@media only screen and (max-width: 1200px) {

	.ebook-text {
		margin-top: 10px;
	}
	
}

.ebook-text h4 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 28px
}

.ebook-text a {
	color: #3187DB;
	font-size: 20px;
}

.ebook-text a:hover,
.ebook-text a:active,
.ebook-text a:focus {
	color: #EBB000;
}

/* ## Service details */

.service-details {
	background-color: #fff;
	padding: 80px 0;
}

.service-details-wrap {
	margin: 80px 0 0 0;
}

.service-detail {
	border: 1px solid #f3f3f3;
	margin-bottom: 80px;
}

.service-detail-last {
	margin-bottom: 0
}

.service-detail-wrap {
	padding: 60px 7.5% 40px 7.5%;
	position: relative;
}

.service-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	text-align: center;
}

.service-icon .service-icon-wrap {
	background-color: #fff;
	display: inline-block;
	border: 1px solid #f3f3f3;
	line-height: 0;
	border-radius: 90px;
	width: 90px;
	height: 90px;
}

.service-icon .service-icon-wrap img {
	position: relative;
    top: 50%;
    -webkit-transform: rotate(-50%); 
    -ms-transform: rotate(-50%);
    transform: translateY(-50%);
}

.service-icon .service-icon-wrap .fa {
    position: relative;
    top: 50%;
    -webkit-transform: rotate(-50%);
    -ms-transform: rotate(-50%);
    transform: translateY(-50%);
    font-size: 5rem;
    color: #3187DB;
}

.service-detail-text p {
	text-align: justify;
	font-size: 1.6rem;
	font-size: 16px;
}

.service-detail-text p:last-child {
	margin-bottom: 0;
}


/* ## FAQ */

.questions {
	max-width: 960px;
	margin: 0 auto;
}

.q .question {
	font-family: 'Nunito', sans-serif;
    font-weight: 600;
	color: #1f2836;
}

/* ## Blog Posts
-------------------------------------------------------------------------------- */

/* 
- Crunchify  
- Shortcodes
*/

/* ## Crunchify  */

.crunchify-social {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.crunchify-social .crunchify-link {
	float: left;
	width: 32%;
	text-align: center;
	color: #fff;
	padding: 10px; 
	margin-left: 1.33%;
	font-weight: 700;
	font-size: 16px
}

.crunchify-social .crunchify-link:hover {
	opacity: 0.85	
}

.crunchify-social .crunchify-link i {
	margin-right: 10px
}

.crunchify-social .crunchify-link.crunchify-twitter {
	background-color: #55acee;
	margin-left: 0
}

.crunchify-social .crunchify-link.crunchify-facebook {
	background-color: #3a589e; 
}

.crunchify-social .crunchify-link.crunchify-googleplus {
	background-color: #d34836;
}

.crunchify-social .crunchify-link.crunchify-linkedin {
	background-color: #0077b5;
}

@media only screen and (max-width: 640px) { 
	
	.crunchify-social .crunchify-link span {
		display: none;	
	}
	
	.crunchify-social .crunchify-link i {
		margin-right: 0;
	}
	
}


/* ## Shortcodes  */

.single-featured-image {
	line-height: 0;
	margin-bottom: 28px;
}

/* Lead */

.lead-entry {
	font-family: 'Georgia', serif;
    font-size: 20px;
    font-size: 2rem;
	font-style: italic;
}

/* Checklist */

ul.check {
	margin-left: 15px;
}

ul.check li {
	list-style-type: none;
	list-style: none;
}

ul.check li:before {
	font-family: 'Fontawesome';
	content: "\f05d";
	margin-right: 15px; 
	color: #3187DB
}

/* Headings */

.single.single-post .entry h1,
.single.single-post .entry h2,
.single.single-post .entry h3,
.single.single-post .entry h4,
.single.single-post .entry h5,
.single.single-post .entry h6 {
	margin: 56px 0 28px 0
}

.no-margin {
	margin-top: 0 !important;
}

.single.single-post .entry .entry-title {
	margin-top: 0;
}

/* Blockquote */

.entry blockquote {
	margin: 40px;
}

.entry blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry blockquote {
	background-color: #f3f3f3;
	border-left: 4px solid #dfdfdf;
	margin: 0;
	margin-bottom: 28px;
	padding: 30px 60px;
	position: relative;
}

.entry blockquote:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	font-style: normal;
	position: absolute;
	left: 20px;
	top: 20px;
}

.entry blockquote p {
	margin-bottom: 0;
	font-family: 'Georgia', serif;
}


/* Notification */

.notification {
	background-color: #f7f7c2;
	padding: 40px;
	margin-bottom: 28px;
	border: 2px solid orange;
	color: #1f2836;
}

.notification h1,
.notification h2,
.notification h3,
.notification h4,
.notification h5,
.notification h6 {
	margin-top: 0;
}

.notification p:last-child {
	margin-bottom: 0;
}


/* Note */

.note {
	margin-bottom: 28px;
}

.note .note-heading {
	padding: 10px 40px;
	color: #fff
}

.note.red .note-heading {
	background-color: #ce3426;
}

.note.green .note-heading {
	background-color: #619f42
}

.note.orange .note-heading {
	background-color: #f3b33f;
}

.note .note-heading span {
	margin: 0;
	font-weight: 400;
	color: #fff;
	font-size: 18px !important;
}

.note .note-content {
	background-color: #f3f3f3;
	font-size: 16px;
	padding: 20px 40px;
	position: relative;
}

.note .note-content:before {
	position: absolute;
	content: "\f101";
	font-family: 'Fontawesome';
	position: absolute;
	left: 17px;
}

.note .note-content p:last-child {
	margin-bottom: 0;
}

/* Fancy Check */

ul.fancy-check {
	margin: 0;
	padding: 0;
}

ul.fancy-check > li  {
	position: relative;
	list-style-type: none;
	list-style: none;
}

ul.fancy-check > li > label:first-child {
	margin-left: 48px;
	color: #000;
}

ul.fancy-check > li > label:nth-child(4) {
	position: absolute;
	left: 0;
	top: 0;
}

/* KK Star Rating */

.kk-star-ratings.kksr-valign-bottom  {
	margin-bottom: 2rem;
}

/* Block Editor */

.wp-block-image img {
    margin-bottom: 28px;
}

.entry-content code {
    background-color: #f5f2f0;
    color: #c7254e;
    font-family: 'Courier New', Courier, monospace;
    font-size: 90%;
    padding: 2px 4px;
    border-radius: 3px;
    border: 1px solid #e1e1e8;
		width: 100%
}

.entry-content p > code {
    display: inline-block;
    white-space: pre-wrap;
    word-break: break-word;
}


/* ## Plugins
-------------------------------------------------------------------------------- */

/* 
- Gravity Forms
- Affiliate WP
*/

/* ## Gravity Forms */

.gf-hide-price .ginput_product_price_label,
.gf-hide-price .ginput_product_price,
.gform_body .gform_validation_container {
	display: none;
}

.validation_error {
	color: #bd002f;
	border: 2px solid #728292;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 28px;
}

.gform_body .validation_message {
	color: #bd002f;
}

.gform_body .heading {
	border-bottom: 2px solid;
	margin-top: 80px;
}

.gform_body .heading h4 {
	font-size: 28px;
}

.gform_body .no-margin {
	margin-bottom: 8px;
}

.gform_body ul {
	margin-left: 0;
}

.gform_body ul li {
	list-style: none;
	list-style-type: none;
	margin-bottom: 28px;
}

.gform_body ul.gravity-list li {
	list-style: disc;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 0;
}

.gform_body ul.gf-list {
    margin-bottom: 22px;
}

.gform_body ul.gf-list li {
	margin-bottom: 6px;
}

.gform_body ul.gf-list li span {
	margin-right: 15px;
}

.gform_body textarea {
	max-height: 150px;
}

.gform_body .gfield_description {
	font-size: 16px;
	font-size: 1.6rem;
}

.gform_body .heading-margin > label {
	margin-bottom: 14px;
	display: inline-block;
}

.gform_body .gfield_checkbox li,
.gform_body .gfield_radio li {
	margin-bottom: 18px;
}

.gform_body .gfield_checkbox li label,
.gform_body .gfield_radio li label {
	margin-left: 50px;
	display: block;
	padding-top: 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #728292;
}

.gform_body .gfield_checkbox li label:nth-child(2),
.gform_body .gfield_radio li label:nth-child(2) {
	float: left; 
	margin-left: 0;
}

.gform_body .ginput_complex:before {
	content: "";
    display: table;
}

.gform_body .ginput_complex:after {
	clear: both;
    content: "";
    display: table;
}

.gform_body .ginput_complex span:first-child {
    margin-right: 2%;
}

.gform_body .ginput_complex span {
    float: left;
    width: 49%;
}

.gform_body .ginput_complex span label {
	font-size: 16px;
	font-size: 1.6rem;
	color: #728292;
}

.gform_body .ginput_container_fileupload {
	border: 1px dashed #728292;
	background-color: #FAFBFC;
	border-radius: 6px;
}

.gform_body .ginput_container_fileupload .gform_drop_area {
    text-align: center;
    padding: 20px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.gform_body .ginput_container_fileupload .gform_drop_area input {
	padding: 10px 24px;
	font-size: 16px;
	font-size: 1.6rem;
}

span.gfield_required {
    color: #bd002f;
    margin-left: 6px;
    font-size: 22px;
    font-weight: bold;
}

.gfield_label {
	margin-bottom: 6px;
	display: block;
}

.gfield_label .gfield_required {
    color: #bd002f;
    margin-left: 6px;
    font-size: 22px;
    font-weight: bold;
}

.gf-cost {
	position: fixed;
	right: 5%;
	top: 7.5%;
	background-color: #fff;
	border-radius: 9px;
	padding: 12px;
	text-align: center;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.12), 0 4px 10px 0 rgba(0,0,0,.16);
	border: 3px solid #EBB000;
}

.gf-cost .ginput_container_total span {
	color: green;
}

.gform_footer {
	text-align: right;
}

p.faux-label {
	color: #1f2836;
	margin-bottom: 14px
}

.paypal-checkout-wrap {
	background-color: #EBF7FF;
	padding: 12px;
	border-radius: 9px
}

.paypal-checkout-wrap p.small {
	color: #1f2836;
	margin-bottom: 0;
	font-size: 16px
}

.paypal-checkout-wrap p.big {
	color: #1f2826;
	margin-bottom: 0;
	margin-top: 12px;
}

.paypal-checkout-wrap .paypal-logos {
	text-align: center;
}

.paypal-checkout-wrap .paypal-logos img {
	margin-top: 6px;
}

/* ## Affiliate WP */

.affwp-form p {
	margin-bottom: 8px;
}

.affwp-form p:last-child {
	margin-bottom: 0;
}

#affwp-register-form {
	width: 48%;
	float: left;
}

#affwp-login-form {
	width: 48%;
	float: left;
	margin-left: 4%;
}

#affwp-register-form input[type="submit"] {
	margin-top: 18px;
}

#affwp-login-form input[type="submit"] {
	margin-top: 18px;
}

@media only screen and (max-width: 860px) {

	#affwp-login-form,
	#affwp-register-form {
		width: 100%;
		float: none;
		margin-left: 0;
	}

}

/* ## Custom CSS
-------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	
	.lead-text p,
	.footer-widgets-1 .textwidget {
		font-size: 22px;
    	font-size: 2.2rem;
	}

	.service-image,
	.service-text {
	    width: 100%;
	    position: relative;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	.page-id-589 .lead-text h1,
	.support-heading .support-text h2,
	.internal-page-heading-wrap h1,
	.lead-text h1 {
		font-size: 42px;
    	font-size: 4.2rem;
	}
	
	.lead-text h1 span {
		font-size: 32px;
    	font-size: 3.2rem;
	}
	
	.internal-page-heading-wrap p,
	.internal-page-heading-wrap p,
	.lead-text p {
		font-size: 18px;
    	font-size: 1.8rem;	
	}
	
	.featured-on {
		display: none;
	}
	
}

@media only screen and (max-width: 860px) {
	
	.site-inner {
    padding-left: 0;
    padding-right: 0;
	}
	
	.support-agent,
	.lead-picture {
		display:none;
	}
	
	.page-id-589 .lead-text h1,
	.support-heading .support-text h2,
	.internal-page-heading-wrap h1,
	.footer-widgets-1 h3,
	.lead-heading h2,
	.lead-text h1,
	.lead-text h1 span {
		font-size: 36px;
    	font-size: 3.6rem;	
	}
	
	.internal-page-heading-wrap p,
	.lead-text p {
		font-size: 22px;
    	font-size: 2.2rem;	
	}
	
	.lead-text p span.clear {
		display: inline;
	}
	
	.quick-view .one-fourth {
		width: 48.717948717948715%;
		margin-bottom: 12px;
	}

	.quick-view .one-fourth:nth-child(3)  {
		margin-left: 0;
		margin-bottom: 0;
	}

	.quick-view .one-fourth:nth-child(4)  {
		margin-bottom: 0;
	}
	
	.first.service-detail-last {
		margin-bottom: 80px;	
	}
	
	.money-back {
		text-align: center;
	}
	
	.nav-secondary .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.nav-secondary .genesis-nav-menu > .right {
		display: none;
	}
	
	.support-page .entry .entry-content,
	.support-page .entry {
		padding: 5%;
	}
	
	.entry-title {
    	font-size: 28px;
    	font-size: 2.8rem;
	}
	
}

.gfield--type-captcha .gfield_label {
	display: none;
}

#input_12_5_4_container {
	margin-right: 2%;
}
