/*!
    Theme Name: JOQUZ
    Theme URI: http://www.joquz.com
    Author: JOQUZ
    Author URI: http://www.joquz.com
    Description: JOQUZ Theme
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: joquz
    Tags: theme, joquz-theme
*/

/* ==========================================================================
   General
   ========================================================================== */

/**
 *  make page-header, content, page-footer clear after itself
 *  and define a clearfix class
 */

.page-header:before,
.page-header:after,
.page-footer:before,
.page-footer:after,
.content:before,
.content:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.page-header:after,
.page-footer:after,
.content:after,
.clearfix:after {
    clear: both;
}

.page-header,
.page-footer,
.content,
.clearfix {
    *zoom: 1;
}

/**
 * Natural box layout model
 */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/**
 * General Font
 */

body {
    font-family: Verdana, Arial, Helvetica, 'Liberation Sans', sans-serif;
    color: #292929;
}

/**
 * Set image width limit to the container
 */

img {
    max-width: 100%;
    height: auto;
}

/**
 * Header Styles
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #191919;
    font-family: Arial, Helvetica, 'Liberation Sans', sans-serif;
}

/**
 * Input fields
 */

input[type="email"],
input[type="text"],
input[type="tel"] {
    height: 35px;
    padding: 0 5px;
}

/**
 * Bootstrap column top and bottom padding
 */

[class^=col-] {
    padding-top: 15px;
    padding-bottom: 15px;
}

/**
 * Buttons
 */

.button {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    height: 35px;
    padding: 0 15px;
}

/**
 * Lists that are menus
 */

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu a {
    font-family: Arial, Helvetica, 'Liberation Sans', sans-serif;
}

/**
 * Links
 */

a {
    color: #e51013;
}

a:hover {
    color: #e51013;
}

/**
 * Prevent iOS set border radius for input fields
 */

input {
    border-radius: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

.page-header {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    background-color: #1a1a1a;
    padding: 15px 0;
}

.customize-support .page-header {
    top: 32px;
}

/**
 * Menu Toggle
 */

#menu-toggle {
    position: absolute;
    top: 11px;
    right: 0;
    display: none;
    padding: 0 15px;
    font-size: 35px;
    color: #fff;
}

/**
 * Header Logo
 */

#header-logo-container {
    float: left;
}

#header-logo-container img {
    width: 150px;
    height: auto!important;
}

.simple-image {
    display: inline-block;
    margin: 0;
}

/**
 * Primary Navigation
 */

#primary-navigation {
    float: left;
    padding-top: 16px;
    padding-left: 40px;
}

#main-menu li {
    list-style-type: none;
    float: left;
}

#main-menu li a {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
}

#main-menu .current-menu-item a,
#main-menu li:hover a {
    color: #bfbfbf;
}

/**
 * Search Form
 */

.search-form-container {
    float: right;
    color: #ccc;
    padding-top: 16px;
}

.magnifying-glass {
    font-size: 20px;
    color: #fff;
}

.search-form {
    float: right;
    background-color: #fff;
    width: 300px;
    height: 35px;
}

.search-form .search-field,
.search-form .submit-form {
    height: 100%;
}

.search-field.empty-field {
    border: 1px solid #e51013!important;
}

.search-form .search-field {
    float: left;
    position: relative;
    z-index: 2;
    width: 80%;
    border: none;
    padding: 0 5px;
    box-sizing: border-box;
    color: #292929;
}

.search-form .submit-form {
    float: right;
    position: relative;
    z-index: 1;
    width: 20%;
    border: none;
    background-color: #333;
    color: #fff;
}

/* ==========================================================================
   Page Content
   ========================================================================== */

#main-content {
    padding-top: 95px;
    padding-bottom: 15px;
}

/**
 * Posts
 */

.entry-block {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
}

.entry-old {
    max-width: 380px;
    margin: 0 auto;
}

.entry-block .entry-title {
    font-size: 16px;
    margin: 5px 0;
}

.entry-block .entry-title a {
    color: #191919;
}

.entry-block .entry-excerpt {
    font-size: 13px;
}

.entry-block .entry-excerpt p {
    margin: 5px 0 0;
}

.entry-block .entry-categories {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.entry-block .post-views {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 5px;
    background-color: #fd0d4d;
    color: #fff;
    font-size: 11px;
}

a.entry-category {
    float: left;
    display: inline-block;
    padding: 3px 5px;
    background-color: #1a1a1a;
    color: #ccc;
    font-size: 11px;
    margin-right: 3px;
}

a.entry-category:last-child {
    margin-right: 0;
}

a.category-featured {
    background-color: #fd0d4d;
    color: #fff;
}

a.category-sponsored {
    background-color: #5aa55f;
    color: #fff;
}

#banner-bottom {
    margin: 25px 0 15px;
}

/**
 * Pagination
 */

.pagination {
    text-align: center;
    padding-top: 20px;
}

.pagination-mobile {
    display: none;
}

.pagination-mobile li {
    float: left;
}

.pagination-mobile li a {
    width: 100%;
}

.pagination-mobile .active {
    width: 20%;
}

