
/*
Theme Name: LaunchKit Child
Theme URI:
Description: Child theme for the LaunchKit theme
Author: <a href="http://www.madeinebor.com">Tom Rhodes</a>
Author URI:
Template: launchkit
Version: 1.0.1
*/

@import url('../launchkit/style.css');

@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700&subset=latin-ext');

div {
	outline: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
}

h1 {
    font-size: 42px;
    line-height: initial;
    font-weight: 700;
    letter-spacing: initial;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.smallerHeadline h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
	margin-bottom: 14px;
}

h3 {
	font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    margin-bottom: 14px
}

.smallerHeadline h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}

h4 {
    font-size: 26px;
    line-height: 54px;
    font-weight: 300;
    letter-spacing: -1px;
}

h5 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

section {
	padding: 60px 0px;
}

.home h2 {
	font-size: 26px;
	line-height: 140%;
	font-weight: bold;
}

.home .tabs {
	display: flex;
}

.home .tabs_wrap {
	display: flex;
	align-items: center;
}

.home .tab_left {
	padding-right: 20px;
	margin-bottom: 20px;
}

.home .tab_right {
	flex: 1 0 59%;
}

.main-container, .nav-container, .footer-container, nav, nav.fixed, .callout {
	max-width: none;
}

nav.fixed, nav.overlay {
	width: auto;
}

.single-post h2 {
	font-size: 32px;
	color: #6dc77a;
	font-weight: 400;
	margin-top: 20px;
}

.single-post .bg-secondary {
	background: transparent;
}

.single-post .cta-4 img {
	margin: 0px 20px;
}

.main-container {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.nav-1 .navbar {
	height: 90px;
	max-height: 90px;
}

.nav-container, nav {
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}

.nav-1 .menu {
	margin-top: 31px;
}

.nav-1 .btn {
	margin-top: 18px;
}

.videoWrap {
	position: absolute;
	text-align: center;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.elections {
	position: absolute;
	margin: 0 auto;
	opacity: 1;
	transition: 1.2s opacity;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.sport .elections {
	opacity: 0;
}

img.sport {
	position: absolute;
	margin: 0 auto;
	opacity: 0;
	transition: 1.2s opacity;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.sport .sport {
	opacity: 1;
}

.header-5 {
	min-height: 80vh;
	padding: 60px 0px;
}

.header-5 h5 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 20px 0px;
}

.header-5 .form-holder {
	margin-top: 40px;
}

.header-5 video {
	display: block;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	bottom: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	box-shadow: 0px 0px 0px 30px #fff, 2px 2px 10px 25px #000;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
}

@media (max-width: 1480px) {
	.header-5 {
		min-height: auto;
		padding: 40px 0px;
	}
	.header-5 .form-holder {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.videoWrap {
		position: relative;
		bottom: -40px;
	}
	.header-5 video {
		position: relative;
	}
}

@media (max-width: 1300px) {
	.header-5 video {
		max-width: 640px;
	}
}

@media (max-width: 1100px) {
	.header-5 video {
		max-width: 580px;
	}
}

@media (max-width: 1024px) {
	.videoWrap .elections, .videoWrap .sport {
		display: none;
	}
}

.bg-secondary {
	background: #e7ecf6;
}

#clients .row:nth-of-type(1) {
	margin-bottom: 0px;
}

.tab-title h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: initial;
	margin-bottom: 20px;
}

div.text-tabs .tabs li .tab-title:before {
	display: none;
}

div.text-tabs .tabs li .tab-title:after {
	top: auto;
	bottom: 0px;
}

#awards:after {
	position: absolute;
	display: block;
	content: " ";
	width: 50%;
	height: 100%;
	background: #e7ecf6;
}

.header-11 h2 {
	font-size: 56px;
    line-height: 64px;
    font-weight: 300;
    letter-spacing: -1px;
}

.header .form-holder label {
	color: #fff;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.single-post ul {
	list-style-type: disc;
	padding-left: 40px;
	margin-bottom: 10px;
	line-height: 180%;
}

.single-post ul li {
	margin-bottom: 10px;
}

.popmake .light-wrapper, .popmake section {
	background: #f6f8fa;
}

.popmake section {
	padding: 40px;
}

.popmake .container {
	width: 100%;
}

.popmake .wpb_content_element {
	margin: 0px;
}

.popmake input[type="email"], .popmake input[type="text"] {
	width: 100%;
	margin-bottom: 15px;
}

.popmake input[type="submit"] {
	width: 100%;
}

p.sub {
	margin: 10px 0px 0px 0px;
}

.header-11 li {
	padding: 80px 0px;
}

.page-id-1592 #menu-icons-menu, .page-id-1600 #menu-icons-menu-de, .page-id-1592 .navbar .btn.btn-filled, .page-id-1600 .navbar .btn.btn-filled {
	display: none !important;
}

