/*
	Theme Name:			Tinyfrog How-To Theme
	Theme URI:			https://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 			Tinyfrog Technologies, Inc.
	Author URI:			https://tinyfrog.com/
	Version:			5.2.21
	Template: 			genesis
	Template Version:	3.4.0
    Text Domain: tinyfrog
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}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;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html {
	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 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

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

p {
	margin: 0;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	line-height: 1.2;
	font-weight: 700;
	margin: 1.5em 0 1em;
}

h1 {
	font-size: 36px;
	font-weight: 900;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 10px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select,
#page-container .gfield textarea {
	background-color: #fff;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 12px 20px;
	width: 100%;
}

input:focus,
textarea:focus,
#page-container .gfield input:focus, 
#page-container .gfield select:focus,
#page-container .gfield textarea:focus {
	border: 1px solid #999;
	outline: none;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 2px;
	padding: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
	outline: 1px solid #000;
}

:-ms-input-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

.btn,
#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background: #ce4a00;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 50px;
	padding: 6px 39px;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	cursor: pointer;
	line-height: 1.2;
	width: auto;
	text-align: center;
	text-decoration: none;
}

.btn:hover,
#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: #316a60;
	color: #fff;
	text-decoration: none;
}

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

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	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: #333;
	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: inline-block;
}

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

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

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

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

/* Display outline on focus */
:focus {
	outline: 1px solid #000;
	outline-offset: -1px;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none !important;
}

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

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

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
}

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

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

/* Content */
.content {
	float: left;
	width: 780px;
}

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

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

header.entry-header,
header.archive-header {
    display: block;
    padding: 0;
    max-width: 1170px;
    margin: 170px auto 0px;
}

body.archive header.entry-header,
body.search header.entry-header {
	margin: 0;
}

body.archive .entry-title,
body.search  .entry-title {
	margin: 0;
}

body.archive .entry-content,
body.search  .entry-content {
	display: none;
}

main.content .entry-content{
	max-width: 1170px !important;
	padding: 0;
	margin: 0 auto 80px;
	background: #fff !important;
}

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

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

.alignleft {
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

.widget-area {
	word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.widget-title {
	margin-bottom: 24px;
}

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

.site-header {
	position: fixed;
    left: 0px;
    width: 100%;
	padding: 0 10px;
    z-index: 999;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 20%);
	background-color: #fff;
}

.sticky .site-header {
	background-color: #fff;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}

/*
.site-header + * {
	margin-top: 100px;
}*/


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

.title-area {
	float: left;
	padding: 14px 0 6px;
	width: 194px;
}

/* .title-area a {
	display: block;
	font-size: 0;
	background: url("images/tinyfrog_logo_dark.png") 0 0 no-repeat;
	background-size: contain;
	width: 194px;
	height: 64px;
}
 */
/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

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

.site-header .wrap {
	max-width: 1335px;
}

.site-header .widget-area {
	display: inline-block;
	text-align: right;
	width: 1120px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #404040;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 0 20px 30px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .menu-item-has-children:hover > a {
/* 	text-decoration: underline; */
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	padding:40px 16px 4px 16px;
}

.genesis-nav-menu > .menu-item:hover  > a {
	background-image: url("images/menu-frog.png");
	background-position: center top 12px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #b5e5b5;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding-top: 10px;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu .menu-item-has-children:hover > a {
	background: #FCC230;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 240px;
}

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

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu,
.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

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

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

.menu-toggle {
	float: right;
	padding: 0;
	position: relative;
	z-index: 1000;
	font-size: 20px;
    line-height: 1;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	text-rendering: auto;
	font-size: 35px;
	top: 10px;
	position: relative;
}

body .dashicons-before:before {
	display: inline-block;
	width: 33px;
	height: 30px;
	font-size: 33px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 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;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
	font-size: 25px;
}

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

.genesis-responsive-menu {
	display: block;
}

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

.dashicons-icon::before {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}

.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

.menu-toggle::before {
	font-size: 35px;
}

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

.site-inner #genesis-content .entry-content img{
	border: 10px #47b180 solid;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

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

.entry {
	margin-bottom: 40px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content p a,
.entry-content li a {
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content li a:hover {
	text-decoration: none;
}

.entry-content ol {
	margin-left: 26px;
}

.entry-content ol li {
	list-style-type: decimal;
}

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

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
article .entry-meta {
	display: none !important;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}

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

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

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

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 5px 12px;
	display: inline-block;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
	background-color: #0ebfe9;
	text-decoration: none;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 340px;
}

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

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul>li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

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

footer.site-footer {
	padding: 0 10px;
	background-color: #333;
}

footer.site-footer,
footer.site-footer a {
	color:#fff;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0 10px;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 90px;
}

.bottom-gap {
	padding-bottom: 90px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-color: #000;
}

.dark-bg-section * {
	color: #fff;
}

/*
inside page hero section
------------------------------------------------- */

.hero-panel {
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 395px;
	padding: 100px 0;
}

.hero-panel:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.hero-panel * {
	color: #fff;
	height: 100%;
}

#page-container .hero-panel .widget_sow-image {
	margin-bottom: 0;
}

.hero-panel > img,
#page-container .hero-panel .so-widget-image,
#page-container .hero-panel .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.hero-panel video {
	width: 100%;
	object-fit: cover;
}

.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.home .hero-panel {
	min-height: 700px;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
    position: relative;
    padding-left: 1em;
    margin-bottom: 10px;
    line-height: 30px;
    vertical-align: middle;
}

.site-inner ul li:before {
	content: '';
	background: #000;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 11px 0 0 0;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a,
#page-container .sidebar ul li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container .sidebar ul li a {
	font-style: normal;
}

#page-container form li a:hover,
#page-container .sidebar ul li a:hover {
	text-decoration: none;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 1040px;
}

