/*
Theme Name: Dazzling
Theme URI: http://colorlib.com/wp/themes/dazzling
Author: Colorlib
Author URI: http://colorlib.com/wp/
Description: Dazzling is a clean, modern, minimal and fully responsive flat design WordPress WooCommerce theme well suited for blogs, static and ecommerce websites. Theme can be used for travel, corporate, portfolio, photography, green thinking, nature, health, personal and any other creative and minimalistic style website. Dazzling theme is highly customizable with unlimited color options, slider, call for action button, several widget areas and much more that can be adjusted via Theme Options. The theme is built using Bootstrap 3, which makes it responsive and mobile friendly. It features infinite scroll, SEO friendly structure, logo upload, full-screen slider, call for action section, social media icons, popular post widget and translation ready setup. This theme supports WooCommerce and Jigoshop ecommerce plugins. Dazzling is also available in Mexican Spanish, Brazilian Portuguese, Finnish, Swedish, Dutch, Hungarian, German, Persian, Lithuanian and Polish. It is Multilingual ready and compatible with WPML plugin. It is probably the best free WordPress theme built for eStores and business websites.
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dazzling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

Dazzling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */
body {
  color: #6B6B6B;
  word-wrap: break-word;
  line-height: 1.4;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 
}

a {
  color: #e54781;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #e54781;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

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

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

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

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

/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0px!important;
}

@media (max-width: 767px) {
	#content {margin-top: 0;}}

/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #e54781;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 32px;
  color: #444;
}

@media (max-width: 767px) {
.entry-title {font-size: 24px;}
}

.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}


.entry-content p{
font-size: 16px;}

.entry-content img{}

.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #e54781;
  background-color: transparent;
  margin-top: 10px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #e54781;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #e54781;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #e54781;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #e54781;
  border: 1px solid #e54781;
  color: #fff;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

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

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

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

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget > ul > li,
li.recentcomments {
  border-bottom: 1px solid #EEE;
  position: relative;
  display: block;
  padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.widget ul {
    padding: 10px 10px;
}
.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #E8E8E8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #e54781;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
  background-color: #e54781;
  border-color: #e54781;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #e54781;
    border-color: #e54781;
}
.btn.btn-default {
    color: #FFF;
}
/* =Infinite Scroll
----------------------------------------------- */

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

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #E8E8E8;
  color: #e54781;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #e54781;
  color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
.woocommerce div.product form.cart .variations label {
  color: #6B6B6B;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}

/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #E8E8E8;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #e54781;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
  font-size: 14px;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  font-size: 14px;

}
.navbar.navbar-default {
  background-color: #444;
  background-image: url('images/common/back.png');
  background-position: left top;
  background-repeat: repeat;
  color: #fff;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: -2px;
}


.navbar-default .navbar-nav > li > a {
  background-color: none;
  line-height: 30px;
    color: #fff;
}
.navbar > .container .navbar-brand {
  color: #cfff00;
  font-size: 24px;
  margin: 8px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: rgba( 68, 68, 68, 0.55 );
  color: #cfff00!important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 14px 20px;
  color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #e54781;
  color: #fff;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.menubtn{font-size: 12px; color: #fff;}


.nav.navbar-nav {
  float: left;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
}
/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}
p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #E8E8E8;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #E8E8E8;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #e54781;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #f5f5f5;
  background-image: url('images/common/footer-back.png');
  background-position: left top;
  background-repeat: repeat;
  color: #333;
  font-size: 12px;
}
#footer-area a {
  color: #333;
}
#footer-area .footer-widget-area {
  padding: 30px 0 0 0;
  margin: 0!important;
}

@media (max-width: 767px) {
.footer-widget{ padding: 0;}
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
#footer-area .tab-content > .active {
  border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
#footer-area .tab-content .tab-entry {
  font-size: inherit;
}
#footer-area .widgettitle {
  font-size: 18px;
  color: inherit;
  margin-top: 0;
}

#footer-area .widgettitle:before{
content: '\f101'; font-family: fontawesome; margin-right: 5px;}
}

#footer-area #social ul li {
  border-bottom: none;
}
#footer-area .widget ul li {
  padding: 0;
  list-style: none;
}


