/*
Theme Name: engenharia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: engenharia
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fizdigital is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}


/*--------------------------------------------------------------
# Geral
--------------------------------------------------------------*/

.site-main{
    padding:0 0 40px 0;
    clear: both;
    width:100%;
}

.single-lojas .site-main{
    padding:0;
}
@media only screen and (max-width: 720px) {
    
   .site-main{
        padding:0;  
    } 
}


body{
	color:#eee;	
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    background:#000 url(images/fundo3.jpg) no-repeat center bottom;
    background-attachment: fixed; 
    background-size: 100%;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color:#98d3f4; 
    font-size:22px;
    margin:20px 0;
}

.center{ text-align: center;}
.mini{ font-size:10px; text-align:center;}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #277796;	
	font-size: 12px;	
	line-height: 1;
	padding:8px 40px;   
    color:#fff;
    border:none;   
    text-transform: uppercase;
    float:left;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background:#4896BD;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color:#333;
  
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="file"],
textarea {
	color: #333;
    border:1px solid #eee; 
	width: 100%;   
    padding:5px 10px; 
    background:#fff;  
}

select {
	border: 1px solid #959595; 
    width: 100%;    
    padding-top:17px;
    padding-bottom:17px;
    padding-left: 10px;
    padding-right: 10px;    
    height:58px;
    border-radius:0px !important;
    
}

.select-form {
	border: 1px solid #959595; 
    width: 100%;    
    padding-top:17px;
    padding-bottom:17px;
    padding-left: 10px;
    padding-right: 10px;    
    border-radius: 0px;   
    height:58px;  
}


input[type="file"]{
	font-size: 12px;
}


textarea {
	padding:11px 5px;
    margin-bottom:10px;         
}

.wpcf7-form p{
    margin-bottom:5px;    
}
.wpcf7-form  .ajax-loader{
    position: absolute;
    top: 0;
    right: 0;
    
}

label
{
  width: 100%;
  margin-bottom:5px;
  font-weight:300;
}

.home p, .page p{
    text-align: justify
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#98d3f4;
    text-decoration:underline;
}

a:hover
 {
	color:#cbedff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color:#000;    
    font-size:13px;   
    text-transform: uppercase;
    font-weight:bold;
    
   }

:-moz-placeholder {
	color:#000;   
   font-size:13px;   
    text-transform: uppercase;
     font-weight:bold;
    
}

::-moz-placeholder {
	color:#000;  	
    font-size:13px;  
    text-transform: uppercase;
    font-weight:bold;
   
}

:-ms-input-placeholder {
	color:#000;  
    font-size:13px;  
    text-transform: uppercase;
     font-weight:bold;
    
}


/*--------------------------------------------------------------
##  Header
--------------------------------------------------------------*/

.site-header{
    width: 100%;    
    padding:8px 0 8px;    
}

.site-branding{
    padding:7px 0 0 0;   
}

.site-header p{
    text-align: right;
    font-size:26px;
    color:#98d3f4;
    padding:35px 0 0 0;
}

@media only screen and (max-width: 720px) {
    
    .site-header{
        position:inherit;      
}
    
    .site-header{
        padding:20px 0;
}
    .site-branding img{
        display: block;
        margin: 0 auto 20px;
    }

    
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  
    .site-branding{
            padding:15px 0 0 0;   
    }
    
}

/*--------------------------------------------------------------
##  Menu
--------------------------------------------------------------*/

.menu-header{
    padding:70px 0;
}

.menu-header ul{
    padding:0;
    margin: 0;    
}
.menu-header ul li{
    list-style: none;
    float: left;
    width: 100%;
    text-align: right;
}

.menu-header ul li a{
    color:#fff; 
    float: left;
    padding:10px 0;
    border-bottom: 1px dashed #fff;
    text-decoration: none;
    width: 100%;
}
.menu-header ul li a:hover{
    color:#ccc;    
}

.linha-vertical img{
    display: block;
    margin:50% auto 0;    
}


/*--------------------------------------------------------------
#  Home
--------------------------------------------------------------*/

.introducao{
    padding:10px 0 0;    
}
.introducao h1{
    font-size:42px;
    margin-bottom:40px;
    color:#98d3f4;
    text-align: center;
}

.introducao p{
    margin-bottom:21px;
}

.introducao a{
   text-decoration: none;
}


@media only screen and (max-width: 720px) {
    .introducao{
        padding:20px 0;    
    }  
    
    .introducao p{
        text-align: center;
    }   
    .menu-header{
            padding:20px 0;
    }
  
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
   
.introducao h1{
    font-size:32px;
    margin-bottom:40px;
    color:#000;
    text-align: center;
}
    
 .menu-header{
            padding:20px 0;
    }

 
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
.introducao p{
    font-size:13px;
} 
 .menu-header{
            padding:20px 0;
    }

   
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin:6px 1.5em 0 0;   
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em; 
    border: 4px solid #fff;
    margin-bottom: 10px;    
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
    border: 4px solid #fff;
    margin-bottom: 10px; 
    
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin:0 0 40px 0;
}


