/*
 Theme Name:   Kadence Child
 Theme URI:    //heavyevents.fi/kadence-child
 Description:  Kadence lapsiteema
 Author:       Tomi Ojanen
 Author URI:   https://www.mainosartomi.fi
 Template:     kadence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kadence-child
*/

input.wpcf7-validates-as-date::after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 0;
    height: 100%;
    top: 0;
    width: 60px;
    background: #ff005a;
    z-index: -1;
}
input.wpcf7-validates-as-date::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 100%;
    background-color: #240015;
    z-index: -1;
}
@media screen and (min-width: 501px){
  input.wpcf7-validates-as-date{
    background: none !important;
    width:50% !important;
  }
}
@media screen and (max-width: 500px){
  input.wpcf7-validates-as-date{
    background-color: #240015 !important;
  }
}

.wp-block-table td, .wp-block-table th {
    border-right: solid 1px rgba(212, 20, 90, .3) !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: solid 1px #d4145a !important;
}
.wp-block-table thead {
    border-bottom: 3px solid #d4145a !important;
}

@media screen and (max-width: 500px){
  .art-header-desc p{
    text-align: left;
    padding-top:0px
  }
}
@media screen and (min-width: 501px){
  .art-header-desc p{
    text-align: right;
    padding-top:40px
  }
}
