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


:root {
    --primary-color-rgb: 238, 166, 22;
    --secondary-color-rgb: 153, 51, 0;
}
/* GENERAL */
.absolute-footer {
	display: none;
}
p {
	font-size: 14px;
}
.image-cover {
	overflow: hidden;
}
.icon-box-img img, .icon-box-img svg {
	padding-top: 0;
}
.icon-box-left .icon-box-img, .icon-box-right .icon-box-img {
	display: flex;
	align-items: center;
	height: 20px;
}
.back-to-top {
	min-width: 38px !important;
    min-height: 38px !important;
    height: 38px !important;
    line-height: 30px !important;
    border: 1px solid #a8a8a8 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-to-top i {
	color: #a8a8a8;
	font-size: 18px;
	top: 0;
}
.section-title-normal span {
	padding: 0
}
.section-title {
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 0;
	border: none;
}
h3.section-title {
    font-size: 28px;
    line-height: 36px;
}
.section-title span {
	padding: 0;
	border: none;
}
.section-title b {
	display: none;
}
.section-title-center {
	justify-content: center;
}
.section-title-bold-center {
	justify-content: center;
}
.section-title-container {
	margin-bottom: 15px;
}
.custom-title h2 {
	font-size: 40px;
	line-height: 48px;
}
.custom-title h3 {
	font-size: 26px;
	line-height: 38px;
}
.big-custom-title h2 {
	font-size: 52px;
	line-height: 60px;
}
.mfp-bg.mfp-ready {
    opacity: .9;
}
.button {
	border: none;
	border-radius: 100px !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	height: 42px;
	padding-left: 22px;
	padding-right: 22px;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}
.button.primary {
	background-color: var(--primary-color);
}
.button.is-outline {
	line-height: 40px;
	border: 1px solid;
}
.button.primary.is-outline {
    background-color: transparent;
}
.button.primary.is-outline:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
.button.primary:hover {
    box-shadow: 0 4px 16px rgba(var(--primary-color-rgb), .35) !important;
}
.button.secondary:hover {
    box-shadow: 0 4px 16px rgba(var(--secondary-color-rgb), .35) !important;
}
.button.is-link:hover {
	box-shadow: none !important;
}
.button.is-small {
	height: 36px;
	line-height: 32px;
}
.social-icons.follow-icons {
	display: flex;
	flex-direction: row;
}
.social-icons.follow-icons a {
	min-width: 40px;
	height: 40px;
	line-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
}
.social-icons.follow-icons a i {
	top: 0;
}
.ux-menu-link__link {
	font-size: 14px;
}

/* SINGLE HEADING */
.single h1 {
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
}
.single h2 {
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 40px;
	margin-top: 30px;
}
.single h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 40px 0 30px 0;
}
.single h4 {
    font-size: 22px;
    line-height: 34px;
    margin: 30px 0 20px 0;
}

/* CF7 */
.design-form .form-item {
	padding-bottom: 16px;
}
.wpcf7 label {
	font-size: 14px;
}
.design-form .form-item input {
	height: 44px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	box-shadow: none;
	margin-bottom: 0;
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 22px;
	border-radius: 8px;
	outline: none;
}
.design-form .form-item textarea {
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	box-shadow: none;
	margin-bottom: 0;
	padding-left: 16px;
	padding-right: 60px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 22px;
	border-radius: 8px;
}
.wpcf7 .wpcf7-not-valid-tip {
	background-color: transparent;
	border-radius: 3px;
	margin-top: 0;
	opacity: 1;
	padding: 12px 0 0 0;
	font-size: 14px;
}
.wpcf7 .wpcf7-not-valid-tip::after {
	display: none;
}
.design-form .form-item input:active, .design-form .form-item input:focus {
	border: 1px solid var(--primary-color);
}
.design-form .form-item textarea:active, .design-form .form-item textarea:focus {
	border: 1px solid var(--primary-color);
}
.design-form .form-item input::placeholder,
.design-form .form-item textarea::placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.design-form .form-item .wpcf7-submit {
	background-color: var(--primary-color);
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 24px;
	text-transform: unset;
	border: none;
	border-radius: 2px;
}
.design-form .form-item:last-child {
	text-align: center;
	margin-top: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none !important;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	border-radius: 0;
}
.wpcf7-spinner {
	display: none;
	margin: 0 16px;
	top: 6px;
	background-color: #ffffff;
	opacity: 1;
}
.loading-spin.centered, .processing:before {
	top: 23px;
	border-left: 3px solid #262626;
}
.wpcf7 form {
	margin-bottom: 0;
}
.br-contact {
	z-index: 9999;
	max-width: 64px !important;
	position: fixed;
	right: 10px;
	bottom: 76px;
	margin-top: 0;
}
.br-contact .ux-logo {
	padding: 0;
	width: 52px !important;
	min-width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background-color: var(--primary-color);
	margin: 0 auto;
	margin-top: 24px;
}
.br-contact .ux-logo:after {
	content: "";
	position: absolute;
	width: 56px;
	min-width: 56px;
	height: 56px;
	background-color: var(--primary-color);
	opacity: .25;
	animation: scale1 1.8s infinite;
	z-index: -1;
	border-radius: 100%;
	filter: blur(1px);
}
.br-contact .ux-logo:before {
	content: "";
	position: absolute;
	width: 58px;
	min-width: 58px;
	height: 58px;
	background-color: var(--primary-color);
	opacity: .25;
	animation: scale2 1.8s infinite;
	z-index: -1;
	border-radius: 100%;
	filter: blur(1px);
}
.br-contact .img {
	padding: 1px;
	text-align: center;
}
.br-contact .img img {
	width: 52px;
	height: 52px;
}
.br-contact > .col {
    padding: 0;
}
@keyframes scale1 {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/*SINGLE*/
.entry-header-text {
	text-align: center;
}
.entry-divider {
	display: none;
}
.entry-title {
	font-size: 46px;
}
.entry-image {
	border-radius: 24px;
	overflow: hidden;
}
.page-title {
	font-size: 46px;
	text-transform: unset;
}
.search-results .page-title {
	text-transform: uppercase;
}
.blog-archive {
    padding-top: 60px;
}
.archive .from_the_blog_excerpt {
	display: none;
}
.search-results .from_the_blog_excerpt {
	display: none;
}
.archive .large-10.col {
	max-width: 100%;
	flex-basis: 100%;
}
.search-results .large-10.col {
	max-width: 100%;
	flex-basis: 100%;
}
@media only screen and (max-width: 600px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.br-contact {
		max-width: 42px !important;
		bottom: 40px;
	}
	.br-contact .ux-logo.inline-block {
	    padding: 0;
	    width: 42px !important;
	    min-width: 42px;
	    height: 42px;
		margin-top: 16px;
	}
	.ux-logo-link {
		padding: 5px !important;
	}
	.br-contact .ux-logo:after {
		width: 46px;
		min-width: 46px;
		height: 46px;
	}
	.br-contact .ux-logo:before {
		width: 48px;
		min-width: 48px;
		height: 48px;
	}
	.br-contact .img img {
		width: 42px;
		height: 42px;
	}
	.col {
		padding-bottom: 20px;
	}
	p {
		font-size: 14px;
	}
	h2.section-title {
	    font-size: 28px;
	    line-height: 36px;
	}
	h3.section-title {
	    font-size: 26px;
	    line-height: 34px;
	}
	.button {
		padding-left: 20px;
		padding-right: 20px;
	}
	.custom-title h2 {
	    font-size: 28px;
	    line-height: 38px;
	}
	.single h1 {
	    font-size: 32px;
	    line-height: 42px;
	}
	.single h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.single h3 {
	    font-size: 24px;
	    line-height: 34px;
	    margin-bottom: 30px;
		margin-top: 20px;
	}
	.single h4 {
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 25px;
		margin-top: 15px;
	}
	.blog-archive {
        padding-top: 30px;
    }
	.page-title {
        font-size: 26px;
	}
}