/*
Theme Name: Sussman
Description: Sussman
Version: 1.0
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

.wf-td.bottom-text-block{text-align:center !important;}

p {
    font: normal 18px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    font-weight: 300;
}

.main-nav > li > a .menu-text {
    font: 18px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
}

.main-nav > li > a .menu-text {
    color: #11bdff;
}

.nyc-blue {
    color: #125dab;
    font-size: 42px;
    border-bottom: 2px solid #005CA9;
}

.nyc-blue-no-underline {
    color: #125dab;
    font-size: 42px;
}

.nyc-orange {
    color: #ffb01e;
    font-size: 42px;
    border-bottom: 2px solid #ffb01e;
}

.nyc-white{
    color: #fff;
    font-size: 42px;
    border-bottom: 2px solid #fff;
}


#main .gform_wrapper textarea, .gform_wrapper .top_label .gfield_label {
    font: normal 18px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    font-weight: 300;
}

.gform_wrapper {
	margin: 0;
}

button.button, a.button, input[type="button"], input[type="reset"], input[type="submit"], .dt-btn-m, input.dt-btn-m[type="submit"], #main .gform_wrapper .gform_footer input.button, #main .gform_wrapper .gform_footer input[type="submit"], form.mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"], #main-slideshow .tp-button {
    font-weight: bold;
    border: none;
    background: #ffb01e;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 30px;
    line-height: 25.2px;
    border-radius: 0px;
}

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

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel  .slide-item {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.owl-carousel .slide-item a img {
    width: auto;
    height: 100px;
    max-width: unset;
 
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}




.logos-slide .owl-prev i,
.logos-slide .owl-next i,
.products-slide  .owl-next i, .products-slide  .owl-prev i{
    color: #333333;
    font-size: 20px;
    height: 50px;
    top: 50%;
    position: absolute;
    text-align: center;
    line-height: 48px;
    width: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logos-slide .owl-next i,.products-slide  .owl-prev i{
     
}

.logos-slide .owl-next i , .products-slide  .owl-next i{
    right: -30px;
}


button {
    border-radius: 4px;
    border: none;
    background-color: #1eaace!important;
    color: #ffffff;
    margin-left: 4px;
    margin-bottom: 4px;
    -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

button:hover {
    background: rgb(255, 176, 30);
    -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

/*****************/


.products-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-item {
    width: 25%;
    height: 100%;
}
.prodcuts {
    margin-bottom: 50px;
}
.bottom_bar {
    border-top: 1px solid #f2f2f2;
    padding-top: 12px;
 
}table  tr:hover {
    background-color: rgba(0,0,0,.075);
}
.content table th {
  border-top: 0px solid transparent;}

table th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
table td, table th {
    padding: .75rem!important;
}
.product_inner {
    margin: 15px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    height: 100%;
}
.products-slide .slide-item p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 22px;
    padding: 0 20px 0 0;
}
span.left {
    display: block;
    font-size: 14px;
    font-weight: 100;
    margin: 0;
    line-height: 14px;
}
span.right {
    float: right;
    color: #365dac;
    font-weight: 600;
}

.products-slide  .owl-stage {
    height: 390px;
    overflow: hidden;
}
span.right > span {
    display: block;
    font-size: 14px;
    font-weight: 100;
    margin: -16px 0 0 0;
    line-height: 14px;
    text-align: right;
    color: #2e2e2e;
}
.product_img {
    height: 235px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    margin: 0 auto 15px;
}
.product-item h3 {
    font-size: 14px;
    line-height: 24px;
    height: 43px;
    font-weight: 400;text-align:center
}
h1.vc_custom_heading {
    padding: 12px 0 1px;
    margin-top: -21px;
    margin-bottom: 20px;
    font:  42px / 32px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
h2.pro_title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    color: #125dab;
    font-size: 28px;
    border-bottom: 2px solid #005CA9;
    font-weight:500;
}
  span.note_table {
    color: #2460da;
    display: block;
    text-align: right;
    font-weight: 500;
    letter-spacing: 1px;
}
  .address {
    text-align: center;
    border-top: 1px solid #f1f1f147;
    padding-top: 18px;
    font-size: 21px;
    line-height: 42px;
}
.pricing {
    background: #365dac;
    color: #fff;
    border-radius: 10px;
    padding:40px;
    background: rgb(36,96,218);
    background: linear-gradient(
207deg, rgba(36,96,218,1) 13%, rgba(23,191,255,1) 92%);
}
.pricing h2 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
}
.pricing h3 {
    color: #fff;
    text-align: center;
  margin: 30px 1px;}
.products-slide .slide-item p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 22px;
    
}
a.btn.btn-blue {
    border-radius: 4px;
    border: none;
    background-color: #1eaace;
    color: #ffffff;
    margin-left: 4px;
    margin-bottom: 4px;
    -webkit-box-shadow: -4px 3px 0px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 16px 34px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a.btn.btn-blue:hover, a.btn.btn-blue:focus {
    background-color: rgb(255, 176, 30);
}
.prodcuts .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    margin-bottom: 40px;
}
.products-slide .slide-item img {
      height: 320px;
    width: auto!important;
    border-radius: 8px;
    max-width: unset!important;
}
.wf-container-main .content .header_box {
    margin-top: -50px;   
    background-position: center -20px!important;
    background-repeat: no-repeat!important;
    line-height: 100%;
    background-size: 1190px!important;
}
.vc_empty_space.header_hegiht {
    height: 190px!important;
}

  .btn_custom a {
    margin-left: 4px;
    margin-bottom: 4px;
    -webkit-box-shadow: -4px 3px 0px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgb(0 0 0 / 20%);
    background: #f9a553;
    padding: 10px 12px;
    border-radius: 4px;
    margin-top: 0;
    color: #fff; font-size: 16px;
    text-decoration: none;
  }
