/*
 Theme Name:     Agenci Child Theme
 Theme URI:      
 Description:    Agency Child Theme
 Author:         
 Author URI:     
 Template:      agenci
 Version:        1.0.0
*/
 
@import url("../agenci/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


p, li, span {
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-size:15px;
}

.mainheader {
font-size: 39px;
font-family: 'Roboto', sans-serif;
font-weight: 100;
font-stretch: normal;
}

#folio ul li #details .title {
    color: #3a3a3a;
    font-size: 12px;
    text-transform: none;
    font-weight: 700;
}

#folio ul li #details .filters {
    color: #adadad;
    font-size: 11px;
    font-weight: 300;
    text-transform: capitalize;
}

article#work {
    background: #fffefe;
}

#folio ul li {
    box-shadow: none;

}

article#testimonial {
    background: #f8f8f8;
}

article#services {
    background: url(https://epic-inc.com/wp-content/uploads/2016/08/Services1.jpg) top center no-repeat;
    background-size: cover;
    padding: 150px 0;
}

article#clients {
background: #fffefe;
    padding: 65px 0;
}

footer#foot {
    padding: 20px 0 40px 0;
}


#wrapper {
    width: 100%;
    position: absolute;
    float: left;
    padding-bottom: 97px;
}

#clients .boxed {
    width: 80%;
}
.bx-wrapper {
max-width: 1600px !important;
}

#logo img {
    margin-top: 15px;
    margin-bottom: 15px;
}

span.tooltip-s {
    font-size: 35px;
}

.home #content {
    padding-top: 0px !important;
}

iframe {
width: 100%;
height:100%;
min-height:600px;
}

div#gmap iframe {
    min-height: 400px;
}
.bx-controls-direction {
display:none;
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 1000px) {
iframe {
width: 100%;
height:100%;
min-height:300px;
}

}

@media only screen and (max-width: 450px) {
iframe {
width: 100%;
height:100%;
min-height:250px;
}

div#gmap iframe {
    min-height: 300px;
}

}
