/*
Theme Name: Sunland
Theme URI:
Author: Studio Graficzne AM
Author URI: https://www.studiograficzneam.pl
Description:
Version:
License:
License URI:
Text Domain: sunland
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: #5d5d5c;
  background-color: transparent;
}

a:active,
a:hover {
  color: #f14f2c;
  text-decoration: none;
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

strong,
b{
  font-weight: 700;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #1d1d1b;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1.25;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #f14f2c;
}
h1 {
  font-size: 3.125rem;
}
h2 {
  font-size: 3.125rem;
}
h3 {
  font-size: 2.5rem;
}
h4 {
  font-size: 2.5rem;
}
h5 {
  font-size: 1.875rem;
}
h6 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1200px) {
	h1 {
	  font-size: 2.5rem;
	}
	h2 {
	  font-size: 2.5rem;
	}
	h3 {
	  font-size: 1.875rem;
	}
	h4 {
	  font-size: 1.875rem;
	}
	h5 {
	  font-size: 1.5625rem;
	}
	h6 {
	  font-size: 1.5625rem;
	}
}
@media screen and (max-width: 768px) {
	h1 {
	  font-size: 1.875rem;
	}
	h2 {
	  font-size: 1.875rem;
	}
	h3 {
	  font-size: 1.5625rem;
	}
	h4 {
	  font-size: 1.5625rem;
	}
	h5 {
	  font-size: 1.25rem;
	}
	h6 {
	  font-size: 1.25rem;
	}
}

p {
  margin-bottom: 1.5em;
}
/*h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  color: #5d5d5c;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
  font-family: 'Work Sans', sans-serif;
  background: #fff none;
  overflow-x: hidden;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  padding: 1.875rem 0;
  color: #1d1d1b;
  font-weight: 400;
  background-color: #fff;
  box-shadow: none;
  transition: all 750ms ease-in-out;
}
@media only screen and (max-width: 1200px) {
	header#masthead {
		padding: .9375rem 0;
	}
}
header#masthead.offset{
	padding: 0.9375rem 0;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}
body.admin-bar header#masthead.fixed-top{
	top: 32px;
}
@media screen and (max-width: 768px) {
	body.admin-bar header#masthead.fixed-top{
		top: 46px;
	}
}
header#masthead a{
	color: #1d1d1b;
}
header#masthead a:hover,
header#masthead a:focus{
	color: #1d1d1b;
	font-weight: 600;
}

.navbar-brand {
  margin: 0 1rem 0 0;
  padding: 0;
  height: auto;
}

.navbar-brand > a {
  color: #1d1d1b;
  font-size: 1.25rem;
  outline: medium none;
  text-decoration: none;
  font-weight: 700;
}
.navbar-brand > a > img{
	width: 237px;
	height: auto;
}
.offset .navbar-brand > a > img {
	width: 200px;
}
@media screen and (max-width: 1200px) {
	.navbar-brand > a > img,
	.offset .navbar-brand > a > img {
		width: 150px;
	}
}

.navbar-brand > a:hover, .navbar-brand > a:focus {
	color: #f14f2c;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

#page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
#page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
  }
  #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .navbar-nav > li > a {
  position: relative;
  color: #1d1d1b;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  #masthead .navbar-nav > li > a {
	padding: 0.3125rem 0.9375rem 0.3125rem 1.25rem;
  }
}

#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li > a:focus,
#masthead .navbar-nav > li.current_page_item > a,
#masthead .navbar-nav > li.current_page_ancestor > a,
#masthead .navbar-nav > li.current-menu-ancestor > a,
#masthead .navbar-nav > li.current-menu-item > a,
#masthead .navbar-nav > li.current-menu-parent > a,
#masthead .navbar-nav > li.current-page-ancestor > a {
  color: #f14f2c;
  font-weight: 400;
}

#masthead .navbar-nav > li > a:hover:before,
#masthead .navbar-nav > li > a:focus:before,
#masthead .navbar-nav > li.current_page_item > a:before,
#masthead .navbar-nav > li.current_page_ancestor > a:before,
#masthead .navbar-nav > li.current-menu-ancestor > a:before,
#masthead .navbar-nav > li.current-menu-item > a:before,
#masthead .navbar-nav > li.current-menu-parent > a:before,
#masthead .navbar-nav > li.current-page-ancestor > a:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  content: '';
  width: 8px;
  height: 8px;
  background: #f14f2c none;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
	#masthead .navbar-collapse{
		margin-right: -0.9375rem;
	}
}
@media only screen and (max-width: 1200px) {
	#masthead .navbar-collapse{
		margin: 0.9375rem 0;
	}
}

.navbar-toggler{
	padding: 0;
	border: 0px none;
}

.navbar-toggler .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(29, 29, 27, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:hover .navbar-toggler-icon,
.navbar-toggler:focus .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(241, 79, 44, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggle .icon-bar {
  background: #1d1d1b none repeat scroll 0 0;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background: #f14f2c none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding: 0.3125rem 0.9375rem;
}
@media screen and (min-width: 769px) {
  .dropdown-item {
	padding: 0.625rem 0.9375rem;
  }
}

.dropdown-menu {
  padding: 0;
  min-width: 15rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 15em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  color: #1d1d1b!important;
  font-size: 0.9375rem;
  font-weight: 400;
  white-space: normal;
  background: #fff none!important;
  line-height: 1.5;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .current_page_item .dropdown-item,
.dropdown-menu .current_page_ancestor .dropdown-item,
.dropdown-menu .current-menu-ancestor .dropdown-item,
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .current-menu-parent .dropdown-item,
.dropdown-menu .current-page-ancestor .dropdown-item {
	color: #fff!important;
	font-weight: 600;
  	background: #f14f2c none!important;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: .9375rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0.3125rem 0.9375rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #d4d4d4;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.slider rs-mask-wrap{
	overflow: visible!important;
}
.slider .tparrows.tp-leftarrow,
.slider .tparrows.tp-rightarrow{
	background: transparent none!important;
}
.slider .tparrows.tp-leftarrow:before {
	content: '\e819'!important;
	color: #fff!important;
	font-size: 1.25em!important;
}
.slider .tparrows.tp-leftarrow:hover:before,
.slider .tparrows.tp-leftarrow:focus:before {
	color: #1d1d1b!important;
}
.slider .tparrows.tp-rightarrow:before {
	content: '\e81a'!important;
	color: #fff!important;
	font-size: 1.25em!important;
}
.slider .tparrows.tp-rightarrow:hover:before,
.slider .tparrows.tp-rightarrow:focus:before {
	color: #1d1d1b!important;
}
.slider .tp-bullets .tp-bullet{
	padding: 0px!important;
	width: 12px!important;
	height: 12px!important;
	background: #fff none!important;
	border: 0px none!important;
	border-radius: 50%!important;
}
.slider .tp-bullets .tp-bullet:hover,
.slider .tp-bullets .tp-bullet:focus,
.slider .tp-bullets .tp-bullet.selected{
	background: #1d1d1b none!important;
}
@media only screen and (max-width: 576px) {
	.slider .slider-title{
		margin-top: -60px!important;
		margin-left: 10px!important;
		font-size: 1.5rem!important;
		line-height: 1.25!important;
	}
	.slider .slider-desc{
		margin-top: 0px!important;
		margin-left: 10px!important;
		font-size: 0.875rem!important;
		line-height: 1.25!important;
	}
	.slider .slider-btn{
		margin-top: 60px!important;
		margin-left: 10px!important;
		padding: 0.625em 0.9375em!important;
		font-size: 0.875rem!important;
		line-height: 1.25!important;
		border: 0px none!important;
	}
}
/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.banner{
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
	background: #f14f2c url('inc/assets/images/banner_bg.jpg') no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	.banner{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.banner a{
	color: #fff;
}
.banner h1{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 300;
}
@media only screen and (max-width: 1200px) {
	.banner h1 {
	  font-size: 2.1875rem;
	}
}
@media only screen and (max-width: 992px) {
	.banner h1 {
	  font-size: 1.875rem;
	}
}
@media only screen and (max-width: 768px) {
	.banner h1 {
	  font-size: 1.5625rem;
	}
}
.banner p{
	margin: 15px 0px 0px 0px;
	color: rgba(255,255,255,0.5);
	font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
	.banner p{
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

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

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content{
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
	#content.site-content{
	  padding-top: 3.75rem;
	  padding-bottom: 3.75rem;
	}
}
@media screen and (max-width: 992px) {
	#content.site-content{
	  padding-top: 3.75rem;
	  padding-bottom: 3.75rem;
	}
}
@media screen and (max-width: 768px) {
	#content.site-content{
	  padding-top: 1.875rem;
	  padding-bottom: 1.875rem;
	}
}

.page-template-vc-page #content.site-content,
#content.site-content.vc {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 700;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .post.hentry {
    margin-bottom: 1.875rem;
  }
}


.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer,
.vc_mobile article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content,
.vc_mobile #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content,
.vc_mobile .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*footer#colophon {
  font-size: 85%;
}*/
footer#colophon {
  color: rgba(255,255,255,0.2);
  font-size: 0.875rem;
  font-weight: 300;
  background-color: #1d1d1b;
}
footer#colophon a{
  color: rgba(255,255,255,0.2);
}
footer#colophon a:hover,
footer#colophon a:focus{
  color: rgba(255,255,255,0.5);
}
/*.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}*/

