/*!
Theme Name: Conosta
Theme URI: 
Author: Dope Theme
Author URI: 
Description: Conosta WordPress theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: conosta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Conosta is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --color_primary: #ff5e14;
  --color_secondary: #0a2959;
  --color_white: #fff;
  --color_black: #000;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body {
  margin: 0;
}

/** Render the `main` element consistently in IE. */
main {
  display: block;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button,
input {
  overflow: visible;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  text-transform: none;
}

/** Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/** Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/* Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template {
  display: none;
}

/** Add the correct display in IE 10. */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Roboto";
}

h1 {
  margin: 0;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
.header-top {
  padding: 8px 0;
  background: var(--color_secondary);
}

.header-top li span {
  font-family: "Roboto" !important;
}

.header-top a,
.header-top span {
  color: #fff !important;
  font-size: 14px;
}

.header-top .header-social-links {
  text-align: right;
}

.header-top .header-social-links li {
  display: inline-block;
}

.header-top .header-social-links li a {
  margin-left: 10px;
  border-radius: 50%;
  background: var(--color_primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-top .header-social-links li a svg {
  width: 14px;
  fill: #fff;
}

.header-top .header-social-links li a:hover {
  background: #fff !important;
  color: var(--color_primary) !important;
}

.header-top .header-social-links li a:hover svg {
  fill: #000;
}

@media (max-width: 991px) {
  .header-top-left {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .header-top-left li:first-child {
    margin-right: 10px;
  }

  .header-top-left li a {
    background: var(--color_primary);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-top-left li a span {
    display: none;
  }

  .conosta-address {
    display: none;
  }
}

body {
  background: #fff;
}

.site-container {
  padding: 30px 0;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: none;
  margin-bottom: 0 !important;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

.site-footer {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  color: var(--color_white);
}

.site-footer .overlay {
  background: #0a2959;
  opacity: 0.8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.footer-widget-section {
  padding: 100px 0;
}

.footer-widget-section .footer-our-services li a {
  display: block;
  color: var(--color_white);
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Roboto";
}

.footer-widget-section .footer-our-services li a:hover {
  color: var(--color_primary);
}

.footer-widget-section .footer-contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.footer-widget-section .footer-contact li:hover a,
.footer-widget-section .footer-contact li:hover i {
  color: var(--color_primary);
}

.footer-widget-section .footer-contact li i {
  margin-right: 10px;
  margin-top: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-widget-section .footer-contact li a {
  font-family: "Roboto";
  color: var(--color_white);
  margin-bottom: 10px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-widget-section .footer-social-links li {
  display: inline-block;
  margin-top: 5px;
}

.footer-widget-section .footer-social-links li a {
  background: var(--color_white);
  color: var(--color_secondary);
  width: 35px;
  height: 35px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
}

.footer-widget-section .footer-social-links li a svg {
  width: 14px;
}

.footer-widget-section .footer-social-links li a:hover {
  background: var(--color_primary);
}

.footer-widget-section .footer-social-links li a:hover svg {
  fill: var(--color_white);
}

.footer_widget .widget-title {
  font-size: 25px;
  margin-bottom: 20px;
  color: var(--color_white);
}

.footer_widget .menu li {
  margin-bottom: 10px;
}

.footer_widget .menu li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--color_white);
  font-family: "Roboto";
}

.footer_widget .menu li a:hover {
  color: var(--color_primary);
}

.footer-bottom .site-info {
  padding: 20px 0;
  border-top: 1px solid #ffffff2e;
  font-family: "Roboto";
}

/* Links
--------------------------------------------- */
a {
  color: var(--color_secondary);
  text-decoration: none;
}

a:visited {
  color: var(--color_secondary);
}

a:hover,
a:focus,
a:active {
  color: var(--color_secondary);
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

#page{
	position:relative;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.header-top{
	margin-bottom:120px;
}
.site-header {
  background: #ebf6ff;
	background: #ebf6ff;
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.site-header .container {
  position: relative;
}

.fixed-header {
  background: #ebf6ff !important;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.opened-menu {
  position: relative;
  display: none;
  cursor: pointer;
  width: 1.5rem;
  height: 0.8rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.opened-menu span {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: #000;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.opened-menu span:nth-child(1) {
  top: 0;
  width: 55%;
}

.opened-menu span:nth-child(2) {
  top: 0.4rem;
}

.opened-menu span:nth-child(3) {
  top: 0.8rem;
  width: 65%;
}

.closed-menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  outline: none;
  background: none;
}

.closed-menu img.closed-icon {
  display: block;
  width: 1rem;
  height: auto;
}

.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.main-navigation .site-description {
  margin-bottom: 0;
}

.main-navigation ul {
  margin: 0;
}

.main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "Roboto";
  font-weight: 600;
}

.main-navigation ul a {
  color: #000;
  display: block;
}

.main-navigation ul > li > a {
  padding: 20px 30px;
  display: inline-block;
  position: relative;
}

.main-navigation ul > li:last-child a {
  padding-right: 0px;
}

@media (min-width: 1200px) {
  .main-navigation ul > .menu-item-has-children:hover > .sub-menu {
    display: block;
    position: absolute;
  }

  .main-navigation ul > .menu-item-has-children > a:after {
    margin-left: 12px;
    position: absolute;
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    padding: 3px;
    display: inline-block;
    top: 46%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
}

.main-navigation ul .mobile-icondown:hover {
  cursor: pointer;
}

.main-navigation ul .mobile-icondown:after {
  margin-left: 12px;
  position: absolute;
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
  display: inline-block;
  top: 46%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  left: 10%;
}

.main-navigation ul .sub-menu {
  z-index: 9999;
  position: absolute;
  visibility: hidden;
  background: #ebf6ff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 4px;
  width: 200px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.main-navigation ul .sub-menu li {
  padding: 8px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-navigation ul .sub-menu li:hover {
  padding-left: 22px;
}

.main-navigation ul .menu-item-has-children {
  position: relative;
}

@media (min-width: 1200px) {
  .main-navigation ul .menu-item-has-children:hover > .sub-menu {
    margin-top: 0px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.main-navigation ul .menu-item-has-children .menu-item-has-children:after {
  margin-left: 12px;
  position: absolute;
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
  display: inline-block;
  top: 48%;
  right: 11px;
  transform: translate(-50%, -50%) rotate(315deg);
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
}

@media (min-width: 1200px) {
  .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }

  .fixed-header {
    -webkit-animation: fadeInDown 0.5s ease;
    animation: fadeInDown 0.5s ease;
  }
}

@media (max-width: 1199px) {
  .opened-menu {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 50%;
        transform: translateY(-50%);
    right: 15px;
  }

  .site-header {
    /*padding: 10px 0;*/
  }

  .site-header .menu-overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .site-header .main-navigation {
    position: fixed;
    top: 0;
    left: -18rem;
    width: 18rem;
    height: 100%;
    padding: 4rem 0;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .site-header .main-navigation.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }

  .site-header .main-navigation::-webkit-scrollbar {
    width: 5px;
  }

  .site-header .main-navigation::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #e6e5e5;
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  }

  .site-header .main-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header .main-navigation ul li {
    border-bottom: 1px solid #ebebeb;
  }

  .site-header .main-navigation ul li a {
    padding: 12px 25px;
  }

  .site-header .main-navigation ul .sub-menu {
    margin-top: 0;
    top: auto;
    left: auto;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
    padding: 0;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
  }

  .site-header .main-navigation ul .sub-menu li {
    padding: 0;
    padding-left: 10px;
  }

  .site-header .main-navigation ul .sub-menu li:last-child {
    border-bottom: none;
  }

  .site-header .main-navigation .active .sub-menu {
    border-top: 1px solid #ebebeb !important;
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .site-header .main-navigation .active > .sub-menu {
    max-height: 100%;
    -webkit-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
  }

  .site-header .main-navigation .menu-item-has-children a:after {
    display: none !important;
  }

  .site-header
    .main-navigation
    .menu-item-has-children
    .menu-item-has-children::after {
    display: none;
  }

  .site-header .opened-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .site-header .mobile-icondown {
    background: #f4f4f4;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 10px;
    top: 25px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 6px;
    z-index: 999;
  }

  .site-header .closed-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 1.5rem;
    right: 1.5rem;
    background: #f6f6f6;
  }

  .site-header .closed-menu:before,
  .site-header .closed-menu:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: #000;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 420ms;
    transition: all 420ms;
    content: "";
  }

  .site-header .closed-menu:after {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.entry-content ul {
  padding: 0;
}

.entry-content ol {
  padding-left: 15px;
}

.updated:not(.published) {
  display: none;
}

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

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

.page-title {
  color: var(--color_secondary);
}

.entry-readmore {
  padding: 10px 25px;
  background: var(--color_primary);
  color: var(--color_white);
  border-radius: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.entry-readmore:active,
.entry-readmore:visited {
  background: var(--color_primary);
  color: var(--color_white);
}

.entry-readmore:hover {
  background: var(--color_secondary);
  color: var(--color_white);
}

.post {
  margin-bottom: 25px;
}

.page article,
.blog .post,
.blog .page,
.search .post,
.search .page,
.archive .post,
.archive .page,
.search .post,
.search .page {
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.page article,
.blog .page,
.blog .post .entry-content,
.blog .page .entry-content,
.search .post .entry-content,
.search .page .entry-content,
.archive .post .entry-content,
.archive .page .entry-content,
.search .post .entry-content,
.search .page .entry-content {
  padding: 30px;
  margin-top: 0;
}

.single .entry-content {
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 30px;
  margin-top: 0;
}

.page article {
  margin-bottom: 1.5em;
}

/* .page .site-main {
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 30px;
  margin-top: 0;
} */

.archive .page-header,
.search .page-header {
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 30px;
  margin-bottom: 30px;
}

.entry-header {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-thumbnail img {
  width: 100%;
}

.entry-title {
  color: var(--color_secondary);
  margin-bottom: 10px;
}

.entry-meta {
  margin-bottom: 10px;
}

.entry-meta .posted-on {
  margin-left: 10px;
}

.dope-pagination .page-numbers {
  background: #f4f4f4;
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dope-pagination .page-numbers:hover {
  background: var(--color_primary) !important;
  color: #fff !important;
}

.dope-pagination .current {
  background: var(--color_primary) !important;
  color: #fff !important;
}

.post-navigation .nav-links {
  background: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 30px;
  margin-bottom: 30px;
}

.post-navigation .nav-links .nav-subtitle {
  font-weight: 600;
}

.post-navigation .nav-links .nav-title {
  word-break: break-word;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 50%;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  color: var(--color_black);
}

.post-navigation .nav-links .nav-previous .nav-title,
.post-navigation .nav-links .nav-next .nav-title {
  color: var(--color_secondary);
}

.post-navigation .nav-links .nav-previous {
  text-align: left;
}

.post-navigation .nav-links .nav-next {
  text-align: right;
}

.page-header-section {
  padding: 100px 0;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.page-header-section .container {
  position: relative;
}

.page-header-section:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #32486a;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}

.page-header-section h1 {
  color: #fff !important;
}

.conosta-breadcrumbs {
  text-align: right;
}

.breadcrumbs__link {
  color: var(--color_primary) !important;
}

.breadcrumbs__separator,
.conosta-breadcrumbs a,
.breadcrumbs__current {
  color: #fff;
  font-size: 16px;
}

/* Comments
--------------------------------------------- */
.comments-area {
  background: var(--color_white);
  border-radius: 6px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 30px;
  margin-bottom: 30px;
}

.comments-area .submit {
  padding: 15px 25px;
  background: var(--color_primary);
  color: var(--color_white);
  border-radius: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}

.comment-form-author input[type="text"],
.comment-form-author input[type="email"],
.comment-form-author input[type="url"],
.comment-form-email input[type="text"],
.comment-form-email input[type="email"],
.comment-form-email input[type="url"],
.comment-form-url input[type="text"],
.comment-form-url input[type="email"],
.comment-form-url input[type="url"],
.comment-form-comment input[type="text"],
.comment-form-comment input[type="email"],
.comment-form-comment input[type="url"] {
  width: 100%;
  padding: 8px 12px;
}

.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  padding: 8px 12px;
}

.comment-form .form-submit {
  margin-bottom: 0;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comments-area > .comment-list-wap {
  border-radius: 0;
  background-color: #fff;
  padding: 40px 80px;
  margin-bottom: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .comments-area > .comment-list-wap {
    padding: 40px;
  }
}

#comments {
  clear: both;
}

.comments-title {
  margin-bottom: 0.5em;
}

.comment-list {
  margin: 0 0 3em;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}

.comment-list li {
  list-style: none;
}

.comment-list .children {
  margin: 0;
  padding: 0;
  margin-left: 4em !important;
}

@media (max-width: 991px) {
  .comment-list .children {
    margin-left: 1em !important;
  }
}

.comment-list > li:last-child article {
  margin-bottom: 0;
}

.comment-list li.comment {
  border-top: 1px solid #e5e5e5;
  padding-top: 2em;
}

.comment-list li:before {
  display: none;
}

.comment-list .depth-1 > article {
  margin-left: 0;
}

.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: 700;
  display: block;
}

.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
  font-weight: 500;
}

.comment-body + .comment-respond {
  padding: 30px;
  background: #f8f8f8;
  position: relative;
  margin-bottom: 1.5em;
  border-radius: 6px;
}

.comment-body .avatar,
.comment_container .avatar {
  height: 50px;
  width: 50px;
  left: -65px;
  position: absolute;
  min-width: 50px;
}

.comment-body .says,
.comment_container .says {
  display: none;
}

.comment_container,
article.comment-body {
  margin-bottom: 2em;
}

.comment-content > ol,
.comment-content > ul {
  padding-left: 1.35em;
}

.comment-author {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

.comment-author .avatar {
  border-radius: 50%;
}

.comment-content,
.comment-meta,
.reply {
  margin-left: 65px;
}

.comment-metadata {
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}

.comment-metadata a.comment-edit-link {
  margin-left: 1em;
}

.comment-reply-link {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  background: var(--color_primary);
  color: #fff !important;
  padding: 2px 10px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 6px;
}

.comment-reply-link .icon {
  left: -2em;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
}

#cancel-comment-reply-link {
  text-transform: capitalize;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 10px;
}

#cancel-comment-reply-link:before {
  margin-right: 3px;
  font-family: IcoFont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ef10";
  display: inline-block;
}

.comment-metadata a.comment-edit-link:before {
  margin-right: 3px;
  font-family: IcoFont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ef10";
  display: inline-block;
}

.comments-pagination {
  margin: 2em 0 3em;
}

/** Comment Form */
.comment-form {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.comment-form > p {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 10px;
}

.comment-form > p.comment-notes {
  margin-bottom: 20px;
}

.comment-form .comment-form-comment {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.comment-form .form-submit {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 20px;
}

.comment-form textarea {
  border-top: 1px solid #e5e5e5;
}

.comment-form .required {
  color: red;
}

.comment-form a {
  text-decoration: underline;
}

.comment-content table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

.comment-content table td,
.comment-content table th {
  border: 1px solid #e5e5e5;
  padding: 0.6em;
}

.comment-content table thead th {
  padding-bottom: 0.5em;
  background-color: #222a35;
  color: #b8bdc8;
  border-color: #2e3744;
}

.comment-content table th {
  font-weight: 500;
}

.comment-content table tr {
  border-bottom: 1px solid #e5e5e5;
}

.comment-content table tbody > tr {
  color: #7d8794;
  background-color: #f5f6fa;
}

.comment-content table tbody > tr:nth-child(odd) {
  background-color: rgba(245, 246, 250, 0.7);
  background-color: #e8eaed;
}

.comment-content table th {
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
  padding-bottom: 0.5em;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-respond .comment-reply-title {
  margin-bottom: 0.5em;
}

.comment-form-cookies-consent {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.comment-form-cookies-consent label {
  font-weight: inherit !important;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 6px;
  padding: 30px;
}

.widget select {
  max-width: 100%;
}

.widget .tag-cloud-link {
  background: var(--color_secondary);
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget .tag-cloud-link:hover {
  background: var(--color_primary);
}

.widget-title {
  color: var(--color_secondary);
  position: relative;
  margin-bottom: 20px;
}

#secondary .widget-title {
  font-size: 28px;
}

#secondary .widget-title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background: var(--color_primary);
  position: absolute;
  bottom: -5px;
}

.widget_search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget_search label {
  width: 70%;
}

.widget_search label input {
  width: 100%;
  padding: 5px 10px;
}

.widget_search input[type="submit"] {
  background: var(--color_primary);
  color: var(--color_white);
  border: none;
  padding: 10px 15px;
}

@media (max-width: 991px) {
  .sidebar-widget-area {
    margin-top: 30px;
  }
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
/*
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}
*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #4169e1;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.conosta-form .wpcf7-form-control {
  padding: 10px !important;
}

.conosta-form .conosta-btn {
  background: var(--color_secondary);
  color: #fff;
  padding: 15px 30px !important;
  border-radius: 6px;
  border: none;
  transition: 0.5s;
}

.conosta-form .conosta-btn:hover {
  background: var(--color_black);
}


.elementor-widget-text-editor ul{
	list-style: disc;
    padding-left: 20px;
	margin-bottom: 15px!important;
}
.elementor-widget-text-editor ul li{
	margin-bottom:6px;
}

.conosta-project .filter-buttons{
	display:none;
}

.elementor-widget-conosta-infobox, .elementor-widget-conosta-infobox .elementor-widget-container, .conosta-infobox-wrapper{
	height:100%;
}

.custom-map, .custom-map div{
	height:100%;
}

.header-top .pum-trigger{
	font-size:17px;
	float:right;
	transition: ease-in .3s;
}
.header-top .pum-trigger:hover{
	color: #dfdfdf !important;
}
.wpcf7-not-valid-tip{
	margin-top:6px;
}
.wpcf7-spinner{
	position: absolute;
	margin-top: 10px;
}

.conosta-project .isotope-item a{
	pointer-events: none;
}

