/*
Theme Name: Factory Crazycafe
Theme URI: http://champtheme.com/demos/wp/factory
Author: ChampTheme
Author URI: http://champtheme.com
Description: Champtheme WordPress theme
Version: 1.1
License: GNU General Public License
License URI: licensing/README_License.txt
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template, theme-options
Text Domain: factory-crazycafe
*/
/* ====================================================
                StyleSheet Index
/*=====================================================
    * 01. Common CSS
    * 02. Header CSS
    * 03. Breadcroumb CSS
    * 04. Page CSS
    * 05. 404 CSS
    * 06. WooCommerce CSS
    * 07. Blog CSS
    * 08. Footer CSS
    * 09. Responsive CSS
    *
==================================================== */
/* ================================== */
/* 01. Common CSS
/* ================================== */

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.7;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    float: none;
    margin: 0 auto 15px;
    display: block
}
img {
    max-width: 100%;
    height: auto
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600
}
input[type="submit"] {
    background: #f9722f none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 8px 30px;
}
input[type="submit"]:hover {
    background-color: #333
}
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    border: 1px solid #ddd;
    padding: 7px 10px;
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
    border-color: #666
}
.edit-link {
    display: inline-block;
    padding: 20px 0;
}
.edit-link a {
    color: #333;
}
blockquote {
    font-size: inherit;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 15px;
}
.screen-reader-text {
    display: none;
}
.factory-btn.filled-btn:hover {
    background-color: #ff6000;
    border-color: #ff6000
}
a.factory-btn.bordered-btn:hover {
    color: #fc721e;
    border-color: #fc721e;
}
dd {
    margin-bottom: 10px;
}
.factory-btn {
    border: 1px solid;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
}
.factory-btn.filled-btn {
    background-color: #f9722f;
    border-color: #f9722f;
    color: #fff;
}
/* ================================== */
/* 02. Header CSS
/* ================================== */

