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: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #001837
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.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-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

button,
input,
select,
textarea {
    color: #222;
    font-size: 14px;
    line-height: 1.5
}

body {
    color: #111;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    word-wrap: break-word
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 15px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Rajdhani, sans-serif;
    font-weight: 500
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

cite,
dfn,
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: .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: .9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    background: #00AED1 none repeat scroll 0 0;
    color: #222;
    padding: 0 5px;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

body {
    background-color: #E2E2E2
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,
ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

ol,
ul {
    margin: 0 0 .5em 1em;
    padding: 0
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

td,
th {
    border: 1px solid #ddd;
    padding: 5px
}

a.button,
a.button:visited,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    background: #00AED1 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: Rajdhani, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding: 7px 27px;
    border-radius: 27px
}

a.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background-color: #009BD1;
    color: #fff
}

button:active,
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;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15)
}

input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
select,
textarea {
    color: #666;
    border: 1px solid #f1f1f1
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    color: #111
}

input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url] {
    padding: 6px 0 6px 9px
}

select {
    width: 100%;
    padding: 5px
}

textarea {
    padding: 10px 20px;
    width: 100%
}

a {
    color: #272727;
    text-decoration: inherit
}

a:visited {
    color: #272727
}

a:active,
a:focus,
a:hover {
    color: #00AED1
}

a:focus {
    outline: inherit
}

a:active,
a:hover {
    outline: 0
}

.header-social {
    text-align: center
}

#header-nav {
    display: block;
    float: right;
    margin-top: 5px;
    transition: all .5s ease-in-out 0s;
    width: auto
}

#header-nav ul {
    display: block;
    margin: 0;
    padding: 0
}

#header-nav li {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    position: relative
}

#header-nav li li {
    float: none;
    display: block
}

.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    appearance: none;
    background-color: #efefef;
    background-image: url(), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
}

.divcontinfoone {
    width: 50%;
    height: 400px;
    float: left;
    background: #000000;
}

.divcontinfoonemob {
    width: 100%;
    height: 300px;
    float: left;
    background: #000000;
}

.divcontinfo {
    width: 50%;
    height: 400px;
    float: left;
    background: #000000;
}

.divcontinfobg:hover {
    opacity: 0.7;
}

#header-nav ul li li:first-child>a {
    border-left: none
}

#header-nav ul li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-left: 20px;
    padding: 2px 0;
    position: relative;
    text-transform: capitalize;
    z-index: 99
}

#header-nav ul ul a {
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-size: 14px;
    height: auto;
    padding: 9px 15px;
    text-align: left;
    width: 100%;
    border-left: none;
    border-right: none
}

#header-nav .dropdown-toggle,
#header-nav .menu-toggle {
    display: none
}

#header-nav li.current-menu-item a,
#header-nav li.current_page_item a,
#header-nav li:hover>a,
#header-nav ul li a:hover {
    color: #00AED1
}

#mob-menu2,
#mobile-trigger2 {
    display: none
}

#main-nav {
    background: #007F46;
    clear: both;
    display: block;
    float: left;
    transition: all .5s ease-in-out 0s;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    margin-bottom: 5px
}

.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0
}

.main-navigation ul ul {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    left: 0;
    margin: 0;
    min-width: 230px;
    position: absolute;
    top: 53px;
    z-index: 9999;
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden
}

.main-navigation ul ul ul::before {
    display: none
}

.main-navigation ul li:hover>ul.sub-menu {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0
}

.main-navigation li {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    position: relative;
    margin-right: 50px
}

.main-navigation li li {
    float: none;
    display: block;
    margin-right: 0
}

.main-navigation ul li li:first-child>a {
    border-left: none
}

.main-navigation li::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: -25px;
    top: 47%;
    width: 4px
}

.main-navigation ul li a {
    color: #fff;
    display: block;
    font-family: Rajdhani, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 0;
    position: relative;
    z-index: 99
}

.main-navigation ul ul a {
    border-bottom: 1px solid #f2f2f2;
    color: #393939;
    font-size: 16px;
    height: auto;
    padding: 7px 20px;
    text-align: left;
    width: 100%;
    border-left: none;
    border-right: none
}

.main-navigation ul li.menu-item-has-children>a::after,
.main-navigation ul li.page_item_has_children>a::after {
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 0;
    position: absolute;
    right: 10px;
    top: 15px
}

.main-navigation ul li li.menu-item-has-children>a::after,
.main-navigation ul li li.page_item_has_children>a::after {
    top: 10px
}

.main-navigation ul li.menu-item-has-children a,
.main-navigation ul li.page_item_has_children a {
    padding-right: 30px
}

.main-navigation li.current-menu-item:before,
.main-navigation li.current_page_item:before,
.main-navigation li:hover:before {
    opacity: 1;
    width: 100%
}

.main-navigation li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all .33s ease-out;
    -moz-transition: all .33s ease-out;
    -o-transition: all .33s ease-out;
    -ms-transition: all .33s ease-out;
    transition: all .33s ease-out;
    opacity: 0
}

.main-navigation li li::before {
    background: #f1f1f1 none repeat scroll 0 0;
    bottom: 1px;
    height: 100%
}

.main-navigation .dropdown-toggle,
.main-navigation .menu-toggle {
    display: none
}

.main-navigation li li:after {
    display: none
}

.main-navigation .dropdown-toggle,
.main-navigation .menu-toggle {
    display: none
}

#mobile-trigger {
    display: none
}

#mob-menu {
    display: none
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 49%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 49%
}

.comment-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before {
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px
}

