/*
Theme Name: Electa
Theme URI: https://kairaweb.com/theme/electa/
Author: Kaira
Author URI: https://kairaweb.com/
Description: Electa is your grid layout personal or commercial portfolio theme. Electa is the perfect theme to display any site from your photography portfolio, personal blog, restaurant websites, wedding sites, entertainment websites, or any site you'd like to display your beautiful images on. Along with the blocks layout, Electa has multiple page layouts which work well with SiteOrigin's simple drag and drop Page Builder, allowing you to built any type of page layout you like. Also integrated with WooCommerce, Electa can easily turn into a full online eCommerce store where you can sell products. Install WooCommerce now and build your own online shop in no time. Download Electa now and give it a go!
Version: 1.3.04
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: electa
Tags: one-column, two-columns, three-columns, four-columns, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce, entertainment, photography, portfolio

Electa is built from Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Electa Elements
7.0 Accessibility
8.0 Alignments
9.0 Clearings
10.0 Widgets
11.0 Content
	11.1 Posts and pages
	11.2 Asides
	11.3 Comments
12.0 Infinite scroll
13.0 Media
	13.1 Captions
	13.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	 box-sizing:         border-box;
}

body {
	background: #F5F5F5; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
    margin-bottom: 1.5em;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    font-style: italic;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #AAA;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #f7f7f7;
    border: 1px solid #D8D8D8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.55;
    margin-bottom: 1.6em;
    padding: 15px 20px;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
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 {
    border-bottom: 1px solid #D5D5D5;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 25px;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
    font-size: inherit; /* 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 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
}
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 {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
select,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
textarea {
    background-color: rgba(255, 255, 255, 1);
    border: 0 none;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    color: #C3C3C3;
    padding: 8px 2%;
    width: 100%;
    outline: none;
}
input[type="range"],
select {
    width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    color: #111;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: border-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #6F6F6F;
	border: 0;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 8px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 8px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 400;
    line-height: 1.0em;
    word-wrap: break-word;
}

h1 {
    font-size: 32px;
    margin-bottom: .5em;
    margin-top: .5em;
}

h2 {
    font-size: 30px;
    margin-bottom: .75em;
    margin-top: .75em;
}

h3 {
    font-size: 26px;
    margin-bottom: .857em;
    margin-top: .857em;
}

h4 {
    font-size: 20px;
    margin-bottom: 1em;
    margin-top: 1em;
}

h5 {
    font-size: 16px;
    margin-bottom: 1.125em;
    margin-top: 1.125em;
}

h6 {
    font-size: 14px;
    margin-bottom: 1.285em;
    margin-top: 1.285em;
}

.entry-content code {
    display: block;
    background: #f7f7f7;
    border: 1px solid #D8D8D8;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    margin: 5px 0;
    overflow-x: auto;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
    margin: 15px 0 10px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
    padding: 0;
    margin: 0 0 -1px;
}

.main-navigation a {
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-left: 0;
    border-right: 0;
	display: block;
	text-decoration: none;
    text-align: right;
	padding: 10px 20px;
    color: #444 !important;
    font-size: 13px;
}
.main-navigation a:hover {
    color: #FFF !important;
}

.main-navigation ul ul {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
	float: left;
	position: absolute;
	top: 0;
	left: -999em;
	z-index: 20;
}

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

.main-navigation ul ul li a {
    background-color: #FFF;
    border: 0;
	text-align: left;
	min-width: 130px;
	padding: 11px 10px;
	white-space: nowrap;
}

.main-navigation ul ul li {
    padding: 0;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

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

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

.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current_page_ancestor > a {
    color: #FFF !important;
}

.header-menu-button,
.main-menu-close {
    display: none;
}
.menu-dropdown-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: #838383;
    margin: 0;
    padding: 10px 14px;
    /* box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08); */
    height: 35px;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    z-index: 9;
    cursor: pointer;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 30px 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Electa Elements
--------------------------------------------------------------*/

.clearboth {
    clear: both;
}

