/*
Theme Name: sgfencing
Theme URI: http://portstephenswebstudio.com.au
Author: Matt Toan
Author URI: http://www.portstephenswebstudio.com.au
Description: Wordpress theme running on genises framework created for Safeguard fencing
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: 
Template: genesis
Text Domain: sgfencing
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
	- Skip Links
- Structure & Layout
- Site Navigation
- Site Header
- Footer Widgets
- Site Footer
- Front Page
- Plugins
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */


.responsive_search{

display:none;

}



/* ## Typographical Elements
--------------------------------------------- */

body {
	color: #222;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
 	font-weight: 400;
	margin: 0;
    background-color: #f7f7f7;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

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

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}






/* ## Headings
--------------------------------------------- */

h1,
h2,
h4,
h5,
h6 {
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 50px 0 50px;
}

h3{
	color: #111;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
    text-transform: uppercase;
}




h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
    text-align: center;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */


    clear: none;
    margin-top: 50px;

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 50px;
    padding: 0;
    /* float: left; */
}


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #63b8f0;
    color: #fff;
}


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #63b8f0;
    color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #63b8f0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */


.site-inner {
	margin: 0 auto;
	max-width: 98%;
    
}

.site-inner{

margin-top: 10px;

}

.site-header{   
max-width: 100%;
background-color: #fff;
height: 200px;
}

.woocommerce div.product div.images img {
    display: block;
    width: 50%;
    height: auto;
    box-shadow: none;
    margin: 0 auto;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 2em;
    background-color: #fff;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 48%;
}



.woocommerce div.product {
       margin-bottom: 0;
    background-color: #fff;
    margin: 60px;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 1.25em;
    text-align: center;
}

.woocommerce div.product form.cart div.quantity {
   float: none;
    text-align: center;
    margin: 0 4px 30px 0; */
   
}


.woocommerce .quantity .qty {
    width:60px;
    text-align: center;
}



.product_meta{
    
    font-size:12px;
    margin-bottom: 50px;
    
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 48%;
    text-align: center;
}


.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    height: 400px;
    width:100%;
    overflow-y: scroll;
}

.product-search input[type="text"].product-search-field {
    width: 65%!important;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    padding: 12px 20px;
    text-transform: uppercase;
    width: auto;
}
/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
	float: none;
	    width: 90%;
    margin: 0 auto;
 
}
.related products{
    
    float:left;
    
}

.content-sidebar .content {

}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 10%;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
    font-size: .001px;
	line-height: 0;
	width: 100%;
    
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
    font-size: 13px;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
    color:#ffff01;
    word-wrap: normal;
}

.genesis-nav-menu .sub-menu a {
	background-color: #0c59c0;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 400px;
    height: 60px;
	word-wrap: break-word;
    color:#ffff01;
    word-wrap: normal;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -60px 0 0 399px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* Secondary Navigation
--------------------------------------------- */
.genesis-nav-menu .widget a {
    background-color: #ffff01;
    float:right;
    
}

.genesis-nav-menu .widget-area  {
    float: right;
 
}



.nav-secondary {
text-align: center;
display: none;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
font-weight: 700;      
background-color: #fff;
color:#000;   
}

.nav-secondary .genesis-nav-menu a {
padding: 20px;
    color:#000;
     font-size: 18px;
    padding: 30px 24px;
    text-transform: uppercase;
}


.nav-secondary .genesis-nav-menu .widget-area a {

color:#fff;
}


.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #0c59c0;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 16px;
	padding: 40px;
    width:500px;
	position: relative;
	
}


.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,

.nav-secondary .menu-item-home > a:hover {
    color: #000;
    background-color:#63b8f0;

}

.nav-secondary .sub-menu a:hover {
color: #fff;
}




.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
     border-bottom: 0px solid #d3ced2;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    background-color: #333;
        text-transform: uppercase;
    text-align: center;
    /* text-shadow: inherit; */
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #333;
    z-index: 2;
    border-bottom-color: #333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 0em;
    margin: 0 0 0em;
    overflow: hidden;
    background-color: #333;
    position: relative;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
   border: 0px solid #d3ced2;
   position: absolute;
    bottom: 0px; 
     width: 0px; 
     height: 0px; 
    content: " "; 
}









