/* 
 Theme Name:   de-bootstrap
 Theme URI:    http://double-eagleadvisors.com
 Description:  A child theme of WP Bootstrap Starter
 Author:       Gferrell
 Author URI:   
 Template:     wp-bootstrap-starter
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/*  -- Contents  --

General Styles
Header Elements
- PreMast   -- Logo & Social Media --
- Masthead and Navigation
- Page Subheader   -- Home Page Only --
Pages
- Home
- About
- Services
- Clients
- Recent Projects
- Contact 
- Articles
Font Awesome
Tables
Sidebar
Comment Form
Footer
Custom Sharebar Styling
Media Queries

*/


/** General Styles **/
/*
h1.DE-business-proposition {
    font-family: georgia;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #4E6BB7;
    border-bottom: 1px dotted #4E6BB7;
    margin: 0 0 .8125em;
}
*/
h1.entry-title {
    font-size: 2.5rem;
	color: #4E6BB7;
}

h2 {
    font-size: 1.7rem;
	/* font-style:italic; */
    padding-bottom: 0.3em;
	padding-top: 0.4em;
    line-height: 1.25;
    color: #4E6BB7;
    /* border-bottom: 1px dotted; */
}

.entry-content h3.DE-infogroup-h3 {
    font-size: 16px !important;
    line-height: 21px !important;
    text-transform: none !important;
    letter-spacing: 0.03em !important;
    font-weight: bold;
    overflow-wrap: break-word;
    font-style: italic;
    display: inline;
}

a {
    color: #1982d1;
    text-decoration: none;
}

b {
    font-weight: bold;
}

.cta-button {
    color: #ffffff;
	background-color: #fc9042;
    display: inline-block;
    margin: 10px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
    white-space: normal;
    background-image: none;
    height: auto;
	padding: 14px 11px;
    border-radius: 10px !important;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

.cta-button:hover {
    text-decoration: none;
	color: #ffffff;
    /* background-color: rgba(252,176,66,1); */
}

span.ctaspan:after {
    content: "\f138";
    font-family: fontAwesome;
    padding-left: 60px;
    font-size: 18px;
    padding-right: 2px;
    float: right;
}
div#page-sub-header {
    min-height: 356px;
}

/* Custom container */
.top-container-full {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}

.top-container-full .jumbotron.text-center {
   margin-bottom: 0; 
   padding: 2.5rem 2rem 2rem 2rem;
}

.jumbo-text-row{
    max-width: 1140px; 
    text-align: center;
    margin: auto;
}

.top-container-full .jumbotron.text-center p {
   margin-bottom: 0; 
}

.full-bleed-section .col-md-12 {   /* col-md-xx has a default right padding. Remove it for full bleed */
    padding-right: 0 !important;
}

.col-center {
    text-align: center;
}

ol li h2 {
    padding-top: 30px;
	
}
ol li{
	font-size: 1.7rem;
	padding-bottom: 0.3em;
	padding-top: 0.4em;
    color: #4E6BB7;
	font-weight: 500;
	line-height: 21.125px;
}
ol li span {
	color: #141414;
    font-family: "Poppins", sans-serif;
	font-size:13px;
	/* font: 13px/18px Arial,Helvetica,Verdana,sans-serif; */
    font-weight: 300;
    line-height: 21.125px;
}
/** END General Styles **/




/** PreMast **/

#premast{
    padding: 10px 0px;
}

div.brand-logo.img {
    display: inline-block;
}

#premast .brand-logo img{
	display: inline-block;
    padding-left: 1rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
	padding-top: .3125rem;
    padding-bottom: .3125rem;
	height: auto;
}

div .de-linkedin {
    position: absolute;
    float: right;
    bottom: 13px;
    right: 10px;
}

.de-phone {
    position: relative;
    float: right;
    margin-top: 4px;
    margin-right: 10px;
}
.de-phone a {
    color: #ffffff;
}
.de-phone i.fa.fa-phone {
    color: #ffffff;
}
.de-email {
    position: relative;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}

.de-email a {
    color: #ffffff;
}

