/*
 Theme Name:     Ioweb Child Theme
 Theme URI:      http://
 Description:    IOWEB Child Theme
 Author:         IOWEB TECHNOLOGIES
 Author URI:     https://www.ioweb.gr
 Template:       demeter
 Version:        1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ioweb-child
*/
 
@import url("../demeter/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.body {
    background:#fff;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}
.io-row {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.io-row::after {
    content: "";
    display: block;
    clear: both;
}

.io-column {
    width:50%;
    float: left;
}

@media screen and (max-width: 768px) {
    .io-column {
        width: 100%;
    }
}
    
.io-about-us .cd-single-item  {
    background: transparent;
}

.io-captcha > div {
    display: block;
    margin: auto;
}

.njt_gdpr_data_rectification_form label {
    display: block;
}
.wpcf7-form {
	background: rgba(0,0,0,0.01);
	padding: 40px 10px;
	color: black;
	font-size: 15px;
}

.wpcf7-textarea {
    max-width: 100%;
}

.wpcf7-text {
    max-width: 100%;
}

.io-column > p {
	margin-top: 10px;
}

.knockout {
  background: url(http://apod.nasa.gov/apod/image/0603/coma_misti.jpg) -80px -80px;
  color: red;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
  font-size: 100px;
  font-family: arial, helvetica;
  width: 600px;
  margin: 50px auto;
  text-align: center;
}

.logo {
    width: 300px;
    height: 45px;
    top: 5px;
}

.cbp-af-header.cbp-af-header-shrink .logo {
    top:10px;
}

@media screen and (max-width: 1200px)
{
     .section .logo {
        width: 200px;
        height: 35px;
        background-size: 200px 35px;
        top: 15px;
    }

    .cbp-af-header.cbp-af-header-shrink .section .logo {
        width: 200px;
        height: 35px;
        background-size: 200px 35px;
        top: 15px;
    }
}