/*
Theme Name: จ๊วดธีม...
Theme URI: https://wpdevthai.com/
Author: Wisan Namwongsa
Author URI: https://wpdevthai.me/
Description: Description
Version: 1.0.1
Text Domain:  wpdt
Tags: custom-background, custom-logo, custom-menu, featured-images
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* =Global
----------------------------------------------- */

html, body {
    height: 100%;
    width: 100%;
}
#page {
    min-height: 100%;
}
body,
button,
input,
select,
textarea {
    font-family: "Sukhumvit Set", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857143;
    color: rgba(0, 0, 0, 0.54);
}
body {
    background-color: #ffffff;
    overflow: visible;
    overflow-x: hidden;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.95);
    
}
h1 {
    font-size: 1.4em;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 1.05em;
}
h6 {
    font-size: 1.0em;
}
hr {
    background-color: #eee;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}
/* Text elements */
ul, ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 0px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 20px;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    background: none repeat scroll 0 0 #eee;
    margin: 0 0 20px;
    padding: 20px 20px 20px;
}
address {
    margin: 0 0 20px;
}
pre {
    background: none repeat scroll 0 0 #eee;
    border-radius: 0;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    white-space: pre-wrap;
}
code {
    padding: 20px;
    max-height: 600px;
    overflow: auto;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
    font-size: 13px;
    background-color: #f1f3f4;
    display: block;
    border-radius: 2px;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    text-decoration: none;
    padding: 0 0.4em;
    border-radius: 4px;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 20px;
    width: 100%;
}
th {
    font-weight: bold;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: none repeat scroll 0 0 #4285F8;
    border: medium none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 3px;
}
input[type="reset"] {
    background: none repeat scroll 0 0 #f1f1f1;
    color: #222222;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.9;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    opacity: 0.9;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=time],
input[type=number],
input[type=password],
textarea,
.custom-file,
.form-control,
.custom-file-label{
    color: #666;
    border: 1px solid #f1f3f4;
    max-width: 100%;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    background: #f1f3f4;
    width: 100%;
}
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=tel],
input[type=time],
input[type=number],
input[type=password],
.custom-file-input,
.custom-file,
.form-control,
.custom-file-label,
.custom-file-label::after{
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}
textarea ,
textarea.form-control {
    overflow: auto;
    padding: 5px 10px 10px 10px;
    vertical-align: top;
    width: 100%;
    height: 100px;
}
select,
.custom-select,
select.form-control:not([size]):not([multiple]) {
    height: 34px;
    border: 1px solid #f1f3f4;
}
.custom-file-label::after {
    border: none;
    height: 32px;
    line-height: 32px;
    margin: 0;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #f1f3f4;
    border-radius: 2px;
}
.select2-container--default .select2-selection--single {
    background-color: #f1f3f4;
    border: none;
    border-radius: 2px;
    height: 34px;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
    padding: 0px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 28px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f1f3f4;
}
.text-muted {
    font-size: 0.65em;
}
label {
    margin-bottom: 0;
    font-size: 0.8em;
    line-height: 1em;
}
.form-group {
    margin-bottom: 10px;
}
/* Links */
a,
a:visited {
    color: #4285F8;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:focus,
a:active {
    color: #007bff;
    text-decoration: none;
    -webkit-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; 
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.no-js .material-icons {
    font-size: 0;
}
.navbar-collapse{
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 2px;
    margin-top: 20px;
    box-shadow: 0 0 0 1px #f0f2f7;
    position: relative;
    margin: 12px -10px 0 -10px;
}

/* =Content
----------------------------------------------- */
.hentry .entry-header .entry-title a {
    color: #323232;
}
.single .hentry,
.page .hentry {
    border-bottom: none;
}
.entry-meta {
    clear: both;
    font-size: 0.9em;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-thumbnail {
    padding: 0;
    margin-bottom: 20px;
}
.entry-summary p {
    margin-bottom: 10px;
}
.entry-content {
    margin: auto;
}
.page-links {
    clear: both;
    margin: 0 0 20px;
}
.page-header {
    border-bottom: medium none;
    padding-bottom: 0;
    margin: 0;
}
.page-header .entry-title {
    font-size: 48px;
    margin-bottom: 5px;
    color: #fff;
}
.contact-header .entry-title {
    margin-bottom: 0;
}
.attachment .entry-meta {
    clear: none;
}
.clear {
    clear: both;
}
/* =Media
----------------------------------------------- */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.gallery a img {
    border: medium none;
    display: block;
    height: auto;
    max-width: 100% !important;
    border: none !important;
    margin-bottom: 0;
}
.gallery dd {
    margin: 0;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0px !important;
    text-align: center;
    margin-bottom: 0 !important;
    position: relative;
}
.gallery .gallery-item .gallery-caption {
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.gallery .gallery-item:hover .gallery-caption {
    visibility: visible;
}
.wpdt-gallery {
    max-width: 1440px;
    margin: auto;
    margin-bottom: 50px;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
audio,
video {
    max-width: 100%;
}
/* =Widgets
----------------------------------------------- */
.widget-title {
    position: relative;
    font-weight: normal;
}
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}
/* Search widget */
#searchform {
    position: relative;
    max-width: 800px;
    margin: 0 auto 0;
}
#searchform .field {
    width: 100%;
    border: #fff solid 1px;
    background-color: #fff;
    padding-right: 50px;
    padding-left: 15px;
    height: 50px;
    border: 1px solid #f1f3f4;
    background: #f1f3f4;
}
#searchform .submit {
    padding: 12px 14px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 0 3px 3px 0;
    height: 50px;
}
.search-box #searchform .field {
    padding-right: 40px;
    padding-left: 10px;
    height: 40px;
    max-width: 100%;
}
.search-box #searchform .submit {
    padding: 8px 10px;
    height: 40px;
    background: transparent;
    color: initial;
}
.widget_categories ul li:hover a,
.widget_categories ul li.current-cat > a {
    color: #337ab7;
}
.widget_categories .children > li > a{
    padding-left: 20px;
    
}
.widget_categories .children > li:last-child{
    border-bottom: none;
}
.widget_nav_menu .menu li {
    position: relative;
}
.widget_nav_menu .menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding: 5px 0;
    font-size: 14px;
}
.widget_nav_menu .menu li:last-child a {
    border: none;
}
.widget_nav_menu .menu-item-has-children {
    border-bottom: 1px solid #eee;
}
.widget_nav_menu .menu li .sub-menu > li > a {
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}
#comments {
    margin: 0 -10px 0px;
    background: #fff;
    padding: 20px 20px 1px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    max-width: 840px;
    
}
#comments h2 {
    margin-bottom: 20px;
}
.commentlist {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    font-size: 0.9em;
    line-height: 1.4em;
}
.commentlist li.comment {
    padding: 0;
    min-height: 70px;
}
.commentlist li.comment .comment-content {
    padding-bottom: 0px;
    padding-left: 54px;
}
.commentlist li.comment .comment-author img {
    float: left;
    margin-right: 10px;
}
.commentlist li.comment .comment-meta {
    float: right;
    font-size: 11px;
    font-style: oblique;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 5px;
}
.commentlist li.comment .reply {
    background: none repeat scroll 0 0 rgba(0,0,0,0.15);
    color: #FFFFFF;
    font-size: small;
    margin-top: 0;
    padding: 5px;
    position: absolute;
    top: auto;
    bottom: 0;
    text-align: -webkit-auto;
    left: 0;
}
.commentlist li.comment .reply a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 10px;
}
.commentlist li.comment .children {
    list-style: none outside none;
    margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment {
    background: #f8f8f8;
    padding: 24px 10px 10px;
    margin-bottom: 5px;
    position: relative;
    min-height: 90px;
    border-radius: 2px;
}
.commentlist li.comment article.comment .comment-content p {
    margin: 0;
}
#respond {
    padding-bottom: 10px;
}
#commentform p {
    margin-bottom: 10px;
}
#commentform label {
    width: 100%;
    display: block;
    font-size: 0.8em;
    margin: 0 0 0.5em;
}
#commentform textarea {
    height: 100px;
    line-height: 16px;
    overflow: auto;
    padding: 11px 7px 7px;
    vertical-align: top;
    width: 100%;
}
.nocomments {
    display: none;
}
/* =Layout: Content-Sidebar
----------------------------------------------- */
.widget-area {
    margin-top: 10px;
    margin-bottom: 10px;
}
.widget-area .widget {
    margin-bottom: 20px;
}
.archive-content .single-hentry {
    border-bottom: #f4f4f4 solid 1px;
}
.archive-content .single-hentry .entry-meta {
    padding: 5px 0;
}
.archive-content .single-hentry .entry-meta {
    padding: 0;
}
.site-archive-header {
    padding: 0;
    background-color: transparent;
    min-height: 0;
    text-align: center;
    padding: 126px 10px 64px;
    text-align: left;
}
.site-archive-header .page-title {
    font-size: 22px;
    display: inline-block;
}
.site-archive-header .breadcrumbs {
    margin-top: 0px;
    padding: 5px 0;
    display: inline-block;
}
.site-archive-header .land{ margin-bottom: 0; }
.site-archive-content {
    margin-top: -64px;
    padding:0 10px;
}
.site-archive-content .hentry {
    border-radius: calc(0.25rem - 1px);
    background-color: #ffffff;
    margin-bottom: 1.2em;
    box-shadow: 0 0 0 1px #eaeff3;
    overflow: hidden;
}
.hentry.card .entry-summary{
    padding-bottom: 1em;
    padding-bottom: 0;
}
.hentry.card .entry-summary p{ margin-bottom: 10px; }
.site-archive-content .hentry .card-body{
    padding:10px;
}
.site-archive-content .hentry.content-list .card-body{
    padding:5px 10px;
}
.site-archive-content .hentry .entry-header .entry-title{ font-size: 1em; margin-bottom: 0; }
.site-archive-content .hentry .card-body .entry-categories{
    font-size: 0.7em;
    margin-bottom: 0px;
}
.site-archive-content .hentry  .entry-footer{
    font-size: 0.8em;
}
.site-archive-content .hentry.content-list .entry-thumbnail .card-img {
    border-radius: calc(0.25rem - 1px) 0 0 calc(0.25rem - 1px);
}
.single .site-single-header {
    padding: 126px 0 64px 0;
    position: relative;
}
.site-single-header:before{
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    z-index: 0;
    top: 0;
    bottom: 0;
}
.single .site-single-header .breadcrumbs {
    padding: 0px 20px 10px;
    margin: 0 -10px;
}
.single .site-archive-content {
    margin: 0 -10px;
    position: relative;
    z-index: 10;
}
.site-archive-content .single-hentry {
    margin: 10px 0;
    padding: 10px;
    box-shadow: none;
    border-radius: 2px;
    margin-top: -64px;
    overflow: visible;
}
.site-archive-content .single-hentry .entry-header{ padding:0; }
.site-archive-content .single-hentry .entry-header .entry-title {
    margin-bottom: 0;
    color: #000000;
    font-size: 1.6em;
}
.site-archive-content .single-hentry .entry-meta {
    padding: 0;
    font-size: 0.8em;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.54);
}
.site-archive-content .single-hentry .entry-meta a {
    color: rgba(0, 0, 0, 0.54);
}
.site-archive-content .single-hentry .entry-thumbnail{
    margin: 0 -20px 1em;
    text-align: center;
    display: block;
}

