/*@import url(/cgi-bin/mt/mt-static/support/theme_static/sanyo-factory/css/gowp-style.css);*/

/* TABLE OF CONTENT
 * ==================
 * 1.  BASE
 * 2.  HEADER
 * 3.  NAVIGATION MENU
 * 4.  MAIN CONTENT
 * 5.  SIDEBAR - WIDGET
 * 6.  SINGLE
 * 7.  OTHERPAGES
 * 8.  FOOTER
 **/


/*************************
 *
 *  1.  BASE
 *
 *************************/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body {
  line-height: 1;
    background: none;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
a, a:visited, a:focus {
    text-decoration: none !important;
    color: inherit;
    outline: 0 !important;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
table thead {
  border-bottom: 1px solid #ddd;
}
table tr + tr {
  border-top: 1px solid #ddd;
}
table th, table td {
  padding: 5px 10px;
}
legend {
  white-space: normal;
}
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}
input, textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

input:focus, textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    white-space: pre-wrap;
}
body{
    background-color: #f5f5f5;
}
/*====== Typography ======*/
.article-content ul, .textwidget ul, .article-content ol, .textwidget ol {
  margin: 0 0 1.5em 2.5em;
}

.article-content ul, .textwidget ul {
  list-style: square;
}

.article-content ol, .textwidget ol {
  list-style-type: decimal;
}

.article-content ol ol, .textwidget ol ol {
  list-style: upper-alpha;
}

.article-content ol ol ol, .textwidget ol ol ol {
  list-style: lower-roman;
}

.article-content ol ol ol ol, .textwidget ol ol ol ol {
  list-style: lower-alpha;
}

.article-content ul ul, .textwidget ul ul, .article-content ol ol, .textwidget ol ol, .article-content ul ol, .textwidget ul ol, .article-content ol ul, .textwidget ol ul {
  margin-bottom: 0;
}

.article-content dl, .textwidget dl {
  margin: 0 1.5em;
}

.article-content dt, .textwidget dt {
  font-weight: bold;
}
.article-content dd, .textwidget dd {
  margin-bottom: 1.5em;
}

.article-content strong, .textwidget strong {
  font-weight: bold;
}

.article-content small, .textwidget small {
  font-size: 80%;
}

.article-content big, .textwidget big {
  font-size: 120%;
}

.article-content cite, .textwidget cite, .article-content em, .textwidget em, .textwidget i {
  font-style: italic;
}

.article-content cite, .textwidget cite {
  border: none;
}

.article-content blockquote, .textwidget blockquote {
  font-style: italic;
    margin: 7px 35px 10px 45px;
  font-style: italic;
  padding: 5px 20px;
  clear: both;
    border-left-style: solid;
    border-left-width: 6px;
    border-color: #EFA48D;
}
.article-content blockquote p, .textwidget blockquote p {
    font-style: inherit;
}
.article-content blockquote p:last-child, .textwidget blockquote p:last-child {
    font-style: inherit;
    margin-bottom: 0;
}
.page .post-article .article-content blockquote p:last-child, .textwidget blockquote p:last-child, .single .post-article .article-content blockquote p:last-child, .textwidget blockquote p:last-child {
  margin-bottom: 0;
  padding: 0px;
}
.article-content blockquote em, .textwidget blockquote em, .article-content blockquote i, .textwidget blockquote i, .article-content blockquote cite, .textwidget blockquote cite {
  font-style: normal;
}
.article-content pre, .textwidget pre {
  background: rgba(0, 0, 0, 0.05);
  font: 87.5% "Courier 10 Pitch", Courier, monospace;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 0.75em 1.5em;
}
.article-content code, .textwidget code, .article-content kbd, .textwidget kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.article-content abbr, .textwidget abbr, .article-content acronym, .textwidget acronym {
  border-bottom: 1px solid #666;
  cursor: help;
}
.article-content ins, .textwidget ins {
  text-decoration: none;
}
.article-content sup, .textwidget sup, .article-content sub, .textwidget sub {
  font-size: 62.5%;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
.article-content sup, .textwidget sup {
  bottom: 1ex;
}
.article-content sub, .textwidget sub {
  top: .5ex;
}

.article-content input, .textwidget input, .article-content textarea, .textwidget textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.article-content input:focus, .textwidget input:focus, .article-content textarea:focus, .textwidget textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}

.article-content button, .textwidget button,
.article-content input[type="button"], .textwidget input[type="button"],
.article-content input[type="reset"], .textwidget input[type="reset"],
.article-content input[type="submit"], .textwidget input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
    padding: 5px 10px;
}

.article-content button[disabled], .textwidget button[disabled],
.article-content input[disabled], .textwidget input[disabled] {
  cursor: default;
    padding: 5px 10px;
}

.article-content address, .textwidget address {
  display: block;
  margin: 0 0 1.625em;
}

.article-content table, .textwidget table {
  border-bottom: 1px solid #F2F2F2;
  margin: 0 0 1.625em;
  width: 100%;
  text-align:left;
}

.article-content th, .textwidget th {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.6em;
}

.article-content td, .textwidget td {
  border-top: 1px solid #F2F2F2;
  padding: 6px 10px 6px 0;
}

.article-content p, .textwidget p{
  margin-bottom: 15px;
}

.article-content img, .textwidget img{
  max-width: 100%;
  height: auto;
}
/** Comment Section Typography **/
.comment-box .comments-area ul, .textwidget ul, .comment-box .comments-area ol, .textwidget ol {
  margin: 0 0 1.5em 2.5em;
}

.comment-box .comments-area ul, .textwidget ul {
  list-style: square;
}

.comment-box .comments-area ol, .textwidget ol {
  list-style-type: decimal;
}

.comment-box .comments-area ol ol, .textwidget ol ol {
  list-style: upper-alpha;
}

.comment-box .comments-area ol ol ol, .textwidget ol ol ol {
  list-style: lower-roman;
}

.comment-box .comments-area ol ol ol ol, .textwidget ol ol ol ol {
  list-style: lower-alpha;
}

.comment-box .comments-area ul ul, .textwidget ul ul, .comment-box .comments-area ol ol, .textwidget ol ol, .comment-box .comments-area ul ol, .textwidget ul ol, .comment-box .comments-area ol ul, .textwidget ol ul {
  margin-bottom: 0;
}

.comment-box .comments-area dl, .textwidget dl {
  margin: 0 1.5em;
}

.comment-box .comments-area dt, .textwidget dt {
  font-weight: bold;
}
.comment-box .comments-area dd, .textwidget dd {
  margin-bottom: 1.5em;
}

.comment-box .comments-area strong, .textwidget strong {
  font-weight: bold;
}

.comment-box .comments-area small, .textwidget small {
  font-size: 80%;
}

.comment-box .comments-area big, .textwidget big {
  font-size: 120%;
}

.comment-box .comments-area cite, .textwidget cite, .comment-box .comments-area em, .textwidget em, .comment-box .comments-area i, .textwidget i {
  font-style: italic;
}

.comment-box .comments-area cite, .textwidget cite {
  border: none;
}

/** head tag **/
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    line-height: 1.5;
    margin-top: 1.3em;
    margin-bottom: 15px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.article-content h1 + .article-content h2, .article-content h1 + .article-content h3, .article-content h1 + .article-content h4
, .article-content h1 + .article-content h5, .article-content h1 + .article-content h6 {
    margin-top: 0;
}
.article-content h2 + .article-content h3, .article-content h2 + .article-content h4, .article-content h2 + .article-content h5
, .article-content h2 + .article-content h6 {
    margin-top: 0;
}
.article-content h3 + .article-content h4, .article-content h3 + .article-content h5, .article-content h3 + .article-content h6 {
    margin-top: 0;
}
.article-content h2 + .article-content h1, .article-content h3 + .article-content h1, .article-content h4 + .article-content h1
, .article-content h5 + .article-content h1, .article-content h6 + .article-content h1 {
    margin-top: 0;
}

.comment-box h1, .comment-box h2, .comment-box h3, .comment-box h4, .comment-box h5, .comment-box h6 {
    line-height: 1.5;
    margin-top: 1.3em;
    margin-bottom: 15px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.comment-box h1 + .comment-box h2, .comment-box h1 + .comment-box h3, .comment-box h1 + .comment-box h4
, .comment-box h1 + .comment-box h5, .comment-box h1 + .comment-box h6 {
    margin-top: 0;
}
.comment-box h2 + .comment-box h3, .comment-box h2 + .comment-box h4, .comment-box h2 + .comment-box h5
, .comment-box h2 + .comment-box h6 {
    margin-top: 0;
}
.comment-box h3 + .comment-box h4, .comment-box h3 + .comment-box h5, .comment-box h3 + .comment-box h6 {
    margin-top: 0;
}
.comment-box h2 + .comment-box h1, .comment-box h3 + .comment-box h1, .comment-box h4 + .comment-box h1
, .comment-box h5 + .comment-box h1, .comment-box h6 + .comment-box h1 {
    margin-top: 0;
}
/*======= STANDARD ===========*/
/*========= Fonts =========*/
/*--- Hyperlinks ---*/
a, a:visited {
  text-decoration: none;
  }
a:active,a:focus {
  outline: none;
  }

/*========= Headings =========*/
h1,h2,h3,h4,h5,h5,h6{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",'Oswald', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 700;
}
h1{
  font-size: 30px;
}

h2{
  font-size: 26px;
}

h3{
  font-size: 20px;
}

h4{
  font-size: 18px;
}

h5{
  font-size: 16px;
}

h6{
  font-size: 14px;
}
a, p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",'Oswald'
}

:focus {
  outline: 0;
}
 /*==== GENERAL ===========*/
/*--- Clear fix -----------*/
.clear-fix:before,
.clear-fix:after {
    content: " ";
    display: table;
}

.clear-fix:after {
    clear: both;
}

/* IE6/7 support */
.clear-fix {
    *zoom: 1;
}
.hide, .invisible {
    visibility: hidden;
}
::selection {
    background-color: #eaeaea;
}
::-moz-selection {
    background-color: #eaeaea;
}
/*-- WordPress common classes*/
.article-content > :first-child {
    margin-top: 0;
}
.article-content {
    position: relative;
}
.article-content p, .post-content p {
    margin-bottom: 24px;
}
embed, iframe, object, video {
    max-width: 100%;
    vertical-align: middle;
}
p > embed, p > iframe, p > object, p > video {
    margin-bottom: 0;
}
.article-content .alignleft, .textwidget .alignleft, .alignleft{
  display: inline;
  float: left;
  margin-right: 1.25em;
}
.article-content .alignright, .textwidget .alignright, .alignright{
  display: inline;
  float: right;
  margin-left: 1.25em;
}

.article-content .alignnone, .textwidget .alignnone,
.article-content .aligncenter, .textwidget .aligncenter{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-content img.alignleft, .textwidget img.alignleft,
.article-content img.alignright, .textwidget img.alignright,
.article-content img.alignnon, .textwidget img.alignnone,
.article-content img.aligncenter, .textwidget img.aligncenter {
  margin-bottom: 20px;
}

.article-content p img, .textwidget p img,
.article-content .wp-caption, .textwidget .wp-caption {
  margin-top: 0.4em;
    max-width: 100%;
    height: auto;
}
.wp-caption {
    margin-bottom: 1.25em;
    max-width: 100%;
}
.article-content .textwidget .wp-caption, .textwidget .wp-caption {
  margin-bottom: 1.25em;
  max-width: 96%;
  text-align:center;
    background-color: #eee;
}

.article-content .wp-caption.aligncenter, .textwidget .wp-caption.aligncenter {
    margin: 30px auto 24px auto;
}
.article-content .wp-caption img, .textwidget .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
    height: auto;
}

.article-content p.wp-caption-text, .textwidget p.wp-caption-text, .wp-caption-text {
  margin-bottom: 0;
    font-style: italic;
}

.article-content .wp-caption .wp-caption-text, .textwidget .wp-caption .wp-caption-text,
.article-content .gallery-caption, .textwidget .gallery-caption {
    padding: 4px;
  color: #666;
  font-size: 12px;
    margin-bottom: 0 !important;
}
/*** Popup **/
.mfp-bg {
    z-index: 100000 !important;
}
.mfp-wrap {
    z-index: 100001 !important;
}
/*****************/
.gallery-wrap {
    margin-bottom: 36px;
}
.single-top-wrap .gallery-wrap {
    margin-bottom: 0;
}
#gowp-gallery-slider .flex-direction-nav a {
    width: 40px;
    height: 60px;
}
#gowp-gallery-slider ul li img {
    width: 100%;
    height: auto;
}
#gowp-gallery-slider .slides > li {
    position: relative;
}
#gowp-gallery-slider .slides > li .caption {
    position: absolute;
    max-width: 100%;
    text-align: left;
    bottom: 0;
    padding: 5px;
    background-color: #000000;
    left: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    color: white;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
#gowp-gallery-slider .slides > li:hover .caption {
    display: block;
    opacity: 0.7;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
p {
    margin: 0 0 1em;
}