.footer-nav.nav > li {
  position: relative;
  display: inline-table;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #1F1F1F;
  padding: 10px 0;
  border-top: 1px solid #3A3A3A;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
    background-color: transparent;
}
.scroll-to-top {
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s linear;
     -moz-transition: background-color 0.1s linear;
       -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #e54781;
  opacity: .8;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .site-info, .copyright {
      text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
  .flex-caption {
    display: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* =Social icons
----------------------------------------------- */

.top-bar {
    border-bottom-color: #E8E8E8;
}
.social-icon {
    font-size: 32px;
    margin: 6px;
    color: #E8E8E8;
}
#social {
    top: 0;
    position: relative;
    text-align: center;
}
#social ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
#social ul {
  margin-bottom: 0;
  padding: 0;
}
.fa-googleplus:before {
  content: "\f0d5";
}
@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
}

/* =Call For Action
----------------------------------------------- */

.cfa{
  padding: 30px 0px;
  background: #e54781;
  text-align: center;
  overflow: hidden;
}
.cfa-text{
  font-size: 22px;
  color: #fff;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #fff;
  padding: 15px 30px;
  border-color: #fff;
}
.cfa-button a,
.cfa-button a {
  color: #fff;
}
.cfa-button:hover {
    background-color: #fff;
    color: #e54781;
}
.cfa-button:hover a {
    color: #e54781;
}


/*==============custom css======================*/



/* [sidebar]FB like box width responsive
---------------------------------*/
.likebox{width: 100%!important;
padding: 5px!important;
text-align:center;
margin: 0 auto;}

/* [sidebar]follow botton iroiro
---------------------------------*/
#aboutbg{background: #32363b;}
#aboutbg .shoulder{color: #fff; text-align: center;padding: 5px 0 0 0;font-weight: 300;} 
#aboutbg .message{color: #cfff00;font-size: 14px; text-align: center; border-bottom: 5px solid #cfff00;border-top: 5px solid #cfff00;width: 90%; margin: 0 auto;}
#aboutbg img{width: 100%;}
#aboutbg p{color:#fff;font-size:12px;padding: 5px 10px!important;}

.snslink{
text-align:center;
color: #fff;
float: left; 
width: 25%;
font-size: 10px;
}

.snslink a {
width: 100%;
height: 40px;
float: left;
color: #ffffff!important;
padding-top: 5px;
}
.snslink a:hover {
color: #ffffff;
text-decoration: none;
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.snslink a#link_fb {
background-color: #3B5998;
}
.snslink a#link_tw {
background-color: #00ACEE;
}
.snslink a#link_rss {
background-color: #f26522;
}
.snslink a#link_fdy {
background-color: #6cc655;
}

#link_fdy img {width: 20px; height: 20px;}

/* [single]big share button
---------------------------------*/
.snsshare {
width: 100%;
height: 25px;
margin-bottom: 20px;
}
.snsshare a {
width: 25%;
height: auto;
margin-bottom: 10px;
padding: 14px 0;
float: left;
font-size: 13px;
font-weight: bold;
color: #ffffff!important;
text-align: center;
letter-spacing: 0.1em;
display: inline-block;
text-decoration: none;
}
.snsshare a:hover {
color: #ffffff!important;
text-decoration: none;
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.snsshare a#share_fb {
color: #ffffff;
background-color: #3B5998;
border-bottom: 1px solid #3B5998;
}
.snsshare a#share_tw {
color: #ffffff;
background-color: #00ACEE;
border-bottom: 1px solid #00ACEE;
}
.snsshare a#share_gp {
color: #ffffff;
background-color: #D43D37;
border-bottom: 1px solid #D43D37;
}
.snsshare a#share_ln {
color: #ffffff;
background-color: #1EC221;
border-bottom: 1px solid #1EC221;
}

.snsshare a#share_hb {
color: #ffffff;
background-color: #008fde;
border-bottom: 1px solid #008fde;
}

.message{font-size: 14px; padding: 10px 0 ;margin-top: -40px}
.text{float: left;padding-right: 10px;}
.fbme{float: left;margin-top: -5px!important;}
@media only screen and (max-width: 700px) {
.message{font-size: 12px;}
}



/*--------------------------------
[sp] overlay bottom
---------------------------------*/

ul.footer_menu {
	width: 300px;
	overflow: hidden;
	bottom: 0;
	position: fixed;
	z-index: 9999999999;
	left:45%;
	margin-left:-150px!important;
}


ul.footer_menu li {
	width: 30%;
	padding-top: 10px;
	vertical-align:middle!important;
	list-style-type: none;
	font-size: 10px;
	padding-top: 10px;
	float: left;
	margin: 0 3px 0 3px;
}