/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}


.breadcrumb{
    
    margin-top: 30px;
    
    
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	
	margin: 0 auto;
	max-width: 70%;
    float:right;
    text-align: right;
        margin-top: 40px;
    line-height: 0px;
    font-weight: 700;
    
}

.wpmenucart-display-standard {
    
    
   font-size:12px!important; 
   
    
}




.nav-primary .genesis-nav-menu a {
	color: #32373c;
	text-decoration: none;
    text-transform: uppercase;
  
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
    background-color:#63b8f0;
	
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
    word-wrap: normal;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #0c59c0;
	text-decoration: underline;
    background-color:#ffff01;
    word-wrap: normal;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */



.top_left_menu {

    float:left;
  width: 74.5%;
    text-align: left;
   
    background-color: #e9eaeb;
        height: 50px;
    padding: 10px 5px 10px;

}

/*Styles for top left horizontal menu*/

.top_left_menu ul {margin: 0; padding: 0; 
list-style-type: none; list-style-image: none; }
.top_left_menu li {display: inline; padding: 0px 0px 20px 20px}
.top_left_menu a {text-decoration:none; color: #333333; font-size:12px; text-transform:uppercase; font-family: Arial,Helvetica,sans-serif; }
.top_left_menu a:hover {color: purple; }






.social_widget_area h3 {
    
    color:#ffff01;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700px;
}
.social_widget_area {

    width:23%;
    float:left;
    padding-top:30px;
    margin-left:2%;
        color:#fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700px;
}





.site-header .wrap {
	padding: 0px 0;
    
}

.title-area {
    padding-top:30px;
    margin-left:2%;
	float: left;
	width: 20%;
    height: 103px;

}


.header-image .site-title > a {
	background: url(images/dav-logo.jpg) no-repeat left;
    background-position: center;
    background-repeat: no-repeat;
	float: left;
	min-height: 83px;
	width: 340px;
    margin-bottom:40px;
}


.phone_number{

    float:right;
    width:23%;
    padding-top:30px;
    text-align: right;
    margin-right: 2%;

}








.site-description {
	margin-bottom: 0;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets .wrap {
	background-color: #171414;
	color: #fff;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
}

.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets a {
	color: #63b8f0;
	text-decoration: underline;
}

.footer-widgets .widget-area {
	float: left;
    margin-right: 3%;
    margin-left: 2%;
    width: 20%;
	
}

.footer-widgets-1{

    padding-top: 50px;

}
.footer-widgets-2{
padding-left: 9%;
    padding-top: 50px;

}

.footer-widgets-3{
padding-left: 5%;
  padding-top: 50px;

}

.footer-widgets-4{
padding-left: 10%;
  padding-top: 50px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 16px;
	height: 100px;
	text-align: center;
    background-color: #111;
    padding-top: 40px;
    color:#63b8f0;
    
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */

.featured_prods{

width:70%;
margin-right:0%;
float:left;
          /*background: url(http://localhost/desireav/wp-content/uploads/2017/02/ActivPanel-v4-Students-1-2-1200x800.jpg) no-repeat left;*/

    height: 820px;
overflow-y: hidden;
overflow-x: hidden;
}



.more-link {
   
       margin: 40px auto;
    width: 40%;
    background-color: #0c59c0;
    padding: 16px 24px;
    display: block;
    text-align: center;
      text-transform: uppercase;
    color:#ffff01;
}


.advert_area{
width:100%;
    float:left;
    background-color:#fff;
    margin: 0 auto 80px;


}


.cata_area{

width:100%;

color: #fff;
    background: #171414;
    font-size: 18px;
    padding: 50px 0;
    text-align: center;
}

.entry-title {
  position: relative;

 
  margin-bottom: 30px;

    text-align: center;
  width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  float: left;
  color: #111;
  padding: 8px;
    
    
    
    
    
}
.entry-content{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color:#111;
    font-weight: 400;
    line-height: 1.625;
  position: relative;
  
  z-index: 9999;
  margin-bottom: 30px;
  margin-left: 30px;
  background: #fff;
  width: auto;
  float: left;
      width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
  padding: 10px;
    
    
}
.entry-header a{
    
    
    text-transform: uppercase;
    color:#111;
}


/*margin bettween calc banner and featured products. will need to change on live site*/
#text-39{
margin-top:60px;
}



.cata_area .widget {
    
    font-size: 15px;
    text-align: center;
       width: 80%;
    margin: 0 auto;
    font-size: 18px;
     
}




.cata_desc{
        font: 100 50px/52px Arial,Helvetica,sans-serif;
    margin: 50px 0 50px 0;
    color: #fff;
    
    
}

.cata_desc h3{
        font: 100 50px/52px Arial,Helvetica,sans-serif;
    margin: 50px 0 50px 0;
    color: #fff;
    
    
}

cata_text_blurb{
    
        font-size: 15px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    
}


.brand_area .widget {
    
    
    
    width: 100%;
   text-align: center;
}



.brand_area{


width:90%;
background-color:#fff;
    margin: 0 auto;
}

.brand_desc {

	color: #333;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 80px;
    margin-top:120px;
    font-size: 26px;
    text-transform: uppercase;
    color:#0c59c0;
    text-align: center;



}


.dp-title{
    font-size: 18px;
    margin-bottom:10px;
    margin-top:50px;
    text-align: center;
     font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    
    
    
    
}


#text-8{
       color: #111;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    text-align: center; 
    width:80%;
    margin:0 auto;
    
    
}
#text-8 h3 {
    
     font: 100 50px/52px Arial,Helvetica,sans-serif;
    margin:80px 0 50px 0;
    
    
    
}






.dp-image{
    
    text-align: center;
    
}

.dp-content{
    
    color: #111;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    text-align: center;
    width:100%;
    padding:0 5% 0 5%;
    
    
    
    
}

.sp-title h1{
    
 
    margin: 150px auto 10px;
    font: 100 40px/42px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    width:100%;
    color:aliceblue;
    text-align: left;
    float:left;
    height: 30px;
    
}

.sp-title{
    
 
    margin: 150px auto 10px;
    font: 100 40px/42px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color:aliceblue;
    text-align: left;
    float:left;
    
    
}



.sp-container{
    text-decoration: none;
    color: #333333;
    font-size: 12px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    width: 100%;
    height: 820px;
    padding: 0 0 0 80px;
    float:left;
    

    
}


.freeshipping{
  width:29%;
    float:right;
    height: 400px;
    
    
    
}

.advertbanner{
      width:29%;
    height: 400px;
    float: right;
    background-color: #3cb0fd;
    margin:20px 0 20px 0;
    color:#fff;
    
    
    
}

.sh-container{
    width:100%;
    height: 400px;
    
    
    
}
.widget_single_shipping_display{
     width:100%;
    height: 400px;
    
}

.sp-shipping{
    
    
    width: 100%;
    height: 400px;
    
}


.sp-content{
    float:left;
    width:90%;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    color: aqua;
    padding: 20px 10px 10px 10px;
   margin: 0px auto 10px;
    
}

.dp-container{
    
    float:left;
    width:25%;
        margin-bottom: 80px;
}


    
}
.cata_desc {

	color: #333;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 80px;
    margin-top:60px;
    font-size: 26px;
    text-transform: uppercase;
    color:#0c59c0;
    text-align: center;



}
#text-6{
    
    width:30%;
    float:right;
    background-color: rgba(12, 12, 12, 0.58);
    padding: 20px 10px 10px 10px;
    color: #fff;
    margin-top:150px;
    
}

