/*
Theme Name: SwimAcademy
Theme URI: https://themeforest.net/user/quanticalabs/portfolio
Author: QuanticaLabs
Author URI: http://quanticalabs.com
Description: SwimAcademy is one of the most complete WordPress themes for a small service industry, a team or a sport-school, thanks to the online booking integrated.
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: swimacademy

[Table of contents]

-	Reset
- 	Default
-	Transition
-	Base
-	Header
-	List
-	Breadcrumb
-	Visual composer
-	Form
-	Booking form,
-	Table
-	Layout
	-	Layout / 66x33
	-	Layout / 33x66	
	-	Layout / 50x50
	-	Layout / 33x33x33
	-	Layout / 25x25x25x25
	-	Layout / 20x20x20x20	
-	Theme row styles
-	Theme column styles
-	Section white
-	Section absolute
-	Section border
-	SVG Image
-	Background image
-	Qtip
-	Go to top
-	Icon
	-	Icon / Feature	
	-	Icon / Social
	-	Icon / Meta 16
	-	Icon / Meta 24
-	Page
	-	Page / Header
		-	Page / Header / Title
		-	Page / Header / Middle
		-	Page / Header / Bottom
		-	Page / Content 
	-	Page / Footer
		-	Page / Footer/ Section copyright
-	Menu
	-	Menu / Default
		-	Menu / Default / List
		-	Menu / Default / Dot
			-	Menu / Default / List / Arrow
			-	Menu / Default / List / Element
				-	Menu / Default / List / Element / Link
	-	Menu / Responsive
		-	Menu / Responsive / Button
		-	Menu / Responsive / List
			-	Menu / Responsive / List / Element
				-	Menu / Responsive / List / Element / Link
					-	Menu / Responsive / List / Element / Link / Arrow
-	Box
-	Blog
	-	Blog / Classic
	-	Blog / Column
-	Post
	-	Post / Layout
	-	Post / Image
	-	Post / Meta top
	-	Post / Meta bottom
	-	Post / Tag	
	-	Post / Category
	-	Post / Date
	-	Post / Author
	-	Post / Title	
	-	Post / Excerpt
	-	Post / Content
	-	Post / Comment count
	-	Post / Read more link
	-	Post / Password form
-	Full screen search form
-	Post navigation
-	Post related
-	Post author info	
-	Pagination
-	Respond
	-	Respond / Comment form
-	Comments
	-	Comments / Comments list
		-	Comments / Comments list / Misc
		-	Comments / Comments list / Comment
			-	Comments / Comments list / Comment / Avatar
			-	Comments / Comments list / Comment / Meta 	
			-	Comments / Comments list / Comment / Content
			-	Comments / Comments list / Comment / Divider
		-	Comments / Comments list / Pagination
-	Dropkick
-	Widget
	-	Widget reset	
	-	Widget / Theme post recent 
	-	Widget / Theme post most comment
	-	Widget / Meta
	-	Widget / Pages
	-	Widget / Archives
	-	Widget / Categories
	-	Widget / Text
	-	Widget / Custom HTML	
	-	Widget / Tag Cloud
	-	Widget / Product Tag Cloud
	-	Widget / Navigation menu
	-	WooCommerce / My account navigation
	-	Widget / Gallery
	-	Widget / Recent Comments
	-	Widget / Recent Posts
	-	Widget / RSS
	-	Widget / Search
	-	Widget / Product Search
	-	Widget / Calendar
	-	Widget / Products
	-	Widget / Products by Rating
	-	Widget / Recent Product Reviews
	-	Widget / Recent Viewed Products
	-	Widget / Filter by	
	-	Widget / Rating filter
	-	Widget / Product categories
-	Slick
-	Component
	-	Component / Icon
	-	Component / Logo	
	-	Component / Accordion
	-	Component / Tab
	-	Component / Header and Subheader
	-	Component / Social profile
	-	Component / Counter box
	-	Component / Progress bar
	-	Component / Feature box
	-	Component / Feature
	-	Component / Process list
	-	Component / Service list	
	-	Component / Image carousel
	-	Component / Testimonial carousel
	-	Component / Google Map
	-	Component / Contact form	
	-	Component / Recent post
	-	Component / Team member list	
	-	Component / Image list
	-	Component / Button
	-	Component / Post link
	-	Component / Blockquote
	-	Component / Notice	
	-	Component / List
-	WP classes 
-	Contact Form 7
-	Image style
-	Margin
-	Table responsive
-	Other
-	Responsive		

*/

/******************************************************************************/
/* Reset																	  */
/******************************************************************************/

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
}

/******************************************************************************/
/* Default																	  */
/******************************************************************************/

body {
  margin: 0px;
  padding: 0px;
}

*,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
}

p {
  padding: 10px 0px 10px 0px;
}

a,
html .woocommerce .woocommerce-orders-table a,
html .woocommerce .woocommerce-orders-table a:hover,
html .woocommerce .woocommerce-info .button,
html .woocommerce .woocommerce-info .button:hover,
html .woocommerce button.button:disabled,
html .woocommerce button.button:disabled[disabled] {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 8px;
}

p:empty {
  display: none;
}

mark {
  padding: 3px;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

strong {
  font-weight: 700;
}

iframe {
  max-width: 100%;
}

.theme-hidden {
  display: none !important;
}

html .theme-background-color-transparent {
  background-color: transparent;
}

.d-none {
  display: none !important;
}

/******************************************************************************/
/* Transition																  */
/******************************************************************************/

html .woocommerce .button,
html .woocommerce button.button:disabled,
html .woocommerce button.button:disabled[disabled],
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link h3,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link h3,
input.theme-component-button,
#theme-go-to-top,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button,
.theme-component-accordion.ui-accordion
  .ui-accordion-header
  > span:first-child
  + span,
.theme-component-button > a,
.theme-component-social-profile > li > a,
.theme-component-team-member-list
  .theme-component-team-member-list-item
  > div
  > span,
.theme-component-testimonial-list
  .theme-component-testimonial-list-navigation
  .theme-component-testimonial-list-navigation-left:hover,
.theme-component-testimonial-list
  .theme-component-testimonial-list-navigation
  .theme-component-testimonial-list-navigation-right:hover,
.theme-gutenberg-block .wp-block-file .wp-block-file__button,
.theme-menu.theme-menu-default > ul ul li a:hover,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.theme-pagination a,
.theme-post .theme-post-title h3 a,
.theme-post .theme-post-title h4 a,
.theme-post .theme-post-title h3 a:hover,
.theme-post .theme-post-layout-bottom a,
.theme-page-footer a,
.theme-widget a,
.slick-prev,
.slick-next,
.widget_recent_entries > ul > li a,
.widget_recent_comments > ul > li a,
.widget_products > ul.product_list_widget > li > a,
.widget_recent_reviews > ul.product_list_widget > li > a,
.widget_top_rated_products > ul.product_list_widget > li > a,
.widget_recently_viewed_products > ul.product_list_widget > li > a,
.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers a {
  transition: all 200ms ease;
}

/******************************************************************************/
/* Base																		  */
/******************************************************************************/

html body .theme-main {
  width: 1270px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.theme-clear-fix::after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}

.theme-reset-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.theme-reset-list li {
  margin: 0px;
  padding: 0px;
}

.theme-reset-list li::before {
  display: none;
}

.theme-reset-link,
.theme-reset-link:hover {
  font-weight: inherit;
  text-decoration: none;
}

.theme-overflow-hidden,
.theme-overflow-hidden.vc_row[data-vc-full-width] {
  overflow: hidden;
}

/******************************************************************************/
/* Header																	  */
/******************************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 40px;
}

h4,
h5,
h6 {
  margin-bottom: 30px;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 40px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 30px;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  padding-top: 0px;
}

.wpb_text_column > .wpb_wrapper > p:first-child {
  padding-top: 0px;
}

.wpb_text_column > .wpb_wrapper > p:last-child {
  padding-bottom: 0px;
}

/******************************************************************************/
/* List																		  */
/******************************************************************************/

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
}

ul {
  list-style-type: none;
}

ul ul,
ol ol {
  margin-left: 37px;
}

ul li,
ol li {
  margin-top: 5px;
}

ul li:before {
  width: 22px;
  height: 22px;
  font-size: 16px;
  text-align: center;
  border-radius: 999em;
  display: inline-block;
  margin-right: 15px;
  line-height: 22px !important;
}

ul li > .vc_clearfix::after,
ul li > .vc_clearfix::before {
  display: none;
}

ol li ol {
  list-style-type: lower-alpha;
}

ol li ol li ol {
  list-style-type: lower-roman;
}

/******************************************************************************/
/* Breadcrumb																  */
/******************************************************************************/

[property="itemListElement"] {
  padding-right: 10px;
}

[property="itemListElement"] + [property="itemListElement"] {
  padding-left: 10px;
}

/******************************************************************************/
/* Visual composer															  */
/******************************************************************************/

html .vc_row {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 100px;
  padding-bottom: 50px;
}

html .vc_row[data-vc-full-width] {
  transition-duration: 250ms;
}

html .theme-page-content .vc_row[data-vc-full-width] {
  transition: none;
}

html .vc_row[data-vc-full-width-init="false"] {
  opacity: 0;
}

html .vc_row[data-vc-full-width-init="true"] {
  opacity: 1;
}

html .vc_column_container {
  margin-bottom: 50px;
}

html .vc_column_container > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

html .wpb_button,
html .wpb_content_element,
html ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px;
}

/******************************************************************************/
/* Form																		  */
/******************************************************************************/

select {
  width: 100%;
  cursor: pointer;
}

textarea {
  resize: none;
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  border-width: 1px;
  border-style: solid;
  padding: 0px 20px 20px 20px;
}

select {
  padding: 10px;
}

html #add_payment_method table.cart td.actions .coupon .input-text,
html .woocommerce select,
html .woocommerce textarea,
html .woocommerce input[type="tel"],
html .woocommerce input[type="text"],
html .woocommerce input[type="email"],
html .woocommerce input[type="search"],
html .woocommerce input[type="password"],
html .woocommerce-cart table.cart td.actions .coupon .input-text,
html .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 13px;
}

html .woocommerce #review_form #respond #commentform > p.comment-form-email,
html .woocommerce #review_form #respond #commentform > p.comment-form-author,
html .woocommerce #review_form #respond #commentform > p.comment-form-comment,
html .woocommerce #review_form #respond #commentform > div.comment-form-rating,
.theme-form-field {
  border-width: 1px;
  border-style: solid;
  padding: 16px 0px 0px 0px;
}

html .woocommerce #respond #commentform p.comment-form-email input,
html .woocommerce #respond #commentform p.comment-form-author input,
html .woocommerce #respond #commentform p.comment-form-comment textarea,
.theme-form-field select,
.theme-form-field textarea,
.theme-form-field input[type="tel"],
.theme-form-field input[type="text"],
.theme-form-field input[type="email"],
.theme-form-field input[type="search"],
.theme-form-field input[type="password"] {
  width: 100%;
  border: none;
}

html .woocommerce #respond #commentform p.comment-form-email input,
html .woocommerce #respond #commentform p.comment-form-author input,
html .woocommerce #respond #commentform p.comment-form-comment textarea,
html .woocommerce #respond #commentform .comment-form-rating p.stars {
  padding: 0px 20px 20px 20px;
}

html .woocommerce #respond #commentform .comment-form-rating p.stars {
  margin-bottom: 0px;
}

html .woocommerce form .form-row label,
html .woocommerce-page form .form-row label,
html .woocommerce #respond #commentform label,
.theme-form-field label,
.wp-block-search label,
.widget_search .screen-reader-text,
.widget_product_search .screen-reader-text {
  clear: both;
  margin-left: 20px;
  margin-bottom: 7px;
  display: inline-block;
}

html .woocommerce form .form-row label,
html .woocommerce-page form .form-row label {
  margin-left: 0px;
  margin-bottom: 10px;
}

.theme-form-column-1_2-left {
  float: left;
}

.theme-form-column-1_2-right {
  float: right;
}

.theme-form-column-1_2-left,
.theme-form-column-1_2-right {
  width: 50%;
}

.theme-form-column-1_2-right {
}

.theme-form-column-1_2-right .theme-form-field {
  height: 100%;
}

.theme-form-column-1_2-left > .theme-form-field {
  height: 99px !important;
  border-right-width: 0px;
}

.theme-form-column-1_2-left + .theme-form-column-1_2-left > .theme-form-field {
  border-top-width: 0px;
}

.theme-form-column-1_1 {
  clear: both;
  width: 100%;
}

.theme-width-300 .theme-form-column-1_1,
.theme-width-300 .theme-form-column-1_2-left,
.theme-width-300 .theme-form-column-1_2-right {
  clear: both;
  float: none;
  width: 100%;
}

.theme-width-300 .theme-form-column-1_2-left > .theme-form-field {
  border-right-width: 1px;
}

.theme-width-300
  .theme-form-column-1_2-right
  ~ .theme-form-column-1_2-left
  > .theme-form-field {
  border-top-width: 0px;
}

/******************************************************************************/
/* Booking form																  */
/******************************************************************************/

html .theme-page .theme-page-content.theme-page-content-booking-form {
  padding-top: 0px;
  margin-top: -60px;
}

/******************************************************************************/
/* Table																	  */
/******************************************************************************/

html .woocommerce table.shop_table,
table {
  border-radius: 0;
  border-collapse: collapse;
}

html .woocommerce table.shop_table tr,
table tr {
}

html .woocommerce table.shop_table tr th,
table tr th,
.wp-block-table th {
  border-width: 2px;
}

html .woocommerce table.shop_table tr td,
table tr td {
}

html .woocommerce table.shop_table tr th,
html .woocommerce table.shop_table tr td,
table tr th,
table tr td,
.wp-block-table td,
.wp-block-table th {
  padding: 10px;
  border-style: solid;
}

html .woocommerce table.shop_table,
html .woocommerce table.shop_table td,
table,
table td,
.wp-block-table td {
  border-width: 1px;
}

/******************************************************************************/
/* Layout																	  */
/******************************************************************************/

html .vc_col-sm-2 + .vc_col-sm-2,
html .vc_col-sm-3 + .vc_col-sm-2,
html .vc_col-sm-3 + .vc_col-sm-3,
html .vc_col-sm-4 + .vc_col-sm-4,
html .vc_col-sm-6 + .vc_col-sm-6,
html .vc_col-sm-8 + .vc_col-sm-4,
html .vc_col-sm-4 + .vc_col-sm-8,
html .vc_col-sm-4 + .vc_col-sm-5,
html .vc_col-sm-4 + .vc_col-sm-5 + .vc_col-sm-3 {
  margin-left: 3.93701%;
}

html .vc_col-sm-6 .vc_col-sm-6 + .vc_col-sm-6 {
  margin-left: 8.19672%;
}

html .vc_row.vc_row-no-padding > .vc_column_container {
  margin-left: 0px;
}

/**************************************************************************/
/* Layout / 66x33														  */
/**************************************************************************/

html .vc_col-sm-8 {
}

html .vc_row.vc_row-no-padding .vc_col-sm-8 {
}

/**************************************************************************/
/* Layout / 33x66														  */
/**************************************************************************/

html .vc_col-sm-8 {
  width: 65.35433%;
}

html .vc_row.vc_row-no-padding .vc_col-sm-8 {
}

/**************************************************************************/
/* Layout / 50x50														  */
/**************************************************************************/

html .vc_col-sm-6 {
  width: 48.0315%;
}

html .vc_col-sm-6 .vc_col-sm-6 {
  width: 45.90164%;
}

html .vc_row.vc_row-no-padding > .vc_col-sm-6 {
  width: 50%;
}

/**************************************************************************/
/* Layout / 33x33x33													  */
/**************************************************************************/

html .vc_col-sm-4 {
  width: 30.70866%;
}

html .vc_row.vc_row-no-padding .vc_col-sm-4 {
  width: 33%;
}

/**************************************************************************/
/* Layout / 25x25x25x25													  */
/**************************************************************************/

html .vc_col-sm-3 {
  width: 22.04724%;
}

html .vc_row.vc_row-no-padding .vc_col-sm-3 {
  width: 25%;
}

/**************************************************************************/
/* Layout / 20x20x20x20													  */
/**************************************************************************/

html .vc_col-sm-2 {
  width: 13.38582%;
}

html .vc_row.vc_row-no-padding .vc_col-sm-2 {
  width: 0.166666%;
}

/******************************************************************************/
/* Theme row styles															  */
/******************************************************************************/

html .theme-row-style-1 {
  background: linear-gradient(
    to right,
    #ffffff calc(50% + 195px),
    transparent 50%
  );
}

html .theme-row-style-1 > .vc_column_container + .vc_column_container {
  position: static;
}

html
  .theme-row-style-1
  > .vc_column_container
  + .vc_column_container
  > .vc_column-inner {
  position: absolute;
}

html
  .theme-row-style-1
  > .vc_column_container
  + .vc_column_container
  > .vc_column-inner
  .slick-prev,
html
  .theme-row-style-1
  > .vc_column_container
  + .vc_column_container
  > .vc_column-inner
  .slick-next {
  left: 610px;
  right: unset;
}

html
  .theme-row-style-1
  > .vc_column_container
  + .vc_column_container
  > .vc_column-inner
  .slick-prev {
  margin-left: -100px;
}

html
  .theme-row-style-1
  > .vc_column_container
  + .vc_column_container
  > .vc_column-inner
  .slick-next {
  margin-left: -40px;
}

html .theme-row-style-2 {
  background: linear-gradient(
    to right,
    #ffffff calc(50% + 195px),
    transparent 50%
  );
}

html .theme-row-style-3 {
}

html .theme-row-style-3 > .vc_column_container:first-child {
  justify-content: flex-end;
}

html .theme-row-style-3 > .vc_column_container:first-child > .vc_column-inner {
  max-width: 610px;
}

html .theme-row-style-4 {
  padding-bottom: 120px;
}

html .theme-row-style-4 > .vc_column_container + .vc_column_container {
  position: static;
}

html
  .theme-row-style-4
  > .vc_column_container
  + .vc_column_container
  > .vc_column-inner {
  position: absolute;
}

/******************************************************************************/
/* Theme column styles														  */
/******************************************************************************/

html .theme-column-style-1 > .vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-1 > .vc_column-inner {
  max-width: 635px;
  margin-left: auto;
  padding-right: 50px;
}

html .theme-column-style-2 > .vc_column-inner {
  padding-right: 60px;
}

html .theme-column-style-3 > .vc_column-inner {
  padding-left: 60px;
}

/******************************************************************************/
/* Section white															  */
/******************************************************************************/

html .theme-section-white,
html .theme-section-white * {
  color: #ffffff !important;
}

html .theme-section-background-image-fixed {
  background-size: cover;
  background-attachment: fixed;
}

/******************************************************************************/
/* Section absolute															  */
/******************************************************************************/

.theme-section-absolute {
  position: absolute !important;
}

.theme-section-absolute.theme-section-absolute-style-1 {
  z-index: 2 !important;
  overflow: visible !important;
}

/******************************************************************************/
/* Section border															  */
/******************************************************************************/

.theme-section-border {
}

.theme-section-border.theme-section-border-style-1 {
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: rgba(255, 255, 255, 0.3);
}

/******************************************************************************/
/* SVG Image															 	  */
/******************************************************************************/

.theme-svg-image {
  fill-rule: evenodd;
}

.theme-svg-image-11-3 {
  opacity: 0.9;
}

.theme-svg-image-11-2 {
  opacity: 0.8;
}

.theme-svg-image-11-1 {
  opacity: 0.7;
}

.theme-svg-image-1-1,
theme-svg-image-11-4 {
  opacity: 0.5;
}

.theme-svg-image-2-1,
.theme-svg-image-3-1,
.theme-svg-image-6-1 {
  opacity: 0.3;
}

/******************************************************************************/
/* Background image															  */
/******************************************************************************/

.theme-background-image-set {
  display: none;
}

.vc_row.theme-background-image-1 > span:first-child {
  left: 0px;
  top: 100px;
  position: absolute;
}

.vc_row.theme-background-image-4 > span:first-child {
  top: 50%;
  left: 0px;
  right: 0px;
  width: 520px;
  height: 500px;
  margin-top: -250px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  max-width: 100%;
}

.vc_row.theme-background-image-4 > span:first-child > svg {
  max-width: 100%;
}

/******************************************************************************/
/* Qtip																		  */
/******************************************************************************/

.theme-qtip {
  margin: 0px;
  padding: 0px;
  border: none;
  box-shadow: none;
  min-width: 200px;
  border-width: 1px;
  border-style: solid;
}