#page {
    position: relative;
    right: 0;
    
    -webkit-transition: right 0.4s ease 0s;
     -moz-transition: right 0.4s ease 0s;
      -ms-transition: right 0.4s ease 0s;
       -o-transition: right 0.4s ease 0s;
          transition: right 0.4s ease 0s;
}

.electa-button,
#comments .form-submit #submit {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    color: #FFFFFF !important;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    margin: 35px 0 0;
    padding: 15px 30px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

/* -------- Header Elements -------- */
.site-header {
    background-color: #FFFFFF;
    color: #7B7D80;
    width: 280px;
    position: relative;
    z-index: 20;
    float: left;
    
    -webkit-transition: width 0.2s ease 0s;
     -moz-transition: width 0.2s ease 0s;
      -ms-transition: width 0.2s ease 0s;
       -o-transition: width 0.2s ease 0s;
          transition: width 0.2s ease 0s;
}
.site-header-inner {
    box-shadow: -1px 0 8px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
    position: relative;
    padding: 10px 0 50px;
}
.site-branding {
    padding: 0 20px 15px;
    position: relative;
}
.site-branding a {
    display: block;
    font-weight: 300;
}
.site-branding img {
    display: block;
}
.site-title {
    margin: 0;
    padding: 0;
    font-size: 26px;
    text-align: center;
}
.site-description {
    margin: 0;
    padding: 10px 0 2px;
    font-size: 13px;
    text-align: center;
    color: inherit;
}

.header-nologo .site-title {
    font-size: 50px;
    line-height: 1.2em;
    padding: 20px 0 4px;
}
.header-nologo .site-description {
    font-size: 12px;
    line-height: 1.2em;
    padding: 0 0 12px;
}

.header-social {
    text-align: center;
}
.header-social {
    padding: 0 20px 2px;
    text-align: center;
    min-height: 38px;
}
.search-btn,
.header-social a {
    display: inline-block;
    margin: 12px 6px 0;
    font-size: 20px;
}
.search-btn {
    cursor: pointer;
}

.site-info {
    width: 280px;
    text-align: center;
    font-size: 11px;
    position: absolute;
    bottom: 15px;
}
.site-info a {
    text-decoration: none;
    color: inherit;
}

/* ---- Search Elements ---- */
.search-button {
    cursor: pointer;
    text-align: right;
    padding: 4px 5px 5px;
    position: absolute;
    bottom: 49px;
    left: 240px;
    z-index: 21;
    opacity: 0;
    
    -webkit-transition: opacity 0.2s ease 0s;
     -moz-transition: opacity 0.2s ease 0s;
      -ms-transition: opacity 0.2s ease 0s;
       -o-transition: opacity 0.2s ease 0s;
          transition: opacity 0.2s ease 0s;
}
.search-button i {
    font-size: 16px;
}
.search-block {
    position: absolute;
    top: -35px;
    left: 55px;
    background-color: #FFF;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    width: 295px;
    white-space: nowrap;
    display: none;
}
.search-block .search-field {
    background-color: #FFF;
    font-size: 14px;
    padding: 10px 6px 10px;
    text-align: left;
    width: 238px;
    outline: none;
}
.search-block .search-submit {
    background-image: url(images/search_btn_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0 none;
    border-radius: 0 2px 2px 0;
    box-shadow: none;
    color: #FFFFFF;
    height: 38px;
    left: -5px;
    position: relative;
    text-shadow: none;
    width: 38px;
}
.search-block-arrow {
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-right: 15px solid #FFFFFF;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 13px;
    left: -14px;
    z-index: 26;
}

header:hover .search-button {
    opacity: 1;
}
.search-button.search-on {
    opacity: 1 !important;
}

.search-no-results .page-content {
    padding: 40px 0 0;
    text-align: center;
}

.not-found {
    text-align: center;
}
.not-found .page-title {
    text-align: left;
}
.not-found .fa-ban {
    font-size: 260px;
    display: inline-block;
    color: #DBDBDB;
    margin: 40px 0 20px;
}
.not-found-options {
    text-align: center;
    padding: 25px 0 50px;
}
.not-found-options a {
    display: inline-block;
    min-width: 140px;
    margin: 0 8px;
    padding: 15px 30px;
    font-size: 13px;
    text-decoration: none;
}

/* -------- Content Elements -------- */
.site-content {
    margin-left: 280px;
    
    -webkit-transition: margin-left 0.2s ease 0s;
     -moz-transition: margin-left 0.2s ease 0s;
      -ms-transition: margin-left 0.2s ease 0s;
       -o-transition: margin-left 0.2s ease 0s;
        transition: margin-left 0.2s ease 0s;
}
.content-area {
    box-shadow: 1px 0 0 #dfdfdf;
    width: 75%;
    min-height: 10px;
    float: left;
    padding: 20px;
    max-width: 1180px;
}
.body-blocks-layout .content-area {
    padding: 0;
}
body.page-template-template-full-width.body-blocks-layout .content-area {
    padding: 20px;
}

.content-area-full {
    width: 100%;
    max-width: none;
}

.page-header,
.entry-header {
    border-bottom: 1px solid #DFDFDF;
    padding: 0 0 20px;
    position: relative;
}
.entry-header {
    margin: 0 0 20px;
}
.page-title,
.entry-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
}




