/*
Theme Name: tropical
Theme URI: #
Author: Admin
*/

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */



.alignleft {
    float: left;
    height: auto;
    padding: 7px;
    width: inherit;
}

.alignnone {
    float: left;
    height: auto;
    padding: 7px;
    width: inherit;
}
.alignright {
    float: right;
    height: auto;
    padding: 7px;
    width: inherit;
}

.aligncenter {
    display: block;
    float: none;
    height: inherit;
    margin: 0 auto;
    width: inherit;
}

.size-full {
    height: inherit;
    padding: 10px;
    width: auto;
}

span.ajax-loader {
    display: none !important;
}

div#wpcf7-f5-o1 p {
    display: none !important;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}

.wpcf7 h3 {
  color: #000 !important;
    text-align: center;
    text-transform: uppercase;
}

label {
  color: #000 !important;

}
textarea,
input::placeholder {
  color: #000 !important;

}
input {
  color: #000 !important;

}
input::placeholder {
  color: #000 !important;
}
label, input {
  color: #000 !important;
}

.inner-content-area h2:nth-child(2) {
	display: none !important;
}

div.wpcf7-mail-sent-ok {
    color: green !important;
}

div.wpcf7-validation-errors {
    color: red !important;
}


section.towers-top-content a {
    color: #000 !important;
}