/*
Theme Name: Clalit 2016
Theme URI: https://wordpress.org/themes/clalit2015
Author: Hefetz and Tal, Inc.
Author URI: http://hefetzandtal.com
Description:
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: clalit

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* colors:
green:		#0D9C4A
mint green:	#BED62F
lt orange:	#FCB040
dk orange:	#F1592A
red: 			#E1212F
dk red:		#BF1E2E
light blue:	#1D9AD6
blue:			#1A68AE
dark blue: 	#216AAD
links: 		#0088CA
*/
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Media Queries
 */
/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}
body {
    background: #f1f1f1;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    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 {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}
/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: "Open Sans", Calibri, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.6em;
    line-height: 1.5;
}
b,
strong {
    font-weight: 700;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 1.6em;
}
blockquote p {
    margin-bottom: 1.6em;
}
blockquote > p:last-child {
    margin-bottom: 0;
}
blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote strong,
blockquote b {
    font-weight: 400;
}
address {
    font-style: italic;
    margin: 0 0 1.6em;
}
code,
kbd,
tt,
var,
samp {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}
mark,
ins {
    background-color: #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%;
}
/**
 * 4.0 Elements
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}
ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
}
dl {
    margin-bottom: 1.6em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.6em;
}
table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 0.4em;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
figure {
    margin: 0;
}
del {
    opacity: 0.8;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow on iOS inputs */
    
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}
input:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333;
}
input:focus,
select:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: .5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
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="password"],
input[type="search"],
textarea {
    padding: 0.375em;
    width: 100%;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: 0;
}
.post-password-form {
    position: relative;
}
.post-password-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}
.post-password-form input[type="submit"] {
    padding: 0.7917em;
    position: absolute;
    right: 0;
    bottom: 0;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
    padding: 0;
}
/**
 * 6.0 Navigations
 */
/**
 * 6.1 Links
 */

a {
    color: #333;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}
/**
 * 6.2 Menus
 */
/**
 * 7.0 Accessibility
 */
/* Text meant only for screen readers */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font: bold 14px/normal "Open Sans", sans-serif;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}
.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font: bold 14px/normal "Open Sans", sans-serif;
}
.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}
/**
 * 8.0 Alignments
 */

.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}
.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}
/**
 * 10.0 Header
 */

#site-navigation .nav-menu {
    margin: 0;
}
#site-navigation {
    display: table-cell;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
}
#site-navigation .nav-menu > li {
    position: relative;
}
#site-navigation .nav-menu li {
    list-style-position: outside;
    list-style-type: none;
    margin: 0.25em 0 0.5em;
    min-width: 110px;
}
#site-navigation .nav-menu > li > .children {
    position: absolute;
    left: 0;
    background: #fff;
    margin: 5px 0 0;
    padding: 10px;
    letter-spacing: 0.2px;
}
.site-branding .site-description {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 24px;
}
#site-navigation .nav-menu > li {
    font-size: 16px;
    font-weight: 400;
    display: inline;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 5px 5px 5px 7px;
    border-left: 1px solid #eaeaea;
}
nav a,
.entry-title a,
#page-widget-area .widget_pages a,
.entry-summary a,
.more-updates a,
#uvp a,
.taxonomy-description a,
ul.links a {
    color: #0088CA;
    /*#3597D3;*/
}
nav a:hover,
.entry-title a:hover,
#site-navigation .nav-menu > li.current-menu-item > a,
.more-updates a:hover,
#uvp a:hover,
.taxonomy-description a:hover,
ul.links a:hover {
    color: inherit;
}
#site-navigation .nav-menu li.current_page_item > a,
#site-navigation .nav-menu li.current_page_ancestor:not(.current_page_parent) > a {
    color: #707070;
    color: rgba(51, 51, 51, 0.701961);
}
#site-navigation .nav-menu > li:first-child {
    border-left: 0;
}
.dropdown-toggle {
    -webkit-appearance: normal;
    padding: 0 0 0 3px;
    margin-left: 3px;
    background-color: transparent;
    border: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    text-transform: lowercase;
    /* Stop screen readers to read the text as capital letters */
}
.dropdown-toggle:after {
    color: #333;
    content: "\f431";
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    */
}
.dropdown-toggle:focus {
    outline: 1px solid #c1c1c1;
    outline: 1px solid rgba(51, 51, 51, 0.3);
}
.dropdown-toggle.toggle-on:after {
    content: "\f432";
}
#nav-pulldown-toggle {
    display: block;
    display: none;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    /*background:#1D9AD6;*/
    
    background: #999;
    color: #fff;
    cursor: pointer;
}
#nav-pulldown-toggle .genericon {
    font-size: inherit;
    vertical-align: inherit;
    line-height: inherit;
    position: relative;
    top: 2px;
}
/**
 * 11.0 Widgets and sidebars
 */

