/*
 Theme Name:   i-excel child
 Theme URI:    https://illusiones.com/
 Description:  i-excel child theme
 Author:       webdesignal
 Author URI:   https://illusiones.com/
 Template:     i-excel
 Version:      1.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, one-column, clean, responsive-layout, accessibility-ready, portfolio
 Text Domain:  i-excel-child
 iexcel child WordPress Theme, Copyright 2014 WordPress.org
 iexcel child is distributed under the terms of the GNU GPL
*/

/* Header */

.site-header .home-link span {
    height: 22px;
    vertical-align: middle;
    display: table-cell;
    padding: 0px;
}


.custom-title1
{
	display:inline;
	margin: 0 5px 0 0;
    padding: 0;
	color: #000000;
	float:left;
}

.fixeddiv span.custom-title1
{
	color: #ffffff;
}

.site-header.fixeddiv .home-link span {
    height: 14px;
    padding-top: 0px;
}


.custom-title2
{
	display:inline;
	color: #ff4136;
	margin: 0;
	padding-top: 0px;
	float:left;
}

.custom-button1 {
    background-color: transparent;
    border: 2px solid #ff4136;
    padding: 16px 32px;
    border-radius: 3px;
}

.custom-button1:hover {
background: rgba(0,0,0,0.44);
border: 2px solid #ffffff!important;
padding: 16px 32px;
border-radius: 3px;
text-decoration: none;
color: #ffffff!important;
transition: all 0.4s;
}

.ibanner .da-slider p {
    color: #FFF;
    background-color: rgba(0,0,0,0.3);
    padding: 6px 12px;
    width: auto;
    max-width: 50%;
    margin-bottom: 32px;
    position: relative;
    margin-left: 120px;
    transition-delay: .6s;
    opacity: 0;
    text-align: left;
}

.site-header {
    min-height: 48px;
    border-bottom: 0px solid #e7e7e7;
    background-color: #fffff;
    opacity: 1;
}

.nav-container li a:hover {
    color:#ffffff important;
}

.nav-container li:hover {
	background-color: #000000;
}

.fixeddiv li:hover {
	background-color: #ffffff;
}

.fixeddiv li a:hover {
	color: #000000;
}

.site-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 5px 0px 0px 0px;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
		color: #000000;
}

.site-description {
    font: 300 normal 12px "Open Sans", Helvetica, sans-serif;
    margin: 0;
    margin-top: 0px;
	color: #000000;
}

.main-navigation {
    display: block;
    float: left;
    margin: 0 auto;
    min-height: 50px;
    position: relative;
}

.site-header.fixeddiv {
    min-height: 44px;
    background-color: #23282d;
}

.site-header.fixeddiv .headerinnerwrap .search-form {
    margin-top: -14px;
}

.site-header.fixeddiv .home-link {
    color: #000000;
    display: block;
    float: left;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0px 32px;
}

.topsearch {
    display: block;
    float: right;
    min-width: 32px;
    height: 24px;
    padding-top: 4px;
    position: relative;
}

.site-header .search-field {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 32px important;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    z-index: 10001;
}

.nav-container .sub-menu, .nav-container .children {
    background-color: rgba(255,255,255,.88);
    border: 0px solid #e7e7e7;
    border-top: 2px solid #95C837;
    display: none;
    padding: 0;
    position: absolute;
    left: 0px;
    z-index: 99999;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    top: 48px;
}

.site-header.fixeddiv .search-form .search-field {
    margin-top: 2px;
	color: #000000;
}
.site-header.fixeddiv .searchico {
	color: #ffffff;
}

.fixeddiv .nav-container > ul > li > a {
    font-size: 14px;
    padding: 15px 0px;
	color: #d3d3d3;
}

.fixeddiv .nav-container > ul > li > a:hover {
    font-size: 14px;
    padding: 15px 0px;
	color: #000000;
}

.fixeddiv .main-navigation {
    min-height: 44px;
}

.fixeddiv .site-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 0 0px;
	color: #ffffff;
}

.fixeddiv .site-description {
	color: #ffffff;
}

.fixeddiv .nav-container .sub-menu, .fixeddiv .nav-container .children {
	background-color: rgba(0,0,0,.88);
	position: absolute;
    z-index: 99999;
    top: 42px;
}

