/*
Theme Name: TerceirizaFiel
Description: Tema desenvolvido para a empresa Terceiriza Fiel.
Version: 1.0.7
Author: Terceiriza Fiel
*/

body
{
    padding: 0;
    border: 0;
    margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: black;
	text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 16px;
	color: #0F3E76;
}

h2 {
    font-size: 14px;
	color: #0F3E76;
}

h3 {
    font-size: 12px;
	color: #0F3E76;
}

h4 {
    font-size: 11px;
	color: #0F3E76;
}

.title_date {
    font-size: 9px;
	color: #0F3E76;
}
.title_date img {
	float: left;
	border: 1px solid #ddd;
	width: 12px;
	margin-right: 2px;
	margin-left: 8px;
}

/* HEADER ***********************************************************************/

#header
{
	font-family: "Montserrat", arial, sans-serif;
	font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    color: gray;
    width: 100%;
    height: 60px;
	border-bottom: 1px solid gray;
}

#logo_header {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    margin-right: 20px;
    margin-top: 6px;
}

#menu_header {
	width: auto;
    color: gray;
	margin: 0 auto 0;
	clear: both;
	overflow: hidden;
	float: right;
    margin-right: 60px;
	height: 60px;
}

#menu_header .current-menu-item {
	color: white !important;
}

#menu_header ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 60px;
}
#menu_header li {
	float: left;
	list-style: none;
	margin-left: 3px;
	height: 60px;
}
#menu_header li a {
	color: gray;
	display: block;
	margin: 0;
	padding: 12px 15px;
	text-decoration: none;
	position: relative;
	height: 60px;
	line-height: 34px;
}
#menu_header li a:hover, #menu_header li a:active, #menu_header .current_page_item a, #menu_header .current-cat a, #menu_header .current-menu-item {
	color: white;
    background-color: #1669e1;
}
#menu_header li li a, #menu_header li li a:link, #menu_header li li a:visited {
	background: #555;
	width: 138px;
	margin: 0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: relative;
}
#menu_header li li a:hover, #menu_header li li a:active {
	background: #333;
	color: #FFF;
}
#menu_header li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
}
#menu_header li ul a {
	width: 140px;
}
#menu_header li ul ul {
	margin: -31px 0 0 159px;
}
#menu_header li:hover ul ul, #menu_header li:hover ul ul ul{
	left: -999em;
}
#menu_header li:hover ul, #menu_header li li:hover ul, #menu_header li li li:hover ul{
	left: auto;
}
#menu_header li:hover {
	position: static;
}


/* CONTAINER ***********************************************************************/

#container {
	position: relative;
	float: left;
    padding: 0;
    margin: 0;
	width: 100%;
}


/* SERVICES ***********************************************************************/

#services {
	font-family: "Montserrat", arial, sans-serif;
    font-weight: 500;
	position: relative;
	float: left;
    padding: 0;
    margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	color: gray;
	background-color: #383838;
	padding-top: 20px;
	padding-bottom: 20px;
}

#services h1 {
    font-size: 32px;
	font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 32px;
}

#services_inner {
	width: 60%;
	display: table;
	padding: 0;
	margin: 0 auto;
}

#services_button {
	float: left;
	width: 150px;
	height: 150px;
	margin-left: 15px;
	margin-right: 15px;
}

#services_button a {
	color: gray;
    font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 40px;
}

#services_button img {
	width: 90px;
	height: 90px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

#services_button a:hover {
	color: gray;
	text-decoration: none;
	box-shadow: 0 0 20px rgba(33,33,33,.2);
	background-color: #FFF;
}


/* ABOUT ***********************************************************************/

#about {
	font-family: "Montserrat", arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
	position: relative;
	float: left;
    padding: 0;
    margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	color: white;
}

#about h1 {
	font-family: "Montserrat", arial, sans-serif;
    font-weight: 500;
    font-size: 38px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
	color: white;
}

#about_1 {
	float: left;
	width: 33%;
	min-height: 400px;
	padding: 20px;
}

#about_2 {
	float: left;
	width: 33%;
	min-height: 400px;
	padding: 20px;
}

#about_3 {
	float: left;
	width: 34%;
	min-height: 400px;
	padding: 20px;
}


/* PARTNER ***********************************************************************/

#partner {
	font-family: "Montserrat", arial, sans-serif;
    font-weight: 500;
	position: relative;
	float: left;
    padding: 0;
    margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	color: white;
	background-color: #383838;
	padding-top: 20px;
	padding-bottom: 20px;
}

#partner h1 {
    font-size: 32px;
	font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 32px;
	color: white;
}

#partner_inner {
	display: table;
	padding: 0;
	margin: 0 auto;
}

#partner_icon {
	float: left;
    font-size: 16px;
	font-weight: bold;
	padding: 10px;
	max-width: 200px;
}

#partner_icon img {
	width: 100px;
	height: 100px;
}

#partner_icon p {
    font-size: 14px;
	font-weight: normal;
}


/* CLIENTS ***********************************************************************/

#client {
	font-family: "Montserrat", arial, sans-serif;
    font-weight: 500;
	position: relative;
	float: left;
    padding: 0;
    margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	color: white;
	background-color: blue;
	padding-top: 20px;
	padding-bottom: 20px;
}

