/*
    Theme Name: Aquaphor Theme
	Theme URI: http://www.studiopress.com/themes/sample
	Description: The Aquaphor theme is a two or three column child theme created for the Genesis Framework.
    Author: Andrew Mullins <andrew.mullins@armour.ie>
    Author URI: https://www.armour.ie

    Version: 1.8

    Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments

    Template: genesis
    Template Version: 1.8

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Import Fonts
------------------------------------------------------------ */
@import url(css/normalize.css);
@import url(css/genesis-layout.css);
@import url(css/form.css);
@import url(css/filters.css);
@import url(css/morion.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Oxygen);

/*
@font-face
{
	font-family: Exo;
	src: url('fonts/Exo-Regular.ttf');
}
*/

/* Structural
------------------------------------------------------------ */

.wrap {
}

/* General
------------------------------------------------------------ */

body {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #999999
}

img {
    border: none;
}

.button {
    background: #2595d4;
    color: #fff;
    padding: 10px 15px;
}

/* Spacing
------------------------------------------------------------ */

p {
    line-height: 19px;
    padding: 0 0 12px;
}

ul li {
    padding: 5px 0px;
}

/* Fonts
------------------------------------------------------------ */

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/* Font Families */
body, input, select, option {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #7e7e7e;
}

#menu-main-menu li a, h1.entry-title, h2, h3, h4, h5, h6, .cform input.sendbutton {
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/* Header
------------------------------------------------------------ */
#header {
    overflow: hidden;
}

#header #title-area {
    float: left;
    padding: 25px 0 0;
}

#header .widget-area {
    float: right;
}

/* Primary Navigation
------------------------------------------------------------ */

#menu-main-menu {
    margin: 0px;
    background: #fff;
    overflow: hidden;
    padding: 0px 0px;
    float: right;
}

#menu-main-menu ul {
    float: left;
}

#menu-main-menu li {
    float: left;
    list-style-type: none;
    padding: 0px !important;
}

#menu-main-menu li a {
    display: block;
    margin: 0px 0 0;
    padding: 0px;
    text-decoration: none;
    background: #fff;
    color: #A3A3A3;
    padding: 30px 19px;
    font-size: 16px;
    border-right: 1px solid #EBEBEB;
}

#menu-item-14 {
    border-left: 1px solid #EBEBEB;
}

#menu-main-menu .sub-menu li a {
    border-radius: 0px;
}

#menu-main-menu .sub-menu li a {
    display: block;
    margin: 0;
    padding: 0px;
    text-decoration: none;
}

#menu-main-menu li a:hover,
#menu-main-menu li a:active,
#menu-main-menu .current_page_item a,
#menu-main-menu .current-cat a,
#menu-main-menu .current-menu-item a {
    color: #f5f5f5;
    background: #2595D4;
}

#menu-main-menu .sub-menu li a:hover {
    border-radius: 0px;
}

#menu-main-menu li a:hover,
#menu-main-menu li li a:active {

}

#menu-main-menu li ul {
    left: -999em;
    position: absolute;
    z-index: 100;
    display: block;
}

#menu-main-menu li ul ul {
}

#menu-main-menu li:hover > ul,
#menu-main-menu li.sfHover ul {
    left: auto;
}

#menu-main-menu .sub-menu {
    padding: 0px;
    margin: 0px;
    width: 200px;
}

#menu-main-menu .sub-menu li a {
    padding: 10px;
    float: left;
    display: block;
    width: 170px;
    background: #dadada;
    color: #333;
}

#menu-main-menu .sub-menu li a:hover {
    background: #cccccc;
}

#menu-main-menu .sub-menu .sub-menu {
    float: left;
    display: block;
    width: 170px;
    margin-left: 190px;
}

#menu-main-menu .sub-menu .sub-menu li a {
    padding: 10px;
    float: left;
    display: block;
    width: 170px;
}

/* Drop Down Menu for Mobile Devices */
#menu-main-menu-drop {
    margin: 0 0 2%;
}

#menu-main-menu-drop select {
    width: 98%;
    height: 30px;
    padding: 5px 10px;
}

#menu-main-menu-drop option {
    padding: 5px 10px;
}

/* Slider Area
------------------------------------------------------------ */
#slider {
    clear: left;
}

