/* Structure */
@charset "UTF-8";


body, html {
	overflow-x: initial !important;
    
}

body {
	font: 16px/1.6 "Helvetica Neue", Arial,sans-serif;
    color: #3a3a3a;
	background-color: #fff;
    position: relative;
    left: 0;
    -webkit-font-smoothing: antialiased !important;
}

h1,h2,h3,h4,h5,h6, nav, .menu, .button, .btn, .price, ._heading, blockquote, label, legend, .shop_table, .product_meta, .wc-tabs{
	font-family: "Helvetica Neue",  sans-serif;
	font-weight: normal;
}

h1,h2,h3,h4,h5{line-height: 1.3;margin: 0 0 1.4rem;}
h1{font-size: 1.6em;}
h2{font-size: 1.5em;}
h3{font-size: 1.3em;}
h4{font-size: 1em;}
h5{font-size: 0.88em;}
a , a:visited{
	color: #1A5E63;
	transition: 300ms;
}
a:hover{
	color: #028090;
    text-decoration: none;
}
a:active{
	color: #028090;
	opacity: 0.8;
}

legend {
	border-bottom: none;
}
h2 label, h3 label, h4 label {
	font-weight: inherit;
}
button:focus, input:focus,textarea:focus, *:focus {outline:0 !important;}




/* Header */

.site-header{
	background-color: rgba(2, 128, 144, 0.9);
}
.site-header a , .site-header a:visited {
	color: #eee;
}
.site-header .site-branding {
	width: 100%;
}
.site-branding .site-title {
    font-size: 20px;
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}

.site-branding  .custom-logo-link{
    float: left; 
}
.site-branding  .custom-logo-link > img{

    margin: 5px 0 5px 0;
    width: 66%;
}
.site-description {
	display: none;
}

@media (min-width:992px){
	.site-branding .custom-logo-link > img{
		width: 80%;
		margin-right: 10px;
	}
	.site-branding .site-title {
	    float: left;
	    margin: 0 0 5px 0;
	    font-size: 24px;
	    clear: right;
	    position: relative;;
	}
	.site-header .site-branding {
	    float: left;
	    width: 30%;
	    margin-top: 10px;
	}

	.site-branding {
	    font-family: Helvetica Neue,sans-serif;
	    color: #fff;
	}
	.site-description {
		display: block;
		float: left;
		margin-bottom: 5px;
	}
}



/* Navigation */

#site-navigation, .menu {
	width: 100%;
}
.main-navigation{
 
 }

.main-navigation.toggled{
	border-top: rgba(255,255,255,0.6) solid 1px;
	background-color:rgba(2, 128, 144, 0.9);
	padding: 10px;
	position: absolute;
	top:45px;
	left: 0;
	width: 100%;
	transition: all ease 300ms;
	z-index: 200;
}
.main-navigation li{
	display: block;
	float: none;
	padding: 3px 5px;
	text-align: center;
}
.main-navigation.toggled>button{
	top: -35px;
}
.main-navigation > button{
	border:none;
	background-color: transparent;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
	padding: 0 5px;

}

@media (min-width:992px){

	#site-navigation, .menu {
	    float: right;
	    width: 70%;
	    display: block;
	    clear: right;
	}
	.main-navigation ul, .menu ul {
	    float: right;
	    width: auto;
	}
	.main-navigation li{
		float: left;
	}
	 
	#site-navigation li>a, .menu li>a {
	    display: block;
	    padding: 20px 15px;
	    font-size: 1.1em;
	}

}

/* Body */

.content-area{
	width: 100%;
}
.site-content{
	padding: 10px;
}



@media (min-width:992px){

	.site-content{
		padding: 40px 0;
	}
	.content-area{
	    float: left;
	    width: 65.81196581196581%;
	}
}

/* Sidebar */

