/*
Theme Name:     A La Cumbre
Theme URI:
Description:    Customized
Author:         Robbert Peperkamp
Author URI:
Template:       adapt
Version:        1
*/


/* This @import line loads the stylesheet from the parent theme */
@import url("../adapt/style.css");
 
/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
	background: #137188 url(images/bg.png);
    font-size: 13px;
    line-height: 1.7em;
    color: #555;
    font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: square;
	padding: 0;
	margin-left: 15px;
}

a {
    text-decoration: none;
    color: #137188;
}
a:hover {
    text-decoration: underline;
	color: #137188;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
pre{
	margin: 20px 0;
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
blockquote{
	border-left: 4px solid #ccc;
	padding-left: 20px;
    margin: 30px 0px;
}

/*-------------------------------------------------*
/* =  Header
/*-------------------------------------------------*/

#masterhead {
	border-bottom: 1px solid #444;
}

#logo {
    float: left;
    max-width: 40%;
}

#taal{float:right;}

/*-------------------------------------------------*
/* =  masternav
/*-------------------------------------------------*/

#masternav {
	font-size: 14px;
}

.sf-menu a {
	color: #137188;
	text-transform: normal;
	font-weight:bold;
}

.sf-menu > li > a:focus,
.sf-menu > li > a:hover,
.sf-menu > li > a:active,
.sf-menu > li.sfHover > a,
#masternav .current-menu-item > a:first-child {
	color: #000;
}


/*-------------------------------------------------*
/* =  Slider
/*-------------------------------------------------*/

.flex-direction-nav li a.flex-prev:hover,
.flex-direction-nav li a.flex-next:hover {
	text-decoration: none;
	background: #137188;
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

ul.flex-direction-nav  {list-style:none;}



/*-------------------------------------------------*
/* =  Home Items
/*-------------------------------------------------*/

#home-tagline{
	border-bottom: 1px solid #444;
}


.portfolio-item{
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

h3.portfolio-item {
	display: block;
	font-size:18px;
	margin-top:10px;
	margin-bottom:0px;
}

/*-------------------------------------------------*
/* =  Headings
/*-------------------------------------------------*/
#page-heading{
	border-bottom: 1px solid #444;
}

.portfolio-item .h3 {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/* = Form Styling
/*-----------------------------------------------------------------------------------*/


/*inputs*/
input[type="text"],
input[type="password"] {
	margin-top: -12px;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    color: #999;
    padding: 7px;
   border: 1px solid #ddd;
    background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #bdbdbd !important;
	color: #444;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}


/*buttons*/
input[type="clean-button"],
.wpcf7-submit,
#commentSubmit {
	font-size: 12px;
	display: inline-block;
	background: #222;
	color: #fff;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
input[type="clean-button"]:hover,
.wpcf7-submit:hover,
#commentSubmit:hover {
	text-decoration: none;
	background: #3fb7b7;
}
input[type="clean-button"]:active,
.wpcf7-submit:active,
#commentSubmit:active {
}

/*contact form 7 specific*/
.wpcf7-form{
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"] {
	width: 250px;
}
.wpcf7 textarea {
    width: 95%;
	margin-top: 5px;
}
.wpcf7-form p {
	margin: 0;
	margin-bottom: 20px;
	font-weight: bold;
	}
.wpcf7-submit{
	margin-top: -5px;
}

div.wpcf7-validation-errors,
.wpcf7-not-valid-tip { 
	text-shadow: none;
	border: transparent !important;
	background: #f9cd00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	padding: 10px !important;
	font-weight: bold;
	color: #9C6533;
	text-shadow: 1px 1px 1px rgba(255,255,255, 0.4);
	text-align: center;
	margin: 0 !important;
} 
div.wpcf7-validation-errors{
	width: 95%;
	padding: 10px 5px !important;
}

.wpcf7-not-valid-tip {
	display: block;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	background: #FFF780 !important;
	font-size: 12px !important;
	margin-top: 8px !important;
	width: 40% !important;
}
span.wpcf7-not-valid-tip{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 11px;
	background: #ff5454 !important;
	border-color: #ff5454;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 10px;
	font-size: 11px;
	background: #59a80f !important;
	border-color: #59a80f;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*-----------------------------------------------------------------------------------*
/* = Footer/Copyright
/*-----------------------------------------------------------------------------------*/
#footer{
	background: #222;
	margin: 0 -30px;
	padding: 0 30px;
	color: #fff;
	font-size: 12px;
}
#footer a{
	color: #ccc;
	text-decoration: none;
}
#footer a:hover{
	color: #ccc;
text-decoration: underline;
}

#footer  ul{
	margin-left: 0px !important;
}
.footer-widget {
    color: #ccc;
    margin: 25px 0;
}