/*
Theme Name: Business Trust
Theme URI: https://www.gulfthemes.com/product/business-trust-wordpress-theme/
Author URI: https://gulfthemes.com
Author: Gulf Themes
Description: Business Trust is a fully customizable free WordPress theme with many amazing features. You can use this theme for blog, portfolio, business web site, online store, storefront and eCommerce websites with WooCommerce and creating a business website is a pretty easy task. It also has a featured slider where you can showcase your business details and contents. The theme uses bootstrap and he responsive design of the theme will render on all viewing devices. Business Trust also has many sections to highlight different aspects of your business.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-trust
Tags: e-commerce, blog, theme-options, portfolio, one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-header, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, 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.

Business-Trust is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	min-height: 32px;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

input[type="submit"]:hover, 
input[type="submit"]:focus, 
.site-main .navigation .nav-links a:hover, 
.site-main .navigation .nav-links a:focus, 
.wpcf7 input[type="submit"]:hover, 
.wpcf7 input[type="submit"]:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/* table */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em {
	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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #4064d7;
    border-radius: 0;
    background: #4064d7;
    color:#fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 10px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #4064d7;
}

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: #4064d7;
    outline: none;
    background-color: #4064d7;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #404040;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 4px;
    outline: none;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #404040;
    outline: none;
    border: 1px solid #4064d7;
}

textarea {
    width: 100%;
}

.searchform input.search-field {
    width: 100%;
    padding-right: 85px;
}
.searchform button.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    text-align: center;
    width: 45px;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* navigation styles */
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #2b2c2dc4;
	border-bottom:2px solid #fff;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #2b2c2dc4;
}

/* toggle styles */
.navbar-toggle {
	float: unset; 
	margin-right: 0; 
}

.navbar-header { 
	text-align: center; 
}

.navbar-default {
	border:unset;
}

.navbar-toggle {
    background-color: transparent;
	border:1px solid #fff;
	border-radius:4px;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus{
	background-color:#4064d7;
}
.navbar-default .navbar-toggle .icon-bar {
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	box-shadow:unset;
}
.caret { 
	float:right;
	font-size:16px;
}

ul#navbartop li {
	border-right: 0px;
}


/*--------------------------------------------------------------
# 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: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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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 .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}


/*****************************************************************************************************
CUSTOM CSS
******************************************************************************************************/
body{
	font-size: 16px;
}
/* === GLOBAL === */
h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
}
h1 {
	font-size: 3em;
}

h1 small {
	color: white;
}

h1,h2 {
	margin: 0 0 20px;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 18px;
}
p {
	margin: 0 0 1em;
	padding: 0;
}
p.lead {
	font-weight: normal;
}
a:link, a:visited {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #c9302c;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;

}

.btn {
	font-weight: bold;
}

.btn-danger {
	background-color: #dd5638;
	border-collapse: #d95131;
}

img {
	max-width: 100%;
}
blockquote {
	padding: 0;
	border: none;
	font-style: italic;
	text-align: left;
}

blockquote cite {
	display: block;
	color: #777;
	margin: 15px 0 0 0;
}

blockquote:before {
	display: none;
}
.navbar-default {
	background-color:transparent; 
}
.navbar-default .navbar-collapse {
	border:none;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
	font-weight: 600;
}


/*ul#navbartop li:first-child{
	margin-left: -15px;
}*/

/*Layout*/

.row + .row{
/*	margin-top: 20px;
*/
margin-top: 0px;
}


footer {
	color: #ffffff;
	padding: 20px 0 10px;
	font-size: 15px;	
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: white;
}

footer a:hover {
	color: #dd5638;
}

footer li.signup-link a {
	color: #dd5638;
}

footer li.signup-link a:hover {
	font-weight: bold;
}
.footer-info {
	padding-top: 15px;
	border-top: 1px solid #f7f7f7;
}
.bottom-menu {
	text-align:center;
}
.bottom-menu ul{
	margin:0px;
	padding:0px;
}
.bottom-menu ul li {
    display: inline-block;
    padding: 0px 5px;
}

.site-info {
	text-align:center;
}

section {
	padding: 20px 0;
}

section.main-content {
	padding: 20px 0;
}


.section-header {
	text-align: center;
}

section h2 {
	margin: 20px 0 40px;
}