.content-widget-area {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
}
.content-widget-area,
.single blockquote,
.page blockquote {
    width: 220px;
}
.page article,
.single article,
.updates-main #main .list-posts,
.updates-main #main > header {
    position: relative;
    left: 250px;
}
.list-posts.updates-list-posts {
    margin: 0;
}
.sub-pages-list article,
.list-posts article {
    left: 0;
}
.widget {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 auto 15px;
    width: 100%;
    word-wrap: break-word;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.widget button,
.widget input {
    line-height: normal;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
    padding: 0.375em;
}
#updates-widget-area form[role="search"],
#page-widget-area form[role="search"] {
    margin: 0 3em 0 1em;
}
.widget_clalit_social_widget ul {
    list-style: none outside;
    margin: 0;
}
.widget_clalit_social_widget li {
    display: inline;
    padding-right: 0.5em;
}
.widget-title {
    color: #333;
    margin: 0.5em 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.updates-widget-title {
    font-size: 13px;
}
#updates-widget-area aside:first-child[id^="text"] {
    margin-bottom: 0;
}
#updates-widget-area aside:first-child[id^="text"] > .updates-widget-title {
    font-size: 13px;
    text-transform: none;
    margin-bottom: 1em;
}
#updates-widget-area aside > ul {
    margin-left: 1em;
}
#updates-widget-area aside li {
    margin-top: 0;
}
.widget >:last-child {
    margin-bottom: 0;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}
.widget_calendar caption {
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}
.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
    border: 0;
}
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    margin-top: 5px;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    margin: 5px 0 0 1em;
}
.widget_recent_entries .post-date {
    display: block;
}
.widget_rss ul {
    list-style: none;
    margin: 0;
}
.widget_rss li {
    margin-bottom: 1.6em;
}
.widget_rss ul:last-child,
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}
.widget_rss .rsswidget img {
    margin-top: -4px;
}
.widget_rss .rss-date,
.widget_rss cite {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}
.textwidget >:last-child {
    margin-bottom: 0;
}
#footer a {
    color: #0088CA;
}
#footer a:hover,
#footer a:focus {
    color: inherit;
}
.single figure.default-sm {
    float: right;
    width: 270px;
    border-top: 1px solid #eaeaea;
}
#page-widget-area aside,
.widget_taxonomy_list_widget aside {
    font-size: 14px;
}
#page-widget-area .widget-title {
    display: none;
}
#page-widget-area .widget_pages .children,
#page-widget-area .widget_pages > ul > li {
    display: none;
}
#page-widget-area .widget_pages .current_page_ancestor,
#page-widget-area .widget_pages .current_page_item.page_item_has_children,
#page-widget-area .widget_pages .current_page_parent,
#page-widget-area .widget_pages .current_page_ancestor .children,
#page-widget-area .widget_pages .current_page_item .children {
    display: block !important;
}
/* hide events from nav menus because their titles are waaay too long */

