body{
	font-family: "Mulish", sans-serif;
	font-size: 15px;
	color: #555;
	line-height: 1.7;
	background: #fff;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Mulish", sans-serif;
    color: #111;
	font-weight: 500;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 30px;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
a{
	color: #df7a15;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover, a:focus{
	text-decoration: none;
	outline: none;
	color: #000;
}

p{margin-bottom: 1em;}
cite {
	font-size: 14px;
	font-style: inherit;
	color: #999;
}
img{
	max-width: 100%;
	height: auto;
}
address {
	font-style: italic;
}
ul,ol{margin: 0;}
ul ul, ol ol, ul ol, ol ul{padding-left: 30px;}
.az-button, button, .button, input[type="submit"] {
	text-align: center;
	padding: 13px 35px;
	background: #111;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 24px
}

.az-button:hover, button:hover, .button:hover, input[type="submit"]:hover,
.az-button:focus, button:focus, .button:focus, input[type="submit"]:focus{
	background: #df7a15;
	color: #fff;
	outline: none;
}
input[type="text"], input[type="email"],
input[type="search"], input[type="password"],
input[type="tel"],textarea{
	border: 1px solid #ddd;
	background: transparent;
	padding: 12px 18px;
	line-height: 24px;
	color: #999;
	width: 100%;
	font-size: 15px;
}
textarea{min-height: 150px;}
blockquote, .wp-block-quote.is-large {
	color: #111;
	padding: 30px;
	border: 4px double #ddd;
}
.wp-block-quote.is-large p, .wp-block-quote.is-large cite {
	font-size: 20px;
    font-style: normal;
}
.wp-block-pullquote {
	border-top: 4px solid #ddd;
	border-bottom: 4px solid #ddd;
	color: #111;
	padding: 3em 0;
	margin: 0 0 3em;
	text-align: center;
}
.wp-block-pullquote blockquote {
	border: none;
	margin: 1em;
	padding: 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}
.wp-block-quote cite {
	margin-top: 0;
	font-size: 14px;
	color: #999;
}
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}
:-moz-placeholder {
   color: inherit;
   opacity: 1;
}
::-moz-placeholder {
   color: inherit;
   opacity: 1;
}
:-ms-input-placeholder {
   color: inherit;
   opacity: 1;
}
iframe{
	max-width: 100%
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: none;
}
.container{
   width: 1260px;
   padding: 0 30px;
   max-width:100%;
}
/* Select chosen */
.chosen-container{
  width: 100%!important;
}
.chosen-container-single .chosen-single{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: none;
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  padding: 7px 15px;
  color: #888;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  background: none;
  border-color: #ddd;
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.chosen-container-single .chosen-single div{width: 25px}
.chosen-container-single .chosen-single div b{
  background: none!important;
}
.chosen-container-single .chosen-single div b:after{
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.chosen-container .chosen-drop{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: #fff;
  border-color: #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"]{border-color: #ddd;}
.chosen-container .chosen-results li{line-height: 24px;font-family: inherit;}
.chosen-container .chosen-results li.highlighted{
  background-image: none;
  background-color: #df7a15;
}
/* Owl */
.owl-nav > div{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 36px;
	line-height: 45px;
	color: #fff;
}
.owl-nav > div.owl-prev{left: 30px;}
.owl-nav > div.owl-next{right: 30px;}
/*-------------------------------*/
/*          WORDPRESS CORE
/*-------------------------------*/
.sticky {
	position: relative;
}
.sticky .post-title:before{
	content: "\f08d";
	font-family: "Font Awesome 5 Free";
	color: #df7a15;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 900;
}
.screen-reader-text{
	display: none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #df7a15;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {margin-top: 10px;margin-bottom: 0}

.bypostauthor{position: relative;}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	text-align: center;
}
.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 {
    max-width: 100%;
    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: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: inherit;
  font-style:italic;
  color:inherit;
  line-height: 17px;
  margin: 8px 0 0;
}
table {
	border-collapse: collapse;
	margin-bottom: 1em;
    width: 100%;
}

table, td, th {
    border: 1px solid #ddd;
}
td, th {
    padding: 10px;
}
.widget_calendar td, .widget_calendar th {
    padding: 5px;
}
.fluid-width-video-wrapper {
	margin-bottom: 12px;
}
label{font-weight: normal;margin-bottom: 0;}
dt, dd {
  line-height: inherit;
}
dt {
    font-weight: 600;
    color: #111;
}
figure{margin: 0}
code {
	color: #111;
	background-color: #eee;
}
kbd {
	background-color: #111;
    color: #fff;
    border-radius: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
	margin-bottom: 25px;
}
/*-----------------------
        HEADER
------------------------*/
.header-content{
	width: 100%;
}
.header{
		border-bottom: 1px solid #ddd;
}
.header-content .d-table-cell{vertical-align: middle;}
.thynk-logo{
	width: 15%;
}
.thynk-logo h1, .thynk-logo h2 {
	margin: 0;
	font-size: 36px;
}
.thynk-logo a{color: inherit;}
.thynk-logo img{max-width: 140px}
.header-social{
	width: 15%;
	white-space: nowrap;
	text-align: right;
}

/* Main menu */
.thynk-mainmenu{
	width: 70%;
	text-align: center;
}

.thynk-mainmenu .main-menu{
    padding: 0;
}

.thynk-mainmenu ul{
    list-style: none;
}

.thynk-mainmenu .main-menu li{
    position: relative;
}

.thynk-mainmenu .main-menu > li{
	display: inline-block;
}

.thynk-mainmenu .main-menu > li:after{
	content: "";
	width: 3px;
	height: 3px;
	background: #bbb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle;
}

.thynk-mainmenu .main-menu > li:last-child:after{
	display: none;
}

.thynk-mainmenu .main-menu a {
	color: #000;
    font-size: 14px;
}

.thynk-mainmenu .main-menu a:hover{
    color: #df7a15;
}
.thynk-mainmenu .main-menu{padding: 33px 0}
.thynk-mainmenu .main-menu > li > a{
	padding: 5px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
}
.thynk-mainmenu .sub-menu:before{
	content: "";
	display: block;
	height: 33px;
	width: 100%;
	background: transparent;
	position: absolute;
	top: -33px;
	left: 0;
}
.thynk-mainmenu .main-menu > li > .sub-menu{
    margin-top: 33px;
}
.thynk-mainmenu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    text-align: left;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid #dedede;
    z-index: 20;
    padding: 0;
}

.thynk-mainmenu .sub-menu .sub-menu{
	top: -1px;
	left: 100%;
}

.thynk-mainmenu .sub-menu li {
	line-height: 30px;
	white-space: nowrap;
	padding: 0px 20px;
}

.thynk-mainmenu .sub-menu li a {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	color: #555;
}

.thynk-mainmenu .sub-menu li:last-child > a{
    border-bottom: none;
}

.thynk-mainmenu li.show-submenu > .sub-menu{
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

/*Social header*/
.thynk-social a{
	display: inline-block;
	color: #000;
	margin: 0 2px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.thynk-social a:first-child{margin-left: 0;}
.thynk-social a:last-child{margin-right: 0;}
.thynk-social a:hover{
	background: #df7a15;
	border-color: #df7a15;
	color: #fff;
}
.thynk-social .cart-customlocation {
	position: relative;
	width: 35px;
	height: auto;
	padding-right: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
	background: none;
}
.thynk-social .cart-customlocation:hover{
	color: #df7a15;
	background: none;
}
.thynk-social .cart-customlocation {
	margin-left: 0;
}
.cart-customlocation span{
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: #df7a15;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 11px;
	position: absolute;
	top: -3px;
	right: 0px;
}

/* --------------------------
		MAIN CONTENT
------------------------- */
p.page-nav{
	clear: both;
}
.main-contaier{
	padding: 45px 0 80px;
}
/* Feature Post */
/* .featured-posts-slider{
	margin-bottom: 50px;
} */
.item-post-feature .post-image{
	width: 66%;
}
.item-post-feature .post-image .bg-img{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 700px;
}
.item-post-feature .post-info{
	background: #111;
	color: #999;
	vertical-align: middle;
	text-align: center;
	padding: 50px 95px;
}
.item-post-feature .post-title{
	color: #fff;
	font-size: 30px;
	line-height: 45px;
}
.item-post-feature .post-excerpt{margin-bottom: 50px;}
.item-post-feature .post-meta{margin-bottom: 40px}
.item-post-feature .readmore{
	background: #df7a15;
	color: #fff;
	padding: 9px 37px;
}
.item-post-feature .readmore:hover{
	background: #fff;
	color: #df7a15;
}
.featured-posts-slider .owl-dots{
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 34%;
	text-align: center;
}
.featured-posts-slider .owl-dots .owl-dot{
	width: 13px;
	height: 13px;
	border: 1px solid #df7a15;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0 6px;
	display: inline-block;
}
.featured-posts-slider .owl-dots .owl-dot.active{
	background: #df7a15;
}
/* About section */
.ss-about{
	background: #df7a15;
	padding: 80px 0;
}
.thynk-aboutme .thynk-about-me{
	width: 1026px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.thynk-aboutme .img-ab{width: 50%}
.thynk-aboutme .about-info{
	background: #fff;
	padding: 90px 100px;
	width: 61%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
}
.thynk-aboutme .widget-title{
	font-size: 30px;
	line-height: 45px;
	text-transform: capitalize;
	margin-bottom: 45px;
	text-align: left;
}
.thynk-aboutme .widget-title:after{
	content: "";
	width: 100px;
	height: 2px;
	display: block;
	background: #111;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin-top: 5px;
}
.thynk-aboutme .about-text{
	margin-bottom: 45px;
}
.thynk-aboutme .about-link{
	padding: 9px 40px;
}
/* Blog */
.thynk-blog .post{margin-bottom: 40px;}
.post-title {
	margin-bottom: 13px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 36px;
}

.post-title a{color: inherit;}
.post-title a:hover{ color: #df7a15;}
.post-meta{font-size: 12px;margin-bottom: 20px}
.post-cats{display: inline-block; margin-right: 10px; margin-bottom: 5px;}
.post-cats a{
	text-transform: uppercase;
	color: #df7a15;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}
.post-cats a:after{
	content: "";
	height: 1px;
	display: block;
	width: 100%;
	background: #df7a15;
}
.post-cats a:hover:after{
    opacity: 0;
}
.data-share {
	display: inline-block;
}
.post-excerpt {
    font-size: 14px;
}
.post-meta .thynk-like-post,
.post-meta .post-date{
	color: #999;
	font-size: 12px;
}
.post-meta .post-date {
    margin-right: 15px;
}
.post-meta .thynk-like-post:hover{color: #df7a15;}
.post-meta .thynk-like-post:before{
	content: "";
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-right: 15px;
	background: #999;
	display: inline-block;
	vertical-align: middle;
}
.thynk-blog .post-format{
	margin-bottom: 17px;
	position: relative;
}
.thynk-blog .post-format:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thynk-blog .post:hover .post-format:after{
	opacity: 1;
}
.thynk-blog .post-info{padding-right: 20px}
.thynk-blog .post-format .social-share{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	z-index: 5;
}
.thynk-blog .social-share a{
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	margin: 0 10px;
	font-size: 24px;
}
.thynk-blog .social-share a:hover{
	color: #df7a15;
}
.thynk-blog .post-format .social-share a{
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thynk-blog .post-format .social-share a:first-child{
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.thynk-blog .post-format .social-share a:nth-child(2){
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
}
.thynk-blog .post-format .social-share a:nth-child(3){
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.thynk-blog .post-format .social-share a:nth-child(4){
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	-o-transform: translateY(25px);
	transform: translateY(25px);
}
.thynk-blog .post:hover .post-format .social-share a{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.post-info .post-content:after{
	content: "";
	display: table;
	clear: both;
}
/* Navigation  */
.thynk-pagination {
	margin-top: 30px;
}
.nav-links{width: 100%;text-align: center;}
.nav-links .page-numbers{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: none;
	border: 1px solid #ddd;
	color: #000;
	margin: 0 4px;
	font-size: 15px;
	display: inline-block;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current{
	background: #000;
	border-color: #000;
	color: #fff;
}
.post-excerpt p:last-child{margin-bottom: 0;}

/* ------------------------------- Single Post ------------------------------ */
.thynk-single-post .title-single {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 23px;
	text-align: center;
	margin-top: 15px;
	text-transform: capitalize;
}
.thynk-single-post .single-post-content{
    max-width: 80%;
    margin: 0 auto;
}
.thynk-single-post > .item-blog > .post-meta{
	margin-bottom: 65px;
	text-align: center;
}
.thynk-single-post .post-content {
	margin-bottom: 40px;
	font-size: 17px;
}
.thynk-single-post > .item-blog > .post-format{
	margin-bottom: 70px;
    text-align: center;
}
.thynk-single-post .post-bottom{
	background: #f5f5f5;
	padding: 24px 25px;
	overflow: hidden;
}
.post-bottom .post-tags {
	font-size: 12px;
	font-weight: 600;
	color: #111;
	float: left;
	line-height: 25px;
	width: 43%;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.post-bottom.tags-center .post-tags, .post-bottom.tags-center .post-social {
	float: inherit;
	text-align: center;
	width: 100%;
}
.post-tags a{
    color: #999;
    font-weight: 400;
}
.post-bottom .post-social{
	float: right;
	width: 57%;
	text-align: right;
}
.thynk-single-post .social-share{
	text-transform: uppercase;
	font-size: 12px;
	color: #111;
	letter-spacing: 1px;
}
.thynk-single-post .social-share a{
	color: inherit;
	display: inline-block;
	margin: 0 14px 3px;
}
.thynk-single-post .social-share a:first-child{margin-left: 0;}
.thynk-single-post .social-share a:last-child{margin-right: 0;}
.thynk-single-post .social-share a:hover{color: #df7a15}
.thynk-single-post .social-share a:after{
	content: "";
	height: 1px;
	width: 100%;
	background: #df7a15;
	display: block;
}
.inf-ath {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 35px;
}
.inf-ath .avatar{
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.inf-ath .ath-name{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 13px;
}
.inf-ath .ath-name a:hover{
    color: #df7a15;
    text-decoration: underline;
}
/* Comment form */
.comment-form .logged-in-as{
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
}
.comment-form .textarea-form,
.comment-form .input-form{
	margin-bottom: 25px
}
.comment-respond,.comments-area{
	padding-top: 33px;
}
/* Comment List */
.post-related .post{margin-bottom: 0px;}
.post-related-title,
.comment-reply-title,
.comments-title{
	margin-bottom: 25px;
	font-size: 30px;
	line-height: 36px;
	text-transform: capitalize;
}
.post-related-title:after,
.comment-reply-title:after,
.comments-title:after{
	content: "";
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #df7a15;
	display: inline-block;
	margin-left: 5px;
}
.comment-reply-title{margin-bottom: 0}
.comment-form .logged-in-as{margin-bottom: 30px}
.comment-list > .comment:last-child >.comment-body:last-child{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}
.comment-text p:last-child{margin-bottom: 0;}
.comment > .comment-respond {
	border-top: 0;
	padding-top: 0;
	margin-bottom: 40px;
}
.comment-list{
	padding: 0;
	list-style: none;
}
.comment-list ol.children{list-style: none;padding-left: 50px}
.comment-body{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.comment-body .comment-author{
	float: left;
	width: 100px;
	margin-right: 27px
}
.comment-text p { margin-bottom: 15px; }
.comment-body .comment-content {
	overflow: hidden;
	padding-top: 5px;
}
.comment-author .avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.author-name {
	display: inline-block;
	font-size: inherit;
	margin-right: 10px;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 0;
}
.author-name a{color: inherit;}
.date-comment{
	display: inline-block;
	font-size: 12px;
	color: #999;
}
.date-comment a{color: inherit;}
.comment-body .reply{
	float: right;
}
.comment-body .reply a{
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	padding: 0 8px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	text-transform: uppercase;
	color: #555;
	letter-spacing: 1px;
	background: #ddd;
}
/* Post Relate */
.post-related, .comments-section {
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.post-related .post-title {
	font-size: 18px;
}
/* ----------------------------------- Page -------------------------------------- */
.page-content {
	max-width: 80%;
	margin: 0 auto;
}
.page-image {
	margin-bottom: 30px;
}
.page-title {
	margin-bottom: 24px;
}
.thynk-page .page-excerpt {
	font-size: 17px;
}
.search-no-results .page-header, .search-no-results .error-page {
	text-align: center;
}
.error-page .searchform input {
	width: 43%;
}
#gallery-1.gallery {
    margin-bottom: 15px;
}
.gallery .gallery-item img {
	border: none !important;
}
.gallery .gallery-item {
	padding: 3px;
}
.wpcf7-form label {
	width: 100%;
}
.wpcf7-form > .row {
	margin-bottom: 30px;
}
/* ------------------------
		SIDEBAR
------------------------- */
.sidebar {
	border: 1px solid #ddd;
	padding: 30px;
}
.sidebar .widget {
    padding-bottom: 50px;
	margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.sidebar .widget:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.widget-title{
	margin-bottom: 20px;
	font-size: 18px;
}
.widget-title:after{
	content: "";
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #df7a15;
	display: inline-block;
	margin-left: 5px;
}
/* Monster widget */
.widget ul{padding: 0;}
.widget ul ul {
	padding-left: 20px;
	padding-top: 10px;
	border-top: 1px dashed #ddd;
	margin-top: 12px;
}

li:has( a:not([href]):not([tabindex]) ) {
    display: none;
}

.widget ul li{
	list-style: none;
}
.widget ul li a{
	color: #000;
}
.widget ul li a:hover{color:#df7a15 }
.sidebar .widget_archive ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_recent_entries ul li,
.sidebar .widget_rss ul li,
.sidebar .widget_nav_menu ul li,
.sidebar .widget_meta ul li{
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #ddd;
}
.sidebar .widget_archive ul li:last-child,
.sidebar .widget_categories ul li:last-child,
.sidebar .widget_pages ul li:last-child,
.sidebar .widget_recent_comments ul li:last-child,
.sidebar .widget_recent_entries ul li:last-child,
.sidebar .widget_rss ul li:last-child,
.sidebar .widget_nav_menu ul li:last-child,
.sidebar .widget_meta ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.sidebar .widget_archive > ul > li:before,
.sidebar .widget_categories > ul > li:before,
.sidebar .widget_pages > ul > li:before,
.sidebar .widget_recent_comments > ul > li:before,
.sidebar .widget_recent_entries > ul > li:before,
.sidebar .widget_rss > ul > li:before,
.sidebar .widget_nav_menu > ul > li:before,
.sidebar .widget_meta ul li:before{
	content: "+";
	color: #df7a15;
	font-size: 15px;
	margin-right: 3px;
}
/* Tag Clound */
.tagcloud a {
	display: inline-block;
	font-size: 14px !important;
	padding: 5px 15px;
	border: 1px solid #ddd;
	color: inherit;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 50px;
}
.tagcloud a:hover{
	color: #df7a15;
	border-color: #df7a15;
}
/* newsletter */
.newsletter-wrap label{margin-bottom: 25px}
.form-newsletter{
	border: 1px solid #ddd;
	display: table;
	white-space: nowrap;
	width: 100%;
	background: #fff;
}
.form-newsletter input[type="email"]{
	border: none;
	width: 100%;
	background: transparent;
}
.form-newsletter span{
	width: 1%;
	display: table-cell;
	vertical-align: middle;
}
.form-newsletter span button{
	background: url('assets/images/arrow-right.png') no-repeat left center;
	width: 50px;
	height: 50px;
	padding: 0;
	font-size: 0;
	color: transparent;
	border: none;
	border: none;
}
/* Recebr comment */
.widget_recent_comments ul li{
	color: #999;
}
.widget_recent_comments ul .comment-author-link {
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
/* thynk_categories_widget */
.thynk-categories-image .category-item {
	min-height: 80px;
	position: relative;
	margin-bottom: 25px;
	background-size: cover;
	background-position: center;
}
.thynk-categories-image .category-item:last-child{
    margin-bottom: 0;
}
.thynk-categories-image .category-item::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	content: "";
	height: 100%;
}
.thynk-categories-image .category-item a .name, .thynk-categories-image .category-item a .count {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.thynk-categories-image .category-item a .name {
    left: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.thynk-categories-image .category-item a .count {
	right: 20px;
	background: #fff;
	color: #000;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100px;
	letter-spacing: 0;
}
/** ------------------------------- Instagram Feed -------------------------------------*/
.aztheme-instagram-feed{
    position: relative;
}
.aztheme-instagram-feed ul {
    margin: 0 -3px;
    padding: 0;
    list-style: none;
}
.aztheme-instagram-feed ul li {
    padding: 3px;
    float: left;
    width: 33.3333%;
}
.aztheme-instagram-feed .author-link {
    text-align: center;
    margin: 10px 0;
}
.aztheme-instagram-feed .author-link a{
    color: #111;
}
.footer-ins .aztheme-instagram-feed .author-link {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 36px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}
.footer-ins .aztheme-instagram-feed ul {
    margin: 0;
}
.footer-ins .aztheme-instagram-feed ul li {
    padding: 0;
    float: left;
    width: 16.6666%;
}
.footer-ins .aztheme-instagram-feed .widget-title {
	text-align: center;
}
/* ------------------------
		FOOTER
------------------------- */
.main-footer {
	background: #111;
	color: #999;
	font-size: 14px;
}
.ft-widget{
	padding: 70px 0;
	border-bottom: 1px solid #232323;
}
.ft-widget .widget-title{color: #fff}
.ft-widget .widget ul li{padding: 6px 0;}
.ft-widget .widget a{color: inherit;}
.ft-widget .widget a:hover{color: #df7a15;}
.ft-widget .mc4wp-form-fields label{padding-right: 40px}
.ft-widget .tagcloud a{border-color: #555;}
.ft-widget .tagcloud a:hover{border-color: #df7a15;}
.ft-widget .form-newsletter{
	background: #222;
	border-color: #222;
}
.copyright{
	padding: 28px 0;
	text-align: center;
}
.copyright a{color: #fff;}
.ft-widget .widget{
	margin-bottom: 30px;
}
.ft-widget .widget:last-child{
	margin-bottom: 0;
}

/* ----------------------
		WOOCOMER
----------------------- */
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	padding: 5px;
}
.woocommerce .woocommerce-result-count {
	font-size: 13px;
	color: #999;
}
.woocommerce-products-header .page-title {
	margin-bottom: 10px;
	margin-top: -20px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: 0;
	font-size: 20px;
	margin-top: 15px;
}
.woocommerce ul.products li.product .price{color: #df7a15;}
.woocommerce ul.products li.product .price del{
	opacity: 1;
	color: #999;
	font-size: inherit;
	margin-right: 10px;
}
.woocommerce span.onsale {
	font-weight: 400;
}
.woocommerce nav.woocommerce-pagination {
	text-align: center;
	margin-bottom: 75px;
	margin-top: 20px;
}
.woocommerce table.shop_table th {
	font-weight: 500;
	color: #111;
}
.woocommerce ul.products li.product .price ins{font-weight: normal;}
.woocommerce ul.products li.product .price{font-size: 14px;line-height: 24px;}
.woocommerce a.add_to_cart_button, .woocommerce a.product_type_external, .woocommerce div.product form.cart .single_add_to_cart_button {
	border: 1px solid #ddd;
	color: #555;
	background: none;
	font-weight: normal;
	font-size: 12px;
	border-radius: 100px;
	padding: 10px 15px;
}

.woocommerce nav.woocommerce-pagination ul{
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li{border: none;margin: 0 3px;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #ddd;
	padding: 0;
	color: #111;
	display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: #111;
	color: #fff;
}
.woocommerce span.onsale{
	background: #df7a15;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #df7a15
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	color: #999;
	opacity: 1;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
	background: #111;
	padding: 12px 25px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
	font-weight: normal;
}
.woocommerce ul.products li.product .button.product_type_grouped {
	padding: 10px 15px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #333;
	color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background: #df7a15;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size: 12px;
	font-weight: normal;
	border-radius: 100px;
	color: #555;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color: #555;
	cursor: not-allowed;
	opacity: .5;
	padding: 5px 20px;
}
.woocommerce-terms-and-conditions-wrapper {
	width: 100%;
}
.comment-form-rating{margin-bottom: 15px;}
#coupon_code {
	width: 140px;
	text-align: center;
	border-color: #ddd;
	padding: 5px;
	border-radius: 50px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .button {
	padding: 12px 15px;
}
.woocommerce a.button.alt.checkout-button {
	font-size: 14px;
	background: #111;
}
.woocommerce .products ul li, .woocommerce ul.products li {
	list-style: none outside;
	text-align: center;
}
.woocommerce .products .star-rating {
	margin: 5px 0 10px;
	left: 50%;
	transform: translateX(-50%);
}
.woocommerce span.onsale {
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	padding: 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	max-width: none;
	padding: 0;
}
.woocommerce form .form-row .select2-container{display: none;}
.woocommerce-input-wrapper .chosen-container{min-width: 200px}
.woocommerce-input-wrapper{min-width: 235px}
.form-row label{margin-right: 10px;}
.woocommerce-MyAccount-navigation ul{
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li{
	padding: 5px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul li a{
	color: inherit;
}
.woocommerce div.product div.summary {
	margin-bottom: 2em;
	margin-top: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin-left: -5px;
	text-align: center;
	margin-right: -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 20%;
	margin-top: 5px;
	padding: 5px;
}
#review_form .comment-respond{max-width: 700px;}
.woocommerce .woocommerce-grouped-product-list.group_table {
	border-collapse: collapse;
}
.woocommerce div.product form.cart .group_table td:first-child {
	width: 12em;
}
.woocommerce div.product form.cart .woocommerce-grouped-product-list.group_table, .woocommerce div.product form.cart .woocommerce-grouped-product-list.group_table td {
	border: 1px solid #ddd;
	padding: 15px;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row input.input-text,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row textarea {
	width: 100%;
}
.woocommerce #review_form #respond .form-submit input {
	left: auto;
	padding: 11px 25px 10px;
	color: #555;
}
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row  label,
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row  textarea {
	width: 100%;
}

.woocommerce div.product form.cart .reset_variations {
	visibility: hidden;
	font-size: 12px;
	margin-left: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.woocommerce div.product form.cart .variations .chosen-container {
	width: inherit !important;
}

.woocommerce-variation.single_variation {
	margin-bottom: 30px;
}

.thynk-wc-quantity {
	display: table;
	border: 1px solid #ddd;
	border-radius: 50px;
	margin-right: 5px;
}

.thynk-wc-quantity .quantity-button, .woocommerce .quantity .qty {
	display: table-cell;
	color: #111;
	font-size: 14px;
	padding: 4px;
	width: 40px;
	text-align: center;
}

.woocommerce .quantity .qty {
	border: none;
}

.thynk-wc-quantity .quantity-button{
    cursor: pointer;
}

.thynk-wc-quantity .quantity-down{
    border-right: 1px solid #ddd;
}

.thynk-wc-quantity .quantity-up {
	border-left: 1px solid #ddd;
}

.post-featured-image {
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.post-featured-image::after {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
	z-index: 10;
	position: relative;
}
.thynk-blog .post-format .social-share {
	z-index: 15;
}
.thynk-blog .thynk-masonry .post:nth-child(2n+1) .post-featured-image::after {
	padding-top: 130%;
}
.sidebar .widget .instagram-pics li {
	display: inline-block;
	width: 33.3333%;
	padding: 3px;
}
.sidebar .widget .instagram-pics{
    margin-left: -3px;
    margin-right: -3px;
}
/* ------------------------
		RESPONSIVE
------------------------- */
.nav-icon{display: none;float: right;}
.nav-icon .fa{font-size: 20px;}
.nav-main a{position: relative;}
.nav-main .caret{
	display: none;
	border: medium none;
	cursor: pointer;
	font-family: 'Font Awesome 5 Free';
	height: 24px;
	line-height: 24px;
	margin: 0;
	text-align: center;
	width: 30px;
	z-index: 20;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-main  .caret::after {
  content: "\f0d7";
  font-size: 14px;
  vertical-align: middle;
  font-weight: 900;
}
.archive-box {
	margin-bottom: 45px;
	margin-top: -20px;
}
.archive-box h1 span{
    color: #999;
}
@media(max-width: 1590px){
	.thynk-logo img{max-width: 200px}
}
@media(min-width: 1200px) and (max-width: 1530px){
	.item-post-feature .post-info{padding: 40px 55px;}
	.thynk-mainmenu .main-menu > li:after{margin: 0 18px}
	.widget ul ul{padding-left: 13px}
	.thynk-mainmenu .main-menu > li:last-child .sub-menu .sub-menu{
		left: auto;
		right: 100%;
	}
}
@media(min-width: 992px) and (max-width: 1199.98px){
	.item-post-feature .post-image{width: 53%}
	.item-post-feature .post-image .bg-img{min-height: 560px}
	.featured-posts-slider .owl-dots{width: 37%}
	.thynk-logo{width: 10%}
	.thynk-mainmenu .main-menu > li::after{margin: 0 10px}
	.thynk-blog .post-info{padding-right: 0}
	.thynk-logo img{max-width: 140px}
	.widget ul ul{padding-left: 15px}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{width: 100%}
	.thynk-single-post .social-share a{margin: 0 8px 3px;}
	.thynk-mainmenu .main-menu > li:last-child .sub-menu .sub-menu,
	.thynk-mainmenu .main-menu > li:nth-last-child(2) .sub-menu .sub-menu{
		left: auto;
		right: 100%;
	}
}


@media(min-width: 768px) and (max-width: 991.98px){
	.woocommerce form .form-row-first, .woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{width: 100%}
	.widget ul ul{padding-left: 15px}
    .thynk-logo h1, .thynk-logo h2{font-size: 28px;}
    .item-post-feature .post-image .bg-img{min-height: 460px}
    .item-post-feature .post-info{padding: 45px 40px;}
    .item-post-feature .post-title{font-size: 26px;line-height: 35px;}
    .item-post-feature .post-image{width: 52%}
    .featured-posts-slider .owl-dots{width: 48%;bottom: 5px;}
    .sidebar{padding: 15px;}
    .tagcloud a{padding: 5px 13px;margin-right: 4px;margin-bottom: 4px;}
    .post-title{font-size: 22px;line-height: 30px;}
    .thynk-aboutme .about-info{padding: 30px 40px;width: 58%}
    .ft-widget .col-md-6:first-child,
    .ft-widget .col-md-6:nth-child(2){margin-bottom: 30px}
    .thynk-mainmenu .main-menu > li > a{padding: 0;letter-spacing: 0}
    .thynk-mainmenu .main-menu > li::after{margin: 0 7px;}
    .thynk-mainmenu .main-menu{padding: 20px 0}
    .thynk-mainmenu .sub-menu::before{height: 20px;top: -20px;}
    .thynk-mainmenu .main-menu > li > .sub-menu {margin-top: 20px;}
    .thynk-social a{margin: 0 2px;width: 32px;height: 32px;line-height: 30px;}
    .thynk-logo{width: 9%}
	.thynk-blog .post-info{padding-right: 0}
	.sidebar .widget_calendar th,
	.sidebar .widget_calendar td{padding: 4px}
	.widget_nav_menu ul ul{padding-left: 12px}
	.thynk-single-post .post-bottom{padding: 20px 15px;}
	.thynk-single-post .social-share a{margin: 0 5px 3px;}
	.thynk-mainmenu .main-menu > li:last-child .sub-menu .sub-menu,
	.thynk-mainmenu .main-menu > li:nth-last-child(2) .sub-menu .sub-menu{
		left: auto;
		right: 100%;
	}
}
@media (max-width: 767px){
	.thynk-social a{margin: 0 7px}
	.nav-icon{display: block;}
	.header{padding: 10px 0;}
	.header-content{position: relative;}
	.nav-main{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		text-align: left;
		background: #fff;
		z-index: 50;
		margin-top: 0;
        box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    	padding: 0px 15px;
	}
	.thynk-mainmenu .main-menu > li{display: block;}
	.thynk-mainmenu .main-menu > li > a{padding: 10px 0;display: block;}
	.thynk-mainmenu .main-menu{padding: 0px 0}
    .thynk-mainmenu .sub-menu::before{height: 0px;top: 0px;}
    .thynk-mainmenu .main-menu > li > .sub-menu {margin-top: 0px;}
	.thynk-mainmenu .main-menu > li::after{display: none;}
	.thynk-mainmenu .sub-menu{
		position: relative;
		border: none;
		padding: 0 0 0 20px;
		display: none;
	}
	.thynk-mainmenu .show-submenu > .sub-menu{display: block;}
	.thynk-mainmenu .sub-menu .sub-menu{
		top: 0;
		left: 0;
	}
	.thynk-mainmenu li {
		border-bottom: 1px solid #eee;
	}
	.thynk-mainmenu li:last-child {
		border-bottom: none;
	}
	.thynk-mainmenu .sub-menu li a{border: none;}
	.thynk-mainmenu .sub-menu li{padding: 0;}

	.nav-main .caret{display: block;}
	.nav-icon{margin-right: 10px}
	.item-post-feature .post-image{width: 100%}
	.item-post-feature .post-image .bg-img{min-height: 300px}
	.item-post-feature .post-info{padding: 30px}
	.item-post-feature .post-title{font-size: 24px;line-height: 34px;}
	.item-post-feature .post-meta{margin-bottom: 30px;}
	.featured-posts-slider .owl-dots{display: none!important;}
	.footer-ins .instagram-pics li{width: 33.3334%}
	.ft-widget .widget:last-child{margin-bottom: 30px}
	.ft-widget .col-md-3:last-child .widget:last-child{margin-bottom: 0;}
	.sidebar{margin-top: 30px;}
	#gallery-5 .gallery-item,
	#gallery-6 .gallery-item,
	#gallery-7 .gallery-item,
	#gallery-8 .gallery-item,
	#gallery-9 .gallery-item,
	#gallery-10 .gallery-item{
		width: 33.33%!important;
	}
	#gallery-5 .gallery-item:nth-child(3n+1),
	#gallery-6 .gallery-item:nth-child(3n+1),
	#gallery-7 .gallery-item:nth-child(3n+1),
	#gallery-8 .gallery-item:nth-child(3n+1),
	#gallery-9 .gallery-item:nth-child(3n+1),
	#gallery-10 .gallery-item:nth-child(3n+1){
		clear: both;
	}
	.gallery{overflow: hidden;}
	.gallery br{display: none;}
	.thynk-social a{margin: 0 3px;}
    .thynk-aboutme .about-info{padding: 40px;width: 56%}
    .thynk-aboutme .widget-title{font-size: 25px;line-height: 30px;margin-bottom: 30px}
    .thynk-aboutme .about-text{margin-bottom: 30px}
    .thynk-single-post .title-single{font-size: 30px;line-height: 40px;}
	.thynk-single-post > .item-blog > .post-meta{margin-bottom: 50px}
	.inf-ath{margin-bottom: 50px}
	.thynk-single-post > .item-blog > .post-format{margin-bottom: 45px}
	.thynk-single-post .social-share a{margin: 0 5px 10px;}
	.post-related .post{margin-bottom: 30px}
	.comment-body .comment-author{width: 85px;margin-right: 15px;}
	.comment-list ol.children{padding-left: 30px}
	.inf-ath .avatar{width: 65px;height: 65px}
	.post-bottom .post-tags{float: none;display: block;width: 100%;text-align: center;margin-bottom: 10px}
	.post-bottom .post-social{display: block;text-align: center;width: 100%;float: none;}
}
@media(max-width: 575px){
	.header-social > a.cart-customlocation{display: block;}
	.cart-customlocation{width: 30px;}
	.thynk-logo{width: 22%;}
	.thynk-mainmenu{width: auto;}
	.author-name{display: block;}
	.date-comment{display: block;}
	.comment-body .reply{float: none;display: block;}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
		width: 100%;
		margin: 0 0 30px 0;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{width: 100%}
	#gallery-4 .gallery-item,
	#gallery-5 .gallery-item,
	#gallery-6 .gallery-item,
	#gallery-7 .gallery-item,
	#gallery-8 .gallery-item,
	#gallery-9 .gallery-item,
	#gallery-10 .gallery-item{
		width: 50%!important;
	}
	#gallery-4 .gallery-item:nth-child(2n+1),
	#gallery-5 .gallery-item:nth-child(2n+1),
	#gallery-6 .gallery-item:nth-child(2n+1),
	#gallery-7 .gallery-item:nth-child(2n+1),
	#gallery-8 .gallery-item:nth-child(2n+1),
	#gallery-9 .gallery-item:nth-child(2n+1),
	#gallery-10 .gallery-item:nth-child(2n+1){
		clear: both;
	}
    .container{padding:0 15px}
    .thynk-aboutme .widget-title{font-size: 30px;line-height: 40px;margin-bottom: 35px}
    .thynk-aboutme .img-ab{width: 100%}
    .thynk-aboutme .about-text{margin-bottom: 35px}
    .thynk-aboutme .about-info{
		position: static;
		width: 100%;
		padding: 30px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.thynk-logo img{max-width: 140px}
}

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

        .alignfull {
        	max-width: 100vw;
        	width: calc(100vw - 8px);
        	margin-left: calc( -100vw / 2 + 100% / 2 );
        	margin-right: calc( -100vw / 2 + 100% / 2 );
        }

        .alignwide {
        	margin-left: -130px;
        	margin-right: -130px;
        	max-width: 1530px;
            width: auto;
        }

        .alignwide img,
        .alignfull img {
            display: block;
            margin: 0 auto;
        }
	}
