/**

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

*/

.custlogo img {
	width: 150px;
}
.custTopbar p {
	margin: 0;
}
.custTopbar p a {
	color: #fff;
}
.custmainNav {
}
.custmainNav li.menu-item-48 a {
	background: #a81e23 !important;
	color: #fff !important;
	display: inline-block;
	padding: 10px 15px;
}
.custmainNav li.menu-item-48 a:hover, .custmainNav li.menu-item-48 a:focus {
	background: #000 !important;
	color: #fff !important;
}
.custftrmenu ul {
	margin: 0;
	padding: 0;
}
.custftrmenu ul li {
	list-style: none;
	text-align: left;
}
.custftrmenu ul li a {
	color: #000;
}
.banner {
	float: left;
	position: relative;
	width: 100%;
}
.flexslider {
	width: 100%;
	float: left;
}
/*===============================================FEATURED SLIDER and PAGE TITLE ===============================================*/
 /* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0px auto;
	position: relative;
	zoom: 1;
	overflow: hidden;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
.flexslider img {
	width: 100%;
	height: 100%;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	z-index: 5;
	width: 34px;
	height: 35px;
	margin: -20px 0 0;
	display: block;
	position: absolute;
	font-size: 0;
	top: 50%;
	cursor: pointer;
	text-indent: 0;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: bottom right;
	right: 0px;
}
.flex-direction-nav .flex-next:before {
	content: "\f105";
	display: inline-block;
	color: #000;
	font-size: 40px;
	font-family: "FontAwesome";
	line-height: normal;
	float: right;
}
.flex-direction-nav .flex-prev:before {
	content: "\f104";
	display: inline-block;
	color: #000;
	font-size: 40px;
	font-family: "FontAwesome";
	line-height: normal;
	float: left;
}
.flex-direction-nav .flex-prev {
	background-position: bottom left;
	left: 0px;
}
.flexslider:hover .flex-next {
	opacity: 1;
	right: 0;
}
.flexslider:hover .flex-prev {
	opacity: 1;
	left: 0;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
#main .flex-direction-nav .flex-next {
	right: 20px;
}
#main .flex-direction-nav .flex-prev {
	left: 20px;
}
/* Control Nav */
.flex-control-nav {
	z-index: 5;
	width: 100%;
	position: relative;
	bottom: -10px;
	text-align: center;
	display: none;
}
.flex-control-nav li {
	margin: 0 1px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	background: #000;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-paging li a.flex-active {
	background: #a81e23;
	cursor: default;
}
body #main .flex-control-paging li a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
.gallery-anchor .flex-control-nav {
	bottom: 22px;
}
@media screen and (max-width: 940px) {
}
/* Caption style */
.flex-caption .slider-container {
	position: absolute;
	top: 190px;
	z-index: 4;
	left: 100px;
}
.flexslider a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.lt-ie9 .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 15px;
}
.lt-ie9 .flex-direction-nav .flex-next {
	opacity: 1;
	right: 15px;
}
.slidesCont {
	max-width: 700px;
	margin: 0 auto;
}
.customslider h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.customslider h5 {
	text-align: center;
	font-size: 18px;
	margin: 20px 0 0 0;
}
.custreadtogetlft .elementor-heading-title {
	margin-bottom: 0;
}
.custreadtogetlft p {
	margin-bottom: 0;
}
.custinnerbanner {
}
.custbnrTop .elementor-heading-title {
	margin-bottom: 0;
}
.custbreadcurm .elementor-shortcode {
	float: right;
}
.custbreadcurm .elementor-shortcode span {
	font-weight: bold;
	color: #fff;
}
.custbreadcurm .elementor-shortcode a {
	color: #fff;
	font-weight: normal;
}
.custfrm {
}
.inputRow {
	margin: 0 0 5px 0;
	float: left;
	width: 100%;
}
.inputRow label {
	color: #000;
	margin: 10px 0 5px 0;
	width: 100%;
	float: left;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.inputRow input, .inputRow textarea {
	color: #000;
	border-radius: 0px;
	margin: 0 0 5px 0;
	border: 2px solid #cccccc;
	padding: 10px;
	background: #fff;
	box-shadow: none;
	resize: none;
	width: 100%;
	height: auto;
	font-size: 13px;
}
.inputRow input:focus, .inputRow textarea:focus {
	border-color: #A81E23;
}
.inputRow textarea {
	height: 150px;
	resize: none;
}
.btnrow {
}
.btnrow input[type="submit"] {
	float: right;
	line-height: normal;
	height: auto;
	color: #fff;
	text-transform: uppercase;
	background: #A81E23;
	border-radius: 0;
	font-family: "Open Sans", Sans-serif !important;
	font-weight: bold !important;
	padding: 12px 24px;
	margin: 10px 0 0 0;
}
.btnrow input[type="submit"]:hover {
	background: #000;
}
.custmainNav .elementor-navigation {
	margin: 0;
}
.custFrominputlft {
	width: 48%;
	float: left;
}
.custFrominputlft input, .custFrominputRt input, .custFrominputxta textarea {
	border: none;
	border-bottom: 2px solid #ccc;
	color: #000;
	border-radius: 0;
	background: none !important;
	width: 100%;
	resize: none;
	padding: 2px 0 13px 0;
	font-size: 14px;
	opacity: 1;
}
.custFrominputRt {
	width: 48%;
	float: right;
}
.custFrominput {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.custFrominputxta {
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
}
.custFrominputBtn {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}
.custFromContact {
	float: left;
	width: 95%;
}
.custFrominputBtn input[type="submit"] {
	float: right;
	line-height: normal;
	height: auto;
	color: #fff;
	text-transform: uppercase;
	background: #A81E23;
	border-radius: 0;
	font-family: "Open Sans", Sans-serif;
	font-weight: bold;
	padding: 12px 24px;
}
.custFrominputBtn input[type="submit"]:hover, .custFrominputBtn input[type="submit"]:focus {
	background: #000;
	color: #fff;
}
.custformRtside p {
	margin: 0;
}
.custformRtside p a {
	color: #fff;
}
.custFrominputlft input:focus, .custFrominputRt input:focus, .custFrominputxta textarea:focus {
	border-color: #A81E23;
}
.inputRow.inputRow50Lft {
	width: 49%;
	float: left;
}
.inputRow.inputRow50Rt {
	width: 49%;
	float: right;
}
.custLife .elementor-counter-number {
	display: none;
}
.locationlistul {
	width: 100%;
	float: left;
}
.custLocList.locationlistli {
	width: 25%;
	float: left;
	text-align: center;
	background: #f1f1f1;
	padding: 50px 0;
	border: 2px solid #fff;
}
.custLocList.locationlistli h3 {
	font-weight: bold;
	color: #000;
}
.custLocList.locationlistli a {
	background: #A81E23;
	color: #fff;
	padding: 7px 13px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.custLocList.locationlistli a:hover {
	background: #000;
}
 @media only screen and (min-width :100px) and (max-width : 909px) {
.custlogolft {
	width: 100% !important;
}
.custmainNav {
	width: 100% !important;
}
.custmainNav .elementor-menu-toggle {
	margin: 0;
	position: absolute;
	right: 15px;
	top: -55px;
	border-radius: 0;
	background: #a81e23 !important;
	font-size: 24px;
	line-height: normal;
	padding: 3px 10px;
}
.custmainNav .elementor-nav-menu li {
	border-top: 1px solid #000;
}
.custmainNav .elementor-nav-menu li a {
	font-family: "Open Sans", Sans-serif;
	font-weight: 600;
	text-align: left;
}
.custmainNav li.menu-item-48 a {
	margin: 3px 11px;
}
.custmainNav > .elementor-element-populated {
	padding: 0 !important;
}
.custmainNav .elementor-navigation li {
	text-align: left;
}
.custmainNav li.menu-item-48 a {
	float: left;
}
.hfe-site-logo-img {
	width: 100px !important;
}
.custmainNav .premium-button {
	position: absolute;
	position: absolute;
	right: 70px;
	top: -55px;
	padding: 12px;
}
.hdrbooknowbtn {
	position: absolute;
	right: 60px;
	top: 19px;
}
}
@media only screen and (min-width :910px) and (max-width : 1199px) {
.elementor-19 .elementor-element.elementor-element-2eaa820 .premium-button {
	padding: 10px 12px;
}
}
@media only screen and (min-width :100px) and (max-width : 767px) {
.flex-control-nav {
	display: block;
}
.flex-direction-nav {
	display: none;
}
.custftrmenu ul li {
	text-align: center;
}
.elementor-20 .elementor-element.elementor-element-68ef0de p {
	margin-bottom: 0;
}
.custbnrTop .elementor-element-6605448 .elementor-element-populated {
	padding: 0 10px 10px 10px !important;
}
.custbreadcurm {
	text-align: center;
}
.custbreadcurm .elementor-shortcode {
	float: none;
	display: inline-block;
}
.custbnrTop .elementor-heading-title {
	text-align: center;
}
.custFrominput {
	margin-bottom: 0;
}
.custFrominputlft, .custFrominputRt {
	width: 100%;
	margin-bottom: 10px;
}
.inputRow.inputRow50Lft, .inputRow.inputRow50Rt {
	width: 100%;
}
.hdrbooknowbtn {
	position: absolute;
	right: 60px;
	top: 19px;
}
.custLocList.locationlistli {
	width: 50%;
	padding: 30px 0;
	text-align: center;
}
.custLocList.locationlistli h3 {
	font-size: 18px;
}
.custLocList.locationlistli a {
	font-size: 11px;
	padding: 6px;
}
}
@media only screen and (min-width :768px) and (max-width : 909px) {
.hdrbooknowbtn {
	position: absolute;
	right: 60px;
	top: 10px;
	width: 170px !important;
}
.custLocList.locationlistli a {
	padding: 7px 10px;
}
}
@media only screen and (min-width :910px) and (max-width : 1199px) {
.custlogolft {
	width: 20% !important;
}
.custmainNav {
	width: 66% !important;
}
}
.elementor-navigation ul ul li a {
	width: 200px;
	font-size: 13px;
	border-bottom: 1px solid #000;
	text-transform: none;
}
.div.wpcf7-response-output {
	float: left;
	width: 100%;
}
div.wpcf7-validation-errors {
	background: #ff0000 none repeat scroll 0 0;
	border: 2px solid #000000 !important;
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 5% !important;
	padding: 5px 0;
	text-align: center;
	width: 90%;
}
span.wpcf7-not-valid-tip {
	float: left;
	width: 100%;
}
div.wpcf7-mail-sent-ok {
	background: #093 none repeat scroll 0 0;
	border: 2px solid #000000 !important;
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 5% !important;
	padding: 5px 0;
	text-align: center;
	width: 90%;
}
.custFrominputxta textarea
{height:150px !important;}