#page-widget-area .widget_pages .page-item-460 .children,
#site-navigation .page-item-460 .children {
    display: none !important;
}
#page-widget-area .widget_pages .current_page_item > a {
    color: inherit;
}
#updates-widget-area ul {
    list-style: none;
    margin-left: 0;
    font-size: 13px;
}
/**
 * 12.0 General Layout and Content
 */

html,
body,
.site {
    height: 100%;
}
body {
    width: 100%;
    display: table;
}
.site {
    width: 100%;
    margin: 0 auto;
    display: table;
}
.plank-wrapper {
    display: table-row;
    width: 100%;
    height: 1px;
}
.plank {
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    width: 1230px;
    position: relative;
    overflow: hidden;
}
#content-wrapper {
    height: 100% !important;
}
#footer-wrapper .plank {
    overflow: hidden;
    margin: 0 auto 0;
}
#footer-inner {
    background: #fff;
    padding: 30px;
}
#masthead {
    overflow: visible;
}
.col-wrapper {
    display: table;
    table-layout: fixed;
}
.col {
    display: table-cell;
    width: 2%;
    padding-left: 30px;
}
.col:first-child {
    padding-left: 0;
}
#uvp .col {
    text-align: center;
}
.strip {
    padding-left: 200px;
    padding-right: 200px;
}
#uvp {
    padding: 30px;
}
.list-posts {
    width: 670px;
    margin: 0 auto;
}
nav.pagination {
    padding: 30px;
    text-align: center;
}
.single article,
.page article,
.post-navigation,
#main > header {
    width: 670px;
}
.single article,
.page article,
.post-navigation {
    padding: 15px 0;
    border-top: #eaeaea 1px solid;
    position: relative;
}
.post-navigation {
    margin-top: 30px;
}
.entry-content figure,
.entry-content figure img {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.entry-content figure img {
    border: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
}
#main {
    position: relative;
}
.single blockquote,
.page blockquote {
    display: block;
    margin: 0;
    margin-left: 30px;
    position: absolute;
    left: 670px;
}
.post-navigation,
nav.pagination {
    clear: both;
}
.post-navigation .nav-next {
    text-align: right;
}
.post-navigation a:visited,
.entry-summary a:visited {
    color: #aaa;
}
.post-navigation a:hover,
.post-navigation a:focus,
.entry-summary a:hover,
.entry-summary a:focus {
    color: #707070;
}
article:after {
    content: "\00a0";
    clear: both;
    /* standardize height: */
    
    display: block;
    height: 1px;
}
nav.pagination {
    margin-top: 30px;
    border-top: #eaeaea 1px solid;
}
.list-posts .entry-header .entry-title {
    font-size: 22px;
    font-weight: normal;
}
.list-posts article {
    border-top: #eaeaea 1px solid;
    clear: both;
    position: relative;
}
.entry-meta-single {
    font-size: 12px;
    padding: 3px 0 10px;
}
.list-posts .has-post-thumbnail .list-entry {
    width: 370px;
    float: left;
}
.home .list-posts .has-post-thumbnail .list-entry {
    width: 470px;
}
.list-posts .post-thumbnail {
    float: right;
    margin: 30px 0;
}
.list-entry {
    padding-bottom: 30px;
}
/**
 * 12.1 Home Page Layout
 */

