/*
Theme Name: Magellan Consulting Group
Author: Refs Tecnologia
Author URI: http://www.refstecnologia.com.br/site/
Description: Tema exclusivo, desenvolvido para a Magellan Consulting Group
Version: 1.0
*/

html, body {
    height: 100%;
}

a {
    color: #111;
}

#wrapper {
    border-top: solid 12px #ff6000;
    width: 100%;
    position: relative;
}

#page {width: 100%;}

#top {
    height: 90px;
    border-bottom: solid #ff6000 1px;
}

#absolute-top {
    height: 35px;
    line-height: 35px;
}

.top-span {
    text-decoration: none;
    color: #ccc;
    background: url("images/social-sprite.png") no-repeat;
    text-indent: 40px;
    display: inline-block;
    line-height: 35px;
}

.top-span.consultor {
    background-position: left -70px;
}

.top-span.facebook {
    width: 35px;
    text-indent: 0;
}

.top-span.twitter {
    width: 35px;
    background-position: left -105px;
    text-indent: 0;
}

.top-span.fone {
    background-position: left -35px;
}

.top-span:hover {
    text-shadow:0px 4px 5px #000000;
}

.top-left {
    background: url("images/top-left-bg.png") no-repeat left -20px;
}

#menu {
    height: 90px;
    overflow: hidden;
}

.menu {
    float: right;
    height: 90px;
    display: inline;
    overflow: hidden;
    list-style: none;
    text-indent: 0;
}

.menu li {
    float: left;
    margin: 0;
    padding: 0;
    height: 90px;
}

.menu li a {
    display: inline-block;
    line-height: 90px;
    padding: 0 9px;
    color: #6d6c6c;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold;
    border-left: solid 1px #ccc;
}

.menu li:last-child a {
    border-right: solid 1px #ccc;
}

.menu li a:hover {
    background: #ff6000;
    color: #fff;
}

#spotlight {
    background: url("images/spotlight-bg.png");
    height: 435px;
    border-bottom: 1px solid #666666;
}

#spotlight-img {
    background: url("images/spotlight.png") no-repeat top right;    
    height: 137px;
    padding: 149px 0;
    overflow: hidden;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

#spotlight.minimized {
    height: 257px;
}

#spotlight.minimized #spotlight-img {
    padding: 60px 0;
}

#features {
    border-bottom: solid 16px #393939;
}

#features a {
    text-decoration: none;
}

#features a:hover {
    text-shadow:0px 4px 5px #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -moz-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.feature .img {
    background: no-repeat center center url("images/icons-bg.png");
    height: 68px;
    width: 100%;
    text-align: center;
    display: block;
    border: none;
}

.feature h2 {
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    margin: 7px 0;
}

.feature p {
    color: #ccc;
}

#features-holder, #footer-holder, #absolute-footer-holder {
    border-top:  1px solid #222;
    padding: 20px 0;
}

#footer-holder .grid_5, .pagina-contato .grid_5{
	width: 300px;
}
#main {}

#main-content {
    padding: 20px 0;
    position: relative;
    color: #222;
}

#main-content > div {
    position: relative;
}

#footer {    
    border-bottom: 1px solid #666666;
}

.footer-block h2 {
    font-size: 20pt;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.footer-block .separator {
    height: 2px;
    width: 100%;
    display: block;
    background: url("images/separator.png") center center;
    margin-bottom: 20px;
}

ul.little-menu {
    list-style: url("images/seta.png");
}

ul.little-menu li {
}

ul.little-menu li a {
    text-decoration: none;
    color: #ccc;
}

ul.little-menu li a:hover {
    color: #fff;
}

.infos a {
    background: url("images/contact-sprite.png") no-repeat;
    text-decoration: none;
    color: #ccc;
    display: block;
    margin-bottom: 10px;
    padding-left: 40px;
}

.infos a.address {
    background-position: left -20px;
}

.contato{
	font-size: 13pt;
}
.contato .infos{
	min-height: 150px;	
}
.contato h2{
	margin-top: 20px;
	margin-bottom: 0;
}
.contato .infos a, .contato .infos a.address, .contato.tel {
	background: none;
    text-decoration: none;
    color: #ccc;
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
}
.contato .tel {
	font-size: 14pt;
}

.infos .telefone {
    background: url("images/telefone.png") no-repeat;
    text-decoration: none;
    color: #ccc;
    display: block;
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 12pt;
}

.orange {
    color: #ff6000;
}

#absolute-footer-holder {
    padding: 10px 0;
}

#absolute-footer > div {
    line-height: 31px;
}

.noised-separator {
    height: 10px;
    border-top:  1px solid #222;
    border-bottom: 1px solid #666666;
}

#absolute-footer .noised-separator {
    border-bottom: 1px solid #555;
}

/* Classes de BGS */
.noised, .noised-darker {
    color: #ccc;
}

.noised {
    background: url("images/noised.png");
}

.noised-darker {
    background: url("images/noised-darker.png");
}

.shadowed {
    -moz-box-shadow:inset 0px 3px 31px #1a1a1a;
    -webkit-box-shadow:inset 0px 3px 31px #1a1a1a;
    box-shadow:inset 0px 3px 31px #1a1a1a;
}

