/*
Theme Name: Speakt
Theme URI: https://eartboard.com
Description: This theme created for Speakt.com
Author: eArtboard
Author URI: https://eartboard.com
Template: genesis
Version: 1.0.1
Template Version: 2.2.6
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:transparent none repeat scroll 0 0;color:#333;font-weight:600;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #e5e5e5;margin:0 2px 20px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.invoice-box:before,
.invoice-section:before,
.myaccount_avatar:before,
.myaccount_links:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.invoice-box:after,
.invoice-section:after,
.myaccount_avatar:after,
.myaccount_links:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #ff9600;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 20px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

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;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #777;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 14px;
	width: 100%;
	border-radius: 5px;
}

.select2-container .select2-choice {
    background-color: #fafafa;
	border:1px solid #ddd;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
	box-shadow: 0 2px 10px 0px rgba(44, 62, 80, 0.1);
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button__link {
	background: #ff9600;
	background: -webkit-linear-gradient(to right, #ff5100, #ff9600);
	background: linear-gradient(to right, #ff5100, #ff9600);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px 40px;
	width: auto;
	border-radius: 40px;
	border: none;
}

.button-light,
.btn-secondary a {
	background: #0070cc;
	background: -webkit-linear-gradient(to right, #0070cc, #00afcc);
	background: linear-gradient(to right, #0070cc, #00afcc);
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.button-light:hover,
.button-light:focus  {
	opacity: .8;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #ff9600;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

/*
.button {
	display: inline-block;
}
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.cta-link,
.translation-industries a {
	position: relative;
	display: inline-block;
}

.cta-link::after,
.translation-industries a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	padding-left: 10px;
	font-weight: 900;
	position: absolute;
	transition: all .2s ease-in;
	opacity: .6;
}

.cta-link:hover:after,
.translation-industries a:hover:after {
  transform: translate(5px,0);
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.halfwidth .site-inner,
.blog .site-inner,
.single-post .site-inner,
.archive .site-inner,
.page-id-22 .site-inner,
.page-id-24 .site-inner,
.page-id-495 .site-inner,
.page-id-502 .site-inner,
.page-id-540 .site-inner,
.page-id-3691 .site-inner,
.page-id-724 .site-inner,
.narrow .site-inner {
	max-width: 800px;
}

.page-id-8.logged-in .site-inner {
	max-width: 1200px;
}

.entry-header-wrapper {
	margin: 0 auto;
	padding: 160px 20px 100px;
	background: linear-gradient(to right, #0070cc, #00afcc);
	position: relative;
}

.entry-header {
	z-index: 1;
	position: relative;
}

.entry-header-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
	background: url(images/curved-bg.svg) bottom -1px center no-repeat;
	background-size: 125%;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.blog .site-inner,
.single-post .site-inner,
.single-job .site-inner,
.featured-page .site-inner {
	padding-top: 140px;
}

.featured-page.full-heading .site-inner {
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Clear fix & seperator line
--------------------------------------------- */

