/*
Theme Name: Hardbrook
Theme URI: http://hardbrook.com
Author: Richard Seabrook
Author URI: http://hardbrook.com/
Modified by: Jon-Michael Lastimosa
Modifier URL: http://jon-michael.lastimosa.com.ph
Description: A base theme for blog development
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.

*/

/* =Global Styles
-------------------------------------------------------------- */

a,
.category-links h2 {
	color: rgb(0,0,0);
    text-decoration: none;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
a:hover,
.entry-content a,
.category-links h2:hover,
li.current-menu-item a {
	color: rgb(212,170,120);
}
.entry-content a {
	color: rgb(212,170,120);
}
.entry-content a:hover {
	text-decoration: underline;
}




/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* =Typography
-------------------------------------------------------------- */

@font-face {
    font-family: 'Didot';
    src: url('./fonts/didot_headline-webfont.eot');
    src: url('./fonts/didot_headline-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/didot_headline-webfont.woff') format('woff'),
         url('./fonts/didot_headline-webfont.ttf') format('truetype'),
         url('./fonts/didot_headline-webfont.svg#Didot') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheanoDidot';
    src: url('./fonts/TheanoDidot-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.entry-content p {
	line-height: 1.67em;
}
#access,
#secondary {
	font-family: Didot, serif;
}
#secondary {
	text-align: center;
	letter-spacing: 1px;
}
.category-links ul {
	font-size: 15px;
	letter-spacing: 1px;
}
.sidebar-social {
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
}
#access {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
.entry-header .entry-title {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.entry-meta {
	font-family: 'Open Sans',sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
.entry-content h2 {
	font-family: Didot, serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 1px;
}
#colophon {
	font-family: Montserrat, sans-serif;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
}
#footer-instagram{
	margin-top:100px
}
#footer-instagram > div{
	padding-bottom:0px!important;
}

.footer-text {
	float:left;
}

.footer-social {
	float:left;
}

.footer-social-links {
	display:inline-block;
	list-style-type: none;
	margin:0;
	padding:0;
}

.footer-social-links li {
	float:left;
}


/* =Structure
-------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}
#page,
.inner {
	display: block;
	margin: 0 auto;
        width: 960px;
}
#primary {
	float: left;
	width: 600px;
}
#content {
	width:100%;
	padding-bottom:10px;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 315px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

.top-bar {
	background-color: black;
	height: 50px;
	line-height:50px;
	width:100%;
	position:fixed;
	top:0;
	box-shadow: 0 3px 5px -2px rgba(0,0,0,0.75);
	z-index:8000;
}
.top-bar-inner {
	width:960px;
	margin:0 auto;
}

.top-bar-inner ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.top-bar-inner ul li {
	float:left;
	position: relative;
}

.top-bar-inner ul li:hover ul {
	display:block;
	position: absolute !important;
	width: 150%;
}

.top-bar-inner ul li a {
	margin-right:30px;
	color:white;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Montserrat", sans-serif;
	font-size:11px;
	font-weight:300;
}

.top-bar-inner ul ul {
	display:none;
	background:white;
	border:1px solid rgba(0,0,0,0.5);
	border-top:0;
	position: absolute;
	margin-top: -1px;
	padding:10px 20px;
	margin-left:-20px;
	box-shadow: inset 0 3px 5px -2px rgba(0,0,0,0.75);
}

.top-bar-inner ul ul li {
	float:none;
	height:26px;
	line-height: 26px;
	position: relative;
}

.top-bar-inner ul ul li a {
	margin-right:5px;
	color:black;
	text-transform: uppercase;
	font-family: "Didot", serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 0px;
}

.top-bar-inner ul li a:hover,
.top-bar-inner ul ul li a:hover {
	color:#AC7D39;
}

.top-bar-spacer {
	height:50px;
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: 50px 0;
	text-align: center;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}

.dropdown {
	border-bottom:1px solid #ccc;
	width:100%;
	height:100px;
	position:fixed;
	top:50px;
	background: white;
	z-index:7999;
	display:none;
}

.dropdown-inner {
	width:960px;
	margin:0 auto;
	text-align: center;
}

.dropdown p {
	font-family: "Didot", serif;
	text-transform: uppercase;
	font-weight: bold;
	padding-top:13px;
}

.dropdown input[type="text"] {
	background:white;
	border:1px solid #ccc;
	border-right:0;
	width:220px;
	text-transform: uppercase;
	outline:0;
	height:20px;
	line-height: 17px;
	box-sizing: border-box;
	padding:0px 10px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size:11px;
	letter-spacing: 2px;
	display:inline;
}

.dropdown input.search-input {
	border-right:1px solid #ccc;
}

.dropdown input[type="submit"] {
	background:white;
	outline:0;
	cursor:pointer;
	height:20px;
	line-height: 12px;
	border:1px solid #ccc;
	border-left:0;
	display:inline-block;
	box-sizing: border-box;
	margin-left:-4px;
	display:inline;
}

.dropdown i {
	line-height: 20px;
}

::-webkit-input-placeholder {
   color: #b3b3b3;
}

:-moz-placeholder { /* Firefox 18- */
   color: #b3b3b3;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #b3b3b3;
}

