/*
Theme Name: Talent LMS
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.8
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/



.site-main, .hentry{
   width: 1140px;
   display: block;
   margin: auto;
   padding-right: 12px;
   padding-left: 12px;
}

.woocommerce-breadcrumb{
    display: none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
   float: none;
   margin-right: 40px;
   position: relative;
   width: calc(39% - 93px);
   display: inline-block;
   padding: 10px;
   border-radius: 10px;
   border: 0;
   box-shadow: 0 0 10px 1px #e7e7e7;
}

.site-main h1, .hentry h1 {
   text-align: center;
   color: #000000;
   font-size: 26px;
   text-transform: capitalize;
   line-height: 32px;
}

.site-main .woocommerce-products-header, .hentry .entry-header {
   margin-top: 60px;
   margin-bottom: 20px;
}

.woocommerce-result-count {
   font-size: 20px;
   font-weight: 500;
}

.orderby {
   border-radius: 5px;
   font-size: 14px;
   padding: 9px 30px 9px 8px;
   border-color: #cfcfcf;
   color: #444444;
}

.woocommerce ul li:nth-child(3), .woocommerce ul li:nth-child(6), .site-main ul li:nth-child(3), .site-main ul li:nth-child(6){
   margin-right: 0 !important;
 }

 .add_to_cart_button, .coupon .button {
   color: #fff !important;
   background-color: #dc3545 !important;
   border-color: #dc3545 !important;
   border-radius: 25px!important;
   padding: 14px 25px !important;
}

.added_to_cart{
   color: #fff !important;
   background-color: #3CB371 !important;
   border-color: #3CB371 !important;
   border-radius: 25px!important;
   padding: 14px 25px !important;
   margin-left:12px;
   font-weight: bold;
}

.woocommerce-form-login__submit {
   color: #fff !important;
   background-color: #dc3545 !important;
   border-color: #dc3545 !important;
   border-radius: 25px!important;
   padding: 14px 25px !important;
    float: none !important;
    display: block !important;
    margin-top: 10px !important;
}
 
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

.coupon .input-text {
   border-radius: 5px;
   font-size: 14px;
   padding: 8px 10px;
   border-color: #e5e5e5;
   color: #444444;
   width: 36% !important;
}

.add_to_cart_button:hover {
   background-color: #8b1d28 !important;
   border-color: #8b1d28 !important;
}

.added_to_cart:hover {
   background-color: #2E8B57 !important;
   border-color: #2E8B57 !important;
}

.add_to_cart_button.loading:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
   /* font-family:"Glyphicons Halflings"; */
    content: "\e031";
    background: rgba( 255, 255, 255, 0.7 );
    text-align:center;
   /* line-height:70px; */
}

.site-main  ul.products li.product .price {
   color: #7a7a7a;
}

.woocommerce-loop-product__title{
   font-size: 16px !important;
   text-transform: capitalize;
   color: #000000;
}

.product-name a{color: #000; text-decoration: underline;}

.ratio-4x3 {
    --bs-aspect-ratio: none;
}

.ratio>* {
    position: relative;
    top: 0;
    left: 0;
    width: 50vw;
    height: 60vh; 
}

@media screen and (max-width: 768px) {
.ratio>* {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

.woocommerce-info {
    border-top-color: #bd362d;
}

.woocommerce-info::before {
    color: #bd362d;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-color: #f7f7f700;
    border: 1px solid #cdcdcd;
    padding: 10px 10px;
    border-radius: 5px;
}

.site-main .woocommerce-result-count {
    margin: 0 0 1em !important;
}

.site-main .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left !important;
}

.site-main .woocommerce-ordering {
    margin: 0 0 1em !important;
}

.site-main .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right !important;
}

.site-main .products ul, .site-main ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.site-main .products ul::after, .site-main .products ul::before, .site-main ul.products::after, .site-main ul.products::before {
    content: " ";
    display: table;
}

.site-main ul.products li.product a {
    text-decoration: none;
}

.site-main ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    margin-right: 40px;
    position: relative;
    width: calc(39% - 95px);
    margin: 0 3.8% 2.992em 0;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 10px 1px #e7e7e7;
}

.site-main ul.products li.first, .woocommerce-page ul.products li.first {
    clear: both;
}


.site-main ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

.site-main img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.site-main ul.products li.product .woocommerce-loop-category__title, .site-main ul.products li.product .woocommerce-loop-product__title, .site-main ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

.site-main ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}

.site-main ul.products li.product .button {
    margin-top: 1em;
}

.site-main #respond input#submit, .site-main a.button, .site-main button.button, .site-main input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}


.site-main ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0;
}

.site-main span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}



.main-1{
    margin-top: 60px
}

.main-1 h1 {
    text-align: left !important;
    margin-top: 15px;
}


.main-1 .wp-post-image{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #e7e7e7;
	text-align:center;
}

.main-1 .single_add_to_cart_button{
   color: #fff !important;
   background-color: #dc3545 !important;
   border-color: #dc3545 !important;
   border-radius: 25px!important;
   padding: 14px 25px !important;
}

.main-1 .products{
    margin-top: 50px
}

.main-1 .product_meta{
margin-top: 20px;
}

.main-1 h2, .hentry h2{
    font-size: 22px
}

.hentry .cart_totals {
    margin-top: 40px;
    margin-bottom: 20px;
}

.main-1 .product_meta a{
    color: #444444;
}

.main-1 .wc-tabs{
    margin-top: 8px;
}

.main-1 .wc-tabs li {
    display: inline-block;
    margin-right: 10px;
}

.main-1 .wc-tabs li a{
    color: #444444;
}


















@media (max-width: 1199.98px) {
   .hentry, .site-main {
      width: 100%;
   }

   .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: calc(40% - 97px) !important;
  }
   
     .site-main ul.products li.product, .woocommerce-page ul.products li.product {
      width: calc(40% - 97px) !important;
  }
   
}

@media (max-width: 991.98px) {
.site-main ul.products li.product, .woocommerce-page ul.products li.product {
    width: calc(59% - 95px) !important;
}
    .site-main ul.products li.product, .woocommerce-page ul.products li.product {
    width: calc(58% - 95px) !important;
}
}


@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
   .woocommerce-result-count {
      font-size: 14px;
      font-weight: 500;
  }

  .orderby {
   font-size: 13px;
   padding: 9px 4px 9px 8px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   width: calc(100% - 0px) !important;
   float: none !important;
}
    
    .site-main ul.products li.product, .woocommerce-page ul.products li.product {
   width: calc(100% - 0px) !important;
   float: none !important;
}

}
.b-footer a span{color:#222222;font-size:13px}
.b-footer a span:hover{color:#dc3545;}