.gowp-site-container {
    width: 1140px;
    margin: auto;
    position: relative;
}
.clara-content-container {
    width: 1140px;
}
.content-sb-section {
    margin-top: 30px;
    position: relative;
}
.gowp-index-page.content-sb-section {
    margin-top: 0;
}
.single-page .content-sb-section {
    margin-top: 0;
}
.clara-module {
    padding: 30px;
    background: #fff;
    border: 0px solid #efefef;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}
.content-section, .single-page .main {
    width: 100%;
    float: left;
}

.sidebar {
    width: 350px;
    margin-left: 30px;
    float: right;
}

/** Flexslider **/
.flexslider .slides {
    margin: 0;
}
.flexslider ul {
    list-style: none;
}
.flex-direction-nav a:before {
    display: none;
}
.flex-direction-nav a {
    width: 40px;
    height: 50px;
}
.flexslider:hover .flex-prev {
    left: 25px;
}
.flexslider:hover .flex-next {
    right: 25px;
}
.flexslider .slides img {
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
.post-title {
    line-height: 1.5;
    color:#212121;
}

/*************************
 *
 *  2.  Header
 *
 *************************/
/** Menu **/
.gowp-mega-menu .icon-thumb i {
    font-size: 50px;
}
/* Mega menu score */
.top-nav {
    float: left;
    font-size: 11px;
}
.top-nav li {
    display: block;
    position: relative;
}
.top-nav ul.menu > li {
    padding: 0 10px;
    float: left;
    text-align: center;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.top-nav a {
    display:block;
    text-decoration:none;
    text-transform: uppercase;
}
.top-nav ul.menu>li>a {
    color: #333;
    float: left;
}
.top-nav ul.sub-menu li {
    padding: 10px 10px;
}
.top-nav ul.sub-menu a {
    color: #333;
    vertical-align: middle;
    width: 150px;
    line-height: 1.5;
}
.top-nav ul.sub-menu { /* hide sub menu */
    position:  absolute;
    visibility: hidden;
    background-color: #fafafa;
    z-index: 100;
    top: -10px;
    left: 100%;
    padding: 10px;
    opacity: 0;

    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
.top-nav ul.menu > li > ul.sub-menu {
    top: 100%;
    left: 0;
}
.top-nav ul.sub-menu li{
    text-align: left;
    min-width: 150px;
}
.top-nav li:hover > ul.sub-menu{ /* show sub-menu from lvl2 */
    opacity: 1;
    visibility: visible;
}
.top-nav ul.menu>li:hover { /*hover effect menu */
    background-color: rgba(0,0,0,0.1);
}
.top-nav ul.sub-menu li:hover { /*hover effect submenu li*/
    background-color: #eee;
}
#top-menu > ul.menu > li.menu-item-has-children:before {
    content: '\f078';
    float: right;
    margin-left: 4px;
    font-family: 'FontAwesome';
    font-size: 8px;
    line-height: 35px;
    color: #333;
}

/*----- header main ----------*/
.header-wrap {
    width: 100%;
}
.header {
    text-align: center;
}
.header .header-inner {
    display: table;
}
.header .logo.logo-text h1 {
    font-size: 50px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 15px 0;
}
.header-left .logo {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.header-center .logo {
    display: inline-block;
}
.header .logo {
    padding: 20px 0;
}
.header .logo img {
    max-width: 100%;
    display: block;
}
.header .logo a {
    display: inline-block;
}
.header-banner {
    padding: 15px 0;
}
.header-left .header-banner {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.header-banner img {
    max-width: 100%;
}
.header-left #main-menu ul.menu {
    text-align: left;
}
 /*************************
 *
 *  3.  NAVIGATION MENU
 *
 *************************/
.header-center .main-nav {
    text-align: center;
}
.top-bar.fixed {
    position: fixed !important;
    top:0;
    left: 0;
    right: 0;
}
.top-bar.fixed #header-search .searchform-wrap .search-icon,
.top-bar.fixed #header-search .searchform-wrap,
.top-bar.fixed .header-social,
.top-bar.fixed .main-nav #main-menu .menu > li,
.top-bar.fixed .main-nav .header-inner {
    height: 50px;
}
.top-bar.fixed #header-search .searchform-wrap .search-icon,
.top-bar.fixed .header-social li,
.top-bar.fixed .main-nav #main-menu .menu > li > a,
.top-bar.fixed .main-nav .mobile i {
    line-height: 50px;
}
/*=== Mobile nav ===*/
#main-mobile-menu {
    display: none;
}
.mobile {
    display: none;
}
.main-nav .mobile {
    width: 50px;
    height: 50px;
    float: left;
    cursor: pointer;
    text-align: center;
}
.main-nav .mobile i {
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.main-nav .mobile-logo {
    display:none;
    float:center;
}
#main-mobile-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    padding-top: 5px;
    z-index: 99;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
}
#main-mobile-menu li {
    text-align: left;
    cursor: pointer;
}
#main-mobile-menu > ul > li > a {
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
#main-mobile-menu li a {
    color: #fff;
}
#main-mobile-menu .expand {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    text-align: center;
}
#main-mobile-menu .expand i {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}
#main-mobile-menu li > ul > li > a {
    padding-left: 40px;
}
#main-mobile-menu a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 7px 20px;
}
#main-mobile-menu > ul > li:last-child > a {
    border-bottom: none;
}
#main-mobile-menu ul.sub-menu {
    display: none;
}
/*==== Dark nav ====*/
.main-nav {
    background-color: transparent;
    position: relative;
    list-style-type:none;
    z-index: 99;
    min-height: 50px;
}
.main-nav li {
    display: block;
}

