/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 6.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> 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;
  padding-bottom: 0px;    
  background:#efecec!important;
}

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 {
  background-color: transparent;
}

a:active,
a:hover {
  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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

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 {
  background: #fff;
  /* 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;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

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

body:not(.theme-preset-active) #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;
}
body:not(.theme-preset-active) #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) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #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;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

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

.dropdown-menu .dropdown-item {
  
  color: #000;
}

.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-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

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

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@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: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .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 #ddd;
  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;
}

/*--------------------------------------------------------------
# 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-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.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: 900;
}

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 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: 4rem;
}

.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 {
  display: none;
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

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

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* Custom */


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

span.mdc-floating-label.mdc-floating-label--float-above {
    color:green!important;
}

.mdc-text-field--normal input {
    height: 49px!important;
}


/* radio GF */

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
margin: 0px 0 !important;
}

.gform_wrapper .gfield_required {
display: none !important;
}

.gform_wrapper .gfield_radio li input[type=radio] {
    display: none;
}

/* gravityview */

table.dataTable thead {
  background-color: #585e6a;
    color:#fff;
    font-size:14px;
    text-align: center;
}

div.dt-button-collection button.dt-button.active:not(.disabled) {
    background-color: #585e6a !important;
    color:#fff!important;
    box-shadow: inset 0px 0px 0px #666!important;
}

div.dt-button-collection button.dt-button.active:(.disabled) {
    box-shadow: inset 1px 1px 3px #666!important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 15px 10px;
  font-size: 14px;
    text-align: center;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
  font-size: 11px;
  text-align: center;
  color: #5f5f5f;
}

/* Form */

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: auto;
  width: 100%!important;
}

#field_24_1, #field_24_4 {
  display: none;
}

.gpnf-nested-entries th {
  background-color: #585e6a!important;
  border-color: #585e6a!important;
  font-size: .9em;
  text-align: left;
  color: #fff;
}

/* Buttonize Radio & Checkbox Fields */
 .gform_wrapper .gfield.buttonized .gfield_radio .gchoice,
 .gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice {
    position: relative;
    text-align: center;
 }
 .gform_wrapper .gfield.buttonized input[type="radio"],
 .gform_wrapper .gfield.buttonized input[type="checkbox"] {
    position: absolute;
    left: -9999px;
 }
 .gform_wrapper .gfield.buttonized .gfield_radio label,
 .gform_wrapper .gfield.buttonized .gfield_checkbox label {
    display: block !important;
    position: relative;
    max-width: 100%;
    padding: 0.2em 0.5em;
    font-size: 20px;
    border: 2px solid #cfcfcf;
    background-color: #cfcfcf;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);     
    color: rgba(0, 0, 0, 0.6);     
   
 }
 .gform_wrapper .gfield.buttonized input[type="radio"]:focus+label,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:focus+label {
    border-color: #040404;
 }
 .gform_wrapper .gfield.buttonized input[type="radio"]:checked+label,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label {
    /*border-color: #4e9f2e;*/
     border-color:#585e6a;
    overflow: hidden;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;  
     /*background-color: #a5dc86;*/
     background-color:#585e6a;
     color:#fff;
	 box-shadow: none;

 }

.gform_wrapper .gfield.buttonized .gchoice:first-of-type {
	border-radius: 4px 0 0 4px;
}

.gform_wrapper .gfield.buttonized .gchoice:last-of-type {
	border-radius: 0 4px 4px 0;
}

 /*.gform_wrapper .gfield.buttonized input[type="radio"]:checked+label::before,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label::before {
    content: '';
    display: block;
    position: absolute;
    top: -.75em;
    right: -.75em;
    left: auto;
    width: 1.5em;
    height: 1.5em;
    background-color: #4e9f2e;
    border-radius: 0;
    border: 0;
    transform: rotate(45deg);
 }*/
 .gform_wrapper .gfield.buttonized .gfield_radio label::before,
 .gform_wrapper .gfield.buttonized .gfield_checkbox label::before {
    display: none;
 }

/* Layout Buttonized Inputs As Grid */
 .gform_wrapper .gfield.buttonized .gfield_radio,
 .gform_wrapper .gfield.buttonized .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat( 2, 1fr );
    /*grid-gap: .5em 1em;*/
 }
     