.comment-navigation .nav-next a::after,
.post-navigation .nav-next a::after,
.posts-navigation .nav-next a::after {
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 5px
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.nav-links {
    border-top: medium none;
    margin-bottom: 20px;
    padding: 20px 0;
    overflow: hidden
}

.navigation,
.pagination {
    margin-top: 15px
}

.nav-links {
    border-top: medium none;
    margin-bottom: 20px;
    padding: 20px 0;
    overflow: hidden
}

.navigation.pagination .nav-links .page-numbers {
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 5px;
    line-height: 1.5;
    height: 33px
}

.page-numbers.dots {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0
}

.navigation .nav-links .page-numbers.current,
.navigation .nav-links a:hover {
    background: #009BD1 none repeat scroll 0 0;
    border-color: #00AED1;
    color: #fff
}

.navigation .nav-links a {
    background: #00AED1;
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 20px;
    display: inline-block
}

.navigation span.meta-nav {
    display: none
}

.navigation .nav-links .nav-next {
    float: right
}

.navigation .nav-links .nav-previous {
    float: left;
    margin-bottom: 30px
}

.navigation .nav-links .nav-links a:hover {
    background: #00132c
}

.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, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

.alignnone {
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px
}

.clear-fix::after,
.clear-fix::before,
.comment-content::after,
.comment-content::before,
.entry-content::after,
.entry-content::before,
.site-content::after,
.site-content::before,
.site-footer::after,
.site-footer::before,
.site-header::after,
.site-header::before,
.widget::after,
.widget::before {
    content: "";
    display: table
}

.clear-fix::after,
.comment-content::after,
.entry-content::after,
.site-content::after,
.site-footer::after,
.site-header::after,
.widget::after,
.widget::before {
    clear: both
}

.widget {
    margin: 30px 0 0
}

.widget:first-child {
    margin: 0
}

.widget select {
    max-width: 100%
}

#primary main {
    background: #fff none repeat scroll 0 0;
    padding: 20px
}

h1.entry-title {
    border-bottom: 3px double #ebe9eb;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.entry-header {
    margin-bottom: 15px
}

.entry-footer>span,
.entry-header .entry-meta span {
    display: inline-block;
    font-size: 14px;
    height: 100%;
    margin-right: 15px;
    padding: 0 15px 0 0;
    text-align: center
}

.entry-footer>span:last-child {
    border-right: none
}

.cat-links>a {
    margin-left: 5px
}

.cat-links>a:first-child {
    margin-left: 0
}

.entry-title a {
    color: #001837
}

.entry-title a:hover {
    color: #00AED1
}

.sticky {
    display: block
}

.hentry {
    margin: 30px 0 0
}

.hentry:first-child {
    margin: 0
}

.byline,
.updated:not(.published) {
    display: none
}

.group-blog .byline,
.single .byline {
    display: inline-block
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0
}

.entry-footer>span a {
    color: #49616b
}

.entry-footer a:hover {
    color: #00AED1
}

.entry-content,
.entry-summary,
.page-content {
    margin: 15px 0 0
}

.home .entry-content-wrapper .entry-content {
    margin: 0
}

.entry-footer>span::before,
.entry-header .entry-meta>span::before {
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right: 8px;
    content: "";
    color: #bdbdbd
}

.entry-meta .byline .author.vcard {
    margin-left: -4px
}

.entry-title {
    border-bottom: 3px double #ebe9eb
}

.archive .entry-title,
.home .entry-title {
    font-size: 26px
}

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
    display: none
}

#respond {
    clear: both;
    display: block;
    float: left
}

#comments {
    margin-top: 30px;
    overflow: hidden
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comment-notes {
    position: relative
}

.comments-area #commentform p.comment-form-comment,
.comments-area #commentform p.comment-notes {
    width: 100%
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comment-form {
    margin: 0 -15px
}

.comments-area form#commentform p,
.comments-area form#commentform p.logged-in-as {
    padding: 0 15px
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url {
    width: 50%
}

.comments-area form#commentform p.logged-in-as {
    padding: 0 15px;
    width: 100%
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33.33%;
    float: left
}

.comment-list li.comment::after {
    content: inherit;
    display: none
}

.comment-list li {
    padding-left: 0
}

.comment {
    display: block;
    float: left;
    width: 100%
}

ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%
}

ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 15px 15px;
    width: 98%
}

ol.comment-list li {
    list-style: outside none none;
    margin-bottom: 15px
}

.comment .comment-body {
    background-color: #fff;
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 5px;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 100%
}

.comment-author.vcard {
    font-size: 16px;
    margin-bottom: 5px
}

.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid #eee;
    margin-left: 0;
    padding-left: 40px
}

.comment-list li.comment>div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px
}

.vcard .avatar {
    float: left;
    margin: 7px 15px 15px 0
}

.comment-metadata {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px
}

.comment-metadata>a {
    color: #49616b;
    margin-right: 30px
}

.comment-metadata::before {
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
}

.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word
}

.comments-title {
    font-weight: 400;
    margin: 25px 0 0
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comment-content {
    clear: both;
    display: block
}

.authorbox .author-bio-posts-content,
.authorbox .author-info {
    float: left;
    max-width: 90%;
    width: 90%
}

.author-info h4 {
    margin-bottom: 0
}

#commentform label {
    display: inline;
    position: relative
}

#commentform input[type=checkbox],
#commentform input[type=radio] {
    margin-right: 10px
}

#commentform p.form-submit {
    margin-top: 30px
}

#commentform span.required {
    color: #f0632b
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -5px;
    margin-right: -5px
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 5px
}

.gallery-item img {
    vertical-align: middle
}

.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
}

#page {
    position: relative;
    width: 100%
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%
}

.container::after,
.inner-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.inner-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

#tophead {
    background-color: #222;
    clear: both;
    float: left;
    width: 100%;
    padding: 5px 0
}

.header-social {
    float: right;
    text-align: left
}

#quick-contact {
    float: left;
    padding-bottom: 7px;
    padding-top: 8px
}