.fixeddiv .nav-container .sub-menu li a:hover {
	background-color: rgba(255,255,255,.88);
}

.nav-container li a {
    color: #000000;
    display: block;
    line-height: 1;
    padding: 18px 0px;
    text-decoration: none;
    position: relative;
}

.nav-container .sub-menu li a {
    color: #000000;
}

.nav-container .sub-menu li a:hover {
	background-color: rgba(0,0,0,.88);
	color: #ffffff;
}

.fixeddiv .nav-container .sub-menu li a {
    color: #ffffff;
}

.fixeddiv .nav-container .sub-menu li a:hover {
    color: #000000;
}

.site-header .searchico {
    display: block;
    position: absolute;
    left: 4px;
    top: 10px;
    font-size: 24px;
    z-index: 1001;
    color: #000000;
}

*::-moz-placeholder {
    color: #fcfcfc;
}

input, textarea {
    color: #ffffff;
}

.site-header .home-link {
    color: #000000;
    display: block;
    float: left;
    min-width: 80px;
    max-width: 420px;
    margin: 0 auto;
    min-height: 50px;
    padding: 0 0px 0px 32px;
    text-decoration: none;
    vertical-align: middle;
}

.site-header.fixeddiv .home-link {
    color: #ffffff;
    display: block;
    float: left;
    min-height: 56px;
    height: 64px;
    padding: 0px 32px;
}

.nav-container .current_page_item > a, .nav-container .current_page_ancestor > a, .nav-container .current-menu-item > a, .nav-container .current-menu-ancestor > a {
    color: #ff4136;
}

.utilitybar {
background-color: #23282d;
border-bottom: 0px solid #e7e7e7;
}

.topphone {
color: #ffffff;
}

.topphone .topbarico {
    color: white;
}

#wpcf7-f35-p13-o1 input.wpcf7-form-control.wpcf7-submit {
padding: 8px 4px;
line-height: 1.8;
font-size: 14px;
}

input.wpcf7-form-control.wpcf7-submit {
color:#fab915 important;
padding: 16px 32px;
border-radius: 3px;
text-decoration: none;
width: 100%;
height: 100%;
padding: 8px 4px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
text-decoration: none;
color: #ffffff!important;
transition: all 0.4s;
width: 100%;
}

.wpcf7-form {
margin-top:10px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="number"], .wpcf7 input[type="email"], .wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 textarea {
color: #000000;
}

.custom-button {
background-color: transparent;
border: 2px solid #fab915; 
padding: 16px 32px;
border-radius: 3px;
text-decoration: none;
display: inline-block;
}

.custom-button:hover {
background: rgba(0,0,0,0.44);
border: 2px solid #ffffff!important;
padding: 16px 32px;
border-radius: 3px;
text-decoration: none;
color: #ffffff!important;
transition: all 0.4s;
}

a:hover {
text-decoration: none;
color:#fff;
}

.headerwrap {
    background-color: #000;
    display: block;
    min-height: 48px;
}

ul#cnFilterOptions li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
    background: #fff;
    border: 2px solid #fab915;
    line-height: 40px;
    color: #fab915;
    padding: 0;
    cursor: pointer;
    width: auto;
    transition: all .75s ease 0s;
}

ul#cnFilterOptions li a {
    text-transform: uppercase;
    color: #fab915;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
    display: block;
    outline: 0 none;
    margin: 0;
}

ul#cnFilterOptions li a:hover {
    text-transform: lowercase;
    color: #fab915;
}

ul#cnFilterOptions li.active a {
    background: #fab915;
    color: #fff;
}

#cnFilterOptions {
margin-bottom:30px;
}

/* Contact Form 7 */
.cf7bidrequest {
width: 49%; 
float: left; 
}

.cf7bidrequest1 {
width: 49%; 
float: left; 
margin-right:2%;
}

.cf7bidrequest2 {
width: 25%; 
float: left; 
margin-right:2%;
}

.cf7bidrequest3 {
width: 10%; 
float: left; 
margin-right:2%;
}

.cf7bidrequest4 {
width: 10%; 
float: left; 
}