.sp-form{
    
    width:30%;
    float:left;
    height: 600px;
    
    
}




.bp-content{
    
        color: #111;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    text-align: center;
    width: 100%;
    padding: 0 5% 0 5%;
    margin-bottom: 60px;
    
}





.sa-title{
    
     color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    text-align: center; 
    width:100%;
    font: 100 50px/52px Arial,Helvetica,sans-serif;
    margin:150px 0 0px 0;
    
    
}


.sa-lot{
    
     color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    text-align: center; 
    width:100%;
    margin:0 auto;
    font: 100 50px/52px Arial,Helvetica,sans-serif;
    
    
    
}

.sa-cont{
    
     color: #fff;
    font-weight: 300;
    line-height: 1;
    text-align: center; 
    width:100%;
    margin:0 auto;
    font: 50 20px/22px Arial,Helvetica,sans-serif;
    
    
    
}





.news-title h5{
    
 
    margin: 200px auto 170px;
    font: 100 70px/72px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    width:70%;
    color:aliceblue;
    text-align: left;
    float:left;
    height: 30px;
    
}

.news-title{
    text-transform: uppercase;
    width:100%;
    color:#111;
    text-align: center;
    margin-bottom: 50px;
   
    
}
.news-title h5{
    font: 50 40px/42px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color:#111;

    
}



