@charset "UTF-8";
/* CSS Document */

/*
Theme Name: SCIPA_Responsive
Description: SCIPA Website
Theme URI: TBC
Author: Scott Hinch
Author URI: TBC
Version: 1.0
*/

/* ==========================================================================
   TABLE OF CONTENTS
   
   01. Theme Base Settings
   02. Logo
   03. Main Container General Layout Styles
   04. Typography
   05. Navigation & Buttons
   06. Forms
   07. Media Queries 1140
   08. Media Queries 768
   09. Media Queries 600
   10. Media Queries 548
   11. Media Queries 480
   12. Media Queries 320
   
   ========================================================================== */
   
/* ==========================================================================
   01. Theme Base Settings
   ========================================================================== */
* {
	box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.hp-wrapper {
  background-color: #000000;
  background-image: url("/images/HP_IMG_1400x1449_Draft.png");
  background-position: 71% 30px;
  background-repeat: no-repeat;
  background-size: 680px auto;
  color: #ffffff;
  float: left;
  width: 100%;
}
.wrapper {
  background-color: #000000;
  float: left;
  width: 100%;
}
header {
  float: left;
  padding: 30px;
  width: 100%;
}
main {
  background-color: #ffffff;
  float: left;
  width: 100%;
}
main section {
  float: left;
  padding: 30px;
  width: 100%;
}
footer {
  background-color: #000000;
  color: #ffffff;
  float: left;
  padding: 30px;
  width: 100%;
}
.pink-f {
  color: #f2665f;
}
.pink-bg {
  background-color: #f2665f;
}
.border-b {
  border-bottom: 1px solid #f2665f;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #f2665f;
  text-decoration: underline;
}

/* ==========================================================================
   02. Logo
   ========================================================================== */
.logo-container {
  float: left;
}
.logo-container img {
  width: 100px;
}
/* ==========================================================================
   03. General Layout Styles
   ========================================================================== */
.page-width {
  margin: 0 auto;
  width: 1000px;
}
.row {
  width: 100%;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  float: left;
  padding: 0 15px;
}
.col-12 { width: 100%; }
.col-11 { width: 91.6667%; }
.col-10 { width: 83.3333%; }
.col-9 { width: 75%; }
.col-8 { width: 66.6667%; }
.col-7 { width: 58.3333%; }
.col-6 { width: 50%; }
.col-5 { width: 41.6667%; }
.col-4 { width: 33.3333%; }
.col-3 { width: 25%; }
.col-2 { width: 16.6667%; }
.col-1 { width: 8.33333%; }
#hp-icons .fifth {
  width: 20%;
}
.hidden {
	display: none;
}
.page-width li {
  line-height: 2;
}
footer .page-width li {
  line-height: 1;
  margin: 21px 0 22px;
}
footer ul {
  list-style: outside none none;
  padding: 0;
}
footer ul li ul {
  margin-left: 10px;
}
footer ul li ul li a {
  color: #aeb0b3;
}
#footer-news-btn {
  width: 156px;
}
.divider hr {
  margin-bottom: 30px;
}
.clear-divider {
  float: left;
  padding: 15px;
  width: 100%;
}
.portal-bar {
  text-align: right;
}
/*.portal-bar span {
  border-left: 1px solid #ffffff;
  padding: 0 15px;
}
.portal-bar span:first-child {
  border: medium none;
  padding-left: 0;
}
.portal-bar span:nth-child(2) {
  padding-right: 0;
}*/

