/*
 Theme Name:   minamaze-child
 Theme URI:    http://www.thinkupthemes.com/free/minamaze-free/
 Description:  minamaze-child
 Author:       John Doe
 Author URI:   http://example.com
 Template:     minamaze
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  minamaze
*/
@import url("../minamaze/style.css");   
/**** New CSS *****/
a, a:visited, a:hover{
    text-decoration: none;
}
#main-core{
    margin-right: 1px;
}
#header .menu > li.menu-hover > a, #header .menu > li.current_page_item > a, #header .menu > li.current-menu-ancestor > a, #header .menu > li > a:hover{
    text-decoration: none;
}/*remove underline*/
#content{
    padding-bottom: 0px;
}
/**** Pre-Header *****/
.wrap-safari {
    max-width: 1325px;
}
/**** End Pre-Header *****/

/**** Header *****/

#pre-header-core, #header-core, #header-links-inner, #content-core, #footer-core, #sub-footer-core, #notification-core, #introaction-core, #outroaction-core{
    max-width: 1320px;
}
#logo img {
    max-height: 105px;
}
#header .header-links li{
    font-size: 15px;
}
#header-links-inner {
    display: table;
    margin: 17px auto;
}
#pre-header {
    background: #1C1C1C;
    height: 40px;
}
#pre-header-links-inner, #pre-header-social, #pre-header-search {
    display: table-cell;
    vertical-align: middle;
    padding-top: 3px;
}
#pre-header-search .search {
    max-width: 140px;
    background: #3A3A3A;
    border: 1px solid #444;
    padding: 6px 10px;
    border-radius: 6px;
}
#pre-header-social li a{
	width: 30px;
    height: 30px;
    text-decoration: none;
}
.box-info-header{
	float: left;
	padding-right: 15px;
	margin-top: 0px;
}
.icon-header{
	float: left;
	margin-top: 9px;
}
.info-header{
	margin-bottom: 0px;
    margin-top: 11px;
    float: left;
    font-size: 15px;
    margin-left: 9px;
}
/**** End Header *****/

/**** Index *****/
#introaction-core, #outroaction-core{
    border-width: 2px 0;
}
.box-servindex {
    height: 300px;
    border: 1px solid;
    border-right-width: 4px;
    border-bottom-width: 4px;
    padding-top: 13px;
    width: 30%;
    border-radius: 10px;
    margin-right: 15px;
}
/**** End Index *****/

/**** Cli & Par  *****/
.divider-clipar{
    margin-bottom: 15px;
    margin-top: 15px;
    width: 150px;
    height: 1px;
}
.text-clipar{
    margin-top: 35px;
    margin-bottom: 0;
    padding-right: 55px;
}
.img-clipar{
    padding-left: 50px;
}
/**** End Cli & Par *****/
/**** Reforma *****/
.img-size{
    width: 330px;
}
/**** End reforma *****/
/**** Servicos *****/
.box-serv{
    height: 280px;
    border: 1px solid;
    border-right-width: 4px;
    border-bottom-width: 4px;
    margin-top: 15px;
    margin-right: 13px;
    padding-top: 13px;
    width: 30%;
    border-radius: 10px;
}
.title-serv{
    text-align: center;
    margin-top: 13px;
    margin-bottom: 5px;
}
.text-serv{
    text-align: center;
}
.section-serv{
    padding-left: 70px;
}
.img-serv{
    height:100px;
}
/**** End Servicos *****/
/**** Contato *****/
.wdform_row .ui-sortable-handle{
    padding-bottom: 10px;
}
.title-cont{
    text-align: left;
    font-size: 26px;
    margin-top: 13px;
    margin-bottom: 5px;
}
/**** End Contato *****/
/**** Footer *****/

/**** End Footer *****/
/**** Responsive *****/
@media only screen and (max-width: 780px){
#header-links, #pre-header-search {
    display: none;
}
}
/**** End Responsive *****/
/**** End CSS *****/