/*



Theme Name: Awesome ShooP! V3



Theme URI: http://www.firzil.co.id/shoop



Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="https://github.com/eddiemachado/bones/issues" title="Bones Issues">Bones Issues</a> page on Github. You can also view the conversation on Twitter by following the hashtag: <a href="http://twitter.com/#!/search/%23wpbones">#wpbones</a>.



Author: Firziltech



Author URI: http://firzil.co.id



Version: 3.0



*/



body{

	background: url(images/bg.png) repeat center top;

	font-family: dosis, sans-serif;

}

#twothree a:link,

#twothree a:visited{

	font-weight:bold;

	text-decoration:none;

	color:#444

}

.footer{

	position: absolute;

	top: 340px;

	color: #fff;

	font-family: dosis, sans-serif;

}

footer .footer{

	position: relative;

	top: auto;

}

.link a{

	display: inline-block;

	color: #fff;

	padding: 25px 40px 40px 0px;

	text-decoration: none;

}

small{

	font-style: 11px

}

/* Style for botnav */

#botnav{

	height: 43px;

	width: 100%;

	background: url(images/botnav.jpg) repeat-x center top;

	position: fixed;

	top: 0px;

	z-index: 11;

	color: #fff;

	line-height: 40px;

	font-style: 11px

}

#botnav img,#botnav a.img{

	margin-top: 4px !important;

	float: left;

	margin-right: 15px

}

#botnav a{

	color: #fff; font-weight: normal; text-decoration: none;

	box-shadow: none;

	font-size: 11pt;

	margin-right: 30px;

	display: inline-block;

	margin-top: -10px;

}

#container,#pagewrap{

	width: 1100px;

	margin: 0 auto

}

#pagewrap{

	padding-top: 50px;

}

h3{

	font-family: comfortaa, sans-serif;

	font-size: 60px;

	font-weight: 800;

	text-decoration: none;

}

#onethree,#twothree{

	float: left;

	display: block;

}

#onethree{

	width: 36%;

}

#twothree{

	width: 59%;

}

.ma-right{

	margin-right: 5%

}

.clear{

	clear: both;

}

footer{

	width: 100%;

	height: 650px;

	background-color: rgb(51, 51, 51);

	margin-top: 150px;

	color: #fff;

	position: relative;

	overflow: hidden;

	padding-top: 50px

}

.hhpage{

	width: 595px;

	height: 719px;

	position: absolute;

	right: 0px;

	top: -10px;

	z-index: 15;

}

.hhpage section.hh{

	width: 595px;

	height: 719px;

	background: url(images/hh2.png) no-repeat center top, url(images/1.png) no-repeat 130px 160px;

}





input[type="submit"]{

	

}

#myModalLabel {

font-size: 21px;

}

input[type="text"]#qasearch,input[type="text"]#phone,input[type="text"]#email,input[type="text"]#coupon{

	width:auto;

	display:block;

	width:100%;

	max-width:600px;

	border-radius:5px;

	font-size:12px;

	padding:15px 20px ;

	border: 1px solid #cacaca;

	margin-bottom:10px;

	color:grey;

}

#twothree {

	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;

	font-size:13px;

}

button,

html input[type="button"], /* 1 */

input[type="reset"],

input[type="submit"] {

    -webkit-appearance: button; /* 2 */

    cursor: pointer; /* 3 */

    *overflow: visible;  /* 4 */

}



/* ==========================================================================

   Forms

   ========================================================================== */



/**

 * Correct margin displayed oddly in IE 6/7.

 */



form {

    margin: 0;

}



/**

 * Define consistent border, margin, and padding.

 */



fieldset {

    border: 1px solid #c0c0c0;

    margin: 0 2px;

    padding: 0.35em 0.625em 0.75em;

}



/**

 * 1. Correct color not being inherited in IE 6/7/8/9.

 * 2. Correct text not wrapping in Firefox 3.

 * 3. Correct alignment displayed oddly in IE 6/7.

 */



legend {

    border: 0; /* 1 */

    padding: 0;

    white-space: normal; /* 2 */

    *margin-left: -7px; /* 3 */

}



/**

 * 1. Correct font size not being inherited in all browsers.

 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,

 *    and Chrome.

 * 3. Improve appearance and consistency in all browsers.

 */



button,

input,

select,

textarea {

    font-size: 100%; /* 1 */

    margin: 0; /* 2 */

    vertical-align: baseline; /* 3 */

    *vertical-align: middle; /* 3 */

}



/**

 * Address Firefox 3+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */



button,

input {

    line-height: normal;

}



/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.

 * Correct `select` style inheritance in Firefox 4+ and Opera.

 */



button,

select {

    text-transform: none;

}



/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.

 *    Known issue: inner spacing remains in IE 6.

 */



button,

html input[type="button"], /* 1 */

input[type="reset"],

input[type="submit"] {

    -webkit-appearance: button; /* 2 */

    cursor: pointer; /* 3 */

    *overflow: visible;  /* 4 */

}



/**

 * Re-set default cursor for disabled elements.

 */



button[disabled],

html input[disabled] {

    cursor: default;

}



/**

 * 1. Address box sizing set to content-box in IE 8/9.

 * 2. Remove excess padding in IE 8/9.

 * 3. Remove excess padding in IE 7.

 *    Known issue: excess padding remains in IE 6.

 */



input[type="checkbox"],

input[type="radio"] {

    box-sizing: border-box; /* 1 */

    padding: 0; /* 2 */

    *height: 13px; /* 3 */

    *width: 13px; /* 3 */

}



/**

 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome

 *    (include `-moz` to future-proof).

 */



input[type="search"] {

    -webkit-appearance: textfield; /* 1 */

    -moz-box-sizing: content-box;

    -webkit-box-sizing: content-box; /* 2 */

    box-sizing: content-box;

}



/**

 * Remove inner padding and search cancel button in Safari 5 and Chrome

 * on OS X.

 */



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none;

}



/**

 * Remove inner padding and border in Firefox 3+.

 */



button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0;

}



/**

 * 1. Remove default vertical scrollbar in IE 6/7/8/9.

 * 2. Improve readability and alignment in all browsers.

 */



textarea {

    overflow: auto; /* 1 */

    vertical-align: top; /* 2 */

}



/* ==========================================================================

   Tables

   ========================================================================== */



/**

 * Remove most spacing between table cells.

 */



table {

    border-collapse: collapse;

    border-spacing: 0;

}





/* ==========================================================================

   Embedded content

   ========================================================================== */



/**

 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.

 * 2. Improve image quality when scaled in IE 7.

 */



img {

    border: 0; /* 1 */

    -ms-interpolation-mode: bicubic; /* 2 */

}



/**

 * Correct overflow displayed oddly in IE 9.

 */



svg:not(:root) {

    overflow: hidden;

}



/* FAQ */

#qaplus_searchsubmit {

border-radius: 5px;

border: 1px solid #eaeaea;

padding: 10px 70px;

font-size: 12px;

position: absolute;

top: 5px;

right: 13px;

}

#qaplus_searchform{

position:relative;

}



.qa-faq-title {

font-size: 45px;

}

.blogpage h3 {

font-size: 30px;

line-height: auto;

margin: 0px 0px 15px 0px;

}