.main-nav a {
    display: inline-block;
    text-decoration:none;
    text-transform: uppercase;
}
.main-nav li:hover, .main-nav a:hover {
    transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
}
.main-nav #main-menu .menu > li > a {
    font-family:"YuMincho";
    position: relative;
    color: #000;
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.main-nav #main-menu .menu > li > a:hover {
    background-color: #e7e7e7;
}
.header-dark .main-nav #main-menu .menu > li.current-menu-item:hover > a {
    color: #fff;
    background-color: #EFA48D;
}
.header-custom .main-nav #main-menu .menu > li:hover > a {
    color: #fff;
}
.header-custom .main-nav #main-menu .menu > li.current-menu-item:hover > a {
    color: #fff;
}
/*==== Mega menu ====*/
.gowp-mega-menu {
    top: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -999999px;
    transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s 0.2s;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s 0.2s;
    background-color: rgba(0, 0, 0, 1);
}
.header-slider-on .gowp-mega-menu, .gowp-single-page.gowp-special-layout .gowp-mega-menu{
    background-color: rgba(0, 0, 0, 0.5);
}
.gowp-mega-menu .gowp-with-sub {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.gowp-mega-menu .gowp-without-sub {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.gowp-mega-menu .flexslider .slides > li {
    border: 10px solid transparent;
    border-bottom: 0;
    box-sizing: content-box;
    overflow: hidden;
}
.main-nav .menu > li .gowp-mega-menu .flexslider {
    padding: 10px;
}
.main-nav .menu > li:hover > .gowp-mega-menu {
    visibility: visible;
    opacity: 1;
    left: 0;
    transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s 0.2s;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s;
}
.gowp-mega-menu .gowp-sub-menu {
    width: 20%;
    float: left;
    padding: 10px;
}
.gowp-sub-menu > li {
    text-align: left;
}
.gowp-sub-menu > li:hover, .gowp-sub-sub-menu > li:hover {
    background-color: rgba(0,0,0,0.05);
}
.gowp-mega-menu .gowp-sub-menu > li {
    display: block;
    position: relative;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.gowp-mega-menu .gowp-sub-menu > li > a {
    color: #fff;
    padding: 5px 15px;
    display: block;
    line-height: 30px;
    font-size: 12px;
}
.gowp-mega-menu .gowp-sub-sub-menu {
    position: absolute;
    padding: 10px;
    left: 100%;
    top: 0;
    visibility: hidden;
    background-color: #19232D;
    width: 210px;
    box-shadow: 2px 0px 2px -1px rgba(0,0,0,0.1);
    transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
}
.gowp-mega-menu .gowp-sub-sub-menu > li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.gowp-mega-menu .gowp-sub-sub-menu > li:last-child {
    border: none;
}
.gowp-mega-menu .gowp-sub-sub-menu > li > a {
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 12px;
    color:  #fff;
}
.gowp-mega-menu .gowp-sub-menu > li:hover > .gowp-sub-sub-menu {
    visibility: visible;
}
.gowp-sub-post {
    position: relative;
}
.gowp-sub-posts {
    background-color: #fff;
}
.gowp-sub-posts.gowp-with-sub {
    width: 80%;
    float: right;
}
.main-nav #main-menu .menu > li > a, .top-nav ul.menu > li, .gowp-mega-menu .gowp-sub-menu > li > a,
.gowp-dropdown-menu .gowp-sub-menu > li > a, .gowp-dropdown-menu .gowp-sub-sub-menu li a {
    letter-spacing: 1px;
}
/*====== Megamenu =======*/
.flexslider_destroy {
    padding: 10px 10px 0 10px;
}
.flexslider_destroy ul li{
    width: 25%;
    float: left;
    padding:10px;
}
.flexslider {
    border: none;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
}
/*Normal menu*/
.gowp-dropdown-menu {
    position: absolute;
    top: 100%;
    min-width: 210px;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
.header-slider-on .gowp-dropdown-menu, .gowp-single-page.gowp-special-layout .gowp-dropdown-menu,
.header-slider-on #main-mobile-menu, .gowp-single-page.gowp-special-layout #main-mobile-menu,
.header-slider-on .gowp-dropdown-menu .gowp-sub-sub-menu, .gowp-single-page.gowp-special-layout .gowp-dropdown-menu .gowp-sub-sub-menu {
    background-color: rgba(0, 0, 0, 0.5);
}
.main-nav .menu li:hover > .gowp-dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
}
.gowp-dropdown-menu .gowp-sub-menu > li, .gowp-dropdown-menu .gowp-sub-sub-menu li {
    display: block;
    position: relative;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}
.gowp-dropdown-menu .gowp-sub-menu > li > a {
    display: block;
    padding: 5px 10px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    white-space: nowrap;
}
.gowp-dropdown-menu .gowp-sub-menu > li:last-child > a, .gowp-dropdown-menu .gowp-sub-sub-menu li:last-child > a{
    border-bottom: none;
}
.gowp-dropdown-menu .gowp-sub-sub-menu {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 210px;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}

.gowp-dropdown-menu li:hover > .gowp-sub-sub-menu {
    visibility: visible;
    opacity: 1;
}
.gowp-dropdown-menu .gowp-sub-sub-menu li a {
    display: block;
    padding: 5px 10px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    white-space: nowrap;
}
.gowp-dropdown-menu .gowp-sub-sub-menu li:last-child a{
    border-bottom: none;
}
/*------ search form --------*/
nav #header-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
}
nav #search-form {
    margin: 0;
    padding: 0;
    height: 100%;
}
nav #s {
    color: #fff;
    font-size: 0px; /* fix FF */
    width: 300px;
    position: absolute;
    top: 50px;
    right: 100%;
    height: 0;
    border: none;
    margin: 0;
    padding: 0;
    transition: width ease-out 0.3s;
    -webkit-transition: width ease-out 0.3s;
}
nav .search-icon i {
    cursor: pointer;
    width: 50px;
    height:  45px;
    border: none;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 18px !important;
    line-height: 50px;
}
#header-search .searchform-wrap > input {
    background-color: #19232D;
    border-top: 1px solid #fff;
}
/*-----megamenu meta -------*/
.gowp-meta {
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
.gowp-sub-posts .thumb {
    overflow: visible;
}
.gowp-sub-posts .thumb img {
    height: auto;
}
.gowp-sub-posts .thumb:hover img {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
.gowp-sub-posts .post-title {
    margin: 0;
    line-height: 1.5;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
.gowp-sub-posts .post-title a {
    font-size: 14px;
    margin-top: 12px;
    word-wrap: break-word;
    text-transform: none;
}
.gowp-mega-menu .post-meta {
    margin-top: 4px;
}

.header-slider-off .main-body {
    margin-top: 130px;
}
.header-slider-on .clara-header-wrap .top-bar, .gowp-single-page.gowp-special-layout .top-bar {
    /*background-color: rgba(30, 30, 30, 0.8);*/
}
.main-body .fullwidth-section:first-child .widget:first-child {
    margin-top: 0;
}
.gowp-front-page.header-slider-on .header-slider-wrap{
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}
/** Post cat **/
.post-cat {
    display: inline-block;
}

/** Review Score in Modules / Widgets**/
.gowp-review-score {
    display: inline-block;
    font-size: 12px;
    background: #EFA48D;
    padding: 0 8px;
    color: #fff;
    border-radius: 2px;
}
.gowp-review-score i {
    margin-right: 4px;
}
/**  Clara Header **/
.clara-header-wrap .top-bar {
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.clara-header-wrap .main-nav {
    float: left;
}
.main-nav .header-inner {
    height: 50px;
    display: table;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.clara-header-wrap .main-nav .logo {
    display: table-cell;
    vertical-align: middle;
}
.clara-header-wrap .main-nav .logo h1 {
    line-height: 1;
    color: #fff;
}
.clara-header-wrap .main-nav .logo h1 p {
    display: block;
    border: 3px solid white;
    padding: 0px 8px 3px;
    text-align: center;
    margin-bottom: 0;
}
.clara-header-wrap .main-nav .logo img {
    max-height: 45px;
    display: block;
}
.clara-header-wrap .main-nav #main-menu {
    float: left;
    margin-left: 50px;
}
.clara-header-wrap .main-nav #main-menu .menu {
    display: inline-block;
}
.main-nav #main-menu .menu > li {
    height: 50px;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
/*======== Top bar social =========*/
.header-social {
    float: right;
    height: 90px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.header-social li {
    float: left;
    line-height: 90px;
    width: 28px;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.header-social li a {
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
/** Header Slider **/
.header-slider-wrap {
    position: relative;
}
.header-slider-wrap .slides li {
    position: relative;
    height: 600px;
}
.header-slider-wrap .slides > li {
    display: none;
}
.header-slider-wrap .slides > li:first-child {
    display: block;
    -webkit-backface-visibility: visible;
}
.header-slider-wrap .type-in .post-info-wrap {
    height: 600px;
}
.header-slider {
    position: relative;
}
.header-slider .flex-direction-nav a {
    width: 50px;
    height: 75px;
    opacity: 1;
}
.header-slider .flex-direction-nav .flex-prev {
    left: 50px;
}
.header-slider .flex-direction-nav .flex-next {
    right: 50px;
}
.header-slider .type-in .post-title {
    font-size: 28px;
    /*margin-top: 30px;*/
    font-weight: 600;
    margin-top: 10px;
}
.header-slider .type-in .post-meta {
    margin-top: 15px;
    /*margin-top: 30px;*/
    font-size: 14px;
}
.header-slider .type-in .post-info {
    padding-bottom: 80px;
    max-width: 45%;
    background-color: rgba(0, 0, 0, 0.8);
}
.header-slider .type-in .post-meta div {
    margin-right: 20px;
    font-size: 14px;
}
/*************************
 *
 *  4.  MAIN CONTENT
 *
 *************************/
/** General Style **/
/** Type In **/
.type-in {
    position: relative;
}
.type-in .post-info-wrap{
    position: relative;
}
.type-in .post-info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 20px;
}
.type-in .post-title {
    color: #fff;
}
.type-in .post-meta div {
    color: #fff;
}
.sub-post .post-title {
    font-size: 16px;
    margin-bottom: 8px;
}
/** Module title **/
.gowp-header {
    border-left: 8px solid #444;
    padding: 20px 0 0 20px;
    margin-top: -30px;
}
.gowp-header .main-title {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "YuMincho";
    color: #444;
    font-weight: bold !important;
}
.sidebar .gowp-header {
    margin-top: -30px;
}
.sidebar .gowp-header .main-title {
    font-size: 18px;
    color:#666;
}
.gowp-header .sub-title p {
    font-family: "YuMincho";
    font-weight: 400 !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #aaa;
}
.widget {
    margin-top: 30px;
    overflow: hidden;
}
.content-sb-section .content-section .widget:first-child {
    margin-top: 0;
}
.content-sb-section .sidebar .widget:first-child {
    margin-top: 0;
}
.footer .gowp-header {
    border: none;
    padding: 0;
    margin-top: 0;
}
.footer .gowp-header .main-title {
    display: inline-block;
    font-size: 13px;
    padding: 2px 12px;
    border-radius: 3px;
    background-color: #fff;
    color: #444;
    letter-spacing: 1px;
}
/** Post cat **/
.post-cat a {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    background-color: #040404;
    padding: 2px 8px;
    margin-right: 8px;
    border-radius: 2px;
    font-size: 10px;
    display: inline-block;
    margin-bottom: 2px;
}
/** Post meta **/
.post-meta {
    color: #888;
}
.post-meta > div {
    display: inline;
    letter-spacing: 1px;
}
.post-meta > div:last-child:after {
    display: none;
}
.post-meta > div i {
    margin-right: 4px;
}
/**********************/
.clara-second-logo {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
    height: 0;
}
.clara-second-logo img {
    max-height: 550px;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
/** Home Content **/
.post-meta div {
    margin-right: 10px;
    font-size: 12px;
}
.post-meta div.post-author a {
    font-weight: bold;
}
/*** Module Grid ***/
.module-main-grid img {
    width: inherit;
    max-width: 100%;
}
.module-main-grid .type-in {
    float: left;
}
.module-main-grid .type-in .post-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
}
.module-main-grid .post-author {
    font-weight: 700;
}
.module-main-grid  .post-title {
    text-shadow: 1px 1px 3px #333;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.module-main-grid .clara-first-column {
    margin-right: 15px;
}
.module-main-grid .clara-first-column .post-info, .module-post-four .post4-large-post .post-info {
    padding: 40px;
}
.module-main-grid .clara-first-column .post-title, .module-post-four .post4-large-post .post-title {
    font-size: 32px;
    margin-top: 15px;
}
.module-main-grid .clara-first-column .post-meta, .module-post-four .post4-large-post .post-meta {
    margin-top: 15px;
}

.module-main-grid .clara-second-column .grid-small-post:first-child{
    margin-bottom: 15px;
}

.module-main-grid .clara-second-column .post-info {
    padding: 24px;
}
.module-main-grid .clara-second-column .post-title {
    font-size: 18px;
}
.module-main-grid .clara-second-column .post-meta {
    margin-top: 12px;
}
/** Content Section **/
/** Classic Blog **/
.classic-blog-style {
    position: relative;
}
.classic-blog-style .thumb {
    float: left;
    position: relative;
}
.classic-post-content-wrap {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px 0 30px 30px;
}
.classic-blog-style .post-details {
    width: 415px;
    float: left;
}
.classic-blog-style .post-title{
    font-size: 24px;
    margin-top: 12px;
    padding-bottom: 18px;
    position: relative;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
.classic-blog-style .post-meta {
    margin-top: 12px;
}
.content-section .classic-blog-style{
    clear: both;
    margin-top: 30px;
    overflow: hidden;
}
.content-section .classic-blog-style:first-child {
    margin-top: 0;
}
.content-section .classic-blog-style .post-details {
    height: 240px;
    position: absolute;
    right: 0;
}
.content-section .classic-blog-style .post-title {
    padding-bottom:  0;
    font-size: 20px;
}
.content-section .classic-blog-style .post-title:after {
    display: none;
}

.content-section .classic-blog-style .entry-excerpt {
    margin-top: 12px;
}
/*** Large Blog ***/
.large-blog-style .post-details {
    padding: 25px 25px 0 25px;
    width: 90%;
    margin: auto;
    margin-top: -110px;
    position: relative;
    background: rgba(255,255,255,0.7);
}
.large-blog-style .post-title {
    font-size: 24px;
    margin-top: 12px;
    position: relative;
}
.large-blog-style .entry-excerpt {
    margin-top: 16px;
    margin-bottom: 16px;
}
.large-blog-content-container .large-blog-style:nth-child(n+2) {
    margin-top: 50px;
}
/** Large Blog FW **/
.module-large-blog-fw .large-blog-style {
    width: 525px;
    margin-right: 30px;
    float: left;
}
.module-large-blog-fw .large-blog-style:nth-child(2n) {
    margin-right: 0;
}
.module-large-blog-fw .large-blog-style:nth-child(2n+1) {
    clear: both;
}
.module-large-blog-fw .large-blog-content-container .large-blog-style:nth-child(n+3) {
    margin-top: 50px;
}
.module-large-blog-fw .large-blog-content-container .large-blog-style:nth-child(2) {
    margin-top: 0;
}
.module-large-blog-fw .large-blog-style .post-details {
    margin-top: -90px;
}
.module-large-blog-fw .large-blog-style .post-title {
    font-size: 20px;
}
/** Post 4 **/
.module-post-four .small-posts > div {
    margin-top: 30px;
}
.module-post-four .small-posts .thumb {
    float: left;
    margin-right: 20px;
}
.module-post-four .sub-post {
    background-color: #fff;
}
.module-post-four .small-posts .post-cat {
    margin-top :12px;
}
.module-post-four .small-posts .post-title {
    max-height: 1em;
    overflow: hidden;
    line-height: 1;
}
/** Post 3 **/
.clara-one-half {
    width: 345px;
    margin-right: 10px;
    float: left;
}
.module-post-three .clara-one-half:last-child{
    margin-right: 0;
}
.module-post-three .large-post .post-title {
    font-size: 18px;
    margin-bottom: 8px;
}
.module-post-three .large-post .post-info {
    padding: 20px;
}
.module-post-three .small-posts .item-post{
    margin-top: 30px;
}
.module-post-three .small-posts .thumb {
    width: 110px;
    float: left;
    margin-right: 15px;
}
.module-post-three .small-posts .post-title {
    font-size: 14px;
    max-height: 3em;
    overflow: hidden;
}
/** Post 3 FW **/
.module-post-three-fw .clara-one-half {
    width: 525px;
    margin-right: 30px;
    float: left;
}
.module-post-three-fw .clara-one-half:last-child{
    margin-right: 0;
}
.module-post-three-fw .large-post .post-title {
    font-size: 24px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.module-post-three-fw .large-post .post-info {
    padding: 30px;
}
.module-post-three-fw .small-posts .item-post{
    margin-top: 30px;
}
.module-post-three-fw .small-posts .thumb {
    width: 160px;
    float: left;
    margin-right: 20px;
}
.module-post-three-fw .small-posts .post-title {
    font-size: 16px;
    max-height: 3em;
    overflow: hidden;
}
/*** Carousel ***/
.gowp-carousel-wrap .slides > li {
    border: 2px solid transparent;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
}
.gowp-carousel-wrap .slides > li .thumb {
    background-color: #000;
}
.gowp-carousel-wrap .slides > li img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.gowp-carousel-wrap .slides > li:hover img {
    opacity: 0.8;
}
.gowp-carousel-wrap .slides .post-details div {
    color: #fff;
}
.gowp-carousel-wrap .slides  .post-cat {
    margin-bottom: 16px;
}
.gowp-carousel-wrap .slides  .post-title {
    color: #fff;
    font-size: 18px;
}
.gowp-carousel-wrap .post-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    padding: 20px;
    font-size: 14px;
    background: rgba(0, 0, 0, .65);
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
.gowp-carousel-wrap .post-details .read-more, .module-post-two .large-post .read-more {
    margin-top: 14px;
    font-size: 12px;
    float: none;
    color: #fff;
}
.gowp-carousel-2-wrap {
    margin: 0 -10px !important;
    background: none !important;
}
.gowp-carousel-2-wrap .slides > li .post-wrap  {
    padding: 0 10px;
}
.gowp-carousel-2-wrap .slides > li .post-wrap .post-wrap-inner {
    position: relative;
}
.gowp-carousel-2-wrap .slides > li .post-details {
    padding: 20px;
    width: 90%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: -75px;
    position: relative;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
.gowp-carousel-2-wrap .slides > li .post-title{
    font-size: 18px;
    margin-top: 12px;
    position: relative;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
.gowp-carousel-2-wrap .slides > li .post-meta {
    margin-top: 12px;
}
.gowp-carousel-2-wrap .flex-control-nav {
    position: initial;
    margin-top: 25px;
}
.gowp-carousel-2-wrap .flex-control-paging li a {
    background: rgba(0,0,0,0.1);
}
.gowp-carousel-2-wrap .flex-control-paging li a.flex-active {
    background: rgba(0,0,0,0.9);
}
/*** Read more **/
.read-more {
    float: right;
    color: #333;
    font-style: italic;
    display: inline-block;
    border: 1px solid #888;
    padding: 4px 8px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
.read-more:hover {
    color: #fff;
    background-color: #EFA48D;
    border-color: #EFA48D;
}
/* Load More Button */
.loadmore-button {
    text-align: center;
    clear: both;
}
.loadmore-button .ajax-load-btn {
    display: inline-block;
    position: relative;
    padding: 8px 52px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #000;
    font-weight: 300;
    letter-spacing: 3px;
    background-color: #fff;
    border: 3px solid #f4f4f4;
    transition: all 0.3s linear;
}
.loadmore-button .loading-animation {
    display: none;
    width: 158px;
    height: 44px;
    margin-top: 40px;
    border: 2px solid transparent;
    cursor: pointer;
    background: url('../images/ajax_load.gif') no-repeat center;
}
/** Module Slider **/
.module-slider .flexslider .slides .thumb {
    width: 530px;
    float: left;
    margin-right: 50px;
}
.module-slider .post-details {
    width: 500px;
    height: 429px;
}
.module-slider .classic-post-content-wrap {
    padding: 0;
}
.module-slider .gowp-slider-wrap {
    position: relative;
}
.module-slider .flexslider .flex-direction-nav li > a{
    position: absolute;
    bottom: 0;
    top: inherit;
    left: inherit;
    line-height: 32px;
    text-align: center;
    border: 1px solid #888;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    opacity: 1;
}
.module-slider .flexslider .flex-direction-nav li .flex-next {
    right: 20px;
}
.module-slider .flexslider .flex-direction-nav li .flex-prev {
    right: 55px;
}
.module-slider .flexslider .flex-direction-nav li > a svg{
    width: 13px;
    height: 13px;
}
.module-slider .flexslider .flex-direction-nav li > a polyline {
    stroke: #333;
}
.module-slider .flexslider .flex-direction-nav li a:hover {
    background-color: #EFA48D;
    border-color: #EFA48D;
}
.module-slider .flexslider .flex-direction-nav li a:hover polyline {
    stroke: #fff;
}
/*====== Module Post Grid =====*/
.fullwidth-section .module-grid-content-wrap .one-col:nth-child(3n) {
    margin-right: 0px;
}
.fullwidth-section .module-grid-content-wrap .one-col:nth-child(3n+1) {
    clear: both;
}
.module-post-grid {
    overflow: visible;
}
.fullwidth-section .module-grid-content-wrap .one-col:nth-child(n+4) {
    margin-top: 50px;
}
.content-section .module-grid-content-wrap .one-col:nth-child(2n) {
    margin-right: 0;
}
.content-section .module-grid-content-wrap .one-col:nth-child(2n+1) {
    clear: both;
}
.content-section .module-grid-content-wrap .one-col:nth-child(n+3) {
    margin-top: 50px;
}
.grid-1-type .post-title {
    margin-top: 8px;
    /*margin-top: 16px;*/
    padding-bottom: 8px;
    position: relative;
    font-size: 20px;
}
.grid-1-type .post-details {
    padding-top:  24px;
}
.grid-1-type .post-meta {
    margin-top: 16px;
}
/*======== Masonry module =======*/
.module-masonry-wrapper {
    margin: 0 -15px;
}
.fullwidth-section .module-masonry-wrapper .one-col:nth-child(n+4), .content-section .module-masonry-wrapper .one-col:nth-child(n+3) {
    margin-top: 50px;
}
.module-masonry-wrapper .one-col {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.article-masonry {
    padding-bottom: 30px;
}
.gowp-masonry-content .item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.content-section .one-col {
    width: 365px;
}
/** Symmetry Module **/
.module-symmetry .classic-blog-style {
    width: 525px;
    margin-right: 30px;
    float: left;
}
.module-symmetry .classic-blog-style:nth-child(2n){
    margin-right: 0;
}
.module-symmetry .classic-blog-style:nth-child(2n+1){
    clear:both;
}
.module-symmetry .classic-blog-style:nth-child(n+3){
    margin-top: 30px;
}
.module-symmetry .classic-blog-style .thumb {
    width: 320px;
}
.module-symmetry .classic-blog-style .post-details {
    height: 207px;
    position: absolute;
    right: 0;
    width: 350px;
}
.module-symmetry .classic-blog-style:nth-child(2n) .thumb {
    position: absolute;
    right: 0;
}
.module-symmetry .classic-blog-style:nth-child(2n) .post-details{
    left: 0;
    right: auto;
}
.module-symmetry .classic-blog-style .post-title {
    padding-bottom:  0;
    font-size: 18px;
}

.module-symmetry .classic-blog-style .entry-excerpt {
    margin-top: 12px;
}
.module-symmetry .classic-post-content-wrap {
    padding: 20px 0 20px 20px;
}
/*************************
 *
 *  5.  SIDEBAR
 *
 *************************/
/* Ads */
.widget.widget-ads-banner{
    text-align: center;
}
.widget .gowp-banner {
    max-width: 100%;
}
/** Text widget **/
.sidebar .widget {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}

/** Slider **/
.widget-slider .post-title {
    margin-bottom: 8px;
}

/** widget-posts-list **/
.widget-posts-list .style-3 .post-title, .widget-posts-list .style-1:nth-child(n+2) .post-title {
    font-size: 14px;
    margin-bottom: 8px;
}
.footer .widget-posts-list .style-3 .post-title, .footer .widget-posts-list .style-1:nth-child(n+2) .post-title {
    color: #fff;
}
.footer .widget-posts-list ul li.type-in .post-title {
    color: #fff;
}
/*** widget_comment ***/
.widget_comment.flexslider {
    background: none !important;
}
.widget_comment .cm-header div {
    display: inline;
    font-size: 12px;
    color: #888;
}
.widget_comment .cm-header .author-name {
    color: #212121;
    font-weight: 700;
}
.widget_comment .cm-header .avatar {
    margin-right: 8px;
    border-radius: 50%;
}
.widget_comment .cm-header .avatar img {
    width: inherit;
    display: inline;
    margin-bottom: 4px;
    vertical-align: middle;
}
.widget_comment .cm-header span {
    margin: 0 8px;
    font-size: 12px;
    color: #888;
}
.widget_comment .cm-header {
    margin-bottom: 8px;
}
.widget_comment .comment-text {
    font-style: italic;
    margin-bottom: 16px;
}
.widget_comment .post-title {
    font-size: 14px;
    margin: 0;
}
.widget_comment .post-title i {
    margin-right: 8px;
    color: #888;
}
.cm-flex .flex-control-nav {
    width: 100%;
    position: static;
    margin-top: 28px;
    text-align: center;
    line-height: 0;
}
.cm-flex .flex-control-paging li a {
    background: rgba(0,0,0,0.3);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.cm-flex .flex-control-paging li a.flex-active {
    background: rgba(0,0,0,1);
}
.widget_comment {
    position: relative;
    padding-bottom: 50px;
}
.widget_comment.flexslider .flex-direction-nav li > a{
    position: absolute;
    bottom: 0;
    top: inherit;
    left: inherit;
    line-height: 23px;
    text-align: center;
    border: 1px solid #888;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    opacity: 1;
}
.widget_comment.flexslider .flex-direction-nav li .flex-next {
    left: 30px;
}
.widget_comment.flexslider .flex-direction-nav li .flex-prev {
    left: 0;
}
.widget_comment.flexslider .flex-direction-nav li > a svg{
    width: 10px;
    height: 10px;
}
.widget_comment.flexslider .flex-direction-nav li > a polyline {
    stroke: #333;
}
.footer .widget_comment .comment-text, .footer .widget_comment .cm-header div, .footer .widget_comment .cm-header .author-name,
.footer .widget_comment .cm-header span, .footer .widget_comment .post-title{
    color: #d8d8d8;
}
.footer .widget_comment.flexslider .flex-direction-nav li > a {
    border-color: #666;
}
.footer .widget_comment.flexslider .flex-direction-nav li > a polyline {
    stroke: #d8d8d8;
}
/** Style-1 **/
.widget-posts-list .style-1 .thumb {
    width: 110px;
    float: left;
    margin-right: 15px;
}
.widget-posts-list .style-1.type-in .thumb {
    width: 100%;
    margin-right: 0;
    float: none;
}
.widget-posts-list .style-1:nth-child(n+2){
    margin-top: 30px;
    clear: both;
}
.widget-posts-list .style-1.type-in .post-title {
    margin-bottom: 8px;
}
/*style-2*/
.widget-posts-list ul li.style-2 {
    width: 47%;
    float: left;
}
.widget-posts-list ul li.style-2:nth-child(2n+1) {
    margin-right: 6%;
    clear: both;
}
.widget-posts-list ul li.style-2:nth-child(n+3){
    margin-top: 20px;
}
.widget-posts-list ul li.style-2 .post-info {
    padding: 0;
    margin-top: 10px;
}
.widget-posts-list ul li.style-2 .post-info .post-title {
    font-size: 14px;
}
/*Style-3*/
.widget-posts-list ul li.style-3:nth-child(n+2) {
    margin-top: 30px;
}
.widget-posts-list ul li.style-3 .post-info {
    padding: 0;
}
.widget-posts-list .style-3 .thumb {
    float: left;
    margin-right: 15px;
    max-width: 120px;
}
.widget-posts-list .style-3 .post-meta > div, .widget-posts-list .style-3 .post-meta > div:after {
    color: #888;
}
/** Social Counter **/
.widget-social-counter ul li {
    width: 33%;
    float: left;
    text-align: center;
}
.widget-social-counter ul li:nth-child(3n) {
    margin-right: 0;
}
.widget-social-counter ul li:nth-child(3n + 1) {
    clear: both;
}
.widget-social-counter ul li:nth-child(n+4) {
    margin-top: 25px;
}
.widget-social-counter ul li:first-child {
    margin-top: 0;
}
.widget-social-counter ul li i {
    font-size: 55px;
    line-height: 1;
    color: #888;
}
.widget-social-counter ul li .counter, .widget-social-counter ul li .subscribe {
    font-size: 18px;
    color: #888;
    font-weight: 700;
    margin-top: 6px;
}
.widget-social-counter ul li .data .text {
    font-size: 12px;
    color:#888;
}

.widget-social-counter ul li .post-title {
    font-size: 20px;
}
.footer .widget-social-counter ul li i {
    color: #ccc;
}
.footer .widget-social-counter ul li .counter, .footer .widget-social-counter ul li .subscribe,
.footer .widget-social-counter ul li .data .text {
    color: #d8d8d8;
}
/*** Widget Top Reviews ***/
.widget-latest-review h3, .widget-latest-review h4, .widget-latest-review .gowp-final-score, .widget-top-review h3, .widget-top-review h4, .widget-top-review .gowp-final-score{
    color: #212121;
}
.widget-top-review .gowp-review-title.post-title, .widget-latest-review .gowp-review-title.post-title {
    margin: 0 0 4px 0;
    width: 100%;
    margin-right: -40px;
    padding-right:  40px;
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
    float: left;
    line-height: 1.5;
}
.widget-top-review .gowp-review-title.post-title a, .widget-latest-review .gowp-review-title.post-title a  {
    text-overflow: ellipsis;
}
.widget-top-review .gowp-review-box, .widget-latest-review .gowp-review-box {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;

}
.gowp-overlay {
    margin-top: 2px;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    height: 10px;
    background-color: #666666;
}
.widget-top-review .gowp-review-box .gowp-final-score, .widget-latest-review .gowp-review-box .gowp-final-score  {
    font-size: 14px;
    line-height: 33px;
    font-weight: 700;
    position: absolute;
    right: 0;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 1;
}
.gowp-score-percent {
    display: block;
    height: 10px;
    background-color: #EFA48D;
}
.footer .widget-top-review .gowp-review-title.post-title, .footer .widget-latest-review .gowp-review-title.post-title,
.footer .widget-top-review .gowp-review-box .gowp-final-score, .footer .widget-latest-review .gowp-review-box .gowp-final-score {
    color: #d8d8d8;
}

/*** Widget Slider ***/
.widget-slider ul li .post-cat {
    margin-bottom: 16px;
}

/*==== Widget Flickr ====*/
.widget_flickr {
    list-style-type: none;
}
.widget_flickr li {
    width: 33.33%;
    list-style-type: none;
    display: block;
    float: left;
    border: none;
}
.widget_flickr li a {
    display: block;
}
.widget_flickr li a img {
  border: 5px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -transition: all 0.2s linear;
    display: block;
 }
.footer .widget_flickr li a img {
  border: 5px solid #2a2a2a;
}
.widget_flickr li a:hover img {
    border-width: 5px;
    border-style: solid;
    border-color: #EFA48D;
}
/*** Twitter **/
.widget-twitter ul li:nth-child(n+2) {
    margin-top: 20px;
}
.tweet-bird {
    float: left;
    margin-right: 15px;
    color: #EFA48D;
    font-size: 30px;
}
.gowp-twitter-message {
    padding-left: 50px;
}
.gowp-twitter-message p {
    margin-bottom: 4px;
    color: #666;
}
.gowp-twitter-message .twitter-timestamp {
    color: #888;
}
.gowp-twitter-message p a {
    color: #212121;
    text-decoration: underline !important;
    margin: 0 5px;
    font-weight: 700;
}
/*** widget_googlebadge ***/
.widget_googlebadge {
    text-align: center;
}
/*** Footer ***/
.footer {
    background-color: #19232D;
    margin-top: 50px;
}
.footer .footer-content {
    padding-bottom: 50px;
}
.footer .footer-lower {
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #111;
    color: #b0b0b0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
.footer-sidebar {
    width: 360px;
    margin-right: 30px;
    margin-top: 50px;
    float:  left;
}
.footer-sidebar .widget:first-child {
    margin-top: 0;
}
.footer .footer-sidebar:last-child {
    margin-right: 0;
}
/** widget-posts-list **/
.footer .widget-posts-list ul li .post-title {
    color: #d8d8d8;
}
.footer .gowp-twitter-message p, .footer .gowp-twitter-message .twitter-timestamp, .footer .gowp-twitter-message p a {
    color: #d8d8d8;
}

/**
 * -------------------------------------------
 * WP Default widgets
 * -------------------------------------------
 **/
.widget select {
    width: 100%;
    height: 45px;
    margin-top: 20px;
    padding: 0 15px;
    border-color: #aaa;
    color: #444;
}
.widget-facebook, .widget_flickr, .widget_rss, .widget_calendar, .widget_recent_comments, .widget_links, .widget_search, .widget_tag_cloud, .widget_categories, .widget_recent, .widget_archive, .widget_meta, .widget_pages, .widget_recent_entries, .widget_nav_menu, .widget_text {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  background: transparent;
}
/** Search **/
.widget .searchform-wrap {
    position: relative;
}
.widget .searchform-wrap > input {
    background: #fcfcfc;
    padding: 12px 40px 12px 10px;
    outline: 0;
    font-size: 13px;
    color: #a6a6a6;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget .searchform-wrap .search-icon {
    height: 50px;
    line-height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background-color: #EFA48D;
}
.widget .searchform-wrap .search-icon i {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}
.footer .widget .searchform-wrap > input {
    border: none;
}
/** Header Search **/
#header-search {
    float:right;
}
#header-search .searchform-wrap {
    height: 90px;
    position: relative;
    text-align: right;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#header-search .searchform-wrap .search-icon{
    display:none;
    height: 90px;
    line-height: 90px;
    color: #fff;
    float: right;
    font-size: 18px;
    width: 28px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#header-search .searchform-wrap > input {
    height: 0;
    padding: 0;
    border: none;
    font-size: 0;
    position: absolute;
    bottom: -70px;
    right: 0;
    width: 250px;
    background-color: transparent;
    border: 1px solid transparent;
}
/* Archives & Categories widget
==================================== */
.widget_archive ul li, .widget_categories ul li, .widget_tag_cloud a {
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    float: left;
    color: #333;
    border-radius: 3px;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget_archive ul li a, .widget_categories ul li a {
    display: inline-block;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .widget_archive ul li, .footer .widget_categories ul li, .footer .widget_archive ul li a, .footer .widget_categories ul li a, .footer .widget_tag_cloud a {
    color: #d8d8d8;
}
.footer .widget_archive ul li, .footer .widget_categories ul li, .footer .widget_tag_cloud a {
    border-color: rgba(255,255,255,0.2);
}
.widget_archive ul li a:before {
    content: '\f115';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.widget_categories ul li a:before {
    content: '\f114';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.widget_archive ul li:hover, .widget_categories ul li:hover, .widget_archive ul li:hover a, .widget_categories ul li:hover a {
    color: #fff;
}
.widget_archive ul li:hover, .widget_categories ul li:hover{
    background-color: #EFA48D;
    border-color: #EFA48D;
}
.widget_categories ul.children {
    display: none;
}
.footer .widget_archive .screen-reader-text, .footer .widget_categories .screen-reader-text {
    color: #d8d8d8;
}
/* Custom menu widget
==================================== */
.widget_nav_menu div:nth-child(2) {
    border-radius: 4px;
    margin-top: -10px;
}
.widget_nav_menu li a {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #212121 !important;
}
.widget_nav_menu li a:hover {
    padding-left: 15px;
}
.widget_nav_menu > div > ul > li {
    font-weight: 400 !important;
}
.widget_nav_menu > div > ul > li > a {
    border-top: 1px solid #eee;
}
.widget_nav_menu > div > ul > li:first-child > a {
    border-top: none;
}
.widget_nav_menu > div > ul > li.menu-item-has-children > a {
    border-bottom: 1px solid #eee;
}
.widget_nav_menu ul ul {
    margin-left: 25px;
    list-style: square;
}
.footer .widget_nav_menu ul ul {
    color: #d8d8d8;
}
.footer .widget_nav_menu li a {
    color: #d8d8d8 !important;
}
.footer .widget_nav_menu > div > ul > li:first-child > a {
    border-top: none;
}
.footer .widget_nav_menu div:nth-child(2) {
    background-color: transparent;
}
.footer .widget_nav_menu > div > ul > li > a {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.footer .widget_nav_menu > div > ul > li.menu-item-has-children > a {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
/* Pages & Meta widget
==================================== */
.widget_pages ul.children {
  margin-left:0;
  margin-top:10px;
}
.widget_pages ul.children li {
  padding-bottom:0;
  border-bottom:none;
}
.widget_pages ul li, .widget_meta ul li {
    margin-bottom: 4px;
    font-size: 14px;
}
.footer .widget_pages ul li, .footer .widget_meta ul li {
    color: #d8d8d8;
}
/* RSS widget
==================================== */
ul li a.rsswidget {
  font-size:14px;
  font-weight:bold;
  margin-bottom:10px;
  display:block;
}
.widget-title a.rsswidget img {
  vertical-align:middle;
}
.widget-title a.rsswidget {
    color: #fff;
    font-size: 13px;
}
.footer a.rsswidget, .footer .rssSummary {
    color: #d8d8d8;
}
span.rss-date {
  display:block;
  margin-bottom:10px;
  font-size:10px;
  font-weight:bold;
}
.rssSummary {
  margin-bottom:10px;
}
.widget.widget_rss .widget-title {
  border:none;
}
.widget_rss ul li {
  border-top-width:1px;
  border-top-style:solid;
  border-color:rgba(255,255,255,0.2);
  width: auto;
  padding:15px 0;
}
.widget_rss ul li:first-child {
    border-top: none;
}
.footer .widget_rss ul li {
  border-color:#555;
}
.widget_rss cite, span.rss-date {
  font-size:10px;
  color:#999;
}
/* Text widget
==================================== */

.widget_text .textwidget {
  padding: 0!important;
}

.widget_text .textwidget img {
  height: auto;
  max-width: 100%;
}

.footer .widget_text .textwidget {
    color: #d8d8d8;
}

/* Calendar widget
==================================== */
#wp-calendar caption {
  background: #222;
  color: #fff;
}
#wp-calendar {
  color:#555;
  border-collapse:collapse;
  width: 100%;
  text-align: center;
}
.footer #wp-calendar {
  color:#ccc;
}
#wp-calendar #today {
  color: #000;
}
#wp-calendar #today a {
  color: #fff;
}
.footer #wp-calendar #today {
  color:#fff;
}
#wp-calendar caption {
  width: 100%;
  text-align: center;
  padding:7px 2px;
  margin-bottom:7px;
  font-size:14px;
  background: #222;
}
.footer #wp-calendar caption {
  background:#444;
  color:#ccc;
}
#wp-calendar thead th {
  font-weight:bold;
}
#wp-calendar tbody td {
  padding: 5px 0;
  background:#f3f3f3;
  border: 1px solid #fff;
}
.footer #wp-calendar tbody td {
  background:#333;
  border: 1px solid #222;
}
#wp-calendar a {
  padding: 2px 0;
  font-weight: bold;
}
#wp-calendar tfoot td {
  padding: 3px 0;
}
#wp-calendar #next {
  text-align: right;
  padding-right: 10px;
}
.footer #wp-calendar #prev a {
  color:#ccc;
}
#calendar_wrap {
  display: block;
  width: 100%;
  padding: 0 1px 1px 0;
}
#calendar_wrap table {
    border-top: 0;
    border-bottom: 0;
}
/* Recent comments widget
==================================== */
.widget_recent_comments .recentcomments {
    font-size: 13px;
    color: #212121;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.widget_recent_comments .recentcomments:first-child {
    padding-top: 0;
}
.widget_recent_comments .recentcomments:last-child {
    padding-bottom: 0;
    border: none;
}
.widget_recent_comments .recentcomments a:last-child {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.footer .recentcomments {
    color: #ddd;
}
.footer .recentcomments a:last-child {
    color: #d8d8d8;
}
.footer .widget_recent_comments .recentcomments {
    border-color: rgba(255,255,255,0.2);
}
/* FB widget
==================================== */
.widget-facebook .fb-container div {
    text-align: center;
}
/* Recent posts widget
==================================== */
.widget_recent_entries ul {
    margin: -10px 0;
}
.widget_recent_entries li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.widget_recent_entries li a {
    display: block;
    text-transform: uppercase;
}
.widget_recent_entries li a:before {
    content: '\f0f6';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.footer .widget_recent_entries li a {
    color: #d8d8d8;
}
/*  Tag cloud widget
==================================== */
/*========= Clear fix =========*/
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
    content: " ";
    display: table;
}
.widget_tag_cloud .tagcloud:after {
    clear: both;
}
/* IE6/7 support */
.widget_tag_cloud .tagcloud {
    *zoom: 1;
}
.widget_tag_cloud a {
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    float: left;
    color: #333;
    border-radius: 3px;
    font-size: 13px !important;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget_tag_cloud a:before {
    content: '\f02b';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.widget_tag_cloud a:hover {
    color: #fff;
    background-color: #EFA48D;
    border-color: #EFA48D;
}
/*************************
 *
 *  6.  SINGLE
 *
 *************************/
.single-page .feature-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.fw-feat-img-parallax, .header-slider-img-bg {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    height: 600px;
    width: 120%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fw-feat-img-parallax, .header-slider-mv-bg {
    position: absolute;
    text-align: center;
    background-color: #1f1f1f;
    top: 50;
    left: 0;
    height: 600px;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header-slider-mv-cont{
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  max-width: 1140px;
  height: 90%;
}
.single-top-wrap.parallax-enabled {
    position: relative;
    height: 800px;
}
.single-top-title.clara-fw-page {
    margin-top: -260px;
    width: 100%;
}
.single-top-title.clara-fw-page .single-top-inner{
    padding: 45px 30px;
    background-color: rgba(0, 0, 0, 0.8);
}
.single-top-title.clara-fw-page .post-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
}
.clara-single-meta {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #efefef;
    margin-top: 45px;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}
.clara-single-meta .gowp-author-avatar {
    float: left;
    margin-right: 20px;
}
.clara-single-meta .author-name {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.single-page.standard-layout, .gowp-wp-page {
    margin-top: 30px;
}
.single-page .main .article-content, .gowp-author-box, .related-box{
    padding: 30px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}
.single-page .article-content .post-cat {
    /*margin-bottom: 22px;*/
}
.single-page.standard-layout .article-content .post-cat {
    /*margin-bottom: 18px;*/
}
.single-page .article-content .post-title {
    margin-bottom: 18px;
    margin-top: 0;
    line-height: 1.3;
    font-size: 28px;
    text-align: center;
}
.single-page .article-content p, .single-page .article-content li, .single-page .article-content h1, .single-page .article-content h2, .single-page .article-content h3, .single-page .article-content h4, .single-page .article-content h5 {
    line-height: 1.7;
}
.single-page .article-content h1, .single-page .article-content h2, .single-page .article-content h3, .single-page .article-content h4, .single-page .article-content h5, .single-page .article-content h6, .single-page .article-content hgroup,
.single-page .article-content ul, .single-page .article-content ol, .single-page .article-content dl, .single-page .article-content blockquote, .single-page .article-content p, .single-page .article-content address,
.single-page .article-content table, .single-page .article-content fieldset, .single-page .article-content figure, .single-page .article-content pre {
  margin-bottom: 22px;
}
.single-page .article-content-wrap > .feature-thumb {
    margin-bottom: 40px;
}
.single-page .main.post-without-sidebar {
    width: 100%;
}
.singletop .post-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 18px;
    text-align: left;
    text-justify: none;
}
.singletop .post-meta {
    margin-top: 8px;
}
.singletop .post-meta > div, .singletop .post-meta > div:after {
    color: #888;
}
.singletop .post-meta > div.post-author a {
    text-transform: uppercase;
    font-weight: bold;
}
.single-page .main .singletop {
    margin-bottom: 30px;
}
.single-page .main .article-content {
    text-align: justify;
    text-justify: inter-word;
}
.single-page .main .feature-thumb {
    margin-bottom: 36px;
}
.single-page .main .feature-thumb img {
    width: 100%;
    height: auto;
}
.single-page .sidebar .widget:first-child {
    margin-top: 0;
}
/*** Single TAG ***/
.s-tags {
    margin-top: 40px;
    text-align: right;
}
.s-tags span {
    font-size: 12px;
    background-color: #212121;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
    margin-top: 45px;
    padding: 4px 12px;
}
.s-tags a {
    display: inline-block;
    margin:  4px;
    padding: 4px 12px;
    background-color: #aaa;
    color: #fff;
    border: 1px solid #f5f5f5;
    text-transform: uppercase;
    font-size: 11px;
}
.s-tags a:hover {
    color: #fff;
    background-color: #EFA48D;
}
/*======== Post page links ========*/
.post-page-links {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.post-page-links + div, .post-page-links + nav {
    clear: both;
}
.post-page-links span {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px 12px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 1;
}
.post-page-links a span {
    color: #666;
    border-color: #888;
}
.post-page-links > span, .post-page-links a span:hover {
    background-color: #EFA48D;
    color: #fff;
    border-color: #EFA48D;
}
/*** Nav Posts ***/
.s-post-nav {
    margin-top: 44px;
    padding-left: 30px;
    padding-right: 30px;
}
.s-post-nav .nav-btn.nav-prev {
    width: 50%;
    text-align: left;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}
.s-post-nav .nav-btn.nav-next {
    width: 50%;
    text-align: right;
    float: right;
    padding-left: 20px;
}
.s-post-nav .nav-btn span {
    line-height: 30px;
    color: #888;
    font-size: 14px;
}
.s-post-nav .nav-btn.nav-prev span:first-child {
    font-size: 20px;
    margin-right: 20px;
}
.s-post-nav .nav-btn.nav-next span:first-child {
    font-size: 20px;
    margin-left: 20px;
}
.s-post-nav .nav-btn.nav-prev span {
    float: left;
}
.s-post-nav .nav-btn.nav-next span {
    float: right;
}
.s-post-nav .nav-btn span i {
    line-height: 30px;
}
.s-post-nav .nav-btn h3 {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    clear: both;
    margin-top: 36px;
    color: #212121;
    letter-spacing: 1px;
}
.s-post-nav .nav-btn.nav-prev h3 {
    text-align: left;
}
.s-post-nav .nav-btn.nav-next h3 {
    text-align: right;
}
/*** Share Box ***/
.gowp-share-box {
    margin-top: 30px;
    text-align: right;
}
.gowp-share-box .share-box-wrap {
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
}
.share-box-wrap .share-box {
    display: inline-block;
}
.share-box ul li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
.share-box ul li i {
    font-size: 16px;
    color: #fff;
    min-height: 0;
    line-height: 30px;
}
.gowp-share-box > span {
    margin-right: 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #808080;
}

.gowp-share-box .share-box .social-share {
    padding-left: 0;
}
.gowp-share-box .share-box ul li .share-item-icon {
    width: 40px;
    height: 30px;
    margin-right: 8px;
    border-radius: 6px;
}
.share-box ul li .share-item-icon {
    background-color: #808080;
}
/*** Author Box ***/
.gowp-author-box {
    margin-top: 60px;
}
.wp-page .gowp-author-box {
    margin: 0 0 40px 0;
}
.wp-page .fullwidth .gowp-author-box{
    margin-right: 0;
}
.gowp-author-box .gowp-author-avatar {
    float: left;
}
.gowp-author-box .gowp-author-avatar img {
    border-radius: 50%;
}
.gowp-author-box .author-info {
    padding-left: 95px;
    position: relative;
}
.gowp-author-box .author-info h3 {
    margin-top: 0;
    font-size: 20px;
    color: #212121;
    margin-bottom: 15px;
}
.gowp-author-box .author-info .gowp-author-page-contact {
    position: absolute;
    top: 0;
    right: 0;
}
.gowp-author-box .author-info .gowp-author-page-contact a {
    display: inline-block;
    margin: 0 8px;
    color: #888;
}
.gowp-author-box .author-info .gowp-author-page-contact a:hover {
    color: #EFA48D;
}
.gowp-author-bio {
    color: #888;
}
/*** Related Box ***/
.related-box {
    margin-top: 64px;
    padding-top: 0;
}
.related-box .block-title {
    font-size: 20px;
    font-family: "YuMincho";
    color: #333;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-left: 20px;
    border-left: 8px solid #444;
}
.main .related-box ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
    position: relative;
}
.main .related-box ul li:nth-child(2) {
    margin-right: 0;
}
.main .related-box ul li .post-info {
    position: absolute;
    padding: 15px;
    bottom: 0;
    left: 0;
}
.related-box ul li .post-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
}
.related-box ul li .post-meta div {
    color: #fff;
}
/*** Comment Box ***/
.comment-box {
    margin-top: 60px;
}
.comment-box #comments .commentlist {
    margin-bottom: 40px;
    list-style: none;
}
.comment-box .comments-area-title h3, .comment-respond h3, .comments-area .comments-area-title h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #212121;
}
.comment-box input, .comment-box  textarea {
    width: 100%;
}
.comment-box .comment-form-author, .comment-box .comment-form-email, .comment-box .comment-form-url {
    width: 30%;
    margin-right: 5%;
    display: inline-block;
}
.comment-box .comment-form-url {
    margin-right: 0;
}

#comment-submit:hover {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
/*======== Comments ==============*/
.comment-respond {
    margin-bottom: 30px;
    font-size: 14px;
    color: #888;
    letter-spacing: 1px;
}
.comment-respond h3, .comments-area h3 {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    text-transform: uppercase;
}
.comment-respond, .comments-area small {
    font-size: 70%;
}
.comments-area small {
    margin-left: 12px;
}
.comments-area h3:first-child {
    display: inline-block;
}
.comments-area-title h4 {
    display: inline-block;
}
.comments-area-title .add-comment-btn {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 5px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}
.comments-area ul, .comments-area ol {
    list-style: none;
}
.comment-author span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
}
.comment-time a {
    color: #888;
}
.comment-avatar {
    float: left;
    margin-right: 15px;
}
.comment.bypostauthor > .comment-article > .comment-author > .comment-author-name:after {
    content: 'AUTHOR';
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    padding: 1px 5px 2px 5px;
    margin-left: 10px;
    float: right;
}
.comment-author .comment-author-name {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    display: inline-block !important;
}
.comment-links a {
    margin-right: 10px;
}
.comment-text .alert.info {
    margin-left: 75px;
    background: #eee;
    padding: 5px;
}
.comment-text .alert.info p {
    font-size: 14px;
    font-style: italic;
}
.comment-content {
    margin-left: 75px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}
