/*
Theme Name: Harq
Theme URI: 
Author: Anton Balyan
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: harq_01

Harq WordPress Theme © 2011-2017 Anton Balyan
Harq is distributed under the terms of the GNU GPL
*/
@font-face {
  font-family: 'Alike';
  font-style: normal;
  font-weight: 400;
  src: local('Alike'), local('Alike-Regular'), url(http://fonts.gstatic.com/s/alike/v7/9YPgiMNwlj6YrTzCeqLufQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(http://fonts.gstatic.com/s/fjallaone/v4/rxxXUYj4oZ6Q5oDJFtEd6i3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(http://fonts.gstatic.com/s/raleway/v9/xkvoNo9fC8O2RDydKj12by3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}
@font-face {
  font-family: 'skolar-web';
  font-style: normal;
  font-weight: 400;
  src: local('skolar-web'), local('Skolar-Regular'), url(http://fonts.gstatic.com/s/alike/v7/9YPgiMNwlj6YrTzCeqLufQ.ttf) format('truetype');
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    font-size:100%;
    font:inherit;
    padding:0;
    border:0;
    margin:0;
    vertical-align:baseline;
}
body{
    font-family: georgia,serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 2em;
    font-family: "Alike";
    font-size: 15px;
    line-height: 1.9em;
    text-transform: none;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    color: #000;
}
ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block;
}
.clear{
    clear:both;
}
.sticky{

    }
.bypostauthor{

    }
.wp-caption{

    }
.wp-caption-text{

    }
.gallery-caption{

    }
.alignright{
float: right;
    margin-left: 15px;
    }
.alignleft{
float: left;
    margin-right: 15px;
    }
.aligncenter{
text-align: center;
    margin: 0 auto;
    }
.screen-reader-text{
    clip:rect(1px, 1px, 1px, 1px);
    position:absolute !important;
}

#wrapper{
    width:100%;
    height:auto;
    overflow:auto;
}
/*GLOBALS*/
h1 {
    font-family: "Droid Serif",georgia,serif;
    font-size: 24px;
    font-weight: normal;
    font-family: "skolar-web";
    font-size: 40px;
    line-height: 1.25em;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #555;
}
#header{
    margin-bottom:30px;
}
/*NAV*/
.navbar{
    border-radius:0;
}

a:hover {
    color: #e09d00;
     text-decoration: none;
}
a:active {
    color: #e09d00;
     text-decoration: none;
}


a {
    color: #000;
     text-decoration: none;
}
@media (min-width: 768px){
    .main_navbar{
        background-color: #131313;
        color:;
    }
    .navbar-nav {
         float: none; 
        margin: 0;
    }
    .navbar-nav>li {
        float: none;
        display:inline-block;
    }
}
.nav>li>a{
        font-family: "Fjalla One";
    font-size: 14px;
   /* line-height: 4em;*/
    text-transform: none;
    letter-spacing: 0px;
    color: #9e9e9e;
    font-weight: 400;
}
.nav>li.current-menu-item>a{
    color:#fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color:#fff;
}
#myNavbar ul{
    margin:0 auto;
    text-align:center;
}

/*Logo main*/
#branding{

}
#logo img{
    width:100%;
    height:auto;
}
@media (min-width: 1200px){
    .container {
        width: 80%;
    }
}


/*FOOTER*/
#footer{
    clear: both;
    border-top: 1px solid rgba(0,0,0,0);
    background-color: #131313;
    color: #ccc;
    padding: 60px 50px;
}
#footer .widgettitle{
    color: #b8b8b8;
    font-family: "skolar-web";
    font-size: 18px;
    line-height: 1.5em;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
}

