/*
Theme Name: Parallax Pro Theme
Theme URI: http://my.studiopress.com/themes/parallax/
Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 1.0

Tags: black, white, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

Template: genesis
Template Version: 2.0

License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

- Imports
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Forms
- Buttons
- Tables
- Structure and Layout
- Site Containers
- Column Widths and Positions
- Column Classes
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Simple Social Icons
- Plugins
- Genesis eNews Extended
- Gravity Forms
- Jetpack
- Site Header
- Title Area
- Widget Area
- Site Navigation
- Primary Navigation
- Responsive Menu
- Content Area
- Homepage
- Pricing Table
- Content
- Entries
- Entry Meta
- After Entry
- Pagination
- Content Boxes
- Comments
- Sidebar
- Footer Widgets
- Site Footer
- Theme Colors
- Parallax Pro Blue
- Parallax Pro Green
- Parallax Pro Orange
- Parallax Pro Pink
- Media Queries
- Retina Display
- Max-width: 1139px
- Max-width: 1023px
- Max-width: 768px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */
@import url('https://www.google.com/fonts/specimen/Open+Sans');
@font-face {
  font-family: 'Icon';
  src:url('fonts/Icon.eot');
  src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/Icon.woff') format('woff'),
    url('fonts/Icon.ttf') format('truetype'),
    url('fonts/Icon.svg#Icon') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'futura_lt_btlight';
  src: url('fonts/futult-webfont.eot');
  src: url('fonts/futult-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/futult-webfont.woff2') format('woff2'),
    url('fonts/futult-webfont.woff') format('woff'),
    url('fonts/futult-webfont.ttf') format('truetype'),
    url('fonts/futult-webfont.svg#futura_lt_btlight') format('svg');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family:'MilfordCondensedBold-Regular';
  src: url('fonts/MilfordCondensedBold_gdi.eot');
  src: url('fonts/MilfordCondensedBold_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/MilfordCondensedBold_gdi.woff') format('woff'),
    url('fonts/MilfordCondensedBold_gdi.ttf') format('truetype'),
    url('fonts/MilfordCondensedBold_gdi.svg#MilfordCondensedBold-Regular') format('svg');
  font-style: normal;
  font-stretch: condensed;
  unicode-range: U+0020-2122;
}

@font-face {
  font-family:'Roboto-Thin';
  src: url('fonts/Roboto-Thin_gdi.eot');
  src: url('fonts/Roboto-Thin_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Thin_gdi.woff') format('woff'),
    url('fonts/Roboto-Thin_gdi.ttf') format('truetype'),
    url('fonts/Roboto-Thin_gdi.svg#Roboto-Thin') format('svg');
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-25CA;
}


@font-face {
  font-family:'Roboto-Regular';
  src: url('fonts/Roboto-Regular_gdi.eot');
  src: url('fonts/Roboto-Regular_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Regular_gdi.woff') format('woff'),
    url('fonts/Roboto-Regular_gdi.ttf') format('truetype'),
    url('fonts/Roboto-Regular_gdi.svg#Roboto-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-25CA;
}


@font-face {
  font-family:'MuseoSlab-500';
  src: url('fonts/MuseoSlab-500_gdi.eot');
  src: url('fonts/MuseoSlab-500_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseoSlab-500_gdi.woff') format('woff'),
    url('fonts/MuseoSlab-500_gdi.ttf') format('truetype'),
    url('fonts/MuseoSlab-500_gdi.svg#MuseoSlab-500') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
} 


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

/* Baseline Normalize
normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets: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,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}


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

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

body {
  background-color: #fff;
  color: #000;
  font-family:'Roboto-Thin';
  font-size:16px;
  line-height:24px;
  font-weight:600;
  overflow-x:hidden;

}

p {
  color: #000;
  font-family:'Roboto-Thin';
  font-size:16px;
  line-height:24px;
  margin: 0 0 20px;
  font-weight:600;

}


body.parallax-home {
  background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
  -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;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

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

a:hover {
  color: #000;
}
.read_more_area {
  color: #000000;
  font-size: 18px;
}
.page-id-41 #wpcf7-f5-p41-o2 input {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff !important;
  font-size: 15px;

}
.page-id-41 #wpcf7-f5-p41-o2 textarea {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff !important;
  font-size: 15px;
  height: 190px;

}
.first_field_area > p {
  float: left;
  width: 49%;
}
#enqire_popup {
  background: #000000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 5000;
}#enqire_popup .first_field_area > p {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
#enqire_popup input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #ffffff;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 2px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
#enqire_popup #wpcf7-f5-p41-o2 input {

}
#enqire_popup .closeButton.quote-ctrl {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 13px;
  margin-top: 27px;
}
.home .bbbs_slrd {
  display: none;
}
#enqire_popup .wpcf7-form-control.wpcf7-submit {
  border: medium none;
  padding: 13px 0;
  background: #35B9E5 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff !important;
  font-size: 15px;
}
#enqire_popup .wpcf7-form-control.wpcf7-submit {
  background: #35B9E5 none repeat scroll 0 0;
}
#enqire_popup .wpcf7-form {
  margin: 0 auto;
  width: 660px;
}
#enqire_popup .wpcf7-form > p {
  text-align: center;
}
#enqire_popup input {
  font-size: 14px;
}
#enqire_popup textarea{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #ffffff;
  border-image: none;
  color: #ffffff;
  border-style: none none solid;
  border-width: medium medium 2px;
  font-size: 14px;
  text-align: center;
  height: 60px;;
}
.submit_button {
  text-align: center;
}
.page-id-41 .wpcf7-form-control.wpcf7-submit:hover {
  background: #25a9d5 none repeat scroll 0 0 !important;

}
.page-id-41 .wpcf7-form-control.wpcf7-submit {
  background: #35b9e5 none repeat scroll 0 0 !important;
  float: inherit;
  margin: 0 auto;
  width: 300px;
}
.first_field_area > p:nth-of-type(2) {
  float: right;
}
.contact_box:hover img {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
.contact_box img, .contact_box img:hover {
  transition: all 0.7s ease 0s;
}

.text_align_center {
  text-align: center;
}
.page-id-127 .entry-header {
  display: none;
}
.page-id-127 .site-inner {
  clear: both;
  margin-top: 0;
  max-width: 100%;
  width: 100%;
}
.page-id-127 .content-sidebar-wrap {
  width: 100% !important;
}
.product_thum_sec .view {
  -moz-border-bottom-colors: inherit;
  -moz-border-left-colors: inherit;
  -moz-border-right-colors: inherit;
  -moz-border-top-colors: inherit;
  border-bottom: 2px solid #ffffff;
  border-image: inherit;
  border-left: inherit;
  border-right: 2px solid #ffffff;
  border-top: inherit;
  box-shadow: none;
  cursor: default;
  float: left;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 20%;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
.main_footer {
  background:#E9E9E9;
  padding: 27px 0 0;
}


li {
  list-style-type: none;
}
.title_areaaa {
  text-align: center;
}
.pro_title {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 18px;
  position: relative;
  padding-bottom: 15px;
}
.pro_title:before {
  position: absolute;
  width: 100px;
  height: 1px;
  background: #ccc;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
}
figcaption h3:before {
  position: absolute;
  width: 100px;
  height: 1px;
  background: url(images/divider_area_inn.jpg) no-repeat center bottom !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
}
figcaption h3 {
  background: rgba(0, 0, 0, 0) url("images/divider_area_inn.jpg") no-repeat scroll center bottom;
  font-size: 24px !important;
  padding-bottom: 17px !important;
  margin-top: 21px !important;
}
.owl-carousel .owl-item {
  border: 1px solid #cccccc;
  margin: 0 14px 0 0 !important;
  padding: 15px;
  width: 263px !important;
}
.owl-item .button.product_type_simple {
  background: none !important;
  bottom: 38px;
}
.grid figcaption a, div.grid_no_animation figcaption a.button {
  background: inherit none repeat scroll 0 0 !important;
  margin-top: -30px !important;
  display: block;
}
.add_image_area_big {
  width: 41% !important;
}
.vc_row.wpb_row.vc_row-fluid.add_area_main {
  margin-top: -10px;
}
.add_image_area_big img {
  height: 167px !important;
  width: 99%;
}
.add_image_area_big .vc_single_image-wrapper.vc_box_border_grey {
  width: 100% !important;
}
.owl-item .button.product_type_simple:hover{
  color:#35b9e5 !important
}
.add_image_area {
  padding-right: 0 !important;
  width: 29.5% !important;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  height: 21px;
  line-height: 3px !important;
  margin: 5px 0 5px 5px;
  padding: 3px 8px;
  transition: all 0.2s linear 0s;
  width: 21px;
}
.owl-theme .owl-controls .owl-buttons div {
  background: #fff none repeat scroll 0 0 !important;
  color: #606060 !important;
  border: 1px solid #ccc !important;
}
b,
strong {
  font-weight: 700;
}

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

blockquote {
  color: #999;
  margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}
.wpb_area_title {
  background: rgba(0, 0, 0, 0) url("images/divider_area_03.jpg") no-repeat scroll left bottom;
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-top: -18px;
}
/* Objects
--------------------------------------------- */

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

img {
  height: auto;
}

img.pull-left {
  float: left;
  margin: 0 40px 40px -200px;
}

img.pull-right {
  float: right;
  margin: 0 -200px 40px 40px;
}

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

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

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  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: #909090;
  opacity: 1;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #909090;
  font-weight: 400;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 20px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

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

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

/* Buttons
--------------------------------------------- */

.footer-widgets a.button,
.home-even a.button,
.home-odd a.button {
  clear: both;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 20px;
  padding: 15px 25px;
  text-transform: uppercase;
}

.footer-widgets a.button,
.home-odd a.button {
  border: 3px solid #fff;
  color: #fff !important;
}

.footer-widgets a.button:hover,
.home-odd a.button:hover {
  background-color: #fff;
  color: #000 !important;
}

.home-even a.button {
  border: 3px solid #000;
  color: #000;
}

.home-even a.button:hover {
  background-color: #000;
  color: #fff;
}

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

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: 700;
}


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

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1100px;
}
.home .site-inner{ width:100%; max-width:100%;}

.site-inner {
  clear: both;
  margin-top:0px;
}

.parallax-home .site-inner {
  margin-top: 70px;
  max-width: 100%;
}

.parallax-landing .site-inner {
  margin-top: 100px;
}

.home .entry-header {
  text-align: center;
  display: none;
}
/* Column Classes
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
  float: left;
}

.author-box .avatar {
  height: 88px;
  width: 88px;
}

.entry-comments .avatar {
  height: 60px;
  width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
  border-bottom: 2px solid #f5f5f5;
  font-size: 20px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.archive-description,
.author-box {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 20px;
  margin-bottom: 100px;
  padding: 40px 0;
}

.author-box-title {
  font-size: 22px;
  margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 4px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

.entry-title {
  font-size: 36px;
}

.sidebar .entry-title {
  font-size: 24px;
  text-align: left;
}

.entry-title a {
  color: #000;
}

.entry-title a:hover {
  color: #f04848;
}

.widget-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer-widgets .widget-title {
  color: #fff;
  font-size: 48px;
}

.home-even .widget-title,
.home-odd .widget-title {
  font-size: 72px;
  margin-bottom: 40px;
}


/* WordPress
--------------------------------------------- */

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}
.grid figcaption {

  height: 150px !important;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.gallery-caption {
}

.sticky {
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Simple Social Icons
--------------------------------------------- */

.parallax-home .simple-social-icons {
  margin-top: 40px;
}

.parallax-home .simple-social-icons ul li {
  margin: 0 20px !important;
}

.parallax-home .simple-social-icons ul li a,
.parallax-home .simple-social-icons ul li a:hover {
  padding: 30px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-widgets .enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #000;
}

.enews form + p {
  margin-top: 24px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .gform_footer input[type=submit] {
  width: 100% !important;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 20px;
  padding: 16px;
}

div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
  font-size: 18px;
  margin-bottom: 40px;
  padding: 20px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
  display: none;
}


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

.site-header {

  width: 100%;
  z-index: 999;
}

/* Title Area
--------------------------------------------- */
.product_thum_sec .view .mask, .view .content {
  height: 100% !important;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 101%;
}
.product_thum_sec .titlt_secmnn {
  background: rgba(0, 0, 0, 0.74) none repeat scroll 0 0;
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 1px;
  margin-top: -66px;
  padding: 13px 23px;
  position: relative;
  text-align: center;
  text-transform: uppercase;

}
.third-effect:hover .mask {
  background: rgba(0, 0, 0, 0.7) url(images/view_more.png) no-repeat center center;
  /*  border: 100px solid rgba(0, 0, 0, 0.7);*/
  opacity: 1;
  border:inherit !important;
  cursor: pointer;

}
.readmore_sccc {
  display: none;
  float: right;
}
.title-area {
  float: left;
}
.fs-detail-nav-button.button.b-close {
  background: #ffffff  url("images/close_icon_03.png") no-repeat scroll center center;
  border-radius: 0;
  height: 50px;
  right: -12px;
  top: -60px;
  width: 50px;

}
.social_cntr #crestashareiconincontent i {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #000000;
  border-radius: 100%;
  color: #000000;
  font-size: 18px !important;
  height: 50px !important;
  line-height: 26px !important;
  margin: 10px 30px 16px;
  width: 50px !important;
}
.fs-pricing .woocommerce.add_to_cart_inline a {
  background: #333333 none repeat scroll 0 0;
  border: 2px solid #333333;
  border-radius: 0;
  color: #ffffff;
  font-family: "futura_lt_btlight";
  font-size: 18px;
  font-weight: normal;
  margin-left: 0;
  padding: 14px 60px;
}
.fs-pricing .woocommerce.add_to_cart_inline a:hover{
  background: #fff none repeat scroll 0 0;
  border: 2px solid #333333;
  color: #333333;
}
#element_to_pop_up .amount {
  color: #000000;
  display: inline-block;
  font-family: "futura_lt_btlight";
  font-size: 24px;
  margin-right: 12px;
  margin-top: 2px !important;
}
.header-full-width .title-area {
  width: 100%;
}
.address_area p {
  color: #000000;
  font-size: 16px;
  margin-top: -18px;
}
.right_border {
  border-right: 1px solid #cccccc;
}
.page-id-41 .entry-header {
  display: none;
}
.company_name_area {
  text-align: center;
}
.company_name_area h2 {
  font-size: 24px;
}
#fs-prev-post {
  background: rgba(0, 0, 0, 0) url("images/left_arrow.png") no-repeat scroll 0 0;
  height: 52px;
  left: -80px;
  position: absolute;
  top: 45%;
  width: 31px;
}
#fs-next-post {
  background: rgba(0, 0, 0, 0) url("images/right_arrow.png") no-repeat scroll 0 0;
  height: 52px;
  right: -80px;
  position: absolute;
  top: 45%;
  width: 31px;
}
.product_thum_sec .view img {
  display: block;
  position: relative;
  width: 100% !important;
}
.genesis_header_mcks > a {
  background: rgba(0, 0, 0, 0) url("images/call_us.jpg") no-repeat scroll left center;
  color: #777777;
  display: inline-block;
  font-size: 16px;
  margin-top: 36px !important;
  padding: 10px 0 10px 47px;
}
.fs-pricing .product.woocommerce.add_to_cart_inline {
  border: medium none !important;
  float: left;
  padding: 0 !important;
  width: 100%;
}
#element_to_pop_up .fs-main-title {
  color: #000000;
  font-family: "futura_lt_btlight";
  font-size: 31px;
  text-transform: capitalize;
}
.genesis_header_mcks > a:hover{
  color: #35B9E5;
}
.site-title {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
  color: #fff !important;
}

.header-image .title-area {
  padding: 0;
}

.header-image .site-title > a {
  /*background-position: center center;*/
  display: block;
  height:95px;
  text-indent: -9999px;
  width: 425px;
  background-image: url(https://www.havingaparty.net.au/wp-content/uploads/2018/01/Logo-Final2.png) !important;
  margin-top: 10px;
}

.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
  float: right;
  text-align: right;
  width: 33.33%;
}

.site-header .widget-area,
.site-header .widget-area a {
  color: #777777 
}

.site-header .widget-area a:hover {
  color: #35B9E5;
}
.genesis_header_mcks {
  width: 33.33%;
  float: left;
}
.site-header .textwidget {
  margin-top: 27px;
}


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

.genesis-nav-menu {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
  float: left;
  color: #000000;
}

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

.genesis-nav-menu a {
  color: #000;
  display: block;
  padding: 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu,
.genesis-nav-menu 
.sub-menu a:hover,
.genesis-nav-menu .sub-menu {
  color: #221E1F;
}
.genesis_header_mcks1 > a{
  background: rgba(0, 0, 0, 0) url("images/email_us.jpg") no-repeat scroll left center;
  color: #777777;
  display: inline-block;
  font-size: 16px;
  margin-top: 36px !important;
  padding: 10px 0 10px 47px;
}
.latest_blog:hover {
  background: #000;
}
.latest_blog > a {
  background: rgba(0, 0, 0, 0) url("images/blog_icon.png") no-repeat scroll left center;
  color: #29b8e7;
  padding-left: 31px;
  transition: all 0.3s ease-in-out 0s;
}
.latest_blog {
  border-left: 1px solid #cccccc;
  float: right;
  padding: 0 13px 0 13px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}
.padding_left_out .wpb_single_image.wpb_content_element.vc_align_left {
  margin-bottom: 6px;
}
.sb-search {
  display: none;
}
.padding_left_out {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: right;
}
.tparrows.preview2::after {

  margin-top: -20px !important;

}
.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase;
  font-weight: !important;
}
.genesis-nav-menu .menu-item:last-child a {
  padding-right: 0;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  letter-spacing: 0;
  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:300px;
  z-index: 99;
  box-shadow: 0 0 8px #ffffff;
}


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

.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;
  display: inline-block;
  list-style-type: none;
  padding: 27px 20px;
  text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
  display: block;
  margin: 0 auto;
  padding: 0 20px 20px;
  width: 50%;
}




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

.nav-primary {
  background-color:#fca61e;
  margin-bottom: 0;
  text-align: center;
  margin-top:0px;
  height:41px;

}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
  padding: 20px 0;
}

.nav-secondary a {
  margin: 0 20px;
  padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: 10px;
}

#responsive-menu-icon::before {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  content: "\e00e";
  font-family: 'Icon';
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0 auto;
  speak: none;
  text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Homepage
--------------------------------------------- */

.home-even,
.home-odd {
  clear: both;
  font-size: 28px;
  overflow: hidden;
  padding: 190px 0 200px;
  text-align: center;
}

.home-even .widget,
.home-odd .widget {
  margin-bottom: 40px;
}

.home-even p:last-child,
.home-even .widget:last-child,
.home-odd p:last-child,
.home-odd .widget:last-child {
  margin-bottom: 0;
}

.home-odd,
.home-odd a:hover,
.home-odd h1,
.home-odd h2,
.home-odd h3,
.home-odd h4,
.home-odd h5,
.home-odd h6,
.home-odd .featured-content .entry-title a,
.home-odd .widget-title {
  color: #fff;
}

.home-odd .featured-content .entry-title a:hover {
  color: #f04848;
}

.home-even p:last-child,
.home-odd p:last-child {
  margin-bottom: 0;
}

.home-even {
  background-color: #fff;
}

.home-section-1,
.home-section-3,
.home-section-5 {
  background-attachment: fixed;
  background-color: #fff;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size:    cover;
  background-size:         cover;
}

/* Pricing Table
--------------------------------------------- */

.pricing-table {
  font-size: 22px;
  line-height: 1;
}

.pricing-table h4 {
  border-bottom: 2px solid #000;
  margin: -40px -40px 40px;
  padding: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition:    all 0.2s ease-in-out;
  -ms-transition:     all 0.2s ease-in-out;
  -o-transition:      all 0.2s ease-in-out;
  transition:         all 0.2s ease-in-out;
}

.pricing-table .one-third {
  background-color: #fff;
  border: 2px solid #000;
  margin: 20px 0;
  padding: 40px;
  width: 33.33%;
}

.pricing-table .one-third:nth-child(3n+1) {
  border-right: none;
}

.pricing-table .one-third:nth-child(3n+2) {
  margin-bottom: 0;
  margin-top: 0;
}

.pricing-table .one-third:nth-child(3n) {
  border-left: none;
}