.text-tabs .tabs {
	margin-bottom: 40px;
}

.text-tabs .tabs li {
    margin-left: -2px;
    width: 100%;
    max-width: 260px;
    vertical-align: top;
}

.text-tabs .tabs li .tab-title {
	position: relative;
	margin: 0px;
	border: none;
	opacity: 1;
}

.text-tabs .tabs li .tab-title:before {
	content: "";
	display: block;
	font-size: 14px;
	color: #fff;
	width: 24px;
	height: 24px;
	background: #EEEEEE;
	margin: 0 auto;
	border-radius: 100%;
}

.text-tabs .tabs li:nth-of-type(1) .tab-title:before {
	content: "1";
}

.text-tabs .tabs li:nth-of-type(2) .tab-title:before {
	content: "2";
}

.text-tabs .tabs li:nth-of-type(3) .tab-title:before {
	content: "3";
}

.text-tabs .tabs li:first-child .tab-title:before {
	margin-left: -20px;
}

.text-tabs .tabs li:last-child .tab-title:before {
	margin-right: -20px;
}

.text-tabs .tabs li .tab-title:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #EEEEEE;
	position: absolute;
	top: 17px;
	left: 0px;
	right: 0px;
	z-index: -1;
}

.text-tabs .tabs li.completed .tab-title:before {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTA1QTA4MkUzRkM0MTFFNzk4RTk4M0Q5RkE0QkFBNEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTA1QTA4MkQzRkM0MTFFNzk4RTk4M0Q5RkE0QkFBNEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTg3OEYzNEIzQkQ5MTFFN0E3NjNGRThGQzBFREM0ODkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTg3OEYzNEMzQkQ5MTFFN0E3NjNGRThGQzBFREM0ODkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6VeClxAAAAvklEQVR42mL6//8/Ay0xEwONwagFoxYQBMVA/B+I/wFxOlYVFKTxYiD+9x8BPlEzH2QBcTcQM0L5f4E4g1o+KEBz+R8g9sKlHp9BZ4D4BRAL4AmW30AcgM9BuCSOIxnyDIh5gDgdi+EhhHzMgiOM/yCxJYH4KRDzoIV5EBBvJhhbeGzf8R87ALncl9g4I6RgHxbDA6hZXDsB8X6kYAkF4g2kpGcWItSALFkFNXgDqRmGERxOo6XpqAWUAIAAAwAruyvQrwgWUgAAAABJRU5ErkJggg==);
	background: #8ad295;
}

.text-tabs .tabs li.completed .tab-title:after {
	background: #8ad295;
}

.text-tabs .tabs li.active .tab-title:after {
	background: #8ad295;
}

.text-tabs .tabs li.active .tab-title:before {
	background: #51b371;
}

.text-tabs .tabs li.active .tab-title h6 {
	color: #51b371;
	font-weight: 600;
}

.tab-title h6 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
}

.vc_grid-filter {
	margin-bottom: 50px;
}

.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
	padding: 14px 30px;
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item {
	border: none;
}

#choose-plan-content-tab li:first-child .tab-title h6 {
	text-align: left;
	margin-left: -20px;
}