.feature-well-wrapper {
    position: relative;
}
#feature-well {
    width: 1170px;
    overflow: auto;
    /*position: relative;*/
}
#feature-well,
#features-cont {
    height: 480px;
    margin: 0 auto;
}
.feature,
.feature-visual,
.feature-caption,
.unslider-arrow {
    height: 450px;
}
.feature-caption a {
    color: #fff;
    font-weight: bold;
}
#features-cont {
    list-style: none;
    margin: 0;
}
.feature {
    list-style: none;
    width: 1170px;
    position: relative;
    margin: 0;
    float: left;
    background: no-repeat right center #299DD8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.feature-caption {
    color: #fff;
    width: 450px;
    overflow: hidden;
    position: absolute;
    display: table;
    right: 0;
    top: 0;
    padding: 30px;
    background: #299DD8;
    background: rgba(41, 157, 216, 0.9);
}
.feature-caption-content {
    display: table-cell;
    vertical-align: middle;
}
.feature-caption p {
    margin: 0 0 0.5em;
}
.feature-caption h2 {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
}
.feature-visual {
    position: absolute;
    left: 0;
    top: 0;
    width: 720px;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* needed to center video play button: */
    
    display: table;
}
.feature-visual .overlay-button {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/* alternate which side the caption appears on: */

feature.even {
    background-position: left center;
}
.even .feature-visual {
    left: auto;
    right: 0;
}
.even .feature-caption {
    left: 0;
}
/* slider controls: */

.unslider-arrow {
    position: absolute;
    display: table;
    overflow: hidden;
    top: 30px;
    left: 0;
    margin: 0 30px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.unslider-arrow:hover {
    background: rgba(0, 0, 0, 0.1);
}
.unslider-arrow.next {
    left: auto;
    right: 0;
}
.unslider-arrow:focus {
    outline: none;
}
.unslider-arrow .genericon {
    vertical-align: middle;
    display: table-cell;
    font-size: 72px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    color: rgba(255, 255, 255, 0);
    -webkit-transition: color .5s, opacity .5s;
    -moz-transition: color .5s, opacity .5s;
    transition: color .5s, opacity .5s;
}
.unslider-arrow:hover .genericon {
    color: rgba(255, 255, 255, 0.8);
}
#feature-well .dots {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 1170px;
    margin: 0 auto;
    list-style: disc;
}
#feature-well .dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    text-indent: -999em;
    /*border: 2px solid #1D9AD6;*/
    
    background: #CCC;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
#feature-well .dots li.active {
    background: #1D9AD6;
}
/* video player modal overlay */

.feature-video-player {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.feature-video-player {
    cursor: pointer;
}
.feature-video-player .close {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 16px;
    z-index: 12;
    color: #fff;
    background: #C00;
    padding: 1em;
}
.feature-video-player .close .genericon {
    vertical-align: middle;
    font-weight: bold;
}
.feature-visual a:hover .genericon {
    color: rgba(255, 0, 0, 0.75);
}
.feature-visual a:focus {
    border: none !important;
    outline: none !important;
}
.feature-video-player .player {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 11;
    /* 1 level higher than the overlay layer */
}
.feature-video-player iframe {
    width: 80%;
    height: 80%;
    display: block;
    margin: auto;
}
#feature-well .overlay-button a > .genericon {
    color: #fff;
    padding: 10px;
    font-size: 96px;
    text-shadow: 0px 0px 50px #333;
}
#uvp h3 {
    margin: 15px 0 10px;
    font-size: 24px;
}
#uvp-container h2 {
    text-align: center;
    font-size: 36px;
}
#uvp .col img {
    height: 80px;
    width: auto;
}
#uvp .item-1 img {
    background: #F1592A;
}
#uvp .item-2 img {
    background: #1D9AD6;
}
#uvp .item-3 img {
    background: #0D9C4A;
}
#uvp .item-1 h3 {
    color: #F1592A;
}
#uvp .item-2 h3 {
    color: #1D9AD6;
}
#uvp .item-3 h3 {
    color: #0D9C4A;
}
#uvp .col-auto-link {
    display: block;
}
/**
 * 12.2 Posts and pages
 */

.post-thumbnail {
    border: 0;
    display: block;
    margin-bottom: 2.4em;
}
.post-thumbnail.in-single img {
    width: 100%;
}
.post-thumbnail.in-page {
    position: absolute;
    right: -250px;
    top: 0;
}
.post-thumbnail > a:hover,
.post-thumbnail > a:focus {
    opacity: 0.85;
}
.entry-title,
h1.entry-title {
    font-size: 36px;
    margin: 0 0 15px;
    font-weight: lighter;
    font-weight: 300;
}
.entry-content,
.entry-summary {
    padding: 0;
}
.entry-content,
.entry-summary,
.page-content,
.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
    font-size: 26px;
    line-height: 1.2;
    margin: 15px 0;
}
h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636;
    margin-top: 2.1818em;
    margin-bottom: 1.0909em;
}
h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-top: 2.6667em;
    margin-bottom: 1.3333em;
}
h4,
h5,
h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 3.2em;
    margin-bottom: 1.6em;
}
h4 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
h5 {
    font-weight: bold;
    font-weight: 600;
}
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
    margin-top: 0;
}
.entry-content a,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a,

.comment-content a,
.pingback .comment-body > a {
    border-bottom: 1px solid #333;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:link,
.entry-summary a:visited,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.entry-content small a,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.entry-content ul.links a {
    border-bottom: 0;
}
.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
    display: block;
}
.entry-content .more-link,
.entry-summary .more-link:after {
    white-space: nowrap;
}
.entry-content .more-link:after,
.entry-summary .more-link:after {
    content: "\f429";
    font-size: 16px;
    position: relative;
    top: 5px;
}
.entry-footer,
.entry-meta-container {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 2px 0;
    margin: 8px 0;
}
.entry-footer {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.page-edit-link {
    display: block;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.entry-footer a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}
.entry-footer a:hover {
    border-bottom: 1px solid #333;
}
.entry-footer a:hover,
.entry-footer a:focus {
    color: #333;
}
.sticky-post {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #E1212F;
    float: left;
    margin-right: 1.2em;
}
.updated {
    display: none;
}
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
    margin-right: 2px;
    position: relative;
}
.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
    margin-right: 1em;
}
.home article {
    margin: 0 !important;
    width: inherit;
    float: none;
}
.more-updates {
    text-align: center;
    clear: both;
    font-size: 18px;
}
h2 small {
    font-size: 14px;
    font-weight: normal;
}
h2 small a,
.wait-theres-more a {
    color: #0088CA;
}
.gimme-space {
    margin: 0 2em;
}
.home .list-posts article .entry-title {
    /*font-size: 16px;*/
}
.home-thumb {
    float: right;
    padding-bottom: 15px;
}
.side-widget {
    width: 170px;
    position: absolute;
}
ul.metalinks li {
    margin-bottom: 0;
}
table.partners td {
    vertical-align: middle;
}
.cat-links:before {
    content: "\f301";
}
.tags-links:before {
    content: "\f302";
}
.comments-link:before {
    content: "\f300";
}
.full-size-link:before {
    content: "\f402";
}
.edit-link:before {
    content: "\f411";
}
.comments-link,
.edit-link {
    white-space: nowrap;
}
.page-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0;
}
.page-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}
.search-wrapper {
    width: 190px;
    margin: 10px 0 20px;
}
.search-form input {
    font-size: inherit;
}
.taxonomy-description {
    padding-bottom: 30px;
    font-size: 1.25em;
    line-height: 1.5em;
}
.page-content {
    background-color: #fff;
    padding: 0;
}
.page-content >:last-child {
    margin-bottom: 0;
}
.page-links {
    clear: both;
    margin-bottom: 1.3333em;
}
.page-links a,
.page-links > span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em;
}
.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.page-links a:hover,
.page-links a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    border-color: transparent;
    color: #fff;
}
.page-links > .page-links-title {
    border: 0;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto;
}
.entry-attachment {
    margin-bottom: 1.6em;
}
.type-attachment .entry-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.entry-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5;
    padding-top: 0.5em;
    word-wrap: break-word;
}
.entry-caption >:last-child {
    margin-bottom: 0;
}
.entry-content li {
    margin-bottom: 0.5em;
}
div.wpcf7-response-output {
    margin: 0 !important;
    padding: 5px 8px;
}
#site-navigation .nav-menu > li > .children {
    display: none;
}
#site-navigation .nav-menu > li:hover > .children,
#site-navigation .nav-menu > li > .children.toggled-on {
    display: block;
}
.dropdown-toggle:focus {
    outline: none;
    border: none;
    background: none;
}
table.partners,
table.partners tr,
table.partners td {
    border: none;
    text-align: center;
    padding: 0;
}
table.partners tr {
    vertical-align: top;
}
table.partners tr:nth-child(odd) {
    vertical-align: bottom;
}
table.partners tr:nth-child(even) td {
    padding-right: 0.5em;
    padding-left: 0.5em;
}
table.partners img {
    width: 150px !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 1em 0 0.5em;
    border: none;
}
table.partners img,
table.partners figure {
    text-align: center;
}
table.partners figcaption {
    font-size: 14px;
}
.sub-pages-list {
    margin-top: 30px;
}
.page .sub-pages-list article {
    margin-left: 0;
    position: relative;
}
.sub-pages-list a {
    border-bottom: 0;
}
.sub-pages-list article img,
.sub-pages-list article figure {
    width: 168px;
    float: right;
}
/*.sub-pages-list .has-post-thumbnail .list-entry {
	width: 370px;	
	float: left;
}*/
/* alternate sides on even items 
.sub-pages-list article:nth-child(even) img,
.sub-pages-list article:nth-child(even) figure {
	float: left;
}
.sub-pages-list article:nth-child(even).has-post-thumbnail .list-entry {
	float: right;
}
*/

