/*

Theme Name: Skilt Child Theme

Theme URI: http://codestag.com/themes/Skilt

Description: Child theme for customizing Skilt.

Version: 1.0

Author: Codestag

Author URI: http://codestag.com/

Template: skilt

*/



/* Import Stylesheets, don't remove these.

-----------------------------------------------------------*/

@import url('../skilt/style.css');



/* Required Wordpress Classes, don't remove these.

-----------------------------------------------------------*/
.page-cover{z-index:-1;}
.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

}

.alignleft { float: left; }

.alignright { float: right; }



/* Make all custom CSS changes BELOW this line

-----------------------------------------------------------*/



select {

    max-width: 100%;

    outline: none;

    background: url(/wp-content/themes/skilt-child/chevron-e1435696676408.png) 92% / 3% no-repeat #fff;

    color: #1b93c7;

    -webkit-transition: all 150ms;

    transition: all 150ms;

    border-color: #1b93c7;

    border-radius: 40px;

    padding: 6px 8px;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



table{

    margin-top: 2em;

}



input[type=text],input[type=email] {

    border: 1px solid #1b93c7;

}



/*Custom Radio Buttons and Checkboxes using Font Awesome*/



input[type=radio],

input[type='checkbox'] {

    display: none;

}

input[type=radio] + label {

    display: block;

}

input[type='checkbox'] + label:before,

input[type='radio'] + label:before {

    display: inline-block;

    font-family: FontAwesome;

    font-style: normal;

    font-weight: normal;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    padding-right: 8px;

    width: 23px;

}

input[type=radio] + label:before {

    content: "\f10c"; /* Radio Unchecked */

}

input[type=radio]:checked + label:before {

    content: "\f05d"; /* Radio Checked */

}

input[type="checkbox"] + label:before {

    content: "\f096"; /* Checkbox Unchecked */

}

input[type="checkbox"]:checked + label:before {

    content: "\f046"; /* Checkbox Checked */

}

.radio label,

.checkbox label {

    padding-left: 0;

}


button, .button, input[type="reset"], input[type="submit"], input[type="button"] {

    padding: 6px 12px;
    line-height: 1.1;

}

/*

HTML Markup should look like this:



<div class="checkbox">

  <input type="checkbox" id="myCheckbox" name="myCheckbox" value="myCheckbox">

  <label for="myCheckbox">Checkbox Label</label>

</div>



<div class="radio">

  <input type="radio" id="myRadio" name="myRadio" value="myRadioOption">

  <label for="myRadio">Label</label>

</div>



*/



.search-field {

    margin-bottom: 10px;

}
/* tasto opzioni scroll */

#scroll-toggle {
    position: fixed!important;
    top: 90%!important;
    left: 2em!important;
    display: none;
    width: 4em!important;
    height: 45px!important;
    line-height: 0;
    font-size: 22px;
}


/* menu mobile */



.fa-bars {

    visibility: hidden;

}


/* Filtro Categorie */

.dropdown_product_cat {
    font-size: 16px;
    width: 20%;
}


@media all and (max-width:800px) {

    .fa-bars {

        visibility: visible;

    }

    .dropdown_product_cat {
        width: 80%;
    }

}

/* pagina prodotto */

table th {
    color: #999;
    border-left: 1px solid #1B93C7;
}

table td {
    border-left: 1px solid #1B93C7;
}

.entry-content > h2 {
    display: none;
}

.reset_variations {
    padding-top: 2em;
}



/*Custom StefanoAI*/
div.field{
    min-width: 300px;
    display: inline-block;
    margin: 5px 10px 0px 0px;
}

div.field-full-width{
    display: block;
    width: 100%;
    min-width: 100%;
}
div.row div.field-full-width{
    display: block;
    width: 90%;
    min-width: 90%;
    margin: 0px auto;
}
div.field-full-width label,
div.field-full-width textarea,
div.field-full-width input{
    display: block;
    min-width: 100%;
    width: 100%;
}
div.field label{
    display: inline-block;
    width: 40%;
    max-width: 120px;
}
div.field select,
div.field input{
    display: inline-block;
    width: 55%;
    max-width: 170px;
    margin: 0px auto;
}


/* ----------- CdF ----------- */
#gallery a{
    display: block;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px #333;
}
#gallery a img{
    width: 100%;
}
div.section{
    margin-bottom:20px;
}
h3,h4{
    color:#0658A1;
    border-bottom: 1px solid #0658A1;
    margin-top: 35px;
}
h4{
    margin-top: 0px;
    font-weight: bold;
}
.legend span{
    display: inline-block;
    width: 55%;
    line-height: 1.2em;
    vertical-align: middle;
}
/* ----------- Calendar ----------- */
article.event{
    margin: 20px auto;
    overflow: hidden;
    display: block;
}
article.event div.left,
article.event div.right{
    margin: 0px;
}
.double-row{
    background-color: #0658A1;
    color: #fff;
    font-weight: bold;
    padding: 0px;
    overflow: hidden;
}
.double-row a:hover{
    color: #fff;
}
article .stag-column{
    margin-bottom: 0px;
}
article.event div.name{
    padding: 0px 5px;
}
article.event span.lbl,
article.event span.lbls,
article.event span.lbld{
    display: inline-block;
    /*color: #333;*/
    width: 65px;
    font-weight: normal;
}
article.event span.lbls{
    font-size: 0.9em;
}
article.event span.date{
    color: #666;
    font-weight: bold;
}
article.event div.instructor span.lbl{
    color:#fff;
}
article.event .field{
    display: inline-block;
    overflow: hidden;
    /*width: 155px;*/
    /*height: 1.3em;*/
    vertical-align: top;
}
article.event span.lbld{
    width: 30px;
}
article.event div.content{
    padding: 5px 20px 0px 0px;
}
article.event div.description{
    display: block;
    height: 8em;
    overflow: auto;
    /*width: 90%;*/
    padding: 7px;
    border: 1px solid #f3f3f3;
    margin: 0px auto;
    text-align: justify;
}
.stag-column-one{width: 96%;}
.expand_text.button-small,
.subscribe.button-small{
    display: block;
    width: 90%;
    margin: 0px auto;
}
.expand_text.button-small .ui-button-text,
.subscribe.button-small .ui-button-text{
    font-size: 0.8em;
    padding: 4px;
}
h3,h4{
    color:#0658A1;
    border-bottom: 1px solid #0658A1;
    margin-top: 35px;
}
h4{
    margin-top: 0px;
    font-weight: bold;
}
.legend span{
    display: inline-block;
    width: 55%;
    line-height: 1.2em;
    vertical-align: middle;
}

#description_page img{
    max-width:100%!important;
}
#shipping_method label{margin-left: 40px;}