/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 @media only screen and (max-width: 1366px) {

 		.ip-testi-archive .testi-item {
 			margin: 0 10px !important;
 		}

 }

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {

	.banner-title h1 {
	    font-size: 65px;
	}

	.ip-testi-archive .testi-item {
 		margin: 0 auto!important;
 		display: block;
 	}

 	.banner-title {
        transform: translateY(-10%);
    }
    .banner-title h2{
        font-size: 60px;
    }

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
	
	/* The following are used on inner pages. Please edit carefully. */

	.inner {
	    width: 100%;
	}
	#content-sidebar, #content-full {
	    width: 100%;
	}
	.outer{
		width: 100%;
		min-width: 100%;
	}
	#content-sidebar #content{
		width: 100%;
	}

	.banner-title h1 {
	    font-size: 55px;
	}

	.banner-title {
	    top: initial;
	    bottom: 50px;
	    transform: translate(0);
	}


	.category-blog #content .archive-thumbnail,
	.category-blog #content .archive-content.archive-has-thumbnail {
	    width: 100% !important;
	    text-align: center;
	}

	.parent-pageid-137 #content img {
    max-width: 100%;
    height: auto;}

    .error-form-wrapper .error-forms span.wpcf7-not-valid-tip {
	    font-size: 13px;
	}

	#content .entry-title, #content .archive-title {
	    font-size: 34px;
	}
    
    .banner-title h2 {
        font-size: 60px;
    }

    #content-full #content .archive-thumbnail,
    #content-full #content .archive-content.archive-has-thumbnail {
	    width: 100% !important;
	    float: none;
	}
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

	.banner-title h1 {
	    font-size: 40px;
	}

	#content .entry-title, #content .archive-title {
	    font-size: 28px;
	}
    
    .banner-title h2 {
        font-size: 50px;
    }

    #content .page-links * {
    	margin: 3px;
    }

}

@media only screen and (max-width: 567px) {
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
	.banner-title h1 {
	    font-size: 28px;
	}

	#content .entry-title, #content .archive-title {
	    font-size: 26px;
	}
    
    .banner-title h2 {
        font-size: 40px;
    }
}