#choose-plan-content-tab li:last-child .tab-title h6 {
	text-align: right;
	margin-right: -20px;
}

#choose-plan-content-tab form {
	display: block;
}

#choose-plan-content-tab .tab-content .wpcf7-submit {
	margin-top: 20px;
}

#choose-plan-content-tab .pricing-option ul {
	margin-bottom: 10px;
}

#choose-plan-content-tab .tab-wrapper {
	margin: 5px;
}

#choose-plan-content-tab .pricing-option.active * {
	color: #888;
}

#choose-plan-content-tab input {
	max-width: 100%;
	padding-right: 40px;
	background-size: 0px;
	border: 1px solid #c8cdd2;
	transition: background-size 0.1s;
}

#customer-details-content-tab input.input--correct {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0UwMUQyOTczRkM4MTFFNzk5RTU4QzAwRDJDMUEwQTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0UwMUQyOTYzRkM4MTFFNzk5RTU4QzAwRDJDMUEwQTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTg3OEYzNEIzQkQ5MTFFN0E3NjNGRThGQzBFREM0ODkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTg3OEYzNEMzQkQ5MTFFN0E3NjNGRThGQzBFREM0ODkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4m/7HjAAAAx0lEQVR42mL8//8/AzUBEwOVwQg0kAWZ47TOi1h9xUDcA8SgGM3cF7RtJiUuBBnWDWUzIrHJMjALagAjlP8XiDNwepkAKADiPjTD/IB4GyEXngHiF0AsgOZNZMP+AHEIumHYXHgciI2h7GtArAbE0WjeBBkWCcQbCMYyVDEMSALxUyDmQfNmEBBvJjYd2gLxTiQ+H5IakGWB+AzDFYYeQLwfi8tDCRmGL9k4IRn6F2rYBpJzChZDV0EN2kBs2mIcLQ8pBgABBgByCSwnBALvFQAAAABJRU5ErkJggg==);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 20px;
}

.pricing-table {
	display: flex;
}

.pricing-table-wrap h3 {
	font-size: 26px;
	font-weight: 500;
}

.pricing-table-wrap .vc_column-inner, .pricing-table-wrap .wpb_wrapper {
	height: 100%;
}

.pricing-3 {
	height: 100%;
}

.pricing-3 .dollar, .page-id-887 .pricing-3 .price, .page-id-887 .pricing-3 .terms {
	color: #6dc77a !important;
}

.pricing-3 .pricing-option {
	height: 100%;
	border-radius: 0px !important;
	margin-bottom: 0px;
	padding: 40px 20px 80px 20px;
}

.pricing-3 .pricing-option:hover:after {
	display: block;
}

.pricing-3 .pricing-option:hover .price, .pricing-3 .pricing-option.active .price, .pricing-3 .pricing-option:hover .dollar, .pricing-3 .pricing-option.active .dollar, .pricing-3 .pricing-option:hover .terms, .pricing-3 .pricing-option.active .terms, .pricing-3 .pricing-option:hover h6, .pricing-3 .pricing-option.active h6, .pricing-3 .pricing-option:hover p, .pricing-3 .pricing-option.active p, .pricing-option:hover i, .pricing-option.active i {
	color: #888;
}

.pricing-3 .pricing-option:hover h6, .page-id-887 .pricing-3 .pricing-option.active h6 {
	color: #222 !important;
}

.pricing-3 .pricing-option:hover, .page-id-887 .pricing-3 .pricing-option.active {
	background: transparent;

}

.pricing-3 .pricing-option:hover i, .page-id-887 .pricing-3 .pricing-option.active i {
	opacity: 0.2;
}

.pricing-3 #pricing-option-2-selector i {
	opacity: 1;
}

.pricing-3 #pricing-option-2-selector.selected i {
	opacity: 0.5 !important;
}

.pricing-3 .pricing-option.selected i {
	opacity: 0.5;
}

.pricing-3 .pricing-option.selected h6 {
	margin-right: 0px;
}

