/*
	Theme Name:			Why Not TinyFrog
	Theme URI:			http://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author:				TinyFrog Technologies
	Author URI:			http://tinyfrog.com/
	Version:			3.0.0
	Template:			genesis
	Template Version:	3.3.5
	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}::-webkit-file-upload-button{-webkit-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
--------------------------------------------- */

.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,
.wrap:before {
	content: " ";
	display: table;
}

.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,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

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

body {
	color: #000000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: color ease-in-out 0.3s;
	-moz-transition: color ease-in-out 0.3s;
	-o-transition: color ease-in-out 0.3s;
	transition: color ease-in-out 0.3s;
}

a:hover {
	color: #6a8604;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

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

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

.button{
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Ubuntu', sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

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

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

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

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

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	color: #000;
	padding: 10px 10px 11px;
	width: 100%;
}

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

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

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 11px 24px;
	padding: 1.1rem 2.4rem;
	width: auto;
	min-width: 160px;
	background: #f46e01;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background: #ff9e21;
}

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

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

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

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

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

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

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

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

/* Content */

.content {
	float: left;
	width: 720px;
}

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

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

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

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

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

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

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

a.alignleft,
a.alignright {
	border: none;
}

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

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #ddd;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

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

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

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

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

.site-header {
	z-index: 999;
	width: 100%;
}

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

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 320px;
}

.title-area a {
	background: url("images/logo.png") no-repeat;
	width: 203px;
	height: 67px;
	background-size: cover;
	text-indent: -9999px;
	display: block;
	margin: 0px auto;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


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

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

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

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

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

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

.genesis-nav-menu .menu-item:last-child > a {
	padding-right: 0px;
	border: none;
}

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

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-size: 19px;
	font-size: 1.9rem;
	padding: 19px 31px 20px;
	padding: 1.9rem 3.1rem 2rem;
	position: relative;
	font-weight: 400;
	border-right: 1px solid rgba(167, 167, 167, 0.50);
}

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

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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 .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

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

.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 {
	display: inline-block;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: rgba(65, 65, 65, 0.90);
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 9;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	text-transform: none;
}

.c-hamburger {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	float: right;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 23px;
	left: 14px;
	right: 14px;
	height: 5px;
	background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
	top: -10px;
}

.c-hamburger span::after {
	bottom: -10px;
}

.c-hamburger--htx {
	background-color: #6a8604;
}

.c-hamburger--htx span {
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
	background-color: #6a8604;
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}

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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

.entry-content ol {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ul {
	margin-left: 64px;
	margin-left: 6.4rem;
}

.entry-content ul ul {
	margin-left: 25px;
	margin-left: 2.5rem;
}

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

.entry-content ul li {
	list-style-type: none;
	position: relative;
	word-break: break-word;
}

.entry-content ul li::before {
	background: url("images/green-dot.png") no-repeat;
	width: 8px;
	height: 8px;
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -29px;
}

.entry-content ul ul li::before {
	content: '-';
	background: none;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: -17px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

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

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

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

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

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

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #6a8604;
}

.search .entry {
	margin-bottom: 0px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

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

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

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

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

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

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

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

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

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

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

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

.footer-widgets {
	clear: both;
	color: #999;
	background-color: #333;	
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 6rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

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

.site-footer {
	background-color: #333;
	padding: 60px 0;
	padding: 6rem 0;
	text-align: center;
}

/*
Custom CSS
---------------------------------------------------------------------------------------------------- */
/* Panel - 1
-------------------------------------*/
.page-template-page_tinyfrog .site-inner {
	padding: 0px;
	overflow: hidden;
}

.panel_1 {
	min-height: 662px;
	padding-top: 80px;
}

.panel_1_content {
	text-align: center;
	width: 100%;
	margin: 0px auto;
}

.panel_1_content img {
	display: inline-block;
	margin-bottom: 0px;
}

.panel_1_content a {
	margin-bottom: 160px;
	display: inline-block;
}

.panel_1_content h1,
.panel_1_content h2,
.panel_1_content h3 {
	color: #fff;
}

.panel_1_content h1,
.panel_1_content h2 {
	text-transform: uppercase;
}

.panel_1_content h1,
.panel_1_content h2 {
	font-size: 55px;
	margin: 0 0 0 0;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	padding: 0;
	line-height: 50px;
}

.panel_1_content h1 {
	font-weight: 700;
	padding: 0;
	margin: 0 0 21px 0;
	position: relative;
}

.panel_1_content h1::after {
	background: url("images/border.png") no-repeat scroll bottom center;
	content: '';
	display: block;
	height: 1px;
	margin: 20px 0 0 0;
}

.panel_1_content h3 {
	font-size: 26px;
	margin: 0 0 0 0;
}

/* Panel - 2
-------------------------------------*/
.panel_2 {
	min-height: 475px;
	position: relative;
	background-position: center center;
}

.panel_2_content {
	width: 570px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	float: left;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0px 0px 15px -5px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 15px -5px rgba(0,0,0,0.8);
	box-shadow: inset 0px 0px 15px -5px rgba(0,0,0,0.8);
	padding: 32px 24px 26px;
}

.panel_2_content ul {
	list-style: none;
	margin: 0px;
	overflow: hidden;
}

.panel_2_content ul li {
	margin: 0 0 2px 0;
}

.panel_2_content ul li::before {
	display: none;
}

.panel_2_content ul li a {
	font-size: 24px;
}

.panel_2_content ul li a:hover {
	font-weight: 500;
}

.panel_2_content h2 {
	font-size: 30px;
	color: #e66c00;
	margin: 0 0 15px 0;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0, 0.30);
	padding: 0 0 8px 0;
}

/* Panel - 3
-------------------------------------*/
.panel_3 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 38px;
	margin-bottom: 7px;
}

.panel_3 h2 {
	color: #478256;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}

.panel_3 h3 {
	font-size: 32px;
	font-weight: 300;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	padding: 0 0 21px 0;
}

/* Dual Color Background Heading
-------------------------------------*/
.heading_bg_color {
	min-height: 100px;
	position: relative;
}

.heading_bg_color h2 {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* Panel - 4
-------------------------------------*/
.panel_4 {
	padding: 20px 0 0 0;
}

.phase_content {
	margin: 7px 0 24px 0;
}

.phase_content h2 {
	color: #e66c00;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	font-weight: 500;
	letter-spacing: 1px;
}

.panel_4 .phase_content .panel-grid > .panel-grid-cell:first-child {
	padding: 0 20px 0 0 !important;
}

.panel_4 .phase_content .panel-grid > .panel-grid-cell:last-child {
	padding: 0 0 0 30px !important;
}

/* Timeline & Features Details
----------------------------------------*/
.phase_details {
	overflow: hidden;
	border-bottom: 4px solid #fff;
}

.timeline_details {
	border-right: 4px solid #fff;
	padding-right: 30px;
}

.timeline_details,
.features_detail {
	min-height: 462px;
	padding-top: 30px;
}

.features_detail h2,
.features_detail h3 {
	padding: 0 0 0 34px;
}

.timeline_details h2,
.timeline_details h3 {
	font-size: 22px;
	color: #336740;
	font-weight: 700;
	margin: 0 0 9px 0;
}

.timeline_details h3 {
	font-weight: 500;
	color: #000;
	border-bottom: 1px solid rgba(8, 8, 8, 0.30);
	padding: 0 0 11px 0;
	margin: 0 0 14px 0;
}

.timeline_details h4 {
	font-size: 19px;
	line-height: 28px;
	padding: 0 9px 0 0;
	font-weight: 500;
}

.deliverable_img_1 img {
	margin: 62px 0 0 0;
}

/* Panel - 6
-----------------------------*/
.panel_7 {
	min-height: 437px;
}

.panel_7 h4,
.panel_9 h4 {
	padding: 0 40px 0 0;
}

.deliverable_img_2 img {
	margin: 11px 0 0 0;
}

/* Panel - 9
-----------------------------*/
.panel_9 {
	min-height: 490px;
}

.btn {
	background: url("images/read-more-arrow.png") no-repeat scroll right 14px;
	color: #6a8604;
	font-size: 20px;
	padding: 0 27px 0 0;
	width: 122px;
	display: block;
	margin: 18px auto 0;
}

.deliverable_img_3 img {
	margin: 62px 0 0 0;
}

/* Panel - 10
-----------------------------*/
.panel_10 {
	min-height: 568px;
}

.panel_10 h3 {
	font-size: 22px;
	font-weight: 700;
	color: #336740;
}

.deliverable_img_4 img {
	margin: 75px 0 0 32px;
}

/* Panel - 12
-----------------------------*/
.panel_12 {
	min-height: 404px;
}

.deliverable_img_5 img {
	margin: 30px 0 0 0;
}

/* Panel - 13
-----------------------------*/
.fullwidth_bg_color_heading {
	text-align: center;
	min-height: 100px;
	position: relative;
}

.fullwidth_bg_color_heading h2 {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
}

.panel_13 {
	padding: 28px 0 139px 0;
}

.panel_13 ul {
	list-style: none;
	margin: 0px;
}

.panel_13 ul li {
	display: block;
	float: left;
}

.panel_13 ul li::before {
	display: none;
}

.logos_row_1 {
	margin: 0 0 47px 0;
}

.logos_row_2 {
	margin: 0 0 56px 0;
}

.logos_row_3 {
	margin: 0 0 82px 0;
}

/* Panel - 14
-----------------------------*/
.panel_14 {
	padding-top: 127px;
	min-height: 761px;
	background-position: center center;
	margin: -72px 0 0 0;
}

.costsummry_details {
	width: 568px;
	line-height: 30px;
	float: left;
}

.costsummry_details h2 {
	font-size: 30px;
	color: #e66c00;
	text-transform: uppercase;
	margin: 0 0 21px 0;
	font-weight: 500;
	text-align: center;
}

.costsummry_details h3 {
	background-color: #f3f6e4;
	display: block;
	padding: 9px 15px;
	color: #336740;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 5px 0;
}

.costsummry_details p,
.costsummry_details h4 {
	padding: 0 15px;
	margin: 0 0 29px 0;
}

.costsummry_details h4 {
	font-size: 22px;
	font-weight: 500;
}

/* Panel - 15
-----------------------------*/
.panel_15 {
	text-align: center;
	padding-top: 19px;
	padding-bottom: 42px;
}

.maintenance_details {
	width: 1040px;
	margin: 0px auto;
}

.maintenance_details h2 {
	color: #e66c00;
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 35px 0;
}

.maintenance_details h3 {
	color: #336740;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 19px 0;
}

.maintenance_details h4 {
	color: #363636;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 0 0 0;
}

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

.directive_row {
	margin: 0 0 38px 0;
}

.directive_1 h4 {
	padding: 0 40px;
}

.directive_2 h4 {
	padding: 0 70px;
}

.directive_3 h4 {
	padding: 0 40px;
}

.directive_4 h4 {
	padding: 0 60px;
}

.directive_5 h4 {
	padding: 0 58px;
}

.directive_6 h4 {
	padding: 0 54px;
}

/* Panel - 16
-----------------------------*/
.panel_16 {
	min-height: 510px;
	background-position: center center;
}

.about_text {
	width: 700px;
	float: right;
	padding: 50px 40px 0 0;
}

.about_text h2 {
	color: #e66c00;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 18px 0;
}

.about_text h3 {
	color: #226b34;
	font-size: 25px;
	line-height: 35px;
	margin: 0 0 25px 0;
}

.about_text h4 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
	margin: 0 0 28px 0;
}

/* Panel - 17
-----------------------------*/
.page-template-page_tinyfrog .entry {
	margin: 0px;
}

.panel_17 {
	min-height: 399px;
	background-position: center center;
}

.thank_you_text {
	width: 770px;
	float: left;
	padding: 51px 0 0 0;
}

.thank_you_text h2 {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 16px 0;
}

.thank_you_text h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	line-height: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	margin: 0 0 31px 0;
	padding: 0 0 23px 0;
}

.thank_you_text h4,
.thank_you_text h4 a {
	font-size: 22px;
	color: #fff;
}

.thank_you_text h4 {
	margin: 0 0 30px 0;
	line-height: 30px;
	padding: 0 0 0 34px;
}

.thank_you_text h4:last-child {
	margin: 0 0 0 0;
}

/* Back To Top
-----------------------*/
.to-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #17a8b5 url(images/to-top.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.no-touch .to-top:hover {
	background-color: #17a8b5;
	opacity: 1;
}

.to-top.to-top-green {
	background: #336740 url(images/to-top.svg) no-repeat center 50%;
}

.no-touch .to-top.to-top-green:hover {
	background-color: #17a8b5;
}

.to-top.top-is-visible {
	visibility: visible;
	opacity: 1;
	z-index: 9;
}

/* Closed proposal page 
--------------------------------*/
.closed_alert {
	text-align: center;
	overflow: hidden;
	width: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.logo_img {
	display: inline-block;
	margin: 0 0 20px 0;
}

/* Password Protected Page CSS
----------------------------------*/
body.pp_page {
	background-color: #84b484;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 400;
}

body.pp_page .content {
	background: url('images/new-pp-bg-image.jpg') no-repeat scroll center center;
	background-size: cover;
	min-height: 644px;
}

#pp_form_cont {
	margin: 0 auto;
	width: 850px;
	overflow: hidden;
	text-align: center;
}

#pp_form_cont form {
	border-top: 1px solid rgba( 255, 255, 255, 0.30 );
	padding: 23px 0 0 0;
	margin: 0 0 73px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

body.pp_page .content,
#pp_form_cont {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 9;
}

body.pp_page .content::before {
	background: url( "images/top-fade.png" ) no-repeat top center;
	background-size: cover;
	top: -1px;
}

body.pp_page .content::after {
	background: url( "images/bottom-fade.png" ) no-repeat bottom center;
	background-size: cover;
	bottom: -2px;
}

body.pp_page .content::before,
body.pp_page .content::after {
	content: '';
	display: block;
	left: 0;
	width: 100%;
	height: 105px;
	position: absolute;
}

#pp_form_cont h2,
#pp_form_cont h3 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

#pp_form_cont h2 {
	font-size: 43px;
	margin: 0 0 18px 0;
}

#pp_form_cont h3 {
	font-size: 24px;
	margin: 0 0 40px 0;
}

#pp_form_cont p:last-child {
	margin: 0px;
}

.pp_input_cont label {
	font-size: 24px;
	font-weight: 700;
	float: left;
}

.pp_input_cont {
	width: 620px;
	margin: 29px auto 33px;
	line-height: 61px;
	overflow: hidden;
}

.pp_input_cont input[type="password"] {
	width: 474px;
	float: right;
	padding: 13px;
	border-radius: 6px;
}

.features_detail_p .textwidget p {
	margin-left: 34px;
}

body.pp_page .ds_generate_pdf_button {
	display: none;
}

.panel_7_left_2 {
	border-right: none;
}

.panel_7_right {
	border-left: 4px solid #fff;
}

.terms_conditions_container {
	padding: 40px 0;
	color: #46586b;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	max-width: 1170px;
	margin: 0 auto;
}

.terms_conditions_container,
.terms_conditions_container p,
.terms_conditions_container ul,
.terms_conditions_container ol,
.terms_conditions_container li{
	font-family: 'Noto Sans', sans-serif;
}

.terms_conditions_container h1,
.terms_conditions_container h2,
.terms_conditions_container h3,
.terms_conditions_container h4,
.terms_conditions_container h5,
.terms_conditions_container h6 {
	font-family: 'PT Serif', serif;
}

