/*
Theme Name: Falcon Precision
Author: Andy Lang
Author URI: https://www.thriveuk.com
Description: Falcon Precision Theme 2019
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* HOME */

#sticker {
    position: absolute;
    top: 1px;
    z-index: 99;
    right: 0px;
}

.hide-banner {
    overflow: initial !important;
}

.hide-banner .vc_column-inner {
	height:0px;
}

#scroll-down {
	position: absolute;
    bottom: 60px;
}

@media screen and (max-width: 767px) {
	#scroll-down {display: none;}
}


/* LOGO */

/* .masthead:not(.side-header):not(.mixed-header) .header-bar, .header-space {
    max-height: 80px;
}

.branding > a, .branding > img {
    margin-top: 22px;
} */

.masthead:not(.side-header):not(.mixed-header) .mobile-header-bar {
    max-height: 60px;
	min-height: 60px;
}

.mobile-branding > a, .mobile-branding > img {
    margin-top: 10px;
}


/* NAV */

#primary-menu .sub-nav li.menu-item:hover {
    background-color: #ec6300;
}

#primary-menu .sub-nav>li:not(:last-child)  {
    border-bottom: 1px solid #ffffff4a;
}

.top-header .main-nav.level-arrows-on>li.has-children>a .menu-text {
    padding-right: 16px;
}

.main-nav>li:last-child .menu-text {
    padding: 10px;
    border: 1px solid #f37a20;
    background: #f37a20 !important;
	color: white !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.main-nav>li:last-child .menu-text:hover {
    padding: 10px;
    background: #ec6300 !important;
	border: 1px solid #ec6300;
    color: white !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.fp-contact i.underline {
    display: none !important;
}

.popup-search .submit i, .overlay-search .submit i, .mobile-header-bar .mobile-mini-widgets .popup-search .submit i, .mobile-header-bar .mobile-mini-widgets .overlay-search .submit i {
    font-size: 18px;
}

.popup-search .submit i, .overlay-search .submit i {
	margin-left: 10px;
}

.mobile-header-bar .mobile-mini-widgets .popup-search .submit i, .mobile-header-bar .mobile-mini-widgets .overlay-search .submit i {
	margin-left: 0px;
}


/* FLOATING NAV */

@media screen and (min-width: 1051px) {
.phantom-shadow-decoration.phantom-sticky .sticky-on.masthead {
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.27) !important;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.27) !important;
    border-bottom: none;
}
}

/* FOOTER */

.footer-intro {
    font-size: 24px;
    text-align: center;
    margin: -30px 10px 0;
    line-height: 40px;
    border-bottom: 1px solid #f37a20;
    padding: 0 0 30px;
}

.footer-outro {
    font-size: 16px;
    text-align: center;
    margin: 0px 10px 0;
    line-height: 32px;
    border-top: 1px solid #f37a20;
    padding: 30px 0 0px;
}

.footer-outro-2 {
    display: block;
	font-size: 16px;
    text-align: center;
    margin: 0px 10px 0;
    line-height: 32px;
    padding: 30px 0 0px;
}

/* .page-id-2052 .footer-outro-2.local, .page-id-2071 .footer-outro-2.local {
    display: block;
} */

.footer-outro-2 a:hover {
    color: white !important;
}

.dorset, .wilts {
display:none;
}

.page-id-2052 .dorset, .page-id-2071 .wilts {
    display: inline;
}

#footer.solid-bg {
    background-size: cover;
}

footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 71, 71, 0.6);
    z-index: 1;
}

#footer > .wf-wrap {
    z-index: 9;
    position: relative;
}

@media screen and (max-width: 778px) {
#custom_html-2, #custom_html-3, #custom_html-4, #custom_html-5 {
	text-align: center;
	padding: 30px 60px;
    margin: 0;
}
	
.footer-intro {
    margin: -30px 10px -40px;
}
}

/* BOTTOM BAR */

@media screen and (min-width: 991px) {
.mini-nav {
    margin-top: 17px;
	}
.wf-float-left div {
    margin: 0 0 0 16px;
}
#bottom-bar .wf-float-left {
    display: inline-flex;
}
}