#quick-contact>ul {
    margin: 0;
    padding: 0
}

#notice-ticker,
.top-news a {
    color: gold
}

#quick-contact,
#quick-contact a {
    color: rgba(255, 255, 255, .78)
}

#quick-contact a:hover {
    color: #fff
}

#quick-contact li::before {
    color: #00AED1;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px
}

#quick-contact li {
    float: left;
    font-size: 14px;
    line-height: .8;
    list-style: outside none none;
    margin-left: 20px;
    margin-top: 2px;
    margin-bottom: 2px
}

#quick-contact li:first-child {
    border: medium none;
    margin-left: 0;
    padding: 0
}

#cart-section li {
    float: left;
    list-style: outside none none;
    padding: 10px
}

#cart-section {
    clear: both;
    float: right
}

#right-header {
    float: right;
    padding: 0 15px
}

#cart-section {
    clear: both;
    float: right;
    font-size: 14px;
    margin-top: 5px
}

#cart-section .cart-icon strong,
#cart-section .wishlist-count {
    border: 2px solid #00AED1;
    color: #00AED1;
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    padding: 0 8px;
    position: relative;
    transition: all .2s ease-out 0s;
    z-index: 10;
    font-weight: 700
}

#cart-section .wishlist-count {
    margin-top: 3px;
    position: relative
}

#cart-section .wishlist-count::after {
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: -13px;
    right: 5px;
    font-size: 13px
}

#cart-section .cart-icon {
    display: inline-block;
    line-height: normal;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 12px;
    padding: 0;
    position: relative
}

#cart-section .cart-icon-handle {
    border: 2px solid #00AED1;
    border-bottom: 0;
    right: 50%;
    margin-right: -8px;
    top: -6px;
    height: 8px;
    width: 16px;
    position: absolute;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.header-social-wrapper {
    float: right;
    margin-top: 2px
}

.header-social-wrapper .widget.clean_commerce_widget_social ul li {
    margin: 0
}

.header-social-wrapper .clean_commerce_widget_social ul li a::before {
    font-size: 14px;
    line-height: 2.1
}

#masthead {
    background: url(../files/bg_head.jpg) no-repeat center;
    border-bottom: 10px #007F46 solid;
    clear: both;
    padding: 15px 0;
    width: 100%;
    z-index: 99999
}

#mastheadmob {
    background: #fff;
    border-bottom: 10px #007F46 solid;
    clear: both;
    padding: 15px 0;
    width: 100%;
    z-index: 99999
}

.custom-logo-link {
    float: left;
    margin-right: 15px
}

#site-identity {
    float: left
}

.site-branding {
    float: left;
    font-size: 27px;
    line-height: .8;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 15px
}

.site-branding a {
    color: #363636
}

.site-branding a:hover {
    color: #00AED1
}

.site-title {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.site-description {
    color: #363636;
    font-size: 14px;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: 2.2px
}

.header-search-box {
    float: right;
    position: relative;
    width: 300px;
}

.header-search-box>a {
    background: #fff none repeat scroll 0 0;
    color: #00AED1;
    display: block;
    padding: 16px 10px
}

.header-search-box>a i {
    font-size: 17px
}

.header-search-box>a:hover {
    background: #00AED1 none repeat scroll 0 0;
    color: #fff
}

.header-search-box .search-box-wrap {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px;
    display: none;
    padding: 15px;
    position: absolute;
    right: 7%;
    top: 48px;
    width: 300px;
    z-index: 9999
}

.header-search-box .search-box-wrap {
    right: 2.6%;
    width: 369px
}

.header-search-box .search-form input.search-field {
    height: auto;
    padding: 10px 22% 10px 18px;
    width: 71%
}

.search-form input.search-field,
.woocommerce-product-search input.search-field {
    padding: 10px 22% 10px 18px;
    width: 71%;
    background: #f0f0f0 none repeat scroll 0 0;
    border: medium none
}

.search-submit,
.woocommerce-product-search button {
    border-radius: 0;
    height: 44px;
    padding: 7.3px 20px;
    position: absolute;
    right: 0;
    top: 0
}

.search-form,
.woocommerce-product-search {
    position: relative
}

.search-form .search-submit,
.woocommerce-product-search button {
    border: medium none;
    color: #fff;
    font-weight: 500;
    height: auto;
    padding: 7px 9px;
    right: 0;
    border-radius: 0
}

.page-title {
    border-bottom: 3px double #ebe9eb;
    padding-bottom: 15px
}

.clean_commerce_widget_social {
    clear: both;
    overflow: hidden
}

.clean_commerce_widget_social ul {
    margin: 0
}

.clean_commerce_widget_social li a {
    background: #222 none repeat scroll 0 0;
    display: block;
    height: 30px;
    line-height: 1.7;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 30px
}

.clean_commerce_widget_social li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

#footer-widgets .clean_commerce_widget_social li,
.widget-area .clean_commerce_widget_social li {
    padding: 0
}

#footer-widgets .clean_commerce_widget_social li::before,
.widget-area .clean_commerce_widget_social li::before {
    display: none
}

.clean_commerce_widget_social ul li a::before {
    font-size: 16px
}

.clean_commerce_widget_social li a i {
    color: #cacad8;
    font-size: 18px;
    font-weight: 400
}

.clean_commerce_widget_social ul li a::before {
    color: #fff;
    display: block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1.8;
    text-shadow: -2px 1px 1px #222
}

.clean_commerce_widget_social ul li a:hover::before {
    text-shadow: none
}

.clean_commerce_widget_social ul li a:hover {
    background-color: #001837;
    -moz-transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.clean_commerce_widget_social ul li a:hover::before {
    color: #fff
}

.clean_commerce_widget_social ul li a[href*="facebook.com"]:hover {
    background-color: #3b5998
}

.clean_commerce_widget_social ul li a[href*="twitter.com"]:hover {
    background-color: #00aced
}

.clean_commerce_widget_social ul li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39
}

.clean_commerce_widget_social ul li a[href*="/feed/"]:hover {
    background-color: #dc622c
}

.clean_commerce_widget_social ul li a[href*="wordpress.com"]:hover,
.clean_commerce_widget_social ul li a[href*="wordpress.org"]:hover {
    background-color: #45bbe6
}

.clean_commerce_widget_social ul li a[href*="github.com"]:hover {
    background-color: #4183c4
}

.clean_commerce_widget_social ul li a[href*="linkedin.com"]:hover {
    background-color: #007bb6
}

.clean_commerce_widget_social ul li a[href*="pinterest.com"]:hover {
    background-color: #cb2027
}

.clean_commerce_widget_social ul li a[href*="flickr.com"]:hover {
    background-color: #ff0084
}

.clean_commerce_widget_social ul li a[href*="vimeo.com"]:hover {
    background-color: #aad450
}

.clean_commerce_widget_social ul li a[href*="youtube.com"]:hover {
    background-color: #b00
}

.clean_commerce_widget_social ul li a[href*="instagram.com"]:hover {
    background-color: #517fa4
}

.clean_commerce_widget_social ul li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89
}