.terms_conditions_container h2 {
	text-align: center;
	margin: 0 0 22px;
	color: #159daa;
	font-size: 36px;
	font-weight: 400;
	font-style: italic;
	font-family: 'PT Serif', serif;
	letter-spacing: 3px;
}

body .ds_generate_pdf_button {
	background: url( "/wp-content/uploads/2017/04/pdf-icon.png" ) no-repeat 24px center;
	padding: 5px 30px 5px 46px;
	background-color: #336740;
	z-index: 2;
}

/* Kaleido Panel
--------------------------------*/
.kaleido_panel {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 28px;
}

.kaleido_panel h2 {
	color: #478256;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 18px;
}

/* ACES Proposal
-----------------------------*/
.aces_proposal {
	margin: -77px 0 0 0;
}

/* 404 Error Page
-----------------------------*/
/*.error404 .site-header {
	position: absolute;
}

.error404 .site-inner {
	background: url( "images/404-frog-banner.jpg" ) no-repeat center top;
	padding-top: 103px;
	min-height: 100vh;
	background-size: cover;
}

.error404 .entry .entry-title {
	font-size: 40px;
	color: #555;
	font-weight: bold;
}

.error404 .entry-content h2 {
	font-size: 56px;
	font-weight: bold;
	color: #555;
	margin-bottom: 0;
}

.error404 .entry-content h3 {
	font-size: 32px;
	font-weight: 400;
	color: #555;
	text-align: left;
	margin-bottom: 40px;
}

.error404 .entry-content h4 {
	font-size: 26px;
	color: #555;
}

.error404 .entry-content h4 a {
	color: #555;
	text-decoration: underline;
	font-weight: 700;
}

.error404 p a {
	color: #6a8604;
}

.error404 .search-form {
	overflow: hidden;
	padding: 0;
	width: 585px;
	margin: 0 auto;
}

.error404 input[type="search"] {
	width: 60%;
	margin: 0 3.2% 0 0;
	float: left;
}

.error404 input[type="submit"] {
	float: left;
}

*/

#pp_form_cont.error_404_text {
	line-height: 40px;
	font-size: 26px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

#pp_form_cont.error_404_text h2 {
	margin: 0 0 55px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,255,255,0.30);
	padding: 0 0 65px;
}

.mikel-contact-info {
	margin: 39px 0 59px;
	font-size: 22px;
}

.mikel-contact-info a {
	color: #fff;
	font-weight: 500;
}

.mikel-contact-info a[href^="mailto"] {
	text-decoration: underline;
}

/*
Why Not TinyFrog - New Template 
---------------------------------------------------------------------------------------------------- */
/* TF - Hero
---------------------------------------------*/
.page-template-page_tinyfrog_new .site-inner {
	padding: 0px;
}

.page-template-page_tinyfrog_new .entry {
	margin: 0px;
}

.page-template-page_tinyfrog_new p a {
	color: #46586b;
	text-decoration: underline;
}

.page-template-page_tinyfrog_new p a:hover {
	color: #ff8c4d;
}

.tf_hero {
	min-height: 704px;
	text-align: center;
}

.tf_hero img {
	margin: 0 auto;
}

.tf_hero_logo {
	padding: 17px 0 0;
}

.tf_hero h2,
.tf_hero h3 {
	color: #fff;
	letter-spacing: 3px;
}

.tf_hero h2 {
	font-size: 40px;
	font-weight: 500;
	margin: -2px 0 0;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

/*Only for the FundCount proposal*/
.page-id-6215 .tf_hero h2 {
	text-transform:none;
}

.tf_hero.normal_heading h2 {
	text-transform: none;
}

.tf_hero h3 {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 0;
	font-family: 'PT Serif', serif;
	text-transform: capitalize;
}

.tf_hero_company_name {
	padding: 196px 0 0;
}

.water_mark_text {
	position: relative;
}

.water_mark_text::before {
	content: 'Proposal';
	display: block;
	color: #a5fff7;
	font-size: 150px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	width: 90%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0px auto;
	opacity: 0.12;
	text-align: center;
	z-index: 1;
	letter-spacing: 12px;
}

.tf_hero::before {
	display: none;
}

/* TF - 2nd Panel
---------------------------------------------*/
.tf_2nd_panel {
	min-height: 816px;
	text-align: center;
}

.tf_table_of_contents {
	background-color: #fff;
	width: 430px;
	margin: 56px auto 0;
	border-radius: 5px;
	padding: 41px 0 56px;
	-webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.1);
}

.tf_2nd_panel h2 {
	color: #46586b;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 33px;
	font-family: 'Montserrat', sans-serif;
}

.tf_2nd_panel h2,
.tf_2nd_panel h3 {
	letter-spacing: 3px;
}

.tf_2nd_panel h3,
.tf_2nd_panel h4 {
	color: #ff8c4d;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-style: italic;
}

.tf_2nd_panel h3 {
	margin: 0 0 5px;
}

.tf_2nd_panel h4 {
	font-size: 18px;
	background-color: #fff;
	text-transform: lowercase;
	margin: 0 -5px 10px;
	padding: 16px 16px 17px;
	-webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.1);
}

.tf_2nd_panel ul {
	margin: 0px;
}

.tf_2nd_panel ul li {
	margin: 0 0 19px;
}

.tf_2nd_panel ul li a {
	color: #46586b;
	font-size: 16px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}

.tf_2nd_panel ul li::before {
	display: none;
}

/* Generic Heading CSS
---------------------------------------------*/
.tf_about_panel h2,
.tf_strategy_heading h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-family: 'PT Serif', serif;
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 3px;
	margin: 0 0 0;
}

/* TF - About Panel
---------------------------------------------*/
.tf_about_panel {
	min-height: 487px;
	text-align: center;
}

.tf_about_panel::before {
	content: 'TinyFrog';
	font-size: 114px;
	color: #8fe3ff;
	top: 31%;
	opacity: 0.20;
}

.tf_about_panel .widget {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	top: 50%;
	transform: translateY(-50%);
	max-width: 600px;
	width: 100%;
	margin: 0px auto;
	color: #def6f8;
	font-size: 17px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	line-height: 24px;
	z-index: 2;
}

.tf_about_panel h2 {
	margin: 0 0 51px;
}

.tf_about_panel .widget p {
	margin: 0 0 0;
}

/* TF - Strategy Phase
---------------------------------------------*/
.tf_strategy_heading {
	min-height: 225px;
	text-align: center;
	margin: 0 0 44px;
}

.tf_strategy_heading::before {
	content: 'Web Strategy';
	color: #f6f6f6;
	font-size: 114px;
	opacity: 0.20;
	top: 45%;
}

.tf_strategy_heading h2 {
	font-size: 36px;
	position: absolute;
	width: 90%;
	top: 45.5%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 2;
}

.tf_strategy_text {
	max-width: 970px;
	width: 100%;
	margin: 0px auto;
	color: #46586b;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
	line-height: 20px;
}

.tf_strategy_text h3 {
	color: #ff8c4d;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Noto Sans', sans-serif;
	margin: 0 0 14px;
}

.text_row {
	margin: 0 0 63px;
}

.text_row .panel-grid-cell:first-child {
	padding: 0 30px 0 0;
}

.text_row .panel-grid-cell:last-child {
	padding: 0 0 0 30px;
}

.tf_strategy_cover_icon {
	margin: -11px 0 0 -39px;
}

.tf_strategy_phase_details {
	margin: -3px 0 53px;
}

.tf_strategy_phase_details h2 {
	color: #159daa;
	font-size: 36px;
	text-transform: capitalize;
	letter-spacing: 3px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 4px;
}

.tf_strategy_phase_details h3 {
	color: #ff8c4d;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Noto Sans', sans-serif;
	text-transform: capitalize;
	margin: 0 0 28px;
}

.tf_strategy_phase_details ul {
	margin: 0 0 29px 23px;
}

.tf_strategy_phase_details ul ul {
	margin: 0 0 0 35px;
}

.tf_strategy_phase_details,
.tf_strategy_phase_details ul li,
.tf_strategy_phase_details h4 {
	color: #46586b;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
	line-height: 30px;
}

.tf_strategy_phase_details ul li::before,
.tf_strategy_phase_details ul ul li::before,
.sow-accordion-panel-content ul li::before {
	background: url("images/green-dot.png") no-repeat;
	content: '';
	display: block;
	top: 10px;
	left: -29px;
	width: 8px;
	height: 8px;
	position: absolute;
}

.tf_strategy_phase_details ul ul li::before {
	color: #aaaaaa;
	left: -21px;
}

.tf_strategy_phase_details h4 {
	font-size: 15px;
	font-style: italic;
}

.tf_strategy_timeline_text > .panel-grid-cell:last-child {
	padding: 0 0 0 9px;
}

/* TF - Design Phase
---------------------------------------------*/
.tf_design_heading::before {
	content: 'UX Design';
}

.tf_design_cover_icon {
	margin: -34px 0 0;
}

/* TF - Development Phase
---------------------------------------------*/
.tf_development_heading::before {
	content: 'Development';
}

.tf_development_phase_details {
	border-top: 1px solid #d0d0d1;
	padding: 61px 0 0;
	margin: 76px 0 74px;
}

.tf_development_cover_icon {
	margin: -23px 0 0;
}

.tf_woocommerce_cover_icon {
	margin: -25px 0 0;
}

.tf_woocommerce_details h2 {
	margin: 0 0 14px;
}

/* TF - Our Clients
---------------------------------------------*/
.tf_our_clients_panel {
	max-width: 830px;
	margin: 0 auto 56px;
}

.tf_our_clients_panel h2 {
	color: #159daa;
	font-size: 36px;
}

.tf_our_clients_heading {
	min-height: 244px;
	margin: 0 0 0;
}

.tf_our_clients_heading::before {
	content: 'Clients';
	color: #f6f6f6;
	opacity: 1;
}

.tf_clients_logos_row {
	margin: 0 0 50px;
}

/* TF - Cost Summary
---------------------------------------------*/
.tf_cost_summary_panel {
	min-height: 546px;
	padding-top: 71px;
	padding-bottom: 71px;
}

.tf_cost_summary_panel::before {
	content: 'Value';
	color: #eaeaea;
	opacity: 1;
	font-size: 114px;
	top: 16.7%;
}

.tf_cost_summary_panel > .panel-grid-cell {
	position: relative;
	z-index: 2;
}

.tf_cost_summary_panel h2 {
	color: #159daa;
	font-size: 36px;
	font-weight: 400;
	font-style: italic;
	font-family: 'PT Serif', serif;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 0 92px;
}

.tf_cost_summary_text {
	max-width: 715px;
	font-size: 16px;
	font-weight: 400;
	float: left;
	margin: 0 0 0 145px;
}

.tf_cost_summary_text,
.tf_cost_summary_text h4 {
	font-family: 'Noto Sans', sans-serif;
	color: #46586b;
	line-height: 20px;
}

.tf_cost_summary_text h4 {
	color: #323d48;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 19px;
}

.tf_cost_summary_text p {
	margin: 0 0 19px;
}

.tf_cost_summary_text p:last-child {
	margin: 0px;
}

/* TF - WP Maintenance
---------------------------------------------*/
.tf_wp_maintenance_panel {
	min-height: 761px;
	text-align: center;
	padding-top: 93px;
}

.tf_wp_maintenance_panel::before {
	content: 'Hosting';
	font-size: 114px;
	color: #f6f6f6;
	opacity: 1;
	top: 12.5%;
}

.tf_wp_maintenance_panel .panel-grid-cell {
	position: relative;
	z-index: 2;
}

.tf_hosting_heading {
	color: #ff8c4d;
	font-size: 20px;
	font-family: 'Noto Sans', sans-serif;
}

.tf_hosting_heading h2 {
	color: #159daa;
	font-size: 36px;
	font-weight: 400;
	font-style: italic;
	font-family: 'PT Serif', serif;
	letter-spacing: 3px;
	margin: 0 0 46px;
}

.tf_hosting_specs {
	color: #46586b;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: 'Noto Sans', sans-serif;
}

.tf_hosting_specs h3 {
	color: #159daa;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Noto Sans', sans-serif;
	margin: 13px 0 15px;
	text-transform: capitalize;
}

.tf_hosting_specs_row_1 {
	margin: 27px 0 32px;
}

.tf_hosting_specs_row_2 {
	margin: 0 0 35px;
}

/* TF - FAQs
---------------------------------------------*/
.tf_faqs_panel {
	text-align: center;
	margin: 40px 0 0;
}

.tf_faqs_panel::before {
	content: 'FAQ';
	font-size: 114px;
	color: #f6f6f6;
	opacity: 1;
	top: 15.6%;
}

.tf_photo_gallery::before {
	content: 'Photos';
}

.tf_testimonials::before {
	content: 'Clients';
}

.tf_docusign_integration::before {
	content: 'DocuSign';
}

.tf_faqs_panel h2 {
	position: relative;
	z-index: 2;
}

#tf_faqs {
	margin: 22px 0 30px;
}

#tf_faqs .sow-accordion-panel {
	margin-bottom: 22px;
	padding: 0 30px 0 32px;
}

#tf_faqs .sow-accordion-panel-header {
	padding: 0;
	color: #46586b;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

#tf_faqs .sow-accordion-panel-header,
#tf_faqs .sow-accordion-panel-header:hover {
	background-color: transparent;
}

#tf_faqs .sow-accordion-title {
	position: relative;
	padding: 0 0 0 48px;
	max-width: 96%;
	width: 100%;
}

#tf_faqs .sow-accordion-title::before {
	content: 'Q. ';
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #ff8c4d;
	padding: 0 9px 0 0;
	position: absolute;
	top: -12px;
	left: 0;
}

#tf_faqs .sow-icon-ionicons {
	color: #ff8c4d;
	border: 2px solid #ff8c4d;
	text-align: center;
	font-size: 16px;
	padding: 4px 6px;
}

#tf_faqs .sow-accordion-panel-content .sow-accordion-panel-border {
	background-color: transparent;
	padding: 26px 48px 3px;
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
}

body .sow-accordion-panel-content a {
	text-decoration: underline;
	color: #46586b;
}

body .sow-accordion-panel-content a:hover {
	color: #ff8c4d;
}

#tf_faqs.fmt_faqs .sow-accordion-title:before {
	content: ">";
	font-family: monospace;
}

/* TF - About TinyFrog
---------------------------------------------*/
.tf_about_tinyfrog_panel {
	min-height: 485px;
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Noto Sans', sans-serif;
	text-align: center;
}

.tf_about_tinyfrog_panel::before {
	content: 'Tinyfrog';
	font-size: 114px;
	opacity: 0.21;
	color: #8fe3ff;
	top: 21%;
}

.tf_about_tinyfrog_panel p {
	margin: 0 0 24px;
}

.tf_about_tinyfrog_panel p:last-child {
	margin: 0 0 0;
}

.tf_about_tinyfrog_panel h2 {
	color: #fff;
	font-size: 30px;
	font-style: italic;
	letter-spacing: 3px;
	font-family: 'PT Serif', serif;
	margin: 0 0 41px;
}

