/* 
Theme Name: DreamVillas 2015
Theme URI: http://www.santaideia.com/ 
Description: DreamVillas 2015 by Santa Ideia. 
Author: Santa Ideia
Author URI: http://www.santaideia.com/ 
Version: 1.0 
General comments/License Statement if any. 
*/ 


/* ------------------------------------
Gravity Forms
---------------------------------------*/


#gform_fields_7 input, #gform_fields_2 textarea{
font-size: 14px; /* or something else that suits your needs */
}


#gform_7 select {
font-size: 14px;
}

#gform_7 button {
font-size: 14px;
color: #00CC33;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-size: 1.0em;
    font-weight: normal;
}




.gform_wrapper ul { padding-left: 0; list-style: none }
 
.gform_wrapper li { margin-bottom: 15px }
 
.gform_wrapper form { margin-bottom: 0 }
 
.gform_wrapper .gfield_required { padding-left: 1px; color: #b94a48 }
 
.ginput_container input, .ginput_container select, .ginput_container textarea { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 18px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }
.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
color:#999
}
.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
color:#999
}
.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
color:#999
}
.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
color:#999
}
 
.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) }
 
.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea { cursor: not-allowed; background-color: #eee }
 
textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea { height: auto }
 
.ginput_container textarea { height: auto }
 
.gform_button { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 1.4em; font-weight: normal; line-height: 1.428571429; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; background-color: #ECA200; border: 0px solid transparent; border-color: #357ebd; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none }
 
.gform_button:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px }
 
.gform_button:hover, .gform_button:focus { color: #fff; text-decoration: none }
 
.gform_button:active, .gform_button.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); box-shadow: inset 0 3px 5px rgba(0,0,0,0.125) }
 
.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button { pointer-events: none; cursor: not-allowed; opacity: .65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none }
 