.clean_commerce_widget_social ul li a[href*="skype.com"]:hover {
    background-color: #12a5f4
}

.clean_commerce_widget_social ul li a[href*="digg.com"]:hover {
    background-color: #333
}

.clean_commerce_widget_social ul li a[href*="codepen.io"]:hover {
    background-color: #001837
}

.clean_commerce_widget_social ul li a[href*="reddit.com"]:hover {
    background-color: #ff4500
}

.clean_commerce_widget_social ul li a[href*="mailto:"]:hover {
    background-color: #1d62f0
}

.clean_commerce_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877
}

.clean_commerce_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924
}

.clean_commerce_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5
}

.clean_commerce_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d
}

.clean_commerce_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877
}

.clean_commerce_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924
}

.clean_commerce_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5
}

.clean_commerce_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d
}

.clean_commerce_widget_social ul li a[href*="soundcloud.com"]:hover {
    background-color: #f50
}

.clean_commerce_widget_social ul li a[href*="wordpress.org"]:hover {
    background-color: #45bbe6
}

.clean_commerce_widget_social ul li a[href*="jsfiddle.net"]:hover {
    background-color: #4679bd
}

.clean_commerce_widget_social ul li a[href*="tripadvisor.com"]:hover {
    background-color: #86c171
}

.clean_commerce_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #2d5be3
}

.clean_commerce_widget_social ul li a[href*="angel.co"]:hover {
    background-color: #001837
}

.clean_commerce_widget_social ul li a[href*="slack.com"]:hover {
    background-color: #56b68b
}

#primary {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 70%
}

#primarypage {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

#content {
    clear: both;
    padding: 30px 0
}

.home.home-content-not-enabled #content {
    display: none
}

.sidebar {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

#sidebar-primary {
    float: right
}

#sidebar-secondary {
    float: left
}

.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table
}

.sidebar .widget-title {
    border-bottom: 3px double #ebe9eb;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative
}

.sidebar ul {
    list-style: outside none none;
    padding: 0;
    margin: 0
}

.sidebar ul ul {
    border-bottom: none;
    padding-bottom: 0
}

.sidebar ul li {
    padding-bottom: 5px;
    padding-left: 18px;
    padding-top: 5px;
    position: relative
}

.sidebar ul li::before {
    color: #222;
    content: ">";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 0;
    position: absolute;
    top: 8px
}

.sidebar a,
.sidebar a:visited {
    color: #001837
}

.sidebar a:active,
.sidebar a:hover {
    color: #00AED1
}

.sidebar .widget {
    background: #fff none repeat scroll 0 0;
    padding: 20px
}

.widget_calendar {
    text-align: center
}

.widget_calendar caption {
    background: #00AED1 none repeat scroll 0 0;
    color: #fff;
    padding: 5px
}

.widget_calendar .pad {
    background: #eee none repeat scroll 0 0
}

.widget_calendar #today {
    background: #00AED1 none repeat scroll 0 0;
    color: #fff
}

.widget .tagcloud a {
    border: 1px solid #ddd;
    color: #001837;
    display: inline-block;
    font-size: 16px!important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px
}

.widget .tagcloud a:hover {
    border: 1px solid #4fc3dd;
    color: #4fc3dd
}

.widget_archive li>a,
.widget_categories li>a {
    display: inline-block;
    min-width: 85%
}

.clean-corporate-woocommerce ul.products li.product ins,
.clean-corporate-woocommerce ul.products li.product mark,
.woocommerce ul.products li.product ins,
.woocommerce ul.products li.product mark {
    background: #fa6f6f none repeat scroll 0 0;
    border-radius: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0 5px;
    text-decoration: none
}

.woocommerce .reviewer {
    color: #777;
    font-size: 13px;
    font-style: italic
}

.woocommerce ul.products li.product h3 {
    font-family: open sans;
    font-size: 17px;
    font-weight: 500;
    padding: 0
}

.woocommerce ul.products li.product a img {
    margin: 0 0 10px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: orange
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #000
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 8px
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-top: 4px
}

.woocommerce .quantity .qty {
    border: 1px solid #ddd;
    height: 33px;
    text-align: center;
    width: 3.631em
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #272727;
    font-size: 15px
}

.related.products {
    clear: both
}

.woocommerce div.product .button {
    vertical-align: middle;
    float: left;
    font-weight: 400
}