.tf_about_tinyfrog_panel .widget {
	max-width: 665px;
	width: 100%;
	margin: 0px auto;
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

/* TF - Thank You
---------------------------------------------*/
.tf_thank_you_panel {
	text-align: center;
	color: #46586b;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	padding: 24px 0;
}

.tf_thank_you_panel p {
	margin: 0 0 21px;
}

.tf_thank_you_panel p:last-child {
	font-size: 16px;
}

.tf_thank_you_panel p a {
	color: #ff8c4d;
	text-decoration: none;
}

.tf_thank_you_panel p a:last-child {
	color: #159daa;
}

.tf_thank_you_panel h2 {
	color: #159daa;
	font-size: 40px;
	font-weight: 400;
	font-style: italic;
	font-family: 'PT Serif', serif;
	letter-spacing: 3px;
	margin: 0 0 22px;
}

.tf_thank_you_text {
	margin: 0 0 4px;
}

.tf_wp_security_panel::before {
	content: 'WordPress';
}

a.approve_proposal_btn {
	background-color: #17a8b5;
	color: #fff !important;
	padding: 10px 40px;
	border-radius: 5px;
	display: inline-block;
}

/* Software Proposal Template
---------------------------------------------*/
.tf_software_strategy_heading::before {
	content: 'Strategy';
}

.tf_software_design_heading::before {
	content: 'Design';
}

.tf_software_hosting_heading {
	min-height: 560px;
}

.tf_software_hosting_heading::before {
	opacity: 0;
}

.tf_software_monitoring_icon {
	padding: 5px 0;
}

.password-error-message {
	color: #790000;
	border-top: 2px solid #790000;
	border-bottom: 2px solid #790000;
}

#tf_pdf_button a {
	position: absolute;
	z-index: 99;
	font-size: 18px;
	background: #80FFDB;
	border-radius: 13px;
	color: #000000 !important;
	font-family: 'Inter', sans-serif;
	padding: 0;
	width: 210px;
	height: 60px;
	line-height: 60px;
	font-weight: 700;
	display: block;
	margin: 20px 0 0;
	text-align: center;
}

#pdf_msg {
	display: none;
	position: absolute;
	margin: 32px 0 0;
	font-size: 18px;
	z-index: 999;
	color: #fff;
	font-weight: 400;
}

#pdf_msg::after {
	content: '';
	background: url( "images/spinner.gif" ) no-repeat 0 0;
	display: block;
	width: 50px;
	height: 50px;
	background-size: cover;
	float: left;
	margin: -12px 0 0 0;
}

.tf_new_brian_strategy_heading::before {
	content: 'UX Strategy';
}

.tf_new_brian_design_heading::before {
	content: 'Web Design';
}

/* Software Proposal Template - Videos Panel
-------------------------------------------------*/
.tf_videos_heading::before {
	content: 'Videos';
}

.videos_container {
	max-width: 1056px;
	width: 100%;
	margin: 30px auto;
}

.videos_row {
	margin: 0 0 26px;
}

.videos_row h3 {
	text-align: center;
	margin: 26px 0;
	color: #159daa;
	font-size: 18.46px;
	font-weight: 700;
	font-family: 'Noto Sans',sans-serif;
}

.tf_video {
	position: relative;
}

.tf_video img {
	display: block;
	margin: 0px auto;
	-webkit-box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.35);
}

.tf_video .video_play_icon {
	background: url( "images/play-icon-sprite.png" ) no-repeat 0 0;
	font-size: 0px;
	width: 74px;
	height: 74px;
	display: block;
	text-indent: -9999px;
	margin: 0px auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.tf_video .video_play_icon:hover {
	background: url( "images/play-icon-sprite.png" ) no-repeat 0 -74px;
}

.photo_gallery_slider {
	padding: 20px 0 40px;
}

.photo_gallery_slider li.soliloquy-item::before {
	display: none;
}

.photo_gallery_slider .soliloquy-container .soliloquy-next {
	display: block;
	width: 18px;
	height: 33px;
	background: url( "images/right.png" );
	right: -35px;
}

.photo_gallery_slider .soliloquy-container .soliloquy-prev {
	display: block;
	width: 18px;
	height: 33px;
	background: url( "images/left.png" );
	left: -35px;
}

.testimonials_slider,
.docusign_image {
	padding: 20px 0 50px;
}

.testimonials_slider .lsow-testimonials-slider .lsow-testimonial-text i {
	display: none;
}

.testimonials_slider .lsow-testimonials-slider .lsow-testimonial-text {
	text-align: left;
	margin: 0 auto 20px;
	font-size: 17px;
	line-height: 1.6;
	font-style: normal;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	max-width: 675px;
}

.testimonials_slider .lsow-testimonials-slider .lsow-testimonial-user {
	display: block;
	margin: 0 auto;
	max-width: 675px;
}

.testimonials_slider .lsow-container .lsow-flex-direction-nav a,
.testimonials_slider .lsow-container .lsow-flex-direction-nav a:hover {
	color: #17a8b5;
}

.orange_color_headings {
	margin: 0 0 30px;
	text-align: center;
}

.orange_color_headings h3 {
	font-size: 50px;
}

.tf_strategy_cover_image {
	margin: 11px 0 0;
}

.design_image {
	margin: 0 0 30px;
}

.tf_animation_heading::before {
	content: 'Micro';
}

.tf_animation_boxes {
	overflow: hidden;
	margin: 0 0 40px;
}

.tf_animation_boxes .panel-widget-style {
	min-height: 222px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
	position: relative;
	margin: 0 0 30px;
}

.tf_animation_boxes .panel-widget-style::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba( 254, 139, 78, 0.8 );
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	opacity: 0;
}

.tf_animation_boxes .panel-widget-style:hover::before {
	opacity: 1;
}

.tf_animation_boxes .panel-widget-style .textwidget {
	position: absolute;
	top: 50%;
	left: 0;
	width: 90%;
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
}

.tf_animation_boxes .panel-widget-style p {
	margin: 0px;
}

.tf_features_heading::before {
	content: 'Features';
}

.tf_interactive_videos::before {
	content: 'Interactive';
}

.interactive_video {
	padding: 20px 0 30px;
}

.tf_e_signature::before {
	content: 'E-Signature';
}

.tf_development_video iframe {
	width: 560px;
	min-height: 315px;
	display: block;
	margin: 0px auto;
}

.tf_development_video_panel_text {
	padding: 0 0 0 30px;
}

body .tablepress tfoot th,
body .tablepress thead th {
	background-color: #159daa;
	color: #fff;
}

body .tablepress thead th {
	border: 1px solid;
	border-color: transparent;
}

.columns-border tbody td {
	border-right: 1px solid #ddd;
}

.columns-border tbody td:first-child {
	border-left: 1px solid #ddd;
}

.price_table {
	margin: 20px 0 0;
}

.frog_image_and_text img.alignleft {
	margin: 9px 24px 11px 0;
}

.tf_terms_heading h2 {
	text-align: center;
	margin: 0 0 22px;
}

.tf_terms_and_conditions_text {
	margin: 0 0 0;
	padding: 0 0 24px;
}

#tablepress-3 tbody tr td,
#tablepress-4 tbody tr td {
	border-right: 1px solid #ddd;
}


#tablepress-3 tbody tr td:last-child,
#tablepress-4 tbody tr td:last-child {
	border-right: none;	
}

/* Proposal Approval Pop-up form
-------------------------------------------------*/
.aprroval_form {
	max-width: 776px;
	width: 100%;
	margin: 30px auto 20px;
	-webkit-box-shadow: 0px 32px 90px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 32px 90px 5px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 32px 90px 5px rgba(0, 0, 0, 0.35);
	position: relative;
}

.aprroval_form .gform_confirmation_wrapper,
.aprroval_form .gform_wrapper {
	padding: 48px 0;
}

.aprroval_form .gform_confirmation_wrapper,
.aprroval_form .gform_wrapper {
	max-width: 586px;
	width: 100%;
	margin: 0px auto;
}

.aprroval_form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
}

body .gform_confirmation_message h2,
.aprroval_form .gform_wrapper h2 {
	color: #459ba8;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Noto Sans', sans-serif;
	text-align: center;
	line-height: 36.31px;
	margin: 0 0 0;
	letter-spacing: 0;
	font-style: normal;
}

.aprroval_form .gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 8.5px;
}

.aprroval_form .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-left: 8.5px;
	padding-right: 0;
}

.aprroval_form .gform_wrapper ul.gform_fields li.gfield {
	margin-top: 16px;
}

.form_close_btn {
	background: url( "images/round-cross-icon.png" ) no-repeat 0 0;
	width: 39px;
	height: 39px;
	background-color: transparent !important;
	font-size: 0 !important;
}

.form_close_btn {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	text-indent: -9999px;
	cursor: pointer;
}

.aprroval_form .gform_wrapper .top_label div.ginput_container {
	margin-top: 5px;
}

.aprroval_form .gform_wrapper .top_label .gfield_label,
.aprroval_form .gform_wrapper .gfield_required  {
	color: #46586b !important;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Noto Sans', sans-serif !important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.medium {
	padding: 10px 10px 11px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.aprroval_form .gform_wrapper .gform_footer input.button {
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	background-color: #459ba8;
	border-radius: 2px;
	margin: 0 auto;
	padding: 0;
	width: 160px;
	display: block;
	height: 48px;
	line-height: 48px;
}

.aprroval_form .gform_wrapper .gform_footer {
	padding: 0;
	margin: 28px 0 0;
	text-align: center;
}

body .gform_wrapper .top_label li.gfield.gf_left_half:before {
	display: none;
}

/* Panels Rransparent Title
----------------------------------*/
.tf_transparent_title {
	position: relative;
}

.tf_transparent_title h2 {
	z-index: 99;
}

.tf_transparent_title::before,
.tf_panel_title::before {
	display: none;
}

.tf_transparent_title h3 {
	color: #f6f6f6;
	font-size: 114px;
	top: 45%;
	display: block;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
	width: 90%;
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: .2;
	text-align: center;
	z-index: 1;
	letter-spacing: 12px;
}

.tf_design_transparent_title h3,
.tf_development_transparent_title h3 {
	color: #f6f6f6;
	opacity: .2;
	top: 45%;
}

.tf_clients_transparent_title h3 {
	color: #f6f6f6;
	opacity: 1;
}

.tf_value_transparent_title h2,
.tf_hosting_heading h2 {
	position: relative;
}

.tf_value_transparent_title h3 {
	color: #eaeaea;
	opacity: 1;
	top: 16.7%;
}

.tf_hosting_heading h3,
.tf_faqs_transparent_title h3 {
	color: #f6f6f6;
	opacity: 1;
	top: 12.5%;
}

.tf_large_transparent_title h3 {
	top: 0;
	font-size: 80px;
	transform: unset;
}

.tf_faqs_transparent_title h3 {
	top: 15.6%;
}

.tf_about_tinyfrog_panel h3 {
	opacity: .21;
	color: #8fe3ff;
	top: 1%;
	width: 100%;
	left: -6%;
}

.tf_about_panel h3 {
	color: #8fe3ff;
	top: 5.7%;
	opacity: .2;
	width: 100%;
	left: -19%;
}

body .soliloquy-container .soliloquy-item::before {
	display: none;
}

/*
Expiry Text Panel
-------------------------------------------------*/

.proposal-expiry {
	padding-top: 51px;
	padding-bottom: 50px;
}

.proposal-expiry .expiry-text,
.proposal-expiry .expiry-text h4 {
	color: #fff;
}

.proposal-expiry .expiry-text {
	max-width: 750px;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
}

.proposal-expiry .expiry-text h4 {
	font-weight: 900;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 10px;
}

.proposal-expiry .expiry-text h4:nth-child(2) {
	color: #46586b;
	margin-left: 6px;
}

.proposal-expiry .expiry-text p:last-child {
	margin: 0px;
}

/*
Video Panel
-------------------------------------------------*/

.video-panel {
	text-align: center;
	padding: 44px 0 55px;
}

.video-panel h3 {
	color: #159daa;
	font-size: 36px;
	font-weight: 400;
	font-style: italic;
	font-family: 'PT Serif', serif;
	letter-spacing: 3px;
	margin: 0 0 41px;
}

/*
Review Panel
-------------------------------------------------*/

.review-panel {
	text-align: center;
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 130px;
}

.review-panel,
.review-panel h3 {
	color: #fff;
}

.review-panel h3 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 -8px;
}

.review-panel p {
	margin: 0 0 33px;
}

.review-panel p:last-child {
	margin: 0;
}

.review-panel strong {
	color: #46586b;
	font-weight: 600;
}

.review-logos {
	display: block !important;
	overflow: hidden;
	max-width: 505px;
	width: 100%;
	margin: 13px auto 0;
}

.review-logos .panel-grid-cell {
	float: left;
	width: auto !important;
	display: block;
	margin: 0 34px 0 0;
}

.review-logos .panel-grid-cell:last-child {
	margin: 0px;
}

