/*
Theme Name: Roda
Theme URI: http://justfreethemes.com/roda/
Author: Just Free Themes
Author URI: http://justfreethemes.com/
Description: Roda is a responsive blog theme with a modern look. It includes toggable slider, sidebar and social profile so the focus remains on your content. Roda provides options in the theme Customizer so you can make live customizations for your website.
Version: 1.04
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roda
Tags: light, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-colors, custom-background, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Roda is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/


body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	color: #272F36;
	background-color: #d3dee4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1A2835;
	font-weight: 700;
}
a,
a:hover {
	color: #526ef3;
}
/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
}
th {
	background-color: #B5CCDE;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #6ca0ce;
	background-color: #b5ccde;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/


button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
/*	padding: 15px;
	border: 1px solid #556270;
	color: #556270;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; */
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #556270;
	color: #fff;
	text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {/*
	color: #666;
	border: 1px solid #556270;
	border-radius: 3px;*/
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	/*padding: 8px;*/
	padding: 2px 11px 0px 11px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 8px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	text-align: center;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	padding: 10px;
	border: 1px dotted #ffcc99;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	background-color: #909ead;
}
.main-navigation li:last-of-type {
	margin-right: 0;
}
.main-navigation li:hover {
	background-color: #fff;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #ffcca4;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;	
}
.main-navigation li:hover > a {
	color: #333;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
	text-align: left;
	font-size: 14px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	color: #333;
}

.main-navigation ul ul li {
	padding: 6px;
	border-bottom: 1px solid #dadada;
	margin-right: 0;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: -1px;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}



/* V2 Navigation */



.v2-navigation {
	clear: both;
	display: block;
	text-align: center;
	width: 100%;
}

.v2-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.v2-navigation li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	/* border: 1px dotted #ffcc99;*/
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	background-color: #fab44b;
	
	-webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
}


.v2-navigation li:last-of-type {
	margin-right: 0;
}
.v2-navigation li:hover {
	background-color: #fff;
}

.v2-navigation li:active {

	top: 1px;
	/*left: 1px;*/
	-webkit-box-shadow: rgba(000,000,000,0.7) 0 1px 1px, inset rgba(255,255,255,0.3) 0 1px 0;
	-moz-box-shadow: rgba(000,000,000,0.7) 0 1px 1px, inset rgba(255,255,255,0.3) 0 1px 0;
	box-shadow: rgba(000,000,000,0.7) 0 1px 1px, inset rgba(255,255,255,0.3) 0 1px 0;

}



.v2-navigation a {
	padding: 2px 10px 2px 10px;
	display: block;
	text-decoration: none;
	color: #000000;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;	
}


.v2-navigation li:hover > a {
	color: #333;
}
.v2-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
	text-align: left;
	font-size: 14px;
}

.v2-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.v2-navigation ul ul a {
	width: 200px;
	color: #333;
}

.v2-navigation ul ul li {
	padding: 6px;
	border-bottom: 1px solid #dadada;
	margin-right: 0;
}

.v2-navigation li:hover > a {
}

.v2-navigation ul ul :hover > a {
}

.v2-navigation ul ul a:hover {
}

.v2-navigation ul li:hover > ul {
	left: -1px;
}

.v2-navigation ul ul li:hover > ul {
	left: 100%;
}

.v2-navigation .current_page_item > a,
.v2-navigation .current-menu-item > a,
.v2-navigation .current_page_ancestor > a {
}


