:-ms-input-placeholder {
   color: #b3b3b3;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: -120px auto 0 auto;
	width: 100%;
}
#access ul {
	float: right;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 22px;
	text-decoration: none;
}
#access li:after {
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
	line-height: 2em;
	font-weight: normal;
}
#access li:last-child:after {
	content: "";
}
#access.center div {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
#access.center div ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#access.center div ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}


/* =Content
-------------------------------------------------------------- */

body.page-template-page-shop-php #primary {
	width:960px;
}

.double-borders {
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding:20px 0px;
	position:relative;
}

.double-borders:before {
    content:"";
    display:block;
    position:absolute;
    left:0;
    bottom:-8px;
    width:100%;
    height:1px;
    background:#000;
}

.double-borders:after {
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:-8px;
    width:100%;
    height:1px;
    background:#000;
}

.post {
	margin-bottom: 80px;
}
.entry-header .entry-title {
	padding: 8px 0;
	position:relative;
	border-bottom:1px solid black;
	border-top:1px solid black;
	margin-bottom:20px;
	font-family: "Montserrat", sans-serif;
	font-size:12px;
}

.entry-header .entry-title:before {
    content:"";
    display:block;
    position:absolute;
    left:0;
    bottom:-8px;
    width:100%;
    height:1px;
    background:#000;
}

.entry-header .entry-title:after {
    content:"";
    display:block;
    position:absolute;
    left:0;
    bottom:39px;
    width:100%;
    height:1px;
    background:#000;
}

.entry-header .entry-title .post-time {
	font-size:10px;
	font-family: "Didot", serif;
	color:#ccc;
	padding-right: 13px;
	line-height: 18px;
	display: block;
	float: left;
}

.post-social.top {
	float:right;
}

.post-social.bottom {
	float:left;
}

.post-social ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.post-social ul li {
	float:left;
	margin-left:5px;
}

.post-social ul li a {
	font-size:11px;
}

.post-social-header {
	float:right;
}

.post-social-header ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.post-social-header ul li {
	display: inline-block;
	padding-left:15px;
	padding-right:0 !important;
}

.post-social-header ul li a {
	margin:0 !important;
}

.widget-area .post-social-header {
    float: none;
    text-align: center;
    margin-bottom: 30px;
}

.widget-area .post-social-header:after {
    content: "";
    clear: both;
    display: block;
}

footer.entry-meta {
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
footer.entry-meta:before {
    content:"";
    display:block;
    position:absolute;
    left:0;
    bottom:-10px;
    width:100%;
    height:1px;
    background:#ccc;
}
footer.entry-meta .social-links {
	height:26px;
}
.social-button {
	float: left;
	height: 20px;
	margin-right: 5px;
}
.comments-link {
	float: right;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}
ul.contact {
	padding: 0;
	list-style-type: none;
}
ul.contact li {
	float: left;
	padding: 0 15px;
}
ul.contact li:first-child {
	padding-left: 0;
}

.back-to-top {
	float:right;
}

.back-to-top a {
	font-family: "Didot", serif !important;
	text-transform: uppercase;
	font-weight: bold;
}

.nav-below a {
	font-family: "Montserrat", sans-serif;
}

.left-nav-below, .right-nav-below {
	display: inline-block;
	float: left;
}


.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

.widget_search {
	background: url(./images/search.jpg) center center no-repeat;
	height: 56px;
	width: 229px;
	margin: 0 auto;
}
#searchform {
	padding: 14px;
}
#searchform label {
	display: none;
}
#searchform input#s {
	width: 165px;
	padding-left: 5px;
}
#searchform input#s,
#searchform #searchsubmit {
	height: 28px;
	border: none;
}
#searchsubmit {
	background: url(./images/mag.png) center center no-repeat;

	width: 28px;
}

textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

#comments-title,
#reply-title,
#respond #submit {
	font-family: Calibri, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