select, input {
font-size: 15px;
margin-bottom: 0;
margin-top: 0;
padding: 8px;
background-color:#fff;
background:#fff;    
border:1px solid #3c4048;   
border-radius:2px;    
}
     
     /* custom gravity button style */
     
     
.button {
     
position: relative;
max-width: 100%;
padding: 0.5em 2em;
font-size: 20px;
border: 2px solid #cfcfcf;
background-color: #cfcfcf;
cursor: pointer;
border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
color: rgba(0, 0, 0, 0.6);
border-color: #585e6a;
overflow: hidden;
-webkit-transition: background-color 200ms linear;
-ms-transition: background-color 200ms linear;
transition: background-color 200ms linear;
background-color: #585e6a;
color: #fff;
box-shadow: none;   
border-radius: 0px;    
    }     

.button:hover {
    background-color: #3c4048;
    
}

/* gravity form footer button align */


.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 6px 0 0;
  padding: 16px 0;
  
  float: right;    
}


/* gv cutoms button */


button, html input[type="button"], input[type="reset"], input[type="submit"] {
position: relative;
max-width: 100%;
padding: 0.5em 2em;
font-size: 20px;
border: 2px solid #cfcfcf;
background-color: #cfcfcf;
cursor: pointer;
border: 1px solid rgba(0, 0, 0, 0.2);
 border-top-color: rgba(0, 0, 0, 0.2);
 border-right-color: rgba(0, 0, 0, 0.2);
 border-bottom-color: rgba(0, 0, 0, 0.2);
 border-left-color: rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
color: rgba(0, 0, 0, 0.6);
border-color: #585e6a;
overflow: hidden;
-webkit-transition: background-color 200ms linear;
-ms-transition: background-color 200ms linear;
transition: background-color 200ms linear;
background-color: #585e6a;
color: #fff;
box-shadow: none;   
border-radius: 0px;    
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color:#fff;
}

#publishing-action input {
    margin-bottom:0px;
}

#publishing-action .gv-button-cancel:hover {
    background-color:#930026;
    color:#fff;
}

#publishing-action .gv-button-update:hover {
    background-color:#307701;
    color:#fff;
    
}



.gv-search-clear {
margin: 0 3%;

}

.gv-search-clear:hover {
    background-color:#930026;
    color:#fff; 
    text-decoration: none;
}

#publishing-action .gv-button-delete {
    display:none;
}

/* datatables gv style */

.dataTables_wrapper a {
    color:#000;
    
}

.gv-datatables .far.fa-edit {
  font-size: 1.2em;
}

.gv-datatables {
  padding-top: 25px;
  padding-bottom: 50px;
}

.gv-back-link a{
position: relative;
max-width: 100%;
padding: 0.5em 2em;
font-size: 15px;
border: 2px solid #cfcfcf;
background-color: # cfcfcf;
cursor: pointer;
border: 1px solid rgba(0, 0, 0, 0.2);
 border-top-color: rgba(0, 0, 0, 0.2);
 border-right-color: rgba(0, 0, 0, 0.2);
 border-bottom-color: rgba(0, 0, 0, 0.2);
 border-left-color: rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
color: rgba(0, 0, 0, 0.6);
border-color: #585e6a;
overflow: hidden;
-webkit-transition: background-color 200ms linear;
-ms-transition: background-color 200ms linear;
transition: background-color 200ms linear;
background-color: #585e6a;
color: #fff;
box-shadow: none;   
border-radius: 0px; 
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.2em 0.7em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff !important;
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button {
    background: #fff!important;
}

button.dt-button:hover, div.dt-button:hover, a.dt-button:hover, input.dt-button:hover {
    background: #585e6a!important;
    color:#fff;
}

.dataTables_wrapper .dataTables_length {
  float: right;
}

/* edit entry gv view */


.edit-entry-oswiadczenie-laureata-wrapper {
    padding:0em 1em 1em 1em;
    background-color:#f8f8f8;
}

.edit-entry-oswiadczenie-laureata-picture-wrapper {
    padding:0em 1em 1em 1em;
    background-color:#f8f8f8;
	max-width:340px;
}

.edit-entry-import-data-wrapper {
    padding:0em 1em 1em 1em;
    background-color:#ededed;
}

.edit-entry-header-title {
  background-color: #585e6a;
  color: #fff;
  padding: 10px 10px 10px 10px;
  margin-left: -15px;
  margin-right: -15px;
  }

/* custom mano */

.content-area {
  width: 100%;
  min-height:600px;
}

.sa-rozne {
    color:red;
}

.modal-header {
    border-bottom: none;
}

.page-template-winner #content.site-content {
  padding-bottom: 0rem;
  padding-top: 0rem;
}