.btn_custom {
    margin-left: 25px;
}
@media only screen and (max-width:1400px) {
 

}

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

.vc_empty_space.header_hegiht {
    height: 170px!important;
}

h1.vc_custom_heading {

 font:600 38px /46px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
  
}
@media screen and (min-width: 1150px){ 
  
.mobilemenu{display:none}
}
@media screen and (max-width: 1150px){
.masthead:not(.side-header) .header-bar  aside.widget.widget_text{
 position: absolute;
    right: 45px;
}
.mobile-main-nav li.menu-item-1665 a {
    margin-left: 4px;
    margin-bottom: 4px;
    -webkit-box-shadow: -4px 3px 0px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgb(0 0 0 / 20%);
    background: #f9a553;
    padding: 10px 12px;    border-radius: 4px;
    margin-top: 0;
}
 .mobile-main-nav li.menu-item-1665 a:hover {background: #1eaace;}
  #menu i {
    font-size: 30px;
}
  
 .mobile-main-nav li.menu-item-1665 a:hover  .menu-text {
    color: #fff;
}
 .mobile-main-nav li > a .menu-text {
    color: #00abe8!important;
}
  .mobile-main-nav li:last-child > a .menu-text {
    color: #fff!important;
}
  #menu.active i::before {
    content: "\ea6a";font-size:26px;
}
.dt-mobile-header.show {
    transition: transform .5s ease;
    -ms-transform: translate3d(0%,100px,0);
    top: 0;
    -webkit-transform: translate3d(0%,100px,0);
    transform: translate3d(0%,100px,0);
    width: 100%;    border-bottom: 5px;
    -webkit-box-shadow: -4px 3px 0px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgb(0 0 0 / 20%);
}
  .mobile-main-nav li.act > a .menu-text, .mobile-main-nav li.act > a .subtitle-text, .dt-mobile-header .mobile-main-nav .sub-nav > li.act > a .subtitle-text, .dt-mobile-header .mobile-main-nav .sub-nav > li.act > a .menu-text {
    color: #00abe8!important;
}
  .branding > a, .branding > img {
    padding: 0px 30px 0px 0;
}
.masthead:not(.side-header) .header-bar {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
}
 .masthead:not(.side-header) .mini-widgets {
    display: none!important;
}
  a#menu {
    text-decoration: none;    cursor: pointer;
}
}
@media only screen and (max-width:992px) {

  .wf-container-main .content .header_box {
 
    background-position: center -8px!important;
  
    background-size: 122%!important;
}
.vc_empty_space.header_hegiht {
    height: 150px!important;
}
}
@media only screen and (max-width:800px) {
 
  
}
@media only screen and (max-width:768px) {
 
.wf-container-main .content .header_box {
    background-position: center -16px!important;    background-size: 1000px!important;
}
}

@media only screen and (max-width:600px) {
 .owl-carousel .owl-item img{
  text-align: center;
  margin: 0 auto;
  }
  .masthead:not(.side-header) .header-bar  aside.widget.widget_text{
 position: absolute;
    right: 45px;
}

.btn_custom {
    margin: -6px 0 0;
}
  .owl-carousel .owl-item p{text-align: center;}
 
  .masthead:not(.side-header):not(.mixed-header) .header-bar, .header-space {
    min-height: 75px;
}.branding a img, .branding img {
    width: 110px;}
  .dt-mobile-header.show {
    
    -ms-transform: translate3d(0%,70px,0);
   
    -webkit-transform: translate3d(0%,70px,0);  
    transform: translate3d(0%,70px,0);
   
}
}


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


h2.pro_title {
    color: #125dab;
    font-size: 20px;
    border-bottom: 2px solid #005CA9;
    font-weight:500;
    line-height: 30px;
}.pricing h2 {
   
    font-size: 22px;
    line-height: 30px;
}.pricing h3 {
 
    font-size: 16px;}
  .pricing {  
    padding: 25px;
}
}

@media only screen and (max-width:400px) {
h1.vc_custom_heading {
    font: 600 24px/38px "Roboto", Helvetica, Arial, Verdana, sans-serif;}
.wf-container-main .content .header_box {
    background-position: center 0px!important;
    background-size: 740px!important;
}
  .btn_custom a {
   
    padding: 10px 8px;
    border-radius: 4px; 
    font-size: 12px;
    text-decoration: none;
}
}
@media only screen and (max-width:350px) {

.masthead.inline-header.right.widgets.surround.shadow-decoration {
    padding: 0 10px;
}
  
  .btn_custom {
    margin: -3px 2px 0 auto;
}.btn_custom a {
    padding: 10px 8px;
    border-radius: 4px;
    font-size: 8px;
    text-decoration: none;
}

}