.header-top-area {
    background-color: #0b0b0b;
    color: #fff;
    padding: 10px 0;
}
.header-top-area i.fa {
    color: #f9722f;
}
.social-icon {
    border: 1px solid #5d5c5c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
a.social-icon i.fa {
    color: #fff;
}
.header-right-content {
    padding-top: 4px;
}
.header-right-content a {
    color: #fff;
    margin-right: 20px;
}
.header-right-content a.social-icon {
    margin-right: 5px;
}
.header-location {
    padding: 5px 0;
}
.text-logo {
    border: 1px solid;
    color: #333;
    display: inline-block;
    font-size: 20px;
    padding: 4px 15px;
    text-transform: uppercase;
}
.header-bottom-area {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.header-bottom-area ul {
    list-style: outside none none;
    margin: 10px 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}
.header-bottom-area li {
    display: inline-block;
    position: relative;
}
.header-bottom-area ul li a {
    color: #333;
    display: block;
    margin-left: 5px;
    padding: 5px 12px;
    font-weight: 600
}
.header-bottom-area ul li:hover > a,
.header-bottom-area ul li.current_page_item > a,
.header-bottom-area ul li.current-page-ancestor > a {
    text-decoration: none;
}
.header-bottom-area ul li {
    position: relative;
}
.header-bottom-area ul li a {
    margin-left: 0;
}
.header-bottom-area ul li ul {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 300%;
    width: 260px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 9;
    font-size: 13px;
}
.header-bottom-area ul > li:nth-last-child(1) > ul,
.header-bottom-area ul > li:nth-last-child(2) > ul,
.header-bottom-area ul > li:nth-last-child(3) > ul {
    right: 0;
    left: auto;
}
.header-bottom-area ul li ul li {
    display: block;
}
.header-bottom-area ul li ul li a {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 15px;
    line-height: 30px;
    font-size: 12px;
}
div.header-bottom-area ul li ul li a:before {
    content: '\f105';
    font-family: 'fontawesome';
    margin-right: 10px;
    color: #f9722f;
    margin-left: 5px;
    background-color: transparent;
}
.header-bottom-area ul li ul li:hover > a,
.header-bottom-area ul li ul li.current_page_item > a,
.header-bottom-area ul li ul li.current-page-ancestor > a {
    border-color: transparent;
    background-color: #f3f2f2;
    border-left-color: #f9722f;
}
.header-bottom-area ul li ul li ul {
    left: 100%;
    top: 200%;
}
.header-bottom-area ul > li:nth-last-child(4) ul > li > ul,
.header-bottom-area ul > li:nth-last-child(5) ul > li > ul,
.header-bottom-area ul > li:nth-last-child(1) ul > li > ul,
.header-bottom-area ul > li:nth-last-child(2) ul > li > ul,
.header-bottom-area ul > li:nth-last-child(3) ul > li > ul,
.header-bottom-area ul > li > ul > li > ul > li > ul {
    left: auto;
    right: 100%;
}
.header-bottom-area ul > li:nth-last-child(1) > ul > li > ul > li > ul,
.header-bottom-area ul > li:nth-last-child(2) > ul > li > ul > li > ul,
.header-bottom-area ul > li:nth-last-child(3) > ul > li > ul > li > ul,
.header-bottom-area ul > li:nth-last-child(4) > ul > li > ul > li > ul,
.header-bottom-area ul > li:nth-last-child(5) > ul > li > ul > li > ul {
    right: auto;
    left: 100%;
}
.header-bottom-area .sub-siblings:after {
    content: "\f105";
    font-family: "fontawesome";
    margin-left: 7px;
    position: absolute;
    top: 50%;
    right: 7px;
    line-height: 20px;
    margin-top: -10px;
}
.header-bottom-area ul li ul li a.sub-siblings:after {
    right: 20px;
}
.header-bottom-area ul > li:hover > ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.header-bottom-area ul > li:hover > ul > li:hover > ul,
.header-bottom-area ul > li:hover > ul > li:hover > ul > li:hover > ul {
    top: -1px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.header-bottom-area ul > li:hover > a.sub-siblings:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.header-bottom-area ul > li > a.sub-siblings {
    padding-right: 20px;
}
.logo {
    margin: 6px 0;
}
..header-location {
    padding: 2px 0;
}
.header-location i,
.header-right-content a:not(.social-icon) i {
    margin-right: 5px;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
.logo a:hover {
    color: #fc721e;
    border-color: #fc721e;
}
ul.menu li a {
    font-weight: 700;
}
.header-right-content .social-icon:hover {
    background-color: #fc721e;
    border-color: #fc721e;
}
.logo img {
    height: 35px;
}
/* ================================== */
/* 03. Breadcroumb CSS
/* ================================== */

.factory-breadcroumb-area {
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: center center
}
.factory-breadcroumb-area:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.factory-breadcroumb-area h2 {
    color: #fff;
    margin: 0;
    padding: 100px 0;
    text-align: center;
    text-transform: uppercase;
}
.page-entry-header h1 {
    margin: 15px 0;
}
.factorycrumbs-area {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    width: 100%
}
#factorycrumbs {
    background: #f9722f none repeat scroll 0 0;
    color: #fff;
    padding: 20px 40px;
    display: inline-block;
    min-width: 300px
}
#factorycrumbs a {
    color: #fff;
}
#factorycrumbs {
    position: relative;
}
#factorycrumbs:before,
#factorycrumbs:after {
    border-bottom: 0 solid #cc5912;
    border-left: 15px solid #cc5912;
    border-top: 35px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    z-index: 1;
}
#factorycrumbs:before {
    border-right: 15px solid #cc5912;
    right: auto;
    left: -15px;
    border-left: none;
}
#factorycrumbs:before,
#factorycrumbs:after {
    border-left-color: #cc5912;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* ================================== */
/* 04. Page CSS
/* ================================== */