/* -------- Sidebar Elements -------- */
.widget-area {
    box-shadow: 1px 0 0 #dfdfdf inset;
    width: 25%;
    min-height: 10px;
    max-width: 320px;
    float: left;
    padding: 20px;
}
.widget-area .widget .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 25px 0 8px;
    padding: 0;
}


/* -------- Breadcrumb Elements -------- */
.cx-breadcrumbs {
    position: absolute;
    top: 7px;
    right: 0;
}
.cx-breadcrumbs .post {
    border-bottom: 0;
    margin: 0;
    padding: 5px 0 0;
    min-height: 5px;
}

/* -------- WooCommerce Elements -------- */
.woocommerce-page .site-content #container {
    box-shadow: 1px 0 0 #dfdfdf;
    width: 75%;
    min-height: 10px;
    float: left;
    padding: 20px;
    max-width: 1180px;
}
.woocommerce-page .site-content .widget-area {
    
}

.woocommerce-page #container #content {
    position: relative;
    padding: 65px 0 0;
}
.woocommerce-page .page-title {
    position: absolute;
    top: 0;
    border-bottom: 1px solid #DFDFDF;
    width: 100%;
    padding: 0 0 20px;
}
.woocommerce-page .woocommerce-breadcrumb {
    position: absolute;
    top: 8px;
    right: 0;
}

.woocommerce-page .woocommerce-result-count {
    clear: both;
    padding: 10px 0 0;
}
.woocommerce ul.products {
    padding: 20px 0 0;
}



/* -------- Block Layout Elements -------- */
.blog .content-area-full > #main {
    position: relative;
}

.blocks-wrap-remove {
    /*background-image: url(images/loader.gif);
    background-repeat: no-repeat;
    background-position: center 20%;*/
}
.blocks-wrap-remove .electa-blocks-post {
    visibility: hidden;
}

