/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/* GLOBAL */
  a {
    text-decoration: none !important;
  }

  #Content {
    padding-top: 0;
  }

  .has_content .the_content_wrapper {
    margin-bottom: 0px !important;
  }

  .vc_row.wpb_row {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #Header .container, #Footer > .widgets_wrapper > .container, #Footer > .container {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
    max-width: 100%;
  }
  .vc_row[data-vc-full-width] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .vc_row .vc_row {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vc_row:after {
    display: block;
  }

  .vc_row .vc_row {
    margin-left: 0;
    margin-right: 0;
  }

  .section_wrapper {
    width: 100%;
    max-width: 100% !important;
  }

  #Wrapper, #Content {
    background-color: #fff;
  }

  div#js-ticket_screentag {
    top: auto !important;
    bottom: 10vw !important;
  }

  div#jsst-header {
    background-color: #4d5259 !important;
  }

  div.js-ticket-haeder {
    background-color: #4d5259 !important;
  }

  .basicPageIntro .vc_column-inner, .landingPageProducts .vc_column-inner, .landingPageProductsSideContent .vc_column-inner, .orangeGradientPageIntro > .wpb_column:first-child .vc_column-inner, .pageDottedGradientBackground .vc_row .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }



  /* Solid Button */
  .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 0;
  }

  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat {
    color: inherit;
    border-color: transparent !important;
    background-color: transparent !important;
  }

  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat {
    color: inherit;
    border-color: transparent;
    background-color: transparent;
    transform: skew(11deg);
    letter-spacing: 1px;
  }

  .vc_btn3.vc_btn3-style-modern {
    background-image: none;
  }

  .vc_btn3-container.vc_btn3-inline, .vc_grid-container-wrapper .vc_btn3-container {
    transform: skew(-11deg);
    color: #ffffff;
    border-color: #D63D00;
    background-color: #D63D00;
    text-transform: uppercase;
    border: 2px solid #d63d00;
    margin-top: 10px;
    margin-left: 6px;
    display: inline-block;
    z-index: 9;
  }

  .introHero .vc_btn3-container.vc_btn3-inline {
    margin-left: 0;
  }

  .vc_btn3-container.vc_btn3-inline:hover, .vc_grid-container-wrapper .vc_btn3-container:hover {
    color: #1E1F20 !important;
    border-color: #FECD4C !important;
    background-color: #FECD4C !important;
    border: 2px solid #FECD4C;
  }

  .vc_btn3.vc_btn3-size-md {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
  }

  /* Outline Button */
  .outlineButton {
    background-color: #1E1F20 !important;
    color: #FECD4C !important;
    border: 2px solid #FECD4C !important;
  }

  .outlineButton.vc_btn3-container.vc_btn3-inline:hover {
    color: #1E1F20 !important;
    border-color: #FECD4C !important;
    background-color: #FECD4C !important;
    border: 2px solid #FECD4C;
  }

/* HEADER */
  #Top_bar .logo {
    margin: 0 !important;
  }
  #Top_bar .menu > li > a {
    padding: 18px 0;
  }

  #Top_bar .responsive-menu-toggle, #Header_creative .creative-menu-toggle, #Header_creative .responsive-menu-toggle {
    color: #ffffff;
  }