ul.footer_menu li a i{
	font-size: 24px;
	padding-top: 10px;
}

ul.footer_menu li a {
	border: none;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align:middle!important;
	
}


.footer_menu #foot_fb{
	background: #3B5998;
	z-index: 9999999999;
	-moz-opacity: 0.65;
	opacity: 0.65;
    border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */  	}
	
.footer_menu #foot_tw{
	background: #00ACEE;
	z-index: 9999999999;
	-moz-opacity: 0.65;
	opacity: 0.65;
	    border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */  }
    
.footer_menu #foot_home{
	background: #000;
	z-index: 9999999999;
	-moz-opacity: 0.65;
	opacity: 0.65;
	    border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */  } 
    
    
/*--------------------------
 [common] header
---------------------------*/
.headerlogo {position: relative; top: 5px; left: 0px; padding: 0;float: left;margin-right: 50px;}
.catch{font-size: 12px; color: #fff;clear: both; position: relative; top: -15px; left: 10px;}
.headerad{float: right; padding: 20px 0 0px 0;overflow: hidden;}


@media (max-width: 767px) {
.headerlogo {width: 200px; position: relative; top: 5px; left: 5px;padding: 0;margin-right: 20px;}
.catch{display: none;}
.headerad{display: none;}
}

/*----------------------------------
  [common] column ver
----------------------------------*/
/*div要素*/
.alllinkarea{
    position:relative;/*a要素を絶対配置するため必須*/
    width:100%;
    background-color:#fff;/*背景色指定必須*/
    padding:5px;
    margin:0 0 5px;
    }    
/*a要素を全体に広げる*/
html > body .linkarea a{
    display:block;/*ブロック要素に変換*/
    position:absolute;
    left:0;/*div要素を基準として左*/
    top:0;/*div要素を基準として上*/
    height:100%;/*上から100％*/
    width:100%;/*左から100％*/
    text-align:left;
    text-indent:-9999px;/*More...を領域外へ*/
    overflow:hidden;/*特定のブラウザのバグ対処*/
    background/*\**/:fff\9;*IE7、8のみに適用*/
    filter:alpha(opacity=0);/*透明に*/
    }

#col0{
letter-spacing:-0.4em;
margin: 0;
padding: 0;
margin-top: 15px;
}

#col0 li{
	letter-spacing: normal;
	position:relative;
	width:100%;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	padding: 5px;
}


#col0 li:hover{background-color:#f5f5f5;}
#col0 li:hover .top-title {color: #e54781;}


#col0 img{width: 100%; margin-bottom: 5px;}

#col0 h4.top-title{font-size: 20px; margin-top: -2px; padding:0; color: #333;}

#col1{
letter-spacing:-0.4em;
margin: 0;
padding: 0;
}

#col1 li{
	margin: 2px 0;
	border-bottom: 1px solid #eee;
	letter-spacing: normal;
	position:relative;
	width:100%;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	padding: 5px!important;
}

#col1 li:hover{background-color:#f5f5f5;}
#col1 li:hover .top-title {color: #e54781;}

.left{width:40%; float: left; }
.right{width:60%;float: right; padding: 0 0 0 5px;}

#col1 img{width: 100%; margin-bottom: 5px;object-fit: cover;max-width: 300px; max-height: 100px;}

#col2{
letter-spacing:-0.4em;
margin: 0;
padding: 0;
}

#col2 li{
	letter-spacing: normal;
	position:relative;
	width:50%;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	padding: 5px;
	margin:  0!important;
}

#col2 li:hover{background-color:#f5f5f5;}
#col2 li:hover .top-title {color: #e54781;}    

#col2 img{width: 100%; margin-bottom: 5px;object-fit: cover;max-width: 520px; max-height: 245px;}

#col2 .top-title{font-weight: 600;}


ul.related_post li{
    font-weight: 600!important;
    color: #ddd!important;
}


#col3{
letter-spacing:-0.4em;
margin: 0;
padding: 0;
}

#col3 li{
	letter-spacing: normal;
	position:relative;
	width:33%;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	padding: 5px;
}

#col3 li:hover{background-color:#f5f5f5;}
#col3 li:hover .top-title {color: #e54781;}    

#col3 img{width: 100%; margin-bottom: 5px;}