.clear-line:after {
  content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear-line {
	display: inline-block;
	width: 100%;
}

html[xmlns] .clear-line {
	display: block;
}

* html .clear-line {
	height: 1%;
}

.space {
    height: 1px;
    margin: 30px 0;
	background-color:#e5e5e5;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	border-radius: 30px;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 40px;
	margin-top: 120px;
	box-shadow: 0 5px 30px 0px rgba(44, 62, 80, 0.1);
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.post .entry-title {
	font-size: 30px;
	font-size: 3rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #ff9600;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #000;
	font-weight: 400;
}

.entry-header-wrapper .entry-title {
	text-align: center;
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* Balloon CSS
--------------------------------------------- */

:root {
  --balloon-color: rgba(16, 16, 16, 0.95);
  --balloon-font-size: 12px;
  --balloon-move: 4px; }

button[aria-label][data-balloon-pos] {
  overflow: visible; }

[aria-label][data-balloon-pos] {
  position: relative;
  cursor: pointer; }
  [aria-label][data-balloon-pos]:after {
    opacity: 0;
    pointer-events: none;
    transition: all .18s ease-out .18s;
    text-indent: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
    font-size: var(--balloon-font-size);
    background: var(--balloon-color);
    border-radius: 2px;
    color: #fff;
    content: attr(aria-label);
    padding: .5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10; }
  [aria-label][data-balloon-pos]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: var(--balloon-color);
    opacity: 0;
    pointer-events: none;
    transition: all .18s ease-out .18s;
    content: "";
    position: absolute;
    z-index: 10; }
  [aria-label][data-balloon-pos]:hover:before, [aria-label][data-balloon-pos]:hover:after, [aria-label][data-balloon-pos][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-visible]:after, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
    opacity: 1;
    pointer-events: none; }
  [aria-label][data-balloon-pos].font-awesome:after {
    font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }
  [aria-label][data-balloon-pos][data-balloon-break]:after {
    white-space: pre; }
  [aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
    white-space: pre-line;
    word-break: break-word; }
  [aria-label][data-balloon-pos][data-balloon-blunt]:before, [aria-label][data-balloon-pos][data-balloon-blunt]:after {
    transition: none; }
  [aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 10px;
    transform: translate(-50%, var(--balloon-move));
    transform-origin: top; }
  [aria-label][data-balloon-pos][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, var(--balloon-move));
    transform-origin: top; }
  [aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after {
    transform: translate(-50%, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before {
    transform: translate(-50%, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="up-left"]:after {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
    transform: translate(0, var(--balloon-move));
    transform-origin: top; }
  [aria-label][data-balloon-pos][data-balloon-pos="up-left"]:before {
    bottom: 100%;
    left: 5px;
    transform: translate(0, var(--balloon-move));
    transform-origin: top; }
  [aria-label][data-balloon-pos][data-balloon-pos="up-left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up-left"][data-balloon-visible]:after {
    transform: translate(0, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="up-left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up-left"][data-balloon-visible]:before {
    transform: translate(0, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="up-right"]:after {
    bottom: 100%;
    right: 0;
    margin-bottom: 10px;
    transform: translate(0, var(--balloon-move));
    transform-origin: top; }
  [aria-label][data-balloon-pos][data-balloon-pos="up-right"]:before {
    bottom: 100%;
    right: 5px;
    transform: translate(0, var(--balloon-move));
    transform-origin: top; }
  [aria-label][data-balloon-pos][data-balloon-pos="up-right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up-right"][data-balloon-visible]:after {
    transform: translate(0, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="up-right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up-right"][data-balloon-visible]:before {
    transform: translate(0, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="down"]:after {
    left: 50%;
    margin-top: 10px;
    top: 100%;
    transform: translate(-50%, calc(var(--balloon-move) * -1)); }
  [aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: var(--balloon-color);
    left: 50%;
    top: 100%;
    transform: translate(-50%, calc(var(--balloon-move) * -1)); }
  [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
    transform: translate(-50%, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
    transform: translate(-50%, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="down-left"]:after {
    left: 0;
    margin-top: 10px;
    top: 100%;
    transform: translate(0, calc(var(--balloon-move) * -1)); }
  [aria-label][data-balloon-pos][data-balloon-pos="down-left"]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: var(--balloon-color);
    left: 5px;
    top: 100%;
    transform: translate(0, calc(var(--balloon-move) * -1)); }
  [aria-label][data-balloon-pos][data-balloon-pos="down-left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down-left"][data-balloon-visible]:after {
    transform: translate(0, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="down-left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down-left"][data-balloon-visible]:before {
    transform: translate(0, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="down-right"]:after {
    right: 0;
    margin-top: 10px;
    top: 100%;
    transform: translate(0, calc(var(--balloon-move) * -1)); }
  [aria-label][data-balloon-pos][data-balloon-pos="down-right"]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: var(--balloon-color);
    right: 5px;
    top: 100%;
    transform: translate(0, calc(var(--balloon-move) * -1)); }
  [aria-label][data-balloon-pos][data-balloon-pos="down-right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down-right"][data-balloon-visible]:after {
    transform: translate(0, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="down-right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down-right"][data-balloon-visible]:before {
    transform: translate(0, 0); }
  [aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
    margin-right: 10px;
    right: 100%;
    top: 50%;
    transform: translate(var(--balloon-move), -50%); }
  [aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: var(--balloon-color);
    right: 100%;
    top: 50%;
    transform: translate(var(--balloon-move), -50%); }
  [aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after {
    transform: translate(0, -50%); }
  [aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before {
    transform: translate(0, -50%); }
  [aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
    left: 100%;
    margin-left: 10px;
    top: 50%;
    transform: translate(calc(var(--balloon-move) * -1), -50%); }
  [aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: var(--balloon-color);
    left: 100%;
    top: 50%;
    transform: translate(calc(var(--balloon-move) * -1), -50%); }
  [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after {
    transform: translate(0, -50%); }
  [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
    transform: translate(0, -50%); }
  [aria-label][data-balloon-pos][data-balloon-length="small"]:after {
    white-space: normal;
    width: 80px; }
  [aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
    white-space: normal;
    width: 150px; }
  [aria-label][data-balloon-pos][data-balloon-length="large"]:after {
    white-space: normal;
    width: 260px; }
  [aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
    white-space: normal;
    width: 380px; }
    @media screen and (max-width: 768px) {
      [aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
        white-space: normal;
        width: 90vw; } }
  [aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
    white-space: normal;
    width: 100%; }


/* Tooltip
--------------------------------------------- */

.tooltip {
	margin-left: 5px;
	color: #ccc;
}

[aria-label][data-balloon-pos]::after {
	white-space: normal;
	width: 100%;
	min-width: 200px;
	text-align: center;
}

/* Coockie Notice
--------------------------------------------- */

.cn-button {
  padding: 6px 20px;
  font-size: 14px;
}

/* Yoast SEO
--------------------------------------------- */

#breadcrumbs {
	font-size: 14px;
	color: #999;
}

#breadcrumbs i {
	font-size: 12px;
	opacity: .4;
	margin: 0 2px;
}

/* ## Gravity Forms
--------------------------------------------- */

/* gform placeholders*/
::-webkit-input-placeholder { color:#999; }
:-moz-placeholder { opacity: 1; color:#999; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#999; } /* firefox 19+ */
:-ms-input-placeholder { color:#999; } /* ie */
input:-moz-placeholder { color:#999; }

.gform_wrapper.gf_browser_chrome select {
    padding: 10px 0 10px 3px;
}

body .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
	background-color: #0070cc;
	background-image: none;
	color: #fff;
	box-shadow: none;
	border: none;
	padding: 8px 30px 8px 10px;
	line-height: 16px;
	border-radius: 30px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 8px;
	right: 8px;
	background: none;
	font-size: 14px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-weight: 900;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 0.6em 0.3em;
}

.gform_wrapper .chosen-search input {
	padding: 5px 4px !important;
}

.ginput_container {
    margin-top: 8px !important;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.gform_wrapper .chosen-container-single .chosen-single {
    height: 40px !important;
}

.gform_wrapper .chosen-container-single .chosen-single {
	line-height: 38px;
}

.gform_wrapper .chosen-container-single .chosen-single div {
	top: 8px;
}

.gform_wrapper .chosen-container .chosen-drop {
	background: #fafafa;
}

.gform_wrapper .chosen-container-active .chosen-choices,
.gform_wrapper .chosen-container-active .chosen-single {
    border: 1px solid #999 !important;
    box-shadow: none !important;
}

.gform_wrapper .chosen-container .chosen-results li {
    font-size: 16px;
}

.gform_wrapper .chosen-container-multi .chosen-choices,
.gform_wrapper .chosen-container-single .chosen-single {
	background: #fff !important;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    color: #0070cc;
    font-weight: 700;
}

.ui-datepicker-title select {
	padding:0;
	width: inherit;
}

.gform_wrapper select option {
    padding: 0.125em 0.5em;
}

.gform_wrapper.gf_browser_gecko select {
	padding: 0.4em 0.5em;
}

.content .gform_wrapper .gform_footer {
    text-align: right;
}

.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    width: 32%;
}

.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"] {
    padding: 0.6em 0.3em;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium,
.gform_wrapper .top_label li.gfield.gf_left_half textarea,
.gform_wrapper .top_label li.gfield.gf_right_half textarea,
.gform_wrapper textarea.medium {
    width: 100%;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield_html {
	max-width:100%;
}

.gform_wrapper textarea {
    font-size: 16px;
    line-height: 1.4;
    padding: 0.25em 0.5em;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0;
}

.gftip-question-circle::before {
    color: #ccc;
    font-size: 1.1em;
}

.gfield_description {
  color: #999;
	width:100% !important;
	font-size: 1.4rem !important;
}

.gsection_description {
	margin-top: 10px;
	margin-bottom: 5px !important;
	color: #999;
}

body .ginput_container_fileupload .button {
	padding: 0.618em 1em;
	background: #0070cc;
	color: #fff;
	border-radius: 30px;
}

body .ginput_container_fileupload .button:hover {
	background: #0070cc;
	color: #fff;
	opacity: .9;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
}

body .gform_wrapper li.gfield.field_description_below + li.gsection {
	margin-top: 60px !important;
	margin-bottom: 10px !important;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
	font-size: 1em;
	color: #0070cc;
}

body .gform_wrapper select.medium.gfield_select + div.chosen-container-multi[style], body .gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] {
	width: 100% !important;
	border-radius: 5px;
}

/* ## Translation form */

#field_1_30 {
	display: none;
	font-size: 2rem;
}

#field_7_2 {
	font-size: 2rem;
}

#field_1_31 {
	overflow: hidden;
}

#gform_wrapper_1 textarea.medium {
	height: 108px;
}

.gform_wrapper textarea {
	resize: vertical;
}

#field_1_36 {
	padding: 0;
}

#input_1_36 input {
	display: none;
}

#input_1_36 input + label {
	background-color: #e5e5e5;
	padding: 15px;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	text-align: center;
	font-size: 16px;
}

#input_1_36 {
	width: 100%;
}

#input_1_36 label:hover {
	color: #0070cc;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
	color: #0070cc;
	font-weight: 400;
	background-color: #fff !important;
}

#input_1_36 li {
	margin: 0;
}

.gchoice_1_36_0 label {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.gchoice_1_36_1 label {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

#file-words {
	margin-right: 10px;
}

#gfield_description_1_4 {
	padding-right: 0;
}

#gfield_description_1_4 .file-requirements {
	float: right;
}

@media only screen and (max-width: 640px) {
	.gchoice_1_36_0 label {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.gchoice_1_36_1 label {
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

.certified-translation,
.docs-count,
.price-per-doc {
	margin-right: 40px;
	display: inline-block;
	float: left;
}

.words-count::before,
.payment-price::before,
.info-icon::before,
.certified-translation::before,
.docs-count::before,
.price-per-doc::before {
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 20px;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  display: inline-block;
	font-weight: 900;
}

.words-count::before,
.payment-price::before,
.certified-translation::before,
.docs-count::before,
.price-per-doc::before {
  border: 1px solid #0070cc;
  color: #0070cc;
}

.words-count::before,
.payment-price::before {
  content: "\f00c";
}

.certified-translation::before {
  content: "\f0a3";
}

.docs-count::before {
	content: "\f15c";
	font-weight: 400;
}

.price-per-doc::before {
  content: "\f153";
}

.info-icon::before {
	content: "\f129";
	border: 1px solid #0070cc;
	color: #0070cc;
	font-weight: 900;
}

.gf_right_half {
    margin-right: 0 !important;
}

.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 32%;
	margin-right:2%;
}

.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 32%;
	margin-right:0 !important;
}

.form-heading {
    background-color: transparent !important;
    border: medium none !important;
    padding: 0 !important;
}

.form-heading h2 {
    font-size: 24px;
}

.docs-support {
    color: #ccc;
    cursor: pointer;
    font-size: 1.2em;
    padding: 0 5px;
}

#field_1_6 .gfield_checkbox {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	height: 108px;
	overflow-y: scroll !important;
	padding: 12px 20px !important;
	max-width: 550px;
}

#field_1_6 ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

#field_1_23 {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 350px;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
	width:50px;
}

.or-wrap {
    background-color: #ff9600;
    border-radius: 50%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
	font-size: 18px;
	font-size: 1.8rem;
	box-shadow: 0 0 5px #999;
}

.disabled-economy {
	margin-bottom: 20px;
	color: red;
	display: none;
}

#field_1_5 {
	padding: 59px 20px;
}

#field_1_6 ::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.4);
}

.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_2col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    margin: 0;
    min-height: 1.5em;
}