/* oswiadczenie */



.oswiadczenie-laureata-form-main-title {
  font-size: 2.5rem;
  padding-bottom: 10px;
  font-family: 'Montserrat';
  font-weight: 800;
}

.oswiadczenie-laureata-form-main-title span { 
color:#66c805;
}

.oswiadczenie-laureata-form-main-subtitle {
font-size: 1.4rem;
  padding-bottom: 10px;
  font-family: 'Montserrat';
  font-weight: 400;
}

.oswiadczenie-laureata-form-main-subtitle a {
color:#66c805;
text-decoration:underline;
}

#field_36_15,
#field_41_15{
  max-width: 530px;
  padding-top: 50px;
}

#gfield_description_36_11,
#gfield_description_41_11{
  padding-top: 5px;
  margin-left: 15px;
  font-size: 0.8rem;
}

#gform_multifile_messages_36_14,
#gform_multifile_messages_41_14{
  display: none;
}

#gform_wrapper_36.gform_wrapper.gravity-theme .gfield.gfield--width-full,
#gform_wrapper_41.gform_wrapper.gravity-theme .gfield.gfield--width-full{

  margin: 0 auto!important;
}

#gform_wrapper_36.gform_wrapper.gravity-theme .gform_footer,
#gform_wrapper_41.gform_wrapper.gravity-theme .gform_footer{
  margin-top:50px;
  float: none;
}


#gform_wrapper_36.gform_wrapper.gravity-theme .gform_footer input,
#gform_wrapper_41.gform_wrapper.gravity-theme .gform_footer input{
    background-color:green;
    margin: 0 auto;
}

#gform_36_validation_container,
#gform_41_validation_container{
    display:none;
}

#gv-logo {

  display: none;
}

.gv-license-warning {
    display:none;
}

/* gv singel entry view */

#gv-field-33-custom th {
    display:none;
}

.gv-search-box.gv-search-field-select {
  text-align: right;
}

.entry-footer .edit-link {
  display: none;
}

#colophon {
  display: none;
}

.dashicons, .dashicons-before::before {

  color: #000;
}

.rotate-button-view {
    float:right;
    margin-top: 5px;
}

input[readonly] {
  opacity: 0.4;
  pointer-events:none;
}

/* formularz zgloszeniowy */

#formularz {
  max-width: 400px;
  margin: 0 auto;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #05b01d;
  outline: 0;
  box-shadow: 0 0 0 .1rem rgba(5,176,29,1);
}

#formularz .btn.btn-secondary {
  padding: 10px 40px 10px 40px;
}

#formularz .btn-secondary:hover {
  color: #fff;
  background-color: #05b01d;
  border-color: #05b01d;
}

/* unique footer */

header#masthead {
  border-bottom: 0px solid #087122;
}

.footer {
  padding: 18px 0;
  
}

.fatfooter {
  padding-top: 30px;
  padding-bottom: 40px;
}

