/*
Theme Name: Callisto
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Callisto - Gantry 5 Theme from RocketTheme
Version: 1.6.3
*/
/*Add to cart button link*/
a.add_to_cart_button {
	background-color: #829eb9 !important;
	color: white !important;
}

/*Checkout*/
a.checkout-button.button.alt.wc-forward.wp-element-button {
	background-color: #829eb9 !important;
	color: white !important;
}

/* Menu */
li.g-menu-item-117 {
	margin-left: 42px !important;
}

/*Add to cart button*/
button.single_add_to_cart_button.button.alt.wp-element-button {
	background-color: #829eb9;
}

/***************************************************************
* #Custom Css Goes Well Here
* ***************************************************************/
#g-page-surround,
#g-footer,
#g-copyright {
	background-image: url(/wp-content/uploads/random-grey-variations.png);
    background-position: center;
    background-size: auto;
    background-attachment: fixed;
}
p {
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 991px) {
	.g-container {
		max-width: 80%;
	}
}

#g-header>.g-container>.g-grid:first-child {
	display: none;
}

.woocommerce-cart table.cart th,
.woocommerce table.shop_table th {
	color: #fff;
	background-color: #333;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
	background-color: #333;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th small {
	color: #aaa;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	color: #333;
}

#g-header .g-logo {
	line-height: 1;
	margin: 0;
	display: block;
}

.box2.moduletable,
.box2.widget,
.box2>.g-content {
	background: #F5F5F5;
	color: #1F2D47;
}

#custom-8436-particle {
	text-align: center;
}

p img {
	display: block;
}

.g-main-nav .g-toplevel>li>.g-menu-item-container,
.g-main-nav .g-sublevel>li>.g-menu-item-container {
	font-size: 1.3rem;
}

#custom-8436-particle img {
	margin: 0 auto;
}

.entry-content p a {
	word-break: break-all;
}

blockquote.wp-block-quote p {
    color: #1F2D47;
}

blockquote p {
	color: #fff;
	font-size: 1rem;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 10rem;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 100%;
}

#g-header .g-logo svg {
	width: 90%;
	height: auto;
}


.entry-content p a {
    font-size: 1.125rem;
}

.entry-content ol li, .entry-content ul li {
    margin-bottom: 0rem;
}

@media (min-width: 767px) and (max-width: 1280px) {
	#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container {
		font-size: 1rem;
		
    white-space: nowrap;
	}
}

@media (min-width:768px) and (max-width: 991px) {
	#g-sidebar p {
		word-break: break-all;
	}

	#g-sidebar .g-content {
		padding: .5rem;
		margin: 0;
	}

	#g-main .size-33 {
		flex: 0 40%;
		width: 40%;
	}

	#g-main .size-67 {
		flex: 0 60%;
		width: 60%;
	}


}
@media (max-width: 767px) {
	
	#g-top-surround #g-navigation {
		display: none;
	}
	
	#g-top-surround #g-header .g-container .g-grid:nth-child(2) {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
	}

	#g-top-surround #g-header .g-container .g-grid:nth-child(2) .g-block #logo-2061-particle svg {
		width: 100%;
	}
	
	#g-header .g-logo,
	#logo-9474-particle {
		width: 100%;
	}
	
	#g-top-surround #g-header .g-container .g-grid:nth-child(2) .g-block #logo-9474-particle img {
		max-width: 100%;
		margin: 0;
		display: block;
	}

	#g-top-surround #g-header .g-container .g-grid .g-block:nth-child(1) {
		max-width: 55% !important;
	}

	#g-top-surround #g-header .g-container .g-grid:nth-child(2) .g-block:nth-child(2) {
		width: 35% !important;
		max-width: 35% !important;
	}
	.g-offcanvas-toggle {
		top: 1rem;
    	left: .25rem;
	}
}


.select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    color: #000 !important;
}