.woocommerce ul.products li.product .price {
    color: #272727
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #fbfbfb;
    float: left;
    list-style-type: none;
    padding: 0 0 5px;
    position: relative;
    overflow: hidden;
    text-align: center
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: block;
    margin-bottom: 10px
}

.woocommerce ul.products li.product .price ins {
    color: #222
}

.woocommerce ul.products li.product .button {
    background: #00AED1 none repeat scroll 0 0;
    clear: both;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px auto 15px;
    padding: 6px 17px;
    text-align: center;
    text-align: center;
    top: 0;
    transition: all .5s ease-in-out 0s;
    width: auto;
    border-radius: 27px
}

.woocommerce ul.products li.product .button:hover {
    background-color: #009BD1
}

.woocommerce ul.products li.product:hover img {
    opacity: .7
}

.woocommerce ul.products li.product .button::before,
button.single_add_to_cart_button::before {
    display: inline;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 10px
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    display: inline-block
}

.woocommerce span.onsale {
    background-color: #fa6f6f
}

.woocommerce #review_form #respond p.stars {
    margin: 10px 0;
    padding: 0
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin: 15px 0 30px
}

.woocommerce .star-rating {
    margin-bottom: 10px;
    margin-top: 10px
}

#reviews .comment-form {
    margin: 0
}

.woocommerce ul.products li.product a {
    text-align: center;
    text-decoration: none
}

.woocommerce a.added_to_cart.wc-forward {
    color: orange;
    margin-bottom: 5px;
    margin-top: 0
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-size: 15px;
    font-weight: 500
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    box-shadow: none;
    float: right;
    height: auto;
    margin-left: 4px;
    padding: 3px;
    width: 60px
}

.product_list_widget>li {
    border-bottom: 1px solid rgba(221, 221, 221, .3)
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    border: 1px solid #ddd;
    padding: 10px
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
    border-radius: 0;
    box-shadow: inherit;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 15px;
    background-color: #00AED1
}

.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover,
.woocommerce input.button:hover,
.woocommerce input.button:hover.woocommerce #respond input#submit.alt.disabled {
    box-shadow: none;
    color: #fff;
    border: none;
    background-color: #00AED1
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
    opacity: .7
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist {
    background-color: #222;
    border-radius: 0;
    box-shadow: inherit;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 15px;
    font-family: Rajdhani, sans-serif;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist::before {
    display: inline;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px
}

.woocommerce div.product .woocommerce-tabs .panel {
    background-color: #fff;
    padding: 15px;
    border-top: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    float: left;
    margin: 0 2px
}

.woocommerce span.onsale {
    padding: 0
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    border-radius: 0;
    height: 31px;
    margin-top: 1px;
    padding-left: 15px;
    width: auto
}

.woocommerce-info {
    border-top-color: orange
}

.woocommerce-info::before {
    color: orange
}

.woocommerce input#billing_phone {
    padding: 5px;
    border: 1px solid #ddd
}

.woocommerce .select2-container .select2-choice {
    border: 1px solid #ddd;
    border-radius: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 6px 5px
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 1px solid #ddd;
    border-top: 2px solid #ddd
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: outside none none
}

.woocommerce table,
.woocommerce-checkout #payment {
    background: none repeat scroll 0 0 #fff
}

.woocommerce table.shop_table {
    border: medium none
}

.woocommerce table.shop_table {
    border-collapse: collapse
}

.woocommerce caption,
.woocommerce td,
.woocommerce th {
    font-weight: 400;
    padding: 5px;
    text-align: center
}

.woocommerce table.shop_table th {
    font-weight: 400;
    padding: 6px 12px;
    font-size: 16px
}

.woocommerce table.shop_table td {
    padding: 5px;
    text-align: center
}

.woocommerce a.remove {
    background: #000 none repeat scroll 0 0;
    color: #fff!important;
    margin: 0 auto
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1em;
    padding: 10px 20px;
    text-align: center
}

.woocommerce div.product .product_title {
    clear: none;
    font-size: 28px;
    margin: 0 0 5px;
    padding: 0 0 10px
}

.page-numbers {
    background: none repeat scroll 0 0 #fff
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px;
    text-align: center
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    margin-top: 0
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px
}

.woocommerce ul.products li.product .onsale {
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 8px;
    margin: 0;
    min-height: 20px;
    padding: 40px 0 0;
    right: -40px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: -12px;
    transform: rotate(51deg);
    width: 95px;
    font-weight: 700
}

.woocommerce ul.products li.product span.onsale {
    background-color: #FFC200;
    color: #fff;
    position: absolute;
    z-index: 99
}

.cart button.single_add_to_cart_button {
    margin-left: 15px
}

.actions p {
    margin: 0
}

table.shop_table.cart thead {
    background: #00AED1 none repeat scroll 0 0;
    color: #fff
}

.checkout h3 {
    font-size: 20px
}

#ship-to-different-address .checkbox+br {
    display: none
}

.checkout-button.button.alt.wc-forward {
    display: inline-block;
    width: auto
}

.authorbox {
    background: #fff none repeat scroll 0 0;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px
}

.authorbox img {
    border-radius: 100%
}

.authorbox .author-avatar {
    float: left;
    margin: 5px 15px 10px 0
}

.authorbox.no-author-avatar .author-info {
    margin-left: 0
}

.authorbox .author-bio-posts-content {
    margin-top: 10px
}

.authorbox .author-bio-posts-content p {
    margin: 0
}

.authorbox .author-bio-posts-content ul {
    list-style-position: inside;
    margin: 0
}

.woocommerce ul.products li.product .price {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px
}

#review_form_wrapper #commentform {
    margin: 0 -15px
}

p.comment-form-rating {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px;
    padding: 10px 15px
}

.woocommerce .star-rating span::before {
    color: #ffd353
}