.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.post-navigation {
	padding: 30px 60px;
	font-weight: 700;
}
.paging-navigation {
	background-color: #556270;
	padding: 30px 0;
	line-height: 1;
}
.nav-separator,
.paging-navigation {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	width: auto !important; 	
}
.paging-navigation {
	font-size: 70px;
}
.paging-navigation a {
	color: #fff;
}
#comment-nav-above {
	margin-bottom: 30px;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget-area {
	width: 360px;
	float: right;
	background-color: #f5f5f5;
	position: fixed;
	top: 0;
	right: -360px;
	padding: 30px;
	overflow-y: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #B6B6B6;
	z-index: 9999;
	margin-bottom: 30px;
}
.widget-area-visible {
	right: 0;
}
.admin-bar .widget-area {
	top: 32px;
}
.toggles {
	position: fixed;
	right: 0;
	top: 40%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;	
}
.sidebar-toggle-inside {
	font-size: 40px;
	cursor: pointer;
	position: absolute;
	line-height: 1;
	display: none;
}
.social-toggle,
.sidebar-toggle,
.slider-toggle {
	margin-right: -1px;
	font-size: 40px;
	width: 60px;
	height: 60px;
	background-color: rgba(62, 67, 76, 0.5);
	text-align: center;
	line-height: 1;
	border-bottom: 1px solid #575757;
	cursor: pointer;
	color: #fff;
}
.social-toggle .fa,
.sidebar-toggle .fa,
.slider-toggle .fa {
	margin-top: 8px;
}
.mobile-toggles {
	display: none;
}
.mobile-toggles .social-toggle,
.mobile-toggles .sidebar-toggle,
.mobile-toggles .slider-toggle {
	width: 33.33%;
	float: left;
	margin-right: 0;
}
.toggles-push {
	right: 360px;
}
.social-toggle {
	top: 60%;
}
.slider-toggle {
	top: 80%;
}
.widget {
	margin: 0 0 30px;
}
.widget ul {
	padding-left: 20px;

}
.widget .children {
	padding-left: 20px;
}
.widget-title {
	margin: 0 0 30px;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	padding: 30px 60px;
	overflow: auto;
	background-color: #527ea5;
}
.post-content.col-md-6 {
	padding-left: 30px;
}
.post-content {
	overflow: auto;
}
.entry-header {
	margin-bottom: 30px;
}
.single .entry-header,
.page .entry-header {
	text-align: center;
}
.entry-thumb {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.entry-thumb img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.entry-thumb img:hover {
	opacity: 0.6;
}
.single-thumb {
	margin-bottom: 30px;
	text-align: center;
}
.entry-meta,
.entry-meta a,
.popover a {	
	color: #727475;
}
.popover.bottom {
	margin-top: 28px;
}
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-title {
	margin: 0 0 15px;
}
.entry-title,
.entry-title a {
	color: #1A2835;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	text-decoration: none;
}
.entry-title a:hover {
	color: #556270;
}
.page-content,
.entry-content,
.entry-summary {
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header {
	margin-top: 0;
	padding-top: 60px;
}
.entry-footer {
	margin-top: 30px;
}
.entry-footer span {
	margin-right: 15px;
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-area {
	background-color: #fff;
	padding: 60px;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comments-title {
	margin: 0 0 30px 0;
	font-size: 24px;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area .children {
	padding-left: 20px;
}
.comments-area .fn {
}
.comment-author .avatar {
	position: absolute;
}
.comment-author .fn,
.comment-metadata {
	margin-left: 80px;
}
.comment-metadata {
	font-size: 12px;
	margin-bottom: 30px;
}
.comment-body {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #556270;
	background-color: #fff;
}
.reply {
	text-align: right;
}
.comment-reply-link {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #556270;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;	
}
a.comment-reply-link {
	color: #556270;
	text-decoration: none;
}
a.comment-reply-link:hover {
	color: #000;
	box-shadow: 0 0 1px #505050;
}
.comments-area a.url {
	text-decoration: underline;
}
.bypostauthor {
}
/* Respond form */
.comment-reply-title {
	margin: 0 0 15px;
}
.comment-respond {
	margin-top: 10px;
}
input#author,
input#email,
input#url,
textarea#comment {
	width: 100%;
	max-width: 100%;
	padding: 10px;
}
.comment-form-author:before,
.comment-form-email:before,
.comment-form-url:before,
.comment-form-comment:before {
	font-family: FontAwesome;
	color: #556270;
}
.comment-form-author:before {
	content: "\f007  ";
}
.comment-form-email:before {
	content: "\f003  ";
}
.comment-form-url:before {
	content: "\f0c1  ";
}
.comment-form-comment:before {
	content: "\f040  ";
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
.site-header {
	background-color: #b5ccde;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
.site-title {
	font-size: 60px;
}
.site-title a {
	color: #fff;
	text-decoration: none;
}
.site-description {
	color: #3a4e61;
	font-size: 20px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom: 30px;
}
.site-logo {
	max-width: 500px;
	margin-bottom: 30px;
}
.site-content {
	padding: 0;
}
.content-area {
	background-color: #fff;
	padding: 45px 0;
	margin: -45px auto;
}
.svg-container {
    width: 100%;
    height: 0;
    padding-top: 5.333%;
    position: relative;
}
.meta-container {
	position: relative;
	height: 50px;
	margin-top: 20px;
}
.meta-container .fa {
	font-size: 32px;
	cursor: pointer;
	color: #fff;
}
.meta-icon {
	width: 32%;
	margin-right: 1.333%;
    float: left;
    background-color: #556270;
    padding: 15px 0;
    text-align: center;
}
.meta-icon:last-of-type {
	margin-right: 0;
}
.site-footer {
	background-color: #d3dee4;
	padding: 30px 0;
}
.svg-header,
.svg-separator,
.post-separator,
.svg-about,
.nav-separator,
.footer-separator {
    width: 100%;
    height: 0;
    padding-top: 3.071%;
    position: relative;
        background-color: #527ea5;
}
.home .svg-header,
.blog .svg-header {
	background-color: #527ea5 !important;
}
.footer-separator,
.nav-separator {
	padding-top: 2.97%;
}
.bottom-sep {
	background-color: #FFCC99;
}
.footer-separator {
	background-color: #527ea5;
}
.single .footer-separator,
.page .footer-separator {
	/* background-color: transparent; */
}
.svg-header svg,
.svg-about svg,
.bottom-sep svg {
	margin-top: -1px; /* Fixes some issues */
}

.post-separator path,
.svg-separator path {
	stroke: #a8b6c5;
	fill: none;
}
.svg-header path,
.svg-header rect {
	fill: #b5ccde;
}
.svg-about path,
.svg-about rect {
	fill: #a8b6c5;
}
.nav-separator path,
.nav-separator rect {
	fill: #a8b6c5;
}
.footer-separator path,
.footer-separator rect {
	fill: #1a2227;
}
.hentry:last-of-type + .post-separator {
	display: none;
}
svg {
    position: absolute;
    top: 0;
    left: 0;
}
/* About me section */
.about-me {
	padding: 60px 0;
	background-color: #FFCC99;
	text-align: center;
	position: relative;
}
.about-img {
	max-width: 250px;
	border-radius: 20px;
}
.about-photo {
	margin-bottom: 30px;
}
.about-title {
	margin: 0 0 15px;
}
.site-info {
	color: #8C8C8C;
}

/*--------------------------------------------------------------
Social Menu
--------------------------------------------------------------*/
.social-navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: rgba(26, 34, 39, 0.9);
	display: none;
	overflow-y: auto;
}
.social-display {
	display: block;
}
.social-close,
.slider-close,
.slider-close {
	position: absolute;
	color: #fff;
	font-size: 40px;
	top: 50px;
	right: 50px;
	cursor: pointer;
	z-index: 9999;
	text-shadow: 0 0 2px #000;
}
.social-title {
	position: relative;
	padding: 15px;
	top: 30%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.social-navigation .container {
	position: relative;
	top: 40%;
}
.social-navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social-navigation li {
	position: relative;
	display: inline-block;
	list-style: none;
	line-height: 1;
	margin: 0 20px 20px 0;
}
.social-navigation li a {
	text-decoration: none;
}
.social-widget a::before,
.social-navigation li a::before {
	font-family: FontAwesome;
	font-size: 76px;
}
.social-widget a[href*="twitter.com"]::before,
.social-navigation li a[href*="twitter.com"]::before {
	content: '\f081';
}
.social-widget a[href*="facebook.com"]::before,
.social-navigation li a[href*="facebook.com"]::before {
	content: '\f082';
}
.social-widget a[href*="plus.google.com"]::before,
.social-navigation li a[href*="plus.google.com"]::before {
	content: '\f0d4';
}
.social-widget a[href*="dribbble.com"]::before,
.social-navigation li a[href*="dribbble.com"]::before {
	content: '\f17d';
}
.social-widget a[href*="pinterest.com"]::before,
.social-navigation li a[href*="pinterest.com"]::before {
	content: '\f0d3';
}
.social-widget a[href*="youtube.com"]::before,
.social-navigation li a[href*="youtube.com"]::before {
	content: '\f166';
}
.social-widget a[href*="flickr.com"]::before,
.social-navigation li a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-widget a[href*="vimeo.com"]::before,
.social-navigation li a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-widget a[href*="instagram.com"]::before,
.social-navigation li a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-widget a[href*="linkedin.com"]::before,
.social-navigation li a[href*="linkedin.com"]::before {
	content: '\f08c';
}
.social-widget a[href*="foursquare.com"]::before,
.social-navigation li a[href*="foursquare.com"]::before {
	content: '\f180';
}
.social-widget a[href*="tumblr.com"]::before ,
.social-navigation li a[href*="tumblr.com"]::before {
	content: '\f174';
}
.social-navigation li a {
	color: #ffffff;
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
#slides {
	position: fixed !important;
	z-index: 99999;
}
.full-slider {
	display: none;
}
.slider-display {
	display: block;
}
.slides-navigation {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 999;
	font-size: 80px;
	text-shadow: 0 0 2px #000;
}
.slides-navigation a {
	color: #fff;
}
.slides-navigation .prev {
	position: absolute;
	left: 50px;
}
.slides-navigation .next {
	position: absolute;
	right: 50px;
}

/*--------------------------------------------------------------
Mobile menu
--------------------------------------------------------------*/
.slicknav_menu  .slicknav_menutxt { display: block; font-size: 30px; }
.slicknav_menu .slicknav_icon { display: none; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

.mobile-nav {
	display: none;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    display: block;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
    text-align: center;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#967171;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#967171;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	.toggles {
		display: none;
	}
	.mobile-toggles,
	.sidebar-toggle-inside {
		display: block;
		overflow: auto;
		position: relative;
	}
	.widget-area {
	}
	.widget-area-visible {
		width: 100%;
	}
	.widget {
		width: 360px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 991px) {
	/*
	.main-navigation {
		display: none;
	}
	.mobile-nav {
		display: block;
	}
	*/
	.entry-thumb {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 790px) {
	.nav-icons {
		display: none;
	}
	.nav-main {
		margin-top: 0px !important;
	}
}

@media only screen and (max-width: 599px) {
	.comments-area .children {
		padding-left: 0;
	}
	.hentry,
	.comments-area,
	.post-navigation {
		padding-left: 15px;
		padding-right: 15px;
	}
	.post-content.col-md-6 {
		padding: 0;
	}
}
@media only screen and (max-width: 360px) {
	.widget-area {
		width: 100%;
	}
}



/*--------------------------------------------------------------
Modifications
--------------------------------------------------------------*/

/* Forms */


.form-container {
   border: 1px solid #90abad;
   background: #bfcedb;
   background: -webkit-gradient(linear, left top, left bottom, from(#e6ebed), to(#bfcedb));
   background: -webkit-linear-gradient(top, #e6ebed, #bfcedb);
   background: -moz-linear-gradient(top, #e6ebed, #bfcedb);
   background: -ms-linear-gradient(top, #e6ebed, #bfcedb);
   background: -o-linear-gradient(top, #e6ebed, #bfcedb);
   background-image: -ms-linear-gradient(top, #e6ebed 0%, #bfcedb 100%);
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:300px;
   padding:20px;
   width:350px;
   }

.customs-container {
   border: 1px solid #90abad;
   background: #e4cb91;
   background: -webkit-gradient(linear, left top, left bottom, from(#f7f0dd), to(#e4cb91));
   background: -webkit-linear-gradient(top, #f7f0dd, #e4cb91);
   background: -moz-linear-gradient(top, #f7f0dd, #e4cb91);
   background: -ms-linear-gradient(top, #f7f0dd, #e4cb91);
   background: -o-linear-gradient(top, #f7f0dd, #e4cb91);
   background-image: -ms-linear-gradient(top, #f7f0dd 0%, #e4cb91 100%);
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:300px;
   padding:5px;
   width:350px;
   }

.form-field {
   border: 1px solid #b9d4eb;
   background: #ffffff;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
   padding:2px;
   margin-bottom:2px;
   width:280px;
   }

.customs-field {
   border: 1px solid #b9d4eb;
   background: #ffffff;
   color: #000000;	
   padding:0px 1px 0px 1px !important;
   margin-bottom:2px;
   width:280px;
   font-size:14px;
   }

.nn:focus {
	outline: none;
}

   
.form-field:focus {
   background: #fff2a8;
   color: #725129;
   }
.form-container h2 {
   text-shadow: #ffffff 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
   margin-bottom:0px;
   color: #2b86d6 !important;
   text-shadow: #ffffff 0 1px 0;
   }
.customs-title {
   margin-bottom:0px;
   color: #735a0e !important;
   text-shadow: #ffffff 0 1px 0;
   font-size: 16px;
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }
.submit-button {
   border: 0px solid #3f6614;
   background: #69a436;
   background: -webkit-gradient(linear, left top, left bottom, from(#8cc059), to(#69a436));
   background: -webkit-linear-gradient(top, #8cc059, #69a436);
   background: -moz-linear-gradient(top, #8cc059, #69a436);
   background: -ms-linear-gradient(top, #8cc059, #69a436);
   background: -o-linear-gradient(top, #8cc059, #69a436);
   background-image: -ms-linear-gradient(top, #8cc059 0%, #69a436 100%);
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #b8d698 0 1px 0;
   color: #000000;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
   
.customs-button {
	padding: 3px 15px;
	margin: 20px 0px 0px 5px;
	border-radius: 5px;
}
.submit-button:hover {
   border: 0px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #79b345;
   background: -webkit-gradient(linear, left top, left bottom, from(#9dcf6c), to(#79b345));
   background: -webkit-linear-gradient(top, #9dcf6c, #79b345);
   background: -moz-linear-gradient(top, #9dcf6c, #79b345);
   background: -ms-linear-gradient(top, #9dcf6c, #79b345);
   background: -o-linear-gradient(top, #9dcf6c, #79b345);
   background-image: -ms-linear-gradient(top, #9dcf6c 0%, #79b345 100%);
   color: #ffffff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 0px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#79b345));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }
   
.submit-button:focus {
	outline: none;
}

.hfeed {
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	color: #272F36;
	background-color: #527ea5;
}
.line-separator{

height:1px;
background: #bfcedb;
margin:5px 70px;
}


.div {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;	
}

.woocommerce a.button.alt {
	color: #ffcca4;
	background-color: #1a2227;
}
.woocommerce a.button.alt:hover {
	color: #ffffff;
	background-color: #2aa7f6;
}
.woocommerce input.button.alt {
	color: #ffcca4;
	background-color: #1a2227;
}
.woocommerce input.button.alt:hover {
	color: #ffffff;
	background-color: #2aa7f6;
}
.woocommerce-checkout #payment {
	background-color: #b5ccde;
}
.woocommerce-checkout #payment div.payment_box {
	background-color: #b5ccde;
}




.address-verification-by-country .legend .city:before, .address-verification-by-country .legend .house:before, .address-verification-by-country .legend .street:before, .address-verification-by-country .legend .unit:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.address-verification-by-country .legend .unit:before {
    background-color: #5cb85c;
}
.address-verification-by-country .legend .house:before {
    background-color: #337ab7;
}
.address-verification-by-country .legend .street:before {
    background-color: #5bc0de;
}
.address-verification-by-country .legend .city:before {
    background-color: #f0ad4e;
}

.address-verification-by-country li {
    display: inline-block;
    padding: 5px;
    border-radius: 0;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 12px;
    line-height: 0.75;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-warning {
    background-color: #f0ad4e;
}
.label-primary {
    background-color: #337ab7;
}
.label-info {
    background-color: #5bc0de;
}
.label-success {
    background-color: #5cb85c;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -2px; left: 0px;
  font-size: 27px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}


/*--------------------------------------------------------------
V2 Hard Override
Overrides elements even if V2 template is not chosen!!
--------------------------------------------------------------*/
.v2background {
    background-color: #dee7ec;
}
/* page backgrounds */
.hfeed {
    background-color: #dee7ec;
}
.hentry {
    background-color: #dee7ec;
}
.form-container {
    background: #ffffff;
    width: auto;
    padding: 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-print {
	background: #ffffff;
    box-shadow: none;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	width:165px !important;
}
.form-field {
    background: #b9d2e9;
}
.form-title {
    line-height: 1;
    font-size: 95%;
    padding-top:2px;
	padding-bottom: 2px;
	
}

.manifest {
font-size:80%;	
}

.manifest tr td {
	padding:3px;
}

.manifest_red td {
	background-color: #eca97b;
}



/* disable visibility of checking "Processing Fees" */
.fee {
    display:none !important;
}
.cart-subtotal {
    display:none !important;
}

#metric_toggle {
	border: 1px solid #2b86d6;
	height: 26px;
	width: 170px;
	position: absolute;
	right: 0px;
	top: 8px;
	left: 252px;
	z-index: 9;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
}

#metric_toggle .metric_toggle_item {
	width: 83px;
	float: left;
	text-align: center;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	text-shadow: none;
	transition: 0.1s;
	user-select: none;
}

.form-title.form-title-top {
	height: 40px;
	line-height: 40px;
	position: relative;
}

#metric_toggle .metric_toggle_item.active {
	background: #b9d2e9;
	color: #fff;
}

#metric_toggle .metric_toggle_item:hover {
	background: #b9d2e9;
	color: #fff;
	transition: 0.1s;
}
#metric_toggle_border {
	height: 24px;
	border-left: 1px solid #2b86d6;
	width: 0px;
	float: left;
}
#cm_d, #weight_kg {
	display: none;
}

#weight_custommsg {
	padding-top: 20px;
}

.from_street_result {
	width: 280px;
	position: absolute;
	background: #fff;
	border: 1px solid #b9d2e9;
	font-size: 13px;
	background: #f3f8fd;
	text-align: left;
}

.from_street_result .main-street {
	font-size: 13px;
	margin-right: 10px;
}

.from_street_result .address-item-line {
	padding: 5px;
	margin: 5px 0px;
}

.from_street_result .address-item-line:hover {
	background: #b9d2e9;
	cursor: pointer;
}

.pac-container {
	background-color: #fff;
	position: absolute !important;
	z-index: 1000;
	border-radius: 2px;
	border-top: 1px solid #d9d9d9;
	font-family: Arial, sans-serif;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}



.hdpi.pac-logo:after {
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png)
}

.pac-item {
	cursor: default;
	padding: 0 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	text-align: left;
	border-top: 1px solid #e6e6e6;
	font-size: 11px;
	color: #999
}

.pac-item:hover {
	background-color: #fafafa
}

.pac-item-selected,
.pac-item-selected:hover {
	background-color: #ebf2fe
}

.pac-matched {
	font-weight: 700
}

.pac-item-query {
	font-size: 13px;
	padding-right: 3px;
	color: #000
}

.pac-icon {
	width: 15px;
	height: 20px;
	margin-right: 7px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
	background-size: 34px
}

.hdpi .pac-icon {
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}

.pac-icon-search {
	background-position: -1px -1px
}

.pac-item-selected .pac-icon-search {
	background-position: -18px -1px
}

.pac-icon-marker {
	background-position: -1px -161px
}

.pac-item-selected .pac-icon-marker {
	background-position: -18px -161px
}

.pac-placeholder {
	color: gray
}

.label-address-type {
	display: inline !important;
	font-weight: normal;
	margin-right: 60px;
}

.address-container {
	position: relative;
}

.address-hr {
	border-top: 2px solid #aeaeae;
}

.address-container .right-block {
	position: absolute;
	right: 0px;
}

.address-delete-link {
	margin-right: 40px;
}

.btn-cart-view-item {
	background: none !important;
}
.btn-cart-view-item:hover {
	background: #dad8da !important;
}

.cart-modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.cart-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 25px;
	border: 1px solid #888;
	width: 90%;
	max-width: 600px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

.cart-close {
	color: #000;
	opacity: 0.7;
	float: right;
	font-size: 28px;
	position: absolute;
	top: 10px;
	right: 17px;
	font-weight: bold;
}

.cart-close:hover,
.cart-close:focus {
	color: #000;
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
}

.cart-modal-body {
	margin-top: -24px;
}

.cart-modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}

.cart-modal-body h2 {
	font-size: 26px;
}

.cart-modal-body h3 {
	font-size: 20px;
}
