/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 11.2
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.kip_call {
  font-size:16px;
  font-weight:400;
}

.kip_call a {
  color:#fff;
  font-weight:400;
}

.layer-transparent {
display: block;
background: rgba(0,0,0,.5);
padding: 20px;
font-size: 15px;
color: white;
text-align: center;
vertical-align: middle;
}

.green_ul {
  margin-top:10px;
  margin-bottom:10px;
}

.green_ul li {
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAO0lEQVQoU2NkQAJTT/P9h3GzTT8xwthwBrICdIVgRdgUICuksiJcVsIcD3c4ukKsvkMOCnQ2ikm4FAIAUhwcCpgoUaEAAAAASUVORK5CYII=");
}


#aec-menu{
  display:none;
  visibility:hidden;
}

#aec-quickselect.hasDatepicker select.ui-datepicker-year , #aec-quickselect select.ui-datepicker-month{
	    height: auto;
    padding-top: 3px;
    margin-top: 0px;
    padding-bottom: 0px;
}

#aec-container #aec-calendar .fc-header-left span.fc-button-inner span.fc-button-content
{
  color:#000;
}

#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.btnkip {
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.btnkip input{
	padding-left:40px !important;
    padding-right:40px !important;
    font-size: 16px !important;
}