/*
Theme Name: Shocoon
Theme URI: http://metcreative.com?theme=shocoon
Author: MetCreative
Author URI: http://metcreative.com/
Version: 1.0.3
Description: Clean Shop & Business Theme
License: GNU General Public License
License URI: license.txt
Tags: custom-header, custom-background, custom-menu, flexible-width, full-width-template, post-formats, theme-options
*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0;
    min-height: 40px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {

}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit,
.widget_product_search input[type="submit"]{
	display: none;
}

/*-------------------------------
	Metro Sidebar Components
 ------------------------------*/
.sidebar-widget {
    margin-bottom: 10px;
}

.sidebar-widget ul {
    margin-left: 5px;
}

.sidebar-widget ul li {
    font-size   : 14px;
    list-style: none;
}

.sidebar-widget ul li:after {
    display: block;
    clear: both;
    content: '';
}

.sidebar-widget ul li .children {
    margin-left: 20px;
}

.sidebar-widget ul li a {
    /*font-size   : 18px;
    line-height : 36px;*/
}

.sidebar-widget ul li a:hover {

}

.sidebar-widget select {
    width: 100%;
    margin-top: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size   : 13px;
}

.widget_calendar table {
    width: 100%;
    float: left;
    color: #FFFFFF;
}

.widget_calendar table a{
    margin-top: 0;
    padding-top: 0;
}

.widget_calendar table caption {
    font-size: 14px;
    padding: 10px 0;
}

.widget_calendar table tr td {
    text-align: center;
}

.widget_rss a.rsswidget:last-child {
    color: #FFFFFF;
}

.widget_rss li a.rsswidget {
    display: block;
    float: left;
    width: 100%;
    line-height: 15px;
    margin: 15px 0;
}

.widget_rss .rsswidget img {
    display: none;
}

.widget_rss cite {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    color: #000;
    font-size: 12px;
    margin-top: 5px;
}

.widget_rss .rss-date {
    display: block;
    float: left;
    width: 100%;
    font-size: 10px;
    margin-top: -10px;
    margin-bottom: 5px;
}

.widget_rss .rssSummary {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
}

.widget_search #searchform,
.widget_product_search form{
    margin: 0;
}

.widget_search input[type="search"],
.widget_product_search input#s{
    width: 92%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px;
}

.n_metro_title {
    float   : left;
    width   : 100%;
    color   : #FFFFFF;
    display : table;
    height  : 40px;
}

.n_metro_title:hover {
    text-decoration : none;
}

.n_metro_title span:first-child {
    background-color : rgba(91, 96, 96, 0.1);
    display          : table-cell;
    width            : 40px;
    height           : 40px;
    vertical-align   : middle;
    text-align       : center
}

.n_metro_title span:last-child {
    font-size   : 14px;
    line-height : 40px;
    margin-left : 15px;
}

/*-------------------------------
Metro Sidebar Categories Box
------------------------------*/
/*.widget_categories ul {
    float      : left;
    width      : 100%;
    margin     : 10px 0;
    list-style : none;
}

.widget_categories ul li {
    list-style: none;
    float: left;
    display: block;
    width: 100%;
}

.widget_categories ul li:last-child a {
    border-bottom : none;
}

.widget_categories a {
    position: relative;
    float: left;
    display: block;
    text-decoration: none;
    width: 100%;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #292929;
    font-size: 18px;
    color: #595959;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
}

.widget_categories a:after {
    position: absolute;
    right: 2px;
    top: 0;
    display: block;
    font-family: FontAwesome;
    content: '\f054';
    line-height: 36px;
    height: 36px;
    font-size: 9px;
    color: #595959;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
}

.widget_categories a:hover {
    color           : #000000;
}

.widget_categories a i {
    float      : right;
    margin-top : 11px
}*/

/*-------------------------------
Metro Sidebar Recent Work Box
------------------------------*/
.n_recent_work {
    position   : relative;
    float      : left;
    width      : 100%;
    margin-top : 3px;
}

.n_recent_work .n_recent_work_shadow {
    position         : absolute;
    left             : -9px;
    bottom           : -11px;
    width            : 164px;
    height           : 88px;
    background-image : url('../img/recent-work-shadow.png');
}

/*-------------------------------
Metro Sidebar Recent Posts Box
------------------------------*/
.n_recent_posts {
    float  : left;
    margin : 0;
}

.n_recent_posts li {
    float            : left;
    width            : 100%;
    background-color : #F2F2F2;
    margin-top       : 3px;
    list-style       : none;
}