/**
 * 12.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 480px) {
	.site-header.fixeddiv {
	display:block;
	}
	.headerwrap {
	display:block;
	}
	.cf7bidrequest {
	width: 100%; 
	float: left; 
	}
	.cf7bidrequest1 {
	width: 49%; 
	float: left; 
	margin-right:2%;
	}

	.cf7bidrequest2 {
	width: 49%; 
	float: left; 
	margin-right:0%;
	}

	.cf7bidrequest3 {
	width: 49%; 
	float: left; 
	margin-right:2%;
	}

	.cf7bidrequest4 {
	width: 49%; 
	float: left; 
	}
	.ibanner.nxs-excel18 .nx-slider .slider-content-wrap .nx-slider-container p {
	display: block;
	} /* with over 15 years of experience */
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-header.fixeddiv {
	display:none;
	}
	.headerwrap {
	display:none;
	}
	.cf7bidrequest {
	width: 100%; 
	float: left; 
	}
	.cf7bidrequest1 {
	width: 47%; 
	float: left; 
	margin-right:2%;
	}

	.cf7bidrequest2 {
	width: 47%; 
	float: left; 
	margin-right:0%;
	}

	.cf7bidrequest3 {
	width: 47%; 
	float: left; 
	margin-right:2%;
	}

	.cf7bidrequest4 {
	width: 47%; 
	float: left;
	margin-right:2%;
	}
}


/* Footer */
.site-footer .site-info {
background-color: #ffffff;
}

.site-footer {
background-color: #ffffff;
}

.socico {
color: #808080;
background-color: #ffffff;
}

.socialicons ul.social li a:hover .socico {
color: #000000;
background-color: #ffffff;
}

.socialicons ul.social li {
    margin: 2px 6px 0px 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
    float: left;
    height: 30px;
    width: 30px;
}

.socialicons ul.social li a .socico::before {
    font-size: 16px;
    line-height: 20px;
}



/* Woo Commerce */

.woocommerce .quantity .qty {
color: #000000;
}


/* RESUME PAGE STYLE */

/* DEFAULT MOBILE STYLE */
body {width: 100%; margin: 0 auto} /* Center page without wrapper */
/* column grid */
.g1,.g2,.g3{display:block; position: relative; margin-left: 1%; margin-right: 1%}
/* 1 column grid */
.g1,.g2,.g3{width:98.0%}

.wrapper{
  margin: 0 auto;
}


/* Utility */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.clear{
  clear:both;
}
.bg-fixed {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.clearfix:after { 
 content: "."; 
 visibility: hidden; 
 display: block; 
 height: 0; 
 clear: both;
}
.no-list{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.break{
  padding-bottom: 1em;
  clear: both;
}
/* Backgrounds */

.bg-1{
  background-image: url('../images/floor.jpg');
}

/* Header */
#header{
  margin-bottom: 1em;
}
#header #logo{
  text-align: center;

  display: none;
}
#header h4{
  margin-bottom:0px; 
}
#header .visible{
  opacity: 1;
}

/* Tabs */
.etabs{
  margin: 0;
  padding: 0px;
  text-align: center;
}
.etabs li span{
  display: none;
}
#tab-data-wrap{
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 6px #c0392b;
  border-radius: 0px 0px 4px 4px;
}


.tab {
  display: inline;
  background: #fff;
  border: solid 1px #f1f1f1;
  border-bottom: 0px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  margin-right:10px; 
}

.tab a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 2px 10px;
  outline: none;
  color: #888;
  text-decoration: none;
}

.tab a:hover {
  text-decoration: none;
}

.tab.active {
  background: #fff;
  position: relative;
  top: 1px;
  border-color: #f1f1f1;
  border-bottom: none;
}

.tab a.active {
  padding-top: 10px;
  color: #e74c3c;
}
.tab a i{
  font-size: 16px;
  margin-right: 0px;
}