.selected .price-container + p strong em {
	color: #fff !important;
	background: transparent;
}

.customer_details .customer_details__item {
	background: #f4f5f7;
	padding: 40px 60px 60px 60px;
	margin-top: 20px;
	border: 1px solid #dcdfe2;
}

.page-id-983 ul {
	list-style-type: disc;
	padding-left: 40px;
	line-height: 180%;
}

.subdomain {
	font-size: 20px;
	margin-right: 10px;
}

.error-missing-domain {
	margin-top: 10px;
}

.home-link {
	background: url(/wp-content/uploads/2017/02/logo-liveblog.svg) no-repeat;
	background-size: 147px 56px;
	display: block;
	margin-top: 17px;
}

.home-link img {
	visibility: hidden;
}

nav ul {
	list-style: none !important;
	padding-left: 0px !important;
}

nav ul li {
	font-size: 16px;
}

.btn-filled, input[type="submit"], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .vc_btn3.vc_btn3-shape-rounded {
	background: #1eb06c !important;
	border: 1px solid #1eb06c !important;
	border-radius: 40px !important;
}

body .btn-filled:hover, body input[type="submit"]:hover, body .woocommerce #respond input#submit:hover, body .woocommerce a.button:hover, body .woocommerce button.button:hover, body .woocommerce input.button:hover, body .vc_btn3.vc_btn3-shape-rounded:hover {
	background: #48b958 !important;
	border: 1px solid #48b958 !important;
	box-shadow: none !important;
}

.wp-email-capture-error {
	display: block;
	max-width: 580px;
	margin: 10px auto !important;
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	font-size: 18px;
	line-height: 53px;
	height: 55px;
	padding: 0 36px;
	background: #6dc77a !important;
	color: #fff !important;
	border: 1px solid #6dc77a !important;
	border-radius: 3px !important;
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
	background: #48b958 !important;
	border: 1px solid #48b958 !important;
}

#cookie-notice .button.bootstrap {
	background: #6dc77a !important;
	color: #fff !important;
	border: 1px solid #6dc77a !important;
	border-radius: 3px !important;
}

#cookie-notice .button.bootstrap:hover {
	background: #48b958 !important;
	border: 1px solid #48b958 !important;
}

.form-holder.contained-form.form-email p {
	margin-top: 10px;
}

.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
}

#news {
	padding-top: 100px;
}

.form-holder.contained-form.form-email p {
	margin-top: 10px;
}

#wp_email_capture_2 form {
	width: 100%;
}

.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-overlay {
	display: none;
}

.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover {
	background: transparent;
}

.lvca-posts-carousel .lvca-posts-carousel-item .hentry, .lvca-posts-carousel .lvca-posts-carousel-item .hentry:hover {
	box-shadow: none;
}

.lvca-posts-carousel-item:focus, .slick-arrow:focus, .lvca-container ul.slick-dots li button:focus {
	outline: none;
}

body .vc_custom_1419240516480 {
	background: transparent !important;
}

body .vc_masonry_grid .vc_custom_1419240516480 {
	background: #f9f9f9 !important;
}

body .vc_masonry_grid .vc_custom_1419240516480 h4 {
	line-height: 34px;
}

body .vc_masonry_grid .vc_custom_1419240516480 p {
	display: none;
}

body .vc_btn3.vc_btn3-color-juicy-pink, body .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color: #6dc77a;
	border: none;
}

body .vc_btn3.vc_btn3-color-juicy-pink:hover, body .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
	background: #48b958;
	border: none;
}

body .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, body .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, body .vc_btn3.vc_btn3-color-juicy-pink:active, body .vc_btn3.vc_btn3-color-juicy-pink:active {
	background: #48b958;
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.lvca-container ul.slick-dots li.slick-active button {
	background: #ccc;
	border: 1px solid #ccc;
}

#clients .bg-secondary {
	background: transparent;
}

.cta-4 img {
	max-height: 70px;
	margin: 0 20px;
}

