/*
 * Theme Name: Wedding Of The Lamb
 * Text Domain: weddingofthelamb
 * Domain Path: /languages
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: "Raleway-Regular" !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #36404e;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: "Raleway-Bold";
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  font-family: "Raleway-Regular";
  margin-top: 0;
  margin-bottom: .9rem; }

a {
  font-family: "Raleway-Regular"; }

form {
  font-family: "Raleway-Regular"; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

a {
  background-color: transparent;
  text-decoration: none;
  /*color: #CC3366; */
}

.back-to-archive {
  margin-bottom: 20px;
}

.back-to-archive a {
  display: inline-block;
  padding: 8px 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #36404e;
  font-family: "Raleway-Medium";
  transition: all 0.3s ease;
}

.back-to-archive a:hover {
  background-color: #e0e0e0;
  text-decoration: none;
}

.post-date {
  font-family: "Raleway-Medium";
  color: #666;
  margin-bottom: 15px;
  font-size: 0.9em;
}
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
small {
  font-size: 80%; }
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }

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

details {
  display: block; }

summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #36404e  ;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

template {
  display: none; }

[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #36404e;
    outline: 0 none; }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;

  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;

  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

  textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
@font-face {
  font-family: "BatfideSignature";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/BatfideSignature.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Raleway-Black";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-BlackItalic";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-BlackItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-Bold";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-BoldItalic";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-BoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-ExtraBold";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-ExtraBoldItalic";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-ExtraLight";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-ExtraLightItalic";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-Italic";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-Light";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-LightItalic";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-LightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-Medium";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-MediumItalic";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-MediumItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-Regular";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-SemiBold";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-SemiBoldItalic";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-Thin";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face{
  font-family: "Raleway-ThinItalic";
  src: url("/wp-content/themes/weddingofthelamb/assets/fonts/Raleway-ThinItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.menu-burger__header {
  position: absolute;
  width: 40px;
  height: 36px;
  display: block;
  right: 20px;
  top: 40px;
  z-index: 99999;
  cursor: pointer;
 }
.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
  height: 4px;
  width: 100%;
  position: absolute;
  background: #9C832D;
  margin: 0 auto;
  border-radius: 10px;
}
.menu-burger__header span{
  top: 16px;
}
.menu-burger__header:after, .menu-burger__header:before{
  content: '';
}
.menu-burger__header:after{
  bottom: 5px;
}
.menu-burger__header:before{
  top: 5px;
}
.menu-burger__header.open-menu span {
  opacity:0;
  transition: 0.5s;
}
.menu-burger__header.open-menu:before {
  transform: rotate(38deg);
  top: 16px;
  transition: 0.4s;
}
.menu-burger__header.open-menu:after {
  transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.4s;
}
.header__nav {
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  box-shadow: #ccc;
  width: 100%;
  transition: all 0.4s ease;
  top:-400%;
    background: #fff;
}
.header__nav.open-menu{
    top: 0;
    padding: 100px 50px 50px;
    z-index: 9999;
}
.menu-burger__header.open-menu span {
  opacity:0;
    transition: 0.5s;
}
.menu-burger__header.open-menu:before {
  transform: rotate(38deg);
  top: 16px;
  transition: 0.4s;
}
.menu-burger__header.open-menu:after {
  transform: rotate(-38deg);
  bottom: 16px;
  transition: 0.4s;
}
.menu-ylavalikko-suomi-container {
  margin-right: 70px;
}
.y-btn {
  margin-bottom: 50px;
}
.y-btn .wp-block-button {
  margin: 0 auto !important
}
.y-btn a {
  color: #9c832d !important;
  border: 2px solid #9c832d;
  background: none;
  padding: 5px 30px;
}
.y-btn a:hover {
  text-decoration: none;
  color: #fff !important;
  background: #9c832d !important;
  transition: 0.2s;
}
.site-branding a img {
  width: 120px;
  z-index: 99;
  position: relative;
}
.white-gradient {

    background: linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  width: 100%;
  min-height: 200px;
  position: absolute;
  top: 0;
}
.main-slogan {
  width: 100%;
  height: 300px;
  z-index: 999;
  bottom: 50px;
  position: absolute;
}
.language-fi .main-slogan {
  background: url(assets/img/fi/Text_Fi.png) 50% 50% no-repeat;

}

.language-en .main-slogan {
  height: 358px;
  background: url(assets/img/en/Text_EN.png) 50% 50% no-repeat;
}