.woocommerce-message::before {
    color: orange
}

.woocommerce ul.products li.product .star-rating {
    font-size: 13px;
    margin: 10px auto 0
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 1.8% 2.992em 0;
    width: 32.05%
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0
}

.woocommerce-message {
    border-top-color: orange
}

#colophon {
    background-color: #111;
    clear: both;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    border-top: 1px solid #202020
}

.site-info {
    font-size: 13px
}

#colophon a {
    color: #aaa
}

#colophon a:hover {
    color: #fff
}

.footer-right {
    float: right
}

.footer-left {
    float: left
}

.footer-right {
    float: right;
    margin-top: 5px
}

.colophon-column {
    float: left;
    text-align: center;
    width: 33.33%
}

.colophon-grid-2 .colophon-column:first-child {
    text-align: left
}

.colophon-grid-2 .colophon-column:nth-child(2n) {
    float: right;
    text-align: right
}

#footer-widgets {
    background: #111 none repeat scroll 0 0;
    overflow: hidden;
    padding: 70px 0;
    color: #fff
}

#footer-widgets ul {
    list-style: none;
    margin: 0
}

#footer-widgets ul li {
    font-size: 14px;
    letter-spacing: .5px;
    padding: 2px 15px;
    position: relative
}

#footer-widgets ul li::before {
    color: #00AED1;
    content: ".";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 35px;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 5px
}

#footer-widgets .footer-widget-area {
    float: left;
    padding: 0 15px;
    width: 25%
}

#footer-widgets .footer-active-1 {
    width: 100%
}

#footer-widgets .footer-active-2 {
    width: 50%
}

#footer-widgets .footer-active-3 {
    width: 33.33%
}

#footer-widgets .footer-active-4 {
    width: 25%
}

#footer-widgets .widget-title {
    border-bottom: 1px dotted;
    color: #ddd;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px
}

#footer-widgets a {
    color: #aaa
}

#footer-navigation li {
    display: inline-block;
    list-style: outside none none
}

#footer-navigation li a {
    color: #fff;
    display: block;
    padding: 5px 10px
}

#footer-navigation ul {
    margin: 0
}

.scrollup {
    background-color: #000;
    bottom: 50px;
    color: #fff;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 4px 10px;
    position: fixed;
    right: 32px;
    text-align: center
}

.scrollup:hover {
    background-color: #333
}

.scrollup i {
    color: #fff;
    font-size: 32px
}

.global-layout-left-sidebar #primary {
    float: right
}

.three-columns-enabled #primary {
    display: inline-block;
    float: none;
    width: 50%
}

.global-layout-three-columns .sidebar {
    float: right
}

.three-columns-enabled .sidebar {
    width: 25%
}

.global-layout-no-sidebar #primary {
    width: 100%
}

#breadcrumb {
    background: #fff;
    padding: 15px 0;
    color: #00AED1;
    clear: both;
    border-bottom: 3px double #ddd
}

#breadcrumb .container>div {
    overflow: hidden
}

#breadcrumb {
    margin: 0
}

#breadcrumb .breadcrumb-trail li,
#breadcrumb li {
    display: block;
    float: left;
    list-style: outside none none;
    padding-right: 10px
}

#breadcrumb .breadcrumb-trail li.trail-item.trail-end::after {
    display: none
}

#breadcrumb .breadcrumb-trail li::after,
#breadcrumb li::after {
    margin-left: 10px;
    font-family: FontAwesome;
    color: #222
}

#breadcrumb li:last-child::after {
    content: ""
}

#breadcrumb .breadcrumb-trail .trail-items {
    margin: 0;
    padding: 0
}

#breadcrumb .breadcrumb-trail li::after,
#breadcrumb a {
    color: #222
}

#breadcrumb a:hover {
    color: #00AED1
}

section.error-404 {
    text-align: center
}

#quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none
}

#quick-links-404 ul li a {
    color: #404040;
    display: block;
    padding: 5px 10px
}

.error404 #primary {
    width: 100%
}

section.error-404 .search-form {
    position: relative;
    max-width: 320px;
    margin: 0 auto
}

.wpcf7-form {
    max-width: 875px
}

div.wpcf7 {
    margin: 0 auto;
    padding: 0
}

.wpcf7 input {
    width: 100%
}

.wpcf7 input.wpcf7-submit {
    width: auto
}

.clean_commerce_widget_recent_posts .recent-posts-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500
}

.clean_commerce_widget_recent_posts .recent-posts-title a {
    color: #000
}

.clean_commerce_widget_recent_posts .recent-posts-item {
    clear: both;
    margin-top: 10px
}

.clean_commerce_widget_recent_posts .recent-posts-item::after {
    clear: both;
    content: "";
    display: table
}

.clean_commerce_widget_recent_posts .recent-posts-date::before {
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right: 5px;
}

#featured-carousel-carousel {
    clear: both;
    overflow: hidden;
    position: relative
}

#featured-carousel {
    clear: both;
    padding: 30px 0;
    position: relative;
    background-color: #fff
}

#featured-carousel .featured-porduct-carousel-content,
#featured-carousel a {
    color: #fff
}

#featured-carousel .featured-carousel-item {
    float: left;
    position: relative;
    width: 33.33%;
    overflow: hidden;
    padding: 0 15px
}

#featured-carousel .slick-next.slick-arrow,
#featured-carousel .slick-prev.slick-arrow {
    background-color: #ff9813;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 27px;
    font-weight: 400;
    line-height: .8;
    padding: 17px 13px;
    position: absolute;
    text-align: center;
    top: 42%;
    z-index: 999;
    opacity: 0;
    transition: .2s ease-out 0s
}

#featured-carousel .slick-prev.slick-arrow {
    left: 0
}