/* Footer: News Article */
footer .announcement-list {
  border-bottom: 1px solid #ffffff;
  font-size: 15px;
  margin-bottom: 25px;
}
footer .announcement-list h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1em;
}
footer .announcement-list span.date {
  color: #aeb0b3;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
footer .announcement-list > p {
  color: #aeb0b3;
  line-height: 1.3;
}
/* Footer: Social Icons */
.social-icon-container {
  margin-bottom: 205px;
}
footer .page-width .social-icon-container li {
  background-color: #f2665f;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  height: 50px;
  margin: 0 5px 0 0;
  width: 50px;
}
footer .page-width .social-icon-container li:hover {
  background-color: #f6948f;
}
.social-icon-container a {
  color: #ffffff;
}
.social-icon-container a:hover {
  color: #ffffff;
  text-decoration: none;
}
.social-icon-container i {
  font-size: 27px;
  padding: 11px 0;
}
.social-icon-container em {
  font-size: 27px;
  padding: 11px 0;
}
.credentials > p {
  color: #aeb0b3;
  line-height: 1.3;
  text-align: right;
}
.credentials a {
  color: #aeb0b3;
}
/* Homepage Styles */
.hp-wrapper #top-container {
  float: left;
  height: calc(100vh - 154px);
  width: 100%;
}
.hp-wrapper h1 {
  margin-bottom: 35px;
  margin-right: 350px;
  margin-top: 246px;
}
.hp-wrapper h2 {
  font-size: 28px;
  margin-bottom: 35px;
}
#hp-about {
  margin-top: 20px;
}
#hp-icons {
  float: left;
  margin-bottom: 30px;
  text-align: center;
}
#hp-icons svg {
  margin: 15px 0;
  width: 50%;
}
#hp-icons img {
  margin: 15px 0;
  width: 100%;
}
#hp-icons h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
#hp-icons a {
  color: #000000;
  text-decoration: none;
}
#hp-icons a:hover {
  color: #f2665f;
  text-decoration: underline;
}
.spacer {
  float: left;
  padding: 10px 0;
  width: 100%;
  display: block;
}
#hp-icons .spacer {
  display: none;
}
/* Secure Zone Styles */
.wrapper section {
  background-color: #f2665f;
  color: #ffffff;
  float: left;
  padding: 10px;
  text-align: left;
}
.wrapper section a {
  color: #ffffff;
}
.wrapper section a:hover {
  color: #000000;
}
/* News */
.news-wrapper .announcement-list {
  border-bottom: 1px dotted #000000;
  font-size: 15px;
  margin-bottom: 30px;
}
.content-page .announcement-list h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1em;
}
.content-page .announcement-list span.date {
  color: #f6948f;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.content-page .announcement-list > p {
  color: #000000;
  line-height: 1.3;
  margin-bottom: 30px;
}
.news-wrapper .announcement-list a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
.news-wrapper .announcement-list a:hover {
  color: #f2665f;
  text-decoration: underline;
}
.announcement-details h1 {
  border-bottom: 2px dotted #f2665f;
  color: #f2665f;
  padding-bottom: 25px;
}
.announcement-details span.date {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.announcement-details > img {
  width: 100%;
}
/* Contact Page Styles */
.contact-form iframe {
  height: 450px;
  margin-bottom: 30px;
  width: 100%;
}
/* Profiles Page */
.profiles-wrapper img {
  width: 100%;
}
.profiles-wrapper .col-4 {
  padding: 0 15px 30px;
}
#profile-col-left img {
  margin-top: 10px;
}
#profile-col-right p:first-child {
  margin-top: 0;
}
#profile-col-left p {
  color: #7c7c7c;
}
#profile-col-left p strong {
  font-weight: 700;
  color: #f2665f;
}
/* Timetable Styles */
.timetable-wrapper .col-6 .col-4, .timetable-wrapper .col-6 .col-8, .timetable-wrapper .col-12 .col-4, .timetable-wrapper .col-12 .col-8 {
  padding: 0;
}
.timetable-wrapper p, .timetable-wrapper h2, .timetable-wrapper h3, .timetable-wrapper h4 {
  margin: 0;
}
.timetable-day h2 {
  background-color: #f2665f;
  margin: 20px 0;
  color: #ffffff;
  padding: 10px;
}
.timetable-wrapper .col-6 h2, .timetable-wrapper .col-12 h2 {
  margin-bottom: 20px;
}
.timetable-wrapper .col-6 .timetable-heading, .timetable-wrapper .col-6 .timetable-details {
  text-align: center;
}
.timetable-wrapper .col-4 h3, .timetable-wrapper .col-8 h3 {
  border-bottom: 1px solid #f2665f;
  padding-bottom: 10px;
}
.timetable-details {
  border-bottom: 1px dotted #000000;
}
.timetable-details span {
  display: none;
}
/* Class Info */
.panel {
  padding: 0 15px;
}
.panel h3 {
  border-top: 1px dotted #f2665f;
  padding-top: 15px;
}
/* Uniforms Page */
.uniform-item {
  border: 1px solid #f2665f;
  border-radius: 10px;
  margin: 0 15px 30px;
  min-height: 212px;
  padding: 15px;
  width: calc(33.3333% - 30px);
}
.uniform-item h3 {
  border-bottom: 1px dotted #f2665f;
  line-height: 1.5;
  margin: 0 0 10px;
  padding-bottom: 15px;
}
.uniform-item p {
  margin: 0;
}
/* Ad Rotator */
.ad-spot img {
  margin-bottom: 5%;
  width: 100%;
}

