/*
 Theme Name:     Twenty Eleven Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Twenty Eleven Child Theme
 Author:         John Doe
 Author URI:     http://example.com
 Template:       twentyeleven
 Version:        1.0.0
*/

@import url("bootstrap/css/bootstrap-simplified.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
@import url("../twentyeleven/style.css");

/* =Background
-------------------------------------------------------------- */

body {
	background: #e2e2e2 url('images/background.png') repeat;
	font-family: Helvetica, Arial, sans-serif;
}

body p,
#content li {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 2em;
}

body, input, textarea {
	color: #373737;
	font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

#page {
	background: transparent;
	margin: 1em auto;
	max-width: 1200px;
}

#branding #searchform {
	top: 1.8em;
}

#main div {
    	box-sizing: content-box;
}

#primary h1 {
	color: #333;
    font: 300 24px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
	letter-spacing: normal;
}

#primary h2 {
	color: #333;
    font: 300 22px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	margin: 18px 0;
	letter-spacing: normal;
}

#primary h3 {
	color: #333;
    font: 300 20px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    text-transform: none;
    margin: 16px 0;
	letter-spacing: normal;
}

#primary h4 {
	color: #333;
    font: 400 16px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    text-transform: none;
    margin: 16px 0;
	letter-spacing: normal;
}


.container {
    width: 100%;
}

.container .row {
    margin-bottom: 16px;
}

.menu * {
    box-sizing: content-box;
}

#secondary {
	width: 26%;
	box-sizing: border-box;
	background-color: #f6f6f6;
	padding: 1em 1em 1em 1em;
	border-radius: 0;
	font-size: 12px;
}

#content {
	background: #f6f6f6;
	border-radius: 0;
	margin: 0 28% 0 0;
	width: 72%;
	padding: 1em 1em;
}
.singular.page .hentry {
	padding: 0;
}

.singular #content,
.left-sidebar.singular #content {
	background: #f6f6f6;
	margin: 0;
	border-radius: 0;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

.singular .entry-title {
	font-size: 24px;
	line-height: 28px;
}

.singular .hentry {
	padding: 0;
}

.page-template-page-withsidebar #primary {
    margin: 0 -29% 0 0;
}

.page-template-page-withsidebar #content {
    margin: 0 28% 0 0;
}

#product-demo {
	margin: 0;
	max-width: 100%;
}

#product-demo h1 {
	color:#636B66;
	text-align:center;
	font-size:28px;
	text-shadow:1px 1px 1px #FFFFFF;
	margin:12px auto 18px;
}

#product-demo h3 {
	color: #333;
    	font: normal 20px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    	text-transform: none;
    	margin: 8px 0;
}

.product-page #primary {
	margin: 0 -29% 0 0;
}

#primary {
	margin: 0 -29% 0 0;
}

.product-page #content {
	background: #f6f6f6;
	border-radius: 0;
	margin: 0 30% 0 0;
	width: 68%;
	padding: 1em 1.5em;
}

.product-page .entry-content {
	padding-left: 0;
}

#site-generator {
	background: #eee;
	color: #666;
	border-radius: 0;
	padding: 1.2em 0.5em;
}

#colophon {
	margin: 0;
	width: 100%;
	padding: 1.5em 0;
}

.entry-content,
.entry-summary {
	padding: 0.5em;
}

h1.entry-title {
	font-family: 'Open Sans',Arial,sans-serif;
}


/* Header ----------------------------------------------------- */

hgroup {
	background: url('images/logo-96.png') no-repeat left center;
}

#branding hgroup {
	margin: 0;
}

#branding {
	border-style: none;
}

#site-title {
        color: #636B66;
	padding: 18px 0 0 128px;
        font-size: 30px;
        font-family: 'Open Sans',Arial,sans-serif;
        text-shadow: 1px 1px 1px #FFFFFF;
}

#site-title a {
        color: #636B66;
	text-decoration: none;
	font-weight: 300;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #636B66;
}

#site-description {
	color: #7a7a7a;
	padding: 0 0 12px 128px;
	font-size: 16px;
        font-family: 'Open Sans',Arial,sans-serif;
	margin: 0 0 1em 0;
        text-shadow: 1px 1px 1px #FFFFFF;
}

/* =Menu
-------------------------------------------------------------- */