.theme-qtip .qtip-content {
  font-size: 13px;
  font-weight: 300;
  line-height: 150%;
  padding: 8px 15px 10px 15px;
}

/******************************************************************************/
/* Go to top																  */
/******************************************************************************/

#theme-go-to-top {
  opacity: 0;
  z-index: 99;
  right: 60px;
  width: 44px;
  height: 44px;
  bottom: 60px;
  font-size: 16px;
  position: fixed;
  line-height: 48px;
  text-align: center;
  border-radius: 999em;
}

#theme-go-to-top,
#theme-go-to-top:hover {
  text-decoration: none;
}

#theme-go-to-top:hover {
  background: rgba(133, 140, 146, 0.6);
}

/******************************************************************************/
/* Fonts																		  */
/******************************************************************************/

@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: bolder;
}


@font-face {
  font-family: "Vazir";
  src: url("../font/Vazir-Thin-FD-WOL.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "Vazir";
  src: url("../font/Vazir-Light-FD-WOL.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "Vazir";
  src: url("../font/Vazir-Regular-FD-WOL.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Vazir";
  src: url("../font/Vazir-Medium-FD-WOL.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Vazir";
  src: url("../font/Vazir-Bold-FD-WOL.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Vazir";
  src: url("../font/Vazir-Black-FD-WOL.ttf") format("truetype");
  font-style: normal;
  font-weight: bolder;
}

/******************************************************************************/
/* Icon																		  */
/******************************************************************************/

/**************************************************************************/
/* Icon / Feature														  */
/**************************************************************************/

@font-face {
  font-family: "theme-icon-feature";
  src: url("../font/icon-feature.ttf");
  font-style: normal;
  font-weight: normal;
}

[class^="theme-icon-feature-"],
[class*=" theme-icon-feature-"] {
  font-size: 48px;
  font-family: "theme-icon-feature" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.theme-icon-feature-touch:before {
  content: "\e999";
}
.theme-icon-feature-learning:before {
  content: "\e998";
}
.theme-icon-feature-science:before {
  content: "\e997";
}
.theme-icon-feature-house-location:before {
  content: "\e996";
}
.theme-icon-feature-calendar-check:before {
  content: "\e995";
}
.theme-icon-feature-timer:before {
  content: "\e994";
}
.theme-icon-feature-id:before {
  content: "\e993";
}
.theme-icon-feature-mobile-phone:before {
  content: "\e992";
}
.theme-icon-feature-tablet:before {
  content: "\e991";
}
.theme-icon-feature-layers:before {
  content: "\e990";
}
.theme-icon-feature-documents:before {
  content: "\e989";
}
.theme-icon-feature-book:before {
  content: "\e988";
}
.theme-icon-feature-medal:before {
  content: "\e987";
}
.theme-icon-feature-winners:before {
  content: "\e986";
}
.theme-icon-feature-trophy:before {
  content: "\e985";
}
.theme-icon-feature-elevator:before {
  content: "\e984";
}
.theme-icon-feature-reception:before {
  content: "\e983";
}
.theme-icon-feature-shower-2:before {
  content: "\e982";
}
.theme-icon-feature-toilet:before {
  content: "\e981";
}
.theme-icon-feature-swimming-pool-2:before {
  content: "\e980";
}
.theme-icon-feature-car:before {
  content: "\e979";
}
.theme-icon-feature-ocean:before {
  content: "\e978";
}
.theme-icon-feature-water-drop:before {
  content: "\e977";
}
.theme-icon-feature-car-park:before {
  content: "\e976";
}
.theme-icon-feature-cheeseburger:before {
  content: "\e975";
}
.theme-icon-feature-breakfast:before {
  content: "\e974";
}
.theme-icon-feature-food:before {
  content: "\e973";
}
.theme-icon-feature-hotdog:before {
  content: "\e972";
}
.theme-icon-feature-pizza:before {
  content: "\e971";
}
.theme-icon-feature-taco:before {
  content: "\e970";
}
.theme-icon-feature-lockers:before {
  content: "\e969";
}
.theme-icon-feature-bikini:before {
  content: "\e968";
}
.theme-icon-feature-slippers:before {
  content: "\e967";
}
.theme-icon-feature-checklist:before {
  content: "\e966";
}
.theme-icon-feature-task:before {
  content: "\e965";
}
.theme-icon-feature-fitness-center:before {
  content: "\e964";
}
.theme-icon-feature-dryer:before {
  content: "\e963";
}
.theme-icon-feature-sauna:before {
  content: "\e962";
}
.theme-icon-feature-shower-1:before {
  content: "\e961";
}
.theme-icon-feature-swimming-pool-1:before {
  content: "\e960";
}
.theme-icon-feature-badminton:before {
  content: "\e959";
}
.theme-icon-feature-basketball-1:before {
  content: "\e958";
}
.theme-icon-feature-football:before {
  content: "\e957";
}
.theme-icon-feature-golf:before {
  content: "\e956";
}
.theme-icon-feature-soccer:before {
  content: "\e955";
}
.theme-icon-feature-volleyball:before {
  content: "\e954";
}
.theme-icon-feature-basketball-2:before {
  content: "\e953";
}
.theme-icon-feature-bowling:before {
  content: "\e952";
}
.theme-icon-feature-bowling-pins:before {
  content: "\e951";
}
.theme-icon-feature-boxing:before {
  content: "\e950";
}
.theme-icon-feature-dumbbell-1:before {
  content: "\e949";
}
.theme-icon-feature-dumbbell-2:before {
  content: "\e948";
}
.theme-icon-feature-fencing-1:before {
  content: "\e947";
}
.theme-icon-feature-hockey:before {
  content: "\e946";
}
.theme-icon-feature-iceskate:before {
  content: "\e945";
}
.theme-icon-feature-fencing-2:before {
  content: "\e944";
}
.theme-icon-feature-martial-art:before {
  content: "\e943";
}
.theme-icon-feature-board-game:before {
  content: "\e942";
}
.theme-icon-feature-pingpong:before {
  content: "\e941";
}
.theme-icon-feature-rollerblade:before {
  content: "\e940";
}
.theme-icon-feature-skateboard:before {
  content: "\e939";
}
.theme-icon-feature-soccer-court:before {
  content: "\e938";
}
.theme-icon-feature-tennis:before {
  content: "\e937";
}
.theme-icon-feature-tennis-court:before {
  content: "\e936";
}
.theme-icon-feature-leaf:before {
  content: "\e935";
}
.theme-icon-feature-disabled:before {
  content: "\e934";
}
.theme-icon-feature-location:before {
  content: "\e933";
}
.theme-icon-feature-map:before {
  content: "\e932";
}
.theme-icon-feature-credit-card:before {
  content: "\e931";
}
.theme-icon-feature-wallet:before {
  content: "\e930";
}
.theme-icon-feature-calc:before {
  content: "\e929";
}
.theme-icon-feature-handbag:before {
  content: "\e928";
}
.theme-icon-feature-picture:before {
  content: "\e927";
}
.theme-icon-feature-error:before {
  content: "\e926";
}
.theme-icon-feature-timetable:before {
  content: "\e925";
}
.theme-icon-feature-recurring:before {
  content: "\e924";
}
.theme-icon-feature-question:before {
  content: "\e923";
}
.theme-icon-feature-info:before {
  content: "\e922";
}
.theme-icon-feature-warning:before {
  content: "\e921";
}
.theme-icon-feature-certificate:before {
  content: "\e920";
}
.theme-icon-feature-document:before {
  content: "\e919";
}
.theme-icon-feature-fax:before {
  content: "\e918";
}
.theme-icon-feature-phone-2:before {
  content: "\e917";
}
.theme-icon-feature-phone-1:before {
  content: "\e916";
}
.theme-icon-feature-testimonials-2:before {
  content: "\e915";
}
.theme-icon-feature-testimonials-1:before {
  content: "\e914";
}
.theme-icon-feature-chat:before {
  content: "\e913";
}
.theme-icon-feature-person:before {
  content: "\e912";
}
.theme-icon-feature-account:before {
  content: "\e911";
}
.theme-icon-feature-people:before {
  content: "\e910";
}
.theme-icon-feature-email-1:before {
  content: "\e909";
}
.theme-icon-feature-email-2:before {
  content: "\e908";
}
.theme-icon-feature-email-3:before {
  content: "\e907";
}
.theme-icon-feature-paper-plane:before {
  content: "\e906";
}
.theme-icon-feature-calendar:before {
  content: "\e905";
}
.theme-icon-feature-clock:before {
  content: "\e904";
}
.theme-icon-feature-share-time:before {
  content: "\e903";
}
.theme-icon-feature-check:before {
  content: "\e902";
}
.theme-icon-feature-pen:before {
  content: "\e901";
}
.theme-icon-feature-pencil:before {
  content: "\e900";
}

/**************************************************************************/
/* Icon / Social														  */
/**************************************************************************/

@font-face {
  font-family: "theme-icon-social";
  src: url("../font/icon-meta-16.ttf") format("svg");
  font-style: normal;
  font-weight: normal;
}

[class^="theme-icon-social-"],
[class*=" theme-icon-social-"] {
  font-family: "theme-icon-social" !important;
  speak: none;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.theme-icon-social-plus:before {
  content: "\66";
}
.theme-icon-social-instagram:before {
  content: "\6a";
}
.theme-icon-social-twitter:before {
  content: "\61";
}
.theme-icon-social-facebook:before {
  content: "\62";
}
.theme-icon-social-github:before {
  content: "\63";
}
.theme-icon-social-rss:before {
  content: "\64";
}
.theme-icon-social-pinterest:before {
  content: "\65";
}
.theme-icon-social-linkedin:before {
  content: "\67";
}
.theme-icon-social-xing:before {
  content: "\68";
}
.theme-icon-social-youtube:before {
  content: "\69";
}
.theme-icon-social-flickr:before {
  content: "6b";
}
.theme-icon-social-tumblr:before {
  content: "\6c";
}
.theme-icon-social-dribbble:before {
  content: "\6d";
}
.theme-icon-social-skype:before {
  content: "\6e";
}
.theme-icon-social-foursquare:before {
  content: "\6f";
}
.theme-icon-social-vk:before {
  content: "\70";
}
.theme-icon-social-weibo:before {
  content: "\71";
}
.theme-icon-social-reddit:before {
  content: "\72";
}
.theme-icon-social-stumbleupon:before {
  content: "\73";
}
.theme-icon-social-behance:before {
  content: "\74";
}
.theme-icon-social-spotify:before {
  content: "\75";
}
.theme-icon-social-deviantart:before {
  content: "\76";
}
.theme-icon-social-soundcloud:before {
  content: "\77";
}
.theme-icon-social-vine:before {
  content: "\78";
}
.theme-icon-social-yelp:before {
  content: "\79";
}
.theme-icon-social-paypal:before {
  content: "\7a";
}
.theme-icon-social-houzz:before {
  content: "\41";
}
.theme-icon-social-vimeo:before {
  content: "\42";
}

/**************************************************************************/
/* Icon / Meta 16														  */
/**************************************************************************/

@font-face {
  font-family: "theme-icon-meta-16";
  src: url("../font/theme-icon-meta-16.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

ul li:before,
.theme-pagination a.prev:before,
.theme-pagination a.next:before,
.slick-prev:before,
.slick-next:before,
#theme-go-to-top:before,
[class^="theme-icon-meta-16-"],
[class*=" theme-icon-meta-16-"] {
  line-height: 1;
  font-size: 16px;
  font-family: "theme-icon-meta-16";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.theme-icon-meta-16-arrow-vertical-thin:before {
  content: "\70";
}
.theme-icon-meta-16-arrow-horizontal-thin:before {
  content: "\6f";
}
.theme-icon-meta-16-chevron-horizontal-thin:before {
  content: "\71";
}
.theme-icon-meta-16-chevron-vertical-thin:before {
  content: "\72";
}
.theme-pagination a.prev:before,
.theme-pagination a.next:before,
.slick-prev:before,
.slick-next:before,
.theme-icon-meta-16-arrow-horizontal:before {
  content: "\61";
}
#theme-go-to-top:before,
.theme-icon-meta-16-arrow-vertical:before {
  content: "\62";
}
.theme-icon-meta-16-calendar:before {
  content: "\68";
}
.theme-icon-meta-16-comments:before {
  content: "\6b";
}
ul li:before,
.theme-icon-meta-16-check:before {
  content: "\65";
}
.theme-icon-meta-16-chevron-horizontal:before {
  content: "\63";
}
.theme-icon-meta-16-chevron-vertical:before {
  content: "\64";
}
.theme-icon-meta-16-author:before {
  content: "\6a";
}
.theme-icon-meta-16-category:before {
  content: "\66";
}
.theme-icon-meta-16-time:before {
  content: "\69";
}
.theme-icon-meta-16-screen:before {
  content: "\6c";
}
.theme-icon-meta-16-students:before {
  content: "\6e";
}
.theme-icon-meta-16-group:before {
  content: "\6d";
}
.theme-icon-meta-16-tag:before {
  content: "\67";
}

/**************************************************************************/
/* Icon / Meta 24														  */
/**************************************************************************/

@font-face {
  font-family: "theme-icon-meta-24";
  src: url("../font/theme-icon-meta-24.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

#theme-full-screen-search-form-close-button:before,
.theme-post.sticky .theme-post-layout-bottom:before,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
[class^="theme-icon-meta-24-"],
[class*=" theme-icon-meta-24-"] {
  line-height: 1;
  font-size: 24px;
  font-family: "theme-icon-meta-24";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.theme-icon-meta-24-canvas:before {
  content: "\2d";
}
.theme-icon-meta-24-cart:before {
  content: "\68";
}
.theme-icon-meta-24-clock:before {
  content: "\6e";
  font-family: "theme-icon-meta-24" !important;
}
.theme-icon-meta-24-error:before {
  content: "\6b";
}
.theme-icon-meta-24-date:before {
  content: "\6f";
}
.theme-icon-meta-24-documents:before {
  content: "\3d";
}
.theme-icon-meta-24-note:before {
  content: "\60";
}
.theme-icon-meta-24-faq:before {
  content: "\6c";
}
.theme-icon-meta-24-flag:before {
  content: "\79";
}
.theme-icon-meta-24-students:before {
  content: "\7a";
}
.theme-icon-meta-24-info:before {
  content: "\69";
}
.theme-icon-meta-24-link:before {
  content: "\5b";
}
.theme-icon-meta-24-time:before {
  content: "\2e";
}
.theme-icon-meta-24-lock:before {
  content: "\5c";
}
.theme-icon-meta-24-mail:before {
  content: "\71";
  font-family: "theme-icon-meta-24" !important;
}
.theme-icon-meta-24-address:before {
  content: "\70";
  font-family: "theme-icon-meta-24" !important;
}
.theme-icon-meta-24-mobile:before {
  content: "\72";
  font-family: "theme-icon-meta-24" !important;
}
.theme-icon-meta-24-skill:before {
  content: "\31";
}
.theme-icon-meta-24-phone:before {
  content: "\73";
}
.theme-post.sticky .theme-post-layout-bottom:before,
.theme-icon-meta-24-pin:before {
  content: "\27";
}
.theme-icon-meta-24-video:before {
  content: "\76";
}
.theme-icon-meta-24-quote-1:before {
  content: "\74";
}
.theme-icon-meta-24-repetition:before {
  content: "\2c";
}
.theme-icon-meta-24-arrow-horizontal-lg:before {
  content: "\62";
}
.theme-icon-meta-24-arrow-horizontal-sm:before {
  content: "\61";
}
.theme-icon-meta-24-swimming-pool:before {
  content: "\5d";
}
.theme-icon-meta-24-success:before {
  content: "\6a";
}
.theme-icon-meta-24-warning:before {
  content: "\6d";
}
.theme-icon-meta-24-arrow-vertical:before {
  content: "\63";
}
.theme-icon-meta-24-check:before {
  content: "\66";
}
.theme-icon-meta-24-chevron-horizontal:before {
  content: "\64";
}
.theme-icon-meta-24-chevron-vertical:before {
  content: "\65";
}
#theme-full-screen-search-form-close-button:before,
.theme-icon-meta-24-close:before {
  content: "\67";
}
.theme-icon-meta-24-group:before {
  content: "\77";
}
.theme-icon-meta-24-search:before {
  content: "\2f";
}
.theme-icon-meta-24-security:before {
  content: "\3b";
}
.theme-menu.theme-menu-responsive .theme-menu-responsive-button:before,
.theme-icon-meta-24-menu:before {
  content: "\78";
}
.theme-icon-meta-24-quote-2:before {
  content: "\75";
}
/**************************************************************************/
/* Page / Header														  */
/**************************************************************************/

.theme-page .theme-page-header {
}

.theme-page
  .theme-page-header
  .theme-component-icon-list
  .theme-icon-meta-24-search {
  cursor: pointer;
}

.theme-page .theme-page-header .theme-page-header-flex {
  padding: 20px 0px 20px 0px;
}

.theme-page
  .theme-page-header
  .theme-page-header-flex
  > .vc_column-inner
  > .wpb_wrapper {
  display: flex;
  line-height: 1;
  align-items: center;
}

.theme-page
  .theme-page-header
  .theme-page-header-flex
  > .vc_column-inner
  > .wpb_wrapper
  .theme-menu-default {
  flex-grow: 1;
}

.theme-page
  .theme-page-header
  .theme-page-header-flex
  > .vc_column-inner
  > .wpb_wrapper
  .theme-menu-default
  > ul {
  float: right;
}

.theme-page
  .theme-page-header
  .theme-page-header-flex
  > .vc_column-inner
  > .wpb_wrapper
  .theme-component-icon-list {
  margin-left: 40px;
}

.theme-page
  .theme-page-header
  .theme-page-header-flex
  > .vc_column-inner
  > .wpb_wrapper
  .theme-component-button {
  margin-left: 20px;
}

.theme-page-header-middle.theme-page-header-middle-default > .theme-main {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}

.theme-page-header-middle.theme-page-header-middle-default > .theme-main h3 {
  margin-bottom: 0px;
}

.theme-page-header-middle.theme-page-header-middle-default > .theme-main h3 a,
.theme-page-header-middle.theme-page-header-middle-default
  > .theme-main
  h3
  a:hover {
  text-decoration: none;
}

/**********************************************************************/
/* Page / Header / Title											  */
/**********************************************************************/

.theme-page .theme-page-header .theme-page-header-title {
}

.theme-page .theme-page-header .theme-page-header-title > .theme-main > span a,
.theme-page
  .theme-page-header
  .theme-page-header-title
  > .theme-main
  > span
  a:hover {
  text-decoration: none;
}

.theme-page
  .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-text {
  position: relative;
  padding-top: 0px;
  word-break: break-word;
}

.theme-page
  .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-text
  > .theme-main
  > span {
  display: block;
  margin-top: 30px;
}

.theme-page
  .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-text
  h1 {
  display: block;
  margin-top: 50px;
  margin-bottom: 0px;
  position: relative;
}

.theme-page
  .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-text
  h1
  > span:first-child {
  z-index: 2;
  display: inline;
  position: relative;
  padding-right: 30px;
}

.theme-page
  .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-text
  h1
  > span:first-child
  + span {
  height: 1px;
  width: 100%;
  bottom: 15px;
  display: block;
  position: absolute;
}

.theme-page
  .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-image {
  display: flex;
  min-height: 550px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}

.theme-page
  .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-image
  > .theme-main
  > span,
.theme-page
  .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-image
  > .theme-main
  > div {
  display: block;
  position: relative;
  text-align: center;
}

.theme-page
  .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-image
  > .theme-main
  > span {
  top: -60px;
  text-align: left;
}

.theme-page
  .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-image
  > .theme-main
  > div {
  top: 60px;
  text-align: center;
}

/**********************************************************************/
/* Page / Header / Middle											  */
/**********************************************************************/

html .theme-page .theme-page-header .theme-page-header-middle {
}

html .theme-page .theme-page-header .theme-page-header-middle .theme-main {
  position: relative;
}

html
  .theme-page
  .theme-page-header
  .theme-page-header-middle
  .theme-main
  .theme-section-absolute-style-1 {
  border: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(255, 255, 255, 0.3);
}

/**********************************************************************/
/* Page / Header / Bottom											  */
/**********************************************************************/

html
  .theme-page
  .theme-page-header
  .theme-page-header-bottom
  .vc_column_container {
  margin-bottom: 0px;
}

.theme-page-header-bottom-style-1,
.theme-page-header-bottom-style-2 {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}

/**************************************************************************/
/* Page / Content														  */
/**************************************************************************/

.theme-page .theme-page-content {
  min-height: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0px 0px 0px 0px;
}

.theme-page .theme-page-content > .theme-main {
}

html .woocommerce-account .woocommerce-MyAccount-navigation,
.theme-page.theme-page-sidebar-enable
  > .theme-page-content
  > .theme-main
  > .theme-column-left {
  float: left;
}

html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page.theme-page-sidebar-enable
  > .theme-page-content
  > .theme-main
  > .theme-column-right {
  float: right;
}

html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page.theme-page-sidebar-enable.theme-page-sidebar-left
  > .theme-page-content
  > .theme-main
  > .theme-column-right,
.theme-page.theme-page-sidebar-enable.theme-page-sidebar-right
  > .theme-page-content
  > .theme-main
  > .theme-column-left {
  width: 830px;
}

html .woocommerce-account .woocommerce-MyAccount-navigation,
.theme-page.theme-page-sidebar-enable.theme-page-sidebar-left
  > .theme-page-content
  > .theme-main
  > .theme-column-left,
.theme-page.theme-page-sidebar-enable.theme-page-sidebar-right
  > .theme-page-content
  > .theme-main
  > .theme-column-right {
  width: 390px;
}

/**************************************************************************/
/* Page / Footer														  */
/**************************************************************************/

.theme-page .theme-page-footer {
  position: relative;
}

.theme-page .theme-page-footer > span:first-child {
  display: block;
  position: absolute;
}

.theme-page .theme-page-footer .theme-page-footer-top {
  padding-top: 100px;
  padding-bottom: 0px;
}

.theme-page .theme-page-footer .theme-page-footer-middle {
  padding-top: 100px;
  padding-bottom: 0px;
}

.theme-page .theme-page-footer div + .theme-page-footer-middle {
  padding-top: 0px;
}

.theme-page .theme-page-footer > div + div > .theme-main {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}

/**********************************************************************/
/* Page / Footer/ Section copyright									  */
/**********************************************************************/

.theme-page .theme-page-footer .theme-section-copyright {
}

.theme-page .theme-page-footer .theme-section-copyright a,
.theme-page .theme-page-footer .theme-section-copyright a:hover {
  font-weight: 400;
}

.theme-page .theme-page-footer .theme-section-copyright a {
  text-decoration: none;
}

.theme-page .theme-page-footer .theme-section-copyright a:hover {
  text-decoration: underline;
}

/******************************************************************************/
/* Menu																		  */
/******************************************************************************/

/**************************************************************************/
/* Menu / Default														  */
/**************************************************************************/

.theme-menu.theme-menu-default {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

.theme-menu-mode-responsive .theme-menu.theme-menu-default {
  display: none;
}

/**********************************************************************/
/* Menu / Default / List											  */
/**********************************************************************/

.theme-menu.theme-menu-default ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.theme-menu.theme-menu-default > ul ul {
  top: 100%;
  left: -30px;
  z-index: 99;
  display: none;
  text-align: left;
  min-width: 300px;
  position: absolute;
  padding: 25px 0px 25px 30px;
}

.theme-menu.theme-menu-default > ul ul ul {
  top: -25px;
  left: 270px;
  margin-top: 0px;
}

.theme-menu.theme-menu-default > ul li:hover > ul,
.theme-menu.theme-menu-default > ul li.sfHover > ul {
  display: block;
}

/**********************************************************************/
/* Menu / Default / Dot												  */
/**********************************************************************/

.theme-menu.theme-menu-default > ul > li > a > span:first-child {
  width: 6px;
  height: 6px;
  display: none;
  border-radius: 999em;
}

.theme-menu.theme-menu-default > ul > li:hover > a > span:first-child {
  left: 0px;
  right: 20px;
  bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: inline-block;
}

/**********************************************************************/
/* Menu / Default / List / Arrow									  */
/**********************************************************************/

.theme-menu.theme-menu-default
  > ul
  > li
  > a
  > span.theme-icon-meta-16-chevron-vertical:before,
.theme-menu.theme-menu-default
  > ul
  ul
  > li
  > a
  > span.theme-icon-meta-16-chevron-vertical:before {
  display: none;
}

.theme-menu.theme-menu-default
  > ul
  > li.menu-item-has-children
  > a
  > span.theme-icon-meta-16-chevron-vertical:before,
.theme-menu.theme-menu-default
  > ul
  ul
  > li.menu-item-has-children
  > a
  > span.theme-icon-meta-16-chevron-vertical:before {
  font-size: 12px;
  position: absolute;
  display: inline-block;
}

.theme-menu.theme-menu-default
  > ul
  > li.menu-item-has-children
  > a
  > span.theme-icon-meta-16-chevron-vertical:before {
  top: 27px;
  width: 20px;
  right: 0px;
  transform: rotate(180deg);
}

.theme-menu.theme-menu-default
  > ul
  ul
  > li.menu-item-has-children
  > a
  > span.theme-icon-meta-16-chevron-vertical:before {
  top: 15px;
  right: 30px;
  float: right;
  transform: rotate(90deg);
}

/**********************************************************************/
/* Menu / Default / List / Element									  */
/**********************************************************************/

.theme-menu.theme-menu-default > ul li {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.theme-menu.theme-menu-default > ul > li {
  float: left;
  margin-right: 10px;
}

.theme-menu.theme-menu-default > ul > li:first-child {
  margin-left: 0px;
}

.theme-menu.theme-menu-default > ul > li.menu-item-has-children {
  margin-right: 25px;
}

/******************************************************************/
/* Menu / Default / List / Element / Link						  */
/******************************************************************/

.theme-menu.theme-menu-default > ul li a {
  display: block;
  padding: 22px 20px 23px 0px;
}

.theme-menu.theme-menu-default > ul li a,
.theme-menu.theme-menu-default > ul li a:hover {
  text-decoration: none;
}

.theme-menu.theme-menu-default > ul ul li a {
  position: relative;
  padding: 8px 45px 8px 0px;
}

/**************************************************************************/
/* Menu / Responsive													  */
/**************************************************************************/

.theme-menu.theme-menu-responsive {
}

.theme-menu.theme-menu-responsive,
.theme-menu.theme-menu-responsive > ul {
  display: none;
}

.theme-menu-mode-responsive .theme-menu.theme-menu-responsive > * {
  margin-left: auto;
}

.theme-menu-mode-responsive .theme-menu.theme-menu-responsive {
  order: 2;
  display: block;
  margin-right: 0;
}

/**********************************************************************/
/* Menu / Responsive / Button										  */
/**********************************************************************/

.theme-menu.theme-menu-responsive .theme-menu-responsive-button {
  width: 51px;
  height: 51px;
  display: block;
  cursor: pointer;
  margin-left: 20px;
  line-height: 44px;
  border-width: 2px;
  text-align: center;
  border-style: solid;
  border-radius: 999em;
}

.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button:hover {
  text-decoration: none;
}

.theme-menu.theme-menu-responsive .theme-menu-responsive-button:before {
  font-size: 24px;
}

/**********************************************************************/
/* Menu / Responsive / List											  */
/**********************************************************************/

.theme-menu-responsive-list {
  left: 0px;
  top: -999em;
  z-index: 99;
  width: 100%;
  display: none;
  position: absolute;
}

.theme-menu-mode-responsive .theme-menu-responsive-list {
  display: block;
}

.theme-menu-responsive-list,
.theme-menu-responsive-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.theme-menu-responsive-list ul {
  display: none;
}

/******************************************************************/
/* Menu / Responsive / List	/ Element							  */
/******************************************************************/

.theme-menu-responsive-list li {
  margin: 0px;
  padding: 0px;
  display: block;
}

.theme-menu-responsive-list li:before {
  display: none;
}

/**************************************************************/
/* Menu / Responsive / List	/ Element / Link				  */
/**************************************************************/

.link {
  text-decoration: none !important;
  color: #4f2ec9 !important;
}

.theme-menu-responsive-list a {
  padding: 15px;
  display: block;
  text-align: left;
  position: relative;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.theme-menu-responsive-list a,
.theme-menu-responsive-list a:hover {
  color: inherit;
}

.theme-menu-responsive-list > li:first-child > a {
  text-align: center;
  padding-top: 13px;
  padding-bottom: 19px;
}

.theme-menu-responsive-list a,
.theme-menu-responsive-list a:hover {
  text-decoration: none;
}

.theme-menu-responsive-list ul a {
  padding-left: 30px;
}

.theme-menu-responsive-list ul ul a {
  padding-left: 45px;
}

/**********************************************************/
/* Menu / Responsive / List	/ Element / Link / Arrow	  */
/**********************************************************/

.theme-menu-responsive-list > li:first-child > a:before,
.theme-menu-responsive-list a > span:first-child + span + span:before {
  font-size: 20px;
}

.theme-menu-responsive-list a > span:first-child + span + span {
  top: 0px;
  right: 0px;
  width: 50px;
  height: 100%;
  display: flex;
  position: absolute;
  text-align: center;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}

/******************************************************************************/
/* Box																		  */
/******************************************************************************/

html .woocommerce span.onsale,
html .woocommerce ul.products li.product .onsale,
.theme-box-style-1 {
  top: 0px;
  right: 0px;
  width: 90px;
  height: 90px;
  left: unset;
  margin: 0px;
  padding: 0px;
  display: flex;
  font-size: inherit;
  position: absolute;
  text-align: center;
  border-radius: 0px;
  flex-direction: column;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 81px;
}

.theme-box-style-1 > span {
  display: block;
  padding-left: 15px;
}

.theme-box-style-1 > span:first-child {
}

.theme-box-style-1 > span:first-child + span {
  opacity: 0.5;
}

/******************************************************************************/
/* Blog																		  */
/******************************************************************************/

.theme-blog {
}

.theme-blog > ul,
.theme-blog > ul > li {
  margin: 0px;
  padding: 0px;
}

/**************************************************************************/
/* Blog / Classic														  */
/**************************************************************************/

.theme-blog.theme-blog-classic > ul {
}

.theme-blog.theme-blog-classic > ul > li {
  clear: both;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 50px;
}

.theme-blog.theme-blog-classic > ul > li:last-child {
  margin-bottom: 0px;
}

.theme-blog.theme-blog-classic .theme-pagination {
  margin-top: 80px;
}

body.home.blog
  .theme-page.theme-page-sidebar-disable
  > .theme-page-content
  > .theme-main,
body.page-template-blog-classic
  .theme-page.theme-page-sidebar-disable
  > .theme-page-content
  > .theme-main,
body.single.single-post
  .theme-page.theme-page-sidebar-disable
  > .theme-page-content
  > .theme-main,
body.home.blog
  .theme-page.theme-page-sidebar-disable
  > .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-text,
body.page-template-blog-classic
  .theme-page.theme-page-sidebar-disable
  > .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-text,
body.single.single-post
  .theme-page.theme-page-sidebar-disable
  > .theme-page-header
  .theme-page-header-title.theme-page-header-title-type-text {
  width: 830px;
  margin-left: auto;
  margin-right: auto;
}

/**************************************************************************/
/* Blog / Column														  */
/**************************************************************************/

.theme-blog.theme-blog-column {
}

.theme-blog.theme-blog-column > .vc_row {
  padding: 0px;
}

.theme-blog.theme-blog-column > .vc_row > .vc_col-sm-6 {
  width: 46.98795%;
}

.theme-blog.theme-blog-column > .vc_row > .vc_col-sm-6 + .vc_col-sm-6 {
  margin-left: 6.0241%;
}

.theme-blog.theme-blog-column .theme-post {
  margin-bottom: 50px;
}

.theme-blog.theme-blog-column .vc_column_container {
  margin-bottom: 0px;
}

.theme-blog.theme-blog-column .theme-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
}

/******************************************************************************/
/* Post																		  */
/******************************************************************************/

.theme-post {
  padding: 0px;
}

/**************************************************************************/
/* Post / Layout														  */
/**************************************************************************/

.theme-post .theme-post-layout-top {
}

.theme-post .theme-post-layout-bottom {
  padding: 30px;
  position: relative;
  border-radius: 0px 0px 4px 4px;
}

.theme-post .theme-post-layout-bottom a:hover {
  opacity: 0.75;
}

.theme-post-single .theme-post .theme-post-layout-bottom {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
  background: transparent;
}

.theme-post.theme-post-single > div + div {
  margin-top: 70px;
}

.theme-post.sticky .theme-post-layout-bottom:before {
  top: -30px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 999em;
}

.theme-post .theme-post-layout-bottom > div + div {
  padding-top: 25px;
}

.theme-post.theme-post-single .theme-post-layout-bottom > div + div {
  padding-top: 70px;
}

/**************************************************************************/
/* Post / Image															  */
/**************************************************************************/

.theme-post .theme-post-image {
}

.theme-post .theme-post-image > a {
  position: relative;
}

.theme-post .theme-post-image > a,
.theme-post .theme-post-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.theme-post .theme-post-image img {
  border-radius: 4px 4px 0px 0px;
}

.theme-post .theme-post-image a img,
.theme-post .theme-post-image a:hover img {
  transition: opacity 0.2s ease 0s;
}

.theme-post .theme-post-image a:hover img {
  opacity: 0.8;
}

body.archive .theme-post .theme-post-image > a,
body.single.single-post .theme-post .theme-post-image > a,
body.page-template-blog-classic .theme-post .theme-post-image > a {
  overflow: hidden;
  max-height: 400px;
}

/**************************************************************************/
/* Post / Meta top														  */
/**************************************************************************/

.theme-post .theme-post-meta-top {
}

.theme-post .theme-post-meta-top > ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.theme-post .theme-post-meta-top > ul > li {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.theme-post .theme-post-meta-top > ul > li + li {
  margin-left: 30px;
}

/**************************************************************************/
/* Post / Meta bottom													  */
/**************************************************************************/

.theme-post .theme-post-meta-bottom {
}

.theme-post .theme-post-meta-bottom > div.theme-post-comment-count {
  float: left;
}

.theme-post .theme-post-meta-bottom > div.theme-post-read-more-link {
  float: right;
}

/**************************************************************************/
/* Post / Tag															  */
/* Post / Category														  */
/**************************************************************************/

.theme-post .theme-post-tag,
.theme-post .theme-post-category {
}

.theme-post .theme-post-tag > ul,
.theme-post .theme-post-category > ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.theme-post .theme-post-tag > ul > li,
.theme-post .theme-post-category > ul > li {
  float: left;
  padding: 0px;
  margin: 0px;
}

.theme-post .theme-post-tag > ul > li > .theme-icon-meta-16-tag,
.theme-post .theme-post-category > ul > li > .theme-icon-meta-16-category {
  top: 1px;
  margin-right: 10px;
  position: relative;
}

/**************************************************************************/
/* Post / Date															  */
/**************************************************************************/

.theme-post .theme-post-date {
}

.theme-post .theme-post-date .theme-icon-meta-16-time {
  top: 1px;
  margin-right: 10px;
  position: relative;
}

/**************************************************************************/
/* Post / Author															  */
/**************************************************************************/

.theme-post .theme-post-author {
}

.theme-post .theme-post-author .theme-icon-meta-16-author {
  top: 1px;
  margin-right: 5px;
  position: relative;
}

/**************************************************************************/
/* Post / Title															  */
/**************************************************************************/

.theme-post .theme-post-title {
}

.theme-post .theme-post-title h2,
.theme-post .theme-post-title h3 {
  margin: 0px;
}

.theme-post .theme-post-title h3 a:hover {
  opacity: 0.75;
}

/**************************************************************************/
/* Post / Excerpt														  */
/**************************************************************************/

.theme-post .theme-post-excerpt {
}

.theme-post .theme-post-excerpt > p:first-child {
  padding-top: 0px;
}

.theme-post .theme-post-excerpt > p:last-child {
  padding-bottom: 0px;
}

/**************************************************************************/
/* Post / Content														  */
/**************************************************************************/

.theme-post .theme-post-content {
}

.theme-post .theme-post-content > div:first-child {
  padding-top: 40px;
}

.theme-post .theme-post-content p:first-child {
  padding-top: 0px;
}

.theme-post .theme-post-content .vc_row {
  padding-top: 0px;
  padding-bottom: 0px;
}

.theme-post .theme-post-content .vc_row + .vc_row {
  padding-top: 70px;
}

.theme-post .theme-post-content .vc_row > .vc_column_container {
  margin-bottom: 0px;
}

/**************************************************************************/
/* Post / Comment count													  */
/**************************************************************************/

.theme-post .theme-post-comment-count {
}

.theme-post .theme-post-comment-count > .theme-icon-meta-16-comments {
  top: 2px;
  margin-right: 10px;
  position: relative;
}

/**************************************************************************/
/* Post / Read more link												  */
/**************************************************************************/

.theme-post .theme-post-read-more-link {
}

.theme-post .theme-post-read-more-link > .theme-icon-meta-16-arrow-horizontal {
  top: 2px;
  margin-left: 10px;
  position: relative;
}

/**************************************************************************/
/* Post / Password form													  */
/**************************************************************************/

.theme-post-password-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.theme-post-password-form > p {
  padding-bottom: 30px;
  text-align: center;
}

.theme-post-password-form > div + div {
  padding-top: 30px;
}

/******************************************************************************/
/* Full screen search form													  */
/******************************************************************************/

#theme-full-screen-search-form {
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

#theme-full-screen-search-form #theme-full-screen-search-form-close-button {
  right: 0px;
  width: 40px;
  height: 40px;
  bottom: 180px;
  display: block;
  line-height: 42px;
  position: absolute;
  border-radius: 999em;
}

#theme-full-screen-search-form #theme-full-screen-search-form-close-button,
#theme-full-screen-search-form
  #theme-full-screen-search-form-close-button::before {
  font-size: 24px;
}

#theme-full-screen-search-form #theme-full-screen-search-form-close-button,
#theme-full-screen-search-form
  #theme-full-screen-search-form-close-button:hover {
  text-decoration: none;
}

#theme-full-screen-search-form > form {
  display: table-row;
}

#theme-full-screen-search-form > form > div {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 50px 0px 50px;
}

#theme-full-screen-search-form > form > div > div {
  position: relative;
  padding-right: 150px;
  padding-bottom: 50px;
  display: inline-block;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

#theme-full-screen-search-form > form > div > div > span {
}

#theme-full-screen-search-form > form > div > div > input[type="text"] {
  padding: 0px;
  max-width: 600px;
  border-style: none;
  background-color: transparent;
}

/******************************************************************************/
/* Post navigation															  */
/******************************************************************************/

.theme-post-navigation {
  width: 100%;
  display: table;
  margin-top: 50px;
}

.theme-post-navigation > a {
  width: 50%;
  border-style: solid;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
  padding: 40px 0px 40px 0px;
  border-width: 1px 1px 1px 1px;
}

.theme-post-navigation > a:only-child {
  width: 100%;
}

.theme-post-navigation > a > span {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.theme-post-navigation > a > span:first-child + span + span {
  width: 24px;
  margin-bottom: 0px;
}

.theme-post-navigation .theme-post-navigation-prev {
  text-align: left;
  border-left: none;
  padding-right: 40px;
}

.theme-post-navigation
  > a.theme-post-navigation-prev
  > span:first-child
  + span
  + span {
  float: left;
  transform: rotate(180deg);
}

.theme-post-navigation .theme-post-navigation-next {
  text-align: right;
  border-left: none;
  border-right: none;
  padding-left: 40px;
}

.theme-post-navigation
  > a.theme-post-navigation-next
  > span:first-child
  + span
  + span {
  float: right;
}

.theme-post-navigation > a + a {
  border-left-width: 1px;
}

/******************************************************************************/
/* Post related																  */
/******************************************************************************/

.theme-post-related {
}

.theme-post-single > .theme-post-related {
  margin-top: 70px;
}

.theme-post-related .vc_row {
  padding-top: 0px;
  padding-bottom: 0px;
}

body.page-template-blog-classic
  .theme-post-related
  .theme-post
  .theme-post-image
  > a,
body.single.single-post .theme-post-related .theme-post .theme-post-image > a {
  height: auto;
}

.theme-post-related .theme-post .theme-post-layout-bottom {
  padding: 30px;
}

.theme-post-related .theme-post .theme-post-layout-bottom div + div {
  padding-top: 0px;
}

.theme-post-related
  .theme-post
  .theme-post-category
  .theme-icon-meta-16-category {
  display: none;
}

/******************************************************************************/
/* Post author info															  */
/******************************************************************************/

.theme-post-author-info {
  display: flex;
  flex-direction: row;
  padding-top: 40px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}

.theme-post-author-info > .theme-post-author-info-column-left {
  min-width: 140px;
}

.theme-post-author-info > .theme-post-author-info-column-left > img {
  border-radius: 999em;
}

.theme-post-author-info > .theme-post-author-info-column-right {
  flex-grow: 1;
}

.theme-post-author-info > .theme-post-author-info-column-right > * {
  margin: 0px;
}

.theme-post-author-info > .theme-post-author-info-column-right > h6 {
  margin-bottom: 5px;
}

.theme-post-author-info > .theme-post-author-info-column-right > h4 {
  margin-bottom: 20px;
}

.theme-post-author-info > .theme-post-author-info-column-right > p {
  padding: 0px;
}

.theme-post-author-info > .theme-post-author-info-column-right > div {
  margin-top: 20px;
}

.theme-post-author-info > .theme-post-author-info-column-right > div > a {
}

.theme-post-author-info > .theme-post-author-info-column-right > div > span {
  top: 2px;
  position: relative;
}

/******************************************************************************/
/* Pagination																  */
/******************************************************************************/

.theme-pagination,
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
  clear: both;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li {
  border: none;
}

.theme-pagination > *,
.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.theme-pagination > li:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers li:before,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:before {
  display: none;
}

html .theme-pagination > *,
html .theme-pagination > a,
html .theme-pagination > span,
html .woocommerce nav.woocommerce-pagination ul.page-numbers li > *,
html .woocommerce-page nav.woocommerce-pagination ul.page-numbers li > *,
html .bgcbs-main .theme-pagination > * {
  width: 40px;
  height: 40px;
  padding: 0px;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 999px;
}

.theme-pagination > *:last-child,
.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:last-child {
  margin-right: 0px;
}

.theme-pagination a,
.theme-pagination a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers a,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers a:hover {
  text-decoration: none;
}

.theme-pagination .prev {
  transform: rotate(180deg);
}

.theme-pagination .prev:before {
  top: 1px;
  position: relative;
}

.theme-pagination .next:before {
  top: 2px;
  position: relative;
}

/******************************************************************************/
/* Respond																	  */
/******************************************************************************/

#respond {
  clear: both;
  margin-top: 70px;
}

.theme-post-single > .theme-post-related + #respond {
  margin-top: 20px;
}

#respond > #reply-title::after {
  margin-left: 0px;
}

/**************************************************************************/
/* Respond / Comment form												  */
/**************************************************************************/

#respond #comment-form {
  height: 100%;
  overflow: hidden;
}

#respond #comment-form .comment-form-cookies-consent {
  clear: both;
  margin-top: 10px;
}

#respond #comment-form > div {
  z-index: 1;
  position: relative;
}

#respond #comment-form > p {
  margin: -1px 0px 0px 0px;
}

#respond #comment-form > p.form-submit {
  clear: both;
  display: block;
  padding: 30px 0px 0px 0px;
}

#respond #comment-form > p.form-submit #cancel-comment-reply-link {
}

#respond #comment-form > p.comment-notes,
#respond #comment-form > p.logged-in-as,
#respond #comment-form > p.comment-form-cookies-consent {
  opacity: 0.7;
  padding: 0px 0px 10px 0px;
}

