/*
Theme Name:  Monstroid
Theme URI:   http://www.templatemonster.com/wordpress-themes/monstroid/
Description: Monstroid is powered by the latest Cherry Framework 4 that ensures easy and worry-free installation and customization. With over 30 inbuilt premium extensions, you can get any kind of functionality required for a specific project. Thanks to the brand new backup options, you can restore the theme any time you need.
Author:      Monstroid Team
Author URI:  http://www.templatemonster.com
Version:     1.1.3
License:     GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags:        fixed-layout, fluid-layout, responsive-layout, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: monstroid
Template:    cherryframework4
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Change lifter LMS button colours- */

.llms-button
{
  background-color: #C5A12D;
}


/* Change lifter woocommerce cart hover button colours- */
.woocommerce ul.products li.product a.button[class*="product"]:hover:not(.product_details_button), .woocommerce ul.products li.product .add_to_cart_button:hover
{
  background-color: #4EB7FE;
}


.woocommerce #reviews #respond input[type="submit"]:hover, .woocommerce #reviews #respond input[type="submit"]:focus, .widget_shopping_cart_content .buttons a.wc-forward:hover, .widget_shopping_cart_content .buttons a.wc-forward:active
{
  background-color: #4EB7FE;
}


/* Change woocommerce paypal image size- */
.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal label img
{
  width: 150px;
  max-height: none;
 }


/* Line 37 */
.llms-button:hover
{
  background-color: #4EB7FE;
}


.llms-course-image
{
  max-width: 400px;
}



/* Disable displaying of author and page details on pages */
.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
	display: none;
}




.woocommerce table.shop_table {
padding: -3px 39px -14px !important;
}
.woocommerce-billing-fields {
height: 411px !important;
}


.woocommerce .return-to-shop a.button, .woocommerce .cart-collaterals .wc-proceed-to-checkout a, form.track_order .button, .woocommerce-checkout #payment #place_order, .woocommerce #reviews #respond input[type="submit"], .woocommerce input.button[name="save_account_details"], .woocommerce input.button[name="save_address"] {
padding: 12px 22px !important;
}
.button.wc-backward {
width: 200px !important;
}


.shop_table.cart {
height: 293px !important;
}

.woocommerce table.shop_table {
padding: -3px 39px -14px !important;
}
.woocommerce-billing-fields {
height: 411px !important;
}


.site-content
{
  margin-top: 20px;

}