.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button { color: #fff; background-color: #3276b1; border-color: #285e8e }
 
.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button { background-image: none }
 
.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active { background-color: #ECA200; border-color: #357ebd }
 
.gform_wrapper .gfield_error .gfield_label { color: #b94a48 }
 
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea { color: #b94a48; background-color: #f2dede; border-color: #eed3d7 }
 
.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus { border-color: #b94a48; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6) }
 
.validation_error { padding: 15px; margin-bottom: 20px; color: #b94a48; background-color: #f2dede; border: 1px solid transparent; border-color: #eed3d7; border-radius: 4px }
 
.validation_error h4 { margin-top: 0; color: inherit }
 
.validation_error .alert-link { font-weight: bold }
 
.validation_error>p, .validation_error>ul { margin-bottom: 0 }
 
.validation_error>p+p { margin-top: 5px }
 
.validation_error hr { border-top-color: #e6c1c7 }
 
.validation_error .alert-link { color: #953b39 }
 
#gforms_confirmation_message { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px }
 
#gforms_confirmation_message h4 { margin-top: 0; color: inherit }
 
#gforms_confirmation_message .alert-link { font-weight: bold }
 
#gforms_confirmation_message>p, #gforms_confirmation_message>ul { margin-bottom: 0 }
 
#gforms_confirmation_message>p+p { margin-top: 5px }










 
.hidden {
position: absolute !important;
left: 0px;
top: -500px !important;
width: 1px;
height: 1px;
overflow: hidden;
}
.clear {
clear: both;
}
a images {
border: none;
}
images.noborder {
border: none !important;
}
.aligncenter,
.center {
text-align: center;
}
.entry-content .aligncenter,
images.center,
images[align="center"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.entry-content .alignright,
images[align="right"] {
float: right;
margin: 0 0 4px 8px;
display: block;
}
.entry-content .alignleft,
images[align="left"] {
float: left;
margin: 0 8px 4px 0;
display: block;
}
a[rel~="attachment"] images,
.gallery a images,
.wp-caption {
background-color: #F3F3F3;
border: 1px solid #ddd;
padding: 3px;
text-align: center;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
a[rel~="attachment"] images:hover,
.gallery a images:hover,
.wp-caption:hover {
padding: 2px;
border: 2px solid #27d;
}
.wp-caption a images,
.wp-caption a images:hover {
padding: 4px 0px 0px;
border: 0 none;
}
.wp-caption .wp-caption-text {
margin: 4px 0 2px;
}
/* Attachment */
.entry-content .attachment { 
text-align: center; 
}
/* Contact Form */
.contactform {
width: 100%;; 
position: relative;
}
.contactleft {
width: 15%; 
text-align: right;
clear: both; 
float: left; 
display: inline; 
padding: 4px; 
margin: 5px 0; 
}
.contactright {
width: 70%; 
text-align: left;
float: right; 
display: inline; 
padding: 4px; 
margin: 5px 0; 
}
.contacterror {
border: 1px solid #ff0000;
}
/* Primary Contents */
.hentry {
margin: 0 0 25px;
position: relative;
}
.entry-content {
font-size: 1.2em;
line-height: 1.8em;
text-align: justify;
color: #222;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
margin: 13px 0;
}
#dynamic-content .k2-asides .entry-content p,
#dynamic-content .k2-asides .entry-content ul,
#dynamic-content .k2-asides .entry-content ol,
#dynamic-content .k2-asides .entry-content div,
#dynamic-content .k2-asides .entry-content blockquote {
margin: 5px 0;
}
#dynamic-content .k2-asides {
margin: 15px 0;
}
#dynamic-content .k2-asides .entry-head,
#dynamic-content .k2-asides .entry-foot {
display: none;
}
#dynamic-content .k2-asides .entry-content {
display: block;
border-left: 2px solid #ddd;
padding-left: 20px;
}
.asides-permalink {
font-weight: bold;
}
.entry-content .map div { /* Google Maps Support */
margin: 0;
}
.metalinks {
margin-top: 3px;
}
#primary a.post-edit-link:hover,
#primary a.comment-edit-link:hover,
#primary a.comment-reply-link:hover {
text-decoration: none;
}
.columns-three .template-image #primary {
width: 670px;
}
.template-image .entry-foot {
position: absolute;
top: 0;
right: -220px;
width: 200px;
padding-top: 180px;
}
.columns-one .template-image .entry-foot {
position: relative;
width: auto;
top: auto;
right: auto;
padding-top: 0;
margin-right: 210px;
}
.columns-one .template-image #gallery-nav {
right: -210px;
top: 0;
width: 200px;
border-bottom: none;
}
.entry-foot h5 {
font-size: 1.5em;
font-weight: normal;
}
#gallery-nav images {
height: 96px;
width: 96px;
}
#gallery-nav {
top: 3.2em;
margin: 0;
position: absolute;	
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
#gallery-nav a {
text-decoration: none;
}
#gallery-nav a span {
display: block;
}
.attachment .hentry {
margin-left: 60px;
}
.template-image .hentry {
margin-left: 0;
}
.attachment-icon {
position: absolute;
top: 0;
left: -60px;
}
.attachment-image {
text-align: center;
}
.attachment-image .caption {
margin: 0;
}
.attachment-image .caption p {
display: inline;
}
.image-meta {
padding: 10px 0 10px 20px;
list-style-type: circle;
}
.image-meta li {
margin: 3px 0;
}
.image-meta span {
font-weight: bold;
display: block;
float: left;
width: 8em;
}
.alignleft {
float: left;
}	
.alignright {
float: right;
}	



img,
img[class*="align"],
img[class*="wp-image-"] {
   max-width: 100%;
   height: auto;
}

img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

img.alignright {
   margin-left: 1em 0 1em 1em;
}

img.alignleft {
   margin: 1em 1em 1em 0;
}

img.aligncenter{
   display: block;
   margin: 1em auto;
}

img#wpstats {
   display: block;
   margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
   .gallery .gallery-icon img {
   border: none;
}

.wp-caption {
   margin-bottom: 1em;
   margin-left: 0;
   max-width: 96%;
   text-align: center;
}

.wp-caption img {
   display: block;
   margin: 0 auto;
}

.wp-caption-text {
   position: relative;
   font-size: .8em;
}

.gallery {
   margin: 0 auto;
}

.gallery .gallery-item  {
   margin: 0;
   float: left;
   text-align: center;
   width: 33%;
}

.gallery a img {
   border: none;
}

.gallery-columns-4 .gallery-item {
   width: 25%;
}

.gallery-columns-4 .gallery-item img {
   width: 100%;
   height: auto;
}

.comments ol    {
   padding-left: 0;
}

