/*
 Theme Name:   Extra Child Theme
 Theme URI:    http://elegantthemes.com/
 Description:  Extra Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Extra
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  extra-child-theme
*/
header {
    position: relative;
    z-index: 99996;
}
body {
    opacity: 1;
    transition: 2s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
.heraclituspopup .et_pb_button::after {
	font-size: 1.6em !important;
}
#et-main-area {
    overflow: hidden!important;
}
#main-content {
	padding-top: 0 !important;
}
.admin-bar #global-header-section {
	top: 32px;
}
.grecaptcha-badge { opacity:0;}
@media only screen and (min-width: 568px) {
.dspt_left_area {
    width: unset !important;
    display: inline-block;
}
}
#global-footer .et_pb_widget_area_left {
border: unset !important;	
}
#global-footer .et_pb_widget.widget_bloomwidget {
	    border-radius: 12px;
    background: unset;
}
#global-footer .et_bloom_form_container {
    background-color: unset !important;
}
article.staff {
	padding: 30px !important;
}
.my_blogs article{
min-height : 520px;
height:520px;
}
.et_pb_button:before, .et_pb_button:after {
	font-size: 24px ;
}

.et_pb_extra_module .posts-list article .post-thumbnail img {
height: 50px;
}
.et_pb_widget .widget_list img {
height: 50px;
}


#et-menu .sub-menu {
	-webkit-border-bottom-right-radius: 14px;
-webkit-border-bottom-left-radius: 14px;
-moz-border-radius-bottomright: 14px;
-moz-border-radius-bottomleft: 14px;
border-bottom-right-radius: 14px;
border-bottom-left-radius: 14px;
}

#footer {
    background: #617050;
} 
#top-header {
    padding: 10px 10px 0 0;
    margin: 0 !important;
}
#et-info {
	float: right;
}
.et_fullwidth_secondary_nav #top-header .container {
    max-width: none;
    width: 100%;
    text-align: right;
    margin: 0;
    display: inline-block;
    padding-left: 30px;
}
#et-secondary-menu li {
    margin: 0 10px 0 10px;
    line-height: 1;
}
#et-info .et-top-search {
    position: relative;
    margin: 0 0 10px 0px;
}
#et-secondary-nav {
    margin: 0px 0;
}
#et-secondary-menu li, #et-secondary-menu li a {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(47, 90, 72, 0.48);
	color: white;
	border-radius: 2px;
	display: flex;
	flex-direction: row;
    padding: 5px 5px 5px 5px;
}
#et-secondary-menu li a:hover {
	color: #d2ffd1 !important;
}
/***********basic************/

/*Form width*/
.wpcf7 {
    text-align: left;
    width: 90%;
}

/*Input Field widths*/
.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
	
}

.wpcf7-text {

	height: 50px;
    

}
.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #129FEA;
}

/*Label Font*/
.wpcf7-form p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

/*Submit button Font*/
.wpcf7-submit {
    width: unset;
    float: right;
    font-size: 15px !important;
    background-color: #1d273100!important;
    color: #fff !important;
    padding: 20px;
}

/*Submit button Hover*/
.wpcf7-submit:hover {
    background: #3b86b0 !important;
}

/*Response messages - Error & Success*/
.wpcf7-response-output {
    margin-bottom: 30px !important;
}

/***********borders************/
div.wpcf7 {
    width: 100%;
}
/*Form border*/
.wpcf7 {
    padding-bottom: 0px !important;
}

/*Input Field borders*/
.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #8F8F8F !important;
}

/*Submit button Background*/
.wpcf7-submit {
    background: #7E7E7E !important;
    color: #fff !important;
}

/*Submit button Hover*/
.wpcf7-submit:hover {
    background: #5F5F5F !important;
}

/***********colors************/

/*Submit button background & border*/
.wpcf7-submit {
    background-color: #1d2731 !important;
    border: 2px solid #5A5050 !important;
    color: #5A5050 !important;
    font-weight: bold !important;
}

/*Submit button Hover styles*/
.wpcf7-submit:hover {
    background-color: rgba(29, 39, 49, 0.66) !important;    
    border-color: #4CAF50 !important;
    color: #4CAF50 !important;
}

/*Label Text color*/
.wpcf7-form p {
    color: #FFF;
}

.wpcf7-form label{
	/*display: none;*/
}

/*Input Field Text color*/
.wpcf7-text, .wpcf7-textarea {
	color: #777;
}

/****background-images********/

/*Form background*/
.wpcf7 {
    /*background-image: url(http://i.imgur.com/iAFPf0G.jpg);*/
    background-color: unset;
    background-position: center;
    background-size: cover;
}

/*Label Text color*/
.wpcf7-form p {
    /*display: none;*/
    /*color: #000000;*/
}

/*Submit button background & border*/
.wpcf7-submit {
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

/*Submit button Hover styles*/
.wpcf7-submit:hover {
    border-color: transparent !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF !important;
}

/*Input Field border*/
.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #5A3D3D !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	padding-top: 2%;
}
/* Fields */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:  #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:  #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:  #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:  #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:  #000;
}
/* Button */
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
   background-color: #00C5BE;
   border: none;
   color: #fff;
   font-size: 1em;
   padding: 10px 50px;
   text-transform: uppercase;
   font-weight: normal;
}
/*--- 2 Column Form Styles Start ---*/
 
#left {
    width: 50%;
    float: left;
	padding-right: 1em;
}
 
#right {
    width: 50%;
    float: left;
}
 
.clearfix1:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
 
.clearfix1 {
    display:block;
	padding-bottom: 1em;
}
 