ol.commentlist ul.children {
    border-top: 1px solid #ddd;
    margin-top:  30px;
    list-style: none;
}
.comment:first-child {
    margin-top: 30px;
}
.comment + .comment {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.comment-navigation div {
    margin-bottom: 20px;
    margin-right: 10px;
}
.comment-navigation a {
    padding: 5px 8px;
    font-size: 14px;
}
.comment-navigation .nav-previous {
    float: left;
}
.comment-navigation .nav-next {
    float: right;
}
.comment-navigation {
    margin: 20px 0;
}
.comment-navigation a {
    color: #fff;
}
.comment-respond #reply-title {
    margin-bottom: 10px;
}
.comment-form {
  list-style: none;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    position: relative;
    margin: 0 5% 30px 0;
}
.comment-form-url {
    margin-right: 0;
}
.comment-respond input[type="text"] {
    display: block;
    width: 100%;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: 0;
    padding: 10px;
}
.comment-respond input[type="text"]:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.comment-respond label {
    display: none;
}
.comment-form-comment {
    margin: 20px 0;
}
.comment-form-comment textarea {
    width: 100%;
    resize: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.comment-form-comment textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
#comment-submit {
    text-decoration: none;
    color: #fff;
    background-color: #EFA48D;
    border: 2px solid #EFA48D;
    padding: 6px 20px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    width: inherit;
}
.comments-area ul ul, .comments-area ol ul {
    margin-left: 60px;
}
.form-submit {
    text-transform: uppercase;
    margin-bottom: 10px;
}
/*** Reviews ***/
.gowp-review-box {
    padding: 24px;
    width: 100%;
    margin-bottom: 30px;
    clear: both;
    background: #f8f8f8;
}
.gowp-review-box.below{
    margin-bottom: 0;
}
.gowp-review-box.left{
    width: 50%;
    float: left;
    margin-right: 32px;
    margin-bottom: 16px;
    clear: none;
}
.gowp-review-box.right {
    width: 50%;
    float: right;
    margin-left: 32px;
    margin-bottom: 16px;
    clear: none;
}
.gowp-review-box .gowp-overlay {
    height: 8px;
    width: 100%;
    float: left;
    position: relative;
    background-color: #666;
    margin-top: 4px;
}
.gowp-review-box .gowp-overlay span {
    height: 8px;
    background-color: #efa48d;
    display: block;
}
.gowp-review-box .gowp-criteria-wrap {
    margin-top: 24px;
    color: #444;
    font-size: 13px;
    font-weight: 700;
}
.gowp-review-box .gowp-criteria-wrap:first-child {
    margin-top: 0;
}
.gowp-review-box .gowp-criteria-score {
    float: right;
}
.gowp-review-box .summary-wrap {
    margin-top: 40px;
    font-style: italic;
}
.gowp-score-box {
    position: relative;
    text-align: center;
    float: left;
}
.gowp-review-box.left .gowp-score-box, .gowp-review-box.right .gowp-score-box {
    margin: auto;
    float: none;
}
.gowp-score-box .score {
    font-size: 56px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 0 2px 8px 2px;
    color: #efa48d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.gowp-review-box .gowp-summary {
    float: right;
    color: #888;
    width: 350px;
    padding-left: 20px;
}
.post-without-sidebar .gowp-review-box .gowp-summary {
    width: 700px;
}
.gowp-review-box.left .gowp-summary, .gowp-review-box.right .gowp-summary {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 32px;
}
.single-top-wrap .gowp-embed-video, .single-top-wrap .gowp-embed-audio {
    width: 550px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    border: 0px solid #dedede;
    -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}