.comments ol li {
   margin: 0;
}

.comment-author {
   padding: 0;
   text-decoration: none;
}


/* =Widgets
-------------------------------------------------------------- */
.textwidget { 
margin-bottom: 20px;
}
.widgets { 
width: 130px;
float: left;
padding: 0px 10px 20px 10px;
background-color: #FFFFFF;
}
.widgets h2{ 
color: #095b7b;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 24px;
text-transform: uppercase;
border-bottom: 1px solid #095b7b;
padding-bottom: 4px;
margin-bottom: 10px;
font-weight: normal;
}
.widgetst ul li
{
text-indent: 0px;
list-style-position: inside;
list-style-type: none;
padding: 0px 0px 0px 0px;
margin: 0px;
}
/* =Sidebars
-------------------------------------------------------------- */
#sidebarleft { 
width: 130px;
float: left;
padding: 0px 10px 20px 10px;
background-color: #FFFFFF;
}
#sidebarleft h1{ 
color: #095b7b;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 24px;
text-transform: uppercase;
border-bottom: 1px solid #095b7b;
padding-bottom: 4px;
margin-bottom: 10px;
font-weight: normal;
}
#sidebarleft ul li
{
text-indent: 0px;
list-style-position: inside;
list-style-type: none;
padding: 0px 0px 0px 0px;
margin: 0px;
}
#sidebarright { 
width: 130px;
float: left;
padding: 0px 10px 20px 10px;
background-color: #FFFFFF;
}
#sidebarright ul li
{
text-indent: 0px;
list-style-position: inside;
list-style-type: none;
padding: 0px 0px 0px 0px;
margin: 0px;
}

/*======================
DEFINITION LIST
========================*/
dl{ }
dt{ font-weight:700; text-decoration:none; margin-top:10px; border:0;   }
dd{ margin-left:18px; }
/*======================
MISC
========================*/
blockquote{ }
abbr{ }
acronym{ }
sub{ font-size:10px; line-height:1.5; vertical-align:bottom; }
sup{ font-size:10px; line-height:1.5; vertical-align:top; }
code{ }
small{ font-size:11px }
/* =Comments
-------------------------------------------------------------- */
#comments {
clear: both;
}
#comments .navigation {
padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
color: #000;
font-size: 20px;
font-weight: bold;
margin-bottom: 0;
}
h3#comments-title {
padding: 24px 0;
}
.commentlist {
list-style: none;
margin: 0;
}
.commentlist li.comment {
border-bottom: 1px solid #e7e7e7;
line-height: 24px;
margin: 0 0 24px 0;
padding: 0 0 0 56px;
position: relative;
}
.commentlist li:last-child {
border-bottom: none;
margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
margin-bottom: 18px;
}
#comments .comment-body p:last-child {
margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
margin-bottom: 24px;
}
.commentlist ol {
list-style: decimal;
}
.commentlist .avatar {
position: absolute;
top: 4px;
left: 0;
}
.comment-author {
}
.comment-author cite {
color: #000;
font-style: normal;
font-weight: bold;
}
.comment-author .says {
font-style: italic;
}
.comment-meta {
font-size: 12px;
margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
color: #888;
text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
font-size: 10px;
padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
color: #ff4b33;
}
.commentlist .children {
list-style: none;
margin: 0;
}
.commentlist .children li {
border: none;
margin: 0;
}
.nopassword,
.nocomments {
display: none;
}
#comments .pingback {
border-bottom: 1px solid #e7e7e7;
margin-bottom: 18px;
padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
margin-top: -6px;
}
#comments .pingback p {
color: #888;
display: block;
font-size: 12px;
line-height: 18px;
margin: 0;
}
#comments .pingback .url {
font-size: 13px;
font-style: italic;
}
/* Comments form */
input[type=submit] {
color: #fff;
}
#respond {
border-top: 1px solid #e7e7e7;
margin: 24px 0;
overflow: hidden;
position: relative;
}
#respond p {
margin: 0;
}
#respond .comment-notes {
margin-bottom: 1em;
}
.form-allowed-tags {
line-height: 1em;
}
.children #respond {
margin: 0 48px 0 0;
}
h3#reply-title {
margin: 18px 0;
}
#comments-list #respond {
margin: 0 0 18px 0;
}
#comments-list ul #respond {
margin: 0;
}
#cancel-comment-reply-link {
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
#respond .required {
color: #ff4b33;
font-weight: bold;
}
#respond label {
color: #888;
font-size: 12px;
}
#respond input {
margin: 0 0 9px;
width: 98%;
}
#respond textarea {
width: 98%;
}
#respond .form-allowed-tags {
color: #888;
font-size: 12px;
line-height: 18px;
}
#respond .form-allowed-tags code {
font-size: 11px;
}
#respond .form-submit {
margin: 12px 0;
}
#respond .form-submit input {
font-size: 14px;
}
#commentform { 
width: 350px;
height: auto;
font-size: 9px;
}
.contacthouse { 
border: 1px solid #ccc;
background-color: #ECEFE0;
width: auto;
height: auto;
padding: 4px 4px 4px 14px;
font-size: 11px;
}
#comentarios { 
width: 500px;
height: auto;
padding: 15px 25px 25px 25px;
float: left;
margin-top: 8px;
background-color: #efefef;
border-top: 8px solid #dfdfdf;
}
#come { 
width: 300px;
height: auto;
font-size: 9px;
}
.commentform { 
background-color: #F46720;
color: #fff;
width: 300px;
height: auto;
padding: 4px;
font-size: 13px;
}
.contacthead { 
border: 1px solid #ccc;
background-color: #e1e1e1;
width: auto;
height: auto;
padding: 10px;
}
.titulocon { 
background-color: #F46720;
color: #fff;
width: auto;
height: auto;
padding: 4px;
font-size: 13px;
}
.tituloconblue { 
background-color: #ffffff;
color: #F46720;
width: auto;
height: auto;
padding: 4px;
font-size: 16px;
}
.search { 
background-color: #fff;
color: #fff;
width: 150px;
height: auto;
padding: 12px;
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px;
}
.search-submit { 
background-color: #ddd;
color: #fff;
width: auto;
height: auto;
margin-top: 4px;
padding: 2px 2px 2px 2px;
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px;
}
.search-text { 
color: #333;
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px;
}


 ===============================
 ========== FORMS ==============
 ===============================
