/*!
 * aural since v1.0 | Unicence
 */
 

/* BEGIN Light */

:root {
	--bs-link-color: #000;
	--bs-body-color: #000;
	--bs-link-hover-color: #000;
	--bs-nav-link-color: #000 !important;
}

@font-face {
	font-family: "Gilroy-ExtraBold";
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/aural/fonts/Gilroy-ExtraBold.ttf");
}

@font-face {
	font-family: "Gilroy-Light";
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/aural/fonts/Gilroy-Light.ttf");
}


body {
	font-family: "Gilroy-Light";
    font-weight: 500;
    font-style: normal;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1140px;
	}
}

a {
	text-decoration: none;
}

p {
	font-family: "Gilroy-Light";
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	line-height: 21px;
	color: #000;
}

h1 {
	font-family: "Gilroy-ExtraBold";
    font-weight: 500;
    font-style: normal;
	font-size: 24px;
	line-height: 1.5;	
} 

h2 {
	font-family: "Gilroy-ExtraBold";
    font-style: normal;
	font-size: 18px;
	line-height: 1.5;	
} 

h3 {
	font-family: "Gilroy-ExtraBold";
    font-weight: 500;
    font-style: normal;
	font-size: 20px;
	line-height: 1.5;	
} 

h4 {
	font-family: "Gilroy-ExtraBold";
    font-weight: 500;
    font-style: normal;
	font-size: 18px;
	line-height: 1.5;	
} 

h5 {
	font-family: "Gilroy-ExtraBold";
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	line-height: 1.5;	
} 

b, strong {
    font-weight: bolder;
    font-weight: bold;
}

.homebanner-container {
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 60px;
	padding-bottom: 60px;

}

.homebanner {
	overflow: hidden;
}

.bannerbgimg {
    background-position: 460px center;
    background-repeat: no-repeat;
    background-size: contain;
	padding-top: 100px;
    padding-bottom: 100px;
	position: relative;
}

.bannerbgimg:after {
    content: '';
    /* background: url(/wp-content/themes/aural/img/bg_part.svg);                       */
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 130%;
    float: right;
    right: 0px;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    margin-right: -50%;
    background-size: contain;
    z-index: -1;
	
}

.homebanner-container h1 {
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 480px;
    line-height: 1;
}

.homebanner-container p {
	font-family: "Gilroy-Light";
	font-size: 18px;
	line-height: 1.5;
}


.main-navbar {
	padding-top: 20px;
	padding-bottom: 20px;
}


.header-actions a {
	color: #000;
}


 /* the slides */
  .slick-slide {
      margin-right: 7px;
	  margin-left: 7px;
	  margin-bottom: 35px;
	  height: inherit !important;
  }


  /* the parent */
  .slick-list {
     margin-left: calc((100vw - 1147px) / 2) !important;
	 width:calc(100vw - ((100vw - 1093px) / 2)) !important;
	 
  }

.slick-track
{
    display: flex !important;
}