.main-quote_before {
  background: url(assets/img/wave.png) 0 0;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: -2px;
  background-size: cover;
}
.main-quote {
  text-align: center;
}
.quote-title {
  font-family: "Raleway-SemiBold";
  color: #9c832d;
  font-size: 28px;
  margin-bottom: 10px;
}
.quote-text {
  font-family: "Raleway-MediumItalic";
  font-size: 22px;
}
.quote-info {
    color: #fff;
    width: 180px;
    margin: 10px auto;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    background: #36404e;
    border-radius: 30px;
}
.wp-block-column h3 {
  color: #9C832D
}
.site-navigation ul.menu {
    column-count: 2;
}
.header__menu > nav > div {
    margin: 0 auto;
    font-weight: 600;
    width: 50%;
}
.site-navigation .menu li a:hover {
    color: #9c832d;
}
.site-navigation ul.menu li {
    margin-bottom: 10px;
    padding-left: 30px;
}
.site-navigation ul.menu .menu_ico_1 {
    background: url(assets/img/menu-icons/home_icon.png) 0% 50% no-repeat;
    background-size: 25px;
}
.site-navigation ul.menu .menu_ico_2 {
    background: url(assets/img/menu-icons/register_icon.png) 0% 50% no-repeat;
    background-size: 25px;
}
.site-navigation ul.menu .menu_ico_3 {
    background: url(assets/img/menu-icons/participate_icon.png) 0% 50% no-repeat;
    background-size: 25px;
}

.site-navigation ul.menu .menu_icon_newsletter {
  background: url(assets/img/menu-icons/icon_newsletter.png) 0% 50% no-repeat;
  background-size: 25px;
}

.site-navigation ul.menu .menu_icon_tiktok {
  background: url(assets/img/menu-icons/icon_tiktok.png) 0% 50% no-repeat;
  background-size: 25px;
}

.site-navigation ul.menu .menu_icon_facebook {
  background: url(assets/img/menu-icons/menu_icon_facebook.png) 0% 50% no-repeat;
  background-size: 25px;
}

.site-navigation ul.menu .menu_icon_youtube {
  background: url(assets/img/menu-icons/menu_icon_youtube.png) 0% 50% no-repeat;
  background-size: 25px;
}

.site-navigation ul.menu .menu_ico_4 {
    background: url(assets/img/menu-icons/teaching_icon.png) 0% 50% no-repeat;
    background-size: 25px;
}
.site-navigation ul.menu .menu_ico_5 {
    background: url(assets/img/menu-icons/bible_verses_icon.png) 0% 50% no-repeat;
    background-size: 25px;
}

.site-navigation ul.menu .menu_ico_blog {
  background: url(assets/img/menu-icons/bible_verses_icon.png) 0% 50% no-repeat;
  background-size: 25px;
}

.site-navigation ul.menu .menu_ico_6 {
    background: url(assets/img/menu-icons/life_changing_icon.png) 0% 50% no-repeat;
    background-size: 25px;
}
.site-navigation ul.menu li.hidden {
  display:none;
}
.site-navigation ul.menu .menu_ico_7 {
    background: url(assets/img/menu-icons/events_icon.png) 0% 50% no-repeat;
    background-size: 25px;
}
.site-navigation ul.menu .menu_ico_8 {
  background: url(assets/img/menu-icons/contact_icon.png) 0% 50% no-repeat;
  background-size: 25px;
}
.site-navigation ul.menu .menu_ico_preparation {
    background: url(assets/img/menu-icons/prepare_icon.png) 0% 50% no-repeat;
    background-size: 25px;
}


