/*
	Theme Name: Beautysalon Irma
	Theme URI: http://www.beautysalon-irma.nl/
	Version: 1.0
*/

*			{ box-sizing: border-box; }
*::before,
*::after	{ box-sizing: border-box; }

.clearfix:after,
form:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; width: 0; }
.clearfix			{ display: inline-block; }
* html .clearfix	{ height: 1%; }
.clearfix			{ display: block; }

input,
select,
button { -webkit-appearance: none; outline: none; }

.clear		{ clear: both; }
strong, b	{ font-weight: 700; }
em			{ font-style: italic; }
u			{ text-decoration: underline; }

a,
button,
input[type="submit"] { transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; outline: none; }

html { width: 100%; overflow-x: hidden; }
body { width: 100%; overflow-x: hidden; margin: 0; padding: 0; font-family: 'Lato', sans-serif; background: #FFF; color: #202020; font-size: 15px; line-height: 160%; }

.orange { color: #d95293; }


/*
	Defined classes
*/

.col-1 { position: relative; width: 100%; padding: 0 25px;  }
.col-2 { position: relative; width: 50%; float: left; padding: 0 25px; }
.col-3 { position: relative; width: 33.33%; float: left; padding: 0 25px; }
.col-4 { position: relative; width: 25%; float: left; padding: 0 25px; }
.col-5 { position: relative; width: 20%; float: left; overflow: hidden; padding: 0 25px; }

.col-2-3 { position: relative; float: left; width: 66.67%; padding: 0 25px; }

.col-container { margin: 0 -25px; }


.table		{ display: table; width: 100%; }
.row		{ display: table-row; }
.td			{ display: table-cell; vertical-align: top; }

hr { display: block; background: #CCC; height: 1px; border: 0; }


/* Text lay-out */

h1, .h1 { position: relative; font-family: 'Oswald', sans-serif; font-size: 50px; color: #FFF; line-height: 120%; margin: 0; }
h2, .h2	{ position: relative; font-family: 'Oswald', sans-serif; font-size: 36px; color: #d95293; line-height: 120%; margin: 0; padding-bottom: 15px; }
h3, .h3	{ position: relative; font-family: 'Oswald', sans-serif; font-size: 20px; color: #202020; line-height: 120%; margin: 0; padding-bottom: 10px;  }

p	{ position: relative; font-family: 'Lato', sans-serif; color: #202020; font-size: 15px; line-height: 150%; padding-bottom: 25px; }

ul,
ol	{ position: relative; display: block; margin: 0 0 30px 30px; color: #202020;  }
ul li { list-style: none; }
ol li	{ list-style: decimal; }

#main ul li:before { display: inline-block; font-family: "FontAwesome"; content: "\f0da"; margin-left: 0; margin-right: 10px; color: #d95293; }

ul li,
ol li	{ position: relative; font-family: 'Lato', sans-serif; color: #202020; font-size: 15px; line-height: 150%; padding-bottom: 5px; }
ol li	{ }
ul ul { padding-bottom: 0; margin-bottom: 0; }

a		{ color: #d95293; text-decoration: underline; }
a:hover { color: #15cbd8; text-decoration: none; }

a.button { position: relative; font-family: 'Oswald', sans-serif; display: inline-block; background: #d95293; padding: 15px 40px; color: #fff; text-decoration: none; line-height: 150%; font-size: 20px; }
a.button:hover { background: #15cbd8; }
a.button.secundairy { border: 1px solid #fff; background: transparent;  }
a.button.secundairy:hover { background: #d95293; }
a.button.secundairy:after { display: inline-block; color: #fff; font-family: "FontAwesome"; content: "\f178"; margin-left: 10px; }

.align-center	{ text-align: center; }
.align-left	{ text-align: left; }
.align-right	{ text-align: right; }

.alignleft		{ float: left; margin-right: 30px; margin-bottom: 30px; }
.alignright		{ float: right; margin-left: 30px; margin-bottom: 30px; }


input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea { position: relative;  display: block; border: 1px solid #e3e3e3; background: #EFEFEF; padding: 10px; width: 100%; margin-bottom: 15px; font-family: 'Lato', sans-serif; color: #202020; font-size: 14px; line-height: 14px; }
textarea{ height: 200px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus { position: relative;  border: 1px solid #d95293; outline: none; }

input[type="submit"],
button { display: block; float: right; background: #d95293; padding: 20px 40px; border: 0; font-weight: 700; color: #FFF; font-family: 'Oswald', sans-serif; font-size: 20px; line-height: 20px; cursor: pointer; margin-bottom: 30px; }
input[type="submit"]:hover,
button:hover { background: #202020; color: #FFF;  }

span.wpcf7-not-valid-tip { display: block; margin: 0 0 20px 0; position: relative; color: red; font-family: 'Lato', sans-serif; font-size: 14px; }
input.wpcf7-not-valid,
textarea.wpcf7-not-valid { border: 1px solid red; }
div.wpcf7-response-output { font-family: 'Lato', sans-serif;  font-size: 19px; padding: 20px; margin: 20px 0 20px 0; width: 100%; color: red; font-size: 14px; line-height: 140%; text-align: left; border: 1px solid red; background: #fff;}
div.wpcf7-response-output.wpcf7-mail-sent-ok { border-color: #96CD40; color: #96CD40; background: #FFF; }

table { margin-bottom: 25px; }
table tr { }
table tr td.property { font-weight: bold; }
table tr:nth-child(even) td { background: #e3e3e3; }
table tr td { position: relative; font-family: 'Lato', sans-serif; color: #202020; font-size: 15px; line-height: 150%; padding: 10px 25px; }

.table { display: table; width: 100%; }
.table .tr { display: table-row; width: 100%; }
.table .td { display: table-cell; vertical-align: middle; }

iframe { display: block; width: 100%; height: auto; }

/*

	Kleuren:

	Paars:		#d95293;
	Grijs:		#202020;

*/



/* Website lay-out */

.wrap				{ position: relative; margin: 0 auto; width: 1200px; padding: 0 25px; }

header				{ position: relative; border-bottom: 3px solid #d95293; background-image: url('img/beeldmerk-beautysalon-irma.png'); background-position: top left; background-repeat: no-repeat; background-size: auto 100%; padding: 20px 0 20px 0; width: 100%; }
header #logo		{ display: block; float: left; font-family: 'Oswald', sans-serif;width: auto; height: auto; margin: 40px 0 0 0; padding: 0; text-decoration: none; color: #d95293; font-size: 40px; line-height: 40px; }

#header-image { position: relative; border-bottom: 3px solid #d95293; width: 100%; padding: 100px 0; background-size: cover; background-attachment: fixed; }
#header-image h1 { position: relative; margin: 0; padding: 25px; display: inline-block; background-color: rgba( 32, 32, 32, 0.8); }


#main-navigation { display: block; float: right; margin: 0; padding: 40px 0 0 0; list-style: none; }
#main-navigation ul { display: block; margin: 0; padding: 0; list-style: none; }
#main-navigation ul li { display: inline-block; position: relative; margin: 0; padding: 0 0 0 20px; list-style: none; }
#main-navigation ul li a { display: inline-block; position: relative; margin: 0; padding: 10px 20px; font-family: 'Oswald', sans-serif; color: #202020; text-decoration: none; font-size: 20px; line-height: 100%; }
#main-navigation ul li a:hover { color: #d95293; }
#main-navigation ul li.menu-item-has-children a:after { display: inline-block; margin-left: 5px; content: "\f107"; font-family: "FontAwesome"; }
#main-navigation ul li.current-menu-item a,
#main-navigation ul li.current_page_parent a { background: #d95293; color: #FFF; }

#main-navigation ul.sub-menu { position: absolute; left: 0; background: #fff; opacity: 0; visibility: hidden; z-index: 50; width: 300px; }
#main-navigation ul li:hover ul.sub-menu { opacity: 1; visibility: visible; -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4); -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4); box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4); }
#main-navigation ul.sub-menu li { display: block; padding: 0; }
#main-navigation ul.sub-menu li a { display: block; padding: 10px 40px; font-size: 16px; }
#main-navigation ul.sub-menu li a:after { display: none !important; }
#main-navigation ul.sub-menu li.current-menu-item a { font-weight: 700; color: #d95293; }

#main-navigation  ul li.current-menu-item ul a,
#main-navigation ul li.current_page_parent ul a { background: #FFF; color: #202020; }

#main { padding: 50px 0 25px 0; border-bottom: 3px solid #d95293; }

#content { display: block; position: relative; float: left; width: 66.67%; padding: 0 25px; }
#sidebar { display: block; position: relative; float: right; width: 33.33%; padding: 0 25px; }

#main img { display: block; max-width: 100%; height: auto; line-height: 0; }

.breadcrumbs { margin: -35px 0 15px 0; }
.breadcrumbs p { font-size: 13px; }



ul.album { display: block; margin: 0 -15px 0 -15px; padding: 0 0 25px 0; list-style: none; position: relative; z-index: 1; }
ul.album li { display: block; width: 167px; height: 167px; float: left; margin: 0 0 30px 0; padding: 0 15px; }
ul.album li a { display: block; overflow: hidden; margin: 0; padding: 10px; -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4); -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4); box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4); }
#main ul.album li:before { display: none; }
ul.album li a img { width: 100%; height: auto; display: block; line-height: 0; top: 50%; position: relative; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }

#sitemap ul { margin-bottom: 0; padding-bottom: 0; }

#map { display: block; position: relative; width: 100%; height: 500px; }

#home-intro			{ position: relative; z-index: 2; padding: 70px 0; -webkit-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4); -moz-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4); box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4); }
#home-intro .wrap	{ max-width: 750px; }
#home-intro .wrap p { font-size: 17px; }

hr.small			{ width: 150px; margin: 30px auto; }

#page-cta { background: #d95293; padding: 50px; position: relative; z-index: 1; margin: 25px 0; }
#page-cta p { display: block; width: 50%; text-align: center; float: left; font-size: 20px; line-height: 60px; padding: 0 25px 0 0; color: #FFF; font-family: 'Oswald', sans-serif;  }
#page-cta a.button { background: #FFF; color: #d95293; width: 50%; display: block; float: right; text-align: center; }

#usp				{ background: #15cbd8; }
#usp h2				{ color: #FFF; padding-bottom: 50px; }
#usp ul				{ display: block; width: 100%; margin: 0; padding: 0  ; list-style: none; text-align: center; }
#usp ul li			{ display: inline-block; margin: 0; padding: 0 30px; list-style: none; text-align: center; color: #fff; font-family: 'Oswald', sans-serif; font-size: 20px; }
#usp ul li span		{ display: block; text-align: center; font-weight: 700; font-size: 20px; width: 100%; }
#usp ul li span.icon { font-size: 50px; line-height: 50px; padding-bottom: 15px; text-align: center; }

article.blog-summary { display: block; position: relative; padding-bottom: 50px; }
article.blog-summary h3 a { text-decoration: none; color: #202020; }
article.blog-summary h3 a:hover { text-decoration: underline; }
article.blog-summary p.publish-info { display: block; margin-top: 0; font-size: 13px; font-style: italic; }
article.blog-summary p { margin-top: -25px; display: inline; }
article.blog-summary p.feat-img { margin-top: 0; display: block; }

p.pagination { clear: both; }
p.pagination span.page-numbers,
p.pagination a.page-numbers { display: inline-block; width: 30px; padding: 10px 0; text-align: center; text-decoration: none; color: #d95293; border: 1px solid #d95293; line-height: 100%; }
p.pagination span.page-numbers { color: #3a3a3a; border: 1px solid transparent; }
p.pagination a.next,
p.pagination a.prev { width: auto; text-decoration: none; border: 1px solid transparent; margin: 0 10px; }
p.pagination a.page-numbers:hover { color: #15cbd8; border-color: #15cbd8; }
p.pagination a.next:hover,
p.pagination a.prev:hover { text-decoration: underline; background: none; color: #15cbd8; border-color: transparent; }
p.pagination a.next i { margin-left: 5px; }
p.pagination a.prev i { margin-right: 5px; }

#content ul.social-share { display: block; margin: 0 0 30px 0; padding: 0; list-style: none; }
#content ul.social-share li { display: inline-block; margin: 0 5px 10px 0; padding: 0; list-style: none; }
#content ul.social-share li:before { display: none; }
#content ul.social-share li a { display: inline-block; margin: 0; padding: 0; width: 45px; height: 45px; line-height: 40px; font-size: 25px; color: #FFF; text-align: center; padding-top: 3px; }
#content ul.social-share li a.facebook		{ background: #365899; }
#content ul.social-share li a.twitter		{ background: #1da1f2; }
#content ul.social-share li a.linkedin		{ background: #006fa6; }
#content ul.social-share li a.googleplus	{ background: #db4437; }
#content ul.social-share li a.whatsapp		{ background: #09d261; }
#content ul.social-share li a:hover			{ background: #15cbd8; }


footer				{ display: block; position: relative; background: #202020; padding: 50px 0 50px 0; }
footer p,
footer a			{ color: #FFF; text-decoration: none; }
footer a:hover		{ color: #FFF; text-decoration: underline; }

footer span.day { display: inline-block; width: 50px; }

footer form { max-width: 400px; }

footer button { background: #15cbd8; color: #FFF; border: 0;  }
footer button:hover { background: #d95293; }
footer span.fa,
span.fa { display: inline-block; width: 30px; text-align: left; }

.footer-sm { display: block; margin: 0; padding: 10px 0 0 0; list-style: none; }
.footer-sm ul { display: block; margin: 0; padding: 0; list-style: none; }
.footer-sm ul li { display: inline-block; margin: 0 10px 20px 0; padding: 0; }
.footer-sm ul li a { display: inline-block; width: 45px; height: 45px; line-height: 45px; font-size: 22px; text-align: center; color: #FFF; background: #15cbd8; }
.footer-sm ul li a:hover { background: #d95293; color: #fff; }

footer a { text-decoration: underline; }

footer p.h3			{ color: #fff; }

#show-mob-nav,
#mob-nav { display: none; }

a.whatsapp { display: none !important; }
