/*
Theme Name: 	Starkers
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/

/*

/* 400 and up */
@media screen and (min-width:400px) {


}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {


}

.productImageBox {
    min-width: 660px;
    width: 100%!important;
}
.productImageBox > .___doorsBox > .___imgIconsBox > img {
    height: auto!important;
    width: 115px!important;
    align-self: flex-start;
}

.contactPageBox {
    direction: rtl!important;
}

@media screen and (max-width: 768px){
	.productImageBox > .___doorsBox > .___imgBox > img {
		height: auto;
		width: 400px;
		margin: auto;
	}
	.productImageBox {
		min-width: auto;
	}
	.productImageBox > .___doorsBox > .___imgBox {
		width: 100%;
	}
	.categoryProductBox > .___box > .___colorsBox > .___dot {
		height: 10px;
		width: 10px;
		margin: 0px 1px;
	}

}
.productImageBox > .___doorsBox > .___imgIconsBox {
    display: inherit;
    margin-top: 10px;
    float: none;
    max-width: 960px;
    margin: auto;
    padding: 0;
}
ul.___imgIconsBox li img {
    height: auto!important;
    width: 100%;
}
ul.___imgIconsBox li {
    list-style: none;
    float: right;
    display: inline-block;
    width: calc((100%-4px) / 4);
    max-width: 180px;
    margin: 0 2px;
}

.categoryProductBox > .___box {
    margin: 15px;
	width: calc(90% / 4);
}
.categoryProductBox > .___box > img {
    width: 100%!important;
    height: auto!important;
    align-self: flex-start;
}

#productMoreBox > .___doorsBox > .___imgBox > img {
    width: 100%!important;
    height: auto!important;
    align-self: flex-start;
}

.product-form {
    border: 1px solid #000;
    padding: 20px;
    min-height: 190px;
}

.product-form-title{
    text-align: center;
    direction: rtl;
    font-size: 18px;
    margin-bottom: 30px;
}

.product-form span.wpcf7-form-control-wrap input {
    width: 100%;
    padding: 5px 10px;
}

.product-form span.wpcf7-form-control-wrap {
    width: calc(100% / 4);
    display: block;
    float: right;
    padding: 5px;
}

.product-form input.wpcf7-form-control.wpcf7-submit {
    float: left;
    margin: 6px 40px 6px 7px;
    background: #000;
    border: none;
    color: #fff;
    padding: 5px 35px;
}



@media only screen and (max-width: 768px) {
    .product-form span.wpcf7-form-control-wrap {
        width: 100%;
    }
    .categoryProductBox > .___box {
        width: calc(100% / 3);
        padding: 0;
        margin: 10px;
    }
}
