/*
Theme Name: Inovado Child
Description: Inovado Child Theme
Author: Your name here
Template: inovado
Version: 1.0
*/

@import url("../inovado/style.css");

/*-----------------------------------Font family----------------------------*/

@font-face { font-family: 'Trajan Pro'; src: url('font/path/trajan_pro.eot'); src: url('font/path/trajan_pro.eot?#iefix') format('embedded-opentype'), url('font/path/trajan_pro.svg#Trajan Pro') format('svg'), url('font/path/trajan_pro.woff') format('woff'), url('font/path/trajan_pro.ttf') format('truetype'); font-weight: normal; font-style: normal;}
/*-----------------------------------Font family----------------------------*/

.close-infobar { display: none;}
.menu li a, .menu li a:hover { border-bottom: medium none !important;}
#header #navigation ul#nav li .sub-menu { top: 75px !important;}
.rev_slider_wrapper.fullwidthbanner-container { border-bottom: 4px solid #f8981d; border-top: 4px solid #f8981d;}
.slider-text {
  background: url("images/slider-text-bg.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  font-family: 'Trajan Pro';
  font-size: 20px;
  padding: 10px 50px 10px 15px;
  text-align: right;
  text-shadow: 1px 1px 0 #333;
  text-transform: uppercase;
  line-height: 24px;
}
.slider-text > span {
  color: #333;
  font-size: 18px;
  text-transform: initial;
  text-shadow: none;
}
.iconbox h3 {
  font-size: 16px;
  margin: -21px 0 8px;
  font-weight: bold;
}
.iconbox p {
  margin: 0;
}
.iconbox img {
  border-bottom: 4px solid #f8981d;
  padding-bottom: 3px;
}
.one_fourth {
  width: 23.5%;
  margin-right: 2%;
}
.title {
  font-weight: bold;
  font-size: 20px;
  color: #111;
}
.title2 {
  font-weight: bold;
  font-size: 18px;
  color: #111;
}
.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  width: 380px;
}
.wpcf7-form textarea {
  max-width: 400px;
}

.alignright,.alignleft {
  border: 7px solid #eee;

}
.hit-counter.four.columns {
  padding: 10px 0;
}
.hit-counter.four.columns > img {
  height: 16px;
}
.hit-counter.five.columns {
  padding: 10px 0;
}
.hit-counter.five.columns > img {
  height: 16px;
}

.size-full {
  width: 100%;
  height: auto;
}

/*-------------------------------Custom Media--------------------------*/
@media screen and (max-width:1024px){
}
@media screen and (min-width:768px) and (max-width:979px){
.iconbox h3 { font-size: 14px;}
.iconbox { width: 180px;}
.iconbox img { height: 106px; width: 180px;}
body { width: 768px;}
}
@media screen and (min-width:568px) and (max-width: 767px){
.iconbox { padding: 0 100px;}
#footer .widget, #infobar .widget { width: 210px;} 
}
@media screen and (min-width:320px) and (max-width: 567px){ 
.callus { font-size: 9px!important;}
.slider-text { display: none;}
.tp-bullets.simplebullets.round .bullet { display: none;}
.tp-leftarrow.default, .tp-rightarrow.default { height: 25px !important; width: 20px !important;}
#page-wrap { padding: 15px 0;}
.title, .entry > p { padding: 0 10px;}
.iconbox { padding: 0 40px;}
#copyright .copyright-text { font-size: 11px;}
}
/*-------------------------------Custom Media end-------------------------*/