#featured-carousel .slick-next.slick-arrow {
    right: 0
}

#featured-carousel .featured-product-carousel-wrapper:hover .slick-next.slick-arrow,
#featured-carousel .featured-product-carousel-wrapper:hover .slick-prev.slick-arrow {
    opacity: 1
}

#featured-carousel .featured-product-carousel-wrapper .slick-list {
    margin: 0 -15px;
    overflow: hidden;
    padding: 0
}

#featured-carousel .featured-product-carousel-wrapper {
    overflow: hidden
}

#featured-carousel .featured-carousel-item {
    line-height: 1;
    text-align: center
}

#featured-carousel .featured-carousel-item .featured-carousel-item-thumb {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

#featured-carousel .featured-carousel-item:hover img {
    filter: blur(2px);
    transform: scale(1.15)
}

#featured-carousel .featured-carousel-item img {
    transition: transform .2s ease-out 0s;
    width: 100%
}

#featured-carousel .featured-carousel-item .img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

#featured-carousel .featured-carousel-item .featured-product-title {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    margin: 0
}

#featured-carousel .featured-carousel-item .featured-product-title::before {
    background: #fc8401;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .25s ease-out 0s;
    width: 100%;
    z-index: -1
}

#featured-carousel .featured-carousel-item:hover .featured-product-title::before {
    opacity: .4
}

#featured-carousel .featured-carousel-item .featured-product-title span {
    background-color: rgba(0, 0, 0, .2);
    bottom: 50%;
    font-size: 24px;
    left: 0;
    letter-spacing: .05em;
    line-height: 30px;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    transform: translateY(50%);
    white-space: normal;
    width: 100%;
    z-index: 3
}

@media only screen and (max-width:1300px) {
    .container {
        width: 97%
    }
    .comments-area form#commentform p {
        float: left;
        width: 100%
    }
    #comments input#submit {
        width: auto
    }
    .site-header {
        padding: 15px 0 10px
    }
    .right-header {
        width: auto
    }
    .main-navigation ul li li a {
        margin: 0
    }
    .authorbox .author-bio-posts-content,
    .authorbox .author-info {
        float: left;
        max-width: 70%;
        width: 70%
    }
}

@media only screen and (max-width:1024px) {
    .main-navigation ul>li ul {
        display: none;
        opacity: 1;
        visibility: visible
    }
    .main-navigation ul>li:hover>ul {
        display: block;
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (max-width:1023px) {
    h1 {
        font-size: 22px
    }
    h2 {
        font-size: 20px
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 16px
    }
    h5 {
        font-size: 15px
    }
    h6 {
        font-size: 14px
    }
    .inner-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }
    #colophon,
    #primary,
    .sidebar {
        padding-left: 10px;
        padding-right: 10px
    }
    td,
    th {
        font-size: 12px;
        padding: 2px;
        text-align: center
    }
    body #content #primary,
    body #content .sidebar,
    body.three-columns-enabled #content .sidebar,
    body.three-columns-enabled #primary {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%
    }
}

@media only screen and (max-width:900px) {
    body {
        padding-top: 0
    }
    #page {}
    #header-nav,
    #main-nav {
        display: none
    }
    #right-header {
        float: none;
        padding: 0 15px;
        width: 100%
    }
    #cart-section {
        clear: both;
        float: none;
        text-align: center
    }
    #cart-section li {
        display: inline-block;
        float: inherit;
        list-style: outside none none;
        padding: 10px
    }
    a#mobile-trigger {
        display: block;
        float: left;
        padding-left: 25px
    }
    .sidr-main-open a#mobile-trigger {
        padding-left: 278px
    }
    .mobile-nav-wrap {
        background: #242424 none repeat scroll 0 0;
        display: block;
        left: 0;
        padding: 6px;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 999999
    }
    .logged-in .mobile-nav-wrap {
        top: 45px;
        height: 49px
    }
    #mobile-trigger i {
        background-color: #fa5742;
        box-shadow: 0 1px 2px #242424;
        color: #fff;
        font-size: 21px;
        padding: 6px 8px
    }
    .sidr ul li ul li a,
    .sidr ul li ul li span {
        line-height: 1.5;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-top: 10px!important
    }
    #header-nav {
        display: none
    }
    #mobile-trigger2 {
        text-align: right;
        transition: inherit;
        padding-right: 25px
    }
    .sidr2-open #mobile-trigger2 {
        padding-right: 278px
    }
    #mobile-trigger2 i {
        background-color: #383433;
        box-shadow: 0 1px 2px #242424;
        color: #fff;
        font-size: 21px;
        padding: 6px 8px
    }
    a#mobile-trigger2 {
        float: right;
        display: block
    }
    #primary,
    .sidebar {
        width: 100%
    }
    .clean_commerce_widget_recent_posts .recent-posts-item {
        clear: both;
        float: left;
        margin-top: 30px;
        width: 100%
    }
    .site-branding {
        float: none;
        margin: 0 auto;
        max-width: 100%;
        text-align: center
    }
    .site-title {
        margin-top: 0
    }
    #site-identity,
    .custom-logo-link,
    .site-logo-link {
        float: none;
        margin-right: 0;
        display: block;
        clear: both
    }
    .clean_commerce_widget_products_slider .side-banner {
        padding-left: 20px
    }
    #featured-carousel .featured-product-carousel-wrapper .slick-list {
        margin-left: 10px;
        margin-right: 10px
    }
    #featured-carousel .featured-carousel-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width:768px) {
    .woocommerce .related ul.products li.product,
    .woocommerce ul.products li.product,
    .woocommerce-page .related ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0 0 20px;
        width: 48.05%
    }
}

