
/* General
-------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    line-height: 1.75em;
    /*font-family: 'Roboto', Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #444;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #2980b9;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #ff4444;
    /*text-decoration: underline;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
figure {
    margin: 1em;
}

/* Forms
-------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
select {
    display: block;
    padding: 0.7em;
    width: 100%;
    background-color: #e5e5e5;
    background-color: #f5f5f5;
    border: 0.125em solid #ccc;
    border-radius: 0.3em;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus,
select:focus {
    background-color: #ddd;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 0.6em 0.4em;
    /*padding-right: 1.5rem;*/
}
.button {
    display: table;
    padding: 0.7em 1.2em;
    background: #2980b9;
    border: 0;
    border-radius: 0.3em;
    color: #fff;
}
.button:hover {
    background: #105583;
    color: #fff;
    text-decoration: none;
}
.button-secondary {
    background: #e5e5e5;
    color: #222;
}
.button-secondary:hover {
    background: #2980b9;
    color: #fff;
}
.button-success {
    background: #27ae60;
}
.button-success:hover {
    background: #158846;
}
.button-warning {
    background: #f39c12;
}
.button-warning:hover {
    background: #be790b;
}
.button-alert {
    background: #e74c3c;
}
.button-alert:hover {
    background: #b92b1d;
}
[type="checkbox"],
[type="radio"],
label[for],
select,
.button,
.menu-toggle {
    cursor: pointer;
}

/* Tables
-------------------------------------------------------------- */
table {
    width: 100%;
    border-collapse: collapse;
}
table thead tr {
    background-color: #e6e6e6;
}
/*table tbody tr:nth-child(even) {
    background-color: #eee;
}
table tbody tr:hover {
    background: #ddd;
}*/
table tfoot tr {
    font-size: 0.9em;
}
table th,
table td {
    padding: 0.2em 0.6em;
}


/* Layout
-------------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.wrap {
    margin: auto;
    width: 1200px;
}
.row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    max-width: none !important;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: left;
}


/* Text alignment
-------------------------------------------------------------- */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}


/* Cleanup
-------------------------------------------------------------- */
.menu,
.menu ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
/*.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: 0;
}*/
label.checkbox {
    cursor: pointer;
}


/* 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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Embed */
.embed-container {
    text-align: center;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    max-width: 100%;
    max-height: 100%;
}

/* Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
    margin: 0 0 20px 0;
	text-align: center;
	vertical-align: top;
}
.gallery-item a {
	display:block;
}
.gallery-item img {
	max-width:95%;
	height:auto;
}
/*.gallery-item .gallery-caption {
	display:none;
}*/
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
.gallery-meta {
	font-size:0.9em;
	color:#888;
}
.gallery-single-content {
	margin-top:30px;
	text-align:center;
}
.wp-post-image {
    border: 0.1em solid #eee;
    border-radius: 0.2em;
}

.wp-search-form input {
    display: inline-block;
    width: auto;
}


/* Top header
-------------------------------------------------------------- */
.top-header {
    background-color: #273442;
    background-color: #273442;
    font-size: 0.8em;
    color: #eee;
    text-align: right;
}
.top-header a {
    color: #eee;
}
.top-header-wrap {
    position: relative;
}
.top-menu li {
    display: inline;
    margin-left: 1.5em;
}
#header-search {
    display: none;
    position: absolute;
    right: 0;
    padding: 1.5em;
    background: #273442;
    z-index: 999;
}


/* Site header
-------------------------------------------------------------- */
.site-header {
    position: relative;
    border-bottom: 0.3em solid #eee;
}
.site-header a:hover {
    text-decoration: none;
}
.site-branding,
.site-navigation,
.site-header-cart {
    float: left;
}
.site-branding {
    width: 25%;
}
.site-header-logo {
    margin: 1em 0;
    max-height: 4em;
}
.site-navigation {
    width: 68%;
    text-align: right;
}
.site-navigation .menu .menu-item {
    display: inline-block;
}
.site-navigation .menu-item a {
    color: #444;
}
.site-navigation .menu-item a:hover {
    color: #2980b9;
}
.site-navigation div > .menu > .menu-item a {
    display: block;
    padding: 2.5em 1.7em;
    line-height: 1em;
}
.site-navigation .is-dropdown-submenu {
    border: 1px solid #414f5e;
    text-align: left;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    position: relative;
    display: inline;
    right: 0;
    left: auto;
    margin-top: 0;
    border: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: "\f0d7";
    margin-left: 0.5em;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: "\f0da";
    float: right;
}
.site-navigation .menu .menu-item-has-children .menu-item a {
    display: block;
    padding: 1em;
    line-height: 1em;
    background-color: #273442;
    color: #fff;
}
.site-navigation .menu .menu-item-has-children .menu-item a:hover {
    background-color: #2980b9;
    color: #fff;
}
.site-header-cart {
    width: 7%;
    line-height: 6em;
    text-align: right;
}
.site-header-cart .fa {
    font-size: 1.5em;
}
.site-header-cart .cart-items {
    font-size: 0.9em;
}
.breadcrumbs {
    background-color: #f7f7f7;
    font-size: 0.8em;
}