.news-container{
    text-decoration: none;
    color: #111;
    font-size: 12px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    width: 50%;
  float:left;
    padding: 0 2% 0 2%;
    text-align: center;
    margin-top:80px;

    
}


.news-content{
    float:center;
    width:100%;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
 
    
  
    
}

.news-image{
    margin: 0 auto;
    width:70%;
    height: 400px;
     margin-bottom: 50px;
    
}


.news_heading{
    text-transform: uppercase;
     color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font: 100 50px/52px Arial,Helvetica,sans-serif;
    margin: 80px 0 50px 0;   
    
    
}






.logos-title h5{
    
 
    margin: 200px auto 170px;
    font: 100 70px/72px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    width:70%;
    color:aliceblue;
    text-align: left;
    float:left;
    height: 30px;
    
}

.logos-title{
    text-transform: uppercase;
    width:100%;
    font-weight: 600;
    color:#111;
    text-align: center;
    margin-bottom: 50px;
   
    
}




.logos-container{
    text-decoration: none;
    color: #111;
    font-size: 12px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    width: 16%;
  float:left;
    padding: 0 2% 0 2%;
    text-align: center;
    margin-top:80px;

    
}


.logos-content{
    float:center;
    width:100%;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
 
 
  
    
}

.logos-widget{
    
    text-align: center;
    width:90%;
    margin: 0 auto;
    
}


.logos-image{
    margin: 0 auto;
    width:100%;
    height: 150px;
     margin-bottom: 20px;
    
}


.logos_heading{
    text-transform: uppercase;
     color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font: 100 50px/52px Arial,Helvetica,sans-serif;
    margin: 150px 0 50px 0;   
    
    
}




