/*
Theme Name: Awesome
Theme URI: http://themewagon.com/demo/Awesome/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: A coming soon responsive theme. Built with HTML5, CSS3, Bootstrap framework. Google fonts, Font Awesome Icon integrated
Version: 1.0.1
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: responsive layout, coming soon, special page 
Text Domain:
*/

/**
 * Table of Contents:
 *
 * 1. - Header
        1.1 - logo
        1.2 - counter
 * 2. - Newsletter
 * 3. - Social Media
 * 4. - Footer
 * -----------------------------------------------------------------------------
 */

 

/* ============================================
                Global
=============================================== */

* {outline: none !important;}

a:hover, a:focus{
    text-decoration: none;
}

img{
    max-width: 100%;
}

.input-group {
    width: 80%;
    margin-left: 70px;
}

.input-group-addon{
    border-radius: 0px;
    background-color: rgba(31, 58, 66, 0.83);
    color: #fff;
    padding: 0px 20px;
}

input.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #fff;
}

.form-control{
    padding: 30px 15px;
    background-color: rgba(31, 58, 66, 0.83);
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0px;
}

::-webkit-input-placeholder 
{
    color: rgba(255,255,255,0.62) !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 300 !important;
}

:-moz-placeholder 
{ /* Firefox 18- */
    color: rgba(255,255,255,0.62) !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 300 !important;
}

::-moz-placeholder 
{  /* Firefox 19+ */
    color: rgba(255,255,255,0.62) !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 300 !important;
}

:-ms-input-placeholder 
{  
    color: rgba(255,255,255,0.62) !important;
    font-weight: 300 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    letter-spacing: 1px !important;
}

p{
    margin-bottom: 0px;
}

.subsribe-btn {
    padding: 0px 45px;
    margin-top: 35px;
    background-color: rgba(31, 58, 66, 0.83);
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 62px;
    letter-spacing: 1px;
    word-spacing: 1px;
    border: none;
}

.subsribe-btn:hover {
    background: rgba(87, 87, 87, 0.63);
    color: #fff;
}

.subscribe-btn:focus{
    border: none;
}

/* 
==================================
            1. Header
==================================
 */

/* ===============================  1.1  Logo  ====================================== */

.theme-name {
    margin: 50px 0px;
}

a.title {
    font-size: 40px;
    border: 3px solid #ccc;
    color: #fff;
    padding: 14px;
    font-family: 'Oswald',sans-serif;
    background-color: rgba(31, 58, 66, 0.7);
    text-shadow: -3px 1px #000;
    font-weight: 500;
	text-transform: uppercase;
}

.header-text{
    margin-bottom: 50px;
    margin-top: 10px;
}

.header-img{
    float:right;
}

.service-text{
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}

.coming{
    font-size: 90px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    word-spacing: 5px;
    font-weight: 300;
}

.marginbtm15{
    margin-bottom: 15px;
}

.marginbtm50{
    margin-bottom: 50px;
}

.avatitle {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
}

.available-sizes-products img {
    padding: 25px;
}

.available-sizes-products a{
    color: #666666;
    font-size: 15px;
}

.order-btn a{
	color:#fff;
}


/* ------------------------------  for responsiveness ------------------------------------- */
@media (max-width: 565px) {
    .coming {
        font-size: 71px;
    }
}

@media (max-width: 500px) {
    .coming {
        font-size: 48px;
    }
}

/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width:1199px){
	
}


/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px){
	.header-text{text-align: center;}
    .head-online-link{text-align: center;}
	.header-img {float: none; margin-bottom: 25px; display: inline-block;}
    .header-text{ margin-bottom: 15px;}	
}


/* Small Devices Potrait */
@media (max-width : 767px){
	.service-text{font-size: 20px;}
	.head-online-link{text-align: center;}
	.header-img {float: none; margin-bottom: 25px; display: inline-block;}
	.header-text{ margin-bottom: 25px;}
	a.title{font-size: 25px;}
}


/* Extra Small Devices, Phones */ 
@media (max-width : 479px){
	
}


/* Custom, iPhone Retina */ 
@media (max-width : 320px) and (max-width: 478px){
	
}




/* =============================================
                4. Footer
================================================ */

.footer{
    background-color: rgba(0,0,0,1);
}

.footer-wrapper{
    padding: 20px 0px;
}

.copy-right{
    color: #fff;
}

.develop{
    color: #fff;
}
.develop a {
    color: cadetblue;
}