.tp-caption.small_blue h1 {
    font-size: 130%;
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 110%;
}

.tp-caption.small_blue p {
    font-size: 60%;
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
    letter-spacing: 0.1px;
    font-weight: normal;
    line-height: 120%;
    margin: 5% 0 2%;
    color: #ffffff !important;
}

#map {
    padding: 5px;
    background: #E9E9E9;
}

/* Breadcrumbs
------------------------------------------------------------ */
.breadcrumb {
    margin: 5px 0px;
    width: 70%;
    float: left;
    padding: 5px 15px;
}

#breadcrumb-search {
    float: left;
    width: 25%;
    margin: 5px 0 0;
}

/* Search */

#breadcrumb-search .widget_search input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 0 0 0 0;
    color: #666666;
    display: block;
    float: left;
    padding: 4px 10px;
    width: 75%;

    margin: 5px 0 0;
}

#breadcrumb-search .widget_search .searchsubmit {
    background: url("images/search-icon.jpg") no-repeat scroll 0px 4px #FFFFFF;
    border: 0 none;
    border-radius: 0 0 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 33px;
    left: -3px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    width: 30px;
}

/* Dealers
------------------------------------------------------------ */
.dealer {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    padding: 10px;
    background: #eeeeee;
    height: 275px;
    /*width:186px;*/
    width: 20%;
}

.dealer br {
    margin: 10px;
    display: block;
}

.dealersmap {
    width: 100%;
    height: 500px;
}

/* Content
------------------------------------------------------------ */
#inner .wrap {
    box-shadow: 0px 0px 5px #d3d3d3;
    overflow: hidden;
}

.entry-title {
    font-size: 30px;
    color: #2BA2E4;
}

.entry-content p {
    line-height: 24px;
}

/* Homepage Specific */
#product-grid {
    margin: 15px 0px;
    overflow: hidden;
}

#product-grid .aq-product {
    float: left;
    display: block;
}

#product-grid .aq-product h2 {
    margin: 0px;
    min-height: 40px;
}

#product-grid .aq-product h2 a {
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;
    display: block;
    margin: 0px;
}

#product-grid .aq-product .feature-image {
    display: block;
    padding: 15px 0px;
    border-top: 0px;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-bottom: 2px solid #D6D6D6
}

#product-grid .aq-product h2 .product-price {
    background: #47A5D8;
}

#product-grid .aq-product h2 .product-title {
    background: #2595D4;
}

/* Product Overview Specific */
#product-overview-grid {
}

#product-overview-grid .aq-product {
    margin: 10px 0px;
    overflow: hidden;
    padding: 15px;
}

#product-overview-grid .odd-item {
    background: #fafafa;
}

#product-overview-grid .aq-product .feature-image img {
    border: none;
}

#product-overview-grid .description h2 a {
    color: #2595D4
}

/* Tables */
table {
    margin: 10px 0;
    width: 100%;
}

tr:first-child {
    background: none repeat scroll 0 0 #BABABA !important;
}

tr:nth-child(2n) {
    background: none repeat scroll 0 0 #F3F3F3;
}

tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #E7E7E7;
}

td {
    color: #939393;
    padding: 2%;
    text-align: left;
}

/* FAQs
------------------------------------------------------------ */
.faq-item .faq-question {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Sidebars
------------------------------------------------------------ */

#contact-sidebar .widget {
    margin: 0 0 15px;
}

/* Footer
------------------------------------------------------------ */

#footer-widgets .wrap {
    box-shadow: 0px 0px 5px #d3d3d3;
    margin-top: 0px;
    background: no-repeat 98% 10px #EEEEEE;
}

#footer-widgets .widget {
    float: left;
    margin: 0px;
    padding: 0px;
    display: block;
}

#footer-widgets .widget-area {
    margin: 1.5% 0 1.5% 15px;
}

#footer-widgets ul {
    padding: 0px;
    margin: 0px;
}

#footer-widgets li {
    padding: 0px;
}

#footer-widgets a {
    color: #999;
}

.footer-widgets-1 {
    width: 100%;
}

#footer-widgets .armour {
    background: url("images/armour-web-design-logo.png") no-repeat 0 0 transparent;
    padding-left: 30px;
}

#footer {
    margin: 0 0 10px;
}