.bggradient {
	display: block;
	background: rgb(215,38,202);
	background: -moz-linear-gradient(90deg, rgba(215,38,202,1) 0%, rgba(61,65,180,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(215,38,202,1) 0%, rgba(61,65,180,1) 100%);
	background: linear-gradient(90deg, rgba(215,38,202,1) 0%, rgba(61,65,180,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d726ca",endColorstr="#3d41b4",GradientType=1);
	font-size: 16px;
	color: #fff;
	width: 240px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 30px;
	border: none;
	text-align: center;
}

.btn-primary {
	background: rgb(215,38,202);
	background: -moz-linear-gradient(90deg, rgba(215,38,202,1) 0%, rgba(61,65,180,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(215,38,202,1) 0%, rgba(61,65,180,1) 100%);
	background: linear-gradient(90deg, rgba(215,38,202,1) 0%, rgba(61,65,180,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d726ca",endColorstr="#3d41b4",GradientType=1);
	font-size: 16px;
	color: #fff;
	width: 240px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 30px;
	border: none;
	text-align: center !important;
}

.btn-primary:hover, .bggradient:hover {
	font-family: "Gilroy-ExtraBold";
	color: #fff;
}

.card {
	background-color: #c3aef7;
	border: none;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.card:hover {
	cursor: pointer;
}

.card-image {
    max-width: 180px;
    margin: 0 auto;
	padding-top: 30px;
}

.card-body {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.card-author {
	margin-bottom: 0px;
	text-align: center;
	margin-top: 10px;
}

.card-title {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.subheading-padding-left {
	padding-left: 110px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-21 {
	font-size: 21px;
}
.mw-400 img {
	max-width: 100% !important;
    height: auto !important;
}

.mw-400-text {
	max-width: 420px !important;
}

.info-block-col {
	background-color: #c3aef7;
	border: none;
	border-radius: 15px;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-left: 30px;
	padding-right: 30px;
	height: 100%;
	display: flex;
    flex-direction: column;
}

.info-block-col p {
	margin: 0px;
}

#site-footer {
	background-color: #F1ECF9;
	margin-top: 90px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.container-ierunatajs {
	position: relative;
}
.container-ierunatajs:after {
    content: '';
    /*background: url(/wp-content/themes/aural/img/bg_part.svg);         */
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 130%;
    float: right;
	left: 0px;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    margin-left: -50%;
    background-size: contain;
    z-index: -1;
}

.footer-container {
	padding-left: 80px;
	padding-right: 80px;
}

.footer-second-container {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	text-align: right;
}

.logo_footer {
	width: 140px;
}

.footer-first-container p {
    max-width: 280px;
	margin-bottom: 0px;
	margin-top: 30px;
}

#menu-footer-menu {
	list-style: none;
	padding-top: 50px;
}

#menu-footer-menu li {
	margin-bottom: 12px;
}

.footer-second-container h3 {
	margin-top: 30px;
	margin-bottom: 0px;
}

.copyright-line {
	margin-bottom: 0px;
	margin-top: 20px;
}

#menu-footer-menu li a:hover, .footer-second-container a:hover {
	font-family: "Gilroy-ExtraBold";
}

.nav-link {
	color: #000;
}

.nav-link:hover {
	font-family: "Gilroy-ExtraBold";
	color: #000;
}


.logo img {
	max-width: 160px;
}
  
#menu-main-menu li {
	padding-left: 10px;
	padding-right: 10px;
}

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0;
}

.animated-hamburger {
    width: 30px !important;
    height: 20px !important;
    position: relative !important;
    margin: 0px !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .5s ease-in-out !important;
    -moz-transition: .5s ease-in-out !important;
    -o-transition: .5s ease-in-out !important;
    transition: .5s ease-in-out !important;
    cursor: pointer !important;
}
    
.animated-hamburger span {
    display: block !important;
    position: absolute !important;
    height: 2px !important;
    width: 100% !important;
    border-radius: 9px !important;
    opacity: 1 !important;
    left: 0 !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .25s ease-in-out !important;
    -moz-transition: .25s ease-in-out !important;
    -o-transition: .25s ease-in-out !important;
    transition: .25s ease-in-out !important;
}
    
.animated-hamburger span {
    background: #000000 !important;
}
    
.animated-hamburger span:nth-child(1) {
    top: 0px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(2) {
    top: 7px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(3) {
    top: 14px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.navbar-toggler[aria-expanded="true"] .animated-hamburger span:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 0px !important;
    left: 8px !important;
}
    
.navbar-toggler[aria-expanded="true"] .animated-hamburger span:nth-child(2) {
    width: 0% !important;
    opacity: 0 !important;
}
    
.navbar-toggler[aria-expanded="true"] .animated-hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 21px !important;
    left: 8px !important;
}


#navbarmain .nav-link[aria-expanded="true"] {
	color: #9740C0;
	font-family: "Gilroy-ExtraBold";
}

.navbar-nav .dropdown-menu {
	border: 2px solid #8742BE;
	padding: 20px;
	min-width: 200px;
}

.login-dropdown-form .login-username, .login-dropdown-form  .login-password {
	margin-bottom: 7px;
}

.login-dropdown-form label {
	display: none;
}

.login-dropdown-form input {
	width: 240px;
}

.content_padding {
	padding-left: 120px;
	padding-right: 120px;
}

.how-it-works1:after {
    content: '';
    /*background: url(/wp-content/themes/aural/img/bg_part.svg);      */
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 130%;
    float: right;
	left: 0px;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    margin-left: -50%;
    background-size: contain;
    z-index: -1;
}

.how-it-works2:after {
    content: '';
    /* background: url(/wp-content/themes/aural/img/bg_part.svg);                 */
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 130%;
    float: right;
    right: 0px;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    margin-right: -50%;
    background-size: contain;
    z-index: -1;
	
}

.how-it-works3:after {
    content: '';
    /*background: url(/wp-content/themes/aural/img/bg_part.svg);                  */
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 130%;
    float: right;
	left: 0px;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    margin-left: -50%;
    background-size: contain;
    z-index: -1;
}

.how-it-works4:after {
    content: '';
    /*background: url(/wp-content/themes/aural/img/bg_part.svg);                         */
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 130%;
    float: right;
    right: 0px;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    margin-right: -50%;
    background-size: contain;
    z-index: -1;
	
}

.how-it-works1, .how-it-works2, .how-it-works3, .how-it-works4 {
	margin-bottom: 80px !important;
}

.page-heading {
	color: #8742BE;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 20px;
}



.site-header-image {
  display: block;
  margin: auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block; }

.wp-block-cover-text p {
  padding: 1.5em 16px; }

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0; } }

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 16px; }

header h2 a {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none; }
  header h2 a:hover {
    text-decoration: underline; }

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

.long-read {
  font-size: clamp(1em, calc(0.625em + 1vw), 1.25em);
  line-height: inherit; }

.more-link {
  display: block;
  margin-bottom: 1rem; }

.wp-block-code {
  padding: 0.5em 1em;
  margin: 0 0 1.5rem; }

.entry-content ul:not(.blocks-gallery-grid),
.entry-content ol {
  margin: 0 auto 1.5em auto;
  max-width: 720px;
  list-style-position: outside; }

.entry-content li {
  margin-left: 2.5em; }

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto; }

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0; }