footer#colophon #footer-widget{
	padding: 3.75em;
	color: #000;
	font-size: 0.875rem;
	background: #ededed none;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
	footer#colophon #footer-widget{
		padding: 1.875em 0;
	}
}
footer#colophon #footer-widget a{
	color: #000;
}
footer#colophon #footer-widget a:hover,
footer#colophon #footer-widget a:focus{
	color: #f14f2c;
}
footer#colophon #footer-widget .container > .row{
	margin: 0px -60px;
}
footer#colophon #footer-widget .container > .row > div{
	padding: 0px 60px;
}
@media screen and (max-width: 1199px) {
	footer#colophon #footer-widget .container > .row{
		margin: 0px -30px;
	}
	footer#colophon #footer-widget .container > .row > div{
		padding: 0px 30px;
	}
}
@media screen and (max-width: 767px) {
	footer#colophon #footer-widget .container > .row{
		margin: 0px -15px;
	}
	footer#colophon #footer-widget .container > .row > div{
		padding: 0px 15px;
	}
}
/*@media screen and (min-width: 1200px) {
	footer#colophon #footer-widget .container > .row > div:not(:last-child){
		border-right: 1px solid #373839;
	}
}
@media screen and (max-width: 1199px) {
	footer#colophon #footer-widget .container > .row > div:nth-child(2n-1){
		border-right: 1px solid #373839;
	}
}*/
footer#colophon #footer-widget h3{
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}
footer#colophon #footer-widget h3 a{
	color: #fff;
}
@media screen and (max-width: 767px) {
	footer#colophon  #footer-widget .logo{
		max-width: 50%;
	}
}
footer#colophon #footer-widget ul{
	list-style: none;
	margin: 0;
	padding: 0
}
footer#colophon #footer-widget ul li{
	color: #a3a3a3;
}
@media screen and (min-width: 768px) {
	footer#colophon #footer-widget ul li{
		margin-bottom: 10px;
	}
	footer#colophon #footer-widget ul li:last-child{
		margin-bottom: 0;
	}
}
footer#colophon #footer-widget ul li a{
	color: #a3a3a3;
}
footer#colophon #footer-widget ul li a:hover,
footer#colophon #footer-widget ul li a:focus{
	color: #fff;
}