/* CONTENT */

  /*homepage*/
  .introHero {
    background: #1E1F20;
  }

  .dottedGradientBackground.highlight-left::after, .dottedGradientBackground.highlight-right::after {
    background: #1E1F20;
    width: 65% !important;
  }

  .dottedGradientBackground {
    background: linear-gradient(#A48539, #934919) !important;
  }

  .dottedGradientBackground > .wpb_column {
    background: radial-gradient(rgba(255,255,255,0), 10%, #1E1F20 10%) !important;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position: 0 0 !important;
    background-size: 12px 12px !important;
  }

  .dottedGradientBackground > .wpb_column.highlight-right::after {
    background: transparent;
  }

  .dottedGradientBackground .wpb_column .vc_column-inner {
    position: relative;
    z-index: 10;
  }

  .dottedGradientBackground > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-left: 13%;
    margin-right: 13%;
  }

  .dottedGradientBackground .wpb_column .vc_column-inner > .wpb_wrapper .vc_custom_heading {
    z-index: 10;
    position: absolute;
    margin-top: 135px;
    margin-right: 35%;
  }

  .introHero .videoWrap {
    height: 425px;
    position: relative;
    margin-bottom: 20vw;
  }

  .introHero .videoWrap video {
    display: block;
    height: 425px;
    width: auto;
    position: absolute;
    right: -230px;
    top: 0;
    margin-top: 65px;
  }

  .introHero .videoWrap video {
    clip-path: polygon(11% 0%, 70% 0%, 59% 100%, 0% 100%);
    -webkit-clip-path: polygon(11% 0%, 70% 0%, 59% 100%, 0% 100%);
    /*-webkit-clip-path: url(https://mesaphotonics.com/wp-content/themes/betheme-child/images/videoAnglePath.svg#clip-00);
    clip-path: url(https://mesaphotonics.com/wp-content/themes/betheme-child/images/videoAnglePath.svg#clip-00);*/
  }

  .home .introHero .vc_row {
    position: absolute;
    margin-top: 325px;
    top: 0;
  }

  /* Featured Products */

  .orangeGradient {
    background: linear-gradient(#FECD4C,#D63D00) !important;
    padding-top: 6.5%;
  }

  .orangeGradient.highlight-right::after, .orangeGradientContent.highlight-right::after  {
    background: #4D5259;
  }

  .orangeGradient h2, .orangeGradientContent h2 {
    margin-left: -15px;
    margin-right: -15px;
    background: #ffffff;
    text-align: center !important;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .orangeGradient > .wpb_column > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row {
    margin-bottom: 4%;
  }

  .orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:first-child .wpb_column.vc_column_container:last-child, .orangeGradientContent > .wpb_column.vc_column_container:last-child {
    z-index: 10;
    color: #ffffff;
  }

  .orangeGradient h4, .orangeGradient h5, .orangeGradient ul, .orangeGradientContent h4, .orangeGradientContent h5, .orangeGradientContent ul {
    color: #ffffff !important;
  }

  .orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:first-child h4 {
    background: radial-gradient(#fff,20%,#4d5259 20%) !important;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat-x !important;
    background-size: 3px 3px !important;
    background-position-y: bottom !important;
    padding-bottom: 2px;
    margin-bottom: 4%;
  }

  .orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:first-child .wpb_text_column:first-child {
    margin-bottom: 25px;
  }

  .orangeGradient ul, .orangeGradientContent ul {
    margin: 0 0 15px 15px;
  }

  .orangeGradient .homeFrogStamp {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -70px;
  }

  .home .orangeGradient .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
    margin-top: 22%;
  }

  .headingSection {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 1px;
    margin-bottom: 4px !important;
  }

  .ourProductsTitle {
    margin-top: -106px;
    position: relative !important;
    z-index: 10;
  }

  .ourProductsTitle.highlight-left::after {
    background: #ffffff;
  }

  .ourProductsTitle > .wpb_column {
    z-index: 10;
  }

  .ourProductsTitle > .wpb_column h2 {
    text-align: center !important;
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:first-child .wpb_column.vc_column_container:last-child > .vc_column-inner {
    padding-left: 15%;
    padding-right: 10%;
  }

  .orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:first-child .wpb_column.vc_column_container:first-child > .vc_column-inner  {
    padding-left: 15%;
    padding-right: 15%;
  }

  /*.orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:last-child {
    margin-left: 4%;
    margin-bottom: 0;
    z-index: 10;
    position: relative;
    margin-right: 4%;
    border: 1px solid #4D5259;
  }

  .orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:last-child > .wpb_column:nth-child(2) {
    border-left: 1px solid #4D5259;
    border-right: 1px solid #4D5259;
  }*/

  .orangeGradient .blog_slider {
    z-index: 10;
    margin-bottom: 0;
    margin-left: 4%;
    position: relative;
    margin-right: 4%;
    border: 1px solid #4D5259;
    background: #ffffff;
  }

  .orangeGradient .blog_slider .blog_slider_ul {
    opacity: 1;
  }

  .blog_slider .blog_slider_ul li {
    width: 50%;
  }

  .orangeGradient .blog_slider img {
    opacity: 1 !important;
  }

  .orangeGradient .blog_slider .image_frame .image_wrapper {
    overflow: inherit;
  }

  .orangeGradient .blog_slider .blog_slider_ul li:nth-child(2)  {
    border-left: 1px solid #4D5259;
    box-sizing: border-box;
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .orangeGradient .blog_slider_header {
    display: none;
  }

  .orangeGradient .blog_slider .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 0 !important;
  }

  .orangeGradient .date_label {
    display: none !important;
  }

  .orangeGradient .post-excerpt {
    z-index: 10;
    color: #4D5259;
    text-align: center;
  }

  .orangeGradient .post-excerpt, .homeAnnouncement .post-excerpt {
    margin-bottom: 35px;
  }

  .orangeGradient .blog_slider_ul h4 {
    font-size: 25px;
    text-align: center;
  }

  .orangeGradient .blog_slider .blog_slider_ul li .item_wrapper {
    margin: 8% 7%;
    text-align: center;
  }

  .orangeGradient .blog_slider_ul h4 {
    background: radial-gradient(#4d5259,20%,#fff 20%) !important;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat-x !important;
    background-size: 3px 3px !important;
    background-position-y: bottom !important;
    padding-bottom: 3px;
    padding-top: 11px;
    margin-bottom: 15px;
    line-height: 150%;
  }

  .orangeGradient .blog_slider_ul {
    display: table;
  }

  .orangeGradient .slick-initialized .slick-slide {
    display: table-cell;
    float: none;
  }

  .orangeGradient .blog_slider_header {
    display: block !important;
    min-height: auto;
  }

  .blog_slider.flat .blog_slider_header a.button.slider_prev {
    left: 0px;
    background-color: transparent !important;
  }

  .blog_slider.flat .blog_slider_header a.button.slider_next {
    right: 0px;
    background-color: transparent !important;
  }

  .blog_slider.flat .blog_slider_header a:hover.button.slider_prev, .blog_slider.flat .blog_slider_header a:hover.button.slider_next {
    background-color: transparent !important;
  }

  .blog_slider.flat .blog_slider_header {
    opacity: 1;
  }

  .blog_slider .icon-right-open-big::before {
    content: '\e917';
    width: 12px;
    margin-right: 20px;
    margin-left: 0;
  }

  .blog_slider .icon-left-open-big::before {
    content: '\e8b9';
    width: 12px;
    margin-left: 20px;
    margin-right: 0;
  }

  .blog_slider.flat .blog_slider_header a.button.slider_prev .button_icon i, .blog_slider.flat .blog_slider_header a.button.slider_next .button_icon i, .blog_slider.flat .blog_slider_header a:hover.button.slider_prev .button_icon i, .blog_slider.flat .blog_slider_header a:hover.button.slider_next .button_icon i {
    color: #D63D00 !important;
  }

  .blog_slider.flat .blog_slider_header a.button.slider_prev .button_icon, .blog_slider.flat .blog_slider_header a.button.slider_next .button_icon {
    width: auto;
  }

  .blog_slider.flat .blog_slider_header a.button.slider_prev .button_icon {
    left: 0;
  }

  .blog_slider.flat .blog_slider_header a.button.slider_next .button_icon {
    right: 0;
  }

  .blog_slider .icon-left-open-big, .blog_slider .icon-right-open-big {
    font-size: 40px;
  }

  /* Featured Event */

  .dottedBackground50 .vc_row .wpb_column:first-child {
    background: #1E1F20;
    color: #ffffff;
  }

  .dottedBackground50 .vc_row .wpb_column:first-child h2 {
    color: #ffffff;
    background: radial-gradient(#fff,20%,#1E1F20 20%) !important;
    background-size: 3px 3px !important;
    background-repeat: repeat-x !important;
    background-position: bottom !important;
    padding-bottom: 7px;
    margin-bottom: 30px;
  }

  .dottedBackground50.highlight-left {
    padding-top: 6%;
    padding-bottom: 6%;
    margin-top: 6.1%;
    margin-bottom: 6.1%;
    float: left;
  }

  .dottedBackground50.highlight-left:after {
    background: radial-gradient(#4D5259 10%, #FFFFFF 10%) !important;
    background-size: 12px 12px !important;
    background-position: 0 0 !important;
  }

  .dottedBackground50.highlight-left .wpb_column {
    z-index: 9;
  }

  .dottedBackground50 > .wpb_column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .dottedBackground50 .vc_row {
    padding-top: 12%;
    background-position: top !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .dottedBackground50 .vc_row .wpb_column:first-child .vc_column-inner {
    padding: 13% 17%;
  }

  .dottedBackground50 .wpb_single_image {
    display: none;
  }

  .dottedBackground50 .vc_btn3-container {
    margin-bottom: 0;
  }

  .dottedBackground50 p {
    font-size: 21px;
    line-height: 160%;
  }

  /* News */

  .homeAnnouncement {
    width: 70% !important;
    margin: auto !important;
  }

  .homeAnnouncement .posts_group.grid.col-2 .post-item {
    width: 100%;
    margin: 0;
  }

  .homeAnnouncement .image_frame {
    border-width: 0;
    margin-bottom: 25px;
  }

  .homeAnnouncement .grid .post-desc-wrapper .post-desc {
    padding: 0 !important;
  }

  .headingSection .post-categories {
    list-style: none !important;
    margin: 0 !important;
  }

  .headingSection .post-categories li {
    margin-bottom: 6px;
  }

  .headingSection .post-categories a,  .headingSection .post-categories a:hover {
    color: #4D5259;
  }

  .homeAnnouncement .vc_btn3-container.vc_btn3-inline {
    margin-left: 6px;
  }

  .homeAnnouncement h3 {
    background: radial-gradient(#4d5259,20%,#fff 20%) !important;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat-x !important;
    background-size: 3px 3px !important;
    background-position-y: bottom !important;
    padding-bottom: 12px;
    margin-bottom: 25px;
  }

  .homeAnnouncement .vc_column_container:first-child > .vc_column-inner {
    padding-right: 14%;
  }

  .homeAnnouncement .vc_column_container:last-child > .vc_column-inner {
    padding-left: 14%;
  }

  /* About Us */

  .dottedBackground100 {
    background: radial-gradient(#4D5259 10%, #FFFFFF 10%) !important;
    background-size: 12px 12px !important;
    background-position: 0 0 !important;
    margin-top: 7%;
  }

  .dottedBackground100.highlight-right::after {
    background: none;
  }

  .dottedBackground100 .vc_row {
    margin-bottom: 0px;
    display: flex;
  }

  .dottedBackground100 .vc_row .wpb_column:first-child {
    background: #ffffff;
    border: 1px solid #4D5259;
    width: 44%;
    margin-left: 6%;
    padding: 5% 7.5%;
  }

  .dottedBackground100 .vc_row .wpb_column:last-child .vc_column-inner {
    height: 100%;
  }

  .dottedBackground100 h2 {
    background: #ffffff;
    border: 1px solid #4D5259;
    width: 44%;
    margin-left: 6%;
    margin-bottom: -1px;
    text-align: center !important;
    padding-top: 13px;
    padding-bottom: 14px;
  }

  .dottedBackground100 .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 10px;
  }

  .dottedBackground100 .wpb_single_image {
    display: none;
  }

  /* Need Support */
  .needSupport {
    background-image: url(/wp-content/uploads/2023/02/needSupport_background.jpg) !important;
    background-size: cover;
  }

  .needSupport .vc_row {
    margin: 11% 13.5% !important;
    background: #1E1F20;
    color: #ffffff;
    padding: 6% 5.5%;
    text-align: center;
    width: auto;
  }

  .needSupport > .vc_column_container .vc_column-inner {
    padding: 0 !important;
  }

  .needSupport h3, .needSupport h5 {
    color: #ffffff;
    text-align: center !important;
    font-weight: 300;
  }

  .needSupport h5 {
    margin-bottom: 35px;
  }

  .needSupport .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 0;
  }

  /* Research and Development */

  .researchDevelopment {
    background-image: url(/wp-content/uploads/2023/02/researchDevelopment_background.jpg) !important;
    background-size: cover;
    color: #ffffff;
  }

  .researchDevelopment h2 {
    margin-bottom: 38px;
  }

  .researchDevelopment h2, .researchDevelopment h5 {
    color: #ffffff;
    font-weight: 300;
  }

  .researchDevelopment .vc_row {
    margin: 11% 13.5% !important;
    width: auto;
  }

  .researchDevelopment > .wpb_column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .researchDevelopment .vc_row .wpb_column:first-child .vc_column-inner {
    padding-left: 0;
  }

  .researchDevelopment .vc_row .wpb_column:last-child .vc_column-inner {
    padding-right: 0;
  }

  .researchDevelopment .vc_row .wpb_column:last-child .vc_column-inner .wpb_text_column {
    margin-bottom: 0;
  }

  .researchDevelopment .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 0;
  }

  .researchDevelopment .vc_row .wpb_column:last-child .vc_btn3-container {
    display: none;
  }

/* FOOTER */
  footer .column.one-fifth {
    text-align: center;
  }

  footer h5 {
    font-size: 1em;
    line-height: 26px;
  }

  footer p {
    font-family: "Roboto Slab",Arial,Tahoma,sans-serif;
    font-size: 18px;
    line-height: 160%;
    color: #ffffff;
  }

  footer .two-fifth.column {
    width: 33%;
    margin-right: 6%;
  }

  footer .two-fifth:nth-child(2), footer .one-fifth.column {
    margin-top: 100px;
  }

  .footer_menuCol1 {
    margin-right: 10%;
  }

  #Footer .widgets_wrapper {
    padding: 40px 0 60px 0;
  }

  #Footer .widget_search .icon_search {
    display: block;
    font-size: 25px;
    position: absolute;
    right: 0;
    margin-right: 8%;
    z-index: 1;
    margin-top: 2%;
  }
	#Footer .widget_search .icon_search .path {
		stroke: white !important;
	}

  #Footer input[type="submit"] {
    width: 15%;
    float: left;
    padding: 4px;
    background: #1E1F20;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    height: 44px;
    display: block !important;
  }

  #Footer .widget_search input[type="text"] {
    width: 80%;
    float: left;
    height: 54px;
    background: transparent;
  }

  .footer_menuCol1, .footer_menuCol2 {
    width: 45%;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 160%;
		margin-top: 40px;
  }

  .footer_menuCol1 li, .footer_menuCol2 li {
    margin-bottom: 7%;
  }

  #Footer .footer_copy {
    border-top: none;
  }

  .container.copyrightWrap {
    padding-left: 1%;
    padding-right: 1%;
    color: #ffffff;
  }

  #Footer .vc_btn3-container.vc_btn3-inline {
    background-color: #1E1F20;
    border: 2px solid #1E1F20;
    margin-top: 37px;
    margin-bottom: 15px;
    display: table;
  }

  #Footer .vc_btn3.vc_btn3-size-md {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    display: inline-block;
  }

  #Footer .vc_btn3-container.vc_btn3-inline a:hover {
    color: #1E1F20;
  }

  .copyrightTextWrap {
    display: block;
    padding-top: 20px;
    font-size: 11px;
    background: radial-gradient(#fff,20%,#4d5259 20%) !important;
    background-repeat: repeat;
    background-size: auto;
    background-size: 3px 3px !important;
    background-repeat: repeat-x !important;
    /*border-top: 1px dotted #ffffff;*/
  }

/* LANDING PRODUCT PAGE */

  .basicPageIntro {
    background: #1e1f20;
    padding: 4% 6%;
    margin-bottom: 6%;
  }
  .landingPageProducts .vc_pageable-slide-wrapper, .landingPageProductsSideContent .vc_pageable-slide-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .landingPageProducts .vc_gitem-animated-block {
    background: linear-gradient(#fecd4c,#d63d00) !important;
    padding: 30px;
  }
  .landingPageProductsSideContent .vc_gitem-animated-block {
    background: linear-gradient(#fecd4c,#d63d00) !important;
    padding: 30px;
    height: 100%;
    box-sizing: border-box;
  }
  .landingPageProducts .vc_gitem-animated-block .vc_gitem-zone {
    background-size: contain;
  }

  .landingPageProductsSideContent .vc_gitem-animated-block .vc_gitem-zone {
    background-size: contain;
    height: 100%;
  }
  .landingPageProducts .vc_grid-item-mini {
    height: 100%;
  }
  .landingPageProductsSideContent .vc_grid-item-mini {
    height: 100%;
    border: 1px solid #4D5259;
    background-color: #ffffff !important;
  }
  .landingPageProducts .vc_grid-item-mini > .vc_gitem-zone {
    border: 1px solid #4D5259;
    background-color: #ffffff !important;
    padding: 15px;
  }
  .landingPageProductsSideContent .vc_grid-item-mini > .vc_gitem-zone {
    padding: 15px;
    background: #ffffff !important;
  }
  .landingPageProducts .vc_gitem_row .vc_gitem-col h4, .landingPageProductsSideContent .vc_gitem_row .vc_gitem-col h4 {
    background: radial-gradient(#4d5259,20%,#fff 20%) !important;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat-x !important;
    background-size: 3px 3px !important;
    background-position-y: bottom !important;
    padding-bottom: 3px;
    padding-top: 11px;
    margin-bottom: 15px;
  }
  .landingPageProductsSideContent .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_date {
    display: none;
  }
  .landingPageProductsSideContent .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4::before {
    padding-top: 60%;
  }
  .landingPageProductsSideContent .vc_gitem-zone.vc_gitem-zone-b {
    display: none;
  }

/* PRODUCT PAGE */

  /* Intro Section */
  .orangeGradientPageIntro {
    background: #1e1f20;
  }
  .orangeGradientPageIntro.highlight-right:after {
    background: linear-gradient(#FECD4C,#D63D00) !important;
  }
  .orangeGradientPageIntro > .wpb_column:last-child {
    z-index: 10;
  }
  .orangeGradientPageIntro > .wpb_column:last-child .vc_column-inner {
    padding: 9% 14% !important;
  }
  .orangeGradientPageIntro > .wpb_column:last-child .vc_column-inner .wpb_wrapper .wpb_single_image, .orangeGradientPageIntro > .wpb_column:last-child .vc_column-inner .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    margin-bottom: 0;
  }
  .pageIntroSubtitle {
    color: #ffffff !important;
    font-size: 30px;
    font-weight: 300;
    line-height: 140%;
  }
  .orangeGradientPageIntro > .wpb_column:first-child {
    padding-left: 6%;
    padding-top: 6%;
    padding-right: 2%;
  }

  /* Main Content Section */

  .pageMainContentDotted.highlight-left:after  {
    background: radial-gradient(#4D5259 10%, #FFFFFF 10%) !important;
    background-size: 12px 12px !important;
    background-position: 0 0 !important;
  }
  .pageMainContentDotted {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .pageMainContentDotted > .wpb_column:nth-child(2) .vc_column-inner {
    padding-left: 13%;
    padding-right: 13%;
  }
  .pageMainContentDotted > .wpb_column:nth-child(2) .vc_column-inner h4, .orangeGradientContent h4 {
    line-height: 140%;
  }
  .pageMainContentDotted > .wpb_column {
    z-index: 10;
  }
  .pageMainContentDotted > .wpb_column:first-child .vc_column-inner {
    margin-left: 15%;
    margin-right: 15%;
    width: auto;
    padding: 0;
  }
  .pageMainContentDotted > .wpb_column:first-child .vc_column-inner .wpb_text_column  {
    margin-bottom: 0;
    border: 1px solid #4D5259;
    background: #ffffff;
    padding: 9% 6%;
  }
  .pageMainContentDotted > .wpb_column:first-child .vc_column-inner .wpb_video_widget {
    margin-top: 11%;
  }
  .pageMainContentDotted > .includedProduct {
    z-index: 10;
  }
  .pageMainContentDotted > .includedProduct .vc_column-inner, .pageMainContentDotted > .accessoriesProduct .vc_column-inner {
    margin-left: 13%;
    margin-right: 13%;
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 6%;
  }
  .pageMainContentDotted > .includedProduct .vc_column-inner {
    background: #4D5259;
  }
  .pageMainContentDotted > .accessoriesProduct .vc_column-inner, .pageHyperlinks {
    background: #1e1f20;
  }
  .pageMainContentDotted > .includedProduct .vc_column-inner .post-excerpt, .pageMainContentDotted > .includedProduct .vc_column-inner h3, .pageMainContentDotted > .accessoriesProduct .vc_column-inner h3  {
    color: #ffffff;
  }
  .pageMainContentDotted > .includedProduct .vc_column-inner h3  {
    background: radial-gradient(#fff,20%,#4d5259 20%) !important;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat-x !important;
    background-size: 3px 3px !important;
    background-position-y: bottom !important;
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  .pageMainContentDotted > .includedProduct .vc_column-inner h5 a {
    color: #fecd4c;
  }
  .pageMainContentDotted > .includedProduct .vc_column-inner .desc_footer {
    display: none;
  }
  .pageMainContentDotted > .includedProduct .vc_gitem-animated-block {
    display: none;
  }
  .pageMainContentDotted > .includedProduct .vc_gitem-zone h4 {
    color: #ffffff;
    font-size: 25px;
    line-height: 140%;
  }
  .pageMainContentDotted > .includedProduct .vc_gitem-zone {
    background-color: transparent !important;
    color: #ffffff;
  }
  .pageMainContentDotted > .includedProduct .vc_grid-container {
    margin-bottom: 0;
  }
  .pageMainContentDotted > .includedProduct .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-bottom: 20px;
  }
  .pageMainContentDotted > .includedProduct .vc_gitem_row .vc_gitem-col {
    padding: 0;
  }
  .pageMainContentDotted .wpb_video_wrapper {
    margin-bottom: 0;
  }
  .pageMainContentDotted .consecutiveButton {
    margin-top: -6px;
    display: table;
  }
  .pageMainContentDotted .consecutiveButton:last-child {
    margin-bottom: 0;
  }
  .pageMainContentDotted .Latest_news {
    display: inline-block;
  }
  .pageHyperlinks {
    padding: 6%;
  }
  .pageHyperlinks, .pageHyperlinks h4 {
    color: #ffffff;
  }
  .pageHyperlinks .wpb_column:first-child .vc_column-inner {
    padding-right: 30px;
  }
  .pageHyperlinks .wpb_column:last-child .vc_column-inner {
    padding-left: 30px;
  }
  .pageHyperlinks ul {
    color: #ffffff;
  }
  .pageHyperlinks ul a {
    color: #fecd4c;
  }
  .orangeGradientPageIntro .productFrogStamp {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 40px;
    margin-left: -70px;
  }
  .pageMainContentDotted100 {
    padding-top: 6%;
    padding-bottom: 6%;
    padding-left: 5%;
    padding-right: 5%;
    background: radial-gradient(#4D5259 10%, #FFFFFF 10%) !important;
    background-size: 12px 12px !important;
    background-position: 0 0 !important;
  }
  .pageMainContentDotted100 > .wpb_column > .vc_column-inner {
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
    padding: 0;
  }
  .pageMainContentDotted100 > .wpb_column > .vc_column-inner .wpb_text_column {
    margin-bottom: 0;
    border: 1px solid #4D5259;
    background: #ffffff;
    padding: 9% 6%;
  }
  .pageTeamRegularBios {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .pageTeamRegularBios > .vc_column_container:first-child > .vc_column-inner {
    padding-right: 5%;
  }
  .pageTeamRegularBios > .vc_column_container:last-child > .vc_column-inner {
    padding-left: 5%;
  }

  /* Table Specifications */

  .tableSpecifications thead th {
    background: #4D5259;
  }

  .tableSpecifications thead th h4 {
    color: white;
  }

  .tableSpecifications td:only-child {
    background: #C6C7C9 !important;
  }

  .tableSpecifications table .notes {
    background: transparent !important;
  }

  .tableNavigation {
    text-align: center;
  }

  .breadcrumbs a {
    color: #d63d00 !important;
  }

/* BLOG LANDING PAGE */
  .blog_wrapper > .classic .image_frame {
    border-width: 0;
    margin-bottom: 0;
  }
  .blog_wrapper > .classic .post-desc {
    padding: 0 30px 20px 30px;
  }
  .blog_wrapper > .classic h3 {
    background: radial-gradient(#4d5259,20%,#fff 20%) !important;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat-x !important;
    background-size: 3px 3px !important;
    background-position-y: bottom !important;
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  .blogClassic .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline_items li h3::before, .timeline_items::after, .timeline .post-item::before {
    border-color: #4D5259;
  }

/* BLOG POST */
  /* Intro */
  .post-template-default .section.section-post-header, .section.section-post-related {
    display: none;
  }
  .pageDottedGradientBackground {
    background: linear-gradient(#A48539, #934919) !important;
  }
  .pageDottedGradientBackground > .wpb_column {
    background: radial-gradient(rgba(255,255,255,0), 10%, #1E1F20 10%) !important;
    background-position: 0 0 !important;
    background-size: 12px 12px !important;
  }
  .pageDottedGradientBackground.highlight-left::after, .pageDottedGradientBackground.highlight-right::after {
    background: #1e1f20;
    width: 65% !important;
  }
  .pageDottedGradientBackground > .wpb_column > .vc_column-inner {
    position: relative;
    z-index: 10;
    padding: 0;
  }
  .pageDottedGradientBackground > .wpb_column {
    padding: 4% 6%;
  }
  .pageDottedGradientBackground .vc_row {
    margin-bottom: 0;
  }
  .pageDottedGradientBackground .wpb_single_image {
    margin-bottom: 0;
  }
  /* Content */
  .orangeGradientContent {
    background: linear-gradient(#FECD4C,#D63D00) !important;
    padding-bottom: 6%;
    padding-top: 6%;
  }
  .orangeGradientContent a {
    color: #fecd4c;
  }
  .orangeGradientContent > .wpb_column.vc_column_container > .vc_column-inner {
    padding-left: 13%;
    padding-right: 13%;
  }
  .orangeGradientContent .vc_single_image-wrapper {
    margin-bottom: 0;
  }
  .orangeGradientContent > .wpb_column:first-child .vc_column-inner .wpb_text_column {
    border: 1px solid #4D5259;
    background: #ffffff;
    padding: 9% 6%;
  }
  .section-post-intro-share {
    background: radial-gradient(#4D5259 10%, #FFFFFF 10%) !important;
    background-size: 12px 12px !important;
    background-position: 0 0 !important;
  }
  .section-post-intro-share .column {
    background: white;
    margin: 4%;
    width: 92% !important;
    padding: 2%;
    border: 1px solid #4D5259;
  }
  .section-post-intro-share .share-simple-wrapper {
    border-top: 0;
  }

/* SHORTCODES FOR EDITORS */

	.supportContainer{
		width:100%;
	}
	.supportContainer p {
		margin-bottom: 20px !important;
	}
	.js-ticket-knowledgebase-details p{
		margin-bottom: 20px !important;
	}
	.clearBoth{
		clear:both;
	}
	.col25{
		width:24%;
		float:left;
		padding:0 1% 0 0;
	}
	.col33{
		width:31%;
		margin:0 2% 0 0;
		float:left;
	}
	.col50{
		width:47%;
		margin:0 3% 0 0;
		float:left;
	}
	.col66{
		width:63%;
		margin:0 3% 0 0;
		float:left;
	}
	.col75{
		width:72%;
		float:left;
		padding:0 3% 0 0;
	}
	.jsst-main-up-wrapper{
		background-color:#FFF !important;
}


/* RESPONSIVE CSS */
@media only screen and (min-width: 1240px) and (max-width: 1290px) {
  #Header #Top_bar .menu > li > a span {
    padding: 0 18px !important;
  }
}

@media only screen and (max-width: 1240px) {
  /* General */
  h1, .text-logo #logo {
    font-size: 60px;
    line-height: 115%;
  }
  h2 {
    font-size: 52px;
    line-height: 115%;
  }
  h3 {
    font-size: 40px;
    line-height: 115%;
  }
  h5, .dottedBackground50 p {
    font-size: 19px;
  }
  .vc_btn3.vc_btn3-size-md {
    font-size: 17px;
  }
  .pageIntroSubtitle {
    font-size: 26px;
  }
  #menu > ul > li > a, a.action_button, #overlay-menu ul li a {
    font-size: 20px;
    padding-top: 3vh !important;
    padding-bottom: 3vh !important;
    font-family: "Roboto Slab",Arial,Tahoma,sans-serif;
  }
  #Side_slide #menu ul li.submenu .menu-toggle {
    line-height: 0;
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
  }
  /* Home Video Section */
  .dottedGradientBackground.highlight-left::after, .dottedGradientBackground.highlight-right::after {
    width: 50% !important;
  }
  .dottedGradientBackground > .wpb_column.highlight-right::after {
    background: #1E1F20;
    height: 30%;
    content: "";
  }
  .dottedGradientBackground .wpb_column .vc_column-inner > .wpb_wrapper .vc_custom_heading {
    position: relative;
    margin-top: 3%;
    margin-right: 0;
  }
  .home .introHero .vc_row {
    position: relative;
    margin-top: -60px;
    text-align: right;
  }
  .introHero .videoWrap video {
    position: relative;
    right: -113px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .introHero .videoWrap {
    margin-bottom: 0;
  }
  .dottedGradientBackground > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 15%;
    margin-left: 6%;
    margin-right: 6%;
  }
  .dottedGradientBackground .wpb_column .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  /* Our Products */
  .ourProductsTitle {
    margin-top: -95.8px;
  }
  .orangeGradient.highlight-right::after {
    background: transparent;
  }
  .orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:first-child {
    margin-bottom: 0;
  }
  .orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:first-child .wpb_column.vc_column_container:first-child {
    width: 100%;
  }
  .home .orangeGradient .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
    margin-top: 0;
  }
  .orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:first-child .wpb_column.vc_column_container:last-child > .vc_column-inner {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .orangeGradient .homeFrogStamp {
    position: absolute;
    top: -70px;
    left: auto;
    right: 8%;
  }
  .orangeGradient > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row:first-child .wpb_column.vc_column_container:last-child {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
    background: #4D5259;
  }
  .orangeGradient .blog_slider {
    margin-left: 0;
    margin-right: 0;
  }
  /* Events */
  .dottedBackground50 .vc_row .wpb_column:first-child .vc_column-inner {
    padding: 10% 13%;
  }
  /* LANDING PRODUCT PAGE */
  .vc_grid-item.vc_col-sm-4 {
    width: 50%;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
	.section_wrapper,	.container, .with_aside .content_wrapper {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.section_wrapper, .container, .with_aside .content_wrapper {
    max-width: 100%;
  }
}

@media only screen and (max-width: 959px) {
  p, body, .post-excerpt {
    font-size: 15px;
    line-height: 160%;
  }
  .orangeGradient .blog_slider_ul h4 {
    font-size: 20px; /* before blog slider issue it used to be 23px */
  }
  /* Events */
  .dottedBackground50.highlight-left {
    margin-left: 0;
    padding-left: 5%;
    padding-top: 7%;
    padding-bottom: 7%;
    width: 95%;
    box-sizing: border-box;
    margin-right: 5%;
  }
  .dottedBackground50 .vc_row .wpb_column:first-child {
    width: 100%;
  }
  .dottedBackground50 .wpb_single_image {
    display: block;
    margin-bottom: 0;
  }
  .dottedBackground50 .wpb_single_image .vc_single_image-wrapper {
    margin-bottom: 0;
  }
  .dottedBackground50 .vc_row {
    background: none !important;
    padding-top: 0px;
  }
  .dottedBackground50 .vc_row .wpb_column:last-child {
    display: none;
  }
  /* News */
  .homeAnnouncement {
    width: 90% !important;
  }
  .homeAnnouncement .vc_col-sm-6 {
    width: 100%;
  }
  .homeAnnouncement .vc_column_container:first-child > .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .homeAnnouncement .vc_column_container:last-child > .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .homeAnnouncement img {
    width: 100%;
  }
  /* About Us */
  .dottedBackground100 {
    background: none !important;
  }
  .dottedBackground100.vc_row-no-padding {
    padding-left: 5% !important;
    padding-right: 5% !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    padding-top: 6%;
    margin-top: 0;
  }
  .dottedBackground100 .vc_row {
    display: block;
    margin-bottom: 0 !important;
  }
  .dottedBackground100 .vc_row .wpb_column:first-child, .dottedBackground100 .vc_row .wpb_column:last-child, .dottedBackground100 h2 {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  .dottedBackground100 .vc_row .wpb_column:first-child {
    padding: 50px 7.5%;
    border-bottom: 0;
  }
  .dottedBackground100.highlight-right::after {
    background: radial-gradient(#4D5259 10%, #FFFFFF 10%) !important;
    background-size: 12px 12px !important;
    background-position: 0 0 !important;
  }
  .dottedBackground100 .wpb_column {
    z-index: 10;
  }
  .dottedBackground100 .wpb_single_image {
    display: block;
    margin-bottom: 0px !important;
  }
  .dottedBackground100 .wpb_single_image .vc_single_image-wrapper {
    margin-bottom: 0;
    border: 1px solid #4d5259;
    border-top: 0;
  }
  .dottedBackground100 .vc_column-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dottedBackground100 .wpb_wrapper > div {
    margin-bottom: 25px;
  }
  /* Homepage Support Banner */
  .needSupport .vc_row {
    margin: 24% 6% !important;
    padding: 50px 30px;
  }
  .needSupport h5 {
    margin-bottom: 20px;
  }
  /* Research Development Banner */

  .researchDevelopment .vc_col-sm-6 {
    width: 100%;
  }
  .researchDevelopment .vc_row {
    margin: 24% 6% !important;
  }
  .researchDevelopment h2 {
    margin-bottom: 15px;
  }
  .researchDevelopment .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 25px;
  }
  .researchDevelopment .vc_row .wpb_column:last-child .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .researchDevelopment .vc_row .wpb_column:last-child .vc_btn3-container {
    display: inline-block;
    margin-top: 30px;
  }
  .researchDevelopment .vc_row .wpb_column:first-child .vc_btn3-container {
    display: none;
  }
  .researchDevelopment p {
    font-weight: 300;
  }

  /* Product Page */
  .orangeGradientPageIntro .wpb_column {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
  }
  .orangeGradientPageIntro > .wpb_column:last-child {
    background: linear-gradient(#FECD4C,#D63D00) !important;
  }
  .orangeGradientPageIntro.highlight-right::after {
    background: transparent !important;
  }
  .orangeGradientPageIntro > .wpb_column:last-child .vc_column-inner {
    padding: 14% !important;
  }
  .orangeGradientPageIntro > .wpb_column:first-child {
    padding-bottom: 9%;
    padding-left: 0;
    padding-right: 0;
  }
  .orangeGradientPageIntro .productFrogStamp {
    top: 0;
    bottom: auto;
    margin-left: 10%;
    margin-top: -60px;
    width: 120px;
  }
  .pageMainContentDotted {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .pageMainContentDotted > .wpb_column {
    width: 100%;
  }
  .pageMainContentDotted.highlight-left::after {
    background: transparent !important;
  }
  .pageMainContentDotted > .wpb_column:first-child {
    background: radial-gradient(#4D5259 10%, #FFFFFF 10%) !important;
    background-size: 12px 12px !important;
    background-position: 0 0 !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pageMainContentDotted > .wpb_column:first-child .vc_column-inner .wpb_video_widget {
    margin-top: 6%;
    margin-bottom: 0;
  }
  .pageMainContentDotted > .wpb_column:nth-child(2) .vc_column-inner {
    padding: 50px 6%;
  }
  .pageMainContentDotted > .includedProduct .vc_column-inner {
    margin-left: 6%;
    margin-right: 6%;
    padding: 8%;
    margin-top: 3%;
  }
  .pageHyperlinks {
    padding-top: 50px;
  }
  .breadcrumbs h6 {
    text-align: right !important;
  }
  /* Blog post */
  .pageDottedGradientBackground .vc_col-sm-6 {
    width: 100%;
  }
  .pageDottedGradientBackground > .wpb_column {
    padding: 0;
  }
  .pageDottedGradientBackground .vc_row > .wpb_column:first-child {
    padding: 4% 6% 0 6%;
    background: #1e1f20;
  }
  .pageDottedGradientBackground .vc_row > .wpb_column:first-child .wpb_wrapper > div {
    margin-bottom: 10px;
  }
  .pageDottedGradientBackground .vc_row > .wpb_column:last-child {
    padding: 6% 6% 4% 6%;
  }
}

@media only screen and (max-width: 860px) {
  .dottedGradientBackground > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 25%;
  }
  .introHero .videoWrap video {
    right: -15%;
    width: 100%;
    margin-top: -0.5%;
  }
  .home .introHero .vc_row {
    position: absolute;
    bottom: 15%;
    top: auto;
    width: 88%;
  }
}

@media only screen and (max-width:767px) {
  /* general */
  h1, .text-logo #logo {
    font-size: 50px;
    margin-bottom: 0;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 35px;
  }
  h5, .dottedBackground50 p {
    font-size: 17px;
    line-height: 160%;
  }
  .pageIntroSubtitle {
    font-size: 24px;
  }
  .headingSection {
    font-size: 12px;
  }
  .vc_btn3.vc_btn3-size-md {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #Wrapper #Header {
    margin-top: -15px !important;
    min-height: 0 !important;
  }
	#Top_bar #logo img.logo-mobile {
		max-height: 100% !important;
	}
  /* home */
  .dottedGradientBackground > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 35%;
  }
  .home .introHero .vc_row {
    bottom: 13%;
  }
  .dottedGradientBackground .vc_btn3-container.vc_btn3-inline {
    display: table;
    width: auto;
    margin-left: auto;
  }
  .dottedGradientBackground .vc_btn3-container.vc_btn3-inline:first-child {
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
  .introHero .videoWrap video {
    margin-top: -3%;
  }
  .content_wrapper .section_wrapper, .container, .with_aside .content_wrapper {
    max-width: 100% !important;
  }
  .content_wrapper .section_wrapper, .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {
    margin: 0 35% 0 0;
    padding: 15px 0 !important;
  }
  #Top_bar .logo {
    text-align: left;
  }
  .ourProductsTitle {
    margin-top: -88.75px;
  }
  .ourProductsTitle .vc_col-sm-6 {
    width: 80%;
  }
  .ourProductsTitle.highlight-left::after {
    width: 80%;
  }
  .orangeGradient .wpb_text_column {
    margin-bottom: 18px;
  }
  .orangeGradient .blog_slider .blog_slider_ul li, .orangeGradient .blog_slider .blog_slider_ul li:nth-child(2)  {
    border-right: 1px solid #4D5259;
    border-left: none;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .orangeGradient .blog_slider .blog_slider_ul li .item_wrapper {
    margin: 13% 13.5%;
  }
  /* Events */
  .dottedBackground50.highlight-left {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dottedBackground50 .vc_row .wpb_column:first-child h2 {
    padding-bottom: 4px;
  }
  /* News */
  .homeAnnouncement .image_frame {
    margin-bottom: 15px;
  }
  .homeAnnouncement h3, .blog_wrapper > .classic h3 {
    padding-bottom: 4px;
    margin-bottom: 15px;
  }
  .orangeGradient .post-excerpt, .homeAnnouncement .post-excerpt {
    margin-bottom: 15px;
  }
  .grid .post-item, .masonry .post-item {
    margin: 0 0 0px !important;
  }
  .homeAnnouncement .wpb_wrapper > div {
    margin-bottom: 15px;
  }
  /* About Us */
  .dottedBackground100.highlight-right {
    padding-top: 50px;
    margin-top: 0;
  }
  .pageTeamRegularBios > .vc_column_container:first-child > .vc_column-inner, .pageTeamRegularBios > .vc_column_container:last-child > .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .pageMainContentDotted100, .pageTeamRegularBios {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pageMainContentDotted100 > .wpb_column:last-child > .vc_column-inner .wpb_text_column {
    margin-top: -1px;
  }

  /* Support */
	.col25{
		width:50%;
		margin:0;
	}
	.col33{
		width:100%;
		margin:0;
	}
	.col66{
		width:100%;
		margin:0;
	}
	.col75{
		width:100%;
		margin:0;
	}
  /* Footer */
  footer .two-fifth:nth-child(2), footer .one-fifth.column {
    margin-top: 0;
  }
  #Footer .widget_search {
    margin-top: 0;
  }
  footer .column.one-fifth {
    text-align: right;
    padding-right: 30px !important;
  }	
  footer .two-fifth.column {
    width: 100% !important;
  }
  #Footer .widgets_wrapper {
    padding: 10px 0 5px 0;
  }
  .copyrightText {
    float: none !important;
    display: block !important;
    font-size: 10px;
    line-height: 160%;
  }
  .copyrightText:first-child {
    margin-bottom: 10px;
  }
  #Footer .vc_btn3-container.vc_btn3-inline {
    display: table;
    margin-top: 32px;
  }
  footer p {
    font-size: 15px;
  }
  #Footer #custom_html-2 {
    padding-bottom: 0 !important;
  }
  .footer_menuCol1 li, .footer_menuCol2 li {
    margin-bottom: 6%;
    font-size: 10px;
  }
  #Footer #custom_html-5 {
    margin-top: 0;
  }
  .footer_copy .column.one {
    margin-bottom: 0 !important;
  }
  footer h5 {
    font-size: 13px;
  }
  #Footer .vc_btn3.vc_btn3-size-md {
    font-size: 13px;
  }
  /* page single */
  .pageHyperlinks .wpb_column:first-child .vc_column-inner {
    padding-right: 15px;
  }
  .pageHyperlinks .wpb_column:last-child .vc_column-inner {
    padding-left: 15px;
  }
  /* LANDING PRODUCT PAGE */
  .vc_grid-item.vc_col-sm-4 {
    width: 100%;
  }
  .landingPageProducts .vc_column-inner {
    padding: 0;
  }
  .landingPageProductsSideContent .vc_grid-item-zone-c-right .vc_gitem-animated-block, .landingPageProductsSideContent .vc_grid-item-zone-c-right .vc_gitem-zone-c {
    width: 100%;
  }
  .landingPageProductsSideContent .vc_grid-item-mini {
    height: auto !important;
  }
  /* BLOG LANDING PAGE */
  .blog_wrapper > .classic .post-desc {
    padding: 15px 0 0;
  }
  /* BLOG POST */
  .orangeGradientContent.highlight-right::after {
    background: transparent;
  }
  .orangeGradientContent > .wpb_column.vc_column_container:last-child > .vc_column-inner {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .orangeGradientContent > .wpb_column.vc_column_container:last-child {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
    background: #4D5259;
  }
  .orangeGradientContent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .orangeGradientContent > .wpb_column.vc_column_container:first-child > .vc_column-inner {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media only screen and (max-width: 610px) {
  /* general */
  h1, .text-logo #logo {
    font-size: 36px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 25px;
  }
  .pageIntroSubtitle {
    font-size: 22px;
  }
  /* Home */
  .dottedGradientBackground > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 45%;
  }
  .introHero .videoWrap video {
    right: 0;
    width: 140%;
  }
  .introHero .videoWrap video {
    margin-top: -2%;
  }
  /* Our Products */
  .ourProductsTitle {
    margin-top: -71px;
  }
  .ourProductsTitle > .wpb_column h2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .orangeGradient .homeFrogStamp {
    top: -50px;
    width: 100px;
  }
  /* Events */
  .dottedBackground50 .vc_row .wpb_column:first-child .vc_column-inner {
    padding: 50px 25px;
  }
  .dottedBackground50 .vc_row .wpb_column:first-child h2 {
    margin-bottom: 20px;
  }
  .dottedBackground50 .vc_row .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width:500px) {
	.col25{
		width:100%;
		margin:0;
	}
	.col50 {
		width:100%;
		margin:0;
	}
 }

@media only screen and (max-width:480px) {
  .introHero .videoWrap video {
    margin-top: -12%;
  }
  .dottedGradientBackground > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 45%;
  }
  .home .introHero .vc_row {
    bottom: 12%;
  }
  /* Product Page */
  .orangeGradientPageIntro > .wpb_column:last-child .vc_column-inner {
    padding: 18% 14% !important;
  }
  .orangeGradientPageIntro .productFrogStamp {
    margin-top: -50px;
    width: 100px;
  }
  .pageMainContentDotted > .wpb_column:first-child .vc_column-inner {
    margin-left: 6%;
    margin-right: 6%;
  }
  .pageMainContentDotted > .includedProduct .vc_column-inner {
    padding: 40px 8%;
  }
  .pageMainContentDotted100 {
    padding-left: 0;
    padding-right: 0;
  }
  .pageMainContentDotted100 > .wpb_column > .vc_column-inner {
    margin-left: 6%;
    margin-right: 6%;
  }
}

@media only screen and (max-width:400px) {
  .introHero h1, .text-logo #logo {
    font-size: 34px;
    margin-bottom: 0;
  }
  .dottedGradientBackground > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 43%;
  }
  .home .introHero .vc_row {
    bottom: 10%;
  }
  .introHero .videoWrap video {
    margin-top: -22%;
  }
}
@media only screen and (max-width:381px) {
  /* Featured Products */
  .orangeGradient .blog_slider {
    border-top: 1px solid #4d5259;
    border-bottom: 1px solid #4d5259;
    border-left: 1px solid #4d5259;
    border-right: 0 !important;
  }
}

/* Custom Style for contact us button */
.wpcf7 input[type="submit"]:hover {
    background-color: #fecd4c;
    color: #000;
    border: 1px #000 solid;
}
