/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.2
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.has-black-color { color: #000000; }
.has-black-background-color { background-color: #000000; }
/*.has-shoe-wax-color { color: #2c2c2c; }
.has-shoe-wax-background-color { background-color: #2c2c2c; }
.has-sneezy-color { color: #a17b36; }
.has-sneezy-background-color { background-color: #a17b36; }
.has-crowberry-blue-color { color: #023246; }
.has-crowberry-blue-background-color { background-color: #023246; }
.has-limed-spruce-color { color: #3a4a51; }
.has-limed-spruce-background-color { background-color: #3a4a51; }
.has-biscotti-color { color: #dcc7aa; }
.has-biscotti-background-color { background-color: #dcc7aa; }
.has-jasper-park-color { color: #4a675a; }
.has-jasper-park-background-color { background-color: #4a675a; }
.has-jasper-park-background-color:hover { color: #4a675a !important; background-color: #acb5a0; }
.has-laurel-mist-color { color: #acb5a0; }
.has-laurel-mist-background-color { background-color: #acb5a0; }
.has-river-mist-color { color: #d8e1d3; }
.has-river-mist-background-color { background-color: #d8e1d3; }
.has-slow-perch-color { color: #d4d4ce; }
.has-slow-perch-background-color { background-color: #d4d4ce; }
.has-cascading-white-color { color: #f6f6f6; }
.has-cascading-white-background-color { background-color: #f6f6f6; }*/
.has-white-color { color: #ffffff; }
.has-white-background-color { background-color: #ffffff; }

#sticky-menu {
    position: fixed;
    right:0;
    left:0;
    z-index:99;
    transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -90px;
}

.nav-down {
    top: -0px;
}

#copyright {
  color: #c0c0c0;
  font-size: 11px;
  font-family: "Roboto", Sans-serif;
  font-weight: normal;
  line-height: 1em;
}

/* Gravity Forms */
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
  .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
      width: 100% !important;
  }
  
  .gform_wrapper .top_label li.gfield.gf_left_half {
      padding-right: 10px !important;
  }
  
  .gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third {
      padding-right: 10px !important;
  }
  
  .gform_wrapper ul.gform_fields li.gfield.gf_full, .gform_wrapper .top_label li.gfield.gf_right_half {
      padding-right: 0px !important;
  }
  
/*  .gform_wrapper li.gfield:not(.gf_left_align) ul.gfield_checkbox li, .gform_wrapper li.gfield:not(.gf_left_align) ul.gfield_radio li {
      font-size: 115% !important;
      text-align: center;
  }*/
}

body .gform_wrapper ul li.gfield {
    margin-top: 0px;
    padding-top: 0;
}

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

.gform_wrapper .gfield_radio li label {
    margin: 10px 0 0 10px;
}

.gform_wrapper .white_label .gfield_radio li label {
    color: #ffffff;
}

.ginput_complex .ginput_full input {
    margin-bottom: 15px;
}

.gf_hide_label .gfield_label {
	display: none !important;
}



.no-mb, .no-mb p { margin-bottom: 0 !important; }
.nodeco, .nodeco a { text-decoration: none !important; }

.two-col-list {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.three-col-list {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}
@media (max-width: 767px) {
	.mobile-hidden { display: none; }
	.mobile-br::before { content: "\A"; white-space: pre; }
	.mobile-center, .mobile-center ul { margin-left: auto; margin-right: auto; text-align: center; }
	.two-col-list, .three-col-list {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
}

ul { margin-bottom: 20px; }

.wp-block-quote {
    font-size: 19px;
	line-height: 1.6;
    font-style: italic;
    color: #555555;
    padding: 1.5em 2em 1em 2em;
	margin: 3em;
    border-left: 8px solid #101010;
    position: relative;
    background: #f8f8f8;
}

.wp-block-quote.is-style-large {
    margin: 40px 20px;
    padding: 1.5em 2em 1em;
    font-size: 26px;
}

.wp-block-quote cite { font-size: 18px; }

.wp-block-quote span {
	display: block;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-top: 1em;
}

.wp-block-pullquote {
    font-style: italic;
	margin: 40px 0;
}

.wp-block-pullquote.is-style-default {
	border-width: 4px 0;
	border-style: solid;
}

.wp-block-embed { margin: 40px auto; }
.twitter-tweet { margin: 10px auto !important;}
.wp-block-cover { margin: 40px 0; }
.wp-block-embed__wrapper { text-align: center; }
.wp-block-embed-youtube .wp-block-embed__wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

blockquote.twitter-tweet {
	display: inline-block;
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-color: #eee #ddd #bbb;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	margin: 10px 5px;
	padding: 0 16px 16px 16px;
	max-width: 520px;
}

blockquote.twitter-tweet p {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

blockquote.twitter-tweet a {
	color: inherit;
	font-weight: normal;
	text-decoration: none;
	outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
	text-decoration: underline;
}


.elementor-search-form--skin-full_screen .elementor-search-form__container {
	-webkit-box-align: start !important;
	-webkit-align-items: start !important;
	-ms-flex-align: start !important;
	align-items: start !important;
	padding: 10% 15% !important;
}

.aligncenter, .aligncenter iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignwide {
	margin-left: -80px;
	margin-right: -80px;
	width: calc(100% + 160px);
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.alignfull img  {
	width: 100vw;
}

.wp-block-cover.alignfull.no-mb {
    margin-bottom: -10px !important;
}

.wp-block-buttons { margin: 40px 0; }
.wp-block-button a { text-decoration: none !important; }

.iframe_1_1 {
	position: relative;
	padding-bottom: 100%;
}
.iframe_16_9, .epyt-video-wrapper, .wp-block-embed-vimeo div {
	position: relative;
	padding-bottom: 56.25%;
}
.iframe_4_3 {
	position: relative;
	padding-bottom: 75%;
}
.iframe_3_2 {
	position: relative;
	padding-bottom: 66.66%;
}
.iframe_8_5 {
	position: relative;
	padding-bottom: 62.5%;
}
/*iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