/* Site Content
-------------------------------------------------------------- */
.content-area {
    padding-top: 2em !important;
    padding-bottom: 3em !important;
}
.content,
.sidebar {
    float: left;
}
.content {
    width: 70%;
}
.sidebar {
    padding-bottom: 2em;
    width: 25%;
}
.sidebar-left {
    margin-right: 5%;
}
.sidebar-right {
    margin-left: 5%;
}
.page-title {
    margin-bottom: 1em;
    text-align: center;
}
.section-title {}
.woocommerce .page-title,
.widget-title {
    margin: 0 0 1em;
    padding: 0.4em 0.7em;
    background-color: #eee;
    font-size: 1.25em;
}
.sidebar-widget h4 {
    margin-top: 0.3em;
}


/* Posts
-------------------------------------------------------------- */
.entry-post {
    margin-bottom: 2em;
}
.entry-post:last-child {
    margin-bottom: 0;
}
.entry-img {
    padding-top: 1.5em;
}
.entry-meta {
    font-size: 0.9em;
}
.entry-meta-item {
    margin-right: 1em;
}
.comments {
    margin-top: 3em;
}


/* Pre-footer
-------------------------------------------------------------- */
.pre-footer-contact {
    background-color: #273442;
    font-size: 1.2em;
    color: #ccc;
}


/* Pre-footer
-------------------------------------------------------------- */
.pre-footer {
    padding: 1em 0;
    background: #1A242F;
    font-size: 0.95em;
    color: #ccc;
}
.pre-footer .widgettitle {
    color: #fff;
}


/* Site footer
-------------------------------------------------------------- */
.site-footer {
    padding: 1em 0 2em;
    background-color: #1A242F;
    font-size: 0.95em;
    color: #ccc;
}
.copyright {
    padding-top: 1em;
    border-top: 1px solid #2a3847;
}
.pre-footer-contact a,
.pre-footer a,
.site-footer a {
    color: #ccc;
}
.pre-footer-contact a:hover,
.pre-footer a:hover,
.site-footer a:hover {
    color: #ff4444;
}

.footer-socials {
    font-size: 2.25rem;
}
.footer-socials li {
    display: inline-block;
    margin-right: 10px;
}
.footer-socials .fa-facebook-official {
    color: #38529a;
}
.footer-socials .fa-instagram {
    background: -webkit-linear-gradient(#983aaa, #f6523c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Responsive
-------------------------------------------------------------- */
/*@media only screen and (min-width : 1920px) {
    body {
        font-size: 1.2em;
    }
    .wrap {
        width: 1400px;
    }
}*/
@media only screen and (max-width : 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .wrap {
        padding: 0 1em;
        max-width: 100%;
    }
}
@media only screen and (max-width : 1024px) {
    .site-branding,
    .site-navigation,
    .site-header-cart {
        float: none;
    }
    .site-branding,
    .site-header-cart {
        position: absolute;
    }
    .site-branding {
        width: 50%;
    }
    .site-header-logo {
        max-height: 3em;
    }
    .site-navigation {
        width: 100%;
        background-color: #fff;
        text-align: left;
    }
    #main-menu {
        padding: 1em 0;
    }
    .site-navigation .menu .menu-item {
        display: inline-block;
    }
    .site-navigation .menu-item a {
        color: #fff;
    }
    .site-navigation .menu-item a:hover {
        background-color: #2980b9;
        color: #fff;
    }
    .site-navigation > div:last-child {
        margin: 0 -1em;
        background-color: #273442;
    }
    .site-navigation div > .menu > .menu-item a {
        padding: 1em;
        line-height: 1em;
    }
    .site-navigation .is-accordion-submenu {
        padding-left: 1em;
    }
    .site-header-cart {
        top: 0;
        right: 1em;
        margin-top: 1.75em;
        width: 25%;
        line-height: 1em;
    }
    .menu-toggle {
        position: relative;
        margin: 0.75em 0;
        /*margin-left: 65%;*/
        margin-left: 6em;
        font-size: 2em;
        z-index: 9999;
    }
    .content {
        width: 60%;
    }
    .sidebar {
        width: 35%;
    }
}
@media only screen and (max-width : 786px) {
    .content,
    .sidebar {
        width: 100%;
    }
    .sidebar-left {
        margin-right: 0;
    }
    .sidebar-right {
        margin-left: 0;
    }
    .sidebar-woocommerce {
        display: none;
    }
}
@media only screen and (max-width : 640px) {}
@media only screen and (max-width : 480px) {}
@media only screen and (max-width : 360px) {}
