/*!
Theme Name: underscores child
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Template: underscores
Description: Underscores Company Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscores
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

underscores is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*-- site general css --*/
:root {
    --site-primary-color: #000;
    --site-second-color: #DE0000;
    --site-third-color: #FFCF00;
    --font-primary-color: #000;
    --font-second-color: #FFF;
}

@font-face {
    font-family: 'SVN-GoldenBook-Regular';
    src: url('webfonts/svn-goldenbook-regular.woff2');
}

@font-face {
    font-family: 'SVN-GoldenBook-ExtraBold';
    src: url('webfonts/svn-goldenbook-extrabold.woff2');
}

html, body {
    overflow-x: hidden;
    font-size: 18px;
    line-height: 25px;
    color: var(--font-primary-color);
    margin-bottom: 0 !important;
    height: 100vh;
	overflow: hidden;
    font-family: 'Be Vietnam Pro', sans-serif;
}

a {
    text-decoration: none;
    transition: .5s;
}

a:focus {
    outline: none;
}

.hidden,
.fp-watermark {
    display: none;
}

.btn {
    box-shadow: none !important
}

.btn,
.btn:hover,
.btn:focus {
    border: none;
}

.img-content {
    width: 100% !important;
}

.hover-img-wrapper {
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.overlay-content,
.main-navigation a,
#fp-nav ul li .fp-tooltip,
.fullpage-title,
.btn-archive-content,
.site-copyright {
    font-family: 'SVN-GoldenBook-Regular', sans-serif;
}

::-webkit-scrollbar-corner { 
    background: rgba(0,0,0, .5); 
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color);
}

*::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 3px solid var(--scroll-bar-bg-color);
    background-color: var(--scroll-bar-color);
}
/*-- end site general css --*/


/*-- site breadcrumbs css --*/
.breadcrumbs-wrapper {
    margin-bottom: 20px;
    padding: 10px 0;
    background: #CCC;
}

#breadcrumbs {
    margin: 0;
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited {
    color: var(--font-primary-color);
}
/*-- end site breadcrumbs css --*/


/*-- site contact form 7 css --*/
.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0px !important;
}

.wpcf7-text,
.wpcf7-textarea {
    padding: 5px !important;
}

.wpcf7-textarea {
    height: 71px !important;
}

.wpcf7-submit {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: 'SVN-GoldenBook-ExtraBold', sans-serif;
    text-transform: uppercase;
    color: var(--font-second-color) !important;
    background: none !important;
}

.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7-response-output {
    margin: 0 !important;
}
/*-- end site contact form 7 css --*/


/*-- site modal content css --*/
body.modal-open {
    padding-right: 0 !important;
}

.modal {
	z-index: 999999;
}

#registerModal .modal-content {
    border-radius: 0 !important;
    color: var(--font-second-color);
    background: rgba(222,0,0, .6);
}

#registerModal .modal-title {
    color: var(--site-third-color);
    font-family: 'SVN-GoldenBook-ExtraBold', sans-serif;
}

#registerModal .btn-close {
    height: auto;
    width: auto;
    color: var(--font-second-color);
    background: none;
}
/*-- end site modal content css --*/


/*-- site navigation content css --*/
#site-navigation {
	background: rgba(222,0,0, .6);
}

.site-title {
    margin-bottom: 0;
}

.site-logo {
    height: 50px !important;
}

.overlay {
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 99999;
    transition: 0.5s;
    background: var(--font-second-color);
    position: fixed;
    overflow-x: hidden;
}

.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-content .row {
    width: 100%;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    line-height: 60px;
    display: block;
    text-transform: uppercase;
}

.overlay a,
.overlay a:visited {
    color: var(--font-primary-color);
}

.overlay a:hover, 
.overlay a:focus,
#primary-menu .current-menu-item a {
    color: var(--site-second-color);
}

.overlay .closebtn {
    top: 20px;
    right: 45px;
    font-size: 21px;
    z-index: 99999;
    position: absolute;
}

#primary-menu {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    column-count: 2;
}

#primary-menu li {
    list-style: none;
}

.main-navigation a {
    text-transform: uppercase;
}

.main-navigation,
.main-navigation a,
.main-navigation a:visited {
    color: var(--font-second-color);
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: var(--site-third-color);
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

#fp-nav ul li a span{
	border: solid 2px var(--font-second-color);
    background: none;
}

#fp-nav ul li .fp-tooltip {
    top: -6px;
    text-transform: uppercase;
}
/*-- end site navigation content css --*/