#comments-title {
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}
article.comment {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
}
#respond #submit {
	background-color: black;
	color: white;
	border: none;
	padding: 8px 10px;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
	margin-bottom: 30px;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

.category-links h2 {
	cursor: pointer;
	margin: 5px 0;
}
.category-links ul {
	display: none;
	padding: 0;
	list-style-type: none;
}


.sidebar-social,
.widget_youtube_channel_widget {
	position: relative;
	padding: 15px 0;
	border-top: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
}
.widget_youtube_channel_widget {
	border-top: none;
	padding-top: 0px;
}
.sidebar-social:before,
.sidebar-social:after,
.widget_youtube_channel_widget:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid rgb(204,204,204);
	left: 0;
	width: 100%;
}
.sidebar-social:before {
	top: 3px;
}
.sidebar-social:after,
.widget_youtube_channel_widget:after {
	bottom: 3px;
}
.sidebar-social p {
	margin-bottom: 0;
}
.sidebar-social .centeredmenu ul {
	margin-bottom: 10px;
}
.sidebar-social .centeredmenu ul li {
	padding: 0 8px;
}
.sidebar-social .centeredmenu ul li a img {
	width: 28px;
	height: auto;
}


/* =Footer
-------------------------------------------------------------- */

.footer {
	text-align: center;
}
.footer a {
	display: inline-block;
	width: 115px;
	margin: 20px 0;
}
#colophon,
#colophon a {
	color: white;
}
#colophon a:hover {
	color: rgb(212,170,120);
}
#colophon {
	background-color: black;
	margin-bottom: 0px;
	line-height: 26px;
	margin-top:0px;

}
#site-generator div{
	height:100px;
	line-height: 100px;
}
.row .section {
	width: 320px;
	float: left;
}
.centeredmenu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
.centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding: 0 10px;
   position:relative;
   right:50%;
}

#back-to-top {
	width:40px;
	height:40px;
	background:url(images/back-to-top.png) top  no-repeat;
	position:fixed;
	right:0;
	top:50%;
	display:none;
	z-index:999;
}

a.more-link {
	display:block;
	width:150px;
	padding:5px 15px;
	background:black;
	color:white;
	text-align: center;
	margin:40px auto;
	font-family: "Prata", serif;
	letter-spacing: 1px;
	font-size:10px;
}

.only-mobile{
	display:none;
}

#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
    float: left;
}
#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
    float: left;
}

/*

Mobile Tweaks by chloedigital

*/


@media (max-width: 420px) {
	.comments-link{
	    text-transform: uppercase;
	    font-family: "Montserrat",sans-serif;
	    width: 100%;
	    padding: 10px;
	    text-align: center;
	    float:none;
	    display: inline-block;
	}
	.post-social.bottom ul{
	    margin: auto;
    	display: inline-block;
	}
	.post-social.bottom{
		width: 100%;
	    clear: both;
	    display: inline-block;
	    text-align: center;
	    padding: 3px;
	}
	footer.entry-meta .social-links{
		height:auto!important;
	}
	.post-social ul li{
		padding:0px 5px;
	}
	.post-social ul li a {
    	font-size: 16px;
	}
}