*/

#respond {
	margin-top: 140px;
}
fieldset {
	display: inline-block;
	width: 100%;
}
#comment-form,
.wpcf7 {
	padding-bottom: 10px;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	#comment-form label,
	.wpcf7-form label {
		display: block;
		margin-bottom: 5px;
		color: #414141;
	}
	#comment-form input[type=text],
	.wpcf7-form input[type=text] {
		margin-bottom: 20px;
		padding: 1%;
		width: 97%;
		border: 1px solid #e3e3e3;
	}
	.wpcf7-form input[type=text],
	.wpcf7-form input[type=email] {
		width: 98%;
		background-color: #eeeeee;
	}
#comment-form textarea,
	.wpcf7-form textarea {
		display: block;
		float: left;
		overflow: hidden;
		margin-bottom: 20px;
		width: 99%;
		height: 180px;
		border: 1px solid #e3e3e3;
	}
	.wpcf7-form textarea {
		width: 100%;
	}
	#comment-form input[type=submit],
	.wpcf7-form input[type=submit] {
		border: none;
		font-size: 1.4em;
		font-weight: normal;
		font-family: 'Open Sans', sans-serif;
		text-transform: capitalize;
		background-color:  #EC8013;
		color: #fff;
		padding: 12px;
	}
	.wpcf7-form input[type=submit] {
		width: 50%;
	}
span.wpcf7-not-valid-tip {
	top: 0;
	left: 0;
	padding: 6px;
	width: 180px;
	font-size: 12px;
	line-height: 18px;
}
.small-input {
	float: left;
	margin-right: 2%;
	width: 100%;
}
.small-input.last {
	margin-right: 0;
}

/* Contact */
.contact-info {
	color: #323232;
	font-size: 13px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.contact-info address {
		padding-bottom: 30px;
		line-height: 24px;
	}
	.contact-info a {
		color: #91c46c;
	}
.contact-details {
	line-height: 24px;
}


.contactboxy {
	float: left;
	margin-right: 2%;
	width: 100%;
        background-color: #E0EBEF;
        padding: 12px;
        border: 1px solid #D1E6EF;
}

.top {
	line-height: 24px;
}