.site-navigation ul.menu li ul {
  z-index: 10;
}
.site-navigation ul.menu li.menu-item-has-children:after {
  position: absolute;
  top: 0;
  right: 10px;
}
.site-navigation ul.menu li.menu-item > a {
  white-space: nowrap;
}
.site-navigation ul.menu {
  margin-right: 70px;
}
.site-navigation ul.menu {
  display: block !important;
}
.site-navigation .menu li a {
  color: #36404E;
  font-size: 16px;
  font-family: "Raleway-Medium";
}
.site-navigation .menu li a:hover {
  text-decoration: none;
  font-weight: bold;
}
#menu-item-language-fi, #menu-item-language-en {
  display: inline-block;
  float: right;
}
.menu-item-language-fi .sub-menu{
  min-width: auto !important;
}
.wpm-languages.menu-item>a img {
    margin-right: 0;
}
.main-bg-page {
  width: 100%;
  min-height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.site-main {
  margin-bottom: 100px;
}
.page-header h1 {
  text-align: center;
  margin-bottom: 20px;
}
.main_nav_box {
  margin: 50px 0;
  padding: 0;
  text-align: center;
}
.main_nav_box i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 10px auto;
}
.main_nav_box #navlink_1 i {
  background: url(assets/img/menu-icons/what_is_icon.png) 50% 50% no-repeat;
  background-size: contain;
}
.main_nav_box #navlink_2 i {
  background: url(assets/img/menu-icons/how_to_icon.png) 50% 50% no-repeat;
  background-size: contain;
}
.main_nav_box #navlink_3 i {
  background: url(assets/img/menu-icons/register_icon.png) 50% 50% no-repeat;
  background-size: contain;
}
.main_nav_box a p {
  color: #36404e;
  font-family: "Raleway-Medium";
  font-size: 22px;
}
.sign-up-signature > .gfield_label {
  margin-left: 0 !important;
  margin-top: 40px !important;
  margin-bottom: 10px !important;
  font-size: 32px !important;
  text-align: left !important;
  padding-left: 100px !important;
}
.sign-up-signature input {
  border-bottom: none !important;
  text-align:center !important;
}
.sign-up-signature input:not(:placeholder-shown) {
  /*margin-left: 50px !important;*/
  /*font-family: BatfideSignature, sans-serif !important;*/
  font-weight: bold !important;
  font-size: 60px !important;
  color: #9c832d !important;
  text-align:center !important;
}
.sign-up-signature2 > .gfield_label {
  font-size: 32px !important;
  text-align: right !important;
  padding-right: 80px !important;
  margin-bottom: 30px !important;
  margin-top: 20px !important;
}
.entry-title {
  margin-bottom: 50px !important;
}
.gform_page_footer {
  margin-top: 50px !important;
}
.gform_validation_errors{
display: none;
}
.gform_legacy_markup_wrapper .gfield_error .gfield_label {
  color: #B8860BFF !important;
}
.gform_legacy_markup_wrapper .validation_message {
  color: #b8860b !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(184, 134, 11, 0.25) !important;
  margin-bottom: 6px!important;
  border: none !important;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
  border: none !important;
}
.gfield_required .gfield_required_asterisk {
  display: none !important;
}
.gfield textarea {
  border-color: #ccc;
}
.main_nav_box a:hover {
  text-decoration: none;
}
.info_text a {
  color: #36404E;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 700;
  font-family: "Raleway-Regular";
}
.gform_wrapper form {
  text-align: center;
}
.wp-block-columns {
  margin-bottom: 100px;
 }
.gform_wrapper {
  margin-bottom: 30px;
}
.gform_wrapper .gform_title {
  font-size: 32px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 5px 10px;
  border: 0;
  border-bottom: 1px solid #eee;
}

