/*--------------------------------------------------------------
Custom CSS
--------------------------------------------------------------*/

/* Tags */
a, a:link, a:visited, .entry-content a, .entry-content a:link, .entry-content a:visited {
    color: #FF8811;
    -webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;  
}
a:hover, a:active, .entry-content a:hover, .entry-content a:active {
    color: #D1700E;
    /* text-decoration: underline;  */

}
body, button, input, select, textarea {
    color: #1B1B1E !important;
}
blockquote {
  color: #6D6D6F;
  font-size: 1em;
  font-weight: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .pirate_forms .pirate-forms-submit-button, .widget_search .search-submit {
    background-color: #fca420;
    font-weight: bold;
    color: #1B1B1E !important;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .pirate_forms .pirate-forms-submit-button:hover, .entry-content button:hover, .entry-content input[type="button"]:hover, .entry-content input[type="reset"]:hover, .entry-content input[type="submit"]:hover {
    background-color: #FCAC34;
}
code {
    color: #0088B2;
    background-color: #eaeaea;
    border-radius: 0px;
}
footer {
    text-align: left;
    padding-bottom: 6em;
}
footer h3 {
    font-size: 1em;  
}  
h1, h2, h3, h4, h5, h6{
    margin: 3em auto 1em;
    /* color: #1B1B1E; */
    font-weight: bold;
  /*text-align: center;*/
}
h1, h1 span, .entry-title, .entry-title a, .widget-title, .widget-title a {
    color: #fca420;
    font-size: 2.5em; 
    /* font-size: 45px;  */
    line-height: 1em;  
    margin: .5em auto 1em;
    overflow-wrap: break-word;
    text-align: center;
    text-transform: uppercase;
}
h2 {
    color: #2f2f32;
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;  
	margin-top: 2em;  
}
h2.white-text {
    color: #fca420 !important;
}
i {
    vertical-align: inherit;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    padding: 0.5em 1em;
    border: none;
    background: #eaeaea;
}
label {
    color: #979798;
    font-weight: bold;
    font-size: .8em;  
}
li {
  /*margin: .5em auto;*/
}
mark, ins {
    background: #FDDDAD;
    /* color: #000; */
}
ul, ol {
    margin: 1em 0 1.5em 2em;
}
ul.nav > li.current > a:before, .page ul.nav > li.current-menu-item > a:before, .single-post ul.nav > li.current-menu-item > a:before, .archive ul.nav > li.current-menu-item > a:before {
    width: 100%;
    background: #fca420;
    left: 0%;
}

/* Pseudo.elements*/
/* Selection colours (easy to forget) */
::selection {
	background: #f81 !important;
	color: #FFF !important;
}
::-moz-selection {
	background: #f81 !important;
	color: #FFF !important;
}

/* Ids */
#footer {
    background: #171719 !important;
}