#respond #comment-form > p.comment-form-cookies-consent {
  padding-top: 10px;
}

#respond #comment-form textarea {
  margin: 0px;
  resize: none;
  height: 200px;
  display: table;
}

/******************************************************************************/
/* Comments																	  */
/******************************************************************************/

#comments {
  margin-top: 100px;
}

#comments > ul:first-child {
  margin-top: 70px;
}

#comments ul li {
  margin: 0px;
  padding: 0px;
}

/**************************************************************************/
/* Comments / Comments list												  */
/**************************************************************************/

#comments #comments_list {
}

/**********************************************************************/
/* Comments / Comments list / Misc									  */
/**********************************************************************/

#comments #comments_list > ul > li ul.children,
#comments #comments_list > ul > li ul.children li,
#comments #comments_list > ul > li .theme-comment-content,
#comments #comments_list > ul > li .theme-comment-meta {
  margin-left: 130px;
}

#comments #comments_list > ul > li.pingback .theme-comment-content,
#comments #comments_list > ul > li.pingback .theme-comment-meta,
#comments #comments_list > ul > li.trackback .theme-comment-content,
#comments #comments_list > ul > li.trackback .theme-comment-meta {
  margin-left: 0px;
}

#comments #comments_list ul > li {
  padding-left: 0px;
  margin-bottom: 0px;
}

