/*
Theme Name: FIVE Framework
Theme URI: http://fivecreative.com.au
Author: FIVE - Guilherme Salum
Author URI: http://fivecreative.com.au
Description: FIVE Creative Internal Framework
Version: 1.3.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: five
Text Domain: five
*/

.clear { clear: both; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { max-width: 100%; }

.alignnone { margin: 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; white-space: nowrap; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

.bg-cover { background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
.container-fill { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.container-center { position: absolute; left: 50%; top: 50%;
	-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.ul-float { list-style: none; padding: 0; margin: 0; font-size: 0; }
.ul-float > li { display: inline-block; margin: 0; }

.arrow-top:after { content: ''; position: absolute; width: 0; height: 0; border-bottom: 7px solid black; border-right: 7px solid transparent; border-left: 7px solid transparent; top: -7px; left: 15px; }
.arrow-bottom:after { content: ''; position: absolute; width: 0; height: 0; border-top: 7px solid black; border-right: 7px solid transparent; border-left: 7px solid transparent; bottom: -7px; left: 15px; }

.five-loading > * { opacity: 0; }
.five-loading > svg { opacity: 1; }
.five-loading:after { content ''; width: 100%; height: 100%; z-index: 1000; left: 0; top: 0; }

.wpcf7-radio .checkbox input[type="radio"] { position: absolute; margin-left: -20px; }
.inline-elements .checkbox label { padding-left: 0; font-weight: normal;	 }
.inline-elements > .radio, .inline-elements > .checkbox { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; margin-top: 0; }
.inline-elements > .checkbox+.checkbox, .inline-elements > .radio+.radio { margin-top: 0; margin-left: 15px; }

.has-error .form-control, .has-error .form-control:focus { border-color: #f1ada4; }
span.wpcf7-not-valid-tip { display: block; padding: 6px 12px; margin: -1px 0 0; border: 1px solid #f1ada4; font-size: 14px; position: relative; background: #f9eeec; color: #983b2f; }
.wpcf7-radio.inline-elements, .wpcf7-checkbox.inline-elements { display: block; }
.inline-elements.wpcf7-not-valid { margin-bottom: 10px; }
div.wpcf7-validation-errors { border: 1px solid #f1ada4; margin: 20px 0 0; padding: 10px 15px; background: #f9eeec; color: #983b2f; }

.five-notice { list-style: none; padding: 15px 15px 12px; margin: 15px 0; background: #2981c8; color: #fff; }
.five-notice a { text-decoration: underline; }
.five-notice.five-notice-error { background: #d74242; }
.five-notice.five-notice-success { background: #15b14f; }
.five-notice.five-notice-info { background: #2981c8; }
.five-notice.five-notice-warning { background: #d8921f; }

div.wpcf7 .ajax-loader { display: none !important; opacity: 0 !important; visibility: hidden !important; position: absolute !important; width: 0px !important; height: 0px !important; }
form.wpcf7-form.five-loading > * { opacity: .3 }
form.wpcf7-form.five-loading > svg { opacity: 1; }
form.wpcf7-form.five-loading { position: relative; }
form.wpcf7-form.five-loading:after { content: ' '; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 999 }