#client h1 {
    font-size: 32px;
	font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 32px;
	color: white;
}

#client_inner {
	display: table;
	padding: 0;
	margin: 0 auto;
}

#client_icon {
	float: left;
    font-size: 16px;
	font-weight: bold;
	padding: 10px;
	max-width: 170px;
}

#client_icon img {
	width: 100px;
	height: 100px;
}

#client_icon p {
    font-size: 14px;
	font-weight: normal;
}


/* BLOG ***********************************************************************/

#blog {
	font-family: "Montserrat", arial, sans-serif;
    font-weight: 500;
	position: relative;
	float: left;
    padding: 0;
    margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	color: #383838;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url('/wp-content/themes/TerceirizaFiel/images/bg_blog.png');
	background-repeat: no-repeat;
	background-color: #FFF;
}

#blog h1 {
    font-size: 32px;
	font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 32px;
}

#blog_inner {
	display: table;
	padding: 0;
	margin: 0 auto;
}

#blog_icon {
	float: left;
    font-size: 16px;
	font-weight: bold;
	padding: 10px;
	max-width: 200px;
}

#blog_icon img {
	width: 200px;
}

#blog_icon p {
    font-size: 14px;
	font-weight: normal;
}


/* SOCIAL ***********************************************************************/

#social {
	font-family: "Montserrat", arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
	font-weight: bold;
	float: left;
    padding: 0;
    margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 80px;
}

#social .instagram {
	float: left;
	width: 33%;
	height: 80px;
	background-image: url('/wp-content/themes/TerceirizaFiel/images/social_instagram.png');
	background-repeat: repeat-x;
	background-position: center;
	background-color: #cc0000;
}

#social .facebook {
	float: left;
	width: 33%;
	height: 80px;
	background-image: url('/wp-content/themes/TerceirizaFiel/images/social_facebook.png');
	background-repeat: repeat-x;
	background-position: center; 
	background-color: #3b5998;
}

#social .whatsapp {
	float: left;
	width: 34%;
	height: 80px;
	background-image: url('/wp-content/themes/TerceirizaFiel/images/social_whatsapp.png');
	background-repeat: repeat-x;
	background-position: center; 
	background-color: #009900;
}

#social a, #social a:hover, #social a:visited {
	color: white;
	text-decoration: none;
}

/* FOOTER ***********************************************************************/

#footer {
	position: relative;
	float: left;
	font-family: "Montserrat", arial, sans-serif;
	font-weight: 500;
    font-size: 12px;
	padding-top: 80px;
    color: gray;
	text-align: center;
    background-color: #111;
    width: 100%;
}
#footer_logo {
    width: 100%;
    height: 120px;
	color: #FFF;
}
#footer_cp {
    width: 100%;
    height: 25px;
}


/* SIDEBAR ***********************************************************************/
#sidebar {
	float: left;
	font-family: "Montserrat", arial, sans-serif;
    font-weight: 500;
    padding: 30px;
    margin: 0;
	width: 300px;
	color: #383838;
}

#sidebar h2 {
    font-size: 24px;
	font-weight: bold;
	color: #0F3E76;
	padding-left: 30px;
}

#sidebar h2.category {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
	background-image: url('/wp-content/themes/TerceirizaFiel/images/icons/ico_category.png');
	background-repeat: no-repeat;
}

#sidebar ul {
	list-style-image: url('/wp-content/themes/TerceirizaFiel/images/icons/ico_list_ul.png');
}

#sidebar ul li {
    font-size: 18px;
	font-weight: bold;
	color: #175fb5;
}

#sidebar ul li a {
	text-decoration: none;
	color: #175fb5;
}

#sidebar ul li a:hover {
	text-decoration: none;
	color: #0F3E76;
}

/* BLOG PAGE ***********************************************************************/

#page {
	padding: 0;
	margin: 0;
}

#page_header {
	font-family: "Montserrat", arial, sans-serif;
    font-weight: 500;
	position: relative;
	float: left;
    padding: 0;
    margin: 0;
	width: 100%;
	height: 200px;
	color: #383838;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

#page_header_inner {
	display: table;
	padding: 0;
	margin: 0 auto;
}

#page_header_inner_img {
	float: left;
}

#page_header_inner_text {
	float: left;
    font-size: 24px;
	font-weight: bold;
	color: white;
	line-height: 24px;
}

#page_inner {
	padding: 0;
	margin: 0;
}

#page_content {
	font-family: "Montserrat", arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
	float: left;
	width: calc(100% - 300px);
	padding: 20;
	margin: 0;
	min-height: 300px;
	background-color: #f9fcff;
}

#page_content a, #page_content a:link, #page_content a:hover, #page_content a:visited {
	color: #0F3E76;
	font-weight: bold;
}

#page_content h1 {
    font-size: 22px;
	font-weight: bold;
    text-transform: uppercase;
	color: #0F3E76;
	margin-bottom: 0;
}

#page_content h2 {
    font-size: 20px;
	font-weight: bold;
    text-transform: uppercase;
	color: #0F3E76;
}

#page_content h3 {
    font-size: 18px;
	font-weight: bold;
    text-transform: uppercase;
	color: #0F3E76;
}

#page_content h4 {
    font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
	color: #0F3E76;
}