footer#colophon .site-info{
	position: relative;
	padding: 1.875em 0;
	color: rgba(255,255,255,0.2);
	font-size: 0.875rem;
	font-weight: 300;
	background: #343435 none;
}
footer#colophon .site-info a{
	color: rgba(255,255,255,0.2);
}
footer#colophon .site-info a:hover,
footer#colophon .site-info a:focus{
	color: rgba(255,255,255,0.5);
}
@media screen and (min-width: 768px) {
	footer#colophon .site-info > .container > .row{
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (max-width: 767px) {
	footer#colophon .site-info .container > .row{
		flex-direction: column;
	}
}
footer#colophon .site-info .container > .row > div{
	padding: 0px 15px;
}
@media screen and (max-width: 767px) {
	footer#colophon .site-info .container > .row > div{
		text-align: center;
	}
}
footer#colophon .site-info .site-title{
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.container{
	  max-width: 100%;
	}
}
@media only screen and (min-width: 868px) and (max-width: 992px) {
  .container{
	max-width: 830px;
  }
}
@media only screen and (min-width: 1260px) {
  .container{
	max-width: 1230px;
  }
}
@media only screen and (min-width: 1360px) {
  .container{
	max-width: 1330px;
  }
}
.vc_section[data-vc-full-width] > .vc_row.vc_column-gap-30{
    margin-left: -15px!important;
	margin-right: -15px!important;
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    /*font-size: 95%;*/
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    /*font-size: 90%;*/
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    /*font-size: 85%;*/
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    /*font-size: 80%;*/
  }
  .vc_row.vc_column-gap-30{
    margin-left: -15px!important;
	margin-right: -15px!important;
  }
  .vc_section[data-vc-full-width] > .vc_row.vc_column-gap-30{
    margin-left: 0px!important;
	margin-right: 0px!important;
  }
  .vc_row.vc_column-gap-30 > .vc_column_container{
	padding: 0px!important;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*--------------------------------------------------------------
# Custom styles
--------------------------------------------------------------*/

#content .about-us{
	color: #fff;
	background: #f14f2c url('inc/assets/images/about_us_bg.jpg') no-repeat center center;
	background-size: cover;
}
#content .about-us a{
	color: #fff;
}
@media only screen and (max-width: 768px) {
	#content .about-us .logo{
		float: right;
		max-width: 50%;
	}
}
@media only screen and (min-width: 1200px) {
	#content .about-us .panel{
		margin-top: -50px;
	}
}
@media only screen and (max-width: 768px) {
	#content .about-us .panel{
		max-width: 75%;
	}
}
#content .about-us .vc_btn3{
	color: #fff!important;
	background: transparent none!important;
	border: 2px solid #fff!important;
}
#content .about-us .vc_btn3:hover,
#content .about-us .vc_btn3:focus{
	color: #1d1d1b!important;
	background: #fff none!important;
	border: 2px solid #fff!important;
}
#content .offer{
	color: #5d5d5c;
	background: #fff url('inc/assets/images/offer_bg.jpg') no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	#content .offer{
		background: #fff none;
	}
	#content .offer .right.vc_column_container > .vc_column-inner{
		padding-left: 0;
		padding-right: 0;
	}
}
#content .offer a{
  color: #5d5d5c;
}
#content .owner-investor{
	color: #5d5d5c;
	background: #fff none;
}
#content .owner-investor a{
	color: #5d5d5c;
}
#content .owner-investor .logo{
	max-width: 50%;
}
#content .news{
	color: #5d5d5c;
	background: #fff none;
}
@media only screen and (max-width: 1480px) {
	#content .news .vc_grid{
		padding: 0px 60px;
	}
}
@media only screen and (max-width: 1200px) {
	#content .news .vc_grid{
		padding: 0px 30px;
	}
}
@media only screen and (max-width: 768px) {
	#content .news .vc_grid{
		padding: 0px;
	}
}
@media only screen and (min-width: 768px) {
	.home #content .news .owl-carousel .owl-stage-outer{
		overflow: visible;
	}
	.home #content .news .owl-carousel .owl-item{
		visibility: hidden;
	}
	.home #content .news .owl-carousel .owl-item.active{
		visibility: visible;
	}
}
.home #content .news .vc_grid .vc_pageable-slide-wrapper{
	margin-right: -60px;
}
.home #content .news .vc_grid .vc_grid-item{
	padding-right: 60px;
	padding-bottom: 60px;
}
body:not(.home) #content .news .vc_grid .vc_grid-item{
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #d4d6d8;
}
@media only screen and (max-width: 1480px) {
	.home #content .news .vc_grid .vc_pageable-slide-wrapper{
		margin-right: -30px;
	}
	.home #content .news .vc_grid .vc_grid-item{
		padding-right: 30px;
		padding-bottom: 30px;
	}
	body:not(.home) #content .news .vc_grid .vc_grid-item{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.home #content .news .vc_grid .vc_pageable-slide-wrapper{
		margin-right: -15px;
	}
	.home #content .news .vc_grid .vc_grid-item{
		padding-right: 15px;
		padding-bottom: 30px;
	}
	body:not(.home) #content .news .vc_grid .vc_grid-item{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}