.single-page.standard-layout .gowp-embed-video, .single-page.standard-layout .gowp-embed-audio {
    margin-bottom: 30px;
}
.single-top-wrap .gowp-embed-video {
    top: 160px;
}
.single-top-wrap .gowp-embed-audio {
    top: 210px;
}
.single-top-wrap .gowp-embed-audio iframe {
    height: 200px;
}
.fluid-width-video-wrapper {
    position: relative;
    padding: 0;
    padding-top: 56.2857% !important;
}
.gowp-embed-audio iframe {
    width:100%;
}
.main .gowp-embed-audio iframe {
    height: auto;
}
.single-top-wrap {
    background: #000;
}
.fw-feat-img-parallax {
    opacity: 0.4;
}
.fw-feat-img-parallax.gowp-standard-post {
    opacity: 1;
}
/*************************
 *
 *  7.  OTHER PAGES
 *
 *************************/
.gowp-wp-page .gowp-author-box{
    margin-top: 0;
    margin-bottom: 10px;
}
.gowp-archive-content .gowp-header {
    border-top: none;
}
.gowp-archive-content .gowp-title-wrapper {
    padding-top: 0;
    margin-top: 45px;
}
.gowp-author-page {
    padding-top: 30px;
}
/*========= Pagination ========*/
.gowp-page-pagination {
    width: 100%;
    display: inline-block;
}
#pagination {
    text-align: center;
    margin-top: 40px;
}
.archive-masonry #pagination {
    margin-left: 15px;
}
#pagination span, #pagination a {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-radius: 3px;
    color: #888;
    border: 1px solid #888;
    display: inline-block;
    font-size: 12px;
}
#pagination .current {
    color: #fff;
    border: 1px solid #EFA48D;
    background-color: #EFA48D;
}
.gowp-author-content .gowp-author-box {
    margin-bottom: 56px;
}
.gowp-author-content.fullwidth-section .gowp-author-box {
    margin-top: 56px;
}
/** 404 **/
.page-404-wrap {
    margin-top: 120px;
}
.error-number, #gowp-404-wrap {
    width: 100%;
    text-align: center;
}
.error-number{
    color: #EFA48D;
    font-size: 180px;
    line-height: 1;
    display: block;
    text-align: center;
    font-weight: 700;
}
.error-message {
    font-size: 40px;
    line-height: 1;
    display: block;
    text-align: center;
    font-weight: 700;
}
#gowp-404-wrap .entry-content {
    color: #444;
    margin-top: 30px;
    width: 650px;
    margin: auto;
    margin-top: 40px;
    background: #fff;
    padding: 50px;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}
