/*
Theme Name: Logistic - Child
Theme URI: http://logistic.freevision.me/
Author: freevision
Author URI: http://themeforest.net/user/freevision/portfolio
Description: Logistic is a premium responsive Wordpress theme created especially for logistic & transportation companies, offices.
Version: 4.3
Text Domain: vp_textdomain
Domain Path: /lang
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, white, yellow, tan, light, one-column, two-columns, right-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Template: logistic
*/

@import url("../logistic/style.css");



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Contact Form 7 */

/* Problemas com tamanho que checkbox tinha e fazia mudar de linha */
#content input[type=checkbox]{width:auto !important;}

#request-a-rate input[type=checkbox]{width:auto !important;}


/* Display block » Passar as checkboxes a serem apresentadas 1 por linha, e com um ligeiro espaçamento entre elas 
 * Displey inline-flexcontent » coloca as checkboxes em linha, e corrige o problema de ser block criado no acceptance*/
span.wpcf7-list-item {
	display: inline-flex;
	padding-bottom: 0.5em;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Ozy Essentials - Owl Carousel */ 

/* Arredondar os cantos no Owl Carousel - linha 5483 */
.owl-carousel,
.owl-carousel div {
	max-width: none !important;
	border-radius:4px;
}


/* Criado "botão" no carousel da página inicial - linha 5953 */
.ozy-owlcarousel .item.item-extended>a .overlay-two>p>span {
	display: inline-block;
	border: 1px solid #fff;
	padding: 6px 18px;
	font-size: 14px;
	margin-top:0.5em;
	border-radius:220px;
	text-decoration: none;
	margin-left:0.5em;
	line-height:1.5em;
}


/* Degradé de cor na imagem inicial - linha 5853 */

.ozy-owlcarousel .item.item-extended>a .overlay-one {

	position: relative;
	
	background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0px, rgba(0, 0, 0, 0.75) 3%, transparent 100%) repeat scroll 50% 50%;

	-webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000);

	   -moz-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000);

		 -o-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000);

			transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);

	   -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);

		 -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);

			transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */