body {
  -webkit-text-size-adjust: none;
}
.cover{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,.5);
}

#nav{
  text-transform: none;
}

#header.style16 #nav .nav-top > li > a,
body{
  color: #656565;
}

#header.style16 #nav .nav-top > li > a{
  padding-bottom: 10px;
}

#header.style16 #nav .nav-top > li > a.current{
  border-bottom: 4px solid #E61131;
    /*padding-bottom: 4px;*/
}

#header.fixed-position{
  padding: 18px 0 0;
}

.logo a{
  padding-bottom: 14px;
}

img.small { 
  width:300px;
}

.special{
  text-align: center;
  font-size: 16px;
  line-height: 31px;
}

/* Utility */

.inline-block{
  display:inline-block;
}

.bg-dark-grey{
  background: #2A2A2A;
}

.padding-bottom-0{
  padding-bottom: 0;
}

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

.margin-bottom-50{
  margin-bottom: 50px;
}

.margin-top-20{
  margin-top:20px;
}

.padding-top-0{
  padding-top:0;
}

.padding-20{
  padding:20px;
}

.single-video h1 {
    color: #222;
    font-size: 32px;
    margin: -25px 0 53px;
    letter-spacing: 0px;
    line-height: 1.3;
    text-transform: none;
	font: 600 29px/34px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.single-video h2 {
    color: #222;
    font-size: 32px;
    margin: -25px 0 53px;
    letter-spacing: 0px;
    line-height: 1.3;
    text-transform: none;
}

#newtitle {
    color: #222;
    font-size: 32px;
    margin: -25px 0 53px;
    letter-spacing: 0px;
    line-height: 1.3;
    text-transform: none;
	font: 600 21px/24px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.single-video .video-block{
  border: 5px solid rgba(0, 0, 0, 0.04);
}

.single-video,
.single-video .port-single,
.single-video .port-single ul .fa,
.single-video .port-single p,
.single-video .port-single ul strong,
.single-video h3{
  color: #222;
}

.single-video .page-heading{
  margin-bottom:5px;
}

.single-video .port-single ul li{
  color: #222;
}

.blog-post-v1.style2 {
    min-height: 153px;
}

.blog-post-v1.style2.blog-tile-list-item{
  padding:20px;
}

.blog-post-v1.style2.blog-tile-list-item h2{
  font-size: 16px;
    line-height: 16px;
    margin: 10px 0px 3px;
}
.blog-post-v1.style2 h2 {
 line-height: 1.1em;
}
.blog-post-v1.style2 p {
  line-height: 1.4em;
}

/* Header */

#toast-container>div{
  opacity: .95;
  box-shadow: none;
}

#toast-container>.toast-error{
  background-color:#E61131;
  border-radius: 0;
  border-bottom: 1px solid #bd102a;
}

#toast-container.toast-bottom-full-width>div, #toast-container.toast-top-full-width>div{
  width:100%;
  margin-bottom:0;
  box-shadow: none;
  margin-top:0;
}

header .search-box{

}

header .search-box form{
      display: inline-block;
      float:left;
}

header .search-box .fa{
  line-height:33px; 
}

header .search-box input[type="text"]{
  background:none;
  color:#fff;
  border:none;
}

header .search-box input[type="submit"]{
  display: none;
}

textarea:focus, input:focus,
input[type="button"]:focus, 
input[type="submit"]:focus {    
    outline: none !important;   
    box-shadow:none!important;
 }

#resourceSearch{
  margin: 60px 0 10px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
}

#newsletterSignup{
  padding:0px 0px;
}

#newsletterSignup input[type="text"]{
    background: none;
    border: none;
    text-align: left;
    padding: 10px 21px;
    background: rgba(255, 255, 255, 0.15
      );
    margin-top: 7px;

}

#newsletterSignup input[type="text"]:focus{
  /*background: #fff;*/
}

.lunch-and-learn input[type=checkbox],
#newsletterSignup input[type=checkbox] {
  visibility: hidden;
  display: none;
}