.site-archive-content .single-hentry .entry-thumbnail img.rounded{ border-radius: 0; }
.site-archive-content .single-hentry .entry-content {
    padding: 0 0 0 0;
    box-shadow: none;
    border-radius: 2px;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 0;
}
.wpdt-author-bio{
    padding: 20px;
    background-color: #eee;
    margin:0 -10px 0;
}
.wpdt-author-bio .avatar{ max-width: 100%; height: auto; }
.wpdt-author-bio .social-buttons{ margin-bottom: 0; }
.related-posts{ padding:20px 10px 0 10px;   }
/* =Main Layout
----------------------------------------------- */
.site-header {
    width: 100%;
    z-index: 110;
    position: absolute;
}
.fixed.site-header {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: fixed;
}
.navbar-toggler {
    margin-right: 0px;
    margin-right: -12px;
    font-size: 13px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border-color: transparent;
    padding: 0;
    text-align: center;
    border: none;
    margin-left: 12px;
}
.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
    background-color: rgba(1,1,1,0.05);
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 0.9);
    border-color: transparent;
}
.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus {
    background-color: rgba(0,0,0,0.1);
    border: none;
    outline: none;
    color: rgba(1,1,1,0.05);
    border-color: transparent;
}
.site-header .navbar{
    padding: 10px 10px 10px 10px;
}
.site-header .navbar-brand {
    max-width: 200px;
    padding: 0;
    font-weight: bold;
    font-style: normal;
}
.site-header .navbar-brand img {
    padding: 0;
    max-height: 40px;
    max-width: 125px;
    float: left;
    
}
.site-header .navbar-brand em {
    font-size: 0.65em;
    font-weight: lighter;
    font-style: normal;
    vertical-align: middle;
    padding-left: 1em;
    padding-right: 1em;
}
.site-header .nav-wpdt-header{
    float:right;
}
.site-header .site-search .btn {
    height: 32px;
    width: 32px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
    text-align: center;
    border-radius: 50%;
}
.site-header .site-search .btn:hover,
.site-header .site-search .btn:active {
    background-color: #f1f1f1;
}
.nav-wpdt-header .menu li.user > .btn {
    height: auto;
    line-height: 38px;
    padding: 0 0.6em;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    border: #eaeff3 solid 1px;
}