#comments #comments_list > ul > li ul.children li ul.children,
#comments #comments_list > ul > li ul.children li ul.children li,
#comments #comments_list > ul > li .theme-comment-meta .theme-comment-meta,
#comments
  #comments_list
  > ul
  > li
  .theme-comment-content
  .theme-comment-content {
  margin-left: 0px;
}

#comments #comments_list > ul > li ul.children {
  clear: both;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

/**********************************************************************/
/* Comments / Comments list / Comment								  */
/**********************************************************************/

#comments #comments_list > ul li {
  padding: 0px;
  background-image: none;
}

#comments #comments_list > ul li .theme-comment-inner {
}

/******************************************************************/
/* Comments / Comments list / Comment / Avatar					  */
/******************************************************************/

#comments #comments_list > ul > li .theme-comment-avatar {
  float: left;
  width: 100px;
  height: 100px;
}

#comments #comments_list > ul > li .theme-comment-avatar img {
  border: none;
  display: block;
  border-radius: 100%;
}

/******************************************************************/
/* Comments / Comments list / Comment / Meta					  */
/******************************************************************/

#comments #comments_list > ul > li .theme-comment-meta {
  display: table;
}

#comments
  #comments_list
  > ul
  > li
  .theme-comment-meta
  > .theme-comment-meta-date {
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}

#comments
  #comments_list
  > ul
  > li
  .theme-comment-meta
  > .theme-comment-meta-author-parent
  a,
#comments
  #comments_list
  > ul
  > li
  .theme-comment-meta
  > .theme-comment-meta-author-parent
  a:hover {
  text-decoration: none;
}

/******************************************************************/
/* Comments / Comments list / Comment / Content					  */
/******************************************************************/

#comments #comments_list > ul > li .theme-comment-content {
  margin-top: 20px;
}

#comments #comments_list > ul > li .theme-comment-content > p:first-child {
  padding-top: 0px;
}

#comments
  #comments_list
  > ul
  > li
  .theme-comment-content
  .theme-comment-content-content {
  display: none;
}

#comments
  #comments_list
  > ul
  > li
  .theme-comment-content
  .theme-comment-content-read-less-link {
  display: none;
}

#comments #comments_list > ul > li .theme-comment-content li {
  margin-top: 5px;
}

#comments #comments_list > ul > li .theme-comment-content li::before {
  display: inline-block;
}

#comments #comments_list > ul > li .theme-comment-content > ul,
#comments #comments_list > ul > li .theme-comment-content > ol {
  margin-left: 0px;
}

#comments
  #comments_list
  > ul
  > li
  .theme-comment-content
  .theme-comment-meta-reply-button {
  margin-top: 10px;
}

#comments
  #comments_list
  > ul
  > li
  .theme-comment-content
  .theme-comment-meta-reply-button
  a,
#comments
  #comments_list
  > ul
  > li
  .theme-comment-content
  .theme-comment-meta-reply-button
  a:hover {
  text-decoration: none;
}

#comments
  #comments_list
  > ul
  > li
  .theme-comment-content
  .theme-comment-meta-reply-button
  span {
  top: 2px;
  margin-left: 5px;
  position: relative;
}

/******************************************************************/
/* Comments / Comments list / Comment / Divider					  */
/******************************************************************/

#comments #comments_list > ul > li .theme-comment-divider {
  height: 1px;
  width: 100%;
  font-size: 0px;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}

/**********************************************************************/
/* Comments / Comments list / Pagination							  */
/**********************************************************************/

#comments #comments_list .theme-pagination {
  margin-top: 60px;
}

/******************************************************************************/
/* Dropkick																	  */
/******************************************************************************/

.dk_container {
}

.dk_container a,
.dk_container a:hover {
  opacity: 1;
  text-decoration: none;
}

.dk_container.dk_open,
.dk_container .dk_options,
.dk_container .dk_toggle,
.dk_container .dk_toggle:hover {
  box-shadow: none;
  border-radius: 0px;
  text-shadow: none;
  -webkit-box-shadow: none;
}

.dk_container .dk_toggle,
.dk_container .dk_options .dk_options_inner > li > a {
  padding: 10px 20px 10px 20px;
}

.dk_options a:hover,
.dk_options .dk_option_current a {
  text-shadow: none;
}

.dk_options a,
.dk_options a:hover {
  color: inherit;
}

.dk_container .dk_options .dk_options_inner {
  text-shadow: none;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
}

.dk_container .dk_options .dk_options_inner > li {
  margin: 0px;
}

.dk_container .dk_options .dk_options_inner > li:before {
  display: none;
}

.dk_container .dk_options .dk_options_inner > li > a > span:first-child,
.dk_container
  .dk_options
  .dk_options_inner
  > li
  > a
  > span:first-child
  + span
  + span {
  display: none;
}

.dk_container .dk_options .dk_options_inner > li > a,
.dk_container .dk_options .dk_options_inner > li > a:hover {
  opacity: 1;
  border: none;
}

.dk_container select {
  display: none !important;
}

/******************************************************************************/
/* Widget																	  */
/******************************************************************************/

.theme-widget {
}

.theme-widget + .theme-widget {
  margin-top: 50px;
}

.theme-widget .theme-widget-header {
  margin-bottom: 40px;
}

.widget_categories ul li:before,
.woocommerce.widget_products ul li:before,
.woocommerce.widget_rating_filter ul li:before,
.woocommerce.widget_top_rated_products ul li:before,
.woocommerce.widget_layered_nav
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item::before {
  display: none;
}

.theme-widget a:hover {
  opacity: 0.75;
}

.theme-page-footer .theme-widget a:hover {
  opacity: 1;
}

/******************************************************************************/
/* banner																	  */
/******************************************************************************/

.banner {
  position: relative;
  width: 100%;
  height: 600px;
}
.banner .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.banner .owl-carousel .bg {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.banner .owl-item.active .bg {
  transition: transform 6s linear;
  transform: scale(1.05);
}
.banner .owl-item.fadeOut .bg {
  transition: transform 6s linear;
  transform: scale(1.05);
}

.banner .owl-carousel .banner-container {
  position: relative;
}
.banner .owl-carousel .details {
  display: flex;
  flex-direction: column;
  position: absolute;
  /* justify-content: center; */
  align-items: center;
  top: 25%;
  width: 100%;
  margin: 0px auto 0px;
  height: 100%;
  line-height: 45px;
}

.banner .owl-carousel .details .logo {
  width: 200px;
  opacity: 0;
}
.banner .owl-carousel .details .title {
  margin-top: 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
}

.banner .owl-carousel .details .description {
  margin-top: 0px;
  color: #fff;
  font-weight: 300;
  font-size: 45px;
  text-align: center;
  /* opacity: 0; */
}

.banner .owl-item.active .logo {
  transition: all 1s ease;
  transition-delay: 1500ms;
  opacity: 1;
  transform: translateY(+15px);
}
.banner .owl-item.fadeOut .logo {
  transition: all 400ms ease;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(-15px);
}

.banner .owl-item .char,
.banner .owl-item .title .char {
  opacity: 0;
}

.banner .owl-item.active .title .char {
  animation: char-animation-in 1800ms ease-in-out 1 none;
  display: inline-block;
  transition: opacity 2s cubic-bezier(1, 0, 0, 1);
  opacity: 1;
}

.banner .owl-item.active .char {
  animation: char-animation-in 1250ms ease-in-out 1 none;
  display: inline-block;
  transition: opacity 2s cubic-bezier(1, 0, 0, 1);
  opacity: 1;
}

.banner .owl-item.fadeOut .char {
  /* animation: char-animation-out 1s ease 1 both; */
  display: inline-block;
  transition: all 0.75s ease;
  transform: translateY(-30px);
}

/* .char{
  font-size: 40px;
  height: 40px;
  animation: an 1s ease-out 1 both;
  display: inline-block;
} */

@keyframes char-animation-in {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  50% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes char-animation-out {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-25px);
  }
}

.banner .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  bottom: 50%;
  display: flex;
  justify-content: space-between;
}
.banner .owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
}
.banner .owl-carousel .owl-nav .owl-prev,
.banner .owl-carousel .owl-nav .owl-next {
  position: relative;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner .owl-carousel .owl-nav .owl-prev:before {
  content: "\64";
  color: #fff;
  font-size: 15px;
  margin-left: 1px;
  transform: rotate(30deg);
  font-family: "theme-icon-meta-24";
  font-style: normal;
}
.banner .owl-carousel .owl-nav .owl-next:before {
  content: "\64";
  color: #fff;
  font-size: 15px;
  margin-left: 2px;
  font-family: "theme-icon-meta-24";
  font-style: normal;
}
.owl-carousel [aria-label="Next"],
.owl-carousel [aria-label="Previous"] {
  display: none !important;
}
.banner .owl-carousel .owl-nav .owl-prev:hover,
.banner .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0);
}

.banner .owl-carousel .owl-dots {
  position: absolute;
  bottom: 50px;
  right: calc(50vw - 38px);
}

.banner .owl-carousel .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
.banner .owl-carousel .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255);
}
.banner .owl-carousel .owl-dots .owl-dot.active span {
  background: rgba(255, 255, 255);
}

.banner .owl-carousel .owl-dots,
.banner .owl-carousel .owl-nav {
  transition: 0.25s opacity ease;
  opacity: 0;
}
.banner:hover .owl-carousel .owl-dots,
.banner:hover .owl-carousel .owl-nav {
  opacity: 1;
}

/******************************************************************************/
/* classes																	  */
/******************************************************************************/

.classes-container {
  width: 390px;
  min-height: 500px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.classes-container .header {
  width: 100%;
  height: 260px;
  transition: opacity 0.25s ease;
}
.classes-container .header img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.classes-container .header:hover {
  opacity: 0.8;
}
.classes-container .class-container {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 10px;
  min-height: 300px;
}
.classes-container .course {
  font-size: 14px;
  font-weight: bold;
}
.classes-container .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  color: #202124;
}
.classes-container p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 26px;
}

/******************************************************************************/
/* join-today																	  */
/******************************************************************************/

.join-today img {
  width: 600px !important;
  height: 400px !important;
  object-fit: cover;
  height: auto;
}
.join-today .owl-carousel .owl-nav {
  display: flex !important;
}

.join-today .owl-carousel .owl-nav {
  position: absolute;
  bottom: -80px;
  right: 70%;
  display: flex;
}

.join-today .owl-carousel .owl-nav .owl-prev,
.join-today .owl-carousel .owl-nav .owl-next {
  transition: background-color 0.25s ease;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.join-today .owl-carousel .owl-nav .owl-prev:hover,
.join-today .owl-carousel .owl-nav .owl-next:hover {
  background-color: #4f2ec9;
}

.join-today .owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
}
.join-today .owl-carousel .owl-nav .owl-prev:before {
  content: "\61";
  color: #000;
  font-size: 15px;
  transform: rotate(30deg);
  font-family: "theme-icon-meta-24";
  font-style: normal;
  font-weight: bold;
}
.join-today .owl-carousel .owl-nav .owl-next:before {
  content: "\61";
  color: #000;
  font-size: 15px;
  font-family: "theme-icon-meta-24";
  font-style: normal;
  font-weight: bold;
}
.join-today .owl-carousel .owl-nav .owl-prev:hover::before,
.join-today .owl-carousel .owl-nav .owl-next:hover::before {
  color: #fff;
}

/**************************************************************************/
/* Widget reset															  */
/**************************************************************************/

.theme-widget ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.theme-widget ul li::before {
  display: none;
}

.theme-widget a,
.theme-widget a * {
  font-weight: inherit;
}

.theme-widget a,
.theme-widget a:hover,
.theme-widget a * .theme-widget a:hover * {
  color: inherit;
  text-decoration: none;
}

/**************************************************************************/
/* Widget / Theme post recent                                             */
/* Widget / Theme post most comment										  */
/**************************************************************************/

.theme-widget .widget_theme_widget_post_recent {
}

.theme-widget .widget_theme_widget_post_recent > ul {
}

.theme-widget .widget_theme_widget_post_recent > ul > li {
  margin-top: 20px;
  padding-top: 20px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}

.theme-widget .widget_theme_widget_post_recent > ul > li:first-child {
  margin: 0px;
  padding: 0px;
  border: none;
}

.theme-widget .widget_theme_widget_post_recent > ul > li > a:first-child {
  float: left;
}

.theme-widget .widget_theme_widget_post_recent > ul > li > a:first-child > img {
  width: 100px;
}

.theme-widget .widget_theme_widget_post_recent > ul > li > a:first-child + a {
  display: block;
  margin-left: 120px;
}

.theme-widget
  .widget_theme_widget_post_recent
  > ul
  > li
  > div.theme-post-category {
  display: block;
  margin-top: 5px;
  margin-left: 120px;
}

.theme-widget
  .widget_theme_widget_post_recent
  > ul
  > li
  > div.theme-post-category
  ul {
}

.theme-widget
  .widget_theme_widget_post_recent
  > ul
  > li
  > div.theme-post-category
  ul
  li {
  display: inline-block;
}

.theme-widget
  .widget_theme_widget_post_recent
  > ul
  > li
  > div.theme-post-category
  ul
  li
  span {
  display: none;
}

/**************************************************************************/
/* Widget / Meta														  */
/* Widget / Pages														  */
/**************************************************************************/

.widget_meta,
.widget_pages {
  display: none;
}

.widget_meta > ul,
.widget_pages > ul {
  padding: 30px;
}

.widget_meta ul ul,
.widget_pages ul ul {
  margin-left: 20px;
}

.widget_meta ul > li,
.widget_pages ul > li {
  margin: 0px;
  padding: 0px;
}

.widget_meta ul > li > a,
.widget_pages ul > li > a {
  margin: 0px;
  display: block;
  padding: 10px 0px 10px 0px;
}

.widget_meta ul > li > a > span:first-child,
.widget_pages ul > li > a > span:first-child {
  float: left;
  width: 6px;
  height: 6px;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 999em;
}

.widget_meta ul > li > a > span:first-child + span,
.widget_pages ul > li > a > span:first-child + span {
}

/**************************************************************************/
/* Widget / Archives													  */
/* Widget / Categories													  */
/**************************************************************************/

.widget_archive,
.widget_categories {
  display: none;
}

.widget_archive ul,
.widget_categories ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.widget_archive > ul,
.widget_categories > ul {
  padding: 30px;
}

.widget_archive ul ul,
.widget_categories ul ul {
  margin-left: 20px;
}

.widget_archive ul > li,
.widget_categories ul > li {
  margin: 0px;
  padding: 0px;
}

.widget_archive > ul > li:first-child,
.widget_categories > ul > li:first-child {
  padding-top: 0px;
}

.widget_archive ul > li > a,
.widget_categories ul > li > a {
  margin: 0px;
  display: block;
  padding: 10px 0px 10px 0px;
}

.widget_archive ul > li > a > span:first-child,
.widget_categories ul > li > a > span:first-child {
  float: left;
  width: 6px;
  height: 6px;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 999em;
}

.widget_archive ul > li > a > span:first-child + span,
.widget_categories ul > li > a > span:first-child + span {
}

.widget_archive ul > li > a > span:first-child + span + span,
.widget_categories ul > li > a > span:first-child + span + span {
  float: right;
}

/**************************************************************************/
/* Widget / Text														  */
/* Widget / Custom HTML													  */
/**************************************************************************/

.widget_text {
}

.widget_text .textwidget,
.widget_text .textwidget * {
}

.widget_text .textwidget > p:first-child {
  padding-top: 0px;
}

/**************************************************************************/
/* Widget / Tag Cloud													  */
/* Widget / Product Tag Cloud											  */
/**************************************************************************/

.widget_tag_cloud,
.widget_product_tag_cloud {
}

.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
  font-size: 0px;
}

.wp-block-tag-cloud a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  transition: none;
  border-radius: 4px;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  padding: 10px 10px 10px 10px;
}

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  font-size: 14px !important;
}

.wp-block-tag-cloud a:hover,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  opacity: 1;
  text-decoration: none;
}

/**************************************************************************/
/* Widget / Navigation menu												  */
/* WooCommerce / My account navigation									  */
/**************************************************************************/