/* ==========================================================================
   04. Typography
   ========================================================================== */
.hero-font {
  font-size: 60px;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 15px;
}
h1, h2, h3, h4, h5 {
  margin: 0 0 1em;
  font-weight: 300;
}
p {
  line-height: 2;
}
a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
a:hover {
  color: #f2665f;
  text-decoration: underline;
}
blockquote {
  border-left: 10px solid #f2665f;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  margin: 40px 0 60px;
  padding-left: 40px;
}
.content-page h1 {
  border-bottom: 2px dotted #f2665f;
  color: #f2665f;
  padding-bottom: 25px;
}
.classes-wrapper h2 {
  border-top: 1px dotted;
  padding-top: 20px;
}
.classes-wrapper img {
  margin: 0 0 20px;
  width: auto;
}
.profiles-wrapper h2 {
  margin: 15px 0;
}
.profiles-wrapper h3 {
  margin: 15px 0;
}
/* Offset rule, top item */
#bambini {
  border: medium none;
  padding-top: 0;
}
.content-page h3 {
  color: #f2665f;
}
/* System Page Styles */
td#title {
  font-size: 23px;
  padding-bottom: 10px;
}
td#email, td#casenumber, td#cellphone, td#customfields td {
  padding: 5px 0;
}
td#email strong, td#casenumber strong, td#cellphone strong, td#customfields strong {
  font-size: 18px;
  line-height: 2;
}
td#customfields {
  padding-bottom: 20px;
}

/* ==========================================================================
   05. Navigation & Buttons
   ========================================================================== */