.tabbed-content .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 {
	margin-left: 0px;
	width: 100%;
}

.btn:focus {
	color: #fff;
	outline: none;
}

.footer-1 img {
	min-height: 40px;
}

.social-links {
	list-style-type: none !important;
}

.footer-1 .social-links li {
	font-size: 20px;
}

.footer-2 img, .footer-4 img {
	max-height: 40px;
	margin-bottom: 20px;
}

.shadow_features {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.wp-caption-text, .gallery-caption-text {
	margin-top: 20px;
}

.lvca-container ul.slick-dots {
	bottom: -20px;
}

.lvca-container button.slick-prev, .lvca-container button.slick-next {
	font-size: 30px;
	width: 33px;
	height: 36px;
	top: auto;
	bottom: -18px;
	z-index: 1;
}

.lvca-container button.slick-prev {
	left: 10px;
}

.lvca-container button.slick-next {
	right: 10px;
}

.cta-4 img {
	opacity: 1;
}

.testimonials-4 h4 {
	font-size: 32px;
	line-height: 44px;
}

.testimonials-4 img {
	display: none;
	margin-bottom: 20px;
	width: 80px;
	height: 80px;
	border-radius: 100px;
}

.pricing-3 .pricing-option {
	border: 1px solid #cfd5da;
}

.pricing-3 .pricing-option:hover, .pricing-3 .pricing-option.active {
	background: transparent;
	transform: none;
}

.pricing-3 i {
	display: none;
}

.pricing-3 .pricing-option h6 {
	font-size: 14px;
	font-weight: 600 !important;
	margin-right: 0px;
}

.pricing-3 .dollar {
	bottom: 22px;
}

.pricing-3 .price {
	font-size: 40px;
	line-height: 80px;
}

.pricing-3 ul {
	list-style: initial;
	display: inline-block;
	text-align: left;
	margin: 10px 30px;
}

.pricing-3 ul li {
	font-weight: 400;
}

.pricing-3 .pricing-option.active * {
	color: #888;
}

.pricing-3 .pricing-option.active strong {
	color: #888;
}

.pricing-button {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 20px;
}

.pricing-3 .btn {
	color: #fff !important;
}

.pricing-table-wrap + .pricing-table-wrap .pricing-option {
    border: 1px solid #cfd5da;
    margin-left: -1px;
}

.pricing-3 .pricing-option:hover .price, .pricing-3 .pricing-option.active .price, .pricing-3 .pricing-option:hover .terms, .pricing-3 .pricing-option.active .terms {
	color: #6dc77a !important;
}

.pricing-3 .dollar, .pricing-3 .price, .pricing-3 .terms {
	color: #6dc77a;
}

.pricing-3 .pricing-option:hover, .pricing-3 .pricing-option.active {
	border: 1px solid #cfd5da !important;
}


.liveblog-solo-mobile .pricing-3 i:before {
	display: none;
}

.price-container + strong, .price-container + p strong {
	font-size: 14px;
	color: #888;
	font-weight: 400;
	line-height: 14px;
	margin-top: -40px;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0.2px;
}

.price-container + strong em, .price-container + p strong em {
	font-style: normal;
    color: #fff;
	background: #48b958;
    line-height: 40px;
    margin: 0px 4px;
    border-radius: 50%;
    width: 40px;
    display: inline-block;
}

.active .price-container + strong em, .active .price-container + p strong em {
    color: #fff !important;
}

.pricing_notification {
	text-align: center;
}

.pricing_notification em {
	display: inline-block;
	background: #856CA1;
	color: #fff;
	padding: 10px 20px;
    border-radius: 4px;
}

#signup input[type="email"], #signup input[type="text"] {
	width: 100%;
	margin-bottom: 15px;
}

#signup input[type="submit"] {
	width: 100%;
}

.tabbed-content .content .pricing-3 ul {
	margin-top: 10px;
}

.tabbed-content .content .pricing-3 li {
	color: #888;
	max-height: none;
	margin-bottom: 5px;
	overflow: visible;
	opacity: 1;
}