.widget select {
	max-width: 100%;
}

.widget h4, h4.widget-title{
    color:#3c3c3c;
    margin-bottom:30px;
    font-size:23px;
    text-transform: uppercase;
}
.widget ul{
    margin:0;
    padding: 0;
}
.widget ul li{
     list-style: none;
}
.widget .social-sidebar ul li{   
    float:left;
    margin: 0 15px 0 0;
}
.widget .social-sidebar ul li{
    list-style: none;
    float:left;
    margin: 0 15px 0 0;
}
.widget img:hover{
    opacity: 0.7;
}


.widget_categories ul li{
    display: block;
    padding:5px 0;
    border-bottom: 1px solid #F5EFD7;    
       
}
.widget_categories ul li:first-child{
    padding:0 0 5px 0
}

.widget_categories ul li:last-child{
  border:none;
       
}
.widget_categories ul li a{
    display: block;
    text-decoration: none; 
    
}
.widget_categories ul li a:hover{
    text-decoration:underline;    
}

.widget_recent_entries ul li{
    display: block;
    padding:5px 0;    
    border-bottom: 1px solid #F5EFD7;
}
.widget_recent_entries ul li a{
    text-decoration: none;
}
.widget_recent_entries ul li a:hover{
    text-decoration:underline;
}
.widget_recent_entries ul li:last-child{
    border:none;
}
.widget_recent_entries ul li:first-child{
    padding:0 0 5px 0
}
.screen-reader-text{
    display: none;
}


.widget_search input[type='text']{
    color:#333;
}

.widget_search input[type='submit']{
    width: 20%;    
    position: absolute;
    right: 0;
    top: 0;    
    background-image: url('images/lupa.png');
    background-position: center center;
    background-repeat: no-repeat;
    padding:24px 0 23px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.box-post{
     background:#fff;
    padding:30px 0 15px;
 -webkit-box-shadow: 1px 1px 2px 0px rgba(191,191,191,1);
-moz-box-shadow: 1px 1px 2px 0px rgba(191,191,191,1);
box-shadow: 1px 1px 2px 0px rgba(191,191,191,1);
    
}
.box-post img{
    display: block;
    margin: 0 auto;   
}

@media only screen and (max-width: 720px) {
    .box-post{
        background:#fff;
        padding:10px 10px; 
        text-align: center;
    }
    
}
.sticky {
	display: block;
}

.hentry {
	margin:0 0 30px 0; 
    border-bottom: 1px solid #eee;
    padding-bottom:30px;      
}
.hentry:last-of-type {
    border: none;
    padding-bottom:0;
	     
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin:0 0 10px 0;
}
.entry-summary{
    text-align:left;
   
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
}
.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;	
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;	
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
    font-size: 12px;
    float:right
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
    font-size:11px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    margin:0 10px 10px 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.entry-meta{
    text-align:left;
    padding:5px 0;
    font-weight: bold;
    color:#000;
}
.entry-meta a{
    color:#000;
}
.entry-meta a:hover{
    color:#333;
}





/*--------------------------------------------------------------
##   Blog home
--------------------------------------------------------------*/

.blog-home{
     padding:40px 0; 
}
.blog-home h3{
    text-transform: uppercase;
    text-align: center;
    font-size:21px;
    font-weight: 300;
    margin-bottom: 40px;
}
.blog-home img{
    display: block;
    margin: 0 auto;    
}

.box-post-recente-home{
    padding:0 25px;    
}


/*--------------------------------------------------------------
##  Titulos das Páginas
--------------------------------------------------------------*/

.entry-header{
    padding:0;     
}

.page-header{
    width: 100%;
    padding:0;
    border: none;
    
}
.entry-title{
    font-size:23px;
    font-weight:300;
    margin: 0 0 20px 0;   
}

.page-title{
    font-size:42px;
    font-weight:300;
}


@media only screen and (max-width: 720px) {
    
  .page-title{   
        font-size:36px;  
  }  
  .page-header{
    padding:0;
   
}
    
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    
.page-header{
    padding:0;
   
}
   
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer{
    overflow: hidden;
    margin: 0;
    padding:22px 0;
    font-size:11px;
}
.info-footer{
    text-align:right;
    text-transform: uppercase;
    padding:20px 0 0 0;
}

@media only screen and (max-width: 720px) {
    

    
}
@media only screen and (min-width: 960px) and (max-width: 1160px) {
    .info-footer{
        font-size:10px;
    }
    
    ::-webkit-input-placeholder {
	font-size:12px;     
   }

:-moz-placeholder {
	font-size:12px; 
    
}

::-moz-placeholder {
	font-size:12px; 
   
}

:-ms-input-placeholder {
	font-size:12px; 
    
}
  
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .sub-footer h5{
        font-size:16px; 
    }
     .sub-footer h4{
         font-size:16px; 
    }
     .info-footer{
        font-size:10px;
    }
    
    ::-webkit-input-placeholder {
	font-size:12px;     
   }

:-moz-placeholder {
	font-size:12px; 
    
}

::-moz-placeholder {
	font-size:12px; 
   
}

:-ms-input-placeholder {
	font-size:12px; 
    
}
}


/*--------------------------------------------------------------
##   Menu Footer
--------------------------------------------------------------*/

.menuFooter ul{
    padding:10px 0 0 0;
    margin: 0;
}

.menuFooter ul li{
    float: left;  
    margin: 0;
    padding: 0;  
    list-style: none;
    font-size:11px;
}
.menuFooter ul li a{
    color: #98d3f4;
    text-transform: uppercase;
    text-decoration: none;
    padding:10px 10px;
    float: left;
    text-align: center;
   
}
.menuFooter ul li a:hover{
     text-decoration:underline
}
@media only screen and (max-width: 720px) {
    
 .menuFooter ul{
    padding:0;
    margin: 0;
}

.menuFooter ul li{
     width: 100%;
    text-align: center
}
.menuFooter ul li a{
  text-align: center;
    width: 100%;
   
}    
}


@media only screen and (min-width: 960px) and (max-width: 1160px) {
   
.menuFooter ul li{
     font-size:10px;
            }
  
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
.menuFooter ul li{
     font-size:10px;
}
   
}


/*  Erro 404
/* ------------------------------------ */

.error-404{
    text-align: center;
    padding:70px 0;
}


/**
 * 1.0 Paginação
 */
.pagination > li > a, .pagination > li > span{
    border-color: #eee;
    color:#5a5a5a;
    margin: 0;
    background: #eee;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background:#806195;
    border-color:#806195;
    margin: 0;
}


/*  Post relacionados
/* ------------------------------------------------------------------------- */

.relacionados{
    padding:0;    
}

.relacionados h4{
   margin-bottom:30px;       
}
.relacionados img:hover{
        opacity:0.8;
}

/*--------------------------------------------------------------
#  Comentários
--------------------------------------------------------------*/

.comments-area {
	margin:0 0 60px 0;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top:30px;
}

.comments-title,
.comment-reply-title {
	font-weight: 700;
	line-height: 1.3125;
	font-size:18px;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;	
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #806195;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 13px;	
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
    background-color: #806195;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #fff;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;   
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
	color:#000 !important;
}

.comment-form label {
	color: #333;
	display: block;		
	margin-bottom:5px;
	}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}


.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 14px;	
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;	
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #900;	
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}