section h3 {
	margin: 30px 0 10px;
}


#primary{
	padding-top: 40px;
	padding-bottom: 40px;
}
.feature-image{
	display: table;
	width: 100%;
}
.feature-image-default{
	
	background-size: cover;
}
.feature-image-default-alt{
	
	background-size: cover;
}
.feature-image h1{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;

}

/*BLOG CSS*/
.site-header {
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
}
.site-header .container h2{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
}
.site-header .container p {
	color: #fff;
}
.navbar-wrapper{
	display: block;	
}
.post, 
#comments{
	position: relative;
	border: 1px solid #efeff3;
	background: white;
	margin: 0 0 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
}
.page header,
.page .post-body,
.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
	padding: 20px;
}
.post .archive-excerpt {
	padding:0px 20px;
}
.post header h1,
.post header h2 {
	margin: 15px 0 0px;
	padding: 0 0 15px;
	border-bottom: solid 1px #eee;
}
.post header h1,
.page header h1  {
	font-size: 24px;
}
.post-image	{
	height: auto;
}
.entry-meta, .entry-meta a{
	margin: 0 0 1em;
	color: #777;
}
.entry-meta i:before {
	padding-right: 10px;
}
.entry-meta > span {
    margin-right: 15px;
}
.btn-readmore{
	width: 100px;
    margin-top: 15px;
    display: block;
}
/*widget*/
.widget{
	padding:20px;
}
.widget h3{
  margin:0 0 20px;
  padding:0 0 10px;
  position: relative;
  color:#000;
}
.widget h3:before {
  position: absolute;
  background: #4064d7;
  
  height: 2px;
  content: '';
  width: 50px;
  bottom: -1px;
  left: 0;
}
.widget ul {
	list-style: none;
	margin : 0;
	padding: 0;
}
.widget ul li {
	margin: 0 0 5px;

}
.widget ul li:hover {
	position: relative;
	left:1px;
}
#secondary .widget{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
  background-color: white;
}
#secondary .widget:not(:last-child) {
    margin-bottom: 2em;
}
/*comment*/
.post-comments-badge{
	height: 70px;
	width: 70px;
	position: absolute;
	top: 25px;
	right: 20px;
	border: none;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius: 100%;
	background: #79b044;
	text-align: center;
	display: table;
}
.post-comments-badge a{
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 20px;
	line-height: 20px;
}
.post-comments-badge i.fa{
	display: block;
	font-size: 15px;
	padding:0px;
	margin-bottom: 4px;
}
.post-comments-badge:hover{
	background-color: #8bc653;
}

#comments h3 {
	font-weight: 400;
	font-size: 24px;
	text-align: left;
	margin-top: 0px;
}
#comments h4 {
	font-size: 1.3em;
}
#comments ol{
	list-style: none;
	padding:0;
	margin: 0;
}
#comments ol li{
	background : rgba(0,0,0,0.02);
	padding:10px 20px;
	margin:10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:solid 1px rgba(0,0,0,0.03);
}
#comments ol li ol.children {
	padding:0;
	list-style: none;
	font-size: 0.96em;
}
#leave-comment{
	margin:40px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #eee;
}
/*Specific wordpress comment Style*/
#comments footer{
	background: none;
	color: inherit;
}
#comments footer a{
	color: inherit;
}
#comments .comment-metadata {
	margin: 10px 0 0;
}