.wp-block-quote {
  margin-left: 16px;
  margin-right: 16px;
  padding: 0; }

.wp-block-quote > * {
  margin-left: 1rem; }

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 36px auto;
  padding: 0; }

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 13px;
  font-size: 0.8125rem; }

@media screen and (min-width: 768px) {
  .wp-block-quote {
    margin: 48px auto; } }

.wp-block-pullquote > p:first-child {
  margin-top: 0; }

.wp-block-pullquote.alignright {
  margin-left: 2rem; }

.wp-block-pullquote.alignleft {
  margin-right: 2rem; }

.wrap-md {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-right: .75rem;
  padding-left: .75rem; }

.wrap-lg {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: .75rem;
  padding-left: .75rem; }

.entry-content > .alignwide,
.wp-block-image.alignwide,
.wp-block-gallery.alignwide {
  width: 100vw;
  max-width: 1100px;
  margin: 1.5em 0 1.5em 50%;
  transform: translateX(-50%); }

.entry-content > .alignwide > img {
  width: 1320px; }

.entry-content > .alignfull,
.wp-block-image.alignfull,
.wp-block-gallery.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin: 1.5em 0 1.5em 50%;
  transform: translateX(-50%); }

.entry-content > .alignfull > img {
  width: 100vw; }

.wp-block-columns {
  padding-right: 1rem;
  padding-left: 1rem; }