.gform_wrapper .top_label .gfield_label {
    text-align: left;
    color: #9c832d;
    font-size: 32px !important;
    width: 100%;
    padding-left: 50px;
}
.gform_wrapper legend.gfield_label {
  display: none !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  margin: 0;
  background: #36404E;
  color: #fff;
  border: 0;
  border-radius: 20px;
  font-weight: 600;
  padding: 5px 25px;
}
.info_grid {
  margin: 120px 0;
}
.info_grid .col-sm {
  padding-right: 30px;
  padding-left: 30px;
}
.info_grid .row {
  margin-bottom: 100px;
}
.ico_title {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
}
.page-header .ico_title {
  float: none;
  display: block;
  margin: 15px auto;
}
.info_grid h3 {
  font-size: 42px;
  margin: 10px 0;
}
.info_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.info_text {
  margin: 20px 0;
}
.info_button {
  background: #9c832d;
  color: #fff !important;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 18px;
  font-family: "Raleway-Bold";
  display: block;
  width: 160px;
  text-align: center;
  margin-top: 20px;
}
.main-content {
  margin: 0;
}
.info_button:hover {
  color: #fff;
  text-decoration:none;
  background: #212529;
}
.info-box {
  padding: 30px 20px;
  min-height: 300px;
}
.info-box h3 {
  color: #9c832d;
}
.info_grid iframe {
  border-radius: 30px;
}
.video-list iframe {
  border-radius: 30px;
}
.video-list .container {
  margin-bottom: 50px;
}
.spoiler_links {
  font-weight: 600 !important;
  cursor: pointer;
  text-decoration: none !important;
}
.spoiler_body {
  display: none;
  padding: 10px;
  text-align: center;
  position: fixed;
}
.video-list {
  margin: 50px 0 200px 0;
}
.info-list {
  margin: 50px 0 200px 0;
  text-align: center;
}
.info-list .info-blok_item {
    margin: 0 0 80px 0;
}
.has_modal .info-blok_item {
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 80%;
    background: #fff;
    padding: 40px 20px;
    border-radius: 30px;
    -webkit-box-shadow:  0px 5px 20px 2px rgb(34 60 80 / 10%);
    -moz-box-shadow:  0px 5px 20px 2px rgb(34 60 80 / 10%);
    box-shadow: 0px 5px 20px 2px rgb(34 60 80 / 10%);
}
.info-list .info-blok_item .info_text,
.info-list .info-blok_item .spoiler_body {
  font-family: "Raleway-Regular";
  font-size: 18px;
  width: 800px;
  max-width: 85%;
  margin: 0 auto;
}
.info-blok_item h3,
.polygraphy-blok_item h3 {
  color: #9c832d;
  margin-bottom: 20px;
  font-family: "Raleway-Medium";
  text-align: center;
}
.polygraphy-list {
    margin: 80px 0;
}
.polygraphy-blok_item {
    margin-bottom: 60px;
}
.info_text {
    font-size: 16px !important;
}
.info-blok_item .info_button,
.gform_page_fields .info_button {
  background: rgb(103 64 96 / 20%);
  color: #fff;
  padding: 2px 10px;
  min-width: 100px;
  margin: 20px auto;
}
.info-blok_item .info_button:hover,
.gform_page_fields .info_button:hover {
  background: rgb(103 64 96 / 40%);
  transition: 0.2s;
}
.gform_page_fields .gfield_html ul {
  text-align: left;
  padding-left: 50px !important;
}
.gform_page_fields .gfield_html a {
  color: #36404e;
  text-decoration: underline;
  font-weight: 600;
}
.pagin_link {
  text-align: center;
}
.pagin_link a,
.page-numbers {
  color: #9c832d;
  font-size: 18px;
  margin: 0 10px;
  font-weight: 600;
}
.pagin_link .current {
  border-bottom: 1px solid #9c832d;
}

.has_modal .footer-modal {
  background: #9c832d;
  border-right: 1px solid #9c832d;
  border-left: 1px solid #9c832d;
}
.has_modal .modal-dialog .close {
    color: #a9a9a9;
    border: 2px solid #a9a9a9;
    background: #fff;
}
.has_modal .modal .inner-dialog {
    padding: 50px 50px;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    overflow: scroll;

    max-height: 65vh !important;
}
.has_modal .modal .inner-dialog .dialog-height-expander {
  position: relative;
  min-height: 63vh !important;
}


.has_modal .modal h2 {
  font-size: 24px !important;
  text-align: left;
  margin: 30px 0;
  color: #9c832d;
}
.modal .help {
    float: right;
    padding: 15px 35px;
    color: #a9a9a9;
    font-weight: 600;
    text-transform: uppercase;
}
.has_modal {
  margin: 50px 0 0px 0;
}
.has_modal .footer-modal a:hover,
.has_modal .footer-modal a:active {
  background: #b3a35a;
  -webkit-tap-highlight-color: #b3a35a;
}
.has_modal .button {
  display: inline-block;
}
.has_modal .modal-dialog .inner-dialog {
  width: calc(100% - 3px);
  overflow: scroll !important;
}

