/*!
Theme Name: Offshorethemes
Theme URI: https://offshorethemes.com/
Author: offshorethemes
Author URI: https://offshorethemes.com/
Description: Offshore Themes Store Website Choose the WordPress Themes of your choice below to quickly get your website up and running and excel your business. You get fast and friendly customer  support and regular updates.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: offshorethemes
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Offshorethemes is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/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;
}

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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	line-height: 1.6;
    font-family: "Montserrat",sans-serif;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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: 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 https://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. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
}

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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	float: none;
    display: inline-block;
    line-height: inherit;
    font-size: 14px;
    padding: 8px 15px;
    font-weight: 400;
    background: #F48120;
    border-radius: 0;
    border: 1px solid #F48120;
    height: 40px;
    color: #fff;
    outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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,
select {
	color: #666;
	border: 2px solid #e9e9e9;
	border-radius: 3px;
	width: 100%;
    padding: 10px; 
    margin: 15px 0;
}

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: #111;
}

select {
	border: 2px solid #e9e9e9;
    height: 45px;
    text-indent: 4px;
    cursor: pointer;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#111111;
}

/*a:visited {
	color:#F48120;
}*/

a:hover, a:focus, a:active {
	color:#F48120;
}

a:focus {
	outline: 0;
}

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 ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation 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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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;
}

.updated:not(.published) {
	display: none;
}

.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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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: 10px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    margin: 0;
}

.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;
    line-height: 1.5;
}
footer .gallery-caption{
    display: none;
}

/**
 * Update Css
*/
.aside_inner.widget-area {
    padding: 75px 0;
}

/**
 * Metatags
*/
.post_meta a{
	color:#F48120;
}
.post_meta a:hover{
	color:#111111;
}
aside .widget.widget_categories ul {
    margin: 0;
}


/**
 * Single Post Tags
*/
.news-tag ul{
    margin: 0;
    padding: 0;
}
.news-tag ul li {
    display: inline-block;
    background-color: #222222;
    margin-right:5px;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease-in;
}
.news-tag ul li:first-child {
    background-color: #F48120;
    padding: 0 10px;
    color: #fff;
}
.news-tag ul li:hover {
    background-color: #F48120;
    color: #fff;
}
.news-tag ul li a {
    color: #fff;
    padding: 0px 15px;
    display: inherit;
}
.news-tag .post-categories {
    margin-bottom: 20px;
}


/**
 * Othere Widget
*/
.widget ul{
	list-style:none;
	margin:0;
}

.widget ul ul.sub-menu {
    margin-left: 10px;
}

.widget ul ul.sub-menu li:first-child {
    padding-top: 10px;
}

aside .widget ul li{
	display:block;
	padding:10px 0
}
aside .widget ul li a:before{
	content:'\ef6b';
	font-family:'icofont';
	padding-right:10px
}

/*--------------------------------------------------------------
## 404 Page not Found
--------------------------------------------------------------*/
.not-found .backhome {
    margin: 60px;
}

.not-found .backhome a {
    background-color: #01578d;
    background: linear-gradient(139deg, #01578d 0%, #00956f 84%, #018d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01578d', endColorstr='#00956f', GradientType=0);
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid #5cb85c;
}

.not-found .backhome a:hover {
    background: transparent;
    border-color: #00915e;
    color: #006d82;;
}


/**
 * bbpress Forms CSS
*/

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    text-transform: uppercase;
    color: #000;
}

#bbpress-forums #bbp-search-form #bbp_search {
    padding: 8px 10px !important;
    margin-right: -5px;
    border-radius: 3px 0 0 3px;
}

#bbpress-forums div.bbp-search-form {
    margin-bottom: 15px;
}

div.bbp-breadcrumb {
    margin-bottom: 10px;
    margin-top: 20px;
}

#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
    margin-top: 7px;
    font-weight: bold;
    text-transform: capitalize;
}

#bbpress-forums .bbp-forum-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.offshore-forum-icon {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
}