.pricing-table ul li::before {
  content: "\f139";
  display: inline-block;
  font: normal 20px/1 'dashicons';
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

.pricing-table ul li {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.pricing-table a.button {
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
}

.pricing-table a.button:hover {
  background-color: #f04848;
  border: 3px solid #f04848;
  color: #fff;
}

/* Content
--------------------------------------------- */

.content {
  float: left;
  width: 700px;
}

.page .content {
  padding-bottom: 50px;
}

.sidebar-content .content {
  float: right;
}

.full-width-content .content {
  padding: 0 0 0;
  width: 100%;
}
.header_line_white_one {
  float: left;
  font-size: 15px;
  font-style: italic;
  margin-top: 4px;
}
.full-width-content.parallax-home .content {
  padding: 0;
}
.header_line_white {
  border-bottom: 1px solid #cccccc;
  padding: 21px 0;
  float: left;
  width: 100%;
}
.shoap_button > span {
  background: #000000 url("images/cart_icon.png") no-repeat scroll center center;
  display: block;
  height: 37px;
  margin-left: 15px;
  text-indent: -9999px;
  width: 37px;
  cursor: pointer;
  transition: all 0.1s ease-in-out 0s;
}
.shoap_button > span:hover{
  background: #2AB9E4 url("images/cart_icon.png") no-repeat scroll center center;
}
.header_line_white_part_two img:hover{
  opacity: 0.7
}

.header_line_white {
  border-bottom: 1px solid #cccccc;
  padding: 14px 0;
}
.shoap_button {
  float: left;
  margin-top: 7px;
}
.header_line_white_part_two  {
  background: rgba(0, 0, 0, 0) url("https://www.havingaparty.net.au/wp-content/uploads/2018/01/call_imgy.png") no-repeat scroll left center;
  float: left;
  margin-top: 0;
  padding: 0 0 0 50px;
  margin-right:20px;
  text-align:left;
}






/* Entries
--------------------------------------------- */

.entry {
  margin-bottom: 0;
}

.sidebar .entry {
  margin-bottom: 40px;
}

.footer_mnnn_sctn h4 {
  text-transform: uppercase;
  font-size:22px; 
  font-family:'MuseoSlab-500';
  color:#fca61e;
}
.footer_mnnn_sctn .menu li a:hover{
  color:#FCA61E;
}
.footer_clm_five .widget-wrap{
  font-size: 15px;
  color: #6a6a6a;
  font-family: "Open Sans" !important;
}
.footer_mnnn_sctn .menu li {
  background: hsla(0, 0%, 0%, 0) url("images/footer_listing.jpg") no-repeat scroll left center;
  line-height: 24px;
  padding: 2px 0 2px 20px;
}
.footer_mnnn_sctn .menu li a {
  font-size:16px;
  color: #2a2a2a;
  font-family:'Roboto-Regular';
  font-weight:normal;
}

.footer_clm_four {
  float: left;
  width: 211px;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 17px;
}

.entry-content ol > li {
  font-family: "Open Sans" !important;
  font-size: 15px;
  list-style-type: decimal;
  color: #6a6a6a;
  margin-bottom: 5px;
}

.entry-content ul > li {
  list-style-type: disc;
}
.about_content .wpb_wrapper > p {
  color: #6a6a6a;
  margin-bottom: 29px;
  margin-top: -15px;
}
.price_area_fix > p {
  color: #777777;
  font-size: 15px;
  line-height: 21px;
}
.read_more_area:hover{
  color: #35B9E5;
}
#wa_chpc_slider {
  margin-left: 1px !important;
}
.caroufredsel_wrapper .chpcs_foo_content {
  border-right: 1px solid #cccccc;
  height: 83px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 365px !important;
}
.newsletter-email {
  font-size: 15px;
  height: 38px;
  margin-top:0px;
  padding: 0 12px;
  background:#E9E9E9; border:1px solid #000;
  width:105%;
}
.newsletter p:last-child {
  float: right;
}
.newsletter-submit {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #dddddd !important;
  background-image: url("images/mail_news_icon.jpg") !important;
  background-origin: padding-box !important;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: auto auto !important;
  float: right !important;
  height:38px;
  margin-top:0px;
  padding: 0 !important;
  text-indent: -9999px;
  width:42px !important;
  border:1px solid #000!important;
  border-left:none!important;  
}

.newsletter p {
  float: left;
}
.newsletter-submit:hover{
  background-color: #ededed !important;
}
.caroufredsel_wrapper .chpcs_foo_content:first-child {
  border-left: 1px solid #ccc;
}
.chpcs_image_carousel {
  padding: 25px 0 !important;
  position: relative;
  width: auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.chpcs_title > a {
  color: #000;
}
.chpcs_title {
  margin-top: -24px;
}
.chpcs_foo_con {
  margin-top: -28px !important;
  display: block;
  color: #7f7f7f;
}
.chpcs_foo_content {

  width: 330px !important;
}
.caroufredsel_wrapper {
  margin-left: -1px !important;
  width: 1108px !important;
}
.chpcs_image_carousel {
  padding: 30px 0 !important;
  position: relative;
  width: 1095px !important;
  margin-top: 14px;
}
.chpcs_image_carousel .chpcs_prev, .chpcs_image_carousel .chpcs_next {
  top: 5% !important;
  background: #fff !important;
}
.chpcs_image_carousel .chpcs_prev {
  background-position: 0 0;
  left: -50px !important;
  margin: 0 auto;
  right: 0;
}
.footer_mnnn_sctn {
  width: 1100px;
  margin: 0 auto;
}
.chpcs_image_carousel .chpcs_prev, .chpcs_image_carousel .chpcs_next {
  height: 50px !important;
  width: 50px !important;
  outline: 0 !important;
}
#wa_chpc_slider_prev > span {
  border: 1px solid;
  display: block;
  font-size: 21px;
  height: 21px;
  line-height: 14px;
  width: 21px;
  margin-left: 23px;
  margin-top: 12px;
}
#wa_chpc_slider_prev > span:hover{
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
#wa_chpc_slider_next > span:hover{
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
#wa_chpc_slider_next > span {
  border: 1px solid;
  display: block;
  font-size: 21px;
  height: 21px;
  line-height: 14px;
  margin-top: 12px;
  width: 21px;
  margin-left: 7px;
}
.chpcs_image_carousel .chpcs_next {
  background-position: -18px 0;
  right: -50px !important;
  left: 0;
  margin: 0 auto;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.chpcs_title > a:hover{
  color: #35B9E5;
}
.entry-content code {
  background-color: #000;
  color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 20px;
  margin-bottom: 0;
}

.sidebar .entry-header::after {
  display: none;
}

.entry-categories::before,
.entry-tags::before {
  display: inline-block;
  font: normal 20px/1 'dashicons';
  margin-right: 5px;
  margin-top: 2px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

.entry-categories::before {
  content: "\f318";
}

.entry-tags::before {
  content: "\f323";
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
  border-top: 1px solid #000;
  padding: 40px 0;
}

.after-entry .widget {
  margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
  margin: 0;
}

.after-entry li {
  list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #000;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #f04848;
  color: #fff;
}

/* Content Boxes
--------------------------------------------- */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px;
}

.content-box-blue {
  background-color: #d8ecf7;
  border: 1px solid #afcde3;
}

.content-box-gray {
  background-color: #e2e2e2;
  border: 1px solid #bdbdbd;
}

.content-box-green {
  background-color: #d9edc2;
  border: 1px solid #b2ce96;
}

.content-box-purple {
  background-color: #e2e2f9;
  border: 1px solid #bebde9;
}

.content-box-red {
  background-color: #f9dbdb;
  border: 1px solid #e9b3b3;
}

.content-box-yellow {
  background-color: #fef5c4;
  border: 1px solid #fadf98;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
  margin-bottom: 40px;
}

.comment-header {
  font-size: 20px;
}

.entry-comments .comment {
  border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
  clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
  margin: 0;
}

.entry-comments .children .comment {
  border: none;
}

.comment-respond label {
  display: block;
  font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 100%;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.entry-comments ul.children {
  margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
  display: none;
}

.bypostauthor {
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
  float: right;
  width: 360px;
}

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

.sidebar p:last-child {
  margin-bottom: 0;
}

.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word;
}

.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  margin-bottom: 40px;
}


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

.footer-widgets {
  background-color: #f04848;
  clear: both;
  font-size: 24px;
  padding: 100px 0;
  text-align: center;
}

.footer-widgets,
.footer-widgets a:hover {
  color: #fff !important;
}