#page-container .medium-container {
	max-width: 980px;
}

#page-container .small-container {
	max-width: 740px;
}

/*
Additional Styling
------------------------------------------------- */

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a {
	color: #15497e;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	color: #15497e;
	font-style: italic;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	color: #fff;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/* gravity form styling
--------------------------------------------- */

#page-container .gfield label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
}

#page-container .gform_footer {
	padding-top: 50px;
	justify-content: center;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
	margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
	margin-left: 0;
}

/*
Blog Page
------------------------------------------------- */

.entry-image-link img {
	border: 1px solid #e6e6e6;
	padding: 5px;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}

.entry-footer {
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	padding: 7px 0;
	overflow: hidden;
	margin-top: 30px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

.entry-footer:empty {
	display: none;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

a.focus-visible .aligncenter {
	outline: 1px solid #000;
}

.cky-notice-group {
	justify-content: center !important;
}

.cky-btn {
	border-radius: 0 !important;
}

.cky-btn:hover {
	opacity: 1 !important;
	border-color: #082C50 !important;
	background-color: #082C50 !important;
	color: #fff !important;
}

.get-aterted-row-one {
	padding-top: 75px;
	text-align: center;
	position: relative;
	margin-bottom: 0px !important;
}

/*
.get-started-panel {
	background-image:url("images/all-foreground-Illustrated.png");
	background-color: #99CBE2;
	background-size: 100% !important;
	background-repeat: no-repeat;
	background-position: center bottom !important;
}*/

.get-started-form {
	padding: 30px 70px 30px 70px;
	border-radius: 10px;
}

.site-header .widget-area .widget {
	display: inline-block;
}

.site-header .widget-area .btn {
	margin-right: 35px;
	padding: 10px 25px;
}

.google-phone.phone {
	color: #514943;
	background: url("images/phone-icon-brown.png") 0 0 no-repeat;
	padding-left: 45px;
	min-height: 30px;
	display: inline-block;
	font-size: 20px;
}

.get-aterted-row-one img {
	position: absolute;
	bottom: -102px;
	margin-bottom: 0;
	right: 0;
}

.get-started-form h3 {
	text-align: center;
}

.site-header .widget-area .widget:last-child {
	margin-left: 43px;
	position: relative;
}

.top-web-agency {
	text-align: center;
	padding: 35px 0 10px;
	padding-right: 0px;
	padding-left: 0px;
	color: #404040;
	font-size: 21px;
	position: relative;
}

.top-web-agency h2 {
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 900;
}

.top-web-agency h6 {
	color: #fff;
	margin-bottom: 20px;
}

.top-web-agency img {
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	margin: 0 25px;
}

.get-started-form .privacy-policy, .contact-us-column .privacy-policy {
	max-width: 245px !important;
	margin:0 auto;
}

.get-started-form .privacy-policy, 
.contact-us-column .privacy-policy, 
.additional-note {
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	color: #404040;
}

body #page-container .get-started-form .gform_wrapper .gform_footer{
	padding-top:10px;
}

body #page-container .get-started-form .gform_wrapper .gform_footer input[type="submit"] {
	padding: 13px 58px;
	width: 50%;
	display: block;
	margin: 0 auto;
}

