/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://hogash-demo.com/kallyas_wp/
Description:    Child theme for the Kallyas theme
Author:         Your name here
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        3.6.9
*/

/*header*/

#page_wrapper header#header {
  background: rgba(0,0,0,1);
}

nav#main_menu > ul > li > a {
    font-size: 12.7px;
    margin-top:7px;
}

@media screen and (max-width: 1200px){

#logo a img {
    margin-left: -100px;
}

nav#main_menu {
    position: absolute;
    max-width: 635px;
    left: 268px;
}

.logo-container {
    padding-left: 72px;
}

}

@media screen and (max-width: 580px){

nav#main_menu {
    margin-left: -136px;
}

h1#logo {
    float: left;
}

}



/*widget*/

.solicitacot {
  background-color: rgb(153,204,0);
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  margin-top: 33px;
  box-shadow: 1px 3px 3px #CFCFCF;
  border-radius: 5px;
  font-weight: 700;
}

.solicitacot:hover {
  background-color: rgb(128, 169, 2);
}


/*contacto*/

span.wpcf7-form-control-wrap.accept-this-1 {
  vertical-align: super;
  padding-right: 5px;
}

input.wpcf7-form-control.wpcf7-acceptance {
  margin-top: 8px;
}

.wpcf7 input.wpcf7-text { width: 90%; }
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 90%;
}

.adbox.video .video_trigger_container {
    margin-top: 150px !important;
}