.offshore-forum-icon img {
    width: 80px;
    height: 80px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta, #bbpress-forums p.bbp-topic-meta span {
    font-size: 13px;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    margin-bottom: 0;
}

li.bbp-forum-freshness, li.bbp-topic-freshness {
    font-size: 14px;
}

#bbpress-forums .bbp-forums-list {
    margin-left: 95px;
    padding-left: 10px;
    margin-top: -40px;
}

#bbpress-forums .bbp-forums-list li {
    display: block;
    font-size: 13px;
    line-height: 22px;
}

#bbpress-forums .bbp-forums-list li a {
    color: #333;
}

#bbpress-forums .bbp-forums-list li a:hover {
    color: #007c7b;
}

div.bbp-template-notice, div.indicator-hint {
    padding: 6px;
}

#bbpress-forums .bbp-topic-permalink {
    font-size: 14px;
    color: #333;
    line-height: 1.3em;
}

#bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input[type=text] {
    padding: 8px;
    width: 100%;
    margin-top: 10px;
    border-radius: 3px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    border: 1px solid #f5f5f5;
}

#bbp_search {
    width: 230px;
    padding: 8px 10px !important;
    margin-right: -5px;
    border-radius: 3px 0 0 3px;
}

.sp-clearfix {
    clear: both;
    padding-top: 30px;
}

.sales-page-image {
    width: 90%;
    margin: 0 auto;
}

#bbpress-forums fieldset {
    margin: auto;
}

.bbp_widget_login {
    margin: 50px 0;
}

.bbp_widget_login .bbp-logged-in img.avatar {
    margin-right: 10px;
    border: 1px solid #F6F6F6;
    border-radius: 50%;
    margin-top: -8px;
}

.bbp_widget_login .bbp-logged-in h4 {
    display: inline-block;
}

.bbp_widget_login .bbp-logged-in h4 a, .bbp_widget_login .bbp-logged-in a.button {
    font-weight: 300;
    background: #007c7b;
    border: 1px solid #007c7b;
    padding: 6px 5px;
    font-size: 15px;
    color: #FFF!important;
    text-decoration: none;
    border-radius: 3px;
    margin: 0;
    text-transform: capitalize;
}

.bbp_widget_login .bbp-logged-in h4 a:hover, .bbp_widget_login .bbp-logged-in a.button:hover {
    color: #007c7b !important;
    background: #fff;
}

.widget-area .bbp_widget_login fieldset {
    border: 1px solid #c0c0c0;
    margin: auto;
    padding: 0.35em 1.625em 0.75em;
    border-radius: 3px;
}

.widget-area .bbp_widget_login input[type=text], .widget-area .bbp_widget_login input[type=password] {
    padding: 8px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 12px;
}



/**
 * Edd style
*/

.edd-alert-error {
    width: 85%;
    margin: 0 auto;
}
.edd-submit.button.blue {
    color: #fff;
    background: #5cb85c;
    border-color: #5cb85c;
}
.edd-submit.button.blue:hover {
    color: #fff;
    background: #449d44;
    border-color: #449d44;
}

#edd_checkout_form_wrap legend {
    width: auto;
    font-weight: normal;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}
.edd-no-purchases {
    margin-bottom: 50px;
}

.edd-success .entry-content h3, 
#edd_checkout_user_info legend, 
#edd_payment_mode_select legend, 
#edd_register_account_fields legend, 
.edd-no-purchases, 
.my-account-wrap #edd_profile_name_label legend,
#edd_cc_fields legend,
#edd_cc_address legend,
#edd_profile_password_fieldset legend,
#edd_profile_address_fieldset legend,
#edd_profile_personal_fieldset legend,
#edd_login_form legend,
#edd_register_form legend,
.bbp-form legend {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 20px;
    background-color: #fafafa;
    border-left: 4px solid #007c7b;
    text-transform: uppercase;
    display: inline-block;
    color: #555555;
    font-size: 16px;
    font-weight: 500;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
    border-left: 4px solid #007c7b;
    padding-left: 20px;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields {
    background: #fff;
}

#edd_checkout_form_wrap fieldset#edd_register_account_fields legend {
    padding-top: 0px;
}