.footer-widgets a {
  color: #000 !important;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}


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

.site-footer {
  background-color:#E9E9E9;
  padding:10px 0;
  text-align: center;
  clear:both;
}

.site-footer a,
.site-footer p {
  color: #fff;
}
.footer_bottom {
  background: #000000 none repeat scroll 0 0;
  margin-top: 15px;
  padding: 5px 0 13px;
}
.footer_bottom .wrap a:hover{
  color: #35B9E5 !important;
}
.site-footer .wrap span a img:hover:hover{
  opacity: 0.7
}
.site-footer .wrap span a {
  display: inline-block;
  margin: 16px 7px 0;
}
.footer_bottom a {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 1px;
  padding-right: 15px;
  text-transform: uppercase;
}
.footer_bottom .menu li {
  display: inline;
}
.footer_bottom a:hover{
  color: #35B9E5
}
.shooping_cart {
  float: right;
}
.shooping_cart a {
  background: rgba(0, 0, 0, 0) url("images/footer_shipping.jpg") no-repeat scroll 0 0;
  padding-bottom: 9px;
  padding-left: 46px !important;
  padding-right: 0;
  padding-top: 9px;
}
.footer_bottom .menu {
  margin: 0 auto;
  width: 1100px;
}
.site-footer a:hover {
  color: #35B9E5;
}

.site-footer p {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.page-id-45 .entry-header {
  display: none;
}
/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.parallax-pro-blue a:hover,
.parallax-pro-blue .entry-title a,
.parallax-pro-green a:hover,
.parallax-pro-green .entry-title a,
.parallax-pro-orange a:hover,
.parallax-pro-orange .entry-title a,
.parallax-pro-pink a:hover,
.parallax-pro-pink .entry-title a {
  color: #000;
}

.parallax-pro-blue .genesis-nav-menu a,
.parallax-pro-blue .home-odd a:hover,
.parallax-pro-blue .site-footer a,
.parallax-pro-green .genesis-nav-menu a,
.parallax-pro-green .home-odd a:hover,
.parallax-pro-green .site-footer a,
.parallax-pro-orange .genesis-nav-menu a,
.parallax-pro-orange .home-odd a:hover,
.parallax-pro-orange .site-footer a,
.parallax-pro-pink .genesis-nav-menu a,
.parallax-pro-pink .home-odd a:hover,
.parallax-pro-pink .site-footer a {
  color: #fff;
}

/* Parallax Pro Blue
--------------------------------------------- */

.parallax-pro-blue a,
.parallax-pro-blue .entry-title a:hover,
.parallax-pro-blue .genesis-nav-menu a:hover,
.parallax-pro-blue .genesis-nav-menu .current-menu-item > a,
.parallax-pro-blue .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-blue .home-odd .featured-content .entry-title a:hover,
.parallax-pro-blue .site-footer a:hover,
.parallax-pro-blue .site-header .widget-area a:hover {
  color: #44ace8;
}

.parallax-pro-blue input:hover[type="button"],
.parallax-pro-blue input:hover[type="reset"],
.parallax-pro-blue input:hover[type="submit"],
.parallax-pro-blue .archive-pagination li a:hover,
.parallax-pro-blue .archive-pagination .active a,
.parallax-pro-blue .footer-widgets,
.parallax-pro-blue .pricing-table a.button:hover {
  background-color: #44ace8;
}

.parallax-pro-blue .pricing-table a.button:hover {
  border: 3px solid #44ace8;
}


/* Parallax Pro Green
--------------------------------------------- */

.parallax-pro-green a,
.parallax-pro-green .entry-title a:hover,
.parallax-pro-green .genesis-nav-menu a:hover,
.parallax-pro-green .genesis-nav-menu .current-menu-item > a,
.parallax-pro-green .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-green .home-odd .featured-content .entry-title a:hover,
.parallax-pro-green .site-footer a:hover,
.parallax-pro-green .site-header .widget-area a:hover {
  color: #35c379;
}

.parallax-pro-green input:hover[type="button"],
.parallax-pro-green input:hover[type="reset"],
.parallax-pro-green input:hover[type="submit"],
.parallax-pro-green .archive-pagination li a:hover,
.parallax-pro-green .archive-pagination .active a,
.parallax-pro-green .footer-widgets,
.parallax-pro-green .pricing-table a.button:hover {
  background-color: #35c379;
}

.parallax-pro-green .pricing-table a.button:hover {
  border: 3px solid #35c379;
}

/* Parallax Pro Orange
--------------------------------------------- */

.parallax-pro-orange a,
.parallax-pro-orange .entry-title a:hover,
.parallax-pro-orange .genesis-nav-menu a:hover,
.parallax-pro-orange .genesis-nav-menu .current-menu-item > a,
.parallax-pro-orange .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-orange .home-odd .featured-content .entry-title a:hover,
.parallax-pro-orange .site-footer a:hover,
.parallax-pro-orange .site-header .widget-area a:hover {
  color: #e58c29;
}

.parallax-pro-orange input:hover[type="button"],
.parallax-pro-orange input:hover[type="reset"],
.parallax-pro-orange input:hover[type="submit"],
.parallax-pro-orange .archive-pagination li a:hover,
.parallax-pro-orange .archive-pagination .active a,
.parallax-pro-orange .footer-widgets,
.parallax-pro-orange .pricing-table a.button:hover {
  background-color: #e58c29;
}

.parallax-pro-orange .pricing-table a.button:hover {
  border: 3px solid #e58c29;
}

/* Parallax Pro Pink
--------------------------------------------- */

.parallax-pro-pink a,
.parallax-pro-pink .entry-title a:hover,
.parallax-pro-pink .genesis-nav-menu a:hover,
.parallax-pro-pink .genesis-nav-menu .current-menu-item > a,
.parallax-pro-pink .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-pink .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-pink .home-odd .featured-content .entry-title a:hover,
.parallax-pro-pink .site-footer a:hover,
.parallax-pro-pink .site-header .widget-area a:hover {
  color: #cb4082;
}

.parallax-pro-pink input:hover[type="button"],
.parallax-pro-pink input:hover[type="reset"],
.parallax-pro-pink input:hover[type="submit"],
.parallax-pro-pink .archive-pagination li a:hover,
.parallax-pro-pink .archive-pagination .active a,
.parallax-pro-pink .footer-widgets,
.parallax-pro-pink .pricing-table a.button:hover {
  background-color: #cb4082;
}

.parallax-pro-pink .pricing-table a.button:hover {
  border: 3px solid #cb4082;
}

.footer_testimonial_section {
  padding: 50px 20px 20px;
}
.footer_info_section_main {
  clear: both;
  float: left;
  height: auto !important;
  width: 100%;
}
#shiftnav-toggle-main {
  display: none;
}
.shiftnav-wrap {
  padding-top: 0 !important;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
/*
@media only screen and (max-width: 1139px) {

.site-inner,
.wrap {
max-width: 960px;
}

.site-header .widget-area {
width: 560px;
}

.home-section-1,
.home-section-3,
.home-section-5 {
background-attachment: scroll;
background-position: top;
-webkit-background-size: auto;
-moz-background-size:    auto;
background-size:         auto;
}

.content {
width: 520px;
}

.full-width-content .content {
padding: 0 110px;
}

}

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

.site-inner,
.wrap {
max-width: 768px;
}

.parallax-home .site-inner {
max-width: none;
}

.site-header {
padding-bottom: 10px;
position: relative;
}

.content,
.sidebar,
.site-header .widget-area,
.title-area {
width: 100%;
}

.genesis-nav-menu,
.site-header .widget-area,
.site-title {
text-align: center;
}

.header-image .site-title > a {
margin: 0 auto 10px;
}

.genesis-nav-menu a {
padding: 10px;
}

.parallax-home .site-inner {
margin-top: 0;
}

.site-inner {
margin-top: 80px;
}

.full-width-content .content {
padding: 0;
}

img.pull-left {
margin-left: 0;
}

img.pull-right {
margin-right: 0;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.pricing-table .one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
margin: 0;
width: 100%;
}

.pricing-table .one-third:nth-child(3n+1) {
border-right: 2px solid #000;
}

.pricing-table .one-third:nth-child(3n+2) {
margin-bottom: 20px;
margin-top: 20px;
}

.pricing-table .one-third:nth-child(3n) {
border-left: 2px solid #000;
}

}

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

.site-inner,
.wrap {
max-width: none;
width: 100%;
}

.site-inner,
.wrap {
padding: 0 5%;
}

.parallax-home .site-inner {
padding: 0;
}

.responsive-menu {
display: none;
}

#responsive-menu-icon {
display: block;
}

.home-even,
.home-odd {
padding: 90px 0 100px;
}

.parallax-home .simple-social-icons ul li {
margin: 0 20px 20px !important;
}

}

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

.footer-widgets .widget-title,
.home-even .widget-title,
.home-odd .widget-title {
font-size: 36px;
}

.home-even,
.home-odd {
font-size: 22px;
}

}

*/

/**************** BHARGAV **************/
.header_line_black {
  background: #000000 none repeat scroll 0 0;
  height: 44px;
  padding: 9px 0;
}.header_line_black_part_three {
  float: left;
  margin-right: 17px;
}
.header_line_black_part_four {
  float: left;
}
.righ_header_area a {
  font-size: 14px;
  color: #fff;
}
.righ_header_area a:hover {
  color: #29B8E6;

}
.inner_wrap {
  width: 1100px;
  margin: 0 auto;
}
.header_line_black_part_three > img {
  border-right: 1px solid #5a5a5a;
  margin-top: 11px !important;
  padding-right: 17px;
}
.header_line_black_part_four > a {
  border-right: 1px solid #5a5a5a;
  padding-right: 17px;
}
.righ_header_area {
  float: right;
  margin-top:28px;
}
.header_line_black_part_five {
  background: rgba(0, 0, 0, 0) url("images/enquire_now_icon.png") no-repeat scroll left center;
  float: left;
  height: 40px;
  margin-left: 16px;
  padding-left: 23px;
}



.header_line_black_one {
  color: #ffffff;
  float: left;
  font-size: 14px;
  width: 33.33%;
  padding-left: 20px;
  background:url(images/address_icon.png) no-repeat left center; 
}
.divin_area {
  margin-left: 88px;
  font-size: 70px;
}
.schematic_area {
  margin-left: 28px;
}
.site-inner, .wrap a {
  color: #000000;
}
.header_line_black_part_two {
  color: #ffffff;
  float: left;
  font-size: 14px;
  width: 33.33%;
  text-align: center;
}
.site-footer .wrap {
  color:#2a2a2a;
  font-size: 16px;
}
.about_title_area h2 {
  font-size: 60px;
  line-height: 63px;
  text-transform: uppercase;
  background:url(images/about_bg.png) no-repeat left center;
}





/*------about_section------*/

.about_section{ padding:30px 0; text-align:center;}
.about_section .vc_col-sm-12{ width:1100px; margin:0 auto; float:none;}
.about_section .abouttitle{ font-size:40px; color:#fca61e;font-family:'MilfordCondensedBold-Regular'; text-transform:uppercase; font-weight:bold; line-height:44px;}
.about_section .abouttitle span{ font-size:55px; color:#000; display:block; margin-bottom:15px;}
.about_section p{ color:#000; line-height:24px; font-size:16px;} 
.product_left_img img{ display:block; width:100%;margin:0!important; display:none;}

.product_left_img p{ margin:0!important;}


.product_section .product_left_img{background-size: 100% 100% !important;min-height:547px !important;padding: 0 !important;position: relative;}
.product_section .vc_col-sm-6{ padding:0!important;}
.product_section .product_right_text{ padding:40px 145px 40px 40px !important;}
.product_section .product_right_text h4{ font-size:48px; font-weight:bold; line-height:50px; color:#000; text-transform:uppercase;font-family:'MilfordCondensedBold-Regular';}
.product_section .product_right_text h4 span{ display:block;}
.product_section .product_right_text ul li{background:rgba(0, 0, 0, 0) url("images/listing_bg.png") no-repeat scroll top 11px left;float: left;list-style: outside none none;
  width:50%;padding:4px 0 4px 20px;}
.product_section .product_right_text ul{ margin:0;}

.welcome_section{ padding:30px 0;}
.welcome_section .vc_col-sm-12{ width:1100px; margin:0 auto; float:none;}
.welcome_section h5{ font-size:40px!important; color:#fca61e;font-family:'MilfordCondensedBold-Regular'; text-transform:uppercase; font-weight:bold; line-height:48px; text-align:center; 
  margin-bottom:30px!important;}
.welcome_section h5 span{ font-size:55px; color:#000; display:block;}
.welcome_section h6{ font-size:30px;font-family:'MilfordCondensedBold-Regular'; color:#000;}
.welcome_section .vc_col-sm-6:first-child{ border-right:1px dotted #000; padding-right:25px;}
.welcome_section .vc_col-sm-6:last-child{ padding-left:30px;}

.home_range_section{ padding:40px 0;}
.home_range_section .vc_col-sm-12{ width:1100px; margin:0 auto; float:none; text-align:center;}
.home_range_section .vc_col-sm-12 h6{ color:#fca61e; font-size:50px;font-family:'MilfordCondensedBold-Regular'; line-height:52px; text-transform:uppercase;}
.home_range_section p{ color:#fff; font-size:20px; line-height:26px; }
.home_range_section ul li a{color: rgb(255, 255, 255);display: block;font-size: 17px;font-weight: 700;height: 122px; padding: 0;
  vertical-align: middle; width: 122px;overflow: hidden;}
.home_range_section ul li a img{transition: all 0.5s ease 0s;}
.home_range_section ul li:hover a img{transform: scale(1.1);transition: all 0.5s ease 0s; }
.home_range_section ul{ text-align:center; margin:0;}
.home_range_section ul li{ display:inline-block; vertical-align:top; margin-right:18px; height:122px; margin-bottom:20px;}
.home_range_section ul li a img{ margin:0; display:block;}
.home_range_section .first_listing{ margin-bottom:20px!important;} 
.img_span { display: table-cell !important;height: 122px; margin: 0 !important; position: relative;top: -122px;vertical-align: middle;
  width: 122px;color:#fff; background: rgba(51, 51, 51, 0.5) none repeat scroll 0 0;} 



/*---------foter area---------*/

.main_footer{ float:left; width:100%; padding:40px 0;} 
.footer_clm_one {float: left;width:20%; margin-right:25px;}
.footer_clm_three {float: left;width:23%; margin-right:25px;}
.footer_clm_two {float: left;width:20%; margin-right:25px;} 
.footer_clm_four {float:right;width:23%;}

.mainsb_footer{ float:left; width:100%; padding:0 0; background:#E9E9E9;} 
.clear{ clear:both; margin:0; padding:0;}
.mainsb_footer .footer_main_in{ width:1100px; margin:0 auto; float:none; text-align:center; border-top:1px solid #3a3b56; padding:20px 0 0 0;} 
.sub_footer_left{ float:left;}
.sub_footer_right{ float:right;}
.fllwtext{ color:#000;font-family:'MuseoSlab-500'; font-size:20px; display:block; font-weight:normal; text-transform:uppercase; margin-bottom:20px;}
.sub_footer_right .widget-title{ color:#000;font-family:'MuseoSlab-500'; font-size:20px; display:block; font-weight:normal; text-transform:uppercase; margin-bottom:20px;}

.footer_clm_two .widget-title{ color:transparent!important;}


/*----------slider text----------*/

.slider_one{ text-align:center;}
.slider_one h1{
  color: #ffffff !important;
  font-family: "MilfordCondensedBold-Regular";
  font-size: 49px!important;
  text-align: center;
  text-transform: uppercase;
  line-height:60px!important;
}
.slider_one h1 span{ font-size:75px!important; display:block;}
.slider_one p{ color:#fff; font-size:26px;font-family:'MilfordCondensedBold-Regular'; text-transform:uppercase; margin-top:20px;}



/*-----------header----------*/

.site-container .strtheader_divfrnt{ width:1100px; margin:0 auto; float:none; text-align:center;}
.enqry_nw_button{ float:left;}
.header_line_white_part_two{ font-size:19px; color:#fca61e;font-family:'MilfordCondensedBold-Regular';}
.header_line_white_part_two .pphone{display:block;}
.header_line_white_part_two .pphone a{ color:#fca61e; font-size:25px;}



/*--------menu----------*/

.genesis-nav-menu a{ height:41px; line-height:41px; padding:0 6px; font-size:16px;color:#fff;font-family:'MilfordCondensedBold-Regular';}
.genesis-nav-menu{ float:right;}
.site-container{ height:105px; background:#fff!important; position:relative; z-index:9000;}
.home .site-header{ display:none;}
.home .site-inner{background:none!important;}
.slider_area{ margin-top:-172px;}
.nav-primary{ position:relative; z-index:900;}
.enqry_nw_button a{background: #fca61e url("images/one_icon.png") no-repeat scroll left 10px center;display: block; font-family: "MilfordCondensedBold-Regular";
  height: 45px;line-height: 45px;text-align: center;width: 194px;text-transform: uppercase;font-size: 17px;letter-spacing: 1px;padding-left:10px;}
.enqry_nw_button a:hover{background:#231f20 url("images/one_icon.png") no-repeat scroll left 10px center; color:#fff;}
.header_line_white_part_two .pphone a:hover{ color:#fca61e;}



/*---------over product section--------------*/


.our_product_section .vc_col-sm-12{ width:1100px; margin:0 auto; float:none; text-align:center;}
.our_product_section{ padding:40px 0; position:relative; background:url("images/one_bg.png") no-repeat scroll 0 0; background-size:100% 100%!important; position:relative!important;
  z-index:900; margin-top:-20px;}
.our_product_section h2{ color:#fca61e; font-size:36px!important;font-family: "MilfordCondensedBold-Regular"; text-transform:uppercase; margin:20px 0 0 0;}
.carousel-no-style{ width:100%!important; top:-25px;}
.carousel-no-style ul li{ width:264px!important; list-style:none; padding:0 10px 0 0; }
.carousel-no-style ul li a{background: rgba(0, 0, 0, 0) url("images/shadow_bg.png") no-repeat scroll 0 0;display: block;height: 139px;width: 100%;margin-top: -139px;
  z-index: 9000;position: relative;font-size:22px; color:#fff;font-family: "MilfordCondensedBold-Regular"; text-transform:uppercase;padding-top:100px;} 
.carousel-no-style ul li img{ display:block;}

.prev-no-style{background: rgba(0, 0, 0, 0) url("images/left_arow.jpg") no-repeat scroll 0 0!important; width:32px; height:64px; padding:0; border:none;
  text-indent: -5000px!important; float:left;position: relative;top:70px;left: -65px;}
.next-no-style{background: rgba(0, 0, 0, 0) url("images/right_arow.jpg") no-repeat scroll 0 0!important;width:32px; height:64px; padding:0;border:none;
  text-indent: -5000px!important; float:right; position: relative;top:70px;right: -65px;}


.Image_Wrapper{ width:14.28%!important; height:auto!important; vertical-align:top!important;}
.Image_Wrapper img{ width:100%!important; height:auto!important; display:block!important;}
.Caption .Caption_Content {border: 2px solid #ffffff;display: table-cell;float: none;height: 245px;text-align: center;top: 0 !important;vertical-align: middle;
  width: 250px;font-size:22px; color:#fff;font-family: "MilfordCondensedBold-Regular"; text-transform:uppercase; padding:0 30px;}
.Caption {top:0!important;margin-top:-273px;height:273px; padding:15px;}
.Caption_Background{ display:none;}
.Image_Wrapper .Caption{ display:none;}
.Image_Wrapper:hover .Caption{ display:block;} 
.Image_Wrapper:hover img{ opacity:0.3;}
.Image_Wrapper:hover img {opacity: 0.7;} 

.yello_section .vc_col-sm-12{ width:1100px; margin:0 auto; float:none; color:#fff;}
.yello_section{ padding:30px 0;}
.yello_content_left p{ color:#fff; font-size:18px; line-height:24px; margin:5px 0 0 0;}
.yello_content_left{ width:75%!important;}
.footer_call_section{ float:right!important; width:auto!important;}
.footer_call_section p{ color:#fff;font-weight:bold; font-size:23px; text-transform:uppercase; line-height:28px; margin:0;}
.footer_call_section p a { color:#fff; font-weight:bold; font-size:30px; text-transform:uppercase; display:block;}
.footer_call_section p a:hover{ color:#333;}

/*--------------inner page-------------*/

.site-header{ display:none;}
.feature_img_section img{ margin-top:-172px; width:100%;} 
.site-inner{ max-width:inherit; width:100%;}
.secondarynew{ width:1100px; margin:0 auto; float:none;}
.home .secondarynew{ width:100%; margin:0 auto; float:none;}
.content-sidebar-wrap .entry-header{ display:none;} 
.feature_img_section  h1{ font-size:39px; color:#fff; margin:-7% auto 6%!important;font-family: "MilfordCondensedBold-Regular"; font-weight:bold;text-transform: uppercase;
  width:1100px;} 
.content-sidebar-wrap .content .entry-header{position:relative;} 
.left_img{ float:left; margin-right:20px; margin-bottom:10px;}
.secondarynew .content{ margin-bottom:20px;}
.home .secondarynew .content{ margin-bottom:0;}

/*--------testimonial-------------*/

.single-bne-testimonial h3{ display:none;}
.single-bne-testimonial p i{ font-weight:bold; color:#FCA61E; font-size:18px; margin-top:10px; float:left;}
.content-sidebar-wrap h2, h3, h4, h5, h6{color: #fca61e;font-family: "MilfordCondensedBold-Regular";text-transform: uppercase;}
.content-sidebar-wrap h2{font-size: 30px;}
.content-sidebar-wrap h3{font-size: 28px;}
.content-sidebar-wrap h4{font-size: 26px;}
.content-sidebar-wrap h5{font-size: 24px;}
.content-sidebar-wrap h6{font-size: 24px;}
.content-sidebar-wrap h1{color: #fca61e;font-family: "MilfordCondensedBold-Regular";font-size:36px;text-transform: uppercase;}
.single-bne-testimonial {margin:0 0 20px 0!important; border-bottom:1px solid #333; padding-bottom:20px;}
.single-bne-testimonial p{ margin:0;}
.contact_right_area .wpcf7-form input{ border-bottom:2px solid #000!important; border:none;}
.contact_right_area .wpcf7-form input:focus{ border-bottom:2px solid #fca61e!important; border:none;}
.contact_right_area .wpcf7-form textarea{ border-bottom:2px solid #000!important; border:none; height:273px;}  
.contact_right_area .wpcf7-form textarea:focus{ border-bottom:2px solid #fca61e!important; border:none;}
.contact_right_area .wpcf7-form .wpcf7-form-control.wpcf7-submit{border:none!important;margin-top: 15px;padding: 10px 15px;width: 100%;}
.contact_right_area .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover{ background:#FCA61E!important;}
.ln-icon_ckk:last-child{ margin-left:10px;}
.sub_footer_left img:hover{ opacity:0.6;}

/*--------footer testimonial-----------*/

.footer_main_section{ background:#ebebeb; padding:0px 0;}
.footer_testimonial_section{ width:1100px; margin:0 auto; float:none; text-align:center;}

.footer_info_section_main{background:#fca61e; padding:40px 0; height:130px;}
.footer_info_section{ width:1100px; margin:0 auto;} 
.footer_info_left{ float:left; width: 75%; color:#fff; font-size:20px; line-height:26px;}
.footer_info_left a{ color:#fff; display:none;}
.footer_info_right {color: #ffffff;font-family: "MilfordCondensedBold-Regular";font-size: 23px;font-weight: bold;line-height: 28px;margin: 0;text-transform: uppercase; float:right;}
.footer_info_right a{color: #ffffff;display: block;font-family: "MilfordCondensedBold-Regular";font-size: 30px;font-weight: bold;text-transform: uppercase;}
.footer_info_right a:hover{ color:#333;}

.footer_testimonial_section{ padding:50px 0 20px;}
.testimonial_main_heading{ font-size:39px; color:#fca61e;font-family: "MilfordCondensedBold-Regular"; text-transform:uppercase; letter-spacing:1px; margin-bottom:15px;}
.footer_testimonial_section p{ font-style:italic; line-height:24px;} 
.bne-testimonial-slider.bne-flexslider .flex-control-nav li{ float:none!important; display:inline-block;}
.flex-direction-nav{ display:none;}


/*----------product page-------------*/

#container{ width:1100px; margin:0 auto 20px; float:none; padding:0!important;}
.woocommerce-breadcrumb{ display:none;}
#container .page-title{ margin:0!important;color:#FCA61E;font-size:30px;margin: 0;font-family: "MilfordCondensedBold-Regular"; text-transform:uppercase; display:none;}
.term-description{ text-align:center;background:url("images/greed.jpg") no-repeat scroll center bottom; padding-bottom:30px; margin-bottom:20px;}
.term-description br{ display:none;}
.products .product_type_simple{ display:none!important;} 
.products li:hover h3{ color:#333;}
.woocommerce .woocommerce-ordering select{font-family: "MilfordCondensedBold-Regular";}
.term-description p:first-child{ color:#fca61e; font-size:30px;font-family: "MilfordCondensedBold-Regular"; line-height:32px; margin-bottom:20px;}
.woocommerce-result-count{color:#fca61e; font-size:22px;font-family: "MilfordCondensedBold-Regular"; margin:12px 0 0 0!important; display:none;}
.woocommerce-ordering{ display:none;}
.woocommerce-ordering{ margin:0;}
.grid-img{height: 230px;line-height: 230px;text-align: center;vertical-align: middle; border:1px solid #FCA61E;}




/*-----------singale product page---------*/

.woocommerce-tabs .panel {background:#eeeeee none repeat scroll 0 0;padding:20px!important;}
.woocommerce-tabs h2{font-family: "MilfordCondensedBold-Regular"; color:#FCA61E; font-size:24px;} 
.woocommerce-tabs ul li{ padding:2px 0;}
.related.products h2{font-family: "MilfordCondensedBold-Regular"; color:#FCA61E; font-size:30px;} 
.summary.entry-summary h1{font-family:"MilfordCondensedBold-Regular"; color:#FCA61E; font-size:30px;}
#enquiry input{background:#fca61e;border-radius: 0;color: #ffffff;height: 40px;line-height: 40px;padding: 0;text-align: center;width: 150px;border:none;}
#enquiry input:hover{ background:#333;}
.main-desc {border-bottom: 1px solid #fca61e;margin-bottom: 10px;padding-bottom: 15px;}
.pro_price .proprice{ font-size:18px;float:left;margin-right:10px; color:#FCA61E;font-family:"MilfordCondensedBold-Regular";}
.pro_size .prosize{ font-size:18px;float:left;margin-right:10px; color:#FCA61E;font-family:"MilfordCondensedBold-Regular";}
.images{ padding:10px;border:1px solid #ccc; }
.images a{display: flex;align-items: center;overflow:hidden;}
.images a img{ width:100%; margin:0 auto;}
.thumbnails a {
  border: 2px solid #333333;
  clear: inherit !important;
  float: left !important;
  height: 100px;
  margin: 0 5px 5px 0 !important;
  width: 100px !important; 
}
.thumbnails a:hover{ border:2px solid #FCA61E;} 
.product_meta{ display:none;}
.thumbnails a img {
  height: 100% !important;
  max-width: 100% !important;
  width: auto !important;
}

/*---------enqury form----------*/

.page-id-109 .wpcf7-form{ padding:30px;background:#fff;}
.page-id-109 .wpcf7{ padding:30px;background:#eee;}



.page-id-109 .wpcf7-form h2{font-size:30px;}
.page-id-109 .wpcf7-form input{ border-radius:0px; border: 2px solid #b0b0b0; margin-top:7px;}
.page-id-109 .wpcf7-form textarea{ border-radius:0px; height:150px;border: 2px solid #b0b0b0;margin-top:7px;}
.page-id-109 .wpcf7-form-control.wpcf7-submit {display: block;margin: 0 auto;width: 150px;background:#fca61e; padding:15px; border:none;}
.page-id-109 .wpcf7-form-control.wpcf7-submit:hover{ background:#333;}
.page-id-109 .wpcf7-form .ajax-loader{ display:none;}
.submit_buttons{ margin:0;}
.page-id-109 .wpcf7-form p{ margin-bottom:10px; font-size:17px;}
.first_input p{ float:left; width:49%;}
.first_input p:last-child{ float:right!important;}
.second_input p{ float:left; width:49%;}
.second_input p:last-child{ float:right!important;}




/*--------table section-----------*/

.table_area table th{ background:#FCA61E; padding:10px; color:#fff; font-weight:bold; font-size:18px;}
.table_area table th, td{ padding:5px; border:1px solid #d6d6d6; text-align:center; line-height:24px;}
.table_area tr:nth-of-type(2n+1) {background: #eeeeee none repeat scroll 0 0;}


/*----------wedding-a --------*/

.center_content_section{ text-align:center;}
.title_two{background: rgba(0, 0, 0, 0) url("images/greed.jpg") no-repeat scroll center bottom;font-size: 30px !important;line-height: 30px !important;margin-bottom: 10px !important;
  padding-bottom: 31px;} 

.footer_gellery_section .vc_col-sm-12{ padding:0!important;}
.footer_gellery_section .vc_col-sm-12 ul li{float:left!important;height:auto!important;left: 0 !important;margin: 0 !important;position: relative !important;right: 0 !important;
  top: 0 !important;width: 16.66% !important;}
.footer_gellery_section .vc_col-sm-12 ul li a img{ width:100%;}
.full_img img{ width:100%;}

.weddingmenu{width:100%;background:#515151; border-top:3px solid #fdc075;margin:-33px 0 40px;padding:0px 0; height:70px; position:relative;} 
.weddingmenu ul{ margin:0 auto; text-align:center;}
.weddingmenu ul li{ float:none; display:inline-block;}
.weddingmenu ul li a{ padding:21px 20px; font-size:23px;font-family:"MilfordCondensedBold-Regular"; color:#fff; display:block;} 
.weddingmenu ul li a:hover{ color:#FCA61E;}


/*---------navigation------------*/
.genesis-nav-menu li li{ width:100%;}
.genesis-nav-menu li li a{background:#fbfbfb;border-bottom:1px solid #000;color:#000;height:auto !important;letter-spacing: 1px;line-height:inherit !important;padding:12px 15px;} 
.genesis-nav-menu li li a:hover{ background:#333; color:#fff!important;}




/*--------enqury popup-----------*/

div.ui-dialog{ width:600px!important; background:#fff!important; border-radius:0px!important; padding:0!important;}
.ui-dialog-titlebar{ border-radius:0px!important; background:#FCA61E!important; border:none!important; padding:15px!important;}
.ui-dialog-titlebar span{ color:#fff!important;font-family:"MilfordCondensedBold-Regular"; font-size:28px; }
.wdm-pef-form-row > label {display: block !important;padding: 0 !important;text-align: left !important;width: 100% !important;font-family:'Roboto-Thin';font-size: 16px !important;
  font-weight: 600 !important;}
.contact-input{ width:100%!important; padding:10px!important; margin-bottom:10px!important; border-radius:0px!important;}
.ui-dialog-content.ui-widget-content{ padding:20px!important;}
.wdm-enquiry-action-btns button{ background:#FCA61E!important; width:120px; border-radius:0px!important;} 
.wdm-enquiry-action-btns button:hover{ background:#333!important;}
.ui-dialog.wdm-enquiry-modal{ border:none!important;}
.ui-dialog .ui-dialog-titlebar-close{ background:#d57f00!important; height:60px!important; width:60px!important; right:0!important; margin-top:0!important; top:0!important; 
  border-radius:0px!important;}


/*-----------home bottom slider------------*/

.bottom_slider{display:none;}
.homeimg .newgallery{ width:14.28%; float:left;}
.homeimg .newgallery a:first-child{display:block;}
.homeimg .newgallery a:first-child img{ display:block; width:100%; margin:0!important;}
.homeimg .newgallery .prettyphoto {display: block;margin: -190px 15px 15px 15px;border: 2px solid #fff!important;padding:62px 40px 0;position: relative;z-index: 900000;
  height: 175px;text-align: center;color: #ffffff;font-family: "MilfordCondensedBold-Regular";font-size:22px; display:none;}
.homeimg .newgallery .prettyphoto:hover{ border:2px solid #FCA61E!important; color:#FCA61E; }
.homeimg  .newgallery:hover .prettyphoto {display:block!important;} 

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */

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


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

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

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

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

  nav {
    display: block !important;
  }
  .header_line_white_part_two {
  background: rgba(0, 0, 0, 0) url(https://www.havingaparty.net.au/wp-content/uploads/2018/01/phone-icon.png) no-repeat scroll left center;
}
}

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

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

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

  button.menu-toggle,
  button.sub-menu-toggle {
    background-color: transparent;
    color: #999;
  }

  .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 {
    display: none;
    position: relative;
  }

  .genesis-nav-menu .menu-item {
    background-color: #f5f5f5;
    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: #f5f5f5;
    padding-left: 30px;
  }

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

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

.sub_footer_left .fb-icon_ckk{ float:left;}



.cross_image_area{ text-align:center; margin:20px 0;}
.fist_cross{ border-bottom:1px solid #333;}
.cross_image_area .vc_col-sm-6{ border-right:1px solid #333;}
.cross_image_area .vc_col-sm-6:nth-of-type(2n+2){ border:none!important;}
.fist_cross{ width:50%; margin:0 auto!important;}
.second_cross{ width:50%; margin:0 auto!important;}
.second_cross .vc_col-sm-6{ padding-top:20px;}
.second_cross .vc_col-sm-6 p{ margin:0!important;}
.button_area{ margin-top:30px; text-align:center;}
.left_button_area p{ color: #ffffff; font-family: "MilfordCondensedBold-Regular"; font-size: 34px; line-height: 40px; margin: 0 !important;}
.left_button_area p a{ display:block; font-family: "MilfordCondensedBold-Regular";}
.right_button_area p{color: #ffffff;font-family: "MilfordCondensedBold-Regular";font-size: 34px; line-height: 40px;margin: 0 !important;}
.right_button_area p a{ display:block; font-family: "MilfordCondensedBold-Regular";}
.button_area a:hover{ color:#fff;}


.chart_top_section .vc_col-sm-4{ text-align:center; border-right:1px solid #333;}
.chart_top_section .vc_col-sm-4:last-child{ border:none;}
.chart_top_section .wpb_single_image .vc_single_image-wrapper{ max-width:inherit; display:block;}
.chart_top_section .wpb_single_image .vc_single_image-wrapper img{ margin:0 auto; display:block;}
.chart_top_section{ margin-bottom:20px!important;}  
.count{ background:none!important; color:#FCA61E!important;}
.woocommerce ul.products li.product h3:hover .count{ color:#000!important;}     


/*--------contact us-------------*/
.footer_testimonial_section .single-bne-testimonial p i{ float:none!important;}
.contact_left_area h3{ border-bottom:1px dotted #fca61e; padding-bottom:10px;font-size:26px;}
.contact_left_area ul li{ padding:3px 0;}
.contact_right_area h2{ border-bottom:1px dotted #fca61e; padding-bottom:10px; margin-top:20px; font-size:26px;}
.error404 .content h1{color: #ffffff;font-family: "MilfordCondensedBold-Regular";font-size: 39px;font-weight: bold;margin: -9% auto 8% !important;text-transform: uppercase;
  width: 1100px; position:relative;}
.top_adress_contact .vc_col-sm-4{ border-right:2px solid #b3b3b3; text-align:center; min-height:355px;}
.top_adress_contact .vc_col-sm-4:last-child{ border:none;}
/*.top_adress_contact .vc_col-sm-4 h3{ font-size:16px;}*/
.top_adress_contact .vc_col-sm-4 ul li{ list-style:none!important;}
.contact_form_area .vc_col-sm-12{ padding:30px; background:#EEEEEE;}
.contact_form_area .vc_col-sm-12 .wpcf7-form{ padding:30px; background:#fff;}
.contact_form_area input{border:2px solid #b0b0b0; font-size:16px;}
.contact_form_area textarea{border:2px solid #b0b0b0; font-size:16px;}
.contact_form_area .details p{ width:49%; float:left;}
.contact_form_area .details p:last-child{ float:right;}
.contact_form_area .details{ float:left; width:100%;}
.contact_form_area .wpcf7-form-control.wpcf7-submit{ border:none; padding:10px; width:150px; margin:0 auto; display:block;}
.contact_form_area .wpcf7-form-control.wpcf7-submit:hover{ background:#FCA61E;}
.ajax-loader{ display:none;}
.contact_form_area .vc_col-sm-12 .wpcf7-form p:last-child{ margin:0!important;}
.top_adress_contact {border-bottom: 2px solid #cccccc;border-top: 2px solid #cccccc;margin-bottom: 30px!important;padding: 20px 0 10px;}



/**/
.grid-link{background: #f2f2f2 none repeat scroll 0 0;
  border-top: 4px solid #fca61e;
  display: table-cell;
  font-size: 18px;
  height: 80px;
  letter-spacing: 1px;
  margin: 0;
  padding: 15px;
  vertical-align: middle;
  width: 260px;}

/*30-9-2015*/


.specialsub .product-category.product.first {width: 100%;}  
.matrixmarquee .product-category.product.first { width: 100%;}
.decorationsub .product-category.product.first { width: 100%;}
.woocommerce ul.products li.product a img {display: initial !important;}

.slider_one h2 {font-size: 49px !important;  color: #ffffff !important;}
.slider_one h2 .slider_span { font-size: 75px !important;  display: block;}
.main_footer .widget-title{ color:#fca61e;display: block;font-family: "MuseoSlab-500";font-size: 20px; text-transform:uppercase;}
.newgallery br{ display:none;}  
.thank_messge { border: 1px solid #000000;  font-size: 18px;  line-height: 27px;  padding: 20px;}
.grid-link {border-top: 4px solid #fca61e;  display: table-cell;  font-size: 18px;  height: 80px; letter-spacing: 1px; margin: 0; padding: 15px;  vertical-align: middle;
  width: 260px; text-transform: uppercase; font-family: "MilfordCondensedBold-Regular"; color: #fca61e; font-weight: 400;}
.havingcattitle{ background: #f2f2f2 none repeat scroll 0 0; border-top: 4px solid #fca61e; display: table-cell; font-size: 18px;  height: 80px;  letter-spacing: 1px;
  margin: 0;   padding: 15px;  vertical-align: middle;  width: 260px; text-transform: uppercase;  font-family: "MilfordCondensedBold-Regular"; color: #fca61e;
  font-weight: 400;}


.left_button_area { background: #333333 none repeat scroll 0 0;  padding: 20px !important; float: left !important;  margin: 0 auto;  width: 45% !important;}
.matrixchart { margin-bottom: 5px; color: #ffffff;}
.right_button_area { background: #333333 none repeat scroll 0 0;  float: right !important;  margin: 0 auto;  width: 45% !important; padding: 20px !important;}


.woocommerce div.product .product_title {
  color: #fca61e;
  font-family: "MilfordCondensedBold-Regular";
  text-transform: capitalize;
  font-weight: 400;
}
.nunawading{font-size: 26px !important; color: #fca61e; font-family: "MilfordCondensedBold-Regular";  text-transform: uppercase;}
.product_category_title { color: #ffffff; font-family: "MilfordCondensedBold-Regular"; font-size: 39px; font-weight: bold; margin: -5% auto 6% !important;
  text-transform: uppercase; width: 1100px;}



/*responsive*/

@media only screen and (min-width: 1750px) and (max-width:1800px){
  .weddingmenu{ margin:-39px 0 40px!important;}
  .feature_img_section h1{ margin:-6% auto 5% !important;}
  .homeimg .newgallery .prettyphoto{height: 150px !important;margin: -168px 15px 15px !important;padding: 40px 40px 0 !important;display: block;}
  .product_section .product_left_img{ height:595px!important;}

} 

@media only screen and (min-width: 1700px) and (max-width:1749px){
  .weddingmenu{ margin:-39px 0 40px!important;}
  .feature_img_section h1{ margin:-6% auto 5% !important;}
  .homeimg .newgallery .prettyphoto{height: 150px !important;margin: -168px 15px 15px !important;padding: 40px 40px 0 !important;display: block;}
  .product_section .product_left_img{ height:595px!important;}

} 

@media only screen and (min-width: 1650px) and (max-width:1699px){
  .weddingmenu{ margin:-39px 0 40px!important;}
  .feature_img_section h1{ margin:-6% auto 5% !important;}
  .homeimg .newgallery .prettyphoto{height: 150px !important;margin: -168px 15px 15px !important;padding: 40px 40px 0 !important;display: block;}
  .product_section .product_left_img{ height:595px!important;}

} 


@media only screen and (min-width: 1600px) and (max-width:1649px){
  .weddingmenu{ margin:-39px 0 40px!important;}
  .feature_img_section h1{ margin:-6% auto 5% !important;}
  .homeimg .newgallery .prettyphoto{display:block;height:142px !important;margin:-157px 15px 15px !important;padding:40px 40px 0 !important;display: block;}
  .product_section .product_left_img{ height:595px!important;}

} 

@media only screen and (min-width: 1550px) and (max-width:1599px){
  .weddingmenu{ margin:-39px 0 40px!important;}
  .feature_img_section h1{ margin:-6% auto 5% !important;}
  .homeimg .newgallery .prettyphoto{height: 150px !important;margin: -168px 15px 15px !important;padding: 40px 40px 0 !important;display: block;}
  .product_section .product_left_img{ height:550px!important;}


} 

@media only screen and (min-width: 1500px) and (max-width:1549px){
  .weddingmenu{ margin:-39px 0 40px!important;}
  .feature_img_section h1{ margin:-6% auto 5% !important;}
  .homeimg .newgallery .prettyphoto{height: 150px !important;margin: -168px 15px 15px !important;padding: 40px 40px 0 !important;display: block;}
  .product_section .product_left_img{ height:550px!important;}

}   

@media only screen and (min-width: 1450px) and (max-width:1499px){
  .weddingmenu{ margin:-39px 0 40px!important;}
  .feature_img_section h1{ margin:-6% auto 5% !important;}
  .homeimg .newgallery .prettyphoto{height: 126px!important;margin: -140px 15px 15px!important;padding: 40px 40px 0!important;}
  .product_section .product_left_img{ height:550px!important;}


} 

@media only screen and (min-width: 1400px) and (max-width:1449px){
  .weddingmenu{ margin:-39px 0 40px!important;}
  .feature_img_section h1{ margin:-6% auto 5% !important;}
  .homeimg .newgallery .prettyphoto{height: 126px!important;margin: -140px 15px 15px!important;padding: 40px 40px 0!important;}
  .product_section .product_left_img{ height:600px!important;}

} 

@media only screen and (min-width: 1350px) and (max-width:1399px){
  .weddingmenu{ margin:-39px 0 40px!important;}
  .feature_img_section h1{ margin:-6% auto 5% !important;}
  .homeimg .newgallery .prettyphoto{height:119px!important;margin:-133px 15px 15px!important;padding: 40px 40px 0!important;}  
  .product_section .product_left_img{ height:600px!important;} 

}  

@media only screen and (min-width: 1280px) and (max-width:1349px){
  .weddingmenu{ margin:-39px 0 40px!important;}
  .feature_img_section h1{ margin:-6% auto 5% !important;}
  .homeimg .newgallery .prettyphoto{height: 126px!important;margin: -140px 15px 15px!important;padding: 40px 40px 0!important;}
  .product_section .product_left_img{ height:600px!important;}

}  

@media only screen and (min-width: 1200px) and (max-width:1280px){
  .weddingmenu{ margin:-39px 0 40px!important;}
  .feature_img_section h1{ margin:-6% auto 5% !important;}
  .homeimg .newgallery .prettyphoto{height: 107px !important;margin: -123px 15px 15px !important;padding: 30px 40px 0 !important;display: block;}
  .product_section .product_left_img{ height:600px!important;}

}    



/* 14-09-2015 */

@media only screen and (max-width:1139px) {
  .content-sidebar-wrap.secondarynew main { padding: 0 !important;}
  body .tp-caption {left: 0 !important; max-width: 100% !important; padding: 0 30px !important; right: 0 !important;}
  .slider_one h1 span {display: block !important; font-size: 40px !important; white-space: pre-line !important;line-height: normal !important;}

}



/*19-9-2015*/
@media only screen and (max-width:1200px) {
  .welcome_section .vc_col-sm-12{ width: 95%;}
  .about_section .vc_col-sm-12{width: 95%;}
  .site-container .strtheader_divfrnt{ width: 95%;}
  .home_range_section .vc_col-sm-12{width: 95%;}
  .yello_section .vc_col-sm-12 {width: 95%;}
  .footer_mnnn_sctn{ width: 95%;}
  .mainsb_footer .footer_main_in{width: 95%;}
  .nav-primary .wrap {width: 95%;}
  .site-footer .wrap{width: 95%;}
  /*inner*/
  .footer_testimonial_section{width: 95%;}
  .footer_info_section{ width: 95%;}
  .feature_img_section h1{width: 95%;}
  .secondarynew{ width: 95%;}
  #container{ width: 95%;}
  html, body{overflow-x:hidden!important; position:relative!important;}

}

@media only screen and (min-width: 1024px) and (max-width:1100px) 
{
  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important;   height: 155px; width: 224px;}
  .righ_header_area{margin-top: 20px;}
  .site-container{height: 92px;}
  .homeimg .newgallery .prettyphoto{font-size: 20px;  height: 103px;  margin: -107px 15px 4px;  padding: 28px 13px 0;}
  /*menu*/
  .genesis-nav-menu a{font-size: 15px;}
  .genesis-nav-menu .sub-menu{ width: 250px;}
  .genesis-nav-menu .sub-menu .sub-menu {margin: -39px 0 0 250px;}
  /*slider*/
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { height: 470px !important;  max-height: inherit !important;}
  .fullwidthbanner-container .fullwidthabanner { height: 470px !important;}
  .slider_one h1 { font-size: 35px !important;  line-height: 28px !important;}
  .slider_one h1 span {font-size: 45px !important;}
  .slider_one h2{ font-size: 35px !important; line-height: 43px !important;}
  .slider_one h2 .slider_span{font-size: 45px !important;}
  .slider_area {margin-top: -171px;}
  /*about*/
  .about_section h3{ font-size: 38px;}
  .about_section h3 span{font-size: 50px;}
  /*Wide Range of Products*/
  .product_section .product_right_text { padding: 40px 40px 40px 40px !important;}
  .product_section .product_right_text h4{font-size: 40px; line-height: 42px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 38px;}
  .welcome_section h5 span{font-size: 48px;}
  .welcome_section h6{font-size: 28px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{font-size: 46px; line-height: 44px;}
  /*inner-page*/
  .feature_img_section h1{font-size: 33px; margin: -5% auto 6% !important;}
  .feature_img_section img { margin-top: -154px;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{ width: 24.8% !important;}
  /*testimonial*/
  .testimonial_main_heading{ font-size: 37px;}
  /*Gallery*/
  .wpb_image_grid .wpb_image_grid_ul img {width: 100%;}
  /*woocomarce-page*/
  .archive ul.products li.product:nth-child(4n) { margin-right: 0 !important;}
  .archive ul.products li.product {margin: 0 25px 25px 0 !important;}
  /**/
  h1, h2, h3, h4, h5, h6{margin: 0 0 18px;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 15px;}
  .footer_mnnn_sctn h4{ font-size: 20px;}
  .footer_info_left{  font-size: 18px; line-height: 23px;}
  /**/
  .woocommerce ul.products li.last, .woocommerce-page ul.products li.last { margin-right: 0 !important;}
  .newulproduct .product-category.product { margin-right: 27px !important;}
  .matrixmarquee .product-category.product.first { margin-bottom: 15px;}
  .content-sidebar-wrap h6 {font-size: 23px;}
  .content-sidebar-wrap h5 {font-size: 23px;}
  .content-sidebar-wrap h4 {font-size: 24px;}
  .content-sidebar-wrap h3 {font-size: 25px;}
  .content-sidebar-wrap h2 {font-size: 26px;}

}

@media only screen and (min-width: 980px) and (max-width: 1023px)
{

  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important; height: 131px; width: 174px;}
  .site-container {background-color: #fff !important;}  
  .header_line_white_part_two .pphone a {padding: 5px 10px; !important}
  /*header*/
  .header_line_white_part_two {font-size: 17px; margin-right: 15px;  padding: 0 0 0 44px;  background-size: 18% auto;}
  .header_line_white_part_two .pphone a{font-size: 21px; }
  .enqry_nw_button a{ font-size: 14px; line-height: 42px; height: 42px; width: 170px;}
  .righ_header_area{ margin-top: 15px;}
  .site-container{ height: 78px;}
  /*menu*/
  .genesis-nav-menu a{font-size: 15px; height: 35px; line-height: 35px; padding: 0 8px;}
  .genesis-nav-menu .sub-menu{width: 195px;}
  .genesis-nav-menu .sub-menu .sub-menu {margin: -33px 0 0 195px;}
  .genesis-nav-menu li li a {padding: 10px 15px;}
  .nav-primary{height: 35px;}
  /*slider*/
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { height: 380px !important;  max-height: inherit !important;}
  .fullwidthbanner-container .fullwidthabanner {height: 380px !important;}
  .slider_one h1 { font-size: 33px !important;  line-height: 27px !important;}
  .slider_one h1 span {font-size: 38px !important;}
  .slider_one h2{ font-size: 33px !important; line-height: 42px !important;}
  .slider_one h2 .slider_span{font-size: 38px !important;}
  .slider_area {margin-top: -130px;}
  /*Wide Range of Products*/
  .product_section .product_right_text {padding: 30px !important;}
  .product_section .product_right_text h4{font-size: 33px; line-height: 33px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 33px;}
  .welcome_section h5 span{font-size: 40px;}
  .welcome_section h6{font-size: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{font-size: 40px; line-height: 36px;}
  .home_range_section p { font-size: 18px;  line-height: 22px;}
  .img_span{width: 107px;}
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li { height: 107px; margin-bottom: 10px;  margin-right: 7px;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{font-size: 25px; margin: -5% auto 6% !important;}
  .feature_img_section img {margin-top: -130px;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 32px;}
  /*yellow_section*/
  .yello_content_left {width: 73% !important;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery {width: 14.28%;}
  .homeimg .newgallery .prettyphoto{ font-size: 15px; height: 78px;  margin: -80px 15px 2px; padding: 20px 6px 0; line-height: 17px;}
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 73px !important;}
  .grid-img{width: 100% !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important;  margin: 0 1em 20px 0 !important;
    width: 31.8% !important;}
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product:nth-child(3n) {margin-right: 0 !important;}

  /*single-product*/
  .single-product .type-product .images {float: left !important; width: 45% !important;}
  .single-product .type-product .summary {float: right !important; width: 50% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px;}
  .footer_info_left{font-size: 16px; line-height: 21px; width: 72%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{font-size: 20px; line-height: 25px;}
  .footer_mnnn_sctn .footer_clm_two {width: 19% !important; margin-right: 15px;}
  .footer_clm_one{width: 22%; margin-right: 15px;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{width: 25%;}
  .footer_clm_three {margin-right: 15px; width: 27%;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .sub_footer_right{font-size: 14px;}
  .site-footer .wrap {font-size: 14px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /*woocomarce 30-9-2015*/
  .woocommerce ul.products li.product a img {max-width: 95% !important;}
  /*30-9-2015*/
  .vc_row {  margin-left: auto;  margin-right: auto;}
  .product-category.product { width: 25% !important;}
  .newulproduct .product-category.product{clear: none !important;float: left !important; margin-bottom: 20px !important;  margin-right: 0 !important;
    padding: 0 5px !important;  width: 25% !important;}
  .newulproduct {padding: 0 !important;}
  .matrixmarquee .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .matrixmarquee { padding: 0 !important;}
  .specialsub .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .specialsub{padding: 0 5px !important;}
  .decorationsub .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .decorationsub{padding: 0 5px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid {margin: 0 auto !important;}
  .woocommerce ul.products li.product h3 {font-size: 16px !important; height: 92px !important;}
  .vc_empty_space { height: auto !important;}

  /**/
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto;}
  .page-id-2290 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .havingcattitle{ display: block !important;  width: 100% !important;}
  .content-sidebar-wrap h6 {font-size: 23px;}
  .content-sidebar-wrap h5 {font-size: 23px;}
  .content-sidebar-wrap h4 {font-size: 24px;}
  .content-sidebar-wrap h3 {font-size: 25px;}
  .content-sidebar-wrap h2 {font-size: 26px;}
  .welcome_section h6 {font-size: 23px;}
  .nunawading {font-size: 23px !important;}

}
@media only screen and (min-width: 800px) and (max-width: 979px)
{
  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important; height: 131px; width: 174px;}
  /*header*/
  .header_line_white_part_two {font-size: 17px; margin-right: 15px;  padding: 0 0 0 44px;  background-size: 18% auto;}
  .header_line_white_part_two .pphone a{font-size: 21px; }
  .enqry_nw_button a{ font-size: 14px; line-height: 42px; height: 42px; width: 170px;}
  .righ_header_area{ margin-top: 15px;}
  .site-container{ height: 78px;}
  /*menu*/
  .genesis-nav-menu a{font-size: 12px; height: 35px; line-height: 35px; padding: 0 3px;}
  .genesis-nav-menu .sub-menu{width: 195px;}
  .genesis-nav-menu .sub-menu .sub-menu {margin: -33px 0 0 195px;}
  .genesis-nav-menu li li a {padding: 10px 15px;}
  .nav-primary{height: 35px;}
  /*slider*/
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { height: 365px !important;  max-height: inherit !important;}
  .fullwidthbanner-container .fullwidthabanner {height: 365px !important;}
  .slider_one h1 { font-size: 32px !important;  line-height: 26px !important;}
  .slider_one h1 span {font-size: 37px !important;}
  .slider_one h2{ font-size: 32px !important; line-height: 40px !important;}
  .slider_one h2 .slider_span{font-size: 37px !important;}
  .slider_area {margin-top: -130px;}
  /*Wide Range of Products*/
  .product_section .product_right_text {padding: 30px !important;}
  .product_section .product_right_text h4{font-size: 33px; line-height: 33px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 33px;}
  .welcome_section h5 span{font-size: 40px;}
  .welcome_section h6{font-size: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{font-size: 40px; line-height: 36px;}
  .home_range_section p { font-size: 18px;  line-height: 22px;}
  .img_span{width: 107px;}
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li { height: 107px; margin-bottom: 10px;  margin-right: 7px;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{font-size: 25px; margin: -5% auto 6% !important;}
  .feature_img_section img {margin-top: -130px;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 32px;}
  /*yellow_section*/
  .yello_content_left {width: 73% !important;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery {width: 14.28%;}
  .homeimg .newgallery .prettyphoto{ font-size: 15px; height: 78px;  margin: -80px 15px 2px; padding: 20px 6px 0; line-height: 17px;}
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 73px !important;}
  .grid-img{width: 100% !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important;  margin: 0 1em 20px 0 !important;
    width: 31.8% !important;}
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product:nth-child(3n) {margin-right: 0 !important;}

  /*single-product*/
  .single-product .type-product .images {float: left !important; width: 45% !important;}
  .single-product .type-product .summary {float: right !important; width: 50% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px;}
  .footer_info_left{font-size: 16px; line-height: 21px; width: 72%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{font-size: 20px; line-height: 25px;}
  .footer_mnnn_sctn .footer_clm_two {width: 19% !important; margin-right: 15px;}
  .footer_clm_one{width: 22%; margin-right: 15px;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{width: 25%;}
  .footer_clm_three {margin-right: 15px; width: 27%;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .sub_footer_right{font-size: 14px;}
  .site-footer .wrap {font-size: 14px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /*woocomarce 30-9-2015*/
  .woocommerce ul.products li.product a img {max-width: 95% !important;}
  /*30-9-2015*/
  .vc_row {  margin-left: auto;  margin-right: auto;}
  .product-category.product { width: 25% !important;}
  .newulproduct .product-category.product{clear: none !important;float: left !important; margin-bottom: 20px !important;  margin-right: 0 !important;
    padding: 0 5px !important;  width: 25% !important;}
  .newulproduct {padding: 0 !important;}
  .matrixmarquee .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .matrixmarquee { padding: 0 !important;}
  .specialsub .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .specialsub{padding: 0 5px !important;}
  .decorationsub .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .decorationsub{padding: 0 5px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid {margin: 0 auto !important;}
  .woocommerce ul.products li.product h3 {font-size: 16px !important; height: 92px !important;}
  .vc_empty_space { height: auto !important;}

  /**/
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto;}
  .page-id-2290 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .havingcattitle{ display: block !important;  width: 100% !important;}
  .content-sidebar-wrap h6 {font-size: 22px;}
  .content-sidebar-wrap h5 {font-size: 22px;}
  .content-sidebar-wrap h4 {font-size: 23px;}
  .content-sidebar-wrap h3 {font-size: 24px;}
  .content-sidebar-wrap h2 {font-size: 26px;}
  .welcome_section h6 {font-size: 23px;}
  .nunawading {font-size: 21px !important;}

}

@media only screen and (min-width: 768px) and (max-width: 799px)
{
  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important; height: 131px; width: 174px;}
  /*header*/
  .header_line_white_part_two {font-size: 17px; margin-right: 15px;  padding: 0 0 0 44px;  background-size: 18% auto;}
  .header_line_white_part_two .pphone a{font-size: 21px; }
  .enqry_nw_button a{ font-size: 14px; line-height: 42px; height: 42px; width: 170px;}
  .righ_header_area{ margin-top: 15px;}
  .site-container{ height: 78px;}
  /*menu*/
  .genesis-nav-menu a{font-size: 12px; height: 35px; line-height: 35px; padding: 0 3px;}
  .genesis-nav-menu .sub-menu{width: 195px;}
  .genesis-nav-menu .sub-menu .sub-menu {margin: -33px 0 0 195px;}
  .genesis-nav-menu li li a {padding: 10px 15px;}
  .nav-primary{height: 35px;}
  /*slider*/
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { height: 353px !important;  max-height: inherit !important;}
  .fullwidthbanner-container .fullwidthabanner {height: 353px !important;}
  .slider_area {margin-top: -130px;}
  .slider_one h1 { font-size: 32px !important;  line-height: 26px !important;}
  .slider_one h1 span {font-size: 37px !important;}
  .slider_one h2{ font-size: 32px !important; line-height: 40px !important;}
  .slider_one h2 .slider_span{font-size: 37px !important;}
  /*Wide Range of Products*/
  .product_section .product_right_text {padding: 30px !important;}
  .product_section .product_right_text h4{font-size: 33px; line-height: 33px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 33px;}
  .welcome_section h5 span{font-size: 40px;}
  .welcome_section h6{font-size: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{font-size: 40px; line-height: 36px;}
  .home_range_section p { font-size: 18px;  line-height: 22px;}
  .img_span{width: 107px;}
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li { height: 107px; margin-bottom: 10px;  margin-right: 7px;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{font-size: 25px; margin: -5% auto 6% !important;}
  .feature_img_section img {margin-top: -130px;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 32px;}
  /*yellow_section*/
  .yello_content_left {width: 73% !important;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery {width: 14.28%;}
  .homeimg .newgallery .prettyphoto{ font-size: 15px; height: 78px;  margin: -80px 15px 2px; padding: 20px 6px 0; line-height: 17px;}
  /*woocomarce-page*/
  /*.archive ul.products li.product:nth-child(4n) { margin-right: 0 !important;}*/
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 73px !important;}
  .grid-img{width: 100% !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important;  margin: 0 1em 20px 0 !important;
    width: 31.8% !important;}
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product:nth-child(3n) {margin-right: 0 !important;}

  /*single-product*/
  .single-product .type-product .images {float: left !important; width: 45% !important;}
  .single-product .type-product .summary {float: right !important; width: 50% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px;}
  .footer_info_left{font-size: 16px; line-height: 21px; width: 72%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{font-size: 20px; line-height: 25px;}
  .footer_mnnn_sctn .footer_clm_two {width: 19% !important; margin-right: 15px;}
  .footer_clm_one{width: 22%; margin-right: 15px;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{width: 25%;}
  .footer_clm_three {margin-right: 15px; width: 27%;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .sub_footer_right{font-size: 14px;}
  .site-footer .wrap {font-size: 14px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /*woocomarce 30-9-2015*/
  .woocommerce ul.products li.product a img {max-width: 95% !important;}
  /*30-9-2015*/
  .vc_row {  margin-left: auto;  margin-right: auto;}
  .product-category.product { width: 25% !important;}
  .newulproduct .product-category.product { clear: none !important;  float: left !important; margin-bottom: 20px !important;padding: 0 5px !important;
    width: 25% !important;}
  .newulproduct {padding: 0 !important;}
  .matrixmarquee .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .matrixmarquee { padding: 0 !important;}
  .specialsub .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .specialsub{padding: 0 5px !important;}
  .decorationsub .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .decorationsub{padding: 0 5px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid {margin: 0 auto !important;}
  .woocommerce ul.products li.product h3 {font-size: 16px !important; height: 92px !important;}
  .vc_empty_space { height: auto !important;}

  /**/
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto;}
  .page-id-2290 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .havingcattitle{ display: block !important;  width: 100% !important;}
  .content-sidebar-wrap h6 {font-size: 21px;}
  .content-sidebar-wrap h5 {font-size: 21px;}
  .content-sidebar-wrap h4 {font-size: 22px;}
  .content-sidebar-wrap h3 {font-size: 24px;}
  .content-sidebar-wrap h2 {font-size: 26px;}
  .welcome_section h6 {font-size: 23px;}
  .grid-link{ display: block; width: 100%;}

}
@media only screen and (min-width: 737px) and (max-width: 767px)
{

  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important; height: 131px; width: 174px;}
  /*header*/
  .header_line_white_part_two {font-size: 17px; margin-right: 15px;  padding: 0 0 0 44px;  background-size: 18% auto;}
  .header_line_white_part_two .pphone a{font-size: 21px; }
  .enqry_nw_button a{ font-size: 14px; line-height: 42px; height: 42px; width: 170px;}
  .righ_header_area{ margin-top: 15px;}
  .site-container{ height: 78px;}
  /*menu*/
  .genesis-nav-menu a{font-size: 12px; height: 35px; line-height: 35px; padding: 0 3px;}
  .genesis-nav-menu .sub-menu{width: 195px;}
  .genesis-nav-menu .sub-menu .sub-menu {margin: -33px 0 0 195px;}
  .genesis-nav-menu li li a {padding: 10px 15px;}
  .nav-primary{height: 35px;}
  /*slider*/
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { height: 343px !important;  max-height: inherit !important;}
  .fullwidthbanner-container .fullwidthabanner {height: 343px !important;}
  .slider_area {margin-top: -130px;}
  .slider_one h1 { font-size: 32px !important;  line-height: 26px !important;}
  .slider_one h1 span {font-size: 37px !important;}
  .slider_one h2{ font-size: 32px !important; line-height: 40px !important;}
  .slider_one h2 .slider_span{font-size: 37px !important;}
  /*Wide Range of Products*/
  .product_section .product_right_text {padding: 30px !important;}
  .product_section .product_right_text h4{font-size: 33px; line-height: 33px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 33px;}
  .welcome_section h5 span{font-size: 40px;}
  .welcome_section h6{font-size: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{font-size: 40px; line-height: 36px;}
  .home_range_section p { font-size: 18px;  line-height: 22px;}
  .img_span{width: 107px;}
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li { height: 107px; margin-bottom: 10px;  margin-right: 7px;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{font-size: 25px; margin: -5% auto 6% !important;}
  .feature_img_section img {margin-top: -130px;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 32px;}
  /*yellow_section*/
  .yello_content_left {width: 73% !important;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery {width: 14.28%;}
  .homeimg .newgallery .prettyphoto{ font-size: 15px; height: 78px;  margin: -80px 15px 2px; padding: 20px 6px 0; line-height: 17px;}
  /*woocomarce-page*/
  /*.archive ul.products li.product:nth-child(4n) { margin-right: 0 !important;}*/
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 73px !important;}
  .grid-img{width: 100% !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important;  margin: 0 1em 20px 0 !important;
    width: 31.8% !important;}
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product:nth-child(3n) {margin-right: 0 !important;}

  /*single-product*/
  .single-product .type-product .images {float: left !important; width: 45% !important;}
  .single-product .type-product .summary {float: right !important; width: 50% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px;}
  .footer_info_left{font-size: 16px; line-height: 21px; width: 72%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{font-size: 20px; line-height: 25px;}
  .footer_mnnn_sctn .footer_clm_two {width: 19% !important; margin-right: 15px;}
  .footer_clm_one{width: 22%; margin-right: 15px;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{width: 25%;}
  .footer_clm_three {margin-right: 15px; width: 27%;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .sub_footer_right{font-size: 14px;}
  .site-footer .wrap {font-size: 14px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /*woocomarce 30-9-2015*/
  .woocommerce ul.products li.product a img {max-width: 95% !important;}
  /*30-9-2015*/
  .vc_row {  margin-left: auto;  margin-right: auto;}
  .product-category.product { width: 25% !important;}
  .newulproduct .product-category.product { clear: none !important;  float: left !important; margin-bottom: 20px !important;padding: 0 5px !important;
    width: 25% !important;}
  .newulproduct {padding: 0 !important;}
  .matrixmarquee .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .matrixmarquee { padding: 0 !important;}
  .specialsub .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .specialsub{padding: 0 5px !important;}
  .decorationsub .product-category.product.first { width: 100% !important; margin-bottom: 0 !important; padding: 0 5px !important;}
  .decorationsub{padding: 0 5px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid {margin: 0 auto !important;}
  .woocommerce ul.products li.product h3 {font-size: 16px !important; height: 92px !important;}
  .vc_empty_space { height: auto !important;}

  /**/
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto;}
  .page-id-2290 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .havingcattitle{ display: block !important;  width: 100% !important;}
  .content-sidebar-wrap h6 {font-size: 21px;}
  .content-sidebar-wrap h5 {font-size: 21px;}
  .content-sidebar-wrap h4 {font-size: 22px;}
  .content-sidebar-wrap h3 {font-size: 24px;}
  .content-sidebar-wrap h2 {font-size: 26px;}
  .welcome_section h6 {font-size: 23px;}

}

/*mobile*/
@media only screen and (max-width:736px) {
  /*Menu*/    
  #shiftnav-toggle-main {display: none;}
  .menu-toggle {display: block; z-index: 99999999 !important;  background: #FFA739 none repeat scroll 0 0 !important; clear: both; padding: 10px;  width: 100%; 
    border: none; height: 40px; }
  .menu-toggle::before { float: right; line-height: 17px; color: #fff;}
  .menu-toggle:after {color: #ffffff; content: "Menu"; display: block; font-size: 18px; font-weight: initial; line-height: 20px; font-family: "MilfordCondensedBold-Regular";}
  .sub-menu-toggle{padding: 5px; line-height: 20px; right: 8px; border: medium none;}
  .genesis-nav-menu .menu-item{ float: none; text-align: center;}
  .genesis-nav-menu { float: none;}
  .genesis-nav-menu .menu-item {background-color: #333;  border-bottom: 1px solid #fff;}
  .nav-primary a:hover, .nav-primary .current-menu-item > a {color: #FCA61E;}
  .genesis-nav-menu .sub-menu .sub-menu { margin: 0 auto;}
  .genesis-nav-menu .sub-menu{width: 100%;  box-shadow: none !important;}
  .genesis-nav-menu .sub-menu .sub-menu a { background-color: #444;}
  .nav-primary{height: auto;}
  .menu-toggle.activated::before {font-size: 22px; margin-right: 7px;}
  /**/
  .genesis-nav-menu a{height: auto;line-height: 35px; padding: 0 3px;}
  .genesis-nav-menu li li a {padding: 10px 15px;}
  .site-inner .menu-toggle {display: none;}
  .righ_header_area{ margin-top: 40px;}
  .site-container{background: #383838 none repeat scroll 0 0 !important; height: auto;  padding-bottom: 10px;}
  /**/
  .about_section {background: #fff;}

}

@media only screen and (min-width: 671px) and (max-width: 736px)
{

  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important; height: 131px; width: 174px;}
  /*header*/
  .header_line_white_part_two {font-size: 17px; margin-right: 15px;  padding: 0 0 0 44px;  background-size: 18% auto;}
  .header_line_white_part_two .pphone a{font-size: 21px; }
  .enqry_nw_button a{ font-size: 14px; line-height: 42px; height: 42px; width: 170px;}
  .content-sidebar-wrap h2 {font-size: 25px;}
  .content-sidebar-wrap h3 { font-size: 24px;}
  .content-sidebar-wrap h4 { font-size: 23px;}
  .content-sidebar-wrap h5 { font-size: 22px;}
  .content-sidebar-wrap h6 { font-size: 22px;}
  /*slider*/
  .fullwidthbanner-container .fullwidthabanner {height: 285px !important;}
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {height: 285px !important;  max-height: inherit !important;}
  .slider_area { margin-top: 0;}
  .slider_one h1 { font-size: 30px !important; line-height: 28px !important;}
  .slider_one h1 span {font-size: 37px !important;}
  .slider_one h2{ font-size: 30px !important; line-height: 50px !important;}
  .slider_one h2 .slider_span{font-size: 37px !important;}
  /*about*/
  .product_section .product_left_img {min-height: 380px !important;}
  /*Wide Range of Products*/
  .product_section .product_right_text { padding: 30px !important;  clear: both !important;  float: left;}
  .product_section .product_right_text h4{font-size: 33px; line-height: 33px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 28px; line-height: 37px;}
  .welcome_section h5 span{font-size: 40px;}
  .welcome_section h6{font-size: 25px;}
  .welcome_section .vc_col-sm-6:last-child { padding-left: 15px; padding-right: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{font-size: 40px; line-height: 36px;}
  .home_range_section p { font-size: 18px;  line-height: 22px;}
  .img_span{width: 107px; }
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li { height: 107px;   margin-bottom: 20px;  margin-right: 22px;  float: left;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{font-size: 25px; margin: -12% auto 11% !important;}
  .feature_img_section img {margin-top: 0;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 25px;}
  /*yellow_section*/
  .yello_content_left {width: 63% !important;  float: left;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery {width: 25%;}
  .homeimg .newgallery .prettyphoto{font-size: 16px; height: 94px; line-height: 17px; margin: -96px 11px 2px; padding: 26px 6px 0;}
  /*woocomarce-page*/
  /*.archive ul.products li.product:nth-child(4n) { margin-right: 0 !important;}*/
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 91px !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important; margin: 0 10px 20px 0 !important;
    width: 31.8% !important;}
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product:nth-child(3n) {margin-right: 0 !important;}

  /*single-product*/
  .single-product .type-product .images {float: left !important; width: 45% !important;}
  .single-product .type-product .summary {float: right !important; width: 50% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px; margin-bottom: 10px;}
  .footer_info_left{font-size: 16px; line-height: 21px;  width: 68%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{font-size: 20px; line-height: 25px;}
  .footer_mnnn_sctn .footer_clm_two {margin-right: 0; width: 46% !important;}
  .footer_clm_one{margin-right: 15px; width: 50%;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{ width: 47%;  margin-top: 20px;}
  .footer_clm_three {margin-right: 15px; width: 50%; margin-top: 20px;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .sub_footer_right{font-size: 14px;}
  .site-footer .wrap {font-size: 14px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /**/
  .woocommerce ul.products li.product h3{display: block; height: 82px; font-size: 14px !important;}
  .grid-link{height: 82px;  display: block; width: 100%;}
  .vc_empty_space {height: auto !important;}
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .specialsub{float: left; margin-bottom: 20px; padding: 0 5px !important;  width: 33.33%;}
  .specialsub .product-category.product.first { margin-bottom: 0 !important;}
  .woocommerce ul.products li.product a img{  max-width: 100% !important;}
  .newulproduct { padding: 0 !important;}
  .decoration { margin: 0 auto !important;}
  .decorationsub { float: left !important;  padding: 0 !important;  width: 33.33% !important;}
  .decorationsub .product-category.product.first {  padding: 0 5px !important;}


  /*noveltis*/
  .page-id-1107 .vc_col-sm-4.wpb_column.vc_column_container:first-child { display: none;}
  .page-id-1107 .wpb_single_image.wpb_content_element.vc_align_left { clear: both;}
  /*Marquees*/
  .cross_image_area .vc_col-sm-6 { float: left;  width: 50%;}
  .fist_cross { width: 100%;}
  .second_cross { width: 100%;}
  .button_area .left_button_area {margin-bottom: 10px !important;}
  .right_button_area p {font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .left_button_area p{font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .matrixmarquee .product-category.product { width: 100% !important;}
  .matrixmarquee .product-category.product.first { margin-bottom: 10px !important;}
  .newulproduct .product-category.product {clear: none !important;  float: left !important;  margin-bottom: 20px !important;  padding: 0 5px !important;
    width: 33.33% !important;}
  .decorationsub .product-category.product { margin-bottom: 10px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid {margin: 0 auto !important;}
  .matrixmarquee { float: left !important; padding: 0 5px !important; width: 33.33% !important;}
  .woocommerce ul.products li.product h3 { height: 82px !important;}
  .havingcattitle{display: block !important; width: 100% !important; height: 100px; font-size: 17px;}
  .term-description p:first-child {font-size: 23px; line-height: 27px;}
  .button_area { float: none; margin: 0 auto !important;  width: 95%;}
  .left_button_area {float: none !important; margin: 10px auto !important; width: 100% !important;}
  .left_button_area p { height: auto !important;}
  .right_button_area {float: none !important; margin: 0 auto;width: 100% !important;}
  .right_button_area p {height: auto !important;}
  .weddingmenu ul li a {  font-size: 16px;padding: 9px;}
  .weddingmenu {height: auto !important;}
  .balloons { float: left;  width: 50% !important;   min-height: 250px !important;}

}
@media only screen and (min-width: 570px) and (max-width: 670px)
{

  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important; height: 131px; width: 174px;}
  /*header*/
  .header_line_white_part_two {font-size: 17px; margin-right: 15px;  padding: 0 0 0 44px;  background-size: 18% auto;}
  .header_line_white_part_two .pphone a{font-size: 21px; }
  .enqry_nw_button a{ font-size: 14px; line-height: 42px; height: 42px; width: 170px;}
  .content-sidebar-wrap h2 {font-size: 25px;}
  .content-sidebar-wrap h3 { font-size: 24px;}
  .content-sidebar-wrap h4 { font-size: 23px;}
  .content-sidebar-wrap h5 { font-size: 22px;}
  .content-sidebar-wrap h6 { font-size: 22px;}
  /*slider*/
  .fullwidthbanner-container .fullwidthabanner {height: 255px !important;}
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { height: 255px !important;  max-height: inherit !important;}
  .slider_area { margin-top: 0;}
  .slider_one h1 { font-size: 27px !important; line-height: 30px !important;}
  .slider_one h1 span {font-size: 32px !important;}
  .slider_one h2{ font-size: 27px !important; line-height: 50px !important;}
  .slider_one h2 .slider_span{font-size: 32px !important;}
  /*about*/
  .product_section .product_left_img {min-height: 380px !important;}
  /*Wide Range of Products*/
  .product_section .product_right_text { padding: 30px !important;  clear: both !important;  float: left;}
  .product_section .product_right_text h4{font-size: 33px; line-height: 33px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 28px; line-height: 37px;}
  .welcome_section h5 span{font-size: 40px;}
  .welcome_section h6{font-size: 25px;}
  .welcome_section .vc_col-sm-6:last-child { padding-left: 15px; padding-right: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{font-size: 40px; line-height: 36px;}
  .home_range_section p { font-size: 18px;  line-height: 22px;}
  .img_span{width: 107px; }
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li { height: 107px;   margin-bottom: 20px;  margin-right: 22px;  float: left;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{font-size: 25px; margin: -12% auto 11% !important;}
  .feature_img_section img {margin-top: 0;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 25px;}
  /*yellow_section*/
  .yello_content_left {width: 63% !important;  float: left;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery {width: 25%;}
  .homeimg .newgallery .prettyphoto{font-size: 16px; height: 94px; line-height: 17px; margin: -96px 11px 2px; padding: 26px 6px 0;}
  /*woocomarce-page*/
  /*.archive ul.products li.product:nth-child(4n) { margin-right: 0 !important;}*/
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 91px !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important; margin: 0 10px 20px 0 !important;
    width: 31.8% !important;}
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product:nth-child(3n) {margin-right: 0 !important;}

  /*single-product*/
  .single-product .type-product .images {float: left !important; width: 45% !important;}
  .single-product .type-product .summary {float: right !important; width: 50% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px; margin-bottom: 10px;}
  .footer_info_left{font-size: 16px; line-height: 21px;  width: 68%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{font-size: 20px; line-height: 25px;}
  .footer_mnnn_sctn .footer_clm_two {margin-right: 0; width: 46% !important;}
  .footer_clm_one{margin-right: 15px; width: 50%;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{ width: 47%;  margin-top: 20px;}
  .footer_clm_three {margin-right: 15px; width: 50%; margin-top: 20px;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .sub_footer_right{font-size: 14px;}
  .site-footer .wrap {font-size: 14px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /**/
  .woocommerce ul.products li.product h3{display: block; height: 82px; font-size: 14px !important;}
  .grid-link{height: 82px;  display: block; width: 100%;}
  .vc_empty_space {height: auto !important;}
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .specialsub{float: left; margin-bottom: 20px; padding: 0 5px !important;  width: 33.33%;}
  .specialsub .product-category.product.first { margin-bottom: 0 !important;}
  .woocommerce ul.products li.product a img{  max-width: 100% !important;}
  .newulproduct { padding: 0 !important;}
  .decoration { margin: 0 auto !important;}
  .decorationsub { float: left !important;  padding: 0 !important;  width: 33.33% !important;}
  .decorationsub .product-category.product.first {  padding: 0 5px !important;}


  /*noveltis*/
  .page-id-1107 .vc_col-sm-4.wpb_column.vc_column_container:first-child { display: none;}
  .page-id-1107 .wpb_single_image.wpb_content_element.vc_align_left { clear: both;}
  /*Marquees*/
  .cross_image_area .vc_col-sm-6 { float: left;  width: 50%;}
  .fist_cross { width: 100%;}
  .second_cross { width: 100%;}
  .button_area .left_button_area {margin-bottom: 10px !important;}
  .right_button_area p {font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .left_button_area p{font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .matrixmarquee .product-category.product { width: 100% !important;}
  .matrixmarquee .product-category.product.first { margin-bottom: 10px !important;}
  .newulproduct .product-category.product {clear: none !important;  float: left !important;  margin-bottom: 20px !important;  padding: 0 5px !important;
    width: 33.33% !important;}
  .decorationsub .product-category.product { margin-bottom: 10px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid {margin: 0 auto !important;}
  .matrixmarquee { float: left !important; padding: 0 5px !important; width: 33.33% !important;}
  .woocommerce ul.products li.product h3 { height: 82px !important;}
  .havingcattitle{display: block !important; width: 100% !important; height: 100px; font-size: 15px;}
  .term-description p:first-child {font-size: 23px; line-height: 27px;}
  .button_area { float: none; margin: 0 auto !important;  width: 95%;}
  .left_button_area {float: none !important; margin: 10px auto !important; width: 100% !important;}
  .left_button_area p { height: auto !important;}
  .right_button_area {float: none !important; margin: 0 auto;width: 100% !important;}
  .right_button_area p {height: auto !important;}
  .weddingmenu ul li a {  font-size: 16px;padding: 9px;}
  .weddingmenu {height: auto !important;}
  .balloons { float: left;  width: 50% !important;   min-height: 250px !important;}

}


@media only screen and (min-width: 514px) and (max-width: 569px)
{
  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important; height: 131px; width: 174px;}
  /*header*/
  .header_line_white_part_two {font-size: 17px; margin-right: 15px;  padding: 0 0 0 44px;  background-size: 18% auto;}
  .header_line_white_part_two .pphone a{font-size: 21px; }
  .enqry_nw_button a{ font-size: 14px; line-height: 42px; height: 42px; width: 145px;   background-size: 16% auto;  padding-left: 28px;}
  .content-sidebar-wrap h2 {font-size: 24px;}
  .content-sidebar-wrap h3 { font-size: 23px;}
  .content-sidebar-wrap h4 { font-size: 22px;}
  .content-sidebar-wrap h5 { font-size: 21px;}
  .content-sidebar-wrap h6 { font-size: 21px;}
  /*slider*/
  .fullwidthbanner-container .fullwidthabanner {height: 255px !important;}
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { height: 255px !important;  max-height: inherit !important;}
  .slider_area { margin-top: 0;}
  .slider_one h1 { font-size: 27px !important; line-height: 50px !important;}
  .slider_one h1 span {font-size: 32px !important;}
  .slider_one h2{ font-size: 27px !important; line-height: 50px !important;}
  .slider_one h2 .slider_span{font-size: 32px !important;}
  /*about*/
  .product_section .product_left_img {min-height: 380px !important;}
  /*Wide Range of Products*/
  .product_section .product_right_text { padding: 30px !important;  clear: both !important;  float: left;}
  .product_section .product_right_text h4{font-size: 33px; line-height: 33px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 28px; line-height: 37px;}
  .welcome_section h5 span{font-size: 40px;}
  .welcome_section h6{font-size: 25px;}
  .welcome_section .vc_col-sm-6:last-child { padding-left: 15px; padding-right: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{font-size: 40px; line-height: 36px;}
  .home_range_section p { font-size: 18px;  line-height: 22px;}
  .img_span{width: 107px; }
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li { height: 107px;   margin-bottom: 20px;  margin-right: 22px;  float: left;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{font-size: 25px; margin: -12% auto 11% !important;}
  .feature_img_section img {margin-top: 0;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 25px;}
  /*yellow_section*/
  .yello_content_left {width: 60% !important;  float: left;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery {width: 25%;}
  .homeimg .newgallery .prettyphoto{font-size: 16px; height: 94px; line-height: 17px; margin: -96px 11px 2px; padding: 26px 6px 0;}
  /*woocomarce-page*/
  /*.archive ul.products li.product:nth-child(4n) { margin-right: 0 !important;}*/
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 91px !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important; margin: 0 10px 20px 0 !important;
    width: 31.8% !important;}
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product:nth-child(3n) {margin-right: 0 !important;}

  /*single-product*/
  .single-product .type-product .images {float: left !important; width: 45% !important;}
  .single-product .type-product .summary {float: right !important; width: 50% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{ font-size: 25px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px; margin-bottom: 10px;}
  .footer_info_left{font-size: 16px; line-height: 21px; width: 60%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{font-size: 20px; line-height: 25px;}
  .footer_mnnn_sctn .footer_clm_two {margin-right: 0; width: 46% !important;}
  .footer_clm_one{margin-right: 15px; width: 50%;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{ width: 47%;  margin-top: 20px;}
  .footer_clm_three {margin-right: 15px; width: 50%; margin-top: 20px;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .sub_footer_right{font-size: 14px;}
  .site-footer .wrap {font-size: 14px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /**/
  .woocommerce ul.products li.product h3{display: block; height: 82px; font-size: 14px !important;}
  .grid-link{height: 82px;  display: block; width: 100%;}
  .vc_empty_space {height: auto !important;}
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .specialsub{float: left; margin-bottom: 20px; padding: 0 5px !important;  width: 33.33%;}
  .specialsub .product-category.product.first { margin-bottom: 0 !important;}
  .woocommerce ul.products li.product a img{  max-width: 100% !important;}
  .newulproduct { padding: 0 !important;}
  .decoration { margin: 0 auto !important;}
  .decorationsub { float: left !important;  padding: 0 !important;  width: 33.33% !important;}
  .decorationsub .product-category.product.first {  padding: 0 5px !important;}
  /*noveltis*/
  .page-id-1107 .vc_col-sm-4.wpb_column.vc_column_container:first-child { display: none;}
  .page-id-1107 .wpb_single_image.wpb_content_element.vc_align_left { clear: both;}
  /*Marquees*/
  .cross_image_area .vc_col-sm-6 { float: left;  width: 50%;}
  .fist_cross { width: 100%;}
  .second_cross { width: 100%;}
  .button_area .left_button_area {margin-bottom: 10px !important;}
  .right_button_area p {font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .left_button_area p{font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .matrixmarquee .product-category.product { width: 100% !important;}
  .matrixmarquee .product-category.product.first { margin-bottom: 10px !important;}
  .newulproduct .product-category.product {clear: none !important;  float: left !important;  margin-bottom: 20px !important;  padding: 0 5px !important;
    width: 33.33% !important;}
  .decorationsub .product-category.product { margin-bottom: 10px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid {margin: 0 auto !important;}
  .matrixmarquee { float: left !important; padding: 0 5px !important; width: 33.33% !important;}
  .woocommerce ul.products li.product h3 { height: 82px !important;}
  .havingcattitle{display: block !important; width: 100% !important; height: 100px; font-size: 15px;}
  .term-description p:first-child {font-size: 23px; line-height: 27px;}
  .button_area { float: none; margin: 0 auto !important;  width: 95%;}
  .left_button_area {float: none !important; margin: 10px auto !important; width: 100% !important;}
  .left_button_area p { height: auto !important;}
  .right_button_area {float: none !important; margin: 0 auto;width: 100% !important;}
  .right_button_area p {height: auto !important;}
  .weddingmenu ul li a {  font-size: 16px;padding: 9px;}
  .weddingmenu {height: auto !important;}
  .balloons { float: left;  width: 50% !important;   min-height: 250px !important;}



}
@media only screen and (min-width: 476px) and (max-width: 513px)
{
  /*header*/
  .righ_header_area {float: none !important; margin: 10px auto !important;width: 80%;}
  .enqry_nw_button {float: right!important; margin: 0 auto !important;}
  .enqry_nw_button a:hover{background-size: 13% auto !important;}
  /*Menu*/
  .menu-toggle{height: auto !important; line-height: 35px !important; padding: 6px;}
  .menu-toggle::after {font-size: 16px;}
  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important;    height: 118px;  width: 150px;}
  /*header*/
  .header_line_white_part_two {  background-size: 20% auto; display: inline-block !important; float: left !important; font-size: 17px; margin-right: auto !important;
    padding: 0 0 0 44px;}
  .header_line_white_part_two .pphone a{font-size: 21px; margin: 10px auto !important;}
  .enqry_nw_button a{background-size: 13% auto; font-size: 14px; height: auto !important; line-height: 38px; margin: 5px auto 10px !important; width: 153px;}
  /*slider*/
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {height: 180px !important;  max-height: inherit !important;}
  .fullwidthbanner-container .fullwidthabanner {height: 180px !important;}
  .slider_area { margin-top: 0;}
  .slider_one h2 { font-size: 22px !important;}
  .slider_one h1{line-height: inherit !important; font-size: 22px !important;}
  .slider_one h2 .slider_span {font-size: 27px !important; margin-top: 17px !important;}
  .slider_one h1 span{font-size: 27px !important; margin-top: 5px !important;}
  /**/
  .content-sidebar-wrap h2 {font-size: 22px;}
  .content-sidebar-wrap h3 {font-size: 21px;}
  .content-sidebar-wrap h4 { font-size: 20px;}
  .content-sidebar-wrap h5 {font-size: 19px;}
  .content-sidebar-wrap h6 {font-size: 19px;}
  /*about*/
  .product_section .product_left_img {min-height: 190px !important;}
  .about_section p {font-size: 14px; line-height: 21px;}
  /*Wide Range of Products*/
  .product_section .product_right_text { padding: 30px !important;  clear: both !important;  float: left;}
  .product_section .product_right_text h4{font-size: 26px;  line-height: 22px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 25px !important; line-height: 27px; margin-bottom: 15px !important;}
  .welcome_section h5 span{font-size: 28px;}
  .welcome_section h6{font-size: 20px;  margin-bottom: 8px;}
  .welcome_section .vc_col-sm-6:last-child { padding-left: 15px; padding-right: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{ font-size: 25px; line-height: 25px;}
  .home_range_section p { font-size: 16px;  line-height: 20px;}
  .img_span{width: 107px; }
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li {float: left; height: 107px; margin-bottom: 11px; margin-right: 9px;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{ color: #ffa739;   font-size: 20px;  margin: 10px auto !important;  text-align: center;}   
  .feature_img_section img {margin-top: 0;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 22px;}
  /*yellow_section*/
  .yello_content_left { float: none !important; width: 95% !important;  margin: 0 auto !important;}
  .footer_call_section { float: none !important; margin: 10px auto !important; width: 90% !important;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery { width: 33.33%;}
  .homeimg .newgallery .prettyphoto{font-size: 17px; height: 91px; line-height: 17px; margin: -97px 18px 6px; padding: 35px 6px 0;}
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 91px !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important; margin: 0 10px 20px 0 !important;
    width: 48% !important;}
  /*single-product*/
  .single-product .type-product .images { float: none !important; margin: 0 auto !important; width: 80% !important;}
  .single-product .type-product .summary {float: none !important; margin: 20px auto 0 !important; width: 95% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px; loat: none !important; width: 100%;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px; margin-bottom: 10px;}
  .footer_info_left{float: none; font-size: 15px; line-height: 18px; width: 100%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{ float: none; font-size: 20px; line-height: 25px;  margin: 10px auto;}
  .footer_mnnn_sctn .footer_clm_two {margin-right: 0; width: 46% !important;}
  .footer_clm_one{  margin-right: auto; width: 50%;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{ width: 47%;  margin-top: 20px;}
  .footer_clm_three {margin-right: auto !important; margin-top: 20px !important;width: 100% !important;clear: both !important;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .site-footer .wrap {font-size: 12px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /**/
  .woocommerce ul.products li.product h3{ font-size: 14px !important;}
  .vc_empty_space {height: auto !important;}
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .specialsub{float: left; margin-bottom: 20px; padding: 0 5px !important;  width: 50% !important;}
  .specialsub .product-category.product.first { margin-bottom: 0 !important;}
  .woocommerce ul.products li.product a img{  max-width: 100% !important;}
  .newulproduct { padding: 0 !important;}
  .decoration { margin: 0 auto !important;}
  .decorationsub { float: left !important;  padding: 0 !important;  width: 33.33% !important;}
  .decorationsub .product-category.product.first {  padding: 0 5px !important;}
  /*noveltis*/
  .page-id-1107 .vc_col-sm-4.wpb_column.vc_column_container:first-child { display: none;}
  .page-id-1107 .wpb_single_image.wpb_content_element.vc_align_left { clear: both;}
  /*Marquees*/
  .cross_image_area .vc_col-sm-6 { float: left;  width: 50%;}
  .fist_cross { width: 100%;}
  .second_cross { width: 100%;}
  .button_area .left_button_area {margin-bottom: 10px !important;}
  .right_button_area p {font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .left_button_area p{font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .matrixmarquee .product-category.product { width: 100% !important;}
  .matrixmarquee .product-category.product.first { margin-bottom: 10px !important;}
  .newulproduct .product-category.product {  clear: none !important; float: left !important; margin-bottom: 20px !important; padding: 0 5px !important;
    width: 50% !important;}
  .decorationsub .product-category.product { margin-bottom: 10px !important;}
  /**/
  .title-area { float: none;}
  table {display: block !important; overflow: scroll !important; width: 100% !important;}
  .widget-title {margin-bottom: 10px;}
  .footer_clm_four { width: 97%;}
  .sub_footer_left .fb-icon_ckk { clear: both;  float: left !important;}
  .fllwtext { float: left;}
  .term-description p:first-child {font-size: 20px; line-height: 27px;}
  .button_area { float: none; margin: 0 auto !important;  width: 95%;}
  .left_button_area {float: none !important; margin: 10px auto !important; width: 100% !important;}
  .left_button_area p { height: auto !important;}
  .right_button_area {float: none !important; margin: 0 auto;width: 100% !important;}
  .right_button_area p {height: auto !important;}
  /*2-10-2015*/
  .archive ul.products li.product:nth-child(2n) {margin-right: 0 !important;}
  .single-bne-testimonial p i {font-size: 16px; margin-top: 8px;}
  .genesis-nav-menu a {font-size: 14px;}
  .havingcattitle{font-size: 15px; height: 80px; display: block; line-height: 18px; width: 100%;}

  .weddingmenu {height: auto; margin: 0 auto 30px;}
  .weddingmenu ul li a {font-size: 17px; padding: 6px 12px;}
  .title_two{font-size: 20px !important; line-height: 20px !important;  padding-bottom: 26px;}
  .table_area table th, td {font-size: 13px;}
  .matrixmarquee {float: left; padding: 0 5px; width: 48%;  padding: 0 5px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto;}
  .grid-link{display: block; font-size: 14px; line-height: 19px; padding: 8px 10px; width: 100% !important;}
  .product_category_title { font-size: 20px;  margin: 10px auto !important;  width: 95%; color: #ffa739; text-align: center;}
  .entry-title {font-size: 20px;}
  .nunawading {font-size: 20px !important;}
  .contact_form_area .details p { float: none !important; width: 100% !important;}
  .contact_form_area .vc_col-sm-12 .wpcf7-form p:last-child { margin: 10px 0 !important;}
  .adress_area.one_adress {font-size: 14px;}
  .top_adress_contact .vc_col-sm-4 ul li {font-size: 14px; line-height: 22px;}
  .adress_area.adress_two {font-size: 14px !important;}
  .footer_testimonial_section {padding: 30px 0 20px;}
  .grid-img { height: 237px !important; line-height: 238px !important;}
  .balloons {float: left;  width: 50%;  min-height: 200px !important;}
  /*inquery*/
  .page-id-109 .wpcf7-form h2 {font-size: 20px;}
  .first_input p {float: none !important; width: 100% !important;}
  .page-id-109 .wpcf7-form p { font-size: 14px; margin-bottom: 6px;}
  .page-id-109 .wpcf7-form {padding: 17px;}
  .page-id-109 .wpcf7 {padding: 20px;}
  .second_input p {float: none !important; width: 100% !important;}
  input, select, textarea {font-size: 14px; padding: 9px;}


}


@media only screen and (min-width: 414px) and (max-width: 475px)
{
  /*header*/
  .righ_header_area {float: none !important; margin: 10px auto !important;width: 85%;}
  .enqry_nw_button {float: right!important; margin: 0 auto !important;}
  .enqry_nw_button a:hover{background-size: 13% auto !important;}
  /*Menu*/
  .menu-toggle{height: auto !important; line-height: 35px !important; padding: 6px;}
  .menu-toggle::after {font-size: 16px;}
  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important;    height: 118px;  width: 150px;}
  /*header*/
  .header_line_white_part_two { background-size: 21% auto; display: inline-block !important; float: left !important; font-size: 17px; margin-right: auto !important;
    padding: 0 0 0 40px;}
  .header_line_white_part_two .pphone a{  font-size: 19px; margin: 10px auto !important;}
  .enqry_nw_button a{background-size: 13% auto; font-size: 14px; height: auto !important; line-height: 38px; margin: 5px auto 10px !important; width: 153px;}
  /*slider*/
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {height: 180px !important;  max-height: inherit !important;}
  .fullwidthbanner-container .fullwidthabanner {height: 180px !important;}
  .slider_area { margin-top: 0;}
  .slider_one h2 { font-size: 22px !important;}
  .slider_one h1{line-height: inherit !important; font-size: 22px !important;}
  .slider_one h2 .slider_span {font-size: 27px !important; margin-top: 17px !important;}
  .slider_one h1 span{font-size: 27px !important; margin-top: 5px !important;}
  /**/
  .content-sidebar-wrap h2 {font-size: 22px;}
  .content-sidebar-wrap h3 {font-size: 21px;}
  .content-sidebar-wrap h4 { font-size: 20px;}
  .content-sidebar-wrap h5 {font-size: 19px;}
  .content-sidebar-wrap h6 {font-size: 19px;}
  /*about*/
  .product_section .product_left_img {min-height: 190px !important;}
  .about_section p {font-size: 14px; line-height: 21px;}
  /*Wide Range of Products*/
  .product_section .product_right_text { padding: 30px !important;  clear: both !important;  float: left;}
  .product_section .product_right_text h4{font-size: 26px;  line-height: 22px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 25px !important; line-height: 27px; margin-bottom: 15px !important;}
  .welcome_section h5 span{font-size: 28px;}
  .welcome_section h6{font-size: 20px;  margin-bottom: 8px;}
  .welcome_section .vc_col-sm-6:last-child { padding-left: 15px; padding-right: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{ font-size: 25px; line-height: 25px;}
  .home_range_section p { font-size: 16px;  line-height: 20px;}
  .img_span{width: 107px; }
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li {float: left; height: 107px; margin-bottom: 11px; margin-right: 9px;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{ color: #ffa739;   font-size: 20px;  margin: 10px auto !important;  text-align: center;}   
  .feature_img_section img {margin-top: 0;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 22px;}
  /*yellow_section*/
  .yello_content_left { float: none !important; width: 95% !important;  margin: 0 auto !important;}
  .footer_call_section { float: none !important; margin: 10px auto !important; width: 90% !important;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery { width: 33.33%;}
  .homeimg .newgallery .prettyphoto{font-size: 17px; height: 91px; line-height: 17px; margin: -97px 18px 6px; padding: 35px 6px 0;}
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 91px !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important; margin: 0 10px 20px 0 !important;
    width: 48% !important;}
  /*single-product*/
  .single-product .type-product .images { float: none !important; margin: 0 auto !important; width: 80% !important;}
  .single-product .type-product .summary {float: none !important; margin: 20px auto 0 !important; width: 95% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px; loat: none !important; width: 100%;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px; margin-bottom: 10px;}
  .footer_info_left{float: none; font-size: 15px; line-height: 18px; width: 100%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{ float: none; font-size: 20px; line-height: 25px;  margin: 10px auto;}
  .footer_mnnn_sctn .footer_clm_two {margin-right: 0; width: 46% !important;}
  .footer_clm_one{  margin-right: auto; width: 50%;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{ width: 47%;  margin-top: 20px;}
  .footer_clm_three {margin-right: auto !important; margin-top: 20px !important;width: 100% !important;clear: both !important;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .site-footer .wrap {font-size: 12px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /**/
  .woocommerce ul.products li.product h3{ font-size: 14px !important;}
  .vc_empty_space {height: auto !important;}
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .specialsub{float: left; margin-bottom: 20px; padding: 0 5px !important;  width: 50% !important;}
  .specialsub .product-category.product.first { margin-bottom: 0 !important;}
  .woocommerce ul.products li.product a img{  max-width: 100% !important;}
  .newulproduct { padding: 0 !important;}
  .decoration { margin: 0 auto !important;}
  .decorationsub { float: left !important;  padding: 0 !important;  width: 33.33% !important;}
  .decorationsub .product-category.product.first {  padding: 0 5px !important;}
  /*noveltis*/
  .page-id-1107 .vc_col-sm-4.wpb_column.vc_column_container:first-child { display: none;}
  .page-id-1107 .wpb_single_image.wpb_content_element.vc_align_left { clear: both;}
  /*Marquees*/
  .cross_image_area .vc_col-sm-6 { float: left;  width: 50%;}
  .fist_cross { width: 100%;}
  .second_cross { width: 100%;}
  .button_area .left_button_area {margin-bottom: 10px !important;}
  .right_button_area p {font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .left_button_area p{font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .matrixmarquee .product-category.product { width: 100% !important;}
  .matrixmarquee .product-category.product.first { margin-bottom: 10px !important;}
  .newulproduct .product-category.product {  clear: none !important; float: left !important; margin-bottom: 20px !important; padding: 0 5px !important;
    width: 50% !important;}
  .decorationsub .product-category.product { margin-bottom: 10px !important;}
  /**/
  .title-area { float: none;}
  table {display: block !important; overflow: scroll !important; width: 100% !important;}
  .widget-title {margin-bottom: 10px;}
  .footer_clm_four { width: 97%;}
  .sub_footer_left .fb-icon_ckk { clear: both;  float: left !important;}
  .fllwtext { float: left;}
  .sub_footer_left { float: none;}
  .sub_footer_right { clear: both !important;  display: inline-block !important;  float: left;    font-size: 14px;}
  .term-description p:first-child {font-size: 20px; line-height: 27px;}
  .button_area { float: none; margin: 0 auto !important;  width: 95%;}
  .left_button_area {float: none !important; margin: 10px auto !important; width: 100% !important;}
  .left_button_area p { height: auto !important;}
  .right_button_area {float: none !important; margin: 0 auto;width: 100% !important;}
  .right_button_area p {height: auto !important;}
  /*2-10-2015*/
  .archive ul.products li.product:nth-child(2n) {margin-right: 0 !important;}
  .single-bne-testimonial p i {font-size: 16px; margin-top: 8px;}
  .genesis-nav-menu a {font-size: 14px;}
  .havingcattitle{font-size: 15px; height: 80px; display: block; line-height: 18px; width: 100%;}

  .weddingmenu {height: auto; margin: 0 auto 30px;}
  .weddingmenu ul li a {font-size: 17px; padding: 6px 12px;}
  .title_two{font-size: 20px !important; line-height: 20px !important;  padding-bottom: 26px;}
  .table_area table th, td {font-size: 13px;}
  .matrixmarquee {float: left; padding: 0 5px; width: 48%;  padding: 0 5px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto;}
  .grid-link{display: block; font-size: 14px; line-height: 19px; padding: 8px 10px; width: 100% !important;}
  .product_category_title { font-size: 20px;  margin: 10px auto !important;  width: 95%; color: #ffa739; text-align: center;}
  .entry-title {font-size: 20px;}
  .nunawading {font-size: 20px !important;}
  .contact_form_area .details p { float: none !important; width: 100% !important;}
  .contact_form_area .vc_col-sm-12 .wpcf7-form p:last-child { margin: 10px 0 !important;}
  .adress_area.one_adress {font-size: 14px;}
  .top_adress_contact .vc_col-sm-4 ul li {font-size: 14px; line-height: 22px;}
  .adress_area.adress_two {font-size: 14px !important;}
  .footer_testimonial_section {padding: 30px 0 20px;}
  .grid-img { height: 205px !important;  line-height: 205px !important;}
  .balloons {float: left;  width: 50%;  min-height: 200px !important;}
  /*inquery*/
  .page-id-109 .wpcf7-form h2 {font-size: 20px;}
  .first_input p {float: none !important; width: 100% !important;}
  .page-id-109 .wpcf7-form p { font-size: 14px; margin-bottom: 6px;}
  .page-id-109 .wpcf7-form {padding: 17px;}
  .page-id-109 .wpcf7 {padding: 20px;}
  .second_input p {float: none !important; width: 100% !important;}
  input, select, textarea {font-size: 14px; padding: 9px;}   
  .decorationsub { float: left !important; padding: 0 !important;  width: 50% !important;}

}


@media only screen and (min-width: 376px) and (max-width: 413px)
{

  /*header*/
  .righ_header_area {float: none !important; margin: 10px auto !important;width: 85%;}
  .enqry_nw_button {float: right!important; margin: 0 auto !important;}
  .enqry_nw_button a:hover{background-size: 13% auto !important;}
  /*Menu*/
  .menu-toggle{height: auto !important; line-height: 35px !important; padding: 6px;}
  .menu-toggle::after {font-size: 16px;}
  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important;    height: 118px;  width: 150px;}
  /*header*/
  .header_line_white_part_two { background-size: 19% auto; display: inline-block !important; float: left !important;  font-size: 15px;  margin-right: auto !important;
    padding: 0 0 0 30px;}
  .header_line_white_part_two .pphone a{ font-size: 17px; margin: 10px auto !important;}
  .enqry_nw_button a{ background-size: 13% auto; font-size: 13px; height: auto !important; line-height: 38px; margin: 5px auto 10px !important; width: 143px;}

  /*slider*/
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {height: 165px !important;  max-height: inherit !important;}
  .fullwidthbanner-container .fullwidthabanner {height: 165px !important;}
  .slider_area { margin-top: 0;}
  .slider_one h2 { font-size: 20px !important;}
  .slider_one h1{line-height: inherit !important; font-size: 20px !important;}
  .slider_one h2 .slider_span {font-size: 25px !important; margin-top: 17px !important;}
  .slider_one h1 span{font-size: 25px !important; margin-top: 5px !important;}
  /**/
  .content-sidebar-wrap h2 {font-size: 22px;}
  .content-sidebar-wrap h3 {font-size: 21px;}
  .content-sidebar-wrap h4 { font-size: 20px;}
  .content-sidebar-wrap h5 {font-size: 19px;}
  .content-sidebar-wrap h6 {font-size: 19px;}

  /*about*/
  .product_section .product_left_img {min-height: 190px !important;}
  .about_section p {font-size: 14px; line-height: 21px;}
  /*Wide Range of Products*/
  .product_section .product_right_text { padding: 30px !important;  clear: both !important;  float: left;}
  .product_section .product_right_text h4{font-size: 26px;  line-height: 22px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 25px !important; line-height: 27px; margin-bottom: 15px !important;}
  .welcome_section h5 span{font-size: 28px;}
  .welcome_section h6{font-size: 20px;  margin-bottom: 8px;}
  .welcome_section .vc_col-sm-6:last-child { padding-left: 15px; padding-right: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{ font-size: 25px; line-height: 25px;}
  .home_range_section p { font-size: 16px;  line-height: 20px;}
  .img_span{width: 107px; }
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li {float: left; height: 107px; margin-bottom: 11px; margin-right: 9px;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{ color: #ffa739;   font-size: 20px;  margin: 10px auto !important;  text-align: center;}   
  .feature_img_section img {margin-top: 0;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 22px;}
  /*yellow_section*/
  .yello_content_left { float: none !important; width: 95% !important;  margin: 0 auto !important;}
  .footer_call_section { float: none !important; margin: 10px auto !important; width: 90% !important;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery {  width: 50%;}
  .homeimg .newgallery .prettyphoto{font-size: 17px; height: 107px; line-height: 17px; margin: -109px 18px 2px; padding: 35px 6px 0;}
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 91px !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important; margin: 0 10px 20px 0 !important;
    width: 48% !important;}
  /*single-product*/
  .single-product .type-product .images { float: none !important; margin: 0 auto !important; width: 80% !important;}
  .single-product .type-product .summary {float: none !important; margin: 20px auto 0 !important; width: 95% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px; loat: none !important; width: 100%;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px; margin-bottom: 10px;}
  .footer_info_left{float: none; font-size: 15px; line-height: 18px; width: 100%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{ float: none; font-size: 20px; line-height: 25px;  margin: 10px auto;}
  .footer_mnnn_sctn .footer_clm_two {margin-right: 0; width: 46% !important;}
  .footer_clm_one{  margin-right: auto; width: 50%;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{ width: 47%;  margin-top: 20px;}
  .footer_clm_three {margin-right: auto !important; margin-top: 20px !important;width: 100% !important;clear: both !important;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .site-footer .wrap {font-size: 12px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /**/
  .woocommerce ul.products li.product h3{ font-size: 14px !important;}
  .vc_empty_space {height: auto !important;}
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .specialsub{float: left; margin-bottom: 20px; padding: 0 5px !important;  width: 50% !important;}
  .specialsub .product-category.product.first { margin-bottom: 0 !important;}
  .woocommerce ul.products li.product a img{  max-width: 100% !important;}
  .newulproduct { padding: 0 !important;}
  .decoration { margin: 0 auto !important;}
  .decorationsub { float: left !important;  padding: 0 !important;  width: 33.33% !important;}
  .decorationsub .product-category.product.first {  padding: 0 5px !important;}
  /*noveltis*/
  .page-id-1107 .vc_col-sm-4.wpb_column.vc_column_container:first-child { display: none;}
  .page-id-1107 .wpb_single_image.wpb_content_element.vc_align_left { clear: both;}
  /*Marquees*/
  .cross_image_area .vc_col-sm-6 { float: left;  width: 50%;}
  .fist_cross { width: 100%;}
  .second_cross { width: 100%;}
  .button_area .left_button_area {margin-bottom: 10px !important;}
  .right_button_area p {font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .left_button_area p{font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .matrixmarquee .product-category.product { width: 100% !important;}
  .matrixmarquee .product-category.product.first { margin-bottom: 10px !important;}
  .newulproduct .product-category.product {  clear: none !important; float: left !important; margin-bottom: 20px !important; padding: 0 5px !important;
    width: 50% !important;}
  .decorationsub .product-category.product { margin-bottom: 10px !important;}
  /**/
  .title-area { float: none;}
  table {display: block !important; overflow: scroll !important; width: 100% !important;}
  .widget-title {margin-bottom: 10px;}
  .footer_clm_four { width: 97%;}
  .sub_footer_left .fb-icon_ckk { clear: both;  float: left !important;}
  .fllwtext { float: left;}
  .sub_footer_left { float: none;}
  .sub_footer_right { clear: both !important;  display: inline-block !important;  float: left;    font-size: 14px;}
  .term-description p:first-child {font-size: 20px; line-height: 27px;}
  .button_area { float: none; margin: 0 auto !important;  width: 95%;}
  .left_button_area {float: none !important; margin: 10px auto !important; width: 100% !important;}
  .left_button_area p { height: auto !important;}
  .right_button_area {float: none !important; margin: 0 auto;width: 100% !important;}
  .right_button_area p {height: auto !important;}
  /*2-10-2015*/
  .archive ul.products li.product:nth-child(2n) {margin-right: 0 !important;}
  .single-bne-testimonial p i {font-size: 16px; margin-top: 8px;}
  .genesis-nav-menu a {font-size: 14px;}
  .havingcattitle{font-size: 14px; height: 80px; display: block; line-height: 18px; width: 100%;}

  .weddingmenu {height: auto; margin: 0 auto 30px;}
  .weddingmenu ul li a {font-size: 17px; padding: 6px 12px;}
  .title_two{font-size: 20px !important; line-height: 20px !important;  padding-bottom: 26px;}
  .table_area table th, td {font-size: 13px;}
  .matrixmarquee {float: left; padding: 0 5px; width: 48%;  padding: 0 5px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto;}
  .grid-link{display: block; font-size: 14px; line-height: 19px; padding: 8px 10px; width: 100% !important;}
  .product_category_title { font-size: 20px;  margin: 10px auto !important;  width: 95%; color: #ffa739; text-align: center;}
  .entry-title {font-size: 20px;}
  .nunawading {font-size: 20px !important;}
  .contact_form_area .details p { float: none !important; width: 100% !important;}
  .contact_form_area .vc_col-sm-12 .wpcf7-form p:last-child { margin: 10px 0 !important;}
  .adress_area.one_adress {font-size: 14px;}
  .top_adress_contact .vc_col-sm-4 ul li {font-size: 14px; line-height: 22px;}
  .adress_area.adress_two {font-size: 14px !important;}
  .footer_testimonial_section {padding: 30px 0 20px;}
  .grid-img { height: 205px !important;  line-height: 205px !important;}
  .balloons {float: left;  width: 50%;  min-height: 200px !important;}
  /*inquery*/
  .page-id-109 .wpcf7-form h2 {font-size: 20px;}
  .first_input p {float: none !important; width: 100% !important;}
  .page-id-109 .wpcf7-form p { font-size: 14px; margin-bottom: 6px;}
  .page-id-109 .wpcf7-form {padding: 17px;}
  .page-id-109 .wpcf7 {padding: 20px;}
  .second_input p {float: none !important; width: 100% !important;}
  input, select, textarea {font-size: 13px; padding: 8px;}
  .decorationsub { float: left !important; padding: 0 !important;  width: 50% !important;}    

}


@media only screen and (min-width: 321px) and (max-width: 375px)
{
  /*header*/
  .righ_header_area {float: none !important; margin: 10px auto !important; width: 90%;}
  .enqry_nw_button {float: right!important; margin: 0 auto !important;}
  .enqry_nw_button a:hover{background-size: 13% auto !important;}
  /*Menu*/
  .menu-toggle{height: auto !important; line-height: 35px !important; padding: 6px;}
  .menu-toggle::after {font-size: 16px;}
  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important;    height: 80x;  width: 100%}
  /*header*/
  .header_line_white_part_two { background-size: 19% auto; display: inline-block !important; float: left !important;  font-size: 15px;  margin-right: auto !important;
    padding: 0 0 0 30px;}
  .header_line_white_part_two .pphone a{ font-size: 17px; margin: 10px auto !important;}
  .enqry_nw_button a{ background-size: 13% auto; font-size: 13px; height: auto !important; line-height: 38px; margin: 5px auto 10px !important; width: 143px;}

  /*slider*/
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { height: 150px !important;  max-height: inherit !important;}
  .fullwidthbanner-container .fullwidthabanner {height: 150px !important;}
  .slider_area { margin-top: 0;}
  .slider_one h2 { font-size: 20px !important;}
  .slider_one h1{line-height: inherit !important; font-size: 20px !important;}
  .slider_one h2 .slider_span {font-size: 25px !important; margin-top: 17px !important;}
  .slider_one h1 span{font-size: 25px !important; margin-top: 5px !important;}
  /**/
  .content-sidebar-wrap h2 {font-size: 21px;}
  .content-sidebar-wrap h3 {font-size: 20px;}
  .content-sidebar-wrap h4 { font-size: 19px;}
  .content-sidebar-wrap h5 {font-size: 18px;}
  .content-sidebar-wrap h6 {font-size: 18px;}

  /*about*/
  .product_section .product_left_img {min-height: 190px !important;}
  .about_section p {font-size: 14px; line-height: 21px;}
  /*Wide Range of Products*/
  .product_section .product_right_text { padding: 30px !important;  clear: both !important;  float: left;}
  .product_section .product_right_text h4{ font-size: 23px; line-height: 22px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 25px !important; line-height: 27px; margin-bottom: 15px !important;}
  .welcome_section h5 span{font-size: 28px;}
  .welcome_section h6{font-size: 20px;  margin-bottom: 8px;}
  .welcome_section .vc_col-sm-6:last-child { padding-left: 15px; padding-right: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{ font-size: 25px; line-height: 25px;}
  .home_range_section p { font-size: 16px;  line-height: 20px;}
  .img_span{width: 107px; }
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li { height: 107px;   margin-bottom: 20px;  margin-right: 22px;  float: left;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{ color: #ffa739;   font-size: 20px;  margin: 10px auto !important;  text-align: center;}   
  .feature_img_section img {margin-top: 0;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 22px;}
  /*yellow_section*/
  .yello_content_left { float: none !important; width: 95% !important;  margin: 0 auto !important;}
  .footer_call_section { float: none;  width: 95%!important;  margin: 10px auto !important;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery {  width: 50%;}
  .homeimg .newgallery .prettyphoto{font-size: 17px; height: 107px; line-height: 17px; margin: -109px 18px 2px; padding: 35px 6px 0;}
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 91px !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important; margin: 0 10px 20px 0 !important;
    width: 48% !important;}
  /*single-product*/
  .single-product .type-product .images { float: none !important; margin: 0 auto !important; width: 80% !important;}
  .single-product .type-product .summary {float: none !important; margin: 20px auto 0 !important; width: 95% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px; loat: none !important; width: 100%;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px; margin-bottom: 10px;}
  .footer_info_left{float: none; font-size: 15px; line-height: 18px; width: 100%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{ float: none; font-size: 20px; line-height: 25px;  margin: 10px auto;}
  .footer_mnnn_sctn .footer_clm_two {margin-right: 0; width: 46% !important;}
  .footer_clm_one{  margin-right: auto; width: 50%;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{ width: 47%;  margin-top: 20px;}
  .footer_clm_three {margin-right: auto !important; margin-top: 20px !important;width: 100% !important;clear: both !important;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .site-footer .wrap {font-size: 12px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /**/
  .woocommerce ul.products li.product h3{ font-size: 14px !important;}
  .vc_empty_space {height: auto !important;}
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .specialsub{float: left; margin-bottom: 20px; padding: 0 5px !important; width: 50%;}
  .specialsub .product-category.product.first { margin-bottom: 0 !important;}
  .woocommerce ul.products li.product a img{  max-width: 100% !important;}
  .newulproduct { padding: 0 !important;}
  .decoration { margin: 0 auto !important;}
  .decorationsub { float: left !important; padding: 0 !important;  width: 50% !important;}
  .decorationsub .product-category.product.first {  padding: 0 5px !important;}
  /*noveltis*/
  .page-id-1107 .vc_col-sm-4.wpb_column.vc_column_container:first-child { display: none;}
  .page-id-1107 .wpb_single_image.wpb_content_element.vc_align_left { clear: both;}
  /*Marquees*/
  .cross_image_area .vc_col-sm-6 { float: left;  width: 50%;}
  .fist_cross { width: 100%;}
  .second_cross { width: 100%;}
  .button_area .left_button_area {margin-bottom: 10px !important;}
  .right_button_area p {font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .left_button_area p{font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .matrixmarquee .product-category.product { width: 100% !important;}
  .matrixmarquee .product-category.product.first { margin-bottom: 10px !important;}
  .newulproduct .product-category.product {  clear: none !important; float: left !important; margin-bottom: 20px !important; padding: 0 5px !important;
    width: 50% !important;}
  .decorationsub .product-category.product { margin-bottom: 10px !important;}
  /**/
  .title-area { float: none;}
  table {display: block !important; overflow: scroll !important; width: 100% !important;}
  .widget-title {margin-bottom: 10px;}
  .footer_clm_four { width: 97%;}
  .sub_footer_left .fb-icon_ckk { clear: both;  float: left !important;}
  .fllwtext { float: left;}
  .sub_footer_left { float: none;}
  .sub_footer_right { clear: both !important;  display: inline-block !important;  float: left;    font-size: 14px;}
  .term-description p:first-child {font-size: 20px; line-height: 27px;}
  .button_area { float: none; margin: 0 auto !important;  width: 95%;}
  .left_button_area {float: none !important; margin: 10px auto !important; width: 100% !important;}
  .left_button_area p { height: auto !important;}
  .right_button_area {float: none !important; margin: 0 auto;width: 100% !important;}
  .right_button_area p {height: auto !important;}
  /*2-10-2015*/
  .archive ul.products li.product:nth-child(2n) {margin-right: 0 !important;}
  .single-bne-testimonial p i {font-size: 16px; margin-top: 8px;}
  .genesis-nav-menu a {font-size: 14px;}
  .havingcattitle{font-size: 14px; height: 80px; display: block; line-height: 18px; width: 100%;}

  .weddingmenu {height: auto; margin: 0 auto 30px;}
  .weddingmenu ul li a {font-size: 17px; padding: 6px 12px;}
  .title_two{font-size: 20px !important; line-height: 20px !important;  padding-bottom: 26px;}
  .table_area table th, td {font-size: 13px;}
  .matrixmarquee {float: left; padding: 0 5px; width: 48%;  padding: 0 5px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto;}
  .grid-link{display: block; font-size: 14px; line-height: 19px; padding: 8px 10px; width: 100% !important;}
  .product_category_title { font-size: 20px;  margin: 10px auto !important;  width: 95%; color: #ffa739; text-align: center;}
  .entry-title {font-size: 20px;}
  .nunawading {font-size: 20px !important;}
  .contact_form_area .details p { float: none !important; width: 100% !important;}
  .contact_form_area .vc_col-sm-12 .wpcf7-form p:last-child { margin: 10px 0 !important;}
  .adress_area.one_adress {font-size: 14px;}
  .top_adress_contact .vc_col-sm-4 ul li {font-size: 14px; line-height: 22px;}
  .adress_area.adress_two {font-size: 14px !important;}
  .footer_testimonial_section {padding: 30px 0 20px;}
  .grid-img {height: 205px !important; line-height: 205px !important;}
  .balloons {float: left;  width: 50%;  min-height: 200px !important;}
  /*inquery*/
  .page-id-109 .wpcf7-form h2 {font-size: 20px;}
  .first_input p {float: none !important; width: 100% !important;}
  .page-id-109 .wpcf7-form p { font-size: 14px; margin-bottom: 6px;}
  .page-id-109 .wpcf7-form {padding: 17px;}
  .page-id-109 .wpcf7 {padding: 20px;}
  .second_input p {float: none !important; width: 100% !important;}
  input, select, textarea {font-size: 13px; padding: 8px;}
	.header_line_white_part_two .pphone a {
  color: #fff !important;
	}
	.header_line_white_part_two {
  color: #fca61e !important;
}

}
@media only screen and (min-width: 200px) and (max-width: 320px)
{
  /*header*/
  .righ_header_area { float: none !important; margin-top: 5px !important;}
  .enqry_nw_button {float: right!important; margin: 0 auto !important;}
  .enqry_nw_button a:hover{background-size: 13% auto !important;}
  /*Menu*/
  .menu-toggle{height: auto !important; line-height: 35px !important; padding: 6px;}
  .menu-toggle::after {font-size: 16px;}
  /*logo*/
  .header-image .site-title > a{background-size: 100% 100% !important;    height: 118px;  width: 150px;}
  /*header*/
  .header_line_white_part_two { background-size: 19% auto; display: inline-block !important; float: left !important;  font-size: 15px;  margin-right: auto !important;
    padding: 0 0 0 30px;}
  .header_line_white_part_two .pphone a{ font-size: 17px; margin: 10px auto !important;}
  .enqry_nw_button a{ background-size: 13% auto; font-size: 13px; height: auto !important; line-height: 38px; margin: 5px auto 10px !important; width: 143px;}

  /*slider*/
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { height: 130px !important;  max-height: inherit !important;}
  .fullwidthbanner-container .fullwidthabanner {height: 130px !important;}
  .slider_area { margin-top: 0;}
  .slider_one h2 { font-size: 18px !important;}
  .slider_one h1{line-height: inherit !important; font-size: 18px !important;}
  .slider_one h2 .slider_span {font-size: 22px !important; margin-top: 17px !important;}
  .slider_one h1 span{font-size: 22px !important; margin-top: 5px !important;}
  /**/
  .content-sidebar-wrap h2 {font-size: 21px;}
  .content-sidebar-wrap h3 {font-size: 20px;}
  .content-sidebar-wrap h4 { font-size: 19px;}
  .content-sidebar-wrap h5 {font-size: 18px;}
  .content-sidebar-wrap h6 {font-size: 18px;}
  /*about*/
  .product_section .product_left_img {min-height: 190px !important;}
  .about_section p {font-size: 14px; line-height: 21px;}
  /*Wide Range of Products*/
  .product_section .product_right_text { padding: 30px !important;  clear: both !important;  float: left;}
  .product_section .product_right_text h4{ font-size: 23px; line-height: 22px;}
  /*Wel-come_section*/
  .welcome_section h5{font-size: 25px !important; line-height: 27px; margin-bottom: 15px !important;}
  .welcome_section h5 span{font-size: 28px;}
  .welcome_section h6{font-size: 20px;  margin-bottom: 8px;}
  .welcome_section .vc_col-sm-6:last-child { padding-left: 15px; padding-right: 25px;}
  /*range of product*/
  .home_range_section .vc_col-sm-12 h6{ font-size: 25px; line-height: 25px;}
  .home_range_section p { font-size: 16px;  line-height: 20px;}
  .img_span{width: 107px; }
  .home_range_section ul li a{width: 104px; height: 107px;}
  .home_range_section ul li { height: 107px;   margin-bottom: 20px;  margin-right: 22px;  float: left;}
  .home_range_section ul li a img {height: 107px;}
  /*inner-page*/
  .feature_img_section h1{ color: #ffa739;   font-size: 20px;  margin: 10px auto !important;  text-align: center;}   
  .feature_img_section img {margin-top: 0;}
  .wpb_image_grid .wpb_image_grid_ul .isotope-item{width: 24.4% !important;}
  /*table*/
  .table_area table th{font-size: 16px; line-height: 20px;}
  .table_area table th, td {font-size: 15px;}
  /*testimonial*/
  .testimonial_main_heading{font-size: 22px;}
  /*yellow_section*/
  .yello_content_left { float: none !important; width: 95% !important;  margin: 0 auto !important;}
  .footer_call_section { float: none;  width: 95%!important;  margin: 10px auto !important;}
  .yello_content_left p{font-size: 16px; line-height: 20px;}
  .yello_section {padding: 20px 0;}
  /*home_image*/
  .homeimg .newgallery {  width: 50%;}
  .homeimg .newgallery .prettyphoto{font-size: 17px; height: 107px; line-height: 17px; margin: -109px 18px 2px; padding: 35px 6px 0;}
  .archive ul.products li.product {float: left !important; margin: 0 15px 25px 0 !important;  width: 33.33% !important;}
  .archive ul.products li.product h3{font-size: 16px !important;  height: 91px !important;}
  .images a {display: inherit;}
  /*des*/
  .main-desc{font-size: 15px;}
  .proother {font-size: 15px;}
  .pro_size .prosize{font-size: 16px;}
  .pro_price .proprice{font-size: 16px;}
  /*gallery*/
  .wpb_image_grid .wpb_image_grid_ul img { width: 100%;}
  /**/
  .archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear: none !important; float: left !important; margin: 0 10px 20px 0 !important;
    width: 48% !important;}
  /*single-product*/
  .single-product .type-product .images { float: none !important; margin: 0 auto !important; width: 80% !important;}
  .single-product .type-product .summary {float: none !important; margin: 20px auto 0 !important; width: 95% !important;}
  .summary.entry-summary h1{font-size: 25px;}
  /**/
  h1, h2, h3, h4, h5, h6{ margin: 0 0 12px;}
  p{font-size: 14px;  line-height: 20px; margin: 0 0 12px;}
  /*product_section*/
  .product_section .product_right_text ul li{ padding: 1px 0 1px 20px; font-size: 14px; loat: none !important; width: 100%;}
  /*footer*/
  .footer_call_section p{font-size: 21px;}
  .footer_call_section p a{font-size: 26px;}
  .footer_mnnn_sctn .menu li a{font-size: 14px;}
  .footer_mnnn_sctn h4{ font-size: 20px; margin-bottom: 10px;}
  .footer_info_left{float: none; font-size: 15px; line-height: 18px; width: 100%;}
  .footer_info_section_main{ padding: 20px 0;}
  .footer_info_right a{font-size: 25px;}
  .footer_info_right{ float: none; font-size: 20px; line-height: 25px;  margin: 10px auto;}
  .footer_mnnn_sctn .footer_clm_two {margin-right: 0; width: 46% !important;}
  .footer_clm_one{  margin-right: auto; width: 50%;}
  .footer_clm_three {width: 28%;}
  .footer_clm_four{ width: 47%;  margin-top: 20px;}
  .footer_clm_three {margin-right: auto !important; margin-top: 20px !important;width: 100% !important;clear: both !important;}
  .footer_clm_four .textwidget {font-size: 14px;}
  /*social_icon*/
  .fllwtext{font-size: 18px; margin-bottom: 10px;}
  .fb-icon_ckk img {width: 35px;}
  .tw-icon_ckk img {width: 35px;}
  .in-icon_ckk img {width: 35px;}
  .ln-icon_ckk img {width: 35px;}
  .sub_footer_right .widget-title{font-size: 18px;  margin-bottom: 10px;}
  .newsletter-email{width: 100%; font-size: 14px;}
  .site-footer .wrap {font-size: 12px;}
  /*contact_form*/
  input, select, textarea{font-size: 16px;}
  .contact_left_area h3 {font-size: 22px;}
  .contact_right_area h2{font-size: 22px;}
  /**/
  .woocommerce ul.products li.product h3{ font-size: 14px !important;}
  .vc_empty_space {height: auto !important;}
  .page-id-2865 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto !important;}
  .specialsub{float: left; margin-bottom: 20px; padding: 0 5px !important;  width: 50%;}
  .specialsub .product-category.product.first { margin-bottom: 0 !important;}
  .woocommerce ul.products li.product a img{  max-width: 100% !important;}
  .newulproduct { padding: 0 !important;}
  .decoration { margin: 0 auto !important;}
  .decorationsub { float: left !important; padding: 0 !important;  width: 50% !important;}
  .decorationsub .product-category.product.first {  padding: 0 5px !important;}
  /*noveltis*/
  .page-id-1107 .vc_col-sm-4.wpb_column.vc_column_container:first-child { display: none;}
  .page-id-1107 .wpb_single_image.wpb_content_element.vc_align_left { clear: both;}
  /*Marquees*/
  .cross_image_area .vc_col-sm-6 { float: left;  width: 50%;}
  .fist_cross { width: 100%;}
  .second_cross { width: 100%;}
  .button_area .left_button_area {margin-bottom: 10px !important;}
  .right_button_area p {font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .left_button_area p{font-size: 30px !important;  height: 95px !important; line-height: 35px !important;}
  .matrixmarquee .product-category.product { width: 100% !important;}
  .matrixmarquee .product-category.product.first { margin-bottom: 10px !important;}
  .newulproduct .product-category.product {  clear: none !important; float: left !important; margin-bottom: 20px !important; padding: 0 5px !important;
    width: 50% !important;}
  .decorationsub .product-category.product { margin-bottom: 10px !important;}
  /**/
  .title-area { float: none;}
  table {display: block !important; overflow: scroll !important; width: 100% !important;}
  .widget-title {margin-bottom: 10px;}
  .footer_clm_four { width: 97%;}
  .sub_footer_left .fb-icon_ckk { clear: both;  float: left !important;}
  .fllwtext { float: left;}
  .sub_footer_left { float: none;}
  .sub_footer_right { clear: both !important;  display: inline-block !important;  float: left;    font-size: 14px;}
  .term-description p:first-child {font-size: 20px; line-height: 27px;}
  .button_area { float: none; margin: 0 auto !important;  width: 95%;}
  .left_button_area {float: none !important; margin: 10px auto !important; width: 100% !important;}
  .left_button_area p { height: auto !important;}
  .right_button_area {float: none !important; margin: 0 auto;width: 100% !important;}
  .right_button_area p {height: auto !important;}
  /*2-10-2015*/
  .archive ul.products li.product:nth-child(2n) {margin-right: 0 !important;}
  .single-bne-testimonial p i {font-size: 16px; margin-top: 8px;}
  .genesis-nav-menu a {font-size: 14px;}
  .havingcattitle{font-size: 14px; height: 80px; display: block; line-height: 18px; width: 100%;}

  .weddingmenu {height: auto; margin: 0 auto 30px;}
  .weddingmenu ul li a {font-size: 17px; padding: 6px 12px;}
  .title_two{font-size: 20px !important; line-height: 20px !important;  padding-bottom: 26px;}
  .table_area table th, td {font-size: 13px;}
  .matrixmarquee {float: left; padding: 0 5px; width: 48%;  padding: 0 5px !important;}
  .page-id-22 .vc_row.wpb_row.vc_row-fluid { margin: 0 auto;}
  .grid-link{display: block; font-size: 14px; line-height: 19px; padding: 8px 10px; width: 100% !important;}
  .product_category_title { font-size: 20px;  margin: 10px auto !important;  width: 95%; color: #ffa739; text-align: center;}
  .entry-title {font-size: 20px;}
  .nunawading {font-size: 20px !important;}
  .contact_form_area .details p { float: none !important; width: 100% !important;}
  .contact_form_area .vc_col-sm-12 .wpcf7-form p:last-child { margin: 10px 0 !important;}
  .adress_area.one_adress {font-size: 14px;}
  .top_adress_contact .vc_col-sm-4 ul li {font-size: 14px; line-height: 22px;}
  .adress_area.adress_two {font-size: 14px !important;}
  .footer_testimonial_section {padding: 30px 0 20px;}
  .grid-img { height: 180px !important;  line-height: 180px !important;}
  .balloons {float: left;  width: 50%;  min-height: 200px !important;}
  /*inquery*/
  .page-id-109 .wpcf7-form h2 {font-size: 20px;}
  .first_input p {float: none !important; width: 100% !important;}
  .page-id-109 .wpcf7-form p { font-size: 14px; margin-bottom: 6px;}
  .page-id-109 .wpcf7-form {padding: 17px;}
  .page-id-109 .wpcf7 {padding: 20px;}
  .second_input p {float: none !important; width: 100% !important;}
  input, select, textarea {font-size: 13px; padding: 8px;}

}

.subfooter_text {
  display: inline-block;
  float: left;
}

.subfooter_seo {
  float: right;
}

.footer_left_text {
  color: #0e0e0e;
  display: inline-block;
  font-size: 14px;
  width: 742px;}

.site-footer a:hover {
  color: #fff;
}

.site-footer {
  background: none repeat scroll 0 0 #fca61e !important;
}
.site-footer .wrap {
  color: #2a2a2a;
  font-size: 16px;
}
.single-product h2.product_title {
  display: none;
}



.jig-caption-title {
  display: none!important;
}




/* Landing Pages style */
#menu-marquees {
  margin: 0 !important;
}
.marquees-catlist{
  margin-left:0px !important;
}
.marquees-catlist li {
  list-style: none !important;
}
.marquees-catlist a {
  color: #000;
  display: block;
  margin-bottom: 20px;
  text-decoration: underline;
}
.landing-title {
  border-bottom: 2px solid;
  margin-top: 15px;
  text-transform: none !important;
}
.marquees-catlist .current-menu-item a{
  color: #fca61e;
  font-family: "Roboto";
  font-weight: 500;
  text-decoration: none;
}
span.price {
  color: #fca61e;
  font-family: "roboto";
}
.marquee-table {
  font-size: 14px;
}
.marquee-table th {
  color: #fca61e;
  font-family: roboto;
  line-height: normal;
  text-align: center;
}
.marquee-table td {
  border: medium none;
  line-height: normal;
  text-align: center;
}
.marquee-list{
  margin-left: 0px !important;
}
.marquee-list li {
  background-image: url("https://www.havingaparty.net.au/wp-content/uploads/2016/06/tick.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px auto;
  list-style: none !important;
  margin-top: 10px;
  padding-left: 22px;
}
.marquee-btn {
  background-color: #fca61e;
  color: #fff;
  font-family: "MilfordCondensedBold-Regular";
  font-weight: 500;
  padding: 5px 10px;
  text-transform: uppercase;
}
.marquee-btn:hover {
  background-color: #231f20;
  color: #fff;
}
.nav-primary {
  background-color: #333;
}
.header_line_white_part_two .pphone a {
  color: #333;
}
.header_line_white_part_two {
  color: #333;
}
	.enqry_nw_button a {
  background-color: #333;
}

.genesis-nav-menu a:hover {
  background-color: #fff;
}
@media all and (max-width: 1100px){
  .header-image .site-title > a {
    height: 75px;
    width: 285px;
  }
}
@media all and (max-width: 1023px){
  .header-image .site-title > a {
    height: 60px;
  }
}
@media all and (max-width: 735px){
  .site-container{
    background:none !important;
  } 
}
@media all and (max-width: 375px){
  .header_line_white_part_two .pphone a{
    color:#333 !important;
  }
}
.content {
    float: none;
    width: 100%;
}
.sidebar-primary, .sidebar-secondary {
    display: none;
}
.testimonial-message i {
    color: #fca61e;
}
.testimonial-name {
    font-size: 18px;
}
.first_input {
    overflow: auto;
    width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    clear: none !important;
}
.grid-img {
    overflow: hidden;
}
.woocommerce ul.products li, .woocommerce-page ul.products li {
    margin: 0 2.8% 2.992em 0 !important;
}
.woocommerce-loop-product__title {
    background: #f2f2f2 none repeat scroll 0 0;
    border-top: 4px solid #fca61e;
    display: table-cell;
    font-size: 18px;
    height: 80px;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px!important;
    vertical-align: middle;
    width: 260px;
    text-transform: uppercase;
    font-family: "MilfordCondensedBold-Regular"!important;
    color: #fca61e;
    font-weight: 400;
}
.page-id-109 .quform {
    padding: 30px;
    background: #eee;
}
.quform-form-inner.quform-form-inner-1 {
    background-color: #fff;
    padding: 20px 50px 20px 50px;
}
.quform textarea, .quform input {
    border: 1px solid #000 !important;
}