#gowp-404-wrap .entry-content .error-des {
    font-size: 20px;
}
.page-404-wrap .search {
    clear: both;
    margin-top: 30px;
}
.page-404-wrap .redirect-home {
    color: #EFA48D;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}
.article-content p a {
    color: #EFA48D;
}

/*************************
 *
 *  8. FOOTER
 *
 *************************/
.footer-2 {
    margin-top: 0 !important;
    border-top: none !important;
}
.footer_photostream_wrapper {
    margin-top: 80px;
    position: relative;
}
.footer_photostream_wrapper h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    line-height: 12px;
    top: 0;
    left: 0;
    margin-top: -6px;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.footer_photostream_wrapper h3 span {
    padding: 10px 15px;
    color: #fff;
    background-color: #19232D;
}
.footer_photostream li {
    width: 12.5%;
    margin: 0;
    display: inline;
    float: left;
    line-height: 0;
}
.footer_photostream li a {
    display: block;
}
.footer_photostream li img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.footer_photostream li:hover img{
    opacity: 0.7;
}
.footer_photostream {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
 /*======== Back top button =======*/
#back-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: -50px;
    background-color: #fff;
    opacity: 0.5;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}
#back-top:hover {
    opacity: 1 !important
}
#back-top i {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000;
}
/** General Style ***/
.thumb {
    font-size: 0;
    position: relative;
}
.thumb img {
    width: 100%;
    height: auto;
}
.table {
    display: table;
    margin: 0;
    width: auto;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.entry-excerpt {
    color: #888;
    font-size: 12px;
    font-family: "YuGothic";
}

.two-col {
    width: 647px;
    float: left;
    margin-right: 30px;
}
.one-col {
    width: 370px;
    float: left;
    margin-right: 30px;
}
.content-type-2 .post-meta > div, .content-type-2 .post-meta > div:after {
    color: #888;
}
.sub-post .post-meta > div {
    font-size: 11px;
    color: #888;
}

.sub-post .post-cat {
    margin-bottom: 8px;
}
.gowp-header {
    margin-bottom: 32px;
}
.footer .widget {
    margin-top: 46px;
}
.sidebar .gowp-header, .footer .gowp-header {
    margin-bottom: 32px;
    text-align: left;
}
.sidebar .gowp-header .main-title h3, .footer .gowp-header .main-title h3 {
    font-size: 20px;
    letter-spacing: 2px;
}
.footer .gowp-header .main-title h3 {
    background-color: #19232D;
    color: #d8d8d8;
}
/*** Content Section **/
/*** Module post 3, 4 ***/

.module-post-three .small-posts .one-col, .module-post-four .small-posts .one-col {
    margin-top: 30px;
}
.module-post-three .small-posts .one-col:nth-child(2n), .module-post-four .small-posts .one-col:nth-child(2n) {
    margin-right: 0;
}

/*** Rating Style ***/
.rating-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 22px;
    color: #fff;
    background-color: #EFA48D;
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 1px;
}
.small-posts .rating-wrap {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

/*** FontAwesome ***/
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    color: #000;
}

.page-conts {
    padding: 0 250px;
    font-family: "YuGothic";
    line-height: 1.8;
    font-size: 15px;
}
#tagline {
    float: right;
    margin-left: 300px;
}


/**** インライン要素 ***/
.tweet-bird, .gowp-author-box .author-info .gowp-author-page-contact a:hover, .gowp-score-box .score, .error-number, .page-404-wrap .redirect-home, .article-content p a{
    color: #fafafa;
}

body::-webkit-scrollbar-thumb {
    background-color: #fafafa;
}

.article-content blockquote, .textwidget blockquote, .read-more:hover, .loadmore-button .ajax-load-btn, .module-slider .flexslider .flex-direction-nav li a:hover, .widget_flickr li a:hover img, .widget_archive ul li:hover, .widget_categories ul li:hover, .widget_tag_cloud a:hover, .post-page-links > span, .post-page-links a span:hover, #comment-submit, #pagination .current, .loadmore-button .ajax-load-btn {
    border-color: #fafafa;
}



/************************/

/*  css/flexslider.css  */