/* SQUARED THREE */
.lunch-and-learn .squaredThree{
  margin-top:15px;
}
.signupbutton{
    background: #E61131;
    border: none;
    border-radius: 4px!important;
    color: #fff;
    padding: 10px 23px;
    font-size: 14px;
    text-transform: uppercase;
}
.squaredThree {
  margin: 6px 12px 0 0;
    position: relative;
    display: inline;
    float: left;
}

.squaredThree p{
      display: inline;
    padding-left: 21px;
    font-size: 11px;
}

.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 6px;
  border-radius: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredThree label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}



a:focus { 
    outline: none !important;
}

/* Search Results */

.search-everything-highlight-color{
  background-color: #E90729!important;
  color:#fff;
  padding:0px 10px;  
}

.search-results .blog-txt h2{
  font-size: 20px;
}

.search-results .blog-txt h2 a{

}

.blog-post-v1 h2{
  text-transform: none;
}

/* Single - Blog */

.txt.blog-post-v1 {
  font-size: 21px;
  line-height: 1.7em;
  color: #5d5d5d;
  font-weight: 300;
}
.txt.blog-post-v1 li{
  font-size:18px;
}

.txt.blog-post-v1 h1{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.txt.blog-post-v1 h2{
  margin-top:30px;
  margin-bottom: 20px;

}

.txt.blog-post-v1 h3{
  font-size: 19px;
  margin-top:20px;
  margin-bottom: 20px;
}

.txt.blog-post-v1 h4{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}

.txt.blog-post-v1 h5{
      font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2em;
    margin-top: 18px;
    margin-bottom: 18px;
}

.txt.blog-post-v1 h6{
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: .5px;
}

.txt.blog-post-v1 ul{
  margin-bottom: 29px;
  padding-left: 50px;
}

.txt.blog-post-v1 ul li{
  font-size:18px;
}

.txt.blog-post-v1 blockquote p{
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: #a0a0a0;
}

.txt.blog-post-v1 blockquote{

  padding-top:10px;
  padding-bottom:15px;
}

.txt.blog-post-v1 p:first-of-type{
  margin-top:0px;
}

.txt.blog-post-v1 p{
  margin-top:30px;
  font-size:18px;
}

.txt.blog-post-v1 a{
  color: #E61131;
}

.txt.blog-post-v1 pre{
  font-size:16px;

}

.txt.blog-post-v1 {

}





/* Error 404 */

body.error404 #wrapper{
  background: #4a4a4a;
}

body.error404 .error-section .logo{
  width: 300px;
}





/* Contact Page */
.address .img-responsive{
  max-width: 300px;
}





/* Lunch and Learn */

.error-section.style3{
  background: #222222;
}

.error-section.style3 .stretch{
  opacity: .1;
}

.error-section.style3 h1 {
  color: #fff;
  text-transform: none;
  font-weight: 800;
  letter-spacing: 1px;
}

.error-section.style3 h2 {
  font-size: 30px;
  color: #fff;
  padding-top: .2em;
  letter-spacing: 0px;
}

.error-section.style3 h3 {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 24px;
  margin-bottom:30px;
}

.error-section.style3 p {
  color: #333;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 1.4;
    max-width: 400px;
    text-align: center;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    word-break: break-word;
    white-space: normal;
}

.lunch-and-learn.error-section.style3 p{
  max-width: none;
}
.lunch-and-learn .signupPanel{
      background: white;
    padding: 0;
    display: inline-block;
}
.lunch-and-learn h4{
      color: white;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 7px;
    width: 100%;
    background: #E61131;
    margin-top: 0;
    padding: 15px;
}
.signupPanel input[type="text"], #lunchAndLearnNewsletterSignup input[type="text"]{
        background: #f7f7f7;
    padding: 11px;
    border: none;
    text-align: left;
    border: none;
    color: #000;
}
#signupOverlay{
  position: fixed;
  top:80px;
  bottom:0;
  right:0;
  left:0;
}
#signupOverlay{

}
.modal-dialog{
  z-index:99999;
  top:100px;
}
.modal .signupPanel{
  width:100%;
}

#lunchAndLearnNewsletterSignup{
      padding-left: 30px;
    padding-right: 30px;
}

.signupPanel ::-webkit-input-placeholder, #lunchAndLearnNewsletterSignup ::-webkit-input-placeholder {
   color: #313131;
}