.single-product .content .entry .gform_wrapper {
    margin: 0;
    max-width: 100%;
}

.single-product .content .entry .gform_wrapper ul li.gfield {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 15px;
	box-shadow: 0 5px 30px 0px rgba(44, 62, 80, 0.1);
}

.single-product .content .entry .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	margin-bottom: 0;
	padding: 20px 40px;
}

body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	background: #fff;
}

.single-product .content .entry .gform_button {
	background: #ff9600;
	background: -webkit-linear-gradient(to right, #ff5100, #ff9600);
	background: linear-gradient(to right, #ff5100, #ff9600);
	color: #fff;
	padding: 16px 40px;
	float: right !important;
	width: 100%;
	border-radius: 30px;
}

.single-product .content .entry .gform_button:hover {
    background-color: #d87f00;
}

#estimate_date,
.cost_per_word {
	color:#999;
}

.features-box {
  border: 1px solid #e5e5e5;
  padding: 20px;
	border-radius: 5px;
	min-height: 280px;
	color: #777;
}

.features-box p {
    margin-bottom: 10px;
}

.features-box ul {
    margin-bottom: 20px;
}

.gform_wrapper .features-box li::before {
    content: "-" !important;
    padding-right: 5px !important;
		color: #999;
}

.features-box li {
    margin-left: 15px !important;
}

/*
.type-price {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 5px;
}
*/

.gform_button_select_files {
    float: none !important;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}

.gform_wrapper span.ginput_total,
#field_1_17 .fa-clock,
#estimate_date,
.cost_per_word {
    font-size: 25px;
	font-size: 2.5rem;
}

.gform_wrapper span.ginput_total {
	color:#0070cc;
}

#field_1_17 .fa-clock {
    color: #0070cc;
    margin-right: 10px;
}

#field_1_9 label {
    font-size: 18px;
	font-size: 1.8rem;
}

.gfield_price {
    margin-top: 0 !important;
}

.ginput_container_total {
    margin-top: 0 !important;
}

.translation-help a {
	color: #ccc;
	display: inline-block;
}

.translation-help a:before {
	font-family: "Font Awesome 5 Free";
	font-size: 22px;
	font-size: 2.2rem;
	margin-right: 20px;
	vertical-align: middle;
	min-width: 30px;
	text-align: center;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	display: inline-block;
	color: #ccc;
}

.translation-help .video-guide:before {
	content: "\f144";
}

.translation-help .step-guide:before {
	content: "\f03a";
}

.translation-help .contact-us:before {
	content: "\f1fa";
}

.translation-help a:hover,
.translation-help a:hover:before {
	color: #ff9600;
}

.container .tab-content > div {
   /* display: none; */
   padding-top: 40px;
}

.container #tab1,
.container #tab2 {
   display: none;
}

.container label {
  border-radius: 5px;
  display: none; /* inline-block; */
  font-weight: 700;
  padding: 10px 25px;
  text-align: center;
  background-color: #ebe9eb;
  margin: 0 10px 10px 0;
}

.container label:hover {
   cursor: pointer;
}

.container input:checked + label {
   background: #0070cc;
   color: #fff;
}

.container #tab1:checked ~ .tab-content #content1,
.container #tab2:checked ~ .tab-content #content2 {
 display: block;
}

#field_1_32 {
	padding: 0;
	box-shadow: none;
	margin-bottom: 0;
}

#field_1_32 ul {
	margin: 0 !important;
}

#field_1_32 li {
	font-size: 14px;
	opacity: .8;
	margin-bottom: 0;
	list-style-type: none !important;
}

#field_1_32 li i {
	color: #ccc;
	margin-right: 5px;
}

#field_1_39,
#field_1_40 {
	text-align: center;
}

.gfield_html .button-light {
	color: #fff;
}

/* Contact form */

#gform_3 .info-icon {
	float: left;
}

#field_3_15 {
	margin: 30px 0 10px;
	border: 2px dashed #ccc;
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
}

#gform_submit_button_3 {
	width: 100%;
}

/* ## URL Generator */

#field_4_25 {
    background-color: #f2f2f2;
    border-radius: 5px;
    font-size: 18px;
    margin: 60px 0 0;
    padding: 40px;
	word-wrap: break-word;
}

.page-id-495 .gform_confirmation_wrapper td {
    border-top: none;
    padding: 5px;
}

/* ## URL Generator */

.feedback_wrapper h2,
.feedback_wrapper .gform_footer {
    text-align: center !important;
}

/* ## Newsletter form */

#gform_widget-2 .gform_wrapper ul li.gfield {
    margin-bottom: 10px;
    margin-top: 0 !important;
    padding-right: 0 !important;
}

.footer-widgets .gform_wrapper .button {
    float: none;
}

.footer-widgets .gform_wrapper .top_label input.medium,
.footer-widgets .gform_wrapper .top_label select.medium {
    width: 100%;
}