/* INFO */
.info-wrap{

}
/* Photo */
.photo{
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.photo img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}
.info{

}
.info h2, #header h2{
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .3em;
}
.info h4, #header h4{
  color: #999;
}
/* Contact */
.main-links{

}
.main-links ul{
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.main-links ul li{
  border-bottom: 1px solid #F1F1F1;
  padding: 10px 0;
}
.main-links ul li a{

  font-size: 14px;

} 
/* Contact-info */
.contact-info{

}
.contact-info i{

}

/* Icon Styling */
.contact-info i{

  color: #333;
  font-size: 46px;

}
/* Item Box */

.item-box{
  padding: 6px 6px 6px 10px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.item-box i{
  float: left;
  margin-right: 12px;
}
.item-box i.icon-envelope{

}
.item-box .item-data{
 margin-top: 6px;
}
.item-box .item-data h3{
  line-height: 1em;
  margin: 3px 0px 0px 0px;
  font-size: 1em;

}
.item-box .item-data p{
  margin: 0px;
  font-size: 12px;
  color: #999;
}

/* WorkExperience */
.work li{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 2em;
}
.work li span{
  float: right;
}
.work li h5{
  float: left;
}
.work li p{
  clear: both;
}


/* Labels */
.label {
  display: inline;
  padding: .25em .6em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* Meters */
.meter { 
  height: 24px;  /* Can be anything */
  position: relative;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1em;
}
.meter > span {
  display: block;
  height: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;


  position: relative;
  overflow: hidden;
}
.meter > span  > span{
  margin-left: 4px;
  color: #fff;
}
.meter > span:after, .animate > span > span {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: 
  -webkit-gradient(linear, 0 0, 100% 100%, 
    color-stop(.25, rgba(255, 255, 255, .2)), 
    color-stop(.25, transparent), color-stop(.5, transparent), 
    color-stop(.5, rgba(255, 255, 255, .2)), 
    color-stop(.75, rgba(255, 255, 255, .2)), 
    color-stop(.75, transparent), to(transparent)
    );
  background-image: 
  -moz-linear-gradient(
    -45deg, 
    rgba(255, 255, 255, .2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255, 255, 255, .2) 50%, 
    rgba(255, 255, 255, .2) 75%, 
    transparent 75%, 
    transparent
    );
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

.emerald > span {
  background-color: #2ecc71;

}

.carrot > span {
  background-color: #e67e22;

}
.wisteria > span{
  background-color: #8e44ad;
}
.sunflower > span{
  background-color: #f1c40f;
}
.midnight > span{
  background-color: #2c3e50;
}
.pomengrate > span{
  background-color: #c0392b;
}
.asbestos > span{
  background-color: #7f8c8d;
}
.nostripes > span > span, .nostripes > span:after {
  -webkit-animation: none;
  background-image: none;
}

/* media Queries

FOLDING FLUID GRID
< 767px         - 1-Column Fluid Grid
768px - 1023px  - 2-Column Fluid Grid
> 1024px            - 3-Column Fluid Grid
Change widths as necessary
------------------------------------------- */

/* MOBILE PORTRAIT */

@media only screen and (max-width: 568px) {
  .logo {
  padding-left:20px;
  }
}

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

  }

}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
  body {

  }
}

/* SMALL TABLET */
@media only screen and (min-width: 600px) {
  body {

  }
  .etabs >li span{
    display: block;
  }
}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) { 
  body {

  }

  /* Sidebar */
	  .sidebar{
   padding-left: 20px;
   border-left: 1px solid #f1f1f1;
 }
 /* COLUMN GRID */
 .g1,.g2,.g3 {display:inline; float: left}

 /* 2 COLUMN GRID */
 .g1 {width:48.0%}
 .g2 {width:48.0%}
 .g3 {width:98.0%}
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 
  body {

  }
  .etabs >li span{
    display: inline;
  }
  .tab a i{
  font-size: 16px;
  margin-right: 6px;
}
  .tab a{
    padding: 10px 40px 10px 40px;
  }
.tab a.active{
  padding-top: 20px;
}
  /* 3 COLUMN GRID */
  .g1 {width:31.333%}
  .g2 {width:64.667%;}
  .g3 {width:98.0%}
}

@media only screen and (min-width: 1280px) { 
  /* DESKTOP */
  body {

  }
}

/* WIDESCREEN */
/* Increased body size for legibility */
@media only screen and (min-width: 1400px) { 
  body {} /* 18.5px / 28px */
}

/* Details (toggle) */

details {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 10px;
  display: block;
  outline:none;
}
 
details summary {
  cursor: pointer;
  padding: 10px;
  background-color: #f5f5f5;
}
 
details div {
  float: left;
  width: 65%;
}
 
details,
details summary {
padding-left:0;
outline:none;
}