@media screen and (max-width: 990px) {
.mini-nav {
    margin: 10px 20px;
}
	
#bottom-bar .menu-select {
    margin-top: -6px;
}
	
}

/* PAGE TITLES */
.page-title .breadcrumbs li:before, .page-title .breadcrumbs li:before, .breadcrumbs li:before, .fancy-header .breadcrumbs li:before {
    color: rgba(133,134,140,0.5) !important;
}

.fancy-header .fancy-subtitle {
    margin: 0;
    padding: 5px 0 10px;
}

.page-title.solid-bg {
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.27) !important;
}

@media screen and (max-width: 778px) {
.page-title.page-title-responsive-enabled .wf-wrap {
    text-align: center;
}
}

/* TABLES */

.cookie-table th{width:25%;}

.cookie-table {width:100%; background-color: #fbfbfb;}

.cookie-table table, .cookie-table td, .cookie-table th {
    border-color: rgba(204,204,204,0.5);
}
.cookie-table table {
    border-bottom: 1px solid;
    border-bottom-color: rgba(204,204,204,0.5);
    width: 100%;
    margin: 0 0 10px;
}

.cookie-table th {
    text-align: left;
	background-color: #dddddd;
}
.cookie-table td, .cookie-table th {
    border-top: 1px solid;
    border-top-color: rgba(204,204,204,0.5);
    padding: 5px 10px 5px 5px;
}


/** Why Falcon **/ 

.falcon-featured table, .falcon-featured td, .falcon-featured th {
    border-color: rgb(247, 247, 247);
}

.falcon-featured {
    max-width: 400px;
    margin: auto;
}

/** Define layout for information tables **/  

table.cnr {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 320px;
  margin-bottom: 20px;
  margin-top: 10px;
}
table.cnr tr th,
table.cnr tr td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 5px;
}
table.cnr tr th:first-child,
table.cnr tr td:first-child {
  border-left: 1px solid #bbb;
}
table.cnr tr th {
  background: #eee;
  border-top: 1px solid #bbb;
  text-align: left;
}

/* top-left border-radius */
table.cnr tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
table.cnr tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table.cnr tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table.cnr tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.cnr tr.alt td {
  background-color:#fcfcfc;
}

/* LISTS */

.falcon-check-list li::before {
    content: "\2713";
    margin-left: -1.15em;
    margin-right: 0.5em;
    color: #f37a20;
    font-size: 18px;
}

.falcon-check-list li {
    list-style: none;
    padding-top: 10px;
}

.list-small li {
padding-top: 0px;
}


/* CTA */

.falcon-white {
    color: white;
}

h2.falcon-white {
    line-height: 50px;
}

.falcon-cta {
	font-weight: 600;
    border-bottom: 3px solid #f37a20;
}


/* TABS */

.tab-style-four.wpb_tour .wpb_tabs_nav li.ui-tabs-active, .tab-style-four.wpb_tour .wpb_tabs_nav li:hover {
    background-color: #ec6300;
}

.tab-style-four.wpb_tour .wpb_tabs_nav>li:not(:last-child) {
border-bottom: 1px solid #ffffff4a;
}

/* INDUSTRY SECTORS */


@media screen and (max-width: 767px) {
	#falcon-industries {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	#falcon-industries-mobile {
		display: none;
	}
}

#falcon-industries {
     max-width: 920px !important;
     margin:auto !important;
     }
     

#falcon-industries-mobile {
    max-width: 500px !important;
    margin:auto !important;
	font-size: 13px;
     }

#falcon-industries-mobile .falcon-industries td {
     padding: 8px 4px;
     vertical-align: middle;
     } 

.falcon-industries td {
     padding: 4px 12px;
     vertical-align: middle;
     } 

.falcon-industries table{
     font-size: 1.4em;
     }   

.falcon-industries, .falcon-industries th, .falcon-industries td {
    border: none;
	border-bottom: 0px !important;
}

/* SERVICES NAV 1 */

@media screen and (max-width: 400px) {
.services-car-1 .owl-dots {
    left: 33% !important;
    transform: translateX(calc(-33% + 20px)) !important;
}
}


/* CONTACT FORM */

/*--- 2 Column Form Styles Start ---*/

.cf7left {
    width: 100%;
    float: left;
    margin-right:6%;
}
 