table#edd_purchase_receipt_products li {
    margin: 0;
}

.edd-no-purchases {
    padding-top: 10px;
    text-transform: capitalize;
}

.edd_purchase_receipt_product_name {
    display: none;
}

#edd_user_history .edd_purchase_details a {
    padding: 5px;
    border: 1px solid #5cb85c;
    border-radius: 3px;
    background: #5cb85c;
    color: #fff;
    float: right;
}

#edd_user_history .edd_purchase_details a:hover {
    background: #fff;
    color: #5cb85c;
}

.my-account-wrap fieldset {
    border: 1px solid #eee;
    padding: 1.387em;
    margin: 0 0 21px;
}

.my-account-wrap input[type=text], 
.my-account-wrap input[type=email], 
.my-account-wrap input[type=password], 
.my-account-wrap input[type=number], 
.my-account-wrap select, 
.my-account-wrap textarea, 
#edd_register_form input[type=text], 
#edd_register_form input[type=email], 
#edd_register_form input[type=password], 
#edd_login_form input[type=text], 
#edd_login_form input[type=password] {
    padding: 8px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 12px;
}

.edd_terms_links {
    display: none !important;
}
.edd-terms-agreement {
    margin-bottom: 8px;
}

/**
 * Update CSS
*/
#edd_checkout_cart .edd_cart_header_row th {
    padding: .5em 1.387em;
}
#edd_checkout_cart td img{
    width: 80px;
    height: 60px;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin-right: 15px;
}

#edd_checkout_cart .edd_cart_item_image{
    display: inline-block;
    vertical-align: middle;
}

#edd_checkout_cart .edd_checkout_cart_item_title{
    font-weight: 400;
    color: #121212;
    display: inline-block;
    vertical-align: middle;
}

#edd_checkout_cart .edd_cart_item_price{
    font-weight: 700;
    color: #121212;
}

#edd_checkout_cart .edd_cart_item_price del{font-weight: 400;}

#edd_checkout_cart .edd_cart_total{
    color: #121212;
    padding-top: 20px;
    padding-bottom: 20px;
}

#edd_checkout_form_wrap #edd_show_discount{
    background: #f7f7f7;
    border: 1px solid #f2f2f2;
    font-weight: 400;
    padding: 10px;
    color: #121212;
    margin: 0 0 30px;
}

#edd_checkout_form_wrap #edd-discount-code-wrap{
    background: #f7f7f7;
    border: 1px solid #f2f2f2;
    padding: 20px;
    color: #121212;
    margin: 0 0 30px;
}

#edd_checkout_form_wrap #edd-discount-code-wrap label{
    color: #121212;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

#edd_checkout_form_wrap #edd-discount-code-wrap .edd-description{
    font-size: 15px;
    margin: 0 0 13px;
}

#edd_checkout_form_wrap #edd-discount-code-wrap input[type="text"]{
    background: #fff;
    border: 0;
    padding: 15px;
    width: 100%;
    font-size: 15px;
    margin: 0 0 30px;
    outline: none;
}

#edd_checkout_form_wrap #edd-discount-code-wrap input[type="submit"]{
    background: #7dbb57;
    border: 1px solid #7dbb57;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
    padding: 10px 15px;
}

#edd_checkout_form_wrap #edd_discount_code{margin: 0;}

#edd_checkout_form_wrap #edd_login_fields{
    margin: 0 0 30px;
    overflow: hidden;
}

#edd_checkout_form_wrap #edd_login_fields label{
    font-weight: 400;
    color: #121212;
    margin: 0 0 10px;
    font-size: 17px; 
}

#edd_checkout_form_wrap #edd_login_fields input[type="text"],
#edd_checkout_form_wrap #edd_login_fields input[type="password"]{
    background: #f0f0f0;
    border: 0;
    padding: 15px;
    width: 100%;
    font-size: 15px;
    outline: none;
}