#info_button_l,
.info_button_l {
  color: #36404e;
  border: 2px solid #36404e;
  border-radius: 30px;
  padding: 5px 35px;
  margin: 10px;
  font-size: 14px;
  font-weight: 600;
}
#info_button_l:after,
#info_button_r:after {
    content: '\003E';
    font-size: 1em;
    margin-left: 10px;
}
#info_button_r,
.info_button_r {
    color: #9c832d !important;
    border: 2px solid #9c832d;
    border-radius: 30px;
    padding: 5px 35px;
    margin: 10px;
    font-size: 14px;
    font-weight: 600;
}
#info_button_r:hover {
  text-decoration: none;
  background: #9c832d;
  color: #fff !important;
  transition: 0.2s;
}
#info_button_l:hover {
  text-decoration: none;
  background: #36404e;
  color: #fff !important;
  transition: 0.2s;
}
.has_modal .modal-dialog .modal {
  max-width: 50%;
  margin: 12vh auto 0;
}
.has_modal .modal-dialog:not(.plain) {
  position: fixed;
}
.has_modal  .modal {
  display: block;
}
body.nonscroll {
    height: 100vh;
    overflow-y: hidden !important;
}
.callto_regist {
  text-align: center;
  margin-bottom: 50px;
}
.callto_regist h2 {
  background: url(assets/img/menu-icons/register_icon.png) 0 50% no-repeat;
  background-size: contain;
  display: inline-block;
  padding: 0 50px;
  margin-bottom: 32px;
}
.copy-to-clipboard-icon {
  /*https://codepen.io/sosuke/pen/Pjoqqp*/
  filter: invert(20%) sepia(10%) saturate(1526%) hue-rotate(176deg) brightness(90%) contrast(81%);
  background: url(assets/img/menu-icons/copy_to_clipboard_icon2.png) 0 50% no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 12px;
  transition:0s 0.3s;
}
.copy-to-clipboard-icon:active {
  filter: invert(59%) sepia(74%) saturate(257%) hue-rotate(12deg) brightness(95%) contrast(87%);
  transition:0s;
}
.callto_regist .content {
  width: 85%;
  margin: 0 auto 32px;
}
.callto_regist a {
  color: #9c832d !important;
  border: 2px solid #9c832d;
  border-radius: 30px;
  padding: 5px 25px;
  margin: 10px;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .callto_regist a {
    padding: 5px 10px !important;
  }
}
.callto_regist a {
  color: #9c832d !important;
  border: 2px solid #9c832d;
  border-radius: 30px;
  padding: 5px 25px;
  margin: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.callto_regist a:hover {
  text-decoration: none;
  background: #9c832d;
  color: #fff !important;
  transition: 0.2s;
}
#gform_fields_4 #field_4_4 textarea {
    border: 1px solid #eee;
    width: 85%;
}
.is_form .gform_wrapper .gform_footer input.button:hover,
.is_form .gform_wrapper .gform_footer input[type=submit]:hover,
.is_form .gform_wrapper .gform_page_footer input.button:hover,
.is_form .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #9c832d;
  color: #fff;
  transition: 0.2s;
}
.is_form a {
  color: #333366;
  font-weight: 600;
}
.is_form a:hover {
  color: #333366;
  text-decoration: underline;
}
.is_form {
  width: 800px;
  max-width: 85%;
  margin: 0 auto;
  font-size: 18px !important;
}
.is_form h2 {
  font-size: 32px !important;
}
.is_form .gform_wrapper .gform_footer input.button,
.is_form .gform_wrapper .gform_footer input[type=submit],
.is_form .gform_wrapper .gform_page_footer input.button,
.is_form .gform_wrapper .gform_page_footer input[type=submit],
.gform_button button {
  margin: 0;
  background: #fff;
  color: #9c832d;
  border: 0;
  border-radius: 20px;
  font-weight: 600;
  padding: 5px 20px;
  border: 2px solid #9c832d;
  margin: 10px;
}
.is_form .gfield_checkbox li input {
  width: 30px;
  height: 30px;
  border: 2px solid #9c832d;
  appearance: unset;
  border-radius: 4px;
  color: #9c832d;
  cursor: pointer;
}
.is_form .gchoice_select_all,
.is_form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.is_form .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  font-weight: 300 !important;
}
.is_form .gfield_checkbox input[type=checkbox]:checked {
  padding: 4px;
  background-clip: content-box;
}
.is_form .gfield_checkbox input:checked {
  background: #9c832d;
}
.is_form .gfield_checkbox {
  text-align: left;
  max-width: 85%;
  margin: 40px auto !important
}
.is_form .gfield_checkbox li {
  margin-bottom: 20px;
}
.is_form .gfield_checkbox label {
  font-size: 18px !important;
  padding-left: 20px !important;
  font-weight: 300;
}
.is_form .gform_heading {
  display:none;
}
.is_form .gf_page_steps,
.is_form .gsection,
.is_form .gform_page_footer{
  border: 0 !important;
  text-align: center !important;
}
.gf_step_last .gf_step_label {
  display: none !important;
}

.is_form .gf_step_label {
    border: 1px solid #9c832d;
    background: #9c832d;
    width: 35px;
    margin-left: 24px;
    z-index: -1;
    position: absolute;
    margin-top: -18px;
}
.is_form .gf_step_previous,
.is_form .gf_step_completed {
  opacity: 1 !important;
}