.btnsp {
  background: #63b8f0;
  background-image: -webkit-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -moz-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -ms-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -o-linear-gradient(top, #63b8f0, #3997d1);
  background-image: linear-gradient(to bottom, #63b8f0, #3997d1);
  font-family: Arial;
  color: #ffffff;
        width: auto;
    float: left;
  font-size: 20px;
  padding: 21px 20px 20px 20px;
  text-decoration: none;
}

.btnsp:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.btnspc {
  background: #63b8f0;
  background-image: -webkit-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -moz-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -ms-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -o-linear-gradient(top, #63b8f0, #3997d1);
  background-image: linear-gradient(to bottom, #63b8f0, #3997d1);
  font-family: Arial;
  color: #ffffff;
width: 300px;
  font-size: 20px;
  padding: 21px 20px 20px 20px;
  text-transform: uppercase;
    margin:0 auto;
}

.btnspc:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.btnsp2 {
  background: aqua;
  background-image: -webkit-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -moz-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -ms-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -o-linear-gradient(top, #63b8f0, #3997d1);
  background-image: linear-gradient(to bottom, #63b8f0, #3997d1);
  font-family: Arial;
  color:#fff;
width: 300px;
  font-size: 20px;
  padding: 21px 20px 20px 20px;
  text-transform: uppercase;
    margin:20px auto;
    text-align: center;
    float:left;
}

.btnsp2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btnsp22 {
  background: aqua;
  background-image: -webkit-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -moz-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -ms-linear-gradient(top, #63b8f0, #3997d1);
  background-image: -o-linear-gradient(top, #63b8f0, #3997d1);
  background-image: linear-gradient(to bottom, #63b8f0, #3997d1);
  font-family: Arial;
  color:#fff;
width: 300px;
  font-size: 20px;
  padding: 21px 20px 20px 20px;
  text-transform: uppercase;
    margin:20px auto;
    text-align: center;
    
}

.btnsp22:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}




#custom_html-2{
    
    float:left;
    
}


.testimonials_area{
float:left;
width:100%;
background-color:#fff;
    text-align: center;
    margin-bottom: 120px;
    
}



.testimonials_desc {

	color: #333;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 80px;
    margin-top: 120px;
    font-size: 26px;
    text-transform: uppercase;
    color:#0c59c0;
    



}

.testimonials_float{
float:left;
    width:30%;
   
    height: 400px;
    margin-bottom:60px;
    margin-left:2%;
    margin-right:1%;
    
}




.testimonial_image{
	background: url(images/tblue.jpg) no-repeat left;
    background-position: center;
    background-repeat: no-repeat;
    width:120px;
    height: 120px;
    margin: 40px auto;
    margin-top:60px;

}




.testimonial_client{
color: #0c59c0;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;

}

.testimonial_content{

color: #222;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 100;

}














.entry-header a{
	color: #111;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: 400;
	line-height: 1.2;
    text-transform: uppercase;
	

}

.entry-header{
margin-top: 30px;
    margin-bottom:30px;



}


#featured-page-8{
margin-right:2%;

}


#featured-page-9{
margin-right:2%;

}
#featured-page-10{
margin-right:2%;


}


/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* Header Search Styles */

input[type="submit"], .button {
    background-color: #32373c;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    padding: 12px 4px;
    text-transform: uppercase;
    width: 15%;
}

input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
 
    padding: 12px;
        width: 50%;
   
}

.lsi-social-icons {
    float: left;
}

/*Simple-woocart styles*/
.cart_widget_area{
 
    float:left;
    width:25%;
    height: 50px;
    background-color: #e9eaeb;
    color:#0c59c0;
    font-size: 12px;
    font-weight:300;
    padding-top:4px;
    text-align: right;

}
.cart_widget_area a{
    color:#0c59c0;
    font-size: 16px;
    font-weight:600;
}


/* Centers the text inside div horizontally and vertically. Container must be set to display:table for this to work. */

.widget_simple_woocart{
   display: table-cell;
   text-align: center;
   vertical-align: middle;

}


.widget_sp_image{
    
    margin-bottom: 45px;
    
}

.simple-social-icons{
padding-left:13%;

}


    
/*------------------Woocomerce Styles-------------------------*/

.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: 400;
    text-align: center;
    margin-bottom: .5em;
    font-size: .857em;
}











.woocommerce span.onsale {
    max-height: 35px;
    min-width: 3.236em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 1;
    top: 0em;
    left: 0em;
    margin: 0;
    border-radius: 0%;
    background-color: #333;
    color: #f7f6f7;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}
.woocommerce span.onsale {
    min-height: 0;


}

.woocommerce ul.products li.product .onsale {
     top: 4px;
    right: 16.7%;
    left: auto;
    margin: 0 0 0 0;
}


.woocommerce.columns-3 ul.products li.product {
    width: 30.75%;
    background-color: #fff;
    text-align: center;
}

.woocommerce ul.products li.product a img {


margin: 0 0 0em;

}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 400;
    border-radius: 0px;
    left: auto;
    color: #fff;
    background-color: #63b8f0;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    width:100%;
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 600;
    margin-bottom: .5em;
    font-size: .857em;
    height: 40px;

}



.woocommerce ul.products li.product a img {
    width: 250px;
    height: 250px;
    display: block;
    margin: 0 auto;
    box-shadow: none;
}

.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    text-align: center;
    margin-top: 30px;
    height: 100px;
}


.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}