.nav-container {
  float: right;
}
#nav-trigger {
	display: none;
	text-align: center;
}
#nav-trigger span {
  color: white;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
}
#nav-trigger i {
  font-size: 17px;
  margin-left: 5px;
}
nav#nav-main {
  font-weight: 400;
}
nav#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav#nav-main li {
  display: inline-block;
}
nav#nav-main li:last-child {
	border-right: none;
}
nav#nav-main a {
  border-bottom: 3px solid #000000;
  color: white;
  display: block;
  padding: 30px;
  text-decoration: none;
}
nav#nav-main a:hover {
  border-bottom: 3px solid #f2665f;
  color: #f2665f;
}
#nav-main ul li ul {
  background: #f2665f none repeat scroll 0 0;
  position: absolute;
}
#nav-main ul li ul li {
  display: block;
}
#nav-main ul li ul li a {
  padding: 20px 16px 20px 17px;
}
#nav-main ul li ul li a:hover {
  border-bottom: 1px solid #ffffff;
  color: #000;
}
#nav-main ul li ul li a {
  border-bottom: 1px solid #ffffff;
  padding: 20px 25px 20px 26px;
}
#nav-sub {
  display: none;
}
#nav-sub-trigger i {
  margin-left: 10px;
}
/* Buttons */
.btn {
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  margin: 5px 0;
  text-align: center;
  transition: all 0.2s ease-out 0s;
  font-weight: 400;
}
.btn:hover {
  text-decoration: none;
}
.btn-lg {
  border-radius: 5px;
  font-size: 18px;
  padding: 20px;
}
.btn-md {
  border-radius: 4px;
  font-size: 15px;
  padding: 15px;
}
.btn-sm {
  border-radius: 4px;
  font-size: 15px;
  padding: 10px;
}
.btn-xs {
  border-radius: 3px;
  font-size: 12px;
  padding: 5px;
}
.btn-default {
  background-color: #444444;
  border: 1px solid #444444;
  color: #ffffff;
}
.btn-default:hover {
  background-color: #7c7c7c;
  border: 1px solid #7c7c7c;
  color: #ffffff;
}
.btn-default-outline {
  background-color: transparent;
  border: 1px solid #444444;
  color: #444444;
}
.btn-default-outline:hover {
  background-color: #444444;
  border: 1px solid #444444;
  color: #ffffff;
}
.btn-primary {
  background-color: #f2665f;
  border: 1px solid #f2665f;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #f6948f;
  border: 1px solid #f6948f;
  color: #ffffff;
}
.btn-primary-outline {
  background-color: transparent;
  border: 1px solid #f2665f;
  color: #f6948f;
}
.btn-primary-outline:hover {
  background-color: #f2665f;
  border: 1px solid #f2665f;
  color: #ffffff;
}
.btn-secondary {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #444444;
}
.btn-secondary:hover {
  background-color: #c7c7c7;
  border: 1px solid #c7c7c7;
  color: #444444;
}
.btn-secondary-outline {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #444444;
}
/* Homepage Styles */
#hp-cta {
  text-decoration: none;
}
/* Webkit overides */
input {
  -webkit-appearance: none;
}

/* ==========================================================================
   06. Forms
   ========================================================================== */
.req {
  color: #f2665f;
}
form .input-box input, form .input-box textarea, form .input-box select {
  border: 1px solid #7c7c7c;
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  padding: 0 10px;
  width: 100%;
}
form .input-box input, form .input-box select {
  height: 50px;
}
form .input-box textarea {
  height: 100px;
  padding: 10px;
}
.cat_button {
  width: 100%;
}
.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
/* Contact Form Styles */
#contact-form-submit {
  margin: 30px 0;
  padding: 0;
}
.contact-form .no-padding-left {
  padding-left: 0;
}
.contact-form .no-padding-right {
  padding-right: 0;
}
.contact-form .no-padding {
  padding-left: 0;
  padding-right: 0;
}
/* Login Form Styles */
.login-form .input-box {
  margin-bottom: 25px;
}
.login-form label, .contact-form label {
  line-height: 3;
}
#login-form-un, #login-form-cb, #login-form-login {
  margin-left: -15px;
}
#login-form-pw, #login-form-cb, #login-form-returnhome {
  margin-right: -15px;
}
.login-form form .checkbox {
  margin-bottom: 25px;
}
#login-form-lostpassword a, #login-form-returnhome a {
  padding: 13px;
}
.login-form .col-2 {
  width: 20%;
}
.login-form .cat_button {
  width: 100%;
}
/* Order Form */
.order-item {
  margin: 15px 0;
}
.order-item label {
  line-height: 2;
}
#payment-method input {
  height: 20px;
  margin: 5px 5px 0 0;
  padding: 0;
  width: 20px;
}

/* ==========================================================================
   07. Media Queries 1024 (Above)
   ========================================================================== */
@media only screen and (min-width: 1024px) { 
.timetable-details {
  height: 60px;
}
.timetable-public .timetable-details p {
  padding: 15px 0;
}
}
/* ==========================================================================
   08. Media Queries 1024
   ========================================================================== */