#edd_checkout_form_wrap #edd_login_fields #edd-user-login-wrap{
    float: left;
    width: 48%;
}

#edd_checkout_form_wrap #edd_login_fields #edd-user-pass-wrap{
    float: right;
    width: 48%;
}

#edd_checkout_form_wrap #edd_login_fields #edd-user-login-submit{
    clear: both;
}

.edd-terms-agreement label a{
	color: #007f79;
}

#edd_checkout_form_wrap #edd_login_fields input[type="submit"]{
    width: 100%;
    background: #7dbb57;
    color: #fff;
    border: 1px solid #7dbb57;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

#edd_checkout_form_wrap #edd_login_fields input[type="submit"]:hover,
#edd_checkout_form_wrap #edd_login_fields input[type="submit"]:focus{
    background: #6A9F4A;
    border-color: #6A9F4A;
}

#edd_checkout_form_wrap #edd_checkout_user_info{
    margin: 0 0 30px;
}

#edd_checkout_form_wrap #edd_checkout_user_info label{
    font-weight: 400;
    color: #121212;
    margin: 0 0 10px;
    font-size: 17px;
}

#edd_checkout_form_wrap #edd_checkout_user_info label small{
    display: block;
    font-weight: 400;
    margin-top: 10px;
    font-size: 13px;
}

#edd_checkout_form_wrap #edd_checkout_user_info input[type="text"],
#edd_checkout_form_wrap #edd_checkout_user_info input[type="email"],
#edd_checkout_form_wrap input[type=text], 
#edd_checkout_form_wrap input[type=email], 
#edd_checkout_form_wrap input[type=password], 
#edd_checkout_form_wrap input[type=tel], 
#edd_checkout_form_wrap textarea,
#edd_checkout_form_wrap select.edd-select{
    background: #f0f0f0;
    border: 0;
    padding: 12px;
    width: 100%;
    font-size: 15px;
    outline: none;
}

#edd_checkout_form_wrap #edd_checkout_user_info #edd-first-name-wrap,
#edd_checkout_form_wrap fieldset#edd_cc_fields #edd-card-number-wrap,
#edd_checkout_form_wrap fieldset#edd_cc_fields #edd-card-name-wrap{
    float: left;
    width: 48%;
    clear: both;
}

#edd_checkout_form_wrap #edd_checkout_user_info #edd-last-name-wrap,
#edd_checkout_form_wrap fieldset#edd_cc_fields #edd-card-cvc-wrap,
#edd_checkout_form_wrap fieldset#edd_cc_fields .card-expiration{
    float: right;
    width: 48%;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields #edd-card-number-wrap{
	margin:0;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields .card-expiration {
    margin-top: 17px;
}
#edd_checkout_form_wrap select.edd-select.edd-select-small {
    width: 20%;
}
#edd_checkout_form_wrap #edd_purchase_submit #edd_final_total_wrap{
    margin: 15px 0;
}

#edd_checkout_form_wrap #edd_purchase_submit #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_purchase_submit #edd_final_total_wrap .edd_cart_amount{
    font-size: 20px;
    font-weight: 600;
}

#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button{
    background-color: #01578d;
    background: linear-gradient(139deg, #01578d 0%, #00956f 84%, #018d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01578d', endColorstr='#00956f', GradientType=0);
    color: #fff;
    border: 1px solid #7dbb57;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button:hover,
#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button:focus{
    background-color: #000000;
    background: linear-gradient(139deg, #062f48 0%, #358c76 84%, #017942 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01578d', endColorstr='#00956f', GradientType=0);
    border-color: #6A9F4A;
}

#edd-purchase-button, .edd-submit, input[type=submit].edd-submit{
	background-color: #01578d;
    background: linear-gradient(139deg, #01578d 0%, #00956f 84%, #018d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01578d', endColorstr='#00956f', GradientType=0);
    color: #fff;
    border-color: #6A9F4A;
    padding: 10px 20px;
}

#edd-purchase-button, .edd-submit:hover, input[type=submit].edd-submit:hover{
	background-color: #000000;
    background: linear-gradient(139deg, #062f48 0%, #358c76 84%, #017942 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01578d', endColorstr='#00956f', GradientType=0);
    border-color: #6A9F4A;

}

#edd_checkout_form_wrap #edd_purchase_submit .rara-checkout-info{
    padding-left: 0;
    color: #121212;
    background: none;
    border: 0;
}