.signupPanel :-moz-placeholder, #lunchAndLearnNewsletterSignup :-moz-placeholder { /* Firefox 18- */
   color: #313131;  
}

.signupPanel ::-moz-placeholder, #lunchAndLearnNewsletterSignup ::-moz-placeholder {  /* Firefox 19+ */
   color: #313131;  
}

.signupPanel :-ms-input-placeholder, #lunchAndLearnNewsletterSignup :-ms-input-placeholder {  
   color: #313131;  
}

.error-section.style3 a button{
  margin-bottom:20px;
}





/**/

.spinner7{
  width: 275px!important;
}

.spinner7 > div {
  background-color: #E61131;
}

.blog-post-v1.style2{
  margin-bottom: 30px;
  background: none;
}

.blog-post-v1 .icon{
  border-top:none;
}

.blog-post-v1.style2 .img-box{
  width: 30%;
}

.blog-post-v1.style2 .blog-txt{
  width: 70%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.blog-post-v1.style2 .box-holder{
  top:0;
}

.blog-post-v1.style2.full .blog-txt{
  width: 100%;
}

.blog-post-v2{
  padding-right:20px
}

.blog-post-v2:last-of-type{
  padding-right:0;
}

#header .logo {
  width: 200px;
}

#header.fixed-position #nav .logo {
  width: 150px;
  top: 2px!important;
}

.no-background{
  background-image:none;
}

#main{
  padding-top:32px;
}

body.home #main{
  padding-top:0px;
}

#footer .footer-top{
  padding-top:30px;
  padding-bottom:0px;
}

.footer-social {
    margin: 18px 0 20px;
}

#footer .logo{
  width:180px;
      margin: 18px auto 39px;
}

#footer.style13 .f-info-box p {
  letter-spacing: 1px;
  font-size: 20px;
}

#footer.style13 .footer-app{
  padding: 0;
}

#footer.style13 .bottom-box3{
  padding: 81px 0 15px;
}



/* Full Screen Slider */

.construct-gallery .holder {
  padding: 100px 0 40px;
  white-space: nowrap;
}





/* Pagination */

.pager .next > button{
  float: right;
}

.pager .previous > button {
  float: left;
}





/* Widgets */

.widget img{
  max-width: 100%;
}

.widget .gform_wrapper input[type="submit"] {
  background: #E90729;
  color: #fff;
  width: initial;
}





/* Single Video */

.single-video{
  padding-bottom:100px!important;
  background: #f3f3f3;
  padding-top:73px!important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-play{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#video-play{
  width: 100%;
  text-align: center;
}

#video-play i{
  font-size: 80px;
  margin-top: 24%;
  color: #fff;
}

.single-video .page-heading {
  padding-top: 36px;
}

.single-video .business-col .page-heading {
  padding-top: 0;
}

.page-heading .heading {
    padding: 0 0 17px;
  }

.banner .cover img{
  
}

.banner p{
    font-style: normal;
    letter-spacing: 0px;
    font-size: 14px;
    margin-bottom: 20PX;
    line-height: 1.7;
    margin-top: 14px;
}
.banner h2{
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px
}

/*  */

.portfolio-block p{
  letter-spacing: 0px;
}

.portfolio-block .box h2{
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 700;
  text-transform: none;
}

.portfolio-block .box .over h2{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1em;
  font-family: "lato";
  letter-spacing: 2px;
}

.portfolio-block .box .over h2 a{
  color:#fff;
}

.blog-post-v2 .meta li {
  padding: 0 12px 0 0;
  display: block;
}

.blog-post-v2 h2{
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 97px;
  font-size: 26px;
  padding-left: 10%;
  padding-right: 10%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1.4;
}

#beautiful-taxonomy-filters-form button{
  background: #E61131;
  border: 1px solid #AB0C24;
  padding: 7px 10px;
  line-height: 1em;
  color: #fff;
}

#beautiful-taxonomy-filters-form a{
  line-height: 1em;
  vertical-align: baseline;
  color:#E61131;
  letter-spacing: 0px;
}

.beautiful-taxonomy-filters-tax {
  display: block;
  margin-right: 15px;
}