/* Classes */
.about-us {
    background: #1b1b1e !important;
    color: #e8edf2 !important;
}
.about-us .big-intro {
    color: #e8edf2 !important;
}
.about-us p {
    color: #acacad !important;
}
.about-us .section-header .section-legend {
    color: #828284;
}
.company-details a:hover {
    color: #D1700E;
}
.contact-us {
    background: rgba(27, 27, 30, 0.9);
}
.content-left-wrap {  
    padding-top: 3em; /* esta regra tem que ser igual a margin-top do .siteorigin-panels article.hentry */
}
.copyright {
    background: #171719 !important;
    font-size: 0.8em;
}
.copyright p {
    color: #828284;
    font-size: 1em;
    text-align: left;
}
.description {
    text-align: center;
    margin: -0.75em auto 2em;
    /* text-transform: uppercase; */
    color: #676769;
    font-weight: normal;
    /*font-size: 1.5em;*/
}
.dark-text {
    color: #1b1b1e !important;
}
.dropdownmenu {
  background-color: #676767;
}
.entry-content {
  line-height: 1.75em;
}
.entry-content p {
    text-align: left;
}
.entry-content ul {
  list-style: none;
}
.entry-content ul li::before {
  /*content: ">"; */
  /* content: "\000BB"; */
  content: "\0203A"; 
  /*color: #6D6D6F;*/
  color: #444446;
  display: inline-block; width: 1em;
  margin-left: -1em;
}
.featured {
    background: #FAF2E9;
    border: #fca420 1px solid;
    border-radius: 5px;
    color: #444446;
    font-weight: bold;
    padding: 1em 2em;
    text-align: left;
}
.widget li {
    list-style: disc;
    /*margin: 1em auto 1.0em;*/
    padding-left: 0;
}
.widget ul {
  list-style: disc;
  margin: 1em 0 1.5em 2em;

}
.widget li::before {
  /*content: ">"; */
  /* content: "\000BB"; */
  content: "\0203A"; 
  /*color: #6D6D6F;*/
  color: #444446;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}


.navbar-toggle.active {
    background-color: #fca420 !important;
}
.navbar-inverse .navbar-nav > li {
  border: none;
}
.navbar-inverse .navbar-nav ul.sub-menu li a {
  border:none;
}
.entry-content .fa {
    color: #fca420;
    margin-top: -.25em;
    margin-right: .5em;
}
.entry-title:after {
    /*background: #fca420;*/
  background: none !important;
}
.entry-title:before, .widget .widget-title:before {
    background: none !important;
}
.focus {
    background: #fca420 !important;
    color: #1b1b1e !important;
}
.focus-box h3 {
    color: #1c1c1e;
    margin-bottom: 1em;
}
.focus-box p {
    font-size: 16px;
    color: #2F2F32;
}
.focus-box .service-icon {
    border: none !important;
}
.focus-box .service-icon:hover {
    background: #E6961E !important;
}
.intro-text {
    text-transform: none;
}
.navbar {
    background: #1b1b1e !important;
}
.navbar-inverse .navbar-nav {
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .main-navigation > ul > li > a {
    color: #e8edf2 !important;
    font-size: 0.9em;
    margin-top: .4em;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fca420 !important;
}
.navbar-inverse .navbar-nav ul.sub-menu {
    background: #2f2f32 !important;
}
.navbar-inverse .navbar-nav ul.sub-menu li a {
    color: #e8edf2 !important;
    font-size: 0.9em;
}
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a {
    color: #fca420 !important;
}
.our-clients, .our-clients .section-footer-title {
    background: none;
}  
.pirate_forms_thankyou_wrap p {
    background: #0088B2;
    color: #E8EDF2;
    padding: .5em 1em;
    margin-bottom: 2em;
}
.preloader {
    background-color: #1b1b1e;
}
.red-border-bottom:before {
    background: none !important;
}
.red-btn, .green-btn, .blue-btn, .yellow-btn {
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    font-weight: 900;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.red-btn {
    /* background: rgba(252, 164, 32, 0.9) !important; */
    background: #fca420 !important;  
    border-color: #fca420 !important;
    color: #1b1b1e !important;
}
.red-btn:hover {
    /* background: rgba(252,164,32,1) !important; */
    background: #FCAC34 !important;  
    border-color: #FCAC34 !important;

}
.green-btn {
    /* background: rgba(27, 27, 30, 0.9) !important; */
    background: #1B1B1E !important;
    border-color: #1B1B1E !important;
    color: #ACACAD !important;
}
.green-btn:hover {    
    /* background: rgba(27, 27, 30,1) !important; */
    background: #2F2F32 !important;
    border-color: #2F2F32 !important;
}
.section-header .section-legend {
    color: #743e08;
}
.section-header h2 {
    line-height: 58px;
}
.siteorigin-panels article.hentry {
    margin-top: 3em; /* esta regra tem que ser igual a padding-top do .content-left-wrap  */
    margin-bottom: 6em;
}
.social li a:hover {
    color: #fca420;
}
.status {
    background-image: url('http://terabunker.com/wp-content/uploads/sites/3/2016/12/rolling.gif');
}
.widget .widget-title {
    /*margin-bottom: 0px;*/
}
.widget_search .search-submit {
    height: inherit;
    padding: .4em 0em;
    border-radius: 0px;
}


p#zerif-copyright a, p#zerif-copyright a:link, p#zerif-copyright a:visited, p#zerif-copyright a:hover, p#zerif-copyright a:active {
font-size: 1em;
    color: #828284;
    text-decoration: underline;
}