.tabbed-content .content .pricing-3 .price-container br {
	display: none;
}

.tabbed-content .tab-list {
	line-height: 180%;
}

.tabbed-content .tab-list li {
	padding-left: 10px;
	opacity: 1;
	max-height: initial;
	overflow: initial;
}

.confirm-details__item {
	background: #f4f5f7;
	padding: 40px 60px 60px 60px;
	margin-top: 20px;
	border: 1px solid #dcdfe2;
}

#confirm-details-content-tab table {
	width: 100%;
}

#confirm-details-content-tab table tr {
	border-bottom: 1px solid #dcdfe2;
}

#confirm-details-content-tab table tr:nth-child(2n + 1) {
	background: #f9f9f9;
}

#confirm-details-content-tab table td {
	padding: 15px 10px;
}

.features .slides {
	display: flex;
}

.features h2 {
	font-size: 66px;
	line-height: 74px;
	font-weight: 300;
	letter-spacing: -1px;
}

.google_dni {
	margin-top: 30px;
}

.header {
	background: #d8e0ed;
}

.header-5:before {
	opacity: 0;
}

.header-5 h1 {
	color: #3b4350;
}

.header-5 h5 {
	font-size: 22px;
	color: #657287;
	line-height: 30px;
	font-weight: 400;
}

.modal-video-container .play-button.large:after {
	font-size: 14px;
	content: "Play video";
    display: block;
    opacity: 0;
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: -44px;
    background: #6dc77a;
    padding: 4px 20px;
    border-radius: 2px;
    width: 120px;
    transition: all 0.2s;
}

.modal-video-container .play-button.large:hover:after {
	opacity: 1;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0px;
}

.pum-theme-794 .pum-container, .pum-theme-enterprise-blue .pum-container {
	padding: 30px 30px 10px 30px !important;
}

.pum-title {
	font-weight: 300;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.pdf-light-viewer .pdf-light-viewer-magazine-viewport {
	position: relative;
}

.pdf-light-viewer .pdf-light-viewer-magazine-viewport .pdf-light-viewer-magazine .even .gradient, .pdf-light-viewer .pdf-light-viewer-magazine-viewport .pdf-light-viewer-magazine .odd .gradient {
	opacity: 0.5;
}

.pdf-light-viewer .pdf-light-viewer-features-top-panel li:last-child {
	position: absolute;
	width: 100%;
	top: 50%;
	right: 0px;
	left: 0px;
}

.pdf-light-viewer .pdf-light-viewer-features-top-panel li:after, .pdf-light-viewer .pdf-light-viewer-features-bottom-toolbar-panel li:after {
	display: none;
}

.pdf-light-viewer .pdf-light-viewer-features-top-panel li a {
	z-index: 1;
}

.js-pdf-light-viewer-previous-page {
	position: absolute;
	top: 50%;
	left: 0px;
}

.js-pdf-light-viewer-next-page {
	position: absolute;
	top: 50%;
	right: 0px;
}


@media (max-width: 1366px) {

	.play-button.large {
		margin-top: -70px;
	}

	.header-5 .modal-video-container + .form-holder {
		bottom: 140px;
	}
}

@media (max-width: 767px) {
	.play-button.large {
		margin-top: 40px;
	}

	.header-5 .modal-video-container + .form-holder {
		bottom: 0px;
	}

	.home .tabs {
		display: inline-block;
	}
	.home .tabs_wrap {
		flex-direction: column;
	}
	.home .tab_right {
		flex: 1 0 100%;
	}
}

@media (max-width: 990px) {

	.pricing-3 a:nth-of-type(1) .pricing-option {
		border: 1px solid #b4c5d6;
	}
}

@media (max-width: 991px) {
	section {
		padding: 40px 0px;
	}
	.header-5 h1 {
		font-size: 32px;
	}
	.videoWrap {
		margin-left: 40px;
		margin-right: 40px;
	}
	.features_grid {
		padding-top: 40px;
	}
	.features_grid:nth-child(2n) {
		background: #f6f8fa;
	}

	.features_grid p, .features_grid h3 {
		text-align: center !important;
	}

	.features_grid div:nth-child(3) {
		order: -1;
	}

	.pricing-table {
		display: block;
	}
	#clients .text-center {
		text-align: left;
	}
	#clients img {
		margin-left: 0px;
		margin-right: 25px;
	}
	#awards:after {
		width: 100%;
	}
	#awards .wpb_wrapper .vc_inner .wpb_column {
		flex: 1 1 100%;
		text-align: left;
		margin: 10px 0px;
	}
	#awards .wpb_wrapper .vc_inner .wpb_column:nth-child(3n) {
		order: 4;
	}
	#awards .wpb_wrapper .vc_inner .wpb_column:nth-child(4n) {
		order: 3;
	}
	#awards .wpb_wrapper .vc_inner .wpb_column p {
		text-align: left !important;
	}
	#awards .wpb_single_image.vc_align_right {
		text-align: left;
	}
}

