.menu-box-title{
  display: none;
}
/*-----------------Search pop up----------------*/
.serach-page input.search-field {
  padding: 10px;
}
button.search-submit {
  border: 0;
  background: transparent;
}
.social-media .dashicons{
  margin: 0 6px;
  padding: 0;
}
.vw_menubar .social-media a:hover{
  color:#3890cb;
}
.search-box span {
  cursor: pointer;
  display: inline-block;
  padding: 25px 10px;
}
.search-box i {
  color: #3fa4f6;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* --------------- Topbar -------------- */
.page-template-home-page .header-menu{
  box-shadow: 0;
}
.header-menu{
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.hamburger:focus{
  outline: none;
}
#vw_topbar{
  background-color: #3fa4f6;
  padding: 10px 0;
}
#vw_topbar a{
  font-size: 14px;
  letter-spacing: 0px;
  color: #f7f7f7;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 0;
  padding-top: 8px;
}
#vw_topbar .header-search{
  text-align: left;
}
#vw_topbar .header-search .search-icon i{
  color: #fff;
  font-size: 13px;
  width: 40px;
  height: 40px;
  padding: 12px 12px;
  border:2px solid #fff;
  border-radius: 50%;
  margin-left: 30px;
}
#vw_topbar .header-search .header-search-icon:after{
  content: "";
  width: 1px;
  height: 31px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 5px;
}
a.gplus i{
  background: #da4835;
}
a.linkedin i{
  background: #007bb5;
}
a.pintrest i {
  background: #d73431;
}
a.vk i{
  background: #507299;
}
a.tumbler i{
  background: #36465d;
}
a.flicker i{
  background: #b517ad;
}
a.facebook i{
  background: #3c5a99;
}
a.twitter i {
  background: #55acee;
}
a.insta i{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
a.youtube i{
  background: #d12122;
}
/* --------------------------Header---------------------------- */
.vw_nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
#vw_header .logo img{
  max-height: 123px;
  width: auto;
}
.vw_menubar {
  transition: all 0.5s ease;
}
#vw_header .logo{
  padding: 10px 0px; 
  text-align: left;
  border-bottom: 0;
}
.logo a{
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-weight:bold; 
}
.logo p{ 
  margin-bottom: 0;
  font-size: 14px;
}
#vw_header .search-form{
  position: relative;
  width: 52px;
  position: absolute;
  right: 0;
  top: -1px;
  transition: 2s; 
}
#vw_header .search-form:after{
  content: "\f002";
  font-family: "font awesome 5 free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 19px;
}
#vw_header .search-form input[type="search"]{
  background-color: #fff;
  border-radius: 40px;
  border:1px solid gray;
  width: 44px;
  color: transparent;
}
#vw_header .search-form input[type="search"]::placeholder{
  color: transparent;
}
#vw_header .search-form input[type="search"]:focus{
  outline: none;
}
#vw_header .search-form:hover,#vw_header .search-form:focus{
  width: 100%;
}
#vw_header .search-form:hover input[type="search"]{
  width: 100%;
  color: #6c6c6c;
}
#vw_header .search-form:hover input[type="search"]::placeholder{
  color: #6c6c6c;
}
#vw_header .fa-window-close{
  color:gray;
  cursor: pointer;
  font-size: 20px;
}
#vw_header .search-form input[type="submit"]{
  background-color:#3fa4f6;
  border-radius: 40px;
  padding: 0;
  margin: 0;
}
/*----------------Menu bar-----------*/
.sticky .side-navigation {
  padding: 0;
  margin: 0;
  text-align: center;
}
.side-navigation>li {
  list-style: none;
}
.close-sidebar {
  font-size: 35px;
  padding-right: 9px;
  color: #fff;
  text-align: right;
  padding-top: 8px;
}
amp-sidebar#sidebar1,#sticky-onoff,.footer_hide,.headerbar,#vw-tesimonial-loop,#vw_tesimonial_speed,#blog-loop,#vw_blog_speed,#vw-product-loop,#vw_product_speed,#vw-department-loop,#vw_department_speed{
  display: none
}
.i-amphtml-sidebar-mask {
  position: static!important
}
.side-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: left;
}
.side-navigation li {
  position: relative;
  padding:37px 0;
  display: inline-block;
}
.side-navigation a {
  display: block;
  text-decoration: none;
  text-transform: none;
  padding: 0 17px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #000;
  font-family: "Roboto";
  line-height: 16px;
  position: relative;
  font-weight: 400;
}
.side-navigation a:after{
  content: "/";
  display: inline-block;
  position: absolute;
  right: -4px;
}
.side-navigation li:last-child a:after{
  content: "";
}
.side-navigation li:last-child a{
  padding-right: 0;
}
.side-navigation a:hover,.side-navigation  .current_page_item > a{
    color: #3fa4f6;
}
.side-navigation  .current_page_item > a:after{
  color: #222;
}
.side-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #F6F6F6;
  min-width: 215px;
  z-index: 9999; 
}
.side-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.side-navigation ul ul a {
 text-transform: none;
  font-weight: 400;
  color: #1e1d1c;
  font-size: 14px;
  line-height: 1.5;
  transition: 2s;
  position: relative;
}
.side-navigation ul ul a:after{
  content: "";
}
.side-navigation ul ul a:hover{
  transition: 2s;
  position: relative;
  left: 5px;
}
.side-navigation ul ul a:hover:after{
  content: "\f101";
  font-family: "font awesome 5 free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.side-navigation ul ul li {
 float: none;
  padding: 10px 10px 10px 5px;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;

}
.side-navigation ul ul li a:hover,.side-navigation ul ul li:last-child{
 border-bottom: 0;
}
.side-navigation ul li:hover > ul{
  display: block;
}
.stickynavbar {
  background-color:#fff;
   box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99;
}
.side-navigation .sub-menu ul li a:before{
  content:"\27A4";
  color: #000;
}
.side-navigation li.current_page_item{
  border-bottom: 3px solid #3fa4f6;
}
.vw_nav_wrap .row.bg-media{
  align-items: center;
}
/*---------------- Footer Section ----------------------*/
#vw_footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
}
#vw_footer_box{
  padding:45px;
  position: relative;
}
#vw_footer{
  background-repeat: no-repeat;
  background-size: cover;
}
.outer-footer {
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#vw_footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#vw_footer form.search-form input{
  float: none;
  border: 1px solid;
  margin: 20px 2px;
}
#vw_footer textarea{
  height: 100px;
}
#vw_footer p.post-date {
    color: #7d7676;
    font-size: 11px !important;
    margin-bottom: 0;
}
#vw_footer p.post-date i{
  font-size: 10px;
  padding-right: 9px;
}
.copyright .copy-text p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family:'PT Sans', sans-serif;;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #69b7f7;
  margin-bottom: 0;
}
#vw_footer{ 
  color:#fff;
  text-align:left;
}
#vw_footer h3 {
  font-size: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  padding:0 0 17px 0;
}
#vw_footer h3:after{
  content:'';
  width: 60px;
  height: 3px;
  background-color: #3fa3f5;
  display: block;
  margin-top: 16px;
}
#vw_footer .copyright p{
  font-size:14px;
  text-align:center;
  color:#ffffff;
}
#vw_footer .copyright a {
    color: #fff;
  cursor: pointer;
}
#vw_footer ul li a{
  font-size: 14px;
  letter-spacing: 1px;
  color: #9fa0a7;
  font-family: "Roboto";
}
#vw_footer p{
  font-size: 14px;
  letter-spacing: 1px;
  color: #9fa0a7;
  font-family: "Roboto";
}
.widget_recent_entries img {
  width: 100px;
}
.copyright{
  background-color: #3fa4f6;
  padding-top: 10%;
  margin-top: -113px;
}
#vw_footer .textwidget input[type="email"]{
  border-radius: 40px;
  border:2px solid #9b9b9b;
  background-color: #222;
  color: #9b9b9b;
}
input:focus,button:focus{
  outline: none !important;
}
#vw_footer .textwidget form{
  position: relative;
  margin-top: 20px;
}
#vw_footer .textwidget form p{
  margin-bottom: 0;
}
#vw_footer .textwidget input[type="submit"],.more-button a{
  background-color: #3fa3f5;
  border-radius: 40px;
  padding: 14px 20px;
  display: inline-block;
  margin-top: 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: -11px;
}
.copyright  #vw_footer-navigation ul{
  list-style-type: none; 
}
.copyright  #vw_footer-navigation ul li{
  display: inline-block;
}
 #vw_footer-navigation ul li:after{
  content: "/";
  color: #fff;
 }
 #vw_footer-navigation ul li:last-child:after{
  content:" ";
 }
