/* LICENSE & DETAILS
   ==================================================

	Theme Name: Atelier Child Theme
	Theme URI: http://atelier.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress WooCommerce Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: atelier
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
.spb_parallax_asset {
    box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.wpcf7 .wpcf7-select {
    height: 40px;
}

/*planner*/

.ab-formGroup .ab-formLabel {
    font-family: Oswald,Arial, Helvetica, sans-serif;
    font-size: 18px;
}
label.ab-nowrap.ab-bold {
    font-family: Oswald,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #F3901D;
}

label.ab-bold{
    font-family: Oswald,Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    color: #F3901D;
}

body .ab-booking-form ul{
    font-family: Oswald,Arial, Helvetica, sans-serif;
}

.ab-formGroup .ab-formField .ab-formElement {
    border-radius: 0px!important;
}
.ab-first-step .ab-time-range select {
    border-radius: 0px!important;
}

/*CSS*/

.sf-icon-box[class*="sf-icon-box-left-icon"] .sf-icon-box-content-wrap h3 {
    font-family: oswald;
    font-size: 21px;
}

h6 {
    ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(12deg);
}
.spb-column-container.col-sm-3.service {
    border-right: solid 1px #EFEFEF;
}

.spb_content_element.col-sm-4.Korting.spb_text_column {
    margin-bottom: 0px !important;
}

.spb_divider.dotted {
    border-bottom-style: dashed;
    border-bottom-width: 2px !important;
}

#header-section #main-nav {
    border-top: dashed 2px #E3E3E3 !important;
}

#footer.footer-divider {
  border-top: dashed 2px #E3E3E3 !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea{
	font-size: 16px !important;
}

#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;
}

.spb_button_element.sf-animation.col-sm-12.centerbutton.none.sf-animate {
    margin: auto;
    display: block;
    max-width: 250px;
    width: 100%;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
