*, *:before, *:after {
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.center-mobile {
	text-align:center!important;
}


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

	section {
		padding: 0 10px;
	}
}

/****FOOTER****/
.elementor-element-1bb7790 .elementor-container {
	flex-wrap:nowrap!important;
	margin-bottom: 20px;
}


/****HEADER****/
//mobile nav
	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		padding:50px!important;
	
	}

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

	.elementor-1103 .elementor-element.elementor-element-2497536 .elementor-nav-menu .elementor-item{
		line-height: 2em!important;
		
	}
}

/****PRICING TABLES****/

.price-card {
	max-width: 350px;
	display:table!important;
	width: 100%;
}

.card-col {
	display:table-cell!important;
}

@media only screen and (max-width: 600px) {
  .card-col { 
    display: block!important;
    width: 100%!important;
  }
}

.premium-pricing-table-container:hover .premium-pricing-button-container .premium-pricing-price-button {
  background: #EC9C00;
  border: #EC9C00;
}

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

	#youtube-pricing-container .col-span-100, 
	#management-pricing-container .col-span-100, #social-pricing-container .col-span-100, #testimonial-1 .elementor-col-50, #testimonial-2 .elementor-col-50, #testimonial-3 .elementor-col-50 {
		width: 100% !important;
	}
	
	.elementor-element-7092afe .elementor-element-populated {
		padding:0!important;
		margin-bottom: 3em;
	}
}

/****BLOCKQUOTE****/
.elementor-blockquote__content {
	text-align:left !important;
}

blockquote {
    position: relative;
}

blockquote p::before {
  content: open-quote;
  content:"\201C";
  left: -0.4em;
  top: 0.2em;
}

blockquote p::before, blockquote p::after {
  position:absolute;
  font-size:3em;
  color:#EC9C00;
  font-family: tahoma;
}
blockquote p::after {
  content: close-quote;
  content: "\201D";
  bottom: 0.55em;
}
blockquote p {
  display: inline;
}

/****MODAL PKG****/
#currency {
	font-size: 12px;
	vertical-align:top;
}

#price {
	font-size: 20px;
	font-weight: 700;
}

.modal-subtitle, #modalDesc {
	font-size: 16px;
	font-weight: 200;
}

.modal-subtitle {	
	margin-right: 30px;
}

.hidden {
	display:none; !important;
	height:0;
	width:0;
}

/****SLIDERS****/
.elementor-swiper .elementor-column {
	width: 100% !important;
}

/****TABS****/

.elementor-tab-title:hover{
  color: #EC9C00!important;
}

.elementor-tabs-wrapper .elementor-active::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 25%;
    border-top: 1px solid #ec9c00;
}

@media (min-width:320px) {
   
.elementor-tabs-wrapper {
    display: flex !important;
        flex-direction: row!important;
  }

	#elementor-tab-title-3651, #elementor-tab-title-3652,
	#elementor-tab-title-3653, #elementor-tab-title-3654 {
		visibility:visible!important;
	}
	
.elementor-tab-mobile-title {
    display: none!important;
  }
}

@media only screen and (max-width: 500px) {
.elementor-1175 .elementor-tab-title {
		width: 100%!important;
		margin-left: 2px;
		display:inline-block;
		z-index: 999!important;
		opacity:1!important;
        font-size:  0.5em !important;
	visibility:visible!important;
    }

	.elementor-widget-tabs .elementor-tab-desktop-title {
padding: 20px 10px!important;
	}

	#m-tabs {
visibility:visible!important;
		z-index:1!important;
	}	
	
	#m-tabs p{
		width: 90% !important;
		visibility: visible;
		opacity:1;
		z-index:99;
	}

	.elementor-tab-content .elementor-clearfix {
		position:absolute;
		margin-top: 20px;
		margin-left: 0;
	}
}

//****HOME STEPS SLIDER****/

	.elementor-element-61ec356 .e-swiper-container:pointer {
	cursor: default !important;
}

.elementor-element-61ec356 .elementor-swiper-button {
opacity:0;
}