.cf7right {
    width: 100%;
    float: left;
}
 
.cf7clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.cf7clearfix {
    display:block;
}

/**--- CF7 Columns Media query ---**/

@media only screen and (min-width: 540px) { 

.cf7left {
    width: 47%;
    float: left;
    margin-right:6%;
}

.cf7right {
    width: 47%;
    float: left;
}

}

.wpcf7-select {
    height: 38px;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #85868c;
}

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea {
    padding: 5px 10px;
    color: #85868c;
}

placeholder {
color: #85868c;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #85868c;
}

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea {
    padding: 5px 10px;
    color: #85868c;
}


::-webkit-input-placeholder { /* WebKit browsers */
color: #85868c !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #85868c !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #85868c !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #85868c !important;
opacity: 1;
}

/* Fix Required border colour for CF7 */

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: #f55b5f;
}

.falcon-notice {
	font-size: 12px;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 1.2em 0 1em 0;
}

.wpcf7 > form input[type="submit"][disabled], .wpcf7 > form input[type="submit"][disabled]:hover, .wpcf7 > form input[type="submit"][disabled]:focus {
    background-color: #999;
}

/* OTHER FIXES */

.falcon-featured table, .falcon-featured td, .falcon-featured th {
    border-color: rgb(247, 247, 247);
}

.falcon-featured {
    max-width: 400px;
    margin: auto;
}

.post-details.details-type-link { /* Read more links */
    font-size: 14px;
}

.falcon-service-row { /* Service page row paddings */
    padding: 30px 0px;
}

/* COOKIE NOTICE */

.cli-plugin-button {
    margin: 5px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#cookie-law-info-bar {
    font-size: 10pt;
    box-shadow: rgba(0,0,0,.5) 0px 5px 20px;
}

#CONSTANT_OPEN_URL {
	color: #85868c !important; 
}

/* SERVICE PAGE */

.dropbtn {
  background-color: #f37a21;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: white; 
  padding: 16px 50px;
  border: none;
  font: normal bold 18px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  margin: auto;
  display: block;
}

.dropdown {
    position: relative;
    display: block;
    width: 320px;
    margin: auto;
    padding-bottom: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f37a21;
  min-width: 300px;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);
  z-index: 1;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  top: 55px;
}

.dropdown-content>a:not(:last-child) {
    border-bottom: 1px solid #ffffff4a;
}

.dropdown-content a {
  color: white;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  font: 500 15px / 19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.dropdown-content a:hover {background-color: #ec6300;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
    background-color: #ffffff;
    color: #f37a22;
}

button.dropbtn i {
    margin-left: 10px;
}

@media screen and (min-width: 1200px) {
.services-heading {
    margin-top: -15px;
    text-align: right !important;
}
	.falcon-service-heading {
		padding:20px;
	}
}


/* NEWS BUTTONS FROM SHORTCODE */

.button-falcon {
    margin-right: 0.2px;
    display: inline-block;
    margin-top: 30px;
}

a.button1 {
    background-color: #f37a20;
    color: #ffffff;
    padding: 12px 24px 12px 24px;
    font: normal bold 18px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

a.button1:hover {
    background: #ec6300;
}

a.button2 {
    background-color: #32338c;
    color: #ffffff;
    padding: 12px 24px 12px 24px;
    font: normal bold 18px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

a.button2:hover {
    background: #0f1653;
}

.button-falcon a > i {
	font-size: 14px;
    margin-left: 10px;
}

/* FORMAT POST LAYOUT */

article h2, article h3 {
    margin-bottom: 30px;
    margin-top: 30px;
}

/* SIDEBARS */

.sidebar-offer {
    color: #ffffff;
    padding: 20px;
}

.sidebar-offer a {
    color: #ffffff !important;
}

.sidebar-offer h2 {
    font-size: 24px;
    line-height: 32px;
	color: #f37a21;
}

.sidebar-blue.sidebar-offer {
    background-color: #0f1653;
}

/* YOUTUBE VIDEO TITLE */

.video-bg .utube {
    margin-top: -60px;
    z-index: 0;
}

.page-title.title-left.solid-bg.page-title-responsive-enabled.bg-img-enabled {
    z-index: 10;
}