/* Fix for container within navbar on small viewports, for Firefox and Chrome.
This may but be necessary when Bootstrap 4 is improved after alpha. */

@media (max-width: 575px) {
  .navbar > .container {
    position: static;
    width: 100%;
  }
}

/* Max content widths */

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto
}

/* Generic Styles */
body {
  font-family: "Roboto","Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7a7a7a;
}

h1 {
  color: #ed761c;
  font-size: 2em;
  font-weight: 600;
}

h2 {
  color: #00afec;
  font-size: 1.6em;
  font-weight: 600;
}

h3, h4, h5 {
  color: #5e7ef7;
}

h3 { font-size: 1.5em; }

h4, h5 { font-size: 1.2em; }

/* #content h2 { margin-top: 1.6em; } */

/* p {
  color: #696969;
} */

a { 
  color: #ed8a00;
 }

/* Header & Navbar */

.navbar {
  background-color: #040d29;
}

.navbar-topbar {
  border-radius: 0;
}

.navbar .dropdown-menu li {
  width: 100%;
  margin-left: 0 !important;
}

.navbar .dropdown-menu {
  margin-top: 0;
}

ul#menu-primary-nav li.menu-item {
  margin: 0px 4px;
}

a.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

a.nav-link:hover, a.nav-link:active {
  color: #f39d49;
}

li.active a {
  color: #f39d49;
}

.navbar-toggler {
  background-color: #fff;
}

span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox='0%200%2030%2030'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20stroke='rgba(0,%200,%200,%200.5)'%20stroke-width='2'%20stroke-linecap='round'%20stroke-miterlimit='10'%20d='M4%207h22M4%2015h22M4%2023h22'/%3E%3C/svg%3E");
}

#page-header {
  margin-top: -15px;
  margin-bottom: 20px;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  #page-header {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}

.page-header {
  background: #f9f9f9 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px;
  padding: 10px 14px;
}


a.logo img { max-width: 100%; }

@media only screen and (max-width: 768px) {
  a.logo img { 
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
}

nav.elementor-pagination { martin-top: 2em; }

li#menu-item-2549 {
  background-color: #ff9a03;
}

li#menu-item-2549.active a {
  color: #15536f;
}

li#menu-item-2549 a:hover {
  color: #15536f;
}

li#menu-item-2549 

/* Main content */

#content article {
  /* margin: 40px 0 */
}
#content header {
  /* margin: 20px 0 */
}
#content section {
  margin-bottom: 20px
}
#content footer {
  /* padding-bottom: 20px */
}

.alignleft {
  max-width: 50%;
  width: auto;
  float: left;
  margin-right: 1.5em;
}

/* Captions */

div.wp-caption img.size-full {
  width: 100%;
}

p.wp-caption-text {
  padding: 8px 12px;
  background-color: #15536f;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.6em;
}

/* Post Content */
.post-content header {
  margin-bottom: 1.5em; 
}

/* Sidebar */

#sidebar {
  background-color: #f8f8f8;
  padding: 2em 2em;
}

#sidebar section {
  margin-bottom: 40px;
}

.sidebar h4 {
  font-weight: bold;
}

.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0
}
.sidebar li {
  margin: 10px 0
}

ul.social-links { padding-left: 0px; }

ul.social-links li {
  display: inline-block;
  list-style: none;
}

#sidebar .btn {
  display: block;
  margin-bottom: 5px;
}

p.sidebar-phone {
  color: #ed8a00;
  font-weight: 600;
  font-size: 2em;
  line-height: 0.6em;
}

/* Elements */
.btn-primary {
  background-color: #15536f;
  border-radius: 0px;
  border: none;
}

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 

/* Comments */

#respond {
  margin-top: 40px
}
ol.commentlist {
  counter-reset: li; /* Initiate a counter */
  padding: 0
}
ol.commentlist ul {
  padding: 0
}
ol.commentlist > li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: none /* Disable the normal item numbering */
}
ol.commentlist > li:before {
  content: "Thread " counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  position:absolute;  
  top: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  padding: 5px 20px 5px 10px;
  color: #999
}
ol.commentlist li ol,
ol.commentlist li ul {
  list-style-type: none;
  margin: 0
}

.commentlist li li {
  background: #f9f9f9;
}
.commentlist li li li {
  background: #fff
}
.commentlist li li li li {
  background: #f9f9f9
}
.commentlist li li li li li li {
  background: #fff
}
.commentlist li {
  padding: 20px
}
.commentlist ul li {
  margin-top: 20px;
  margin-bottom: 0
}
.reply p {
  margin: 0
}

/* Site footer */

footer.container-fluid {
  background-color: #040d29;
}

p#footer-text, p#footer-text a, p#footer-policies a { color: #fff; }

/* .site-footer {
  padding: 40px 0
}

.site-footer ul,
.site-footer ol {
  list-style-type: none;
  padding: 0
}
.site-footer li {
  margin: 10px 0
}
.site-sub-footer p {
  text-align: center
}

.site-footer p {
  text-align: center
} */

.table th, .table td { text-align: center; }

.wp-caption { width: 100% !important; }

.cta-button {
  background-color: #00afec;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
  margin: 2em 0em;
}

.cta-button:hover {
  background-color: #15536f;
  color: #fff;
  text-decoration: none;
}

/*** CF7 ***/
/***********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;
    padding-left: 10px;

}
.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: 85%;
    font-size: 15px !important;
    background: #4a97c2 !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************/

/*Form border*/
.wpcf7 {
    padding: 20px 25px !important;
    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;*/
	color: #878787;
	font-weight:bold;
	text-align: center;
}

/*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: rgba(255, 255, 255, 0.2);
    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;
	width: 65%;
}

/*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;
}