/*



Table of Contents



1.0 - Main

	1.1.0 Default Link + Button

2.0 - Topbar

3.0 - Menus

	3.0.1 - Main Menu

	3.0.2 - Mobile Menu

4.0 - Header

	4.0.1 - Header Style

		4.1.1 - Header Style v1

		4.1.2 - Header Style v2

	4.0.2 - Header Skin

		4.2.1 - Header Skin Default

		4.2.2 - Header Skin Transparent

5.0 - Title Wrapper

6.0 - Pagination

7.0 - Footer

8.0 - To Top Button

9.0 - Comment

10.0 - Animation style

11.0 - Contact Form 7

12.0 - Global style



-------------------------------------------------------------------*/

/* Table of Content 

==================================================

	#General Sites

	#Misc */





/*=========================================================================

  Main

//=======================================================================*/
.light-theme.wp-posts-carousel .wp-posts-carousel-image img[src="https://yournextsteps.com/wp-content/plugins/wp-posts-carousel/images/placeholder.png"] {
  display: none;
}
.layout-boxed {
	background-color: #333;
}
.layout-boxed #wdc-wrapper {
	margin: 0 auto;
}
#wdc-wrapper {
	overflow: hidden;
	background-color: #fff;
}
.container-fluid .container,  .container-full .container {
	width: 100%;
}
.padding-top {
	padding-top: 100px;
}
/*Default Link + Button*/

.btn,  button,  .button,  html input[type="button"],  input[type="reset"],  input[type="submit"],  input.button,  .woocommerce #respond input#submit,  .woocommerce a.button,  .woocommerce button.button,  .woocommerce input.button,  .woocommerce #respond input#submit.alt,  .woocommerce a.button.alt,  .woocommerce button.button.alt,  .woocommerce input.button.alt,  .service-link a,  .portfolio-link a,  .header-button,  .wdc-pricingbox .box-link a,  .more-link a,  .woocommerce .widget_price_filter .price_slider_amount .button,  .woocommerce a.added_to_cart {
	display: inline-block;
	text-align: center;
	border: none;
	padding: 15px 20px;
	line-height: 1;
	background-color: #009cff;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	letter-spacing: 1px;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.btn:hover,  button:hover,  .button:hover,  html input[type="button"]:hover,  input[type="reset"]:hover,  input[type="submit"]:hover,  input.button:hover,  .woocommerce #respond input#submit:hover,  .woocommerce a.button:hover,  .woocommerce button.button:hover,  .woocommerce input.button:hover,  .woocommerce #respond input#submit.alt:hover,  .woocommerce a.button.alt:hover,  .woocommerce button.button.alt:hover,  .woocommerce input.button.alt:hover,  .service-link a:hover,  .portfolio-link a:hover,  .header-button:hover,  .wdc-pricingbox .box-link a:hover,  .more-link a:hover,  .woocommerce .widget_price_filter .price_slider_amount .button:hover,  .woocommerce a.added_to_cart:hover {
	background-color: #242d34;
	color: #fff;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
/*=========================================================================

  Topbar

//=======================================================================*/



/*=========================================================================

  Menus

//=======================================================================*/

