/*
	Theme Name: Get the Inflater
	Theme URI: https://get.inflater.com/
	Description: The best way to pump your tires
	Version: 1.0
	Author: KWD
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/



.small-grey {
    font-size: 16px;
    color: #959595;
}
.popular h5{
	background: #e60000;
    overflow: hidden;
    display: block;
    margin: 0!important;
    color: #fff;
    font-weight: 600;
}
.best-deal h5 {
    background: #33beff;
    overflow: hidden;
    display: block;
    margin: 0!important;
    color: #fff;
    font-weight: 600;
}
.ship {
    font-weight: 500;
    font-size: 18px;
}
.contain-box {
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 1px 4px 4px #d5d5d5;
}
.contain-box .price {
    font-size: 20px;
    font-weight: 700;
}
.contain-box .discount {
    font-weight: 900;
    font-size: 24px;
}
.contain-box h5 {
    min-height: 34px;
}
h4.title {
    color: #32befb;
}
.contain-box img {
    text-align: center;
    max-width: 130px;
}
a.order_button {
    background: #39d341;
    color: #fff;
    display: block;
    text-align: center;
    border-bottom: 5px solid #1d9420;
    padding: 20px 0;
	transition: ease-in-out all .2s;
	margin-top: 15px;
}
a.order_button:hover {
    background: #1d9420;
    text-decoration: none;
	color: #fff;
}
.blue-bg {
    background: #80d6ff;
    padding: 20px 0;
}
.text-grey {
    color: #ccc;
}
.text-success {
    color: #28a745 !important;
}
.baby-blue{
	color: #33beff;
}
.smaller-p {
    font-size: 21px;
}
div#modal-close-default > div {
    border-radius: 30px!important;
    width: 44%;
}
progress#js-progressbar {
    height: 40px;
}
/* Custom CSS for Styling Progress Bar */
.custom-progress {
    height: 10px; /* Adjust height as needed */
    width: 100%; /* Full width */
    background-color: #f3f3f3; /* Background color of the progress bar container */
}

.custom-progress::-webkit-progress-bar {
    background-color: #f3f3f3; /* Background color of the underlying progress bar */
}