/*-- site products content css --*/
.archvie-product-wrapper .onsale,
.woocommerce span.onsale {
	color: #FFF;
	position: absolute;
    top: 5px !important;
    left: 5px !important;
    padding: 5px 15px !important;
    border-radius: 0 !important;
    min-height: unset !important;
    line-height: unset !important;
    background: #DC143C !important;
}

.index-price-wrapper ins,
.archive-price-wrapper ins {
	background: none;
}

.price-contact,
.project-info,
.index-price-wrapper ins bdi,
.index-price-wrapper bdi,
.archive-price-wrapper ins bdi,
.archive-price-wrapper bdi,
.price ins bdi,
.price bdi {
    color: #DC143C;
    font-weight: 700;
}

.index-price-wrapper del bdi,
.archive-price-wrapper del bdi,
.price del bdi {
	margin-right: 10px;
    color: #777;
    font-weight: 400;
    text-decoration: line-through;
}

.archive-product-wrapper {
    position: relative;
}

.save-percent {
    top: 10px;
    left: 10px;
    padding: 5px 15px;
    color: var(--font-second-color);
    background: #DC143C;
    position: absolute;
}
/*-- end site products content css --*/


/*-- site archive page css --*/
.archive-title,
.archive-content-title,
.archive-career-title,
.woocommerce-products-header__title,
.woocommerce-billing-fields h3,
.woocommerce-form__label span,
#order_review_heading,
.cart_totals h2,
.woocommerce-order-details__title,
.woocommerce-column__title,
.product_title,
.related-product-title {
    font-weight: 700;
    font-family: 'SVN-GoldenBook-ExtraBold', sans-serif;
}

.archive-modal-title {
    margin-bottom: 0;
	font-size: 25px;
	line-height: 31px;
	font-weight: 700;
    font-family: 'SVN-GoldenBook-ExtraBold', sans-serif;
	color: var(--site-second-color);
}

.single-modal-body {
    color: var(--font-primary-color);
}

.modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.modal-body p:last-child {
    margin-bottom: 0;
}

.archive-main {
    margin: 150px 0 40px 0;
}

.archive-content-wrapper {
    height: 66vh;
    overflow-y: scroll;
}

.archive-content {
    margin-bottom: 20px;
}

.archive-content:hover .hover-img {
    transform: scale(1.1);
}

.archive-content-thumb {
    height: 175px;
    object-fit: cover;
}

.archive-content-date {
    margin-top: 10px;
    margin-bottom: 5px;
}

.archive-content-title {
    font-size: 21px;
    line-height: 28px;
    height: 57px;
    overflow: hidden;
}

.archive-main,
.archive-main a,
.archive-main a:visited {
    color: var(--font-second-color);
}

.archive-main a:hover,
.archive-main a:focus {
    color: var(--site-third-color);
}

.btn-archive-content {
    margin-top: 10px;
    padding: 0;
    transition: opacity .9s, margin-left .5s, margin-right .5s;
	-webkit-transition: opacity .9s, margin-left .5s, margin-right .5s;
}

.btn-archive-content,
.btn-archive-content:hover,
.btn-archive-content:focus,
.btn-archive-content:visited {
    color: var(--font-second-color) !important;
}

.archive-content:hover .btn-archive-content,
.archive-content:focus .btn-archive-content {
    margin-left: 10px;
}

.icon-archive-viewmore {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.archive-career {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.archive-career li {
    list-style: none;
}

.archive-career-title {
    font-size: 18px;
}

.career-number {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    background: var(--site-second-color);
}
/*-- end site archive page css --*/


/*-- site full page content css --*/
.fullpage-header {
    left: 20px;
    bottom: 50px;
    font-size: 18px;
    color: var(--font-second-color);
    z-index: 99999;
    position: absolute;
}

.fullpage-title {
    margin-bottom: 0;
    font-size: 30px;
}
/*-- end site full page content css --*/


/*-- site cart page css --*/
.woocommerce .col-1, 
.woocommerce .col-2 {
    max-width: none;
}

#customer_details {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #CCC;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper span {
    width: 50%;
}

.woocommerce-billing-fields__field-wrapper .selection span {
    width: 100%;
	height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 12px;
}

.woocommerce-input-wrapper .form-control,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	padding: 10px;
}

.woocommerce-input-wrapper,
#order_comments_field textarea {
    width: 100%;
}

#order_comments_field textarea {
    height: 200px;
}

#billing_country_field {
    display: none;
}
/*-- end site cart page css --*/


/*-- site widget css --*/
.search-form,
.search-form label,
.search-field {
    width: 100%;
}