.footer-widgets .gform_body {
    display: inline-block;
    float: left;
    width: 80% !important;
}

.footer-widgets .gform_wrapper .gform_footer{
    display: inline-block;
    width: 20%;
	padding:0;
	margin: 0;
}

.footer-widgets .gform_wrapper input[type="email"] {
    border: none;
    border-radius: 6px 0 0 6px;
    padding: 0.9em 0 0.9em 0.5em;
	height: 3em;
	margin:0;
}

.footer-widgets .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}

.footer-widgets .gform_wrapper .gform_footer input[type="submit"] {
  border: none;
  border-radius: 0 6px 6px 0;
  font-family: "Font Awesome 5 Free";
  padding: 1em 1.6em;
	height: 3em;
	font-weight: 900;
}

#gform_widget-2 .ginput_container {
    margin-top: 0 !important;
}

@media only screen and (max-width: 641px) {

	.footer-widgets .gform_wrapper .gform_footer input[type="submit"] {
		padding: 0;
	}
}

/* ## Signup form */

#field_8_12,
#field_8_13 {
	width: 41%;
}

#field_8_49 {
	width: 14%;
	vertical-align: bottom;
}

.add-pair::before {
	content: "\f055";
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
	font-weight: 900;
}

.add-pair {
	padding: 8px 15px;
	display: inline-block;
}

#language-pairs table {
	margin-top: 20px;
}

.pair-text span {
	background-color: #0070cc;
	color: #fff;
	padding: 6px 10px;
	border-radius: 5px;
}

.gform_wrapper .signup .gform_page_footer {
	text-align: right;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
	background-color: #ccc;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
	background-color: #aaa;
}

.gform_wrapper .gfield_password_strength {
	border: none !important;
	border-radius: 5px;
	padding: 6px;
}

/* Payment form */

#gform_7 {
	max-width: 800px;
	margin: 0 auto;
}

.payment-details table {
	margin-bottom: 0;
}

.payment-details td,
.payment-details tbody {
	border: none;
}

.payment-details td {
	padding: 6px 10px !important;
}

.payment-details tr:nth-child(odd) {
	background-color: #f2f2f2;
}

/* ## Woocommerce
--------------------------------------------- */

p.demo_store {
    background-color: #0070cc;
}

.woocommerce-demo-store {
    margin-top: 3.6em;
}

.woocommerce form .form-row .required {
    color: #790000;
	font-weight: 400;
    text-decoration: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100%;
	float: left;
}

.woocommerce div.product {
    margin-bottom: 40px;
}

.woocommerce td.product-name dl.variation dt {
    margin-right: 20px;
    width: 40%;
}

.woocommerce td.product-name dl.variation dd {
    margin-left: 0;
}

.woocommerce-page .entry-content ol li,
.woocommerce-page .entry-content ul li {
	list-style-type: none;
}

.woocommerce div.product form.cart div.quantity {
    display: none;
}

.wc-tabs {
    display: none;
}

.entry-content .cart_item ul {
	margin: 0;
}

/*
#tab-description {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
*/

/* Cart
--------------------------------------------- */

.woocommerce-cart thead,
.woocommerce-checkout thead {
    background-color: #e5e5e5;
    color: #515151;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-price,
.woocommerce-checkout .woocommerce-message
/*.woocommerce-checkout .product-quantity */ {
	display:none !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #ff9600;
	background: -webkit-linear-gradient(to right, #ff5100, #ff9600);
	background: linear-gradient(to right, #ff5100, #ff9600);
	padding: 16px 40px;
	border-radius: 30px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #d87f00;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 8px 5px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 130px;
}

.woocommerce-cart td.product-name dl.variation dt {
    width: 30%;
}

.cart_item .bulleted {
	display: inline-block;
}

.add-more-translations:before {
  color: #fff;
	content:"\f055";
	font-family:"Font Awesome 5 Free";
	top: 0.13em;
  display: inline-block;
  left: 0.8em;
  position: absolute;
	font-size:2em;
	font-weight: 900;
}

.add-more-translations {
	padding: 1em 2em 1em 5em !important;
	margin-bottom: 2.618em;
	color: #fff;
	clear: both;
	background-color: #0070cc;
	border-radius: 5px;
    position: relative;
    width: auto;
    word-wrap: break-word;
}

.cart_totals .tax-total {
	display: none;
}

/* Checkout
--------------------------------------------- */

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	background-color: #0070cc;
	color: #fff;
	border-top: none;
	border-radius: 5px;
	padding: 1em 2em 1em 5em !important;
	margin-left: 0;
}

.woocommerce .woocommerce-info::before {
    color: #fff;
	content:"\f05a";
	font-family:"Font Awesome 5 Free";
	top: 0.13em;
    left: 0.8em;
	font-size:2em;
	font-weight: 900;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
	margin-bottom: 30px;
}

.woocommerce-checkout .col2-set {
  float: left;
  margin-right: 4.34783%;
  width: 47.8261%;
}

.full-width-content #order_review,
.full-width-content #order_review_heading,
.full-width-content #wc_checkout_add_ons {
    float: right;
    margin-right: 0;
    width: 47.8261%;
}

.woocommerce-order-pay #order_review,
.woocommerce-order-pay #order_review_heading,
.woocommerce-order-pay #wc_checkout_add_ons {
    width: 100%;
}

#billing_heading_field span {
    font-size: 1.6rem;
    color: #999;
}

.payment_methods li {
    list-style-type: none !important;
}

.woocommerce-checkout button.button,
.woocommerce-checkout input.button {
    padding: 16px 40px;
	width: 100%;
}

.woocommerce-checkout input.button.alt {
    margin-top: 20px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
		border: 1px solid #ddd;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 8px 8px 8px 20px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}

#add_payment_method #payment,
.woocommerce-checkout #payment {
    background: #f2f2f2 none repeat scroll 0 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-color: transparent transparent #fff;
}

#billing_heading_field {
    margin-top: 30px;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    margin-bottom: 0.2em;
}

#order_comments_field {
    width: 100%;
}

.woocommerce-checkout .optional,
.payment_method_paypal img {
	display: none;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	line-height: normal;
}

/* My Account
--------------------------------------------- */

.woocommerce form.login, .woocommerce form.register {
	min-height: 460px;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation {
		float: left;
		margin-right: 4.34783%;
		width: 21.7391% !important;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 72%;
	}

}

.woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
}

.entry-content .woocommerce-MyAccount-navigation ul {
	margin-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    list-style: outside none none;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 0.875em 0;
}