.social-area {
	background: #fff;
	padding: 0px 0 60px 0;
	text-align: center;
}

.social-area h3 {
	font-size: 28px;
	color: #514943;
	text-transform: uppercase;
	font-weight: 900;
	padding-top: 40px;
}

.social-area h6 {
	font-size: 21px;
	max-width: 650px;
	color: #514943;
	margin: 0 auto 28px;
}

.social-icons {
	text-align: center;
	margin: 20px auto 0 auto;
}

.social-icons a {
	margin-right: 50px;
	width: 58px;
	height: 58px;
	list-style-type: none;
	text-indent: -9999px;
	display: inline-block;
}

#fb {
	position: relative;
	background: url("images/facebook-sprite.png") no-repeat;
}

#youtube {
	position: relative;
	background: url("images/youtube-sprite.png") no-repeat;
}

#linkedin {
	position: relative;
	background: url("images/linkdin-sprite.png") no-repeat;
}

.social-icons a:hover, 
.social-icons a:focus {
	background-position: -58px 0px !important;
}

.frog {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.tficon {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 86px;
}

.frogimg {
	margin: 0 0 -54px 0;
}

.site-footer {
	clear: both;
	color: #fff;
	background-color: #2f2c29;
	font-size: 13px;
}

.site-footer .wrap {
	padding: 60px 0 16px;
}

.site-footer li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.site-footer a:hover{
	color: #79CCC5;
}

#genesis-footer-widgets .widget-title {
	font-size: 13px;
	color: #79CCC5;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 1px;
	text-align: left;
}

#footer-copyrights {
	font-size: 12px;
	font-weight: 300;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.wrap, 
	.site-header .wrap, 
	body.blog .site-inner .wrap {
		max-width: calc(100% - 40px);
	}
	
	.site-header .wrap{
		text-align:center;
	}
	
	.site-header .widget-area {
		width: auto;
	}
	
	.genesis-nav-menu a{
		font-size:15px;
	}
	
	.genesis-nav-menu > .menu-item > a {
		padding: 33px 14px 4px;
	}
	
	.site-header .widget-area .widget:last-child {
		margin-left: 0;
	}
	
	.site-header .widget-area .btn {
		margin-right: 10px;
		padding: 10px 19px;
		font-size: 14px;
	}
	
	.google-phone.phone {
		font-size: 15px;
	}
	
}


@media only screen and (max-width: 1200px) {
	.wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		padding-right: 0;
		padding-left: 0;
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		padding-left: 0;
		padding-right: 0;
	}

	.content {
		width: 580px;
	}

	.sidebar {
		width: 320px;
	}
	
	.genesis-nav-menu > .menu-item > a {
		padding: 14px 14px 14px;
        border-bottom: 1px solid #efefef;
	}
	
	.wrap, .site-header .wrap, 
	body.blog .site-inner .wrap {
		max-width: 100%;
	}
	
}

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

	header.entry-header {
		margin: 0;
	}

	.site-inner {
		padding: 0 10px;
	}

	.site-header {
		position: relative;
	}

	.content,
	.sidebar,
	.site-header .widget-area {
		float: none;
		width: 100%;
	}

	.genesis-nav-menu a {
		padding: 5px 0;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 5px 0;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.nav-header,
	.nav-primary {
		display: none;
		width: 100%;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
		position: absolute;
		top: 25px;
		right: 20px;
	}

	.genesis-nav-menu {
		width: 100%;
		margin-top: 110px;
		background-color: #fff;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		z-index: 99;
	}

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

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.button + .button {
		margin-left: 0;
	}

	.hero-panel,
	.home .hero-panel {
		min-height: auto;
	}

	.sidebar {
		clear: both;
	}
	
	.site-header .title-area {
		padding-bottom: 4px;
		float: none;
		width: 100%;
	}
	
	.site-header .widget-area {
		position: absolute;
		top: 0;
		left: 0;
		float: none;
		text-align: center;
	}
	
	.site-header .widget-area .widget {
		display: block;
	}
	
	.site-header .widget-area .widget:last-child {
		float: none;
		margin-top: 0px;
		margin-left: 10px;
		top: 0;
		display:none;
	}
	
	.site-header .widget-area .btn {
		display: none;
	}
	
	.site-header + * {
		margin-top: 0;
	}
	
	.site-footer,
	#genesis-footer-widgets .widget-title{
		text-align: center;
	}
	
}

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

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 24px;
		display: block;
	}

	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}
	
}

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

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}

	.entry-image-link img {
		float: none;
		width: 100%;
		max-width: 100%;
	}
}
