/*
Theme Name: Scientist
Theme URI: http://webdesign-finder.com/scientist
Author: MW Templates
Author URI: http://themeforest.net/user/mwtemplates
Description: Scientist - science and research magazine WordPress theme
Live customizer allows to easily change logo, title, tagline, add social icons and adjust widgets according to your needs
Version: 1.1.2
License: Commercial
Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: scientist

This theme, like WordPress, is licensed under the GPL
Use it to make something cool, have fun, and share what you've learned with others
*/
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Body
 * 3.0 - Typography
 * 4.0 - Font-Awesome
 * 5.0 - Elements
 * 6.0 - Forms
 * 7.0 - Navigation
 *   7.1 - Links
 *   7.2 - Menus
 * 8.0 - Accessibility
 * 9.0 - Alignments
 * 10.0 - Clearings
 * 11.0 - Header
 * 12.0 - Widgets
 * 13.0 - Content
 *    13.1 - Posts and pages
 *    13.2 - Post Formats
 *    13.3 - Comments
 * 14.0 - Footer
 * 15.0 - Media
 *    15.1 - Captions
 *    15.2 - Galleries
 * 16.0 - Print Style Sheets
 * 17.0 - Google Map Style
 * 18.0 - Unyson Page Builder
 * 19.0 - Media Queries

 */
/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
a img {
  border: 0;
}
/**
 * 2.0 Body
 */
body {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #999999;
}
body .boxed_wrap .menu-strip.boxed-active {
  margin: 0 auto;
}
body .boxed_wrap .menu-strip.boxed-active .main-nav ul li {
  padding: 0px 15px;
}
body .boxed_wrap.boxed-active {
  width: 83.1%;
  margin: 0 auto;
}
body *:focus {
  outline: none;
}
body *::selection {
  background: none repeat scroll 0 0 #d93e2d;
  color: #fff;
}
body *::-moz-selection {
  background: none repeat scroll 0 0 #d93e2d;
  color: #fff;
}
/**
 * 3.0 Typography
 */