#access {
        background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#525252, #383838);
	background: -o-linear-gradient(#525252, #383838);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#525252), to(#383838)); /* older webkit syntax */
	background: -webkit-linear-gradient(#525252, #383838);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0;
	width: 100%;
    border-radius: 0;
	font-family: 'Open Sans',Arial,sans-serif;
}
#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	margin: 0;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 990;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 208px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

.row {
	margin: 0;
	clear: both;
}

.col-9 {
	width: 75%;
	margin: 0;
	float: left;
}

.col-8 {
	width: 66.6%;
	margin: 0;
	float: left;
}

.col-7 {
	width: 58.3%;
	margin: 0;
	float: left;
}

.col-6 {
	width: 50%;
	margin: 0;
	float: left;
}

.col-5 {
	width: 41.6%;
	margin: 0;
	float: left;
}

.col-4 {
	width: 33.3%;
	margin: 0;
	float: left;
}

.col-3 {
	width: 25%;
	margin: 0;
	float: left;
}

.col-container {
	padding: 8px;
}

.content-panel {
	box-sizing: border-box;
	width: 45%;
	padding: 16px;
	float: left;
	margin-right: 1%;
	margin-bottom: 12px;
	background-color: #fff;
	min-height: 200px;
}

.content-panel-transparent {
        background-color: transparent;
}

.content-img {
	float: left;
}

.content-text {
	margin-left: 80px;
}

table.order {
	width: 96%;
	margin: 18px auto;
	border-radius: 0; 
	border: 1px solid #a2b7ca; 
	background: #f4faff; 	
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
}

table.order th {
	background-color: #ecf6fe;
	padding: 4px;
	text-align: center;
	text-transform: none;
	color: #2a719d; 
	font-size: 20px; 
	text-shadow: 2px 2px #e6f5ff; 
	font-weight: normal;
	letter-spacing: normal;
}

table.order tr:nth-child(even) 
{
	background: #fff;
}

table.order tr:nth-child(odd) {
	background: #ecf6fe;
}

table.order td {
	font: 16px 'Open Sans',Arial,sans-serif;
	padding: 12px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	height: 48px;
}

table.order td img {
	margin: 12px auto 0;
}

table.order td button {
	margin: 8px auto 0;
}

table.order td span {
	font-size: 20px; 
	font-family: Georgia, Arial, sans-serif; 
	color: #4172a5; 
	text-shadow: 2px 2px #fff;
}

table.order td span.remove {
	font-size: 16px;
	color: #ff0000;
	text-decoration: line-through;
	text-shadow: 0px 0px 0px #ff0000;
}

table.order col:first-child {
	width: 28%;
}

.single-post #primary {
	width: 73%;
}

.clear-row {
	clear: both;
}

.faq-content {
	width: 46%;
	padding: 12px 2%;
	float: left;
}

#demo-table {
	margin: 24px 0;
}

#demo-table h3 {
	font-size: 16px;
}

.demo-content {
	width: 30%;
	padding: 12px 1.5%;
	float: left;
	text-align: center;
}

.demo-content-half {
	width: 47%;
	padding: 12px 1.5%;
	float: left;
	text-align: center;
}

.demo-image img {
	max-width: 100%;
	border-style: none;
}

.smalltitle {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	margin-left: 4px;
}

.syntaxhighlighter .toolbar {
	display: none !important;
}

@media (max-width: 800px) {

	#addthisbuttons {
		display: none;
	}

	#main #content {
		margin: 0;
	}
	
	#main #primary {
		float: none;
	}

	.content-panel {
		width: 100%;
		margin-right: 0%;
	}

	.single-post #primary {
		width: 100%;
	}

	#page {
		overflow-x: hidden;
	}
}

@media (max-width: 650px) {

	.demo-content {
		width: 97%;
	}

	.demo-content-half {
		width: 97%;
	}

	.col-8 {
		width: 100%;
	}

	.col-7 {
		width: 100%;
	}

	.col-6 {
		width: 100%;
	}

	.col-5 {
		width: 100%;
	}

	.col-4 {
		width: 100%;
	}

    #branding #searchform {
    	top: 9.3em !important;  
		right: 0 !important;
	}
	
	#site-description {
		margin-bottom: 30px !important;
	}
}

.entry-content li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.price-container {
  overflow-x: auto;
}

@media (max-width: 1024px) {
	#page {
		overflow: hidden;
	}
}

.wonderplugin-tutorial-image {
	text-align: center;
}

.wonderplugin-tutorial-image img {
	max-width: 100%;
	padding: 4px;
   	border: 1px solid #aaa;
   	background-color: #ccc;
}