@media only screen and (max-width: 1024px) { 
/* General Layout */
.hp-wrapper {
  background-position: 50% 30px;
}
.page-width {
  width: 100%;
}
.hp-wrapper #top-container {
  text-align: center;
}
.hp-wrapper .col-2 {
  margin: 0 37.5%;
  width: 25%;
}
.hp-wrapper h1 {
  margin: 246px 100px 35px;
}
/* Navigation */
nav#nav-main a {
  padding: 30px 20px;
}
#nav-main ul li ul li a {
  padding: 20px 16px;
}
/* Secure Zone Styles */
.wrapper section {
  padding: 10px 45px;
}
/* Login Form */
.login-form .col-2 {
  width: 25%;
}
/* Timetable Styles */
.timetable-wrapper .desktop-only {
  display: none;
}
.timetable-wrapper .col-6 {
  width: 50%;
}
.timetable-details {
  border-bottom: medium none;
}
.timetable-wrapper .border-mobile {
  border-bottom: 1px dotted #000000;
}
.timetable-details span {
  color: #f2665f;
  display: inline;
  font-weight: 600;
}
.timetable-wrapper .col-6 .timetable-heading, .timetable-wrapper .col-6 .timetable-details {
  text-align: left;
}
.timetable-wrapper .col-6 .col-4, .timetable-wrapper .col-6 .col-8 {
  padding: 0;
  width: 100%;
}
/* Uniform Orders */
.uniform-item {
  width: calc(50% - 30px);
}
}

/* ==========================================================================
   08. Media Queries 768
   ========================================================================== */
@media only screen and (max-width: 768px) { 
/* General Layout */
header {
  height: 168px;
  padding: 20px 0 0;
}
footer {
  padding: 30px;
  height: 100%;
}
.hp-wrapper {
  background-position: 50% 30px;
  background-size: 600px auto;
}
.hp-wrapper .col-2 {
  margin: 0 35%;
  width: 30%;
}
.hp-wrapper h1 {
  margin: 420px 60px 35px;
}
#hp-icons .col-3 {
  width: 50%;
}
#hp-icons .spacer {
  float: left;
  padding: 10px 0;
  width: 100%;
  display: block;
}
footer .col-6 {
  margin-bottom: 30px;
  width: 100%;
}
footer .col-3 {
  width: 50%;
}
#footer-news-btn {
  margin-bottom: 25px;
  margin-top: 25px;
}
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  width: 100%;
}
/* Navigation */
/*Logo*/
.logo-container {
  float: none;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.logo-container img {
  height: 100px;
}
/*Navigation*/
.nav-container {
  float: none;
  position: absolute;
  width: 100%;
}
#nav-trigger {
  display: block;
  padding-bottom: 10px;
  text-align: right;
}
nav#nav-main {
  display: none;
}
nav#nav-main ul {
  background: #f2665f none repeat scroll 0 0;
  float: right;
  margin-right: 20px;
  width: 150px;
}
nav#nav-main li {
  display: block;
}
nav#nav-main a {
  border-bottom: 1px solid #ffffff;
  color: white;
  display: block;
  padding: 15px;
  text-decoration: none;
}
nav#nav-main a:hover {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
#nav-main ul li ul {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 15px;
  margin-right: 0;
  position: relative;
}
#nav-main ul li ul li a {
  border-bottom: 1px solid #f2665f;
  color: #f2665f;
  padding: 15px;
}
#nav-main ul li ul li a:hover {
  border-bottom: 1px solid #000000;
  color: #000;
}
#nav-sub-trigger i {
  margin-left: 5px;
}
/* Contact Styles */
.contact-form .no-padding, .contact-form .no-padding-right, .contact-form .no-padding-left {
  padding-left: 0;
  padding-right: 0;
}
/* Profiles Page Styles */
.profiles-wrapper .col-4, .profiles-wrapper .col-8 {
  width: 50%;
}
/* Uniform Orders */
.uniform-item {
  width: calc(50% - 30px);
}
.order-item {
  margin: 15px 0;
  padding: 0;
}
}

/* ==========================================================================
   09. Media Queries 600
   ========================================================================== */
