/**
Theme Name: AM Base - Child Theme
Author: Advice Media
Author URI: http://advicemedia.com/
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: am-base-child-theme
Template: astra
*/

/* Contact form */

#gform_7 .gchoice_select_all, .gform_legacy_markup_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_legacy_markup_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 400 !important;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 26px;
}

#gform_7 input[type=text], #gform_7 textarea {
	border-color: #ec168b;
    border-radius: 0;
    background: #000000;
}

#gform_7 textarea.large {
	 height: 120px;	
}

#gform_7 .gform_footer input.button {
	background: #ec168b;
	border-color: #ffffff;
	padding: 15px 30px;
	font-size: 16px;
    line-height: 20px;
    font-family: 'Jost';
    font-weight: 500;
}


#gform_7 .gform_footer input.button:hover {
	color: #ec168b;
	background: #000;
	border-color: #ec168b;
} 

#gform_7 .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #fff;
}
#gform_7 .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  color: #fff;
}
#gform_7 .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color: #fff;
}
#gform_7 .gform_fields .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
  color: #fff;
}

#gform_7 .gform_fields .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #fff;
}
#gform_7 .gform_fields .gfield textarea::-moz-placeholder { 
	/* Firefox 19+ */
  color: #fff;
}
#gform_7 .gform_fields .gfield textarea:-ms-input-placeholder {
	/* IE 10+ */
  color: #fff;
}
#gform_7 .gform_fields .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
  color: #fff;
}

/* Slide Down HP form */

.fl-node-k7b3p98cdmgr .uabb-slide-box:hover {
	border-color: #ec168b;
} 

.fl-node-k7b3p98cdmgr .uabb-slide-box .uabb-slide-front:hover {
	background: #000;
}

.fl-node-k7b3p98cdmgr .uabb-slide-box:hover .uabb-slide-face-text-title {
	color: #ec168b;	
}

/* Slide Down internal banner form */

.fl-node-ymu1pvr85n2j .uabb-slide-box .uabb-slide-front:hover {
	background: #ec168b;
}


/* Slide Down form General style */
/* 
.rc-btn .uabb-slide-dropdown .uabb-icon-wrap {
	display: none !important;
} */

.rc-btn .uabb-slide-box {
    width: 100%;
	border: 2px solid #fff;
}


/* Slide Down on hover serv boxes on side bar */

.sb-btns .uabb-slide-box .uabb-slide-front {
	text-align: left !important;
	border-radius: 0 !important;
}

.sb-btns .uabb-slide-dropdown .uabb-icon-wrap {
	display: none !important;
}

.sb-btns .uabb-slide-box-wrap {
	border: 1px solid #ec168b
}

/* Nav menu on header */

.site-header a .sub-arrow {
	display: none;
}

/* Home page Services & Staff sliders dots */

@media screen and (min-width: 770px) {
	.serv-slider ul.slick-dots, .staff-slider .uabb-image-carousel ul.slick-dots {
		display: none !important;
	}
}


/* Gallery case id position */


@media only screen and (min-width: 925px){
	.ma-gallery-template-default .case-id {
		margin-top: 0;
}
}

/* Gallery page sidebar */

.ast-left-sidebar #secondary {
    padding-right: 20px;
	border-right-color: #EC168B;
}

.ast-left-sidebar #primary {
	border-left: none;
}

/* Sidebar borders */

.ast-right-sidebar #secondary {
    border-left: 1px solid #EC168B;
}

.ast-right-sidebar #primary {
	border-right: none;
}