/*
Theme Name: ANSER CORP
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: This theme is used with Beaver Builder for ANSER corp site.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

html {font-size: 16px !important;} 
/* Contact Form */
#contact.IMG-bg #input_3_2, #contact.IMG-bg #input_3_3, #contact.IMG-bg #input_3_7, #contact.IMG-bg #input_3_6, #contact.IMG-bg #input_3_9, #contact.IMG-bg #input_3_11{width:100%;}
#contact.IMG-bg #gform_3 label.gfield_label{color:#fff !important;}
.cap-menu li{width:100%;}
#contact.IMG-bg #gfield_description_3_9, #contact.IMG-bg #field_3_9 .ginput_container_fileupload input {color: #fff;}
#field_3_9.gfield .ginput_container_fileupload .gform_button_select_files {color: red;}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}
#contact.IMG-bg #gform_3 .gfield_required, #contact.IMG-bg #validation_message_3_5{color:#fff;}
#contact.IMG-bg #gform_confirmation_message_3{color:#fff;}
#gform_3 .validation_error{color:#fff; border-top:#fff; border-bottom:#fff;}

/* Block Quotes*/
blockquote{
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	/*box-shadow: 
		inset 0 2px 0 rgba(188, 147, 200, 0.7), 
		-5px -4px 25px rgba(0, 0, 0, 0.3);*/
}

blockquote:after, 
blockquote:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

blockquote:after  {
	border-top-color: #ffffff;
	border-width: 10px;
	left: 65%;
	margin-left: -10px;
}

blockquote:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 65%;
	margin-left: -11px;
}

blockquote p {
	font-family: 'Alegreya', serif;
	font-size: 24px;
	color: #862433;
	font-weight: 400;
	line-height: 40px;
	font-style: italic;
	text-indent: 100px;
	position: relative;
}

blockquote p:before{
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 175px;
	top: 0px;
	left: -105px;
	color: rgba(134, 36, 51, 1);
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

/* Mega Menu */
/*this is placed in style.css to overwrite the CSS in the theme*/
.fl-page-nav-wrap A:hover, .fl-page-nav-wrap A:focus, .fl-page-nav-wrap A:hover *, .fl-page-nav-wrap A:focus *, .fl-page-nav-wrap A.fa:hover, .fl-page-nav-wrap A.fa:focus
{
 color: #000000;
}
@media (max-width: 768px)
{
 UL.navbar-nav LI.mega-menu .mobile-nav-header>A
 {
 display: none;
 }
}


@media (min-width: 768px)
{
/*This is just removing some default styles(not required)*/
 .fl-page-nav UL.sub-menu
 {
 padding: 10px 0;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 border: 0;
 background: none;
 }
 
 UL.navbar-nav LI.mega-menu> UL.sub-menu:after
 {
 content: "";
 display: block;
 position: absolute;
 left: 50%;
 top: -1px;
 height: 100%;
 width: 100vw;
 transform: translateX(-50%);
 z-index: -1;
 box-sizing: border-box;
 /*These styles are replacing the BB style that are being over written above (not required)*/
 border-top: 1px solid #DEDEDE;
 /*+box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);*/
 -moz-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
 -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
 box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
 background-color: #F6F6F6;
 }
}

/* MA Pages */
.fl-node-s7fkabn32her,
.fl-node-th762o3wi9mr,
.fl-node-629ncb1da5gp,
.fl-node-xpn390q4zg7w,
.fl-node-62l71x3mwavd,
.fl-node-ou7dn0gl1ep5,
.fl-node-n2dzk3gocm67{
	background-color: #4c000c;
    color: #fff;
}
.fl-node-s7fkabn32her a,
.fl-node-th762o3wi9mr a,
.fl-node-629ncb1da5gp a,
.fl-node-xpn390q4zg7w a,
.fl-node-62l71x3mwavd a,
.fl-node-ou7dn0gl1ep5 a,
.fl-node-n2dzk3gocm67 a{
	color:#fff;
}

/* Short Code */
/* BTN */
#fl-button-group-button-3ecyswdouigb-0 a.customShortCodeBTN {
	background-color:#8c1212;
	color:#fff;
	border:1px solid #8c1212;
}
#fl-button-group-button-3ecyswdouigb-0 a.customShortCodeBTN:hover{
	background-color:#fff;
	color:#8c1212;
}
#fl-button-group-button-3ecyswdouigb-0 .fl-button-text,
#gform_submit_button_15{
	color:#fff;
}
#fl-button-group-button-3ecyswdouigb-0:hover .fl-button-text,
#gform_submit_button_15:hover{
	color:#8c1212;
}