.elementor-element-61ec356 .elementor-testimonial p {
	margin:0 !important;
}

@media only screen and (max-width: 600px)  {
	.elementor-element-61ec356 .elementor-swiper-button {
	opacity: 0.7!important;
	}
}

/****CAROUSEL*****/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0 !important;
}

.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {
	padding-bottom: 5px !important;
}

/****FORMS****/
select, input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} 

.wpforms-container .wpforms-field { 
	position: inherit!important;
}

.wpforms-container .fourth {
		width: 23% !important;
}

.wpforms-field label {
	margin: 0 0 5px 0 !important;
}


/****boxes around all input fields****/
input[type=email],  input[type=text], 
input[type=checkbox],
select, 
textarea, 
.contact-form .choices {
	border: 1px solid #fff;
  background-color: white;
  border-radius: 5px;
	box-shadow: none;
	display: block;
  float: none;
	height: 45px;
	font-family:"source sans pro";
	line-height: 1.2em;
	color:#333;
}

input[type=email],  input[type=text], 
select, 
textarea, 
.contact-form .choices {
		min-height: 45px;
  	min-width: 80% !important;
		cursor:text;
}

input:focus,
select:focus, 
textarea:focus {
	border: 2px solid #EC9C00!important;
	transition: 180ms border ease-in-out;
}


/****Contact form****/

#wpforms-2174-field_4-container, #wpforms-2174-field_5-container,  #wpforms-2174-field_7-container, #wpforms-2174-field_7-container,
.contact-form .wpforms-submit-container {
position:absolute!important;
}

#wpforms-form-2174 .alias-box {
		top: 0!important;
		left: 25%!important;
}

#wpforms-form-2174 .msg-box {
		top: 0!important;
		left: 50%!important;
}

#wpforms-form-2174 .select-box {
		top: 115px!important;
		left: 25%!important;
}
.contact-form {
	padding-bottom: 75px;
	display:flex;
	flex-direction: row;
	

}
/****positioning of divs****/
.contact-form form-col {
  padding: 16px;
}

.contact-form .custom-checkboxes { 
	width: 60% !important;
}	
	
.email-box {
  top: -30px;
  left: 0;
}

.select-box{
	top:-30px;
	right: 0
}

.select-box .choices {
	color: #333 !important;
}

.msg-box {
!important;
  top: 0;
  right: 0;
}


.contact-form .wpforms-submit-container {
	top: 400px;
	right: 1%;
}

.contact-form .wpforms-container .wpforms-field-label-inline {
	vertical-align:middle!important;
	display:block!important;
}
.contact-form .wpforms-field textarea {
	height: 300px !important;
	margin-bottom:0 !important;
	box-shadow:none !important;
}
	
/****paragraph text input label****/
.contact-form .wpforms-field .wpforms-field-textarea .wpforms-field-label, .custom-checkboxes .wpforms-field-label {
    margin: 0 0 4px 0;
    padding: 0;
}

/****dropdown box****/
.contact-form .choices__list {
    vertical-align: middle;
    overflow: hidden;
		color:#000;
}

.contact-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: rgba(236,156,0,0.30) !important;
}

.contact-form .choices {
	height:48px !important;
	border:0.5px solid #fff;
}

.contact-form .choices .choices__inner {
	border:none !important;	
	height: 48px !important;

}

/****checkbox ****/

.contact-form ul li{
	width: 39%!important;
	padding:0 10px 10px 10px!important;
}

.custom-checkboxes {
	position: relative !important;
	width: 100%!important;
}

input[type=checkbox] + label {
  display: block;
  margin: 0.3em;
  cursor: pointer;
  padding: 0!important;
	font-size: 0.8em!important;
}

input[type=checkbox] {
  opacity:0;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #333;
  border-radius: 50%;
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  padding-left: 0.2em;
  padding-bottom: 0.2em;
  margin-right: 0.4em;
  vertical-align: middle;
  color: transparent;
  transition: .2s;
	text-align:center;
}
input[type=checkbox]:checked + label:before {
  background-color: white;
  border-color: #333;
  color: #ec9c00;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.custom-checkboxes ul li  {
	background:#fff;
	border:0.5px solid #fff;
	border-radius: 5px;
	margin: 5px 20px 5px 0!important;
	color: #333!important;
}