.review-logos .panel-grid-cell img {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.review-logos .panel-grid-cell a:hover img {
	transform: scale( 0.9, 0.9 );
}

.all_features ul li {
	display: none;
}

body.feature_1 .all_features .gchoice_2_7_1,
body.feature_2 .all_features .gchoice_2_7_2,
body.feature_3 .all_features .gchoice_2_7_3 {
	display: block;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
	margin-top: 0px !important;
}

/*
New Template Nov - 2019
---------------------------------------------------------------------------------------------------- */

.tf_project_objective {
	min-height: 353px;
}

.tf_project_objective .widget {
	max-width: 785px;
	line-height: 28px;
}

.tf_project_objective h2 {
	font-size: 36px;
	margin: 0 0 27px;
}

.tf_project_objective h3 {
	left: 0;
	top: 25%;
}

.tf_project_objective .widget p {
	margin: 0 0 28px;
}

.tf_project_objective .widget p:last-child {
	margin: 0px;
}

.tf_approach_phase {
	color: #46586b;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	padding-top: 57px;
}

.tf_approach_phase .cont {
	padding: 0 70px;
}

.tf_phase_details {
	display: block !important;
	overflow: hidden;
}

.tf_phase_details h2 {
	color: #ff8c4d;
	font-weight: 700;
	margin: 0 0 26px;
}

.tf_phase_details .panel-grid-cell:first-child,
.tf_phase_details .panel-grid-cell:last-child {
	width: 100% !important;
}

.tf_phase_details .panel-grid-cell:first-child {
	max-width: 604px;
	float: left;
}

.tf_phase_details .panel-grid-cell:last-child {
	max-width: 318px;
	float: right;
	margin: 0 14px 18px 0;
}

.core_principles {
	background-color: #fafafa;
	-webkit-box-shadow: 0px 8px 21px 0px rgba(176, 176, 176, 0.3);
	-moz-box-shadow: 0px 8px 21px 0px rgba(176, 176, 176, 0.3);
	box-shadow: 0px 8px 21px 0px rgba(176, 176, 176, 0.3);
	border-radius: 13px;
	padding: 41px 28px 35px 38px;
}

.core_principles h3 {
	color: #ff8c4d;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.core_principles ul {
	margin: 0 0 0 35px;
}

.core_principles ul li {
	color: #46586b;
	font-weight: 700;
	line-height: 36px;
	font-size: 16px;
}

.core_principles ul li::before {
	background: url( "images/check-icon.png" ) no-repeat;
	width: 20px;
	height: 14px;
	top: 11px;
	left: -31px;
}

.tf_deliverables {
	padding: 21px 0 53px;
}

.tf_deliverables .sow-image-container {
	background-color: #159daa;
	width: 142px;
	height: 142px;
	border-radius: 100%;
	position: relative;
	border: 9px solid #fff;
	-webkit-box-shadow: 0px 15px 40px 0px rgba(176, 176, 176, 0.3);
	-moz-box-shadow: 0px 15px 40px 0px rgba(176, 176, 176, 0.3);
	box-shadow: 0px 15px 40px 0px rgba(176, 176, 176, 0.3);
}

.tf_deliverables .sow-image-container img {
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.tf_deliverables h2 {
	color: #159daa;
	font-size: 36px;
	text-transform: capitalize;
	letter-spacing: 3px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 7px;
}

.tf_deliverables,
.tf_deliverables ul li,
.tf_deliverables h4 {
	color: #46586b;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.tf_deliverables h3 {
	color: #ff8c4d;
	font-weight: 700;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 0 25px;
}

.tf_deliverables h4 {
	font-size: 15px;
	font-style: italic;
}

.tf_deliverables ul {
	margin-left: 23px;
	margin-bottom: 31px;
}

.tf_deliverables ul li::before {
	background: url( "images/green-dot-bullet.png" ) no-repeat;
	width: 5px;
	height: 5px;
	top: 12px;
	left: -18px;
}

.tf_deliverables .panel-grid-cell:last-child {
	padding: 0 0 0 37px;
}

.tf_design_phase {
	padding-top: 64px;
}

.tf_development_deliverables .tf_deliverables {
	padding-bottom: 41px;
}

.tf_ecommerce_border {
	padding-left: 180px;
	padding-bottom: 23px;
}

.tf_ecommerce_border .panel-grid-cell {
	border-top: 1px solid rgba( 158, 158, 158, 0.60 );
}

.tf_ecom {
	padding-bottom: 81px;
}

.tf_addons .text {
	max-width: 770px;
	width: 100%;
	margin: 16px auto 35px;
	font-size: 17px;
	line-height: 24px;
}

.tf_addons,
.tf_addons .text,
.tf_addons a {
	color: #46586b;
}

.tf_addons a:hover {
	color: #ff8c4d;
}


.tf_addon_details {
	max-width: 942px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid rgba( 158, 158, 158, 0.60 );
	padding: 50px 0 21px;
}

.tf_addon_details p a {
	text-decoration: none;
}

.tf_addon_details,
.tf_addon_details li {
	line-height: 30px;
	font-size: 16px;
}

.tf_addon_details ul {
	margin-left: 23px;
	margin-bottom: 31px;
}

.tf_addon_details ul li::before {
	background: url( "images/orange-bot-bullet.png" ) no-repeat;
	width: 5px;
	height: 4px;
	top: 12px;
	left: -18px;
}

.tf_addon_details h4 {
	color: #323d48;
	font-weight: 700;
}

.tf_addon_details .panel-grid-cell:first-child {
	padding-top: 74px;
}

.tf_addon_details .panel-grid-cell:last-child {
	padding-left: 84px;
}

.tf_last_addon {
	border-bottom: none;
	padding-bottom: 68px;
}

.new_faq_panel {
	margin: 109px 0 0;
}

.tf_deliverables h3,
.tf_approach_phase,
.core_principles h3,
.tf_phase_details h2,
.core_principles ul li,
.tf_deliverables,
.tf_deliverables ul li,
.tf_deliverables h4,
.tf_addons,
.tf_addon_details h4 {
	font-family: 'Noto Sans', sans-serif;
}

.process-video {
	position: relative;
}

.play,
.play span {
	display: block;
	width: 80px;
	height: 80px;
}

.play {
	position: absolute;
	top: 183px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.play::before,
.play::after {
	border-color: #ff8c4d;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid hsla(21, 100%, 65%, 1);
	border-radius: 50%;
	-webkit-transform: scale(.35);
	-ms-transform: scale(.35);
	transform: scale(.35);
	opacity: 0;
	-webkit-animation: ripple 2.6s cubic-bezier(.25,.9,.2,1) .4s infinite;
	animation: ripple 2.6s cubic-bezier(.25,.9,.2,1) .4s infinite;
}

.play::after {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1.7);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
		opacity: 0;
	}
}

.play span {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-color: #ff8c4d;
	text-align: center;
	border-radius: 50%;
}

.play span::after {
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #fff;
	content: ' ';
	font-size: 23px;
	height: 0;
	margin: -10px 0 0 -5px;
	top: 50%;
	position: absolute;
	width: 0;
	left: 50%;
}

.tf_frog_border {
	position: relative;
}

.tf_frog_border::before,
.tf_frog_border::after {
	content: '';
	display: block;
	background: #d0d0d1;
	height: 1px;
	width: 47.4%;
	position: absolute;
	top: 50%;
	margin: -2px 0 0;
}

.tf_frog_border::before {
	left: 0;
}

.tf_frog_border::after {
	right: 0;
}

.typewriter {
	text-align: center;
}

.typewriter .textwidget {
	display: inline-block;
}

h2.typewriter_animation {
	overflow: hidden;
	border-right: .15em solid #159daa;
	white-space: nowrap;
	margin: 0 auto 92px;
	letter-spacing: 3px;
	-webkit-animation: typing 3.5s steps(30, end), blink-caret .75s step-end infinite;
	animation: typing 3.5s steps(30, end), blink-caret .75s step-end infinite;
}

@keyframes typing {
	from { width: 0 }
	to { width: 100% }
}

@keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: #159daa; }
}

.tf_deliverables_center {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
}

.tf_deliverables_center ul ul li:before {
	background: none;
	content: '-';
	background: none;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: -17px;
	color: #46586b;
}

.title_normal_case h2 {
	text-transform: none;
}

.process-embed-video {
	max-width: 890px;
	width: 100%;
	margin: 0 auto;
}

.process-embed-video .textwidget {
	padding: 56.25% 0 0 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.process-embed-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
}

.siteorigin-panels:not(.single) .site-inner .wrap {
	max-width: none;
	margin: 0;
	padding: 0;
}

.entry-content > .panel-layout > div:not(:first-child),
.entry-content > .panel-layout > div:first-child .panel-layout {
	max-width: 1170px;
	margin: 0 auto;
}

.entry-content > .panel-layout > div:first-child {
	max-width: 100%;
}

/*
Why Not TinyFrog (V3)
---------------------------------------------------------------------------------------------------- */

/*
Login Page
--------------------------------------------- */

body.pp_page {
	background-color: #2D2D33;
}

body.pp_page .content {
	background: url( "images/pp-bg-image.jpg" ) no-repeat center center;
	background-size: 100%;
	min-height: 100%;
	float: none;
}

body.pp_page .content::before,
body.pp_page .content::after {
	display: none;
}

body.pp_page .site-inner,
body.pp_page .entry {
	margin: 0;
	padding: 0;
}

#pp_form_cont {
	max-width: 872px;
	width: 100%;
	overflow: unset;
}

#pp_form_cont .pp_star {
	margin: 0;
}

#pp_form_cont .pp_star img {
	display: block;
	margin: 0 auto;
}

#pp_form_cont h2,
#pp_form_cont h3 {
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

#pp_form_cont h2 {
	font-size: 44px;
	color: #F9FDFF;
	line-height: normal;
	margin: 15px 0 24px;
}

#pp_form_cont h3 {
	margin: 0 0 32px;
	line-height: 27px;
}

#pp_form_cont h6 {
	color: #F1EDEB;
	font-family: 'Inter', sans-serif;
	margin: 0 0 39px;
	font-size: 18px;
}

#pp_form_cont form {
	border-top: none;
	padding: 51px 78px 52px;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	background: linear-gradient(325.79deg, #2A2A31 5.99%, #323541 94.42%);
	box-shadow: 0px 65px 161px rgb(0 0 0 / 21%);
	border-radius: 50px;
	max-width: 602px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#pp_form_cont form::before {
	content: '';
	display: block;
	width: 549px;
	height: 275px;
	background: url( "images/login-form-bg-dots.svg" ) no-repeat 0 0;
	position: absolute;
	left: -54px;
	bottom: -54px;
	z-index: -1;
}

#pp_form_cont form .form_cont {
	position: relative;
}

.pp_input_cont {
	width: 100%;
	margin: 0;
	line-height: normal;
	overflow: hidden;
	position: relative;
}

.pp_input_cont label {
	font-size: 14px;
	font-weight: 600;
	float: none;
	display: block;
	text-align: left;
	color: #F1EDEB;
	margin: 0 0 7px;
}

.pp_input_cont input[type="password"] {
	width: 100%;
	float: none;
	padding: 15px;
	border-radius: 4px;
	border-bottom-right-radius: 17px;
	border-top-right-radius: 17px;
	padding-right: 150px;
	border-color: #fff;
	height: 61px;
}

.pp_input_cont input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #56CFE1;
	min-width: 147px;
	border-radius: 17px;
	color: #000000;
	text-transform: none;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	height: 61px;
}

body #pp_form_cont .password-error-message {
	color: red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	font-size: 18px;
	margin-top: 20px;
}

#pp_form_cont.error_404_text h2 {
	margin: 15px 0 54px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	border-bottom: none;
	padding: 0;
}

#pp_form_cont.error_404_text {
	font-weight: 400;
	font-family: 'Inter', sans-serif;
}

.mikel-contact-info a {
	font-weight: 600;
}

.mikel-contact-info a:hover {
	text-decoration: none;
}

#password_page_lottie_cont {
	display: inline-block;
	position: relative;
}

#password_page_lottie {
	position: absolute;
	bottom: -28px;
	right: 0;
}

/*
Proposal Template V3
--------------------------------------------- */

.wntf_v3 {
	color: #2D2D33;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.38;
}

.wntf_v3 .entry,
.wntf_v3 .site-inner {
	padding: 0;
	margin: 0;
}

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

.wntf_v3 .entry-content ol,
.wntf_v3 .entry-content ul {
	margin-left: 27px;
}

.wntf_v3 .entry-content ul li::before {
	background: #2D2D33;
	width: 6px;
	height: 6px;
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	left: -17px;
	border-radius: 50%;
}

.wntf_v3 .entry-content ul li > ul li::before {
	display: none;
}

.wntf_v3 .entry-content ul li > ul li {
	list-style-type: circle;
}

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

.wntf_v3 .entry-content ul li > ul li > ul li::before {
	height: 1px;
	width: 10px;
	display: block;
	border-radius: 0;
	top: 12px;
}

.wntf_v3 .entry-content > .panel-layout > div:first-child .panel-layout {
	max-width: 100%;
}

.wntf_v3 h1,
.wntf_v3 h2,
.wntf_v3 h3,
.wntf_v3 h4,
.wntf_v3 h5,
.wntf_v3 h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #2D2D33;
}

.wntf_v3 h1 {
	font-size: 60px;
}

.wntf_v3 h2 {
	font-size: 39px;
}

.wntf_v3 h3 {
	font-size: 30px;
}

.wntf_v3 h4 {
	font-size: 20px;
}

.wntf_v3 .dark_bg_section * {
	color: #F9FDFF;
}

.wntf_v3 *:last-child {
	margin-bottom: 0 !important;
}

.wntf_v3 p:empty {
	display: none;
}

.wntf_v3_hero_panel {
	position: relative;
	min-height: 640px;
}

.wntf_v3_hero_panel .inner-wrap {
	background: url( "/wp-content/uploads/2022/02/static-background.jpg" ) no-repeat bottom center;
	background-size: cover;
	border-bottom-right-radius: 150px;
	border-bottom-left-radius: 150px;
	overflow: hidden;
}

.wntf_v3_hero_content {
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	width: 100%;
	padding-left: 50%;
	padding-right: 50px;
}

.wntf_v3 .wntf_v3_hero_content * {
	color: #2D2D33;
}

.wntf_v3_hero_content h1 {
	font-size: 60px;
	margin: 0 0 0;
}

.wntf_v3_hero_content h3 {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 500;
}

.wntf_v3_table_of_contents {
	padding-top: 88px;
	padding-bottom: 269px;
}

.wntf_v3_table_of_contents .boxes .panel-grid-cell:first-child {
	position: relative;
}

.wntf_v3_table_of_contents .boxes .panel-grid-cell:first-child::before {
	content: "";
	display: block;
	background: url( "images/table-of-contents-bg-dots.svg" ) no-repeat 0 0;
	position: absolute;
	bottom: -90px;
	left: -90px;
	width: 619px;
	height: 737px;
}

.wntf_v3_toc_box {
	background: linear-gradient(325.79deg, #2A2A31 5.99%, #323541 94.42%);
	box-shadow: 0px 65px 161px rgba(0, 0, 0, 0.21);
	border-radius: 50px;
	padding: 73px 20px 55px;
	position: relative;
}

.wntf_v3_toc_box h3 {
	font-size: 39px;
	margin: 0 0 31px;
	padding: 0 58px;
}

.wntf_v3_toc_box br {
	display: none;
}

.wntf_v3_toc_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	background-color: transparent;
	transition: all ease-in-out 0.3s;
	border-radius: 23px;
	padding: 18px 54px;
	font-size: 26px;
}

.wntf_v3_toc_item span,
.wntf_v3_toc_item span img {
	display: block;
}

.wntf_v3_toc_item .toc_icon {
	width: 55px;
}

.wntf_v3_toc_item .toc_text {
	width: 400px;
	padding: 0 48px;
}

.wntf_v3_toc_item .toc_number {
	width: 47px;
	font-weight: 600;
	text-align: right;
}

.wntf_v3_toc_item:hover {
	background-color: #282931;
}

.wntf_v3_date_box h3 {
	font-size: 30px;
	margin: 0 0 15px;
	line-height: 1.13;
}

.wntf_v3 .wntf_v3_date_box p,
.wntf_v3 .wntf_v3_project_objective_panel .widget p {
	color: #F1EDEB;
}

.wntf_v3_date_box p {
	width: 308px;
}

.wntf_v3 .wntf_v3_expiry_date {
	color: #72EFDD;
}

.wntf_v3_project_objective_panel {
	padding-bottom: 56px;
}

.wntf_v3_project_objective_panel h1 {
	margin: 0 0 26px;
}

.wntf_v3_project_objective_panel .widget {
	max-width: 590px;
	width: 100%;
	margin: 0 auto;
}

.wntf_v3_strategy_phase_panel {
	padding-top: 420px;
	position: relative;
	padding-bottom: 113px;
}

.wntf_v3_strategy_phase_panel::before,
.wntf_v3_design_phase_panel::before,
.wntf_v3_development_phase_panel::before,
.wntf_v3_cost_summary_panel::before,
.wntf_v3_cost_summary_panel::after,
.wntf_v3_about_tinyfrog_panel::before,
.wntf_v3_bottom_wave_shape::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.wntf_v3_strategy_phase_panel::before {
	height: 379px;
	background: url( "images/strategy-phase-waves-shape.svg" ) no-repeat top center;
	background-size: 100% 100%;
}

.wntf_v3 .wntf_v3_phase_intro,
.wntf_v3 .wntf_v3_phase_deliverables .widget {
	width: 100%;
	margin: 0 auto 92px !important;
	max-width: 780px;
}

.wntf_v3_strategy_heading {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 57px;
}

.wntf_v3_strategy_heading .heading_icon,
.wntf_v3_strategy_heading .heading_icon img {
	display: block;
}

.wntf_v3_strategy_heading h1 {
	width: 100%;
	max-width: calc( 100% - 160px );
	line-height: 1.1;
}