@media only screen and (max-width:767px) {
    .site-header {
        position: inherit
    }
    h1 {
        font-size: 22px
    }
    h2 {
        font-size: 20px
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 16px
    }
    h5 {
        font-size: 15px
    }
    h6 {
        font-size: 14px
    }
    #quick-contact li {
        font-size: 13px;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-top: 2px
    }
    #colophon,
    #footer-widgets {
        margin-left: 0;
        margin-right: 0
    }
    #featured-carousel .featured-product-carousel-wrapper .slick-list {
        margin: 0
    }
    #featured-carousel .slick-prev.slick-arrow {
        left: 10px
    }
    #featured-carousel .slick-next.slick-arrow {
        right: 10px
    }
    #featured-carousel .slick-next.slick-arrow,
    #featured-carousel .slick-prev.slick-arrow {
        bottom: 0;
        opacity: 1;
        top: inherit
    }
    body #primary,
    body .sidebar {
        width: 100%
    }
    .site-content {
        padding-top: 15px
    }
    #content {
        clear: both;
        padding-top: 20px
    }
    #primary article.hentry {
        overflow: hidden;
        padding: 10px
    }
    .sibebar {
        margin-top: 15px
    }
    #footer-widgets .footer-widget-area {
        float: left;
        padding: 0 15px;
        width: 50%
    }
    #footer-widgets .footer-active-1 {
        width: 100%
    }
    #footer-widgets .footer-widget-area:nth-child(3n) {
        clear: both
    }
    .widget.clean_commerce_widget_services .service-block-item {
        width: 50%
    }
    .widget {
        margin: 15px 0 0
    }
    #footer-widgets {
        padding: 30px 15px
    }
    #colophon .copyright,
    #colophon .site-info {
        clear: both;
        text-align: center;
        width: 100%
    }
    #colophon .colophon-column,
    #colophon .colophon-grid-2 .colophon-column,
    #colophon .colophon-grid-3 .colophon-column,
    #colophon .colophon-grid-4 .colophon-column {
        float: left;
        width: 100%
    }
    #footer-navigation {
        text-align: center;
        margin-bottom: 10px
    }
    .copyright {
        margin-bottom: 5px
    }
    .entry-footer>span {
        border-right: medium none;
        border-top: 1px solid #ddd!important;
        display: block;
        float: left;
        padding: 10px 15px;
        width: 100%
    }
    .entry-footer {
        border: none
    }
}

@media only screen and (max-width:550px) {
    .page-title {
        font-size: 30px
    }
}

@media only screen and (max-width:479px) {
    .sidr-main-open a#mobile-trigger2 {
        float: right;
        display: block;
        float: left;
        clear: both;
        padding-left: 260px
    }
    .sidr-main-open a#mobile-trigger {
        float: right;
        display: block;
        float: left;
        clear: both;
        padding-left: 260px
    }
    .sidr2-open a#mobile-trigger {
        float: left;
        padding-left: 5px
    }
    .sidr2-open a#mobile-trigger2 {
        padding-right: 270px
    }
    .site-branding {
        text-align: center
    }
    #footer-widgets .footer-widget-area {
        width: 100%
    }
    #footer-widgets .footer-widget-area:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0
    }
    #footer-widgets .footer-widget-area {
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid #fff;
        margin-top: 15px
    }
    .site-description {
        margin-bottom: 0
    }
    .search-box .search-box-wrap {
        right: 3%;
        width: 263px
    }
    .social-links {
        float: right;
        max-width: 208px;
        text-align: right
    }
    .social-links .clean_commerce_widget_social li {
        display: inline-block;
        float: none
    }
    .search-box {
        float: right;
        position: relative;
        width: 33px
    }
    .page-title {
        font-size: 20px;
        margin-bottom: 7px
    }
    #tophead {
        text-align: center
    }
    #quick-contact {
        float: none;
        clear: both
    }
    .header-social-wrapper .clean_commerce_widget_social li {
        float: none;
        display: inline-block
    }
    #quick-contact li {
        display: inline-block;
        float: none;
        font-size: 13px
    }
    .header-social-wrapper {
        float: none;
        margin-top: 2px
    }
    #cart-section .cart-icon {
        margin-left: 0;
        margin-right: 0
    }
    #cart-section li {
        padding: 10px 5px
    }
    .woocommerce .related ul.products li.product,
    .woocommerce ul.products li.product,
    .woocommerce-page .related ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0 0 20px;
        width: 100%
    }
}

[class^=wp-block-]:not(.wp-block-gallery) figcaption {
    font-style: italic;
    margin-bottom: 1.5em;
    text-align: left
}

hr.wp-block-separator {
    background: 0 0;
    border-bottom-width: 1px
}

.wp-block-gallery {
    margin: 0;
    margin-bottom: 15px
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignnone,
.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery figcaption {
    font-style: italic
}

p.has-drop-cap:not(:focus)::first-letter {
    font-size: 5em;
    margin-top: .075em
}

.wp-block-image {
    margin-bottom: 1.5em
}

.wp-block-image figure {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-image figure.alignleft {
    margin-right: 1.5em
}

.wp-block-image figure.alignright {
    margin-left: 1.5em
}

.wp-block-audio audio {
    display: block;
    width: 100%
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-pullquote blockquote {
    margin: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding-top: 10px;
    padding-bottom: 10px
}

.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote {
    border-left: 5px solid #272727
}

.wp-block-pullquote.is-style-solid-color blockquote {
    border: none;
    background: #272727;
    padding: 30px;
    color: #fff
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    color: #fff
}

blockquote:before {
    display: none
}

blockquote {
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 20px
}

.entry-content ul.wp-block-gallery {
    margin-left: 0;
    padding-left: 0
}

.entry-content ol,
.entry-content ul {
    padding-left: 20px;
    margin-left: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
    font-size: 18px;
    color: #fff
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    clear: both
}