#col4{
letter-spacing:-0.4em;
margin: 0;
padding: 0;
}

#col4 li{
	letter-spacing: normal;
	position:relative;
	width:25%;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	padding: 5px;
}

#col4 li a {display: block;}
#col4 li:hover{background-color:#f5f5f5;}
#col4 li:hover .top-title {color: #e54781;}

#col4 img{width: 100%; margin-bottom: 5px;}

#cat-flag-archive{ padding: 50px 20px; color: #fff; font-size: 28px; border-bottom: 10px solid #444;}
#cat-flag-single{color:#fff; padding:2px 10px; font-size: 14px;}
#cat-flag-single a{color: #fff;}
#cat-flag-list{text-wrap:none!important;display:inline-block; white-space: nowrap;color:#fff; font-size: 12px; padding:2px 5px 2px 5px; margin-right: 5px;margin-bottom: 2px;}
	.news{background: #333;} /*中２なう*/
	.entertainment{background: #cb4829} /*エンタメ*/
	.gadget{background: #d59533} /*ガジェット*/
	.creative{background: #dfd238} /*クリエイティブ*/
	.sports{background: #93b447} /*スポーツ*/
	.nettrend{background: #009794} /*ネットトレンド*/
	.manga-anime{background: #0099ce} /*マンガ・アニメ*/
	.animals{background: #136eab} /*動物*/
	.video{background: #423885} /*動画*/
	.stupid-news {background: #903e84} /*爆笑・おバカ*/
	.serialization,
	.event,
	.field_trip,
	.yamamoto,
	.lifestyle,
	.chuuni-mind,
	.love,
	.madonna,
	.takahashi_chiaki,
	.minamiasami,
	.koyamaken,
	.ebi,
	.aimadonna,
	.shigokun,
	.mizuno,
	.yajima,
	.sekiya{background: #ca4684} /*連載*/

.date{display: block; padding: 0 0 5px 0; font-size: 10px;}
.date-single{text-align: right;}
.top-title{font-size: 16px; margin-top: -2px; padding:0; color: #333; font-weight: 600!important;}
.clear{clear: both;}
p.more {position:absolute; top: 50%; text-indent: -999px;font-size: 10px;}

.taxonomy-description {padding: 10px 20px 0px 20px;}


@media (max-width: 767px) {
#cat-flag-list{color:#fff; font-size: 10px; padding:2px 5px 2px 5px;margin-right:5px;position: relative; top: -3px}
#cat-flag-archive{margin: 5px;}
.top-title{font-size: 14px;}
.date{padding: 2px 0;font-size: 10px;}
}

/*----------------------------------
  [sidebar] side list
----------------------------------*/
#side-list{
letter-spacing:-0.4em;
margin: 0;
padding: 0;
margin-bottom:20px;
}

#side-list ul{width: 100%; margin: 0!important; padding: 0!important;border-collapse: collapse;}

#side-list li{
	letter-spacing: normal;
	position:relative;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	padding: 5px;
}


#side-list li a {display: block;}
#side-list li:hover{background-color:#f5f5f5;}
#side-list li:hover .top-title {color: #e54781!important;}
#side-list li:hover .wpp-post-title {color: #e54781!important;}
#side-list li{width: 100%; padding: 5px 0; float: left; list-style: none; border-bottom: 1px solid #eee; }

#side-list .wpp-post-title{color: #333;}

#side-list .top-title{display:inline;font-size: 14px; margin-top: -2px;color: #333!important;font-weight: 100;}

#side-list .left{width:43%; float: left; padding-left: 5px; }
#side-list .right{width:57%; float: right; padding: 0 5px 0 5px;}


/*--------------------------
 [sidebar] menu list
---------------------------*/
#side-menu {border: 1px solid #ccc; margin: 5px;background: #fff;}
#side-menu .title{background: #eee; color: #333; text-align: center;padding: 5px;font-weight: 600;}
#side-menu ul{width: 100%; margin: 0!important; padding: 0!important;border-collapse: collapse;}
#side-menu ul a {display: block; color: #333;}
#side-menu li:hover {background-color:#f5f5f5; }
#side-menu li a:hover{color: #e54781;}
#side-menu li{width: 50%; padding: 5px; float: left; list-style: none; text-align:center; border-top: 1px solid #ccc; }
#side-menu li:nth-child(odd) {border-right: 1px solid #ccc;}
#side-menu p.more {position:absolute; top: 50%; text-indent: -999px;font-size: 10px;}

@media (max-width: 767px) {
#side-menu li{padding: 10px 5px;}}


/*----------------------------------
  [common] breadcrumb nav
----------------------------------*/

.breadcrumb {margin: 0; padding: 15px;background: #eee;margin-bottom: 0!important}
.breadcrumbs {padding-top: 5px;display: block;}
.breadcrumbs span[typeof="ListItem"]:last-child span[property="name"],
.breadcrumbs a {
    font-size: 14px;
}

/*----------------------------------
  [single] meta info
----------------------------------*/
.tag-single{display: block;background: #eee; color: #444; float: left; padding: 0 5px;margin-right: 5px;}
.tag-single a {color: #444;}
.tag-single:before{content: '\f02b';font-family: fontawesome;margin-right: 5px;color: #444;}

.tag-single a:hover{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

@media (max-width: 767px) {
.mainimage{margin:-10px; padding-bottom: 20px;}
.mainimage img{width: 100%;}
}


.content-date{font-size: 14px;}
@media (max-width: 767px) {.content-date{font-size: 10px; float: right;display: block; margin-top: 5px;}}


/*----------------------------------
  [footer] 
----------------------------------*/
#footer-area{margin: 0; padding: 0;}
#footer-area .tag-single{display: block;background: #eee; color: #444; float: left; padding: 0 5px;margin-right: 5px; font-size: 14px; margin-bottom: 10px;}
#footer-area .tag-single a {color: #444;}
#footer-area .tag-single:before{content: '\f02b';font-family: fontawesome;margin-right: 5px;color: #444;}

#footer-area .tag-single a:hover {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";}

#colophon .site-info{color: #fff;}
#colophon .site-info a{color: #fff;}

/*----------------------------------
  [ad] size
----------------------------------*/
.ad{margin: 0 auto;text-align:center;}
.ad-margin-top{margin-top: 30px;}
.ad-margin-bottom{margin-bottom: 30px;}

.ad-728-90{background: #eee;display:inline-block;}
.ad-728-90 img{min-width: 728px; min-height: 90px;max-width: 728px; max-height: 90px;}

.ad-468-60{background: #eee;display:inline-block;}
.ad-468-60 img{min-width: 468px; min-height: 60px;}

.ad-320-100{background: #eee;display:inline-block;}
.ad-320-100 img{min-width: 320px; min-height: 100px;}

.ad-320-50{background: #eee;display:inline-block; margin: -5px; margin-top: 10px;}
.ad-320-50 img{min-width: 320px; min-height: 50px;max-width: 320px; max-height: 50px;}

.ad-300-600{background: #eee;display:inline-block;}
.ad-300-600 img{min-width: 300px; min-height: 600px; max-width: 300px; max-height: 600px;}

.ad-300-250{background: #eee;display:inline-block;}
.ad-300-250 img{min-width: 300px; min-height: 250px;max-width: 300px; max-height: 250px;}

.ad-250-250{background: #eee;display:inline-block;}
.ad-250-250 img{min-width: 250px; min-height: 250px;}

.ad-336-280{background: #eee;display:inline-block;}
.ad-336-280 img{min-width: 300px; min-height: 250px;max-width: 300px; max-height: 250px;}


#primary{margin: 0; padding: 0;}
#secondary{margin:0; padding: 0 30px;}
#main .entry-header{margin: 10px;}
#main .entry-content{margin: 10px;}
@media (max-width: 767px) {
#primary{margin: 0; padding: 0;}
#secondary{margin:0; padding: 0;}}

.doublead {width: 100%;}
.doublead ul{margin: 0;padding: 0;width: 100%;}
.doublead li{width: 50%; float: left; padding: 0px 0px 20px 0px; list-style: none!important;list-style-type: none;}
.banner{width: 100%;}

@media (max-width: 767px) {
.doublead li{width: 100%; float: left;}}


.banner {padding: 5px; width: 100%}

.side-native-ad{margin-top: -20px;}

/*----------------------------------
  [common] headline
----------------------------------*/
h3.headline,
h3.widget-title{
	position:relative;
	padding:5px 20px;
	margin-bottom: 20px;
	font:bold 22px/1.6 Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	border-top:#333 solid 3px;
	border-bottom:#333 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
h3.headline:before,
h3.widget-title:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#333;
}
h3.headline:after,
h3.widget-title:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}


/*----------------------------------
  [common] youtube old setting
----------------------------------*/
.video-container {
 position: relative; 
 padding-bottom: 56.25%; 
 height: 0; 
 overflow: hidden; }
 
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
 position: absolute;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; }
  
/*----------------------------------
  [single] navigation
----------------------------------*/
#navigation{
overflow: hidden;
margin: 0 0 2em;
padding-left: 0;
list-style: none;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
margin: 10px 5px;
padding: 5px 0px;
}
#navigation li{
line-height: 1.2;
display: block;
font-size: 14px;
float:left;
vertical-align: middle;
}
#navigation:after{
clear: both;
}
#navigation a{
display: block;
}
#navLeft{
margin: 2px 0;
width: 40%;
border-right: 1px solid #eee;
}

#navLeft img {
margin-right: 1em;
float:left;
}
#navCenter{
margin: 2px .5%;
text-align:center;
width: 19%;
}
#navRight{
margin: 2px 0;
text-align:right;
width: 40%;
border-left: 1px solid #eee;
}

#navRight img {
margin-left: 1em;
float:right;
}

@media (max-width: 767px) {
#navigation li{font-size: 14px;}
}

/*----------------------------------
  [top/archive] infinity scroll
----------------------------------*/
.more {
background: #e54781;
width: 300px;
color: #ffffff!important;
margin: 0 auto;
margin-bottom: 30px;
margin-top: 10px;
padding: 5px 0;
width: 300px;
font-size: 18px;
font-weight: 300;
text-align: center;
}

.more:hover {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
text-decoration: none;
	cursor: pointer;
}

.more2 {
background: #e54781;
width: 300px;
color: #ffffff!important;
margin: 0 auto;
margin-bottom: 30px;
margin-top: 10px;
padding: 5px 0;
width: 300px;
font-size: 18px;
font-weight: 300;
text-align: center;

}

.more2:hover {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
text-decoration: none;
	cursor: pointer;
}

.listmore {
width: 300px;
color: #ffffff!important;
margin: 0 auto;
margin-bottom: 30px;
margin-top: 10px;
}
.listmore a {
padding: 5px 0;
margin: 10px 0;
width: 300px;
font-size: 18px;
font-weight: 300;
color: #ffffff!important;
text-align: center;
letter-spacing: 0.1em;
display: inline-block;
background: #e54781;
text-decoration: none;
}
.listmore a:hover {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
text-decoration: none;
}


/*----------------------------------
  [tag] 
----------------------------------*/

.page-title{padding: 5px;}

/*----------------------------------
  [footer] 
----------------------------------*/


/*----------------------------------
  [single] related post
----------------------------------*/
h3.related_post_title {position:relative;
	padding:5px 20px;
	margin-bottom: 20px;
	font:bold 22px/1.6 Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	border-top:#333 solid 3px;
	border-bottom:#333 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
h3.related_post_title:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#333;
}
h3.related_post_title:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}


ul.related_post {
letter-spacing:-0.4em;
margin: 0;
padding: 0;
}
ul.related_post li {
	line-height: 1.4;
	letter-spacing: normal;
	position:relative;
	width:25%;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	padding: 5px;
}
ul.related_post li a {display: block;color: #333;
}


ul.related_post li:hover{background-color:#F5F5F5;}
ul.related_post li:hover .wp_rp_title {color: #e54781!important;}
ul.related_post li img {
margin-bottom: 5px;
margin-top: 2px;
}

.wp_rp_title{font-size: 14px; margin-top: -2px; padding:0; color: #333;font-weight: 100;}
ul.related_post li .wp_rp_title a{color: #333;}

@media (max-width: 767px) {
.wp_rp_title{font-size: 14px;}
ul.related_post li {width:50%;}
}


blockquote {border: none!important; position: relative; color: #777; font-style: italic; margin: 0 0 20px 0; padding-left: 50px; display: block;}
blockquote p { margin-bottom: 0.75em; }
blockquote:before { content: "\f10d"; color: #ccc; font-size: 32px; font-family: FontAwesome; text-align: center; position: absolute; left: 0; top: 0; }

.side_by_side {
width: 696px;
margin-bottom: 20px;
}
.side_left,
.side_right{
margin-left: 12px;
display: inline;
float: left;
}

.clear {
clear: both;
}

.side_p {
text-align:left;
margin-left: 15px;
}
