/*
Theme Name: Iron Lady custom WordPress Theme
Theme URI: http://www.ironlady.nl
Author: WEBcentrIQ
Author URI: http://www.webcentriq.nl
Description: This custom theme is a bootstrap, mobile only one-page theme.
Version: 0.1
Text Domain: ironlady
*/

.padding-left {
    padding-left: 40px;
}

@media all and (max-width: 420px) {
	.padding-left {
    	padding-left: 30px;
	}

    .blouse-wrapper {
        display: none
    }

}

.adress {
    width: 50%;
    float: left;
}

.madeby {
    width: 50%;
    float: right;
}

.background-white {
    background-color: #ffffff;
}

#logo-text {
	position: relative;
}

.blouse-sidebar {
    margin-top: 25px;
}

.expand-cnt-link:before {
	content: "" !important;
	background: url('img/arrow_btn.svg') 0 0 no-repeat;
	background-size: contain;
    display:inline-block;
    width:16px;
    height:16px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	margin-right: 5px;
}

.ecf_closed:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* General button style (reset) */
.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0 !important;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

/* Button 1 */
.btn-1 {
    border: 1px solid #333;
    color: #333;
}

/* Button 1c */
.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e7e7e7;
}

.btn-1c:hover,
.btn-1c:active {
    color: #00c4b3;
}

.btn-1c:hover:after,
.btn-1c:active:after {
    width: 100%;
}
