/*
	Theme Name: chargingport.com
	Theme URI: http://turtleswithtophats.com
	Description: Custom Theme for chargingport.com
	Version: 1.1.0
	Author: Luis Garcia
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* 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%;
    height: 100%;
    min-height: 100%;
}
body {
    margin: 0;
    height: 100%;
	font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position:relative;
    min-height: 100%;
    height: 100%;
}
main,.content-area{padding-bottom: 152px;}
.footer{
    height: 152px;
    width: 100%;
}
/* header */
.header {
    /*height: 200px;*/
}
.header-info-wrapper{
    height: 35px;
    box-shadow: 0px 1px #333;
    background-color: #FFF;
}
.icon{
    width: 35px;
    height: 35px;
}
ul.social-icons{padding: 0px; margin: 0px;}
ul.contact-list{margin-top: 5px;}
ul.social-icons img{height: 25px; padding: 5px; margin-top: 5px}
ul.social-icons, ul.contact-list{list-style: none;}
ul.social-icons li, ul.contact-list li{
    display: inline-block;
    padding: 0px 10px;
    color: #333;
    font-weight: 400;
    font-size: 12px;
}
.header-wrapper{
    background-color: rgba(251,251,251,0.9);
    padding: 10px 0px;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
.nav ul{
    list-style: none;
    margin-top: 15px;
}
.nav ul li{display: inline-block;}
.nav ul li a{
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: 500;
    padding: 20px 15px;
}
.nav ul li a:hover, .current-menu-item{
	text-decoration: underline;
}
.mmenu{display: none;}
section{
	padding: 35px 0px;
}
.widget-featured{
	text-align: center;
	font-size: 16px;
}
.post-container{padding: 20px 0px;}
.post-header h2{
	padding: 0px;
	margin: 0px;
	line-height: 32px;
	font-weight: 400;
	font-size: 26px;
	text-align: center;
}
.entry-meta{
	margin: 10px 0px;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px
}
.entry-data{
	display: inline-block;
	margin-right: 10px;
}
.post-content{
	padding: 20px 0px;
	font-size: 16px;
}
.post-footer:before{
	content: '';
	position: absolute;
	top: 21px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #CCCCCC;
	z-index: 2;
}
.post-footer:after{
	clear: both;
	content: " ";
	display: table;
}
.post-footer, .share-social{
	position: relative;
	background: #fff;
	z-index: 4;
	padding: 3px 3px 2px 0;
	margin-top: 2px;
}
.share-social{
	list-style: none;
	padding: 10px 15px 9px;
	float: left;
}
.share-social-single{
	list-style: none;
	padding: 0px 15px;
	position: relative;
	z-index: 4;
	margin-top: 5px;
}
.share-social li{
	float: left;
	padding: 0px 5px;
}
.share-social img,.share-social-single img{
	height: 15px;
}
.share-social-single li{
	display: inline-block;
	background-color: #FFF;
	padding: 5px;
}
.previous-post{
	float:left;
	margin-right: -15px;
	position: relative;
	display: inline-block;
	padding: 10px 15px 9px;
	background-color: #FFF;
	border: solid 2px #CCCCCC;
	font-size: 11px;
	font-weight: 700;
	z-index: 3;
}
.read-more, .next-post{
	float: right;
	margin-right: -5px;
	position: relative;
	display: inline-block;
	padding: 10px 15px 9px;
	background: #fff;
	color: #333;
	border: solid 2px #ebebeb;
	font-family: "Lato", sans-serif;
	font-size: 11px;
	font-weight: bold;
	z-index: 3;
}
.tooltip{
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px Arial;
}
.product-content img{
    max-width: 100%;
    height: auto;
}
.product_cats_list{
    border: 1px solid #CCC;
    border-radius: 3px;
    background-color: #FFF;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.product_cats_list a{
    color: #3A4DA1;
}
li.product-list{
    line-height: 33px;
    border-bottom: 1px solid #CCC;
}
h4.list-title{
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: rgba(95, 114, 127, 1);
}
.list-img{padding-left: 0px!important;}
.list-img img{margin: 10px 0px 0px 0px;}
.list-title,.list-price{line-height: 57px;}
.product-post-content{
    padding-top: 5px;
}
.item{margin-top: 15px;}
ul.comp-list{
    border-radius: 3px;
    background-color: #FFF;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.comp-list li{
    border-bottom: 1px solid #CCC;
    padding: 10px 0px;
    font-size: 13px;
    line-height: 12px;
}
ul.product_cats {
    list-style: none;
    padding: 10px 0px;
    margin: 0
}

.product-content {
    padding: 15px;
    text-align: center;
    margin-bottom: 10px
}

.product-content a,
product-content a:visited {
    text-decoration: none;
    color: rgba(95, 114, 127, 1);
}
.product-image{text-align: center;}
.product-content h3 {
    margin: 0;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
}
/* sidebar */
.msidebar{display: none;}
.sidebar {

}
.box-md{
    min-height: 96px;
}
.box-md,.box-md + .box-md{
   margin-top: 3.66667rem;
}
.box_left{
    padding-right: 22px;
    padding-bottom: 0;
    float: left;
}
.box_left img{
    width: 65px;
    max-width: 65px;
    max-height: 65px;
}
.box_body{
    display: table-cell;
    vertical-align: top;
}

.box_body h5{
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}
.panel-icons, .slide-wrapper{
    text-align: center;
}
.icon-box{height: 65px;}
.icon-box-1,.icon-box-2,.icon-box-3{
    border-right: solid 1px rgba(0,0,0,0.3);
}
.icon-box-left{
    float: left;
    margin-left: 5px;
    font-size: 18px;
}
.icon-box-right{margin-right: 20px;}
.icon-box:after {
    width: 1px;
    height: auto;
    left: inherit;
    right: -15px;
    top: 0;
    background-color: rgba(0,0,0,.8);
}
.ratings{
    margin-top: 40px;
}
.rating{
    min-width: 25px;
    max-width: 125px;
    text-align: center;
    margin: 0 auto;
}
.rating img{
    max-width: 25px;
    max-height: 25px;
    width: 25px;
    height: 25px;
}
.latest-post-wrap{
    box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}
.post-image img{
    width: 100%;
}
.post-body{
    padding: 10px;
}
.post-body .read-more{
    position: absolute;
    bottom: 5px;
    right: 35px;
}
.latest-post{
    margin-bottom: 30px;
}
.latest-post-wrap{
    min-height: 475px;
    max-height: 475px;
}
/* footer */
.footer-wrap {
	border-top: 1px solid #CCCCCC;
	text-align: center;
	padding: 20px 0px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/
#lightbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
}
#lightbox img{
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    max-width: 940px;
}
ul.lightbox-list{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.gallery-image{
    padding: 10px 0px;
}
.gallery-image img{
    box-shadow: 0px 0px 7px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.8);
}
.slide-container{
    margin: 0 auto;
    width: auto;
    height: auto;
    width: 850px;
}
.flex-thumb{
    opacity: 0.4;
    transition: all 0.5s;
}
.flex-thumb:hover{
    opacity: 1;
    transition: all 0.5s;
}
.flex-active-slide{
    opacity: 1;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 422px;
}
.featured-image img{
	border-radius: 50%;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-family: 'Lora', serif;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
.center{
    text-align: center;
}
.text-medium{
    margin-bottom: 50px;
}
.title h2{
    font-size: 32px;
    font-weight: 400;
    padding: 10px 0px;
    font-family: 'Lora', serif;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) and (max-width:480px) {
    section{padding:15px 0px}
    ul.social-icons{
        text-align: center;
    }
    ul.contact-list{
        padding: 0;
        margin: 0;
        text-align: center;
        margin-top: 10px
    }
    .logo{
        text-align: center;
        margin-top: 75px;
    }
    .nav ul {display: none;}
    .nav select{
        display: block;
        width: 100%;
        margin-top: 10px;
        border: 1px solid #CCCCCC;
        padding: 5px 10px;
    }
    /*.flexslider{display: none;}*/
    .widget-featured img{width: 80px;}
    .slide-wrapper{padding: 0px;}
    .sidebar{display: none;}
    .msidebar{
        display: block;
        text-align: center;
        padding-bottom: 15px;
    }
    .msidebar:before,.msidebar:after{clear: both}
    .item{margin-top: 20px;}
    
    .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-5 .gallery-item {
        width: 100% !important;
    }
    .post-thumbnail img{
        width: 100% !important;
    }
    .box-md{
        padding: 0px 35px !important;
        margin: 0px;
    }
    .box-md + .box-md{
        margin: 0px;
    }
    .icon-box-left{
        margin: 0px;
        float: none;
    }
    .icon-box-right{
        margin-right: 0px;
    }
    .icon-box h5{
        margin: 15px 0px;
    }
    .icon-box-1,.icon-box-2,.icon-box-3{
        border-right: none;
    }
    .icon-box-3, .icon-box-4{
        margin-top: 75px;
    }
    .ratings{
        margin-top: 55px;
    }
    .flex-direction-nav{ display: none; }
    .latest-post-wrap{
        margin-top: 15px;
        min-height: 460px;
        max-height: 460px;
    }
}
@media only screen and (min-width:480px) and (max-width:768px){
    ul.social-icons{
        text-align: center;
    }
    .gallery-columns-5 .gallery-item {
        width: 33%;
    }
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@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;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    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;
	}
}

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

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

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

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

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

ul.hearing-aid-brands{
   list-style-type: disc;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
ul.hearing-aid-brands li{
    float: left;
    margin-left: 35px;
    text-align: center;
}