.wp-block-separator {
  margin: 3em auto;
  padding: 0; }

.wp-block-group > .wp-block-group__inner-container > * {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-group > .wp-block-group__inner-container > .alignwide {
  width: 100vw;
  max-width: 1100px;
  margin: 1.5em 0 1.5em 50%;
  transform: translateX(-50%); }

.wp-block-group > .wp-block-group__inner-container > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin: 1.5em 0 1.5em 50%;
  transform: translateX(-50%); }

.wp-block-group.has-background > .wp-block-group__inner-container > :first-child {
  margin-top: 0; }

.wp-block-group.has-background > .wp-block-group__inner-container > .alignfull {
  width: calc( 100% + 60px);
  max-width: calc( 100% + 60px);
  position: relative;
  left: -30px; }

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.attachment-post-thumbnail {
  margin-bottom: 1.5em; }

.wp-block-image img {
  display: block; }

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%; }

.wp-block-image.alignfull img {
  width: 100vw; }

.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
  max-width: 100%;
  width: 100%; }

.wp-block-image .alignfull,
.wp-block-gallery.alignfull {
  width: 100vw; }

.wp-block-image .alignright,
.wp-block-image .alignleft,
.wp-block-gallery.alignright,
.wp-block-gallery.alignleft {
}

.wp-block-image .alignright,
.wp-block-gallery.alignright {
  margin-left: 2rem; }

.wp-block-image .alignleft,
.wp-block-gallery.alignleft {
  margin-right: 2rem; }

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.wp-block-video video {
  max-width: 720px; }

.wp-block-table {
  overflow-x: auto;
  margin: 1.5rem0; }

.wp-block-table table {
  border-collapse: collapse; }

.wp-block-table td, .wp-block-table th {
  padding: .5em; }

#comments,
#reply-title {
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

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

.comment-list li {
  padding: 1rem; }

.comment-meta {
  margin-bottom: 1rem; }

.comment-list,
.comment-list .children {
  list-style-type: none; }

.comment {
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

main {
  flex: 1 0 auto; }
  
.logo img {
	max-width: 160px;
}
  
#menu-main-menu li {
	padding-left: 10px;
	padding-right: 10px;
}

.with_frm_style .frm_submit {
	display: flex;
    justify-content: flex-end;
}

#post_153 .with_frm_style, #post_153 .frm_forms, #post_138 .with_frm_style, #post_138 .frm_forms {
    max-width: 450px !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px !important;
}

.frm_ajax_loading {
    display: none !important;
}

.with_frm_style .frm_message p  {
	margin: 0px;
}

.frm_forms h2 {
	margin: 0px;
	color: #000000 !important;
}

.frm_conf_label, .with_frm_style .frm_primary_label {
	color: #000000 !important;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
    color: #000 !important;
    background-color: #eaedf6 !important;
    border-color: #eaedf6 !important;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal !important;
    box-shadow: none !important;
}

.with_frm_style input[aria-invalid='true'], .with_frm_style textarea[aria-invalid='true'], .with_frm_style checkbox[aria-invalid='true'] {
	border-color: #B94A48 !important;
}

:focus-visible {
    outline: none !important;
}

#menu-mans-profils {
	padding: 0px;
	list-style: none;
}

#menu-mans-profils li a, .navbar-nav .dropdown-menu a {
	font-size: 14px;
}

.dropdown-menu-mans-logins {min-width: 260px !important;}

.dropdown-menu-mans-profils a {
	text-align: right !important;
	width: 100%;
	display: block;
}

.current-menu-item a {
	color: #9740C0;
    font-family: "Gilroy-ExtraBold";
}

#menu-atjanot-paroli-registreties {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
    justify-content: space-between;
}

#menu-atjanot-paroli-registreties li a:hover {
	color: #9740C0;
    font-family: "Gilroy-ExtraBold";
}