@media only screen and (min-width: 768px) {
	body:not(.home) #content .news .vc_grid .vc_grid-item-zone-c-right .vc_grid-item-mini{
		display: flex;
		align-items: center;
	}
}
body:not(.home) #content .news .vc_grid .vc_grid-item-zone-c-right .vc_gitem-animated-block{
	padding-right: 30px;
	width: 33.3333333333%;
}
body:not(.home) #content .news .vc_grid .vc_grid-item-zone-c-right .vc_gitem-zone-c{
	padding-left: 30px;
	width: 66.6666666666%;
}
@media only screen and (max-width: 1200px) {
	body:not(.home) #content .news .vc_grid .vc_grid-item-zone-c-right .vc_gitem-animated-block{
		padding-right: 15px;
		width: 50%;
	}
	body:not(.home) #content .news .vc_grid .vc_grid-item-zone-c-right .vc_gitem-zone-c{
		padding-left: 15px;
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	body:not(.home) #content .news .vc_grid .vc_grid-item-zone-c-right .vc_gitem-animated-block{
		margin-bottom: 15px;
		padding-right: 0px;
		width: 100%;
	}
	body:not(.home) #content .news .vc_grid .vc_grid-item-zone-c-right .vc_gitem-zone-c{
		padding-left: 0px;
		width: 100%;
	}
}
.home #content .news .vc_grid .vc_grid-item-mini{
	padding: 15px;
	color: rgba(0,0,0,0.7);
	background: #fff none;
	-webkit-box-shadow: 0px 9px 30px 6px rgba(4, 42, 57, 0.17);
	-moz-box-shadow: 0px 9px 30px 6px rgba(4, 42, 57, 0.17);
	box-shadow: 0px 9px 30px 6px rgba(4, 42, 57, 0.17);
}
body:not(.home) #content .news .vc_grid .post-featured{
	border-radius: 10px;
}
.home #content .news .vc_grid .post-featured{
	margin: 0 0 15px 0;
	border-radius: 0px;
}
#content .news .vc_grid .vc_gitem_row .vc_gitem-col{
	padding: 0px;
}
#content .news .vc_grid .post-featured:hover,
#content .news .vc_grid .post-featured:focus{
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#content .news .vc_grid .post-content{
	padding: 0;
}
#content .news .vc_grid .post-title{
	margin: 0 0 15px 0;
}
@media only screen and (max-width: 767px) {
	#content .news .vc_grid .post-title{
		margin-bottom: 15px;
	}
}
#content .news .vc_grid .post-title h3{
	margin: 0 0 15px 0;
	color: #000;
	font-size: 1.25rem;
	font-weight: 500;
}
body:not(.home) #content .news .vc_grid .post-title h3{
	font-size: 1.5625rem;
}
@media only screen and (max-width: 767px) {
	body:not(.home) #content .news .vc_grid .post-title h3{
		font-size: 1.25rem;
	}
}
#content .news .vc_grid .post-title h3 a{
	color: #000;
}
#content .news .vc_grid .post-title h3 a:hover,
#content .news .vc_grid .post-title h3 a:focus{
	color: #f14f2c;
}
#content .news .vc_grid .post-separator{
	margin: 0 0 15px 0;
}
#content .news .vc_grid .post-excerpt{
	color: rgba(0,0,0,0.7);
	font-size: 0.875rem;
	font-weight: 300;
}
body:not(.home) #content .news .vc_grid .post-excerpt{
	font-size: 1rem;
}
#content .news .vc_grid .post-button{
	margin: 0;
}
.home #content .news .vc_grid .post-button .vc_btn3{
	position: relative;
	padding: 0 0 0 20px;
	color: #000!important;
	font-size: 1rem;
	font-weight: 500;
	background: transparent none!important;
	border: 0px none!important;
}
.home #content .news .vc_grid .post-button .vc_btn3 .vc_btn3-icon{
	position: absolue;
	top: 50%;
	left: 0;
	font-size: 1.25rem;
	transform: translateY(-50%);
	color: #f14f2c!important;
}
.home #content .news .vc_grid .post-button .vc_btn3:hover,
.home #content .news .vc_grid .post-button .vc_btn3:focus{
	color: #f14f2c!important;
	background: transparent none!important;
	border: 0px none!important;
}
.home #content .news .vc_grid .post-button .vc_btn3:hover .vc_btn3-icon,
.home #content .news .vc_grid .post-button .vc_btn3:focus .vc_btn3-icon{
	color: #000!important;
}
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav{
	opacity: 1;
}
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev,
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next{
	margin-top: 0;
	color: #e5e5e5;
	font-size: 50px;
	height: 50px;
	line-height: 50px;
	transform: translate(50%, -50%);
}
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev{
	margin-left: -90px;
}
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next{
	margin-right: -90px;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1480px) {
	#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev,
	#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next{
		font-size: 40px;
		height: 40px;
		line-height: 40px;
	}
	#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev{
		margin-left: 0px;
	}
	#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next{
		margin-right: 0px;
	}
}
@media only screen and (max-width: 1200px) {
	#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev,
	#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next{
		font-size: 30px;
		height: 30px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 768px) {
	#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav{
		display: none;
	}
}
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover,
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:focus,
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover,
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:focus{
	color: #f14f2c;
}
#content .news .vc_grid .vc_grid-pagination .vc_grid-pagination-list{
	margin: 30px 0px 0px 0px!important;
}
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots{
	margin: 0px;
}
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span{
	background-color: #e5e5e5!important;
	border-color: #e5e5e5!important;
}
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:hover span,
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:focus span,
#content .news .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot.active span{
	background-color: #0e5cb4!important;
	border-color: #0e5cb4!important;
}
@media only screen and (max-width: 768px) {
	#content .contact .map iframe{
		height: 300px;
	}
}