/*main menu*/
.blog-container {
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
.blog-container::before {
  background-color: #cccccc;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}
ul.primary-menu {
	margin: 0;
}
ul.primary-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.primary-menu > li {
	float: left;
	margin-right: 15px;
}
ul.primary-menu li a,  ul.primary-menu > li > a {
	line-height: inherit;
	padding: 0 10px;
	display: block;
	position: relative;
}
ul.primary-menu > li > a {
	position: relative;
	font-weight: 400;
	font-size: 13px;
	color: inherit;
	text-transform: uppercase;
}
ul.primary-menu > li > a::after {
	position: absolute;
	content: '';
	left: 50%;
	right: 50%;
	opacity: 0;
	bottom: 0;
	border-bottom: 3px solid #1e88e5;
}
ul.primary-menu > li:hover > a::after {
	opacity: 1;
	left: 0;
	right: 0;
}
ul.primary-menu ul {
	padding: 0;
	left: 0;
	position: absolute;
	width: 230px;
	top: 100%;
	z-index: 10;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	display: none;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}
ul.primary-menu ul li {
	line-height: 26px;
}
ul.primary-menu ul a {
	position: relative;
	line-height: normal;
	padding: 13px 20px;
}
ul.primary-menu ul > li.menu-item-has-children > a::after {
	position: absolute;
	content: '\203A';
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	top: 50%;
	right: 20px;
	font-size: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
ul.primary-menu ul li a:hover,  ul.primary-menu ul > li:hover > a {
	color: #212121;
	background-color: #f5f5f5;
}
ul.primary-menu ul li ul,  .header-skin-transparent ul.primary-menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/*mobile menu*/

#toggle-mobile-menu {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	color: inherit;
	right: 35px;
	width: 20px;
	height: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#toggle-mobile-menu::before,  #toggle-mobile-menu span::before,  #toggle-mobile-menu span::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	top: 0;
	border-top: 3px solid;
}
#toggle-mobile-menu span::before {
	top: 6px;
}
#toggle-mobile-menu span::after {
	top: 12px;
}
#toggle-mobile-menu span {
	position: relative;
	display: block;
}
#mobile-container {
	position: absolute;
	top: 100%;
	left: 15px;
	right: 15px;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .5px;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}
.mobile-menu {
	display: none;
	border-top: 1px solid #e2e6e7;
}
.mobile-menu,  .mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu li {
	display: block;
}
.mobile-menu > li > a {
	border-bottom: 1px solid #e2e6e7;
}
.mobile-menu li a {
	display: block;
	padding: 10px 20px;
	position: relative;
	color: #565656;
	line-height: 26px;
	text-align: left;
}
.mobile-menu li a:hover {
	color: #212121;
	background-color: #f5f5f5;
}
.mobile-menu .menu-item-has-children > a:after {
	position: absolute;
	content: '\f107';
	right: 20px;
	font-weight: normal;
	font-family: 'FontAwesome';
}
.mobile-menu .sub-menu {
	border-bottom: 1px solid #e2e6e7;
}
.mobile-menu .sub-menu li a {
	padding-left: 35px;
}
/*=========================================================================

  Header

//=======================================================================*/

.header-left-info ul,  .header-left-info ol,  .header-right-info ul,  .header-right-info ol {
	margin: 0;
}
#topbar-wrapper {
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	padding: 13px 0;
}
#topbar-wrapper span {
	display: inline-block;
}
#topbar-wrapper ul {
	margin: 0;
}
#topbar-wrapper .wdc-social a {
	padding-top: 0;
	padding-bottom: 0;
}
.topbar-label {
	margin-right: 7px;
}
.topbar-hightlight {
	margin-right: 15px;
}
.header-logo .wdc-logo {
	display: inline-block;
}
/*header info*/

.header-style-v1 .header-left-info,  .header-style-v1 .header-right-info {
	display: block;
	float: left;
}
.header-left-info li {
	float: left;
	line-height: 40px;
}
.header-label {
	display: block;
	float: left;
	font-size: 2em;
	position: relative;
	top: 0px;
}
.header-hightlight {
	float: left;
	font-weight: 400;
	line-height: 1;
	text-align: left;
}
.header-hightlight small {
	display: block;
	margin: 7px 0;
	opacity: .9;
	font-size: 80%;
	font-weight: 600;
	text-transform: uppercase;
}
.header-hightlight strong {
	color: #009cff;
}
/*header button*/

.header-button {
}
.header-button:hover {
}
/*header Search*/

.header-right-inner {
	display: table-cell;
	vertical-align: middle;
}
.header-search {
	position: relative;
	display: inline-block;
}
.header-search .search-form {
	position: absolute;
	top: 100%;
	right: 0;
	width: 300px;
	z-index: 9;
	line-height: normal;
	display: none;
	border: 1px solid #ccc;
}
.header-search .search-form form input {
	margin: 0;
	padding: 10px 20px;
	border: none;
	color: #555;
}
.header-search .search-icon {
	position: relative;
	cursor: pointer;
	padding: 0 10px;
	display: block;
}
.header-style-v2 .header-search .search-icon {
	margin-right: 5px;
}
/*---------------HEADER STYLE---------------*/

