/*
Theme Name:   Auber Electrical
 Description:  Child theme based on Vantage responsive theme for Wordpress.
 Author:       Jewells Website Design
 Author URI:   http://www.jewells.uk
 Template:     vantage
 Version:      1.1.1
*/


body.responsive.layout-full #page-wrapper .full-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
#masthead {
position: relative;
}
#masthead::before {
position: absolute;
top: 0;
bottom: 0;
left: 20%;
width: 100%;
}
#masthead .hgroup .logo img {
width: 500px;
height: 200px;
}
#masthead .hgroup .support-text {
font-size: 20px;
color: #fff;
}
.main-navigation {
background-color: rgba(0,0,0,0.3) !important;
z-index: 10000;
}
.main-navigation a {
font-weight: normal;
}
a.more-button i {
display: inline-block;
width: 5px;
height: 8px;
margin-left: 3px;
background: url(images/sprites/more-icon.png) no-repeat;
}
.widget_circleicon-widget .circle-icon-box p.text {
font-size: 100%;
}
/*home page*/
.nivo-caption {
left: 45% !important;
bottom: 50px !important; 
color: #fff;
background: rgba(0, 0, 0, 0.6) !important;
font-size: 30px;
line-height: 40px;
width: 50% !important;
text-align: center;
}
/*area & contacts*/
#map-canvas {
width: 100%;
height: 450px;
}
/*blog front page */
/*Post featured image*/
.entry-thumbnail {
width: 400px;
margin:auto;
}

/*footer credits*/
#theme-attribution {
display: none;
}

@media screen and (min-width: 1540px){
#masthead {
background-position: 500px 0 !important;
}
}
@media screen and (max-width: 980px){
.nivo-caption {
left: 25% !important;
bottom: 10px !important;
font-size: 20px;
line-height: 30px;
width: 60% !important;
}
}
@media screen and (max-width: 816px){
#masthead::before {
left:0;
}
@media screen and (max-width: 768px){
.nivo-caption {
left: 5% !important;
bottom: 10px !important;
font-size: 12px;
line-height: 14px;
width: 90% !important;
}
}
@media screen and (max-width: 480px) {
.entry-thumbnail {
width: 100%;
}

}