.nav-wpdt-header .menu li.user .dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	left:auto;
	z-index: 1000;
	position: absolute !important;
	top: 100%;
	z-index: 1000;
	background: #fff none repeat scroll 0 0;
	margin: 16px 0px 0 0;
	padding: 5px;
	border-radius: 2px;
	border: none;
	box-shadow: 0 0px 0px 1px #f0f2f7;
	width: 300px;
}
.nav-wpdt-header .menu li.user .dropdown-menu:after,
.nav-wpdt-header .menu li.user .dropdown-menu:before {
	bottom: 100%;
	right: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.nav-wpdt-header .menu li.user .dropdown-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.nav-wpdt-header .menu li.user .dropdown-menu:before {
	border-bottom-color: #f0f2f7;
	border-width: 11px;
	margin-left: -11px;
}
.nav-wpdt-header .menu li.user .dropdown-menu .dropdown-item{
	padding:0.5em;
}
.nav-wpdt-header .menu li.user .dropdown-menu .dropdown-divider{
	margin:0;
}
.logged-in .nav-wpdt-header .menu li.user > a {
	text-align: center;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}
.navbar-top {
    padding: 0;
}
.navbar-nav .nav-link {
    font-weight: 400;
    text-decoration: none;
    zoom: 1;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    padding: 0.25em 0em;
    font-size: 1em;
}
.navbar-light .navbar-nav .nav-link{
    color: rgba(0, 0, 0, 0.85);
}
.navbar-light .navbar-nav > .menu-item:first-child .nav-link {
    border-top: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #4285F8;
}
.navbar-dark .navbar-brand img{
    filter: brightness(0) invert(1);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.85);
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
.navbar-dark .navbar-nav .nav-item:last-child .nav-link{ border-bottom: none!important; } 
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 1)!important;
}
.navbar-dark .site-header-cart .cart-contents{
    color: #ffffff!important;
}
.navbar-dark  .site-header-cart .cart-contents:hover{
    color: rgba(0, 0, 0, 0.85)!important;
}
.wpmm-main-wrap-primary .menu-item.cta > a,
.navbar-light .navbar-nav .nav-item.cta > .nav-link {
    background: #4285F8;
    color: #fff !important;
    border-radius: 3px;
    padding: .75em 2em;
    font-weight: 600;
    border: none;
    text-align: center;
    font-weight: 600 !important;
}
.dropdown-toggle::after{
    vertical-align: unset;
}
.navbar-nav .dropdown-menu{
    float: none;
    padding: 10px;
    min-width: 280px;
    border: none;
    box-shadow: 0 0px 2px 0px rgba(0,0,0,0.1);
    position: relative;
    background: #ffffff;
    border-radius: 2px;
}
.navbar-nav .dropdown-menu .dropdown-item{
    padding:5px 10px;
}
.navbar-nav > .dropdown > .dropdown-menu:after, 
.navbar-nav > .dropdown > .dropdown-menu:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.navbar-nav > .dropdown > .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.navbar-nav > .dropdown > .dropdown-menu:before {
    border-color: rgba(248, 248, 248, 0);
    border-bottom-color: #f8f8f8;
    border-width: 11px;
    margin-left: -11px;
}
.navbar .dropdown-menu li {
    width: 100%;
    margin-left: 0 !important;
}
.navbar .dropdown-menu li.dropdown{
    position: relative;
}
.navbar .dropdown-menu > li.dropdown > .dropdown-menu {
    position: absolute;
    left: 98%;
    top: 0;
    margin-top: -10px;
}
.navbar .dropdown-menu li.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
    color:#000;
}
.navbar .dropdown-menu > li.dropdown > .dropdown-menu:after, 
.navbar .dropdown-menu > li.dropdown > .dropdown-menu:before {
    right: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.navbar .dropdown-menu > li.dropdown > .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.navbar .dropdown-menu > li.dropdown > .dropdown-menu:before {
    border-color: rgba(248, 248, 248, 0);
    border-right-color: #f8f8f8;
    border-width: 11px;
    margin-top: -11px;
}
.site-page-header{
    min-height: 128px;
    text-align: center;
    padding-top: 136px;
    padding-bottom: 64px;
    padding-left: 10px;
    padding-right: 10px;
}
.site-page-header .page-title{
    margin-bottom: 0;
    font-size: 1.4em;
}
.page-content .entry-content,
.page-content .content-search-results {
    padding: 10px 10px 5px;
    border-radius: 2px;
    margin-top: -54px;
    background: #ffff;
    margin-bottom: 10px;
    min-height: 320px;
}
.page-content .content-search-results .list-group-item h5{ 
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.33;
}
.page-content .content-search-results .list-group-item p{
    padding-top: 0.75em;
    line-height: 1.54;
    word-wrap: break-word;
    font-size: 0.9em;
    margin-bottom: 0;
}
.site-footer{ clear: both; }
.site-footer .nav-link {
    display: block;
    padding: 0 10px 10px 10px;
}
.site-footer .footer-content {
    margin: auto;
    padding: 30px 0px 10px;
    position: relative;
    width: 100%;
}
.site-footer .footer-info {
    padding: 24px 10px 84px;
    line-height: 36px;
    font-size: 0.9em;
    border-top: rgba(0,0,0,0.025) solid 1px;
}
.site-footer .footer-logo img{ max-height: 50px; width: auto; }
.site-credit,
.site-copyright {
    padding: 0 5px;
    margin-bottom: 0px;
    display: inline-block;
}
.site-breadcrumbs {
    background: #4285F8;
    padding: 0.5em 1em;
}
.site-breadcrumbs,
.site-breadcrumbs a {
    color: #fff;
}
.breadcrumbs {
    font-size: 0.8em;
    opacity: 0.8;
}
.breadcrumbs p {
    margin-bottom: 0;
}
/* =Menu
----------------------------------------------- */
.top-bar-search {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 3px;
    overflow: hidden;
}
.input-group-search .input-group-text {
    background-color: transparent;
    border: none;
}
.input-group-search .custom-select {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
}
.input-group-search .form-control,
.input-group-search .form-control:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
/* =Custom .gallery
----------------------------------------------- */
.item-gallery {
    position: relative;
    margin-bottom: 20px;
}
.item-gallery .caption {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    opacity: 0
}
.item-gallery:hover .caption {
    opacity: 1;
}
.item-gallery .title {
    font-size: 18px;
    left: 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    color: #fff;
    
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
}
/* =Custom Page template
----------------------------------------------- */
.not-found {
    margin-bottom: 100px;
    margin-top: 64px;
    padding-top: 100px;
    text-align: center;
}
.not-found strong {
    color: #000;
    display: block;
    font-size: 222px;
    margin-bottom: 0;
    text-align: center;
}
.not-found #searchform {
    margin-bottom: 50px;
}
.not-found hr {
    margin: 20px auto;
    width: 365px;
}
.search-no-results .not-found{
    margin-top: -150px;
    padding-top: 0;
    min-height:150px;
}
.page-template-default .archive-content .entry-content {
    background-color: #fff;
    padding: 10px 10px 1px;
    border-radius: 2px;
}
/* =Custom .single-attachment
----------------------------------------------- */
.single-attachment .site-featured {
    display: none;
}
.content-area.image-attachment {
    background: #F5f5f5;
    padding: 0 !important;
}
.image-attachment .page-header {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}
.sidebar-image {
    padding: 20px;
}
.image-header {
    margin-bottom: 20px;
}
.image-header .entry-title {
    margin-bottom: 0;
}
#image-navigation .previous-image {
    float: left
}
.entry-attachment .attachment img {
    margin: 0;
}
.post-navigation {
    clear: none;
}
.pager {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single .site-navigation{
    border-top: rgba(0,0,0,0.05) solid 1px;
    border-bottom: rgba(0,0,0,0.05) solid 1px;
    padding: 12px 20px 16px 20px;
    margin: 0 -10px;
}
.pager li a {
    padding: 0;
    display: block;
}
.pager li a:hover{
    text-decoration: none; 
}
.pager li a .meta-nav{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    display: block;
    line-height: 1em;
}
.pager li.previous {
    display: inline-block;
    width: 50%;
}
.pager li.previous a {
    position: relative;
    line-height: 1em;
    display: block;
}
.pager li.previous a .meta-nav {
    display: block;
}
.pager li.next{
    float: right;
}
.pager li.next a{
    line-height: 1em;
}
.pager li.next a .meta-nav {
    display: block;
}
.pager li.next {
    width: 50%;
    float: right;
    text-align: right;
}
.pager li > a,
.pager li > span {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    
    
}
.pager li > a:hover,
.pager li > span:hover {
    background: transparent;
}
.pager li > a:hover {
    text-decoration: none;
}
.site-navigation {
    background: transparent;
    margin: 0;
    display: block;
    padding: 0px;
    padding: 0 0 20px 0;
    font-size: 0.8em;
}
.content-search-results .site-navigation{
    padding:20px 0;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.nopadding .thumbnail {
    display: block;
    margin: 0;
}
.nopadding .thumbnail img {
    display: inline-block;
}
.alert {
    border-radius: 2px;
}
.lead{ font-size: 1.1em; }
.btn-primary,
.btn-primary:visited {
    background-color: #4285F8;
    border-color: #4285F8;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    opacity: .9;
    background-color: #4285F8;
    border-color: #4285F8;
    color: #fff;
}
.list-group-item {
    position: relative;
    background-color: #fff;
    border: 1px solid #eaeff3;
    padding: 1.25rem 1.25rem;
}
.elementor-editor-active:hover .site-main {
    z-index: 150;
    position: relative;
}
#elementor {
    position: relative;
    z-index: 75;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_entries li {
    position: relative;
}
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_recent_entries li a {
    display: inline-block;
    padding: 10px 4px 14px 0;
    color: #222222;
    position: relative;
}
.widget_archive li:hover a,
.widget_categories li:hover a,
.widget_meta li:hover a,
.widget_nav_menu li:hover a,
.widget_pages li:hover a,
.widget_recent_entries li:hover a {
    color: #337ab7;
}
.widget_recent_entries li {
    margin-bottom: 10px;
}
.widget_recent_entries li a {
    padding-bottom: 0;
    padding-top: 0;
}
.widget_recent_entries .post-date {
    font-size: 0.75em;
    display: block;
}
.widget_wpdt_address_widget p{ margin-bottom: 0; }
.widget_wpdt_address_widget p.address{ margin-bottom: 1em; }
.sidebar .widget_categories .children > li:last-child{
    border-bottom: none;
}
.sidebar .widget_categories .children .children > li a{
    padding-left: 40px;
}
.addtoany_content {
    clear: both;
    margin: 16px 0;
    border-top: #f4f4f4 solid 1px;
    padding: 16px 0 0;
}
.page-item .page-link {
    color: #4285F8;
    padding: 1em 1.3em;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4285F8;
    border-color: #4285F8;
}
.pagination .page-item .page-link {
    border: none;
    font-size: 1em;
    box-shadow: 0 0 0 1px #eaeff3 inset;
    border-radius: 25px;
    margin: 0.1em;
    background: #fff;
    padding: 10px 14px;
}
.pagination .page-item .page-link.current{
    background-color: #eaeff3;
}
.contact-info > ul > li > a {
    padding: 5px 0;
    display: block;
    color: #062045;
    font-size: 13px;
}
.contact-info > ul > li i {
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
}
.pagination {
    margin-bottom: 0px;
}
.hentry.card {
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #eaeff3;
}
.hentry.card .entry-thumbnail{
    margin-bottom: 0px;
}
.hentry.card .post-readmore {
    position: absolute;
    bottom: 0;
    font-size: 0.9em;
    margin-bottom: 1.25rem;
    border-radius: 3px;
}
.hentry.card .card-footer{ 
    padding-top: 0;
    background-color: transparent;
    border:none;
    padding-left: 10px;
    padding-right: 10px;
}
.crop-text-1 {
    -webkit-line-clamp: 1;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.crop-text-2 {
    -webkit-line-clamp: 2;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}
.woocommerce form.register .button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-right: 0;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    padding: 10px 20px;        overflow-x: auto;
    
    background-color: #f8f8f8;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{ list-style: none; padding:0; margin:0; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    font-size: 1.2em;
    padding: 5px 0;
    width: 48%;
    display: inline-block;
}


@media (max-width: 991.98px){
    .navbar-nav-scroll {
        height: 46px;
        overflow: hidden;
        font-size: .875rem;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 6px;
        border: none;
        /* box-shadow: 0 0px 0px 1px #f0f2f7; */
        min-width: 100%;
    }
    .navbar-nav-scroll .navbar-nav {
        padding:0 10px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-nav-scroll .navbar-nav .nav-item {
        padding: 6px 5px;
        line-height: 27px;
    }
    .navbar-nav-scroll .navbar-nav .nav-item .nav-link{
        background-color: #f4f4f4;
        padding: 5px 10px;
        border-radius: 20px;
    }
    
}

.btn-line, .btn-line:visited {
    color: #00c300;
    padding: 0 0px 0 43px;
    line-height: 38px;
    border: #00c300 solid 1px;
    border-radius: 20px;
    background-color: #ffffff;
}
.btn-line img {
    left: 5px;
    top: -1px;
    filter: initial;
}
.btn-line span {
    padding: 0 12px 0 0;
    border-left: none;
}

.btn-line:hover,
.btn-line:active{
    border-color:#00e000;
    background-color: #00e000;
}

.btn-line:hover img,
.btn-line:active img{
    filter: brightness(0) invert(1);
}

.btn-line:hover span,
.btn-line:active span{
    color:#ffffff;;
}
.btn-lg, .btn-group-lg > .btn{
  height: auto;;
}



@media (min-width: 768px) {
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] ,
    input[type=text],
    input[type=tel],
    input[type=url],
    input[type=email],
    input[type=tel],
    input[type=time],
    input[type=number],
    input[type=password],
    .custom-file-input,
    .custom-file,
    .form-control,
    .custom-file-label,
    .custom-file-label::after,
    select,
    .custom-select,
    select.form-control:not([size]):not([multiple]) ,
    .custom-file-label::after ,.select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--single .select2-selection__rendered ,
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
        line-height: 40px;
    }
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.6em;
    }
    h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
    }
    h5 {
        font-size: 1.1em;
    }
    h6 {
        font-size: 1.0em;
    }
    .site-header{
        border-bottom: none;
    }
    .site-header .navbar {
        padding: 8px 16px;
    }
    .site-header{
        background-color: transparent;
    }
    .site-header .navbar {
        padding: 12px 20px;
    }
    .site-page-header {
        padding: 156px 0 150px;
        text-align: center;
    }
    .sidebar .widget-title{
        margin-bottom: 5px;
        border-bottom: rgba(255,255,255,0.2) solid 2px;
        padding-bottom: 10px;
    }
    .site-archive-header,
    .single .site-single-header {
        padding: 136px 0 120px;
        min-height: 240px;
        text-align: center;
    }
    .site-archive-header .page-title {
        font-size: 1.8em;
    }
    .site-archive-header .breadcrumbs{
        font-size: 1em;
        display: block;
        float: none;
    }
 
    .site-archive-content {
        margin-top: -80px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .site-archive-content .hentry {
        border-radius: calc(0.25rem - 1px);
        background-color: #ffffff;
       
    }
    .site-archive-content .hentry .card-body,
    .site-archive-content .hentry.content-list .card-body{
        padding: 1.2em 1.2em 1.2em 1.2em;
    }
    .site-archive-content .hentry .card-body .entry-categories{
        margin-bottom: 0.5em;
        font-size: 1em;
    }
    .site-archive-content .hentry .card-body .entry-header,
    .site-archive-content .hentry.content-list .card-body .entry-header{
        margin-bottom: 2em;
    }
    
    .site-archive-content .hentry .entry-header .entry-title{
        font-size: 1.4em;
    }
  
    .single .site-archive-header .breadcrums {
        padding-top: 2em;
        display: none;
    }
    .single .site-archive-content {
        margin-top: -64px;
        z-index: 10;
    }
    .site-archive-content .single-hentry {
        margin: -130px 0 0 0;
        background: transparent;
        padding: 0;
        box-shadow: none;
    }
    .site-archive-content .single-hentry .entry-header{
        text-align: center;
    }
    .site-archive-content .single-hentry .entry-header .entry-title {
        margin-bottom: 0;
        font-size: 1.8em;
    }
    .site-archive-content .single-hentry .entry-meta {
        padding: 5px 0;
        font-style: 0.9em;
        margin-bottom: 20px;
    }
    .site-archive-content .single-hentry .entry-content {
        
        padding: 20px 20px 1px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0);
        border-radius: 0 0 2px 2px;
        background-color: #ffffff;
        overflow: visible;
        margin-bottom: 20px;
        margin-top: -20px;
    }
    .site-archive-content .related-posts .hentry .card-body {
        padding: 0 1.25rem ;
    }
    .site-archive-content .related-posts .hentry .card-footer{
        padding: 0 1.25rem 1.25rem;
    }
    .wpdt-author-bio{
        padding: 1em;
        margin: 0 0 20px;
        border-radius: 3px;
        max-width: 990px;
    }
    .wpdt-author-bio .avatar{
        max-width: 100%;
        height: auto;
    }
    .site-page-header .page-title {
        margin-bottom: 0;
        font-size: 1.8em;
    }
    .page-content .entry-content {
        padding: 3em;
        border-radius: 2px;
        min-height: 480px;
        margin: -112px -10px 30px;
    }
    .pager li a{
        padding:0px 0;
    }
    .pagination .page-item .page-link {
        border-radius: 25px;
        margin: 0.5em;
        background: #fff;
    }
    #comments {
        margin: 0 auto 0px;
        background: #fff;
        padding: 2.5em 2.5em 2em;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0);
        border-radius: 2px;
        max-width: 760px;
    }
    #commentform .comment-form-cookies-consent label{
        display: inline;
        padding: 0 10px;
    }
    #commentform .comment-form-author,
    #commentform .comment-form-email{
        display: inline-block;
        width: 50%;
    }
    #commentform .comment-form-email{
        float: right;
        padding-left: 1.2em;
    }
    .comment-form .form-submit{
        padding-top: 20px;
    }
    .related-posts{ padding:0; }
    .related-posts .box-title{ text-align: center; margin:2em 0; }
    .related-posts .hentry .card-body{ padding: 0 1.25rem }
    .related-posts .hentry .card-body .entry-header{ margin-bottom: 1em; }
    .related-posts .hentry .card-body .entry-header .entry-title{
        font-size: 1.2em;
    }
    .related-posts .hentry .card-body .entry-summary{ margin-bottom: 0.5em; padding-bottom: 0; }
    .related-posts .hentry .card-footer{ border-top: none; }
    .site-footer .footer-content {
        margin: auto;
        padding: 60px 20px 40px;
    }
    .site-footer .footer-info {
        padding: 20px 10px 90px;
        line-height: 36px;
    }
    .page-content .entry-content{
        padding: 3.5em 4em 4em;
    }
    
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.6em;
        
    }
    h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
    }
    h5 {
        font-size: 1.15em;
    }
    h6 {
        font-size: 1.1em;
    }
    .admin-bar .fixed-top {
        z-index: 75;
        top: 32px;
    }
    .admin-bar .sticky-active.site-header {
        top: 32px !important;
    }
    .admin-bar .sticky-wrapper {
        width: 100%;
        z-index: 110;
        top: 32px;
    }
    .admin-bar .sticky-wrapper.is-sticky .site-header {
        top: 32px !important;
    }
    .site-header .navbar {
        padding: 2em;
        background-color: transparent;
    }
    .site-header.fixed .navbar{
        padding: 12px 12px;
    }
    .search-box #searchform .field{
        width: 600px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 1rem;
        padding-left: 1rem;
        line-height: 34px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .navbar-collapse {
        padding: 0 1.1em;
        background-color: transparent;
        margin:0;
        box-shadow: none;
    }
    .navbar-collapse:before,
    .navbar-collapse:after{
        display: none;
    }
    .navbar-dark .navbar-collapse .navbar-nav .nav-link{
        color: #fff!important;
    }
    .navbar-collapse ul{ padding:0; margin:0; }
    .site-header .navbar-brand {
        position: relative;
        font-size: 1.6em;
        line-height: 36px;
        white-space: nowrap;
        margin: auto 0;
        padding: 0;
        max-width: initial;
    }
    .site-header .navbar-brand img {
        max-height: 40px;
        max-width: initial;
        width: auto;
    }
    .site-page-header {
        padding: 150px 0 150px 0;
        text-align: center;
    }
    .site-page-header .page-title {
        font-size: 2.4em;
    }
    
    .page-content .entry-content {
        padding: 3em 3em 2em;
        border-radius: 3px;
        background: #ffff;
        margin: -112px auto 5em;
    }
    .page-template-default .entry-content {
        box-shadow: 0 0px 0px 1px #f0f2f7 inset;
    }
    .page-full-width .entry-content {
        max-width: 100%;
    }
    
    .site-archive-header {
        padding: 150px 0 200px;
        min-height: 350px;
        text-align: center;
    }
    .site-archive-header .page-title {
        font-size: 48px;
    }
    .site-archive-content {
        margin-top: -130px;
        margin-bottom: 150px;
    }
    .site-archive-content .hentry{ margin-bottom: 2.5em; }
    .site-archive-content .hentry .card-body,
    .site-archive-content .hentry.content-list .card-body{
        padding: 2.5em 2.5em 2.5em 2.5em;
    }
    
    .single .site-single-header .breadcrumbs {
        padding-top: 30px;
    }
    .single .site-archive-content {
        margin-top: -220px;
    }
    .site-archive-content .single-hentry {
        margin: 0 auto 2.5em;
        box-shadow: none;
        border-radius: 0px;
        padding: 2.5em 0;
    }
    .site-archive-content .single-hentry .entry-header{ 
        text-align: center; 
        padding:0 10%;
    }
    .site-archive-content .single-hentry .entry-header .entry-title {
        margin-bottom: 0;
        font-size: 2.4em;
    }
    .site-archive-content .single-hentry .entry-meta {
        padding: 5px 0;
        font-style: 0.9em;
        margin-bottom: 20px;
    }
    .site-archive-content .single-hentry .entry-thumbnail{
        margin: 0 -5em 0em;
    }
    
    .site-archive-content .single-hentry .entry-content {
        padding: 5em 10em 1.5em;
        border-radius: 3px;
        margin-bottom: 0;
    }
    .site-archive-content .single-hentry .entry-footer{
        padding: 0 5em;
        background: #fff;
    }
    .wpdt-author-bio{
        padding: 5em;
        margin: 2.5em auto 2.5em;
        border-radius: 3px;
        max-width: 990px;
        margin-top: -2.5em;
    }
    .wpdt-author-bio .avatar{
        max-width: 100%;
        height: auto;
    }
    .site-navigation {
        margin: 10px 0px 20px;
        min-height: 0px;
        background-color: transparent;
        padding:0px;
    }
    .single .site-navigation{
        margin: auto;
        max-width: 760px;
        padding: 1.5em 1.8em 1.5em;
        background-color: #fff;
        border: none;
    }
    .pagination .page-item .page-link {
        border-radius: 25px;
        margin: 0.5em;
        background: #fff;
        height: 50px;
        line-height: 30px;
        padding: 10px 15px;
        min-width: 50px;
        text-align: center;
    }
    .site-navigation .pager{
        padding: 0 1.2em;
    }
    .single .site-single-header{
        padding:150px 0 150px 0;
        min-height: 380px;
    }
    .navbar-light .navbar-nav .nav-link {
        border-top: none;
    }
    .navbar-light .navbar-nav .nav-item.cta > .nav-link {
        border-radius: 3px;
    }
    .site-header-user .menu {
        margin-right: -10px;
    }


    .site-archive-header .page-title {
        display: block;
    }
    .site-archive-header .breadcrumbs{
        display: block;
        text-align: center;
        float: none;
    }
    .display-1 {
        font-size: 48px;
    }
    .display-2 {
        font-size: 1.8em;
    }
    .display-3 {
        font-size: 32px;
    }
    .display-4 {
        font-size: 26px;
    }
    .display-5 {
        font-size: 20px;
    }
    .wpdt-mini-cart .widget_shopping_cart {
        right: 0;
        padding:0;
        box-shadow: none;
    }
    .widget_shopping_cart_content:after, .widget_shopping_cart_content:before {
        right: 14px;
    }
    .socials li a {
        
        display: block;
    }
    .socials li:hover a {
        color: rgba(0, 0, 0, 0.75);
    }
    .page-template-default .archive-content .entry-content {
        padding: 20px 20px 1px;
        border-radius: 2px;
    }
    .widget-area{
        margin-bottom: 20px;
    }
    .widget-area .widget {
        padding-top: 2em;
        padding-left: 1.5em;
    }
    .widget-area .widget {
        margin-bottom: 1em;
    }
    .widget-area .widget_tag_cloud .widget-title:after, .widget-area .widget_recent_entries .widget-title:after {
        display: none;
    }
    .widget-area .widget_tag_cloud .tagcloud, .widget-area .widget_recent_entries ul {
        display: initial;
    }
    .site-footer .footer-info{
        padding:30px 10px;
        border-top: rgba(0,0,0,0.05) solid 1px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation ul li{
        width: 100%;
    }
    
    .site-archive-content .single-hentry.product .entry-content{
        padding: 3em 3em 1.5em;
        margin-top: 2em;
    }
    
    .site-footer .footer-info{
        padding: 2em;
    }

    #comments{ margin-bottom: 5em;}
    
    .seed-social.-top {
        margin-top: -2.5em;
        text-align: center;
    }
    
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1940px) {
    
    .site-page-header ,
    .site-archive-header{
        padding: 200px 0;
        text-align: center;
    }
    .site-page-header .page-title,
    .site-archive-content .single-hentry .entry-header .entry-title {
        font-size: 2.8em;
    }
    
    .site-page-header .search-title{ margin-bottom: 1em; }
    .page-content .entry-content,
    .page-content .content-search-results {
        padding: 3.5em 4em 3.5em;
        border-radius: 3px;
        background: #ffff;
        margin: -150px auto 5em;
    }
    .page-content .content-search-results{
        max-width: 800px;
        padding: 0;
        margin: -150px auto 2em;
    }
    
    .site-footer .footer-info {
        padding: 2em 6em 2em 2em;
    }
    
}