.woocommerce-MyAccount-navigation ul li a::before {
    content: "";
    display: inline-block;
    float: right;
    font-family: "Font Awesome 5 Free";
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 900;
    line-height: 1.618;
    margin-left: 0.540791em;
    opacity: 0.25;
    text-align: right;
    text-rendering: auto;
    width: 1.41575em;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f015";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f021";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--jobs a:before {
    content: "\f1ab";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--preferred-translators a:before {
    content: "\f004";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--vat-number a:before {
    content: "\f2bb";
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 8px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: #ff9600;
}

.woocommerce-MyAccount-navigation ul li.is-active a::before,
.woocommerce-MyAccount-navigation ul li a:hover::before {
    opacity: 1;
}

.shop_table .enabled-notify i {
	color: #ffba00;
}

.woocommerce #customer_login input.button {
	color: #fff;
	background-color: #ff9600;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button {
	margin-right: 5px;
}

.wc-social-login {
	text-align: center;
}

.or-login {
	background-color: #e5e5e5;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
}

.register .or-login {
	margin-top: 32px;
}

.button-social-login,
a.button-social-login,
input.button-social-login,
button.button-social-login,
.widget-area .widget a.button-social-login {
	margin: 6px !important;
}

.button-social-login .si,
a.button-social-login .si,
input.button-social-login .si,
button.button-social-login .si,
.widget-area .widget a.button-social-login .si,
.social-badge .si {
	background-color: transparent !important;
	color: #fff;
	background-image: none;
}

.button-social-login .si::before,
a.button-social-login .si::before,
input.button-social-login .si::before,
button.button-social-login .si::before,
.widget-area .widget a.button-social-login .si::before,
.social-badge .si::before {
	font-family: "Font Awesome 5 Brands";
}

.si-facebook::before {
	content: "\f39e";
}

.si-google::before {
	content: "\f1a0";
}

.preffered-translators-note {
	margin-top: 40px;
	color: #999;
	font-size: 14px;
}

/* Dashboard */

.myaccount_avatar {
	margin-bottom: 80px;
}

.myaccount_avatar img {
	border-radius: 50%;
	margin-right: 40px;
}

.myaccount_avatar .customer_name {
	font-size: 30px;
	color: #ccc;
	margin: 10px 0 10px;
}

.myaccount_links a {
	background-color: #0070cc;
	width: 100%;
	display: inline-block;
	height: auto;
	text-align: center;
	border-radius: 15px;
	min-height: 180px;
	margin-bottom: 20px;
}

.myaccount_links a:hover {
	opacity: 0.9;
}

.myaccount_links i {
	font-size: 34px;
	color: #fff;
	margin: 40px 0;
}

.myaccount_links h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 22px;
}

.myaccount_links .cart_count {
	margin-left: 10px;
	background-color: #fff;
	color: #ff9600;
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	border-radius: 50%;
	vertical-align: middle;
	font-size: 18px;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 5px 30px 0px rgba(44, 62, 80, 0.1);
	position: fixed;
	width: 100%;
	z-index: 99;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 30px 0;
	width: 200px;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}
/*
.home .site-title > a,
.page-template-translators-page .site-title > a {
	background: url(images/speakt-logo-white.svg) no-repeat;
}
*/
.site-title > a {
	background: url(images/speakt-logo.svg) no-repeat left;
	float: left;
	min-height: 40px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 900px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 40px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #ff9600;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.cart-number {
	background-color: #ff9600;
	color: #fff;
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 20px;
	text-align: center;
	line-height: 18px;
	margin-left: 3px;
	vertical-align: top;
}

.nav-primary {
	float: right;
}

.nav-primary .genesis-nav-menu a {
	color: #333;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #000;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #ff9600;
}

.highlight a span {
	background-color: #0070cc;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 20px;
}

.nav-primary > ul > li .wpml-ls-display::before {
	content: "\f0ac";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}

.nav-primary > ul > li > ul > li .wpml-ls-display::before {
	content: none;
}

/* ## Sticky navigation
--------------------------------------------- */

@media only screen and (min-width: 800px) {

	.sticky .title-area {
		padding: 20px 0;
	}

	.sticky .genesis-nav-menu a {
		padding: 30px 20px;
	}

	.sticky .genesis-nav-menu .sub-menu a {
		padding: 20px;
	}
}

/* ## Languages selector
--------------------------------------------- */

.wpml-ls-item a,
.sticky .wpml-ls-item a {
    padding-left: 15px;
    padding-right: 0;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	margin-bottom: 40px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 5px 50px 0px rgba(44, 62, 80, 0.1);
}

.nav-secondary a {
    position: relative;
}

.nav-secondary .current-menu-item a:before {
    border-left: 14px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f7f7f7;
    content: "";
    left: 50%;
    margin-left: -13px;
    margin-top: -1px;
    position: absolute;
    top: 0;
    width: 0;
}

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 5%;
	border-radius: 5px;
}

.content .entry {
	background-color: #fff;
	box-shadow: 0 5px 50px 0px rgba(44, 62, 80, 0.1);
}