#loginform input[type=text], #loginform input[type=password] {
	color: #777777 !important;
    background-color: #eaedf6 !important;
    border-color: #eaedf6 !important;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    width: 100%;
    font-size: 14px;
    padding: 3px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal !important;
    box-shadow: none !important;
}

#loginform input[type=submit] {
	color: #fff !important;
    background-color: #ac30c6 !important;
	border-color: #ac30c6 !important;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
	font-size: 14px;
	font-family: "Gilroy-ExtraBold";
	padding: 3px 10px;
}

#loginform input[type=submit]:hover {
	background-color: #9b2bb3 !important;
	border-color: #9b2bb3 !important;
}


.frm_style_formidable-style.with_frm_style input[type=submit], .with_frm_style .frm_submit button {
	color: #fff !important;
    background-color: #ac30c6 !important;
	border-color: #ac30c6 !important;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
	font-size: 14px;
	font-family: "Gilroy-ExtraBold";
	padding: 5px 70px;
	margin-top:20px;
}

.frm_style_formidable-style.with_frm_style input[type=submit]:hover, .with_frm_style .frm_submit button:hover {
	background-color: #9b2bb3 !important;
	border-color: #9b2bb3 !important;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
	margin-bottom: 15px;
}

.audigramatas-saturs h3 {
	display: none !important;
}

.frm_style_formidable-style.with_frm_style .frm_section_heading {
	margin-top: 0px !important;
}

.frm_repeat_sec {
	margin: 0 !important;
}

.with_frm_style .frm_dropzone .frmsvg {
	display: none !important;
}

.frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message, .frm_compact .frm_dropzone.dz-clickable .dz-message {
    width: 100% !important;
	color: #000 !important;
    background-color: #eaedf6 !important;
    border-color: #eaedf6 !important;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
	margin-bottom: 0px;
}

.frm_dropzone.frm_single_upload, .frm_dropzone.dz-clickable {
    min-height: 40px !important;
    margin-top: 0px !important;
    line-height: 1.2;
}

#frm_field_59_container {
	margin-bottom: 0px !important;
}

#frm_field_59_container p {
	margin-bottom: 0px;
}

.frm_compact_text button {
	text-decoration: underline !important;
}


#frm_field_conf_30_container label, #frm_field_conf_31_container label {
	display: none !important;
}

#frm_field_10_container {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 20px;
}

.frm_add_form_row {
	width: 100%;
	text-align: center;
	font-size: 14px !important;
	color: #777777 !important;
	font-family: "Gilroy-ExtraBold";
    background-color: #eaedf6 !important;
    border-color: #eaedf6 !important;
	border-radius: 7px !important;
    padding: 6px 10px !important;
	line-height: 1.3 !important;
}

.frm_remove_form_row {
	text-align: center;
    font-size: 18px !important;
    color: #000000 !important;
    font-family: "Gilroy-ExtraBold";
    background-color: #eaedf6 !important;
    border-color: #eaedf6 !important;
    border-radius: 7px !important;
    width: 25px;
    height: 25px !important;
    line-height: 1 !important;
    position: absolute !important;
    right: -35px !important;
    margin-top: -67px !important;
	background-image: url(/wp-content/themes/aural/img/minus.svg) !important;
    background-size: cover !important;
	background-position: center !important;
}

 .with_frm_style .frm_checkbox input[type=checkbox] {
    width: 40px !important;
    height: 40px !important;
	background-color: #eaedf6 !important;
    border-color: #eaedf6 !important;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
	outline: none !important;
    box-shadow: none !important;
 }
 
.with_frm_style .frm_checkbox input[type=checkbox]:hover {
	cursor: pointer;
}
 
.with_frm_style .frm_checkbox input[type=checkbox]:before {
    box-shadow: none !important;
}

.with_frm_style .frm_checkbox input[type=checkbox]:before {
    clip-path: none !important;
    border-radius: 0;
    background-image: url(/wp-content/themes/aural/img/check_mark.svg);
    background-size: cover;
	background-position: center;
    width: 40px;
    height: 40px;
	margin-left: -2px;
    margin-top: 0;

}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus {
	box-shadow: none !important;
}