/************************/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('http://sanyo-factories.jp/font/flexslider-icon.eot');
  src:url('http://sanyo-factories.jp/font/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('http://sanyo-factories.jp/font/flexslider-icon.woff') format('woff'),
    url('http://sanyo-factories.jp/font/flexslider-icon.ttf') format('truetype'),
    url('http://sanyo-factories.jp/font/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 0px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; /*width: 40px; height: 40px; */margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: none; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -999999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/************************/

/*  css/flexslider.css  */

/************************/

/*!
 * Justified Gallery - v3.1.0
 * http://miromannino.com/projects/justified-gallery/
 * Copyright (c) 2014 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery a {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery a .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
}
.justified-gallery .spinner span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/************************/

/*  css/magnific-popup.css  */

/************************/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: url(../images/zoom_out.png), auto;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/************************/

/*  css/responsive.css */

/************************/

@media screen and (max-width: 1139px) {
    .gowp-site-container, .clara-content-container {
        width: 960px;
    }
    .gowp-site-container.wide .main-body {
        width: 960px;
    }
    .footer-content {
        width: 960px;
    }
    .footer-sidebar {
        width: 300px;
    }
    body {
        font-size: 13px;
    }
    .one-col {
        width: 310px;
    }
    .two-col, .content-section, .single-page .main {
        width: 100%;
    }
    .sidebar {
        width: 300px;
        margin-left: 30px;
    }
/*** Menu ***/
    #main-menu{
        display: none;
    }
    .main-nav {
        position: static !important;
    }
    .main-nav .mobile {
        display: block;
    }
    .clara-header-wrap .main-nav .logo img, .clara-header-wrap .main-nav .logo a {
        margin-left: 15px;
    }
/*** Modules ***/
.post-cat a {
    font-size: 9px;
    line-height: 1;
    display: inline;
    margin-bottom: 0;
}
.gowp-review-score {
    font-size: 9px;
}
/** Header Slider **/
.header-slider-wrap .slides li, .header-slider-img-bg, .header-slider-wrap .type-in .post-info-wrap {
    height: 600px;
}
.clara-second-logo img {
    max-height:  450px;
}
.header-slider .type-in .post-title {
    font-size: 28px;
}
.header-slider .flex-direction-nav a, .header-slider .flex-direction-nav a svg {
    width: 30px;
    height: 50px;
    opacity: 1;
}
.header-slider-mv-bg {
    height: 100%;
}
/*module-main-grid*/
    .module-main-grid .gowp-post-1 {
        width: 599px;
    }
    .module-main-grid .clara-second-column .grid-small-post {
        width: 285px;
    }
    .module-main-grid .clara-first-column {
        margin-right: 16px;
    }
    .module-main-grid .clara-second-column .grid-small-post:first-child {
        margin-bottom: 16px;
    }
    .module-main-grid .gowp-post-1 .post-title {
        font-size: 28px;
    }
    .module-main-grid .gowp-post-2 .post-title, .module-main-grid .gowp-post-3 .post-title {
        font-size: 14px;
    }
/** Main Slider ***/
    .module-slider .flexslider .slides .thumb {
        width: 445px;
        margin-right: 40px;
    }
    .module-slider .post-details {
        width: 415px;
        height: 360px;
    }
/** grid-1-type */
    .grid-1-type .post-details {
        padding-top: 18px;
    }
    .grid-1-type .post-title{
        font-size: 18px;
        padding-bottom: 12px;
    }
    .grid-1-type .post-title {
        height: 68px;
        margin-top: 12px;
        padding-bottom: 14px;
    }
    .grid-1-type .post-meta {
        margin-top: 14px;
    }
/** .module-post-three-fw module-large-blog-fw**/
    .module-post-three-fw .clara-one-half, .module-large-blog-fw .large-blog-style {
        width: 435px;
    }
/** Module Post Three **/
    .module-post-three .clara-one-half {
        width: 280px;
    }
/** Classic Blog, Symmetry **/
    .module-symmetry .classic-blog-style {
        width: 435px;
    }
    .fullwidth-section .classic-blog-style .post-details {
        height: 215px;
    }
    .module-symmetry .classic-blog-style .thumb {
        width: 310px;
    }
/** one-col in content section **/
    .content-section .one-col {
        width: 300px;
    }
/** Single Page **/
    .post-without-sidebar .gowp-review-box .gowp-summary {
        width: 540px;
    }
    .single-page.standard-layout .main .article-content, .single-page.standard-layout .gowp-author-box, .related-box {
        padding: 15px;
    }
    .single-page.standard-layout .sidebar .widget {
        padding: 15px;
    }
    .single-page.standard-layout .gowp-review-box .gowp-summary {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0;
    }
    .single-page.standard-layout .gowp-score-box {
        width: 100%;
        text-align: center;
    }
    .single-page.standard-layout .gowp-score-box .rating-canvas {
        width: 200px;
        height: 100px;
    }
}
@media screen and (max-width: 1023px) {
    .gowp-site-container, .clara-content-container {
        width: 750px;
    }
    .gowp-site-container.wide .main-body {
        width: 750px;
    }
    .footer-content {
        width: 750px;
    }
    body {
        font-size: 14px;
    }
    .one-col {
        width: 360px;
    }
    .two-col, .content-section, .single-page .main{
        width: 750px;
    }
    .footer-sidebar {
        width: 750px;
    }
    .sidebar {
        width: 750px;
        margin-left: 0;
    }
    .sidebar-wrap {
        width: 100% !important;
        margin-top: 48px;
    }
    .single .sidebar-wrap {
        margin-top: 18px;
    }
    .rating-wrap, .module-main-grid .gowp-post-2 .rating-wrap, .module-main-grid .gowp-post-3 .rating-wrap, .module-main-grid .gowp-post-4 .rating-wrap {
        width:75px;
        height: 55px;
        font-size: 22px;
        line-height: 55px;
    }
    /*==== header ====*/
    .header .logo, .header .header-banner {
        display: block;
        text-align: center;
        max-width: 100%;
    }
    .header .logo img {
        display: inline-block;
    }
    .header .header-inner {
        display: block;
    }

    /*=== main nav ====*/
    .top-nav {
        display: block;
    }
    .top-nav ul, .header-social ul {
        display: inline-block;
    }
    #main-menu{
        display: none;
    }
    .main-nav {
        position: static !important;
    }
    .main-nav .mobile {
        display: block;
    }
    /** Header Slider **/
    .header-slider-wrap .slides li, .header-slider-img-bg, .header-slider-wrap .type-in .post-info-wrap {
        height: 500px;
    }
    .clara-second-logo {
        display: none;
    }
    .header-slider .type-in .post-info {
        max-width: 100%;
    }
    .header-slider .type-in .post-title {
        font-size: 28px;
    }
    .header-slider .flex-direction-nav a, .header-slider .flex-direction-nav a svg {
        width: 30px;
        height: 50px;
        opacity: 1;
    }
    .header-slider .type-in .post-title, .header-slider .type-in .post-meta {
        margin-top: 25px;
    }
    .header-slider-mv-bg {
        height: 100%;
    }
    /*module-main-grid*/
    .module-main-grid .gowp-post-1 {
        width: 100%;
    }
    .module-main-grid .clara-second-column .grid-small-post {
        width: 340px;
        margin-top: 10px;
    }
    .module-main-grid .clara-first-column {
        margin-right: 0;
    }
    .module-main-grid .clara-second-column .grid-small-post:first-child {
        margin-right: 10px;
        margin-bottom: 0;
    }
    .module-main-grid .gowp-post-1 .post-title {
        font-size: 28px;
    }
    .module-main-grid .gowp-post-2 .post-title, .module-main-grid .gowp-post-3 .post-title {
        font-size: 14px;
    }
/** Main Slider ***/
    .module-slider .flexslider .slides .thumb {
        width: 330px;
        margin-right: 30px;
    }
    .module-slider .post-details {
        width: 330px;
        height: 267px;
    }
    .module-slider .post-details .entry-excerpt {
        display: none;
    }
    .module-slider .classic-blog-style .post-title {
        padding-bottom: 0;
    }
    .module-slider .classic-blog-style .post-meta {
        margin-top: 14px;
    }

/** Grid Type **/
    .fullwidth-section .module-grid-content-wrap .one-col:nth-child(3n+1) {
        clear: none;
    }
    .fullwidth-section .module-grid-content-wrap .one-col:nth-child(3n) {
        margin-right: 30px;
    }
    .fullwidth-section .module-grid-content-wrap .one-col:nth-child(2n+2) {
        margin-right: 0;
    }
    .fullwidth-section .module-grid-content-wrap .one-col:nth-child(2n+1) {
        clear: both;
    }
    .fullwidth-section .module-grid-content-wrap .one-col:nth-child(n+3) {
        margin-top: 50px;
    }
/** Masonry **/
    .fullwidth-section .module-masonry-wrapper .one-col:nth-child(n+3) {
        margin-top: 50px;
    }
/** Classic Blog, Symmetry **/
    .module-symmetry .classic-blog-style {
        width: 100%;
        margin-right: 0;
    }
    .fullwidth-section .classic-blog-style .post-details {
        height: 239px;
        width: 410px;
    }
    .module-symmetry .classic-blog-style .thumb {
        width: 345px;
    }
    .module-symmetry .classic-blog-style:nth-child(2n) .thumb {
        position: relative;
        float: right;
    }
    .module-symmetry .classic-blog-style{
        margin-top: 40px;
    }
    .module-symmetry .classic-blog-style:first-child {
        margin-top: 0;
    }
/** .module-post-three-fw module-large-blog-fw**/
    .module-post-three-fw .clara-one-half, .module-large-blog-fw .large-blog-style {
        width: 330px;
    }
    .module-post-three-fw .large-post .post-title {
        font-size: 18px;
    }
    .large-blog-style .post-details {
        padding: 15px 15px 0 15px;
    }
    .module-large-blog-fw .large-blog-style .post-details {
        margin-top: -50px;
    }
/** Module Post Three **/
    .module-post-three .clara-one-half {
        width: 340px;
    }
/** Content One Col **/
    .content-section .one-col {
        width: 360px;
    }
/** Widget **/
/** Comment **/
    .widget_comment .post-title {
        font-size: 18px;
    }
    .widget-slider .post-title {
        font-size: 28px;
    }
    .widget-slider .post-info {
        width:100%;
        padding: 40px;
    }
    .widget-posts-list ul li.type-in .thumb {
        width: 100%;
        height: auto;
    }
    .widget-posts-list ul li.type-in .post-title {
        font-size: 28px;
    }
    .widget-posts-list .style-3 .post-title, .widget-posts-list .style-1:nth-child(n+2) .post-title {
        font-size: 16px;
    }
    .widget-posts-list ul li.style-2 .thumb {
        width: 100%;
    }
    .widget-posts-list ul li.style-2 .post-title {
        font-size: 16px;
        text-transform: uppercase;
    }
    .widget-posts-list ul li.style-2:nth-child(n+3) {
        margin-top: 30px;
    }

    .widget-posts-list ul li.style-3:nth-child(2) {
        margin-top: 0;
    }
    .widget-posts-list ul li.style-3 {
        width: 330px;
        margin-right: 30px;
        float: left;
    }
    .widget-posts-list ul li.style-3:nth-child(2n+2) {
        margin-right: 0;
    }
/** Single Page **/
    .single-page.standard-layout .main .article-content, .single-page.standard-layout .gowp-author-box, .related-box {
        padding: 30px;
    }
    .single-page.standard-layout .sidebar .widget {
        padding: 30px;
    }
    .single-top-title.clara-fw-page .post-title, .single-page .article-content .post-title {
        font-size: 32px;
    }
    .single-top-title.clara-fw-page {
        margin-top: -70px;
    }
    .single-page.standard-layout .gowp-score-box {
        width: inherit;
    }
    .gowp-score-box .rating-canvas, .single-page.standard-layout .gowp-score-box .rating-canvas {
        width: 200px;
        height: 100px;
    }
    .gowp-score-box .score {
        font-size: 40px;
    }
    .post-without-sidebar .gowp-review-box .gowp-summary, .single-page.standard-layout .gowp-review-box .gowp-summary {
        width: 420px;
        margin-bottom: 0;
    }
    .page-conts{
        width: 100%;
        padding:0 0;
    }
}
@media screen and (max-width: 749px) {
    .gowp-site-container, .clara-content-container {
        width: 540px;
    }
    .gowp-site-container.wide .main-body {
        width: 540px;
    }
    .clara-module {
        padding: 30px 15px 15px;
    }
    .footer-content {
        width: 540px;
    }
    body {
        font-size: 13px;
    }
    .one-col {
        width: 255px;
    }
    .two-col, .content-section, .single-page .main{
        width: 100%;
    }
    .sidebar {
        width: 100%;
    }
    .footer-sidebar {
        width: 100%;
    }
    .rating-wrap, .module-main-grid .gowp-post-2 .rating-wrap, .module-main-grid .gowp-post-3 .rating-wrap, .module-main-grid .gowp-post-4 .rating-wrap {
        width:75px;
        height: 55px;
        font-size: 22px;
        line-height: 55px;
    }
    #back-top {
        display: none !important;
        opacity: 0 !important;
    }
/** Header Slider **/
    .header-slider-wrap .slides li, .header-slider-img-bg, .header-slider-wrap .type-in .post-info-wrap {
        height: 400px;
    }
    .header-slider .type-in .post-title {
        font-size: 32px;
    }
    .header-slider .flex-direction-nav a, .header-slider .flex-direction-nav a svg {
        width: 20px;
        height: 40px;
    }
    .header-slider .type-in .post-info {
        padding-bottom: 40px;
    }
    .header-slider .type-in .post-title, .header-slider .type-in .post-meta {
        margin-top: 20px;
    }
    .header-slider-mv-bg {
        height: 100%;
    }
 /*module-main-grid*/
    .module-main-grid .clara-second-column .grid-small-post {
        width: 100%;
        margin-top: 10px;
    }
    .module-main-grid .clara-second-column .grid-small-post:first-child {
        margin-right: 0;
    }
    .module-main-grid .gowp-post-1 .post-title, .module-main-grid .clara-second-column .post-title {
        font-size: 22px;
    }

/** Main Slider ***/
    .module-slider .flexslider .slides .thumb {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 20px;
    }
    .module-slider .post-details {
        width: 100%;
        height: auto;
    }
    .module-slider .post-details .entry-excerpt {
        display: none;
    }
    .module-slider .classic-blog-style .post-title {
        padding-bottom: 0;
    }
    .module-slider .classic-blog-style .post-meta {
        margin-top: 14px;
    }
/** Classic Blog, Symmetry **/
    .fullwidth-section .classic-blog-style .post-details, .content-section .classic-blog-style .post-details {
        height: 202px;
        width: 300px;
    }
    .classic-post-content-wrap, .module-symmetry .classic-post-content-wrap {
        padding: 15px 0 15px 15px;
    }
    .module-symmetry .classic-blog-style .thumb, .classic-blog-style .thumb {
        width: 290px;
    }
    .module-symmetry .classic-blog-style:nth-child(2n) .thumb {
        position: relative;
        float: right;
    }
    .module-symmetry .classic-blog-style:nth-child(n+2){
        margin-top: 40px;
    }
    .content-section .classic-blog-style .post-details .post-title {
        font-size: 18px;
    }
/** .module-post-three-fw module-large-blog-fw**/
    .module-post-three-fw .clara-one-half, .module-large-blog-fw .large-blog-style, .module-post-three .clara-one-half {
        width: 100%;
        margin-right: 0;
    }
    .module-post-three-fw .clara-one-half:first-child, .module-post-three .clara-one-half:first-child {
        margin-bottom: 40px;
    }
    .module-post-three-fw .large-post .post-title, .module-post-three .large-post .post-title {
        font-size: 22px;
    }
    .module-large-blog-fw .large-blog-content-container .large-blog-style:nth-child(2) {
        margin-top: 50px;
    }
    .module-post-three .small-posts .post-title {
        font-size: 16px;
    }
    .large-blog-style .post-details {
        margin-top: -100px;
    }
/** Content One Col **/
    .content-section .one-col {
        width: 100%;
    }
    .fullwidth-section .module-masonry-wrapper .one-col:nth-child(n+2), .content-section .module-masonry-wrapper .one-col:nth-child(n+2) {
        margin-top: 50px;
    }
/** Post 4 **/
    .module-post-four .post4-large-post .post-title {
        font-size: 22px;
    }
/** Footer Instagram **/
    .footer_photostream li {
        width: 25%;
    }
/** Widget **/
    .widget-posts-list ul li.style-3 {
        width: 100%;
        margin-right: 0;
    }
    .widget-posts-list ul li.style-3:nth-child(n+2) {
        margin-top: 30px;
    }
    .widget-social-counter ul li {
        width: 33%;
        margin-right: 0;
    }
/** Single Page **/
    .gowp-single-page.gowp-special-layout .top-bar {
        position: relative;
        background: #000;
    }
    .single-top-title.clara-fw-page .post-title, .single-page .article-content .post-title {
        font-size: 26px;
    }
    .single-top-title.clara-fw-page {
        margin-top: 40px;
    }
    .gowp-score-box .rating-canvas, .single-page.standard-layout .gowp-score-box .rating-canvas {
        width: 150px;
        height: 75px;
    }
    .gowp-score-box .score {
        font-size: 32px;
    }
    .post-without-sidebar .gowp-review-box .gowp-summary, .single-page.standard-layout .gowp-review-box .gowp-summary {
        width: 260px;
    }