/* post comment navigation */
.navigation.posts-navigation {
    margin-bottom: 0;
}
.navigation.posts-navigation, 
.navigation.post-navigation {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.site-main .post-navigation, 
.site-main .posts-navigation {
    margin-bottom: 50px;
    clear: both;
}
.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-main .post-navigation {
	padding-bottom: 25px;
}
.comment-navigation .nav-previous, 
.posts-navigation .nav-previous, 
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.site-main .navigation .nav-links .page-numbers, 
.site-main .navigation .nav-links a {
    background-color: #4064d7;
    border: 1px solid #4064d7;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 25px;
}
.site-main .navigation.post-navigation .nav-links .nav-previous a::before, 
.site-main .navigation.posts-navigation .nav-links .nav-previous a::before {
    content: "\f100";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.site-main .navigation.post-navigation .nav-links .nav-next a::after, 
.site-main .navigation.posts-navigation .nav-links .nav-next a::after {
    content: "\f101";
    font-family: "FontAwesome";
    margin-left: 10px;
}

/* forms*/
label{
	display: block;
	font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	display: block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-sizing:border-box;
	width: 100%;
	padding:6px 12px;
	font-size: 14px;
}
input[type="submit"],
button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	outline: none;
	border: none;
	background: #aaa;
}

/* widget */
.widget-title {
	margin-top: 0px;
	margin-bottom: 20px;	
}


.navbar {
	margin-bottom:0px;
}


/*************** 
 * Woocommerce *
 ***************/
 
nav.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding-left: 0;
	max-width:200px;
	font-size: 17px;
	line-height: 26px;
	box-shadow: 2px 5px 7px rgba(0,0,0,.16);
	-webkit-box-shadow: 2px 5px 7px rgba(0,0,0,.16);
	margin-left:0px;  
}
nav.woocommerce-MyAccount-navigation ul li {
	padding: 8px 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
	background-color: #4064d7;
	color: #FFFFFF;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #FFFFFF;
	cursor: default;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
	background-color: #FCFCFC ;
}


/****************
 * Callout Area *
 ****************/
 
.callout-area {
 	text-align:center;
	position:relative;
	display:block;
	padding: 40px 10px;	 
}
 
.callout-area .callout-title {
	font-size: 48px;
	text-transform: capitalize;  
 }
 
.callout-area .callout-section-desc {
	font-size: 26px;
	padding: 15px 0px;
	color:#FFFFFF;
	text-transform: capitalize; 
 }
 
.callout-area .start-button {
	border-radius: 0px 0px 0px 0px;
	padding: 12px 24px;	
	background-color:#f733af;
	clear: both;
	display: inline-block;	
	margin-top:10px;
}

.callout-area a {
	color:#ffffff;	
	font-size: 16px;
	letter-spacing: 3.5px;
	
}

/**********
 * Layout *
/*********/
 
.box-layout-container {
	box-shadow: 2px 2px 2px #e8e8e8;
	max-width:1200px;
	margin:0px auto;
}

.footer-widget caption {
	color:#FFFFFF;
}
/***************
 * Social Menu *
/***************/

.social-navigation a:before {	
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "fontawesome";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 auto 1em;
	padding:0px;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #dddcdc;
	border-radius: 0%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f1cb";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f1a6";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f16b";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f230";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f16e";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f180";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f1a0";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f09b";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f16d";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f08c";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f0d3";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f265";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f1a2";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f17e";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f174";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f081";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f194";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f19a";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f167";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f003";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f1bc";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f1e8";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f09e";
}

.post-navigation {
	border-top: 0px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
	clear: both;
	margin: 0 7.6923% 3.5em;
}

/******************
 * Contact Ribbon *
/*****************/
 
.contact-ribbon { 
	clear:both; 
}

.contact-ribbon .fa { 
	font-family: 'FontAwesome';
}
.contact-info-container {
	margin-left: -14px;
}

.social-navigation-container {
	margin-right: -15px;
}
.site-header .contact-info {
	padding: 4px 0px 3px;
}
.site-header .contact-info a { }

.site-header .contact-info div {
    margin-right: 10px;
}

.site-header-main .contact-info .fa {
    font-size: 1.2em;
    margin-right: 5px;
    vertical-align: middle;
}

.site-header .contact-info .phone .fa {
    font-size: 1.3em;
}

.site-header .contact-info .address {
    display: inline-block;
    font-style: normal;
  	margin-right: 9px;
}

.site-header .social-navigation a {
	border-color: transparent;
}

.site-header .social-navigation li {
	margin-right:0px;
}

/***************
 * WooCommerce *
/***************/

.woocommerce .quantity .qty {
    min-height: 35px;
}

.cart-price-container {
	background-color:white;
	border-radius: 24px;
	color:#151515;
	margin-left: 1px;
	min-width: 15px;
	min-height: 15px;
	position: absolute;
	top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.woocommerce-terms-and-conditions-checkbox-text {
	padding-left:20px;
}


/* media queries */


@media screen and (min-width: 37.5em) {

	.sticky-nav .navigation-container {
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul {
		display: block;
	}
	
	.navbar-nav ul ul {
		display: none;
		position: absolute;
		top: -8px;
		right: 0;
		left: 100%;
		z-index: 1;
	}

	.navbar-wrapper {
		display: block;
		width:75%;
	}
	
	.site-logo {
		width:25%;
		display:inline-block;
	}
	
	.custom-logo-link, .site-info-container {
		display:block;
	}
	
	.site-info-container p {
		margin-bottom:10px;
	}
	
	.site-info-container {
		padding-left: 7px;
	}
	
	.menu-social-container {
		display: flex;
		justify-content: center;
	}	
	

}


@media (min-width: 768px) {

	.site-header .contact-info div {
		float: left;
	}
		
	.site-header .contact-info {
		float: left;
	}	
	
	.site-header .social-navigation {
		float:right;
	}	

	.sticky-nav {
		position: fixed;
		top: 0;
		width: 100%;
		box-shadow: 0 2px 6px -4px rgba(0,0,0,0.16);
		z-index: 170;
		left: 0;
		background-color: #090909ad;
		padding-top: 4px;
		padding-bottom: 5px;
		transition: color ease .8s;
		color:#FFFFFF;
		margin: 0 auto;		
	}
	
	.site-header .sticky-nav .container h2, 
	.site-header .sticky-nav .container p, 
	.sticky-nav .navbar-default .navbar-nav > li > a, 
	.sticky-nav .navbar-default .navbar-nav > li > a:focus, 
	.sticky-nav .navbar-default .navbar-nav > li > a:hover, 
	.sticky-nav .navbar-default .navbar-nav > li > a:focus, 
	.sticky-nav .navbar-default .navbar-nav > li > a:hover, 
	.sticky-nav .navbar-default .navbar-toggle .icon-bar, 
	.site-header .sticky-nav .site-info-container h2, 
	.sticky-nav .callout-area .callout-section-desc	{
		color:#ffffff;
	}
	
	.sticky-nav .navbar-default .navbar-nav > .active > a {
		background-color:#eee;
	}
	
	.sticky-nav .navbar-default .cart-price-container {
		box-shadow: 2px 2px 2px 1px #ddd;
	}
	
	.sticky-nav .site-info-container p {
		display:none;
	}
	
	.sticky-nav .custom-logo-link .custom-logo {
		height:55px;
		transition: all ease .4s;
	}
	
	/* end sticky nav styles */
	.navbar-default .navbar-nav > li > a { border-bottom: 2px solid transparent;}

	.navbar-default .navbar-nav > li > a:focus, 
	.navbar-default .navbar-nav > li > a:hover {
		border-bottom: 2px solid #fff;
		
	}
	
	/* makes main-menu open on hover */
	.menu-item:hover > .dropdown-menu {
	  display: block;
	}
	
	/* makes sub-menu S open on hover */
	.submenu-item:hover > .dropdown-menu {
	  display: block;
	}	
	
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

	
	.navbar-nav ul li.menu-item-has-children > a:after {
		content: "\f105";
		font-family: 'FontAwesome';
		position: absolute;
		right: 1em;
	}	

    .navbar .navbar-collapse {
        text-align: center;		
    }

	.caret { 
		float:unset;
	}
	
	ul#navbartop li {
    	/*border-right: 1px solid #e7e7e7;*/
	}
	
	.vertical-center {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
	
		align-items: center;
	}	
}

@media screen and (max-width: 768px) {

	.site-header .contact-info {
		text-align:center;
		margin-bottom:15px;
	}
	
	.menu-social-container {
		display: flex;
		justify-content: center;
		
	}

	.navbar-wrapper {
		display: block;
		float: none;
		clear:both;
		width:100%
	}	

	.site-logo {
		clear:both;
		width:100%;
		text-align:center;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	}
	
	.navbar-default .navbar-nav > li > a:focus, 
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li >  a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li >  a:hover {
		font-weight:600;
		background-color: transparent;
	}
	
	.cart-price-container {
		padding-left: 3px;
	}
	
	.navbar-collapse {
		box-shadow: unset;
	}
	
	/*.navbar-nav ul li.menu-item-has-children > a:after {
		content: "\f105";
		font-family: 'FontAwesome';
		position: absolute;
		right: 1em;
	}*/
	
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		display:block;
	}		
	
}
