/**************** UPGRADED FIXED ********************/
.et_animated {
    opacity: 1 !important;
}
.et-waypoint:not(.et_pb_counters) {
    opacity: 1 !important;
}

/*=== Header ===*/
.et-fixed-header #top-menu a {
    color: #fff!important;
}

.et-fixed-header #top-menu-nav > .nav > li > ul.sub-menu a {
    color: #333;
}

.et-fixed-header #top-menu-nav > .nav > li > ul.sub-menu {
	background:rgba(255,255,255,0.64);
}
.et_mobile_menu {
	border-top: 3px solid #ffffff;
}


/*==== Homepage ===*/
.what-we-do-row {
	align-items:center;
}

.frame-img {
    box-shadow: 0px 0px 15px grey;
    border-radius: 8px;
}

.text-side p {
    max-width: 750px;
}

p.testomonials-name {
    font-size: 18px;
    color: #bf954b;
}


/*=== Blurb ===*/
.services-blurb {
	position: relative;
  	width: 100%;
}

.services-blurb:hover img {
  opacity: 0.3;
}

.services-blurb:hover .middle {
  opacity: 1;
}


.services-blurb img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
	width:100%;
}

.text {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.services-blurb h4.et_pb_module_header {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: #bf954b;
    color: #fff;
    padding: 4.5% 5%;
    margin-top: -9px;
}

.services-blurb .et_pb_main_blurb_image {
    margin-bottom: 0px!important;
}

.text p {
    color: #bf954b;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}

.text a {
    border: 2px solid #3e4555;
    font-size: 16px!important;
    text-transform: capitalize!important;
    padding: 3%;
    border-radius: 5px;
    color: #3e4555;
}


/*=== FORMS ===*/

.form-wrap form.wpcf7-form span.wpcf7-form-control-wrap input, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: transparent!important;
    margin-bottom: 20px;
    border: none!important;
    border-bottom: 1px solid #333333!important;
}

.form-wrap form.wpcf7-form span.wpcf7-form-control-wrap textarea {
    background-color: transparent!important;
    margin-bottom: 20px;
    border: none!important;
    border-bottom: 1px solid #333333!important;
}

.form-wrap form.wpcf7-form span.wpcf7-form-control-wrap input::placeholder {
    color: black;
}

.form-wrap form.wpcf7-form span.wpcf7-form-control-wrap textarea::placeholder {
    color: black;
}


.tt-btn, input[type=submit].tt-btn, .calctap-txt-btn, a.ttap-launch-app-btn {
    letter-spacing: 0px;
    border-radius: 0px;
}

.tt-btn, input[type=submit].tt-btn, .calctap-txt-btn, a.ttap-launch-app-btn {
    letter-spacing: 0px;
    border-radius: 0px;
}

.form-wrap form.wpcf7-form span.wpcf7-form-control-wrap.file-727 input {
    border-color: white!important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 0px!important;
    margin-bottom: 0px!important;
}

.form-wrap p {
    font-family: 'Raleway';
    color: #3e4555;
    font-size: 14px;
	padding-bottom:0px;
}

.order-form p {
    font-family: 'Raleway';
    color: #3e4555;
    font-size: 14px;
    padding-bottom: 30px;
}

input.wpcf7-form-control.wpcf7-submit.tt-btn {
    background: #0000;
    border: 2px solid #3e4555;
    border-radius: 5px;
    color: #3e4555!important;
    margin-top: 20px;
	font-weight:600;
}

input.wpcf7-form-control.wpcf7-submit.tt-btn:hover {
    background: #bf954b;
    color: #fff!important;
    border: 2px solid #bf954b;
}

.row-center {
	align-items:center;
	border-radius: 10px;
}

.contact-info a {
    color: #666;
}

.contact-info a:hover {
    border-bottom: 1px solid #bf954b;
    color: #bf954b;
}

/*=== Event list ===*/

/* Table Styling */

.css-events-list table.events-table {
    width: 100%;
    border-collapse: collapse;
}

/* Zebra striping */

.css-events-list table.events-table th {
    background: #dadada;
}

.css-events-list table.events-table tr:nth-of-type(odd) {
    background: #eee;

}

.css-events-list table.events-table td, 
.css-events-list table.events-table th {
    padding: 10px;
    border: none;
    text-align: left;
    min-width: 320px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .css-events-list table, 
    .css-events-list thead, 
    .css-events-list tbody, 
    .css-events-list th,
    .css-events-list td,
    .css-events-list tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .css-events-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .css-events-list tr {
        border: 1px solid #ccc;
    }

    .css-events-list td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        background-color: white;
    }

    .css-events-list td:before {
        top: 6px;
        left: 6px;
        width: 100;
        padding: 6px;
        white-space: nowrap;
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        border-bottom: 1px solid gray;
    }

    /*
	Label the data
	*/
    .css-events-list td:nth-of-type(1):before {
        content: "Date/Time";
    }

    td:nth-of-type(2):before {
        content: "Event";
    }
}

/*=== FOOTER ===*/
.et_pb_social_media_follow_network_0 a.icon {
    background-color: #bf954b00!important;
    border: 1px solid #bf954b;
    border-radius: 0px;
}

.et_pb_social_media_follow li a.icon {
    border-radius: 0px;
}

.et_pb_social_media_follow li a.icon::before {
	color: #bf954b;
}

span.tt-footer-social ul {
    display: none;
}