label[for=field_ttt4l-0], label[for=field_l3e2b-0] {
	color: transparent !important;
}

.audio_book_container_info {
	background-color: #c3aef7;
    border: none;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 30px;
	padding-bottom: 20px;
	height: 100%;
}

.audio_book_container_info img {
	padding-left: 20px;
	padding-right: 20px;
}
.audio_book_container {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
}

.audio_book_container_action {
	text-align: center;
	margin-left: 40px;
    margin-right: 40px;
}
.audio_book_container_info img {
}

.delete-post {
	color: #fff !important;
    background-color: #ac30c6 !important;
    border-color: #ac30c6 !important;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    font-size: 14px;
    font-family: "Gilroy-ExtraBold";
    padding: 5px 70px;
    margin-top: 15px;
	display: block;
}

.delete-post:hover {
	background-color: #9b2bb3 !important;
	border-color: #9b2bb3 !important;
}

.audio_book_container_info h2 {
	font-family: "Gilroy-ExtraBold";
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}

.audio_book_container_info h3 {
	font-family: "Gilroy-Light";
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.audio_book_container_info p {
	margin-bottom: 0px;
	line-height: 18px;
}

#menu-mans-profils li a:hover, .dropdown-menu-mans-profils a:hover {
	color: #9740C0;
    font-family: "Gilroy-ExtraBold";
}

article {
	overflow: hidden;
}

#frm_field_10_container p a {
	text-decoration: underline;
}

.books_list_pdf {
	width: 100% !important;
    color: #000 !important;
	text-decoration: underline;
	display: block;
	text-align: center;
	padding: 6px 10px;
    background-color: #eaedf6 !important;
    border-color: #eaedf6 !important;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    margin-bottom: 0px;
}


@media (min-width: 992px) and (max-width: 1200px) { 

	.delete-post {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.audio_book_container_info {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.homebanner-container h1 {
		font-size: 56px;
	}
	
	.homebanner-container {
		padding-left: 90px;
		padding-right: 90px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.bannerbgimg {
		background-position: 360px center;
	}
	
	.slick-list {
		margin-left: 20% !important;
		width: 80% !important;
	}
	
	#site-footer {
		background-color: #F1ECF9;
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.info-block-col {
		padding-top: 70px;
		padding-bottom: 70px;
	}


}

@media (min-width: 768px) and (max-width: 992px) { 
	.delete-post {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.audio_book_container_info {
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 25px;
		padding-bottom: 20px;
	}


	.homebanner-container h1 {
		font-size: 48px;
	}
	
	.homebanner-container {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.bannerbgimg {
		background-position: 280px center;
	}
	
	.slick-list {
		margin-left: 20% !important;
		width: 80% !important;
	}
	
	.info-block-col {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.info-block-col h2 {
		line-height: 1.1;
	}
	
	
	#site-footer {
		background-color: #F1ECF9;
		margin-top: 50px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#menu-footer-menu li {
		margin-bottom: 7px;
	}
	
	.login-dropdown-form {
		width: auto !important;
	}
	
	.content_padding {
		padding-left: 50px;
		padding-right: 50px;
	}


}

@media (min-width: 576px) and (max-width: 768px) { 
	.delete-post {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.audio_book_container_info {
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.homebanner-container h1 {
		font-size: 36px;
		max-width: 280px;
	}
	
	.homebanner-container p {
		font-size: 16px;
	}
	
	.slick-list {
		margin-left: 10% !important;
		margin-right: 10% !important;
		width: 80% !important;
	}
	
	.homebanner-container {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.bannerbgimg {
		background-position: 180px center;
		background-repeat: no-repeat;
		background-size: contain;
		padding-top: 80px;
		padding-bottom: 80px;
		position: relative;
	}
	.content_padding {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	#frm_field_10_container {
		padding-left: 0px;
	}
	
	#frm_field_50_container {
		order: 1;
	}
	
	#frm_field_57_container {
		order: 2;
	}
	
	#frm_field_59_container
	{
		order: 4;
	}
	
	#frm_field_58_container
	{
		order: 3;
	}
	
	#frm_field_21_container{
		order: 5;
	}
	#frm_field_10_container {
		order: 6;
	}
	
	#post_155 .frm_submit {
		order: 7;
	}
	
	#frm_field_50_container h3 {
		padding-top: 0px !important;
	}
	
	.frm_form_fields .frm_fields_container {
		justify-content: center !important;
		display: flex !important;
		flex-direction: column !important;
	}
	
	.footer-second-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	#menu-footer-menu {
		padding-left: 0px;
	}
	
	.footer-container {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	#site-footer p {
		font-size: 16px;
		line-height: 1.25;
	}
	
	#menu-footer-menu li {
		margin-bottom: 7px;
	}
	
	#site-footer {
		margin-top: 50px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#navbarScrollingDropdown {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.navbar-nav .dropdown-menu {
		max-width: 280px !important;
	}
	.login-dropdown-form input {
		width: 100% !important;
	}
	
	.container-ierunatajs img {
		max-width: 320px !important;
		margin: 0 auto;
	}
	
	.wp-block-image .alignright {
		float: none !important;
		margin: 0 auto !important;
	}
	
	.mw-400-text {
		max-width: 100% !important;
		text-align: center;
	}
	
}