/*Header Style v1*/

.header-style-v1 #header.header-skin-transparent {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}
.header-style-v1 .header-skin-default .header-stick,  .header-style-v1 .header-stick.affix {
/*padding:10px 0;*/

}
.header-style-v1 .header-stick .header-container {
	display: table;
	width: 100%;
	height: 90px;
}
.header-style-v1 .header-logo,  .header-style-v1 .header-right {
	display: table-cell;
	vertical-align: middle;
}
.header-style-v1 .header-right {
	text-align: right;
}
.header-style-v1 .header-top {
	display: inline-table;
	vertical-align: baseline;
}
/*Header Style v2*/



.header-style-v2 .header-top {
	display: inline-table;
	vertical-align: middle;
	position: relative;
}
.header-style-v2 .header-container {
	display: table;
	width: 100%;
	height: 100px;
}
.header-style-v2 .header-left-info,  .header-style-v2 .header-right-info {
	display: block;
	float: left;
}
.header-style-v2 .header-logo,  .header-style-v2 .header-right {
	display: table-cell;
	vertical-align: middle;
}
.header-style-v2 .header-right {
	text-align: right;
}
.header-style-v2 ul.primary-menu > li > a,  .header-style-v2 .header-search {
	line-height: 60px;
}
.header-style-v2 .header-inner {
	float: right;
}
/*---------------HEADER SKIN---------------*/

/*Header Skin Default*/

.header-skin-default {
	background-color: #fff;
}
.header-style-v1 .header-skin-default #topbar-wrapper {
	color: #f5f5f5;
	background-color: #222222;
}
.header-style-v1 .header-skin-default .header-stick {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.header-style-v2 .header-skin-default #topbar-wrapper {
	border-bottom: 1px solid #e0e0e0;
}
.header-style-v2 .header-stick {
	background-color: #1d1d1d;
	color: #fff;
}
/*Header Skin Transparent*/

.header-skin-transparent {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-skin-transparent #topbar-wrapper {
	background-color: #242d34;
}
.header-skin-transparent #topbar-wrapper .topbar-left,  .header-skin-transparent #topbar-wrapper .topbar-right,  .header-skin-transparent #topbar-wrapper li,  .header-skin-transparent .header-top {
}
/*=========================================================================

  Title Wrapper

//=======================================================================*/

#title-wrapper {
	position: relative;
	padding: 0;
	background-color: #353535;
}
#title-wrapper .container {
	z-index: 2;
}
.title-holder {
	color: #fff;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.title-holder .title-holder-cell {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	position: relative;
}
.page-title {
	margin: 0;
	color: inherit;
	font-weight: 600;
}
.page-subtitle {
	font-size: 17px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: normal;
	display: block;
	margin-top: 10px;
}
.breadcrumb {
	font-size: 13px;
	background: none;
	margin: 0;
	padding: 10px 0 0 0;
}
.breadcrumb > li + li:before {
	position: relative;
	content: '\203A';
	margin: 0 4px;
	font-size: 18px;
	color: inherit;
	opacity: .7;
	display: inline-block;
}
.breadcrumb a {
	color: inherit;
}
.breadcrumb > .active {
	color: #009cff;
}
.breadcrumb a:hover,  .breadcrumb a:focus {
	color: #009cff;
}
/*=========================================================================

  Pagination

//=======================================================================*/