.widget-area{
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.widget-area:before{
    content: "";
    position: absolute;
    left: 0;
    right:0;
    height: 100%;
    display: inline-block;
    border: #ddd solid 1px;
    background-color: #fff;
    z-index: -1;
}

.widget-area> section:first-child{
	padding-top: 20px;
}
.widget-area ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget-area ul li{
	padding: 5px 10px
}

h2.widget-title{
	margin-bottom: 5px;
}

@media (min-width:992px){
	.widget-area{
    	width: 34.18803418803419%;
        padding-left: 50px;
    	padding-right: 30px;
	
	}
	.widget-area:before{
	    content: "";
	    position: absolute;
	    left: 30px;
	    right: 10px;
	    height: 100%;
	    display: inline-block;
	    border: #ddd solid 1px;
	    background-color: #fff;
	    z-index: -1;
	}	
}
/* Search */

.search-form {position: relative;}
.search-form label{width:100%}
.search-form .search-field{padding:5px 10px;border-radius:0;border:1px solid #ddd;width:100%}
.search-form .search-submit{position:absolute;right:0;top:0;background-color:transparent;text-transform:uppercase;padding:10px;line-height:16px;cursor:pointer;border-radius:0;border-width:0 0 0 1px;border-style:solid;border-color:transparent transparent transparent #ddd}


/* Comment */


.comments-area {
	margin-top: 40px
}

.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=url] {
	width: calc(100% - 3px);
	border: 2px solid rgba(0, 0, 0, .1);
	border-radius: 0
}

.comment-respond input[type=submit] {
	text-transform: uppercase;
	padding: 16px 35px 16px 38px;
	letter-spacing: 1.1px;
	background: #33363a;
	color: #fff;
	border-color: #33363a;
	font-weight: 500;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.comment-respond label {
	color: #797979
}

.comment-respond .comment-form-comment {
	margin-bottom: 3px
}

.comment-respond .comment-form-comment textarea {
	border: 2px solid rgba(0, 0, 0, .1);
	border-radius: 0
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	width: 33.3%;
	float: left
}

.content-item.-list .pic img,
.full-thumbnail img {
	width: 100%
}

.comments-area .comment-list {
	margin-left: 0;
	padding-left: 20px
}

.comments-area .comment-list li .comment-content,
.comments-area .comment-list li .reply {
	margin-left: 80px
}

.comments-area .comment-list li {
	list-style: none;
	border-bottom: #eee solid 1px;
	margin-bottom: 20px
}

.comments-area .comment-list li .children li {
	border-bottom: none
}

.comments-area .comment-list li .comment-body {
	padding-bottom: 20px
}

.comments-area .comment-list li .comment-body .comment-metadata a,
.comments-area .comment-list li .comment-body .comment-metadata a:visited {
	color: #797979;
	font-size: .9em
}

.comments-area .comment-list li .comment-author img {
	float: left;
	margin-right: 10px;
	border-radius: 50%
}

.comments-area .comment-list li .comment-content p {
	margin-bottom: 3px
}

@media (max-width:767px) {
	.comments-area .comment-list {
		margin-left: 0;
		padding-left: 0
	}
	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email,
	.comment-respond .comment-form-url,
	.comment-respond input[type=submit] {
		width: 100%
	}
	.comment-respond p[class^=comment-form-] {
		margin-bottom: 3px
	}
	.comment-respond p.comment-form-url {
		margin-bottom: 20px
	}
}

/* Home */


body.home  .list:nth-of-type(1) .pic>img{
	width: 100%
}
body.home  .list .pic{
	overflow:hidden;
	padding-left: 0;
	padding-right: 0;
}
body.home  .list .pic img{
	-webkit-transition-property:padding,background,color,opacity,
	box-shadow,-webkit-transform;transition-property:padding,background,color,opacity,box-shadow,
	transform;
	-webkit-transition-duration:.7s;
	transition-duration:.7s;
	width:100%
}
body.home  .list .pic:hover img{
	opacity:1;
	-webkit-transform:scale3d(1.2,1.2,1);
	transform:scale3d(1.2,1.2,1);

}

body.home  .list:nth-of-type(1) .entry-footer{ 
	display: none;
}
body.home  .list:nth-of-type(1) .entry-title{ 
	text-shadow: 2px 1px 0 rgba(0,0,0,.5);
	font-size: 2em;
}
body.home  .list:nth-of-type(1) , body.home  .list:nth-of-type(1) a ,
body.home  .list:nth-of-type(1) a:visited{ 
	position: relative;
	color: #e4e4e4;
}
body.home  .list:nth-of-type(1) .pic:after{
	content: "";
	margin-top:10px;
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.45);
    color: #fff;
    padding: 10px;
    height: 100%;
}

body.home  .list:nth-of-type(1) .info .entry-content{
	position: absolute;
	bottom: 0;
}
body.home  .list:nth-of-type(1) .pic,
body.home  .list:nth-of-type(1) .info{
	flex: 0 0 100%;
	max-width: 100%;
} 

body.home  .list:nth-of-type(2),
body.home  .list:nth-of-type(3){ 
	width: 50%;
	float: left;;
} 
body.home  .list:nth-of-type(2) .pic,
body.home  .list:nth-of-type(2) .info,
body.home  .list:nth-of-type(3) .pic,
body.home  .list:nth-of-type(3) .info{ 
	flex: 0 0 100%;
	max-width: 100%;
}
body.home  .list:nth-of-type(2) .info,
body.home  .list:nth-of-type(3) .info{
	padding:10px 0;
} 

body.home  .list:nth-of-type(2){
	padding-left: 0;
	padding-right: 25px;
}
body.home  .list:nth-of-type(3){
	padding-right: 0;
	padding-left: 25px;
}
body.home  .list:nth-of-type(4){ 
	clear: both;
}
body.home .site-main .entry-title{
	margin-top: 10px;
}
 
body.home .list:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
	border:#ddd solid 1px;
	overflow: hidden;
}
body.home .list:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) .entry-content{
 	padding: 10px;
}

.entry-header .entry-meta ,
.entry-header .entry-meta a,
.entry-header .entry-meta a:visited{
	font-size: 90%;
	color: #8a8a8a;
}
.entry-footer ,
.entry-footer a,
.entry-footer a:visited{
	font-size: 90%;
	color: #5e5e5e;
}
.entry-header {
	margin-bottom: 10px;
}
body.home .entry-footer .comments-link{
	padding-left: 10px;
}
@media (min-width:992px){

	body.home .site-main .entry-title{
		margin-top: 0;
	}
}



/* Content */


body.single .content-area article{
	border:#ddd solid 1px;
	padding:20px;
}

body.archive .content-area article, body.category .content-area article,
body.search .content-area article{
	border:#ddd solid 1px;
	padding:10px;
}
body.archive .widget-area , body.category .widget-area , body.search .widget-area{
	margin-top: 55px;
}
.site-main .entry-title{
	margin-bottom: 5px;
}

.list .entry-content{
	margin-top: 0;
}
.nav-links {
    overflow: hidden;
    padding: 10px 0;
    font-size: 1.3em;
  }
.nav-links a , .nav-links a:visited{
	color: #bbb;
}
 

/* Footer */

.site-footer a , .site-footer a:visited {
	color: #bdbcbc;
}
.site-footer{
	background-color: #33363a;
	color: #eee;
}
.site-footer .site-info {
    padding: 40px 0;
}