#edd_checkout_form_wrap .edd-payment-icons{
    margin: 0 0 30px;
    overflow: hidden;
    height: 48px;
}

#edd_checkout_form_wrap .edd-payment-icons img.payment-icon{
    max-width: 64px;
    width: 64px;
    max-height: 48px;
    height: 48px;
}

#edd_checkout_form_wrap #edd_payment_mode_select legend{
    margin: 5px;
}

#edd_checkout_form_wrap #edd_register_account_fields label{
    color: #121212;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}

#edd_checkout_form_wrap #edd_register_account_fields input[type="text"],
#edd_checkout_form_wrap #edd_register_account_fields input[type="password"]{
    background: #f0f0f0;
    border: 0 none;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    outline: none;
}

#edd_checkout_form_wrap #edd_register_account_fields #edd-user-pass-wrap{
    float: left;
    width: 48%;
}

#edd_checkout_form_wrap #edd_register_account_fields #edd-user-pass-confirm-wrap{
    float: right;
    width: 48%;
}

#edd_checkout_form_wrap #edd_sl_renewal_fields #edd-license-key-container-wrap{
    margin: 0 0 30px;
}

#edd_checkout_form_wrap #edd_sl_renewal_fields input[type="text"]{
    background: #fff;
    border: 0 none;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    outline: none;
}

#edd_checkout_form_wrap #edd_sl_renewal_fields input[type="submit"]{
    background: #7dbb57;
    border: 1px solid #7dbb57;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
    margin-right: 15px;
    vertical-align: top;
}

#edd_checkout_form_wrap #edd_sl_renewal_fields #edd-cancel-license-renewal{
    display: inline-block;
    background: #D35151;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    padding: 13px 20px;
    text-transform: uppercase;
    border-radius: 4px;
}

#edd_checkout_form_wrap #edd_sl_renewal_fields input[type="submit"]:hover,
#edd_checkout_form_wrap #edd_sl_renewal_fields input[type="submit"]:focus{
    background: #77B253;
}

.page-template-template-checkout #secondary .refund-text-widget .textwidget{overflow: hidden;}

.page-template-template-checkout #secondary .refund-text-widget p{
    float: left;
    width: 70%;
}

.edd-checkout #edd-purchase-button, 
.edd-checkout .edd-submit, 
.edd-checkout input.edd-submit[type="submit"] {
    background: #ff9200;
    border: 1px solid #ff9200;
    font-size: 19px;
    font-weight: 700;
    padding: 10px;
    width: 370px;
    text-transform: uppercase;
}

#edd_login_form input[type="submit"]:hover, 
#edd_register_form input[type="submit"]:hover {
    background: #619143;
}

#edd_login_form input[type="submit"], #edd_register_form input[type="submit"] {
    display: block;
    width: 30%;
    float: right;
    background-color: #01578d;
    background: linear-gradient(139deg, #01578d 0%, #00956f 84%, #018d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01578d', endColorstr='#00956f', GradientType=0);
    border-radius: 2px;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    font: 700 15px/20px 'Roboto', sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
    letter-spacing: 0.5px;
}

#edd_login_form input[type="submit"]:hover,
#edd_register_form input[type="submit"]:hover{
    background-color: #000000;
    background: linear-gradient(139deg, #062f48 0%, #358c76 84%, #017942 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01578d', endColorstr='#00956f', GradientType=0);
    border-color: #6A9F4A;
}

/**
 * Contact 7 Plugins defult css
*/
.wpcf7 label { 
    display: block;
    margin-bottom: 15px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 10px;    
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
    background-color: #014b8d;
    border: 1px solid #014b8d;
    text-align: center;
    text-transform: uppercase;
    float: right;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover { 
    background: transparent;
    border: 1px solid #014b8d;
    color: #014b8d;
}


#banner_wrapper.single_page_banner_wrapper .banner_content_holder .left_side_content .banner_desc p {
    font-size: 18px;
}