.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
width: 100%;
}



/* Standard Navigation
--------------------------------------------- */

.nav-primary {
	
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}




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





@media only screen and (max-width: 1550px) {  

.featured_prods {
    width: 100%;
    margin-bottom: 20px;
    /* background: url(http://localhost/desireav/wp-content/uploads/2017/02/ActivPanel-v4-Students-1-2-1200x800.jpg) no-repeat left; */
    height: 820px;
    overflow-y: hidden;
    overflow-x: hidden;
}
    
.advertbanner {
    width: 49%;
    height: 400px;
    float: left;
    background-color: #3cb0fd;
    margin: 0px 1% 0px 0;
    color: #fff;
}    
    
    
 .freeshipping {
    width: 49%;
    float: right;
    height: 400px;
}   
    
    
    
    
    


}
    
  @media only screen and (max-width: 800px) {  
      .featured_prods {
    height: 700px;
}
    
    
    .sp-container {
    height: 700px;
}

      
      
      
    
    .nav-nav{
    display:none;
    }
.top_left_menu {

display:none;


}
      .nav-secondary{
        display:none!important;
      }
      
      .sp-title{
    font: 100 20px/22px Arial,Helvetica,sans-serif;
    text-align: center;
    width: 90%;
    color: #fff;
    margin: 40px auto 40px;
    margin-left: 5%;


}
      
      
      
      .featured_prods {
   
    margin-top: 40px;
   
}
      
      
      
   .sp-content {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.0;
    color: aqua;
    background-color: rgba(12, 12, 12, 0.58);
    padding: 20px 10px 10px 10px;
    margin: 0px auto 10px;
}   
      
      .sp-container {
          
          
          padding: 0 0 0 0px;
          
          
      }   
      
      .breadcrumb {
    margin-top: 140px;
}
      
      
    .woocommerce ul.products li.product .button {
    margin-top: 1em;
    text-align: center;
}  
      
      .btnsp2{
          
          margin-left:5%;
          
      }
      
      
     .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
    text-align: center;
}
      
      
      
    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #63b8f0;
    color: #fff;
    font-size: 12px;
}  
      
      
      
      .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    font-size: 12px;
}


      
      
      
      .bp-title {
          
          
              font: 100 20px/22px Arial,Helvetica,sans-serif;
          
          
      }   
      
      
      
      
 .dp-container {
    width: 94%;
     margin:0 auto;
    margin-bottom: 80px;
}     
      
      
      
    
      
      
      
   .widget_sp_image{
   
   width:70%;
   margin:0 auto;
   
   
   
   }
      
      .cata_area .widget {
  float:none;
    font-size: 12px;
    text-align: center;
    width: 100%;
          
        
          
      }
      
      
     .brand_area .widget {
    float:none;
    width: 100%;
    text-align: center;
         margin-bottom: 20px;
}
      
      
   .cata_desc {
     font-size: 24px;
    margin: 50px 0 50px 0;
    color: #fff;
}

      
      
      
      
 .responsive_search{
 display:block;
     width:220px;
     float:left;
 
 }     
      
      
      
      .btnspc {
          
          width:200px;
          
      }
      
      
      
 .header-image .site-title > a {
    background: url(images/dav-logo.jpg) no-repeat left;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    min-height: 83px;
    width: 100%;
}     
      
      
      
      
      
          .footer-widgets{
       width:100%;
           margin:0 auto;
       
       
       
       } 
        
        
        
      .footer-widgets .widget-area {

width: 40%;
    margin-left: 6%;
    margin-bottom: 40px;
} 
      
      
      
      
      
      
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
      
      width:100%;
      float:none;
      
      
      }    
      
      
      .news-container {
          
          
         width:100%;
          float:none;
          
          
      }
      
      .logos_heading{
          
           font-size: 24px;
          
          
          
      }