.n_recent_posts a {
    display            : block;
    padding            : 15px 10px;
    -webkit-transition : all ease 0.3s;
    -moz-transition    : all ease 0.3s;
    -ms-transition     : all ease 0.3s;
    -o-transition      : all ease 0.3s;
}

.n_recent_posts a:hover {
    background-color : #00AAAA;
    text-decoration  : none;
}

.n_recent_posts a:hover h4,
.n_recent_posts a:hover p {
    color : #FFFFFF;
}

.n_recent_posts img {
    float   : left;
    width   : 50px;
    height  : 50px;
    display : block;
}

.n_recent_posts h4,
.n_recent_posts p {
    margin-left : 58px;
}

.n_recent_posts h4 {
    margin-top    : 0;
    color         : #151719;
    margin-bottom : 4px;
}

.n_recent_posts p {
    color         : #5B6A6F;
    font-size     : 10px;
    margin-bottom : 0;
}

/*-------------------------------
Metro Sidebar Tag Cloud Box
------------------------------*/
.tagcloud {
    margin-top: 20px;
}

.tagcloud a {
    font-size          : 13px!important;
    margin             : 0 2.5px;
    display            : inline-block;
    color: #FFFFFF;
    text-decoration    : none;
    color              : #FFF;
    padding: 4px 14px;
    background-color: #A4AEB9;
    -webkit-transition : all ease 0.3s;
    -moz-transition    : all ease 0.3s;
    -ms-transition     : all ease 0.3s;
    -o-transition      : all ease 0.3s;
}

.tagcloud a:first-child{
    margin-left: 0;
}

.tagcloud a:hover {
    background-color: #50535A;
    text-decoration: none;
}

.format-quote {
    margin-bottom: 20px !important;
}

.flexslider .slides {
    background: #171717;
}

.form-allowed-tags code {
    background: none !important;
    border: none;
    font-size: 12px;
    white-space: normal;
}

.comment-list, .comment-list > ul, .comment-list > li, .comment-list li[class*="depth"] {
    list-style: none;
}

.comment-list .children li {
    margin-bottom: 20px;
}

.footer-widget {
    margin-bottom: 20px !important;
}

#back-to-top {
    height                      : 9px;
    opacity                     : 0;
    filter                      : alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position                    : fixed;
    right                       : -50px;
    width                       : 49px;
    z-index                     : 9999;
    display                     : block;
    top                         : 85%;
    background-image            : url("img/back_to_top.png");
    background-repeat           : no-repeat;
    background-position         : center 15px;
    background-color            : #404040;
    font-size                   : 9px;
    font-weight                 : 900;
    color                       : #FFFFFF;
    text-align                  : center;
    line-height                 : 1;
    padding                     : 28px 0 12px 0;
    -webkit-border-radius       : 2px;
    -moz-border-radius          : 2px;
    border-radius               : 2px;
    -webkit-transition          : all ease .3s;
    -moz-transition             : all ease .3s;
    -ms-transition              : all ease .3s;
    -o-transition               : all ease .3s;
    cursor                      : pointer;
    -webkit-backface-visibility : hidden;
}

#back-to-top.back-to-top-on {
    right   : 10px;
    opacity : 0.7;
    filter  : alpha(opacity=70);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
}



#back-to-top.back-to-top-off {
    right : -59px
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #FFF !important;
}
footer .met_content {
    margin-top: -20px;
}

footer {
    color: #FFF;
	height: 30px;
}
.h1-empresa {
color: #777;
margin-bottom: 20px;
}

.met_text_block {
padding:30px 20px !important;
}

.met_menu_home {
background-color: #F18300 !important;
font-size: 25px;
padding: 0 19px;
}
.met_content.met_main_nav.met_bgcolor3.clearfix, .met_content.met_main_nav.met_bgcolor3.clearfix.met_fixed_nav {
background-color: #084093 !important;
}

.met_color2.met_bgcolor5 .met_title_stack.met_bold_one {
font-size: 18px;
}
.met_color2.met_bgcolor5 .met_title_stack {
font-size: 18px;
}
h2.met_title_stack {
color: #FFFFFF;
font-size: 24px;
margin: 0;
line-height: 27px;
}
.met_slider_item_caption.met_bgcolor4.met_bgcolor4 {
background-color: #424251 !important;
}

.met_slider_item_caption.met_bgcolor4.met_color2 .met_title_stack {
margin-bottom: 40px !important;
}
.met_color2.met_bgcolor5 {
background-color: #424251 !important;
}
#met_infobox_image_534c2cb65a328 .article.met_bgcolor5:after {
background-color: #424251 !important;
}

.met_color2 met_bgcolor5:after {
background-color: #424251 !important;
}

 .met_twitter_widget .caroufredsel_wrapper {
height:124px !important;
} 