.lab-box-padding {
    padding: 0 100px;
}

.sp-lab-box-padding {
    padding: 0 100px;
}

.login-separator{
	color: #F48120;
    font-size: 16px;
    padding-right: 15px !important;
}

.account-register a{
	background: #015d5c;
    color: #fff;
    border-radius: 2px;
    padding: 10px 15px !important;
}
.account-register a:hover{
	color: #fff !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 1px -2px rgba(0,0,0,0.2), 0 1px 2px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 1px -2px rgba(0,0,0,0.2), 0 1px 2px 0 rgba(0,0,0,0.12);
}
.account-register a i{
	padding-right: 5px;
}

#edd_login_form fieldset, #edd_register_form fieldset {
    border: 1px solid #eee;
    margin: 0 65px;
    padding: 0.35em 5.625em 0.75em;
}

.edd-no-center {
    text-align: left;
}

/**
 * Responsive CSS
 *
*/


@media screen and (min-width: 37.5em) {
	
	.menu-toggle {
		display: none !important;
	}
}


@media ( max-width: 1024px) {


.menu-toggle {

	background: transparent;
	display: block !important;
}


.menu-toggle #menu-btn {

	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
}

.cancell {

	position: static;
}

#ofs_mainmenu li a {

	display: block;
	color: #111;
}

.logo_and_nav_holder {

	position: relative;
}

#ofs_mainmenu>li:first-child {

	border-top: none;
}

#ofs_mainmenu>li {

	border-bottom: none;
	display: block;
	
}

nav.primary_navigation {

    float: none;
}

nav.primary_navigation ul#ofs_mainmenu {

	position: absolute;
	z-index: 9999999;
    left: -100%;
	top: 0;
    max-width: 250px;
    width: 100%;
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
    padding: 30px 10px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

nav.primary_navigation ul#ofs_mainmenu.hide-menu {

	left: 0;
}

nav.primary_navigation ul#ofs_mainmenu li ul {

	display: block;
	position: relative;
	top: unset;
	left: unset;
	padding: 0px 15px;
	box-shadow: none;
	background: transparent;
}

#ofs_mainmenu>li>a {

	color: #111;
    border-bottom: 1px solid #eee;
    font-weight: 500;

}

#ofs_mainmenu>li>a>.arrow::before {

	content: '';
	display: none;
}
	
#ofs_mainmenu>li>a.btn-registration {
		
	color:#fff;
		
}
	
#ofs_mainmenu>li>a.btn-registration i {
		
	color:#fff;	
}
	
li.account-register {

		border:none !important;
}

}
@media screen and (max-width: 767px){

	.lab-box-padding {
	    padding: 0 10px;
	}

	.ofs_general_section article .sp-lab-box-padding {
	    padding: 0px;
	}

	#edd_login_form fieldset, 
	#edd_register_form fieldset {
	    border: 1px solid #eee;
	    margin: 0 auto;
	    padding: 20px;
	}

	#edd_login_form input[type="submit"], 
	#edd_register_form input[type="submit"] {
	    width: 100%;
	}

	.edd-lost-password {
	    padding-top: 50px;
	}
	#banner_wrapper.archive_page_banner_wrapper .banner_content_holder .left_side_content .banner_desc p {
	    padding: 0 10px !important;
	}

	#bbpress-forums div.bbp-search-form {
	    float: none;
	    margin-bottom: 0;
	    text-align: center;
	}
	section .section_inner {
	    padding: 15px 0;
	    text-align: center;
	}
	#bbp_search {
	    width: 230px !important;
	}
	div.bbp-search-form input, div.bbp-search-form button {
	    font-size: 12px;
	    padding: 10px 15px;
	}
	aside#secondary .widget-info form.search-form input[type="search"] {
	    width: 220px !important;
	}
	
}