.go-top {
    background: url("images/top.png");
    height: 31px;
    width: 46px;
    float: right;
    display: inline-block;
}

.align-right {text-align: right}
.align-center {text-align: center}

.float-right {float: right}

/* Post */

.post {
    padding: 10px 0;
    border-bottom: dotted #999;
    overflow: hidden;
}

.post a{
    text-decoration: none;
}

.post-footer {
    display: block;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    color: #999;
}

.see-more, .see-more-inversed, .see-more-testemonials {
    display: inline-block;
    float: right;
    font-size: 12pt;
    background: url("images/see-more.png") no-repeat center right;
    padding-right: 28px;
}

.see-more-inversed {
    padding: 0 0 0 34px;
    float: none;
    background-position: center left;
}

.see-more-testemonials {
    color: #fff;
    text-decoration: none;
    font-weight: bolder;    
    background: url("images/see-more-white.png") no-repeat center right;
}

.date-day {
    color: #ff6000;
    font-size: 30pt;
}

.date-month {
    font-size: 20pt;
}

.date-year {
    font-size: 14pt;
}

.post-header {
    padding: 0 10px;
    border-left: solid 10px #ff6000;
    margin-bottom: 20px;
}

.sub-post-header h1 {
    margin: 0;
    padding: 0;
    font-size: 16pt;
}

.post-thumb img {
    width: 100%;
    height: auto;
    border: solid 3px #ff6000;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-text > img {
    float: left;
    margin: 0 20px 20px 0;
    border: solid 5px #ff6000;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-text > p > img {
    float: left;
}

.post-title-orange {
    font-size: 22pt;
    color: #ff6000;
    margin: 0;
    padding: 0;
}

.post-title-medium {
    font-size: 20pt;
    color: #ff6000;
    margin: 0;
    padding: 0;    
}

.post-subtitle {
    font-size: 12pt;
    color: #666;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.post-title {
    font-size: 30pt;
}

.post-text {
    overflow: hidden;
}

.post-text, .post-text p {
    font-size: 14pt;
    text-align: justify;
}

.content-link-icon {
    height: 104px;
    display: inline-block;
    font-size: 24pt;
    line-height: 104px;
    text-decoration: none;
    color: #797979;
    text-indent: 124px;
    background: url("images/agendar.png") bottom left no-repeat;
    margin-top: 20%;
}

.content-link-icon:hover {
    background-position: top left;
    color: #333;
}

/* Pagination */
.pagination {
    display: block;
    margin: 10px 0;
}

.pagination a.page-numbers, .pagination span.page-numbers {
    padding: 10px;
    display: inline-block;
    font-size: 14pt;
    text-decoration: none;
}

.pagination span.page-numbers {
    font-weight: bold;
}

.pagination a.page-numbers:hover {
    background: #ff6000;
}

#breadcrumbs{
    list-style:none;
    overflow:hidden;
    background: url("images/contact-sprite.png") no-repeat left bottom;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    color: #ccc;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 40px;
}

#breadcrumbs li{
    float:left;
    padding: 0;
    margin: 0;
}

#breadcrumbs li a, #breadcrumbs li{
    color: #FFF;
    margin: 0 3px;
    display: inline-block;
    font-size: 12pt;
}

#breadcrumbs .separator{
}

/* Fomrs */
form {
    overflow: hidden;
}

form input[type='text'],
form input[type='password'],
form input[type='email'],
form textarea {
    width: 100%;
    padding: 10px 20px;
    color: #111;
    float: left;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ddd;
    border: solid 1px #999;
    -moz-box-shadow:inset 0px 2px 18px #999;
    -webkit-box-shadow:inset 0px 2px 18px #999;
    box-shadow:inset 0px 2px 18px #999;
}

form input[type='submit'] {
    background: url("images/button-bg.png") repeat-x 0 -2px;
    line-height: 30px;
    padding: 0 20px;
    overflow: hidden;
    border: solid 1px #c2c2c2;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

form input[type='submit']:hover {
    cursor: pointer;
    background-position: bottom left;
}

form input.half {
    width: 47.5%;
}

form input.half.first {margin-right: 5%}
::-webkit-input-placeholder { color:#444; } 
input:-moz-placeholder { color:#444; }
textarea:-moz-placeholder { color:#444; }​

.clear {
    clear: both;
}

#map {
    margin-top: 20px;
}

/* Client */

.clients-block {
    overflow: hidden;
}

.client {
    width: 18.4%;
    border: solid 3px #ff6000;
    float: left;
    margin: 10px 2% 10px 0;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.client a {
    display: inline-block;
    padding: 10px 0;
}
.client img {border: none;}
.client:nth-child(5n) {margin-right: 0;}

/* Testemonial */

.testemonial {
    background: #ff6000;
    padding: 15px 0;
    color: #fff;
    margin: 20px 0 10px 0;
}

.testemonial .depoimento-thumb {
    text-align: center;
    background: #fff;
    padding: 20px 0;
}

h1.depoimento-title {
    margin-bottom: 5px !important;
}
