/*
Theme Name: Illdy child
Theme URI: http://metering.ilap.eu/wp-content/themes/illdy-child/
Author: Colorlib
Author URI: http://colorlib.com
Description: Illdy is a stunning multipurpose WordPress theme built based on Bootstrap frontend framework making it fully responsive and mobile friendly. This theme is well suited for business, landing page, portfolio or any other creative websites. This leaves heavy lifting to WordPress Customizer therefore you can create your website on live preview mode. Which means that you can see changes happen on your website in real time as you make them
Template: illdy
Version: 2.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio
Text Domain: illdy-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


h4{
	font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}


.top-header {
    padding-top: 5px !important;
}

.open-responsive-menu{
	display: block !important;
	position: fixed;
	z-index: 10;
	top: 0px;
	right: 0px;
	width: 50px !important;
	height: 50px !important;
	margin-right: 20%;

	outline-color: rgba(255, 255, 255, 0.0) !important;
	border: none !important;
	background-color: rgba(255, 255, 255, 0.0) !important;
}
.header-navigation{
	display: none !important;
}

.fa{
	font-size: 24px !important;
    padding-top: -5px !important;
}

i.fa.fa-bars{
	color: #ffffff !important;
}

@media only screen and (max-width: 993px) {
.responsive-menu{
	margin-right: 20%;
	background-color: rgba(255, 255, 255, 1.0) !important;
}}

@media only screen and (min-width: 993px) {
.responsive-menu{
	right: 0px;
	top : 50px !important;
	padding-right: 0px;
	margin-right: 20%;
	background-color: rgba(255, 255, 255, 1.0) !important;
}}

.responsive-menu > ul > li{
	padding: 0px;
}

.responsive-menu > ul > li > a{
	font-size: 14px !important;
	color: #05808F !important;
	text-transform: uppercase !important;
}

.menu-item > a:hover{
	color: #6bb0e2 !important;
}

.responsive-menu > ul{
	list-style-type: none;
	padding: 0px 10px;
	margin: 0px;
}

.bottom-footer{
	position: fixed;
	width: 100%;
	bottom: 0px;
}

.chw-widget-area{
	position: fixed;
	top: 0px;
	right: 0px;
	width: auto;
	margin-right: 25%;
}

.chw-widget > ul{
	list-style-type: none;
	padding: 0px;
}

.chw-widget > ul > li{
	float: left;
	padding: 0px 5px;
}

.cn-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin: 2px 0;
  padding: 12px 25px;
  background: none;
  background-image: none !important;
  background-color: #6bb0e2 !important;
  /* button color */

  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  border: 0px;
}

.cn-button:hover {
	opacity: 0.9;
}

div.bottom-footer {
	background-color:white;
	padding-bottom: 0px;
	padding-top: 5px;
	min-height: 40px;
}

span.bottom-copyright, span.bottom-cicap {
	color: rgb(0, 0, 0);
	font-size: 7px;
	text-transform: uppercase;
}

span.bottom-cicap > a {
	color: rgb(0, 0, 0);
	margin: 0px 20px;
}


span.bottom-copyright a {
	color:black;
}


.wpforms-container-full{
	width: 65% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	
}

.contact_formField{
	width: 48% !important;
}

.contact_formField > input{
	max-width: 100% !important;
}

.contact_formSubject > input{
	max-width: 100% !important;
}

.contact_formMessage > textarea{
	max-width: 100% !important;
}

.contact_formField > input, .contact_formSubject > input, .contact_formMessage > textarea {
	background-color: rgba(250, 250, 250, 0.65) !important;
	border-radius: 3px !important;
}

.contact_formBtn{
	border-radius: 3px !important;
	padding: 5px 20px !important;
	background:linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0.8)) !important;
	float: right !important;
	
}

.contact_formBtn:hover{
	background:linear-gradient(to right, #6bb0e2, #6bb0e2) !important;
	color: #ffffff !important;
}

.wpforms-field-label{
	color: #000000 !important;
}