.is_form .gf_step {
    width: 50px !important;
    height: 50px !important;
    background: #fff;
    color: #9c832d;
    font-size: 24px !important;
    border-radius: 50%;
    border: 1px solid #9c832d;
    padding: 5px 17px;
}
.is_form .gf_step_previous,
.is_form .gf_step_active,
.is_form .gf_step_completed {
    width: 50px !important;
    height: 50px !important;
    background: #9c832d;
    color: #fff;
    border: 1px solid #9c832d;
    font-size: 24px !important;
    border-radius: 50%;
    padding: 5px 17px;
}
.is_form #gf_step_3_4 .gf_step_label {
  display:none;
}
.site-footer {
  font-family: "Raleway-SemiBold", serif !important;
  padding: 15px 0 50px 0;
}
.site-footer .some-icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*border: 1px solid yellow;*/
    height: 100%;
}

@media (max-width: 570px) {
  .site-footer .some-icons {
    flex-direction: row;
    margin-top: 20px;
  }

  .site-footer .footer-some-icon:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 760px) {
  .site-footer .some-icons {
    display: none;
  }
}
@media (min-width: 760px) {
  .site-footer .footer-some-icon:not(:last-child) {
    margin-bottom: 10px;
  }
  .menu-footer-3-container {
    margin-left: 50px;
  }
}

.footer-some-icon {
  /*border: 1px solid red;*/
  display: flex;
  justify-content: center;
}


.site-footer .some-icons .footer-some-icon-facebook a {
  background: url(assets/img/menu-icons/footer_icon_facebook.png) 0 50% no-repeat;
  width: 35px;
  height: 35px;
  background-size: 35px;
}

.site-footer .some-icons .footer-some-icon-youtube a {
  background: url(assets/img/menu-icons/footer_icon_youtube.png) 0 50% no-repeat;
  display: block;
  width: 35px;
  height: 35px;
  background-size: 35px;

}

.site-footer .some-icons .footer-some-icon-tiktok a {
  background: url(assets/img/menu-icons/footer_icon_tiktok.png) 0 50% no-repeat;
  display: block;
  width: 35px;
  height: 35px;
  background-size: 35px;

}

.site-footer .container {
  max-width: 80%;
  font-size: 18px;
}