.met_main_nav a:hover {
background-color:#f38032 !important;
}

.met_main_nav > ul li ul, .met_main_nav > ul li:hover, .sfHover {
background-color:#f38032 !important;
}

.met_main_nav > ul > li ul li a {
color:#FFF;
}

.icon-anil {
background-image:url(http://anilconsultoria.com.br/wp-content/uploads/2014/04/icon-anil.png) !important;
background-repeat:no-repeat;
display:inline-block !important;
height:30px !important;
width:28px !important;
margin-bottom:-4px;
}
footer .logo-own {
	margin-top: -30px;
	background-size: 100%;
}
footer .anil-consultoria {
	font-size: 12px; 
	margin-top: -15px;
	width: auto;
}
@media (max-width: 767px) {
	.met_img_with_text article {
		width: 100% !important;
	}
}
@media (max-width: 1168px) {
	footer .anil-consultoria {
		width: 360px;
	}
}

footer .logo-own {
position:absolute;
right:30px;
}

@media (max-width: 580px) {
footer {
height: 80px !important;
}
footer .logo-own {
position:relative;
margin:15px 0px 10px 47%;
display:block;
}
}

.aq-block.aq-block-met_page_header.aq-first .met_page_header {
background-color:#084093;
}

.met_page_header {
}

.met_text_block {
padding-left:0px !important;
}

.met_page_header h2:before {
border-color:transparent #084093 transparent transparent !important;
}

.met_main_nav a {
font-size:20px;
text-transform:uppercase;
font-weight:800;
}

.met_page_header {
background-color: #084093 !important;
}

.met_main_nav .met_icon_menu {
padding-left:25px !important;
}

.met_service_box > div {
line-height:78px !important;
}

.met_cacoon_sidebar.met_color2.met_bgcolor3.met_right_triangle {
background-color: #F1F4F7;
}

#aq-block-528-6 .met_cacoon_sidebar.met_right_triangle:before, #aq-block-528-2 .met_cacoon_sidebar.met_right_triangle:before {
border-color: #F1F4F7 transparent transparent transparent !important;
}

#aq-block-528-6 .met_aboutme_name, #aq-block-528-2 .met_aboutme_name {
display:none !important;
}

.met_recent_work_overbox a {
top:45%;
}


.met_team_member_overlay {
padding-top: 69% !important;
}

.sf-js-enabled.sf-arrows li ul li a:hover {
background-color:#FA9754 !important;
}

.wpcf7-form-control {
color:#FFF !important;
font-size:16px !important;
}

.wpcf7-form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFF;
}
.wpcf7-form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FFF;
}
.wpcf7-form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FFF;
}
.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FFF;
}

.wpcf7-form-control.wpcf7-submit.met_bgcolor.met_color2 {
background-color:#084093 !important;
margin-top:18px;
}
}

.flexslider.widget_flexslider ul li h3 a {
color:#FFFFF !important;
}

.met_team_member_details::before {
display: none !important;}

.met_team_member_details {
z-index:999;
}

.met_text_block ul li {
margin-bottom: 7px;
}
.met_recent_work_overbox span {
padding-top: 70px;
}

.met_img_with_text article p a {
color: #FFF;
font-weight: 800;
font-size:18px;
}

@media (min-width: 1170px) {
.blocks-empresa {
margin-top: -190px;
}
}

.blocks-empresa {
padding: 30px;
background-color: #F1F4F7;
}

.blocks-empresa img {
width:300px;
}

.blocks-empresa .esquerda img {
float:left;
margin: 0px 25px 25px 0px;
}

.blocks-empresa .direita img {
float: right;
margin: 45px 0px 25px 25px;
}

.blocks-empresa p {
text-align: justify;
}

.blocks-empresa h3 {
color: #686868 !important;
margin-bottom: 20px !important;
}

.blocks-empresa .direita {
margin-top:40px;
}

.clientes img {
max-width: 260px !important;
}

#aq-block-538-3 .met_cacoon_sidebar.met_color2.met_bgcolor3.met_right_triangle:before {
border-color: #F1F4F7 transparent transparent transparent;
}

#aq-block-538-3 .met_bgcolor.met_color2.met_aboutme_name {
display:none;
}

.met_text_block ul li {
list-style: circle;
}

.wpcf7-response-output {
border: 0px !important;
}

.form-allowed-tags {
display: none !important;
}

#aq-block-538-3 img {
height: 270px;
}

.ul-erp {
padding: 10px 0px 0 0;
}

.ul-erp li {
width: 50%;
float:left;
margin: 5px 0px;
list-style: circle !important;
}