.widget_nav_menu,
html .woocommerce .woocommerce-MyAccount-navigation {
}

.widget_nav_menu {
  display: none;
}

.widget_nav_menu ul,
html .woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.widget_nav_menu > div > ul,
html .woocommerce .woocommerce-MyAccount-navigation > ul {
  padding: 30px;
}

.widget_nav_menu ul li,
html .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 0px;
  padding: 0px;
}

html .woocommerce .woocommerce-MyAccount-navigation ul li:before {
  display: none;
}

.widget_nav_menu ul ul,
html .woocommerce .woocommerce-MyAccount-navigation ul ul {
  margin-left: 20px;
}

.widget_nav_menu ul > li > a,
html .woocommerce .woocommerce-MyAccount-navigation ul > li > a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 0px;
}

.widget_nav_menu ul > li > a > span:first-child,
html
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  > li
  > a
  > span:first-child {
  float: left;
  width: 6px;
  height: 6px;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 999em;
}

.widget_nav_menu ul > li > a > span:first-child + span,
html
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  > li
  > a
  > span:first-child
  + span {
}

/**************************************************************************/
/* Widget / Gallery														  */
/**************************************************************************/

.widget_media_gallery {
}

.widget_media_gallery .gallery-item {
  padding: 2px;
  margin: 0px !important;
}

.widget_media_gallery .gallery-item dt {
}

.widget_media_gallery .gallery-item dt a {
  border: none;
}

.widget_media_gallery .gallery-item dt a img {
  border: none !important;
}

.widget_media_gallery .gallery-item dd {
  display: none;
}

/**************************************************************************/
/* Widget / Recent Comments												  */
/* Widget / Recent Posts												  */
/**************************************************************************/

.widget_recent_entries,
.widget_recent_comments {
  display: none;
}

.widget_recent_entries > ul,
.widget_recent_comments > ul,
ul.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.widget_recent_entries > ul > li,
.widget_recent_comments > ul > li,
ul.wp-block-latest-posts.wp-block-latest-posts__list > li,
ol.wp-block-latest-comments > li {
  padding: 30px;
  margin: 0px 0px 10px 0px;
}

.widget_recent_entries > ul > li > *,
.widget_recent_comments > ul > li > *,
ul.wp-block-latest-posts.wp-block-latest-posts__list > li > *,
ol.wp-block-latest-comments > li > * {
  display: block;
}

.widget_recent_entries > ul > li > span,
.widget_recent_comments > ul > li > span,
ul.wp-block-latest-posts.wp-block-latest-posts__list > li time,
ol.wp-block-latest-comments > li .wp-block-latest-comments__comment-author {
  margin-bottom: 5px;
}

.widget_recent_entries > ul > li > span > span,
.widget_recent_comments > ul > li > span > span,
ul.wp-block-latest-posts.wp-block-latest-posts__list > li time > span,
ol.wp-block-latest-comments
  > li
  .wp-block-latest-comments__comment-author
  > span {
  top: 2px;
  margin-right: 5px;
  position: relative;
}

/**************************************************************************/
/* Widget / RSS															  */
/**************************************************************************/

.widget_rss {
  display: none;
}

.widget_rss > .theme-widget-header > a > img {
  display: none;
}