#footer .widget_nav_menu a{
    color: #666;
    text-decoration: none;
}
#footer .widget_nav_menu a:hover{
        color: #ccc;
}
#copyright{
    margin-top:30px;
}
.widget_wysija  input[type="submit"]{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    color: #fff;
    background-color: #272727;
    border-width: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    text-transform: none;
}
.widget_wysija  input[type="text"]{
    width: 100%;
    padding: 12px;
    margin: 15px 0 10px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
}
h1{
        font-family: "Droid Serif",georgia,serif;
    font-size: 40px;
    line-height: 1.25em;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #555;
    text-align: center;
     margin: 0 0 .5em;
     text-transform:uppercase;
}
.inner-cont{
    width:100%;
}
.inner-cont img{
    width:100%;
    height:auto;
}
h2{
    font-family: "skolar-web";
    font-size: 22px;
    line-height: 1.25em;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #555;
    text-align:center;
    text-transform: uppercase;
}
h2 a{
     font-weight: 400;
}
.shop_wrap{
    margin-bottom:30px;
}
.image_wrap{
    position:relative;
    
}
.image_alt{
        position: absolute;
    overflow: hidden;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    color: #eee;
        font-weight: 600;
        font-size: 17px;
        font-style:italic;
    background: rgba(0,0,0,.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
}
.image_wrap:hover .image_alt{
     visibility: visible;
     opacity: 1;
}
.image-caption p{
        font-size: 17px;
        margin-top:10px;
}
.content-cont {
    height:auto;
    overflow:auto;
}
.content-cont> div{
    margin-bottom:30px;
}
.header{
    margin-top:20px;
    padding-bottom:30px;
    border-bottom:1px solid #ddd;
    margin-bottom:20px;
}
h3{
    font-family: "skolar-web";
    font-size: 18px;
    line-height: 1.5em;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    margin: 0 0 .5em;
}
.entry-title h3{
    margin-top: 30px;
    margin-bottom:30px;
}
.main-content{
    padding-bottom:50px;
}
.widget-img{
    margin-bottom:30px;
    text-align:center;
}
#sidebar .xoxo li{
    margin-bottom:50px;
}
.widget_media_image{
    text-align:center;
}
#menu-socials{
    display:table;
    
    height:auto;
    text-align:center;
    margin:0 auto;
}
#menu-socials li{
    display:block;
    float:left;
    margin-left:5px;
    margin-right:5px;
}
#menu-socials li a{
    font-size:20px;
    background-color:#000;
    color:#fff;
    padding:5px 10px;
    border-radius:7px;
      -webkit-transition:  .1s ease-out;
    -moz-transition:  .1s ease-out;
    -o-transition:  .1s ease-out;
    transition:  .1s ease-out;
}
#menu-socials:hover li a{
    background-color:#ddd;
}
#menu-socials li a:hover{
    background-color:#000;
}
.entry-meta{
        color: #888;
        font-size:17px;
        margin-top:20px;
}
.entry-meta a{
        color: #888;
        font-size:17px;
}
.entry-meta a:hover{
        color: #e09d00;
        font-size:17px;
}
.entry-content{
    padding:10px;
}
.entry-content p{
    margin:10px 0px;
}
.entry-content img.size-full{
    width:100%;
    height:auto;
}
.entry-content h3{
    font-family: "Droid Serif",georgia,serif;
    color:#000;
}
.wpcf7-form{
    position:relative;
}
.wpcf7-form p{
    margin-top:10px;
    margin-bottom:20px;
}
.wpcf7-form label{
    width:90%;
    cursor:pointer;
}

.wpcf7-form input[type="text"] , .wpcf7-form input[type="email"], .wpcf7-form textarea{
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    width:100%;
    outline: none;
}
.wpcf7-form input[type=submit] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    color: #fff;
    background-color: #272727;
    border-width: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    text-transform: none;
}
.small-label-cont{
    width:40% !important;
    margin-right:10%;
    float:left;
}
.small-label{
    font-size:12px;
}
.onsale{
        position: absolute !important;
    top: 15px !important;
    right: 0 !important;
    background: #222 !important;
    padding: 6px 8px !important;
    color: #fff !important;
    line-height: 1em !important;
    text-transform: uppercase !important;
    -webkit-font-smoothing: antialiased !important;
    border-radius:0 !important;
        min-width: 0 !important;
         min-height: 0 !important;
        left: initial !important;
}
.single_add_to_cart_button {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    padding: 1em 2.5em !important;
    color: #fff !important;
    background-color: #272727 !important;
    border-width: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 12px !important;
    line-height: 1em !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    font-size: 13px !important;
}
ul.products .product_type_simple {
    display:none !important;

}

ul.products .type-product{
        font-family: georgia,serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 2em !important;
    font-family: "Alike" !important;
    font-size: 15px !important;
    line-height: 1.9em !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #000 !important;
}
.price del{
    float:left;
    margin-right:10px;
}
.price{
    display:table !important;
    margin:0 auto  !important;
    color:#000  !important;
}
.product-type-simple:hover .price{
    color:#e09d00  !important;
}

.product-type-simple:hover .woocommerce-loop-product__title{
    color:#e09d00  !important;
}
.nav-previous{
    float:left;
}
.nav-next{
    float:right;
}

.entry-content img{
    max-width:100%;
}
.category .hentry{
    margin-bottom:35px;
}
#blog-pager{
    text-align:center;
}
.entry-content ul{
	list-style-type:disc;
}
em{
	font-style: italic;
}
strong, b{
	font-weight:bold;
}
/*Popular Posts Widget*/
.wpp-list li {
    box-sizing:border-box;
    position:relative;
    display:block !important;
    
    float:left !important;
    clear:none  !important;
    padding:0 10px;
    text-align:center;
}
.wpp-list li img{
    width:100%;
    height:auto;
}