.social-list li {
    display: inline-block;
    float: left;
    padding: 0 4px;
    width: 33.333%;
}
.social-list li a {
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    margin-bottom: 12px;
    min-width: 45px;
    padding: 11px 0;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.social-list > ul {
    margin: 0 -4px;
}

.pagination {
	text-align: center;
	display: block;
}
.nav-links {
	display: inline-block;
	border: 1px solid #e2e6e7;
	overflow: hidden;
	margin: 60px auto 0;
}
.pagination .page-numbers {
	display: block;
	float: left;
	padding: 16px 20px;
	line-height: 1;
	border-left: 1px solid #e2e6e7;
}
.pagination .page-numbers:first-child {
	border-left: none;
}
.pagination a:hover {
	background-color: #fafafa;
}
.pagination .current {
	background-color: #f0f0f0;
}
/*post navigation*/

nav.post-navigation {
	margin-bottom: 30px;
	display: block;
}
.post-navigation .nav-links {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}
.post-navigation .nav-links > div {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 20px;
	border: 1px solid #e2e6e7;
	border-collapse: collapse;
}
.post-navigation .nav-previous a::before {
	position: relative;
	content: '\2190';
	margin-right: 10px;
	font-weight: normal;
	font-size: 14px;
}
.post-navigation .nav-next a::after {
	position: relative;
	content: '\2192';
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
}
/*=========================================================================

  Footer

//=======================================================================*/

#footer {
	background-color: #303030;
	color: #bababa;
}
#footer a {
	color: inherit;
}
#footer a:hover {
	color: #009cff;
}
#footer-wrapper {
	padding: 50px 0 30px;
}
#copyright-wrapper {
	font-size: 13px;
	background-color: #212121;
}
.footer-menu {
	margin: 0;
}
.menu-footer-menu-container {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.footer-menu li {
}
.footer-menu li:last-of-type::after {
	display: none;
}
/*to top*/

.scrollTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	display: none;
}
.scrollTop a {
}
.scrollTop a i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 1em;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*=========================================================================

  Comments

//=======================================================================*/

#comments {
	padding: 30px 7%;
	background-color: #f7f7f7;
}
#comments .comments-title {
	margin-bottom: 20px;
	line-height: 1.2;
}
#comments .comment-list {
	margin-bottom: 45px;
}
#comments ol,  #comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment > .children li {
	margin-left: 50px;
}
.comment > .children li li li {
	margin-left: 0;
}
article.comment-body {
	padding: 30px 0;
	border-bottom: 1px solid #e0e0e0;
}
.comment-meta {
	margin-bottom: 30px;
}
.comment .comment-author.vcard {
}
.comment .comment-author .says {
	display: none;
}
.comment .comment-author .fn {
	text-transform: uppercase;
	color: #212121;
}
.comment .comment-author .avatar {
	display: block;
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.comment .comment-metadata time {
	font-size: 12px;
}
.comment .comment-content {
}
.comment .comment-content p:last-of-type {
	margin-bottom: 0;
}
.comment .reply {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 600;
}
/*=========================================================================

  404

//=======================================================================*/

.big-404 {
	font-size: 150px;
	line-height: normal;
	font-weight: bold;
}
/*=========================================================================

  Animation style

//=======================================================================*/

{
 -webkit-transition:all 0.35s ease 0s;
 -moz-transition:all 0.35s ease 0s;
 transition:all 0.35s ease 0s;
}
.wpb_color .wdc-counter.style-icon .box-icon {
	color: inherit;
}
/*=========================================================================

  Contact Form 7

//=======================================================================*/



.slide-form {
	width: 470px;
	height: 520px;
}
.slide-form form {
	background-color: #ffffff;
}
.slide-form form .info {
	white-space: normal;
	line-height: 1.6;
}
.slide-form form .wpcf7-submit {
	text-align: center !important;
}
.slide-form form .wpcf7-textarea {
	line-height: 100% !important;
	font-size: 16px !important;
}
.slide-form form .wpcf7-not-valid-tip {
	line-height: 1 !important;
	padding-top: 5px;
	font-size: 16px !important;
}
.slide-form form .wpcf7-response-output {
	line-height: 1 !important;
	margin-top: 0 !important;
	font-size: 14px !important;
	color: #000;
}
.slide-form form .wpcf7-response-output.wpcf7-validation-errors {
	color: #f00;
}
.slide-form form .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #398f14;
}
.wdc-form p:before,  .wdc-form p:after {
	content: '';
	display: table;
}
.wdc-form p:after {
	clear: both;
}
.wdc-form .single-field {
	clear: both;
}
.wdc-form .field {
	margin-bottom: 20px;
}
.wdc-form .field.submit {
	margin-bottom: 0;
}
.wdc-form input[type="submit"]:focus {
	outline: none;
}
.wdc-form textarea,  .wdc-form input[type="text"],  .wdc-form input[type="email"],  .wdc-form select {
	width: 100%;
	border: 1px solid #eee;
	padding-left: 15px;
	color: #333;
}
.wdc-form textarea:focus,  .wdc-form input[type="text"]:focus,  .wdc-form input[type="email"]:focus,  .wdc-form select:focus {
	outline: none;
}
.wdc-form textarea {
	height: 90px;
	padding: 10px;
}
.wdc-form input[type="text"],  .wdc-form input[type="email"],  .wdc-form select {
	font-size: 16px;
	font-weight: 400;
	height: 45px;
	line-height: 45px;
}
.wdc-form .first-row,  .wdc-form .last-row {
	width: 50%;
	padding: 0 10px;
}
.wdc-form .first-row {
	float: left;
	padding-left: 0;
	clear: both;
}
.wdc-form .last-row {
	float: right;
	padding-right: 0;
}
.wdc-form-1 {
	border: 4px solid #009cff;
	padding: 20px 20px 10px 20px;
}
.wdc-form-1 .info {
	padding-bottom: 25px;
	font-size: 17px;
	color: #9e9e9e;
}
.wdc-form-1 .info strong {
	color: #272727;
}
.wdc-form-1 .info span.phone-number {
	color: #009cff;
}
/*=========================================================================

  Global style

//=======================================================================*/