p#footer-info {
    width: 100%;
    float: none;
    text-align: center;
}

footer#main-footer p, footer#main-footer a {
    font-size: 16px;
}

/*=== Calendar ===*/
button.fc-prev-button.fc-button.fc-state-default.fc-corner-left, button.fc-next-button.fc-button.fc-state-default.fc-corner-right, button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled, button.fc-month-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-active {
    background: #BF954B;
    color: #fff;
}

.fc-widget-header, .fc-widget-content {
    border-color: gray!important;
    background: #fff;
    color: #333;
    padding: 0!important;
}

.fc-unthemed .fc-today {
    background: #BF954B;
}

.entry-content table, body.et-pb-preview #main-content .container table {
    border: 0px solid #BF954B;
}

.wpfc-calendar-wrapper h2 {
    font-size: 30px !important;
    margin: 0 !important;
}


/*=== SIDEBAR ===*/
a.tt-btn.tt-btn {
    background: #bf954b;
}

h4.widgettitle:after {
    content: 'Practice Areas';
    font-family: 'Raleway';
    font-size: 26px;
    font-weight: 800;
    margin-top: 30px!important;
}

a.tt-btn.tt-btn {
    background: #bf954b00;
    border-bottom: 1px solid #3e4555;
    font-size: 16px;
    margin-bottom: 15px;
}

.tt-sidebar-btns a.tt-btn.tt-btn-sidebar-01:active, .tt-sidebar-btns a.tt-btn.tt-btn-sidebar-02:active, .tt-sidebar-btns a.tt-btn.tt-btn-sidebar-03:active {
    color: #bf954b!important;
}

#tt-sidebar-widget-2 .tt-btn {
	    color: #3e4555 !important;
	padding:12px 0px!important;
}

.tt-btn:hover {
    color: #bf954b!important;
}

.et_pb_pagebuilder_layout #main-content .et_section_specialty .et_pb_widget_area .et_pb_widget {
	box-shadow: none;
    border: 4px solid #bf954b;
}

h4.widgettitle {
    text-align: left;
    margin: 10px 0;
}

.tt-sidebar-info h3 {
    font-size: 24px;
    font-weight: 800;
    font-family: 'Raleway';
}

.tt-sidebar-bottom {
    display: none;
}

.tt-sidebar-btns {
    margin-bottom: 0px;
}


/*=== OUR TEAM ===*/
.frame-img .et_pb_team_member_image {
    max-width: 100%;
}

.frame-img .et_pb_team_member_description {
    padding: 6.5%;
}

.frame-img img {
    width: 100%;
}

/*=== VIDEO LIBRARY ===*/
.video-lib-sec h3 {
    font-size: 24px;
    font-family: 'raleway';
    font-weight: 700;
}

.video-lib-sec ul {
    font-family: 'raleway';
    font-size: 16px;
}

.quriobotWidgetButton {
    background-color: #bf954b!important;
}


/*===== TRANSLATION G ====*/

.translate a {
    position: relative;
    padding-right: 28px;
    margin: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}

.translate a:hover {
    border-bottom: 1px solid white;
}

.translate a:after {
    content: "\3d";
    font-family: 'ETmodules';
    position: absolute;
    right: 10px;
    bottom: -4px;
}



/*=== RESPONSIVE ===*/

@media screen and (min-width: 981px) {
   .et_pb_module.et_pb_map_container,.et_pb_map {
       height: 100%!important;
   }
   .et-fixed-header #et_search_icon:before {
	   color: #ffffff;

   }
}

@media (max-width: 980px){
	.mobile_menu_bar:before {
		color: #fff;
	}
	
	.middle {
		display: none;
	}
	
	#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
		background-color: #171717de;
	}
	
	.et_pb_slide_content br {
		display: none;
	}
	
	.et_header_style_left #logo, .et_header_style_split #logo {
		max-width: 60%;
	}
	
	.frame-img .et_pb_team_member_description {
		padding: 5%;
		padding-bottom: 1.5%;
	}

}

@media (max-width: 829px){
	.frame-img .et_pb_team_member_description {
		padding: 4.5%;
		padding-bottom: 1.5%;
	}
}

@media (max-width: 824px){
	.frame-img .et_pb_team_member_description {
		padding: 3.5%;
		padding-bottom: 1.5%;
	}
}

@media (max-width: 814px){
		.frame-img .et_pb_team_member_description {
			padding: 2.5%;
			padding-bottom: 1.5%;
	}
}


@media (max-width: 814px){
	.frame-img .et_pb_team_member_description {
		padding: 2.5%;
	}
	
	.entry-content .et_pb_member_social_links {
		margin-top: 10px;
	}
}

@media (max-width: 768px){
	.et_header_style_split #logo {
		max-height: 70px;
	}
	
	.et_pb_fullwidth_slider_0 .et_pb_slide_description, .et_pb_slider_fullwidth_off.et_pb_fullwidth_slider_0 .et_pb_slide_description {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

@media (max-width: 767px){
	.frame-img .et_pb_team_member_description {
		padding: 5.5%;
	}
	
	.entry-content .et_pb_member_social_links {
		margin-top: 20px;
	}
}

@media (max-width: 500px){
	.et_header_style_split #logo {
		max-height: 80px;
	}
	
	.et_header_style_left #logo, .et_header_style_split #logo {
		max-width: 65%;
	}
}
.entry-content p:last-of-type {
    padding-bottom: 1em;
}
#main-footer {
    display: block !important;
}