/*
Theme Name: Flash Pro
Theme URI: https://themegrill.com/themes/flash
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Flash Pro is the pro version of Flash Free theme with more than 20 widgets, video background, animation, 6 header layouts and multiple new styles in each widgets.
Version: 2.1.7
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flash
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce

Flash is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
theme style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*, *:before, *:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  background: #fff;
  overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
html, body, button, input, select, textarea {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
b, strong {
  font-weight: 600;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote,
figcaption q {
	margin: 1em 0;
	font-style: italic;
	padding: 0 0 0 3em;
	position: relative;
	text-align: left;
	width: 100%;
	display: block;
	overflow: hidden;
}
blockquote::before,
figcaption q::before{
    content: "\201C";
    color: #333333;
	font-style: normal;
    font-size: 4em;
    position: absolute;
    left: 0;
    top: -0.3em;
    font-weight: 600;
}
blockquote em,
figcaption q em {
	color: #999;
	float: right;
}
address {
  margin: 0 0 15px;
}
pre {
  background: #eee;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
h1 {
  font-size: 36px;
  text-align: left !important;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 1rem;
}
p {
  margin: 0 0 1rem;
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}
ul, ol {
    margin: 0 0 1em 2em;
}
ul {
  list-style: circle;
}
ol {
  list-style: decimal;
}
li {
	margin: .5em 0;
}
li ul, 
li ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 15px 15px;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to tg-container width. */
  vertical-align: middle;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