.clalit-share {
    clear: both;
    font-size: 12px;
    padding: 0.5em 0;
    margin-top: 2em;
    text-align: right;
}
.clalit-share h5 {
    margin: 0 0 0.25em;
    font-size: 12px;
    font-weight: normal;
    display: inline;
}
.clalit-share h5,
.clalit-share a {
    color: #707070;
}
.clalit-share a:hover {
    color: #1D9AD6;
}
.clalit-share ul {
    list-style: outside none;
    margin-left: 0;
    display: inline;
}
.clalit-share li {
    display: inline;
    margin-left: 0.5em;
}
.clalit-share a {
    border-bottom: 0;
}
.clalit-example {
    background: #f9f9f9;
    padding: 2em;
    margin: 1em 0;
}
.clalit-example h2:first-child,
.clalit-example h3:first-child,
.clalit-example h4:first-child {
    margin-top: 0;
}
/**
 * 13.0 Footer
 */

#footer {
    background: #fff url('images/decor-footer-right.png') bottom right no-repeat;
}
#footer-navigation {
    width: 190px;
    margin-right: 30px;
    clear: none;
    float: left;
}
#footer-widgets {
    width: 950px;
    padding-left: 30px;
    margin-bottom: 30px;
}
#footer .widget_sp_image img {
    margin-bottom: 1em;
}
#footer .widget,
#footer-navigation {
    vertical-align: top;
    font-size: 13px;
}
#footer h2 {
    font-size: 12px;
}
#footer h2,
p {
    margin-bottom: 0.5em;
}
#footer-navigation ul {
    list-style: none;
    margin: 0 0 1em;
}
/**
 * 14.0 Media
 */

.site .avatar {
    border-radius: 50%;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
audio,
canvas {
    display: inline-block;
}
embed,
iframe,
object,
video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}
.clalit-borderless td,
.clalit-borderless tr,
.clalit-borderless tbody,
table.clalit-borderless {
    border: none;
    padding-left: 0;
}
.clalit-borderless td {
    width: 1%;
}
.page-id-1099 .entry-content a {
    font-style: italic;
}
/**
 * 14.1 Captions
 */

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
    text-align: center;
}
figure.no-thumb {
    border-top: 0 none !important;
}
/**
 * 15.0 Media Queries
 */