.search-field,
.search-submit {
    height: 40px;
}

.widget-notfound .search-form {
    margin-bottom: 10px;
}

.search-form {
	position: relative;
}

.search-field {
    padding-left: 10px !important;
}

.search-submit {
    top: 0;
    right: 0;
    border: none;
    position: absolute;
}

.search-submit,
.search-submit:hover,
.search-submit:focus {
    color: var(--font-primary-color);
}

.widget-title,
.widgettitle {
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
}

.widget ul {
    margin-left: 0;
    padding-left: 0;
}

.widget li {
    list-style: inside;
}

.widget a,
.widget a:hover,
.widget a:focus,
.widget a:visited {
    color: var(--font-primary-color);
}
/*-- end site widget css --*/


/*-- site single css --*/
.entry-meta,
.entry-footer,
.nav-links,
.product_meta,
.single-product-main .onsale {
    display: none !important;
}

.single-content-wrapper {
    padding: 20px;
    color: var(--font-primary-color);
    background: var(--font-second-color);
}

.single-content-wrapper .entry-content {
    margin-top: 0;
}
/*--  end site single css --*/


/*-- site single product css --*/
.single-product-main .onsale {
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
    min-height: unset !important;
    line-height: unset !important;
    padding: 5px 20px !important;
    background: #FF0000 !important;
}

.single-product-main .entry-summary {
    margin-top: 0;
}

.single-product-main .qty,
.single_add_to_cart_button {
    height: 40px;
}

.single_add_to_cart_button {
    border-radius: 30px !important;
    background: var(--font-primary-color) !important;
}

.wc-tabs {
    padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    position: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: var(--font-primary-color);
    border-bottom: solid 2px var(--font-primary-color);
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 30px !important;
    font-size: 16px;
    border: none;
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs a:focus {
    outline: none;
}
/*--  end site single product css --*/


/*-- site pagination css --*/
.pagination {
    margin: 0 auto;
}

.pagination .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination .page-link {
    min-width: 36px;
    height: 36px;
    border-radius: 4px !important;
    color: var(--font-primary-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current,
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: var(--font-second-color) !important;
    border-color: var(--site-second-color);
    background: var(--site-second-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	box-shadow: none !important;
}

.pagination .prev,
.pagination .next {
    padding: 0;
    border: none;
}

.pagination .prev:hover img,
.pagination .next:hover img,
.pagination .prev:focus img,
.pagination .next:focus img {
    filter: brightness(0) invert(1);
}
/*-- end site pagination css --*/


/*-- site footer css --*/
.site-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    position: absolute;
}

.site-copyright {
    padding: 20px;
}

.site-copyright,
.site-copyright a,
.site-copyright a:hover,
.site-copyright a:focus,
.site-copyright a:visited {
    color: var(--font-second-color);
}
/*-- end site footer css --*/


@media (max-width: 768px) {
	html, body {
		font-size: 16px;
		line-height: 23px;
	}
	
    .archive-title,
    .woocommerce-products-header__title,
    .woocommerce-billing-fields h3,
    .woocommerce-form__label span,
    #order_review_heading,
    .cart_totals h2,
    .woocommerce-order-details__title,
    .woocommerce-column__title,
    .product_title,
    .related-product-title {
        font-size: 18px;
        line-height: 25px;
    }
	
	#fp-nav ul li .fp-tooltip {
		display: none;
	}
	
	#fp-nav.fp-right {
		right: 3px;
	}

    .main-navigation {
        background: var(--site-second-color) !important;
    }

    .site-logo {
        width: 75px !important;
    }

    .overlay-logo {
        display: none;
    }

    #primary-menu {
        padding: 0 20px;
        column-count: 1;
    }
	
	.overlay-content {
		padding-top: 50px;
		display: block;
	}

    .overlay a {
        font-size: 25px;
        line-height: 40px;
    }
    
    .products-price {
        height: 45px;
        overflow: hidden;
    }

    .archive-main {
        margin: 0;
    }

    .archive-content-wrapper,
	.archive-career-wrapper {
        padding-top: 90px;
        height: 85vh;
		overflow-y: scroll;
	}
}

@media (min-width: 600px) and (max-width: 960px) {
    
}

@media (min-width: 800px) and (max-width: 1280px) {
    
}

@media (min-width: 810px) and (max-width: 1080px) {
    
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
    
}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
    
}

@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {
    
}

@media (min-width: 992px) and (max-width: 1824px) {
    
}

@media (min-width: 1824px) {
    
}