.de-email i.fa.fa-envelope {
    color: #ffffff;
}

/** END PreMast **/


/** Masthead and Navigation **/

.navbar-collapse li.nav-item:hover {
    background-color: #444444;
}

.navbar-toggler {
    padding: 0;
    font-size: inherit !important;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
    margin: 10px;
}

button.navbar-toggler.collapsed {
    margin: 0px 10px 5px 10px;
}

button.navbar-toggler {
    background-color: transparent !important;
    margin: 7px 20px 20px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {

}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {

}


/* Search Form from old site - modified  */
.navbar #searchform {
	height: 32px;
    text-align: right;
}

.navbar #searchform #s{
    bottom:-23px !important;
	height: 32px;
	border-radius: 3px;
	border-width: 0px;
	font-size: 15px;
	margin-left: 13px;
}
.navbar #searchform div {
	margin: 0;
}
.navbar #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
	background-color:#eeeeee;
}
.navbar #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
.navbar #searchsubmit {
	display: none;
}
.navbar .only-search #searchform {
	top: 5px;
	z-index: 1;
}
.navbar .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
.navbar .only-search #s,
.navbar .only-search #s:focus {
	width: 85%;
}
.navbar .only-search #s:focus {
	background-color: #bbb;
}
.navbar .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
.navbar .only-search + #access div {
	padding-right: 205px;
}
input#s {
    background: url(images/search.png) no-repeat 5px 6px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
}

.navbar #s {
    float: right;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
    width: 90px;
    background-color: #eeeeee;
}

i.fas.fa-bars {
    color: #ffffff;
    font-size: 32px;
}

header#masthead {
	background-color:#222222;
	padding: 0.2rem 5rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #bbbbbb;
	border-right: 1px dotted #999999;
	font-size: .96rem;
	padding: 7px 23px 7px 23px;
}

#masthead .navbar-nav > li > a {
    color: #bbbbbb;
    text-transform: uppercase;
}
/*
.nav-link {
    display: block;
    padding: .25rem 1rem;
    color: #1982d1;
}
*/
.nav-link {
    display: block;
    padding: .25rem 1rem;
    color: #1E242F;
    font-size: 13px;
    font-weight: 400;
}

.navbar-brand {
	/* display:none; */
    display: inline-block; 
    padding-left: 1rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

i.fas.fa-bars:hover {
    color: #cdbfe3;
}
button.navbar-toggler {
    background-color: #fff;
	margin: 10px;
}

/** END Masthead and Navigation **/

/** Page Sub-Header  **/

body:not(.theme-preset-active) #page-sub-header div.container {
    background: rgba(10, 10, 10, .25);
}
body:not(.theme-preset-active) div#page-sub-header h1 {
    line-height: 1.6;
    font-size: 2.5rem;
    color: #ffffff;
    margin: 0 0 1rem;
    border: 0;
    padding: 0;
    
}

body:not(.theme-preset-active) div#page-sub-header p {
    color: #ffffff;
    font-size: 115%;
	/* background: rgba(10, 10, 10, 0.16); */
}

a.page-scroller {
    color: #fff;
}

/** END Page Subheader **/

/** PAGES **/

.page-template div#content {
    padding-top: 30px;
}

/** Home Page Only **/

body.home div#page-sub-header {
    height: auto;
}

.testimonial-content p {
    padding: 0px 57px;
}

h3.testimonial-heading a {
    font-size: 1.2rem;
    font-style: italic;
    color: #4e6bb7;
}

.strong-view.controls-style-buttons .wpmslider-start, .strong-view.controls-style-buttons .wpmslider-stop, .strong-view.controls-style-buttons .wpmslider-next, .strong-view.controls-style-buttons .wpmslider-prev {
    color: transparent !important;
}

.testimonial-field.testimonial-name, .testimonial-field.testimonial-company {
	font-style:italic;
}

#overview {
	font-size: 134%;
    text-align: center;
    /* margin: -30px 17% 0px 17%; */
    padding: 20px;
	font-weight: 400;
    color: #4e6bb7;
}

.sidebar-quote {
    font-style: italic;
}