.custom-progress::-webkit-progress-value {
    background: repeating-linear-gradient(135deg, #3498DB, #3498DB 10px, #2C3E50 10px, #2C3E50 20px);  /* Candy stripe gradient for progress */
}
/*
#js-progressbar {
     position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: linear-gradient(135deg, #3498DB 0%, #3498DB 50%, #2C3E50 50%, #2C3E50 100%);
}

#js-progressbar::before {
     content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: repeating-linear-gradient(135deg, #3498DB, #3498DB 10px, #2C3E50 10px, #2C3E50 20px); 
}*/

.facebook a {
    background: #1877F2;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.twitter a {
    background: #1DA1F2;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.youtube a {
    background: #FF0000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

b, strong {
    font-weight: 700;
}

.small {
    font-size: 18px;
}
aside h3 {
    border-bottom: 2px solid #222;
    font-size: 30px;
}
.thinner {
    font-weight: 100;
    font-size: 24px;
}
.light-grey {
    color: #ccc;
    font-size: 24px;
}
p {
    margin-bottom: 40px;
    font-size: 22px;
}
nav ul li a {
    padding: 20px 40px;
    color: #000;
    font-size: 28px;
    font-weight: 600;
}
nav ul li {
    float: left;
}
nav ul {
    list-style: none;
}
nav {
    float: right;
}
p.white.largerfont {
    font-size: 28px;
    font-weight: 500;
}
.white-bg-box span {
    font-size: 30px;
    margin-right: 14px;
}
.uk-alert-close {
    position: relative!important;
    top: 0px;
    right: 0px;
    color: inherit;
    opacity: 0.4;
}
.pink {
    color: #ff43b0;
}

.list-icons {
    font-size: 18px;
    font-weight: 800;
    margin: 50px 0;
}
.white-circle-icon {
    background: #fff;
    display: inline-block;
    padding: 12px;
    border-radius: 99px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    border: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.white-bg-box {
    background: #fff;
    padding: 16px;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
}
h3.step-1 {
    margin: 0!important;
    padding: 13px;
    background: #007fc4;
    color: #fff;
}
h3.step-2 {
    margin: 0!important;
    padding: 13px;
    background: #0f6bac;
    color: #fff;
}
h3.step-3 {
    margin: 0!important;
    padding: 13px;
    background: #0c5081;
    color: #fff;
}
.box-match {
    padding: 37px 0;
    min-height: 238px;
}
.dropshadow {
    box-shadow: 1px 2px 7px 3px #ccc;
}
.icon-box {
    background: #eff3f6;
    padding: 20px;
    border-radius: 10px;
    width: 90px;
    height: 90px;
    text-align: center;
}
a.white_btn {
    background: #fff;
    border-radius: 10px;
    color: #f03e00;
    padding: 20px 40px;
	transition: ease-in-out all .2s;
}
a.white_btn:hover {
    background: #ccc;
    color: #222;
	text-decoration: none;
}
.red-banner {
    background: #f03e00;
    padding: 50px 0;
    margin: 50px 0;
}
.uk-accordion-content {
    background: whitesmoke;
    margin: 0!important;
    padding: 30px;
    font-size: 18px;
}
.dark-red-bg{
	background: #e40001;
}
.dark-red {
    color: #e40001;
}
.dark-red-btn {
    background: #e40001;
    text-align: center;
    display: block;
    color: #fff;
    padding: 34px 40px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 26px;
	transition: ease-in-out all .2s;
}
a.dark-red-btn:hover {
    background: #0f6bac;
    color: #fff;
    text-decoration: none;
}
.move-up {
    position: absolute;
    top: 100px;
}
.blue-bg2 {
    background: #0f6bac;
    padding: 20px;
    border-radius: 20px;
}
a.red-btn {
    border-radius: 20px;
    background-color: #f23e01;
    color: #fff;
    padding: 16px 40px;
    display: inline-block;
    border: 5px solid #fff;
    transition: ease-in-out all .2s;
    font-size: 18px;
    font-weight: 600;
}
a.red-btn:hover {
    background: #0f6bac;
    color: #fff;
    text-decoration: none;
}
.uk-accordion-title {
    background: #eee;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
}
.orange2 {
    color: #e73222;
}
p.stars {
    color: #ffc51d!important;
}
.amazon-reviews p {
    margin: 0;
}
.amazon-reviews {
    font-size: 16px;
}
p.amazon-date img {
    width: 20px;
}
p.amazon-date {
    margin-bottom: 20px;
    font-size: 16px;
}
.title-amazon {
    margin-top: 24px;
}
.title-amazon img {
    border-radius: 99px;
}
li a.rounded-thing {
    text-align: center;
    padding: 15px 12px;
    display: block;
    border: 1px solid #222;
    border-radius: 30px;
}

li.uk-active a.rounded-thing, li a.rounded-thing:hover {
    background: #0f6bac;
    color: #fff;
    border-color: #0f6bac;
    text-decoration: none;
}
p.spanbig span {
    font-size: 28px;
    font-weight: 600;
}
.yellow_bg{
	background-color: #fef751;
}
blockquote {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    font-size: 20px;
	border-left: 5px solid #33BEFF;
	    font-weight: 600;
}
.blue-area h3 {
    font-size: 42px;
    margin: 0 !important;
}
.blue-area p {
    margin: 0;
}
.blue-area h2 {
    margin: 0 !important;
    font-size: 52px;
}

.big-blue-circle2 {
    display: inline-block;
    background: #0f6bac;
    color: #fff;
    font-size: 76px;
    font-weight: 600;
    padding: 2px 80px;
    border-radius: 120px;
}
.big-red-circle2 {
    display: inline-block;
    background: #c42a14;
    color: #fff;
    font-size: 76px;
    font-weight: 600;
    padding: 2px 80px;
    border-radius: 120px;
}
.big-red-circle span {
    font-size: 30px;
    display: block;
    text-align: left;
}

.big-red-circle {
    display: inline-block;
    background: #c42a14;
    color: #fff;
    font-size: 76px;
    font-weight: 600;
    padding: 29px 80px;
    border-radius: 120px;
}
.light-blue-bg{
	background-color: #eff2f6;
	overflow: hidden;
}
.doctor-bg {
    background-color: #f2f2f2;
    background-image: url(images/science-guy-for-photostick-mobile.svg);
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.blue_circle {
    background: #0f6bac;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    border-radius: 99px;
    width: 65px;
    height: 65px;
    text-align: center;
    padding: 4px;
    margin-right: 20px;
    display: inline-block;
}
.blue_square {
    padding: 16px 34px;
    font-size: 34px;
    color: #fff;
    background: #0f6bac;
    display: inline-block;
    border-radius: 26px;
}

.blue_circle {
    background: #0f6bac;
    width: 65px;
    height: 65px;
    padding: 3px 10px;
    text-align: center;
    border-radius: 99px;
    color: #fff;
    font-size: 42px;
    margin-right: 20px;
}
.roundy {
    border-radius: 40px;
}
.orange_button {
    background: #fc8816;
    color: #fff;
    border-radius: 99px;
    display: inline-block;
    font-weight: 500;
    font-size: 23px;
    -webkit-transition: ease-in-out all .2s;
    -moz-transition: ease-in-out all .2s;
    -o-transition: ease-in-out all .2s;
    transition: ease-in-out all .2s;
    border: 3px solid #fc8816;
	padding: 20px;
}
.orange_button:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.orange_button:hover i {
    color: #000;
}

.white{
  color: #fff;
}
.yellow{
	color: #ffe400;
}
.blue{
	color: #0f6bac;
}
.light-blue{
	color: #007ad8;
}
.red{
	color: #c42a14;
}
.green{
	color: #97c414;
}
.orange{
	color: #fc8816;
}
.dark-grey{
	color: #39485e;
}
.white-bg{
	background-color: #fff;
}
.black{
	color: #000;
}
.grey {
    color: #a5a5a5;
}

h1 {
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 800;
}
h2 {
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #000;
}
h3 {
    font-size: 34px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 800;
}
h4{
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 800;
}
h5 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #000;
}
h6 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
}
em {
    color: #444!important;
}

a.btn {
    display: inline-block;
    background: #222;
    padding: 10px;
    margin: 6px 0;
    border-radius: 3px;
    color: #fff;
    transition: ease-in-out all .2s;
}

a.btn:hover {
    text-decoration: none;
    background: #717171;
}


.menu_pointer{
	cursor: pointer;
}


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	background: #f5f8fa;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#000;
    font-size: 22px;
	font-weight: 100;
}

.page-template-homepage-PC-V2{
	font-family: 'Open Sans', sans-serif!important;
	background: #fff;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
section a {
    color: #1e87f0;
    text-decoration: underline;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3{
	margin: 20px 0!important;
}
h4, h5, h6{
	margin: 15px 0!important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


header {
	z-index: 99;
    width: 100%;
    background: #fff;
}
footer a {
    color: #b9b9b9;
}
footer {
    background: #222;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
}
/*------------------------------------*\
    SMALL
\*------------------------------------*/
@media only screen and (min-width:320px) and (max-width: 767px){
	
	
	
	div#modal-close-default > div {
    width: 100%;
}
	p {
    font-size: 18px;
    line-height: 31px;
}
	.smaller-p {
    font-size: 18px;
}
	.thinner {
    font-weight: 100;
    font-size: 22px;
}
		 h1 {
    font-size: 26px;
    line-height: 34px;
}
h2 {
    font-size: 24px;
    font-weight: 600;
}

		  h3{
			font-size: 22px;
    font-weight: 600;
		  }
		  h4{
			font-size: 20px;
    font-weight: 600;
		  }

}
@media only screen and (min-width:768px) and (max-width: 959px){

}
@media only screen and (min-width:960px){

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}