@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
@media screen and (max-width: 1230px) {
    .site-title {
        width: 202px;
        height: 70px;
    }
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    textarea {
        max-width: 300px;
    }
    #footer-navigation {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: #eaeaea 1px solid;
        margin-bottom: 15px;
    }
    #footer-navigation .menu-main-menu-container li {
        display: inline;
        display: inline-block;
        padding: 0 7px;
    }
    #footer-navigation .menu-main-menu-container li:first-child {
        padding: 0;
    }
    .single blockquote,
    .page blockquote {
        position: relative;
        left: 0;
        padding: 15px 0 25px;
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    /* Header */
    
    #masthead {
        padding: 0;
    }
    .site-branding {
        padding: 10px;
    }
    #masthead .site-description {
        position: static;
        font-size: 15px;
        margin: 15px 0 10px;
    }
    #site-navigation {
        display: block;
        /* set default before hiding */
        
        display: none;
        position: static;
        /*background: #216AAD;*/
        
        background: #efefef;
        border-top: #999 solid 5px;
        width: 100%;
    }
    #site-navigation > div {
        padding: 10px;
    }
    #site-navigation .nav-menu > li {
        display: block;
        padding: 8px 0;
        border: none;
    }
    #site-navigation .nav-menu > li > .children {
        display: block;
        position: static;
        padding: 0 0 0 16px;
        background: none;
    }
    #nav-pulldown-toggle {
        display: block;
    }
    /* Home Page Features */

    .feature-visual {
        display: none;
    }
    #feature-well {
        /* make room for nav dots */
        margin-bottom: 30px;
    }
    #feature-well,
    #features-cont,
    .feature,
    .feature-caption,
    #feature-well .dots {
        width: 100%;
    }
    .feature-caption {
        padding: 30px 15%;
    }
    .unslider-arrow {
        top: 15px;
        margin: 0 15px;
        width: 10%;
        background: rgba(0, 0, 0, 0.5);
    }
    .unslider-arrow .genericon {
        font-size: 36px;
        color: rgba(255, 255, 255, 0.75);
    }
    /* General layout */
    
    .plank {
        margin: 0 0 15px;
        padding: 15px;
        width: 100%;
    }
    .updates-list-posts,
    .post-navigation,
    .page article,
    .single article,
    .updates-main #main .list-posts,
    .updates-main #main > header {
        width: 100%;
        float: none;
        left: 0;
        margin: 10px 0;
    }
    .home.page article {
        padding: 15px 0;
    }
    .list-entry {
        padding-bottom: 15px;
    }
    .post-thumbnail.in-page {
        display: none;
    }
    .post-navigation .nav-next,
    .post-navigation .nav-previous {
        margin: 10px 0;
        text-align: left;
    }
    .list-posts {
        width: 100%;
    }
    article table {
        width: inherit;
    }
    .list-posts .has-post-thumbnail .list-entry,
    .home .list-posts .has-post-thumbnail .list-entry {
        float: left;
        width: 66%;
        clear: none;
    }
    .list-posts .list-result > .post-thumbnail,
    .sub-pages-list article img,
    .sub-pages-list article figure,
    .sub-pages-list article img,
    .sub-pages-list article img,
    .home-thumb {
        width: 30%;
    }
    .content-widget-area {
        position: relative;
    }
    /* Footer */
    
    #footer {
        background-image: none;
        text-align: center;
    }
    #footer-widgets {
        width: 100%;
        padding: 0;
    }
    #footer-wrapper .plank {
        margin-top: 60px;
    }
    #footer-inner {
        padding: 10px;
    }
    /* Home Page */
    
    #uvp {
        padding: 10px;
    }
    .col-wrapper {
        display: block;
    }
    .col {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    #uvp .col {
        text-align: center;
    }
    .strip {
        padding-left: 0px;
        padding-right: 0px;
    }
    .widget_clalit_social_widget ul {
        padding: 5px 0;
    }
    .widget_clalit_social_widget li,
    .clalit-share li {
        padding-right: 15px;
        margin: 0;
    }
    .clalit-share ul {
        margin-left: 15px;
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        line-height: 1.1;
    }
    .entry-title,
    h1.entry-title,
    #uvp-container h2 {
        font-size: 32px;
    }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
    /* Home Page Features */
    
    #feature-well,
    #features-cont,
    .feature,
    #feature-well .dots {
        width: 100%;
        overflow: hidden;
    }
    .feature-caption {
        padding: 30px;
        width: 38%;
    }
    .feature-caption h2 {
        font-size: 26px;
    }
    /* General layout */
    
    #masthead .site-description {
        font-size: 21px;
    }
    .plank {
        width: 100%;
    }
    .updates-list-posts,
    .post-navigation,
    .page article,
    .single article,
    .updates-main #main .list-posts,
    .updates-main #main > header {
        float: none;
        margin: 15px 0;
        position: static;
    }
    /* Header */
    
    #site-navigation {
        position: relative;
        top: 15px;
        right: 0;
        float: none;
        padding-top: 15px;
    }
    #site-navigation .nav-menu > li,
    #site-navigation ul {
        font-size: 14px;
    }
    #site-navigation .nav-menu > li:first-child {
        padding-left: 0;
    }
    .post-thumbnail.in-page {
        display: none;
    }
    /* Footer */
    
    #footer {
        background-image: none;
    }
    #footer-widgets {
        width: 100%;
        padding: 0;
    }
    #footer-inner {
        padding: 10px;
    }
    /* Other */
    
    .page article,
    .single article,
    .updates-list-posts,
    .updates-main #main {
        float: none;
        margin: 15px 0;
    }
    .content-widget-area {
        position: relative;
    }
    article table {
        width: inherit;
    }
}
@media screen and (min-width: 961px) and (max-width: 1230px) {
    /* General layout */
    
    .plank {
        width: 960px;
    }
    .updates-list-posts,
    .post-navigation,
    .page article,
    .single article,
    .updates-main #main .list-posts,
    .updates-main #main > header {
        width: 650px;
    }
    #site-navigation .nav-menu > li,
    #site-navigation ul {
        font-size: 14px;
    }
    .post-thumbnail.in-page {
        display: none;
    }	 

    /* Home Page Features */
    
    #feature-well,
    #features-cont,
    .feature,
    #feature-well .dots {
        width: 900px;
        overflow: hidden;
    }
    .feature-caption {
        width: 300px;
    }
    /* Footer */
    
    #footer-widgets {
        padding-left: 0;
        width: 930px;
    }
}
/**
 * 16.0 Print
 */