.electa-blocks-post {
    background-color: #f9f9f9;
    background-size: auto 110%;
    background-position: center center;
    float: left;
    overflow: hidden;
    
    -webkit-transition: background-size 0.2s linear 0s;
     -moz-transition: background-size 0.2s linear 0s;
      -ms-transition: background-size 0.2s linear 0s;
       -o-transition: background-size 0.2s linear 0s;
          transition: background-size 0.2s linear 0s;
}
.post-no-img {
    background-color: rgba(0, 0, 0, 0.2);
}
.electa-blocks-post-a {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    
    -webkit-transition: opacity 0.2s ease 0s;
     -moz-transition: opacity 0.2s ease 0s;
      -ms-transition: opacity 0.2s ease 0s;
       -o-transition: opacity 0.2s ease 0s;
          transition: opacity 0.2s ease 0s;
}
.electa-blocks-post img {
    display: block;
    visibility: hidden;
}
.electa-blocks-post .entry-header {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -20px 0 0;
    padding: 0;
    border: 0;
}
.electa-blocks-post .entry-header h3 {
    margin: -18px 0 0;
    padding: 0 10px;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.electa-blocks-post:hover {
    background-size: auto 130%;
}
.electa-blocks-post:hover .electa-blocks-post-a {
    opacity: 1;
}

.home-loop-columns-four .electa-blocks-post {
    width: 25%;
    background-position: center center;
}

/* -------- Blog Standard Layout -------- */
.blog .page-header {
    margin: 0 0 25px;
}

.post {
    border-bottom: 1px solid #DFDFDF;
    margin: 25px 0;
    padding: 5px 0 30px;
    min-height: 100px;
}
.blocks-wrap .post:first-child {
    margin: 0 0 25px;
    padding: 0 0 30px;
}
.blocks-wrap .post:last-child {
    border: 0;
    margin: 25px 0;
    padding: 5px 0 30px;
}
.body-blocks-layout .post {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.post-left {
    float: left;
    width: 70%;
    padding: 0 3% 0 0;
}
.post-right {
    float: left;
    width: 30%;
    text-align: right;
}
.post-no-thumbnail .post-left {
    float: none;
    width: 100%;
}

.post .entry-header {
    border: 0;
    padding: 0;
    margin: 0;
}
.post .entry-title {
    font-size: 26px;
    margin: 0;
    padding: 0 0 8px;
}
.post .entry-meta {
    font-size: 11px;
}

.post .entry-content {
    margin: 0;
    padding: 12px 0 0;
}
.post .entry-content p {
    padding: 0;
}

.post .entry-footer {
    font-size: 11px;
}
.post .entry-footer span {
    margin-right: 10px;
}


/* -------- Single Page Elements -------- */

.single-post .post {
    border-bottom: 0;
    margin: 0 0 15px;
    padding: 5px 0 10px;
    min-height: 100px;
}
.single-post .entry-header {
    border-bottom: 1px solid #DFDFDF;
    padding: 0;
    margin: 0 0 10px;
}
.single-post .entry-meta {
    padding: 5px 0 15px;
}
.single-post .entry-footer {
    padding: 15px 0 0;
}
.single-post .post-navigation {
    margin: 10px 0;
}

/* -------- Contact Form 7 Styling -------- */
div.wpcf7 {
    padding: 15px 0 0;
}
.wpcf7 p {
    
}
.wpcf7 input {
    margin: 5px 0 0;
}
.wpcf7 textarea {
    margin: 5px 0 0;
}
.wpcf7-submit {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15) !important;
    color: #FFFFFF !important;
    display: inline-block !important;
    font-weight: 300 !important;
    margin: 35px 0 0 !important;
    padding: 15px 30px !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6) !important;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    margin: 0 18px 0 0;
}
.wpcf7-checkbox input {
    margin: 5px 2px 0 0;
    position: relative;
    top: 2px;
}
.wpcf7-radio .wpcf7-list-item-label {
    margin: 0 18px 0 0;
}
.wpcf7-radio input {
    margin: 5px 2px 0 0;
    position: relative;
    top: 2px;
}

/* -------- Comments Elements -------- */
.comments-area {
    
}
.comments-title {
    font-size: 18px;
}
.comment-list {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
    clear: both;
}
.comment-list li {
    margin: 0;
    padding: 0 0 10px;
}
.comment {
    
}
.comment-author {
    float: left;
    padding: 4px 0 0;
    width: 60px;
}
.comment-author .fn {
    display: block;
    font-size: 11px;
}
.comment-container {
    margin-left: 65px;
}