@media (max-width: 576px) {
	
	.delete-post {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.audio_book_container_info {
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	
	.homebanner-container {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
		
	.homebanner-container h1 {
		font-size: 32px;
		max-width: 280px;
		line-height: 1.2;
	}
	
	.bannerbgimg {
		padding-top: 50px;
		padding-bottom: 150px;
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 70%;
		background-image: none !important;
	}
	
	.subheading-padding-left {
		padding-left: 20px;
	}
	
	.slick-list {
		margin-left: 10% !important;
		margin-right: 10% !important;
		width: 80% !important;
	}
	.container-ierunatajs {
		
	}
	.container-ierunatajs img {
		max-width: 260px !important;
		margin: 0 auto;
	}
	
	.wp-block-image .alignright {
		float: none !important;
		margin: 0 auto !important;
	}
	
	.fs-18 {
		font-size: 16px;
	}
	.mw-400-text, .infoblock {
		padding-left: 10%;
		padding-right: 10%;
	}

	.info-block-col {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.footer-second-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	#menu-footer-menu {
		padding-left: 0px;
	}
	
	.footer-container {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	#site-footer p {
		font-size: 16px;
		line-height: 1.25;
	}
	
	#menu-footer-menu li {
		margin-bottom: 7px;
	}
	
	#site-footer {
		margin-top: 50px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#navbarScrollingDropdown {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.content_padding {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	#frm_field_10_container {
		padding-left: 0px;
	}
	
	#frm_field_50_container {
		order: 1;
	}
	
	#frm_field_57_container {
		order: 2;
	}
	
	#frm_field_59_container
	{
		order: 4;
	}
	
	#frm_field_58_container
	{
		order: 3;
	}
	
	#frm_field_21_container{
		order: 5;
		width: calc(100vw - 105px) !important;
	}
	#frm_field_10_container {
		order: 6;
	}
	
	#post_155 .frm_submit {
		order: 7;
	}
	
	#frm_field_50_container h3 {
		padding-top: 0px !important;
	}
	
	.frm_form_fields .frm_fields_container {
		justify-content: center !important;
		display: flex !important;
		flex-direction: column !important;
	}
	
	.navbar-nav .dropdown-menu {
		max-width: 280px !important;
	}
	.login-dropdown-form input {
		width: 100% !important;
	}
	
	.mw-400-text {
		max-width: 100% !important;
		text-align: center;
	}
}