.news_heading {
    
     font-size: 24px;
    
    
    
    
      }
      
      button.menu-toggle, button.sub-menu-toggle {
    background-color: #ffffff;
    color: #333333;
}
      
      
      
      
      .logos-container{
          
          width: 46%;
              padding: 0 2% 0 2%;
          
      }
      
      .cart_widget_area {
    float: none;
    width: 60%;
          margin:0 auto;
    
    background-color: #fff;
    color: #0c59c0;
    font-size: 12px;
    font-weight: 300;
    padding-top: 4px;
    text-align: none;   
          height: 120px;
          
          
          
}
      
      
      
      
      input, select, textarea {
      
          width: 220px;
    margin-left: 0%;
      font-size: 12px;
          padding: 10px;
      
      }
      input[type="submit"], .button {
      font-size: 12px;
      width:220px;
          padding: 13px 20px;
      
      
      }
      
      
         .phone_number{
             
         display:none;
         
         
         } 
      
      
  .product-search input[type="text"].product-search-field {
    width: 100%!important;
      float:none;
}    
      
      

      button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    padding: 12px 20px;
    text-transform: uppercase;
    width: 100%;
}
      
      
      
      
      
      

      
      .social_widget_area{
      
    display:none;
      
      }
      .title-area {
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    
}
      
      
     .responsive_search{
 
     width:100%;
     float:none;
   margin:0 auto;
 }   
        
        
 .inputs div {
    
    width: 200px;
    height: 60px;
    margin: 10px;
    text-align: center;
    margin-bottom:30px;
}
        

        body #parameters .inputs {
    width: 100% ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
    
        
nput, select, textarea {
      
       
      font-size: 12px;
          padding: 10px;
                  width:100%;
      
      }
      input[type="submit"], .button {
      font-size: 12px;
      width:100%;
          padding: 13px 20px;
      
      
      }  
      
      
  }
      






@media only screen and (max-width: 1500px) {
    
    .genesis-nav-menu .menu-item {
    font-size: 12px;
}
    
    
    
    
    .genesis-nav-menu a {
    padding: 30px 14px;
}
    
    


}





/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 1000px) {

	.nav-primary {
		display: block !important;
	}
}









/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */

@media only screen and (max-width: 1000px) {
    
    
    
    
    .freeshipping {
    width: 100%;
    /* float: right; */
    height: 400px;
}
    
    
    
    
    .advertbanner {
    width: 100%;
    height: 400px;
    /* float: left; */
    background-color: #3cb0fd;
    /* margin: 0px 5% 0px 0; */
    color: #fff;
}
    
    
    
    
    
    
     .nav-nav{
    display:none;
    }
.top_left_menu {

display:none;


}
      .nav-secondary{
        display:none!important;
      }
      
      .sp-title{
    font: 100 20px/22px Arial,Helvetica,sans-serif;
    text-align: center;
    width: 90%;
    color: #fff;
    margin: 40px auto 40px;
    margin-left: 5%;


}
      
      
      
      .featured_prods {
   
    margin-top: 40px;
   
}
      
      
      
   .sp-content {
    float: left;
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 1.0;
    color: #fff;
    padding: 20px 10px 10px 10px;
    margin: 0px auto 10px;
}   
      
      .sp-container {
          
          
          padding: 0 0 0 0px;
          
          
      }   
      
      .breadcrumb {
    margin-top: 140px;
}
      
      
    .woocommerce ul.products li.product .button {
    margin-top: 1em;
    text-align: center;
}  
      
      .btnsp2{
          
          margin-left:5%;
          
      }
      
      
     .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
    text-align: center;
}
      
      
      
    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #63b8f0;
    color: #fff;
    font-size: 12px;
}  
      
      
      
      .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    font-size: 12px;
}


      
      
   
      
      
      
      
 .dp-container {
    width: 94%;
     margin:0 auto;
    margin-bottom: 80px;
}     
      
      
      
    
      
      
   .widget_sp_image{
   
   width:70%;
   margin:0 auto;
   
   
   
   }
      
      .cata_area .widget {
  float:none;
    font-size: 12px;
    text-align: center;
    width: 100%;
          
        
          
      }
      
      
     .brand_area .widget {
    float:none;
    width: 100%;
    text-align: center;
         margin-bottom: 20px;
}
      
      
   .cata_desc {
     font-size: 24px;
    margin: 50px 0 50px 0;
    color: #fff;
}

      
      
      
      
 .responsive_search{
 display:block;
     width:220px;
     float:left;
 
 }     
      
      
      
      .btnspc {
          
          width:200px;
          
      }
      
      
      
 .header-image .site-title > a {
    background: url(images/dav-logo.jpg) no-repeat left;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    min-height: 83px;
    width: 100%;
}     
      
      
      
      
      
          .footer-widgets{
       width:100%;
           margin:0 auto;
       
       
       
       } 
        
        
        
      .footer-widgets .widget-area {

width: 40%;
    margin-left: 6%;
    margin-bottom: 40px;
} 
      
      
      
      
      
      
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
      
      width:100%;
      float:none;
      
      
      }    
      
      
      .news-container {
          
          
         width:100%;
          float:none;
          
          
      }
      
      .logos_heading{
          
           font-size: 24px;
          
          
          
      }