.fatfooter address {
  background: url(data:image/webp;base64,UklGRiICAABXRUJQVlA4WAoAAAAQAAAANQAANQAAQUxQSI8AAAANgGJt27LowV2SSyRySBwSC9AF+BKI7u4kpxJZgk2cM9ldFuA+lT+9X58TERMATicfZI//wK3shkDYvs4f77kXIC325odLwDQDdfFkcYgq6Iu7CWmQAbi+bGDSoWNDjX8cvmiZ+Lk3SFk4/TjwM3D9hHJaTC8NHDdnSmpFAFiVRx5Sl0lw3scfXVoyX0fYBwBWUDggbAEAANAKAJ0BKjYANgA+LRKGQqGhDX3TmAwBYlpABOWq6usBQLMTXoDZ2fpHUADvszXuZrNbnz2CZQmmwhwQoCB4K9qa5301cXCXZQrE5mqzInBUivbX5XbV6QytxS8lsd0AAP7yocbetsPPbd41DRFrCVB/qS9J5+QH3xT+B5qd7FoF05fnktk2pOtYlk6rRlIa/oPYvzIKTxNXJPzIHf/4wuZFhfrtcT9H1fiIFlA3/HWqTHV183uWmMcLr+Mp96zNnkyVubLI/l0TX1icWI+xo1tuJOqtZltFM6zWkYvsge3rjgQvS2kxPDam8WHzKBG5roISd6g3n2sPQFVbWYHOciGKh8BmoYj5K9lYktqlTghenCD19oLiRVB7JRBS5PcNDxsNcV0rjUZBqdeVsdnyD7cfWWYGZjc0OAywgrHc05AclX9NuKAFJdlHttCsNYS9xOHF3Za7jIMkQWlqCxdhSCTZxgVe09UYjIAAAAA=) no-repeat left center;
  padding-left: 64px;
  font-style: normal;
  min-height: 54px;
  font-size: 13px;
}

.bg-gray {
  background-color: #333!important;
  position: relative;
  color: #fff!important;
}

.fatfooter .logos {
  font-family: "Arial Narrow",Arial,Tahoma,Verdana;
  font-size: 16px;
}

nav {
  display: block;
}

.menu-footer a {
  font-family: HelveticaLTPro-Condensed;
}

.menu-footer a {
  display: block;
  font-family: "Arial Narrow",Arial,Tahoma,Verdana;
  font-size: 16px;
  padding-bottom: .8em;
}

.bg-gray a, .bg-dark-gray a, .bg-green a, .bg-lime a {
  color: #fff;
}


.bg-dark-gray {
  background-color: #232323;
  position: relative;
  color: #fff;
  font-size: 12px;
}




/* modal */

.text-underline {
    text-decoration: underline;
}

#message-text .fa {
  font-size: 4rem;
  margin-bottom: 2rem;
}

