/***************************************

  Theme Name: Bodyguard
  Theme URI: http://themes.webdevia.com/bodyguard/
  Description: Security Services company Wordpress theme
  Author: Mymoun
  Author URI: http://www.webdevia.com/
  Version: 1.1
  
  License: ---
  License URI: ----

  Tags: two-columns, responsive-layout , custom-background, threaded-comments, translation-ready, custom-menu
  
***************************************/
/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops..

  All Sass files are located in the /scss folder.
  Please note that none of your scss files will be compiled to /css/app.css before you run
  'npm run watch', 'npm run build', "compass compile" or "compass watch",

  More info on how to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  For Define a table of contents please check /scss/app.scss.

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */
body {
    font-size: 13px;
    font-family: 'Lato', Arial, sans-serif;
    color: #5A5A5A;
    padding: 0!important;
    margin: 0 auto;

}


input,
textarea,
.search-input {
    font: 12px/16px "Droid Sans", 'Lato', Arial, sans-serif;
	color: #A1A3A6;
	padding: 7px 7px 7px 7px!important;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 0px dotted #E3E3E3;
	text-indent: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #5A5A5A;
    font-weight: 400;
    font-family: 'Lato', Arial, sans-serif;
    text-transform: normal;
}
ul, 
li, 
a,
.top-bar-section ul li > a{
font-family: 'Lato', Arial, sans-serif !important;
font-size: 13px;
}

.corporate-layout .top-bar-section ul li>a {color:#000000; text-transform: uppercase; font-size: 13px;}
.style-2 .contain-to-grid .top-bar {background-color:#ffffff !important;}
header.corporate-layout .header-top{
display:none !important;	
}


.style-2 .top-bar .name {margin-left:0px !important;}


input[type="email"]:focus ,input[type="text"]:focus,textarea:focus,input[type="tel"]:focus {border-color: #028DCE !important;}

input[type="text"],input[type="email"] {color:#028DCE !important;font-size:14px !important;}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, .wpb_wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email, .wpcf7-text {
  color:#028DCE !important;font-size:14px !important;}

 textarea { border:1px solid rgba(98, 96, 96, 0.2) !important; }

.contact-details-list li:nth-child(2) {display:none;}


.featured-box-image img { height:100% !important;}

table thead tr th ,table tbody tr td {
background:#fff;
color:#000 !importnat;
}
.l-footer-columns{ background-color:#DEE3E7 !important; color:#000 !important;}

.l-footer-columns a,.l-footer-columns .block-title ,.contact-details li span span, .contact-details li span a ,.contact-details li span {color:#000 !important;}
.contact-details li span span {font-weight:bold;}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: rgba(250, 250, 250, 0.85) !important;
    color: #000000 !important;}
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
   
    color: #A09D9D!important; background-color:#333333 !important;}
abtimg img { height:90px !important;}

.l-footer-columns .social-icons li i:hover { color:#4d4d4d !important;}
.l-footer-columns .social-icons li i {color:#000 !important;}
.titlebar {padding:22px 0px 7px 0px !important;}
.dropdown ul li a:hover {background-color:#333 !important; color:#fff !important;}
.fBoxImg{
   height:180px;
   overflow:hidden;
border-radius:8px;
}
.fBoxImg img{
border-radius:8px;
height:100%;
-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

.fBoxImg img:hover {-webkit-transform: scale(1.3);
	transform: scale(1.3);}

.fBox h4 a {
text-transform: uppercase;
color: #00AEEF !important;
fon-size:15px !important;
}
.fBox p{
 font-size:13px;
}
.wd-services .wpb_column .wpb_wrapper {
    height: auto !important;
}
