@media (min-width: 1200px) {
  section .container {
    max-width: 980px;
  }
}

section {
  padding-top: 35px;
}

.page-template-v2-template .footer {
	margin-top: 0 !important;
}

.page-template-v2-template h1 {
  line-height: 1.4em; 
  font-family: 'sinkin_sans400_regular'; 
  text-align: center; 
  font-size: 29px; 
  margin-left: auto; 
  margin-right: auto;
  padding-top: 35px;
  margin-bottom: 0;
}

.page-template-v2-template h1.subtitle{
    padding-top: 0px;
    font-size: 18px;
    color: #555;
    margin-top: 14px;
}

.page-template-v2-template h2 {
  line-height: 1.4em; 
  font-family: 'sinkin_sans400_regular'; 
  font-size: 24px; 
}
.page-template-v2-template h2.subtitle {
    padding-top: 0px;
    font-size: 18px;
    color: #555;
    margin-top: 14px;
}

.page-template-v2-template h3 {
    font-size: 15px;
    color: #000;
    line-height: 25px;
}

.page-template-v2-template .row > div > h4:first-child, .page-template-v2-template .row > div > h3:first-child, .page-template-v2-template .row > div > h2:first-child {
  margin-top: 0;
}

.page-template-v2-template img {
  max-width: 100%;
}


ul.icon-list, ul.checkmark-list {
  list-style: none;
  padding-left: 35px;
  margin-top: 15px;
}

ul.icon-list li, ul.checkmark-list li {
  position: relative;
  margin-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.1px;
}

ul.icon-list li:before, ul.checkmark-list li:before {
  content: '';
  width: 25px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: -35px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
}

ul.icon-list li.gear-icon:before {
  background-image: url(../images/icons/twa_gear-icon-small.png);
}

ul.icon-list li.chart-icon:before {
  background-image: url(../images/icons/twa_chart-icon-small.png);
}

ul.icon-list li.desktop-icon:before {
  background-image: url(../images/icons/twa_desktop-icon-small.png);
}

ul.icon-list li.webinar-icon:before {
  background-image: url(../images/icons/twa_webinar-icon-small.png);
}

li.split-left, li.split-right {
  display: inline-block;
  width: auto;
  min-width: 185px;
}


li.split-left span {
  display: inline-block;
  padding-left: 10px;
  color: #555;
  font-family: Helvetica;
  font-weight: 100;
}

ul.icon-list li a {
  color: #458fcd;
  font-weight: 400;
}



.list-cols:after {
  clear: both;
  content: '';
  display: block;
}

.list-cols ul {
  padding-left: 27px;
  margin-top: 5px;
  width: 50%;
  max-width: 227px;
  float: left;
  margin-bottom: 0;
}

.list-cols ul:last-child {
  float: right;
}

ul.checkmark-list li {
  line-height: 23px;
  padding-bottom: 10px;
  font-size: 14.5px;
}

ul.checkmark-list li:before {
  width: 20px;
  height: 17px;
  left: -28px;
  top: 3px;
  background-image: url(../images/icons/twa_checkmark.png);
}