/** 404 page **/
    #gowp-404-wrap .entry-content {
        width: 100%;
    }
    .error-number {
        font-size: 140px;
    }
    .error-message {
        font-size: 36px;
    }
}
@media screen and (max-width: 599px) {
    .gowp-site-container, .clara-content-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gowp-site-container.wide .main-body {
        width: 100%;
        padding: 0 15px;
    }
    body {
        font-size: 13px;
    }
    .clara-header-wrap .main-nav .logo {
        display: none;
    }
    .header-social li a {
        font-size: 14px;
    }
    .header-social li {
        width: 20px;
    }
    .one-col {
        width: 100%;
        margin-right: 0;
    }
    .two-col, .content-section, .single-page .main{
        width: 100%;
        margin-right: 0;
    }
    .sidebar {
        width: 100%;
    }
    .gowp-header {
        border-left: 6px solid #444;
        padding: 10px 0 0 10px;
    }
    .gowp-header .main-title {
        font-size: 20px;
    }
    .gowp-header .sub-title p {
        font-size: 10px;
    }
    .main-nav .mobile-logo {
        display: inline-block;
        position: absolute;
        top: 3px;
    }
/** Header Slider **/
    .header-slider-wrap .slides li, .header-slider-img-bg, .header-slider-wrap .type-in .post-info-wrap {
        height: 300px;
    }
    .header-slider .type-in .post-title {
        font-size: 18px;
    }
    .header-slider .flex-direction-nav a, .header-slider .flex-direction-nav a svg {
        width: 15px;
        height: 30px;
    }
    .header-slider .type-in .post-info {
        padding-bottom: 30px;
    }
    .header-slider .type-in .post-title, .header-slider .type-in .post-meta {
        margin-top: 15px;
    }
    .header-slider-mv-bg {
        height: 100%;
    }
 /*module-main-grid*/
    .module-main-grid .clara-second-column .grid-small-post {
        width: 100%;
        margin-top: 10px;
    }
    .module-main-grid .type-in .post-info {
        padding: 15px;
    }
    .module-main-grid .clara-second-column .grid-small-post:first-child {
        margin-right: 0;
    }
    .module-main-grid .gowp-post-1 .post-title, .module-main-grid .clara-second-column .post-title {
        font-size: 18px;
    }
    .module-main-grid .post-meta {
        display: none;
    }
    .module-main-grid .post-cat, .module-main-grid .gowp-review-score {
        display: none;
    }
/** Main Slider ***/
    .module-slider .flexslider .slides .thumb {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 20px;
    }
    .module-slider .post-details {
        width: 100%;
        height: auto;
    }
    .module-slider .classic-blog-style .post-title {
        padding-bottom: 0;
        font-size: 18px;
    }
    .flex-direction-nav {
        margin-top: 35px;
    }
    .module-slider .flexslider .flex-direction-nav li {
        display: inline-block;
    }
    .module-slider .flexslider .flex-direction-nav li > a {
        position: relative;
        width: 25px;
        height: 25px;
        line-height: 26px;
    }
    .module-slider .flexslider .flex-direction-nav li .flex-prev {
        left: 0;
    }
    .module-slider .flexslider .flex-direction-nav li .flex-next {
        left: 10px;
    }
/** Classic Blog, Symmetry **/
    .fullwidth-section .classic-blog-style .post-details, .content-section .classic-blog-style .post-details {
        height: 0;
        width: 100%;
        margin-top: 20px;
        position: relative;
    }
    .classic-post-content-wrap, .module-symmetry .classic-post-content-wrap {
        padding: 0;
        position: relative;
    }
    .module-symmetry .classic-blog-style .thumb, .classic-blog-style .thumb {
        width: 100%;
    }
    .module-symmetry .classic-blog-style:nth-child(2n) .thumb {
        position: relative;
        float: none;
    }
/** .module-post-three-fw module-large-blog-fw**/
    .module-post-three-fw .clara-one-half, .module-large-blog-fw .large-blog-style, .module-post-three .clara-one-half {
        width: 100%;
        margin-right: 0;
    }
    .module-post-three-fw .clara-one-half:first-child, .module-post-three .clara-one-half:first-child {
        margin-bottom: 40px;
    }
    .module-post-three-fw .large-post .post-title, .module-post-three .large-post .post-title {
        font-size: 18px;
    }
    .module-large-blog-fw .large-blog-content-container .large-blog-style:nth-child(2) {
        margin-top: 50px;
    }
    .module-post-three .small-posts .post-title, .module-post-three-fw .small-posts .post-title {
        font-size: 14px;
    }
    .module-large-blog-fw .large-blog-style .post-title, .large-blog-style .post-title {
        font-size: 18px;
    }
    .large-blog-style .entry-excerpt {
        margin: 12px 0;
    }
    .large-blog-style .post-details {
        margin-top: -60px;
    }
/** Content One Col **/
    .content-section .one-col {
        width: 100%;
    }
    .fullwidth-section .module-masonry-wrapper .one-col:nth-child(n+2), .content-section .module-masonry-wrapper .one-col:nth-child(n+2) {
        margin-top: 50px;
    }
/** Post 4 **/
    .module-post-four .post4-large-post .post-title {
        font-size: 18px;
    }
    .sub-post .post-title {
        font-size: 14px;
    }
/* Load More Button */
    .loadmore-button {
        text-align: center;
        clear: both;
    }
    .loadmore-button .ajax-load-btn {
        display: inline-block;
        position: relative;
        padding: 4px 30px;
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 50px;
        margin-bottom: 10px;
        cursor: pointer;
        color: #000;
        font-weight: 300;
        letter-spacing: 3px;
        background-color: #fff;
        border: 3px solid #f4f4f4;
        transition: all 0.3s linear;
    }
    .loadmore-button .ajax-load-btn:hover {
        color: #fff;
        background-color: #000;
    }
    .loadmore-button .loading-animation {
        display: none;
        width: 158px;
        height: 44px;
        margin-top: 40px;
        border: 2px solid transparent;
        cursor: pointer;
        background: url('../images/ajax_load.gif') no-repeat center;
    }
/** Widget **/
    .widget-posts-list ul li.type-in .post-title, .widget-slider .post-title {
        font-size: 18px;
    }
    .widget-posts-list ul li.style-3 {
        width: 100%;
        margin-right: 0;
    }
    .widget-posts-list ul li.style-3:nth-child(n+2) {
        margin-top: 30px;
    }
    .widget-posts-list .style-3 .post-title, .widget-posts-list .style-1:nth-child(n+2) .post-title {
        font-size: 14px;
    }
    .widget-slider .post-info {
        padding: 15px;
    }
    .post-meta div {
        font-size: 10px;
    }

/** Single Page **/
    .single-page .main .article-content, .gowp-author-box, .related-box {
        padding: 15px;
    }
    .single-page.standard-layout .main .article-content, .single-page.standard-layout .gowp-author-box, .related-box {
        padding: 15px;
    }
    .single-page.standard-layout .sidebar .widget {
        padding: 15px;
    }
    .single-top-title.clara-fw-page .post-title, .single-page .article-content .post-title {
        font-size: 18px;
    }
    .single-top-title.clara-fw-page .single-top-inner {
        padding: 15px;
    }
    .single-top-title.clara-fw-page {
        margin-top: 30px;
    }
    .clara-single-meta .author-name h3 {
        font-size: 16px;
    }
    .clara-single-meta {
        padding: 15px;
    }
    .article-content blockquote, .textwidget blockquote {
        margin: 7px 0 10px 0;
        border-left-width: 2px;
        padding: 5px 10px;
    }
    .gowp-review-box {
        padding: 15px;
    }
    .gowp-score-box .rating-canvas, .single-page.standard-layout .gowp-score-box .rating-canvas {
        width: 240px;
        height: 120px;
    }
    .gowp-score-box .score {
        font-size: 32px;
    }
    .gowp-review-box .summary-wrap {
        margin-top: 30px;
    }
    .post-without-sidebar .gowp-review-box .gowp-summary, .single-page.standard-layout .gowp-review-box .gowp-summary {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .gowp-score-box, .single-page.standard-layout .gowp-score-box {
        width: 100%;
        text-align: center;
    }
    .gowp-score-box .score {
        font-size: 42px;
    }
    .s-tags span, .s-tags a {
        font-size: 10px;
    }
    .gowp-share-box, .s-tags {
        text-align: left;
    }
    .gowp-share-box > span {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .gowp-share-box .share-box ul li .share-item-icon {
        border-radius: 2px;
        height: 24px;
        margin-top: 4px;
    }
    .share-box ul li i {
        line-height: 24px;
        font-size: 14px;
    }

    .gowp-author-box .author-info h3 {
        font-size: 16px;
    }
    .gowp-author-box .author-info .gowp-author-page-contact {
        position: relative;
    }
    .gowp-author-box .author-info .gowp-author-page-contact a {
        margin: 0 16px 0 0;
    }
    .gowp-author-box .gowp-author-avatar {
        float: none;
    }
    .gowp-author-box .author-info {
        padding-left: 0;
        margin-top: 20px;
    }
    .gowp-author-box .gowp-author-avatar img {
        border-radius: 0;
    }
    .s-post-nav .nav-btn.nav-prev {
        width: 100%;
        float: none;
        border-right: 0;
        padding-right: 0;
    }
    .s-post-nav .nav-btn.nav-next {
        width: 100%;
        text-align: right;
        float: none;
        padding-left: 0;
        margin-top: 30px;
    }
    .main .related-box ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        position: relative;
    }
    .main .related-box ul li:last-child {
        margin-top: 30px;
    }
/**  404 Page **/
    .error-number {
        font-size: 100px;
    }
    .error-message {
        font-size: 28px;
    }
}
@media screen and (max-width: 400px) {
    .main-nav .mobile-logo {
        display: inline-block;
        position: absolute;
        top: 3px;
    }
/** Header Slider **/
    .header-slider-wrap .slides li, .header-slider-img-bg, .header-slider-wrap .type-in .post-info-wrap {
        height: 300px;
    }
    .header-slider .type-in .post-title {
        font-size: 16px;
    }
 /*module-main-grid*/
    .module-main-grid .gowp-post-1 .post-title, .module-main-grid .clara-second-column .post-title {
        font-size: 16px;
    }
/** Main Slider ***/
    .module-slider .classic-blog-style .post-title {
        font-size: 16px;
    }
/** .module-post-three-fw module-large-blog-fw**/
    .module-post-three-fw .clara-one-half, .module-large-blog-fw .large-blog-style, .module-post-three .clara-one-half {
        width: 100%;
        margin-right: 0;
    }
    .module-post-three-fw .clara-one-half:first-child, .module-post-three .clara-one-half:first-child {
        margin-bottom: 30px;
    }
    .module-post-three-fw .large-post .post-title, .module-post-three .large-post .post-title {
        font-size: 16px;
    }
    .module-large-blog-fw .large-blog-content-container .large-blog-style:nth-child(2) {
        margin-top: 30px;
    }
    .module-post-three .small-posts .post-title, .module-post-three-fw .small-posts .post-title {
        font-size: 12px;
    }
    .module-large-blog-fw .large-blog-style .post-title, .large-blog-style .post-title {
        font-size: 16px;
    }
    .module-post-three-fw .post-meta, .module-post-three .post-meta {
        display: none;
    }
    .module-post-three .small-posts .post-title, .module-post-three-fw .small-posts .post-title {
        max-height: 4.5em;
    }
    .large-blog-style .entry-excerpt {
        margin: 10px 0;
    }
    .large-blog-style .post-details {
        margin-top: -40px;
    }
    .module-main-grid .clara-first-column .post-meta, .module-post-four .post4-large-post .post-meta,
    .module-main-grid .post-cat, .module-post-four .post-cat,
    .module-main-grid .gowp-review-score, .module-post-four .gowp-review-score {
        display: none;
    }
    .module-main-grid .clara-first-column .post-info, .module-post-four .post4-large-post .post-info, .module-post-three-fw .large-post .post-info {
        padding: 15px;
    }
/** Classic **/
    .module-symmetry .classic-blog-style .post-title, .fullwidth-section .classic-blog-style .post-details .post-title, .content-section .classic-blog-style .post-details .post-title {
        font-size: 16px;
    }
/** Content One Col **/
    .content-section .one-col {
        width: 100%;
    }
    .fullwidth-section .module-masonry-wrapper .one-col:nth-child(n+2), .content-section .module-masonry-wrapper .one-col:nth-child(n+2) {
        margin-top: 30px;
    }
    .grid-1-type .post-title {
        font-size: 16px;
    }

/** Post 4, Post 3 **/
    .module-post-four .post4-large-post .post-title {
        font-size: 16px;
    }
    .sub-post .post-title {
        font-size: 12px;
    }
    .module-post-four .small-posts .thumb {
        max-width: 120px;
        margin-right: 10px;
    }
    .module-post-three-fw .small-posts .thumb {
        max-width: 120px;
        margin-right: 10px;
    }
    .module-post-four .small-posts .post-meta, .module-post-three-fw .post-meta,
    .module-post-three-fw .post-cat, .module-post-three-fw .gowp-review-score {
        display: none;
    }
    .module-post-four .small-posts .post-title {
        max-height: 4.5em;
        overflow: hidden;
        line-height: 1.5;
    }
    /** Widget **/
    .widget-posts-list ul li.type-in .post-title, .widget-slider .post-title {
        font-size: 16px;
    }
    .widget-posts-list .style-3 .post-title, .widget-posts-list .style-1:nth-child(n+2) .post-title {
        font-size: 12px;
    }
    .widget-posts-list ul li .post-meta {
        display: none;
    }
    .widget-social-counter ul li {
        width: 50%;
    }
    .widget-social-counter ul li:nth-child(n+3) {
        margin-top: 25px;
    }
    .widget-social-counter ul li:nth-child(3n + 1) {
        clear: none;
    }
    .widget-social-counter ul li:nth-child(2n + 1) {
        clear: both;
    }
    .widget-slider .post-meta {
        display: none;
    }
    /** Footer Instagram **/
    .footer_photostream_wrapper h3 span {
        padding: 4px 10px;
    }
    .footer_photostream_wrapper h3 {
        font-size: 14px;
    }
/** Single Page **/
    .gowp-score-box .rating-canvas, .single-page.standard-layout .gowp-score-box .rating-canvas {
        width: 150px;
        height: 75px;
    }
    .s-post-nav .nav-btn h3, .related-box ul li .post-title {
        font-size: 14px;
    }
}

@media screen and (min-width: 1140px) {
    .grid-1-type .post-title {
        height: 68px;
    }
}

/************************/

/*  css/flexslider.css  */

/************************/

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('http://sanyo-factories.jp/font/fontawesome-webfont.eot?v=4.1.0');src:url('http://sanyo-factories.jp/font/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('http://sanyo-factories.jp/font/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('http://sanyo-factories.jp/font/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('http://sanyo-factories.jp/font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}

/************************/

/*  css/flexslider.css  */

/************************/

.feedback {
  margin: 3.236em 0 4.854em;
  border-top: 1px solid #c0c6c9; }
  .feedback h2 {
    margin-top: 1em; }
    .feedback h2 + .comment,
    .feedback h2 + .trackback {
      border: 0; }

.comment {
  margin-bottom: 1.618em;
  padding-top: 1.618em;
  border-top: 1px dotted #c0c6c9; }
  .comment header {
    zoom: 1; }
    .comment header:before, .comment header:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .comment header:after {
      clear: both; }
    .comment header a {
      color: #c0c6c9;
      text-decoration: none; }
      .comment header a:hover {
        text-decoration: underline; }
    .comment header h3 {
      display: inline;
      margin: 0;
      font-size: 110%; }
      .comment header h3 a {
        color: #2b2b2b;
        text-decoration: none; }
        .comment header h3 a:hover {
          color: #3a6eb2; }
  .comment time {
    margin-left: 0.809em;
    font-size: 90%; }
    .comment time a {
      color: #c0c6c9;
      text-decoration: none; }
      .comment time a:hover {
        text-decoration: underline; }
  .comment p {
    margin: 0.809em 0; }

.message {
  padding: 0.809em;
  background-color: #f3f3f3; }

#comment-greeting {
  margin-top: 3.236em; }
  #comment-greeting + #comments-form {
    margin-top: 1.618em; }

#comments-form {
  margin-top: 3.236em; }
  #comments-form fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
    #comments-form fieldset legend {
      display: none; }

#comments-open-text textarea {
  width: 100%;
  height: 12.944em; }

#comments-open-data ul {
  margin: 1.618em 0;
  padding: 0; }
#comments-open-data li {
  list-style-type: none;
  margin-bottom: 0.809em; }
  #comments-open-data li label {
    display: block;
    text-align: left; }
  #comments-open-data li input[type="text"] {
    width: 100%; }
    @media (min-width: 700px) {
      #comments-open-data li input[type="text"] {
        width: 75%; } }

#comments-open-footer {
  margin-top: 1.618em;
  text-align: center; }
  @media (min-width: 930px) {
    #comments-open-footer {
      text-align: left; } }
  #comments-open-footer input[type="submit"],
  #comments-open-footer input[type="button"] {
    width: 100%;
    margin-bottom: 0.809em; }
    @media (min-width: 700px) {
      #comments-open-footer input[type="submit"],
      #comments-open-footer input[type="button"] {
        width: auto;
        margin-right: 0.809em; } }

#trackback-url {
  margin-bottom: 3.236em; }

.trackback {
  margin-bottom: 1.618em;
  padding-top: 1.618em;
  border-top: 1px dotted #c0c6c9; }
  .trackback time {
    color: #c0c6c9;
    font-size: 90%; }
  .trackback p {
    margin: 0.809em 0; }