.beautiful-taxonomy-filters-label{
  vertical-align: sub;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  margin-right: 8px;
  color: #B5B5B5;
  display: block;
  margin-bottom: 0;
}

.beautiful-taxonomy-filters-select-wrap{
  margin-bottom:20px;
}

.jcf-select{
  border: 1px solid gainsboro;
  background: #F3F3F3;
  height: 32px;
  margin-bottom:6px;
}

.jcf-select .jcf-select-text{
  color: #424242;
  font-weight: 500;
  line-height: 34px;
  padding-left: 6px;
}

.beautiful-taxonomy-filters-select {

}

.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active{
  z-index: 999999999!imortant;
}





/* Promo Boxes */

.collection-col{
  height:231px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.collection-col.wide{
  height: 230px;
  margin-bottom: 29px;
}
.collection-col.tall{
  height: 490px;
}

.gform_body ul{
  padding-left:0;
}

.gform_body ul li {
  list-style: none;
  margin: 0;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper .jcf-select,
.gform_wrapper textarea{
  border: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 0 0 10px;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  resize: none;
  color: #2f2f2f;
  padding: 6px 16px;
  background: none;
  border-color: #d2d2d2;

}

.gform_wrapper .jcf-select .jcf-select-text{
  padding: 0px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #AEA9A9;
  margin-left: 0px;
  padding-top: 3px;
  font-weight: 300;
}

.gform_wrapper label{
  display:none;
}

.gfield_error textarea,
.gfield_error select,
.gfield_error input{
  border-color: rgb(255, 157, 157);
  border-width: 2px;
}

.gfield_error .validation_message{
  margin-bottom: 20px;
  margin-top: -7px;
  color: rgba(255, 62, 62, 0.69);
  font-weight: 700;
  font-size: 12px;
}

.validation_error{
  color: rgba(255, 62, 62, 0.69);
  font-weight: 700;
  font-size: 12px;
  margin-bottom:15px;
}

body img.gform_ajax_spinner {
  text-align: center;
  widows: 100%;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
}

.create-business .know-more:hover {
    color: #e61131;
    background: transparent;
    border-color: #e61131;
    border: 2px solid #e61131!important;
    font-weight: 900;
}

.create-business h4{
      color: #a7a7a7;
    font-weight: 500;
    margin-bottom: 36px;
    font-size: 16px;
}
.page-banner{
  background-color: #000;
}

.error-section.style3.lunch-and-learn div.title{
}

.error-section.style3.lunch-and-learn p strong{
  font-size: 15px;
  word-break: break-word;
}

.error-section.style3.lunch-and-learn{
  background: #ffffff;
}

.error-section.style3.lunch-and-learn .page-heading{
  margin-bottom:0px;
}

.error-section.style3.lunch-and-learn .safety-section{
  background: none;
  padding-top:60px;
  padding-bottom: 0px;
  
}

.error-section.style3.lunch-and-learn .safety-section h3{
  font-size: 14px;
  word-break: break-word;
  white-space: normal;
  text-align: left;
  text-transform: none;
  max-width: initial;
  background: #fff;
  padding-top: 12px;
}

.error-section.style3.lunch-and-learn .safety-section h3 a{
  color:#444;
}

.error-section.style3.lunch-and-learn .safety-section h3 a i{
  color:#fff;
}

.error-section.style3.lunch-and-learn .safety-section h3 .add{
    text-transform: uppercase;
    height: initial;
    margin-bottom: 2px;
    line-height: 1.2
}

.error-section.style3 h2{
  color: #444;
}

.error-section.style3 .text-uppercase{
  color: #444;
}

.error-section.style3 h3{
  color: #444;
}

.error-section .wedding-nav .countdown-section{
  color:#444;
  border-color: #444;
}

.error-section .wedding-nav .countdown-section .countdown-period{
  background: #444;
  color: #fff;
}

.category-promo-boxes .know-more{
  margin-top: 10px;
}

.footer-bottom .footer-nav{
  max-width: initial;
}

#header .list-inline{
  margin-bottom:0;
}

#header .header-top{
  padding: 0px;
}

#header .header-top a{
  font-size: 10px;
}

header .search-box input[type="text"]{
  font-size:10px;
  letter-spacing: 1px;
  text-align: right;
}