.wntf_v3_phase_intro p {
	padding-left: 160px;
}

.wntf_v3_phase_deliverables {
	padding: 79px 0 11px;
}

.wntf_v3_phase_deliverables .widget-title {
	margin: 0 0 34px;
	font-size: 39px;
}

.wntf_v3_design_phase_panel {
	position: relative;
	padding-bottom: 45px;
	margin-top: 381px;
	padding-top: 71px;
}

.wntf_v3_design_phase_panel::before {
	height: 381px;
	background: url( "images/design-phase-top-waves-shape.svg" ) no-repeat bottom center;
	background-size: 100% 100%;
	top: -380px;
}

.wntf_v3_development_phase_panel {
	position: relative;
	padding-bottom: 100px;
	padding-top: 404px;
}

.wntf_v3_development_phase_panel::before,
.wntf_v3_bottom_wave_shape::after {
	height: 381px;
	background: url( "images/development-phase-top-waves-shape.svg" ) no-repeat top center;
	background-size: 100% 100%;
	top: 0;
}

.wntf_v3_our_clients_panel {
	padding: 97px 0;
}

.wntf_v3_our_clients_panel .heading_panel,
.wntf_v3_our_clients_panel .tf_clients_logos_row {
	max-width: 830px;
	width: 100%;
	margin: 0 auto 50px !important;
}

.wntf_v3_our_clients_panel .heading_panel {
	max-width: 780px;
	margin: 0 auto 143px !important;
}

.wntf_v3 .wntf_v3_cost_summary_panel {
	margin-top: 397px;
	position: relative;
	margin-bottom: 473px !important;
	padding-top: 95px;
	padding-bottom: 8px;
}

.wntf_v3_cost_summary_panel::before {
	height: 393px;
	background: url( "images/cost-summary-top-waves-shape.svg" ) no-repeat bottom center;
	background-size: 100% 100%;
	top: -392px;
}

.wntf_v3_cost_summary_panel::after {
	height: 393px;
	background: url( "images/cost-summary-bottom-waves-shape.svg" ) no-repeat top center;
	background-size: 100% 100%;
	top: auto;
	bottom: -392px;
}

.wntf_v3_website_cost,
.wntf_v3_additional_cost {
	border-bottom: 1px solid #D0D0DE;
}

.wntf_v3_website_cost,
.wntf_v3_additional_cost,
.wntf_v3_validity_time {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
}

.wntf_v3 .wntf_v3_website_cost {
	padding: 0 0 20px;
	margin-bottom: 34px !important;
	margin-top: -9px !important;
}

.wntf_v3_additional_cost {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding: 26px 0;
}

.wntf_v3 .wntf_v3_additional_cost h4 {
	font-size: 24px;
}

.wntf_v3_validity_time {
	font-weight: 600;
	font-style: italic;
	font-family: 'Poppins', sans-serif;
	padding: 44px 0;
}

.wntf_v3 .wntf_v3_wp_maintenance_panel {
	padding: 0 47px;
	text-align: center;
	margin-bottom: 100px !important;
}

.wntf_v3_wp_maintenance_panel .heading_panel {
	padding: 65px 100px 49px;
}

.wntf_v3_wp_maintenance_panel .heading_panel h1 {
	margin: 0 0 44px;
}

.wntf_v3_wp_maintenance_panel .heading_panel h4 {
	font-weight: 600;
	margin: 0 0 0;
	font-size: 26px;
	font-family: 'Inter', sans-serif;
}

.wntf_v3 .wntf_v3_hosting_specs {
	margin-bottom: 72px !important;
}

.wntf_v3_hosting_specs h3 {
	font-size: 20px;
	font-family: 'Inter', sans-serif;
	margin: 20px 0 12px;
}

.wntf_v3_additional_project_details {
	padding: 99px 0;
}

.wntf_v3_additional_project_details .heading_panel {
	padding: 0 0 105px;
}

.wntf_v3_additional_project_details #tf_faqs .sow-accordion-title::before {
	top: -6px;
}

body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus,
body .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border:focus {
	outline: none !important;
}

.wntf_v3_additional_project_details #tf_faqs .sow-accordion-panel-header {
	color: #2D2D33;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.wntf_v3_additional_project_details #tf_faqs .sow-accordion-panel-content .sow-accordion-panel-border {
	color: #2D2D33;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: inherit;
}

.wntf_v3_about_tinyfrog_panel {
	margin-top: 393px;
	position: relative;
	padding-top: 67px;
	padding-bottom: 50px;
}

.wntf_v3_about_tinyfrog_panel::before {
	height: 393px;
	background: url( "images/about-top-waves-shape.svg" ) no-repeat bottom center;
	background-size: 100% 100%;
	top: -392px;
}

.wntf_v3_thank_you_panel .wntf_v3_thanks_text .aprroval_form {
	display: none;
}

.wntf_v3_thank_you_panel .wntf_v3_thanks_text {
	max-width: 757px;
	width: 100%;
	margin: -384px auto 0;
	border-radius: 50px;
	padding: 75px 50px 38px;
	position: relative;
}

.wntf_v3_thank_you_panel .wntf_v3_thanks_text::before {
	content: '';
	display: block;
	width: 183px;
	height: 219px;
	background: url( "images/icon-heart.svg" ) no-repeat 0 0;
	position: absolute;
	top: 46px;
	right: -2px;
	background-size: contain;
}

.wntf_v3_thank_you_panel .wntf_v3_thanks_text h1 {
	margin: 0 0 50px;
}

.wntf_v3_thank_you_panel .widget_custom_html .approve_proposal_btn {
	background: #80FFDB;
	border-radius: 17px;
	color: #000000 !important;
	font-family: 'Inter', sans-serif;
	padding: 0;
	width: 300px;
	height: 70px;
	line-height: 70px;
	font-weight: 700;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.wntf_v3_thank_you_panel .wntf_v3_thanks_text .text_box {
	max-width: 450px;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 35px;
}

.wntf_v3_thank_you_panel .widget_custom_html .aprroval_form .gform_wrapper .top_label .gfield_label,
.wntf_v3_thank_you_panel .widget_custom_html .aprroval_form .gform_wrapper .gfield_required {
	color: #fff !important;
	font-family: 'Inter', sans-serif !important;
}

.wntf_v3_thank_you_panel .widget_custom_html .gform_confirmation_message h2,
.wntf_v3_thank_you_panel .widget_custom_html .aprroval_form .gform_wrapper h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	color: #fff;
}

.wntf_v3_thank_you_panel .widget_custom_html .aprroval_form .gform_wrapper h2 {
	padding-bottom: 20px;
}

.wntf_v3_thank_you_panel .widget_custom_html .aprroval_form .gform_wrapper .gform_footer input.button {
	background-color: #56CFE1;
	min-width: 147px;
	border-radius: 17px;
	color: #000000;
	text-transform: none;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	height: 61px;
}

.wntf_v3_thank_you_panel .widget_custom_html .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wntf_v3_thank_you_panel .widget_custom_html .gform_wrapper textarea.medium {
	color: #000;
	font-family: 'Inter', sans-serif;
	padding: 15px;
}

body .gform_ajax_spinner {
	position: absolute;
}

.wntf_v3_thank_you_panel .widget_custom_html .gform_validation_errors > h2:before {
	display: none;
}

.wntf_v3_thank_you_panel .widget_custom_html .gform_validation_errors > h2.hide_summary {
	color: red;
	padding: 0;
	line-height: normal;
	font-size: 14px;
}

.wntf_v3_thank_you_panel .widget_custom_html .gform_legacy_markup_wrapper div.validation_error {
	margin: 30px 0;
	border-color: red;
	border-width: 1px;
	color: red;
}

.wntf_v3_thank_you_panel .widget_custom_html .gform_legacy_markup_wrapper li.gfield.gfield_error {
	background-color: transparent;
	margin-bottom: 0 !important;
	border-top: none;
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
}

.wntf_v3_thank_you_panel .widget_custom_html .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}

.wntf_v3_thank_you_panel .widget_custom_html .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
.wntf_v3_thank_you_panel .widget_custom_html .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	max-width: 50%;
	padding-right: 8.6px;
}

.wntf_v3_thank_you_panel .widget_custom_html .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	padding-right: 0;
}

.wntf_v3_thank_you_panel .widget_custom_html .gform_legacy_markup_wrapper .field_description_below .gfield_description {
	color: red;
	padding-top: 5px;
}

.wntf_v3_thank_you_panel .widget_custom_html .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
	margin-right: 0;
}

.wntf_v3_thank_you_panel .footer_logo {
	margin-top: -53px;
	margin-left: -49px;
	position: relative;
}

.wntf_v3_thank_you_panel .footer_logo #tf_pdf_button a {
	margin: 0;
	top: 7px;
	right: -41px;
}

.wntf_v3_thank_you_panel .footer_logo #pdf_msg {
	top: 24px;
	right: -20px;
	margin: 0;
	color: #2d2d33;
}

.wntf_v3_thank_you_panel .footer_logo #pdf_msg::after {
	background-image: url( "images/black-spinner.gif" );
}

.wntf_v3_thank_you_panel .contact_details {
	padding: 13px 0 130px;
}

.wntf_v3_thank_you_panel .contact_details a:hover {
	color: #575AFF;
}

.page-template-page_tinyfrog_v3 .to-top {
	width: 50px;
	height: 50px;
	background: url( "images/page-to-up-arrow.svg" ) no-repeat 0 0;
	background-size: 100%;
	right: 54px;
	box-shadow: unset;
}

.wntf_v3_hosting_specs .sow-image-container {
	align-items: center !important;
	height: 67px;
}

.wntf_v3 .wntf_v3_phase_intro a,
.wntf_v3 .wntf_v3_phase_deliverables a {
	text-decoration: underline;
}

.wntf_v3 .wntf_v3_phase_intro a:hover,
.wntf_v3 .wntf_v3_phase_deliverables a:hover {
	text-decoration: none;
	color: #575AFF;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.responsive-video iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wntf_v3_process_video_panel {
	max-width: 730px;
	margin: 0 auto;
	width: 100%;
	padding: 80px 0 239px;
}

.wntf_v3_process_video_panel .heading_panel {
	padding-bottom: 50px;
}

.wntf_v3_process_video_panel .video_box {
	position: relative;
}

.wntf_v3_process_video_panel .video_box::before {
	content: '';
	display: block;
	background: url( "images/process-video-bg-dots.svg" ) no-repeat 0 0;
	width: 663px;
	height: 408px;
	position: absolute;
	right: -110px;
	bottom: -110px;
}

.wntf_v3_seo_phase_intro,
.wntf_v3_ecom_phase_intro {
	padding-top: 150px;
}

.wntf_v3 .wntf_v3_bottom_wave_shape {
	margin-bottom: 250px !important;
}

.wntf_v3_bottom_wave_shape::after {
	top: auto;
	bottom: -381px;
}

/*
Proposal Template V3 Lottie Files
--------------------------------------------- */

#home_hero_panel {
	overflow: hidden;
	line-height: 0;
}

.v3_heading_lottie,
.v3_line_lottie {
	display: inline-block;
	position: relative;
}

.wntf_v3_project_objective_panel #password_page_lottie {
	bottom: -36px;
	width: 100%;
}

.v3_heading_lottie span {
	display: block;
	position: absolute;
	top: 50%;
	left: -50px;
	width: 100%;
	transform: translateY(-50%);
}

.wntf_v3_wp_maintenance_panel .v3_circle_shape,
.wntf_v3_additional_project_details .v3_circle_shape,
.wntf_v3_about_tinyfrog_panel .v3_circle_shape {
	left: 0;
}

.v3_line_lottie span {
	position: absolute;
	left: 0;
	bottom: -31px;
	width: 100%;
}

.wntf_v3_project_objective_panel .v3_line_lottie span {
	bottom: -36px;
}

#single_line_violet_circle_1,
#single_line_blue_circle_3,
#double_line_skyblue_circle_4 {
	width: 120%;
}

#single_line_skyblue_circle_6 {
	width: 130%;
}

#double_line_skyblue_circle_7 {
	width: 135%;
}

#show-in-pdf {
	display: none !important;
}

.wntf_v3_keyword_deliverables {
	margin-top: 92px;
}

#single_line_violet_circle_4 {
	width: 115%;
}

/*
Start the next step page
--------------------------------------------- */

.wntf_steps_panel {
	position: relative;
	padding: 52px 0 212px;
	background-position: bottom center !important;
	background-size: 100%;
}

.wntf_steps_panel .wntf_steps_content {
	max-width: 970px;
	margin: 0 auto;
}

.wntf_steps_content .frog_quote {
	padding-bottom: 47px;
}

.wntf_steps_content .frog_quote h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.66;
	font-family: 'Inter', sans-serif;
}

.wntf_steps_content .dark_box {
	border-radius: 10px;
	padding: 70px 100px 91px;
	position: relative;
}

.wntf_steps_content .dark_box::before {
	content: '';
	background: url( "images/peace-frog.png" ) no-repeat 0 0;
	width: 146px;
	height: 193px;
	background-size: 100%;
	position: absolute;
	top: -126px;
	right: 30px;
}

.wntf_steps_content .dark_box * {
	color: #fff;
}

.wntf_steps_content .dark_box h2 {
	font-size: 46px;
	line-height: 1.30;
	margin-bottom: 34px;
}

.wntf_steps_content .step_row {
	margin: 16px 0 !important;
}

.wntf_steps_content .step_row h4 {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: 1.70;
}

.wntf_steps_content .heading_box {
	padding-bottom: 41px;
}

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

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

	.phase_details > .panel-grid-cell:first-child {
		width: 35% !important;
	}

	.phase_details > .panel-grid-cell:last-child {
		width: 65% !important;
	}

	.panel_7 {
		min-height: 466px;
	}

	.panel_14 {
		min-height: 828px;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1680px) {
	
	.tf_strategy_heading {
		min-height: 270px;
	}
}

@media only screen and (min-width: 1920px) {
	
	.tf_strategy_heading {
		min-height: 310px;
	}
}

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

	.panel_14 {
		min-height: 878px;
	}
	
	.panel_2 {
		min-height: 575px;
	}
	
	.phase_details>.panel-grid-cell:first-child {
		width: 40% !important;
	}
	
	.phase_details>.panel-grid-cell:last-child {
		width: 60% !important;
	}
}

@media only screen and (min-width: 2048px) {
	
	.tf_strategy_heading {
		min-height: 342px;
	}
}

@media only screen and (min-width: 2100px) {
	
	.panel_1 {
		min-height: 992px;
	}
	
	.panel_2 {
		min-height: 750px;
	}
	
	.panel_14 {
		min-height: 1178px;
		margin: -104px 0 0 0;
		padding-top: 190px;
	}
}

