/* iPhone [portrait + landscape] */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    /*
	01. Html and body(Main setting)
	02. Home
	03. Navigation
	04. About Section
	05. Our team Section
	06. Services Section	
	07. Portfolio Section
	08. Testimonial
	09. Contact Section	
	10. Footer 
*/
    /* 01. BODY AND WRAPPER ================================================== */
    h1 {
        font-size: 38px;
    }
    .fancy span {
        font-size: 15px;
    }
    .fancy span:before,
    .fancy span:after {
        width: 25px;
    }
    #footer p {
        font-size: 9px;
    }
    /* 02. HOME =========================================================== */
    /*
#home {
            background-attachment: initial;
}
*/
    /* FIXED FOR IE */
    /* initial status for phone */
    /*
#home h1 {
    font-size: 39px;
}
*/
    /*
    .skdslider:after {
    padding-top: 35%; 
}
    
*/
    /* 03. NAVIGATION ============================================ */
    .navbar ul {
        display: inline-block;
    }
    .navbar-brand {
        display: block;
    }
    .navbar-brand img {
        margin-top: -12px;
    }
    nav ul .logo {
        display: none;
    }
    .navbar-header {
        border-bottom: 1px solid #FEC140;
    }
    /* 04. ABOUT ================================================== */
    #about .content p {
        font-size: 12px;
        text-align: inherit;
        margin: 0px 45px 0 45px;
    }
    #about .dots {
        padding: 40px 0 40px 0;
    }
    #about .imageContainer p {
        font-size: 19px;
        margin: 0;
    }
    #about .social img {
        width: 27px;
        height: 27px;
    }
    /* 05. OUR TEAM ================================================== */
    #ourteam .name {
        font-size: 19px;
    }
    #ourteam p img {
        width: 150px;
        height: 150px;
    }
    /* 06. Services ================================================== */
    #services .services_type p img {
        /* margin-bottom: 30px;  */
        width: 68px;
        height: 68px;
    }
    #services .services_type .title {
        font-size: 19px;
        letter-spacing: 0.5px;
    }
    /* 07. Portfolio ================================================== */
    #portfolio img {
        width: 210px;
        height: 210px;
    }
    /* 08. Testimonial ================================================== */
    /* 09. Contact ================================================== */
    /*
#contact .info img {
    width: 91px;
    height: 91px;
}
*/
    #contact span {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #contact span .form-control {
        height: 45px;
    }
    #contact p .form-control {
        font-size: 15px;
    }
    /* 10. Footer ================================================== */
    #footer .social span {
        padding: -1px;
    }
    #footer .social img {
        margin: 60px 0 10px 0;
        width: 27px;
        height: 27px;
        border: 4px solid #FFF;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    /* 11. faq ================================================== */
    .widget {
        text-align: center;
        font-size: 11px;
    }
    .widget p {
        padding-right: 0px;
    }
    widget h5 {
        font-family: 'Lato-Medium';
        font-size: 15px;
    }
    #faq {
        font-size: 12px;
        font-family: 'Lato-Regular';
    }
    #faq .search {
        padding: 0px;
    }
    #faq h3.title {
        font-size: 19px;
    }
    #faq .faqContainer h3 {
        font-size: 19px;
        margin: 15px;
    }
    .faqContainer {
        padding: 0;
    }
    .search span .form-control {
        height: 35px;
        font-size: 15px;
    }
    /* 12. Blog ================================================== */
    #blog .date {
        font-size: 19px;
    }
    #blog .post-title {
        font-size: 19px;
    }
    #blog .subtitle span {
        font-size: 9px;
        padding-right: 0px;
    }
    #blog .date div {
        margin: 10px 0px 10px 0px;
    }
    #blog .inner iframe {
        width: 235px;
        height: 150px;
    }
    #blog .inner .post-image img {
        width: 235px;
    }
    #blog .post {
        padding-left: 55px;
        padding-right: 0px;
    }
    #blog .viewer {
        margin: 0px 0px 30px 0;
    }
    .right-inner-addon .glyphicon {
        margin-left: 80px;
    }
}