.pro-translation .entry,
.featured-page .entry,
.single-invoice .entry,
.single-product .content .product {
	padding: 0;
	box-shadow: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.featured-image-wrap,
.singular-featured-image {
	margin: -5.5% -5.5% 5%;
}

.featured-image-wrap img,
.singular-featured-image img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.blog .entry-header .post-image,
.archive .entry-header .post-image {
    margin-bottom: 20px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	color: #999;
  font-weight: 300;
	margin-bottom: 30px;
}

p.entry-meta a {
    color: #999;
}

p.entry-meta a:hover {
    color: #333;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: inline-block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-comments-link::before,
.entry-time::before,
.entry-categories::before,
.entry-author::before {
	font-family: "Font Awesome 5 Free";
	margin-right:3px;
}

.entry-comments-link::before {
	content: "\f086";
}

.entry-time::before {
	content: "\f017";
}

.entry-categories::before {
	content: "\f02e";
}

.entry-author::before {
	content: "\f007";
}

.entry-time, .entry-categories, .entry-author {
	margin-right:10px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

.fa-certificate {
	color: #c00000;
}

/* ## Homepage
--------------------------------------------- */

.home .content .entry {
	background-color: transparent;
}

.home .site-container {
	background: url(images/professional-translation-services.svg) no-repeat right top/50%;
}

.home-cta {
	max-width: 600px;
	margin: 0;
}

.home-cta .wp-block-button {
	display: inline-block;
	margin-right: 20px;
}

.clients-logos .wp-block-image {
	text-align: center;
}

.clients-logos .wp-block-image img {
	width: 80%;
	height: 80px;
}

.clients-logos .cta-link {
	font-size: 14px;
	color: #999;
}

.clients-logos .cta-link:hover {
	color: #ff9600;
}

.entry-content ul.testimonials-list {
	margin: 0;
}

.entry-content .testimonials-list > li {
	list-style-type: none;
}

.testimonials-list blockquote {
	font-style: normal;
}

.gts-company {
	color: #666;
	font-size: 15px;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #0070cc;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #ccc;
}

.words-counter {
	background: url(images/speakt-translation-agency-translated-words.svg) no-repeat center;
	text-align: center;
	color: #fff;
	margin-top: 8% !important;
	margin-bottom: 8% !important;
}

#translated-words {
	font-size: 3vmax;
	font-weight: 700;
}

.lSSlideOuter {
	box-shadow: 0 10px 50px 0px rgba(44, 62, 80, 0.1);
	padding: 5%;
	background-color: #fff;
	max-width: 800px;
	margin: 0 auto;
	border-radius: 5px;
}

/* Job single
--------------------------------------------- */

.single-job .site-inner {
	max-width: 800px;
}

.job-details {
	margin-top: 60px;
	border: 1px solid #f2f2f2;
}

.job-details th {
	font-weight: 600;
}

.job-details th,
.job-details td {
	padding: 10px 15px;
}

.job-details tr:nth-child(2n + 1) {
	background-color: #f9f9f9;
}

.job-details td,
.job-details tbody {
	border: none;
}

.warning {
	padding: 20px;
	border-radius: 10px;
	background-color: #f2f2f2;
	font-size: 14px;
}

.warning i {
	color: #ffa200;
	float: left;
	margin-right: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

/* ## about us page
--------------------------------------------- */

.our-team img {
	border-radius: 50%;
}

.our-team figcaption {
	text-align: center;
}

/* Featured page
--------------------------------------------- */

.featured-page .ab-block-container,
.pro-translation .ab-block-container {
	padding-top: 8% !important;
	padding-bottom: 8% !important;
}

.featured-page .home-cta {
	padding-top: 14% !important;
	padding-bottom: 16% !important;
	background-color: transparent !important;
}

.pro-translation .wp-block-columns {
	margin-top: 8%;
	margin-bottom: 8%;
}

.featured-page .entry-content h1,
.featured-page .entry-content h2,
.pro-translation .entry-content h2 {
	font-size: 40px;
	font-size: 4rem;
}

.entry-content .has-3-columns h2,
.entry-content .has-icons .has-2-columns h2 {
	font-size: 30px;
	font-size: 3rem;
}

.has-curved-bg h2,
.section-heading {
	margin-bottom: 6%;
	margin-top: 30px;
}

.has-curved-bg {
	position: relative;
	z-index: 1;
}

.has-curved-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 100vw;
	transform: translateX(-50%);
	background: #f3faff url(images/curved-bg-top.svg) top -1px center no-repeat;
	background-size: 125%;
	z-index: -2;
}

.has-curved-bg::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 100%;
	width: 100vw;
	transform: translateX(-50%);
	background: url(images/curved-bg.svg) bottom -1px center no-repeat;
	background-size: 125%;
	z-index: -1;
}

.has-curved-bg .wp-block-column {
	z-index: 1;
}

.has-icons {
	text-align: center;
}

.has-icons i {
	text-align: center;
	width: 100%;
	margin-bottom: 5%;
  color: #0070cc;
  display: block;
  background: -webkit-linear-gradient(#0070cc, #00afcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 50px;
}

.steps {
	text-align: center;
}

.steps span {
	font-size: 26px;
	border: 1px solid #0070cc;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto 20px;
	border-radius: 50%;
	line-height: 60px;
	color: #0070cc;
}

.has-shape-bg {
	position: relative;
	z-index: 1;
}

.has-shape-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 100vw;
	transform: translateX(-50%);
	background: url(images/round-shape.svg) left -200px center no-repeat;
	background-size: 80% 100%;
	z-index: -1;
}

.cta-secondary {
	box-shadow: 0 10px 50px 0px rgba(44, 62, 80, 0.1);
	margin-bottom: 8% !important;
	border-radius: 15px;
}

/* Languages
--------------------------------------------- */

.has-2-columns .wp-block-image img {
	max-width: 90%;
	margin-top: 5%;
}

.pro-translation .has-3-columns {
	padding-top: 12% !important;
	padding-bottom: 12% !important;
}

.wp-block-column .button {
	margin: 20px 20px 0 0;
	display: inline-block;
}

.wp-block-column .button:last-child {
	margin: 20px 0 0 0;
}

.inner-cta {
	text-align: center;
	padding-top: 8% !important;
	padding-right: 5% !important;
	padding-bottom: 8% !important;
	padding-left: 5% !important;
	margin-top: 8% !important;
	margin-bottom: 8% !important;
	background: #0070cc !important;
	background: -webkit-linear-gradient(to bottom, #0070cc, #00afcc) !important;
	background: linear-gradient(to bottom, #0070cc, #00afcc) !important;
}

.inner-cta h2 {
	color: #fff;
}

.inner-cta .button {
	margin: 20px 0 10px;
	display: inline-block;
}

.supported-languages {
	margin: 80px 0 60px;
}

.supported-languages h2 {
	text-align: center;
}

.entry-content .supported-languages ul {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
}

.entry-content .supported-languages ul li {
	list-style-type: none;
	width: 31%;
	margin: 1%;
}

.supported-languages a {
	padding: 20px 20px 20px 80px;
	box-shadow: 0 5px 30px 0px rgba(44, 62, 80, 0.1);
	display: inline-block;
	width: 100%;
	background: #fff;
	position: relative;
	color: #000;
	border-radius: 5px;
}

.supported-languages a::before {
	content: " ";
	width: 40px;
	height: 30px;
	position: absolute;
	left: 20px;
	background-repeat: no-repeat;
	box-shadow: 0 0px 10px 0px rgba(44, 62, 80, 0.1);
	border-radius: 3px;
}

.supported-languages a:hover {
	box-shadow: 0 5px 30px 0px rgba(44, 62, 80, 0.3);
}

.supported-languages .english-albanian::before { background-image: url(images/flags/al.svg); }
.supported-languages .english-arabic::before { background-image: url(images/flags/ae.svg); }
.supported-languages .english-armenian::before { background-image: url(images/flags/am.svg); }
.supported-languages .english-portuguese::before { background-image: url(images/flags/pt.svg); }
.supported-languages .english-chinese::before { background-image: url(images/flags/cn.svg); }
.supported-languages .english-traditional-chinese::before { background-image: url(images/flags/cn.svg); }
.supported-languages .english-czech::before { background-image: url(images/flags/cz.svg); }
.supported-languages .english-danish::before { background-image: url(images/flags/dk.svg); }
.supported-languages .english-dutch::before { background-image: url(images/flags/nl.svg); }
.supported-languages .english-french::before { background-image: url(images/flags/fr.svg); }
.supported-languages .english-german::before { background-image: url(images/flags/de.svg); }
.supported-languages .english-greek::before { background-image: url(images/flags/gr.svg); }
.supported-languages .english-hebrew::before { background-image: url(images/flags/il.svg); }
.supported-languages .english-hungarian::before { background-image: url(images/flags/hu.svg); }
.supported-languages .english-italian::before { background-image: url(images/flags/it.svg); }
.supported-languages .english-japanese::before { background-image: url(images/flags/jp.svg); }
.supported-languages .english-korean::before { background-image: url(images/flags/kr.svg); }
.supported-languages .english-latvian::before { background-image: url(images/flags/lv.svg); }
.supported-languages .english-norwegian::before { background-image: url(images/flags/no.svg); }
.supported-languages .english-polish::before { background-image: url(images/flags/pl.svg); }
.supported-languages .english-romanian::before { background-image: url(images/flags/ro.svg); }
.supported-languages .english-russian::before { background-image: url(images/flags/ru.svg); }
.supported-languages .english-serbian::before { background-image: url(images/flags/rs.svg); }
.supported-languages .english-spanish::before { background-image: url(images/flags/es.svg); }
.supported-languages .english-swedish::before { background-image: url(images/flags/se.svg); }
.supported-languages .english-turkish::before { background-image: url(images/flags/tr.svg); }
.supported-languages .english-ukrainian::before { background-image: url(images/flags/ua.svg); }
.supported-languages .english-bosnian::before { background-image: url(images/flags/ba.svg); }
.supported-languages .english-bulgarian::before { background-image: url(images/flags/bg.svg); }
.supported-languages .english-croatian::before { background-image: url(images/flags/hr.svg); }
.supported-languages .english-finnish::before { background-image: url(images/flags/fi.svg); }
.supported-languages .english-lithuanian::before { background-image: url(images/flags/lt.svg); }
.supported-languages .english-macedonian::before { background-image: url(images/flags/mk.svg); }
.supported-languages .english-moldavian::before { background-image: url(images/flags/md.svg); }
.supported-languages .english-slovak::before { background-image: url(images/flags/sk.svg); }
.supported-languages .english-slovenian::before { background-image: url(images/flags/si.svg); }

/* ## Case Studies page
--------------------------------------------- */

.case-studies .entry {
	box-shadow: none;
	padding: 0;
}

.case-studies .wp-block-column {
	box-shadow: 0 5px 30px 0px rgba(44, 62, 80, 0.1);
	padding: 5%;
	text-align: center;
	border-radius: 5px;
}

.case-studies h2 {
	font-size: 22px;
}

.case-studies .wp-block-image {
	max-width: 200px;
	height: 60px;
	margin: 0 auto 40px;
}

.case-studies .wp-block-image img {
	max-width: 100%;
	margin: 0;
	max-height: 100%;
}

/* Pricing and Languages page
--------------------------------------------- */

.pricing-boxes .wp-block-column {
	box-shadow: 0 5px 30px 0px rgba(44, 62, 80, 0.1);
	padding: 40px;
	border-radius: 5px;
}

.pricing-boxes h3 {
	text-align: center;
	margin-bottom: 30px;
}

.pricing-boxes p {
	margin: 0 0 10px;
}

.pricing-boxes .button {
	width: 100%;
	text-align: center;
}

.pricing-boxes .price-per-word {
	font-size: 36px;
	margin-top: -20px;
	margin-bottom: 30px;
	font-weight: 600;
}

.pricing-boxes .plan-features {
	min-height: 100px;
}

.pricing-boxes .recommended-use {
	min-height: 150px;
}

/* Industry translation page
--------------------------------------------- */

.translation-industries .wp-block-column {
	box-shadow: 0 5px 30px 0px rgba(44, 62, 80, 0.1);
	padding: 30px;
	border-radius: 5px;
}

.translation-industries .has-3-columns h2 {
	font-size: 22px;
}

/* Social share buttons
--------------------------------------------- */

.social-sharer {
    text-align:center;
	margin-top: 40px;
}

.social-sharer::after {
    clear: both;
    content: "";
    display: table;
}

.social-sharer ul {
    margin: 0;
}

.social-sharer ul li {
    margin: 0 10px 20px;
	list-style:none;
	display:inline-block;
}

.social-sharer a {
    color: #fff;
    display: block;
	border-radius:50%;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-weight:normal;
	float:left;
	font-family:  "Font Awesome 5 Brands";
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.share-facebook a:before {
	content:"\f39e";
}

.share-twitter a:before {
	content:"\f099";
}

.share-linkedin a:before {
	content:"\f0e1";
}

.share-facebook a {
	background-color: #3b5998;
}

.share-twitter a {
	background-color: #3cf;
}

.share-linkedin a {
	background-color: #0077b5;
}

.social-sharer li a:hover {
	line-height: 36px;
  text-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
	font-size: 2rem;
}

/* Accordion
--------------------------------------------- */

.accordion-section {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 20px;
}

.ui-accordion-header {
    color: #ff9600;
    cursor: pointer;
    margin: 0;
    padding: 20px;
}

.ui-accordion-header:after {
    content: "\f107";
	font-family:"Font Awesome 5 Free";
    float: right;
}

.ui-accordion-header-active:after {
	content: "\f106";
}

.ui-accordion-content {
    padding: 20px;
}

/* ## Contact page
--------------------------------------------- */

.contact-email {
	border-radius: 5px;
	font-size: 22px;
	margin: 60px 0 20px;
	padding: 40px;
	text-align: center;
	box-shadow: 0 5px 30px 0px rgba(44, 62, 80, 0.1);
}

.contact-email i {
    color: #0070cc;
    font-size: 32px;
    margin-right: 20px;
    vertical-align: middle;
}

.global-offices {
	border-radius: 5px;
	color: #777;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 5px 30px 0px rgba(44, 62, 80, 0.1);
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #313843;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #ff9600;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	background-color: #fff;
	padding: 40px 40px 16px;
	box-shadow: 0 5px 50px 0px rgba(44, 62, 80, 0.1);
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-time a {
	font-size: 14px;
	color: #ccc;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-content p {
	margin-bottom: 10px;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
	background-color: #fff;
	box-shadow: 0 5px 50px 0px rgba(44, 62, 80, 0.1);
}

.comment-list li li {
	margin-right: -32px;
	border-left: 2px solid #e5e5e5;
}

.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;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

.comment-reply {
	text-align: right;
}

/* hide comment reply */
.entry-comments .comment-reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

/* Global Call to action
---------------------------------------------------------------------------------------------------- */

.call-to-action::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 100vw;
	transform: translateX(-50%);
	background: url(images/curved-bg-top.svg) top -1px center no-repeat;
	background-size: 125%;
	z-index: -2;
}

.call-to-action {
	padding: 11% 0 10%;
	text-align: center;
	color: #fff;
	background: #0070cc;
	background: -webkit-linear-gradient(to bottom, #0070cc, #00afcc);
	background: linear-gradient(to bottom, #0070cc, #00afcc);
	position: relative;
	z-index: 1;
}

.call-to-action .wrap {
	max-width: 800px;
}

.call-to-action h2 {
	color: #fff;
	font-size: 3.6rem;
	font-size: 36px;
	font-weight: 700;
}

#call-to-action p {
	margin-bottom: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #f6f8fa;
	clear: both;
	padding-top: 60px;
	font-size: 16px;
	font-size: 1.6rem;
}

#speakt-logo {
	color: rgba(0,0,0,0.2);
	fill: currentColor;
	max-width: 180px;
	display: block;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets li {
	margin-bottom: 5px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 23.076923076923077%;
	float: left;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 2.564102564102564%;
}

.footer-widgets #nav_menu-3 li {
	display:inline-block;
	margin-right:10px;
}

.footer-widgets #nav_menu-3 li a {
	display: block;
	font-size: 20px;
	font-size: 2.2rem;
	padding: 5px;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #000;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f6f8fa;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer,
.site-footer a {
    color: #aaa;
}

.site-footer a:hover {
    color: #000;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.site-header .widget-area {
		width: 720px;
	}

	.content{
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.title-area {
		width: 200px;
	}

	.sidebar-primary {
		width: 300px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 50%;
	}

	.site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-right: 0;
	}

	.entry-content .supported-languages ul li {
		width: 48%
	}
}

@media only screen and (min-width: 800px) {
	/* flags icons
	.wpml-ls-item .sub-menu,
	.wpml-ls-item .sub-menu a {
		width: 60px;
	}
	*/
	#gform_submit_button_1 {
		margin-top: -80px;
		width: 300px;
	}

	#gform_1 .gform_wrapper .top_label li.gfield.gf_left_half,
	#gform_1 .gform_wrapper .top_label li.gfield.gf_right_half {
	  width: 49%;
		margin-right: 2%;
	}
}

@media only screen and (max-width: 800px) {

	body {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-title > a {
		background-position: left top;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.myaccount_avatar,
	.container,
	.woocommerce-view-order .content .entry,
	.woocommerce-edit-account .content .entry,
	.woocommerce-edit-address .content .entry,
	.contact-email
	/* .site-header */ {
		padding: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.single-product .content .entry .gform_wrapper ul li.gfield,
	.single-product .content .entry .gform_wrapper .top_label li.gfield.gf_right_half,
	.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		width: 100%;
	}

	.full-width-content .col2-set,
	.full-width-content #order_review,
	.full-width-content #order_review_heading,
	.full-width-content #wc_checkout_add_ons {
		margin-right: 0;
		width: 100%;
	}

	.nav-secondary .current-menu-item a:before {
		border: none;
	}

	.gform_wrapper .top_label li.gfield.gf_middle_third,
	.gform_wrapper .top_label li.gfield.gf_right_third {
		margin-left: 0 !important;
	}

	.hello-world {
		margin: 60px auto 0;
	}

	#field_1_23 {
		position: relative;
		top: 0;
		left: 46%;
		margin: -30px auto;
		transform: none;
	}

	.translation-help a {
		margin-bottom: 20px;
	}

	.features-box {
		margin-bottom:20px;
	}

	.certified-translation,
	.docs-count {
		margin-bottom: 20px;
	}

	.entry-header-wrapper {
		padding: 40px 20px 50px;
	}

	.site-header {
		position: static;
	}

	.has-shape-bg::before {
		background-size: 120%;
	}

	.featured-page .site-inner,
	.blog .site-inner,
	.single-post .site-inner,
	.single-job .site-inner {
		padding-top: 5%;
	}

	#speakt-logo {
		margin: 0 auto;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 48.717948717948715%;
		text-align: center;
		margin-bottom: 40px;
	}

	.footer-widgets-1,
	.footer-widgets-3 {
		margin-right: 2.564102564102564%;
	}

	.footer-widgets-2 {
		margin-right: 0;
	}

	.home .site-container {
		background-size: 70%;
	}

	.featured-page .home-cta {
		padding-top: 40% !important;
	}

/* # Responsive Navigation
--------------------------------------------- */

	#genesis-nav-primary {
		display: none;
		position: relative;
		width:100%;
	}

	nav .wrap {
		padding: 0;
	}

	nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
		overflow: hidden;
		margin: 0 auto;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		background-color: transparent;
	}

	.menu-toggle {
		color: #333;
		float: right;
		padding: 20px;
		position: relative;
		right: 0;
		top: 10px;
		z-index: 1000;
		background: none;
		border: none;
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		background-color:transparent;
		color:#000;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		content: "\f0c9";
		display: inline-block;
		font-size: 26px;
		font-family: "Font Awesome 5 Free";
		margin: 0 auto;
		text-rendering: auto;
		transform: translate(0px, 0px);
		vertical-align: top;
	}

	.sub-menu-toggle {
		background: transparent;
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		padding: 18px;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		font-size: 16px;
		font-family: "Font Awesome 5 Free";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		content: "\f107";
		color:#333;
	}

	.sub-menu-toggle.activated:before {
		content: "\f106";
	}

	.genesis-nav-menu .menu-item {
		display: block;
		position: relative;
		text-align: center;
	}

	.genesis-nav-menu .menu-item a {
		width: 100%;
		padding: 20px;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.genesis-nav-menu .sub-menu {
		display: none;
		clear: both;
		margin: 0;
		position: static;
		width: 100%;
		opacity: 1;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: none;
		border-right: none;
		padding-left: 20px;
		color: #eee;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		color: #333;
	}

	.wpml-ls-item span::after {
		content: none;
	}

	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget,
	.front-page-6 .flexible-widgets.widget-area .widget:nth-of-type(1) {
		float: none;
		width: 100%;
	}

	.flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
	}

	/*
	.cart-menu,
	#menu-item-76 {
		width: 30%;
		display: inline-block !important;
	}
*/
}