.pagination-mobile .page-first {
    width: 18%;
}

.pagination-mobile .page-last {
    width: 18%;
}

.pagination-mobile .page-previous {
    width: 20%;
    margin: 0 1%;
}

.pagination-mobile .page-next {
    width: 20%;
    margin: 0 1%;
}

.pagination-mobile .page-ghost a,
.pagination-mobile .page-ghost:hover a {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}

.pagination-list {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.pagination-list li {
    display: inline-block;
}

.pagination-list li a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.pagination-list li:hover a {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    text-decoration: none;
}

.pagination-list .active a,
.pagination-list .active:hover a {
    background-color: #e51013;
    border: 1px solid #e51013;
}

/**
 * Single Post
 */

.entry-single .entry-title {
    margin-bottom: 7px;
}

.entry-single .entry-categories,
.entry-single .entry-tags,
.entry-single .entry-date,
.entry-single .post-views {
    font-size: 12px;
}

.banner-top {
    margin: 15px 0 0;
}

.list-images {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.entry-single .entry-content img {
    margin-bottom: 15px;
}

.entry-single .entry-content img:last-child {
/*    margin-bottom: 0;*/
}

.share-options {
    display: none;
    margin-top: 15px;
}

.share-option {
    float: left;
    margin-right: 5px;
}

.entry-content {
    font-size: 15px;
}

.similar-posts {
    margin-top: 30px;
}

.similar-posts h2 {
    margin-bottom: 5px;
}

.suggested-post .entry-title,
.similar-post .entry-title {
    margin-top: 10px;
    margin-bottom: 0;
}

.suggested-post .entry-title a,
.similar-post .entry-title a {
    color: #141823;
    font-size: 14px;
}

.embedded-media {
    margin-top: 10px;
}

.embedded-media iframe {
    width: 100%!important;
}

.single-post-share {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
}

.custom-share {
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: center;
}

.custom-share:last-child {
    margin-right: 0;
}

.custom-share a {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.10em;
}

.custom-facebook {
    background-color: #306199;
}

.custom-facebook:hover {
    background-color: #244872;
}

.custom-facebook:hover a {
    text-decoration: none;
}

.custom-twitter {
    background-color: #26c4f1;
}

.custom-twitter:hover {
    background-color: #0eaad6;
}

.custom-twitter:hover a {
    text-decoration: none;
}

.inside-form .group-fields {
    background-color: #f2f2f2;
    padding: 15px;
}

.inside-form #mc4wp_email_single {
    float: left;
}

.mc4wp-form .inside-form input[type=email] {
    width: 68%!important;
    height: 45px!important;
    border: 1px solid #eee!important;
}

.inside-form .button-subscribe {
    float: right;
    width: 30%;
    height: 45px;
}

.button-subscribe {
    background-color: #e51013;
    border: 1px solid #e51013;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.button-subscribe:hover {
    background-color: #F20F12;
}

/**
 * Primary Sidebar
 */

#primary-sidebar {
    float: right;
    padding-top: 15px;
    max-width: 300px;
    width: 100%;
}

div.mc4wp-form {
    margin-top: 0;
}

.mc4wp-form p {
    margin-top: 0;
}

#primary-sidebar .widget {
    margin-bottom: 15px;
}

#primary-sidebar .widget:last-child {
    margin-bottom: 0;
}

/**
 * Trending Posts
 */

.trending-posts .col-xs-12 {
    padding-top: 5px;
    padding-bottom: 12px;
}

.widget_trending_posts .widget-title {
    margin: 0;
}

.trending-tab {
    float: left;
    display: inline-block;
    padding: 8px 0;
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    margin-right: 2%;
    width: 32%;
    text-align: center;
    
    
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.trending-tab:last-child {
    margin-right: 0;
}

.trending-tab:hover,
.trending-tab:focus,
.current-tab {
    color: #fff;
    background-color: #e51013;
    border: 1px solid #e51013;
    text-decoration: none;
}

.trending-post {
    max-width: 300px;
}

.trending-post .entry-title {
    margin: 5px 0 0;
    line-height: 100%;
}

.trending-post .entry-title a {
    color: #141823;
    font-size: 14px;
}

.trending-category {
    display: none;
}

.display-category {
    display: block;
}

/**
 * 404 Not Found
 */

.search-box .search-form-container,
.search-box .search-form {
    float: none;
    width: 100%;
}

.search-box .search-field {
    border: 1px solid #292929
}

/**
 * Subscribe Forms
 */

.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=text],
.mc4wp-form input[type=url],
.mc4wp-form select,
.mc4wp-form textarea {
    height: 35px!important;
    padding: 0 5px!important;
    border: 1px solid #292929!important;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.page-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
    letter-spacing: 0.05em;
}

#footer-navigation a {
    color: #fff;
}

#footer-navigation .current-menu-item a {
    color: #bfbfbf;
}

#footer-menu {
    float: left;
}

#footer-menu a {
    text-transform: uppercase;
}

#footer-menu li,
#pages-menu li {
    float: left;
    margin-right: 15px;
}

#footer-menu li:last-child,
#pages-menu li:last-child {
    margin-right: 0;
}