.news_heading {
    
     font-size: 24px;
    
    
    
    
      }
      
      button.menu-toggle, button.sub-menu-toggle {
    background-color: #ffffff;
    color: #333333;
}
      
      
      
      
      .logos-container{
          
          width: 46%;
              padding: 0 2% 0 2%;
          
      }
      
      .cart_widget_area {
    float: none;
    width: 60%;
          margin:0 auto;
    
    background-color: #fff;
    color: #0c59c0;
    font-size: 12px;
    font-weight: 300;
    padding-top: 4px;
    text-align: none;   
          height: 120px;
          
          
          
}
      
      
      
      
      input, select, textarea {
      
          width: 220px;
    margin-left: 0%;
      font-size: 12px;
          padding: 10px;
      
      }
      input[type="submit"], .button {
      font-size: 12px;
      width:220px;
          padding: 13px 20px;
      
      
      }
      
      
         .phone_number{
             
         display:none;
         
         
         } 
      
      
  .product-search input[type="text"].product-search-field {
    width: 100%!important;
      float:none;
}    
      
      

      button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    padding: 12px 20px;
    text-transform: uppercase;
    width: 100%;
}
      
      
      
      body {
    background-color: #fff;
}
      
      

      
      .social_widget_area{
      
    display:none;
      
      }
      .title-area {
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    
}
      
    
    .featured_prods{
        
        height: 500px;
        
    }    
      
     .responsive_search{
 
     width:100%;
     float:none;
   margin:0 auto;
 }   
        
        
 .inputs div {
    
    width: 200px;
    height: 60px;
    margin: 10px;
    text-align: center;
    margin-bottom:30px;
}
        

        body #parameters .inputs {
    width: 100% ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
    
        
nput, select, textarea {
      
       
      font-size: 12px;
          padding: 10px;
                  width:100%;
      
      }
      input[type="submit"], .button {
      font-size: 12px;
      width:100%;
          padding: 13px 20px;
      
      
      }  
    
    
    
    
    
    .sp-container{
        
        height: 500px;
        
        
    }
    

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 20px;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		padding: 0px;
		padding: 0rem;
		text-align: center;
		visibility: visible;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent;
		color: #333;
	}
    
    
    .nav-primary {
    margin: 0 auto;
    max-width: 70%;
  float: none;
    text-align: right;
    margin-top: 20px;
    line-height: 0px;
    font-weight: 700;
        z-index: 9999;
}
    
    
    
    

	.sub-menu-toggle {
		padding: 18px;
		padding: 1.8rem;
		position: absolute;
		right: 0;
		top: 0;
	}

	.menu-toggle:before {
		content: "\2261";
	}

	.menu-toggle.activated:before {
		content: "\2191";
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.activated:before {
		content: "-";
	}

	.nav-primary {
		display: none;
		position: relative;
	}

	.genesis-nav-menu .menu-item {
		background-color: #0c59c0;
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #0c59c0;
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #0c59c0;
		padding-left: 40px;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #333;
	}

       
      
      
      
      