@media only screen and (max-width: 600px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
		margin-right: 0;
	}

	.home .site-container {
		background-size: 100%;
	}

	.featured-page .home-cta {
		padding-top: 60% !important;
	}

	.clients-logos .wp-block-column {
		flex-basis: 50%;
	}

	.our-team .wp-block-column {
		flex-basis: 44%;
		margin: 0 3%;
	}

	#field_8_12,
	#field_8_13 {
		width: 100%;
	}

	.add-pair {
		margin-top: 10px;
	}

	.entry-content .supported-languages ul li {
		width: 100%;
		margin: 0 0 20px;
	}
}

@media only screen and (max-width: 480px) {

	.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_3col ul.gfield_radio li,
	.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li,
	.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_2col ul.gfield_radio li,
	.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
		width: 100%;
	}

	.gform_wrapper .top_label li.gfield.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_right_half {
		margin-right: 0;
		width: 100%;
	}

	.single-product .content .entry .gform_wrapper ul li.gfield {
		padding: 20px;
	}

}

/* # Invoice Styles
---------------------------------------------------------------------------------------------------- */

.single-invoice .site-inner,
.c-invoice .site-inner {
	padding-top: 20px;
}

.invoice-box {
	max-width:800px;
	margin:20px auto 0 auto;
	padding:30px;
	border:1px solid #eee;
	box-shadow:0 0 8px  rgba(0, 0, 0, 0.1);
	font-size:14px;
	line-height:20px;
	/* font-family:'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; */
	color:#555;
}