.green-modal {
    color:#fff;
    font-size: 1.2rem;
    border: 1px solid #fff;
    background: rgb(99,222,26);
    background: -moz-linear-gradient(180deg, rgba(99,222,26,1) 0%, rgba(0,173,29,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(99,222,26,1) 0%, rgba(0,173,29,1) 100%);
    background: linear-gradient(180deg, rgba(99,222,26,1) 0%, rgba(0,173,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63de1a",endColorstr="#00ad1d",GradientType=1);
}

.green-modal .close {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0px 0 #fff;
  opacity: 1;
}



/* custom mano fonts */


@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inc/assets/fonts/Montserrat-Regular.eot'); /* IE9 */
  src: url('inc/assets/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('inc/assets/fonts/Montserrat-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-Regular.woff') format('woff'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('inc/assets/fonts/Montserrat-Regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('inc/assets/fonts/Montserrat-800.eot'); /* IE9 */
  src: url('inc/assets/fonts/Montserrat-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('inc/assets/fonts/Montserrat-800.woff2') format('woff2'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-800.woff') format('woff'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('inc/assets/fonts/Montserrat-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('inc/assets/fonts/Montserrat-900.eot'); /* IE9 */
  src: url('inc/assets/fonts/Montserrat-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('inc/assets/fonts/Montserrat-900.woff2') format('woff2'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-900.woff') format('woff'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('inc/assets/fonts/Montserrat-900.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inc/assets/fonts/Montserrat-600.eot'); /* IE9 */
  src: url('inc/assets/fonts/Montserrat-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('inc/assets/fonts/Montserrat-600.woff2') format('woff2'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-600.woff') format('woff'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('inc/assets/fonts/Montserrat-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('inc/assets/fonts/Montserrat-700.eot'); /* IE9 */
  src: url('inc/assets/fonts/Montserrat-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('inc/assets/fonts/Montserrat-700.woff2') format('woff2'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-700.woff') format('woff'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('inc/assets/fonts/Montserrat-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inc/assets/fonts/Montserrat-500.eot'); /* IE9 */
  src: url('inc/assets/fonts/Montserrat-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('inc/assets/fonts/Montserrat-500.woff2') format('woff2'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-500.woff') format('woff'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('inc/assets/fonts/Montserrat-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('inc/assets/fonts/Montserrat-100.eot'); /* IE9 */
  src: url('inc/assets/fonts/Montserrat-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('inc/assets/fonts/Montserrat-100.woff2') format('woff2'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-100.woff') format('woff'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('inc/assets/fonts/Montserrat-100.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('inc/assets/fonts/Montserrat-200.eot'); /* IE9 */
  src: url('inc/assets/fonts/Montserrat-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('inc/assets/fonts/Montserrat-200.woff2') format('woff2'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-200.woff') format('woff'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('inc/assets/fonts/Montserrat-200.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('inc/assets/fonts/Montserrat-300.eot'); /* IE9 */
  src: url('inc/assets/fonts/Montserrat-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('inc/assets/fonts/Montserrat-300.woff2') format('woff2'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-300.woff') format('woff'), /* Modern Browsers */
    url('inc/assets/fonts/Montserrat-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('inc/assets/fonts/Montserrat-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}



/* from uniqueone */

.page-footer__columns--column h6 {
  color: #6e6e6e;
  margin-top:0px;
}

.page-footer__socials > ul > li > a {
  color: #000;
}

.page-footer a {
  color: #6e6e6e;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 576px) {
  .page-footer a {
    text-align:left
  }
}


.page-footer__nav ul {
	padding-left:0px;
}

.page-footer {
  width:100%;
  padding:50px 0;
  color:#6e6e6e;
  background-color:#000;
  font-size:14px;
  text-align:center
}
@media (min-width: 576px) {
  .page-footer {
    text-align:left
  }
}
@media (min-width: 1920px) {
  .page-footer {
    font-size:16px;
    padding:75px 0
  }
}
@media (min-width: 3840px) {
  .page-footer {
    font-size:32px;
    padding:150px 0
  }
}
.page-footer__inner {
  display:flex;
  flex-flow:row wrap
}
@media (min-width: 1200px) {
  .page-footer__inner {
    max-width:1080px;
    margin:0 auto
  }
}
@media (min-width: 1920px) {
  .page-footer__inner {
    max-width:1480px
  }
}
@media (min-width: 3840px) {
  .page-footer__inner {
    max-width:2960px
  }
}
.page-footer__left {
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background-repeat:no-repeat
}
@media (min-width: 576px) {
  .page-footer__left {
    width:190px;
    border-right:1px solid #67c805
  }
}
@media (min-width: 1920px) {
  .page-footer__left {
    width:250px
  }
}
@media (min-width: 3840px) {
  .page-footer__left {
    width:500px
  }
}
.page-footer__nav {
  width:100%;
  text-transform:uppercase
}
.page-footer__nav a {
  padding:3px 0;
  display:block
}
.page-footer__nav a:hover {
  color:#67c805
}
.page-footer__logo {
  padding:50px 0
}
@media (min-width: 576px) {
  .page-footer__logo {
    padding:0
  }
}
.page-footer__logo>a {
  display:block;
  width:150px;
  margin:0 auto
}
@media (min-width: 576px) {
  .page-footer__logo>a {
    margin:0
  }
}
@media (min-width: 3840px) {
  .page-footer__logo>a {
    width:290px
  }
}
.page-footer__logo>a>img {
  display:block;
  width:100%;
  height:auto;
  transition:all .35s ease
}
.page-footer__logo>a:hover>img {
  transform:scale(0.9)
}
.page-footer__right {
  width:100%
}
@media (min-width: 576px) {
  .page-footer__right {
    width:calc(100% - 190px);
    padding-left:40px
  }
}
@media (min-width: 1920px) {
  .page-footer__right {
    width:calc(100% - 250px);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding-left:80px
  }
}
@media (min-width: 3840px) {
  .page-footer__right {
    width:calc(100% - 500px);
    padding-left:160px
  }
}
.page-footer__columns {
  display:flex;
  flex-flow:row wrap
}
.page-footer__columns--column {
  margin-bottom:15px;
  width:100%
}
@media (min-width: 576px) {
  .page-footer__columns--column {
    width:50%
  }
}
@media (min-width: 992px) {
  .page-footer__columns--column {
    width:33.3333%
  }
}
@media (min-width: 1200px) {
  .page-footer__columns--column {
    width:25%
  }
}
.page-footer__columns--column:last-child {
  width:100%
}
@media (min-width: 1200px) {
  .page-footer__columns--column:last-child {
    width:25%
  }
}
.page-footer__columns--column h6 {
  font-size:16px;
  font-weight:500;
  margin-bottom:15px;
  transition:all .35s ease
}
@media (min-width: 1920px) {
  .page-footer__columns--column h6 {
    font-size:18px
  }
}
@media (min-width: 3840px) {
  .page-footer__columns--column h6 {
    font-size:36px;
    margin-bottom:30px
  }
}
.page-footer__columns--column p>a:hover {
  color:#a9df25
}
.page-footer__columns--column:hover h6 {
  color:#fff
}
.page-footer__socials {
  color:#000;
  font-size:20px;
  padding-top:50px
}
@media (min-width: 576px) {
  .page-footer__socials {
    padding-top:25px
  }
}
@media (min-width: 1200px) {
  .page-footer__socials {
    padding-top:0
  }
}
@media (min-width: 3840px) {
  .page-footer__socials {
    font-size:40px
  }
}
.page-footer__socials>ul {
  display:flex;
  flex-flow:row nowrap;
  align-items:center;
  justify-content:center
}
@media (min-width: 576px) {
  .page-footer__socials>ul {
    justify-content:flex-start
  }
}
@media (min-width: 1200px) {
  .page-footer__socials>ul {
    justify-content:flex-end
  }
}
.page-footer__socials>ul>li {
  padding:0 15px
}
@media (min-width: 1200px) {
  .page-footer__socials>ul>li {
    padding:0 8px
  }
}
@media (min-width: 3840px) {
  .page-footer__socials>ul>li {
    padding:0 16px
  }
}
.page-footer__socials>ul>li:first-child {
  padding-left:0
}
.page-footer__socials>ul>li:last-child {
  padding-right:0
}
.page-footer__socials>ul>li>a {
  display:block;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  border-radius:100%;
  transition:all .35s ease;
  background-color:#6e6e6e
}
@media (min-width: 3840px) {
  .page-footer__socials>ul>li>a {
    width:80px;
    height:80px;
    line-height:80px
  }
}
.page-footer__socials>ul>li>a:hover {
  background-color:#a9df25
}
.page-footer__tags {
  padding:50px 0
}
@media (min-width: 576px) {
  .page-footer__tags {
    padding:35px 0
  }
}
@media (min-width: 1920px) {
  .page-footer__tags {
    max-width:50%;
    padding:75px 0
  }
}
@media (min-width: 3840px) {
  .page-footer__tags {
    padding:150px 0
  }
}
.page-footer__tags>a,
.page-footer__tags>span {
  transition:all .35s ease
}
.page-footer__tags>a:hover,
.page-footer__tags>span:hover {
  color:#fff
}
.page-footer__copy {
  display:flex;
  flex-direction:column
}
@media (min-width: 1920px) {
  .page-footer__copy {
    flex-flow:row wrap;
    justify-content:space-between;
    align-items:center
  }
}
.page-footer__copy--rights {
  order:2
}
@media (min-width: 1920px) {
  .page-footer__copy--rights {
    order:1
  }
}
.page-footer__copy--links {
  order:1;
  margin-bottom:35px
}
@media (min-width: 768px) {
  .page-footer__copy--links {
    display:flex
  }
}
@media (min-width: 1920px) {
  .page-footer__copy--links {
    order:2;
    margin-bottom:0
  }
}
.page-footer__copy--links a {
  margin-bottom:15px
}
@media (min-width: 768px) {
  .page-footer__copy--links a {
    margin-bottom:0;
    margin-right:30px
  }
}
.page-footer__copy--links a:last-child {
  margin-right:0
}
.page-footer__copy a {
  display:block;
  text-decoration:underline;
  text-align: center;

}
.page-footer__copy a:hover {
  color:#a9df25;
  text-decoration:none
}

ul, ol {
  list-style: none;
}

.fa-youtube:before {
  content:"\f167"
}

.fa-instagram:before {
  content:"\f16d"
}

.fa-facebook-f:before {
  content:"\f39e"
}

.fa-linkedin-in::before {
  content: "\f0e1";
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face {
  font-family:'Font Awesome 5 Brands';
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url("inc/assets/fonts/fa-brands-400.eot");
  src:url("inc/assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
  url("inc/assets/fonts/fa-brands-400.woff2") format("woff2"),
  url("inc/assets/fonts/fa-brands-400.woff") format("woff"),
  url("inc/assets/fonts/fa-brands-400.ttf") format("truetype"),
  url("inc/assets/fonts/fa-brands-400.svg#fontawesome") format("svg")
}
.fab {
  font-family:'Font Awesome 5 Brands';
  font-weight:400
}

.bg-dark {
  background-color: #000 !important;
}

.navbar-brand img {
  max-width: 200px;
}

/* winner check  */

#main-winner-check {
	font-family:'Montserrat';
	font-weight:400;
	background:url('inc/assets/images/oswiadczenie-laureata-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
	background-color:#fff;
}

#main-winner-check .form-group {
  margin-bottom: 2rem;
}

#main-winner-check .strefa-laureata-title {
	font-family:'Montserrat';
	font-weight:800;	
	margin-top:0px;
	font-size:3.5rem;
}

#main-winner-check .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #66c805;
  border-radius: 1.5rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


#main-winner-check .btn-green {
	background-color:#66c805;
	border-color:#66c805;
	border-radius:1.5rem;
}

#main-winner-check label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
}

#main-winner-check .strefa-laureata-legal {
  font-weight: 400;
  font-size: 0.8rem;
  text-transform:none;
  
}

.transparent-modal {
	background-color:transparent;
	border:none;
}

.modal.fade.show {
    backdrop-filter: blur(10px);
}

#message-text-error {
  position: absolute;
  left: 0;
  right: 0;
  top: 28%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 25px;
}

#error-popup .close {
  position: absolute;
  right: 2rem;
  top: 1rem;
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  opacity: 1;
  z-index: 100;
}

#winner-popup .close {
  position: absolute;
  right: 2rem;
  top: 1rem;
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  opacity: 1;
  z-index: 100;
}

#message-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 25px;
  line-height: initial;
}

#message-text span,
#message-text-error span{
	font-size:2.3rem;
	display: block;
}

#message-text .text-green {
	font-size:1.5rem;
	color:#66c805;
}

#message-text .text-green a {
	text-decoration:underline;
	font-weight:600;
	color:#66c805;
	font-size:1.3rem;
	margin-top:0.3rem;
}

#message-text .text-small-text {
	font-size: 1.1rem;
	font-weight: 600;
}

/* header */

.unique-header-bg {
	font-family:'Montserrat';
	font-weight:400;
	background:url('inc/assets/images/header-bg-1029.png');
    background-repeat: no-repeat;
    background-position: left 40px center;
    background-size: cover;
	min-height: 140px;	
	height:100%;
	
}

.container-fluid.unique-header-bg {
  
}

header#masthead {
	padding:0;
}

/* oswiadczenie laureata styling */

#oswiadczenie-laureata .gform_wrapper {
  margin-bottom: 100px;
}

#gform_submit_button_36,
#gform_submit_button_41{
  max-width: 300px;
  color: #fff;
  border: none;
}

#oswiadczenie-laureata .ginput_container_text input:focus {
	border-color:#00ac21;
}

#gform_wrapper_36.gform_wrapper.gravity-theme .gform_footer input:hover,
#gform_wrapper_41.gform_wrapper.gravity-theme .gform_footer input:hover{
	background-color:#00ac21;
}