#pages-menu {
    float: right;
}

#pages-menu a {
    font-size: 12px;
}

#footer-copyright {
    float: right;
    padding-top: 10px;
    text-transform: uppercase;
}

#footer-copyright .site-name a {
    color: #fff;
}

/* ==========================================================================
   Bootstrap 3 Custom Media Queries
   ========================================================================== */

/* Custom, iPhone Retina */ 
@media only screen and (min-width: 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 480px) {
    .page-header {
        padding: 15px 0;
    }
    
    .customize-support .page-header {
        top: 46px;
    }
    
    #menu-toggle {
        display: block;
    }
    
    #header-logo-container,
    #primary-navigation,
    .search-form-container,
    .search-form {
        float: none;
        margin: 0;
        padding: 0;
    }
    
    #header-logo-container {
        text-align: left;
    }
    
    #primary-navigation,
    .page-header .search-form-container {
        display: none;
    }
    
    #primary-navigation {
        padding: 15px 0;
    }
    
    #main-menu li {
        float: none;
    }
    
    #main-menu li a {
        display: block;
    }
    
    .search-form {
        margin: 0 auto;
    }
    
    #main-content {
        padding-top: 95px;
    }
    
    #primary-sidebar {
        float: none;
        max-width: none;
        padding-top: 0;
    }
    
    #primary-sidebar .widget_text {
        display: none;
    }
    
    #primary-sidebar .widget_trending_posts {
        display: none;
    }
    
    #primary-sidebar .mc4wp-form {
        display: none;
    }
    
    .trending-post.entry-old {
        max-width: 380px;
        margin: 0 auto;
    }
    
    .custom-share {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    
    .custom-share:last-child {
        margin-bottom: 0;
    }
    
    .inside-form #mc4wp_email_single {
        float: none;
    }
    
    .mc4wp-form .inside-form input[type=email] {
        width: 100%!important;
        margin-bottom: 10px!important;
    }
    
    .inside-form .button-subscribe {
        float: none;
        width: 100%;
    }
    
    .pagination {
        display: none;
    }

    .pagination-mobile {
        display: block;
    }

    #footer-menu {
        display: none;
    }
    
    #pages-menu {
        float: none;
    }
    
    #pages-menu li {
          margin-right: 20px;
    }
    
    #pages-menu a {
        font-size: 14px;
    }
    
    #footer-copyright {
        float: none;
    }
    
    #banner-top,
    #banner-bottom,
    #sidebar-top,
    #sidebar-bottom {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .page-header {
        padding: 15px 0;
    }
    
    .customize-support .page-header {
        top: 46px;
    }
    
    #menu-toggle {
        display: block;
    }
    
    #header-logo-container,
    #primary-navigation,
    .search-form-container,
    .search-form {
        float: none;
        margin: 0;
        padding: 0;
    }
    
    #header-logo-container {
        text-align: left;
    }
    
    #primary-navigation,
    .page-header .search-form-container {
        display: none;
    }
    
    #main-menu {
        text-align: center;
    }
    
    #main-menu li {
        float: none;
        display: inline-block;
    }
    
    .search-form {
        margin: 0 auto;
    }
    
    #main-content {
        padding-top: 95px;
    }
    
    #primary-sidebar {
        float: none;
        max-width: none;
        padding-top: 0;
    }
    
    #primary-sidebar .widget_text {
        display: none;
    }
    
    #primary-sidebar .widget_trending_posts {
        display: none;
    }
    
    #primary-sidebar .mc4wp-form {
        display: none;
    }
    
    .trending-post.entry-old {
        max-width: 380px;
        margin: 0 auto;
    }
    
    #footer-menu {
        display: none;
    }
    
    #pages-menu {
        float: none;
    }
    
    #footer-copyright {
        float: none;
    }
    
    #banner-top,
    #banner-bottom,
    #sidebar-top,
    #sidebar-bottom {
        display: none;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .page-header {
        padding: 15px 0;
    }
    
    .customize-support .page-header {
        top: 32px;
    }
    
    #menu-toggle {
        display: block;
    }
    
    #header-logo-container,
    #primary-navigation,
    .search-form-container,
    .search-form {
        float: none;
        margin: 0;
        padding: 0;
    }
    
    #header-logo-container {
        text-align: left;
    }
    
    #primary-navigation,
    .page-header .search-form-container {
        display: none;
    }
    
    #main-menu {
        text-align: center;
    }
    
    #main-menu li {
        float: none;
        display: inline-block;
    }
    
    .search-form {
        margin: 0 auto;
    }
    
    #main-content {
        padding-top: 95px;
    }
    
    #footer-menu {
        display: none;
    }
    
    #pages-menu {
        float: none;
    }
    
    #footer-copyright {
        float: none;
    }
    
    #banner-top,
    #banner-bottom,
    #sidebar-top,
    #sidebar-bottom {
        display: none;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

/* ==========================================================================
   Custom Media Queries
   ========================================================================== */

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    #primary-navigation {
        padding-left: 20px;
    }
    
    .page-header .search-form {
        width: 210px;
    }
}