.bbpress #content {
	width: auto;
	margin: 0;
}


.bbpress label[for="bbp_topic_tags"],
.bbpress #bbp_topic_tags,
.bbpress #bbp_topic_subscription,
.bbpress label[for="bbp_topic_subscription"] {
	display: none !important;
}

.bbpress .bbp-form {
	padding: 10px !important;
}
.bbpress .entry-content {
	box-sizing: border-box !important;
}

.bbpress #bbpress-forums {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.bbpress #subscription-toggle {
    margin-left: 8px;
}

.bbpress .bbp-submit-wrapper {
    margin-top: 0px !important;
}

.bbpress .bbp-submit-wrapper button,
.bbpress #bbp_search_submit,
#wpmtst_submit_testimonial {
  	display: inline-block;
  	border: none;
  	outline: 0;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 12px;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
  	background: #5cb85d;
  	color: #fff;
  	transition: background-color 0.5s ease;
	border-bottom: 4px solid #4ba74c;
}

.bbpress .bbp-submit-wrapper button:hover,
.bbpress #bbp_search_submit:hover,
#wpmtst_submit_testimonial:hover {
  	color: #fff;
  	background: #449d45;
  	border: none;
}

.bbpress #bbpress-forums ul.bbp-lead-topic,
.bbpress #bbpress-forums ul.bbp-topics,
.bbpress #bbpress-forums ul.bbp-forums,
.bbpress #bbpress-forums ul.bbp-replies,
.bbpress #bbpress-forums ul.bbp-search-results {
	font-size: 14px;
}

code {
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

.extrapaddingcode .syntaxhighlighter .line {
    padding: 4px 0px !important;
}

.price-container ul {
	list-style-type: none;
	font-size: 16px;
	text-align: center;
	margin: 0;
}

.price-container li {
	margin: 0;
	padding: 2px 0;
}

.price-container p {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    color: #2a719d;
}

.orderitem-title p {
    font-size: 14px;
    line-height: 16px;
    margin: 8px auto;
    color: #2a719d;
}

p.order-license {
  margin: 4px 0;
  padding: 0;
  font-size: 13px;
  color: #666;
}

h3.widget-title {
  font-size: 16px;
  font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  text-transform: none;
}

.textwidget ul {
  margin-left: 16px;
}

@media print {
    #branding img {
        display: block !important;
    }
}

.promotion {
  width:100%;
  text-align:center;
}

.promotion div {
  padding:24px;
  margin:24px auto 0;
  width:80%;
  border:2px solid #d54e21;
  border-radius:4px;
  font-size:18px;
  font-weight:bold;
  font-family:'Open Sans',Arial,sans-serif;
}

.promotion span {
  border-radius:3px;
  padding:3px 4px;
  color:#d14;
  font-size:20px;
  background-color:#f7f7f9;
  border:1px solid #e1e1e8;
}

.singleorder-content .singleorder {
	display: none;
}
.singleorder-content-3dcarousel .singleorder-3dcarousel,
.singleorder-content-audio .singleorder-audio,
.singleorder-content-carousel .singleorder-carousel,
.singleorder-content-gallery .singleorder-gallery,
.singleorder-content-lightbox .singleorder-lightbox,
.singleorder-content-popup .singleorder-popup,
.singleorder-content-grid .singleorder-gridgallery,
.singleorder-content-slider .singleorder-slider,
.singleorder-content-tabs .singleorder-tabs,
.singleorder-content-wooquickview .singleorder-wooquickview,
.singleorder-content-video .singleorder-video
{
	background-color: #fff !important;
	display: table-row;
}

.singleorder:hover {
	background-color: #d0ebfe !important;
}

@media (max-width: 640px) {
  .content-panel,
  .entry-content {
    box-sizing: border-box !important;
    width: 100% !important;
	padding: 0 !important;
  }
	
  .content-panel {
	padding: 8px !important;
  }

  #content {
    margin: 0 auto !important;
    padding: 12px !important;
  }
}

a.more-link {
    display: block;
    margin-top: 16px;
}

#menu-menu-1 {
    text-align: center;
}

#menu-menu-1 li {
    display: inline-block;
    float: none;
}

ul.sub-menu {
    text-align: left;
}

.order-page-info li {
	font-size: 16px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
}

table.download-plugins {
    width: 94%;
    margin: 4px auto 48px;
}

table.download-plugins tr:hover {
    background-color: #e6e6e6;
}