@media print {
    body {
        background: none !important;
        /* Brute force since user agents all print differently. */
        
        font-size: 11.25pt;
    }
    .navigation,
    .page-links,
    .edit-link,
    #reply-title,
    .comment-form,
    .comment-edit-link,
    .comment-list .reply a,
    button,
    input,
    textarea,
    select {
        display: none;
    }
    .site-header,
    .site-footer,
    .hentry,
    .entry-footer,
    .page-header,
    .page-content,
    .comments-area {
        background: none !important;
        /* Make sure color schemes dont't affect to print */
    }
    body,
    blockquote,
    blockquote cite,
    blockquote small,
    label,
    a,
    .site-title a,
    .site-description,
    .post-title,
    .author-heading,
    .entry-footer,
    .entry-footer a,
    .taxonomy-description,
    .entry-caption,
    .comment-author,
    .comment-metadata,
    .comment-metadata a,
    .comment-notes,
    .comment-awaiting-moderation,
    .no-comments,
    .site-info,
    .site-info a,
    .wp-caption-text,
    .gallery-caption {
        color: #000 !important;
        /* Make sure color schemes don't affect to print */
    }
    abbr[title],
    table,
    th,
    td,
    .site-header,
    .site-footer,
    .hentry + .hentry,
    .author-info,
    .page-header,
    .comments-area,
    .comment-list + .comment-respond,
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback,
    .no-comments {
        border-color: #eaeaea !important;
        /* Make sure color schemes don't affect to print */
    }
    .sticky-post {
        background: #000 !important;
        color: #fff !important;
    }
    .post-thumbnail img,
    .author-info {
        margin: 0;
    }
    .comments-area {
        border: 0;
    }
}