.print-button {
    margin: 0 auto;
    max-width: 800px;
    text-align: right;
}

.print-button button {
    background-color: #e5e5e5;
    font-size: 1.4rem;
    padding: 4px 20px;
}

.print-button button:hover {
    background-color: #ff9600;
}

.invoice-box th {
    background-color: #f6f8fa;
    border: 1px solid #eee;
		padding: 6px;
}

.invoice-box td:first-child,
.invoice-box th:first-child {
    padding-left: 6px;
}

.invoice-box td {
    border: 1px solid #eee;
		padding: 6px;
}

.invoice-section {
    margin-bottom: 80px;
}

.order-details table {
    float: right;
    margin-bottom: 0;
	line-height: 1.6;
}

.order-details tbody {
    border: 0 none;
}

.order-details td {
    border: none;
    padding: 0;
    text-align: right;
}

.order-details,
.invoice-to,
.invoice-total td,
.invoice-items .text-right {
	text-align: right;
}

.invoice-items .desc {
    width: 50%;
}

.invoice-total {
    float: right;
    width: 50%;
}

@media only screen and (max-width: 860px) {

	.order-details,
	.invoice-to {
		text-align: left;
	}

	.invoice-total {
		float: none;
		width: 100%;
	}

	.invoice-from,
	.invoice-to,
	invoice-logo,
	order-details {
		margin-bottom: 20px;
	}

	.order-details table {
		float: none;
		width: 100%;
	}

	.order-details td {
		text-align: left;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.single-invoice .site-inner,
	.c-invoice .site-inner {
		top: -20px !important;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
