/*
Theme Name: Jamina
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.j-button {
	border-radius: 5px !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #EF4136;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 65, 54, 0));
    --tw-gradient-stops: var(--tw-gradient-from), #F15630, var(--tw-gradient-to, rgba(241, 86, 48, 0));
    --tw-gradient-to: #FAA631;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
	border: none;
    box-shadow: 0 0 10px 1px rgba(var(--color__secondary), 0.5);
    padding: 7px 25px;
	border-right: none;
}

.j-button:hover {
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 4px 24px 0 rgb(242 90 48 / 50%);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.nav-top-link:hover {
	color: #ea7d47 !important;
}

.quoute-item {
	padding: 10px 0;
	margin: 0 15px;
	border-bottom: 1px solid #efefef2e;
}

.quoata {
		height: 70px;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
}

.video-item {
	height: 70px;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
}

.quoute-button {
	padding: 10px 0;
    background: #efefef;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: bold;
    text-shadow: none;
}

.quoute-button a.button {
	margin-bottom: 0;
}

table {
	width: 100%;
	margin: 15px auto;
}

table.aligncenter {
	margin: 15px auto;
}

table td {
    border: 1px solid #efefef;
    text-align: left;
    padding: 10px !important;
}

.table-border-primary table td {
	border: 1px solid #ff6900;
}

.pack p {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
	.pack p {
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 10px;
	}
}

.jam-title-2 {
    padding-left: 65px;
	padding-block: 10px;
	color: #ff5500;
	display: block;
	position: relative;
}

.jam-title-2:before {
    content: '';
    width: 50px;
    height: 3px;
    background: #ff5500;
    position: absolute;
    left: 0;
    top: 50%;
	transform: translatey(-50%);
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}