html {
  font-size: 100%;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
iframe {
  margin-bottom: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
  font-weight: 500;
}
h1 {
  font-size: 50px;
  line-height: 72px;
}
h2 {
  font-size: 40px;
  line-height: 48px;
}
h3 {
  font-size: 35px;
  line-height: 48px;
}
h4 {
  font-size: 30px;
  line-height: 40px;
}
h5 {
  font-size: 24px;
  line-height: 34px;
}
h6 {
  font-size: 18px;
  line-height: 24px;
}
p {
  line-height: 25px;
}
label {
  font-weight: 100;
}
textarea,
input {
  resize: vertical;
}
b,
strong {
  font-weight: 700;
  color: #323232;
}
code {
  color: #d93e2d;
  background-color: rgba(217, 62, 45, 0.15);
}
dfn,
cite,
em,
i {
  font-style: italic;
}
code,
kbd,
tt,
var,
samp,
pre {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
blockquote {
  position: relative;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 55px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote:before {
  content: ',,';
  font-weight: 700;
  display: block;
  color: #d93e2d;
  font-size: 73px;
  position: absolute;
  top: -65px;
  right: 50%;
  margin-right: -22px;
}
blockquote cite {
  color: #d93e2d;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  padding-top: 30px;
  display: block;
}
blockquote cite a {
  color: #d93e2d;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
address {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 55px;
}
pre {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  margin-bottom: 55px;
  max-width: 100%;
  overflow: auto;
  padding: 11px;
}
abbr[title] {
  border-bottom: 1px dotted #e6e6e6;
  cursor: help;
}
mark,
ins {
  background-color: rgba(217, 62, 45, 0.15);
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
a,
button {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/**
 * 4.0 - Font-Awesome
 */
.edit-link:before,
.search-form label:before,
.trigger:before,
.breadcrumbs li:before,
.comment_author .reply a:after,
.social-navigation li a:before,
.nav-previous a:before,
.nav-next a:before,
.recent_comment a:before,
.banner_comments a:before,
.post_date:before,
.byline:before,
.widget_mc4wp_form_widget .mc4wp-form-fields p:before,
.mc4wp-form .mc4wp-form-fields p:before,
.owl-recent-post-carousel .owl-next:before,
.owl-recent-post-carousel .owl-prev:before,
.widget_categories ul li:before,
.widget_calendar .calendar_wrap #prev:before,
.widget_calendar .calendar_wrap #next:before,
.widget_archive ul li:before,
.container_unyson .fw-page-builder-content .fw-container .fw-accordion .fw-accordion-title span:before,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion .fw-accordion-title span:before,
.container_unyson .fw-page-builder-content .fw-container .fw-accordion .fw-accordion-title:before,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion .fw-accordion-title:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * 5.0 Elements
 */
hr {
  border-top: 1px solid #e9e9e9;
}
dl {
  margin-bottom: 55px;
}
dl dt,
dl dd {
  margin-bottom: 10px;
}
dl dt:last-child,
dl dd:last-child {
  margin-bottom: 0px;
}
dl dd {
  padding-left: 15px;
}
ul,
ol {
  margin-bottom: 55px;
}
li > ul,
li > ol {
  margin-bottom: 0;
  padding-left: 15px;
}
table,
th,
td {
  border: 1px solid #e6e6e6;
}
table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 55px;
}
caption,
th,
td {
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 5px;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
	max-width: 100%;
}
del {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
/**
 * 6.0 Forms
 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
/**
 * 7.0 Navigation
 */
.post-navigation .nav-links {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  position: relative;
  width: 50%;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: block;
	word-wrap: break-word;
}
.post-navigation .nav-links .nav-previous a span,
.post-navigation .nav-links .nav-next a span {
  display: block;
}
.post-navigation .nav-links .nav-previous a .meta-nav,
.post-navigation .nav-links .nav-next a .meta-nav {
  margin-bottom: 14px;
}
.post-navigation .nav-links .nav-previous a .post-title,
.post-navigation .nav-links .nav-next a .post-title {
  font-weight: 700;
}
.post-navigation .nav-links .nav-previous {
  float: left;
}
.post-navigation .nav-links .nav-previous a {
  padding: 26px 10px 23px 31px;
}
.post-navigation .nav-links .nav-previous a:before {
  content: "\f104";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  font-size: 30px;
}
.post-navigation .nav-links .nav-next {
  float: right;
}
.post-navigation .nav-links .nav-next a {
  padding: 26px 31px 23px 0px;
}
.post-navigation .nav-links .nav-next a:before {
  content: "\f105";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  font-size: 30px;
}
/* Image Navigation */
.image-navigation {
  text-align: center;
  margin-bottom: 20px;
}
.image-navigation .nav-links {
  display: inline-block;
}
.image-navigation .nav-links .nav-previous {
  margin-right: 17px;
}
.image-navigation .nav-links .nav-previous a:before {
  content: '\f060 ';
  padding: 0 5px 0 0;
}
.image-navigation .nav-links .nav-next a:before {
  content: '\f061';
  float: right;
  padding: 4px 0 0 5px;
}
.image-navigation .nav-links .nav-previous,
.image-navigation .nav-links .nav-next {
  float: left;
}
/**
 * 7.1 Links
 */
a {
  color: #323232;
}
a:visited {
  color: #323232;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:hover {
  color: #d93e2d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* Category links */
.cat-links {
  text-transform: uppercase;
}
.cat-links a {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  padding: 3px 20px;
  font-weight: 900;
  display: inline-block;
  background: #d93e2d;
}
.cat-links a:hover {
  color: #da7b71;
}
/**
 * 7.2 Menus
 */
/* Main Navigation */
.main_nav_humb {
  display: none;
}
.fixed_header_sticky {
  height: 60px;
  position: relative;
}
.fixed_header_sticky .menu-strip .logo_main,
.fixed_header_sticky .menu-strip .nav_bar_fixed_menu,
.fixed_header_sticky .menu-strip .text-logo_small {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fixed_header_sticky .menu-strip .logo_main {
  position: absolute;
  left: 60px;
  margin-top: 7px;
}
.fixed_header_sticky .menu-strip .logo_main img {
  max-height: 53px;
  margin-bottom: 0px;
}
.fixed_header_sticky .menu-strip .text-logo_small {
  position: absolute;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 32px;
  top: 10px;
  left: 60px;
}
.fixed_header_sticky .menu-strip .text-logo_small .blogdescr {
  display: none;
}
.fixed_header_sticky .menu-strip .text-logo_small .blogname {
  float: right;
}
.fixed_header_sticky .menu-strip .text-logo_small .blogname a {
  color: #d93e2d;
}
.fixed_header_sticky .menu-strip .nav_bar_fixed_menu {
  position: absolute;
  right: 60px;
  top: 7px;
}
.fixed_header_sticky .menu-strip .nav_bar_fixed_menu ul {
  margin-bottom: 0;
}
.header-sticky_two,
.header-sticky {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 120;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.header-sticky_two .logo_main,
.header-sticky .logo_main,
.header-sticky_two .nav_bar_fixed_menu,
.header-sticky .nav_bar_fixed_menu,
.header-sticky_two .text-logo_small,
.header-sticky .text-logo_small {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.admin-bar .header-sticky,
.admin-bar .header-sticky_two {
  top: 32px;
}
.main-nav .menu > li.md-hidden {
  display: none;
}
.main-nav {
  display: block;
  padding: 18px 0;
  position: relative;
}
.main-nav .create-menu {
  text-align: center;
}
.main-nav .menu {
  margin-bottom: 0;
  text-align: center;
}
.main-nav .menu #more-li {
  padding: 0 0 0 30px;
}
.main-nav .menu #more-li:before {
  display: none;
}
.main-nav .menu #more-li i {
  color: #323232;
  font-size: 22px;
  cursor: pointer;
}
.main-nav .menu #more-li .sub-menu {
  background: #323232;
}
.main-nav .menu #more-li .sub-menu li a {
  color: #fff;
}
.main-nav .menu #more-li .sub-menu li a:hover {
  color: #d93e2d;
}
.main-nav .menu li.active > a {
  color: #d93e2d;
}
.main-nav .menu > li {
  position: relative;
  display: inline-block;
  padding: 0 28px;
}
.main-nav .menu > li:before {
  content: '\2022';
  color: #d93e2d;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}
.main-nav .menu > li:last-child:before {
  display: none;
}
.main-nav .menu > li a {
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #323232;
  font-size: 12px;
  font-weight: 500;
}
.main-nav .menu > li ul {
  min-width: 200px;
  padding: 0;
  background: #ffffff;
  z-index: 1000;
  position: absolute;
  left: 0;
  visibility: hidden;
  text-align: left;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, 40px);
  -moz-transform: translate(0px, 40px);
  -o-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-nav .menu > li ul > li a {
  line-height: 20px;
  padding: 10px 28px;
}
.main-nav .menu > li ul > li ul {
  background: #323232;
  left: 100%;
  top: 0;
  -webkit-transform: translate(-40px, 0);
  -moz-transform: translate(-40px, 0);
  -o-transform: translate(-40px, 0);
  -ms-transform: translate(-40px, 0);
  transform: translate(-40px, 0);
}
.main-nav .menu > li ul > li ul li a {
  color: #ffffff;
}
.main-nav .menu > li:hover > a {
  color: #d93e2d;
}
.main-nav .menu li:hover > ul {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.main-nav .menu li li a:hover {
  color: #d93e2d;
}
/* Social Icons and Search */
.nav-bar-top {
  display: table;
  width: 100%;
  padding: 20px 0 14px 0;
  border-bottom: 1px solid #e8e8e8;
}
.nav-bar-top .nav-bar_top_left,
.nav-bar-top .logo,
.nav-bar-top .nav-bar_top_right {
  display: table-cell;
  vertical-align: middle;
  width: 33.4%;
}
.nav-bar-top .logo {
  text-align: center;
}
.nav-bar-top .nav-bar_top_left {
  padding-left: 60px;
}
.nav-bar-top .nav-bar_top_left ul {
  margin-bottom: 0;
}
.nav-bar-top .nav-bar_top_right {
  padding-right: 39px;
  text-align: right;
}
.nav-bar-top .nav-bar_top_right .social-search form {
  position: relative;
  float: right;
}
.nav-bar-top .nav-bar_top_right .social-search form label {
  float: left;
}
.nav-bar-top .nav-bar_top_right .social-search form label .search-field {
  width: 160px;
}
.nav-bar-top .nav-bar_top_right .social-search form label .fa-search {
  position: absolute;
  top: 0;
  padding: 12px;
  z-index: -1;
  background: #d93e2d;
  color: #ffffff;
}
.nav-bar-top .nav-bar_top_right .social-search form .search-submit {
  float: right;
  height: 40px;
  width: 40px;
  text-indent: -999999px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  border-color: #010101;
  border: none;
  background-color: transparent;
  outline: none;
}
/* Social Nav*/
.social-navigation li {
  width: 40px;
  float: left;
}
.social-navigation li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
}
.social-navigation li a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.social-navigation li a:before {
  content: '\f0c1';
}
/***** Facebook *****/
.social-navigation li a[href*="facebook.com"] {
  background-color: #3a5898;
}
.social-navigation li a[href*="facebook.com"]:before {
  content: '\f09a';
}
.social-navigation li a:hover[href*="facebook.com"]:before {
  color: #fff;
}
/* Share Social Icons */
.share-this .share-icons li a[href*="facebook.com"] {
  background-color: #3a5898;
}
/* author info post */
.author-description .share-icons li a[href*="facebook.com"] {
  background-color: #3a5898;
}
/***** Twitter *****/
.social-navigation li a[href*="twitter.com"] {
  background-color: #50aaee;
}
.social-navigation li a:hover[href*="twitter.com"]:before {
  color: #fff;
}
.social-navigation li a[href*="twitter.com"]:before {
  content: '\f099';
}
/* Share Social Icons */
.share-this .share-icons li a[href*="twitter.com"] {
  background-color: #50aaee;
}
/* Author info */
.author-description .share-icons li a[href*="twitter.com"] {
  background-color: #50aaee;
}
/***** Google Plus *****/
.social-navigation li a[href*="plus.google.com"] {
  background-color: #d93e2d;
}
.social-navigation li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social-navigation li a:hover[href*="plus.google.com"]:before {
  color: #fff;
}
/* Share Social Icons */
.share-this .share-icons li a[href*="plus.google.com"] {
  background-color: #d93e2d;
}
/* Author info */
.author-description .share-icons li a[href*="plus.google.com"] {
  background-color: #d93e2d;
}
/***** Linkedin *****/
.social-navigation li a[href*="linkedin.com"] {
  background-color: #0077B5;
}
.social-navigation li a[href*="linkedin.com"]:before {
  content: '\f0e1';
}
.social-navigation li a:hover[href*="linkedin.com"]:before {
  color: #fff;
}
/***** Instagram *****/
.social-navigation li a[href*="instagram.com"] {
  background-color: #3f75a2;
}
.social-navigation li a[href*="instagram.com"]:before {
  content: '\f16d';
}
.social-navigation li a:hover[href*="instagram.com"]:before {
  color: #fff;
}
/***** Pinterest *****/
.social-navigation li a[href*="pinterest.com"] {
  background-color: #d42127;
}
.social-navigation li a[href*="pinterest.com"]:before {
  content: "\f231";
}
.social-navigation li a:hover[href*="pinterest.com"]:before {
  color: #fff;
}
/* Share Social Icons */
.share-this .share-icons li a[href*="pinterest.com"] {
  background-color: #d42127;
}
/***** Vimeo *****/
.social-navigation li a[href*="vimeo.com"] {
  background-color: #1AB7EA;
}
.social-navigation li a[href*="vimeo.com"]:before {
  content: '\f212';
}
.social-navigation li a:hover[href*="vimeo.com"]:before {
  color: #fff;
}
/***** Dribble *****/
.social-navigation li a[href*="dribbble.com"] {
  background-color: #ea7aa5;
}
.social-navigation li a[href*="dribbble.com"]:before {
  content: '\f17d';
}
.social-navigation li a:hover[href*="dribbble.com"]:before {
  color: #fff;
}
/** RSS */
.social-navigation li a[href$=".rss"] {
  background-color: #FF6600;
}
.social-navigation li a[href$=".rss"]:before {
  content: '\f413';
}
.social-navigation li a:hover[href$=".rss"]:before {
  color: #fff;
}
/**
 * 8.0 Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/**
 * 9.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
  margin-top: 5px;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/**
 * 10.0 Clearings
 */
.clearboth {
  clear: both;
}
/**
 * 11.0 Header
 */
.style1 .nav-bar-top {
  padding: 29px 0px 16px;
}
.style1 .nav-bar-top .logo .logo_main img.logo_big {
  max-height: 119px;
}
.style1 .nav-bar-top .logo .text-logo {
  margin-bottom: 35px;
}
.style1 .nav-bar-top .logo .text-logo .blogname {
  font-size: 72px;
}
.style1 .nav-bar-top .logo .text-logo .blogdescr {
  font-size: 24px;
}
.logo .logo_main {
  display: block;
}
.logo .logo_main img.logo_big {
  max-height: 74.5px;
  margin: 4px -7px -13px 0;
}
/* Text Logo */
.text-logo {
  font-family: 'Raleway', sans-serif;
}
.text-logo .blogname {
  font-size: 48px;
  font-weight: 900;
  margin: -9px -19px 0 0;
}
.text-logo .blogname a {
  display: block;
  color: #d93e2d;
  line-height: 55px;
}
.text-logo .blogdescr {
  margin: -7px 0px 4px 0px;
}
.text-logo .blogdescr a {
  margin: 0px -19px 0px 0px;
}
/**
 * 12.0 Widgets
 */
.widget {
  margin-bottom: 60px;
}
.widget .widget-title {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
}
.widget:last-child {
  margin-bottom: 0px;
}
.widget ul {
  margin-bottom: 0px;
}
.widget ul li {
  list-style: none;
}
.widget .recentcomments .author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* Widget Calendar */
.widget_calendar .calendar_wrap {
  position: relative;
}
.widget_calendar .calendar_wrap table {
  border: none;
}
.widget_calendar .calendar_wrap td,
.widget_calendar .calendar_wrap th,
.widget_calendar .calendar_wrap caption {
  text-align: center;
  border: none;
  padding: 0;
}
.widget_calendar .calendar_wrap thead {
  background: #323232;
}
.widget_calendar .calendar_wrap thead th {
  font-size: 16px;
  color: #fff;
  padding: 9px 0;
  font-weight: 500;
}
.widget_calendar .calendar_wrap tfoot {
  position: absolute;
  top: 0;
  width: 100%;
}
.widget_calendar .calendar_wrap tfoot tr td a {
  display: block;
}
.widget_calendar .calendar_wrap tfoot tr .pad {
  display: none;
}
.widget_calendar .calendar_wrap caption {
  background: #d93e2d;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 13px 0;
  text-transform: uppercase;
}
.widget_calendar .calendar_wrap #prev:before,
.widget_calendar .calendar_wrap #next:before {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  width: 62px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget_calendar .calendar_wrap #prev:hover:before,
.widget_calendar .calendar_wrap #next:hover:before {
  color: #323232;
}
.widget_calendar .calendar_wrap #prev a,
.widget_calendar .calendar_wrap #next a {
  text-indent: -99999px;
  position: absolute;
  top: 0;
  width: 62px;
  height: 60px;
}
.widget_calendar .calendar_wrap #prev a:hover,
.widget_calendar .calendar_wrap #next a:hover {
  color: #ccc;
}
.widget_calendar .calendar_wrap #prev {
  position: absolute;
  left: 0;
}
.widget_calendar .calendar_wrap #prev:before {
  content: '\f104';
}
.widget_calendar .calendar_wrap #prev a {
  border-right: 1px solid #e16557;
}
.widget_calendar .calendar_wrap #next {
  position: absolute;
  right: 0;
}
.widget_calendar .calendar_wrap #next:before {
  content: '\f105';
}
.widget_calendar .calendar_wrap #next a {
  border-left: 1px solid #e16557;
}
.widget_calendar .calendar_wrap tbody {
  background: #f2f2f2;
}
.widget_calendar .calendar_wrap tbody td {
  color: #323232;
  padding: 10px;
}
.widget_calendar .calendar_wrap tbody td a {
  color: #d93e2d;
}
.widget_calendar .calendar_wrap tbody td a:hover {
  color: #999999;
}
/* Widget Tag Cloud */
.widget_tag_cloud .tagcloud {
  overflow: hidden;
}
.widget_tag_cloud .tagcloud a {
  padding: 10px 29px;
  font-weight: 500;
  border: 1px solid #323232;
  float: left;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
  font-size: 12px !important;
}
.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #d93e2d;
}
/* Widget Search */
.widget_search form {
  position: relative;
  overflow: hidden;
}
.widget_search form label,
.widget_search form .search-field {
  width: 100%;
}
.widget_search form label:before,
.widget_search form .search-field:before {
  content: "\f002";
  padding: 12px;
  background: #d93e2d;
  color: #ffffff;
  position: absolute;
  right: 0;
}
.widget_search form .search-submit {
  position: absolute;
  right: 0;
  height: 40px;
  top: 0;
  width: 40px;
  text-indent: -999999px;
  border: none;
  background-color: transparent;
  outline: none;
}
/* Select - options styles */
.fancy-select {
  position: relative;
}
.fancy-select .trigger {
  cursor: pointer;
  padding: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fancy-select .trigger:before {
  content: "\f0d7";
  position: absolute;
  right: 13px;
  top: 13px;
}
.fancy-select .trigger.open {
  border: 1px solid #e5e5e5;
}
.fancy-select .options {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 50;
  max-height: 200px;
  min-width: 100%;
  overflow: auto;
  background: #fff;
  position: absolute;
  top: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  list-style: none;
}
.fancy-select .options.open {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.fancy-select .options li {
  padding: 10px;
  margin-bottom: 0px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fancy-select .options li:before {
  display: none;
}
.fancy-select .options li:hover {
  color: #d93e2d;
}
/* Widget Meta */
.widget_meta ul li {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}
.widget_meta ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/* Widget Archive */
.widget_archive {
  border: 5px solid #e5e5e5;
  padding: 35px;
}
.widget_archive ul li {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}
.widget_archive ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget_archive ul li a {
  color: #999999;
  padding: 0 0 0 22px;
}
.widget_archive ul li a:hover {
  color: #d93e2d;
}
.widget_archive ul li .cat-count {
  float: right;
  color: #323232;
}
.widget_archive ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  line-height: 21px;
  font-size: 14px;
  color: #d93e2d;
}
/* Widget Categories */
.widget_categories {
  border: 5px solid #e5e5e5;
  padding: 35px;
}
.widget_categories ul li {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  text-transform: lowercase;
}
.widget_categories ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget_categories ul li a {
  color: #999999;
  padding: 0 0 0 22px;
}
.widget_categories ul li a:hover {
  color: #d93e2d;
}
.widget_categories ul li .cat-count {
  float: right;
  color: #323232;
}
.widget_categories ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  line-height: 21px;
  font-size: 14px;
  color: #d93e2d;
}
/* Widget Recent Comments */
.widget_recent_comments ul li {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}
.widget_recent_comments ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/* Widget RSS */
.widget_rss .widget-title img {
  margin-bottom: 0;
}
.widget_rss ul li {
  margin-bottom: 20px;
}
.widget_rss ul li:last-child {
  margin-bottom: 0;
}
/* Widget MailChimp */
.widget_mc4wp_form_widget {
  border: 5px solid #e5e5e5;
  padding: 35px 35px 45px;
}
.widget_mc4wp_form_widget .widget-title {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.mc4wp-form .mc4wp-form-fields {
  position: relative;
  text-align: center;
}
.mc4wp-form .mc4wp-form-fields label {
  font-weight: 300;
  margin-bottom: 20px;
}
.mc4wp-form .mc4wp-form-fields p {
  margin-bottom: 0;
}
.mc4wp-form .mc4wp-form-fields p:first-child:before {
  display: none;
}
.mc4wp-form .mc4wp-form-fields input[type="email"] {
  width: 100%;
  border: 1px solid #e5e5e5;
  outline: none;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.mc4wp-form .mc4wp-form-fields p input[type="submit"] {
  outline: none;
  border: none;
  text-indent: -9999em;
  display: block;
  position: absolute;
  right: 50%;
  width: 40px;
  bottom: -59px;
  background: transparent;
  margin-right: -20px;
  padding: 9px 0;
}
.mc4wp-form .mc4wp-form-fields p:before {
  content: '\f0e0';
  display: block;
  width: 40px;
  bottom: -59px;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 50%;
  margin-right: -20px;
  background: #d93e2d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mc4wp-form .mc4wp-form-fields p:hover:before {
  color: rgba(255, 255, 255, 0.65);
}
/* Widget Access press Social */
.widget_apsc_widget .apsc-each-profile {
  margin-bottom: 10px;
}
.widget_apsc_widget .apsc-each-profile:last-child {
  margin-bottom: 0;
}
.widget_apsc_widget .apsc-each-profile a {
  display: block;
}
.widget_apsc_widget .apsc-each-profile a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.widget_apsc_widget .apsc-each-profile .apsc-inner-block {
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
}
.widget_apsc_widget .apsc-each-profile .apsc-inner-block .social-icon {
  vertical-align: middle;
}
.widget_apsc_widget .apsc-each-profile .apsc-inner-block .social-icon span {
  display: inline-block;
}
.widget_apsc_widget .apsc-each-profile .apsc-inner-block .social-icon i {
  padding: 23px 0;
  text-align: center;
  width: 60px;
  height: 60px;
  border-right: 1px solid #ffffff;
}
.widget_apsc_widget .apsc-each-profile .apsc-inner-block .social-icon .media-name {
  padding: 0px 36px;
  width: 145px;
}
.widget_apsc_widget .apsc-each-profile .apsc-inner-block .apsc-count {
  margin-right: 5px;
}
.widget_apsc_widget .apsc-each-profile .apsc-facebook-icon {
  background-color: #507cbe;
}
.widget_apsc_widget .apsc-each-profile .apsc-twitter-icon {
  background-color: #00abef;
}
.widget_apsc_widget .apsc-each-profile .apsc-google-plus-icon {
  background: #d93e2d;
}
.widget_apsc_widget .apsc-each-profile .apsc-instagram-icon {
  background-color: #3f75a2;
}
.widget_apsc_widget .apsc-each-profile .apsc-youtube-icon {
  background-color: #d12121;
}
.widget_apsc_widget .apsc-each-profile .apsc-soundcloud-icon {
  background-color: #ff5510;
}
.widget_apsc_widget .apsc-each-profile .apsc-dribble-icon {
  background-color: #ea7aa5;
}
.widget_apsc_widget .apsc-each-profile .apsc-edit-icon {
  background-color: #323232;
}
.widget_apsc_widget .apsc-each-profile .apsc-comment-icon {
  background-color: #585858;
}
/* Footer Widgets Styles */
.footer strong,
.footer b,
.footer .widget-title {
  color: #fff;
}
.footer .widget_categories {
  border: 5px solid #474747;
}
.footer .widget_categories ul li {
  border-bottom: 1px solid #474747;
}
.footer .widget_categories ul li:last-child {
  border-bottom: none;
}
.footer .widget_nav_menu ul li a,
.footer .widget_recent_entries ul li a,
.footer .widget_pages ul li a {
  color: #999;
}
.footer .widget_nav_menu ul li a:hover,
.footer .widget_recent_entries ul li a:hover,
.footer .widget_pages ul li a:hover {
  color: #d93e2d;
}
.footer .fancy-select .trigger {
  border: 1px solid #474747;
}
.footer .fancy-select .options li {
  border-bottom: none;
}
.footer .widget_rss .widget-title a {
  color: #fff;
}
.footer .widget_rss ul li a {
  color: #999;
  font-weight: 500;
}
.footer .widget_rss ul li a:hover {
  color: #d93e2d;
}
.footer .widget_tag_cloud .tagcloud a {
  border: 1px solid #474747;
  color: #999999;
}
.footer .widget_tag_cloud .tagcloud a:hover {
  color: #d93e2d;
  border: 1px solid #d93e2d;
}
.footer .widget_recent_comments ul li {
  border-bottom: 1px solid #474747;
}
.footer .widget_recent_comments ul li:last-child {
  border-bottom: none;
}
.footer .widget_recent_comments ul li a {
  color: #999;
  font-weight: 500;
}
.footer .widget_recent_comments ul li a:hover {
  color: #d93e2d;
}
.footer .widget_archive {
  border: 5px solid #474747;
}
.footer .widget_archive ul li {
  border-bottom: 1px solid #474747;
}
.footer .widget_archive ul li:last-child {
  border-bottom: none;
}
.footer .widget_meta ul li {
  border-bottom: 1px solid #474747;
}
.footer .widget_meta ul li a {
  color: #999;
}
.footer .widget_meta ul li a:hover {
  color: #d93e2d;
}
.footer .widget_meta ul li:last-child {
  border-bottom: none;
}
.footer .widget_mc4wp_form_widget {
  border: none;
  padding: 0;
}
.footer .widget_mc4wp_form_widget .widget-title {
  text-align: left;
}
.footer .widget_mc4wp_form_widget .mc4wp-form-fields label {
  width: 100%;
  text-align: left;
}
.footer .widget_mc4wp_form_widget .mc4wp-form-fields p input[type="submit"] {
  right: 0;
  bottom: 0;
  margin-right: 0;
}
.footer .widget_mc4wp_form_widget .mc4wp-form-fields p input[type="email"] {
  border: none;
  padding: 7px 40px 8px 20px;
  text-align: left;
}
.footer .widget_mc4wp_form_widget .mc4wp-form-fields p:before {
  right: 0;
  bottom: 0;
  margin-right: 0;
  padding: 13px 0;
}
/**
 * 13.0 Content
 */
.home .breadcrumbs {
  display: none;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.snone .row .col-xs-12 {
  padding: 0;
}
.sleft .row .col-md-8 {
  padding-left: 10px;
  padding-right: 0;
}
.sleft .row .col-md-4 {
  padding-left: 0;
  padding-right: 50px;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.row .col-md-8 {
  padding-left: 0;
  padding-right: 10px;
}
.row .col-md-4 {
  padding-left: 50px;
  padding-right: 0;
}
.site .breadcrumbs {
  margin: 0;
  line-height: 18px;
  font-size: 12px;
  background: #323232;
  padding: 21px 0;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.site .breadcrumbs span {
  display: inline-block;
  margin: 0 37px 0 0;
}
.site .breadcrumbs span:before {
  content: '\2022';
  color: #d93e2d;
  padding: 0 37px 0 0;
}
.site .breadcrumbs span a {
  color: #ffffff;
}
.site .breadcrumbs span a:hover {
  color: #d93e2d;
}
.site .breadcrumbs span:last-child {
  color: #d93e2d;
}
.site .breadcrumbs span:first-child:before {
  display: none;
}
.site .site-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.site .site-content .sidebar-before-content .widget {
  margin-bottom: 60px;
}
.site .site-content .sidebar-after-content .widget:first-child {
  padding-top: 60px;
}
/**
 * 13.1 Posts and pages
 */
/* Meta, date, likes, views main styles */
.post_date {
  font-weight: 500;
  font-size: 12px;
  color: #323232;
  display: block;
  position: relative;
  padding-left: 20px;
}
.post_date:before {
  content: "\f073";
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
  color: #323232;
}
.archives_clr {
  text-transform: uppercase;
}
.byline {
  font-weight: 500;
  font-size: 12px;
  color: #323232;
  margin-right: 20px;
}
.byline .fauser {
  font-size: 14px;
}
.byline .url {
  padding-left: 8px;
}
.byline .url:hover {
  color: #d93e2d;
}
.post_date,
.byline {
  float: left;
  text-transform: uppercase;
}
/* Content Posts Main Page */
.container_all_content .page_title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
}
.container_all_content .entry-footer {
  padding: 52px 0 0 0;
}
.container_all_content .entry-header .entry-title {
  font-size: 24px;
  line-height: 25px;
}
.container_all_content article {
  margin-bottom: 30px;
}
.container_all_content article:last-child {
  margin-bottom: 0;
}
.entry-content {
  /* Social links & Likes Count Info */
}
.entry-content ul li {
  line-height: 25px;
}
.entry-content ul li:before {
  content: '\2022';
  width: 5px;
  height: 5px;
  color: #d93e2d;
  padding-right: 11px;
}
.entry-content ol {
  counter-reset: section;
  list-style-type: none;
}
.entry-content ol li {
  position: relative;
  line-height: 25px;
}
.entry-content ol li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  padding-right: 11px;
  color: #d93e2d;
}
.entry-content .post_meta_info {
  margin-bottom: 30px;
  background: #f2f2f2;
}
.entry-content .post_meta_info span {
  display: block;
}
.entry-content .post_meta_info .icon_reply_like,
.entry-content .post_meta_info .share-this,
.entry-content .post_meta_info .post_likes,
.entry-content .post_meta_info .post_views {
  float: left;
}
.entry-content .post_meta_info .post_views,
.entry-content .post_meta_info .post_likes {
  font-weight: 300;
  color: #999999;
}
.entry-content .post_meta_info .icon_reply_like {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  text-align: center;
  width: 40px;
  padding: 8px 0px;
  font-size: 17px;
  background: #323232;
  color: #fff;
}
.entry-content .post_meta_info .icon_reply_like:hover {
  color: #6F6F6F;
}
.entry-content .post_meta_info .post_likes .fa-heart {
  color: #d93e2d;
  padding: 12px;
  border-right: 1px solid #d9d9d9;
  margin-right: 20px;
}
.entry-content .post_meta_info .post_likes .like_button {
  margin-right: 20px;
}
.entry-content .post_meta_info .post_likes span {
  display: inline-block;
}
.entry-content .post_meta_info .post_likes span .like_button {
  font-weight: 400;
  color: #d93e2d;
  padding: 9px 12px;
  display: inline-block;
  border-right: 1px solid #d9d9d9;
}
.entry-content .post_meta_info .post_views {
  font-weight: 500;
  color: #ffffff;
  background: #d93e2d;
  width: 143px;
  text-align: center;
  padding: 9px 0;
  float: right;
}
.entry-content .post_meta_info .share-this {
  height: 40px;
  width: 0;
  overflow: hidden;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.entry-content .post_meta_info .share-this .share-icons {
  margin-bottom: 0;
}
.entry-content .post_meta_info .share-this .share-icons li {
  width: 40px;
  float: left;
  line-height: 20px;
}
.entry-content .post_meta_info .share-this .share-icons li:before {
  display: none;
}
.entry-content .post_meta_info .share-this .share-icons li:last-child {
  margin-right: 0;
}
.entry-content .post_meta_info .share-this .share-icons li a {
  display: block;
  text-align: center;
  padding: 10px 0px;
  color: #ffffff;
  font-size: 14px;
}
.entry-content .post_meta_info .share-this .share-icons li a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.entry-content .post_meta_info.active .share-this {
  display: block;
  width: 161px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.entry-content .post_image {
  position: relative;
  width: 48%;
  float: left;
}
.entry-content .post_image img {
  margin-bottom: 0px;
}
.entry-content .post_image .cat-links {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.single .entry-content .post_image .cat-links {
	position: static;
}
.entry-content .post_image h1 {
  font-size: 30px;
  line-height: 40px;
}
.entry-content .post_no_image h1 {
  font-size: 30px;
  line-height: 40px;
	word-wrap: break-word;
}
.entry-content .post_no_image .cat-links {
  margin-bottom: 30px;
}
.entry-content .post-thumbnail:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}
.entry-content .post-thumbnail:hover:before {
  background: rgba(50, 50, 50, 0.5);
}
.entry-content .featured-media {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.entry-content .post_no_thumb_content p:last-child {
  margin-bottom: 0;
}
.entry-content .post_no_thumb_content p a {
  color: #d93e2d;
}
.entry-content .post_no_thumb_content p a img {
  margin-bottom: 0;
}
.entry-content .post_no_thumb_content .title_home {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 25px;
}
.entry-content .post_no_thumb_content .archives_clr {
  position: relative;
  text-transform: uppercase;
  margin: 0 0 26px 0;
}
.entry-content .post_content {
  /* list style for content */
  float: left;
  padding: 28px 0 0 30px;
  width: 52%;
}
.entry-content .post_content p:last-child {
  margin-bottom: 0;
}
.entry-content .post_content p a {
  color: #d93e2d;
}
.entry-content .post_content p a img {
  margin-bottom: 0;
}
.entry-content .post_content .title_home {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 25px;
}
.entry-content .post_content .share-icons {
  list-style: none;
}
.entry-content .post_content .archives_clr {
  position: relative;
  text-transform: uppercase;
  margin: 0 0 26px 0;
}
.entry-content .post_content .page-links {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #323232;
}
.entry-content .post_content .page-links span {
  padding: 8px 16px;
  border: 1px solid #e5e5e5;
  display: block;
  float: left;
  margin-right: 5px;
}
.entry-content .post_content .page-links > span.active {
  background: #d93e2d;
  color: #ffffff;
  border: 1px solid #d93e2d;
}
.entry-content .post_content .page-links a span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.entry-content .post_content .page-links a span:hover.active {
  background: #d93e2d;
  color: #ffffff;
  border: 1px solid #d93e2d;
}
/* Content Posts Archive, By Category Page */
.archive .entry-header {
  margin-bottom: 30px;
}
.archive .entry-header .startup_cat {
  text-transform: uppercase;
  border-top: 5px solid #d93e2d;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.archive .entry-header .startup_cat .category_title,
.archive .entry-header .startup_cat .category_list {
  float: left;
}
.archive .entry-header .startup_cat .category_title {
  font-size: 24px;
  font-weight: 700;
  color: #323232;
  padding: 10px 40px;
  border-right: 1px solid #e5e5e5;
  margin-right: 40px;
}
.archive .entry-header .startup_cat .category_list {
  margin-bottom: 0px;
}
.archive .entry-header .startup_cat .category_list li {
  float: left;
  font-weight: 700;
  font-size: 12px;
  margin-right: 36px;
}
.archive .entry-header .startup_cat .category_list li a {
  color: #999999;
  padding: 18px 0px;
  display: block;
}
.archive .entry-header .startup_cat .category_list li a:hover {
  color: #d93e2d;
}
.archive .entry-header .startup_cat .category_list li.current-cat a {
  color: #323232;
}
.archive .entry-header .startup_cat .category_list li:last-child {
  margin-right: 0px;
}
/* Content Single Post & Excerpt Full Single Page Content */
.main_single article {
  border-bottom: none;
  margin-bottom: 45px;
}
.main_single article .entry-content .post_image,
.main_single article .entry-content .post_no_image {
  float: none;
  width: auto;
  margin-bottom: 27px;
}
.main_single article .entry-content .post_image img {
  margin-bottom: 30px;
}
.main_single article .entry-content .post_image .fa-volume-down,
.main_single article .entry-content .post_image .fa-play {
  display: none;
}
.main_single article .entry-content .post_no_image {
  display: block;
}
.main_single article .entry-content .post_no_image .fa-play {
  display: none;
}
.main_single article .entry-content .post_content {
  float: none;
  width: auto;
  padding: 0;
}
.main_single article .entry-content .post_content .share-icons {
  margin-bottom: 0;
}
.main_single article .entry-content .post_content.status_post {
  padding: 30px 10px;
}
/**
 * 13.2 Post Formats Styles
 */
.entry-content .post_image {
  position: relative;
}
.entry-content .post_image.audio_post .fa-volume-down {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -22px;
  font-size: 44px;
  color: #fff;
}
.entry-content .post_image.video_post .fa-play {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -22px;
  font-size: 44px;
  color: #fff;
}
.entry-content .post_no_image.audio_post .fa-play {
  display: none;
}
.entry-content .post_no_image.video_post .fa-play {
  display: none;
}
.entry-content .post_content.status_post,
.entry-content .post_content.aside_post,
.entry-content .post_content.link_post,
.entry-content .post_content.quote_post {
  width: 100%;
  float: none;
  text-align: center;
  padding: 30px 10px;
}
.entry-content .post_content.quote_post blockquote {
  margin-bottom: 0;
}
.entry-content .post_content.status_post .author-avatar .title_home a {
  background: #d93e2d;
  color: #ffffff;
  display: inline-block;
  padding: 12px;
}
.entry-content .post_content.status_post .author-avatar .title_home a:hover {
  background: #323232;
}
/* All searcher input styles */
.search-field {
  border: 1px solid #e5e5e5;
  padding: 0 40px 0 20px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.search-field::-webkit-input-placeholder {
  color: #999;
}
.search-field::-moz-placeholder {
  color: #999;
}
.search-field:-moz-placeholder {
  color: #999;
}
.search-field:-ms-input-placeholder {
  color: #999;
}
.search-field:focus {
  outline: none;
}
/* Nothing found search page */
.post_search h1 {
  font-size: 24px;
  line-height: 25px;
}
.post_search .post_search_content form {
  position: relative;
  overflow: hidden;
  width: 350px;
}
.post_search .post_search_content form label,
.post_search .post_search_content form .search-field {
  width: 100%;
}
.post_search .post_search_content form label:before,
.post_search .post_search_content form .search-field:before {
  content: "\f002";
  padding: 12px;
  background: #d93e2d;
  color: #ffffff;
  position: absolute;
  right: 0;
}
.post_search .post_search_content form .search-submit {
  position: absolute;
  right: 0;
  height: 40px;
  top: 0;
  width: 40px;
  text-indent: -999999px;
  border: none;
  background-color: transparent;
  outline: none;
}
/* 404 error page */
.error404 .post_404_not_found {
  text-align: center;
  position: relative;
}
.error404 .post_404_not_found .page_title_404 {
  font-weight: 700;
  font-size: 100px;
  line-height: 60px;
  color: #d93e2d;
  margin-bottom: 35px;
}
.error404 .post_404_not_found .main_title_404 {
  font-weight: 500;
  color: #323232;
  font-size: 30px;
  margin-bottom: 51px;
}
.error404 .post_404_not_found .page_message_404 {
  margin-bottom: 20px;
}
.error404 .post_404_not_found form {
  position: relative;
  overflow: hidden;
  width: 350px;
  margin: 0 auto;
}
.error404 .post_404_not_found form label,
.error404 .post_404_not_found form .search-field {
  width: 100%;
}
.error404 .post_404_not_found form label:before,
.error404 .post_404_not_found form .search-field:before {
  content: "\f002";
  padding: 12px;
  background: #d93e2d;
  color: #ffffff;
  position: absolute;
  right: 0;
}
.error404 .post_404_not_found form .search-submit {
  position: absolute;
  right: 0;
  height: 40px;
  top: 0;
  width: 40px;
  text-indent: -999999px;
  border: none;
  background-color: transparent;
  outline: none;
}
.error404 .homepage_link {
  padding-top: 20px;
}
.error404 .homepage_link .homepage_link_else {
  display: block;
  margin-bottom: 20px;
}
.error404 .homepage_link a {
  display: inline-block;
  border: 1px solid #323232;
  font-size: 12px;
  width: 116px;
  padding: 11px 0;
}
/* Single Post Image Page */
.attachment_single article .entry-content h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}
.attachment_single article .entry-content .post_image {
  width: auto;
  float: none;
}
/* Main pagination */
.main_pagination_page {
  clear: both;
}
.pagination {
  text-align: left;
  display: block;
  float: left;
  margin: 0;
}
.pagination .nav-links {
  font-weight: 500;
  font-size: 16px;
  color: #323232;
  text-transform: uppercase;
  overflow: hidden;
}
.pagination .nav-links .prev,
.pagination .nav-links .next {
  background: #e5e5e5;
}
.pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 8px 14px;
  float: left;
  margin: 0 10px 4px 0px;
}
.pagination .nav-links .page-numbers:hover {
  background-color: #d93e2d;
  border: 1px solid #d93e2d;
  color: #fff;
}
.pagination .nav-links .page-numbers.current {
  background: #d93e2d;
  border: 1px solid #d93e2d;
  color: #fff;
}
/* Author info in post content */
.author-info {
  margin-bottom: 60px;
  background-color: #f7f7f7;
}
.author-info img {
  margin: 0;
}
.author-info .author-avatar {
  float: left;
  margin-right: 40px;
}
.author-info .author-description {
  display: table;
  padding: 20px 55px 0 0px;
}
.author-info .author-description .author-title {
  font-size: 30px;
  margin-bottom: 22px;
  line-height: 30px;
}
.author-info .author-description .author-bio {
  margin-bottom: 28px;
}
.author-info .author-description .author-bio .author-link {
  display: block;
  text-align: right;
}
.author-info .author-description .share-icons {
  list-style: none;
  margin-bottom: 0;
}
.author-info .author-description .share-icons li {
  font-size: 14px;
  float: left;
}
.author-info .author-description .share-icons li a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 12px 0;
}
.author-info .author-description .share-icons li a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.author-info .author-description .share-icons li:last-child {
  margin: 0;
}
/* Edit Post*/
.entry-footer {
  text-align: center;
  padding: 20px 0;
	clear: both;
}
.entry-footer .edit-link {
  display: block;
	clear: both;
}
.entry-footer .edit-link:before {
  content: "\f040";
  margin-right: 5px;
  color: #323232;
}
.entry-footer .edit-link a:hover {
  color: #d93e2d;
}
/* Is Sticky Label */
.post {
  overflow: hidden;
  position: relative;
}
.post .sticky {
  z-index: 20;
  position: absolute;
  background: #D93E2D;
  color: #ffffff;
  text-align: center;
  top: -12px;
  right: -32px;
  width: 80px;
  height: 40px;
  line-height: 54px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post .sticky i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Password protected post */
.post-password-form label {
  float: left;
}
.post-password-form p {
  overflow: hidden;
}
.post-password-form input {
  border: none;
  outline: none;
}
.post-password-form input[type="password"] {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  padding: 11px 19px;
}
.post-password-form input[type="submit"] {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #d93e2d;
  padding: 12px 23px;
  color: #fff;
  float: left;
}
.post-password-form input[type="submit"]:hover {
  color: #D6867E;
}
.entry-caption {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-weight: 500;
  margin-bottom: 35px;
}
.entry-caption p {
  margin-bottom: 0px;
}
.entry-caption:last-child {
  margin-bottom: 0px;
}
/* Tags */
.tags-links {
  font-size: 10px;
  text-transform: uppercase;
}
.tags-links a {
  float: left;
  padding: 7px 10px 7px 15px;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #e6e6e6;
  position: relative;
  margin: 0px 3px 3px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tags-links a:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 6px;
  border: 2px solid #e6e6e6;
}
/* Back to top */
.to-top {
  background-color: rgba(50, 50, 50, 0.46);
  color: #ffffff;
  cursor: pointer;
  font-size: 23px;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 11px;
  text-align: center;
  line-height: 38px;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.to-top:hover {
  background-color: #323232;
}
/**
 * 13.3 Comments
 */
/* Comment posts area descriptions */
.bypostauthor {
  background: #FFF;
}
.comments-area {
  /* Comments form area */
}
.comments-area .comment-list-wrap .comment-list .pingback {
  margin-bottom: 20px;
}
.comments-area .comment-list-wrap .comment-list .bypostauthor {
  background: #FFF;
}
.comments-area .comment-list-wrap .comment-list .comment .children {
  margin-left: 60px;
  padding-left: 0;
}
.comments-area .comment-list-wrap .comment-list .comment .children li {
  margin-bottom: 0;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body {
  padding: 0 40px;
  margin-bottom: 60px;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_avatar_image {
  position: absolute;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_avatar_image img {
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content {
  width: 100%;
  padding: 0 0 0 85px;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_author {
  margin-bottom: 5px;
  padding-top: 17px;
  color: #d93e2d;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_author .reply {
  float: right;
  position: relative;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_author .reply a:after {
  content: '\f112';
  font-size: 17px;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_author .reply a:hover {
  color: #d93e2d;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_author .comment_author_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  float: left;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_author .comment_author_title a {
  color: #d93e2d;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_author .comment_author_title a:hover {
  color: #323232;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment-awaiting-moderation {
  margin-bottom: 7px;
  display: inline-block;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_metadata {
  margin-bottom: 29px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_main_content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_main_content ul li {
  line-height: 25px;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_main_content ul li:before {
  content: '\2022';
  width: 5px;
  height: 5px;
  color: #d93e2d;
  padding-right: 11px;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_main_content ol {
  counter-reset: section;
  list-style-type: none;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_main_content ol li {
  position: relative;
  line-height: 25px;
}
.comments-area .comment-list-wrap .comment-list .comment .comment-body .comments_content .comment_main_content ol li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  padding-right: 11px;
  color: #d93e2d;
}
.comments-area .comment-respond {
  margin-bottom: 60px;
}
.comments-area .comment-respond form {
  overflow: hidden;
}
.comments-area .comment-respond form textarea {
  padding: 9px 19px;
  width: 100%;
  border: 1px solid #e6e6e6;
  display: block;
  height: 196px;
  font-size: 12px;
  font-weight: 500;
}
.comments-area .comment-respond form input {
  width: 100%;
  padding: 11px 19px;
  border: 1px solid #E6E6E6;
}
.comments-area .comment-respond form input[type="checkbox"] {
	width: auto;
}
.comments-area .comment-respond form p {
  margin-bottom: 0;
}
.comments-area .comment-respond form .logged-in-as {
  margin-bottom: 20px;
}
.comments-area .comment-respond form .logged-in-as a {
  color: #d93e2d;
}
.comments-area .comment-respond form .logged-in-as a:hover {
  color: #323232;
}
.comments-area .comment-respond form .comment-form-author,
.comments-area .comment-respond form .comment-form-email,
.comments-area .comment-respond form .comment-form-url {
  float: left;
  width: 250px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
}
.comments-area .comment-respond form .comment-form-url {
  margin-right: 0;
}
.comments-area .comment-respond form .comment-form-comment {
  width: 100%;
  clear: both;
  padding: 10px 0 0 0;
  margin-bottom: 30px;
}
.comments-area .comment-respond form .form-submit {
	margin-top: 15px;
  text-align: center;
  outline: none;
  color: #fff;
}
.comments-area .comment-respond form .form-submit input {
  background: #d93e2d;
  padding: 11px 0px;
  width: 156px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.comments-area .comment-respond form .form-submit input:hover {
  color: #D6867E;
}
.comments-area .comment-respond form .comment-subscription-form {
  padding-top: 10px;
}
/**
 * 14.0 Footer
 */
.footer {
  background: #323232;
}
.footer .footer_additional_sidebar {
  background: #282828;
  padding: 100px 0;
}
.footer .footer_top {
  padding: 60px 0 60px;
}
.footer .footer_top .widget_mc4wp_form_widget .widget-title {
  font-size: 24px;
}
.footer .footer_top .static_widget {
  border: 5px solid #474747;
  text-align: center;
  padding: 55px 46px;
}
.footer .footer_top .static_widget div:last-child {
  margin-bottom: 0;
}
.footer .footer_top .static_widget .logo_footer_top {
  text-align: center;
}
.footer .footer_top .static_widget .logo_footer_top .logo_big {
  margin: 0;
}
.footer .footer_top .static_widget .static_widget_text {
  padding-top: 28px;
}
.footer .footer_top .static_widget .main-nav-top {
  padding-top: 28px;
}
.footer .footer_top .static_widget .main-nav-top ul {
  margin-bottom: 0;
  display: inline-block;
}
.footer .footer_top .container .row {
  margin: 0 -30px 0;
}
.footer .footer_top .container .row .col-md-4 {
  padding: 0 30px 0;
}
.footer .footer_top .container .row .col-md-4:last-child {
  margin: 0;
}
.footer .footer_bottom {
  background: #d93e2d;
  padding: 25px 0;
}
.footer .footer_bottom .menu_footer_main {
  text-align: center;
}
.footer .footer_bottom .menu_footer_main .footer_menu {
  display: inline-block;
}
.footer .footer_bottom .menu_footer_main .footer_menu ul {
  margin-bottom: 0;
}
.footer .footer_bottom .menu_footer_main .footer_menu ul li {
  position: relative;
  display: inline-block;
  padding: 0 28px;
}
.footer .footer_bottom .menu_footer_main .footer_menu ul li:hover a {
  color: #323232;
}
.footer .footer_bottom .menu_footer_main .footer_menu ul li:before {
  content: '\2022';
  color: #323232;
  position: absolute;
  font-size: 12px;
  right: 0;
  top: 3px;
}
.footer .footer_bottom .menu_footer_main .footer_menu ul li:first-child {
  margin-right: 0;
}
.footer .footer_bottom .menu_footer_main .footer_menu ul li:last-child:before {
  display: none;
}
.footer .footer_bottom .menu_footer_main .footer_menu ul li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.footer .footer_bottom_copyright {
  padding: 55px 0;
  background: #fff;
}
.footer .footer_bottom_copyright .copyright_footer {
  text-align: center;
}
.footer .footer_bottom_copyright .copyright_footer .copyright a {
  color: #d93e2d;
}
.footer .footer_bottom_copyright .copyright_footer .copyright a:hover {
  color: #323232;
}
/**
 * 15.0 Media
 */
iframe {
  margin: 0 auto;
}
.mejs-container {
  z-index: 10;
  margin-bottom: 30px;
}
.embed-responsive-16by9 {
  margin-bottom: 30px;
}
.twitter-tweet {
  width: 288px !important;
  margin: 0 auto;
}
.main_single .twitter-tweet {
  width: 522px !important;
  margin: 0 auto;
}
.sb_instagram_header {
  display: none;
}
/**
 * 15.1 Captions
 */
.wp-caption {
  width: auto;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: 30px;
}
.wp-caption .wp-caption-text {
  padding-top: 15px;
  font-size: 12px;
}
/**
 * 15.2 Galleries
 */
.gallery-item {
  display: inline-block;
  padding: 1%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-icon {
  margin-bottom: 20px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/**
 * 16.0 Print Style Sheets
 */
@media print {
  body {
    background: white;
    font-size: 10pt;
    margin: 0;
  }
  .secondary {
    display: none;
  }
  .logo-bar {
    height: 75px;
  }
  #content {
    margin-left: 0;
    float: none;
    width: auto;
  }
  #content a {
    font-weight: bold;
    color: #000066;
    text-decoration: underline;
  }
  .demo .red {
    color: black;
    font-weight: bold;
  }
  #content {
    margin-left: 0;
    float: none;
    width: auto;
  }
  .footer,
  .ad {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h3 {
    margin-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }
  img.left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/**
 * 17.0 Google Map Style
 */
a[href^="http://maps.google.com/maps"],
[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}
/**
 *  - Contact Form7
 */
.wpcf7 form p,
.wpcf7 form div {
  font-weight: 500;
  font-size: 12px;
  color: #424242;
  margin-bottom: 20px;
}
.wpcf7 form p span,
.wpcf7 form div span {
  display: block;
}
.wpcf7 form p:last-child,
.wpcf7 form div:last-child {
  margin-bottom: 0px;
}
.wpcf7 form input,
.wpcf7 form textarea {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7 form textarea {
  height: 119px;
}
.wpcf7 form .title_name,
.wpcf7 form .title_email,
.wpcf7 form .title_web,
.wpcf7 form .title_comnt {
  margin-bottom: 17px;
}
.wpcf7 form .top_fields {
  margin-bottom: 20px;
}
.wpcf7 form .left {
  margin-bottom: 0px;
  float: left;
  margin-right: 30px;
  width: 270px;
  font-weight: 500;
}
.wpcf7 form .left:last-child {
  margin: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0px;
  color: #777777;
  border: 2px solid #f7c12a;
}
.wpcf7 form .wpcf7-not-valid-tip {
  color: #f7c12a;
}
.wpcf7 form .wpcf7-submit {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  border: none;
  width: 170px;
  padding: 7px 0px;
  background: #f7c12a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wpcf7 form .wpcf7-submit:hover {
  background: #424242;
}
/**
 * 18.0 Unyson Page Builder
 */
.container_unyson .page_title {
  display: none;
}
.container_unyson .col-xs-12 {
  padding: 0;
}
.container_unyson .fw-flash-messages {
  text-align: center;
  position: absolute;
  bottom: 500px;
  width: 100%;
}
.container_unyson .fw-page-builder-content {
  /* Full Width Unyson Section Extension */
}
.container_unyson .fw-page-builder-content .container_full_width .fw-container-fluid,
.container_unyson .fw-page-builder-content .container_full_width .fw-container,
.container_unyson .fw-page-builder-content .container_full_width .fw-col-xs-12 {
  padding: 0;
}
.container_unyson .fw-page-builder-content .container_full_width .fw-row {
  margin: 0;
}
.container_unyson .fw-page-builder-content .fw-container,
.container_unyson .fw-page-builder-content .fw-container-fluid {
  /* Custom built-in option types unyson */
  /* Widget content details unyson */
  /* Contact Form Unyson */
  /* Accordion */
}
.container_unyson .fw-page-builder-content .fw-container .text_block_widget ul li,
.container_unyson .fw-page-builder-content .fw-container-fluid .text_block_widget ul li {
  line-height: 25px;
}
.container_unyson .fw-page-builder-content .fw-container .text_block_widget ul li:before,
.container_unyson .fw-page-builder-content .fw-container-fluid .text_block_widget ul li:before {
  content: '\2022';
  width: 5px;
  height: 5px;
  color: #d93e2d;
  padding-right: 11px;
}
.container_unyson .fw-page-builder-content .fw-container .text_block_widget ol,
.container_unyson .fw-page-builder-content .fw-container-fluid .text_block_widget ol {
  counter-reset: section;
  list-style-type: none;
}
.container_unyson .fw-page-builder-content .fw-container .text_block_widget ol li,
.container_unyson .fw-page-builder-content .fw-container-fluid .text_block_widget ol li {
  position: relative;
  line-height: 25px;
}
.container_unyson .fw-page-builder-content .fw-container .text_block_widget ol li:before,
.container_unyson .fw-page-builder-content .fw-container-fluid .text_block_widget ol li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  padding-right: 11px;
  color: #d93e2d;
}
.container_unyson .fw-page-builder-content .fw-container .widget-content-details .widget-title,
.container_unyson .fw-page-builder-content .fw-container-fluid .widget-content-details .widget-title {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
.container_unyson .fw-page-builder-content .fw-container .widget-content-details .fw-contdetails .fw-contdetails-image i:before,
.container_unyson .fw-page-builder-content .fw-container-fluid .widget-content-details .fw-contdetails .fw-contdetails-image i:before {
  color: #d93e2d;
}
.container_unyson .fw-page-builder-content .fw-container .widget-content-details .fw-contdetails .fw-contdetails-title,
.container_unyson .fw-page-builder-content .fw-container-fluid .widget-content-details .fw-contdetails .fw-contdetails-title {
  color: #999;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .fw-row,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .fw-row {
  margin-left: -5px;
  margin-right: -5px;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .fw-row .field-text,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .fw-row .field-text,
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .fw-row .field-textarea,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .fw-row .field-textarea {
  padding-bottom: 10px;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .fw-row .fw-col-xs-12,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .fw-row .fw-col-xs-12,
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .fw-row .fw-col-sm-6,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .fw-row .fw-col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .title h2,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .title h2 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-text,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-text {
  margin-bottom: 0;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-text label,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-text label {
  color: #323232;
  margin-bottom: 0;
  display: block;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"],
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"] {
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* Firefox 18- */
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]::-webkit-input-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]::-moz-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]::-moz-placeholder {
  color: #999;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]:-moz-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]:-moz-placeholder {
  color: #999;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]:-ms-input-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]:-ms-input-placeholder {
  color: #999;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]::-webkit-input-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]::-webkit-input-placeholder {
  font-style: normal;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]::-moz-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]::-moz-placeholder {
  font-style: normal;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]:-moz-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]:-moz-placeholder {
  font-style: normal;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]:-ms-input-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-text input[type="text"]:-ms-input-placeholder {
  font-style: normal;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-textarea,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-textarea {
  padding: 0;
  margin-bottom: 30px;
  line-height: 0;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-textarea label,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-textarea label {
  color: #323232;
  margin-bottom: 0;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-textarea textarea,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-textarea textarea {
  height: 200px;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 15px 20px;
  resize: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-textarea textarea::-webkit-input-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-textarea textarea::-webkit-input-placeholder {
  font-style: normal;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-textarea textarea::-moz-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-textarea textarea::-moz-placeholder {
  font-style: normal;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-textarea textarea:-moz-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-textarea textarea:-moz-placeholder {
  font-style: normal;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form .wrap-forms .form-builder-item .field-textarea textarea:-ms-input-placeholder,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form .wrap-forms .form-builder-item .field-textarea textarea:-ms-input-placeholder {
  font-style: normal;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form input[type="submit"],
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form input[type="submit"] {
  background: #d93e2d;
  color: #fff;
  padding: 11px 0;
  width: 156px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container_unyson .fw-page-builder-content .fw-container .form-wrapper form input[type="submit"]:hover,
.container_unyson .fw-page-builder-content .fw-container-fluid .form-wrapper form input[type="submit"]:hover {
  color: #D6867E;
}
.container_unyson .fw-page-builder-content .fw-container .fw-accordion,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion {
  border: none;
}
.container_unyson .fw-page-builder-content .fw-container .fw-accordion .fw-accordion-title,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion .fw-accordion-title {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 1px 40px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container_unyson .fw-page-builder-content .fw-container .fw-accordion .fw-accordion-title:before,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion .fw-accordion-title:before {
  content: '\f0e5';
  font-size: 24px;
  margin-right: 10px;
  color: #d93e2d;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container_unyson .fw-page-builder-content .fw-container .fw-accordion .fw-accordion-title span,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion .fw-accordion-title span {
  background: none;
  display: block;
  float: right;
  position: static;
  width: auto;
  height: auto;
}
.container_unyson .fw-page-builder-content .fw-container .fw-accordion .fw-accordion-title span:before,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion .fw-accordion-title span:before {
  content: '\f107';
  font-size: 24px;
}
.container_unyson .fw-page-builder-content .fw-container .fw-accordion .fw-accordion-title.ui-state-active,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion .fw-accordion-title.ui-state-active {
  background: #d93e2d;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container_unyson .fw-page-builder-content .fw-container .fw-accordion .fw-accordion-title.ui-state-active span:before,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion .fw-accordion-title.ui-state-active span:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.container_unyson .fw-page-builder-content .fw-container .fw-accordion .fw-accordion-title.ui-state-active:before,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion .fw-accordion-title.ui-state-active:before {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container_unyson .fw-page-builder-content .fw-container .fw-accordion .fw-accordion-content p,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion .fw-accordion-content p {
  padding: 30px 40px;
}
.container_unyson .fw-page-builder-content .fw-container .fw-accordion .fw-accordion-content.ui-accordion-content-active,
.container_unyson .fw-page-builder-content .fw-container-fluid .fw-accordion .fw-accordion-content.ui-accordion-content-active {
  background: #f2f2f2;
  margin-bottom: 15px;
}
/**
 * Widgeteria After Page
 */
.shortcode-widget-area .widget ul li:before {
  display: none;
}
/**
 * 19.0 Media Queries
 */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@media only screen and (max-width: 1500px) {
  .fixed_header_sticky .header-sticky .container {
    width: 880px;
  }
}
@media only screen and (max-width: 1200px) {
  .fixed_header_sticky .header-sticky {
    text-align: center;
  }
  .fixed_header_sticky .header-sticky .container {
    width: auto;
  }
  .fixed_header_sticky .header-sticky .logo_main {
    position: static;
  }
  .fixed_header_sticky .header-sticky .nav_bar_fixed_menu {
    display: inline-block;
    position: static;
  }
  .fixed_header_sticky .menu-strip .main-nav .menu li {
    padding: 0 14px;
  }
  .fixed_header_sticky .menu-strip .main-nav .menu #more-li .fa-bars {
    padding-top: 1px;
  }
  .fixed_header_sticky .menu-strip .nav_bar_fixed_menu {
    top: auto;
  }
  .widget_calendar .calendar_wrap #prev:before,
  .widget_calendar .calendar_wrap #next:before,
  .widget_calendar .calendar_wrap #prev a,
  .widget_calendar .calendar_wrap #next a {
    width: 48px;
  }
  .main_single .comments-area .comments-form .comment-form-author,
  .main_single .comments-area .comments-form .comment-form-email,
  .main_single .comments-area .comments-form .comment-form-url {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .secondary .widget_apsc_widget .apsc-each-profile .apsc-inner-block .social-icon .media-name {
    padding: 0 6px;
    width: auto;
  }
}
@media only screen and (max-width: 992px) {
  body .site .site-content {
    padding-top: 50px;
  }
  body .site .container .row .col-md-8 {
    padding: 0;
  }
  body .site .container .row .col-md-4 {
    padding: 0;
  }
  body .site .site-content .startup_cat .category_title {
    margin-right: 20px;
  }
  body .site .site-content .startup_cat .category_list li {
    margin-right: 10px;
  }
  body .site .site-content .container_all_content {
    margin-bottom: 50px;
  }
  body .footer .footer_top .container .row {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  body {
    /* Responsive menu */
  }
  body .breadcrumbs {
    display: none;
  }
  body .style1 .nav-bar-top {
    margin-bottom: 30px;
  }
  body .style1 .nav-bar-top .logo .text-logo .blogname {
    font-size: 50px;
  }
  body .style1 .nav-bar-top .logo .text-logo .blogdescr {
    font-size: 16px;
  }
  body .logo-bar .text-logo .blogname,
  body .logo-bar .text-logo .blogdescr {
    margin: 0;
  }
  body .fixed_header_sticky {
    height: auto;
  }
  body .fixed_header_sticky .menu-strip .logo_main {
    top: 0;
    position: static;
    display: none;
  }
  body .fixed_header_sticky .menu-strip .nav_bar_fixed_menu {
    display: none;
  }
  body .fixed_header_sticky .menu-strip .main-nav .menu #more-li {
    display: none;
  }
  body .fixed_header_sticky .menu-strip .main-nav .menu li {
    padding: 10px 0;
  }
  body .fixed_header_sticky .menu-strip.header-sticky .logo_main {
    display: block;
  }
  body .fixed_header_sticky .pagetwo-menu-strip .main-nav ul li {
    padding: 10px 0;
  }
  body .fixed_header_sticky .menu-strip,
  body .fixed_header_sticky .pagetwo-menu-strip {
    padding: 10px 0;
    text-align: center;
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb,
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb {
    top: 8px;
    display: inline-block;
    outline: none;
    border: none;
    width: 33px;
    background: none;
    height: 35px;
    position: relative;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb span,
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #323232;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb span:nth-child(1),
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb span:nth-child(1) {
    top: 0px;
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb span:nth-child(2),
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb span:nth-child(2) {
    top: 10px;
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb span:nth-child(3),
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb span:nth-child(3) {
    top: 10px;
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb span:nth-child(4),
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb span:nth-child(4) {
    top: 20px;
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb.open span,
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb.open span {
    background: #d3531a;
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb.open span:nth-child(1),
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb.open span:nth-child(2),
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb.open span:nth-child(3),
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb.open span:nth-child(4),
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb.open span:nth-child(4) {
    top: 13px;
    width: 0%;
    left: 50%;
  }
  body .fixed_header_sticky .menu-strip .main_nav_humb:hover span,
  body .fixed_header_sticky .pagetwo-menu-strip .main_nav_humb:hover span {
    background: #d3531a;
  }
  body .fixed_header_sticky .menu-strip .main-nav,
  body .fixed_header_sticky .pagetwo-menu-strip .main-nav {
    display: none;
  }
  body .fixed_header_sticky .menu-strip .main-nav ul,
  body .fixed_header_sticky .pagetwo-menu-strip .main-nav ul {
    padding: 0;
  }
  body .fixed_header_sticky .menu-strip .main-nav ul li,
  body .fixed_header_sticky .pagetwo-menu-strip .main-nav ul li {
    display: block;
  }
  body .fixed_header_sticky .menu-strip .main-nav ul li:before,
  body .fixed_header_sticky .pagetwo-menu-strip .main-nav ul li:before {
    display: none;
  }
  body .fixed_header_sticky .menu-strip .main-nav ul li ul,
  body .fixed_header_sticky .pagetwo-menu-strip .main-nav ul li ul {
    text-align: center;
    width: 100%;
  }
  body .fixed_header_sticky .menu-strip .main-nav ul li ul li a,
  body .fixed_header_sticky .pagetwo-menu-strip .main-nav ul li ul li a {
    padding: 0;
  }
  body .fixed_header_sticky .menu-strip .main-nav ul li ul li ul,
  body .fixed_header_sticky .pagetwo-menu-strip .main-nav ul li ul li ul {
    left: 0;
  }
  body .site .container .row .col-md-8,
  body .site .container .row .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .site .container .main_single .post_meta_info .post_views {
    display: none;
  }
  body .site .container .main_single .navigation .nav-previous .meta-nav,
  body .site .container .main_single .navigation .nav-next .meta-nav {
    margin-bottom: 0;
    font-size: 19px;
  }
  body .site .container .main_single .navigation .nav-previous .post-title,
  body .site .container .main_single .navigation .nav-next .post-title {
    display: none;
    vertical-align: middle;
  }
  body .site .secondary .widget_mc4wp_form_widget .widget-title {
    font-size: 20px;
  }
  body .site .container_unyson .entry-content .fw-page-builder-content .fw-main-row .fw-container .fw-row .fw-divider-space {
    display: none;
  }
  body .site .container_unyson .entry-content .fw-page-builder-content .fw-main-row .fw-container .fw-row .fw-accordion .fw-accordion-title {
    line-height: 1.5;
    padding: 14px;
  }
  body .site .container_unyson .entry-content .fw-page-builder-content .fw-main-row .fw-container .fw-row .fw-col-xs-12 {
    margin-bottom: 30px;
  }
  body .site .container_unyson .entry-content .fw-page-builder-content .fw-main-row .fw-container .fw-row .fw-col-xs-12 .contact-form form .wrap-forms .fw-row .fw-col-xs-12 {
    margin-bottom: 0;
  }
  body .footer .footer_additional_sidebar .container .row .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .footer .footer_top .container .row {
    margin: 0;
  }
  body .footer .footer_top .container .row .col-md-4 {
    margin-bottom: 40px;
  }
  body .footer .footer_bottom .menu_footer_main .footer_menu ul li {
    padding: 10px 0;
    display: block;
  }
  body .footer .footer_bottom .menu_footer_main .footer_menu ul li:before {
    display: none;
  }
  .blog .entry-content .post_image,
  .archive .entry-content .post_image,
  .blog .entry-content .post_content,
  .archive .entry-content .post_content {
    width: 100%;
    float: none;
  }
  .blog .entry-content .post_content,
  .archive .entry-content .post_content {
    padding-left: 0;
  }
  .archive .site-content {
    padding-top: 20px;
  }
  .archive .site-content .startup_cat .category_title {
    width: 100%;
    text-align: center;
  }
  .archive .site-content .startup_cat .category_list {
    width: 100%;
    text-align: center;
  }
  .archive .site-content .startup_cat .category_list li {
    float: none;
  }
  .archive .site-content .startup_cat .category_list li a {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar .header-sticky,
  .admin-bar .header-sticky_two {
    top: 0;
  }
  .fixed_header_sticky .menu-strip .text-logo_small {
    display: none;
  }
}
/*gutenberg styles*/
figure img {
	margin-bottom: 0;
}
.wp-block-button__link {
	margin-bottom: 4px;
}
.wp-block-button__link:hover {
	opacity: .85;
}
.blocks-gallery-item:before {
	display: none;
}
.wp-block-quote.is-style-large:before {
	top: -95px;
}
.has-large-font-size,
p[style*='font-size'] {
	line-height: 1.1;
}
.wp-block-group.has-background {
	padding: 1em;
}
.entry-content .post_content .page-links span span {
	border: none;
	padding: 0;
	margin: 0;
}

/* unit test homepage fullwidth sidebars fix */
.sidebar-before-header,
.sidebar-after-header,
.sidebar-before-content,
.sidebar-before-loop,
.sidebar-after-content,
.sidebar-before-footer,
.footer_additional_sidebar .col-md-12 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sidebar-before-header > .widget,
.sidebar-after-header > .widget,
.sidebar-before-content > .widget,
.sidebar-before-loop > .widget,
.sidebar-after-content > .widget,
.sidebar-before-footer > .widget,
.footer_additional_sidebar .col-md-12 > .widget {
	margin-left:15px;
	margin-right: 15px;
	min-width: 300px;
}
@media(min-width:768px) {
	.sidebar-before-header > .widget,
	.sidebar-after-header > .widget,
	.sidebar-before-content > .widget,
	.sidebar-before-loop > .widget,
	.sidebar-after-content > .widget,
	.sidebar-before-footer > .widget,
	.footer_additional_sidebar .col-md-12 > .widget {
		width:50%;

		max-width:310px;
	}
}
.widget_recent_entries,
.widget_recent_entries_slider,
.widget_recent_entries_carousel,
.widget_news_gallery,
.widget_banner_posts,
.widget_news_tabs,
.widget_banner_strip,
.widget_breaking_news,
.widget_top_news,
.widget_video_channel {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width:none !important;
}