/*
Theme Name: A Temporária
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.14
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@media only screen and (min-width: 981px) {
	.header .et_pb_button_module_wrapper {
		float: left;
	}
}

/*** Header Menu ***/
@media only screen and (min-width: 981px) {
	.et_menu_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-pack: end;
    	    -ms-flex-pack: end;
    	        justify-content: flex-end;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
	}	
		.et_menu_container .logo_container {
			z-index: 0;
			left: 30px;
		}
		.page-id-1994 header .logo_container a:after {
			content: 'outsourcing';
			position: absolute;
			left: 77px;
			top: 30px;
			color: #fff;
			font-size: 11px;
			-webkit-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.page-id-1994 header #logo {
			margin-top: -10px;
		}
		.et_menu_container .menu-menu-trabalho-temporario-container,
		.et_menu_container .menu-menu-outsourcing-container {
			z-index: 1;
		}
		.et_menu_container .menu-menu-trabalho-temporario-container .menu,
		.et_menu_container .menu-menu-outsourcing-container .menu {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
			.et_menu_container .menu-menu-trabalho-temporario-container .menu li a,
			.et_menu_container .menu-menu-outsourcing-container .menu li a {
				display: block;
				padding: 20px 10px;
				font-size: 14px;
				color: rgba(255, 255, 255, .8);
				-webkit-transition: all 300ms ease 0ms !important;
				-o-transition: all 300ms ease 0ms !important;
				transition: all 300ms ease 0ms !important;
			}
			.et_menu_container .menu-menu-trabalho-temporario-container .menu li a:hover,
			.et_menu_container .menu-menu-outsourcing-container .menu li a:hover {
				color: rgba(255, 255, 255, 1);
			}
				.et-fixed-header .et_menu_container .logo_container {
					opacity: 1;
				}

		#et-top-navigation {
			display: none;
		}
}
@media only screen and (max-width: 980px) {
	.et_fixed_nav .et-fixed-header {
		position: fixed !important;
	}
	.menu {
		display: none;
	}
}

/*** Slider ***/
@media all and (min-width: 1405px) {
	.blurb_slider .et_pb_slider .et_pb_slide {
		width: 31.3333% !important;
	}
	.blurb_slider .et_pb_slide_image {
		top: -3px !important;
	}
}
@media all and (min-width: 768px) {
	.blurb_slider .et_pb_slide {
		padding: 0 30px 0 0;
	}
	.blurb_slider .et_pb_slider .et_pb_slide {
		display: block !important;
		width: 48.5%;
		min-height: 70px;
		margin: 0 0 3% 0;
		transition: all 300ms ease 0ms;
	}
	.blurb_slider .et_pb_slider .et_pb_slide:hover {
		transform: scaleX(1.02) scaleY(1.02);
	}
	.blurb_slider .et_pb_slide_image {
		margin-top: 0 !important;
    	position: absolute;
    	top: -5px;
	}
	.blurb_slider .et_pb_slide_with_image .et_pb_slide_description {
		float: left;
		padding-left: 70px;
		width: 100%;
	}
	.blurb_slider .et_pb_slide_image {
		width: 60px !important;
	    margin: 0 auto 20px;
	}
	.blurb_slider .et_pb_slide .et_pb_slide_image img {
		opacity: 1;
		-webkit-animation-name: fadeLeft;
		-moz-animation-name: fadeLeft;
		-ms-animation-name: fadeLeft;
		-o-animation-name: fadeLeft;
		animation-name: fadeLeft;
		-webkit-animation-duration: .7s;
		-moz-animation-duration: .7s;
		-ms-animation-duration: .7s;
		-o-animation-duration: .7s;
		animation-duration: .7s;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-delay: .6s;
		-moz-animation-delay: .6s;
		-ms-animation-delay: .6s;
		-o-animation-delay: .6s;
		animation-delay: .6s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
		max-height: 60px !important;
	}
	.blurb_slider .et_pb_slide_description {
		-webkit-animation-name: fadeBottom;
		-moz-animation-name: fadeBottom;
		-ms-animation-name: fadeBottom;
		-o-animation-name: fadeBottom;
		animation-name: fadeBottom;
		-webkit-animation-duration: .7s;
		-moz-animation-duration: .7s;
		-ms-animation-duration: .7s;
		-o-animation-duration: .7s;
		animation-duration: .7s;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-delay: .9s;
		-moz-animation-delay: .9s;
		-ms-animation-delay: .9s;
		-o-animation-delay: .9s;
		animation-delay: .9s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
	}
}
@media only screen and (max-width: 767px) {
	.blurb_slider .et_pb_slide_image {
		margin-bottom: 10px;
	}
	.blurb_slider .et-pb-arrow-next, .blurb_slider .et-pb-arrow-prev {
		opacity: 1;
	}
	.blurb_slider .et-pb-arrow-prev {
		left: 0;
	}
	.blurb_slider .et-pb-arrow-next {
		right: 0;
	}
}
.blurb_slider .et_pb_slider .et_pb_slide {
		opacity: 1 !important;
	}

/*** Carousel slider ***/
.owl-carousel .carousel-slider__post-image {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.owl-carousel .carousel-slider__post-title h2 {
	font-size: 18px;
}
.owl-carousel .carousel-slider__post-excerpt, 
.owl-carousel .carousel-slider__post-category, 
.owl-carousel .carousel-slider__post-author {
	display: none;
}
.owl-carousel .carousel-slider__post {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	background-color: #FFF;
	transition: all 300ms ease 0ms;
}
.owl-carousel .carousel-slider__post:hover {
	transform: scaleX(1.02) scaleY(1.02);
}
.owl-carousel .carousel-slider__post-publication-meta {
	color: #666;
}

/*** Portfolio ***/
.et_pb_portfolio_item .et_pb_module_header {
	margin: 0;
	padding: 20px 10px;
	background-color: #FFF;
	transition: background-color 0.5s ease;
}
.et_pb_portfolio_item .et_pb_module_header:hover {
	background-color: #F0F9F5;
	
}








/*** Post Slider ***/
@media only screen and (min-width: 1405px) {
	.et_pb_post_slider .et_pb_slide {
		width: 22.75% !important;
	}
	.et_pb_post_slider .et_pb_slide:nth-child(4n) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 981px) {
	.et_pb_post_slider .et-pb-slider-arrows {
		display: none;
	}
	.et_pb_post_slider .et_pb_slide {
		display: block !important;
		width: 31.3333%;
		margin-right: 3%;
		background-color: #fff;
	}
	.et_pb_post_slider .et_pb_slide:nth-child(3n) {
		margin-right: 0;
	}
}
.et_pb_post_slider .et_pb_slide {
	padding: 0;
	box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
	overflow: hidden;
}
.et_pb_post_slider .et_pb_slide .et_pb_container {
		height: auto !important;
	}
.et_pb_post_slider .et_pb_slide .et_pb_slide_image {
	margin-top: 0 !important;
	top: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	width: 100%;
}
.et_pb_post_slider .et_pb_slide .et_pb_slide_image img {
	max-height: none !important;
}
.et_pb_post_slider .et_pb_slide .et_pb_slide_description {
	padding: 30px;
}
.et_pb_post_slider .et-pb-arrow-prev, .et_pb_post_slider .et-pb-arrow-next {
	background-color: #36835b;
	border-radius: 30px;
}





