#footer .wrap {
    background: #EEEEEE;
    box-shadow: 0px 0px 5px #d3d3d3;
}

#footer p {
    margin: 0px;
    padding: 10px 15px;
    float: left;
}

.cform textarea,
.cform input {
    width: 65%;
}

.cform select {
    width: 65%;
}

.footer-logo {
    float: right;
}

/* Colour Styles
------------------------------------------------------------ */

/* Media
------------------------------------------------------------ */

@media all and (min-width: 960px) {
    .wrap {
        width: 950px;
        margin: auto;
    }

    #menu-main-menu-drop {
        display: none;
    }

    #product-grid .aq-product {
        margin: 0px 13px 13px 0px;
    }

    #product-grid .last {
        margin-right: 0px !important;
    }

    #product-overview-grid .aq-product .description {
        width: 73%;
    }

    #product-overview-grid .aq-product .feature-image {
        width: 25%;
    }

    #product-overview-grid .even-item .description {
        text-align: left;
        float: left;
    }

    #product-overview-grid .odd-item .description {
        text-align: right;
        float: right;
    }

    #product-overview-grid .odd-item .feature-image {
        float: left;
    }

    #product-overview-grid .even-item .feature-image {
        float: right;
    }

    .content-sidebar #content,
    .sidebar-content #content {
        width: 670px;
    }

    #contact-sidebar {
        float: left;
        padding: 70px 0 0;
        margin: 5%;
    }

    .page-id-8 #content {
        width: 600px;
    }

    #footer-widgets .widget {
        width: 25%;
    }

    .dealer {
        width: 20%;
    }
}

@media all and (min-width: 600px) and (max-width: 950px) {

    #menu-main-menu-drop {
        display: none;
    }

    #menu-main-menu {
        width: 100%;
        clear: left;
    }

    #menu-main-menu li a {
        padding: 25px 25%;
    }

    #slider {
        width: 99% !important;
    }

    #product-grid .aq-product {
        margin: 0px 2% 2% 0px;
    }

    #product-overview-grid .feature-image img {
        max-width: 100%;
    }

    #product-overview-grid .aq-product .description {
        width: 73%;
    }

    #product-overview-grid .aq-product .feature-image {
        width: 25%;
    }

    #product-overview-grid .even-item .description {
        text-align: left;
        float: left;
    }

    #product-overview-grid .odd-item .description {
        text-align: right;
        float: right;
    }

    #product-overview-grid .odd-item .feature-image {
        float: left;
    }

    #product-overview-grid .even-item .feature-image {
        float: right;
    }

    #header #title-area {
        float: left;
        padding: 2% 0 2%;
        text-align: left;
    }

    .breadcrumb {
        width: 55%;
    }

    #breadcrumb-search {
        width: 36%;
    }

    #breadcrumb-search .widget_search input {
        width: 70%;
    }

    #contact-sidebar {
        clear: left;
        margin: 5%;
    }

    #footer-widgets .widget {
        width: 40%;
    }

    .dealer {
        width: 96.5%;
    }
}

@media all and (max-width: 600px) {

    #menu-main-menu {
        display: none;
    }

    #slider {
        width: 99% !important;
    }

    .breadcrumb {
        width: 100%;
    }

    #breadcrumb-search {
        margin: 1% 2%;
        width: 100%;
    }

    #breadcrumb-search .widget_search input {
        width: 80%;
    }

    #product-grid .aq-product {
        margin: 0px 2% 2% 0px;
    }

    #product-grid .aq-product h2 a {
        text-align: center;
    }

    #product-grid .even-item {
        margin-right: 0px !important;
    }

    #contact-sidebar {
        clear: left;
        margin: 5%;
    }

    .cform textarea, .cform input {
        width: 95%;
    }

    #footer-widgets .widget-area {
        margin: 3% 2%;
    }

    #footer-widgets .widget {
        margin: 1.5% 1.5%;
        width: 85%;
    }

    .dealer {
        width: 96.5%;
    }
}

@media all and (max-width: 500px) {
    #product-grid .aq-product {
        margin: 0px 2% 2% 0px;
        width: 100%;
    }

    #product-grid .aq-product .feature-image img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .dealer {
        width: 96.5%;
    }

    .dealersmap {
        width: 100%;
        height: 150px;
    }
}