.quote-source {
    font-size: 11px;
    font-variant: small-caps;
}

.DE-b{
	font-weight:bold;
}

body.home .entry-content {
    margin-top: 0;
}

/** END Home Page **/

/** About Page Only **/
/** END About Page **/

/** Services Page Only **/

.alpha{
	margin-right:4%;  /* separates DE-info-block columns at full width */
}

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    border: 1px solid #ddd;
    padding: 6px;
}

.page-id-10 .entry-title{ 
	/* display:none !important;  */
}

.DE-info-block {
    float: left;
    width: 100%;
    min-height: 164px;
}

.DE-with-img {
    margin-bottom: 0px;
    margin-top: 0px;
}

.DE-info-block img {
    margin-bottom: 0px !important;
    width: 100px;
}

.DE-info-block > h2 {
    display: inline; 
}

/** End Services Page **/

/** Clients Page Only **/
#client-characteristics {
    font-size: 134%;
    font-style: italic;
    text-align: center;
    color: #4e6bb7;
    margin: 0px 0% 30px 0%;
    padding: 20px;
    background-color: #f1f1f1;
}
/** End Clients Page **/

/** Recent Projects Page Only **/
/** END Recent Projects Page **/

/** Contact Page Only **/
	/** Contact Form 7 **/
/*  		*/
	form.wpcf7-form {
		margin-top: 20px;
		background-color: #e9ecef;
		padding: 30px;
	}
	form.orange-background-form span.wpcf7-not-valid-tip {
		color: #ffffff;
		font-size: 1em;
		font-weight: 500;
		display: block;
	}

	.home form.wpcf7-form {
		background-color: transparent;
	}
	.home input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
		border-radius: 0;
		background-color: transparent;
		border-color: white;
		font-weight: 500;
		min-width:80px;
	}
	.home input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:hover {
		background-color: white;
		color:rgb(235, 114, 23);
	}

	input.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
	input.wpcf7-form-control.wpcf7-select::-webkit-input-placeholder
	{
		color: #ccc;
	}

	.form-control {
		color: #888 !important;  
		border: 1px solid #bbb !important;
	}

	::-webkit-input-placeholder { 
		color: #baa !important;
		font-size: 14px;
	}
	:-moz-placeholder { 
		color: #baa !important;
		font-size: 14px;
	}
	::-moz-placeholder { 
		color: #baa !important;
		font-size: 14px;
	}
	:-ms-input-placeholder { 
		color: #baa !important;
		font-size: 14px;
	}

	label.so-half-input {
		width: 100%;
		height:60px;
	}
	label.so-half-label {
		width: 100%;
		color:#999;
		text-align:left;
	}
	label.so-half-label.centered, div.centered{
		text-align:center;
	}

	/* Keep */
	.contact-detail {
		margin-top: 20px;
	}
	.contact-detail p {
		font-size: 16px;
		text-align: right;
		margin-bottom: .5rem;
		font-weight: 400;
	}
	div.centered {
		text-align: center;
		width: 100%;
		font-style: italic;
	}

	div.centered.required{
		font-weight: 600;
		font-style: italic;
	}

	textarea.form-control {
		height: 120px;
	}	
	.message-textarea {
		margin-top:23px;
	}

	.home div.centered.required {
		color: #ffffff;
	}

	label.so-quarter-input {
		width: 50%;
		height:60px;
	}
	.so-quarter-input .form-control {
		border-radius: 0 5px 5px 0;
		border-left-color: #ffffff !important;
	}

	label.so-quarter-label {  /* Styling for SELECT pull-down label */
		width: 50%;
		color: #bbb;
		text-align: left;
		background-color: #ffffff;
		padding-left: 14px;
		padding-top: 12px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		height: 48px;
		border-radius: 5px 0 0 5px;
		font-weight: 500;
		float:left;
	}

	.radio-float-left{
		float:left;
	}
	.wpcf7-list-item.first{  /* First radio button */
		margin-left:0;
	}
	input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
		width: 24%;
		min-width: 80px;
		margin: 30px auto 0px;
		display: block;
	}

	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control, select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
		font-size: 14px;
		height: 48px;
	}

	.so-white-font{
		color:#ffffff;
	}

	section#content-section-2022073356 {
		margin-top: 40px !important;
	}

	/** END Contact Form 7 **/
