/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


.fs-pointer {
    cursor: pointer;
}

.fs-nice-list li {
    padding:  10px;
}

.fs-center-me {
    margin-left: auto;
    margin-right: auto;
}

.fs-forms {
    background: rgba(200,200,200,0.6);
}

.fs-bigbum {
    margin-bottom:  50px;
}

.fs-whitetext {
    color: white;
}

.fs-darktext {
    color:  black;
}

.fs-captcha {
    min-height: 76px;
}

.fs-password-reset{
    max-width: 300px;
}

.login h1 a {
    background-image: url('/wp-content/uploads/2016/11/APF.png');
    background-size: 326px;
    width:  326px;
    height:  134px;
}


/*
.fs-gf-message div #input_3_3 {
    width:  calc(50% - 8px);
}*/

body .gform_wrapper div ol li input,
body .gform_wrapper div ul li input {
    padding: 0px;
    margin: 0px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0px;
}

#field_2_7, #field_2_2, #field_2_1, #input_1_8_3, #input_1_8_6, #field_1_4, #field_1_5 {
    margin-top:  0px;
    margin-bottom: 0px;
}

#input_2_7 {
    width:  100%;
}

.fs-slide-text {
    font-weight: 100 !important;
}
@media screen and (max-width: 768px) {
.fs-slide-text {
    font-weight: 300 !important;
}    
}

@media screen and (max-width: 420px){
#rc-imageselect, .ginput_recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}


/* @media only screen and (min-width: 641px) */
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
}

.gv-table-view th, .gv-table-view td {
    padding: 1em;
}

.gv-button-cancel {
    float:  right;
    margin:  15px;
}

.gv-table-view {
    width: 100%;
    table-layout: auto;
}

.gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

.top_bar_right a.action_button {
	max-width: 200px;
}

@media only screen and (min-width: 767px) {
.top_bar_right a.action_button {
    /* top: -160px !important; */
    margin: 0 10px 0 0 !important;
    font-size: 150%;
    text-align:  center;
	background-color: #2991d6;
	color: #fff;
}
	
.header-stack #Top_bar .top_bar_right {
	top: 10px;
}
}

@media only screen and (min-width: 1240px) {
#Top_bar.is-sticky .top_bar_right a.action_button {
    /* top: -160px !important; */
    margin: 0 10px 0 0 !important;
    font-size: 120%;
    text-align:  center;
	background-color: #2991d6;
	color: #fff;
}
	
.header-stack #Top_bar.is-sticky .top_bar_right {
	/*top: -7px;*/
	display: none;
}
	#Top_bar.is-sticky a.action_button {
		padding: 5px 10px;
	}
}


#Top_bar .menu > li > a span:not(.description) {
    padding: 0 15px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #1e519d;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #1e519d;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #1e519d;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #1e519d;
}