.widget_rss > ul,
.wp-block-rss {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.widget_rss > ul > li,
.wp-block-rss > li.wp-block-rss__item {
  padding: 30px;
  margin: 0px 0px 10px 0px;
}

.widget_rss > ul > li > a,
.widget_rss > ul > li > .rss-date,
.widget_rss > ul > li > .rssSummary {
  display: block;
}

.widget_rss > ul > li > .rss-date {
  margin-bottom: 5px;
}

.widget_rss > ul > li > .rss-date > span {
  top: 2px;
  margin-right: 5px;
  position: relative;
}

.widget_rss > ul > li > a {
  margin-bottom: 10px;
}

/**************************************************************************/
/* Widget / Search														  */
/* Widget / Product Search												  */
/**************************************************************************/

.widget_search,
.widget_product_search {
}

.widget_search form,
.widget_product_search form,
html .wp-block-search {
  padding: 0px;
  display: block;
  position: relative;
}

.widget_search form label,
.widget_product_search label,
.wp-block-search label {
  display: none;
}

.widget_search form input[type="text"],
.widget_product_search form input[type="search"],
.wp-block-search input[type="search"] {
  width: 100%;
  border-width: 0px;
  border-radius: 4px;
  padding-right: 60px;
  padding: 20px 60px 20px 20px;
}

.widget_search form input[type="submit"],
.widget_product_search form button,
.wp-block-search button {
  display: none;
}

.widget_search form .theme-icon-meta-24-search,
.widget_product_search form .theme-icon-meta-24-search,
.wp-block-search .theme-icon-meta-24-search {
  top: 22px;
  right: 20px;
  position: absolute;
}

.widget_search form .screen-reader-text,
.widget_product_search form .screen-reader-text,
.wp-block-search .screen-reader-text {
  clip: auto;
  height: auto;
  width: auto;
  display: none;
  overflow: visible;
  position: static !important;
}

/**************************************************************************/
/* Widget / Calendar													  */
/**************************************************************************/

.widget_calendar {
  display: none;
}

.wp-block-calendar,
.widget_calendar > .calendar_wrap {
  position: relative;
}

.wp-block-calendar > table,
.widget_calendar > .calendar_wrap > table {
  width: 100%;
  position: relative;
  text-align: center;
  border-collapse: collapse;
}

.wp-block-calendar > table a,
.wp-block-calendar > table a:hover,
.widget_calendar > .calendar_wrap > table a,
.widget_calendar > .calendar_wrap > table a:hover {
  text-decoration: none;
}

.wp-block-calendar > table *,
.widget_calendar > .calendar_wrap > table * {
  line-height: 1;
}

.wp-block-calendar > table th,
.widget_calendar > .calendar_wrap > table th {
  font-weight: bold;
}

.wp-block-calendar > table th,
.wp-block-calendar > table td,
.wp-block-calendar > table caption,
.widget_calendar > .calendar_wrap > table th,
.widget_calendar > .calendar_wrap > table td,
.widget_calendar > .calendar_wrap > table caption {
  padding: 20px 17px 20px 17px;
}

.wp-block-calendar > table .pad,
.wp-block-calendar > table tfoot *,
.wp-block-calendar > table thead *,
.widget_calendar > .calendar_wrap > table .pad,
.widget_calendar > .calendar_wrap > table tfoot *,
.widget_calendar > .calendar_wrap > table thead * {
  border: none !important;
}

.wp-block-calendar > .wp-calendar-nav,
.widget_calendar > .calendar_wrap > .wp-calendar-nav {
  top: 15px;
  position: absolute;
}

/**************************************************************************/
/* Widget / Products													  */
/* Widget / Products by Rating											  */
/* Widget / Recent Product Reviews										  */
/* Widget / Recent Viewed Products										  */
/**************************************************************************/

html .woocommerce.widget_products,
html .woocommerce.widget_recent_reviews,
html .woocommerce.widget_top_rated_products,
html .woocommerce.widget_recently_viewed_products {
  display: none;
}
html .woocommerce.widget_products > ul,
html .woocommerce.widget_recent_reviews > ul,
html .woocommerce.widget_top_rated_products > ul,
html .woocommerce.widget_recently_viewed_products > ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

html .woocommerce.widget_products > ul > li,
html .woocommerce.widget_recent_reviews > ul > li,
html .woocommerce.widget_top_rated_products > ul > li,
html .woocommerce.widget_recently_viewed_products > ul > li {
  margin-top: 20px;
  padding-top: 20px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}

html .woocommerce.widget_products > ul > li:first-child,
html .woocommerce.widget_recent_reviews > ul > li:first-child,
html .woocommerce.widget_top_rated_products > ul > li:first-child,
html .woocommerce.widget_recently_viewed_products > ul > li:first-child {
  margin: 0px;
  padding: 0px;
  border: none;
}

html .woocommerce.widget_products > ul > li:before,
html .woocommerce.widget_recent_reviews > ul > li:before,
html .woocommerce.widget_top_rated_products > ul > li:before,
html .woocommerce.widget_recently_viewed_products > ul > li:before {
  display: none;
}

html .woocommerce.widget_products > ul > li img,
html .woocommerce.widget_recent_reviews > ul > li img,
html .woocommerce.widget_top_rated_products > ul > li img,
html .woocommerce.widget_recently_viewed_products > ul > li img {
  float: left;
  width: 100px;
  margin: 0px 20px 0px 0px;
}

html .woocommerce.widget_products > ul > li del + ins,
html .woocommerce.widget_recent_reviews > ul > li del + ins,
html .woocommerce.widget_top_rated_products > ul > li del + ins,
html .woocommerce.widget_recently_viewed_products > ul > li del + ins {
  padding-left: 5px;
}

html .woocommerce.widget_products > ul > li > *,
html .woocommerce.widget_recent_reviews > ul > li > *,
html .woocommerce.widget_top_rated_products > ul > li > *,
html .woocommerce.widget_recently_viewed_products > ul > li > * {
  padding: 4px 0px 4px 0px;
}

/**************************************************************************/
/* Widget / Filter by													  */
/* Widget / Rating filter												  */
/* Widget / Product categories											  */
/**************************************************************************/

html .woocommerce .woocommerce.widget_layered_nav,
html .woocommerce .woocommerce.widget_rating_filter,
html .woocommerce .woocommerce.widget_product_categories {
  display: none;
}

html .woocommerce .woocommerce.widget_layered_nav > ul,
html .woocommerce .woocommerce.widget_rating_filter > ul,
html .woocommerce .woocommerce.widget_product_categories > ul {
  margin: 0px;
  padding: 30px;
  list-style-type: none;
}

html .woocommerce .woocommerce.widget_layered_nav > ul > li,
html .woocommerce .woocommerce.widget_rating_filter > ul > li,
html .woocommerce .woocommerce.widget_product_categories > ul > li {
  margin: 0px;
  padding: 10px 0px 10px 0px;
}

html .woocommerce .woocommerce.widget_layered_nav > ul > li:before,
html .woocommerce .woocommerce.widget_rating_filter > ul > li:before,
html .woocommerce .woocommerce.widget_product_categories > ul > li:before {
  display: none;
}

html .woocommerce .woocommerce.widget_layered_nav > ul > li > a,
html .woocommerce .woocommerce.widget_rating_filter > ul > li > a,
html .woocommerce .woocommerce.widget_product_categories > ul > li > a {
  display: block;
}

html
  .woocommerce
  .woocommerce.widget_layered_nav
  > ul
  > li
  > a
  > span:first-child,
html
  .woocommerce
  .woocommerce.widget_product_categories
  > ul
  > li
  > a
  > span:first-child {
  width: 6px;
  height: 6px;
  float: left;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 999em;
}

html
  .woocommerce
  .woocommerce.widget_rating_filter
  > ul
  > li
  > a
  > span:first-child {
}

html
  .woocommerce
  .woocommerce.widget_layered_nav
  > ul
  > li
  > a
  > span:first-child
  + span,
html
  .woocommerce
  .woocommerce.widget_product_categories
  > ul
  > li
  > a
  > span:first-child
  + span {
}

html
  .woocommerce
  .woocommerce.widget_rating_filter
  > ul
  > li
  > a
  > span:first-child
  + span {
  float: right;
}

html
  .woocommerce
  .woocommerce.widget_layered_nav
  > ul
  > li
  > a
  > span:first-child
  + span
  + span,
html
  .woocommerce
  .woocommerce.widget_product_categories
  > ul
  > li
  > a
  > span:first-child
  + span
  + span {
  float: right;
}

/******************************************************************************/
/* Slick																	  */
/******************************************************************************/

.slick-slide {
  margin-right: 50px;
}

.slick-prev,
.slick-next {
  left: 50px;
  right: 0px;
  z-index: 2;
  width: 40px;
  height: 40px;
  bottom: -80px;
  line-height: 43px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  border-radius: 999em;
}

.slick-prev {
  left: -50px;
  transform: scaleX(-1);
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
  text-decoration: none;
}

/******************************************************************************/
/* Component																  */
/******************************************************************************/

/**************************************************************************/
/* Component / Icon														  */
/**************************************************************************/

.theme-component-icon-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.theme-component-icon-list.theme-component-icon-list-style-1
  .theme-component-icon-list-item {
  display: inline-block;
}

.theme-component-icon-list.theme-component-icon-list-style-2
  .theme-component-icon-list-item,
.theme-component-icon-list.theme-component-icon-list-style-3
  .theme-component-icon-list-item {
  margin-bottom: 50px;
}

.theme-component-icon-list .theme-component-icon-list-item > a,
.theme-component-icon-list .theme-component-icon-list-item > a:hover {
  text-decoration: none;
}

.theme-component-icon-list .theme-component-icon-list-item > * {
  display: table-cell;
  vertical-align: middle;
}

.theme-component-icon-list.theme-component-icon-list-style-2
  .theme-component-icon-list-item
  > *,
.theme-component-icon-list.theme-component-icon-list-style-3
  .theme-component-icon-list-item
  > *,
.theme-component-icon-list.theme-component-icon-list-style-4
  .theme-component-icon-list-item {
  vertical-align: top;
}

.theme-component-icon-list.theme-component-icon-list-style-3
  .theme-component-icon-list-item
  > span:first-child::before,
.theme-component-icon-list.theme-component-icon-list-style-4
  .theme-component-icon-list-item
  > span:first-child::before {
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  border-radius: 999em;
  text-align: center;
}

.theme-component-icon-list.theme-component-icon-list-style-2
  .theme-component-icon-list-item
  > span:first-child
  + div,
.theme-component-icon-list.theme-component-icon-list-style-3
  .theme-component-icon-list-item
  > span:first-child
  + div,
.theme-component-icon-list.theme-component-icon-list-style-4
  .theme-component-icon-list-item
  > span:first-child
  + div {
  padding-left: 30px;
}

.theme-component-icon-list.theme-component-icon-list-style-2
  .theme-component-icon-list-item
  > span:first-child
  + div
  > *,
.theme-component-icon-list.theme-component-icon-list-style-3
  .theme-component-icon-list-item
  > span:first-child
  + div
  > *,
.theme-component-icon-list.theme-component-icon-list-style-4
  .theme-component-icon-list-item
  > span:first-child
  + div
  > * {
  display: block;
}

/**************************************************************************/
/* Component / Logo														  */
/**************************************************************************/

.theme-component-logo {
  flex-grow: 1;
  display: inline-block;
}

.theme-component-logo .theme-component-logo-normal {
  display: inline-block;
}

.theme-component-logo .theme-component-logo-retina {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .theme-component-logo .theme-component-logo-retina {
    display: inline-block;
  }

  .theme-component-logo .theme-component-logo-normal {
    display: none;
  }
}

/**************************************************************************/
/* Component / Accordion												  */
/**************************************************************************/

.theme-component-accordion {
  display: none;
}

.theme-component-accordion > div {
  border-width: 1px;
  border-radius: 4px;
  border-style: solid;
  border-color: transparent;
  padding: 30px 30px 30px 30px;
}

.theme-component-accordion.ui-accordion .ui-accordion-header {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.theme-component-accordion.ui-accordion
  .ui-accordion-header
  > span:first-child {
  flex-grow: 1;
}

.theme-component-accordion.ui-accordion
  .ui-accordion-header
  > span:first-child
  + span {
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 19px;
  margin-left: 20px;
  line-height: 36px;
  text-align: center;
  border-radius: 999px;
  display: inline-block;
  transform: scaleY(-1);
}

.theme-component-accordion.ui-accordion
  .ui-accordion-header.ui-state-active
  > span:first-child
  + span {
  transform: scaleY(1);
}

.theme-component-accordion.ui-accordion .ui-accordion-content {
  padding: 30px 0px 0px 0px;
}

.theme-component-accordion.ui-accordion .ui-accordion-content > p:first-child {
  padding-top: 0px;
}

.theme-component-accordion.ui-accordion .ui-accordion-content:last-child,
.theme-component-accordion.ui-accordion .ui-accordion-content > p:last-child {
  padding-bottom: 0px;
}

/**************************************************************************/
/* Component / Tab														  */
/**************************************************************************/

html .woocommerce div.product .woocommerce-tabs,
html .woocommerce div.product .woocommerce-tabs .wc-tabs,
.theme-component-tab,
.theme-component-tab.ui-tabs
  .ui-tabs-nav
  .theme-component-tab.ui-tabs
  .ui-tabs-nav
  li,
.theme-component-tab.ui-tabs
  .ui-tabs-nav
  li
  a
  .theme-component-tab.ui-tabs
  .ui-tabs-nav
  li.ui-tabs-active {
  margin: 0px;
  padding: 0px;
}

.theme-component-tab {
  width: 100%;
  display: none;
}

html .woocommerce div.product .woocommerce-tabs,
html .woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

html .woocommerce div.product .woocommerce-tabs .wc-tabs,
.theme-component-tab.ui-tabs .ui-tabs-nav {
}

html .woocommerce div.product .woocommerce-tabs .wc-tabs li,
html .woocommerce div.product .woocommerce-tabs .wc-tabs li.active,
.theme-component-tab.ui-tabs .ui-tabs-nav li {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
  margin-right: 30px;
}

.theme-component-tab.ui-tabs.theme-width-300 .ui-tabs-nav li,
.theme-component-tab.ui-tabs.theme-width-300 .ui-tabs-nav li a {
  margin: 0px;
  width: 100%;
  display: block;
}

.theme-component-tab.ui-tabs.theme-width-300 .ui-tabs-nav li {
  margin: 10px 0px 10px 0px;
}

.theme-component-tab.ui-tabs.theme-width-300 .ui-tabs-nav li:first-child {
  margin-top: 0px;
}

.theme-component-tab.ui-tabs .ui-tabs-nav li:before,
html .woocommerce div.product .woocommerce-tabs .wc-tabs li:before {
  display: none;
}

html .woocommerce div.product .woocommerce-tabs .wc-tabs li:after {
  display: none;
}

html .woocommerce div.product .woocommerce-tabs .wc-tabs li:last-child,
.theme-component-tab.ui-tabs .ui-tabs-nav li:last-child {
  margin-right: 0px;
}

html .woocommerce div.product .woocommerce-tabs .wc-tabs li a,
.theme-component-tab.ui-tabs .ui-tabs-nav li a {
  padding: 0px;
}

html .woocommerce div.product .woocommerce-tabs .wc-tabs li a > span,
.theme-component-tab.ui-tabs .ui-tabs-nav li a > span {
  display: block;
}

.theme-component-tab.ui-tabs .ui-tabs-nav li a > span:first-child {
}

html
  .woocommerce
  div.product
  .woocommerce-tabs
  .wc-tabs
  li
  a
  > span:first-child
  + span,
.theme-component-tab.ui-tabs .ui-tabs-nav li a > span:first-child + span {
  width: 6px;
  height: 6px;
  display: none;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999em;
}

.theme-component-tab.ui-tabs.theme-width-300
  .ui-tabs-nav
  li
  a
  > span:first-child
  + span {
  float: left;
}

html
  .woocommerce
  div.product
  .woocommerce-tabs
  .wc-tabs
  li.active
  a
  > span:first-child
  + span,
.theme-component-tab.ui-tabs
  .ui-tabs-nav
  li.ui-state-active
  a
  > span:first-child
  + span {
  display: block;
}

html .woocommerce div.product .woocommerce-tabs .wc-tab,
.theme-component-tab.ui-tabs .ui-tabs-panel {
  padding: 0px;
  margin: 40px 0px 0px 0px;
}

/**************************************************************************/
/* Component / Header and Subheader										  */
/**************************************************************************/

.theme-component-header-text {
}

.theme-component-header-text > .theme-component-header-text-label {
}

.theme-component-header-text > * {
  padding: 0px;
  display: block;
}

.theme-component-header-text > .theme-component-header-text-label,
.theme-component-header-text > .theme-component-header-text-text-bold,
.theme-component-header-text > .theme-component-header-text-text-normal,
.theme-component-header-text > * + .theme-component-header-text-header,
.theme-component-header-text > .theme-component-header-text-header + * {
  margin: 0px;
}

.theme-component-header-text
  > .theme-component-header-text-label
  + .theme-component-header-text-header {
  margin-top: 17px;
}

.theme-component-header-text > * + .theme-component-header-text-text-bold,
.theme-component-header-text > * + .theme-component-header-text-text-normal {
  margin-top: 40px;
}

.theme-component-header-text
  > .theme-component-header-text-text-bold
  + .theme-component-header-text-text-normal {
  margin-top: 25px;
}

/**************************************************************************/
/* Component / Social profile											  */
/**************************************************************************/

.theme-component-social-profile {
  margin: 0px;
  padding: 0px;
  display: table;
  list-style-type: none;
}

.theme-component-social-profile > li {
  float: left;
  padding: 0px;
  margin: 5px 10px 5px 0px;
}

.theme-component-social-profile > li:before {
  display: none;
}

.theme-component-social-profile > li:last-child {
  margin-right: 0px;
}

.theme-component-social-profile > li > a,
.theme-page-footer .theme-component-social-profile > li > a,
.theme-page-footer .theme-component-social-profile > li > a:hover {
  width: 44px;
  height: 44px;
  display: block;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  border-radius: 999em;
}

.theme-component-social-profile > li > a {
}

.theme-component-social-profile > li > a,
.theme-component-social-profile > li > a:hover {
  text-decoration: none;
}

/**************************************************************************/
/* Component / Counter box												  */
/**************************************************************************/

.theme-component-counter-box {
}

.theme-component-counter-box .vc_row {
  display: flex;
}

.theme-mode-responsive.theme-component-counter-box .vc_row {
  flex-direction: column;
}

.theme-component-counter-box .vc_row .vc_column_container {
  flex-grow: 1;
}

.theme-mode-responsive.theme-component-counter-box
  .vc_row
  .vc_column_container {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 40px;
}

.theme-mode-responsive.theme-component-counter-box
  .vc_row
  .vc_column_container
  + .vc_column_container {
  border: none;
}

.theme-component-counter-box .theme-component-counter-box-item {
}

.theme-component-counter-box .theme-component-counter-box-item > div {
}

.theme-component-counter-box .theme-component-counter-box-item > div:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  margin-top: -25px;
  border-radius: 999em;
}

.theme-component-counter-box .theme-component-counter-box-item > h5 {
  margin: 10px 0px 0px 0px;
}

/**************************************************************************/
/* Component / Progress bar												  */
/**************************************************************************/

.theme-component-progress-bar {
}

.theme-component-progress-bar .theme-component-progress-bar-item {
  width: 100%;
  margin-bottom: 25px;
}

.theme-component-progress-bar .theme-component-progress-bar-item:last-child {
  margin-bottom: 0px;
}

.theme-component-progress-bar .theme-component-progress-bar-item > span {
  display: block;
  padding-top: 5px;
}

.theme-component-progress-bar
  .theme-component-progress-bar-item
  > span
  > span:first-child
  + span {
  float: right;
  padding-left: 5px;
}

.theme-component-progress-bar .theme-component-progress-bar-item > div {
  position: relative;
}

.theme-component-progress-bar .theme-component-progress-bar-item > div,
.theme-component-progress-bar .theme-component-progress-bar-item > div > div {
  height: 25px;
  border-bottom: solid 6px;
}

.theme-component-progress-bar .theme-component-progress-bar-item > div > div {
  left: 0px;
  bottom: -6px;
  position: absolute;
}

.theme-component-progress-bar
  .theme-component-progress-bar-item
  > div
  > div
  > span {
  top: 0px;
  width: 6px;
  height: 6px;
  content: "";
  float: right;
  display: table;
  position: relative;
  border-radius: 999em;
}

/**************************************************************************/
/* Component / Feature box												  */
/**************************************************************************/

.theme-component-feature-box,
.theme-component-feature-box.theme-component-feature-box-style-4 > img {
  border-radius: 4px;
}

.theme-component-feature-box {
  width: 100%;
  display: table;
  min-height: 260px;
  position: relative;
  background-repeat: no-repeat;
  padding: 80px 60px 80px 60px;
  background-position: center center;
}

.theme-component-feature-box.theme-component-feature-box-style-2 {
  border-width: 1px;
  border-style: solid;
}

.theme-component-feature-box.theme-component-feature-box-style-3 {
}

.theme-component-feature-box.theme-component-feature-box-style-3 > div {
  bottom: 0px;
  width: 100px;
  height: 50px;
  right: 100px;
  position: absolute;
}

.theme-component-feature-box.theme-component-feature-box-style-4 {
  padding: 0px;
  min-height: inherit;
}

.theme-component-feature-box > span {
  top: 30px;
  left: 30px;
  position: absolute;
}

.theme-component-feature-box > h4 {
  margin: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/**************************************************************************/
/* Component / Feature													  */
/**************************************************************************/

.theme-component-feature {
}

html .theme-component-feature + .theme-component-feature {
  margin-top: 50px;
}

.theme-component-feature > span {
  display: block;
  min-height: 80px;
  position: relative;
}

.theme-component-feature > span:before {
  top: 30px;
  z-index: 2;
  right: -20px;
  font-size: 48px;
  position: relative;
}

.theme-component-feature > span > span {
  top: 0px;
  z-index: 1;
  width: 80px;
  height: 80px;
  bottom: 0px;
  display: block;
  position: absolute;
}

.theme-component-feature > h4 {
  margin: 20px 0px 0px 0px;
}

.theme-component-feature > div {
  padding-top: 18px;
  padding-bottom: 0px;
}

.theme-component-feature > div > p {
  padding: 0px;
}

.theme-component-feature-style-4,
.theme-component-feature-style-5,
.theme-component-feature-style-6 {
  border-radius: 4px;
  padding: 40px 30px 40px 30px;
  box-shadow: 0px 25px 15px -20px rgba(135, 138, 170, 0.2);
}

/**************************************************************************/
/* Component / Process list												  */
/**************************************************************************/

.theme-component-process-list {
}

.theme-component-process-list .theme-component-process-list-item {
  padding-top: 15px;
  padding-right: 50px;
  width: calc(100% + 5s0px);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.theme-component-process-list
  .theme-component-process-list-item.theme-component-process-list-item-style-1-1 {
  background-image: url("media/image/public/process-list-1.png");
}

.theme-component-process-list
  .theme-component-process-list-item.theme-component-process-list-item-style-1-2 {
  background-image: url("media/image/public/process-list-2.png");
}

.theme-component-process-list
  .theme-component-process-list-item.theme-component-process-list-item-style-1-3 {
  background-image: url("media/image/public/process-list-3.png");
}

.theme-component-process-list .theme-component-process-list-item > span {
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 999em;
}

.theme-component-process-list .theme-component-process-list-item > h3 {
  margin-bottom: 20px;
}

.theme-component-process-list .theme-component-process-list-item > div {
}

/**************************************************************************/
/* Component / Service list												  */
/**************************************************************************/

.theme-component-service-list {
}

.theme-component-service-list .theme-component-service-list-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 300ms ease;
}

.theme-component-service-list .theme-component-service-list-item > * {
  position: absolute;
}

.theme-component-service-list .theme-component-service-list-item > img {
  position: static;
}

.theme-component-service-list .theme-component-service-list-item > img,
.theme-component-service-list .theme-component-service-list-item > div {
  border-radius: 4px;
}

.theme-component-service-list .theme-component-service-list-item > a,
.theme-component-service-list .theme-component-service-list-item > div {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

.theme-component-service-list .theme-component-service-list-item > div {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}

.theme-component-service-list .theme-component-service-list-item > h3,
.theme-component-service-list .theme-component-service-list-item > span {
  z-index: 3;
  bottom: 0px;
}

.theme-component-service-list .theme-component-service-list-item > h3 {
  margin: 0px;
  padding: 30px 30px 70px 30px;
}

.theme-component-service-list .theme-component-service-list-item > span {
  left: 30px;
  bottom: 40px;
}

.theme-component-service-list .theme-component-service-list-item:hover {
  transform: translate(0, -10px);
}

.theme-component-service-list .theme-component-service-list-item:hover > span {
  left: 50px;
}

.theme-component-service-list .theme-component-service-list-item > span,
.theme-component-service-list .theme-component-service-list-item > span:hover {
  transition: left 300ms ease;
}

.theme-component-service-list .theme-component-service-list-item > a {
  z-index: 4;
}

/**************************************************************************/
/* Component / Image carousel						 					  */
/**************************************************************************/

.theme-component-image-carousel {
  margin-bottom: 80px;
}

.theme-component-image-carousel img {
}

/**************************************************************************/
/* Component / Testimonial carousel										  */
/**************************************************************************/

.theme-component-testimonial-carousel {
  overflow: hidden;
}

.theme-component-testimonial-carousel.theme-component-testimonial-carousel-style-1 {
  margin-bottom: 60px;
}

.theme-component-testimonial-carousel.theme-component-testimonial-carousel-style-2 {
  padding-bottom: 50px;
}

.theme-component-testimonial-carousel.theme-component-testimonial-carousel-style-1
  .slick-list {
  width: calc(100% + 50px);
}

.theme-component-testimonial-carousel
  .theme-component-testimonial-carousel-item {
}

.theme-component-testimonial-carousel.theme-component-testimonial-carousel-style-2
  .theme-component-testimonial-carousel-item {
  max-width: 610px;
}

.theme-component-testimonial-carousel.theme-component-testimonial-carousel-style-2
  .slick-prev,
.theme-component-testimonial-carousel.theme-component-testimonial-carousel-style-2
  .slick-next {
  right: 0px;
  bottom: 0px;
  margin-right: 0px;
  margin-left: auto;
}

.theme-component-testimonial-carousel.theme-component-testimonial-carousel-style-2
  .slick-prev {
  right: 50px;
}

.theme-component-testimonial-carousel
  .theme-component-testimonial-carousel-item
  > img {
  float: right;
  max-width: 89%;
}

.theme-component-testimonial-carousel
  .theme-component-testimonial-carousel-item
  > div {
  height: 100%;
  overflow: hidden;
}

.theme-component-testimonial-carousel.theme-component-testimonial-carousel-style-2
  .theme-component-testimonial-carousel-item
  > div {
  float: left;
  margin-top: -25%;
  position: relative;
}

.theme-component-testimonial-carousel
  .theme-component-testimonial-carousel-item
  > div
  > .theme-component-testimonial-carousel-item-content {
  max-width: 390px;
  position: relative;
  padding: 40px 45px 50px 45px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border-bottom-right-radius: 60px;
}

.theme-component-testimonial-carousel
  .theme-component-testimonial-carousel-item
  > div
  > .theme-component-testimonial-carousel-item-content
  > span {
  display: block;
  margin-bottom: 10px;
}

.theme-component-testimonial-carousel
  .theme-component-testimonial-carousel-item
  > div
  > .theme-component-testimonial-carousel-item-author {
  z-index: 2;
  margin-top: 20px;
  position: relative;
}

.theme-component-testimonial-carousel
  .theme-component-testimonial-carousel-item
  > div
  > .theme-component-testimonial-carousel-item-author
  > img {
  float: left;
  max-width: 60px;
  max-height: 60px;
  border-radius: 999em;
  margin-right: 20px;
}

.theme-component-testimonial-carousel
  .theme-component-testimonial-carousel-item
  > div
  > .theme-component-testimonial-carousel-item-author
  > h6 {
  margin: 0px;
}

.theme-component-testimonial-carousel
  .theme-component-testimonial-carousel-item
  > div
  > .theme-component-testimonial-carousel-item-author
  > img
  + h6 {
  padding-top: 5px;
}

.theme-component-testimonial-carousel
  .theme-component-testimonial-carousel-item
  > div
  > .theme-component-testimonial-carousel-item-author
  > span {
}

.theme-component-testimonial-carousel
  .theme-component-testimonial-carousel-item
  > div
  > span {
  right: 0px;
  bottom: 30px;
  width: 150px;
  height: 100px;
  display: block;
  position: absolute;
}

/**************************************************************************/
/* Component / Google Map												  */
/**************************************************************************/

.leaflet-bottom a {
  display: none;
}

.theme-component-google-map {
  position: relative;
}

.theme-component-google-map .theme-component-google-map-map {
}

.theme-component-google-map .theme-component-google-map-map .theme-main {
  left: 50%;
  top: 100px;
  position: absolute;
  margin-left: -635px;
}

.theme-component-google-map
  .theme-component-google-map-map
  .theme-main
  .theme-component-feature {
  float: left;
  width: 280px;
}

.theme-component-google-map
  .theme-component-google-map-map
  .theme-main
  .theme-component-feature
  + .theme-component-feature {
  margin-left: 50px;
}

/**************************************************************************/
/* Component / Contact form												  */
/**************************************************************************/

.theme-component-contact-form {
}

.theme-component-contact-form textarea {
}

.theme-component-contact-form .wpcf7-submit {
  margin-top: 30px;
}

.theme-component-contact-form .theme-form-column-1_1:last-child {
  text-align: center;
}

/**************************************************************************/
/* Component / Recent post												  */
/**************************************************************************/

.theme-component-recent-post {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.theme-component-recent-post .vc_row:first-child {
  padding-top: 0px;
  padding-bottom: 0px;
}

/**************************************************************************/
/* Component / Team member list											  */
/**************************************************************************/

.theme-component-team-member-list {
}

.theme-component-team-member-list .theme-component-team-member-list-item {
  padding: 30px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  transition: all 300ms ease;
}

.theme-component-team-member-list .theme-component-team-member-list-item:hover {
  transform: translate(0, -10px);
}

.theme-component-team-member-list .theme-component-team-member-list-item > a {
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.theme-component-team-member-list .theme-component-team-member-list-item > h6 {
  margin-bottom: 40px;
}

.theme-component-team-member-list .theme-component-team-member-list-item > img {
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
}

.theme-component-team-member-list .theme-component-team-member-list-item > div {
  display: flex;
  margin-top: 40px;
  flex-direction: row;
  align-items: center;
}

.theme-component-team-member-list
  .theme-component-team-member-list-item
  > div
  > h4 {
  margin: 0px;
  flex-grow: 1;
}

.theme-component-team-member-list
  .theme-component-team-member-list-item
  > div
  > span {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 999em;
}

/**************************************************************************/
/* Component / Image list												  */
/**************************************************************************/

.theme-component-image-list {
  line-height: 0;
  position: relative;
}

.theme-component-image-list.theme-component-image-list-layout-1,
.theme-component-image-list.theme-component-image-list-layout-6 {
}

.theme-component-image-list.theme-component-image-list-layout-1
  > div:first-child,
.theme-component-image-list.theme-component-image-list-layout-6
  > div:first-child {
  position: relative;
  display: inline-block;
}

.theme-component-image-list.theme-component-image-list-layout-2 {
}

.theme-component-image-list.theme-component-image-list-layout-2
  > div:first-child {
  position: relative;
  margin-bottom: 50px;
}

.theme-component-image-list.theme-component-image-list-layout-2
  > div:first-child
  + div,
.theme-component-image-list.theme-component-image-list-layout-2
  > div:first-child
  + div
  + div {
  max-width: calc(50% - 25px);
}

.theme-component-image-list.theme-component-image-list-layout-2
  > div:first-child
  + div {
  float: left;
}

.theme-component-image-list.theme-component-image-list-layout-2
  > div:first-child
  + div
  + div {
  float: right;
}

.theme-component-image-list.theme-component-image-list-layout-3 {
}

.theme-component-image-list.theme-component-image-list-layout-3
  > div:first-child {
  float: right;
  position: relative;
  margin-bottom: 50px;
}

.theme-component-image-list.theme-component-image-list-layout-1
  > div:first-child
  > span,
.theme-component-image-list.theme-component-image-list-layout-2
  > div:first-child
  > span,
.theme-component-image-list.theme-component-image-list-layout-3
  > div:first-child
  > span {
  bottom: 0px;
  right: -150px;
  height: 250px;
  width: 200px;
  display: block;
  position: absolute;
}

.theme-component-image-list.theme-width-300 > div:first-child > span {
  display: none;
}

.theme-component-image-list.theme-component-image-list-layout-3
  > div:first-child
  + div,
.theme-component-image-list.theme-component-image-list-layout-3
  > div:first-child
  + div
  + div {
  max-width: 46%;
}

.theme-component-image-list.theme-component-image-list-layout-3
  > div:first-child
  + div {
  top: -100px;
  float: left;
  position: relative;
}

.theme-component-image-list.theme-component-image-list-layout-3
  > div:first-child
  + div
  + div {
  float: right;
}

.theme-component-image-list.theme-component-image-list-layout-4 {
}

.theme-component-image-list.theme-component-image-list-layout-4.theme-component-image-list-feature {
  margin-bottom: 115px;
}

.theme-component-image-list.theme-component-image-list-layout-4
  > div:first-child,
.theme-component-image-list.theme-component-image-list-layout-4
  > div:first-child
  + div {
  max-width: calc(50% - 25px);
}

.theme-component-image-list.theme-component-image-list-layout-4
  > div:first-child {
  float: left;
  margin-top: 50px;
}

.theme-component-image-list.theme-component-image-list-layout-4
  > div:first-child
  + div {
  float: right;
}

.theme-component-image-list.theme-component-image-list-layout-4
  .theme-component-feature {
  left: 50%;
  right: auto;
  width: 280px;
  bottom: -115px;
  min-height: 230px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  margin-left: -140px;
}

.theme-component-image-list.theme-component-image-list-layout-5 {
}

.theme-component-image-list.theme-component-image-list-layout-5
  > div:first-child,
.theme-component-image-list.theme-component-image-list-layout-5
  > div:first-child
  + div,
.theme-component-image-list.theme-component-image-list-layout-5
  > div:first-child
  + div
  + div {
  max-width: calc(50% - 25px);
}

.theme-component-image-list.theme-component-image-list-layout-5
  > div:first-child {
  float: left;
  margin-top: 50px;
}

.theme-component-image-list.theme-component-image-list-layout-5
  > div:first-child
  + div {
  float: right;
}

.theme-component-image-list.theme-component-image-list-layout-5
  > div:first-child
  + div
  + div {
  top: -100px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.theme-component-image-list.theme-width-300 > div,
.theme-component-image-list.theme-width-300 > div:first-child,
.theme-component-image-list.theme-width-300 > div:first-child + div {
  width: 100%;
  position: static;
  margin-top: 0px;
  margin-bottom: 50px;
  float: none !important;
  max-width: 100% !important;
}

html .theme-component-image-list.theme-width-300 > div:last-child {
  margin-bottom: 0px;
}

/**************************************************************************/
/* Component / Button													  */
/**************************************************************************/

.theme-component-button,
.theme-component-button > a,
input.theme-component-button,
html .woocommerce button.button:disabled,
html .woocommerce button.button:disabled[disabled],
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html #add_payment_method .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
html .woocommerce #respond input#submit {
  display: inline-block;
  -webkit-appearance: none;
}

.theme-component-button.aligncenter {
  display: block;
}

.theme-component-button > a,
input.theme-component-button,
html .woocommerce .button,
html .woocommerce button.button:disabled,
html .woocommerce button.button:disabled[disabled],
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html #add_payment_method .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
html .woocommerce #respond input#submit {
  opacity: 1;
  cursor: pointer;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 999px;
  padding: 15px 40px 16px 40px;
}

.theme-component-button > a,
.theme-component-button > a:hover,
html .woocommerce .button,
html .woocommerce button.button:disabled,
html .woocommerce button.button:disabled[disabled],
html .woocommerce .button:hover,
html .woocommerce button.button:disabled:hover,
html .woocommerce button.button:disabled[disabled]:hover,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html #add_payment_method .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
html .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover,
html #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
html .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
html .woocommerce #respond input#submit,
html .woocommerce #respond input#submit:hover {
  text-decoration: none;
}

.theme-component-button.theme-component-button-style-3 > a,
input.theme-component-button.theme-component-button-style-3,
.theme-component-button.theme-component-button-style-4 > a,
input.theme-component-button.theme-component-button-style-4 {
  padding: 13px 40px 13px 40px;
}

/**************************************************************************/
/* Component / Post link												  */
/**************************************************************************/

.instagram {
  color: #333333 !important;
  font-family: "Nunito" !important;
  text-decoration: none !important;
}

.theme-component-post-link {
}

.theme-component-post-link > ul > li + li {
  margin-top: 10px;
}

.theme-component-post-link > ul > li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**************************************************************************/
/* Component / Blockquote												  */
/**************************************************************************/

.wp-block-quote,
.wp-block-pullquote {
  border: none;
  padding: 0px;
  margin: 0px;
}

.theme-component-blockquote {
  background: #fff;
  margin: 40px 0px 40px 0px;
  padding: 40px 50px 50px 50px;
  border-bottom-right-radius: 60px;
}

.wpb_text_column + .theme-component-blockquote {
  margin-top: 30px;
}

.theme-component-blockquote > span {
}

.theme-component-blockquote > blockquote {
  margin-top: 10px;
}

.theme-component-blockquote > blockquote > p {
  margin: 0px;
  padding: 0px 0px 0px 60px;
}

.theme-component-blockquote > blockquote p::before {
  display: none;
}

/**************************************************************************/
/* Component / Notice													  */
/**************************************************************************/

.theme-component-notice {
  width: 100%;
  display: table;
  border: solid 1px;
  border-radius: 4px;
  padding: 20px 40px 20px 40px;
}

* + .theme-component-notice {
  margin-top: 30px;
}

.theme-component-notice + * {
  margin-bottom: 30px;
}

.theme-component-notice > h5,
.theme-component-notice > span {
  display: table-cell;
  vertical-align: middle;
}

.theme-component-notice > span {
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  border-radius: 999em;
}

.theme-component-notice > h5 {
  margin: 0px;
  padding-left: 30px;
}

/**************************************************************************/
/* Component / List														  */
/**************************************************************************/

.theme-component-list {
}

.theme-component-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.theme-component-list ul li {
  margin: 0px;
  padding: 0px;
  display: flex;
  padding-left: 20px;
  align-items: center;
}

.theme-component-list > ul > li {
  padding-left: 0px;
}

.theme-component-list ul li > span:first-child {
  left: -20px;
  position: relative;
}

.theme-component-list.theme-component-list-style-1 ul li {
  padding-top: 10px;
}

.theme-component-list.theme-component-list-style-1 ul li:first-child {
  padding-top: 0px;
}

.theme-component-list.theme-component-list-style-1 ul li > span:first-child {
  font-size: 16px;
}

.theme-component-list.theme-component-list-style-2 ul li {
  padding-top: 15px;
}

.theme-component-list.theme-component-list-style-2 ul li:first-child {
  padding-top: 0px;
}

.theme-component-list.theme-component-list-style-2 ul li > span:first-child {
  width: 40px;
  height: 40px;
  font-size: 22px;
  border-width: 2px;
  border-style: solid;
  border-radius: 999em;
  padding: 8px 7px 6px 7px;
}

.theme-component-list.theme-component-list-style-3 ul li {
  padding-top: 10px;
}

.theme-component-list.theme-component-list-style-3 ul li:first-child {
  padding-top: 0px;
}

.theme-component-list.theme-component-list-style-3 ul li > span:first-child {
  font-size: 15px;
}

/******************************************************************************/
/* WP classes																  */
/******************************************************************************/

.aligncenter,
img.aligncenter {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.alignleft {
  margin-left: 0px !important;
  margin-right: auto !important;
  text-align: left !important;
}

.alignright {
  margin-left: auto !important;
  margin-right: 0px !important;
  text-align: right !important;
}

img.alignleft,
.wp-block-image figure.alignleft {
  clear: both;
  float: left !important;
  margin-bottom: 10px !important;
  margin-right: 30px !important;
}

img.alignright,
.wp-block-image figure.alignright {
  clear: both;
  float: right !important;
  margin-left: 30px !important;
  margin-bottom: 10px !important;
}

.wp-caption,
.gallery-caption {
  max-width: 100%;
}

.wp-caption.alignleft {
  float: left;
  margin-right: 20px !important;
}

.wp-caption.alignright img {
  float: left;
  margin-bottom: 10px;
}

.wp-caption.alignright {
  float: right;
  margin-left: 20px !important;
}

.wp-caption.alignright img {
  float: right;
  margin-bottom: 10px;
}

.screen-reader-text {
  display: none;
}

.gallery-item img {
  display: inline-block;
}

.wp-caption-text {
}

.bypostauthor {
}

/******************************************************************************/
/* Contact Form 7															  */
/******************************************************************************/

.wpcf7 {
  display: none;
}

.wpcf7 p:empty {
  display: none;
}

body .wpcf7.theme-responsive-mode .wpcf7-form .vc_row .vc_column_container {
  margin-left: 0px;
  width: 100% !important;
}

.wpcf7 .wpcf7-form .vc_row,
.wpcf7 .wpcf7-form .vc_row .vc_column_container,
.wpcf7 .wpcf7-form .vc_row .vc_column_container .vc_column-inner {
  margin: 0px !important;
  padding: 0px !important;
}

.wpcf7 .wpcf7-form br {
  display: none;
}

.wpcf7 .wpcf7-form textarea {
  margin: 0px;
  resize: none;
  height: 244px;
}

_::-webkit-full-page-media,
_:future,
:root .wpcf7 .wpcf7-form textarea {
  height: 238px;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output {
  display: none !important;
}

.wpcf7
  .wpcf7-form
  .vc_row
  .vc_column_container
  + .vc_column_container
  .theme-form-field {
  border-left-width: 0px !important;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100%;
  border: none !important;
}

.wpcf7 .wpcf7-form .theme-form-field + .theme-form-field {
  border-top: none !important;
}

.wpcf7 .wpcf7-form label + span {
  top: 10px;
}

.wpcf7 .ajax-loader {
  display: none;
  visibility: hidden !important;
}

/******************************************************************************/
/* Image style																  */
/******************************************************************************/

.theme-image-style-1 .vc_single_image-wrapper {
  position: relative;
}

.theme-image-style-1 .vc_single_image-wrapper::after {
  height: 3px;
  bottom: 0px;
  left: -50px;
  content: " ";
  width: 380px;
  position: absolute;
}

.theme-image-style-2 img {
  border-radius: 999em;
}

.theme-image-style-3 {
  float: left;
  max-width: 50%;
}

.theme-image-style-3 + .theme-image-style-3 {
  margin-top: 40px;
}

/******************************************************************************/
/* Margin																	  */
/******************************************************************************/

html body .theme-margin-top-0 {
  margin-top: 0px;
}
html body .theme-margin-top-10 {
  margin-top: 10px;
}
html body .theme-margin-top-20 {
  margin-top: 20px;
}
html body .theme-margin-top-30 {
  margin-top: 30px;
}
html body .theme-margin-top-40 {
  margin-top: 40px;
}
html body .theme-margin-top-50 {
  margin-top: 50px;
}
html body .theme-margin-top-60 {
  margin-top: 60px;
}
html body .theme-margin-top-70 {
  margin-top: 70px;
}
html body .theme-margin-top-80 {
  margin-top: 80px;
}
html body .theme-margin-top-90 {
  margin-top: 90px;
}
html body .theme-margin-top-100 {
  margin-top: 100px;
}

html body .theme-margin-bottom-0 {
  margin-bottom: 0px;
}
html body .theme-margin-bottom-10 {
  margin-bottom: 10px;
}
html body .theme-margin-bottom-20 {
  margin-bottom: 20px;
}
html body .theme-margin-bottom-30 {
  margin-bottom: 30px;
}
html body .theme-margin-bottom-40 {
  margin-bottom: 40px;
}
html body .theme-margin-bottom-50 {
  margin-bottom: 50px;
}
html body .theme-margin-bottom-60 {
  margin-bottom: 60px;
}
html body .theme-margin-bottom-70 {
  margin-bottom: 70px;
}
html body .theme-margin-bottom-80 {
  margin-bottom: 80px;
}
html body .theme-margin-bottom-90 {
  margin-bottom: 90px;
}
html body .theme-margin-bottom-100 {
  margin-bottom: 100px;
}

html body .theme-padding-top-0 {
  padding-top: 0px;
}
html body .theme-padding-top-10 {
  padding-top: 10px;
}
html body .theme-padding-top-20 {
  padding-top: 20px;
}
html body .theme-padding-top-30 {
  padding-top: 30px;
}
html body .theme-padding-top-40 {
  padding-top: 40px;
}
html body .theme-padding-top-50 {
  padding-top: 50px;
}
html body .theme-padding-top-60 {
  padding-top: 60px;
}
html body .theme-padding-top-70 {
  padding-top: 70px;
}
html body .theme-padding-top-80 {
  padding-top: 80px;
}
html body .theme-padding-top-90 {
  padding-top: 90px;
}
html body .theme-padding-top-100 {
  padding-top: 100px;
}

html body .theme-padding-bottom-0 {
  padding-bottom: 0px;
}
html body .theme-padding-bottom-10 {
  padding-bottom: 10px;
}
html body .theme-padding-bottom-20 {
  padding-bottom: 20px;
}
html body .theme-padding-bottom-30 {
  padding-bottom: 30px;
}
html body .theme-padding-bottom-40 {
  padding-bottom: 40px;
}
html body .theme-padding-bottom-50 {
  padding-bottom: 50px;
}
html body .theme-padding-bottom-60 {
  padding-bottom: 60px;
}
html body .theme-padding-bottom-70 {
  padding-bottom: 70px;
}
html body .theme-padding-bottom-80 {
  padding-bottom: 80px;
}
html body .theme-padding-bottom-90 {
  padding-bottom: 90px;
}
html body .theme-padding-bottom-100 {
  padding-bottom: 100px;
}

html body .theme-padding-20 {
  padding: 20px;
}
html body .theme-padding-30 {
  padding: 30px;
}

html body .theme-margin-top-style-1 {
  margin-top: 100px;
}
html body .theme-margin-top-style-2 {
  margin-top: 70px;
}
html body .theme-margin-top-style-3 {
  margin-top: 50px;
}

html body .theme-margin-bottom-style-1 {
  margin-bottom: 100px;
}
html body .theme-margin-bottom-style-2 {
  margin-bottom: 70px;
}
html body .theme-margin-bottom-style-3 {
  margin-bottom: 50px;
}

html body .theme-padding-top-style-1 {
  padding-top: 100px;
}
html body .theme-padding-top-style-2 {
  padding-top: 70px;
}
html body .theme-padding-top-style-3 {
  padding-top: 50px;
}

html body .theme-padding-bottom-style-1 {
  padding-bottom: 100px;
}
html body .theme-padding-bottom-style-2 {
  padding-bottom: 70px;
}
html body .theme-padding-bottom-style-3 {
  padding-bottom: 50px;
}

/******************************************************************************/
/* Table responsive															  */
/******************************************************************************/

.theme-table-responsive {
  border: none !important;
}

.theme-table-responsive thead {
  display: none;
}

.theme-table-responsive td {
  display: block;
  text-align: right;
  vertical-align: middle;
  width: 100% !important;
}

.theme-table-responsive td + td {
  border-top: none !important;
}

.theme-table-responsive td::before {
  float: left;
  font-weight: bold;
  content: attr(data-title);
}

/******************************************************************************/
/* Other																	  */
/******************************************************************************/

/* Captions */
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-caption p.wp-caption-text,
.blocks-gallery-caption {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #828f99;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 0px 15px 0px;
}

.wp-block-image figcaption,
.wp-block-video figcaption {
  margin-bottom: 0;
}

.wp-block-image figcaption > a,
.wp-block-video figcaption > a,
.wp-caption p.wp-caption-text > a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}

/* Quotes */
blockquote {
  margin: 10px 0px 20px 0px;
  padding: 10px 0px 10px 0px;
}

blockquote p {
  position: relative;
  font-style: normal !important;
  padding: 0px;
  padding-left: 60px;
}

blockquote::before {
  content: "\74";
  color: #4f2ec9;
  font-size: 24px;
  margin-top: 0px;
  position: absolute;
  font-family: "theme-icon-meta-24" !important;
  font-style: normal;
}

blockquote cite,
blockquote cite em,
blockquote cite > a,
blockquote cite > em a {
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase !important;
}

blockquote cite,
blockquote cite em {
  color: #828f99 !important;
}

blockquote code {
  font-size: inherit !important;
}

.wp-block-quote,
.wp-block-pullquote,
.wp-block-pullquote {
  margin: 30px 0px 30px 0px;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 1.5em;
}

.wp-block-column .wp-block-quote:first-child {
  margin-top: 0px;
}

.wp-block-quote cite,
.wp-block-quote cite em,
.wp-block-pullquote cite,
.wp-block-pullquote cite em {
  margin-left: 60px;
}

blockquote.wp-block-quote.is-style-large {
  margin: 30px 0px 30px 0px;
  padding: 30px 0px 30px 0px;
  border-top: 1px solid #eaebee;
  border-bottom: 1px solid #eaebee;
}

figure.wp-block-pullquote {
  text-align: left;
  padding: 10px 0px 10px 30px;
}

figure.wp-block-pullquote:not(.is-style-solid-color) {
  border-left: 2px solid #4f2ec9 !important;
  padding-left: 28px;
}

figure.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}

figure.wp-block-pullquote.is-style-solid-color blockquote p::before {
  color: #fff;
}

/* Lists */
ul ol > li::before {
  content: none;
}

ul ol,
ol ul {
  margin-left: 32px;
}

/* Widgets */
ul.wp-block-archives-list li:before,
ul.wp-block-latest-posts li:before,
ul.wp-block-rss li:before {
  content: none;
}

ul.wp-block-archives-list li {
  margin-left: 0;
  padding-left: 0;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0 !important;
}

.wp-block-latest-posts.columns-3 li:nth-child(3n) {
  margin-right: 0 !important;
}

/* Non Breaking Text */
.theme-post .theme-post-title {
  overflow-wrap: break-word;
}

.theme-post-navigation > a > span {
  word-break: break-word;
}

/* Images Alignment */

p > img:not(.alignleft):not(.alignright) {
  margin-top: 30px;
}

p + div:not(.alignleft):not(.alignright) > img {
  margin-top: 40px;
}

p > img {
  margin-bottom: 30px;
}

p > img.alignleft,
p > img.alignright {
  margin-top: 10px;
}

p + div.alignleft > img,
p + div.alignright > img {
  margin-top: 20px;
}

.wp-block-image {
  margin-bottom: 0;
}

.wp-block-image figure:not(.alignleft):not(.alignright),
figure.wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wp-block-image figure.alignleft,
.wp-block-image figure.alignright {
  margin-top: 20px;
}

/* Gallery */
/* Block Gallery */
.wp-block-gallery:not(.alignleft):not(.alignright) {
  margin: 40px 0px;
}

.wp-block-gallery ul {
  margin-left: 0;
}

.wp-block-gallery ul li {
  padding-left: 0;
}

.wp-block-gallery ul li:before {
  content: none;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 16px;
  padding: 15px 10px 20px 10px;
}

.wp-block-gallery.alignleft {
  float: left;
  margin-right: 30px !important;
}

.wp-block-gallery.alignright {
  float: right;
  margin-left: 30px !important;
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: calc((100% - 32px) / 3);
}

/* Block Video */
.wp-block-video {
  margin: 50px 0px 50px 0px;
}

/* Block Media */
.wp-block-media-text + p {
  padding-top: 50px;
}

p + .wp-block-media-text {
  padding-top: 30px;
}

/* Block Group */
.wp-block-group.has-background {
  padding: 30px;
  margin-bottom: 40px;
}

/* Block Cover */
.wp-block-cover:not(.alignleft):not(.alignright) {
  margin: 40px 0px 40px 0px;
}

.wp-block-cover p.wp-block-cover-text {
  color: #fff;
}

.wp-block-cover.alignleft {
  float: left;
  margin-right: 30px !important;
  margin-bottom: 40px !important;
}

.wp-block-cover.alignright {
  float: right;
  margin-left: 30px !important;
  margin-bottom: 40px !important;
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text > a {
  font-size: 28px;
  padding: 14px !important;
}

/* Block Embed */
.wp-block-embed {
  margin-bottom: 50px;
  max-width: 100%;
}

.wp-block-embed iframe {
  width: 100%;
}

#map {
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Columns */
.wp-block-columns {
  margin: 40px 0px;
}

/* Buttons */
.wp-block-button {
  margin: 15px 10px 15px 0px;
}

.wp-block-button a {
  background-color: #4f2ec9;
  text-decoration: none;
  padding: 15px 40px 16px 40px;
  line-height: 21px;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #4f2ec9;
  transition: all 200ms ease;
  border-radius: 999px;
  opacity: 1 !important;
}

.wp-block-button.is-style-squared a {
  border-radius: 0 !important;
}

.wp-block-button.is-style-outline a {
  padding: 15px 40px 16px 40px;
}

.wp-block-button a.has-background {
  border: none;
  padding: 17px 42px 18px 42px;
}

.wp-block-button a:hover {
  color: #4f2ec9;
  background: transparent;
}

.wp-block-button a.has-background:hover {
  color: #fff;
  background-color: #4f2ec9;
}

.wp-block-button.is-style-outline a:not(.has-text-color) {
  color: #4f2ec9;
  border-color: #4f2ec9;
}

.wp-block-button.is-style-outline a:hover {
  color: #fff;
  background-color: #4f2ec9;
  border-color: #4f2ec9;
}

.wp-block-button.alignleft {
  float: left;
  margin-right: 30px !important;
}

.wp-block-button.alignright {
  float: right;
  margin-left: 30px !important;
}

/* Paragraph */
.has-small-font-size {
  font-size: 14px;
}

.has-large-font-size {
  line-height: 1.2em;
}

p.has-background {
  margin: 30px 0px;
}

/* Preformatted Text */
.wp-block-code,
.wp-block-preformatted,
.wp-block-verse,
pre {
  margin: 20px 0px 40px 0px;
}

div + .wp-block-code,
div + .wp-block-preformatted {
  margin-top: 30px;
}

.wp-block-code,
.wp-block-preformatted,
.wp-block-verse,
pre,
code,
tt,
kbd {
  font-size: 16px;
  line-height: 1.625em;
  color: #556677 !important;
}

pre,
.wp-block-code {
  padding: 15px 15px 15px 20px;
  border: 1px solid #52e2bb;
  border-left: 3px solid #52e2bb;
  background: linear-gradient(180deg, #f5f7f9 0, #f5f7f9 1.625em, #fff 0);
  background-size: 1.625em 3.25em;
  background-origin: content-box;
  white-space: pre-wrap;
}

code,
tt,
kbd {
  background: #ebeef1;
  padding: 2px 0px;
}

pre code {
  background: none;
  margin: 0px;
  padding: 0px;
}

/* Table */
.wp-block-table,
.theme-post-content table,
.theme-page-content table {
  margin: 20px 0px 40px 0px;
}

.theme-post-content table,
.theme-page-content table {
  width: 100%;
}

.wp-block-table td,
.wp-block-table th,
.theme-post-content table td,
.theme-post-content table th,
.theme-page-content table td,
.theme-page-content table th {
  border: 1px solid #e1e5e9;
}

.wp-block-table th,
.theme-post-content table th,
.theme-page-content table th {
  background-color: #ebeef1;
}

.wp-block-table.is-style-stripes {
  border-bottom: 0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tr:nth-child(2n + 1),
.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background-color: #ebeef1;
}

/* Drop-cap */
.has-drop-cap:not(:focus)::first-letter {
  font-size: 4em;
  font-weight: 300;
  margin: 0.07em 0.2em 0 0;
}

/* Fix */
p[style*="font-size:46px"] {
  line-height: 1.2em;
}

/* Block Separator */

.wp-block-separator,
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 1;
  border: 0;
  height: 1px;
  background-color: #e1e5e9;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  background-color: #4f2ec9;
}

/* Pagination */
.theme-post-content + .theme-pagination {
  margin-bottom: 30px;
}

.post-page-numbers {
  opacity: 1 !important;
}

/* Other Adjustments */
.wp-block-rss div {
  display: inline-block;
}

.wp-block-quote.has-text-align-right {
  border-color: #4f2ec9;
  border-width: 2px;
  padding-right: 50px;
}

.wp-block-quote.has-text-align-right p {
  padding-right: 30px;
  padding-left: 0px;
}

.wp-block-quote.has-text-align-right cite {
  padding-right: 30px;
  padding-left: 0px;
}

/* Responsive */

/* 960-1240 */
@media only screen and (min-width: 960px) and (max-width: 1240px) {
  /* 6 Column Gallery */
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-6 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-6 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* 7 Column Gallery */
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-7 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-7 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* 8 Column Gallery */
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-8 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-8 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* Paragraph */
  .has-large-font-size {
    font-size: 28px;
  }
}

/* 768-959 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* Gallery Aligned */
  .blocks-gallery-grid.alignleft,
  .blocks-gallery-grid.alignright,
  .wp-block-gallery.alignleft,
  .wp-block-gallery.alignright {
    max-width: calc((100% - 16px) / 2);
  }

  /* 6 Column Gallery */
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-6 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-6 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* 7 Column Gallery */
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-7 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-7 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* 8 Column Gallery */
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-8 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-8 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* Paragraph */
  .has-large-font-size {
    font-size: 28px;
  }
}

/* 480-767 */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Gallery Aligned */
  .blocks-gallery-grid.alignleft,
  .blocks-gallery-grid.alignright,
  .wp-block-gallery.alignleft,
  .wp-block-gallery.alignright {
    max-width: 100%;
  }

  /* 3 Column Gallery */
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-3 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-3 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* 4 Column Gallery */
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-4 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-4 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* 5 Column Gallery */
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-5 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-5 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* 6 Column Gallery */
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-6 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-6 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* 7 Column Gallery */
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-7 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-7 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* 8 Column Gallery */
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px !important;
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:last-of-type,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:last-of-type,
  .wp-block-gallery.columns-8 .blocks-gallery-image:last-of-type,
  .wp-block-gallery.columns-8 .blocks-gallery-item:last-of-type {
    margin-right: 0px !important;
  }

  /* Block Cover */
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover .wp-block-cover-text > a,
  .wp-block-cover .has-large-font-size,
  .wp-block-cover .has-large-font-size > a {
    font-size: 24px;
  }

  /* DL Gallery */
  .gallery .gallery-item {
    width: 100% !important;
  }

  .gallery .gallery-item > .wp-caption-text {
    font-size: 16px;
  }

  /* Paragraph */
  .has-large-font-size {
    font-size: 22px;
  }

  /* Block Media */
  .wp-block-media-text {
    display: block;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 20px;
  }
}

/* 0-479 */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  /* Gallery Aligned */
  .blocks-gallery-grid.alignleft,
  .blocks-gallery-grid.alignright,
  .wp-block-gallery.alignleft,
  .wp-block-gallery.alignright {
    max-width: 100%;
  }

  /* Any Number of Columns */
  .blocks-gallery-grid .blocks-gallery-image,
  .blocks-gallery-grid .blocks-gallery-item,
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    width: 100%;
    margin-right: 0px;
  }

  /* Block Cover */
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover .wp-block-cover-text > a,
  .wp-block-cover .has-large-font-size,
  .wp-block-cover .has-large-font-size > a {
    font-size: 20px;
  }

  /* DL Gallery */
  .gallery .gallery-item {
    width: 100% !important;
  }

  .gallery .gallery-item > .wp-caption-text {
    font-size: 14px;
  }

  /* Paragraph */
  .has-large-font-size {
    font-size: 20px;
  }

  /* Block Media */
  .wp-block-media-text {
    display: block;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 20px;
  }

  /* Table */
  table tr td {
    padding: 7px;
  }
}