.wdc-heading,  .wdc-iconbox,  .wdc-promobox,  .wdc-pricingbox,  .wdc-pricinglist,  .wdc-counter,  .wdc-countdown,  .wdc-blog .blog-container,  .wdc-portfolio .portfolio-container,  .wdc-team .team-container,  .wdc-testimonial .testimonial-container,  .wdc-testimonial-slider,  .wdc-client,  .wdc-client-slider,  .wdc-service .service-container,  #comments-title {
	margin-bottom: 30px !important;
}



  .single-post .blog-single .post-thumb a img {
    pointer-events: none;
    cursor: default;
}
.sitemap-page li{
    line-height: 36px;
    text-transform:capitalize;
}
#menu-footer-menu-1 .menu-item-1108{
    display:none;
}

/*--- Homepage Video ---*/
.mejs-controls {
    display: none !important;
    visibility: hidden !important;
}
.wp-video {
    margin-top: 50px;
}

/*--- Popup Forms ---*/
.pum-theme-756 .pum-container, .pum-theme-lightbox .pum-container {
    border: 1px none #000000 !important;
    box-shadow: 1px 1px 3px 0px rgba( 2,2,2,0.23 ) !important;
    background-color: rgba( 249,249,249,1.00 ) !important;
}
.pum-theme-756 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    height: auto !important;
    width: auto !important;
    right: -10px !important;
    top: -10px !important;
    padding: 8px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    border: 1px none #ffffff !important;
    box-shadow: 0px 0px 0px 0px rgba( 2,2,2,0.23 ) !important;
    text-shadow: 0px 0px 0px rgba( 0,0,0,0.23 ) !important;
    outline: unset !important;
}
.form-captcha {
    text-align: -webkit-center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.form-captcha .g-recaptcha {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    max-width: 270px;
    margin: 0 auto;
}
.form_btn {
    text-align: center;
}
.popform input[type="text"], .popform input[type="email"] {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    width: 100%;
    max-width: 100%;
}
.popform textarea.wpcf7-form-control.wpcf7-textarea.class-height {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
#title-wrapper .title-holder {
    padding-top: 150px !important;
    padding-bottom: 130px !important;
    height: 420px;
}
.title-holder .breadcrumb {
    bottom: -180px !important;
}
.page-id-5 .tp-mask-wrap {
    margin-top: -80px !important;
}
.pum-theme-756 .pum-title, .pum-theme-lightbox .pum-title {
    font-size: 30px !important;
    text-align: center !important;
}


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

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

@media only screen and (max-width:1025px){
.pum-theme-756 .pum-title, .pum-theme-lightbox .pum-title {
    font-size: 28px !important;
}
}
@media only screen and (max-width:992px){
.wp-video {
    margin-top: 70px;
}
.form-captcha2 {
    text-align: -webkit-center;
}
.form-btn2 {
    text-align: center !important;
}
}
@media only screen and (max-width:990px){
.form-btn3 {
    text-align: right !important;
}
}
@media only screen and (max-width:769px){
.wp-video {
    margin-top: 110px;
}
.form-captcha3 .g-recaptcha {
    max-width: 275px;
    transform: scale(.82);
    -webkit-transform: scale(.7);
    margin-left: -38px;
}
.page-id-5 .tp-mask-wrap {
    margin-top: -20px !important;
}
}
@media only screen and (max-width:767.9px){
.wp-video {
    margin: 0 auto;
}
.form-captcha3 .g-recaptcha {
    max-width: 300px;
    transform: scale(.82);
    -webkit-transform: scale(.8);
    margin-left: unset;
    margin: 0 auto;
}
.form-btn3 {
    text-align: center !important;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children::after, li.menu-item.menu-item-type-custom.menu-item-has-children::after {
    display: none !important;
}
}

@media only screen and (max-width:766.9px){
div#header-smooth {
    height: 80px!important;
}
#title-wrapper .title-holder {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
    height: unset;
}
.title-holder .breadcrumb {
    bottom: -115px !important;
}
.title-holder .buttons-click {
    height: auto !important;
    margin-top: 10px !important;
    line-height: 32px !important;
}
}