.comment-author .avatar {
    border: 2px solid #DCDCDC;
}
.comment-meta cite {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.comment-meta > a {
    font-size: 11px;
}
.comment-content {
    
}
.comment .reply {
    text-align: right;
}
.comments-area label {
    float: left;
    min-width: 10.5%;
    padding: 6px 0 0;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="password"],
.comments-area input[type="search"] {
    padding: 0.8% 1%;
    width: 75%;
}
#comments ul {
    margin-left: 2em;
}
#comments li {
    list-style-type: none;
}
#comments h3 {
    font-size: 22px;
    margin: 30px 0 10px;
}
#comments .form-allowed-tags {
    margin: 0;
}

/*--------------------------------------------------------------
7.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
8.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
9.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
10.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style-type: none;
    margin: 0;
    padding: 3px 0;
    font-size: 13px;
}
.widget ul li a {
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-password-required .post-password-form input[type="password"] {
    margin-bottom: 1.5em;
    margin-left: 4px;
    margin-right: 4px;
    max-width: 357px;
}
.post-password-required .post-password-form input[type="submit"] {
    padding: 9px 12px;
    position: relative;
    top: -1px;
}

/*--------------------------------------------------------------
11.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
11.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
12.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
13.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
13.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
13.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.panel-grid-cell .widget-title {
    margin-bottom: 0;
}
.so-masonry-container .masonry-brick {
    height: auto !important;
}

@media only screen and (max-width: 980px) {
    
    .site-header {
        width: 220px;
    }
    .site-content {
        margin-left: 220px;
    }
    
    .search-button {
        left: 180px;
    }
    
}

@media only screen and (max-width: 860px) {
    
    .cx-breadcrumbs {
        position: relative;
        top: 0;
        right: auto;
    }
    
}

@media screen and (max-width: 782px) {
    
    .main-navigation {
        margin: 0;
    }
    .header-menu-button {
        display: block;
        padding: 6px 10px 6px;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        color: #FFF;
    }
    .header-menu-button i {
        font-size: 18px;
        vertical-align: middle;
    }
    .header-menu-button span {
        vertical-align: middle;
        font-size: 18px;
        margin: 0 0 0 6px;
    }
    
    #main-menu > div,
    .main-navigation ul {
        display: block;
    }
    
    .main-navigation #main-menu {
        color: #FFFFFF;
        position: fixed;
        top: 0;
        right: -260px;
        width: 260px;
        max-width: 100%;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 48px 22px 30px 22px;
        background: #22211F;
        z-index: 9999;
        height: 100%;
        overflow: auto;
        -webkit-transition: right 0.4s ease 0s;
        -moz-transition: right 0.4s ease 0s;
        -ms-transition: right 0.4s ease 0s;
        -o-transition: right 0.4s ease 0s;
        transition: right 0.4s ease 0s;
    }
    body.admin-bar .main-navigation #main-menu {
        padding: 80px 22px 30px 22px;
    }
    .main-navigation #main-menu .site-container {
        padding: 0;
    }
    .main-navigation li {
        display: block;
        float: none;
        margin: 0 0 1px;
    }
    .main-navigation li a {
        display: block;
        float: none;
        padding: 8px 0;
        color: #B5B5B5 !important;
        text-align: left;
        background: none !important;
    }
    .main-navigation li a:hover {
        color: #FFF !important
    }
    .main-navigation ul ul {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        float: none !important;
        background-color: rgba(255, 255, 255, 0.14) !important;
        box-shadow: none;
        padding: 0;
        margin: 0;
        display: none !important;
    }
    .main-navigation ul ul li:last-child a,
    .main-navigation ul ul li a {
        padding: 8px;
        width: auto;
    }
    .main-navigation ul ul li a {
        background: none !important;
        white-space: normal;
    }
    
    #primary-menu,
    .menu-dropdown-btn {
        display: block;
    }
    .main-menu-close {
        display: block;
        border-radius: 4px;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 30px;
        color: #898989 !important;
        text-align: center;
        padding: 0 8px 0 12px;
        height: 40px;
        line-height: 38px;
        cursor: pointer;
    }
    .main-menu-close .fa-angle-left {
        position: relative;
        left: -4px;
    }
    body.admin-bar .main-menu-close {
        top: 50px;
    }
    
    .open-page-item > ul.children,
    .open-page-item > ul.sub-menu {
        display: block !important;
    }
    
    .search-button {
        display: block !important;
        bottom: -70px;
        left: 20px;
        right: 20px;
    }
    .search-block-arrow {
        display: none;
    }
    .search-block {
        position: relative;
        top: 0;
        left: 0 !important;
        width: 100%;
    }
    .search-block .search-field {
        width: 100%;
    }
    .search-block .search-submit {
        position: absolute;
        left: auto;
        right: 9px;
        top: 9px;
    }

}

@media only screen and (max-width: 782px) {
    
    /* -------- Content Elements -------- */
    .site-header {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        display: block;
        width: 100%;
        float: none;
    }
    .site-header-inner {
        padding: 0;
        box-shadow: none;
    }
    .header-nologo .site-title {
        padding: 10px 0 0;
    }
    .header-nologo .site-description {
        padding: 0 0 8px;
    }
    .header-social-links a {
        margin: 0 4px 0;
    }
    .site-branding img {
        max-height: 130px;
        width: auto;
    }
    .site-description {
        font-size: 13px;
        padding: 5px 0 0;
    }
    .site-info {
        position: relative;
        bottom: 0;
        width: 100%;
        font-size: 10px;
        padding: 5px 0 6px;
    }
    .search-button {
        display: none;
    }
    
    .site-content {
        display: block;
        width: 100% !important;
        padding: 20px;
        margin-left: 0;
    }
    .body-blocks-layout .site-content {
        padding: 0;
    }
    
    .woocommerce-page .site-content #container {
        width: 100%;
        box-shadow: none;
        padding: 30px 20px 30px;
        float: none;
    }
    .post-type-archive-product.woocommerce.kra-shop-full-width #container,
    .post-type-archive-product.woocommerce-page.kra-shop-full-width #container {
        padding: 0;
    }
    .content-area {
        box-shadow: none;
        width: 100%;
        float: none;
        box-shadow: 0 1px 0 #dfdfdf;
        padding: 0;
    }
    .widget-area {
        box-shadow: none;
        width: 100%;
        max-width: 100%;
        float: none;
        padding: 30px 0 0;
    }
    
    .site-branding {
        text-align: center;
    }
    .site-branding a {
        display: inline-block;
    }
    
    .electa-blocks-post-a {
        opacity: 1;
    }
    
}