/******************************************************************************/
/* Responsive																  */
/******************************************************************************/

/******************************************************************************/
/* 0-1670																	  */
/******************************************************************************/

@media only screen and (min-width: 0px) and (max-width: 1670px) {
  .theme-page-footer > span > svg,
  .vc_row.theme-background-image-1 > span:first-child > svg {
    width: 75%;
    height: 75%;
  }
}

/******************************************************************************/
/* 0-1570																	  */
/******************************************************************************/

@media only screen and (min-width: 0px) and (max-width: 1570px) {
  .theme-page-footer > span > svg,
  .vc_row.theme-background-image-1 > span:first-child > svg {
    width: 50%;
    height: 50%;
  }

  .vc_row.theme-background-image-1 > span:first-child {
    top: 0px;
  }
}

/******************************************************************************/
/* 0-1290																	  */
/******************************************************************************/

@media only screen and (min-width: 0px) and (max-width: 1290px) {
  /******************************************************************************/
  /* Theme column styles														  */
  /******************************************************************************/

  html .theme-column-style-2 > .vc_column-inner {
    padding-right: 0px;
  }

  html .theme-column-style-3 > .vc_column-inner {
    padding-left: 0px;
  }

  /******************************************************************************/
  /* Page 																	  */
  /******************************************************************************/

  /**************************************************************************/
  /* Page / Content							                              */
  /**************************************************************************/

  html .woocommerce-account .woocommerce-MyAccount-content,
  .theme-page.theme-page-sidebar-enable.theme-page-sidebar-left
    > .theme-page-content
    > .theme-main
    > .theme-column-right,
  .theme-page.theme-page-sidebar-enable.theme-page-sidebar-right
    > .theme-page-content
    > .theme-main
    > .theme-column-left {
    width: 500px;
  }

  body.page-template-blog-column-1
    .theme-blog.theme-blog-column
    > .vc_row
    > .vc_column_container,
  body.page-template-blog-column-2
    .theme-blog.theme-blog-column
    > .vc_row
    > .vc_column_container {
    clear: both;
    float: none;
    width: 100%;
  }

  body.page-template-blog-column-1
    .theme-blog.theme-blog-column
    > .vc_row
    > .vc_column_container
    + .vc_column_container,
  body.page-template-blog-column-2
    .theme-blog.theme-blog-column
    > .vc_row
    > .vc_column_container
    + .vc_column_container {
    margin-left: 0px;
  }

  /******************************************************************************/
  /* Post																		  */
  /******************************************************************************/

  /**************************************************************************/
  /* Post / Meta top														  */
  /**************************************************************************/

  body.single-post .theme-post .theme-post-meta-top {
  }

  body.single-post .theme-post .theme-post-meta-top > ul {
  }

  body.single-post .theme-post .theme-post-meta-top > ul > li {
    clear: both;
    float: none;
    height: 100%;
    display: block;
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 5px;
  }

  body.single-post .theme-post .theme-post-meta-top > ul > li + li {
    margin-left: 0px;
  }

  body.single-post .theme-post .theme-post-meta-top > ul > li:last-child {
    margin-bottom: 0px;
  }

  /******************************************************************************/
  /* Post navigation															  */
  /******************************************************************************/

  body.single-post .theme-post-navigation {
    display: block;
  }

  body.single-post .theme-post-navigation > a {
    width: 100%;
    display: table;
  }

  body.single-post .theme-post-navigation .theme-post-navigation-prev {
    border-right: none;
  }

  body.single-post .theme-post-navigation .theme-post-navigation-next {
    border-top: none;
  }

  /******************************************************************************/
  /* Post author info															  */
  /******************************************************************************/

  .theme-post-author-info {
  }

  .theme-post-author-info > .theme-post-author-info-column-left {
    min-width: 100px;
  }

  .theme-post-author-info > .theme-post-author-info-column-left > img {
    width: 60px;
  }

  /******************************************************************************/
  /* Post related															  */
  /******************************************************************************/

  body.single-post .theme-post-related {
  }

  body.single-post .theme-post-related .vc_row {
  }

  body.single-post .theme-post-related .vc_row > .vc_column_container {
    width: 100%;
  }

  body.single-post
    .theme-post-related
    .vc_row
    > .vc_column_container
    + .vc_column_container {
    margin-left: 0px;
  }

  /******************************************************************************/
  /* Comments */
  /******************************************************************************/

  /**************************************************************************/
  /* Comments / Comments list												  */
  /**************************************************************************/

  /**********************************************************************/
  /* Comments / Comments list / Misc									  */
  /**********************************************************************/

  #comments #comments_list > ul > li ul.children,
  #comments #comments_list > ul > li ul.children li {
    margin-left: 0px;
  }

  #comments #comments_list > ul > li .theme-comment-avatar img {
    width: 60px;
  }

  #comments #comments_list > ul > li .theme-comment-content,
  #comments #comments_list > ul > li .theme-comment-meta {
    margin-left: 100px;
  }
}