@media only screen and (max-width:600.9px){
.pum-theme-756 .pum-title, .pum-theme-lightbox .pum-title {
    font-size: 26px !important;
    text-align: center !important;
}
.title-holder .breadcrumb {
    bottom: -110px !important;
}
.title-holder .buttons-click {
    height: auto !important;
    line-height: 34px !important;
    margin-top: 10px !important;
}
.title-holder {
    padding-top: 150px !important;
    padding-bottom: 35px !important;
}
section#title-wrapper {
    /*height: 205px!important;*/
}
#title-wrapper .title-holder {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
}
}

@media only screen and (max-width:520px){
#title-wrapper .title-holder {
    padding-top: 40px !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
}
}

@media only screen and (max-width:420px){
.pum-theme-756 .pum-title, .pum-theme-lightbox .pum-title {
    font-size: 32px !important;
    text-align: center !important;
}
.form-captcha .g-recaptcha {
    max-width: 250px;
    transform: scale(.82);
    -webkit-transform: scale(.82);
}
.form-captcha2 .g-recaptcha {
    max-width: 300px;
    transform: scale(.82);
    -webkit-transform: scale(.8);
    margin: 0 auto;
}
.title-holder-cell.text-center h1 {
    font-size: 21px !important;
}
}
@media only screen and (max-width:359px){
/*.title-holder .breadcrumb {
    bottom: -82px !important;
}*/
.title-holder .breadcrumb{
    font-size: 10px !important;
}
.title-holder .buttons-click {
    line-height: 32px !important;
}
}
@media only screen and (max-width:329px){
.form-captcha2 .g-recaptcha {
    transform: scale(.82);
    -webkit-transform: scale(.7);
}
.form-captcha3 .g-recaptcha {
    max-width: 300px;
    transform: scale(.82);
    -webkit-transform: scale(.7);
}
}
@media only screen and (min-width:360px) and (max-width:520px){
#title-wrapper {
    height: 235px !important;
}
.title-holder {
    margin-top: 25px;
}
.title-holder .breadcrumb {
    bottom: -110px !important;
}
.title-holder .breadcrumb{
    font-size: 10px !important;
}
}