@media only screen and (max-width: 620px) {
    
    .electa-blocks-post {
        width: 50% !important;
    }
    
    .post-left {
        float: none;
        width: 100%;
        padding: 0 0 20px;
    }
    .post-right {
        float: none;
        width: 100%;
    }
    
}

@media only screen and (max-width: 560px) {
    
    .electa-blocks-post {
        width: 100% !important;
    }
    
}

body.show-main-menu #main-menu {
    right: 0px;
}
body.show-main-menu #page {
    right: 260px;
}

/*--------------------------------------------------------------
Fallback CSS for Customizer Library Styles
--------------------------------------------------------------*/
body,
.page-header h1,
.alba-banner-heading h5,
.alba-carousel-block,
.alba-heading-text {
    color: #7B7D80;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #5A5A5A;
    font-family: 'Roboto', sans-serif;
}

a,
.pc-text a,
.site-branding a,
.entry-content a,
.entry-footer a,
.search-btn,
.search-button .fa-search,
.widget ul li a {
    color: #4965A0;
}
.pc-bg,
.electa-button,
#comments .form-submit #submit,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li a:hover,
.header-menu-button,
.wpcf7-submit {
    background-color: #4965A0;
}
a:hover,
.pc-text a:hover,
.entry-content a:hover,
.entry-footer a:hover,
.search-btn:hover,
.search-button .fa-search:hover,
.widget ul li a:hover {
    color: #3e578b;
}
.pc-bg:hover,
.electa-button:hover,
.header-menu-button:hover,
#comments .form-submit #submit:hover,
.wpcf7-submit:hover {
    background-color: #3e578b;
}