/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/

.www-slider-subtitle {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 5px;
}

.www-slider-title {
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -13px !important;
}

#nav a {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.www-page-title {
    font-size: 22px;
    padding-top: 100px;
    padding-bottom: 20px;
    margin: 0px;
}

.www-page-text {
    font-size: 14px;
    padding-bottom: 50px;
}

.products h2 {
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
}

.products li .price {
    text-align: center !important;
    font-size: 16px !important;
}

#footer {
    background-image: url(http://windwaterwaves.thedevserver.co.za/wp-content/uploads/2022/12/Wind-Water-Waves-Website-Mockups.png) !important;
}

#fullimagecenter h1, #fullimagecenter .title-h1 {
    padding: 100px 0;
}

.www-topbar {
    text-align: center !important;
    background-color: #374049;

}

.www-topbar-text {
    text-align: center;
    margin: 0px !important;
    padding: 5px 0px;
    color: #ffffff;
    font-weight: 400;
}

#header.header-transparent.header-v1 {
    box-shadow: none !important;
}

#footer .widget ul li {
    border-bottom: 1px solid #666666;
    position: relative;
    padding: 4px 10px 4px 0;
}

.newsletter-subscribe {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    justify-content: center;
    flex-direction: row;
    margin-bottom: -20px;
}

.newsletter-submit {
    margin-top: 11px;
}

.newsletter-name {
    margin-right: 10px;
}

.wpcf7-form .wpcf7-submit {
    background: #374049;
    color: #ffffff;
    border: none;
    font-weight: 700;
}



/* ------------------------------------------------------------------------ */
/* Responsive CSS
/* ------------------------------------------------------------------------ */

/* Desktop */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .www-slider-subtitle {font-size: 15px;}
}
    
    
/* iPad */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .www-slider-subtitle {font-size: 10px;}
}
    

/* iPhone Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
    
/* iPhone Portrait */
@media only screen and (max-width: 479px) {
    
}