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

/*************** ADD CUSTOM CSS HERE.   ***************/
.section > .section-content > .row > .col {
	padding-bottom: 0;
}
p {
	margin-bottom: 10px;
}
.header:not(.transparent) .header-nav-main.nav > li > a {
	background-color: rgb(182, 123, 58);
	border: 1px solid rgb(255, 222, 89);
	padding: 0 25px;
}
.header:not(.transparent) .header-nav-main.nav > li > a:hover, 
.header:not(.transparent) .header-nav-main.nav > li > a:focus {
	color: rgb(255, 222, 89);
}

.list-custom ul li {
	list-style: none;
	margin-left: 0;
	position: relative;
	padding-left: 25px;
}
.list-custom ul li:before {
	content: '\f1b8';
	font-family: FontAwesome;
	color: rgb(255, 222, 89);
	position: absolute;
	top: 2px;
	left: 0;
}

.border-double .col-inner {
	border-width: 5px;
    border-radius: 20px;
    border-style: double;
    border-color: rgb(255, 189, 89);
}
.img-border-radius img {
	border-radius: 20px;
}
.box-img-shadow .box-image {
	box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
	border-radius: 15px;
}
table tbody tr:nth-child(odd) {
	background-color: rgb(243, 243, 243);
}
table tbody tr:nth-child(even) {
	background-color: #fff;
}

td, th {
	padding: 10px;
	font-size: 16px;
}
td:first-child, th:first-child {
    padding-left: 10px;
}
.absolute-footer {
	display: none;
}
.tabbed-content .nav-pills > li {
	margin: 2px 10px;
}
.tabbed-content .nav-pills > li > a {
	background-color: rgb(182, 123, 58);
	color: #fff;	
	font-size: 18px;
}
.tabbed-content .nav-pills > li.active > a {	
	color: rgb(255, 222, 89);
	background-color: rgb(182, 123, 58);
}
.wpcf7-form {
	margin-bottom: 0;
}
.wpcf7-form .row input {
	margin-bottom: 0;
}
.wpcf7-form-control.wpcf7-checkbox {
	background-color: #fff;
	padding: 5px;
	display: block;
	border-radius: 10px;
}
input.wpcf7-form-control {
	border-radius: 10px;
	margin: 0;
	display: block;
}
.wpcf7-form-control.wpcf7-submit {
	background-image: linear-gradient(rgb(255, 226, 89), rgb(255, 167, 81));
	color: #333;
	width: 100%;
}
.wpcf7-spinner {
	position: absolute;
}
.button {
	background-image: linear-gradient(rgb(255, 226, 89), rgb(255, 167, 81)) !important;
	color: #333 !important;
}
.wpcf7-submit,
.but-nn {
    padding: 8px 40px;
    animation: leaves 0.7s ease-in-out infinite alternate;
    -webkit-animation: leaves 0.7s ease-in-out infinite alternate; 
}
@keyframes leaves {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(0.9);
    }
}

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


}