/*--- 2 Column Form Styles End ---*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: white;
}
div.wpcf7-mail-sent-ok {
    border: unset;
    color: greenyellow;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    color: red !important;
}
div.wpcf7-response-output {
	padding: 0 !important;
	margin: 0 !important;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    font-size: 14px;
	color: black !important;
    padding-left: 2%;
}
	.execphpwidget {
		position: relative;
		display: flex;
		top: 2px;
	}
  /*** displays the "x" close icon ***/
#global-header-section a.mobile_nav.opened span.mobile_menu_bar:before {
    content: "\4d" !important; /*change x icon here*/
}
#global-header-section .et_pb_widget_area ul {
	padding: 19% 23% 15% 28% !important;
}
#execphp-2.et_pb_widget.widget_execphp, #execphp-3.et_pb_widget.widget_execphp {
	width: auto;
    float: unset;
    margin-bottom: 0;
    margin-right: unset;   
	overflow: visible;
}
#page-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-flow: column;
 flex-flow: column;
 min-height: 100vh;
}
#et-main-area {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-flow: column;
 flex-flow: column;
}
#et-main-area, #main-content  {
 -webkit-box-flex: 1 0 auto;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
}

@media (max-width: 768px) {
#global-footer .et_pb_column {
    width: 100%;
    margin-bottom: 30px;
}
}
.et-extra-icon {
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
#global-header-section .et-extra-icon-facebook:before {
    content: "\e61a";
    vertical-align: text-top;
}
#rev_slider_home p {
	margin-bottom: 0 !important;
}
/* PRELOADER */ 
.preloader {
   position: fixed;
   left: 0;
   top: 0;
   bottom: 0;
   background-color: #fefefe;
   z-index: 100000;
   height: 100%;
   width: 100%;
   overflow: hidden !important;
}
.preloader #zio {
   width: 125px;
   height: 130px;
   position: absolute;
   left: 50%;
   top: 50%;
   background-image: url(/wp-content/uploads/2017/12/ielogotransparentleft1.png);
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   background-size: cover;
   margin: -50px 0 0 -50px;
    -webkit-animation: pulse 3s infinite ease-in-out;
    -o-animation: pulse 3s infinite ease-in-out;
    -ms-animation: pulse 3s infinite ease-in-out; 
    -moz-animation: pulse 3s infinite ease-in-out; 
    animation: pulse 3s infinite ease-in-out;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.9); opacity: 0; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.7; }
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .preloader #zio {
        left: 45%;
        }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .preloader #zio {
	left: 45%;
	}
}
.et_pb_pagebuilder_layout.single-staff #page-container .et_pb_with_background .et_pb_row {
	width: 100% !important;
}

/** Give Donation Form **/
.iedonationform .give-btn {
	color: white !important;
}
.dropdown {
	display:none;
    position: absolute;
    top: 35px;
    background-color: #93a580;
	box-shadow: 0px 12px 18px -6px rgba(2,124,247,0.3);
    min-width: 12em;
    line-height: 2em;
	border-radius: 28px;
	margin-top: 14px;
    padding: 22px !important;
    right: -25px;
	font-family: inherit;
    color: white;
    font-size: 15px;
	text-align: left;
    font-weight: 300;
}
.dropdown#loggedoutdropdown {
	right: -20px;
}
.dropdown-toggle {
	display: flex;
	transition: all .2s ease-in-out;
}
.dropdown-toggle:hover
{ transform: scale(1.1); }
.dropdown li a {
	color: white !important;
}
.dropdown-toggle #loggedout:after {
 	font-family: 'Material Icons' !important;
    content: '\e7fd';
    display: inline-block;
    margin: 0 auto;
    font-size: 32px;
    vertical-align: sub;
    margin-left: 0px;
	margin-right: 5px;
}
.logged-in .dropdown-toggle#loginperson:after {
 	font-family: 'Material Icons' !important;
    content: '\e7fd';
    display: inline-block;
    margin: 0 auto;
    font-size: 32px;
    vertical-align: sub;
}
.dropdown:after {
content: "";
   position: absolute;
    left: 77%;
	z-index: -1;
    margin-left: -20px;
    top: -8px;
    width: 0;
    height: 0;
    content:'';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #93a580;
	    z-index: -1;
}
.dropdown#loggedoutdropdown:after {
content: "";
   position: absolute;
    left: 88%;
	z-index: -1;
    margin-left: -20px;
    top: -8px;
    width: 0;
    height: 0;
    content:'';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #93a580;
	    z-index: -1;
}
.logged-in .dropdown:after {
 right: 0;	
}
/* .logged-in .dropdown {
 margin-right: 10px;	
} */
form#loginform {
	display: inline-flex;
	flex-direction: column;
    width: 300px;
    padding: 0;
}
form#loginform p {
	margin-bottom: 5px !important;
	font-size: 14px;
	font-weight: 700;
}
form#loginform input[type=text], form#loginform input[type=password] {
	padding: 8px !important;
    transition: all .2s;
    color: #999 !important;
    border: 1px solid #eee;
    border-radius: 28px;
    background: #eee;
}
form#loginform input[type=submit] {
	    background-color: #57735a !important;
    border: none;
    font-size: 14px;
    color: white !important;
    border-radius: 28px !important;
    padding: 8px 20px !important;
    text-decoration: none;
    cursor: pointer;
	font-family: 'Alegreya',Georgia,"Times New Roman",serif;
    font-weight: 700;
}
p.login-username {
	display: inline-flex;
	flex-direction: column;
	margin-bottom: 0.6em;
}
p.login-password {
	display: inline-flex;
	flex-direction: column;
}
	.execphpwidget {
		position: relative;
		display: flex;
		top: 2px;
	}
.navlogin .execphpwidget {
	position:absolute;
	top: 10px;
}