/** END COntact Page **/

/** Articles Page Only **/
/** Sidebar for Articles Page **/
#secondary {
	float: right;
	margin-right: 7.6%;
	/* width: 18.8%; */
}

aside#secondary {  
   /* background-color: #F1F1F1; */
    float: right;
    padding: 2%;
    /* width: 17.8%; */
	margin-right:0;
	margin-top:15px;
}

#secondary h3.widget-title {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 10px 5px 0 0;
    font-size: 20px;
    text-transform: none;
    margin-bottom: .8rem;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

li.nav-item {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div#subscribeformwrap.widget {
    background-color: transparent;
	padding: 0px;
}

.subscribesubmitbtn {
    display: block;
    margin-top: 20px !important;
    margin-left: auto;
    margin-right: auto;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], textarea {
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: none;
    color: #888;
}

.emailadrs {
    width: 100%;
}

input.emailadrs {
    line-height: 2.5;
}

body, input, textarea {
    /* color: #373737; */
    color: #141414;
    font: 13px/18px Arial,Helvetica,Verdana,sans-serif;
    /* font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-weight: 300;
    line-height: 1.625;
}


.widget a.navlink {
    font-weight: bold;
    color: #1982d1;
    text-decoration: none;
}

.widget {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    background-color: #E3E9F0;
    padding: 13px;
}

/** END Sidebar for Articles Page **/
/** END Articles Page Only **/

/** END PAGES **/



/** Footer **/

footer#colophon {
    font-size: 100%; 
}
body:not(.theme-preset-active) footer#colophon {
    color: #ffffff;
    background-color: #000000;
}
.site-info {
    padding: 14px 0px;
}

/** END Footer **/

/**  Font Awesome **/

.fa, .fas {
    font-weight: 900;
    color: #4e6bb7;
}

/** END Font Awesome **/

/** Tables **/

.entry-content table, .comment-content table {
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.625em;
    width: 100%;
}

.DE-home-table {
    background-color: #f1f1f1;
    border: 1px solid #CCCCCC !important;
	border-collapse:separate;
    padding: 5px 5px 5px 10px;
}
.DE-home-table td {
    font-weight: 400;
}
.DE-home-table-th {
    border-bottom: 2px solid #CCCCCC;
}
.entry-content td, .comment-content td {
    border-top: 1px solid #ddd;
    padding: 6px 10px 6px 0;
}
.entry-content th, .comment-content th {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

/** END Tables **/
/** Sidebar **/

#secondary .widget-title {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 10px 0px 5px 0;
    text-transform: uppercase;
    margin-bottom: .500rem;
    margin-top: 1.2rem;
	text-align:center;
}

aside#secondary {
    margin-top: 0;
}

form.subscribeform {
    padding: 13px;
    border-radius: 17px;
    background-color: #7ac9c1;
}
	
input.subscribesubmitbtn {
    background-color: #ed8653;
    border-radius: 32px;
    color: white;
    border-style: none;
    text-decoration: none;
    font-size: 120%;
    padding: 5px 20px;
    border: none;
}

h3.widget-title.subscribe-title {
	color:white;
}

/** END Sidebar **/

/** Comment Form **/

p.form-allowed-tags, .alert.alert-info {
    display: none;
}

/** END Comment Form **/
/* Contact Form 7 */

div.wpcf7-response-output {
    background-color: white;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    width: 35%;
    margin: 25px auto 0px;
}

/* END Contact Form 7 */

/* Sharebar styling */

#sharebar-wrap {
    margin-left: -102px;
    padding-top: 90px !important;
    position: fixed;
    top: 164px;
}

body ul#sharebarx {  /* Also necessary for manual placement of sharebar */
  margin-top: 10px !important;
}

body ul#sharebar {
    border-radius: 10px;
    margin-left: 0px !important;
    width: 77px !important;
    z-index: 0 !important;
    top:30px !important;
    position:relative !important;
}