@media only screen and (min-width: 1200px) {
	#content #primary.content-area.hls{
		padding-left: 30px;
	}
}
#content .wpb_text_column ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .wpb_text_column ul ul{
	margin: 0 0 0 1.875em;
}
#content .wpb_text_column ul li{
	margin-bottom: 10px;
	padding-left: 32px;
	min-height: 20px;
	background: transparent url('inc/assets/images/pointer.png') no-repeat 0px 6px;
}
/*@media only screen and (max-width: 768px) {
	#content .wpb_text_column ul li{
		background-position: 0px 0px;
	}
}*/
#content .wpcf7 p{
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	#content .wpcf7 p{
		margin-bottom: 15px;
	}
}
#content .wpcf7 .acceptances p{
	margin-bottom: 15px;
}
#content .form-control{
	color: #5d5d5c;
	font-size: 0.875rem;
	font-weight: 400;
	padding: .9375rem .9375rem;
	height: calc(1.75em + 1.875rem + 2px);
	background: #fff none;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
@media only screen and (max-width: 768px) {
	#content .form-control{
		padding: .625rem .9375rem;
		height: calc(1.75em + 1.25rem + 2px);
	}
}
#content .form-control:hover,
#content .form-control:focus{
	border: 1px solid #f14f2c;
}
#content .wpcf7 span.wpcf7-list-item{
	margin: 0px;
}
#content textarea.form-control{
	height: 150px;
}
/*#content .wpcf7 .ajax-loader{
	display: block;
}*/
#content .gallery br{
	display: none!important;
}
#content .gallery{
	margin: 0;
}
#content .gallery .gallery-item{
	float: none;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 1200px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 33.3333333333%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 20%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 16.6666666666%!important;
	}
}
@media screen and (max-width: 1200px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 33.3333333333%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 25%!important;
	}
}
@media screen and (max-width: 768px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 50%!important;
	}
}
#content .gallery .gallery-item a{
	position: relative;
	display: block;
}
#content .gallery .gallery-item a:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(241,79,44,0.75) url('inc/assets/images/magnify.png') center center no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
}
#content .gallery .gallery-item a:hover:before,
#content .gallery .gallery-item a:focus:before{
	opacity: 1;
	filter: alpha(opacity=100);
}
#content .gallery .gallery-item a img{
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0px none!important;
}
/*#content .gallery .gallery-item a:not(:hover) img,
#content .gallery .gallery-item a:not(:focus) img{
	-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url('inc/assets/images/grayscale.svg#grayscale');
    filter: gray;
}*/
#content .btn{
	padding: 0.9375em 1.875em;
	color: #fff!important;
	font-size: 1rem;
	font-weight: 500;
	background: #f14f2c none!important;
	background: linear-gradient(90deg, #f9a439 0%, #f14e2c 100%)!important;
	border: 0px none!important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#content .vc_btn3{
	padding: 0.9375em 1.875em;
	color: #fff!important;
	font-size: 1rem;
	font-weight: 500;
	background: #f14f2c none!important;
	background: linear-gradient(90deg, #f9a439 0%, #f14e2c 100%)!important;
	border: 0px none!important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
@media only screen and (max-width: 768px) {
	#content .btn,
	#content .vc_btn3{
		padding: .625em .9375em;
	}
}
#content .vc_btn3.vc_btn3-color-white{
	color: #1d1d1b!important;
	background: #fff none!important;
	border: 2px solid #fff!important;
}
#content .vc_btn3.vc_btn3-color-black{
	color: #fff!important;
	background: #1d1d1b none!important;
	border: 2px solid #1d1d1b!important;
}
#content .btn:hover,
#content .btn:focus{
	color: #fff!important;
	background: #1d1d1b none!important;
	border: 0px none!important;
}
#content .vc_btn3:hover,
#content .vc_btn3:focus{
	color: #fff!important;
	background: #1d1d1b none!important;
	border: 0px none!important;
}
#content .vc_btn3.vc_btn3-color-white:hover,
#content .vc_btn3.vc_btn3-color-white:focus{
	color: #fff!important;
	background: #1d1d1b none!important;
	border: 2px solid #1d1d1b!important;
}
#content .vc_btn3.vc_btn3-color-black:hover,
#content .vc_btn3.vc_btn3-color-black:focus{
	color: #1d1d1b!important;
	background: #fff none!important;
	border: 2px solid #fff!important;
}
#content .pagination{
	margin-top: 1.875em;
	text-align: center;
	font-size: 0.875rem;
	justify-content: center;
}
#content .pagination .page-numbers {
	margin: 0.325em;
	padding: 0.325em 0.9375em;
	color: #fff;
	background: #000 none;
	border: 0px none;
}
#content .pagination .page-numbers:hover,
#content .pagination .page-numbers:focus,
#content .pagination .page-numbers.current{
   color: #fff;
   background: #f14f2c none;
   border: 0px none;
}
.vc_grid-pagination .vc_grid-pagination-list > li > a,
.vc_grid-pagination .vc_grid-pagination-list > li > span{
	margin-left: 10px!important;
	font-size: 12px!important;
	min-width: 26px!important;
	min-height: 24px!important;
}
#wpadminbar{
	position: fixed;
}
#cookie-law-info-bar{
	padding: 10px 0px;
	font-size: 0.875rem;
}
.ult-dual-color-responsive-desktop .ult-adv-heading{
	margin-top: 0!important;
	margin-bottom: 0!important;
}
/* .contact-btn{
	position: fixed;
	bottom: 15px;
	left: 0;
	z-index: 1000;
} */
.contact-btn{
  position: fixed;
  bottom: 95px;
  left: -75px;
  z-index: 1000;
  transform: rotate(-90deg);
}
.contact-btn a {
	padding: 10px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	background: #1d1d1b none;
}
.contact-btn a:hover,
.contact-btn a:focus {
	color: #fff;
	background: #f14f2c none;
}