@media (min-width: 768px) {
	.footer-1 .row .col-sm-4:first-child {
		float: right;
		text-align: right;
	}

	.footer-1 .row .col-sm-4:nth-child(2n) {
		float: right;
	}

	.footer-1 .row .col-sm-4:last-child {
		float: left;
		text-align: left;
	}
}





.switch {
    background: #51b371;
    border-radius: 32px;
    box-shadow: inset 0 0 3px rgba(66,154,95,0.63);
    position: relative;
    height: 30px;
    width: 64px;
}

.switch input {
    cursor: pointer;
    height: 32px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 64px;
    z-index: 2;
    margin: 0;
}

.switch label {
    color: #8e8e8e;
    cursor: pointer;
    font-weight: 600;
    transition: color .2s ease;
    width: auto;
    outline: none;
    position: absolute;
    font-size: 14px;
    font-size: 0.875rem;
    top: 4px;
    top: 0.25rem;
}

.switch label:nth-of-type(1) {
    left: -70px;
    text-align: right;
}

.switch input {
    cursor: pointer;
    height: 32px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 64px;
    z-index: 2;
    margin: 0;
}

.switch input:checked {
    z-index: 0;
}

.switch label {
    color: #8e8e8e;
    cursor: pointer;
    font-weight: 600;
    transition: color .2s ease;
    width: auto;
    outline: none;
    position: absolute;
    font-size: 14px;
    top: 4px;
    top: 0.25rem;
}

.switch label:nth-of-type(2) {
    right: -131px;
    text-align: left;
}

.switch input:checked ~ label:nth-of-type(2) {
    color: #8e8e8e;
}

.switch input ~ :checked ~ label:nth-of-type(2) {
    color: #222;
}

.switch label span {
	margin-left: 10px;
}

.page-id-1600 .switch label:nth-of-type(1) {
	left: -80px;
}

.page-id-1600 .switch label:nth-of-type(2) {
	right: -151px;
}

.switch .slide-button {
    display: block;
    background-color: #f6f6f6;
    background-image: linear-gradient(to top, rgba(240,241,241,0.19) 0%, rgba(244,244,244,0.19) 100%);
    box-shadow: 0 2px 0 rgba(69,159,99,0.2), inset 0 2px 0 #fff;
    border-radius: 75px;
    cursor: pointer;
    position: relative;
    width: 22px;
    height: 22px;
    transition: all .3s ease-out;
    top: 4px;
    top: 0.25rem;
    left: 4px;
}

.switch input:last-of-type:checked ~ .slide-button {
    left: 38px;
}

.styled-select {
	height: 54px;
    line-height: 48px;
    padding-left: 16px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #888 !important;
    font-weight: 400;
	overflow: hidden;
	width: 347px;
	padding-right: 10px;
 }

 .styled-select select {
	background: transparent;
	border: none;
	font-size: 16px;
	height: 54px;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	width: 347px;
	color: #888 !important;
	outline: none;
 }