#header .language-nav .list-inline{
  padding-top: 0px;
}

#header .secondary .list-inline{
  padding-top: 8px;
  margin-left: 5px;
}

#header .row.main .col-xs-12{
  padding-left: 0px;
}

.safety-section h3 a{
  color:#fff;
}

.safety-section h3 a:hover{
  text-decoration: initial;
}

.safety-section h3 {
    line-height: 1.3em;
}

.collection-over.add .box{
  padding-bottom:35px;
}

.collection-over{
  background: rgba(0, 0, 0, .8);
}

.collection-col{
  margin-bottom:30px;
}

.padding-bottom-100{
  padding-bottom:40px!important;
}

.safety-section p{
  font-size:14px;
}

.sidebar .widget.cate-widget ul li.child {
    margin-left: 30px;
}
.post-type-archive-blog  .sidebar .widget.cate-widget ul li.child{
  display: none;
}

.safety-section h3 .add{
  font-size:18px;
  min-height: 2em;
}

.wysiwyg p{
  line-height: 1.6;
}

.about-chef.style2 .img2 {
    margin: -5px 0 0 36px;
}

/* Bootstrap Media Queries */
  
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  #header.style16 .logo {
      margin: --8px 0 0px;
  }
  #nav .nav-opener {
    top: -1px;
  }
  #nav .nav-top {
    top:0px;
  }
  #nav .nav-top > li{
    border-bottom: 1px solid rgba(42, 42, 42, 0.06);
  }
  #header.style16 #nav .nav-top > li > a.current {
    border-bottom: 2px solid #E61131;  
  }
  #nav .nav-top > li > a {
    padding: 10px 20px!important;
  }
  #nav .drop ul a{
    padding: 10px 32px;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .blog-post-v1 .icon {
        height: 43px;
    }
  .blog-post-v1 time .add {
      font-size: 14px;
    }
}

#nav li > a {
    font-weight: 500;
    letter-spacing: 1px;
}



/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .construct-gallery .txt{
      font-size:22px;
    }
    .construct-gallery .title{
      font-size:20px;
      line-height: 1.2;
    }
    .construct-gallery .title .add{
      font-size:30px;
    }
    .language-nav{
      display:  none;
    }
    #header .top-nav{
      text-align: left;
      padding-left:20px;
    }
    #header.style16 .header-top li {
        padding: 0 10px;
    }
    #header .secondary .list-inline {
        padding-top: 5px;
        margin-left: 0px;
        padding-bottom: 5px;
    }
    
    .blog-post-v1.style2 .img-box {
      width: 100%;
    }
    .blog-post-v1.style2 .blog-txt {
        padding-left:12%;
        width:88%;
        margin-top:15px;
    }
    .blog-post-v1.style2 .box-holder{
      margin-left:0px;
    }
    .blog-post-v1.style2 {
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.11);
        padding-bottom: 25px;
    }
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  #footer.style13 .f-info-box .tel{
    font-size:22px;
  }
  .footer-social{
    text-align: center;
    float: none!important;
    display: inline-block;
  }
  #footer .logo{
    text-align: center;
    float: none!important;
    }
    #footer.style13 .f-info-box p{
      font-size:15px;
    }
    .collection-over .box h2 .txt{
      font-size:15px;
      line-height: 1.2;
    }
    .collection-over .box h2{
      font-size:20px;
      line-height:  1.2;
    }
    .error-section.style3 h2{
      font-size:12px;
    }
    .padding-top-60{
      padding-top:30px!important;
    }
    .error-section.style3 h1 {
        line-height: 1.3;
    }
    .safety-section img{
      margin-bottom: 20px;
    }
    .safety-section .tile{
      margin-bottom: 30px;
    }
    .safety-section {
      padding: 30px 0 30px;
    }
    
    
    
    .safety-section .about-box{
      margin-bottom: 40px;
    }
    
    #header.style16 .top-nav{
      padding-left: 0px;
    }
    .collection-col.tall {
        height: 215px;
    }
    .blog-post-v1.style2 .blog-txt {
        padding-left:20%;
        width:80%;
        margin-top:15px;
    }

}


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