@media only screen and (min-width: 4000px) {
	
	.panel_1 {
		min-height: 1390px;
	}
	
	.panel_2 {
		min-height: 1120px;
	}
	
	.phase_details>.panel-grid-cell:first-child {
		width: 42% !important;
	}
	
	.phase_details>.panel-grid-cell:last-child {
		width: 58% !important;
	}
	
	.panel_13 {
		padding: 28px 0 180px 0;
	}
	
	.panel_14 {
		padding-top: 300px;
		min-height: 1790px;
		margin: -166px 0 0 0;
	}
	
	.panel_16 {
		min-height: 880px;
	}
	
	.panel_17 {
		min-height: 589px;
	}
}

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

	.wntf_v3_strategy_phase_panel::before,
	.wntf_v3_design_phase_panel::before,
	.wntf_v3_development_phase_panel::before,
	.wntf_v3_cost_summary_panel::before,
	.wntf_v3_cost_summary_panel::after,
	.wntf_v3_about_tinyfrog_panel::before,
	.wntf_v3_bottom_wave_shape::after {
		background-size: cover;
	}
}

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

	.wntf_v3_thank_you_panel .footer_logo {
		margin-left: -30px;
	}

	.wntf_v3_thank_you_panel .footer_logo #tf_pdf_button a {
		right: -23px;
	}

	.wntf_v3_thank_you_panel .footer_logo #pdf_msg {
		right: 0;
	}
}

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

	.wrap,
	.entry-content > .panel-layout > div:not(:first-child),
	.entry-content > .panel-layout > div:first-child .panel-layout {
		max-width: 960px;
	}
	
	.genesis-nav-menu a {
		padding: 19px 17px 20px;
	}
	
	.panel_1 {
		min-height: 482px;
	}
	
	.panel_1_content a {
		margin-bottom: 50px;
	}
	
	.panel_2 {
		min-height: 278px;
	}
	
	.panel_2_content {
		width: 300px;
		padding: 15px;
		margin: 0 0 0 140px;
	}
	
	.panel_2_content h2 {
		font-size: 20px;
		margin: 0 0 10px 0;
		padding: 0 0 8px 0;
	}
	
	.panel_2_content ul li {
		margin: 0 0 4px 0;
		line-height: 1;
	}
	
	.panel_2_content ul li a {
		font-size: 20px;
	}
	
	.panel_9 {
		min-height: 556px;
	}
	
	.btn {
		margin: 18px auto;
	}
	
	.panel_10 {
		min-height: 590px;
	}
	
	.heading_bg_color {
		min-height: 80px;
	}
	
	.heading_bg_color h2 {
		font-size: 24px;
	}
	
	.panel_13 ul li {
		width: 25%;
	}
	
	.logos_row_1
	.logos_row_2,
	.logos_row_3 {
		margin: 0 0 15px 0;
	}
	
	.maintenance_details {
		width: 100%;
	}
	
	.directive_1 h4 {
		padding: 0 40px;
	}
	
	.directive_2 h4 {
		padding: 0 90px;
	}
	
	.directive_4 h4 {
		padding: 0 50px;
	}
	
	.directive_5 h4 {
		padding: 0 40px;
	}
	
	.directive_6 h4 {
		padding: 0 42px;
	}
	
	.panel_7 {
		min-height: 500px;
	}
	
	.logos_row_1,
	.logos_row_2 {
		margin: 0 0 20px 0;
	}
	
	.panel_13 {
		padding: 28px 0 100px 0;
	}
	
	.fullwidth_bg_color_heading {
		min-height: 80px;
	}
	
	.fullwidth_bg_color_heading h2 {
		font-size: 24px;
	}
	
	.closed_alert {
		width: 65%;
	}
	
	
	/* New Template
	---------------------------*/
	.tf_hero {
		min-height: 500px;
	}
	
	.tf_about_tinyfrog_panel::before,
	.tf_wp_maintenance_panel::before,
	.tf_cost_summary_panel::before,
	.tf_cost_summary_panel::before,
	.tf_strategy_heading::before,
	.tf_about_panel::before,
	.water_mark_text::before {
		font-size: 80px;
	}
	
	.tf_hero_company_name {
		padding: 112px 0 0;
	}
	
	.tf_2nd_panel {
		min-height: 100%;
	}
	
	.tf_table_of_contents {
		margin: 50px auto;
	}
	
	.tf_about_panel {
		min-height: 370px;
	}
	
	.tf_about_panel h2 {
		margin: 0 0 31px;
	}
	
	.tf_strategy_heading {
		min-height: 186px;
	}
	
	.tf_our_clients_heading {
		min-height: 190px;
	}
	
	.tf_cost_summary_panel {
		min-height: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.tf_cost_summary_panel h2 {
		margin: 0 0 50px;
	}
	
	.tf_wp_maintenance_panel {
		min-height: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.tf_hosting_heading h2 {
		margin: 0 0 25px;
	}
	
	.tf_wp_maintenance_panel::before {
		top: 7%;
	}
	
	.tf_about_tinyfrog_panel .widget {
		top: 50%;
	}
	
	.tf_about_tinyfrog_panel {
		min-height: 430px;
	}
	
	.tf_about_tinyfrog_panel::before {
		top: 15%;
	}
	
	.photo_gallery_slider .soliloquy-container .soliloquy-prev {
		left: -22px;
	}
	
	.photo_gallery_slider .soliloquy-container .soliloquy-next {
		right: -22px;
	}
	
	.tf_development_video iframe {
		min-height: 255px;
	}
	
	.terms_conditions_container {
		padding: 10px 0 30px;
	}
	
	.tf_transparent_title h3 {
		font-size: 80px;
	}

	#tf_pdf_button {
		display: none;
	}

	.tf_approach_phase .cont {
		padding: 0;
	}

	.tf_frog_border::before,
	.tf_frog_border::after {
		width: 47%;
	}
	
	.tf_large_transparent_title h3 {
		font-size: 60px;
	}

	/*
	Why Not TinyFrog (V3)
	--------------------------------------------- */
	
	.wntf_v3 h1 {
		font-size: 45px;
	}

	.wntf_v3 h2,
	.wntf_v3_toc_box h3,
	.wntf_v3_phase_deliverables .widget-title {
		font-size: 34px;
	}

	.wntf_v3 h3,
	.wntf_v3_date_box h3 {
		font-size: 22px;
	}

	.wntf_v3_hero_content {
		top: 95px;
	}

	.wntf_v3_hero_content h3 {
		margin: 0 0 7px;
	}

	.wntf_v3_toc_box {
		padding-top: 55px;
	}

	.wntf_v3_toc_item {
		padding: 18px 25px;
		font-size: 24px;
	}

	.wntf_v3_toc_item .toc_text {
		width: calc( 100% - 102px );
	}

	.wntf_v3_table_of_contents .boxes .panel-grid-cell:first-child::before {
		bottom: -50px;
		left: -50px;
		width: 88%;
		height: 51%;
		background-position: right bottom;
	}

	.wntf_v3_table_of_contents {
		padding-bottom: 100px;
	}

	.wntf_v3_project_objective_panel {
		padding-bottom: 0;
	}

	.wntf_v3_date_box p {
		width: auto;
	}

	.wntf_v3_strategy_phase_panel::before,
	.wntf_v3_design_phase_panel::before,
	.wntf_v3_development_phase_panel::before,
	.wntf_v3_cost_summary_panel::before,
	.wntf_v3_cost_summary_panel::after,
	.wntf_v3_about_tinyfrog_panel::before,
	.wntf_v3_bottom_wave_shape::after {
		background-size: 100%;
		z-index: -1;
	}

	.wntf_v3_strategy_phase_panel {
		padding-top: 230px;
		padding-bottom: 0;
	}

	.wntf_v3 .wntf_v3_phase_intro,
	.wntf_v3 .wntf_v3_phase_deliverables .widget {
		margin: 0 auto 40px !important;
		max-width: calc( 100% - 100px );
	}

	.wntf_v3_design_phase_panel {
		margin-top: 250px;
		padding-top: 0;
	}

	.wntf_v3_phase_deliverables {
		padding: 40px 0 11px;
	}

	.wntf_v3_development_phase_panel {
		padding-bottom: 0;
		padding-top: 210px;
	}

	.wntf_v3_our_clients_panel {
		padding: 50px 0 0;
	}

	.wntf_v3_our_clients_panel .heading_panel {
		margin: 0 auto 60px !important;
	}

	.wntf_v3 .wntf_v3_cost_summary_panel {
		margin-top: 200px;
		margin-bottom: 240px !important;
		padding-top: 0;
		padding-bottom: 0;
	}

	.wntf_v3_strategy_heading {
		margin: 0 0 20px;
	}

	.wntf_v3 .wntf_v3_website_cost {
		margin-top: 0 !important;
	}

	.wntf_v3_wp_maintenance_panel .heading_panel {
		padding: 40px 120px;
	}

	.wntf_v3_strategy_heading h1 {
		max-width: calc( 100% - 120px );
	}

	.wntf_v3_phase_intro p {
		padding-left: 120px;
	}

	.wntf_v3 .wntf_v3_hosting_specs {
		margin-bottom: 40px !important;
	}

	.wntf_v3 .wntf_v3_wp_maintenance_panel {
		margin-bottom: 0 !important;
	}

	.wntf_v3_additional_project_details {
		padding: 50px 0 0;
	}

	.wntf_v3_additional_project_details .heading_panel {
		padding: 0 0 20px;
	}

	.wntf_v3_about_tinyfrog_panel {
		margin-top: 240px;
		padding-top: 0;
		padding-bottom: 10px;
	}

	.wntf_v3_thank_you_panel .siteorigin-panels-stretch .sow-image-container img {
		object-fit: cover;
		height: 521px !important;
	}
	
	.wntf_v3_thank_you_panel .footer_logo {
		margin-top: 20px;
		margin-left: 0;
		padding-bottom: 15px;
	}

	.wntf_v3_thank_you_panel .footer_logo .sow-image-container {
		justify-content: center !important;
	}

	.wntf_v3_about_tinyfrog_panel .wntf_v3_strategy_heading h1 {
		max-width: calc( 100% - 160px );
	}

	.wntf_v3_about_tinyfrog_panel .wntf_v3_phase_intro p {
		padding-left: 160px;
	}

	.page-template-page_tinyfrog_v3 .to-top {
		right: 20px;
	}

	.wntf_v3_thank_you_panel .contact_details {
		padding: 13px 0 55px;
	}

	.wntf_v3_hero_panel {
		min-height: 518px;
	}

	.wntf_v3_hero_panel .inner-wrap {
		border-bottom-right-radius: 70px;
		border-bottom-left-radius: 70px;
	}

	.v3_heading_lottie span {
		left: -15px;
	}

	.wntf_v3_seo_phase_intro,
	.wntf_v3_ecom_phase_intro {
		padding-top: 50px;
	}

	.wntf_v3 .wntf_v3_bottom_wave_shape {
		margin-bottom: 0 !important;
	}

	.wntf_v3_process_video_panel .video_box::before {
		right: -50px;
		bottom: -50px;
		background-size: cover;
	}

	.wntf_v3_process_video_panel {
		padding: 200px 0 60px;
	}

	.wntf_v3 .v3_deliverables_line,
	.wntf_v3 .v3_circle_shape {
		display: none !important;
	}
	
	.wntf_v3_keyword_deliverables {
		margin-top: 40px;
	}
}

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

	.wrap,
	.entry-content > .panel-layout > div:not(:first-child),
	.entry-content > .panel-layout > div:first-child .panel-layout {
		max-width: 768px;
		padding: 0 10px;
	}
	
	.panel_2_content {
		margin: 0 0 0 30px;
	}
	
	.genesis-nav-menu {
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
		text-align: center;
	}
	
	.genesis-nav-menu a {
		padding: 19px 9px 20px;
		font-size: 14px;
	}
	
	.panel_4 .phase_content .panel-grid > .panel-grid-cell:first-child,
	.panel_4 .phase_content .panel-grid > .panel-grid-cell:last-child {
		padding: 0px !important;
	}
	
	.timeline_details,
	.features_detail {
		min-height: 100%;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.timeline_details {
		border-right: none;
		padding-right: 10px;
		text-align: center;
	}
	
	.panel_7,
	.panel_9,
	.panel_10 {
		min-height: 100%;
	}
	
	.deliverable_img_1 img,
	.deliverable_img_2 img,
	.deliverable_img_3 img,
	.deliverable_img_4 img {
		margin: 10px 0 0 0;
	}
	
	.directive_1 h4,
	.directive_2 h4,
	.directive_4 h4,
	.directive_5 h4,
	.directive_6 h4 {
		padding: 0;
		margin: 0 0 20px 0;
	}
	
	.directive_3 h4,
	.directive_6 h4 {
		margin: 0 0 0 0;
	}
	
	.panel_16 {
		min-height: 100%;
	}
	
	.about_text {
		width: 100%;
		float: none;
		padding: 40px 0 20px;
		margin: 0 auto;
		text-align: center;
	}
	
	.panel_17 {
		min-height: 100%;
	}
	
	.thank_you_text {
		width: 100%;
		float: none;
		padding: 30px 0;
		text-align: center;
	}
	
	.heading_bg_color h2 {
		width: calc(100% - 10px);
		text-align: center;
	}
	
	.thank_you_text h4 {
		padding: 0px;
	}
	
	.directive_row {
		margin: 0 0 20px 0;
	}
	
	.closed_alert {
		width: 75%;
	}

	body.pp_page .content {
		background: none;
	}
	
	#pp_form_cont {
		max-width: calc( 100% - 40px );
	}
	
	#pp_form_cont h2 {
		font-size: 37px;
	}
	
	#pp_form_cont h3 {
		margin: 0 0 30px 0;
	}
	
	.dtw_1,
	.dtw_1_left,
	.panel_7,
	.panel_7_left,
	.panel_9,
	.panel_9_left,
	.panel_10,
	.panel_10_left,
	.panel_12,
	.panel_12_left {
		min-height: 100% !important;
	}
	
	.dtw_1,
	.panel_7,
	.panel_9 {
		background-color: #f2eee4;
	}

	.panel_7_right {
		border-left: none;
	}
	
	body .ds_generate_pdf_button {
		top: 30px;
		right: 30px;
	}
	
	.aces_proposal {
		margin: 0;
	}
	
	.panel_13 {
		padding: 28px 0 40px;
	}

	.panel_14 {
		position: relative;
		background-image: none !important;
		margin: 0px;
		padding: 35px 0 20px;
		min-height: 100%;
	}
	
	.panel_14::before {
		background: url("images/frog.png") no-repeat;
		content: '';
		display: block;
		width: 280px;
		height: 84px;
		position: absolute;
		top: -45px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background-size: contain;
	}
	
	/*.error404 .site-header {
		position: relative;
	}
	
	.error404 .site-inner {
		min-height: 450px;
		background-size: cover;
		background-position-x: -50px;
		text-shadow: 0 0 5px #fff;
		padding-top: 0px;
	}*/
	
	/* New Template
	---------------------------*/
	.tf_hero {
		min-height: 380px;
	}
	
	.tf_about_tinyfrog_panel::before,
	.tf_wp_maintenance_panel::before,
	.tf_cost_summary_panel::before,
	.tf_cost_summary_panel::before,
	.tf_strategy_heading::before,
	.tf_about_panel::before,
	.water_mark_text::before {
		font-size: 60px;
	}
	
	.tf_hero_company_name {
		padding: 50px 0 0;
	}
	
	.tf_about_panel .widget {
		position: relative;
		top: 0;
		transform: translateY(-0);
		max-width: 100%;
	}
	
	.tf_about_panel::before {
		top: 20%;
	}
	
	.tf_strategy_heading {
		min-height: 160px;
	}
	
	.text_row,
	.tf_development_cover_icon,
	.tf_design_cover_icon,
	.tf_strategy_cover_icon {
		margin: 0;
	}
	
	.tf_about_panel {
		min-height: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.tf_development_phase_details {
		padding: 30px 0 0;
		margin: 0 0 50px;
	}
	
	.tf_our_clients_heading {
		min-height: 140px;
	}

	.tf_clients_logos_row {
		margin: 0;
	}
	
	.tf_clients_logos_row .panel-grid-cell {
		width: 25% !important;
		float: left;
		min-height: 100px;
		padding: 0 10px !important;
		display: table !important;
	}

	.tf_clients_logos_row .panel-grid-cell .widget {
		display: table-cell;
		vertical-align: middle;
	}
	
	.tf_our_clients_panel {
		max-width: 100%;
		margin: 0 auto 0;
	}
	
	.tf_our_clients_panel {
		padding-bottom: 30px;
	}
	
	.tf_cost_summary_panel h2 {
		margin: 0 0 30px;
	}
	
	.tf_cost_summary_text {
		max-width: 100%;
		float: none;
		margin: 0;
	}
	
	.tf_cost_summary_panel {
		background-image: none !important;
		min-height: 100%;
		padding-top: 30px;
		background-color: #f6f6f6;
		padding-bottom: 40px;
	}
	
	.tf_hosting_heading h2 {
		font-size: 32px;
	}
	
	.tf_wp_maintenance_panel::before {
		top: 4.5%;
	}
	
	.tf_hosting_specs {
		display: block !important;
	}
	
	.tf_hosting_specs .panel-grid-cell {
		width: 100% !important;
		float: none;
		margin: 0 auto;
		display: block;
		min-height: 170px;
	}
	
	.tf_hosting_specs .panel-grid-cell img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	
	#tf_hosting_specs_row_3 .panel-grid-cell:last-child {
		float: none;
		margin: 0 auto;
	}
	
	.tf_about_tinyfrog_panel {
		min-height: 100%;
		background-color: #1da1ad;
		padding-top: 30px;
		padding-bottom: 30px;
		background-image: none !important;
	}
	
	.tf_about_tinyfrog_panel .widget {
		max-width: 100%;
		top: 0;
		transform: translateY(-0%);
		position: relative;
	}
	
	.tf_about_tinyfrog_panel::before {
		top: 13%;
	}
	
	.tf_thank_you_panel .sow-image-container img{
		text-align: center !important;
		width: auto;
		margin: 0 auto;
	}
	
	.tf_strategy_phase_details h2 {
		font-size: 35px;
	}
	
	.tf_clients_logos_row {
		display: block !important;
	}
	
	#tf_faqs .sow-accordion-panel {
		padding: 0;
	}
	
	#tf_faqs .sow-accordion-title {
		max-width: 94%;
	}
	
	.videos_container {
		margin: 30px auto 0;
	}
	
	.tf_video img {
		width: 88%;
	}
	
	.orange_color_headings {
		margin: 0;
	}
	
	.photo_gallery_slider .soliloquy-container .soliloquy-controls {
		display: none !important;
	}
	
	.tf_animation_boxes .panel-widget-style {
		min-height: 134px;
		font-size: 20px;
	}
	
	.tf_animation_boxes {
		margin: 0 0 20px;
	}
	
	.orange_color_headings h3 {
		font-size: 40px;
	}
	
	#pdf_msg {
		font-size: 15px;
	}
	
	#pdf_msg::after {
		margin: -7px 0 0 0;
		width: 40px;
		height: 40px;
	}
	
	.tf_development_video iframe {
		min-height: 190px;
	}
	
	.aprroval_form {
		max-width: 95%;
	}
	
	.tf_transparent_title h3 {
		font-size: 60px;
	}
	
	.tf_about_panel h3 {
		left: 0;
		top: 12%;
	}
	
	.tf_value_transparent_title h3 {
		top: 30%;
	}
	
	.tf_about_tinyfrog_panel h3 {
		top: 6%;
		left: 0;
	}
	
	.review-logos .panel-grid-cell {
		margin: 0 34px 0 0 !important;
	}
	
	.review-logos .panel-grid-cell:last-child {
		margin: 0px !important;
	}
	
	.review-panel {
		margin-bottom: 50px;
	}
	
	#pp_form_cont.error_404_text h2 {
		padding: 0 0 35px;
		margin: 0 0 30px;
	}
	
	.mikel-contact-info {
		margin: 30px 0 50px;
	}
	
	.tf_approach_phase {
		padding-top: 0;
	}

	.tf_phase_details .panel-grid-cell:first-child {
		max-width: 100%;
		float: none;
	}

	.tf_phase_details .panel-grid-cell:last-child {
		max-width: calc( 100% - 40px );
		float: none;
		margin: 0 auto 20px !important;
	}

	.tf_deliverables .panel-grid-cell:last-child {
		padding: 0;
		width: calc( 100% - 170px ) !important;
	}

	.tf_ecom {
		padding-bottom: 20px;
	}

	.play {
		top: 130px;
	}

	.tf_project_objective .widget br,
	.tf_deliverables ul li br {
		display: none;
	}

	.tf_frog_border::before, .tf_frog_border::after {
		width: 46%;
	}

	/*
	Why Not TinyFrog (V3)
	--------------------------------------------- */
	
	.wntf_v3 .wrap,
	.wntf_v3 .entry-content > .panel-layout > div:not(:first-child),
	.wntf_v3 .entry-content > .panel-layout > div:first-child {
		max-width: calc( 100% - 40px );
	}

	.wntf_v3 .entry-content > .panel-layout > div:first-child {
		max-width: 100%;
	}

	.wntf_v3 .wrap,
	.wntf_v3 .entry-content > .panel-layout > div:not(:first-child),
	.wntf_v3 .entry-content > .panel-layout > div:first-child,
	.wntf_v3 .entry-content > .panel-layout > div:first-child .panel-layout {
		padding: 0;
	}

	.wntf_v3_table_of_contents {
		padding-top: 40px;
	}

	.wntf_v3 .wntf_v3_table_of_contents .boxes {
		flex-direction: column-reverse !important;
		flex-wrap: wrap !important;
	}

	.wntf_v3 .wntf_v3_table_of_contents .boxes .panel-grid-cell {
		width: 100% !important;
	}

	.wntf_v3_table_of_contents .boxes .panel-grid-cell:first-child {
		max-width: 650px;
		margin: 0 auto !important;
	}

	.wntf_v3_table_of_contents .boxes .panel-grid-cell:last-child {
		padding-bottom: 30px !important;
		text-align: center;
	}

	.wntf_v3_project_objective_panel .widget {
		max-width: 100%;
	}

	.wntf_v3 h1 {
		font-size: 40px;
	}

	.wntf_v3_our_clients_panel .heading_panel {
		max-width: calc( 100% - 80px );
		margin: 0 auto 50px !important;
	}

	.wntf_v3_wp_maintenance_panel .heading_panel {
		padding: 40px 0;
	}

	.wntf_v3 .wntf_v3_hosting_specs {
		font-size: 16px;
	}

	.wntf_v3 .wntf_v3_hosting_specs h3 {
		font-size: 17px;
	}

	.wntf_v3_wp_maintenance_panel .heading_panel h1 {
		margin: 0 0 20px;
	}
	
	.wntf_v3_wp_maintenance_panel .heading_panel h4 {
		font-size: 23px;
	}

	.wntf_v3_thank_you_panel .wntf_v3_thanks_text .aprroval_form {
		max-width: 100%;
	}

	.wntf_v3 .aprroval_form .gform_confirmation_wrapper,
	.wntf_v3 .aprroval_form .gform_wrapper {
		max-width: calc( 100% - 80px );
	}

	.wntf_v3_thank_you_panel .wntf_v3_thanks_text::before {
		width: 140px;
	}

	.wntf_v3_thank_you_panel .wntf_v3_thanks_text {
		padding: 75px 38px 38px;
		border-radius: 30px;
	}
	
	.wntf_v3_hosting_specs h3 {
		margin-top: 10px;
	}

	.wntf_v3_hero_panel {
		min-height: 380px;
	}

	.wntf_v3_hero_panel .inner-wrap {
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 50px;
	}

	#obj_password_page_lottie {
		bottom: -25px;
	}

	.wntf_v3_process_video_panel .video_box::before {
		right: -20px;
		width: calc( 100% - 50px );
		height: calc( 100% - 10px );
	}

	.wntf_steps_panel .wntf_steps_content {
		max-width: calc( 100% - 40px );
	}

	.wntf_steps_content .dark_box {
		padding: 50px 50px 20px;
	}

	.wntf_steps_content .dark_box h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.wntf_steps_content .heading_box {
		padding-bottom: 20px;
	}

	.wntf_steps_content .dark_box::before {
		width: 76px;
		height: 101px;
		top: -65px;
		right: 25px;
	}

	.wntf_steps_content .dark_box .border_img {
		max-width: 90%;
		margin: 0 auto;
	}

	.wntf_steps_content .step_row h4 {
		font-size: 18px;
	}

	.wntf_steps_content .frog_quote h3 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 740px) {
	
	#pp_form_cont {
		margin: 50px 0;
		top: 50%;
	}
	
	#pp_form_cont h2 {
		font-size: 30px;
	}
	
	.tf_video img {
		width: auto;
	}
	
	.orange_color_headings h3 {
		font-size: 30px;
		margin: 0 0 6px;
	}
	
	.tf_animation_boxes .panel-widget-style {
		min-height: 222px;
		font-size: 24px;
		width: 371px;
		margin: 0 auto 30px;
	}
	
	.tf_development_video iframe {
		min-height: 315px;
		margin: 0 auto 15px;
	}
	
	.tf_development_video_panel_text {
		padding: 0;
	}
	
	.tf_deliverables .sow-image-container {
		margin: 0 0 30px;
	}

	.tf_approach_phase {
		padding-top: 30px !important;
	}

	.tf_ecommerce_border {
		padding-left: 0;
	}

	.tf_addon_details .panel-grid-cell:first-child {
		padding: 0 0 30px !important;
	}

	.tf_deliverables .panel-grid-cell:last-child {
		width: 100% !important;
	}

	.new_faq_panel {
		margin: 40px 0 0;
	}

	.tf_last_addon {
		padding-bottom: 20px;
	}

	.tf_frog_border::before, .tf_frog_border::after {
		width: 45%;
	}

	.wntf_v3_hero_content {
		top: 65px;
	}

	.wntf_v3_hero_panel {
		min-height: 355px;
	}

	.wntf_v3_strategy_phase_panel {
		padding-top: 180px;
	}

	.wntf_v3_design_phase_panel {
		margin-top: 180px;
		padding-bottom: 20px;
	}

	.wntf_v3_development_phase_panel {
		padding-top: 160px;
	}

	.wntf_v3 .wntf_v3_cost_summary_panel {
		margin-top: 160px;
		margin-bottom: 190px !important;
	}

	.wntf_v3 .wntf_v3_wp_maintenance_panel {
		padding: 0 30px 10px;
	}

	.wntf_v3 .wntf_v3_phase_intro,
	.wntf_v3 .wntf_v3_phase_deliverables .widget {
		max-width: calc( 100% - 40px );
	}

	.wntf_v3 .wntf_v3_hosting_specs {
		font-size: 18px;
	}

	.wntf_v3 .wntf_v3_hosting_specs br {
		display: none;
	}

	.wntf_v3 .wntf_v3_hosting_specs {
		margin-bottom: 0 !important;
	}

	.wntf_v3 .wntf_v3_hosting_specs .panel-grid-cell {
		margin-bottom: 25px !important;
	}

	.wntf_v3 .wntf_v3_hosting_specs h3 {
		font-size: 22px;
	}

	.wntf_v3_about_tinyfrog_panel {
		margin-top: 170px;
	}

	body.pp_page .content,
	#pp_form_cont {
		transform: unset;
		position: relative;
		top: 0;
	}

	#pp_form_cont form {
		border-radius: 20px;
	}

	#pp_form_cont {
		padding-top: 50px;
		margin: 0 auto;
	}

	.wntf_v3_process_video_panel {
		padding: 140px 0 40px;
	}
}

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

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
		padding: 0 0 15px 0;
	}

	#responsive-menu-icon,
	.c-hamburger {
		display: block;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
		border: none;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	
	.nav-primary {
		position: relative;
		background-color: rgba(65, 65, 65, 1);
	}
	
	.nav-primary .wrap {
		padding: 0px;
	}
	
	.genesis-nav-menu .menu-item:first-child > a {
		padding-left: inherit;
	}
	
	.genesis-nav-menu .menu-item:last-child > a {
		padding-right: inherit;
	}
	
	.panel_1 {
		min-height: 100%;
		padding-top: 90px;
		padding-bottom: 30px;
	}

	.panel_1_content a {
		margin-bottom: 20px;
	}

	.panel_1_content h1,
	.panel_1_content h2 {
		font-size: 40px;
		line-height: 40px;
	}
	
	.panel_1_content h1 {
		margin: 0 0 11px 0;
	}

	.panel_1_content h2 {
		padding: 0px;
	}
	
	.panel_1_content {
		width: 100%;
	}
	
	.panel_2_content {
		margin: 0;
	}
	
	.costsummry_details {
		width: 100%;
	}
	
	.fullwidth_bg_color_heading h2 {
		width: calc(100% - 10px);
	}
	
	/*.error404 .search-form {
		width: 530px;
	}
	
	.error404 input[type="search"] {
		width: 302px;
	}*/
	
	.closed_alert {
		width: 85%;
	}
	
	body.pp_page .content,
	#pp_form_cont {
		transform: translateY(-0%);
		position: relative;
		top: 0;
	}
	
	body.pp_page .content {
		background: none;
		background-size: 100%;
	}

	body .ds_generate_pdf_button {
		top: 30px;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 215px;
	}
	
	/*.error404 .site-inner {
		min-height: 350px;
		background-size: 250px;
		background-position-x: right;
	}
	
	.error404 .entry .entry-title {
		margin-bottom: 40px;
		font-size: 30px;
	}
	
	.error404 .entry-content h2 {
		font-size: 40px;
	}
	
	.error404 .entry-content h3 {
		font-size: 25px;
	}
	
	.error404 .entry-content h4 {
		font-size: 20px;
	}*/

	a.tf_pdf_button {
		top: 20px;
	}
	
	/* New Template
	---------------------------*/
	.tf_hosting_heading h2 {
		font-size: 36px;
	}
	
	.tf_about_tinyfrog_panel::before,
	.tf_wp_maintenance_panel::before,
	.tf_cost_summary_panel::before,
	.tf_cost_summary_panel::before,
	.tf_strategy_heading::before,
	.tf_about_panel::before,
	.water_mark_text::before {
		font-size: 40px;
	}
	
	.tf_hero {
		min-height: 100%;
		padding-top: 70px;
		padding-bottom: 30px;
	}
	
	.tf_hero_company_name {
		padding: 10px 0 0;
	}
	
	.tf_clients_logos_row .panel-grid-cell {
		width: 33.33% !important;
	}
	
	#tf_faqs .sow-accordion-open-close-button {
		display: none;
	}
	
	#tf_faqs .sow-accordion-title {
		max-width: 100%;
	}
	
	#tf_faqs .sow-accordion-panel-header {
		line-height: 23px;
	}
	
	#tf_faqs .sow-accordion-title::before {
		top: 0;
	}
	
	#pdf_msg,
	#tf_pdf_button a {
		margin: 25px auto 0;
		left: 0;
		right: 0;
		width: 170px;
	}
	
	#pdf_msg {
		width: 260px;
		text-align: center;
	}
	
	body .gform_confirmation_message h2,
	.aprroval_form .gform_wrapper h2 {
		font-size: 16px;
	}
	
	body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: normal;
		min-height: 100%;
	}
	
	.aprroval_form {
		max-width: 100%;
	}
	
	/* CSS to improve pdf layout
	-----------------------------*/
	
	.tf_strategy_cover_icon,
	.tf_design_cover_icon,
	.tf_development_cover_icon,
	#tf_pdf_button {
		display: none;
	}
	
	.tf_strategy_phase_details {
		margin: -3px 0 20px;
	}
	
	.tf_hosting_specs_row_2,
	.tf_2nd_panel h2,
	.tf_2nd_panel ul li {
		margin: 0 0 0;
	}
	
	.tf_wp_maintenance_panel {
		padding-bottom: 0;
	}
	
	.tf_hero_logo {
		padding: 0;
	}
	
	.tf_table_of_contents {
		padding: 30px 0;
	}
	
	.tf_transparent_title {
		overflow: hidden;
	}
	
	.tf_large_transparent_title {
		overflow: unset;
	}
	
	.tf_hero {
		padding-top: 30px;
	}
	
	.review-panel h3 {
		font-size: 28px;
	}
	
	.review-panel {
		font-size: 19px;
		margin-bottom: 40px;
	}

	.wntf_v3_hero_content h3 {
		margin: 0 0 2px;
	}

	.wntf_v3 h3,
	.wntf_v3_date_box h3 {
		font-size: 20px;
	}

	.wntf_v3_toc_box {
		padding: 40px 20px;
		border-radius: 30px;
	}

	.wntf_v3_hero_panel {
		min-height: 330px;
	}

	.wntf_v3 h2,
	.wntf_v3_toc_box h3,
	.wntf_v3_phase_deliverables .widget-title {
		font-size: 30px;
	}

	.wntf_v3_validity_time {
		padding: 30px 0 0;
	}

	.tf_clients_logos_last_row .panel-grid-cell:last-child {
		display: none !important;
	}

	.wntf_steps_content .dark_box {
		padding: 50px 30px 20px;
	}
}

