/*
 Theme Name:   Twenty Fifteen Child for MFL
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  wenty Fifteen Child for MFL
 Author:       Jose Luis Gallego
 Author URI:   http://joseluisgv.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

.site {
    margin-top: 63px;
}
#util-bar {
    background: #ccd7d7;
    color: #404040;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 63px;
    }
    #util-bar .container {
        position: relative;
        width: 960px;
        margin: 0 auto;
        padding: 0;
        }
    #util-bar .cartsocialcont {
      padding: 5px 0;
    }
    #util-bar .container .sixteen.columns {
      width: 950px;
    }
    #util-bar .container .column,
    #util-bar .container .columns {
      float: left;
      display: inline;
      margin-left: 5px;
      margin-right: 5px;
    }
    #util-bar .tagline, #util-bar .tagline a {
        float: left;
        width: 200px;
        color: #535757;
        line-height: 53px;
        font-family: 'Raleway', 'EB Garamond', sans-serif;
        font-weight: bold;
        font-size: 25px;
        text-align: left;
        letter-spacing: -2px;
        height: 53px;
        }
        #util-bar .tagline img {
          margin-bottom: -2px;
          vertical-align: middle;
          float: left;
        }
    #util-bar .langs {
        float: left;
        width: 140px;
        color: #535757;
        line-height: 53px;
        font-family: 'Raleway', 'EB Garamond', sans-serif;
        font-weight: bold;
        font-size: 25px;
        text-align: left;
        letter-spacing: 0px;
        height: 33px;
        padding-top: 20px;
        }
    #util-bar .actions {
        font: 14px 'Droid Serif', sans-serif;
        margin-top: 20px;
        text-align: right;
        float: right;
        width: 605px;
        }
        #util-bar .actions ul,
        #util-bar .actions li,
        #util-bar .actions li a,
        #util-bar .actions .socialicons li,
        #util-bar .actions .socialicons li a {
            display: inline-block;
            zoom: 1;
            height: 28px;
            list-style: none;
            }
            #util-bar .actions ul {
            margin: 0 10px 0 10px;
            vertical-align: top;
            list-style: none;
            }
                #util-bar .socialicons li a {
                  overflow: hidden;
                  display: block;
                  text-indent: 9999px;
                  text-transform: capitalize;
                  width: 28px;
                  margin-right: 2px;
                  background: url('/imgs/socialicons.png');
                }
                #util-bar .socialicons li.rss a {
                  background-position: -28px 0;
                }
                #util-bar .socialicons li.facebook a {
                  background-position: -28px -28px;
                }
                #util-bar .socialicons li.twitter a {
                  background-position: -28px -56px;
                }
                #util-bar .socialicons li.gplus a {
                  background-position: -28px -84px;
                }
                #util-bar .socialicons li.pinterest a {
                  background-position: -28px -112px;
                }


        #util-bar .actions .phone {
            height: 25px;
            line-height: 25px;
            margin-right: 10px;
            display: inline-block;
            zoom: 1;
            background: #fefefe url('/imgs/phones.png') 0 0 no-repeat;
            padding-left: 28px;
            padding-right: 3px;
            }
            #util-bar .actions .phone.mobile {
                background: #fefefe url('/imgs/mobiles.png') 0 0 no-repeat;
                }
        #util-bar .actions .socialicons {
            display: inline;
            line-height: 28px;
            }
        #util-bar .actions #cartsummary {
            width: 140px;
            display: inline-block;
            line-height: 25px;
            float: right;
            text-align: right;
            font-weight: bold;
            color: #000;
            }


@media only screen and (max-width: 960px) {
    #util-bar {
        height: auto;
    }
    #util-bar .tagline {
        width: auto;
        margin: 0 auto 5px;
        float: none;
        display: inline-block;
        }
        #util-bar .tagline a{
            width: auto;

        }
    #util-bar .container {
      width: 300px;
    }
    #util-bar .container .sixteen.columns,
    #util-bar .actions {
        width: 300px;
        text-align: center;
        margin-top: 0px;
    }
    #util-bar .actions .socialicons {
        display: inline-block;
        margin-top: 12px;
    }
    #util-bar .container .columns {
      margin: 0;
    }
    #util-bar .container .langs {
      display: none;
    }
    .site {
        margin-top: 150px;
    }

    #util-bar .actions #cartsummary {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (min-width: 59.6875em) {
    .site-header,
    .widget {
      padding: 0 10%;
    }
    #widget-area iframe {
        width: 80%!important;
        margin: 0 10% !important;
        padding: 0!important;
    }
}