.logo_footer img{
  display: block;
  margin: 0 auto;
}
.callto_regist_bg {
    background: url(assets/img/wave.png) 50% 0% no-repeat;
    width: 100%;
    background-size: cover;
    height: 200px;
}
.callto_regist {
    background: #fff;
    padding-bottom: 100px;
    margin-bottom: 0;
}
footer p {
  margin-bottom: 5px;
}
footer .widget_nav_menu li {
  list-style:none;
  margin-bottom: 12px;
}
footer .widget_nav_menu li a {
  color: #fff;
}
footer {
  background-color: #36404e;
  padding-top: 50px !important;
}
.modal-dialog .inner-dialog::-webkit-scrollbar {
    width: 0;
}
#gform_previous_button_3 {
    display: none;
}
.gform_page_footer .gform_previous_button {
    background: #fff;
    color: #36404E !important;
    border: 2px solid #36404E !important;
}
.gform_page_footer .gform_previous_button:hover {
    background: #36404E !important;
    color: #fff !important;
    border: 2px solid #36404E !important;
}
.gform_confirmation_message {
    margin: 30px 0;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    vertical-align: top !important;
}
.gfield_checkbox input:checked {opacity: 0;}
.gfield_checkbox input:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #fff;
    color: #9c832d;
    padding: 4px;
    border: 2px solid #9c832d;
    margin-right: 25px;
    margin-left: -55px;
    border-radius: 3px;
    z-index: 999;
    position: relative;
    top: 2px !important;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-top: 0 !important;
}
@media screen and (max-width: 1024px)  {
  footer .widget_nav_menu li {
    margin-bottom: 5px;
  }
    .site-navigation ul.menu {
        margin-right: 0px;
    }
}
@media screen and (max-width: 768px)  {
  footer .widget_nav_menu li {
    margin-bottom: 5px;
  }
  .hs-form-frame {
    margin-bottom: 60px;
  }
  .site-footer .container ul {
    width: 269px;
  }

  .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: 6px;
  }

  .site-footer .container ul li {
    text-align: center;
  }

  .site-footer .container ul, .logo_footer img {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .logo_footer img {
    margin-top: 30px !important;
  }


  .gfield_checkbox input:checked + label:before {
      padding: 4px;
      top: 2px !important;
  }
    h3 {
        font-size: 28px;
    }
    .main-bg-page {
        min-height: 450px !important;
    }
    .site-navigation .menu li a {
        font-size: 22px;
        padding: 10px 15px;
    }
    .widget_language_selector ul li {
        font-weight: 600;
        font-size: 32px;
    }
    .fixed-page {
        overflow: hidden;
    }
    .site-navigation ul.menu {
        display: flex !important;
    }
    .is_form {
    max-width: 90%;
    }
    .is_form .gf_step {
    display: inline-block;
    }
    .is_form .gf_step_label {
    width: 18px;
    }
    .site-main,
    .info-list,
    .info-list .info-blok_item {
    margin-bottom: 0px;
    }
    .main-quote_before {
    bottom: -5px;
    }
    .info-list .info-blok_item .info_text,  .info-list .info-blok_item .spoiler_body
    {
    font-size: 18px;
    }
    .gform_wrapper .gf_step {
    margin: 20px 15px 20px 0 !important;
    }
    .header__nav.open-menu {
    top: 0;
    background: #fff;
    padding: 50px 0 0 5%;
    position: fixed;
    z-index: 999;
    min-height: 100%;
    }
    .m-order {
        order: 2;
    }
    .logo_footer {
    display: block;
    margin: 20px auto;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    width: auto;
    }
    /*.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {*/
    /*!*float: right;*!*/
    /*}*/
    footer .widget_nav_menu ul {
    padding: 0;
    }
    .info_button {
    margin: 20px auto;
    }
    .wp-block-columns {
    padding: 0 20px;
    margin-bottom: 40px;
    }
  p {
    margin-top: 32px;
    margin-bottom: 32px;
  }
    .info_grid .row {
        margin-bottom: 50px;
    }
    .info_grid {
        margin: 80px 0;
    }
    .site-navigation ul.menu {
        column-count: 2;
    }
    .header__menu > nav > div {
        width: 86%;
    }
    .site-navigation ul.menu li a {
      padding: 15px 15px;
    }
    .page-header h1 {
    font-size: 28px;
    }

    .info-box {
    min-height: 100px;
    }
    .video-list iframe {
    min-height: 200px;
    }
    .has-medium-font-size {
    font-size: 16px;
    }
    .has_modal .modal .inner-dialog {
    padding: 20px 20px;
    }
    .has_modal .modal-dialog .modal {
      max-width: 85%;
      margin: 15vh auto 0;
    }
    .header__menu > nav > div ul li {
        width: 85%;
    }
    .has_modal .info-blok_item {
        margin: 0 auto;
        margin-bottom: 60px;
        max-width: 95%;
        background: none;
        padding: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .callto_regist_bg {
        background: url(assets/img/wave.png) 50% 100% no-repeat;
        width: 100%;
        background-size: cover;
        height: 45px;
    }
    .callto_regist h2 {
        background: url(assets/img/wave.png) 0 50% no-repeat;
        background-size: contain;
        display: inline-block;
        padding: 0 50px;
        font-size: 24px;
        margin-top: 50px;
    }
    .is_form .gf_step_label {
        margin-left: 20px;
        width: 18px;
    }
    .site-navigation ul.menu {
        margin-right: 0px;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 10px 10px;
        width: 100%;
        font-size: 16px;
    }
    .is_form .gform_wrapper .gform_footer input.button, .is_form .gform_wrapper .gform_footer input[type=submit], .is_form .gform_wrapper .gform_page_footer input.button, .is_form .gform_wrapper .gform_page_footer input[type=submit] {
        margin: 10px 5px;
    }
    .gform_wrapper .top_label .gfield_label {
        font-size: 18px;
        padding-left: 10px;
    }
    #gform_fields_4 #field_4_4 textarea {
        border: 1px solid #eee;
        width: 100%;
    }
  }
@media screen and (max-width: 540px)  {
    .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
      margin-top: 6px;
    }

    .site-navigation ul.menu {
        column-count: 1;
    }
    .widget_language_selector ul li {
        font-size: 18px;
    }
    .main-slogan {
        width: 90% !important;
        bottom: 50px !important;
        background-size: contain !important;
        left: 5% !important;
    }
}
@media screen and (max-width: 320px)  {
    .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
      margin-top: 6px;
    }
    /*.gfield_checkbox input:checked + label:before {*/
    /*  margin-left: -54px;*/
    /*  margin-right: 24px;*/
    /*}*/
    h3 {
        font-size: 24px;
    }
    .site-navigation ul.menu li a {
        padding: 10px 15px !important;
    }
    .site-navigation .menu li a {
        font-size: 16px;
    }
    .video-list iframe {
    min-height: 160px;
    }
    .is_form .gf_step {
    width: 40px !important;
    height: 40px !important;
    background: #fff;
    color: #9c832d;
    border: 1px solid #9c832d;
    font-size: 20px !important;
    border-radius: 50%;
    padding: 5px 13px !important;
    }
    .is_form .gf_step_previous,
    .is_form .gf_step_active,
    .is_form .gf_step_completed {
        background: #9c832d;
        color: #fff;
        border: 1px solid #9c832d;
    }
    .site-navigation .menu li a {
    font-size: 14px;
    margin-bottom: 10px;
    }
    .is_form .gf_step_label {
        margin-left: 16px;
        width: 16px;
    }
}
ol li {
  margin-top: 30px;
}
ol {
  margin-bottom: 30px;
}
/*
 * Fix: Align second menu col top
 */