.copyright  #vw_footer-navigation ul li a{
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Roboto";
  padding: 0 20px;
}
#vw_footer-navigation{
  padding-bottom: 30px;
  align-items: center;
}
#vw_footer-navigation nav{
  padding-top: 27px;
}
#vw_footer #calendar_wrap caption{
  color:#fff;
}
#vw_footer .widget th{
  padding: 0;
}
#vw_footer input[type="search"]{
  border:2px solid #fff !important;
}
#vw_footer .widget_search input[type="submit"]{
  margin: 0;
}
.footer-social .socialbox a i,.vw-credit, .vw-credit a,.footer_form .section-heading p,.footer_form input::-webkit-input-placeholder, .footer_form textarea::-webkit-input-placeholder,.footer_form input::-moz-placeholder, .footer_form textarea::-moz-placeholder,.footer_form input:-moz-placeholder, .footer_form textarea:-moz-placeholder { /* Chrome/Opera/Safari */ /* Firefox 19+ */ /* IE 10+ */ /* Firefox 18- */
  color: #ffffff;
}
#vw_footer .post-thumb{
  padding-left: 0;
}
#vw_footer .post-thumb img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#vw_footer .recent-post-box{
  align-items: center;
}
/* --------- Social Icon Widget ------- */
.social_widget a {
  width: 40px;
  height: 40px;  
  color: #ffffff;
  padding: 9px 0;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
  text-align: center;
  border:1px solid transparent;
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 27px;
  text-align: center;
  height: 15px;
}
.social_widget a:hover{
  background: #3fa4f6;
  border: 1px solid #3fa4f6;
}
a.custom_google {
  background: #da4835;
}
a.custom_linkedin {
  background: #007bb5;
}
a.custom_pinterest {
  background: #d73431;
}
a.custom_tumblr {
  background: #36465d;
}
a.custom_facebook {
  background: #3c5a99;
}
a.custom_twitter {
  background: #55acee;
}
a.custom_instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
a.custom_youtube {
  background: #d12122;
}
/*---------------- Contact Us Widget ----------------*/
.contact_us {
  background-attachment: fixed;
}
.contact_us_icon i {
  color: #3fa4f6;
  margin: 10px 0;
  font-size: 24px;
}
.widget_recent_entries li a {
  font-size: 14px;
}
.widget_recent_entries span.post-date {
  width: 100%;
  float: left;
  margin-bottom: 11px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #aca9a9;
  font-family: "Roboto";
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
    border: 1px solid #fff;
    color: #000000;
}
#vw_footer .widget.widget_calendar td, #vw_footer .widget.widget_calendar tr, #vw_footer .widget.widget_calendar th {
    color: #ffffff;
}
.widget_calendar td,.widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
  color: #000;
  padding-left: 15px;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
/* ---------Buttons--------- */
a.theme_button {
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  margin-top: 20px;
}
.skip-link{
  position: absolute;
  left: 10px;
  top: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  z-index: 5;
  display: none;
}
.hideSkipLink{
  display: none;
}