@media (max-width: 600px) {
	.panels-animation-hide {
		animation-duration: unset !important;
		opacity: 1 !important;
	}
}

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

	.wntf_v3_hero_content {
		top: 45px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	.wntf_v3_hero_panel {
		min-height: 250px;
	}

	.wntf_v3_toc_item {
		padding: 15px 10px;
	}

	.wntf_v3_toc_item .toc_text {
		padding: 0 30px;
	}

	.wntf_v3_toc_box h3 {
		margin: 0 0 15px;
		padding: 0;
		text-align: center;
	}

	.wntf_v3 h1 {
		font-size: 30px;
	}

	.wntf_v3_strategy_heading .heading_icon {
		width: 60px;
	}

	.wntf_v3_strategy_heading h1 {
		max-width: calc( 100% - 90px );
	}

	.wntf_v3_phase_intro p {
		padding-left: 90px;
	}

	.wntf_v3_our_clients_panel .tf_clients_logos_row .panel-grid-cell {
		width: 50% !important;
	}

	.wntf_v3 .wntf_v3_cost_summary_panel {
		margin-top: 120px;
		margin-bottom: 140px !important;
	}

	.wntf_v3 .wntf_v3_website_cost {
		margin-bottom: 0 !important;
	}

	.wntf_v3_about_tinyfrog_panel .wntf_v3_strategy_heading h1 {
		max-width: calc( 100% - 70px );
	}

	.wntf_v3_about_tinyfrog_panel .wntf_v3_phase_intro p {
		padding-left: 70px;
	}

	.wntf_v3_about_tinyfrog_panel,
	.wntf_v3_design_phase_panel {
		margin-top: 140px;
	}

	.wntf_v3_development_phase_panel {
		padding-top: 140px;
	}

	.tf_clients_logos_last_row .panel-grid-cell:last-child {
		display: table !important;
	}

	#pp_form_cont form {
		padding: 40px 30px;
	}

	.wntf_v3_strategy_phase_panel::before {
		top: -1px;
	}

	#pp_form_cont form::before {
		width: 100%;
	}

	.wntf_v3_process_video_panel .heading_panel {
		padding-bottom: 30px;
	}

	.wntf_v3_our_clients_panel {
		padding: 10px 0 0;
	}

	.wntf_v3_process_video_panel .video_box::before {
		right: -20px;
		width: 100%;
		height: 100%;
		bottom: -20px;
	}

	.wntf_v3_our_clients_panel .tf_clients_logos_row {
		margin: 0 !important;
	}

	.wntf_v3_our_clients_panel .heading_panel {
		margin-bottom: 30px !important;
	}

	.wntf_steps_content .dark_box h2 {
		font-size: 30px;
	}

	.wntf_steps_content .dark_box::before {
		width: 46px;
		height: 61px;
		top: -38px;
		right: 18px;
	}

	.wntf_steps_content .dark_box {
		padding: 30px 30px 20px;
	}

	.wntf_steps_content .step_row.right .panel-grid-cell:last-child,
	.wntf_steps_content .step_row:not(.right) .panel-grid-cell:first-child {
		width: 50px !important;
	}

	.wntf_steps_content .step_row.right .panel-grid-cell:first-child,
	.wntf_steps_content .step_row:not(.right) .panel-grid-cell:last-child {
		width: calc( 100% - 70px ) !important;
	}

	.wntf_steps_panel {
		padding-bottom: 110px;
	}

	.wntf_steps_content .step_row h4 {
		font-size: 16px;
		line-height: inherit;
	}

	.wntf_steps_content .frog_quote h3 {
		line-height: inherit;
	}
}

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

	.panel_1 {
		min-height: 100%;
		padding: 72px 0 12px;
	}

	.panel_1_content {
		width: 100%;
	}
	
	.panel_1_content h1::after {
		margin: 5px 0 0 0;
	}
	
	.panel_1_content h1,
	.panel_1_content h2 {
		font-size: 27px;
		margin: 0;
		padding: 0 0 5px;
		line-height: 1;
	}

	.panel_1_content h3 {
		font-size: 18px;
	}

	.panel_1_content a {
		margin-bottom: 0;
		width: 49.7%;
	}
	
	.panel_1_content h2 {
		padding: 0px;
		margin: 0;
	}

	.panel_2 {
		background-position: left center;
	}
	
	.panel_2_content {
		left: 0;
		right: 0;
		float: none;
		margin: 0 auto;
	}
	
	.logos_row_1
 	.logos_row_2,
 	.logos_row_3,
	.logos_row_4,
	.logos_row_5 {
		margin: 0;
	}
	
	.panel_14 {
		margin: -78px 0 0 0;
	}
	
	/*.error404 input[type="search"] {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	
	.error404 input[type="submit"] {
		margin: 10px auto 0;
		float: none;
	}
	
	.error404 .entry-title {
		text-align: center;
	}

	.error404 .search-form {
		width: 100%;
		text-align: center;
	}*/
	
	.post-password-form {
		width: 100%;
	}
	
	.closed_alert {
		width: 95%;
	}
	
	.pp_input_cont input[type="password"] {
		width: 100%;
	}
	
	#pp_form_cont {
		line-height: 1.3;
	}
	
	.pp_input_cont {
		width: 100%;
	}
	
	body .ds_generate_pdf_button {
		top: 20px;
		width: 170px;
		font-size: 16px;
		padding: 5px 15px 5px 42px;
	}

	.kaleido_panel h2 {
		font-size: 32px;
	}
	
	.panel_14 {
			margin: 0;
	}
	
	/*.error404 .entry .entry-title {
		text-align: left;
	}
	
	.error404 .entry-content h3 {
		font-size: 23px;
	}
	
	.error404 .site-inner {
		padding-top: 40px;
	}*/

	a.tf_pdf_button {
		top: 14px;
		left: 0;
		right: 0;
		max-width: 180px;
		margin: 0 auto;
	}	

	/* New Template
	---------------------------*/
	.tf_hero h2 {
		line-height: 34px;
		font-size: 35px;
		margin: 10px 0 0;
	}
	
	.tf_2nd_panel {
		padding: 50px 0;
	}
	
	.tf_table_of_contents {
		width: 330px;
		margin: 0px auto;
	}
	
	.tf_strategy_phase_details h2 {
		margin-top: 20px;
	}
	
	.tf_strategy_heading h2,
	.tf_strategy_phase_details h2,
	.tf_hosting_heading h2 {
		line-height: 34px;
	}
	
	.tf_clients_logos_row .panel-grid-cell {
		width: 50% !important;
		float: left;
	}
	
	.tf_hosting_specs .panel-grid-cell {
		min-height: 220px;
	}
	
	.tf_hosting_specs_row_1 {
		margin: 27px 0 0;
	}
	
	.tf_about_tinyfrog_panel::before,
	.tf_wp_maintenance_panel::before,
	.tf_cost_summary_panel::before,
	.tf_cost_summary_panel::before,
	.tf_strategy_heading::before,
	.tf_about_panel::before,
	.water_mark_text::before {
		line-height: 40px;
		font-size: 26px;
	}
	
	#tf_faqs .sow-accordion-panel-content .sow-accordion-panel-border {
		font-size: 16px;
		line-height: 20px;
		padding: 26px 0 3px 48px;
	}
	
	img.alignleft,
	img.alignright {
		margin: 0 auto 19px;
		float: none;
		display: block;
	}
	
	.tf_development_video iframe {
		min-height: 188px;
		width: 338px;
	}

	.aprroval_form .gform_wrapper .top_label li.gfield.gf_left_half,
	.aprroval_form .gform_wrapper .top_label li.gfield.gf_right_half {
		padding-left: 0;
		padding-right: 0;
	}
	
	body .gform_confirmation_message h2,
	.aprroval_form .gform_wrapper h2 {
		line-height: 25px;
		margin: 10px 0 0;
	}
	
	.aprroval_form .gform_wrapper {
		padding: 48px 20px;
	}
	
	.tf_transparent_title h3 {
		display: none;
	}
	
	.tf_our_clients_heading {
		min-height: 80px;
	}
	
	.review-logos .panel-grid-cell,
	.review-logos .panel-grid-cell:last-child {
		margin: 0 0 20px !important;
		width: 50% !important;
	}
	
	.review-panel h3 {
		margin: 0px;
	}
	
	#pp_form_cont.error_404_text p br {
		display: none;
	}
	
	.mikel-contact-info a[href^="mailto"] {
		display: block;
	}
	
	.tf_deliverables .sow-image-container {
		margin: 0 auto 30px;
	}

	.tf_addon_details h4,
	.tf_addons a {
		word-break: break-word;
	}

	.play {
		top: 50px;
	}

	.tf_frog_border::before, .tf_frog_border::after {
		width: 42%;
	}

	.wntf_v3_hero_content {
		top: 35px;
	}

	.wntf_v3_hero_panel .inner-wrap {
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}

	.wntf_v3_hero_panel {
		min-height: 190px;
	}

	.wntf_v3_toc_item {
		font-size: 20px;
	}

	.wntf_v3_toc_item .toc_text {
		padding: 0 15px;
	}

	.wntf_v3_toc_box {
		padding: 30px 20px 20px;
		border-radius: 20px;
	}

	.wntf_v3_toc_item .toc_icon {
		width: 50px;
	}

	.wntf_v3_toc_item {
		padding: 15px 0;
	}

	.wntf_v3_phase_intro p,
	.wntf_v3_about_tinyfrog_panel .wntf_v3_phase_intro p {
		padding-left: 0;
	}

	.wntf_v3 .wntf_v3_phase_intro {
		max-width: 100%;
	}

	.wntf_v3_about_tinyfrog_panel, .wntf_v3_design_phase_panel {
		margin-top: 120px;
	}

	.wntf_v3_development_phase_panel {
		padding-top: 110px;
	}

	.wntf_v3_thank_you_panel .wntf_v3_thanks_text {
		padding: 30px 30px 12px;
		border-radius: 20px;
		margin: -320px auto 0;
	}

	.wntf_v3_thank_you_panel .widget_custom_html .approve_proposal_btn,
	.wntf_v3_thank_you_panel .widget_custom_html .aprroval_form .gform_wrapper .gform_footer input.button {
		width: 100%;
	}

	.wntf_v3_thank_you_panel .wntf_v3_thanks_text::before {
		width: 70px;
		top: 17px;
		right: 0;
	}

	.wntf_v3_thank_you_panel .wntf_v3_thanks_text h1 {
		margin: 0 0 20px;
	}

	.wntf_v3 .aprroval_form .gform_confirmation_wrapper,
	.wntf_v3 .aprroval_form .gform_wrapper,
	.wntf_v3_our_clients_panel .heading_panel {
		max-width: 100%;
	}

	.wntf_v3 .aprroval_form .gform_wrapper {
		padding: 48px 20px 30px;
	}

	.wntf_v3_thank_you_panel .siteorigin-panels-stretch .sow-image-container img {
		height: 380px !important;
	}

	.wntf_v3_strategy_phase_panel {
		padding-top: 120px;
	}

	.page-template-page_tinyfrog_v3 .to-top {
		width: 50px;
		height: 50px;
		background-size: 100%;
		bottom: 20px;
	}

	.wntf_v3_thank_you_panel .contact_details {
		padding-bottom: 80px;
	}

	.wntf_v3 h2, .wntf_v3_toc_box h3, .wntf_v3_phase_deliverables .widget-title {
		font-size: 24px;
	}

	.v3_line_lottie span {
		bottom: -20px;
	}

	.wntf_v3 .wntf_v3_cost_summary_panel {
		margin-bottom: 110px !important;
		margin-top: 90px;
	}

	.wntf_v3_thank_you_panel .widget_custom_html .gform_confirmation_message h2,
	.wntf_v3_thank_you_panel .widget_custom_html .aprroval_form .gform_wrapper h2 {
		font-size: 18px;
	}

	.wntf_v3_thank_you_panel .widget_custom_html .aprroval_form .gform_wrapper h2 {
		padding-bottom: 0;
	}

	#pp_form_cont form::before {
		display: none;
	}

	.pp_input_cont input[type="submit"] {
		width: 100%;
		margin-top: 20px;
		position: relative;
	}

	.pp_input_cont input[type="submit"],
	.pp_input_cont input[type="password"] {
		border-radius: 4px;
	}

	#pp_form_cont {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	#pp_form_cont h2 {
		font-size: 25px;
	}

	#pp_form_cont form {
		padding: 25px 20px 30px;
		border-radius: 15px;
	}

	#pp_form_cont.error_404_text {
		line-height: 30px;
		font-size: 20px;
	}
}

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

	.fullwidth_bg_color_heading h2,
	.heading_bg_color h2 {
			font-size: 22px;
	}

	.panel_1_content h3 {
		font-size: 18px;
	}
	
	#pp_form_cont {
		font-size: 20px;
	}
	
	#pp_form_cont h2 {
		font-size: 27px;
	}
	
	.panel_14::before {
		width: 250px;
		height: 75px;
		top: -40px;
	}
	
	/* New Template
	---------------------------*/
	.tf_about_tinyfrog_panel::before,
	.tf_wp_maintenance_panel::before,
	.tf_cost_summary_panel::before,
	.tf_cost_summary_panel::before,
	.tf_strategy_heading::before,
	.tf_about_panel::before,
	.water_mark_text::before {
		line-height: 20px;
		font-size: 19px;
	}
	
	.tf_addon_details {
		max-width: 100%;
		padding: 40px 0 0;
	}
}