-webkit-user-drag: none;
user-drag: none; 
}
figure {
  margin: 0;
}
table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse;
}
th {
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 5px 10px;
}
td {
  border: 1px solid #CCC;
  padding: 5px 10px;
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: middle;
}
.navigation .nav-links a, .bttn, button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #333333;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 14px;
  line-height: 13px;
  height: auto;
  border: none;
  padding: 10px 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  transition: background 0.5s ease;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  text-decoration: none;
}
.navigation .nav-links a:hover, .bttn:hover, button, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  color: #ffffff;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  border: 1px solid #AAA;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 3px 6px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ccc;
  height: 160px;
  max-width: 100%;
  width: 100%;
}
/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: #00357d;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clearfix:before, .clearfix:after, .row:before, .row:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .tg-container:after, .tg-container:before {
  content: '';
  display: table;
}
.clearfix:after, .row:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .tg-container:after {
  clear: both;
}
.clear {
  clear: both;
}
.sticky, .gallery-caption, .bypostauthor {
  /*class required for wordpress*/
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  float: left;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-left: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1em;
}
.hidden {
  display: none;
}
/*--------------------------------------------------------------
Infinite Scroll Support
--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .navigation:not(.post-navigation), .infinite-scroll.neverending #colophon {
  display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #colophon {
  display: block;
}
/*--------------------------------------------------------------
# sidebar CSS
--------------------------------------------------------------*/
.widget_archive ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_rss ul, .widget_pages ul, .widget_nav_menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget_archive li, .widget_categories li, .widget_pages li, .widget_meta li, .widget_recent_comments li, .widget_recent_entries li, .widget_rss li, .widget_nav_menu li {
  border-bottom: none;
  color: #333;
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 0 0 5px 25px;
  position: relative;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  display: block;
}
.widget_categories ul.children, .widget_pages ul.children, .widget_meta ul.children, .widget_recent_comments ul.children, .widget_recent_entries ul.children, .widget_rss ul.children, .widget_nav_menu ul.children {
  margin-top: 5px;
}
.widget ul.children li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_meta li a, .widget_recent_comments li a, .widget_recent_entries li a, .widget_rss li a, .widget_nav_menu li a {
  color: #333;
  text-decoration: none;
}
.widget_archive a::before, .widget_categories a:before, .widget_pages a:before, .widget_meta a:before, .widget_recent_comments a:before, .widget_recent_entries a:before, .widget_rss a:before, .widget_nav_menu a:before {
  color: #888888;
  content: "\f187";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget_categories a::before {
  content: "\f07b";
}
.widget_recent_entries a::before {
  content: "\f101";
}
.widget_meta a::before, .widget_nav_menu a:before {
  content: "\f1db";
}
.widget_recent_comments a::before {
  content: "\f086";
}
.widget_rss a::before {
  content: "\f09e";
}
.widget_pages a:before {
  content: "\f1ea";
}
.widget_tag_cloud a {
  border: 1px solid #989898;
  color: #989898;
  display: inline-block;
  font-size: 14px !important;
  margin: 6px 4px;
  padding: 5px 12px;
}
.widget_archive a:hover::before, .widget_categories a:hover:before, .widget_pages a:hover:before, .widget_meta a:hover:before, .widget_recent_comments a:hover:before, .widget_recent_entries a:hover:before, .widget_rss a:hover:before, .widget_nav_menu a:hover:before, .widget_archive li a:hover, .widget_categories li a:hover, .widget_pages li a:hover, .widget_meta li a:hover, .widget_recent_comments li a:hover, .widget_recent_entries li a:hover, .widget_rss li a:hover, .widget_nav_menu li a:hover, .widget_tag_cloud a:hover {
  color: #00a9e0;
}
.widget_tag_cloud a:hover {
  background: #00a9e0 none repeat scroll 0 0;
  color: #fff;
}
.widget_recent_entries .post-date {
  color: #9f9f9f;
  display: block;
  font-size: 12px;
}
/*--------------------------------------------------------------
grid
--------------------------------------------------------------*/
.tg-column-wrapper {
  clear: both;
  margin-left: -3%;
}
.tg-column-wrapper .tg-column-1, .tg-column-wrapper .tg-column-1-5, .tg-column-wrapper .tg-column-2, .tg-column-wrapper .tg-column-2-5, .tg-column-wrapper .tg-column-3, .tg-column-wrapper .tg-column-4, .tg-column-wrapper .tg-column-5 {
  float: left;
  margin-left: 3%;
}
.tg-column-wrapper .tg-column-1 {
  width: 100%;
  margin: 0;
}
.tg-column-wrapper .tg-column-1-5 {
  width: 63.67%;
}
.tg-column-wrapper .tg-column-2 {
  width: 47%;
}
.tg-column-wrapper .tg-column-2-5 {
  width: 37%;
}
.tg-column-wrapper .tg-column-3 {
  width: 30.33%;
}
.tg-column-wrapper .tg-column-4 {
  width: 22%;
}
.tg-column-wrapper .tg-column-5 {
  width: 17%;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
Colors
--------------------------------------------------------------*/
.flash_inherit_color div, .flash_inherit_color div.section-description, .flash_inherit_color h1, .flash_inherit_color h2, .flash_inherit_color h3, .flash_inherit_color h3.section-title, .flash_inherit_color h4, .flash_inherit_color h5, .flash_inherit_color h6, .flash_inherit_color p, .flash_inherit_color span, .flash_inherit_color div.service-content-wrap, .flash_inherit_color .entry-summary {
  color: inherit !important;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 1em 0;
	font-style: italic;
	font-size: 0.8em;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
common
--------------------------------------------------------------*/
.tg-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .tg-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .tg-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .tg-container {
    max-width: 1140px;
  }
}
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
body.post-type-archive-audio #content .tg-container,
body.post-type-archive-video #content .tg-container,
body.tax-technology-category #content .tg-container,
body.tag #content .tg-container,
body.category #content .tg-container,
body.post-type-archive-technology #content .tg-container,
body.search #content .tg-container,
body.blog #content .tg-container,
body.post-type-archive-news #content .tg-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
body.post-type-archive-audio #content .tg-container #primary,
body.post-type-archive-audio #content .tg-container #secondary,
body.post-type-archive-video #content .tg-container #primary,
body.post-type-archive-video #content .tg-container #secondary,
body.tax-technology-category #content .tg-container #primary,
body.tax-technology-category #content .tg-container #secondary,
body.tag #content .tg-container #primary,
body.tag #content .tg-container #secondary,
body.category #content .tg-container #primary,
body.category #content .tg-container #secondary,
body.post-type-archive-technology #content .tg-container #primary
body.post-type-archive-technology #content .tg-container #secondary,
body.search #content .tg-container #primary,
body.search #content .tg-container #secondary,
body.post-type-archive-news #content .tg-container #primary,
body.post-type-archive-news #content .tg-container #secondary,
body.blog #content .tg-container #primary,
body.blog #content .tg-container #secondary {
	float: none;
	width: 100%;
}
@media (min-width: 768px) {
	body.post-type-archive-audio #content .tg-container,
	body.post-type-archive-video #content .tg-container,
	body.tax-technology-category #content .tg-container,
	body.tag #content .tg-container,
	body.category #content .tg-container,
	body.post-type-archive-technology #content .tg-container,
	body.search #content .tg-container,
	body.post-type-archive-news #content .tg-container,
	body.blog #content .tg-container {
		flex-wrap: nowrap;
	}
	body.post-type-archive-audio #content .tg-container #primary,
	body.post-type-archive-video #content .tg-container #primary,
	body.tax-technology-category #content .tg-container #primary,
	body.tag #content .tg-container #primary,
	body.category #content .tg-container #primary,
	body.post-type-archive-technology #content .tg-container #primary,
	body.search #content .tg-container #primary,
	body.post-type-archive-news #content .tg-container #primary,
	body.blog #content .tg-container #primary {
	  width: 66.64%;
	  margin-right: 2em;
	}
	body.post-type-archive-audio #content .tg-container #secondary,
	body.post-type-archive-video #content .tg-container #secondary,
	body.tax-technology-category #content .tg-container #secondary,
	body.tag #content .tg-container #secondary,
	body.category #content .tg-container #secondary,
	body.post-type-archive-technology #content .tg-container #secondary,
	body.search #content .tg-container #secondary,
	body.post-type-archive-news #content .tg-container #secondary,
	body.blog #content .tg-container #secondary {
	  width: 33.33%;
	}
}
#scroll-up {
  background-color: #30afb8;
  border-radius: 3px;
  bottom: 20px;
  color: #fff;
  display: none;
  padding: 10px 16px;
  position: fixed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  right: 20px;
}
.post-navigation {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.post-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next {
  float: right;
}
.nav-next a .entry-title {
  float: left;
  margin-right: 3px;
}
.site {
  background-color: #fff;
}
.tg-image-widget {
  text-align: center;
}
.background-video-row {
  position: relative;
  background: transparent;
  z-index: 1;
}
.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.loaded .ytplayer-container {
  display: block;
}
.loaded .placeholder-image {
  opacity: 0;
}
.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: -50%;
  z-index: -1;
}
.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ytplayer-player {
  position: absolute;
}
.tg-single-service, .tg-wc-product-tab, .tg-wc-cat-slider, .tg-progressbar-widget, .blog-section, .tg-pricing-table-widget, .feature-product-section, .tg-single-team, .tg-single-counter, .tribe-events-list-widget, .call-to-action-section, .testimonial-section, .about-section {
  padding: 30px 0;
}
.section-title-wrapper {
  padding-top: 30px;
}
.cta-wrapper .section-title-wrapper {
  padding-top: 0;
}
/** DropCap */
.ft-dropcap {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 48px;
  float: left;
  margin: 8px 10px 0 0;
  line-height: 0.7;
}
/*--------------------------------------------------------------
Preloader CSS
--------------------------------------------------------------*/
#preloader {
  position: relative;
}
#preloader span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #21858c;
  position: absolute;
  -webkit-animation: preloader 1.5s infinite ease-in-out;
  -moz-animation: preloader 1.5s infinite ease-in-out;
  -ms-animation: preloader 1.5s infinite ease-in-out;
  -o-animation: preloader 1.5s infinite ease-in-out;
  animation: preloader 1.5s infinite ease-in-out;
}
#preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -ms-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
#preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -ms-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
#preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
}
#preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  -ms-animation-delay: .8s;
  -o-animation-delay: .8s;
  animation-delay: .8s;
}
@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #21858c;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    background: #30aeb7;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #21858c;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #21858c;
  }
}
@-moz-keyframes preloader {
  0% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #21858c;
  }
  25% {
    height: 30px;
    -moz-transform: translateY(15px);
    background: #30aeb7;
  }
  50% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #21858c;
  }
  100% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #21858c;
  }
}
@-ms-keyframes preloader {
  0% {
    height: 5px;
    -ms-transform: translateY(0px);
    background: #21858c;
  }
  25% {
    height: 30px;
    -ms-transform: translateY(15px);
    background: #30aeb7;
  }
  50% {
    height: 5px;
    -ms-transform: translateY(0px);
    background: #21858c;
  }
  100% {
    height: 5px;
    -ms-transform: translateY(0px);
    background: #21858c;
  }
}
@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #21858c;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #30aeb7;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #21858c;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #21858c;
  }
}
#spinners {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#preloader-background {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.cp-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cp-bubble {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  background: #58bd55;
  animation: cp-bubble-animate 1s linear infinite;
}
.cp-bubble:before {
  border-radius: 50%;
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #58bd55;
  position: absolute;
  left: -30px;
  animation: cp-bubble-animate-before 1s ease-in-out infinite;
}
.cp-bubble:after {
  border-radius: 50%;
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #58bd55;
  position: absolute;
  right: -30px;
  animation: cp-bubble-animate-after 1s ease-in-out infinite;
}
@keyframes cp-bubble-animate {
  0% {
    opacity: .5;
    transform: scale(1) translateX(0);
  }
  25% {
    opacity: 1;
    transform: scale(1.1) translateX(-15px);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) translateX(15px);
  }
  100% {
    opacity: .5;
    transform: scale(1) translateX(0);
  }
}
@keyframes cp-bubble-animate-before {
  0% {
    opacity: .5;
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  100%, 50% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes cp-bubble-animate-after {
  0%, 50% {
    opacity: .5;
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100%, 75% {
    opacity: 1;
    transform: scale(1);
  }
}
.cp-bubble {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  background: #58bd55;
  animation: cp-bubble-animate 1s linear infinite;
}
.cp-bubble:before {
  border-radius: 50%;
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #58bd55;
  position: absolute;
  left: -30px;
  animation: cp-bubble-animate-before 1s ease-in-out infinite;
}
.cp-bubble:after {
  border-radius: 50%;
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #58bd55;
  position: absolute;
  right: -30px;
  animation: cp-bubble-animate-after 1s ease-in-out infinite;
}
@keyframes cp-bubble-animate {
  0% {
    opacity: .5;
    transform: scale(1) translateX(0);
  }
  25% {
    opacity: 1;
    transform: scale(1.1) translateX(-15px);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) translateX(15px);
  }
  100% {
    opacity: .5;
    transform: scale(1) translateX(0);
  }
}
@keyframes cp-bubble-animate-before {
  0% {
    opacity: .5;
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  100%, 50% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes cp-bubble-animate-after {
  0%, 50% {
    opacity: .5;
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100%, 75% {
    opacity: 1;
    transform: scale(1);
  }
}
.cp-flip {
  transform-style: preserve-3d;
  perspective: 10em;
}
.cp-flip:before {
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  background: #F56151;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  animation: cp-flip-animate-before 2s linear infinite;
}
@keyframes cp-flip-animate-before {
  0% {
    transform: rotateY(0) rotateX(0);
  }
  25% {
    transform: rotateY(360deg) rotateX(0);
  }
  50% {
    transform: rotateY(360deg) rotateX(360deg);
  }
  75% {
    transform: rotateY(0) rotateX(360deg);
  }
  100% {
    transform: rotateY(0) rotateX(0);
  }
}
.cp-skeleton {
  border-radius: 50%;
  border-top: solid 6px #f56151;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  animation: cp-skeleton-animate 1s linear infinite;
}
.cp-skeleton:before {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #f56151;
  position: absolute;
  top: -6px;
  left: -6px;
  transform: rotateZ(-30deg);
}
.cp-skeleton:after {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 6px transparent;
  border-right: solid 6px #f56151;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  position: absolute;
  top: -6px;
  right: -6px;
  transform: rotateZ(30deg);
}
@keyframes cp-skeleton-animate {
  0% {
    transform: rotate(0);
    opacity: 1;
  }
  50% {
    opacity: .7;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
.cp-eclipse {
  width: 12px;
  height: 12px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 50%;
  background: #f3d53f;
  margin: 12px;
  animation: cp-eclipse-animate 1s ease-out infinite;
}
.cp-eclipse:before {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 6px transparent;
  border-right: solid 6px #f3d53f;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  position: absolute;
  top: -18px;
  left: -18px;
}
.cp-eclipse:after {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #f3d53f;
  position: absolute;
  top: -18px;
  right: -18px;
}
@keyframes cp-eclipse-animate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cp-boxes:before {
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  content: " ";
  background: #58bd55;
  position: absolute;
  top: 12px;
  left: 0;
  animation: cp-boxes-animate-before 1s ease-in-out infinite;
}
.cp-boxes:after {
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  content: " ";
  background: #58bd55;
  position: absolute;
  top: 12px;
  right: 0;
  animation: cp-boxes-animate-after 1s ease-in-out infinite;
}
@keyframes cp-boxes-animate-before {
  0% {
    transform: translateX(-20px) rotate(45deg);
  }
  50% {
    transform: translateX(-7px) rotate(225deg);
  }
  100% {
    transform: translateX(-20px) rotate(45deg);
  }
}
@keyframes cp-boxes-animate-after {
  0% {
    transform: translateX(20px) rotate(45deg);
  }
  50% {
    transform: translateX(7px) rotate(-225deg);
  }
  100% {
    transform: translateX(20px) rotate(45deg);
  }
}
.cp-round:before {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 6px #bababa;
  border-right: solid 6px #bababa;
  border-bottom: solid 6px #bababa;
  border-left: solid 6px #bababa;
  position: absolute;
  top: 0;
  left: 0;
}
.cp-round:after {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 6px #F56151;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  position: absolute;
  top: 0;
  left: 0;
  animation: cp-round-animate 1s ease-in-out infinite;
}
@keyframes cp-round-animate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
Single page layout CSS
--------------------------------------------------------------*/
.full-width-center #primary {
  float: none;
  margin: 0 auto;
  width: 65.5%;
}
/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.sow-slider-base ul.sow-slider-images li .sow-slider-image-container .sow-slider-image-wrapper {
  min-height: calc(100vh - 134px) !important;
}

@media (max-width: 780px) {
  .sow-slider-base ul.sow-slider-images li .sow-slider-image-container .sow-slider-image-wrapper {
    min-height: calc(100vh - 134px) !important;
  }
}

.sow-slider-base .slide__description .widget-title {
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 1rem;
    line-height: 1.25em;
    font-weight: 700;
    font-size: 2em;
    text-align: center;
}

@media (max-width: 780px) {
  .sow-slider-base .slide__description .widget-title {
      font-size: 1.5em;
  }
}

.sow-slider-base .slide__description .widget-title::after {
  display: none;
}

.sow-slider-base .slide__description .textwidget {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.25em;
  letter-spacing: -.5px;
}

@media (max-width: 780px) {
  .sow-slider-base .slide__description .textwidget {
    font-size: 1.1em;
  }
}

.sow-slider-base .sow-slide-nav a {
  background: #FFFFFF;
  font-size: 30px;
  padding: 0 !important;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-prev a em:before,
.sow-slider-base .sow-slide-nav.sow-slide-nav-next a em:before {
  color: #000000;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
  left: 0 !important;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-prev a em:before {
  content: "\f104";
  font-family: fontawesome;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-next {
  right: 0 !important;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-next a em:before {
  content: "\f105";
  font-family: fontawesome;
}

.sow-slider-base .slide__description .textwidget ul.offices {
  text-align: center;
  margin: 1rem 0;
}

.sow-slider-base .slide__description .textwidget ul.offices li.office {
  display: inline-block;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
Section Title
--------------------------------------------------------------*/
.section-title {
  color: #313b48;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 20px;
}
.section-title:before, .section-title:after {
  background: #e1e1e1 none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}
.section-title:after {
  background: #30afb8 none repeat scroll 0 0;
  bottom: -6px;
  height: 3px;
  margin-left: -15px;
  width: 30px;
}
.section-description {
  text-align: center;
  color: #777777;
}
#black-title {
  margin-bottom: 55px;
}
#black-title a {
  color: #333333 !important;
}
/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.about-section .tg-column-wrapper {
  display: table;
  margin: 0;
}
.about-section .about-content-wrapper {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.about-section .btn-wrapper {
  margin-top: 30px;
}
.about-section .btn-wrapper a {
  background-color: #30afb8;
  border-radius: 0;
  color: #fff;
  padding: 7px 35px;
}
.about-section .btn-wrapper a:hover {
  background-color: #2299a1;
}
.about-section .section-title, .about-section .section-description {
  text-align: left;
}
.about-section .about-section-image {
  display: table-cell;
  float: none;
  margin-right: -5px;
  text-align: center;
  vertical-align: middle;
}
.about-section .section-title::before, .about-section .section-title::after, .about-section .tg-about-widget-layout-2 .about-section-image {
  display: none;
}
.about-section iframe {
  max-width: none;
}
.tg-column-wrapper .about-section-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: auto;
  float: none;
}
.about-section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
Service
--------------------------------------------------------------*/
.tg-service-widget .service-icon-wrap {
  background: #30afb8;
  color: #fff;
  display: block;
  float: left;
  font-size: 26px;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
  text-align: center;
  width: 60px;
  position: relative;
}
.tg-service-widget .service-title-wrap {
  margin-top: 10px;
}
.tg-service-widget .service-icon-wrap:after {
  position: absolute;
  left: 50%;
  bottom: -9px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #30afb8;
  content: "";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tg-service-widget .service-title-wrap {
  color: #313b48;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.tg-service-widget .service-title-wrap a:hover {
  color: #30afb8;
}
.tg-service-widget .service-content-wrap {
  margin: 10px 0;
  color: #777777;
}
.tg-service-widget .service-more:hover {
  color: #1c9ba4;
}
/*----------------- new styles for homepage -----------------*/
.new-service-wrapper {
  display: inline-block;
}

@media only screen and (max-width: 780px) {
  .tg-service-widget.tg-service-layout-3 .service-icon-wrap {
    border-radius: 50% !important;
    height: 30px !important;
    line-height: 20px !important;
    width: 30px !important;
    font-size: 20px !important;
    padding-top: 3px;
  }
  .tg-service-widget.tg-service-layout-3 .service-icon-wrap .fa {
    font-size: inherit !important;
  }  
  .tg-service-widget.tg-service-layout-3 .service-icon-wrap .fa:before {
    font-size: 15px !important;
  }  
  .tg-service-widget.tg-service-layout-3 .service-icon-wrap::after {
    display: none;
  }
  .tg-service-widget.tg-service-layout-3 .service-title-description-wrapper {
    float: right;
    width: calc(100% - 50px) !important;
  }  
}

.tg-service-widget .new-service-title-wrap {
  color: #636363;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.new-service-widget .tg-service-widget .service-title-wrap {
  color: #636363 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.new-service-widget .tg-service-widget .service-title-wrap a {
  color: #636363 !important;
}

.new-service-widget .tg-service-widget.tg-service-layout-3 .service-content-wrap {
  margin: 15px 0;
  font-weight: 400;
}

.new-service-widget .tg-service-widget .service-more {
  font-weight: 600;
  font-size: 16px;
  color: #6895CE !important;
  display: inline-block;
  position: relative;
}

.new-latest-posts {
  list-style-type: none;
  margin-left: 0px;
}

.new-latest-posts .home-title {
  list-style-type: none;
  text-transform: uppercase;
  color: #6895CE !important;
}

.new-latest-posts li {
  margin-bottom: 15px;
}

.new-latest-posts li .post-date {
  font-weight: bold;
  margin-bottom: 0px;
  text-transform: lowercase;
}

.new-latest-posts li a:before {
  content: "";
  padding-right: 0px !important;
}

.new-latest-posts .service-content-wrap a:before {
  content: "";
}  

/*-----------------tg-service-layout-2 -----------------*/
.tg-service-widget.tg-service-layout-2 .service-content-wrap {
  margin: 0 0 10px;
}
.tg-service-widget .service-more {
  font-weight: 600;
  font-size: 13px;
  color: #30afb8;
  display: inline-block;
  position: relative;
}
.tg-service-widget .service-more:after {
  content: "\f178";
  font-family: FontAwesome;
  font-weight: 400;
  position: absolute;
  right: -22px;
  top: 0;
}
.tg-service-widget.tg-service-layout-2 {
  text-align: center;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
  background: transparent none repeat scroll 0 0;
  border-radius: 50%;
  color: #000;
  display: block;
  float: none;
  font-size: 22px;
  height: 72px;
  line-height: 72px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 72px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap::after {
  display: none;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap::before {
  border: 2px solid #000;
  border-radius: 100%;
  content: "";
  height: 82px;
  left: 50%;
  margin-left: -41px;
  margin-top: -41px;
  position: absolute;
  top: 50%;
  width: 82px;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}
.tg-service-widget.tg-service-layout-2 .service-title-wrap a {
  line-height: 24px;
}
/*-----------------tg-service-layout-3 -----------------*/
.tg-service-widget.tg-service-layout-3 .service-title-wrap {
  line-height: 24px;
  margin-top: 20px;
}
.tg-service-widget.tg-service-layout-3 .service-content-wrap {
  margin: 15px 0;
}
.tg-service-layout-2 .service-title-wrap {
  line-height: 28px;
  margin: 15px 0 10px;
}
.service-image-wrap img {
  width: 100%;
}
/*--------------------------------------------------------------
Team
--------------------------------------------------------------*/
.team-wrapper .team-content-wrapper {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.team-wrapper .team-title {
  font-size: 18px;
}
.team-wrapper .team-title a {
  color: #313b48;
}
.team-wrapper .team-title a:hover {
  color: #2299a1;
}
.team-wrapper .team-designation {
  position: relative;
}
.tg-team-widget img {
  width: 100%;
}
.team-wrapper .team-designation:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 30px;
  height: 2px;
  background: #30afb8;
  content: "";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.team-wrapper .team-content {
  color: #777777;
  margin: 30px 0 20px;
}
.team-wrapper .team-social {
  background: #fff none repeat scroll 0 0;
  left: 50%;
  margin-left: -45%;
  padding: 10px 0;
  position: absolute;
  top: -20px;
  width: 90%;
}
.team-wrapper .team-social a {
  font-size: 18px;
  margin: 0 8px;
}
.team-wrapper .team-social a:hover {
  color: #2299a1;
}
/*-----------------tg-team-layout-2 -----------------*/
.tg-team-widget.tg-team-layout-2 {
  position: relative;
}
.tg-team-widget.tg-team-layout-2::before {
  border-bottom: 50px solid transparent;
  border-right: 67px solid #fff;
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
}
.tg-team-widget.tg-team-layout-2 .team-content-wrapper {
  text-align: left;
}
.tg-team-widget.tg-team-layout-2 .team-designation::after {
  left: 15px;
}
.tg-team-widget.tg-team-layout-2 .team-social {
  position: static;
  margin-left: 0;
  width: 100%;
  background: transparent;
  border-top: 1px solid #e7e7e7;
}
/*-----------------tg-team-layout-3 -----------------*/
.tg-team-widget.tg-team-layout-3::before {
  display: none;
}
.tg-team-widget.tg-team-layout-3 .team-img {
  position: relative;
}
.tg-team-widget.tg-team-layout-3 .team-img img {
  border-radius: 50%;
  width: 100%;
}
.tg-team-widget.tg-team-layout-3 .team-img .team-social {
  background: rgba(60, 180, 186, 0.8) none repeat scroll 0 0;
  border-radius: 50%;
  border-top: medium none;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tg-team-widget.tg-team-layout-3 .team-social-block {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
.tg-team-widget.tg-team-layout-3 .team-social-block a {
  font-size: 18px;
  margin: 0 8px;
  color: #fff;
}
.tg-team-widget.tg-team-layout-3 .team-content-wrapper {
  position: unset;
  padding-top: 30px;
  text-align: center;
}
.tg-team-widget.tg-team-layout-3 .team-designation::after {
  display: none;
}
.tg-team-widget.tg-team-layout-3 .team-content {
  display: none;
}
.tg-team-widget.tg-team-layout-3 .team-wrapper:hover .team-social {
  opacity: 1;
  visibility: visible;
}
/*--------------------------------------------------------------
Call To Action
--------------------------------------------------------------*/
.call-to-action-section {
  position: relative;
}
.call-to-action-section .section-title-wrapper {
  text-align: center;
}
.call-to-action-section .section-title-wrapper .section-title {
  color: #fff;
  font-size: 32px;
}
.call-to-action-section .section-title::before, .call-to-action-section .section-title::after {
  display: none;
}
.call-to-action-section .section-subtitle {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.call-to-action-section .btn-wrapper {
  text-align: center;
}
.call-to-action-section .btn-wrapper:nth-child(even) {
  margin-top: 30px;
}
.call-to-action-section .btn-wrapper a {
  border: 1px solid;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-left: 30px;
  padding: 0 20px;
  display: inline-block;
  min-width: 220px;
  text-align: center;
}
.call-to-action-section .btn-wrapper a:first-child {
  margin-left: 0;
  margin-bottom: 20px;
}
.call-to-action-section .btn-wrapper a:hover {
  background-color: #30afb8;
  border-color: #30afb8;
}
/*----------------- call-to-action-section-layout-2 -----------------*/
.call-to-action-section .call-to-action-section-layout-2 {
  display: table;
  width: 100%;
}
.call-to-action-section .call-to-action-section-layout-2 .section-title-wrapper {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
}
.call-to-action-section .call-to-action-section-layout-2 .section-title {
  margin-bottom: 0;
  text-align: left;
}
.call-to-action-section .call-to-action-section-layout-2 .section-subtitle {
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  text-align: left;
}
.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
}
.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a {
  display: block;
}
.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a:first-child {
  margin-left: 30px;
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
Feature product
--------------------------------------------------------------*/
.feature-product-section .tg-container {
  width: 100%;
}
.feature-product-section .tg-feature-product-widget {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.feature-product-section .tg-feature-product-widget figure img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-product-section .featured-image-desc {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 90%;
  height: 90%;
  background: rgba(49, 59, 73, 0.65);
}
.feature-product-section .tg-feature-product-widget .feature-inner-block {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature-product-section .tg-feature-product-widget .feature-title-wrap {
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-product-section .tg-feature-product-widget .feature-title-wrap a {
  font-size: 16px;
  color: #fff;
  font-weight: 800;
}
.feature-product-section .tg-feature-product-widget .feature-desc-wrap {
  text-align: center;
  color: #f3f0f0;
  font-size: 12px;
}
.feature-product-section .tg-feature-product-widget .featured-image-desc::before {
  border-bottom: 50px solid transparent;
  border-right: 48px solid #30afb8;
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
}
.feature-product-section .tg-feature-product-widget .featured-image-desc span {
  position: absolute;
  top: 4px;
  right: 7px;
}
.feature-product-section .tg-feature-product-widget .featured-image-desc span a {
  color: #fff;
}
.tg-feature-product-layout-1 .tg-feature-product-widget:hover .featured-image-desc, .tg-feature-product-layout-2 .tg-feature-product-widget:hover .featured-image-desc {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
/*----------------- tg-feature-product-layout-2 -----------------*/
.feature-product-section .tg-feature-product-layout-2 .tg-container {
  width: 100%;
}
.feature-product-section .tg-feature-product-layout-2 .tg-column-wrapper, .feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
  margin: 0;
}
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-3 {
  margin: 0;
  width: 33.33%;
}
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4 {
  margin: 0;
  width: 25%;
}
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget img {
  width: 100%;
  max-width: auto;
}
.feature-product-section .tg-feature-product-layout-2 .featured-image-desc {
  width: 100%;
  height: 100%;
  padding: 5px;
  background: rgba(49, 175, 184, 0.8);
}
.feature-product-section .tg-feature-product-layout-2 .featured-image-desc::before {
  border-right: 48px solid #313b48;
}
/*----------------- tg-feature-product-layout-3 -----------------*/
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
}
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc::before, .feature-product-section .tg-feature-product-layout-3 .featured-image-desc span, .feature-product-section .tg-feature-product-layout-3 .feature-inner-block .feature-desc-wrap {
  display: none;
}
.feature-product-section .tg-feature-product-layout-3 .feature-inner-block {
  top: auto;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  bottom: 2%;
}
.feature-product-section .tg-feature-product-layout-3 .feature-desc-wrap {
  display: none;
}
.feature-product-section .button-group {
  text-align: center;
  margin-bottom: 30px;
}
.feature-product-section .button-group button {
  background: transparent;
  color: #525a65;
}
.feature-product-section .button-group button:hover {
  color: #30afb8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-product-section .button-group button::before {
  background: #525a65 none repeat scroll 0 0;
  border-radius: 50%;
  content: " ";
  left: 0;
  margin-right: 50%;
  padding: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tg-feature-product-filter-layout .button.is-checked:hover {
  color: #30afb8;
}
.tg-feature-product-layout-3 .tg-feature-product-widget:hover figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.tg-feature-product-layout-3 .tg-feature-product-widget:hover .feature-title-wrap {
  margin-bottom: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tg-feature-product-layout-1 .grid {
  margin-left: -3%;
}
/*--------------------------------------------------------------
Testimonial
--------------------------------------------------------------*/
.testimonial-container {
  padding: 0 0 50px;
}
.testimonial-container .testimonial-slide {
  text-align: left;
}
.testimonial-container .testimonial-content-wrapper {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}
.testimonial-container .testimonial-content-wrapper::before {
  border-bottom: 34px solid transparent;
  border-left: 20px solid #fff;
  content: " ";
  left: 11%;
  position: absolute;
  top: 96%;
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
  z-index: -9;
}
.testimonial-container .testimonial-icon {
  display: inline-block;
  vertical-align: top;
  color: #31afb8;
  font-size: 18px;
}
.testimonial-container .testimonial-content {
  width: 93%;
  display: inline-block;
  margin-left: 15px;
  color: #777777;
}
.testimonial-container .testimonial-client-detail {
  margin-top: 40px;
}
.testimonial-container .testimonial-img {
  display: inline-block;
  float: left;
}
.testimonial-container .client-detail-block {
  display: inline-block;
  margin-left: 20px;
}
.testimonial-container .testimonial-title {
  color: #313b48;
  font-size: 16px;
}
.testimonial-container .testimonial-degicnation {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.testimonial-container .swiper-pagination.testimonial-pager {
  bottom: 0;
}
.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #313b48;
  opacity: 1;
}
.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet:hover, .testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2299a1;
}
/*--------------------------------------------------------------
Fun Facts
--------------------------------------------------------------*/
.fun-facts-section {
  text-align: center;
  color: #fff;
}
.fun-facts-section .fun-facts-icon-wrap {
  display: block;
  text-align: center;
  color: #30afb8;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 10px;
}
.fun-facts-section .counter-wrapper {
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
  display: block;
  margin-bottom: 10px;
}
.fun-facts-section .fun-facts-title-wrap {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
/*----------------- tg-fun-facts-layout-2 -----------------*/
.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-icon-wrap {
  background-color: rgba(255, 255, 255, 0.2);
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height: 120px;
  width: 120px;
  height: 120px;
}
.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-title-wrap {
  line-height: 15px;
}
.tg-fun-facts-widget.tg-fun-facts-layout-2 .counter-wrapper {
  font-size: 46px;
  color: #30afb8;
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
Blogs
--------------------------------------------------------------*/
.blog-section .tg-column-2 {
  margin: 0;
}
.blog-section .tg-blog-widget-layout-1 .tg-column-2 {
  width: 50%;
}
.blog-section .row:nth-child(odd) {
  float: left;
  width: 100%;
  background-color: #fcfcfc;
}
.blog-section .tg-blog-widget-layout-1 .row:nth-child(odd) .post-image {
  float: left;
  width: 50%;
  position: relative;
}
.blog-section .row:nth-child(odd) .post-image figure img {
  width: 100%;
}
.blog-section .row:nth-child(odd) .post-image::before {
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fcfcfc;
  border-top: 15px solid transparent;
  content: " ";
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-section .tg-blog-widget-layout-1 .blog-content:hover .entry-title a {
  color: #fff;
}
.blog-section .row:nth-child(odd) .blog-content {
  float: left;
  padding: 15px 5px 15px 20px;
  width: 50%;
}
.blog-section .row:nth-child(odd) .post-readmore {
  display: none;
}
.blog-section .row:nth-child(odd) .entry-title {
  line-height: 24px;
}
.blog-section .row:nth-child(odd) .entry-title a {
  font-size: 18px;
  font-weight: 700;
  color: #313b48;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a {
  color: #fff;
}
.blog-section .row:nth-child(odd) .entry-title a:hover {
  color: #30afb8;
}
.blog-section .row:nth-child(odd) .entry-meta {
  margin: 8px 0;
  color: #919191;
}
.blog-section .row:nth-child(odd) .entry-meta .fa {
  padding-right: 5px;
}
.blog-section .row:nth-child(odd) .entry-meta a {
  font-size: 12px;
  color: #919191;
}
.blog-section .row:nth-child(odd) .entry-meta .entry-author {
  margin-left: 15px;
}
.blog-section .row:nth-child(odd) .entry-summary {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}
.blog-section .tg-blog-widget-layout-1 {
  margin: 0;
}
.tg-blog-widget-layout-1 .entry-summary {
  max-height: 167px;
  overflow: hidden;
}
.blog-section .row:nth-child(even) {
  float: left;
  width: 100%;
  background-color: #fcfcfc;
}
.blog-section .row:nth-child(even) .post-image {
  float: right;
  position: relative;
  width: 50%;
}
.blog-section .row:nth-child(even) .post-image figure img {
  width: 100%;
}
.tg-blog-widget-layout-1 .tg-blog-widget .entry-summary {
  margin: 0;
}
.blog-section .row:nth-child(even) .post-image::before {
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fcfcfc;
  border-top: 15px solid transparent;
  content: " ";
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-section .row:nth-child(even) .blog-content {
  float: right;
  padding: 15px 5px 15px 20px;
  width: 50%;
}
.blog-section .row:nth-child(even) .post-readmore {
  display: none;
}
.blog-section .row:nth-child(even) .entry-title {
  line-height: 24px;
}
.blog-section .row:nth-child(even) .entry-title a {
  font-size: 18px;
  font-weight: 700;
  color: #313b48;
}
.blog-section .row:nth-child(even) .entry-title a:hover {
  color: #30afb8;
}
.blog-section .row:nth-child(even) .entry-meta {
  margin: 8px 0;
  color: #919191;
}
.blog-section .row:nth-child(even) .entry-meta .fa {
  margin-right: 5px;
}
.blog-section .row:nth-child(even) .entry-meta a {
  font-size: 12px;
  color: #919191;
}
.blog-section .row:nth-child(even) .entry-meta .entry-author {
  margin-left: 15px;
}
.blog-section .row:nth-child(even) .entry-summary {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}
.blog-section .tg-blog-widget {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover {
  background-color: #30afb8;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a {
  color: #fff;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a:hover {
  color: #313b48;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta {
  color: #fff;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta a {
  color: #fff;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-summary {
  color: #fff;
}
.blog-section .row:nth-child(odd) .tg-blog-widget:hover .post-image::before {
  border-right: 15px solid #30afb8;
}
.blog-section .row:nth-child(even) .tg-blog-widget:hover .post-image::before {
  border-left: 15px solid #30afb8;
}
.blog-section .tg-blog-widget-layout-1 .entry-title a:hover, .blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a:hover {
  color: #fff;
}
/*----------------- tg-blog-widget-layout-2 -----------------*/
.blog-section .tg-blog-widget-layout-2 .post-image {
  position: relative;
  width: auto;
  float: none;
}
.blog-section .tg-blog-widget-layout-2 .post-image img {
  width: 100%;
}
.blog-section .tg-blog-widget-layout-2 .post-image .entry-date {
  background: #30afb8;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
}
.blog-section .tg-blog-widget-layout-2 .post-image.image-none .entry-date {
  position: relative;
  display: inline-block;
}
.blog-section .tg-blog-widget-layout-2 .post-image .entry-date .fa {
  display: none;
}
.blog-section .tg-blog-widget-layout-2 .post-image .entry-date a {
  color: #fff;
  font-size: 12px;
}
.blog-section .tg-blog-widget-layout-2 .post-image::before {
  display: none;
}
.blog-section .tg-blog-widget-layout-2 .blog-content {
  float: none;
  padding: 0 10px;
  width: auto;
  text-align: left;
}
.blog-section .tg-blog-widget-layout-2 .entry-title a {
  font-size: 18px;
  line-height: 24px;
  display: block;
}
.tg-blog-widget-layout-2 .entry-title {
  margin-top: 15px;
}
.blog-section .tg-blog-widget-layout-2 .post-readmore {
  background: #30afb8;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 6px 12px;
  margin: 20px 0;
}
.blog-section .tg-blog-widget-layout-2 .post-readmore:hover {
  background: #2299a1;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container {
  background: #f6f6f6;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  margin-top: 20px;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author {
  float: left;
  color: #8e8e8e;
}
.tg-blog-widget-layout-2 .read-more-container .entry-author a {
  color: #8e8e8e;
  font-size: 12px;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author .fa {
  margin-right: 5px;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more {
  float: right;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more a {
  font-size: 12px;
  color: #30afb8;
}
.blog-section .tg-blog-widget-layout-2:hover {
  background-color: #FCFCFC;
}
.blog-section .tg-blog-widget-layout-2:hover .entry-meta a {
  color: #919191;
}
.tg-blog-widget-layout-2 .blog-content p {
  margin: 0 0 10px;
}
.blog-section .tg-blog-widget-layout-2 .entry-title a:hover, .blog-section .tg-blog-widget-layout-2 .read-more-container .read-more:hover a, .tg-blog-widget-layout-2 .read-more-container .entry-author:hover a, .tg-blog-widget-layout-2 .read-more-container .entry-author:hover {
  color: #239CA4;
}
/*--------------------------------------------------------------
Clients
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#top-footer {
  background-color: #00357d !important;
  padding: 4rem 0;
}
#top-footer .footer-logo {
  display: inline-block;
  width: 150px;
  margin-bottom: 2rem;
}
#top-footer .footer-logo .logo-image {
  float: left;
  padding: 5px;
}
#top-footer .footer-logo .site-title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  float: left;
  line-height: 42px;
}
#top-footer .widget {
  margin-bottom: 2rem;
}
#top-footer .textwidget {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.5em;
  font-weight: 400;
}
#top-footer .widget-title {
  font-size: 18px;
  border-left: 3px solid #30afb8;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 20px;
}
#top-footer .widget-title::first-letter {
  color: #30afb8;
}
#top-footer .widget ul {
  margin: 0;
}
#top-footer ul.menu li a:before {
  display: none;
}
#top-footer .widget ul.menu li {
  position: relative;
  padding: 0;
  margin-bottom: .5rem;
}
#top-footer .widget ul.menu li a, #top-footer .widget ul.menu li a:before {
  font-size: 14px;
  color: #FFFFFF !important;
  text-transform: none;
  letter-spacing: -0.25px;
}
#top-footer .widget ul.menu#menu-footer-menu-it li a, #top-footer .widget ul.menu#menu-footer-menu-en li a {
  text-transform: uppercase;
}
#top-footer .widget ul.menu li a:hover {
  color: #FFFFFF !important;
  text-decoration: underline;
}
#top-footer .widget.widget_nav_menu .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: #FFFFFF;
  border: 0;
  font-weight: 600;
  margin: 0 0 0.5em;
  padding: 0;
}
#top-footer .widget-title::first-letter {
  color: inherit !important;
}
#top-footer .widget-title::after {
  display: none;
}
#top-footer .sowb-button {
  padding: .75em 1em;
  letter-spacing: -1px;
  font-weight: 600;
}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover {
  color: #FFFFFF !important;
}
#bottom-footer {
  padding: 3rem 0;
  background-color: #ffffff;
  color: #332b2b;
  font-size: 14px;
  text-align: center;
}
#bottom-footer .copyright {
  float: left;
  width: 100%;
}
#bottom-footer .copyright-text p {
  margin-bottom: 0;
}
#bottom-footer .copyright-text a {
  color: #bcbaba;
}
#bottom-footer .copyright-text a:hover {
  color: #30afb8;
}
#bottom-footer .footer-menu {
  float: right;
  list-style: none;
  margin: 0;
}
#bottom-footer .social-menu {
  list-style: none;
  margin: 0;
}
#bottom-footer .copyright-wrapper {
  display: flex;
  justify-content: start;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
#bottom-footer .menu-social-container {
  margin-left: 0;
}
#bottom-footer .footer-menu ul li {
  float: left;
}
#bottom-footer .footer-menu ul li::after {
  content: "|";
  padding: 0 5px;
  color: #fff;
}
#bottom-footer .footer-menu ul li:last-child::after {
  display: none;
}
#bottom-footer .footer-menu ul li a {
  color: #fff;
  font-size: 12px;
}
#bottom-footer .footer-menu ul li a:hover {
  color: #30afb8;
}
.footer-menu li {
  float: left;
  padding: 0 0 0 15px;
}
.footer-menu li a {
  color: #fff;
  font-size: 12px;
}
.footer-menu li a:hover {
  color: #30afb8;
}
/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/
.entry-content-block {
  overflow: hidden;
}
.entry-meta .entry-date .updated:not(.published) {
  display: none;
}
.entry-content-block #primary .entry-title {
  font-size: 20px;
  line-height: 24px;
}
.entry-title a:hover {
  color: #30afb8;
}
.entry-content, .entry-summary {
  margin-top: 12px;
  color: #606060;
}
#primary .entry-footer span {
  color: #8e8e8e;
  font-size: 14px;
  margin-right: 15px;
}
#primary .entry-footer span .fa {
  margin-right: 5px;
}
#primary .entry-footer span a {
  color: #8e8e8e;
  font-size: 12px;
}
.navigation.posts-navigation {
  margin: 20px 0;
}
.entry-meta {
  font-size: 14px;
  color: #8e8e8e;
}
#secondary {
  float: right;
  width: 32.22%;
}
.widget-title {
	font-family: Montserrat,Helvetica,Arial,sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.5px;
	line-height: 1.25em;
	text-align: inherit;
	text-transform: uppercase;
	color: #333;
	position: relative;
	margin: 1rem 0 2rem;
}
h2.widget-title {
	text-transform: none;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #CCC;
	font-weight: 800;
	letter-spacing: -1px;
	font-size: 1.75em;
}
.widget-title::after {
    content: " ";
    left: 0;
    position: absolute;
    background: #00357d none repeat scroll 0 0;
    height: 5px;
    width: 30px;
    bottom: -10px;
    margin-left: 0;
}
h2.widget-title::after {
    display: none;
}
.widget-title.text-center {
  text-align: center;
}

.widget-title.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}
#secondary .widget {
  margin: 2.5em 0;
}
#secondary .widget ul {
  margin: 0;
}
#secondary .widget ul li {
  position: relative;
  padding: 0 0 10px 20px;
  font-size: 12px;
}
#secondary .widget ul li a {
  font-size: 12px;font-
}
#secondary .widget ul li a:hover {
  color: #30afb8;
}
.widget_post_list .post-list-block {
  margin-bottom: 20px;
  display: inline-block;
}
.widget_post_list .entry-thumbnail {
  float: left;
  margin-right: 30px;
  width: 20%;
}
.widget_post_list .entry-content-block {
  overflow: hidden;
}
.widget_post_list .entry-content-block .entry-title {
  line-height: 13px;
  margin-bottom: 18px;
}
.widget_post_list .entry-content-block .entry-title a {
  font-size: 12px;
}
.widget_post_list .entry-content-block .entry-meta a {
  color: #8e8e8e;
  font-size: 12px;
}
.widget_post_list .post-list-block .entry-content-block .entry-meta .entry-author {
  margin-left: 15px;
}
.widget_news_yearly_archive {
	list-style: none;
}
.blog .entry-thumbnail {
  float: left;
  width: 33.7%;
}
.blog .entry-content-block {
  width: 60%;
}
.blog .post:not(.post-thumbnail-displayed) .entry-content-block {
  width: 100%;
}
#primary .post .entry-content-block .entry-content {
  border: none;
}
.blog #primary .post .entry-content-block .entry-content p {
  margin: 0;
}
.grid-view #primary .post {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 1%;
  vertical-align: top;
  width: 48%;
}
.grid-view #primary .post .entry-thumbnail {
  width: 100%;
}
.grid-view #primary .post .entry-content-block {
  position: unset;
  width: 100%;
}
.entry-content-block .entry-title {
	margin-bottom: 0;
	font-size: 1.5em;
	line-height: 1.25em;
}
.grid-view .entry-header {
  margin-top: 10px;
}
#secondary .widget_wpcom_social_media_icons_widget ul li a {
  font-size: 30px;
}
/*--------------------------------------------------------------
Bread Crumb
--------------------------------------------------------------*/
.breadcrumb-trail.breadcrumbs {
  margin-bottom: 20px;
  padding: 60px 0;
  background-image: url(https://www.bugnion.eu/wp-content/uploads/2018/04/Fondo_1920x700-Homepage-campagna_logo-1.jpg);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.breadcrumb-trail.breadcrumbs:before {
  content: '';
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .75;
}
.page-id-11942 .breadcrumb-trail.breadcrumbs:before {
  opacity: .33;
}
.parent-pageid-11942 .breadcrumb-trail.breadcrumbs:before {
  opacity: 0;
}
.breadcrumb-trail.breadcrumbs .trail-title {
  font-size: 2em;
  padding: 0;
  position: relative;
}
#yoast-breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
#yoast-breadcrumbs span {
  font-size: 11px;
  color: #a1a1a1;
  position: relative;
  line-height: 18px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0px 0px 1px #FFF;
}
#yoast-breadcrumbs span a:after {
  display: inline-block;
  font: normal normal normal 11px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  padding: 0 5px;
  color: #a1a1a1;
}
.pageheader-medium {
  padding: 30px 0;
}
.pageheader-big {
  padding: 90px 0;
}
/*--------------------------------------------------------------
Post Page
--------------------------------------------------------------*/
.post {
  width: 100%;
}
.single .entry-content-block .entry-meta {
  margin-top: 0;
  margin-bottom: 20px;
}
.single .entry-content-block .entry-header {
  margin: 20px 0 5px;
}
.single .entry-thumbnail {
  margin-top: 20px;
  width: 100%;
}
.single .entry-thumbnail img {
  padding: 0;
}
.single .entry-content-block {
  width: 100%;
}
.single .entry-content-block .entry-title {
  font-size: 20px;
}
.single .entry-content-block .entry-meta .fa {
  padding-right: 5px;
}
.single .entry-content-block .entry-meta a {
  font-size: 12px;
}
.single .entry-content-block .entry-footer span {
  color: #8e8e8e;
  font-size: 14px;
  margin-right: 15px;
}
.single .entry-content-block .entry-footer span .fa {
  margin-right: 5px;
}
.single .entry-content-block .entry-footer span a {
  color: #8e8e8e;
  font-size: 12px;
}
.post .entry-content-block .entry-footer span a:hover {
  color: #30AFB8;
}
.author-description {
  border-bottom: 1px solid #c5c5c5;
  display: inline-block;
  padding: 0 0 30px;
}
.author-description .author-img {
  display: inline-block;
  width: 75px;
  float: left;
}
.author-description .author-description-block {
  width: calc(100% - 100px);
  float: right;
  display: inline-block;
}
.author-description .author-description-block .author-title {
  color: #313b48;
  font-weight: 700;
}
.author-description .author-description-block .author-summary {
  font-size: 12px;
}
.default-wp-page {
  margin: 0;
  padding: 30px 0;
  display: inline-block;
  border-bottom: 1px solid #c5c5c5;
}
.default-wp-page .previous {
  float: left;
  width: 46%;
}
.default-wp-page .previous a {
  display: inline-block;
}
.default-wp-page .previous a span {
  float: left;
}
.default-wp-page .previous a span:first-child {
  font-size: 30px;
  padding: 8px 0;
}
.default-wp-page .previous a span img {
  padding: 0 10px;
}
.default-wp-page .previous a .entry-title {
  display: inline-block;
  width: 60%;
  padding: 8px 0;
}
.default-wp-page .navigation-divider {
  display: inline-block;
  padding: 20px;
}
.default-wp-page .next {
  float: right;
  width: 46%;
}
.default-wp-page .next a {
  display: inline-block;
}
.default-wp-page .next a span {
  float: right;
}
.default-wp-page .next a span:first-child {
  font-size: 30px;
  padding: 8px 0;
}
.default-wp-page .next a span img {
  padding: 0 10px;
}
.default-wp-page .next a .entry-title {
  display: inline-block;
  width: 60%;
  padding: 8px 0;
  text-align: right;
}
/*--------------------------------------------------------------
404 page
--------------------------------------------------------------*/
.not-found .icon-404 .fa {
  font-size: 300px;
}
.content-404 {
  padding: 60px 0;
}
.not-found .page-header .page-title {
  font-size: 24px;
  line-height: 30px;
}
.not-found .page-content {
  margin: 30px 0;
}
.error404 #primary .widget {
  clear: both;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments {
  padding: 30px 0;
}
.comments-title {
  font-size: 25px;
  line-height: 30px;
}
.comment-list {
  margin: 0;
}
.comment-author {
  float: left;
  max-width: 100px;
}
.comment-author .says {
  display: none;
}
.comment-author img {
  margin-right: 30px;
  display: block;
  margin-bottom: 20px;
}
.comment-metadata {
  padding: 6px 0;
}
.comment-metadata a {
  color: #8e8e8e;
  font-size: 12px;
}
.comment-metadata .entry-author {
  margin-left: 15px;
}
.comment-content {
  overflow: hidden;
  font-weight: 500;
}
.comment-content p {
  margin: 0;
}
.comment-body .reply {
  margin-left: 100px;
  padding-top: 6px;
}
.comment-body .reply a {
  color: #8e8e8e;
  font-size: 12px;
  position: relative;
}
.comment-body .reply a::before {
  position: absolute;
  top: 50%;
  left: 100%;
  content: " ";
  width: 30px;
  border: 1px solid #c5c5c5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
}
.comment {
  border-bottom: 1px solid #c1c1c1;
  padding: 30px 0;
}
.comment .children {
  margin-left: 100px;
}
.comment .children .comment {
  padding: 0;
  border-bottom: none;
}
.comment .children .comment-body {
  border-bottom: 1px solid #c1c1c1;
  padding: 20px 0;
}
.comment .children .comment-body:last-child {
  border: none;
}
#respond {
  padding-bottom: 10px;
}
#respond #commentform .comment-form-comment #comment {
  background: #f9f9f9 none repeat scroll 0 0;
  resize: none;
}
#respond #commentform p {
  padding-bottom: 20px;
}
#respond #commentform p label {
  font-weight: 500;
}
#respond #commentform p input {
  background: #f9f9f9 none repeat scroll 0 0;
}
#respond #commentform .form-submit input {
  background: #30afb8;
  height: 45px;
  line-height: 30px;
}
/*--------------------------------------------------------------
WooCommerce
--------------------------------------------------------------*/
.woocommerce ul.products li.product a img, .woocommerce div.product div.images img {
  padding: 0;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
  background-color: #30afb8;
  border-radius: 0;
  font-size: 14px;
  line-height: 40px;
  margin: 7px;
  min-height: 40px;
  padding: 0 20px;
  top: 0;
  left: 0;
  right: auto;
}
.woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #30afb8;
  color: #fff;
}
.woocommerce ul.products li.product .button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #2299a1;
}
.added_to_cart.wc-forward {
  background-color: #30afb8;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  padding: 4px 17px;
  margin-top: 5px;
}
.added_to_cart.wc-forward:hover {
  background-color: #2299a1;
}
.added_to_cart.wc-forward::after {
  content: "\f23d";
  color: #fff;
  font-family: fontawesome;
  padding-left: 8px;
}
.woocommerce-Price-amount.amount {
  color: #30afb8;
}
.woocommerce .star-rating span {
  color: #FFAE65;
}
.widget_shopping_cart .buttons {
  text-align: center;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  padding: 5px 0;
  text-align: center;
}
.flash-cart-views .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 70px;
}
.woocommerce ul.products li.product .price del {
  margin-right: 5px;
  display: inline-block;
}
.woocommerce nav.woocommerce-pagination {
  text-align: left;
}
.add_to_wishlist, .yith-wcwl-wishlistexistsbrowse a, .woocommerce a.add_to_wishlist.button.alt {
  background-color: #30AFB8;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  border-radius: 3px;
}
.add_to_wishlist:hover, .yith-wcwl-wishlistexistsbrowse a:hover, .woocommerce a.add_to_wishlist.button.alt:hover {
  color: #fff;
  background: #1C9BA4;
}
.woocommerce a.add_to_wishlist.button.alt {
  margin-left: 10px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  float: left;
}
.yith-wcwl-add-to-wishlist {
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.product_meta {
  clear: both;
}
.woocommerce .quantity .qty {
  height: 33px;
  margin-right: 10px;
  width: 50px;
}
.feedback {
  display: block;
}
.yith-wcwl-wishlistexistsbrowse a:hover {
  background-color: #1C9BA4;
}
.feedback {
  display: block;
}
/*--------------------------------------------------------------
Fullpage
--------------------------------------------------------------*/
.fullpage-wrapper .fullpage-inner-wrapper .panel-grid, .fullpage-wrapper .fullpage-inner-wrapper .panel-row-style {
  height: 100%;
}
.fullpage-wrapper .fullpage-inner-wrapper .panel-row-style {
  align-items: center !important;
  justify-content: center;
}
.woocommerce .woocommerce-breadcrumb {
  float: right;
  margin: 0;
  padding: 14px 0;
}
.woocommerce .woocommerce-breadcrumb span {
  font-size: 12px;
  color: #a1a1a1;
  position: relative;
  line-height: 18px;
  padding: 0 14px;
}
.woocommerce .woocommerce-breadcrumb span::before {
  color: #a1a1a1;
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}
.woocommerce .woocommerce-breadcrumb span:first-of-type::before {
  content: none;
}
/*# sourceMappingURL=style.css.map */
/*--------------------------------------------------------------
theme style
--------------------------------------------------------------*/
.main-navigation .menu-toggle {
  display: inline-block;
  float: right;
}
.main-navigation ul.menu {
  background: #F9F9F9;
  display: none;
  left: 0;
  position: absolute;
  list-style: none;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 9999;
  padding: 0;
  max-width: 720px;
  margin: 0 auto;
}
.main-navigation ul.menu li {
  float: none;
  padding: 0 !important;
  border-bottom: 1px solid #EEE;
  margin: 0;
}
.main-navigation ul.menu li a {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.25px;
  color: #333;
  display: block;
  width: 100%;
  padding: 1em .5em !important;
  text-decoration: none;
}
.main-navigation ul.menu li a:hover,
.main-navigation ul.menu li.current-menu-item a,
.main-navigation ul.menu li.current_page_item a,
.main-navigation ul.menu li.current_page_ancestor a,
.main-navigation ul.menu li.current-menu-ancestor a {
  color: #00357d;
}
.main-navigation ul.sub-menu {
  position: static;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF;
  margin: 0;
  padding: 0 .5rem;
  transition: .250s all;
  box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
  display: none;
  list-style: none;
}
.main-navigation ul.sub-menu li {
  width: 100%;
}
.main-navigation ul.sub-menu li:not(:first-child) > a {
  border-top: 1px solid #00357d;
}
.main-navigation ul li.menu-item-has-children:hover > ul.sub-menu,
.main-navigation ul li.menu-item-has-children.focus > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}
@media (min-width: 992px) {
  .main-navigation .menu-toggle {
    display: none;
  }
  .main-navigation ul.menu {
    margin: 0;
    display: block !important;
    background: transparent;
    position: relative;
    left: auto;
    right: auto;
    z-index: auto;
    max-width: none;
    float: right;
    width: auto;
  }
  .main-navigation ul.menu li {
    float: left;
    position: relative;
    border: 0;
  }
  .main-navigation ul.sub-menu {
    position: absolute;
    top: 100%;
    z-index: 99999;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .main-navigation ul li.menu-item-has-children:hover > ul.sub-menu,
  .main-navigation ul li.menu-item-has-children.focus > ul.sub-menu {
    display: flex;
  }
}
.animate-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*--------------------------------------------------------------
Overlay CSS
--------------------------------------------------------------*/
.panel-row-style {
  position: relative;
}
.overlay-row {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.scroll-to-row {
  bottom: 30px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}
.scroll-to-row #scrolldown {
  border: 2px solid #fff;
  border-radius: 50px;
  display: inline-block;
  font: 0px/0px a;
  height: 50px;
  padding: 2px;
  width: 30px;
  position: relative;
}
.scroll-to-row #scrolldown::before {
  background-color: #fff;
  border-radius: 50%;
  content: " ";
  -webkit-animation: bounce 3s infinite;
  -moz-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
  display: inline-block;
  height: 7px;
  left: 40%;
  position: absolute;
  top: 50%;
  width: 7px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
service section style
--------------------------------------------------------------*/
.service-wrapper {
  display: inline-block;
}
.tg-service-widget.tg-service-layout-3 .service-image-wrap {
  border-radius: 100%;
  float: left;
  height: 80px;
  overflow: hidden;
  width: 80px;
}
.tg-service-widget.tg-service-layout-3 .service-image-wrap img {
  height: 100%;
  width: 100%;
}
.tg-service-widget.tg-service-layout-3 .service-icon-wrap {
  border-radius: 50%;
  height: 80px;
  line-height: 80px;
  width: 80px;
}
.tg-service-widget.tg-service-layout-3 .service-icon-wrap::after {
  display: none;
}
.tg-service-widget.tg-service-layout-3 .service-title-description-wrapper {
  float: right;
  width: calc(100% - 100px);
}
.tg-service-widget.tg-service-layout-3 .service-title-wrap {
  line-height: 24px;
  margin-top: 0;
}
.tg-service-widget.tg-service-layout-4 {
  background-color: #f8f8f8;
}
.tg-service-widget.tg-service-layout-4 .service-wrapper {
  text-align: center;
  padding: 20px;
}
.tg-service-widget.tg-service-layout-4 .service-icon-wrap {
  float: none;
  margin: 0 auto;
  background: none;
  color: #30afb8;
  font-size: 50px;
}
.tg-service-widget.tg-service-layout-4 .service-icon-wrap::after {
  display: none;
}
.tg-service-widget.tg-service-layout-4 .service-title-wrap {
  line-height: 24px;
  margin-top: 20px;
}
.tg-service-widget.tg-service-layout-4 .service-content-wrap {
  color: #777777;
  margin: 10px 0 10px;
}
.tg-service-widget.tg-service-layout-5 {
  position: relative;
  background-color: #f8f8f8;
  margin-top: 50px;
}
.tg-service-widget.tg-service-layout-5 .service-wrapper {
  text-align: center;
  padding: 40px 20px 20px;
}
.tg-service-widget.tg-service-layout-5 .service-image-wrap {
  background-color: #fff;
  border-radius: 50%;
  height: 100px;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
}
.tg-service-widget.tg-service-layout-5 .service-image-wrap img {
  border-radius: 50%;
  height: 100%;
  width: auto;
}
.tg-service-widget.tg-service-layout-5 .service-icon-wrap {
  float: none;
  margin: 0 auto;
  background: #fff;
  color: #30afb8;
  font-size: 32px;
  position: absolute;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  line-height: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tg-service-widget.tg-service-layout-5 .service-icon-wrap::after {
  display: none;
}
.tg-service-widget.tg-service-layout-5 .service-icon-wrap .fa {
  background-color: #30AFB8;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tg-service-widget.tg-service-layout-5 .service-title-wrap {
  line-height: 24px;
  margin-top: 20px;
}
.tg-service-widget.tg-service-layout-5 .service-content-wrap {
  color: #777777;
  margin: 10px 0 10px;
}
/*--------------------------------------------------------------
Animated counter style
--------------------------------------------------------------*/
.tg-fun-facts-widget.tg-fun-facts-layout-3 .fun-facts-icon-wrap {
  display: flex;
  float: left;
  margin: 0 20px 0 0;
}
.tg-fun-facts-widget.tg-fun-facts-layout-3 .counter-wrapper {
  margin: 0;
  display: flex;
}
.tg-fun-facts-widget.tg-fun-facts-layout-3 .fun-facts-title-wrap {
  display: flex;
}
.tg-fun-facts-widget.tg-fun-facts-layout-4 .fun-facts-icon-wrap {
  display: none;
}
.tg-fun-facts-widget.tg-fun-facts-layout-4 .counter-wrapper {
  margin: 0;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5 {
  border: 5px solid #313b48;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5:hover {
  border-color: #30AFB8;
  background-color: #30AFB8;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5:hover .fun-facts-icon-wrap .fa {
  color: #fff;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5:hover .counter-wrapper .counter {
  color: #fff;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5:hover .counter-wrapper .fa {
  color: #fff;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5:hover .fun-facts-title-wrap {
  color: #fff;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5 .fun-facts-title-wrap {
  color: #4c5867;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5 .fun-facts-icon-wrap .fa {
  color: #4c5867;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5 .counter-wrapper .counter {
  color: #4c5867;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5 .counter-wrapper .fa {
  color: #4c5867;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5 .fun-facts-icon-number-wrapper {
  display: inline-block;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5 .fun-facts-wrapper {
  padding: 50px 20px;
  text-align: center;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5 .fun-facts-icon-wrap {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 32px;
  line-height: 32px;
}
.tg-fun-facts-widget.tg-fun-facts-layout-5 .counter-wrapper {
  display: inline-block;
  margin: 0;
  font-size: 32px;
}
.tg-fun-facts-widget.tg-fun-facts-layout-6 {
  display: inline-block;
}
.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-icon-wrap {
  display: none;
}
.tg-fun-facts-widget.tg-fun-facts-layout-6 .counter-wrapper {
  margin-bottom: 0;
  display: inline-block;
}
.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-title-wrap {
  display: inline-block;
}
.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-icon-number-wrapper {
  display: block;
}
.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-wrapper {
  background-color: #30AFB8;
  display: inline-block;
  padding: 30px 0 30px 30px;
  position: relative;
  min-width: 200px;
}
.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-wrapper::before {
  background-color: #30AFB8;
  bottom: 0;
  content: " ";
  height: 77%;
  left: 100%;
  position: absolute;
  width: 30px;
}
.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-wrapper::after {
  border-bottom: 30px solid #30AFB8;
  border-right: 30px solid transparent;
  content: " ";
  left: 100%;
  position: absolute;
  top: 0;
}
/*--------------------------------------------------------------
Team section pro style
--------------------------------------------------------------*/
.tg-team-widget.tg-team-layout-4:hover .team-img::before {
  visibility: visible;
  opacity: 1;
}
.tg-team-widget.tg-team-layout-4:hover .team-img::after {
  visibility: visible;
  opacity: 1;
}
.tg-team-widget.tg-team-layout-4 .team-content-wrapper {
  text-align: left;
  padding: 20px 30px;
  background-color: #fff;
  border-bottom: 3px solid #30AFB8;
  position: relative;
}
.tg-team-widget.tg-team-layout-4 .team-content-wrapper .team-title {
  padding-right: 100px;
}
.tg-team-widget.tg-team-layout-4 .team-social {
  background: transparent none repeat scroll 0 0;
  display: block;
  left: auto;
  margin-left: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: auto;
}
.tg-team-widget.tg-team-layout-4 .team-social a {
  color: #989898;
}
.tg-team-widget.tg-team-layout-4 .team-content {
  display: none;
}
.tg-team-widget.tg-team-layout-4 .team-designation::after {
  display: none;
}
.tg-team-widget.tg-team-layout-4 .team-social a:first-child {
  margin: 0 8px 0 0;
}
.tg-team-widget.tg-team-layout-4 .team-img {
  position: relative;
}
.tg-team-widget.tg-team-layout-4 .team-img::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: " ";
  background-color: rgba(48, 175, 184, 0.6);
  width: 90%;
  height: 90%;
  opacity: 0;
  visibility: hidden;
}
.tg-team-widget.tg-team-layout-4 .team-img::after {
  content: "\f067";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tg-team-widget.tg-team-layout-5:hover .team-content-wrapper {
  visibility: visible;
  opacity: 1;
}
.tg-team-widget.tg-team-layout-5 .team-title {
  color: #fff;
}
.tg-team-widget.tg-team-layout-5 .team-wrapper {
  position: relative;
}
.tg-team-widget.tg-team-layout-5 .team-wrapper .team-content-wrapper .team-content {
  color: #fff;
}
.tg-team-widget.tg-team-layout-5 .team-social {
  left: auto;
  margin-left: 0;
  padding: 0;
  position: static;
  right: auto;
  width: 100px;
  display: inline-block;
}
.tg-team-widget.tg-team-layout-5 .team-content-wrapper {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  padding: 30px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.tg-team-widget.tg-team-layout-5 .team-content-wrapper .team-desc-wrapper {
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tg-team-widget.tg-team-layout-5 .team-designation {
  color: #30AFB8;
}
.tg-team-widget.tg-team-layout-5 .team-designation::after {
  display: none;
}
.tg-team-widget.tg-team-layout-5 .team-content {
  margin: 10px 0;
}
.tg-team-widget.tg-team-layout-5 .team-social {
  background: none;
}
.tg-team-widget.tg-team-layout-5 .team-social a {
  color: #30AFB8;
}
.tg-team-widget.tg-team-layout-5 .team-social a:first-child {
  margin: 0 8px 0 0;
}
/*--------------------------------------------------------------
Blog section pro style
--------------------------------------------------------------*/
.blog-section .blog-wrapper.tg-blog-widget-layout-3 .tg-blog-widget {
  text-align: center;
  background-color: #fafafa;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-3 .tg-blog-widget:hover .entry-meta .entry-date .fa {
  color: #fff;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-3 .tg-blog-widget:hover .entry-summary {
  color: #606060;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-3 .entry-author:hover a, .blog-section .blog-wrapper.tg-blog-widget-layout-3 .entry-author:hover .fa {
  color: #30AFB8;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-3 .entry-title {
  font-size: 18px;
  line-height: 24px;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-3 .entry-date {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #30AFB8;
  color: #fff;
  padding: 2px 5px;
  margin-top: -15px;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-3 .entry-date a {
  color: #fff;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-3 .blog-content {
  position: relative;
  padding: 30px 20px 0;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-blog-widget:hover .entry-meta .fa {
  color: #919191;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-blog-widget:hover .entry-meta a {
  color: #919191;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-blog-widget:hover .entry-meta .entry-date .fa {
  color: #fff;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-blog-widget:hover .entry-summary {
  color: #606060;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .blog-content {
  background-color: none;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container {
  border-top: 1px solid #e3e3e3;
  margin-top: 30px;
  padding-top: 10px;
  position: relative;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container span a {
  color: #919191;
  font-size: 12px;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container span:hover a, .blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container span:hover .fa {
  color: #30AFB8;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container:before {
  background-color: #30AFB8;
  content: " ";
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 0;
  width: 50px;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container .fa {
  margin-right: 5px;
  color: #919191;
  font-size: 12px;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container .read-more {
  display: inline-block;
  float: right;
  font-size: 12px;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container .read-more a {
  color: #30AFB8;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container .read-more a:hover {
  color: #2299a1;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-5 .tg-blog-widget {
  position: relative;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-5 .tg-blog-widget:hover .entry-date a {
  color: #fff;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-5 .tg-blog-widget:hover .entry-summary {
  color: #606060;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-5 .blog-content {
  left: 70px;
  padding: 20px;
  position: relative;
  width: calc(100% - 75px);
  background-color: #f9f9f9;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-5 .blog-content p {
  margin: 0;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-title {
  font-size: 18px;
  line-height: 24px;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-author:hover a, .blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-author:hover .fa {
  color: #30AFB8;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-date {
  background-color: #30AFB8;
  left: -70px;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 70px;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-date .fa {
  display: none;
}
.blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-date a {
  font-size: 18px;
  color: #fff;
}
/*--------------------------------------------------------------
testimonial section pro style
--------------------------------------------------------------*/
.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-icon {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testimonial-content-wrapper {
  background: none;
  padding: 0;
  text-align: center;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testimonial-client-detail .testimonial-img {
  float: none;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testimonial-client-detail .testimonial-img img {
  border-radius: 50%;
  border: 3px solid #32b3d3;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testimonial-client-detail .client-detail-block {
  margin: 20px 0 0;
  display: block;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testimonial-client-detail .client-detail-block .testimonial-title {
  color: #32b3d3;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testominial-content-wrapper::before {
  display: none;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-slide {
  background: #f6f6f6;
  padding: 20px;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-client-detail {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail {
  text-align: center;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .client-detail-block .testimonial-title {
  color: #30AFB8;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-img {
  float: none;
  border: 2px solid #3cb6d5;
  border-radius: 50%;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-img img {
  border-radius: 50%;
  border: 4px solid #fff;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper {
  background-color: transparent;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper .testimonial-icon {
  width: 20px;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper .testimonial-content {
  margin-left: 0;
  width: calc(100% - 40px);
}
.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper::before {
  display: none;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail {
  text-align: center;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail .testimonial-img {
  display: none;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper {
  background: none;
  padding: 0;
  text-align: center;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper::before {
  display: none;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper .testimonial-icon {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 23px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper .testimonial-content {
  color: #fff;
  width: 100%;
  margin: 30px 0;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .client-detail-block .testimonial-title {
  color: #fff;
  position: relative;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .client-detail-block .testimonial-title::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -20px;
}
.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .client-detail-block .testimonial-degicnation {
  color: #fff;
}
/*--------------------------------------------------------------
Header section pro style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-top {
  background-color: #f1f5f8;
}
.header-top .tg-container {
  display: flex;
  align-items: center;
}
.header-top .tg-container .right-content p, .header-top .tg-container .left-content p {
  margin: 0;
}
.header-top .contact-info {
  line-height: 30px;
  margin: 0;
  list-style: none;
}
.header-top .right-content {
  margin-left: auto;
}
.header-top .left-content {
  margin-right: auto;
}
.header-top .wpml-button, .header-top .right-content, .header-top .left-content {
  width: auto;
}
.header-top .contact-info li {
  float: left;
  font-size: 12px;
  color: #384554;
  margin-right: 30px;
  padding: 5px 0;
}
.header-top .contact-info li:last-child {
  margin-right: 0;
}
.header-top .social-menu {
  line-height: 30px;
  margin: 0;
  list-style: none;
}
.wpml-button-left {
  margin-right: 10px;
}
.wpml-button-right {
  margin-left: 10px;
}
#lang_sel {
  height: 33px;
}
.header-top #lang_sel a, .header-top #lang_sel ul ul a {
  border: medium none;
  padding: 8px 0 8px 10px;
  font-size: 14px;
}
.social-menu li {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  padding: 5px 0;
}
.header-top .social-menu li:first-child {
  margin-left: 0;
}
#lang_sel img.iclflag {
  padding: 0;
  top: 0;
}
/*.header-top #lang_sel a,.header-top #lang_sel a span, #lang_sel a.lang_sel_sel{
	color: #fff;
}*/
.header-top #lang_sel li ul a {
  color: #fff;
}
.header-top #lang_sel li ul a:visited, .header-top #lang_sel li ul a:hover {
  color: #fff;
}
.header-top #lang_sel a {
  color: #fff;
}
.header-top #lang_sel a.lang_sel_sel, .header-top #lang_sel a:hover {
  color: #fff;
}
.header-top #lang_sel a.lang_sel_sel {
  background-color: #30afb8;
}
.header-top #lang_sel a.lang_sel_sel:hover {
  color: #fff;
  background-color: #2fadb6;
}
.header-top #lang_sel a.lang_sel_sel:visited {
  background-color: #30afb8;
}
.header-top #lang_sel li ul a {
  background-color: #30afb8;
}
.header-top #lang_sel li ul a:link, .header-top #lang_sel li ul a:visited {
  background-color: #30afb8;
}
#lang_sel ul ul {
  top: 100%;
}
span.post_lang {
  float: right;
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.contact-info span {
  font-size: 16px;
  padding-right: 10px;
  color: #99a3b0;
}
.header-bottom .tg-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: none;
}
.header-bottom .site-navigation-wrapper {
  flex: 6;
}
.header-bottom .header-action-container {
  display: flex;
}
/*-----------------Social menu-----------------*/
.social-menu li a {
  background-color: #fff;
  border-radius: 100%;
  font-size: 12px;
  font-family: fontawesome;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  color: #99a3b0;
  text-decoration: none;
}
.transparent .social-menu li a {
  background-color: transparent;
  border: none;
  color: #fff;
  height: auto;
  width: auto;
}
.social-menu li a[href*='facebook.com']::before {
  content: '\f09a';
}
.social-menu li a[href*='linkedin.com']::before {
  content: '\f0e1';
}
.social-menu li a[href*='twitter.com']::before {
  content: '\f099';
}
.social-menu li a[href*='plus.google.com']::before {
  content: '\f0d5';
}
.social-menu li a:hover {
  color: #333333;
}
.transparent .social-menu li a {
  color: #fff;
}
.transparent .social-menu li a:hover {
  color: #99a3b0;
}
.transparent .is-sticky .social-menu li a {
  color: #333333;
}
/*-----------------Logo-----------------*/
.logo {
  padding: 15px 0;
}
.header-top .tg-column-wrapper {
  margin-left: 0;
}
.header-top .left-content {
  text-align: left;
}
.header-top .right-content {
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
}
.header-top a {
  color: #333;
  text-decoration: none;
}
.site-header .tg-image-widget a img {
  padding: 0;
}
.header-sticky.header-top-bar-non-sticky .is-sticky .header-bottom {
  z-index: 999 !important;
}
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom {
  background-color: #fff;
}
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom .search-wrap .search-icon {
  color: #99a3b0;
  border-color: #99a3b0;
}
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom .search-wrap .search-icon:hover {
  color: #30afb8;
  border-color: #30afb8;
}
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom .cart-wrap .flash-cart-views a {
  color: #99a3b0;
  border-color: #99a3b0;
}
body.transparent.header-top-bar-non-sticky #masthead .is-sticky #site-navigation ul li a {
  color: #4c5867;
}
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .logo .logo-text a {
  color: #4c5867;
}
body.transparent.header-top-bar-non-sticky #masthead .is-sticky .logo .logo-text .site-description {
  color: #4c5867;
}
.header-bottom .header-text-beside-logo {
  float: right;
}
.header-bottom .contact-info {
  margin: 0;
  padding: 20px 0;
}
.header-bottom .contact-info li {
  display: table-cell;
  padding: 0 12px;
}
.header-bottom .contact-info span {
  background-color: #30afb8;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin-right: 15px;
  padding: 0;
  text-align: center;
  width: 45px;
}
.left-logo-below-menu .header-bottom .tg-container, .center-logo-below-menu .header-bottom .tg-container {
  flex-direction: column;
}
.left-logo-below-menu .header-bottom #site-navigation, .center-logo-below-menu .header-bottom #site-navigation {
  float: left;
}
.left-logo-below-menu .header-bottom .logo-header-components-wrapper, .left-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-below-menu .header-bottom .logo-header-components-wrapper, .center-logo-below-menu .header-bottom .site-navigation-wrapper {
  width: 100%;
}
.left-logo-below-menu .menu-social-container, .center-logo-below-menu .menu-social-container {
  float: right;
}
.left-logo-below-menu .menu-social-container .social-menu, .center-logo-below-menu .menu-social-container .social-menu {
  float: right;
  margin: 0;
}
.left-logo-below-menu .header-bottom .header-action-container, .center-logo-below-menu .header-bottom .header-action-container {
  display: none;
}
.left-logo-below-menu .header-bottom .site-navigation-container, .center-logo-below-menu .header-bottom .site-navigation-container {
  display: flex;
  align-items: center;
}
.left-logo-below-menu .header-bottom .site-navigation-container .header-action-container, .center-logo-below-menu .header-bottom .site-navigation-container .header-action-container {
  display: flex;
  margin-left: auto;
}
.left-logo-below-menu .is-sticky .logo-header-components-wrapper, .center-logo-below-menu .is-sticky .logo-header-components-wrapper {
  display: inline-block;
  float: left;
}
.left-logo-below-menu .is-sticky .site-navigation-wrapper, .center-logo-below-menu .is-sticky .site-navigation-wrapper {
  display: inline-block;
  float: right;
}
.left-logo-below-menu .is-sticky .site-navigation-container, .left-logo-below-menu .is-sticky .logo-header-component-container, .center-logo-below-menu .is-sticky .site-navigation-container, .center-logo-below-menu .is-sticky .logo-header-component-container {
  width: auto;
  display: inline-block;
}
.center-logo-below-menu .logo-header-component-container {
  text-align: center;
}
.center-logo-below-menu .logo {
  float: none;
}
.left-logo-right-menu .header-bottom .header-text-beside-logo {
  display: table-cell;
  float: none;
}
.left-logo-right-menu .header-bottom .widget-area {
  display: table-cell;
}
.left-logo-right-menu .header-bottom .header-action-container {
  margin-left: auto;
}
.widget-area {
  display: inline-block;
  float: right;
}
.transparent .header-text-beside-logo a, .transparent .header-text-beside-logo {
  color: #fff;
}
.transparent .is-sticky .header-text-beside-logo a, .transparent .is-sticky .header-text-beside-logo {
  color: #404040;
}
.colored-social-menu .header-top .social-menu li a[href*='facebook.com'] {
  color: #303792;
}
.colored-social-menu .header-top .social-menu li a[href*='twitter.com'] {
  color: #68beef;
}
.colored-social-menu .header-top .social-menu li a[href*='plus.google.com'] {
  color: #c5463f;
}
.colored-social-menu .header-top .social-menu li a[href*='linkedin.com'] {
  color: #1d73bc;
}
.colored-social-menu .header-top .social-menu li a[href*='tumblr.com'] {
  color: #36465d;
}
.colored-social-menu .header-top .social-menu li a[href*='instagram.com'] {
  color: #012840;
}
.social-menu li a[href*='instagram.com']::before {
  content: '\f16d';
}
.social-menu li a[href*='vimeo.com']::before {
  content: '\f27d';
}
.social-menu li a[href*='tumblr.com']::before {
  content: '\f173';
}
/*---social aggiunti---*/
.social-menu li a[href*='youtube.com']::before {
  content: '\f16a';
}
/*--fine social aggiunti--*/
.square-social-menu .header-top .social-menu li a {
  border-radius: 0;
}
.no-background-social-menu .header-top .social-menu li a {
  background-color: transparent;
}
.wp-custom-header-video-play {
  font: 0px/0px a;
}
.wp-custom-header-video-play::before {
  content: '\f04c';
  font-size: 30px;
  color: #fff;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wp-custom-header-video-pause {
  font: 0px/0px a;
}
.wp-custom-header-video-pause::before {
  content: '\f04b';
  font-size: 30px;
  color: #fff;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wp-custom-header-video-button {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wp-custom-header:hover .wp-custom-header-video-button {
  opacity: 0.6;
  visibility: visible;
}
.header-video-active .wp-custom-header {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.header-video-active .wp-custom-header iframe, .header-video-active .wp-custom-header object, .header-video-active .wp-custom-header embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-bottom {
  background: #fff;
}
.header-bottom .search-wrap {
  padding: 20px 0 20px 20px;
  position: relative;
}
/*-----------------Header Search and Cart-----------------*/
.transparent.header-sticky .search-icon:hover, .transparent .search-icon:hover {
  border-color: #30afb8;
  color: #30afb8;
}
.header-bottom .search-icon {
  border: 1px solid #9ca6b2;
  border-radius: 100%;
  color: #99a3b0;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: right;
}
.header-bottom .search-icon:hover {
  border-color: #30afb8;
  color: #30afb8;
}
.header-bottom .search-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 300px;
  top: 100%;
  right: -10px;
  background-color: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-bottom .search-box.active {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 9;
}
.header-bottom .search-box .search-field {
  width: 80%;
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #a1a1a1;
}
.header-bottom .search-box .btn {
  background: #30afb8;
}
.header-bottom .search-box .btn:hover {
  background: #2299a1;
}
.searchform {
  position: relative;
}
.searchform input[type="search"],
.searchform input[type="search"]:hover,
.searchform input[type="search"]:focus {
  border: 0;
  border-bottom: 2px solid #00357d !important;
  width: 100%;
  padding: 1rem 3rem 1rem 0;
  height: auto;
  font-weight: 500;
  outline: none !important;
}

.searchform .search-btn {
  position: absolute;
  right: 0;
  height: 100%;
  width: 3rem;
  padding: 0;
  text-align: center;
  font-size: 1.1em;
  background: transparent;
  color: #00357d;
}

.searchform .search-btn:hover {
  background-color: #00357d;
  color: #ffffff;
}
.header-bottom .cart-wrap, .header-bottom .wishlist-wrap {
  float: right;
  padding: 20px 0 20px 30px;
  position: relative;
}
.header-bottom .flash-cart-views, .header-bottom .wishlist {
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 1px solid #9ca6b2;
  border-radius: 100%;
  text-align: center;
}
.header-bottom .flash-cart-views a, .header-bottom .wishlist a {
  color: #99a3b0;
  position: relative;
}
.header-bottom .flash-cart-views a span, .header-bottom .wishlist a span {
  background-color: #30afb8;
  border-radius: 100%;
  font-size: 12px;
  left: 17px;
  position: absolute;
  top: -10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.header-bottom .widget_shopping_cart {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -10px;
  min-width: 250px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
}
.header-bottom .widget_shopping_cart ul {
  margin: 0;
}
.header-bottom .widget_shopping_cart ul li {
  text-align: center;
}
.header-bottom .cart-wrap:hover .widget_shopping_cart {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 9;
}
.boxed {
  width: 1200px;
  margin: 0 auto;
}
.boxed .site {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3);
  margin: 30px 0;
  position: relative;
}
.boxed .tg-container {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 980px) {
  .boxed .tg-container {
    width: 98%;
  }
}
.transparent #masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.transparent .header-top {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.transparent .contact-info span, .transparent .contact-info li {
  color: #fff;
}
.transparent .header-bottom {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.transparent .logo-text {
  color: #fff;
}
.transparent .logo-text a {
  color: #fff;
}
.transparent #site-navigation .menu-toggle .fa, .transparent #site-navigation ul li .sub-toggle {
  color: #fff;
}
.transparent.header-sticky #site-navigation ul li:hover > a {
  color: #30afb8;
}
.transparent .is-sticky #site-navigation ul li .sub-toggle {
  color: #333333;
}
.transparent #site-navigation ul.sub-menu li {
  padding: 0;
}
.transparent #site-navigation ul li a {
  color: #fff;
  display: inline-block;
}
.transparent #site-navigation ul li:hover .sub-toggle {
  color: #30afb8;
}
.transparent #site-navigation ul li:hover a {
  color: #30afb8;
  position: relative;
  visibility: none;
}
.transparent #site-navigation ul.sub-menu li a {
  color: #4c5867;
  padding: 10px 30px;
}
.transparent #site-navigation ul.sub-menu li a::before {
  display: none;
}
.transparent #site-navigation ul.sub-menu li:hover a {
  color: #30afb8;
}
.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li a {
  color: #4c5867;
}
.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li:hover a {
  color: #30afb8;
}
.transparent .wishlist, .transparent .flash-cart-views {
  border-color: #fff;
}
.transparent .wishlist a, .transparent .flash-cart-views a {
  color: #fff;
}
.transparent .search-icon {
  color: #fff;
  border-color: #fff;
}
.right-logo-left-menu .header-bottom .tg-container {
  flex-direction: row-reverse;
}
.right-logo-left-menu .header-bottom #site-navigation, .right-logo-left-menu .header-bottom #mega-menu-wrap-primary {
  float: left;
}
.right-logo-left-menu .header-bottom .header-action-container {
  margin-right: auto;
  flex-direction: row-reverse;
}
.right-logo-left-menu .header-bottom .header-action-container .cart-wrap, .right-logo-left-menu .header-bottom .header-action-container .search-wrap, .right-logo-left-menu .header-bottom .header-action-container .wishlist-wrap {
  padding-left: 0;
  padding-right: 30px;
}
.right-logo-left-menu .header-bottom .search-box {
  left: -10px;
}
.right-logo-left-menu .header-bottom .search-box.active {
  right: auto;
  left: 0;
}
.right-logo-left-menu .header-bottom .widget_shopping_cart {
  left: 0;
}
.center-logo-below-menu .logo .logo-text, .center-logo-below-menu .logo .logo-image {
  float: none;
}
.center-logo-below-menu #site-navigation {
  float: left;
}
.center-logo-below-menu .header-bottom .tg-container {
  text-align: center;
}
.center-logo-below-menu .header-bottom .header-action-container {
  display: none;
}
.center-logo-below-menu .header-bottom .site-navigation-container {
  display: flex;
}
.center-logo-below-menu .header-bottom .site-navigation-container .header-action-container {
  display: flex;
  margin-left: auto;
}
.center-logo-center-menu .header-bottom .tg-container {
  flex-direction: column;
}
.center-logo-center-menu .header-bottom .center-menu-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-logo-center-menu .header-bottom .center-menu-wrapper .site-navigation-wrapper {
  flex: none;
}
.center-logo-center-menu .logo {
  text-align: center;
}
.center-logo-center-menu .logo .logo-image, .center-logo-center-menu .logo .logo-text {
  float: none;
  text-align: center;
  float: none;
}
.center-logo-center-menu .is-sticky .logo {
  float: left;
  width: auto;
}
.center-logo-center-menu .is-sticky #site-navigation {
  float: right;
}
.center-logo-center-menu .site-navigation-container {
  text-align: center;
}
.center-logo-center-menu #site-navigation {
  display: inline-block;
  float: none;
}
.center-logo-menu-side .split-menu-logo-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.center-logo-menu-side .split_right {
  display: flex;
  align-items: center;
}
.center-logo-menu-side #site-navigation {
  display: flex;
  align-items: center;
  width: 36%;
  justify-content: space-between;
}
.center-logo-menu-side #site-navigation .menu-toggle {
  margin-left: 0;
  margin-right: 20px;
}
.center-logo-menu-side #site-navigation .header-action-container {
  display: flex;
}
.center-logo-menu-side #site-navigation .header-action-container > div:first-child {
  padding: 20px 0 20px 10px;
}
.center-logo-menu-side #site-navigation.split-mobile-menu {
  display: none;
}
.center-logo-menu-side .header-action-container {
  display: none;
}
@media (min-width: 980px) {
  .right-logo-left-menu .header-bottom #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link, .center-logo-below-menu .header-bottom #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link, .left-logo-below-menu .header-bottom #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link {
    padding-left: 0;
  }
  .center-logo-menu-side .header-bottom #mega-menu-wrap-split_left #mega-menu-split_left > li.mega-menu-item:first-child > a.mega-menu-link {
    padding-left: 0;
  }
  .center-logo-menu-side .header-bottom #mega-menu-wrap-split_right #mega-menu-split_right > li.mega-menu-item:first-child > a.mega-menu-link {
    padding-left: 0;
  }
}
.header-sticky .is-sticky #masthead {
  z-index: 99 !important;
}
.header-sticky .is-sticky .header-top {
  background: #f1f5f8;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-sticky .is-sticky .header-bottom {
  background: #fff;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.transparent.header-sticky #masthead {
  left: auto;
}
.transparent.header-sticky .header-top {
  display: none;
}
.transparent.header-sticky .header-bottom {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.transparent.header-sticky #site-navigation .menu-toggle .fa, .transparent.header-sticky #site-navigation ul li a {
  color: #fff;
}
.transparent.header-sticky .cart-wrap .flash-cart-views a {
  color: #fff;
}
.transparent.header-sticky #site-navigation ul.sub-menu li a {
  color: #333333;
}
.transparent.header-sticky #site-navigation ul.sub-menu li a:hover {
  color: #30afb8;
}
.transparent.header-sticky .cart-wrap .flash-cart-views {
  border-color: #fff;
}
.transparent.header-sticky .search-wrap .search-icon {
  color: #fff;
  border-color: #fff;
}
.transparent.header-sticky .is-sticky #masthead {
  z-index: 99 !important;
}
.transparent.header-sticky .is-sticky .header-top {
  background: #f1f5f8;
  border: none;
  color: #333333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transparent.header-sticky .is-sticky .header-bottom {
  background: #fff;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transparent.header-sticky .is-sticky .contact-info li {
  color: #333333;
}
.transparent.header-sticky .is-sticky .contact-info li span {
  color: #333333;
}
.transparent.header-sticky .is-sticky .logo-text {
  color: #333333;
}
.transparent.header-sticky .is-sticky .logo-text a {
  color: #333333;
}
.transparent.header-sticky .is-sticky #site-navigation .menu-toggle .fa {
  color: #333333;
}
.transparent.header-sticky .is-sticky #site-navigation ul li a, .transparent.header-sticky .is-sticky #site-navigation ul.sub-menu li a {
  color: #333333;
}
.transparent.header-sticky .is-sticky .wishlist, .transparent.header-sticky .is-sticky .flash-cart-views {
  border-color: #333333;
}
.transparent.header-sticky .is-sticky .wishlist a, .transparent.header-sticky .is-sticky .flash-cart-views a {
  color: #333333;
}
.transparent.header-sticky .is-sticky .search-icon {
  color: #333333;
  border-color: #333333;
}
.transparent.header-sticky .custom-logo, .transparent.header-sticky .is-sticky .transparent-logo {
  display: none;
}
.transparent-logo {
  display: none;
}
.transparent .custom-logo {
  display: none;
}
.transparent.header-sticky .is-sticky .custom-logo, .transparent.header-sticky .transparent-logo {
  display: inline-block;
}
.transparent .transparent-logo {
  display: inline-block;
}
#wp-custom-header-video {
  display: block;
  min-height: 300px;
  min-height: 75vh;
  width: 100%;
}
.wp-custom-header {
  position: relative;
  text-align: center;
}
.wp-custom-header-video-button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.boxed.left-logo-below-menu .site-navigation-container, .boxed.center-logo-below-menu .site-navigation-container, .boxed.center-logo-menu-above .site-navigation-container, .boxed.left-logo-below-menu .header-bottom .logo-header-component-container, .boxed.center-logo-below-menu .header-bottom .logo-header-component-container, .boxed.center-logo-menu-above .header-bottom .logo-header-component-container {
  width: 100%;
}
.split-mobile-menu {
  display: none;
}
/*--------------------------------------------------------------
Call to action style
--------------------------------------------------------------*/
.tg-cta-widget-layout-2 {
  display: table;
  width: 100%;
}
.tg-cta-widget-layout-2 .section-title-wrapper {
  display: table-cell;
  margin: 0 !important;
  vertical-align: middle;
}
.tg-cta-widget-layout-2 .section-title-wrapper .section-title {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  line-height: 35px;
  margin: 0;
}
.tg-cta-widget-layout-2 .section-title-wrapper .section-subtitle {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10;
}
.tg-cta-widget-layout-2 .btn-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.tg-cta-widget-layout-2 .btn-wrapper a {
  display: inline-block;
  margin-left: 0;
}
.cta-wrapper.left .section-title, .cta-wrapper.left .section-subtitle, .cta-wrapper.left .section-title-wrapper {
  text-align: left;
}
.cta-wrapper.left .btn-wrapper {
  text-align: left;
}
.cta-wrapper.right .section-title, .cta-wrapper.right .section-subtitle, .cta-wrapper.right .section-title-wrapper {
  text-align: right;
}
.cta-wrapper.right .btn-wrapper {
  text-align: right;
}
/*--------------------------------------------------------------
Pricing Table CSS
--------------------------------------------------------------*/
.popular-batch {
  background-color: #2299A1;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-right: -25px;
  position: absolute;
  right: 0;
  top: 17px;
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
  width: 107px;
}
.tg-pricing-widget-block .pricing-table-title {
  color: #313b48;
  font-size: 22px;
}
.tg-pricing-widget-block .pricing {
  line-height: 20px;
  margin: 20px 0;
}
.tg-pricing-widget-block .pricing .pricing-table-icon-wrapper {
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
}
.tg-pricing-widget-block .pricing .price {
  font-size: 66px;
  line-height: 68px;
  color: #313b48;
}
.tg-pricing-widget-block .pricing .time {
  width: 100%;
  font-size: 14px;
  display: inline-block;
}
.tg-pricing-widget-block .btn-wrapper {
  margin-top: 30px;
  text-align: center;
}
.tg-pricing-widget-block .btn-wrapper a {
  background-color: #e7e7e7;
  border-radius: 50px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 125px;
  font-size: 14px;
  color: #313b48;
}
.tg-pricing-widget-block .pricing-table-features {
  margin: 0;
}
.tg-pricing-widget-block .pricing-table-features li {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
.tg-pricing-widget-block .pricing-table-features li:last-child {
  border: none;
}
.tg-pricing-widget-block.tg-pricing-table-layout-1 {
  text-align: center;
  padding: 20px 0;
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover {
  background-color: #30AFB8;
}
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing-table-title {
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing {
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing .price {
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing-table-features li {
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .btn-wrapper a {
  background-color: #2299A1;
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-2 {
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing {
  background-color: #30AFB8;
  color: #fff;
  padding: 10px 0;
  position: relative;
}
.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing .pricing-table-icon-wrapper {
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
}
.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing .price {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing .time {
  width: 100%;
  font-size: 14px;
  display: inline-block;
}
.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing::before {
  border-right: 20px solid transparent;
  border-bottom: 20px solid #30AFB8;
  top: 100%;
  content: " ";
  left: 50%;
  margin-top: -12px;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.tg-pricing-widget-block.tg-pricing-table-layout-2 .btn-wrapper a {
  background-color: #30AFB8;
  border-radius: 0;
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-2 .btn-wrapper a:hover {
  background-color: #2299A1;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3 {
  text-align: center;
  padding: 0 0 20px 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-title-wrapper {
  padding: 30px;
  background-color: #444444;
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-title, .tg-pricing-widget-block.tg-pricing-table-layout-3 .price {
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing {
  margin-top: 0;
  margin-bottom: 5px;
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-title {
  font-size: 18px;
  color: #30AFB8;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-icon-wrapper, .tg-pricing-widget-block.tg-pricing-table-layout-3 .price {
  vertical-align: middle;
  font-size: 50px;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-features li {
  border: none;
  padding: 15px 0;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-features li:nth-child(2n+1) {
  background-color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3 .btn-wrapper a {
  background-color: #30AFB8;
  border-radius: 0;
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3 .btn-wrapper a:hover {
  background-color: #2299A1;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3.featured-pricing {
  margin-top: -5%;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3.featured-pricing .pricing-title-wrapper {
  background-color: #30AFB8;
  padding: 50px 0;
}
.tg-pricing-widget-block.tg-pricing-table-layout-3.featured-pricing .pricing-table-title {
  color: #333333;
}
.tg-pricing-widget-block.tg-pricing-table-layout-4 {
  text-align: center;
  padding: 20px 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tg-pricing-widget-block.tg-pricing-table-layout-4 .pricing {
  color: #30AFB8;
}
.tg-pricing-widget-block.tg-pricing-table-layout-4 .pricing .price {
  color: #30AFB8;
}
.tg-pricing-widget-block.tg-pricing-table-layout-4 .pricing-table-features li {
  margin: 0 15px;
}
.tg-pricing-widget-block.tg-pricing-table-layout-4 .btn-wrapper a {
  background-color: #30AFB8;
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-4 .btn-wrapper a:hover {
  background-color: #2299A1;
}
.tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing {
  color: #fff;
  background-color: #30AFB8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-top: -50px;
  padding: 50px 0;
}
.tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .pricing-table-title, .tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .pricing, .tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .pricing .price {
  color: #fff;
}
.tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .btn-wrapper a {
  background-color: #2299A1;
}
/*--------------------------------------------------------------
Progress Bar CSS
--------------------------------------------------------------*/
@-webkit-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
.progress-bar-container {
  display: inline-block;
  width: 100%;
}
.bar-title {
  float: left;
  text-transform: uppercase;
}
.progress-bar-percent {
  float: right;
}
.progress-bar {
  background-color: #e1e1e1;
  display: inline-block;
  height: 5px;
  margin: 10px 0;
  width: 100%;
}
.progress-bar-content .progress-bar:last-child {
  margin-bottom: 0;
}
.progress-bar-rating {
  border-radius: 4px;
  float: left;
  width: 0;
  background-color: #30AFB8;
  height: 100%;
  font-size: 12px;
  text-align: center;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-bar-rating {
  visibility: hidden;
  width: 0;
  -webkit-animation: animate-width;
  -moz-animation: animate-width;
  animation: animate-width;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.progress-bar:nth-of-type(1) .progress-bar-rating {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.progress-bar:nth-of-type(2) .progress-bar-rating {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.progress-bar:nth-of-type(3) .progress-bar-rating {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
}
.tg-progress-bar-layout-2 .progress-bar-percent {
  display: none;
}
.tg-progress-bar-layout-2 .progress-bar-rating {
  text-indent: 0;
  position: relative;
  color: #fff;
  animation-delay: 2s;
}
.tg-progress-bar-layout-2 .progress-bar-rating .progress-bar-percent {
  background-color: #666666;
  border-radius: 50%;
  bottom: 100%;
  display: inline-block;
  float: none;
  height: 35px;
  font-size: 10px;
  line-height: 35px;
  position: absolute;
  right: -15px;
  width: 35px;
  margin-bottom: 10px;
}
.tg-progress-bar-layout-2 .progress-bar-rating .progress-bar-percent::before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 20px solid #666666;
  content: " ";
  left: 50%;
  margin-top: -10px;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*--------------------------------------------------------------
Separator CSS
--------------------------------------------------------------*/
.separator-center {
  text-align: center;
}
.separator-left {
  text-align: left;
}
.separator-right {
  text-align: right;
}
.separator-inner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #30afb8;
}
.separator-icon {
  display: inline-block;
  vertical-align: middle;
}
/*--------------------------------------------------------------
Contact form CSS
--------------------------------------------------------------*/
.wpcf7-form label {
	text-align: left;
    display: block;
    margin: 0;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: -.25px;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-textarea, .wpcf7-file {
	display: block;
    width: 100%;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    -o-transition: border-color 0.3s, box-shadow 0.3s;
    -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    line-height: 1.4em;
    height: auto;
	resize: none;
}
.wpcf7-form .wpcf7-textarea {
	resize: vertical;
	height: 88px;
	min-height: 88px;
}
.wpcf7-form .wpcf7-form-control-wrap::-webkit-input-placeholder,
.wpcf7-form .wpcf7-form-control-wrap::-moz-placeholder,
.wpcf7-form .wpcf7-form-control-wrap:-ms-input-placeholder,
.wpcf7-form .wpcf7-form-control-wrap:-moz-placeholder {
	color: #999999;
	opacity: 1;
}
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-textarea:focus {
    border-color: #333;
    outline: none;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0.5em 0 0 0;
	display: block;
}
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1.5rem;
}
.wpcf7-form .wpcf7-checkbox label input,
.wpcf7-form .wpcf7-acceptance label input {
    opacity: 0;
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    padding: 0;
}
.wpcf7-form .wpcf7-checkbox label span,
.wpcf7-form .wpcf7-acceptance label span {
	position: relative;
    display: inline-block;
    line-height: 21px;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
}
.wpcf7-form .wpcf7-acceptance label span,
.wpcf7-form p {
    color: #666;
    font-size: 14px;
}
.wpcf7-form a {
	color: #00357d;
	text-decoration: underline;
}
.wpcf7-form a:hover {
	color: #000;
	text-decoration: none;
}
.wpcf7-form .wpcf7-checkbox label span:before,
.wpcf7-form .wpcf7-acceptance label span:before {
    position: absolute;
    top: 0;
    left: -21px;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
	border: #DDDDDD solid 1px;
    background-color: #EFEFEF;
	background-image: none;
	background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90%;
	margin-right: 5px;
}
.wpcf7-form .wpcf7-checkbox label input:checked ~ span:before,
.wpcf7-form .wpcf7-acceptance label input:checked ~ span:before {
    border-color: #002169;
    background-color: #00357d;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA0LjUwMiw3NS40OTZjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5OC0zNi4yMDQsMEwxNjEuNTk0LDM4Mi4yMDNMNDMuNzAyLDI2NC4zMTFjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5Ny0zNi4yMDQsMCAgICBjLTkuOTk4LDkuOTk3LTkuOTk4LDI2LjIwNSwwLDM2LjIwM2wxMzUuOTk0LDEzNS45OTJjOS45OTQsOS45OTcsMjYuMjE0LDkuOTksMzYuMjA0LDBMNTA0LjUwMiwxMTEuNyAgICBDNTE0LjUsMTAxLjcwMyw1MTQuNDk5LDg1LjQ5NCw1MDQuNTAyLDc1LjQ5NnoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=);
}
.wpcf7-form .wpcf7-submit {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    white-space: nowrap;
    padding: 10px 30px;
    line-height: 1.6;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: #00357d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.5px;
    opacity: 1;
}
.wpcf7-form .wpcf7-submit[disabled] {
    opacity: .5;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color: #002169;
}
.wpcf7-display-none {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    padding: 1em;
	position: relative;
    margin: 1em 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output
.wpcf7 form.spam .wpcf7-response-output
.wpcf7 form.invalid .wpcf7-response-output
.wpcf7 form.unaccepted .wpcf7-response-output{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
/*--------------------------------------------------------------
Section Title CSS
--------------------------------------------------------------*/
.heading {
  text-align: center;
}
.heading .section-title {
  margin-bottom: 15px;
}
.divider {
  display: inline-block;
  padding: 0 46px;
  position: relative;
  margin-bottom: 15px;
  color: #30AFB8;
}
.divider::after, .divider::before {
  background-color: #7e7e7e;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}
.divider::before {
  left: auto;
  right: 0;
}
.heading-left {
  text-align: left;
}
.heading-left .section-title, .heading-left .section-description {
  text-align: left;
}
.heading-right {
  text-align: right;
}
.heading-right .section-title, .heading-right .section-description {
  text-align: right;
}
.section-title-wrapper .heading-right .section-title::before, .section-title-wrapper .heading-right .section-title::after {
  right: 0;
  left: auto;
}
.section-title-wrapper .heading-right .section-title::after {
  margin-right: 0;
}
.section-title-wrapper .heading-left .section-title::before, .section-title-wrapper .heading-left .section-title::after {
  left: 0;
  right: auto;
  margin-left: 0;
}
.section-title-wrapper .heading-left .section-title::after {
  margin-left: 0;
}
.divider-with-icon .section-title {
  display: block;
  margin-bottom: 0;
}
.divider-with-icon .section-title::before, .divider-with-icon .section-title::after {
  display: none;
}
.heading-left .divider {
  padding: 0;
}
.heading-left .divider::after {
  display: none;
}
.heading-left .divider::before {
  left: 20px;
  width: 100px;
  right: auto;
}
.heading-right .divider {
  padding: 0;
}
.heading-right .divider::before {
  display: none;
}
.heading-right .divider::after {
  left: auto;
  width: 100px;
  right: 20px;
}
.no-divider .section-title::before, .no-divider .section-title::after {
  display: none;
}
/*--------------------------------------------------------------
Event section CSS
--------------------------------------------------------------*/
.tribe-events-list-widget .tribe-event-duration {
  float: left;
  position: relative;
}
.tribe-events-list-widget .tribe-event-duration::after {
  background-color: #e1e1e1;
  content: " ";
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 71px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tribe-events-list-widget .tribe-event-start-date {
  background-color: #000;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  padding: 5px 0;
  width: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tribe-events-list-widget .tribe-event-start-date span {
  display: block;
  text-align: center;
}
.tribe-events-list-widget .tribe-event-title-block {
  position: relative;
  float: right;
  width: calc(100% - 120px);
  background-color: #e1e1e1;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tribe-events-list-widget .tribe-event-title-block::before {
  background-color: #e1e1e1;
  content: "";
  display: inline-block;
  height: calc(100% + 30px);
  left: 0;
  margin-left: -37px;
  position: absolute;
  top: 26px;
  width: 1px;
}
.tribe-events-list-widget .tribe-event-title-block::after {
  background-color: #fff;
  border-radius: 50%;
  content: " ";
  height: 15px;
  margin-left: -45px;
  position: absolute;
  left: 0;
  top: 18px;
  width: 15px;
  z-index: 9;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tribe-events-list-widget .tribe-event-title-block .tribe-event-description {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tribe-events-list-widget .tribe-event-title-block p {
  margin: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events:last-child .tribe-event-title-block::before {
  display: none;
}
.tribe-list-widget li:hover .tribe-event-start-date {
  background-color: #30AFB8;
}
.tribe-list-widget li:hover .tribe-event-title-block {
  background-color: #30AFB8;
}
.tribe-list-widget li:hover .tribe-event-title-block .tribe-event-title a {
  color: #fff;
}
.tribe-list-widget li:hover .tribe-event-title-block .tribe-event-description {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tribe-list-widget li:hover .tribe-event-title-block::after {
  background-color: #30AFB8;
  border-color: #30AFB8;
}
.tribe-events-widget-link {
  text-align: center;
}
.tribe-events-widget-link a {
  background-color: #30afb8;
  color: #fff;
  display: inline-block;
  padding: 10px;
}
.tribe-events-widget-link a:hover {
  background-color: #1C9BA4;
}
.tribe-event-title {
  font-size: 16px;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
Store section CSS
--------------------------------------------------------------*/
.wc-cat-thumbnail img {
  padding: 0;
}
.wc-cat-content {
  font-size: 18px;
  text-align: center;
  font-weight: 800;
}
.wc-cat-content .wc-cat-content-title {
  display: inline-block;
}
.wc-cat-content .wc-cat-content-number {
  display: inline-block;
  margin-left: 5px;
  color: #30AFB8;
}
.tab-list {
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.tab-list ul {
  margin: 0;
}
.tab-list ul li {
  display: inline-block;
  padding: 10px;
  position: relative;
  top: 2px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  left: 0;
}
.tab-list ul li.ui-tabs-active.ui-state-active {
  border-top: 2px solid #E1E1E1;
  border-bottom: 3px solid #fff;
  border-left: 2px solid #E1E1E1;
  border-right: 2px solid #E1E1E1;
}
.tab-list ul li.ui-tabs-active.ui-state-active a {
  color: #30AFB8;
}
#secondary .tab-list ul li {
  padding: 10px;
}
/*--------------------------------------------------------------
Post Slider CSS
--------------------------------------------------------------*/
.post-slider .post-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 80%;
}
.post-slider .post-thumbnail img {
  padding: 0;
}
.post-content .post-content-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5;
}
.post-content .post-content-excerpt {
  color: #cccccc;
  margin-top: 10px;
  font-size: 14px;
}
/*--------------------------------------------------------------
Count Down CSS
--------------------------------------------------------------*/
.countdown {
  padding: 30px 0;
  text-align: center;
}
.countdown .countdown-row {
  display: block;
}
.countdown .countdown-row .countdown-section {
  display: inline-block;
}
.countdown .countdown-row .countdown-section .countdown-amount, .countdown .countdown-row .countdown-section .countdown-period {
  display: block;
}
.countdown-section {
  margin-left: 30px;
  color: #787d85;
}
.countdown-section:first-child {
  margin-left: 0;
}
.countdown-amount {
  font-size: 40px;
}
/*--------------------------------------------------------------
Button CSS
--------------------------------------------------------------*/
.tg-btn__container--btn-left {
  text-align: left;
}
.tg-btn__container--btn-center {
  text-align: center;
}
.tg-btn__container--btn-right {
  text-align: right;
}
.tg-button {
  background-color: #30AFB8;
  color: #ffffff;
  display: inline-block;
}
.tg-button:hover {
  background-color: #2299A1;
  color: #ffffff;
}
.tg-button__icon.tg-button__icon--left {
  padding-right: 10px;
}
.tg-button__icon.tg-button__icon--right {
  padding-left: 10px;
  float: right;
}
.tg-button--small {
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
}
.tg-button--small .tg-button__icon {
  line-height: 40px;
  height: 40px;
}
.tg-button--medium {
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
}
.tg-button--medium .tg-button__icon {
  line-height: 50px;
  height: 50px;
}
.tg-button--large {
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
}
.tg-button--large .tg-button__icon {
  line-height: 60px;
  height: 60px;
}
.tg-button--round {
  border-radius: 100px;
}
/*--------------------------------------------------------------
hero CSS
--------------------------------------------------------------*/
.tg-hero {
  background: #f1f1f1;
  position: relative;
}
.tg-hero .tg-hero-info {
  position: absolute;
  padding: 90px;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.tg-hero .tg-hero-info .tg-hero-info-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.tg-hero .tg-hero-info .tg-hero-info-inner .tg-hero-cell {
  display: table-cell;
  vertical-align: middle;
}
.tg-hero .tg-hero-info .tg-hero__title {
  margin-bottom: 20px;
  font-size: 48px;
}
.tg-hero .tg-hero-info .tg-hero__subtitle {
  margin-bottom: 30px;
  font-size: 16px;
}
.tg-hero .tg-hero-thumbnail {
  margin: 0;
  padding: 0;
  text-align: right;
}
.tg-hero .tg-hero-thumbnail img {
  margin-right: 0;
}
.tg-hero.tg-hero--left .tg-hero-info {
  text-align: left;
}
.tg-hero.tg-hero--center .tg-hero-info {
  text-align: center;
}
.tg-hero.tg-hero--right .tg-hero-info {
  text-align: right;
}
.tg-hero.tg-hero--thinner .tg-hero-info .tg-hero__title {
  font-family: 'Raleway', Arial;
  font-weight: 300;
}
.tg-hero.tg-hero--thinner .tg-hero-info .tg-hero__subtitle, .tg-hero.tg-hero--thinner .tg-hero-info .tg-button {
  font-family: 'Open Sans', Arial;
}
.tg-hero.tg-hero--thinner .tg-hero-info .tg-button {
  background: #252525;
}
.tg-hero.tg-hero--split .tg-hero-info, .tg-hero.tg-hero--split .tg-hero-thumbnail {
  width: 50%;
}
.tg-hero.tg-hero--split .tg-hero-info {
  float: left;
}
.tg-hero.tg-hero--split .tg-hero-info .tg-hero__title {
  font-weight: bold;
}
.tg-hero.tg-hero--split .tg-hero-info .tg-hero__subtitle, .tg-hero.tg-hero--split .tg-hero-info .tg-button {
  font-family: 'Open Sans', Arial;
}
.tg-hero.tg-hero--split .tg-hero-info .tg-button {
  background: #252525;
}
.tg-hero.tg-hero--split .tg-hero-thumbnail {
  float: right;
}
.tg-hero.tg-hero--classic .tg-hero-info .tg-hero__title {
  font-family: 'Playfair Display', 'Times New Roman', cursive;
}
.tg-hero.tg-hero--classic .tg-hero-info .tg-hero__subtitle, .tg-hero.tg-hero--classic .tg-hero-info .tg-button {
  font-family: 'PT Serif', 'Times New Roman', cursive;
}
.tg-hero.tg-hero--border .tg-hero-info .tg-hero-info-inner {
  border: 4px solid #ffffff;
}
.tg-hero.tg-hero--border .tg-hero-info .tg-hero__title {
  font-family: 'Archivo Black', Arial;
  font-size: 76px;
}
.tg-hero.tg-hero--border .tg-hero-info .tg-hero__subtitle, .tg-hero.tg-hero--border .tg-hero-info .tg-button {
  font-family: 'Roboto', Arial;
}
.tg-hero.tg-hero--border .tg-hero-info .tg-hero__title, .tg-hero.tg-hero--border .tg-hero-info .tg-hero__subtitle {
  color: #ffffff;
}
.tg-hero.tg-hero--border .tg-hero-info .tg-button {
  background: #ffffff;
  color: #252525;
}
.tg-hero.tg-hero--cursive .tg-hero-info .tg-hero-info-inner {
  max-width: 400px;
}
.tg-hero.tg-hero--cursive .tg-hero-info .tg-hero__title {
  font-family: 'Lobster', Arial;
}
.tg-hero.tg-hero--cursive .tg-hero-info .tg-hero__subtitle, .tg-hero.tg-hero--cursive .tg-hero-info .tg-button {
  font-family: 'Roboto', Arial;
}
.tg-hero.tg-hero--cursive .tg-hero-info .tg-hero__title, .tg-hero.tg-hero--cursive .tg-hero-info .tg-hero__subtitle {
  color: #ffffff;
}
.tg-hero.tg-hero--cursive .tg-hero-info .tg-button {
  background: none;
  border: 2px solid #fff;
}
/*--------------------------------------------------------------
Timeline CSS
--------------------------------------------------------------*/
.tg-timeline {
  padding: 0;
  margin: 0;
  padding: 45px 0;
}
.tg-timeline .tg-timeline-item {
  padding-bottom: 45px;
  padding-left: 260px;
  position: relative;
}
.tg-timeline .tg-timeline-item::before, .tg-timeline .tg-timeline-item::after {
  content: '';
  position: absolute;
}
.tg-timeline .tg-timeline-item::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 18px;
  background: #9aa5b0;
  left: 206px;
  border: 4px solid #ced4da;
  z-index: 2;
}
.tg-timeline .tg-timeline-item::after {
  width: 1px;
  background: #ced4da;
  top: 0;
  bottom: 0;
  left: 213px;
}
.tg-timeline .tg-timeline-item .tg-timeline__date {
  position: absolute;
  left: 0;
  text-align: center;
  width: 170px;
  background: #fff;
  font-weight: bold;
}
.tg-timeline .tg-timeline-item .tg-timeline__date span {
  padding: 15px;
  display: block;
  position: relative;
}
.tg-timeline .tg-timeline-item .tg-timeline__date span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  display: block;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.tg-timeline .tg-timeline-item .tg-timeline__title {
  margin-bottom: 15px;
}
.tg-timeline .tg-timeline-item .tg-timeline__text {
  color: #666666;
  margin-bottom: 0;
}
.tg-timeline .tg-timeline-item.tg-timeline-item--highlighted .tg-timeline__date {
  background: #30afb8;
  color: #fff;
}
.tg-timeline .tg-timeline-item.tg-timeline-item--highlighted .tg-timeline__date span::after {
  border-left-color: #30afb8;
}
.tg-timeline .tg-timeline-item.tg-timeline-item--highlighted::before {
  background: #30afb8;
}
@media only screen and (max-width: 480px) {
  .tg-timeline .tg-timeline-item {
    padding-left: 0;
  }
  .tg-timeline .tg-timeline-item .tg-timeline__date {
    display: block;
    width: 100%;
    position: initial;
  }
  .tg-timeline .tg-timeline-item .tg-timeline__date span::after {
    display: none;
  }
  .tg-timeline .tg-timeline-item .tg-timeline__title {
    padding-top: 25px;
  }
  .tg-timeline .tg-timeline-item::after {
    display: none;
  }
  .tg-timeline .tg-timeline-item::before {
    top: 60px;
  }
}
/*--------------------------------------------------------------
Accordion CSS
--------------------------------------------------------------*/
.tg-accordion .ui-accordion-header {
  background: #efefef;
  color: #313b48;
  font-size: 16px;
  padding: 20px;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.tg-accordion .ui-accordion-header .ui-accordion-header-icon {
  float: right;
}
.tg-accordion .accordion-content {
  padding: 20px;
  font-size: 14px;
  color: #8b8a8a;
  border: 1px solid #efefef;
  line-height: 24px;
}
.tg-accordion .accordion-content p {
  margin: 0;
}
.tg-accordion.layout-two .ui-accordion-header {
  background: transparent;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.tg-accordion.layout-two .ui-accordion-header:first-child {
  border-top: 1px solid #efefef;
}
.tg-accordion.layout-three .ui-accordion-header {
  background: transparent;
  border-bottom: 1px solid #efefef;
}
.tg-accordion.layout-three .accordion-content {
  border: 0 none;
}
/*--------------------------------------------------------------
Tab CSS
--------------------------------------------------------------*/
.flash-tabs-container.tab-left .tab-list, .flash-tabs-container.tab-right .tab-list {
  width: 25%;
  float: left;
  border-bottom: 0 none;
}
.flash-tabs-container.tab-left .tab-list ul li, .flash-tabs-container.tab-right .tab-list ul li {
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #efefef;
  display: block;
  padding: 0;
  background: #fafafa;
  top: 0;
}
.flash-tabs-container.tab-left .tab-list ul li:last-child, .flash-tabs-container.tab-right .tab-list ul li:last-child {
  border-bottom: 0 none;
}
.flash-tabs-container.tab-left .tab-list ul li a, .flash-tabs-container.tab-right .tab-list ul li a {
  padding: 10px 20px;
  display: block;
}
.flash-tabs-container.tab-left .tab-list ul li.ui-tabs-active.ui-state-active, .flash-tabs-container.tab-right .tab-list ul li.ui-tabs-active.ui-state-active {
  border: none;
  background: #30AFB8;
}
.flash-tabs-container.tab-left .tab-list ul li.ui-tabs-active.ui-state-active a, .flash-tabs-container.tab-right .tab-list ul li.ui-tabs-active.ui-state-active a {
  color: #ffffff;
}
.flash-tabs-container.tab-left .tab-content, .flash-tabs-container.tab-right .tab-content {
  float: right;
  width: 75%;
  padding: 20px;
  background: #fafafa;
}
.flash-tabs-container.tab-right .tab-list {
  float: right;
}
.flash-tabs-container.tab-right .tab-content {
  float: left;
}
/*--------------------------------------------------------------
Section Seperator CSS
--------------------------------------------------------------*/
.flash-row-svg-wrapper svg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.flash-row-svg-wrapper .flash-top-svg-wrapper svg {
  top: 0;
  transform: rotate(180deg);
}
.flash-row-svg-wrapper .flash-bottom-svg-wrapper svg {
  bottom: 0;
}
/**
Icon List
--------------------------------------------------------------*/
.tg-icon-list .tg-icon-list-lister {
  padding: 0;
  margin: 0;
}
.tg-icon-list .tg-icon-list-list {
  padding: 10px 0;
}
.tg-icon-list .tg-icon-list-list .tg-icon-list-table {
  display: table;
}
.tg-icon-list .tg-icon-list-list .tg-icon-list-cell {
  display: table-cell;
  vertical-align: middle;
}
.tg-icon-list .tg-icon-list-list .tg-icon-list__icon {
  margin-right: 10px;
  color: #777777;
  font-size: 18px;
}
.tg-icon-list.tg-icon-list--divider .tg-icon-list-list {
  border-bottom: 1px solid #dee1e6;
}
.tg-icon-list.tg-icon-list--divider .tg-icon-list-list:last-child {
  border-bottom: none;
}
.tg-icon-list.tg-icon-list--rounded .tg-icon-list-list .tg-icon-list__icon, .tg-icon-list.tg-icon-list--flat .tg-icon-list-list .tg-icon-list__icon, .tg-icon-list.tg-icon-list--rounded-rectangle .tg-icon-list-list .tg-icon-list__icon {
  background: #252525;
  width: 28px;
  height: 28px;
  text-align: center;
  padding: 7px;
  color: #fff;
  font-size: 14px;
}
.tg-icon-list.tg-icon-list--rounded .tg-icon-list-list .tg-icon-list__icon {
  border-radius: 50%;
}
.tg-icon-list.tg-icon-list--rounded-rectangle .tg-icon-list-list .tg-icon-list__icon {
  border-radius: 3px;
}
/*--------------------------------------------------------------
Icon CSS
--------------------------------------------------------------*/
.tg-icons {
  padding: 0;
  margin: 0;
}
.tg-icons li {
  display: inline-block;
  padding: 10px 14px;
}
.tg-icons li a {
  color: inherit;
}
.tg-icons.tg-icons--rectangle li, .tg-icons.tg-icons--rounded li, .tg-icons.tg-icons--rectangular-rounded li {
  background: #252525;
  color: #fff;
}
.tg-icons.tg-icons--rounded li {
  border-radius: 50%;
}
.tg-icons.tg-icons--rectangular-rounded li {
  border-radius: 3px;
}
/*--------------------------------------------------------------
Opening Hours CSS
--------------------------------------------------------------*/
.tg-opening-hours {
  padding: 30px;
  margin: 0;
}
.tg-opening-hours li {
  color: #737d84;
  padding: 15px 0;
  border-bottom: 1px solid #dee1e6;
}
.tg-opening-hours li .tg-opening-hour__day {
  float: left;
}
.tg-opening-hours li .tg-opening-hour__time {
  float: right;
}
.tg-opening-hours li:last-child {
  border-bottom: none;
}
.tg-opening-hours.tg-opening-hours--border {
  border: 1px solid #dee1e6;
}
.tg-opening-hours.tg-opening-hours--dark li {
  color: #fff;
}
.tg-opening-hours.tg-opening-hours--dark.tg-opening-hours--modern li .tg-opening-hour__day {
  color: #fff;
}
.tg-opening-hours.tg-opening-hours--dark.tg-opening-hours--modern li .tg-opening-hour__time {
  color: #dee1e6;
}
.tg-opening-hours.tg-opening-hours--modern li {
  border-bottom: none;
}
.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__day, .tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__time {
  float: none;
}
.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__day {
  font-weight: bold;
  color: #495057;
  position: relative;
  padding: 10px 0;
}
.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__day::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background: #30AFB8;
}
.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__time {
  font-style: italic;
  color: #7e8890;
}
/*--------------------------------------------------------------
Video Player
--------------------------------------------------------------*/
.video-player-container {
  border: 2px solid #495057;
}
.video-player-container .swipebox-video {
  display: block;
}
.video-player-container .video-player-table {
  display: table;
  width: 100%;
  height: 100%;
}
.video-player-container .video-player-table .video-player-button, .video-player-container .video-player-table .video-player-text {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.video-player-container .video-player-table .video-player-button .video-player--title, .video-player-container .video-player-table .video-player-text .video-player--title {
  color: #343a40;
}
.video-player-container .video-player-table .video-player-button .video-player--subtitle, .video-player-container .video-player-table .video-player-text .video-player--subtitle {
  margin-bottom: 0;
  font-size: 12px;
  color: #868e96;
}
.video-player-container .video-player-table .video-player-button {
  width: 70px;
  font-size: 25px;
  text-align: center;
}
.video-player-container.video-player--inner-border .video-player-button {
  border-right: 2px solid #495057;
}
.video-player-container.video-player--inner-background .video-player-button {
  background: #495057;
  color: #fff;
}
.video-player-container.video-player--square-no-border {
  border: none;
}
.video-player-container.video-player--square-no-border .video-player-button {
  background: #495057;
  color: #fff;
}
.video-player-container.video-player--square-no-border .video-player--title {
  border-bottom: 1px solid #dee1e6;
}
.video-player-container.video-player--circular {
  border: none;
}
.video-player-container.video-player--circular .video-player-button {
  background: #495057;
  border-radius: 50%;
  height: 70px;
  color: #ffffff;
}
.video-player-container.video-player--circular-border {
  border-radius: 70px;
  border: 1px solid #dee1e6;
}
.video-player-container.video-player--circular-border .video-player-button {
  background: #495057;
  border-radius: 50%;
  height: 70px;
  color: #ffffff;
}
.video-player-container.video-player--boxed {
  border: none;
  position: relative;
}
.video-player-container.video-player--boxed .video-player-button {
  position: absolute;
  width: 70px;
  height: 55px;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  top: calc(50% - 25px);
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 2;
}
/*--------------------------------------------------------------
Footer Pro CSS
--------------------------------------------------------------*/
.scroll-up-logo-wrapper {
  position: relative;
}
.scroll-up-footer #footer-scroll-up {
  -webkit-transform: translate(-50%) rotate(45deg);
  -moz-transform: translate(-50%) rotate(45deg);
  -ms-transform: translate(-50%) rotate(45deg);
  -o-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
  background: #313b48;
  color: #fff;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  font-size: 30px;
}
.scroll-up-footer #footer-scroll-up .fa {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer-full-page {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.35s;
  transform: translateY(100%);
}
.footer-full-page.footer-full-page--show {
  transform: translateY(0);
}
/*--------------------------------------------------------------
Responsive CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
responsive CSS
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .boxed {
    width: 97%;
  }
}
@media (max-width: 1200px) {
  .left-logo-below-menu .header-bottom .tg-container, .center-logo-below-menu .header-bottom .tg-container {
    flex-direction: row;
  }
  .logo, .search-wrap, .cart-wrap {
    z-index: 99;
  }
  .header-bottom {
    position: relative;
  }
  .center-logo-menu-side .logo {
    order: 1;
  }
  .center-logo-menu-side .header-bottom .tg-container, .center-logo-menu-side .split-menu-logo-wrapper {
    position: static;
  }
  .center-logo-menu-side #site-navigation {
    width: auto;
  }
  .center-logo-menu-side #site-navigation.split-mobile-menu {
    display: block;
    order: 2;
    margin-left: auto;
  }
  .center-logo-menu-side #site-navigation.split-left, .center-logo-menu-side #site-navigation.split-right {
    display: none;
  }
  .center-logo-menu-side #site-navigation .menu-toggle {
    margin-right: 10px;
  }
  .center-logo-menu-side .header-action-container {
    display: flex;
    order: 3;
  }
  .center-logo-menu-side .header-action-container .wishlist-wrap {
    padding-left: 0;
  }
  #site-navigation.split-mobile-menu {
    float: right;
  }
  .right-logo-left-menu .site-navigation-wrapper {
    float: left;
  }
  .right-logo-left-menu #site-navigation .menu-toggle {
    margin-left: 0;
  }
  .site-navigation-wrapper {
    float: right;
  }
  .tg-cta-widget-layout-2 .section-title-wrapper .section-title {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .left-logo-below-menu .header-bottom .logo-header-component-container {
    width: auto;
    display: inline-block;
    float: left;
  }
  .center-logo-below-menu .header-bottom .logo-header-components-wrapper, .center-logo-below-menu .header-bottom .logo-header-component-container {
    width: auto;
    display: inline-block;
    float: left;
  }
  .center-logo-menu-above .header-bottom .logo-header-component-container {
    width: auto;
    display: inline-block;
    float: left;
  }
  .center-logo-below-menu #site-navigation ul li, .center-logo-center-menu .site-navigation-container {
    text-align: left;
  }
  .left-logo-below-menu .site-navigation-container, .center-logo-below-menu .site-navigation-container, .center-logo-menu-above .site-navigation-container, .left-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-menu-above .header-bottom .site-navigation-wrapper {
    width: auto;
    display: inline-block;
    float: right;
  }
  .left-logo-below-menu .header-bottom .logo-header-components-wrapper, .center-logo-below-menu .header-bottom .logo-header-components-wrapper, .center-logo-menu-above .header-bottom .logo-header-components-wrapper {
    width: auto;
    float: left;
  }
  .left-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-menu-above .header-bottom .site-navigation-wrapper {
    width: auto;
    float: right;
    text-align: left;
    position: static;
  }
  .left-logo-below-menu .header-bottom .logo-image, .center-logo-below-menu .header-bottom .logo-image, .center-logo-menu-above .header-bottom .logo-image {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  #top-footer .tg-column-wrapper .tg-column-4 {
    width: 47%;
  }
  .tg-team-widget.tg-team-layout-2 .team-content-wrapper, .team-img {
    text-align: center;
  }
  .tg-team-widget.tg-team-layout-2 .team-designation::after {
    left: 50%;
  }
  .blog-section .tg-blog-widget {
    margin-bottom: 30px;
  }
  .blog-section .tg-blog-widget-layout-2 .tg-column-3 {
    margin-left: 3%;
    width: 47%;
  }
  .tg-service-widget.tg-service-layout-2 .service-icon-title-wrapper .service-icon-wrap {
    margin: 0 auto 5px;
  }
  .tg-service-widget .service-content-wrap {
    margin: 0 0 10px;
  }
  .feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
    width: 30.33%;
  }
  .tg-service-widget .service-more {
    margin-bottom: 30px;
  }
  .tg-service-widget .service-more:last-child {
    margin-bottom: 0;
  }
  .tg-service-widget.tg-service-layout-1 {
    margin: 20px 0;
  }
  .tg-service-widget.tg-service-layout-1 .service-content-wrap {
    margin: 20px 0;
  }
  .tg-service-widget.tg-service-layout-2, .tg-service-widget.tg-service-layout-3, .tg-service-widget.tg-service-layout-4, .tg-service-widget.tg-service-layout-5 {
    margin: 20px 0;
  }
  .feature-product-section .tg-feature-product-widget.tg-column-4 {
    width: 47%;
  }
  .fun-facts-section {
    margin: 30px 0;
  }
  .blog-section .tg-column-wrapper .tg-blog-widget-layout-1.tg-column-2 {
    margin: 0 11px 20px;
    width: 47%;
  }
  .blog-section .row:nth-child(2n+1) .post-image::before, .blog-section .row:nth-child(2n) .post-image::before {
    display: none;
  }
  .blog-section .tg-blog-widget-layout-1 .row:nth-child(2n+1) .post-image, .blog-section .tg-blog-widget-layout-1 .row:nth-child(2n+1) .blog-content {
    float: none;
    width: 100%;
  }
  .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .post-image, .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .blog-content {
    float: none;
    width: 100%;
  }
  .tg-blog-widget-layout-1 .row {
    margin-bottom: 20px;
  }
  .tg-blog-widget-layout-1 .row:last-child {
    margin-bottom: 0;
  }
  .blog-section .tg-blog-widget-layout-1 {
    margin-left: -3%;
  }
  .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .tg-column-2 {
    margin-left: 3%;
    width: 47%;
  }
  .blog-section .blog-wrapper.tg-blog-widget-layout-3 .tg-column-3, .blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-column-3, .blog-section .blog-wrapper.tg-blog-widget-layout-5 .tg-column-3 {
    margin-left: 15px;
    width: 47%;
  }
  .tg-team-widget {
    margin-bottom: 30px;
  }
  .header-top .left-content, .header-top .right-content {
    display: flex;
  }
  .menu-social-container {
    margin: 0 auto;
  }
  .header-top .contact-info {
    float: none;
    margin: 0 auto;
    width: auto;
  }
  #bottom-footer .copyright-wrapper {
    display: block;
    text-align: center;
  }
  .menu-social-container {
    margin-top: 10px;
  }
  #bottom-footer .copyright {
    float: none;
  }
  .social-menu li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .tg-hero .tg-hero-info {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .header-top .tg-container {
    text-align: center;
    flex-direction: column;
  }
  .header-top .contact-info, .header-top .social-menu {
    float: none;
    line-height: 24px;
    text-align: center;
  }
  .header-top .left-content, .header-top .right-content {
    text-align: center;
    margin: 0;
  }
  .header-top .right-content {
    margin-top: 10px;
  }
  #top-footer .tg-column-wrapper {
    margin: 0 3%;
  }
  #top-footer .tg-column-wrapper .footer-block {
    width: 100%;
    margin: 0;
  }
  #top-footer .tg-column-wrapper .tg-column-4:last-child {
    margin: 0;
  }
  footer.footer-layout #bottom-footer {
    text-align: center;
  }
  footer.footer-layout #bottom-footer .copyright, footer.footer-layout #bottom-footer .footer-menu {
    float: none;
    display: inline-block;
  }
  .about-section .about-content-wrapper {
    text-align: center;
    width: 100%;
  }
  .about-section .tg-column-wrapper {
    text-align: center;
  }
  .about-section .about-section-image {
    margin-top: 20px;
  }
  .call-to-action-section .btn-wrapper a {
    display: block;
    margin: 20px auto 0;
    width: 60%;
    font-size: 14px;
  }
  .call-to-action-section .btn-wrapper a:first-child {
    display: block;
    margin: 0 auto 20px;
    width: 60%;
  }
  .call-to-action-section .section-title-wrapper .section-title {
    font-size: 23px;
  }
  .feature-product-section .tg-feature-product-layout-2 .tg-container .tg-column-wrapper .tg-feature-product-widget, .feature-product-section .tg-container .tg-column-wrapper .tg-feature-product-widget {
    width: 47%;
  }
  .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .tg-column-2 {
    width: 100%;
    margin: 0 0 20px;
  }
  .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n+1) .post-image, .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n+1) .blog-content {
    width: 100%;
    margin: 0 0 20px;
  }
  .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .post-image, .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .blog-content {
    width: 100%;
    margin: 0 0 20px;
  }
  .blog-section .row:nth-child(2n+1) .post-image::before, .blog-section .row:nth-child(2n) .post-image::before {
    display: none;
  }
  .header-top .tg-column-2 {
    float: none;
    width: auto;
  }
  .header-top .tg-column-2:last-child {
    float: none;
  }
  .header-bottom .cart-wrap:hover .widget_shopping_cart {
    display: none;
  }
  .blog.grid-view #primary .post, .archive.grid-view #primary .post, #primary .post .entry-thumbnail img {
    width: 100%;
  }
  .blog #primary .post .entry-thumbnail, .archive #primary .post .entry-thumbnail {
    float: none;
    width: 100%;
  }
  .blog #primary .post .entry-content-block, .archive #primary .post .entry-content-block {
    width: 100%;
  }
  .blog-section .blog-wrapper.tg-blog-widget-layout-3 .tg-column-3, .blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-column-3, .blog-section .blog-wrapper.tg-blog-widget-layout-5 .tg-column-3 {
    width: 100%;
    margin-left: 0;
  }
  .tg-cta-widget-layout-2 .btn-wrapper {
    display: block;
  }
  .flash-tabs-container.tab-left .tab-list {
    float: none;
    margin: 0;
    width: 100%;
  }
  .flash-tabs-container.tab-right .tab-list, .flash-tabs-container.tab-right .tab-content {
    float: none;
    margin: 0;
    width: 100%;
  }
  .flash-tabs-container.tab-left .tab-content {
    float: none;
    margin: 0;
    width: 100%;
  }
  .flash-tabs-container.tab-left .tab-list ul li:last-child {
    border-bottom: 1px solid #efefef;
  }
  .flash-tabs-container.tab-right .tab-list ul li:last-child {
    border-bottom: 1px solid #efefef;
  }
  .tg-hero .tg-hero-info {
    padding: 15px;
  }
  .tg-hero .tg-hero-info .tg-hero__title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .tg-hero .tg-hero-info .tg-hero__subtitle {
    max-height: 45px;
    overflow: hidden;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .logo .logo-image {
    transform: scale(0.8);
  }
  .transparent #site-navigation {
    padding: 8px 0;
  }
  .header-top {
    display: none;
  }
  .logo-text {
    padding: 20px 0;
  }
  .logo .logo-text .site-title {
    line-height: 24px;
  }
  .logo .logo-text .site-title {
    font-size: 18px;
    line-height: 24px;
  }
  .site-description {
    font-size: 12px;
  }
  .call-to-action-section .btn-wrapper a {
    width: 67%;
  }
  .call-to-action-section .btn-wrapper a:first-child {
    width: 67%;
  }
  .slider-arrow {
    display: none;
  }
  .header-top .tg-column-wrapper .tg-column-2 {
    width: 100%;
  }
  .header-top ul.contact-info li {
    text-align: center;
    width: 100%;
  }
  .feature-product-section .tg-feature-product-layout-2 .tg-container .tg-column-wrapper .tg-feature-product-widget, .feature-product-section .tg-container .tg-column-wrapper .tg-feature-product-widget {
    width: 97%;
  }
  .header-bottom .header-action-container .search-wrap, .header-bottom .header-action-container .cart-wrap {
    padding-left: 20px;
  }
  .header-bottom .header-action-container .first-child {
    padding-left: 10px;
  }
  .right-logo-left-menu .header-bottom .header-action-container .cart-wrap, .right-logo-left-menu .header-bottom .header-action-container .search-wrap {
    padding-right: 20px;
  }
  .right-logo-left-menu .header-bottom .menu-toggle {
    padding-right: 10px;
  }
  .center-logo-center-menu .header-action-container > div:first-child, .center-logo-below-menu .header-action-container > div:first-child, .left-logo-right-menu .header-action-container > div:first-child, .left-logo-below-menu .header-action-container > div:first-child, .center-logo-menu-side .header-action-container > div:first-child {
    padding-left: 10px;
  }
  .center-logo-menu-side #site-navigation .menu-toggle {
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
  HOME
--------------------------------------------------------------*/
.row700 {
  min-height: 700px;
}
.box-left .textwidget {
	min-height: 547px;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.box-left {
  position: relative;
  margin: auto;
}
.box-title {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	position: absolute;
	padding-top: 0;
	width: 100%;
	margin: 0;
    text-shadow: 1px 1px 2px #000;
}
.box-title h3 {
  margin-bottom: 0 !important;
}
.bg-blue {
  /*background-color: #002454;*/
  padding: 5px 8px;
}
.hidden-txt {
	position: relative;
	opacity: 0;
	width: 100%;
	top: 0;
	padding: 30px;
}
.hidden-txt p {
  margin: 0;
}
.hidden-txt p {
  margin: 0 0 8px;
}
.box500 {
  max-width: 500px;
  max-height: 500px;
  margin: auto;
  min-height: 500px;
}
.row500 {
  max-width: 500px;
  margin: auto;
}
.hidden-txt, .box-title {
  transition: all;
  transition-duration: 1s;
}
.hidden-txt span, .hidden-txt a {
  display: block;
  text-align: center;
  padding: 5px 0px;
  color: #fff;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 2px #000;
}
.box-left:hover .hidden-txt, .box-txt:hover .hidden-txt {
  opacity: 1;
}
.box-txt:hover {
  background-color: rgba(250, 250, 250, 0.6);
}
.box-left:hover .box-title, .box-txt:hover .box-title {
  opacity: 0;
}
.box-txt {
  min-height: 500px;
  position: relative;
}
.last-box h3, .last-box a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.last-box a {
  display: block;
  padding: 31px;
  text-decoration: none;
}
.cell-hover {
  margin: auto;
  overflow: hidden;
}
#hidden-box-1 a, #hidden-box-2 a {
  color: #fff !important;
}
.home-title {
  color: #00357d;
  font-weight: bold;
}
.service-content-wrap a:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 14px;
  padding-right: 15px;
}
.service-content-wrap li {
  list-style: none;
  padding-bottom: 5px;
}
#title-blue h3 {
  color: #313b48 !important;
  margin-top: 30px;
}
#title-blue {
  width: 100%;
}
/*--------------------------------------------------------------
  PAGES
--------------------------------------------------------------*/
.banner {
  padding: 50px;
}
#first-btn {
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
  BOX CTA
--------------------------------------------------------------*/
.cta-row {
  margin-top: -25px;
}
.cta-title h3 {
  background-color: #00357d;
  color: #fff !important;
  padding: 8px 35px;
  margin-bottom: 0 !important;
  z-index: 10;
}
.cta-title h3:before {
  background: none;
}
.cta-title h3:after {
  background-color: transparent !important;
}
.cta {
  min-height: 200px;
  position: relative;
  background-color: #a8a8a8;
  margin-bottom: 8px;
}
.cta .textwidget {
  position: absolute;
  height: 100%;
  width: 100%;
}
.cta-int {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cta-int a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.cta-txt {
  display: block;
  text-align: center;
  text-transform: uppercase;
  top: 43%;
  position: relative;
}
.lower {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
#row-prof {
  margin-bottom: 30px;
}
#cta-prof1, #cta-prof2, #cta-prof3 {
  width: 48%;
  float: left;
  margin-top: 8px;
}
#cta-prof1 {
  background-image: url(/wp-content/uploads/2023/03/servizi__immagine-anteprima.jpg);
}
#cta-prof2 {
  background-image: url(/wp-content/uploads/2018/05/Attivit_455X200.jpg);
}
#cta-prof3 {
  background-image: url(/wp-content/uploads/2020/01/Professionisti_455X200.jpg);
}
#cta-prof1, #cta-prof2, #cta-prof3 {
  background-position: center center;
  background-size: cover;
}
#cta-prof1 .lower, #cta-prof2 .lower, #cta-prof3 .lower, #cta2 .lower, #cta1 .lower {
  color: #FFF;
}
#cta-prof1 .lower.blue, #cta-prof2 .lower.blue, #cta-prof3 .lower.blue, #cta2 .lower.blue, #cta1 .lower.blue, .blue { 
  color: #00357d;
}
.btn-wrapper a:nth-child(2) {
  display: none;
}
.mb-40 {
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  #cta-prof1 {
    margin-right: 15px;
  }
}
#cta-prof2 {
  margin-left: 15px;
}
@media (max-width: 688px) {
  #cta-prof1, #cta-prof2 {
    width: 100%;
    float: none;
  }
  #cta-prof1 {
    margin-right: 0;
  }
  #cta-prof2 {
    margin-left: 0;
  }
}
/*text field*/
#search-txt {
  width: auto;
}
/*--------------------------------------------------------------
  MAP
--------------------------------------------------------------*/
#map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
/*#hide, .mystyle {
  display: none;
}*/
/*--------------------------------------------------------------
  CPT STYLE
--------------------------------------------------------------*/
.single-professionisti h2 {
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: -.5px;
}
.single-professionisti .box {
	margin-bottom: 1.5em;
}
.first-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.first-row .profile-picture {
  width: 33%;
  padding: 0 1.5em 0 0;
}
.first-row .information {
  width: 67%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.first-row .information .offices {
  width: 33%;
}
.first-row .information .contacts {
  width: 67%;
}
.first-row .information .awards {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 2em;
}
.first-row .information .awards .awards__title {
  padding-right: 2em;
  border-right: 1px solid #333;
	flex-basis: 187px;
	flex-shrink: 0;
	text-align: center;
	margin: 0;
}
.first-row .information .awards .awards__list {
  margin-bottom: 0;
}
.first-row .information .contacts ul {
	list-style-type: none;
	margin: 0;
}
.first-row .information .contacts .fa {
  padding-right: 5px;
}
.first-row .information .contacts .fa:before {
  font-family: fontawesome;
  font-style: normal;
  font-size: 19px;
}
.first-row .information .contacts .fa-envelope {
  color: #333;
}
.first-row .information .contacts .fa-skype {
  color: #00ACEC;
  font-size: 23px !important;
}
.albi-box {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
	.first-row .profile-picture {
		width: 100%;
		padding: 0;
	}
	.first-row .information {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.first-row .information .offices {
		width: 100%;
	}
	.first-row .information .contacts {
		width: 100%;
	}
	.first-row .information .awards {
		flex-wrap: wrap;
	}
	.first-row .information .awards .awards__title {
		padding-right: 0;
		border-right: 0;
		text-align: left;
		margin-bottom: .5em;
	}
}
.prof-1-4, .sedi-1-4, .sedi-sizer {
  width: 100%;
}
.sedi-1-4 {
  padding: 15px;
}
#isotope-list.sedi-list {
  margin: 0 -15px;
}
.sedi-box {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  display: table;
  width: 100%;
}
.sedi-address {
  height: 100%;
  width: 100%;
  padding: 15px;
  margin: 0;
  color: #FFF;
  background-color: rgba(0, 0, 0, .25);
  display: table-cell;
  vertical-align: bottom;
}
.sedi-box h2 {
  text-transform: uppercase;
  background: #FFF;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.1;
  font-size: 1.25em;
}
.sedi-box h2 a {
  text-decoration: none;
}
.sedi-box p {
  margin: 0;
  text-shadow: 1px 1px 1px #000;
}
.sedi-box p a {
  color: #FFF;
  word-break: break-all;
}
.sedi-box p a:hover {
  color: #EEE;
  text-decoration: none;
}
.fix-article {
  position: relative;
}
.fix-hov {
  width: 100% !important;
}
@media (min-width: 478px) {
  .sedi-1-4 {
    width: 50%;
    width: calc(50% - 1px);
  }
}
@media (min-width: 768px) {
  .sedi-1-4 {
    width: 33.333%;
    width: calc(33.333% - 1px);
  }
}
.box-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.link-hdn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.team-inner {
  position: relative;
  top: 40%;
}
.prof-1-4:hover .box-hover {
  opacity: 1;
}
.city {
  padding: 0 0 5px 0;
}
.city, .skype .fa {
  color: #fff;
  text-transform: uppercase;
}
.single-service .prof-1-4 {
  position: relative;
}
.single-service .box-hover {
  position: absolute;
}
.active-service a {
  color: #fff;
  border: solid 2px #00357d !important;
  background-color: #00357d;
}
.box-archtitle {
  padding-top: 23%;
}
.archive-title {
  text-align: center;
  /* padding: 30px;*/
}
/*pubblicazioni*/
.author {
  margin-bottom: 28px;
}
span.aut-name:after {
  content: ' / ';
}
span.aut-name:last-of-type:after {
  content: '';
}
.aut-name a, .pubbl a {
  color: #003c81;
}
.aut-name a:hover, .pubbl a:hover {
  color: #939393;
}
.pubbl p {
  margin: 0 !important;
}
.pubbl p:before {
  content: '>';
  font-weight: bold;
  padding-right: 5px;
}
/* FILTRI */
.beautiful-search {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
}
.beautiful-taxonomy-filters {
  margin-bottom: 30px;
}
.beautiful-taxonomy-filters-tax {
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.beautiful-taxonomy-filters-label {
  display: none;
}
.beautiful-taxonomy-filters-button {
  color: #fff;
}
.entry-content {
  color: #333333 !important;
}
.entry-title a {
  color: #333;
  text-decoration: none;
}
/* PAGE PROPRIETA' INTELLETTUALE*/
#filters {
  margin: 0;
}
#filters li {
  list-style-type: none;
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  #filters li {
    width: 100%;
  }
}
#filters li a {
  display: block;
  padding: 10px;
  border: 2px solid #00357d;
}
#filters li a:hover {
  background-color: #00357d;
  color: #fff;
  border: 2px solid #00357d;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#isotope-list {
  margin-top: 30px;
}
#isotope-list .item article {
	margin: 0;
	position: relative;
}
/* SLIDER */
.caption-desc a {
  color: #fff !important;
	text-decoration: underline;
}
.caption-desc a:hover {
  color: #fff !important;
	text-decoration: none;
}
/* BUTTON */
.tg-button {
  background-color: transparent !important;
  border: 3px solid #fff;
  height: auto !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a.tg-button {
  color: #fff !important;
}
.tg-button:hover {
  border-color: #00357d;
  background-color: #00357d !important;
}
.uppercase {
  text-transform: uppercase;
}
.row select {
  padding: 3px 6px;
}
.row input[type="text"] {
  height: 29px;
  border: 1px solid rgb(169, 169, 169);
}
.filter {
  margin-right: 15px !important;
}
/*BLOG*/
body.single-post #main article.post {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

body.single-post #main article.post .txt-left {
	width: 100% !important;
	margin: 0;
}

body.single-post #main article.post sidebar {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	justify-content: center;
}

body.single-post #main article.post sidebar .blog-post_audio,
body.single-post #main article.post sidebar .blog-post_video {
	padding: 1.5em 1em;
	border: 2px solid #DDD;
	text-align: center;
	margin: 0 .5em;
	width: 100%;
}

body.single-post #main article.post sidebar .blog-post_audio a,
body.single-post #main article.post sidebar .blog-post_video a {
	display: inline-block;
	max-width: 135px;
	color: #00357d;
	font-weight: 500;
	font-size: .85em;
	text-transform: none;
}
body.single-post #main article.post sidebar .blog-post_audio a img,
body.single-post #main article.post sidebar .blog-post_video a img {
	margin-bottom: 1em;
}
@media (min-width: 768px) {
	.single-post .txt-left,
	.single-news .txt-left {
	  float: left !important;
	  width: 70% !important;
	}
	.single-post .img-right {
	  float: right !important;
	  width: 25% !important;
	  margin-right: 0 !important;
	}
	body.single-post #main article.post {
		flex-wrap: nowrap;
	}
	body.single-post #main article.post .txt-left {
		width: 75% !important;
		margin-right: 2em;
	}
	body.single-post #main article.post sidebar {
		flex-direction: column;
		width: auto;
	}
	body.single-post #main article.post sidebar .blog-post_audio,
	body.single-post #main article.post sidebar .blog-post_video {
		width: 100%;
		margin: 0 0 1.5em 0;
		padding: 1.5em 3em;
	}
}
.responsabile {
  display: none;
}
.single-post .entry-author {
  display: none !important;
}
#nav_menu-3 {
  padding-left: 60px;
}
.nav-previous {
  margin-bottom: 15px !important;
}
.mwidth {
  max-width: 1122px;
  margin: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.blog .professionisti {
  display: none;
}
#nav_menu-4 {
  margin-left: 80px;
}
#menu-newsletter-archive {
  text-align: center;
}
#menu-newsletter-archive a::before {
  content: none;
}
#menu-newsletter-archive li {
  padding: 0 0 10px 0 !important;
}
/* RESPONSIVE FIX */
@media (max-width: 767px) {
  .hidden-txt {
    opacity: 1;
  }
  .box-title {
	padding-top: 30px;
	position: relative;
  }
  .box-txt .hidden-txt a {
    color: #fff;
    font-weight: bold;
  }
}
span:last-child .comma {
  display: none;
}
.txt-left {
  text-align: left;
}
.info {
  text-decoration: underline;
}
/* PAGINAZIONE*/
.pagination {
  text-align: right;
  margin: 30px 0;
}
.page-numbers {
  display: inline-block;
  background-color: #f0f0f0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  margin-right: 4px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.pagination .current, .page-numbers:hover {
  background-color: #00357d;
  color: #fff;
}
/* MARCO  */
#gallery-1 {
  margin: 0 auto 18px;
}
#gallery-1 .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  padding: 1px;
  background: #fff;
}
#gallery-1 img:hover {
  background: white;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
#gallery-1 .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
#gallery-1 dl, .gallery dt {
  margin: 0;
}
#gallery-1 br + br {
  display: none;
}
.container_bandiere {
  padding-left: 0 !important;
}

.container_bandiere a {
  color: #333;
  text-decoration: none;
}

.container_bandiere img {
  width: 20px;
  height: 20px;
}

.div_lingua_corrente {
  margin-top: 13px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
}

.div_lingua_corrente.open {
  background: #eee;
}

.submenu_container_bandiere {
  position: absolute;
  z-index: 101;
  transform: translateX(20px);
}

.submenu_container_bandiere .cambio_lingua {
    background: #eee;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.submenu_container_bandiere .cambio_lingua.no_translation {
    opacity: 0.25;
}

.submenu_container_bandiere .current { 
  background:#ddd
}
/*FIX LANGUAGE MENU*/
body:lang(en-GB) .ita {
  display: none !important;
}
body:lang(it-IT) .en {
  display: none !important;
}
.grecaptcha-badge {
  display: none !important;
}

#main article {
  margin: 2.5em 0;
  overflow: hidden;
}

/* Awards */
#main article.award {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2em 0;
	margin: 0;
    flex-wrap: nowrap;
    border-bottom: 1px solid #333;
}
#main article.award:last-child {
	border-bottom: 0;
}
#main article.award .award_logo {
	flex-basis: 200px;
	flex-shrink: 0;
	text-align: center;
}
#main article.award .award_content {
    padding-left: 1em;
}
#main article.award .award_content .award__professionist span {
    text-transform: uppercase;
}
#main article.award .award_content .award__professionist a {
	font-weight: bold;
	color: #00357d;
}
@media (max-width: 480px) {
	#main article.award {
		flex-wrap: wrap;
	}
	#main article.award .award_logo {
		margin-bottom: 1em;
	}
}

article.audio .entry-content-block,
article.video .entry-content-block{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

article.audio .entry-content-block .audio__thumb,
article.video .entry-content-block .video__thumb {
    width: 100%;
	padding-bottom: 56.25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: scroll;
	position: relative;
}

article.audio .entry-content-block .audio__thumb a,
article.video .entry-content-block .video__thumb a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

article.audio .entry-content-block .audio__description,
article.video .entry-content-block .video__description {
    padding: 1em 0 0 0;
}

@media (min-width: 480px) {
	article.audio .entry-content-block,
	article.video .entry-content-block{
		flex-wrap: nowrap;
	}
	article.audio .entry-content-block .audio__thumb,
	article.video .entry-content-block .video__thumb {
		flex-shrink: 0;
		padding: 0;
		flex-basis: 125px;
		width: 125px;
		height: 125px;
	}
	article.audio .entry-content-block .audio__description,
	article.video .entry-content-block .video__description {
		padding: 1em 0 1em 1em;
	}
}

@media (min-width: 992px) {
	article.audio .entry-content-block .audio__thumb,
	article.video .entry-content-block .video__thumb {
		flex-basis: 150px;
		width: 150px;
		height: 150px;
	}
}

.audio__buttons, .video__buttons, .blog-post__buttons, .event__buttons {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin-top: 1rem;
}

.button-video, .button-audio, .button-blog-post, .button-event {
	font-size: 12px;
	font-weight: 600;
	color: #00357d;
	text-shadow: 0px 0px 1px #fff;
	text-transform: uppercase;
	margin-right: 1.25em;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	text-decoration: none;
}

.button-subscribe-newsletter {
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	background: #00357d;
	text-shadow: 0px 0px 1px #fff;
	text-transform: uppercase;
	margin-right: 1.25em;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
    line-height: 1.5;
	text-decoration: none;
}

.button-subscribe-newsletter:hover {
	color: #00357d;
	background: transparent;
	border-color: #00357d;
}

.audio__buttons a:last-child, .video__buttons a:last-child, .blog-post__buttons a:last-child, .event__buttons a:last-child {
	margin-right: 0;
}

.button-video img, .button-audio img, .button-blog-post img {
	margin-right: .5em;
}

.audio__buttons .button-audio,
.video__buttons .button-video,
.blog-post__buttons .button-blog-post,
.event__buttons .button-event,
.button-subscribe-newsletter {
    border: 1px solid;
    border-radius: 37px;
	padding: .5em 2em;
}

.podcast_urls a.podcast_url {
    display: flex;
    width: 100%;
    max-width: 245px;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
    padding: .5rem 1rem;
    margin: .5rem 0;
    border: 1px solid #DDD;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-decoration: none;
    background-color: #FAFAFA;
    text-align: left;
    color: #18171a;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}
.podcast_urls a.podcast_url:hover {
    text-decoration: none;
    background-color: #18171a;
    color: #FFF;
}
.podcast_urls a.podcast_url img {
    width: 32px;
    margin-right: 1rem;
}
.audio__spreaker {
	display: none;
	width: 600px;
	padding: 0 ;
	line-height: 0;
}

.no-events {
  font-size: 2rem;
  color: #00357d;
}

.past_events__event {
  margin-bottom: 2rem;
}

.events {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}

#main .events article.event {
	padding: 0 2rem;
	width: 100%;
	margin: 1rem 0 2.5em 0;
}

#main .events article.event main {
	position: relative;
}

@media (min-width: 768px) {
	#main .events article.event {
		width: 50%;
	}
}

.event__category {
  position: relative;
  margin: 0 0 0.5rem 0;
  display: inline-block;
  text-transform: uppercase;
  background: #00357d;
  font-size: 11px;
  font-weight: 600;
  padding: 0.25em 0.5em;
  color: #ffffff;
  z-index: 1;
}

.event__category:hover {
	background: #313b48;
	color: #ffffff;
}

.event__title {
	letter-spacing: -.75px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1em;
	margin: 0 0 0.25rem;
}

.event__title > a {
  color: #313b48;
  text-decoration: none;
}

.event__title > a:hover {
  color: #00357d;
}

.event__date {
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 0.5rem 0;
	font-weight: 500;
	color: #6895CE;
}

.event__description p {
	margin: 0;
}

.event__thumbnail {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0 0 56.25% 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.event__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.event__buttons > a {
  z-index: 1;
}

.hs_modal_form {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: left;
  margin: 0 0 1rem;
}

.hs_modal_form__button {
  font-size: 1em;
  font-weight: 700;
  color: #00357d;
  text-shadow: none;
  letter-spacing: -.75px;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 0;
  padding: 0.5em 2em;
  display: inline-block;
  margin: 0;
  text-decoration: none;
}

.hs_modal_form__button:hover {
  color: #FFFFFF;
  background-color: #00357d;
  border: 2px solid #00357d;
}