.service-menu ul li a {
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;
    color: #333333;
    display: block;
    padding: 10px 0;
    position: relative;
    margin-top: -1px
}
.service-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.service-menu ul {
    margin-top: 30px;
}
.service-menu ul li a:after {
    content: "\f105";
    float: right;
    font-family: fontawesome;
}
.service-menu ul li a:hover,
.service-menu ul li.current_page_item a {
    border-color: #f9722f;
    color: #f9722f;
    z-index: 2
}
.bordered-btn.iconic-btn {
    border: 1px solid #f4f4f4;
    color: #f9722f;
    display: block;
    margin: 25px 0 15px;
    padding: 10px 20px;
}
.bordered-btn.iconic-btn i.fa {
    float: right;
    line-height: 25px;
}
.internal-content-area.internal-single-post-area {
    padding: 100px 0 80px;
}
.factory-contact-form textarea,
.factory-contact-form input[type="text"],
.factory-contact-form input[type="email"],
.factory-contact-form input[type="tel"] {
    width: 100%;
}
.factory-contact-form textarea {
    height: 120px;
}
/* ================================== */
/* 05. 404 CSS
/* ================================== */

.not-found-content-area {
    padding: 100px 0 80px;
    text-align: center;
}
.not-found-content-area h4 {
    font-size: 20px;
}
.not-found-content-area h1 {
    color: #f9722f;
    font-size: 150px;
    font-weight: 700;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
/* ================================== */
/* 06. WooCommerce CSS
/* ================================== */

.factory-shop-content-area,
.woocommerce-page .internal-content-area,
.factory-blog-content-area {
    padding: 100px 0 80px;
}
.factory-shop-content-area h1.page-title {
    display: none;
}
.woocommerce-ordering select {
    border: 1px solid #e6e5e5;
    color: #868585;
    font-size: 16px;
    height: 45px;
    padding: 0 25px;
    margin-bottom: 60px;
}
.woocommerce-result-count {
    color: #868585;
    font-size: 16px;
}
.woocommerce ul.products li.product h3 {
    padding: 15px 0;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price {
    font-weight: 600;
    color: #333333;
    font-size: 16px;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: inline-block;
}
.woocommerce ul.products li.product .price del {
    margin-right: 5px;
}
.woocommerce span.onsale {
    background-color: #fc721e;
}
.woocommerce .star-rating {
    color: #fc721e;
}
.woocommerce ul.products li.product .button {
    line-height: 45px;
    padding: 0 35px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    background: #ffffff;
    border: 1px solid #fc721e;
    border-radius: 3px;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #fc721e;
    color: #fff;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: auto;
}
.woocommerce a.added_to_cart {
    background: #fc721e;
    border: 1px solid #fc721e;
    color: #fff;
    margin-top: 10px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 11px;
}
.woocommerce a.added_to_cart:hover {
    background-color: #fff;
    color: #fc721e;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    background: none;
    margin-right: 9px;
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
    margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    border: 1px solid #9c9b9b;
    height: 40px;
    min-width: 40px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    color: #333;
    box-shadow: none;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    border-radius: 50%;
    background-color: #dedada;
    border-color: #dedada;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
    background-color: #fc721e;
    border-color: #fc721e;
    color: #ffffff;
}
.woocommerce table.shop_table td {
    height: 90px;
    font-size: 16px;
    color: #333;
}
.woocommerce table.shop_table td a {
    color: #333;
    font-weight: 600;
}
.woocommerce a.remove {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 34px;
    border-radius: 5px;
}
.woocommerce table.shop_table td.product-remove {
    padding-left: 40px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 60px;
}
.woocommerce table.shop_table th {
    height: 60px;
    font-size: 20px;
    font-weight: 600;
}
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount.amount {
    font-weight: 600;
    font-size: 20px;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    line-height: 35px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 220px;
    height: 45px;
    text-indent: 30px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    padding: 0 30px;
    height: 45px;
    background-color: #fc721e;
    margin-left: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
    padding: 0 30px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    margin-top: 40px;
}
.cart_totals.calculated_shipping .shop_table.shop_table_responsive tr td,
.cart_totals.calculated_shipping .shop_table.shop_table_responsive tr th {
    vertical-align: middle!important;
    height: 60px!important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #fc721e;
    margin-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #dd5300;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.woocommerce-info {
    border-color: #fc721e;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-info:before,
.woocommerce-info a {
    color: #fc721e;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
.woocommerce-MyAccount-navigation li a {
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation li:hover a,
.woocommerce-MyAccount-navigation li.is-active a {
    color: #fc721e;
}
.woocommerce-MyAccount-content {
    font-size: 16px;
}
.woocommerce-MyAccount-content a {
    color: #fc721e;
    font-style: italic;
}
.woocommerce-MyAccount-content a:hover {
    background-color: #fc721e;
    color: #fff;
    text-decoration: none;
}
.woocommerce form .form-row input:not([type="checkbox"]),
woocommerce form .form-row textarea {
    box-sizing: border-box;
    margin: 0;
    outline: 0 none;
    width: 100%;
    height: 40px;
    border: 1px solid #666;
    text-indent: 20px;
    padding: 0;
}
.woocommerce form .form-row input[type="checkbox"] {
    margin-right: 5px;
}
.woocommerce form .form-row input[type="submit"] {
    background-color: #fc721e;
    color: #fff;
    border-color: #fc721e;
    width: 200px;
    text-indent: 0;
    margin-right: 10px;
}
.woocommerce form .form-row input[type="submit"]:hover,
.woocommerce form .form-row input[type="submit"]:active,
.woocommerce form .form-row input[type="submit"]:focus {
    background-color: #fff;
    color: #fc721e;
}
.woocommerce form .form-row input:not([type="checkbox"]):focus,
woocommerce form .form-row textarea:focus {
    border-color: #fc721e;
}
.woocommerce-LostPassword.lost_password a {
    color: #fc721e;
    font-style: italic;
    font-size: 16px;
}
.woocommerce-LostPassword.lost_password a:hover {
    text-decoration: underline;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-color: #fc721e;
}
/* ================================== */
/* 07. Blog CSS
/* ================================== */

section.widget {
    margin-bottom: 55px;
    padding-left: 70px;
}
section.widget h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
section.widget ul {
    list-style: outside none none;
    padding: 0;
}
section.widget.widget_categories ul li,
section.widget.widget_archive ul li {
    text-align: right;
    overflow: hidden;
}
section.widget.widget_categories ul li *,
section.widget.widget_archive ul li * {
    float: left;
}
section.widget ul li a,
section.widget ul li span {
    color: #282727;
    font-size: 16px;
}
section.widget ul li span {
    color: #666;
}
section.widget li {
    padding: 2px 0;
}
section.widget ul li:hover,
section.widget ul li:hover a {
    color: #fc721e;
}
.post-featured-content {
    margin-bottom: 45px;
}
.factory-blog-post-title {
    margin-bottom: 20px;
}
.factory-blog-post-title > a {
    text-transform: capitalize;
    color: #282727;
}
.entry-meta span {
    font-size: 15px;
    margin-left: 18px;
}
.entry-meta span:first-child {
    margin-left: 0;
}
.entry-meta span i {
    color: #fc721e;
    margin-right: 12px;
}
.entry-meta span a {
    color: #333;
}
.entry-meta span a:hover {
    color: #fc721e;
}
.entry-meta {
    margin-bottom: 25px;
}
.read_more {
    background-color: #fc721e;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 45px;
    margin-top: 10px;
    padding: 0 45px;
    border: 1px solid #fc721e;
}
.read_more:hover {
    background-color: #fff;
    color: #fc721e;
}
.post-featured-content img {
    width: 100%;
}
.post-featured-content {
    margin-bottom: 20px;
}
article:not(:first-child) {
    margin-top: 50px;
}
.edit-link a.post-edit-link {
    background: #fc721e;
    line-height: 30px;
    padding: 0 20px;
    margin: 10px 0 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fc721e;
    margin-right: 5px;
}
.edit-link {
    padding: 0;
}
.edit-link a.post-edit-link:hover {
    background-color: #fff;
    color: #fc721e;
}
.navigation.post-navigation .nav-links {
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 20px;
    background-color: #666;
}
.navigation.post-navigation .nav-links > div {
    float: left;
    width: 50%;
}
.navigation.post-navigation .nav-links > div.nav-next {
    float: right;
    text-align: right;
}
.navigation.post-navigation a {
    padding: 10px 15px;
    display: block;
    color: #fff;
}
.navigation.post-navigation {
    position: relative
}
.navigation.post-navigation:after {
    position: absolute;
    content: "";
    background: #a8a8a8;
    left: 50%;
    margin-left: -.5px;
    width: 1px;
    height: 100%;
    top: 0
}
.navigation.post-navigation .nav-previous a:before {
    content: '\f137';
    font-family: 'fontawesome';
    margin-right: 5px;
}
.navigation.post-navigation .nav-next a:after {
    content: '\f138';
    font-family: 'fontawesome';
    margin-right: 5px;
    margin-left: 5px;
}
.navigation.post-navigation .nav-links > div:nth-child(2) a {
    border-left: medium none;
    text-align: right;
}
h2.blog-hedding-main {
    font-size: 35px;
    font-weight: 700;
}
.entry-title a {
    color: #333;
}
.factory-social-icons a {
    display: inline-block;
    font-size: 18px;
    padding: 5px 7px;
    text-align: center;
    width: 30px;
}
.factory-post-share li {
    display: inline-block;
    padding: 0;
}
.internal-content .factory-post-share ul {
    padding: 0;
}
.factory-post-share li a {
    color: #fc721e;
    padding-left: 10px;
}
.wp-caption {
    max-width: 100%
}
.wp-caption-text {
    background: #f1f1f1;
    padding: 5px 10px;
    margin-bottom: 10px
}
.sticky {} .gallery-caption {} .bypostauthor {} nav.posts-navigation {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 10px;
}
nav.posts-navigation a {
    color: #f9722f;
}
nav.posts-navigation .nav-links {
    overflow: hidden;
}
nav.posts-navigation .nav-links .nav-previous {
    float: left;
    width: 50%;
}
nav.posts-navigation .nav-links .nav-next {
    float: right;
    width: 50%;
    text-align: right
}
.entry-content table {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}
.entry-content table td,
.entry-content table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.tabled-space {
    display: none
}
.hide-tablet {
    display: block
}
.comment-content table,
.internal-content table {
    margin-bottom: 20px
}
.internal-content ol.comment-list {
    padding-left: 0;
}
.internal-content ol.comment-list li.pingback {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    margin: 0 0 20px;
    padding: 10px;
}
.widget_calendar table {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
}
.widget_calendar table td,
.widget_calendar table th {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}
.widget_calendar table caption {
    font-weight: 700;
}
.comment-content table {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.comment-content table td,
.comment-content table th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.comment-content ol {
    padding-left: 15px;
}
.internal-content table {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.internal-content table th,
.internal-content table th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.internal-content dd {
    margin-bottom: 10px;
}
.internal-content ol,
.internal-content ul {
    padding-left: 15px;
}
.internal-content .gallery {
    overflow: hidden;
}
.internal-content .gallery .gallery-item {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
}
.internal-content .gallery .gallery-item figcaption {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.internal-content .gallery.gallery-size-thumbnail .gallery-item {
    width: 150px;
}
.internal-content .gallery.gallery-size-thumbnail .gallery-item {
    position: relative;
}
.internal-content .gallery.gallery-size-thumbnail .gallery-item figcaption {
    bottom: 0;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.internal-content .gallery.gallery-size-thumbnail .gallery-item:hover figcaption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.entry-footer {
    clear: both;
}
.comments-title {
    margin: 60px 0 30px;
}
.comment-list,
.comment-list ol {
    list-style: none;
    padding: 0;
}
.comment-list > li:not(:last-child) {
    margin-bottom: 50px;
}
.comment-author.vcard img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #fc721e;
    margin-right: 20px;
    float: left
}
.comment-list .children {
    margin-left: 40px;
    margin-top: 40px;
}
.comment-content {
    padding-left: 90px;
}
.comment-metadata {
    padding-left: 90px;
}
.comment-list .reply {
    padding-left: 90px;
}
.comment-author b,
.comment-author span {
    font-size: 18px;
}
.comment-author b {
    color: #fc721e;
    margin-right: 5px;
}
.comment-author b a {
    color: #fc721e;
}
.comment-metadata > a {
    color: #666;
    font-weight: 600;
    font-size: 90%;
}
.comment-metadata > a:hover {
    color: #fc721e;
    text-decoration: underline;
}
.comment-metadata .edit-link a {
    padding: 0 5px;
    margin-left: 6px;
}
.comment-metadata {
    margin-bottom: 40px;
}
.reply .comment-reply-link {
    color: #fc721e;
}
.reply .comment-reply-link:hover {
    background-color: #fff;
    color: #fc721e;
}
.comment-respond {
    margin-top: 40px;
}
.comment-list .children li {
    margin-bottom: 25px;
}
.comment-respond .comment-form .logged-in-as a {
    display: inline-block;
    color: #666;
    margin-left: 10px;
}
.comment-respond .comment-form .logged-in-as a:first-child {
    margin-left: 0;
}
.comment-respond .comment-form .logged-in-as a:last-child {
    color: red;
}
.comment-respond .comment-form label {
    display: block;
}
#reply-title a#cancel-comment-reply-link {
    border: 1px solid red;
    color: red;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: middle;
}
.comment-list .comment-respond {
    padding-left: 90px;
}
.comment-respond form textarea {
    width: 100%;
    height: 200px;
    resize: none;
}
.internal-content-area.no-visual-composer-used {
    padding: 80px 0 50px;
}
.search-form input[type="search"] {
    text-indent: 10px;
    width: 180px;
    border: 1px solid #ddd;
    padding: 7px 0
}
.search-form input[type="search"]:focus {
    border: 1px solid #fc721e;
}
.entry-footer .cat-links {
    display: block;
    margin-top: 20px;
}
.entry-footer .cat-links a,
.entry-footer .tag-links a {
    color: #666;
    margin-left: 5px;
    text-decoration: underline;
}
.entry-footer .cat-links a:hover {
    color: #fc721e;
}
.entry-footer .tag-links a:after {
    content: ',';
}
.entry-footer .tag-links {
    font-size: 15px;
}
.entry-footer .tag-links a:last-child:after {
    display: none;
}
.entry-footer .tag-links a:hover {
    color: #fc721e;
}
.entry-footer .cat-links a,
.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation li a,
.entry-footer .cat-links a,
section.widget ul li,
.reply .comment-reply-link,
.comment-metadata a,
.edit-link a,
.read_more,
.header-right-content .social-icon,
ul.menu li a,
.logo a,
.factory-service-box,
.factory-service-box a,
.factory-service-box:before,
.factory-service-box a i,
.single-factory-project .factory-project-img:before,
.single-factory-project .factory-project-content a,
.single-factory-project .factory-project-content h3,
.single-factory-project .factory-project-content a i,
.factory-single-staff .factory-staff-img img,
.factory-single-staff .factory-staff-img:before,
.factory-single-staff .factory-staff-img:before,
.factory-staff-social-link li a,
.factory-slide-buttons a,
.factory-btn.factory-cta-btn,
.site-footer .widget_nav_menu li a,
.factory-project-categories li,
.header-bottom-area ul li ul,
.header-bottom-area .sub-siblings:after,
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce a.remove,
section.widget ul li a,
.entry-meta span a {
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-animation-timing-function: cubic-bezier(.65, -0.04, .53, .98);
    animation-timing-function: cubic-bezier(.65, -0.04, .53, .98);
}
.slicknav_menu {
    display: none;
}
/* ================================== */
/* 08. Footer CSS
/* ================================== */

.site-footer {
    background: #000000 none repeat scroll 0 0;
}
footer .widget ul.menu li a {
    font-weight: 400;
}
.site-info {
    color: #8f8c8c;
    font-weight: 300;
    padding: 20px;
    text-align: center;
}
.site-info a {
    color: #fff;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.footer-sep {
    background: #0f0f0f none repeat scroll 0 0;
    height: 1px;
}
.site-footer .widget {
    color: #8e8c8c;
    padding-bottom: 60px;
    padding-top: 85px;
}
.footer-widget-title {
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
}
.footer-widget-title:after {
    background: #b15120 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.site-footer .widget a {
    color: #8c8c8c;
}
.site-footer .widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.site-footer .widget.widget_recent_entries span {
    color: #686767;
    display: block;
    font-weight: 300;
}
.site-footer .widget.widget_recent_entries li {
    margin-bottom: 20px;
}
.site-footer .widget.widget_recent_entries li:last-child {
    margin: 0;
}
.site-footer .widget i.fa {
    color: #b15120;
    margin-right: 5px;
}
.site-footer .widget_nav_menu li a:hover {
    color: #fc721e;
}
#page.site.boxed-layout {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px #999;
    margin: 10px auto;
    max-width: 1170px;
    overflow: hidden;
}
/* ================================== */
/* 09. Responsive CSS
/* ================================== */

@media only screen and (min-width: 0) and (max-width: 991px) {
    .responsive_menu_wrap {
        position: relative;
    }
    .slicknav_menu {
        top: 0;
        position: absolute;
        right: 50%;
        display: inline-block;
        z-index: 3;
        margin-right: -355px;
        width: 280px;
        padding: 18px 0;
        background-color: transparent;
    }
    .slicknav_menu ul {
        background-color: grey;
    }
    #primary-menu {
        display: none;
    }
}
/*mediam device*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    section.widget {
        padding-left: 0;
        margin-bottom: 0;
    }
}
/*Tablet device*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-footer .widget {
        color: #8e8c8c;
        padding-bottom: 35px;
        padding-top: 45px;
    }
    .woocommerce ul.products li.product .button {
        font-size: 12px;
        line-height: 37px;
        padding: 0 15px;
    }
    section.widget {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 40px;
    }
    #page.site.boxed-layout {
        max-width: 750px;
    }
    .tabled-space {
        display: block
    }
    .hide-tablet {
        display: none
    }
}
/*Mobile device*/

@media only screen and (max-width: 767px) {
    #page.site.boxed-layout {
        max-width: 90%;
        margin: 10px 5%;
    }
    .slicknav_menu {
        margin-right: 0;
        right: 15px;
    }
    .factory-btn {
        padding: 8px 10px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products li.last,
    .woocommerce-page ul.products li.last {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none;
    }
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 10px;
    }
    section.widget {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 40px;
    }
    .comment-content {
        padding-left: 0;
        text-align: left;
    }
    .comment-list .children {
        margin-left: 0;
        text-align: left;
    }
    .navigation.post-navigation .nav-next a,
    .navigation.post-navigation .nav-previous a {
        width: 100%;
    }
    .comments-title {
        margin: 0 20px 30px 0;
        font-size: 30px;
    }
    .comment-metadata,
    .comment-list .reply {
        padding-left: 0;
    }
    footer.site-footer .widget {
        padding: 0 0 40px;
    }
    footer.site-footer {
        padding: 40px 15px 0;
    }
    .no-space .vc_column-inner {
        padding: 0 15px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .slicknav_menu {
        margin-right: 0;
    }
}