.limited-width {
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 768px) {
  .col-md-6 {
	  flex: 0 0 49%;
  }	
	
  section.product-image-right .row > div:last-child, section.product-image-left .row > div:last-child {
    -webkit-flex: 0 0 54%;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
  }
  section.product-image-right .row > div:first-child, section.product-image-left .row > div:first-child {
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }
  /* safari fixes */
  section.product-image-right .row > div:first-child {
    flex: 0 0 45%;
  }
  section.product-image-left .row > div:last-child {
	flex: 0 0 53%;
  }
  
  
  section.product-image-right .push-md-6 {
    left: 54%;
  }  
  section.product-image-right .pull-md-6 {
    right: 46%;
  }  
  
  section.product-image-right img {
    margin-left: auto;
    margin-right: 0;
    display: block;
  }  
  section.product-image-left img {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
}


.card {
	text-align: center;
	border: 0 !important;
}
.card img {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
}


.card .card-block {
	padding-top: 0px;
}

.card h4 {
  margin-top: 0;
    font-size: 13.5px;
    color: #000;
    line-height: 25px;
    font-family: 'sinkin_sans400_regular';
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0;
}

.card .card-text {
	color: #555;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 20px;
}

.page-template-v2-template .blue-btn {
    padding: 13px 46px;
    margin-top: 15px;
}



@media (min-width: 576px) {
	.card-deck .card:not(:last-child) {
    	margin-right: 13px;
	}
	.card-deck .card:not(:first-child) {
    	margin-left: 13px;
	}
}



@media (max-width: 991px) {
  img.limited-width, .img-wrapper.limited-width {
    max-width: 100% !important;
  }
  
  img.custom-top-padding, .img-wrapper.custom-top-padding {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }
}


.image-lift img {
    margin-top: -25px;
}

body.page-id-414 .image-lift img {
    margin-top: -15px;
}

.image-right img {
    display: block;
    margin-right: 55px;
}

.bleed-image-left img {
	margin-top: -30px;
	padding-top: 0 !important;
	
}

@media (min-width: 992px) {
	.bleed-image-left img {
	    max-width: 115% !important;
	    margin-left: -15%;
	    margin-bottom: -20px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	section.bleed-image-left .container > div > div.row:first-child {
		margin-bottom: -20px;
	}
	
	section.bleed-image-left .container > div > div.row:first-child > .col-md-6:first-child {
		overflow: hidden;
	}
	
	section.bleed-image-left .container > div > div.row:first-child > .col-md-6:last-child {
		padding-bottom: 20px;
	}
	
	.bleed-image-left img {
		width: 137% !important;
		max-width: none !important;
		position: absolute;
		bottom: 0px;
		margin-top: auto !important;
		margin-bottom: 0;
		margin-left: -38%;
		padding-bottom: 0 !important;
		display: block;
	}
}







.setting-form {
	width: 100%;
	max-width: 500px;
	margin: auto;
	text-align: center;
	padding: 50px 20px 80px 20px;
}
	.setting-form h1 {
		font-size: 22px !important;
		margin-bottom: 10px !important;
	}
	.setting-form .blurb {
		color: black;
	}
	.setting-form form {
		display: block;
		padding-top: 30px !important;
		text-align: left !important;
		margin: auto;
		max-width: 300px;
	}
	.setting-form form label {
		font-weight: 400;
		color: black;
	}
	.setting-form form input {
		width: 100%;
		margin-bottom: 10px;
		height: 38px;
		outline: none;
		border: 1px solid #CCCCCC;
		border-radius: 5px !important;
		padding-left: 10px; 
	}
	.setting-form form select {
		width: 100%;
		height: 38px;
		margin-bottom: 10px;
		background: white;
		border-radius: 5px !important;
		outline: none;
		border: 1px solid #CCCCCC;
	}
	.setting-form form button {
		display: block;
		width: 100%;
		height: 40px;
		background: #3C84C6;
		color: white;
		border: none;
	}


a.bold-link {
	font-weight: bold !important;
}

/*
body.page-id-1577 a.lightbox-link:before {
    content: '';
    display: block;
    background-image: url(/wp-content/themes/lockboxlims/images/magnify-blue.png);
    position: absolute;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    top: 35px;
    right: 45px;
    background-color: rgba(0,0,0,.73);
    background-position: center;
    background-size: 20px auto;
    transform: rotate(270deg);
}
*/
/*
a.lightbox-link:before {
    content: '';
    display: block;
    background-image: url(/wp-content/themes/lockboxlims/images/fullscreen-expand-gray3.png);
    position: absolute;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    top: -7px;
    right: -43px;
    background-position: center;
    background-size: 20px auto;
}

a.lightbox-link:hover:before {
}

a.lightbox-link:after {
}

a.lightbox-link:hover {
    transform: scale(1.025);
    transition: 0.5s;
}

@media (min-width: 769px) {
	
	.product-image-left .img-wrapper, .product-image-right .img-wrapper {
		padding-left: 7%;
		padding-right: 7%;
	}
	
	.product-image-left .img-wrapper {
		padding-right: 30px;
	}
}
*/