/******************************************************************************/
/* 0-959																	  */
/******************************************************************************/

@media only screen and (min-width: 0px) and (max-width: 959px) {
  /******************************************************************************/
  /* Layout																	  */
  /******************************************************************************/

  html .vc_row .vc_column_container,
  html .vc_row.vc_row-no-padding .vc_column_container {
    width: 100%;
    float: none;
  }

  html .vc_column_container + .vc_column_container,
  html .vc_column_container .vc_column_container + .vc_column_container {
    margin-left: 0px;
  }

  html
    .theme-row-style-3
    > .vc_column_container:first-child
    > .vc_column-inner {
    margin-left: auto;
    margin-right: auto;
  }

  html .vc_row .vc_col-sm-3 + .vc_col-sm-3,
  html .vc_row .vc_col-sm-3 + .vc_col-sm-3 + .vc_col-sm-3 + .vc_col-sm-3 {
    margin-left: 6.66666%;
  }

  html .vc_row .vc_col-sm-3 + .vc_col-sm-3 + .vc_col-sm-3 {
    margin-left: 0px;
  }

  html .vc_row .vc_col-sm-3 {
    float: left;
    width: 46.66667%;
  }

  /******************************************************************************/
  /* Theme row styles															  */
  /******************************************************************************/

  html .theme-row-style-1,
  html .theme-row-style-2 {
    background: #ffffff;
  }

  html .theme-row-style-1 > .vc_column_container + .vc_column_container,
  html .theme-row-style-3 > .vc_column_container + .vc_column_container {
    position: relative;
  }

  html
    .theme-row-style-1
    > .vc_column_container
    + .vc_column_container
    > .vc_column-inner,
  html
    .theme-row-style-3
    > .vc_column_container
    + .vc_column_container
    > .vc_column-inner {
    position: static;
  }

  html
    .theme-row-style-1
    > .vc_column_container
    + .vc_column_container
    > .vc_column-inner
    .slick-prev {
    left: -50px;
    right: 0px;
  }

  html
    .theme-row-style-1
    > .vc_column_container
    + .vc_column_container
    > .vc_column-inner
    .slick-next {
    left: 50px;
    right: 0px;
  }

  html .theme-row-style-4 {
    padding-bottom: 0px;
  }

  html .theme-row-style-4 > .vc_column_container + .vc_column_container {
    position: static;
    padding-top: 30px;
  }

  html
    .theme-row-style-4
    > .vc_column_container
    + .vc_column_container
    > .vc_column-inner {
    position: static;
  }

  /******************************************************************************/
  /* Theme column styles														  */
  /******************************************************************************/

  html .theme-column-style-1 > .vc_column-inner,
  html .vc_row.vc_row-no-padding .theme-column-style-1 > .vc_column-inner {
  }

  html .theme-column-style-2 > .vc_column-inner {
    padding-right: 0px;
  }

  html .theme-column-style-3 > .vc_column-inner {
    padding-left: 0px;
  }

  /******************************************************************************/
  /* Page 																	  */
  /******************************************************************************/

  /**************************************************************************/
  /* Page / Content							                              */
  /**************************************************************************/

  html .woocommerce-account .woocommerce-MyAccount-content,
  html .woocommerce-account .woocommerce-MyAccount-navigation,
  .theme-page.theme-page-sidebar-enable.theme-page-sidebar-left
    > .theme-page-content
    > .theme-main
    > .theme-column-right,
  .theme-page.theme-page-sidebar-enable.theme-page-sidebar-right
    > .theme-page-content
    > .theme-main
    > .theme-column-left,
  .theme-page.theme-page-sidebar-enable.theme-page-sidebar-left
    > .theme-page-content
    > .theme-main
    > .theme-column-left,
  .theme-page.theme-page-sidebar-enable.theme-page-sidebar-right
    > .theme-page-content
    > .theme-main
    > .theme-column-right {
    clear: both;
    float: none;
    width: 100%;
  }

  html .woocommerce-account .woocommerce-MyAccount-content,
  .theme-page.theme-page-sidebar-enable
    > .theme-page-content
    > .theme-main
    > .theme-column-right {
    margin-top: 120px;
  }

  /***/

  .theme-page.theme-page-sidebar-enable.theme-page-sidebar-left
    > .theme-page-content
    > .theme-main {
    display: flex;
    flex-direction: column;
  }

  .theme-page.theme-page-sidebar-enable.theme-page-sidebar-left
    > .theme-page-content
    > .theme-main
    > .theme-column-right {
    order: 1;
    margin-top: 0px;
    margin-bottom: 120px;
  }

  .theme-page.theme-page-sidebar-enable.theme-page-sidebar-left
    > .theme-page-content
    > .theme-main
    > .theme-column-left {
    order: 2;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  /******************************************************************************/
  /* Component																  */
  /******************************************************************************/

  /**************************************************************************/
  /* Component / Feature													  */
  /**************************************************************************/

  .theme-component-feature {
  }

  .theme-component-feature.theme-margin-top-style-3 {
    margin-top: 0px;
  }

  /**************************************************************************/
  /* Component / Team member list											  */
  /**************************************************************************/

  .theme-component-team-member-list {
  }

  .theme-component-team-member-list
    .theme-component-team-member-list-item.theme-margin-top-style-3 {
    margin-top: 0px;
  }

  /**************************************************************************/
  /* Component / Image carousel						 					  */
  /**************************************************************************/

  .theme-component-image-carousel img {
    max-width: 100%;
  }
}

/******************************************************************************/
/* 0-767																	  */
/******************************************************************************/

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /******************************************************************************/
  /* Layout																	  */
  /******************************************************************************/

  html .vc_row .vc_column_container,
  html .vc_row.vc_row-no-padding .vc_column_container {
    width: 100%;
    float: none;
  }

  html .vc_column_container,
  html .vc_column_container .vc_column_container + .vc_column_container {
    margin-left: 0px !important;
  }

  html
    .theme-row-style-3
    > .vc_column_container:first-child
    > .vc_column-inner {
    margin-left: auto;
    margin-right: auto;
  }

  /******************************************************************************/
  /* Page																		  */
  /******************************************************************************/

  /**************************************************************************/
  /* Page / Header														  */
  /**************************************************************************/

  html .theme-page .theme-page-header .theme-component-button,
  html .theme-page .theme-page-header .theme-component-icon-list {
    display: none;
  }

  /**************************************************************************/
  /* Post / Meta top														  */
  /**************************************************************************/

  .theme-post .theme-post-meta-top > ul > li {
    clear: both;
    float: none;
    height: 100%;
    display: block;
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 5px;
  }

  .theme-post .theme-post-meta-top > ul > li + li {
    margin-left: 0px;
  }

  .theme-post .theme-post-meta-top > ul > li:last-child {
    margin-bottom: 0px;
  }

  /******************************************************************************/
  /* Component																  */
  /******************************************************************************/

  /**************************************************************************/
  /* Component / Google Maps												  */
  /**************************************************************************/

  .theme-component-google-map .theme-component-google-map-map .theme-main {
    display: none;
  }

  /**************************************************************************/
  /* Component / Testimonial carousel										  */
  /**************************************************************************/

  .theme-component-testimonial-carousel
    .theme-component-testimonial-carousel-item
    > div
    > .theme-component-testimonial-carousel-item-content {
    max-width: 460px;
  }
}

/******************************************************************************/
/* 960-1290																	  */
/******************************************************************************/

@media only screen and (min-width: 960px) and (max-width: 1290px) {
  /******************************************************************************/
  /* Base																		  */
  /******************************************************************************/

  html body .theme-main {
    width: 940px;
  }

  /******************************************************************************/
  /* Theme row styles */
  /******************************************************************************/

  html .theme-row-style-1,
  html .theme-row-style-2 {
    background: linear-gradient(
      to right,
      #ffffff calc(50% + 140px),
      transparent 50%
    );
  }

  html
    .theme-row-style-3
    > .vc_column_container:first-child
    > .vc_column-inner {
    max-width: 445px;
  }

  /******************************************************************************/
  /* Component																  */
  /******************************************************************************/

  /**************************************************************************/
  /* Component / Google Maps												  */
  /**************************************************************************/

  .theme-component-google-map .theme-component-google-map-map .theme-main {
    margin-left: -470px;
  }
}

/******************************************************************************/
/* 960-1290																	  */
/******************************************************************************/

@media only screen and (min-width: 768px) and (max-width: 959px) {
  /******************************************************************************/
  /* Base																		  */
  /******************************************************************************/

  html body .theme-main,
  body.home.blog
    .theme-page.theme-page-sidebar-disable
    > .theme-page-content
    > .theme-main,
  body.page-template-blog-classic
    .theme-page.theme-page-sidebar-disable
    > .theme-page-content
    > .theme-main,
  body.single.single-post
    .theme-page.theme-page-sidebar-disable
    > .theme-page-content
    > .theme-main,
  body.home.blog
    .theme-page.theme-page-sidebar-disable
    > .theme-page-header
    .theme-page-header-title.theme-page-header-title-type-text,
  body.page-template-blog-classic
    .theme-page.theme-page-sidebar-disable
    > .theme-page-header
    .theme-page-header-title.theme-page-header-title-type-text,
  body.single.single-post
    .theme-page.theme-page-sidebar-disable
    > .theme-page-header
    .theme-page-header-title.theme-page-header-title-type-text {
    width: 750px;
  }

  html
    .theme-row-style-3
    > .vc_column_container:first-child
    > .vc_column-inner {
    max-width: 750px;
  }

  /******************************************************************************/
  /* Layout																	  */
  /******************************************************************************/

  html .vc_row .vc_col-sm-3 + .vc_col-sm-3 + .vc_col-sm-2,
  html .vc_row .vc_col-sm-3 + .vc_col-sm-3 + .vc_col-sm-2 + .vc_col-sm-2,
  html
    .vc_row
    .vc_col-sm-3
    + .vc_col-sm-3
    + .vc_col-sm-2
    + .vc_col-sm-2
    + .vc_col-sm-2 {
    float: left;
    width: 30.70866%;
  }

  html .vc_row .vc_col-sm-3 + .vc_col-sm-3 + .vc_col-sm-2 + .vc_col-sm-2,
  html
    .vc_row
    .vc_col-sm-3
    + .vc_col-sm-3
    + .vc_col-sm-2
    + .vc_col-sm-2
    + .vc_col-sm-2 {
    margin-left: 3.93701%;
  }

  /******************************************************************************/
  /* Component																  */
  /******************************************************************************/

  /**************************************************************************/
  /* Component / Google Maps												  */
  /**************************************************************************/

  .theme-component-google-map .theme-component-google-map-map .theme-main {
    margin-left: -375px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /******************************************************************************/
  /* Base																		  */
  /******************************************************************************/

  html body .theme-main,
  body.home.blog
    .theme-page.theme-page-sidebar-disable
    > .theme-page-content
    > .theme-main,
  body.page-template-blog-classic
    .theme-page.theme-page-sidebar-disable
    > .theme-page-content
    > .theme-main,
  body.single.single-post
    .theme-page.theme-page-sidebar-disable
    > .theme-page-content
    > .theme-main,
  body.home.blog
    .theme-page.theme-page-sidebar-disable
    > .theme-page-header
    .theme-page-header-title.theme-page-header-title-type-text,
  body.page-template-blog-classic
    .theme-page.theme-page-sidebar-disable
    > .theme-page-header
    .theme-page-header-title.theme-page-header-title-type-text,
  body.single.single-post
    .theme-page.theme-page-sidebar-disable
    > .theme-page-header
    .theme-page-header-title.theme-page-header-title-type-text,
  html
    .theme-row-style-3
    > .vc_column_container:first-child
    > .vc_column-inner {
    width: 460px;
  }

  html
    .theme-row-style-3
    > .vc_column_container:first-child
    > .vc_column-inner {
    max-width: 460px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  /******************************************************************************/
  /* Base																		  */
  /******************************************************************************/

  html body .theme-main,
  body.home.blog
    .theme-page.theme-page-sidebar-disable
    > .theme-page-content
    > .theme-main,
  body.page-template-blog-classic
    .theme-page.theme-page-sidebar-disable
    > .theme-page-content
    > .theme-main,
  body.single.single-post
    .theme-page.theme-page-sidebar-disable
    > .theme-page-content
    > .theme-main,
  body.home.blog
    .theme-page.theme-page-sidebar-disable
    > .theme-page-header
    .theme-page-header-title.theme-page-header-title-type-text,
  body.page-template-blog-classic
    .theme-page.theme-page-sidebar-disable
    > .theme-page-header
    .theme-page-header-title.theme-page-header-title-type-text,
  body.single.single-post
    .theme-page.theme-page-sidebar-disable
    > .theme-page-header
    .theme-page-header-title.theme-page-header-title-type-text,
  html
    .theme-row-style-3
    > .vc_column_container:first-child
    > .vc_column-inner {
    width: 300px;
  }

  html
    .theme-row-style-3
    > .vc_column_container:first-child
    > .vc_column-inner {
    max-width: 300px;
  }

  /******************************************************************************/
  /* Background image															  */
  /******************************************************************************/

  .theme-page-footer > span > svg,
  .vc_row.theme-background-image-1 > span:first-child > svg {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner .owl-carousel .details .description {
    font-size: 35px;
    padding: 0px 15px;
  }
  .classes-container {
    width: 350px;
  }
  header .flag {
    position: unset !important;
    display: unset;
  }
}
@media only screen and (max-width: 767px) {
  .classes-container {
    width: 300px;
  }
}