table.download-plugins th, 
table.download-plugins td {
    text-align: center;
	padding: 12px 4px;
}

table.download-plugins th {
    font-size: 14px
}

.lightboxtext {
	text-align:center;
	font-style:italic;
	font-size:0.9em;
}

select {
    padding: 2px;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
}

p.updated {
    font: 0.9em Arial, Verdana, Helvetica, sans-serif;
}

ul.terms {
	margin: 8px 0 8px 24px;
}

ul.terms li {
	font: 0.9em Arial, Verdana, Helvetica, sans-serif;
	margin: 8px 0;
	line-height: 1.6em;
}

aside p {
	margin-bottom: 12px;
}

#primary .row .col-container h3 {
	margin-top: 0;
}

#primary .row .col-4 .col-container {
	text-align: center;
}

#secondary {
	margin-right: 0;
}

.content-row {
	display: flex;
}

.content-panel {
	margin-left: 1%;
	margin-right: 1%;
	width: 50%;
}

.entry-content {
	padding: 0;
}

@media (max-width: 800px) {
	#main #secondary {
    	margin: 1em 0;
	}
	
	.content-row {
		display: block;
	}
	
	.content-panel {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box !important;
	}
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], textarea {
	color: #111;
}

.submit-review-container {
	margin:0 10%;
}

.submit-review-container,
.submit-review-container p{
	font-family:'Open Sans',Arial,sans-serif;
}

.singular .entry-header .entry-meta {
	position: relative;
	padding-bottom: 24px;
}

.entry-title, .entry-header .entry-meta {
	padding-bottom: 24px;
}

.blogheader {
	text-align: center;	
}

.blogheadertitle,
.blogheadertitle a {
	color: #636B66;
	font: 300 28px 'Open Sans', Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 1px #FFFFFF;
    margin: 12px auto;
}

.blogheadersubtitle {
	color: #636B66;
    font: 300 16px 'Open Sans',Arial,sans-serif;
    margin: 0 auto 36px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.blog #content,
.category #content,
.search #content {
    padding: 0;
    background-color: transparent;
}

.blog .hentry, .no-results,
.category .hentry, .no-results, 
.search .hentry, .no-results {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 1em 1em 2em;
}

ul.page-numbers {
    list-style: none;
    margin: 0;
	text-align: center;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: inline-block;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0;
	width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 300;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #666;
	background-color: #fff;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #fff;
    background: #4791d6;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

.textwidget p {
	color: #666;
}

.post-featured-image img {
	width: 100%;
	max-width: 100%;
}

#access div {
	margin: 0;
}

@media (max-width: 800px) {
	#page {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.blog #primary {
  margin: 0;
  width: 73%;
}

.blog #content {
  margin: 0;
  width: 100%;
}

@media (max-width: 800px) {
	.blog #primary {
  		width: 100%;
	}
}

aside p {
	font-size: 14px;
}

.archive #secondary,
.blog #secondary,
.page-template-page-withsidebar #secondary,
.single-post #secondary {
    background-color: transparent;
    padding: 0;
    width: 25%;
	box-sizing: border-box;
}

.archive #secondary aside,  
.blog #secondary aside, 
.page-template-page-withsidebar #secondary aside,
.single-post #secondary aside {
    background-color: #f6f6f6;
    padding: 12px;
    margin-bottom: 12px;
}

.archive .widget_search form, 
.blog .widget_search form, 
.page-template-page-withsidebar .widget_search form,
.single-post .widget_search form {
    margin: 0;
}

.textwidget.custom-html-widget {
    text-align: center;
}

.widget ul li {
	margin-left: 16px;
}

.ads {
	position: relative;
}

.ads .sidebanner {
	width: 100%;
	padding: 4px 0;
	text-align: center;
	box-sizing: border-box;
}

.ads .sidebanner .bannercontainer {
	position: relative;
	display: inline-block;
    margin: 0 auto;
}

.ads .bannercontainer:after {
	content: "Ad";
	background-color: #fff;
	color: #666;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    font: 400 12px 'Open Sans', Helvetica, Arial, sans-serif;
    right: 4px;
    padding: 0 4px;
    position: absolute;
    top: 4px;
}

.ads .sidebanner img {
	max-width: 100%;
}

#secondary .sidebanner-left {
	width: 50%;
	float: left;
	padding: 0 4px 0 0;
	box-sizing: border-box;
}
#secondary .sidebanner-right {
	width: 50%;
	float: left;
	padding: 0 0 0 4px;
	box-sizing: border-box;
}