@media only screen and (max-width: 600px) { 
/* General Layout */
.hp-wrapper {
  background-image: url("/images/HP_IMG_1400x1449_Draft_40opac.png");
}
.hp-wrapper h1 {
  margin: 30px 60px 35px;
}
.hp-wrapper #top-container {
  height: 450px;
}
.hp-wrapper .col-2 {
  margin: 0 32.5%;
  width: 35%;
}
/* Login Form Styles */
.login-form .col-2 {
  width: 50%;
}
#login-form-pw, #login-form-cb, #login-form-lostpassword {
  margin-right: 0;
  padding-right: 0;
}
#login-form-un, #login-form-cb, #login-form-login {
  margin-left: 0;
  padding-left: 0
}
/* Contact Form Styles */
.contact-form iframe {
  height: 363px;
}
/* Uniform Orders */
.uniform-item {
  min-height: 100%;
  padding: 15px;
  width: calc(100% - 30px);
}
}

/* ==========================================================================
   10. Media Queries 548
   ========================================================================== */
   
/*@media only screen and (max-width: 548px) { }*/

/* ==========================================================================
   11. Media Queries 480
   ========================================================================== */
@media only screen and (max-width: 480px) { 
/* General Layout */
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding: 0;
}
.hp-wrapper .col-2 {
  margin: 0 25%;
  width: 50%;
}
.hp-wrapper #top-container {
  height: calc(100vh - 154px);
}
#hp-about {
  margin-top: 0;
}
blockquote {
  margin: 20px 0 30px;
}
footer .col-3 {
  width: 100%;
}
.social-icon-container {
  margin-bottom: 20px;
  text-align: left;
}
.credentials > p {
  text-align: left;
}
footer article {
  margin-bottom: 30px;
}
footer article:last-child {
  margin-bottom: 0;
}
#footer-news-btn {
  width: 100%;
}

/* Navigation */
nav#nav-main ul {
  float: none;
  margin-right: 0;
  width: 100%;
}

/* Fonts */
.hp-wrapper h1 {
  font-size: 50px;
  margin: 30px 20px 35px;
}
.hp-wrapper h2 {
  font-size: 18px;
  margin-bottom: 35px;
}
/* Secure Zone Styles */
.wrapper section {
  padding: 10px 30px;
}
/* Form Styles */
.login-form .col-6, .login-form .col-2 {
  width: 100%;
}
.login-form .btn-sm {
  border-radius: 4px;
  font-size: 15px;
  padding: 15px;
}
#login-form-lostpassword a {
  padding: 18px;
}
.contact-form iframe {
  height: 299px;
}
/* Profiles Page Styles */
.profiles-wrapper .col-4, .profiles-wrapper .col-8 {
  width: 100%;
}
.profiles-wrapper .col-4 {
  padding: 0 0 30px;
}
/* Timetable Styles */
.timetable-wrapper .col-6 {
  width: 100%;
}
.studio-2 h2 {
  margin-top: 20px;
}
/* Uniform Orders */
.uniform-item {
  margin: 15px 0;
  min-height: 100%;
  padding: 15px;
  width: 100%;
}
#payment-method span.payment-check {
  display: block;
  margin: 10px 0;
}
.classes-wrapper img {
  width: 100%;
}
}

/* ==========================================================================
   12. Media Queries 320
   ========================================================================== */
@media only screen and (max-width: 320px) { 
/* General Layout */
.hp-wrapper .col-2 {
  margin: 0 25%;
  width: 50%;
}
#hp-icons svg {
  width: 70%;
}
/* Fonts */
.hp-wrapper h1 {
  font-size: 40px;
  margin: 30px 0 35px;
}
.hp-wrapper h2 {
  font-size: 15px;
  margin-bottom: 35px;
}
blockquote {
  font-size: 15px;
}
/* Form Styles */
.contact-form iframe {
  height: 185px;
}
/* Uniform Orders */
.uniform-item {
  margin: 15px 0;
  min-height: 100%;
  padding: 15px;
  width: 100%;
}
}

/* ==========================================================================
   13. Media Queries Tablet Targeted (iPad)
   ========================================================================== */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
.hp-wrapper h1 {
  margin: 186px 100px 35px;
}
}