/* = Ação
-------------------------------------------------------------- */

a.btn{
    font-size:14px;
    padding:12px 30px;
    text-decoration:none;    
    border-radius:0; 
    text-transform: uppercase;
    
    
}

a.btn-branco{ background:#fff; border: 1px solid #000; color: #000;  }
a:hover.btn-branco{ background:#3E90B6; color:#fff; }

a.btn-transparent{ background: rgba(255, 255, 250, 0.1);  border: 1px solid #fff; color:#fff;  }
a:hover.btn-transparent{ background: rgba(0, 0, 0, 0.5);  color:#fff; }

a.btn-transparent-2{ 
    padding:12px 60px; 
    background-color:rgba(255, 255, 250, 0.1);  
    border: 1px solid #000; color:#000;  
}

a:hover.btn-transparent-2{ 
    background-color:#333;  
    color:#fff; 
}




@media only screen and (max-width: 720px) {
  
  a.btn-transparent-2{ 
    padding:12px 5px; 
    font-size:8px;
    background-image:none;  
    width: 91%;
    text-transform:inherit;
}

a:hover.btn-transparent-2{ 
    background-image:none;   
    
}
    
}

 

    
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	font-size:12px;     
   }

:-moz-placeholder {
	font-size:12px; 
    
}

::-moz-placeholder {
	font-size:12px; 
   
}

:-ms-input-placeholder {
	font-size:12px; 
    
}
    
}

/* =  Geral
-------------------------------------------------------------- */

.entry-footer{
    padding:20px 0
}

a.btn-post{
    background:#806195;
    padding:7px 30px;
    color:#fff;
    text-decoration: none;
}

a:hover.btn-post{
    background:#75528d;   
}


@media only screen and (min-width: 960px) and (max-width: 1160px) {
  .entry-title{
        font-size:17px;        
    }
    
  
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
   .entry-footer{
        padding:0;        
    }
    
    a.btn-post{
        font-size: 11px;
        padding:5px 23px;
    }
    
    .entry-title{
        font-size:17px;      
    }

  
    
}
.error404 .page-header{
    text-align: center;    
}
.error-404{
    padding:20px 0 0 0
    
}


@media only screen and (max-width: 720px) {
    
.linha-vertical{
     display: none;        
    }
    
}
@media only screen and (min-width: 960px) and (max-width: 1160px) {
   
    
  
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
  
}
.clientes-logo{
    padding:40px 0 20px 0;
    clear: both;    
}
.clientes-logo ul{
    float: right;
}
.clientes-logo h3{
    color:#fff;
    font-size:15px;
    text-align:right;
}

.clientes-logo ul li{
    list-style: none; 
    float: right;;
    margin:0 0 20px 20px;
}