#menu-primary-temporary li {
  margin-bottom: 15px;
}

#menu-primary-temporary a {
  padding: 0;
  margin-left: 8px
}

/*
 * Fix: Remove extra vertical border line from modal dialog
 */
.inner-dialog {
  border-left: none !important;
  border-right: none !important;
}

/*!**/
/* * Fix checked checkbox height*/
/* *!*/
/*.gfield_checkbox input:checked + label:before {*/
/*  padding: 2px 5px 0px 5px;*/
/*  margin: 6px 0 1px 0;*/
/*  position: absolute;*/
/*  box-sizing: border-box !important;*/
/*  display: inline-block;*/
/*  height: 30px;*/
/*  width: 30px;*/
/*  top: 0px !important;*/
/*  left: 0px !important;*/
/*}*/

/*
 * Fix modal font size to same than in the main page.
 */
.modal-dialog .inner-dialog p, .modal-dialog .inner-dialog ul {
  font-size: 16px !important;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding-left: 16px;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px !important;
}

.no-bg-image {
  margin-top: 0 !important;
}
#site-footer .container {
  max-width: 1200px;
}
.partial_entry_warning {
  display: none;
}
.page-template-page-accept ol li {
    margin: 30px !important;
  text-align: left !important;

}

/*
 * <styleCheckboxes.js>
 */
a.checkbox-link {
  -webkit-box-shadow: 5px 5px 15px 3px rgba(64,60,67,0.24);
  box-shadow: 0 2px 8px 1px rgba(64,60,67,.24);
}

a.checkbox-link:active, a.checkbox-link:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
  -webkit-box-shadow: 5px 5px 15px 3px rgba(64,60,67,0.6);
  box-shadow: 0 2px 8px 1px rgba(64,60,67,0.6);
}
/*
 * </styleCheckboxes.js>
 */

/**
 * <ask-more.php>
 */
.ask-more {
  position: fixed;
  right: 25px;
  width: 35px;
  height: 35px;
  background: url(assets/img/speech-icon-question.svg);
  background-size: contain;
  cursor: pointer;
  display: none;
}

/**
 * </ask-more.php>
 */

/**
 * Phone number validation hide
 */
.phonenumber .validation_message:first-of-type {
  display: none;
}

.ask-more-container .gform_wrapper .top_label .gfield_label {
  padding-left: 0 !important;
  font-size: 18px !important;
  text-align: left !important;
}
.has_modal h1 {
  color: #36404e; !important;
  font-size: 32px;

}

.salvation-prayer {
  text-align: center;
  font-style: italic;
}

/**
 * Page video
 */
.page-template-page-video .site-main {
  margin-top: 0 !important;
}
.page-template-page-video .ico_title {
  width: 50px;
  height: 50px;
  background: url(assets/img/menu-icons/life_changing_icon.png) 0% 50% no-repeat;
  background-size: contain;
}

.video-container {
  margin-bottom: 0 !important;
  padding: 0 !important;
  max-width: 80%;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow:  0px 5px 20px 2px rgb(34 60 80 / 10%);
  -moz-box-shadow:  0px 5px 20px 2px rgb(34 60 80 / 10%);
  box-shadow: 0px 5px 20px 2px rgb(34 60 80 / 10%);
  position: relative;
  padding-top: 56.25% !important;
  /*height: 0;*/
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Keep date close to the title on archive */
#archive-view .post .entry-title, #single-view .page-header .entry-title {
  padding-top: 30px !important; /* more space above the title */
  margin-bottom: 6px !important;
}
#archive-view .post .post-date, #single-view .page-header .post-date {
  margin-top: 0;
  font-size: 0.95em;
  color: #6b6b6b;
}
#single-view .page-header {
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}