#gform_wrapper_36.gform_wrapper.gravity-theme .gform_footer input,
#gform_wrapper_41.gform_wrapper.gravity-theme .gform_footer input{
  background-color: #66c805;
  margin: 0 auto;
  border-radius:25px;
}



.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
  border: 0px solid #ddd;
  
}

#oswiadczenie-laureata {
	font-family:'Montserrat';
	font-weight:400;
	background:#fff;
	background-image:url('inc/assets/images/oswiadczenie-laureata-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
	
	
}

#oswiadczenie-laureata .ginput_container_text input,
#oswiadczenie-laureata input[type="email"],
#oswiadczenie-laureata input[type="number"],
#oswiadczenie-laureata select {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #66c805;
  border-radius: 1.5rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.gform_drop_area {
  background: rgba(0,0,0,.02);
  border: 1px dashed #ccc;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 32px;
  text-align: center;
  border-radius: 1rem;
}

.gform_drop_area button {
	background-color:#66c805;
	border-color:#66c805;;
}

.gform_drop_area button:hover {
	background-color:#00ac21;
	border-color:#00ac21;;
}

#oswiadczenie-laureata .gform_wrapper.gravity-theme input[type="text"] {
	padding-left:20px;
	padding-right:20px;
}

#gform_wrapper_36.gform_wrapper.gravity-theme .gfield.gfield--width-full,
#gform_wrapper_41.gform_wrapper.gravity-theme .gfield.gfield--width-full{
  margin: 0 auto !important;
  max-width: 450px;
}