/*   
Theme Name: AMPWATT
Theme URI: http://www.ampwatt.com.br
Description: Tema desenvolvido pela FAPnet para suprir as necessidades e espectativas da Ampwatt.
Author: FAPnet construindo ideias
Author URI: http://www.fapnet.com.br
Version: 1
*/

@font-face { 
    font-family: 'Dosis';
    src: url('fonts/dosis-semibold-webfont.eot');
    src: url('fonts/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-semibold-webfont.woff') format('woff'),
         url('fonts/dosis-semibold-webfont.ttf') format('truetype'),
         url('fonts/dosis-semibold-webfont.svg#DosisSemiBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Dosis';
    src: url('fonts/dosis-bold-webfont.eot');
    src: url('fonts/dosis-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-bold-webfont.woff') format('woff'),
         url('fonts/dosis-bold-webfont.ttf') format('truetype'),
         url('fonts/dosis-bold-webfont.svg#DosisBold') format('svg');
    font-weight: bolder;
    font-style: normal;
}
@font-face {
    font-family: 'Dosis';
    src: url('fonts/dosis-medium-webfont.eot');
    src: url('fonts/dosis-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-medium-webfont.woff') format('woff'),
         url('fonts/dosis-medium-webfont.ttf') format('truetype'),
         url('fonts/dosis-medium-webfont.svg#DosisMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dosis';
    src: url('fonts/dosis-regular-webfont.eot');
    src: url('fonts/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-regular-webfont.woff') format('woff'),
         url('fonts/dosis-regular-webfont.ttf') format('truetype'),
         url('fonts/dosis-regular-webfont.svg#DosisRegular') format('svg');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
 	font-family: 'Adorable';
 	src: url('fonts/Adorable.eot');
 	src: url('fonts/Adorable.eot?#iefix') format('embedded-opentype'),
         url('fonts/Adorable.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media screen {

* { margin: 0; padding: 0; }
body { background: #b8292f url(images/bkg.jpg) repeat-x center top; font-size: 13px; font-family: Dosis, Sans-Serif; font-weight: normal;color: #58595b; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#header {margin-top:70px;}
#header h1 {position: absolute; top: 20px; left: 50%; margin-left: -460px; z-index: 10;}
#header #tel {
	position: absolute;
    top: 10px;
    left: 50%;
    margin-left: 300px;
    z-index: 10;
    color: white;
    font-size: 20px;
    text-shadow: 1px 1px 1px #333;
}
#header #access {height: 28px; border-bottom: 2px solid #122660; border-top: 2px solid #122660;}
#header #access .menu {width: 920px; margin: auto; text-align: right; font-family: Dosis, Sans-Serif; font-weight: bold; font-size: 18px;text-shadow: 1px 1px 3px #333333; filter: dropshadow(color=#333333, offx=1, offy=1);}
#header #access .menu a {}
#header #access li {list-style: none; display: inline; margin: 0 10px; padding: 0 10px; line-height: 28px}
#header .description {position: absolute; top: 160px; left: 50%; margin-left: -460px; font-family: Adorable, Serif; font-size: 18px; color: white;}

#tel a {
    display: block;
    color: white;
    text-align: right;
}

#tel svg {
    height: 25px;
    fill: white;
    vertical-align: bottom;
}

#page-wrap {z-index: 1; background: white; width: 960px; margin: 0 auto; padding-top: 70px; -webkit-box-shadow: 0px 4px 8px 1px #333333; box-shadow: 0px 4px 8px 1px #333333; }

#page-wrap-home {background: rgba(255,255,255,1); width: 960px; margin: 0 auto; padding-top: 100px; -webkit-box-shadow: 0px 4px 8px 1px #333333; box-shadow: 0px 4px 8px 1px #333333; color: red; }
#page-wrap-home #content {border: none;}
#page-wrap-home h1, #page-wrap-home h2, #page-wrap-home h3 {color: #ee3124;} 
#page-wrap-home h1 {text-align: center; font-size: 36px;padding-bottom: 15px; margin-top: -46px;}

#content {position: relative; float: right; width: 700px; padding: 0 20px 10px 20px; border-left: 1px solid #d92128;}

h1, h2, h3 {font-weight: bold; font-family: Dosis, Sans-Serif; color: #2e2664; margin: 0 0 10px 0; text-transform: capitalize; }
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}

p { margin: 0 0 10px 0; line-height: 18px; }
a { color: #2d2561; text-decoration: none; }
#header #access .menu a {color: white;}
#page-wrap-home a {color: #ee3124;}
a:hover { text-decoration: underline; } 

blockquote { }
blockquote p { }

ul, ol {list-style-position: inside; margin: 0 0 10px 20px; }
li {padding: 2px 0;}

.post {padding-bottom: 20px;}

.entry { }
.entry a { }
.entry a:hover { }

pre {padding: 20px; overflow: scroll; border: 1px solid gray;}
code, tt {font-size: 12px; line-height: 15px; font-family: Dosis; font-weight: lighter;}

#produtos {float: left; width: 45%; margin: 10px; text-align: center;}

#meta { }
.postmetadata { }

#sidebar {position: relative; float: left; padding: 0 20px 10px 20px;}
#sidebar h2 {font-size: 16px;}
#sidebar ul, #sidebar ol {margin: 0;}
#sidebar h3 {font-size: 13px;}
#submenu img {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;-webkit-box-shadow: #333333 1px 1px 2px;-moz-box-shadow: #333333 1px 1px 2px; box-shadow: #333333 1px 1px 2px;border:1px solid #ee3124; width: 80px; height: auto;}
#submenu .barra {background:rgba(80,95,147,0.2);-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;position: relative; height: 8px;width: 80px;margin-top: -12px; margin-left: 1px;}

/*submenu img {-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;-webkit-box-shadow: #333333 1px 1px 2px;-moz-box-shadow: #333333 1px 1px 2px; box-shadow: #333333 1px 1px 2px;border:1px solid #ee3124;}
#submenu .barra {background:rgba(80,95,147,0.6);-webkit-border-bottom-right-radius: 13px;-webkit-border-bottom-left-radius: 13px;-moz-border-radius-bottomright: 13px;-moz-border-radius-bottomleft: 13px;border-bottom-right-radius: 13px;border-bottom-left-radius: 13px;position: relative; height: 20px;width: 157px;margin-top: -24px;}*/

#submenu .post {padding-bottom: 0;}

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}
.alignnone {}

.gallery {clear: both;}
.gallery-item img, img.size-medium {border: 1px solid #d92128!important; max-width: 95%; height: auto; }
.wp-caption-text {font-size: 11px;}
img.alignleft {margin: 10px 10px 10px 0;}
img.aligncenter {margin: 10px auto;}

ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] {border:1px solid #ee3124;line-height: 20px;width: 90%;margin: 4px 0;padding: 0 2px;}
textarea {border:1px solid #ee3124;width: 90%;padding: 2px;}
.wpcf7 table {vertical-align: text-top;}

#footer {clear: both; background: #da2128; width: 100%; line-height: 32px; text-align: center; color: white; font-size: 14px;}
#footer a {color: white;}

/* ----------- Album Styles MINIMALSM -------------*/
.ngg-album-minimalsm {float:left; margin:auto !important; text-align:left;width: 25%;}
.ngg-album-minimalsmbox {margin: 10px 0 0 0; text-align: center;}
.ngg-album-minimalsmbox .Thumb {margin:0px !important;padding:0px !important;width:155px;border: 1px solid #d92128!important;}
.ngg-album-minimalsm h4 {font-size:15px;font-weight:bold;padding-top:0px;padding-bottom:0px;margin-bottom:0px;margin-top:0px;text-align: center;}
.ngg-album-minimalsm p {font-size:11px;margin-top:2px;}

/* ----------- Album Styles HOME -------------*/
.ngg-album-home {float:left;margin:0px !important;text-align:left;}
.ngg-album-homebox {margin-right:20px !important; padding-bottom: 20px;height: 248px;}
.ngg-album-homebox .Thumb {margin:0px !important;padding:0px !important;width:325px;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;/*-webkit-box-shadow: #333333 2px 2px 2px;-moz-box-shadow: #333333 2px 2px 2px; box-shadow: #333333 2px 2px 2px;*/border:2px solid #ee3124;}
.ngg-album-home h4 {font-size:18px;font-weight:lighter;text-align: center;margin: -40px 1px 1px 1px; line-height: 36px; background:rgba(80,95,147,0.2);-webkit-border-bottom-right-radius: 25px;-webkit-border-bottom-left-radius: 25px;-moz-border-radius-bottomright: 25px;-moz-border-radius-bottomleft: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px; display: block;position: relative;z-index: 20;}
.ngg-album-home p {font-size:11px;margin-top:2px;}

/* ----------- Album Styles GALERIA -------------*/
.ngg-gallery-thumbnail-box {text-align: center;}
.ngg-gallery-thumbnail {margin: 0 !important;float: none !important;}
.ngg-gallery-thumbnail img {width: 155px;height: auto;margin: 0 !important;padding: 0 !important;display:inline !important;border:1px solid #ee3124 !important}
.ngg-gallery-thumbnail p {font-size: 11px; text-align: center;}

.social {
    margin: 5px 0 0 0;
}
.social a {
    display: inline-block;
    margin: 0 5px;
    line-height: 1;
    padding: 0;
}
.social svg {
    fill: #ffffff;
    height: 27px;
}
	
#whatsapp-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    padding: 9px 9px 12px;
}
	
#whatsapp-btn svg {
    fill: #25d366;
}	

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */