/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/** Custom CSS for Elementor  ***/

p.gform_required_legend {
    color: #fff;
}
.gallery_tabs .elementor-tab-title {
    background: #1C388E;
    color: #fff !important;
    border-radius: 100px;
    padding: 15px 75px;
    margin-right: 10px;
}
.gallery_tabs .elementor-tab-title:hover{
	background:#feb415;
}
.gallery_tabs .elementor-tab-title.elementor-active {
    background: #FEB415;
}
.testi_slider ul.slick-dots {
    bottom: -40px;
    position: absolute;
}
.testi_slider ul.slick-dots li {
    margin: 0 4px;
}
.testi_slider ul.slick-dots li button {
    width: 6px;
    height: 6px;
}
 .gallery_filter a.elementor-item.elementor-gallery-title {
    background: #1C388E;
    padding: 15px 75px;
    border-radius: 100px;
}

.gallery_filter a.elementor-item.elementor-gallery-title.elementor-item-active {
    background: #feb415;
    border-radius: 100px !important;
    color: #fff;
}
.sitemap_color ul li a ,
.sitemap_color ul , 
.sitemap_color h2
 {
    color: #fff;
}
fieldset {
	background: transparent;
	border: none;
	padding: 0;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
label,
select,
textarea,
.select2 .select2-selection {
	display: block;
}

label {
	color: #333333;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 0.0115741em;
	text-transform: none;
}

label abbr {
	display: none;
}

button,
.gform_button,
input[type="submit"] {
	font-family: inherit;
	-webkit-appearance: value;
	-moz-appearance: value;
}

/*
*	Make consistent heights across text inputs (except textarea), based on the height of padding/line-height etc
*/

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
	height: 2.9444444em;
}

/*
*	Style form elements consistently
*/

textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
	-webkit-transition: border-color;
	-moz-transition: border-color;
	transition: border-color;
	background-color: #FFFFFF;
	border-radius: 2em;
	border: 2px solid #dbdfdf;
	color: #333333;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 0.4027778em;
	padding-left: 1.0277778em;
	padding-right: 1.0277778em;
	padding-top: 0.4027778em;
	width: 100%;
}

textarea:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
input:not([type]):hover,
textarea:hover,
select:hover {
	background-color: #FFFFFF;
	border-color: #c0c7c7;
}

textarea:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
	background-color: #FFFFFF;
	border-color: #a5afaf;
	box-shadow: none !important;
	outline: none;
}

textarea {
	height: 9.1666667em;
	resize: vertical;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

input[type="file"] {
	padding-bottom: halve(1.6666667rem)/180em;
	width: 100%;
}

/*
*	Placeholders
*/

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
	font-weight: 400;
	opacity: 1;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
	font-weight: 400;
	opacity: 1;
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5) !important;
	font-weight: 400;
	opacity: 1;
}

/*
*	Checkbox & Radio Buttons
*/

input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	width: auto;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline;
	vertical-align: middle;
}

/*
*	Datepicker
*/

.ui-datepicker {
	background-color: #FFFFFF;
	border: 2px solid #dbdfdf;
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker th {
	text-align: left;
}

.ui-datepicker table {
	width: 100%;
}

.ui-datepicker-calendar {
	padding: 0 1.6666667rem;
}

.ui-datepicker-header {
	position: relative;
}

.ui-datepicker-next,
.ui-datepicker-prev {
	cursor: pointer;
	margin-top: -0.8333333rem;
	position: absolute;
	top: 50%;
	z-index: 10;
}

.ui-datepicker-next {
	right: 1.6666667rem;
}

.ui-datepicker-prev {
	left: 1.6666667rem;
}

.ui-datepicker-month,
.ui-datepicker-year {
	width: 40%;
	display: inline-block;
	margin: 0 5%;
}

.ui-datepicker-title {
	position: relative;
	padding: 1em 4em;
}

/* --------------------------------------------------------
*        __ __  __
*      /  /   /   /     __/__/__
*      \ /   /   /  __   /  /  __  (/__
*       /   /   / /  /  /  /  /__) /  /
*      /   /   / (__/__/_ /__/____/  /_/
*              \ 
*                SOLUTIONS
*
*	=Checkboxes and Radio Buttons
*	Styled checkbox and radio button styles, 
*	these are together because they should have consistent styling
*	Standard-looking rounded buttons with borders and coloured indicators
*
 ---------------------------------------------------------- */

input[type="checkbox"],
input[type="radio"] {
	margin-right: 0.4166667rem;
}

/*
*	Common styles shared between checkbox and radio buttons
*	These are mostly structural styles, but the radio/checkbox outline has been included as well
*/
.g-one-half\@desk {
    width: 50%;
} 
.gfield_radio > li,
.gfield_checkbox > li {
	position: relative;
}

.gfield_radio > li > input,
.gfield_checkbox > li > input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.gfield_radio > li > input + label,
.gfield_checkbox > li > input + label {
	cursor: pointer;
	display: block;
}

.gfield_radio > li > input + label:before,
.gfield_checkbox > li > input + label:before,
.gfield_radio > li > input + label:after,
.gfield_checkbox > li > input + label:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
}

.gfield_radio > li > input + label:before,
.gfield_checkbox > li > input + label:before {
	background-color: #FFFFFF;
	border: 2px solid #dbdfdf;
	left: 0;
}

/*
*	Specific Radio button styling
*/

.gfield_radio > li > input + label {
	padding-left: 2.5em;
	margin-bottom: 0.6666667em;
	font-weight: 400;
}

.gfield_radio > li > input + label:before {
	border-radius: 50%;
	height: 1.6666667em;
	width: 1.6666667em;
	margin-top: -0.8333333em;
}

.gfield_radio > li > input:checked + label:after {
	background-color: #1d439c;
	border-radius: 50%;
	height: 0.6666667em;
	left: 0.5em;
	margin-top: -0.3333333em;
	width: 0.6666667em;
}

/*
*	Specific Checkbox Styling
*/

.gfield_checkbox > li > input + label {
	padding-left: 2.5em;
	margin-bottom: 0.6666667em;
	font-weight: 400;
}

.gfield_checkbox > li > input + label:before {
	border-radius: 2em;
	height: 1.6666667em;
	width: 1.6666667em;
	margin-top: -0.8333333em;
}

.gfield_checkbox > li > input:checked + label:before {
	height: 1.6666667em;
	width: 1.6666667em;
}

.gfield_checkbox > li > input:checked + label:after {
	border-bottom: 2px solid #1d439c;
	border-right: 2px solid #1d439c;
	height: 1em;
	left: 0.6666667em;
	margin-top: -0.5555556em;
	transform: rotate(45deg);
	width: 0.4444444em;
}
.gform_fields {
	display: block;
	margin-bottom: -1.6666667rem !important;
	margin-left: -1.6666667rem !important;
}

.gform_footer {
	margin-top: 1.7777778rem;
}

.gfield {
	display: inline-block;
	margin-bottom: 1.6666667rem;
	margin-right: -4px;
	padding-left: 1.6666667rem;
	position: relative;
	vertical-align: top;
	width: 100%;
}

.gform_validation_container {
	display: none;
}

.gfield_checkbox,
.gfield_radio {
	margin-bottom: 0;
	margin-left: 0;
}

.validation_error,
.validation_message {
	color: #EA1F54;
}

.ginput_container + .validation_message {
	margin-bottom: 0.8333333em;
	margin-top: 0.4166667em;
}

.validation_error {
	margin-bottom: 1.6666667em;
}

input:invalid {
	box-shadow: none;
	outline: none;
}

/*
*	Create custom checkboxes and radio buttons
*/

.ginput_container_time {
	margin-right: -4px;
	position: relative;
}

.ginput_container_time i {
	font-style: normal;
	position: absolute;
	top: 0.8333333rem;
	left: 100%;
	margin-left: 12.25px;
}

/*
*	Inline forms
*/

.form--inline form {
	display: block;
	margin-bottom: 0;
	margin-left: -1.6666667rem;
	vertical-align: middle;
}

.form--inline .gform_heading,
.form--inline .gform_body,
.form--inline .gform_footer,
.form--inline .validation_error {
	display: inline-block;
	margin-right: -4px;
	padding-left: 1.6666667rem !important;
	vertical-align: middle;
}

.form--inline .validation_error,
.form--inline .validation_message {
	color: mk-palette(secondary);
}

.form--inline .gform_heading {
	margin-bottom: 0.8333333rem;
	width: 100%;
}

.form--inline .gform_title {
	margin-bottom: 0;
}

.form--inline .gform_body {
	width: 100%;
}
.u-sr,
.u-hide-labels label {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.g-one-whole {
	width: 100%;
}

.g-one-half {
	width: 50%;
}

.g-one-third,
.ginput_container_time {
	width: 33.333%;
}

.g-one-quarter {
	width: 25%;
}

.g-one-fifth {
	width: 20%;
}

.g-one-sixth {
	width: 16.666%;
}
@media (min-width: 540px) {
.g-one-whole\@palm-h {
	width: 100%;
}

.g-one-half\@palm-h {
	width: 50%;
}

}
@media (min-width: 768px) {

.form--inline .gform_body {
	width: 75%;
}

.form--inline .gform_footer {
	width: 25%;
	margin-top: 0;
}

.form--inline .gform_footer .button {
	margin-bottom: 0;
	padding-left: 0.4166667rem;
	padding-right: 0.4166667rem;
	width: 100%;
}

.g-one-whole\@lap {
	width: 100%;
}

.g-one-half\@lap {
	width: 50%;
}

.g-one-third\@lap {
	width: 33.333%;
}

.g-two-thirds\@lap {
	width: 66.666%;
}

.g-one-quarter\@lap {
	width: 25%;
}

.g-one-fifth\@lap {
	width: 20%;
}

.g-three-quarters\@lap {
	width: 75%;
}

.g-one-sixth\@lap {
	width: 16.666%;
}

}
@media (min-width: 990px) {
.form--inline .gform_heading {
	width: 25%;
}

.form--inline .gform_body {
	width: 58.3333333%;
}

.form--inline .gform_footer {
	width: 16.6666667%;
}

.o-nav--columned > .menu-item {
	width: 33.333%;
}

.u-display--hide\@desk,
.c-masthead__secondary_menu {
	display: none;
}

.g-one-whole\@desk {
	width: 100%;
}

.g-one-half\@desk {
	width: 50%;
}

.g-one-third\@desk {
	width: 33.333%;
}

.g-two-thirds\@desk {
	width: 66.666%;
}

.g-one-quarter\@desk {
	width: 25%;
}

.g-three-quarters\@desk {
	width: 75%;
}

.g-one-fifth\@desk {
	width: 20%;
}

.g-one-sixth\@desk {
	width: 16.666%;
}
	
}