#secondary aside.widget_custom_html {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

a.more-link {
    background-color: #5cb85d;
    display: inline-block;
    color: #fff;
    padding: 12px;
    margin: 24px 0 0 0;
}

.syntaxhighlighter .line {
    padding: 8px !important;
}

#page .syntaxhighlighter .line.alt2 {
    background-color: #F0F8F8 !important;
}

#page .syntaxhighlighter .lines {
	outline: 1px solid #aaa !important;
	padding: 8px 0 !important;
}

#secondary {
    box-sizing: border-box;
    background-color: transparent;
    padding: 0;
}

#secondary aside {
    background-color: #f6f6f6;
    padding: 1em;
}

.widget-download {
	margin-top: 24px;
}

.youtubelightbox {
    display: block;
    position: relative;
}

.youtubelightbox a:after {
    content: ' ';
    background-image: url(https://www.wonderplugin.com/wp-content/plugins/wonderplugin-3dcarousel/engine/playvideo-64-64-1.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}

span.helpleadicon {
    background-color: #286090;
    color: #ffffff;
    vertical-align: middle;
    padding: 4px;
    margin-right: 8px;
}

#showlifetimelicense:focus {
    outline: none;
}

.wpcf7-text {
    box-sizing: border-box;
    width: 100%;
}

.price-container a.buynowbtn {
    position: relative;
}

.price-container a.buynowbtn:hover::after {
    content: attr(data-title);
    background-color: #ffbd03;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
	margin-top: 8px;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

a.buynowbtn button {
	cursor: pointer;
    background-color: #1982d1;
    color: #fff;
    padding: 8px 24px;
    border: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px;
}

#lifetimelicense a.buynowbtn button {
	background-color: #5cb85c;
	box-shadow: rgb(0 0 0 / 6%) 0px 1px 4px;
}

.lifetimeoffer {
	display: none;
}

a.tooltiplink {
    position: relative;
}

a.tooltiplink:hover::after {
    content: attr(data-title);
    background-color: #8fbc8f;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
	line-height: 14px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
	transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

/* toggle */
.toggleswitch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 36px;
  vertical-align: middle;
}

.toggleswitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggleslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1982d1;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggleslider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggleslider {
  background-color: #5cb85c;
}

input:focus + .toggleslider {
  box-shadow: 0 0 1px #5cb85c;
}

input:checked + .toggleslider:before {
  -webkit-transform: translateX(46px);
  -ms-transform: translateX(46px);
  transform: translateX(46px);
}

.toggleslider.toggleround {
  border-radius: 36px;
}

.toggleslider.toggleround:before {
  border-radius: 50%;
}

/* license */
.licensetitle {
	display: block;
	text-align: center;
}

.licensetitle .licensetype {
	font-size: 20px;
	margin: 0 12px;
	font-weight: 500;
	vertical-align: middle;
	line-height: 36px;
}

@media (max-width: 640px) {
	.licensetitle .licensetype {
		display: block;
	}
}

#annuallicense ul.checkmark li,
#lifetimelicense ul.checkmark li{
  font-size: 16px; 
  list-style-type: none; 
  margin-bottom: 1em; 
  padding: 0.25em 0 0 2.5em; 
  position: relative;
  display: inline-block;
}

#annuallicense ul.checkmark li:before,
#lifetimelicense ul.checkmark li:before {
  content: " "; 
  display: block;
  border-radius: .8em; 
  height: 0;
  width: 0;
  position: absolute; 
  left: 0.5em;
  top: 40%; 
  margin-top: -0.5em;
}

#annuallicense ul.checkmark li:before {
  border: solid 0.8em #1982d1; 
}

#lifetimelicense ul.checkmark li:before {
  border: solid 0.8em #5cb85c; 
}

#annuallicense ul.checkmark li:after,
#lifetimelicense ul.checkmark li:after {
  content: " ";
  display: block;
  width: 0.3em; 
  height: 0.6em;
  border: solid white;
  border-width: 0 0.2em 0.2em 0; 
  position: absolute;
  left: 1em;
  top: 40%;
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg); 
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.price-container p.renewalprice {
  padding-top: 12px;
  line-height: 20px;
}

#primary .testimonial {
    background-color: #eee;
    padding: 8px;
    margin: 4px 8px 24px 8px;
}

#primary .testimonial h3 {
	font-weight: 500;
}