body ul#sharebar .stButton .stBubble_count {
    height: 40px !important;
}

body ul#sharebar .st-facebook-counter{
    height:23px !important;
}
body ul#sharebar li {
  float: left;
}
.stMainServices.st-facebook-counter {  /* To Be Deleted */
    height: 22px !important;
}
.fb-share-button{
}


.my-mail-btn a{
	color: #1982d1;
	font-size: 12px;
	text-decoration: none;
	font-weight: 600;
}

#mysharebar {
  border-right: 2px solid #DDDDDD;
  margin-top: 42px;
  padding-right: 11px;
  position: relative;
}
#mysharebar > div{
    margin-bottom:5px;
}

#mysharebar-horiz{
    float: left;
    margin: 10px 0 10px;
    padding: 0;
    width: 100%;
    display:none;
}

#mysharebar-horiz > div {
  float: left;
  padding-right: 15px;
  width:72px !important;
  height:33px;

}
.email-btn-link {
    padding-left: 4px;
    font-size: 12px;
}
.st_sharethis{
}

xdoor-icon {   /* Linked in "In" icon */
    margin-top: -1px;
}

.tweet-button {
    margin-top: 1px;
}
/* END of Sharebar styling */


/** Media Queries **/

@media screen and (max-width: 1420px) and (min-width: 1200px) {
	.navbar-brand img {
		width: 90%;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		font-size: 0.80rem;
		padding: 7px 10px 7px 10px;
	}
}

@media (min-width: 1360px){
	#sharebar-wrap {
		display: block;
	}
	#mysharebar-horiz {
		display: none;
	}
}
@media (max-width: 1360px){
	#sharebar-wrap {
		display: none;
	}
	#mysharebar-horiz {
		display: block;
		width:100%;
	}
}
@media (max-width: 768px){
	img.size-full.wp-image-191.aligncenter {
		margin-bottom: 22px;
	}
	header#masthead .container {
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 992px){
	.col-lg-8 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25% ;
		max-width: 25%;
	}
}

@media (min-width: 1200px){
	div.navbar-brand{
		display:block;
	}
	#masthead .container {
		max-width: 100%;
	}
}

/* Transition Point to Toggle Navigation */

@media (max-width: 1199px){
	.navbar-toggler-icon {
		width: 2.3em;
		height: 2.3em;
		/* margin-top: 9px; */
		vertical-align: baseline !important;
	}
	.navbar-brand img {
		width: 220px;
	}
	.navbar-toggler-icon i.fas.fa-bars {
		margin: 12px 0px -5px 0px;
	}
	ul#menu-main-nav {
		padding-left: 2rem;
		margin-bottom: 20px;
	}	
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		font-size:1.2rem;
	}
	form#searchform {
		display: none;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		border-style:none;
	}
}
/* END Transition to Toggle Navigation */

@media (max-width: 767px) {
	.DE-info-block {
		min-height: 0px;
	}
	.contact-detail p {
		text-align: center;
	}
}

@media (max-width: 600px) {
	.parallax-text-wrapper {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: transparent;
	}
}

@media (max-width: 575px) {
	.col-md-6.col-sm-6.addmarg20 {
		margin-bottom: 20px;
	}
}


@media (max-width: 414px) {
	/* for Safari ONLY */
	.navbar-toggler-icon {
		width: 2.3em;
		height: 2.3em;
		/* margin-top: 9px; */
		vertical-align: baseline !important;
	}
	.navbar-brand img {
		width: 220px;
	}
	.navbar-toggler-icon i.fas.fa-bars {
		margin: 12px 0px -5px 0px;
	}
	header#masthead {
		background-color: #222222;
		padding: 0; 
	}
}

@media (max-width: 360px) {
  /*.navbar-brand img {
    width: 225px;
  } */
  #premast .brand-logo img {
    width: 170px;
  }
  .de-phone-text {
    top: 84px;
  }
}
@media (max-width: 320px) {
  /* .navbar-brand img {
    width: 200px;
  }
  */
}