.custom-checkboxes ul li:hover{
	background: #ec9c00;
	color: #000!important;
	opacity:1;
		border:0.5px solid #ec9c00;
    cursor: pointer !important;	
	border:0.5px solid #ec9c00;
}


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

/****Pricing form****/

.pricing-form .half-field{
	width: 50% !important;
	padding: 10px !important;
}

.pricing-form .first {
	float:left!important;
	//clear:none;
}

.pricing-form .second {
	float:right!important;
	//clear:none;
}

.pricing-form-msg label, .pricing-form-msg textarea{
	min-width:100%!important;
	bottom: 0;
}

.pricing-form-msg{
	margin: 20px 10px!important;
}


.pricing-form .choices__list {
	color: #666;
	font-family: overpass;
	font-size: 1.25em!important;	
	font-weight: 300;
}

.pricing-form .choices__list--dropdown {
	background: #ECD4A5!important;
}

.pricing-form .choices__placeholder {
	opacity: 1!important;
}

.pricing-form .choices__inner {
	min-height: 45px!important;
}

.pricing-form .first {
		margin-left: 0 !important;
		clear: both !important;
		padding-right: 5px;
	}
	
@media only screen and (max-width: 700px) {
	.email-box, 
	.select-box, 
	.custom-checkboxes,
	.msg-box,
	.pricing-form .half-field {
		width: 100% !important;
		position: relative !important;
	}
	
	
element.style {
}
@media only screen and (max-width: 600px)
.wpforms-container .wpforms-form .wpforms-field>* {
    max-width: 100%;
}
	#wpforms-form-2174 .msg-box, #wpforms-form-2174 .select-box {
		top:0!important;
		left: 0!important;
	}	
	
	#wpforms-form-2174 .alias-box  {
		left:0!important;
	}
	
	.contact-form .wpforms-submit-container {
		top:0!important;
		padding: 30px 0;
	}
	
	.contact-form .wpforms-field textarea {
		height: 100px!important;
	}
	
	#wpforms-2174-field_4-container, #wpforms-2174-field_5-container,  #wpforms-2174-field_7-container, #wpforms-2174-field_7-container,
.contact-form .wpforms-submit-container {
position:relative!important;
	width: 95%!important;	
}
	
.contact-form ul li {
	width: 100%!important;
    max-width: 90%!important; 
    padding: 10px!important;
}

	.wpforms-container .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern){
		overflow-x:visible!important;
	} 
	
		.elementor-4302 .elementor-element.elementor-element-d25d7ca  {
		line-height: 30px!important;
	}
	
	.elementor-4302 .elementor-element.elementor-element-cb0cc23 {
		line-height: 1.5em!important;
	}
	
	.msg-box {
  top: 0 !important;
  right: 0 !important;
	}
	
	.custom-checkboxes {
		top:0 !important;
		right:0 !important;
	}
}

/****confirmation message****/
.wpforms-confirmation-container-full {
    color: #fff;
	  font-size: 16px;
    margin: 0 0 24px 0;
    border: 1px solid #EC9C00;
    padding: 15px 15px;
		font-weight: 600;
}

/****required asterisk****/
.wpforms-required-label{
    color: #990000!important;
    font-weight: 600;
}

.wpforms-container label.wpforms-error,
.wpforms-container .wpforms-required-label{
	color: #eb1c1c!important;
	font-size: 1em!important;
}
@media only screen and (min-width: 600px) {
	.contact-form input {
		width: 100%!important;
	}
}



/* If the browser window is smaller than 600px */
@media only screen and (max-width: 600px) {
  .form-col {
    display: block;
    width: 100%;
	position:relative;
    left: 0;
  }

	.wpforms-container .fourth, .wpforms-container .half,
	.contact-form .custom-checkboxes,
.contact-form .msg-box{
    width: 95% !important;
}
	
	.elementor-col-50 {
		width: 100%!important;
	}

}