@media (max-width: 768px) {
	#text-4,#text-7,#text-8{ display:none;}

	.entry-header .post-time{

		width:100%;

		text-align:center;

		padding:10px!important;

	}

	.entry-header .entry-title{

		border:0px none;

		text-align: center

	}

	#colophon{

		height: 100px;

		padding-top: 50px;

		line-height: 30px!important;

	}

	.entry-header .entry-title:before,

	.entry-header .entry-title:after{

		background:transparent;

	}



	.post-social.top{

		display:none;

	}

	#primary,#secondary{

		width:100%!important;

	}

	#branding{

		display:none;

	}

	#secondary{

		margin-top:20px;

	}

	#menu_open{

		cursor: pointer;

		font-size: 23px;

	    float: right;

	    line-height: 50px;

	    margin-right: 20px;

	    font-weight: normal;

	}

	body .top-bar{

		background-color:#fff;

		box-shadow: none;

		line-height: 30px;

		height: auto;margin-top: 50px;

	}

	body .top-bar-inner ul li a{

		color:#000;

		margin-right:auto;

	}

	#page, .inner{

    	max-width: 100%;

    	padding: 20px;

        padding-top:0px;

    	box-sizing: border-box;

	}

	#back-to-top{

		z-index: 10;

	}

	body .top-bar-inner{

		text-align: center;

		width: 100%;

	}

	body .top-bar-inner ul li{

		width: 100%;

		text-align: center;

	}

	body .post-social-header li{

		width:auto!important;

	}

	body .post-social-header {

	    margin: auto;

	    float: none;

	    display: inline-block;

	}

	.only-mobile{display:block;}

	.no-mobile{display:none;}

	#mobile-logo img{

		max-height: 40px;

		padding: 5px 20px

	}

	#mobile-logo{

		height:50px;

		position:fixed;

		top:0px;

		width:100%;

		border-bottom: 1px solid #000;

	    background-color: #fff;

    	z-index: 10000;

	}

	body .top-bar-inner ul ul li a:hover,
	.top-bar-inner ul li a:hover, .top-bar-inner ul ul li a:hover
	{

		color:#aaa!important;

	}

	.active_menu a{
		color:#aaa!important;
	}

	body .top-bar-inner ul ul li a{

		font-family: "Montserrat",sans-serif;

		font-weight: normal;

    	letter-spacing: 2px;

    	font-size:11px;

    	color:#aaa;

	}

	body .top-bar-inner ul ul {

    	border: 0px solid rgba(0,0,0,.5);

    	position: static;

    	margin-top: 0px;

    	margin-left: 0px;

    	box-shadow: none;

    	padding:0px;

	}



	.post-social-header i{

		font-size: 14px;

	}

	.post-social-header ul li{

		padding: 0 10px!important;

	}



	#mobile_search{

		margin-top:20px;

		margin-bottom: 5px;

	}

	#mobile_sub{

		margin-bottom: 20px;

	}

	#mobile_search ,#mobile_sub{

		display: inline-block;

		position: relative;

    	width: 180px;

	}

	#mobile_search input,#mobile_sub input{

	    padding: 5px;

	    text-transform: uppercase;

	    z-index: 8;

	    position: relative;

	    text-indent: 28px;

	    width: 170px;

	    font-size: 9px;
	        border: 1px solid #ccc;

	    letter-spacing: 1px;
	      -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;

	}

	#mobile_search i,#mobile_sub i{

	    position: absolute;

    	left: 10px;

	    z-index: 10;

	}

	#mobile_sub i:before{

		font-size:9px;

	}

	.top-bar{

		display: none;

	}



	.top-bar-inner ul li:hover ul{

		display: none;

	}

	#top_close_btn{

    	text-align: right;

	}

	#top_close_btn i{

		padding:15px 20px;

		cursor: pointer;

	}

	.submenu-toggle {

		font-size:7px!important;

		top:-2px;

		padding:10px;

		position: relative;

	}

        .post{ margin-bottom:30px}
    #dot{display: none;}

}

#footer-instagram {
    text-align: center;
}

.stk-title {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 5px;
}
ul.mlrp_ul{
	padding:0px;
	margin:0px;
}
iframe{
max-width:100%;
}
#widget_sp_image-3,#widget_sp_image-2{
margin-bottom:0px;
}
#widget_sp_image-2 img{ max-width:210px!important;}
#text-10{
    width: 80%;
    border: 1px solid black;
    display: inline-block;
    padding: 12px 5px;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    top: -45px;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    letter-spacing: 0px;
}
#text-10 .textwidget{text-align:center}
#text-10 a{float:none!important;}
#widget_sp_image-3{ position:relative;z-index:99;}
#text-9{ margin-top:-10px;}
.top-bar-inner ul li:hover ul .sub-menu,
.only-mobile ul li:hover ul .sub-menu,
.only-mobile ul li:active ul .sub-menu,
.only-mobile ul li:focus ul .sub-menu {
	display: none;
	width: 100%;
	background-color: #fff;
}
/*.fa.fa-chevron-up,
.fa.fa-chevron-down { display: none !important; }*/
.sub-menu .sub-menu {
	position: absolute !important;
	left: 150px;
	top: 0;
	width: 120% !important;
}
@media screen and (min-width: 769px){
	.sub-menu .menu-item i.submenu-toggle{
		padding-left: 3px;
	}
}
@media screen and (max-width: 768px){
	body .top-bar-inner ul ul{
		position: relative !important;
	}
	.sub-menu .sub-menu {
    width: 100% !important;
	}
	.sub-menu .sub-menu {
		position: relative !important;
		left: 0px;
		/*display: none !important;*/
	}
	.top-bar-inner ul li:hover ul{
		position: relative !important;
		width: 100%;
		display:block;
	}
	body .top-bar-inner ul li{
		height: auto;
	}
}
