/**
 * @package 	WordPress
 * @subpackage 	GoodDay
 * @version 	1.1.3
 *
 * Theme CSS Rules
 * Created by CMSMasters
 *
 */
/*-------------------------------------------------------------------------

	0.	LESS Variables + Functions
	1.	Browser Reset
	2.	Globally Applied Styles
	3.	Header + Centered + Right + Fixed Version
	4.	Content + Sidebar Styles
	5.	Bottom + Footer Styles
	6.	Blog (Default, Masonry, Timeline) + Post Styles
	7.	Portfolio (Grid, Puzzle) + Project Styles
	8.	Profiles + Profile Styles
	9.	Shortcodes Styles
	10.	Widgets Styles
	11. Search + Archives + Sitemap + Other Styles
	12.	General Form Styles
	13.	CSS3 Animations

-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*	0.	LESS Variables & Functions	*/
/*-------------------------------------------------------------------------*/
/***************** Variables ******************/
.hyphenate {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/***************** Functions ******************/
/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset	*/
/*-------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}
html,
body {
  overflow-x: hidden;
  position: relative;
}
html {
  height: 100%;
}
body {
  text-rendering: optimizeLegibility;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object,
video,
audio,
embed,
canvas,
iframe {
  display: block;
}
video {
  background-color: #000000;
}
iframe {
  margin-bottom: 20px;
  max-width: 100%;
}
abbr,
address {
  display: inline-block;
}
address {
  font-style: normal;
}
code {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style-position: inside;
  margin-bottom: 20px;
}
ul li,
ol li {
  padding: 20px / 2 0 0;
}
ul li:first-child,
ol li:first-child {
  padding-top: 0;
}
ul li:first-child:before,
ol li:first-child:before {
  top: 2px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0 0 0 20px;
}
ul li {
  display: block;
}
#middle ul,
#bottom ul,
#middle ol,
#bottom ol {
  overflow: hidden;
}
ol {
  list-style-type: decimal-leading-zero;
}
ul {
  list-style-type: none;
  padding-left: 15px;
}
ul li {
  position: relative;
}
ul li:before {
  content: '\e8b9';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  padding: 0;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  position: absolute;
  top: 12px;
  left: -17px;
}
#header ul,
#footer ul {
  padding: 0;
  margin: 0;
}
#header ul li:before,
#footer ul li:before {
  display: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}
img {
  display: inline-block;
  color: transparent;
  height: auto;
  font-size: 0;
  vertical-align: middle;
  max-width: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic ;
}
a img {
  border: 0;
}
figure {
  background-image: none !important;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
select,
option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit] {
  -webkit-appearance: none;
}
input[type=text]::-ms-clear,
p:empty {
  display: none;
}
:focus {
  outline: 0;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
b,
strong {
  font-weight: bold;
}
th,
td,
caption {
  font-weight: normal;
}
svg {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*-------------------------------------------------------------------------*/
/*	2. Globally Applied Styles	*/
/*-------------------------------------------------------------------------*/
::selection {
  background: #ff6b6b;
  color: #ffffff;
}
::-moz-selection {
  background: #ff6b6b;
  color: #ffffff;
}
body {
  background-color: #ffffff;
  text-align: left;
  font: 13px/20px Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #404040;
}
body.cmsms_page_pace_invisible.pace-running,
body.cmsms_page_invisible {
  background-size: 0;
}
body.cmsms_page_pace_invisible.pace-running #page,
body.cmsms_page_invisible #page,
body.cmsms_page_pace_invisible.pace-running #wpadminbar,
body.cmsms_page_invisible #wpadminbar {
  visibility: hidden;
  opacity: 0;
}
a {
  font: 13px/20px Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #ff6b6b;
  text-decoration: none;
}
a:hover {
  color: #707070;
}
h1 {
  font: normal 300 28px/40px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #404040;
}
h2 {
  font: normal 300 22px/40px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #404040;
}
h3 {
  font: normal 300 18px/30px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #404040;
}
h4 {
  font: italic 500 16px/20px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #404040;
}
h5 {
  font: normal 300 15px/20px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #404040;
}
h6 {
  font: normal 700 14px/20px Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #404040;
}
div {
  text-align: left;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=url],
input[type=tel],
input[type=submit],
input[type=button],
button,
textarea,
select,
option {
  font: 13px/20px Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  background-color: #fdfdfd;
  padding: 11px;
  margin: 0;
  max-width: 100%;
  border: 1px solid #dadada;
}
option {
  border: 0;
}
.jetpack_subscription_widget #subscribe-email input[type=text],
.jetpack_subscription_widget #subscribe-email input[type=email],
.widget_wysija input[type=text],
.widget_wysija input[type=email] {
  width: 100% !important;
  padding: 11px !important;
}
.widget_wysija_cont .wysija-submit {
  display: inline-block !important;
  margin: 0 !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
  padding: 11px !important;
}
.gform_wrapper select {
  padding: 11px !important;
  margin: 0 !important;
}
input[type=submit] {
  cursor: pointer;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  background-color: #ffffff;
  border: 1px solid #404040;
}
code {
  border: 1px solid;
  padding: 20px / 1.5 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_table {
  border-top: 0;
  width: 100%;
}
.cmsms_table tr td,
.cmsms_table tr th {
  border-bottom: 1px solid #dadada;
  padding: 15px;
}
.cmsms_table tr td:first-child,
.cmsms_table tr th:first-child {
  border-left: 1px solid #dadada;
}
.cmsms_table tr td:last-child,
.cmsms_table tr th:last-child {
  border-right: 1px solid #dadada;
}
.cmsms_table tr td.cmsms_table_cell_aligncenter,
.cmsms_table tr th.cmsms_table_cell_aligncenter {
  text-align: center;
}
.cmsms_table tr td.cmsms_table_cell_alignright,
.cmsms_table tr th.cmsms_table_cell_alignright {
  text-align: right;
}
.cmsms_table tr th {
  font-weight: bold;
}
.cmsms_table tr:first-child td {
  border-top: 1px solid #dadada;
}
.cmsms_table tr.cmsms_table_row_header td,
.cmsms_table tr.cmsms_table_row_header th {
  border-color: #ff6b6b;
  background-color: #ff6b6b;
  color: #ffffff;
}
.cmsms_table tr.cmsms_table_row_header td:first-child,
.cmsms_table tr.cmsms_table_row_header th:first-child,
.cmsms_table tr.cmsms_table_row_header td:last-child,
.cmsms_table tr.cmsms_table_row_header th:last-child {
  border-color: #ff6b6b;
}
.cmsms_table tr.cmsms_table_row_footer td,
.cmsms_table tr.cmsms_table_row_footer th {
  background-color: #fdfdfd;
}
.full-width {
  min-width: 100%;
}
audio.full-width {
  width: 100%;
}
.preloader,
.resizable_block {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
}
.preloader {
  padding-bottom: 56.25%;
  display: inline-block;
  text-align: center;
}
.preloader .full-width {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.preloader.highImg {
  height: auto;
  padding: 0;
}
.preloader.highImg .full-width {
  height: auto;
  position: relative;
  top: auto;
  left: auto;
}
.resizable_block {
  padding-bottom: 56.25%;
  overflow: hidden;
}
.resizable_block .full-width {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cmsms_img_rollover_wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.cmsms_img_rollover_wrap .img_placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsms_img_rollover_wrap .img_placeholder:before {
  font-size: 40px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_img_rollover_wrap.highImg .img_placeholder {
  display: block;
  padding-bottom: 79.2%;
  position: relative;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link,
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link {
  overflow: hidden;
  width: 52px;
  height: 52px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link > span,
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link > span {
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link > span:before,
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link > span:before {
  margin-left: 0;
  margin-right: 0;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link,
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link {
  left: -52px;
  right: 100%;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link + .cmsms_open_link {
  right: -52px;
  left: 100%;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_post_link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsms_img_rollover_wrap:hover .cmsms_img_rollover .cmsms_open_link,
.cmsms_img_rollover_wrap:hover .cmsms_img_rollover .cmsms_image_link.no_open_link {
  left: 0;
  right: 0;
  opacity: 1;
}
.cmsms_img_rollover_wrap:hover .cmsms_img_rollover .cmsms_image_link {
  left: -62px;
  right: 0;
  opacity: 1;
}
.cmsms_img_rollover_wrap:hover .cmsms_img_rollover .cmsms_image_link + .cmsms_open_link {
  right: -62px;
  left: 0;
}
p {
  padding: 0 0 20px;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-decoration: none;
}
.alignleft,
.fl {
  float: left;
}
.alignright,
.fr {
  float: right;
}
img.alignleft,
img.fl {
  margin-right: 20px;
  margin-bottom: 20px;
}
img.alignright,
img.fr {
  margin-left: 20px;
  margin-bottom: 20px;
}
img.aligncenter {
  margin: 0 auto 20px;
}
img.alignnone {
  margin-bottom: 20px;
}
.dn {
  display: none;
}
.tal,
.ta_left {
  text-align: left;
}
.tac,
.ta_center {
  text-align: center;
}
.tar,
.ta_right {
  text-align: right;
}
.cl,
.clear {
  clear: both;
}
.ovh {
  overflow: hidden;
}
.low_case {
  text-transform: lowercase;
}
.up_case {
  text-transform: uppercase;
}
hr {
  border: 0;
  border-top-style: solid;
  margin: 40px 0;
}
hr,
.cmsms_widget_divider,
.cmsms_divider {
  background-color: transparent;
  border-bottom-width: 1px;
  height: 1px;
  width: 100%;
  clear: both;
}
.cmsms_widget_divider {
  margin: 0 2% 20px;
  width: 96%;
}
.cmsms_widget_divider.solid,
.cmsms_divider.solid {
  border-bottom-style: solid;
}
.cmsms_widget_divider.dashed,
.cmsms_divider.dashed {
  border-bottom-style: dashed;
}
.cmsms_widget_divider.dotted,
.cmsms_divider.dotted {
  border-bottom-style: dotted;
}
.cmsms_widget_divider.transparent,
.cmsms_divider.transparent {
  border-bottom-width: 0;
}
.wp-video-shortcode,
.mejs-layer {
  max-width: 100%;
}
.mejs-container.wp-video-shortcode,
.mejs-container.wp-audio-shortcode {
  margin-bottom: 20px;
  max-width: 100%;
}
.cmsms_video_wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.cmsms_video_wrap > div {
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cmsms_video_wrap iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-width: auto;
}
.cmsms_video_wrap .wp-video-shortcode,
.cmsms_video_wrap .mejs-layer {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cmsms_video_wrap .wp-video-shortcode .mejs-overlay-button,
.cmsms_video_wrap .mejs-layer .mejs-overlay-button {
  margin-top: -50px !important;
}
.cmsms_column {
  position: relative;
  min-height: 1px;
}
.one_first,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.one_sixth {
  position: relative;
  float: left;
  margin: 0 2%;
}
.one_sixth {
  width: 12.67%;
}
.one_fifth {
  width: 16%;
}
.one_fourth {
  width: 21%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cmsms_column.one_fourth:nth-child(odd) {
    clear: both;
  }
}
.one_third {
  width: 29.33%;
}
.one_half {
  width: 46%;
}
.two_third {
  width: 62.67%;
}
.three_fourth {
  width: 71%;
}
.one_first {
  width: 96%;
  position: relative;
  float: none;
  clear: both;
}
[data-animation] {
  opacity: 0;
}
[data-animation].animated {
  opacity: 1;
}
.meta_wrap {
  position: relative;
  font: 11px/18px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  margin-top: -2px;
}
.meta_wrap a {
  font: 11px/18px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
.meta_wrap > div,
.meta_wrap > p,
.meta_wrap > span,
.meta_wrap > strong {
  display: inline-block;
}
.meta_wrap > div[class^="cmsms-icon-"]:before,
.meta_wrap > p[class^="cmsms-icon-"]:before,
.meta_wrap > span[class^="cmsms-icon-"]:before,
.meta_wrap > strong[class^="cmsms-icon-"]:before,
.meta_wrap > div[class*=" cmsms-icon-"]:before,
.meta_wrap > p[class*=" cmsms-icon-"]:before,
.meta_wrap > span[class*=" cmsms-icon-"]:before,
.meta_wrap > strong[class*=" cmsms-icon-"]:before {
  font-size: 16px;
  margin-left: 0;
  margin-right: 0.5em;
  vertical-align: middle;
}
.social_wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.social_wrap ul {
  display: block;
  list-style: none;
}
.social_wrap ul li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.social_wrap ul li a {
  display: inline-block;
}
.social_wrap ul li a[class^="cmsms-icon-"]:before,
.social_wrap ul li a[class*=" cmsms-icon-"]:before {
  display: block;
  margin: 0;
  position: absolute;
}
.resp_nav_wrap,
.slogan_wrap,
.search_wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.resp_nav_wrap_inner,
.slogan_wrap_inner,
.search_wrap_inner {
  display: table;
}
.resp_nav_content,
.slogan_wrap_text,
.search_wrap_inner_left,
.search_wrap_inner_right {
  display: table-cell;
  vertical-align: middle;
}
.resp_nav_wrap {
  display: none;
}
.search_wrap .search_wrap_inner {
  width: 100%;
}
.search_wrap .search_wrap_inner .search_but {
  display: inline-block;
}
.slogan_wrap {
  max-width: 60%;
}
.slogan_wrap .slogan_wrap_inner .slogan_wrap_text > * {
  display: inline-block;
  padding: 0;
  margin: 0;
}
nav {
  display: block;
  position: relative;
}
nav > div > ul {
  list-style: none;
  display: block;
  position: relative;
  z-index: 202;
  zoom: 1;
}
nav > div > ul ul {
  list-style: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 203;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav > div > ul ul ul {
  left: 100%;
  top: 0;
}
nav > div > ul li {
  display: block;
  padding: 0;
  position: relative;
  z-index: 203;
}
nav > div > ul li:hover {
  z-index: 204;
}
nav > div > ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
nav > div > ul > li {
  float: left;
}
nav > div > ul > li.menu-item-dropdown-right > ul {
  left: auto;
  right: 0;
}
nav > div > ul > li.menu-item-dropdown-right > ul ul {
  left: auto;
  right: 100%;
}
nav > div > ul a {
  display: block;
  position: relative;
  z-index: 204;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header nav > div > ul ul {
  margin: 20px 0 0;
}
#header nav > div > ul ul ul {
  margin: 0 0 0 20px;
}
#header nav > div > ul li:hover > ul {
  margin: 0;
}
#header nav > div > ul > li.menu-item-dropdown-right ul ul {
  margin: 0;
}
#header nav > div > ul > li.menu-item-dropdown-right > ul li:hover > ul {
  margin: 0;
}
#header nav > div > ul > li.menu-item-mega.menu-item-dropdown-right > div.menu-item-mega-container {
  left: auto;
  right: 0;
}
#header nav > div > ul > li.menu-item-mega.menu-item-dropdown-right > div.menu-item-mega-container ul {
  right: auto;
}
#header nav > div > ul > li.menu-item-mega ul {
  border: 0;
  width: auto;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 203;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container {
  display: block;
  width: auto;
  padding: 10px 5px;
  margin: 20px 0 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 203;
  opacity: 0;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li {
  border: 0;
  display: table-cell;
  padding: 0 15px;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li > a {
  margin-bottom: 0px !important;
  background: none !important;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li > a:hover {
  color: #F16556 !important;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li ul li li a {
  width: auto;
  padding-left: 20px;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li ul li li li a {
  padding-left: 40px;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li ul li li li li a {
  padding-left: 60px;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li ul li li li li li a {
  padding-left: 80px;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li ul li li li li li li a {
  padding-left: 100px;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li ul li li li li li li li a {
  padding-left: 120px;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li ul li li li li li li li li a {
  padding-left: 140px;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li ul li li li li li li li li li a {
  padding-left: 160px;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li ul li li li li li li li li li li a {
  padding-left: 180px;
}
#header nav > div > ul > li.menu-item-mega > div.menu-item-mega-container > ul > li > ul {
  width: 180px;
}
#header nav > div > ul > li.menu-item-mega:hover > div.menu-item-mega-container {
  margin: 0;
  visibility: visible;
  opacity: 1;
}
#header nav > div > ul > li.menu-item-mega:hover > div.menu-item-mega-container ul {
  visibility: visible;
  opacity: 1;
}
#header nav > div > ul > li.menu-item-mega.menu-item-mega-fullwidth > div.menu-item-mega-container > ul > li a,
#header nav > div > ul > li.menu-item-mega.menu-item-mega-fullwidth > div.menu-item-mega-container > ul > li ul {
  width: auto;
}
#header nav > div > ul > li.menu-item-mega.menu-item-mega-fullwidth.menu-item-mega-cols-two > div.menu-item-mega-container > ul > li {
  width: 50%;
}
#header nav > div > ul > li.menu-item-mega.menu-item-mega-fullwidth.menu-item-mega-cols-three > div.menu-item-mega-container > ul > li {
  width: 33.33%;
}
#header nav > div > ul > li.menu-item-mega.menu-item-mega-fullwidth.menu-item-mega-cols-four > div.menu-item-mega-container > ul > li {
  width: 25%;
}
#header nav > div > ul > li.menu-item-mega.menu-item-mega-fullwidth.menu-item-mega-cols-five > div.menu-item-mega-container > ul > li {
  width: 20%;
}
#page.cmsms_boxed {
  width: 1000px;
  margin: 0 auto;
}
#page.cmsms_boxed #header,
#page.cmsms_boxed #footer {
  width: 1000px;
}
#page,
#main,
#header,
#middle,
.middle_content,
#bottom,
#footer,
.headline,
.cmsms_breadcrumbs,
.headline_outer,
.middle_inner,
.cmsms_row,
.cmsms_row_outer,
.cmsms_row_outer_parent {
  width: 100%;
  position: relative;
}
#page,
#middle,
#footer,
.headline_inner,
.cmsms_breadcrumbs_inner {
  overflow: hidden;
}
.header_top_outer,
.header_mid_outer,
.header_bot_outer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-password-form,
.header_top_inner,
.header_mid_inner,
.header_bot_inner,
.content_wrap,
.headline_inner,
.cmsms_breadcrumbs_inner,
.bottom_outer,
.footer_inner,
.cmsms_row_inner {
  position: relative;
  width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content_wrap .post-password-form {
  width: auto;
  padding: 0;
}
.cmsms_row .cmsms_row_outer_parent {
  padding: 0.1px 0;
}
.cmsms_row .cmsms_row_inner.cmsms_row_fullwidth {
  width: 100%;
  padding: 0 40px;
}
.cmsms_row .cmsms_row_margin {
  margin: 0 -2.07%;
  position: relative;
}
.cmsms_row .cmsms_row_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content_wrap.r_sidebar .cmsms_row,
.content_wrap.l_sidebar .cmsms_row,
.content_wrap .opened-article .cmsms_row {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.content_wrap.r_sidebar .cmsms_row .cmsms_row_inner,
.content_wrap.l_sidebar .cmsms_row .cmsms_row_inner,
.content_wrap .opened-article .cmsms_row .cmsms_row_inner {
  width: 100%;
  padding: 0;
}
.content_wrap.cmsms_set_fullwidth {
  width: 100%;
  padding: 0;
}
#bottom:after,
.bottom_bg:after,
.content_wrap:after,
.cmsms_row_inner:after,
.cmsms_row_margin:after,
.cmsms_column:after {
  content: '';
  display: block;
  clear: both;
}
.header-tools {
  position: relative;
}
@media (min-width: 768px) {
  .header-tools {
    float: right;
  }
}
#header {
  z-index: 9999;
}
#header .header_top_close_but {
  display: none;
}
#header .header_top_inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .header_top_inner .responsive_top_nav {
  display: none;
}
#header .header_top_inner .header_top_left {
  overflow: hidden;
}
#header .header_top_inner .header_top_right {
  float: right;
}
#header .header_mid_inner {
  /* 		.responsive_nav {
			position: absolute;
			top: 50%;
			left: 50%;
    		margin-top: -19px;
    		margin-left: -150px;
    		z-index: 2;

    		@media (min-width: 400px) {
    			margin-left: -180px;
    			// margin-left: -160px;
    		}
    		@media (min-width: 768px) {
    			margin-left: -190px;
    			// margin-left: -210px;
    		}
    		@media (min-width: 1025px) {
    			display: none;
    		}
		} */
}
#header .header_mid_inner .donate,
#header .header_mid_inner .member {
  position: absolute;
  display: block;
  /* 			background: url('img/donate-stamp-4.png') no-repeat left top;


			html[lang="fr-FR"] &{
				background: url('img/donate-stamp-fr.png') no-repeat left top;
				background-size: contain;
			} */
  background-size: 82px 50px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 82px;
  height: 50px;
  top: 50%;
  right: 50%;
  margin-top: -25px;
  margin-right: -80px;
}
@media (min-width: 400px) {
  #header .header_mid_inner .donate,
  #header .header_mid_inner .member {
    margin-right: -105px;
  }
}
@media (min-width: 768px) {
  #header .header_mid_inner .donate,
  #header .header_mid_inner .member {
    margin-right: -32px;
  }
}
#header .header_mid_inner .donate {
  background: url('img/donate-stamp.png') no-repeat left top;
  background-size: auto 100%;
  margin-right: 125px;
}
html[lang="fr-FR"] #header .header_mid_inner .donate {
  background-size: contain;
}
#header .header_mid_inner .member {
  background: url('img/donate-stamp-4.png') no-repeat left top;
  background-size: auto 100%;
  margin-right: 125px;
}
html[lang="fr-FR"] #header .header_mid_inner .member {
  background: url('img/donate-stamp-fr.png') no-repeat left top;
  background-size: contain;
}
#header .header_mid_inner .logo_wrap {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 270px;
}
#header .header_mid_inner .logo_wrap .title {
  display: block;
  line-height: 1em;
}
#header .header_mid_inner .logo_wrap .title_text {
  padding: 0 0 0 3px;
}
@media (min-width: 768px) {
  #header .header_mid_inner .social_wrap {
    margin-right: 200px;
  }
}
#header .header_mid_inner .social_wrap .social_wrap_inner {
  display: table;
}
#header .header_mid_inner .social_wrap .social_wrap_inner ul {
  display: table-cell;
  vertical-align: middle;
}
.content_wrap:before {
  content: '';
  background-color: #ebebeb;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
}
.content_wrap.fullwidth:before {
  background-color: transparent !important;
}
.content_wrap.r_sidebar:before {
  margin-right: 20px / 2 - 1px;
  right: 25.5%;
}
.post-type-archive-initiative .content_wrap.r_sidebar:before {
  display: none;
}
.content_wrap.l_sidebar:before {
  margin-left: 20px / 2 - 1px;
  left: 25.5%;
}
.post-type-archive-initiative .content_wrap.l_sidebar:before {
  display: none;
}
.content {
  width: 74.5%;
  padding: 30px 20px 30px 0;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content.fr {
  padding: 30px 0 30px 20px;
  float: right;
}
.sidebar {
  width: 25.5%;
  padding: 30px 0 30px 20px;
  position: relative;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar.fl {
  padding: 30px 20px 30px 0;
  float: left;
}
.bottom_bg {
  padding-top: 40px;
  padding-bottom: 20px;
}
.bottom_inner {
  margin: 0 -2%;
  color: #FFF;
}
.bottom_inner aside {
  position: relative;
  float: left;
  margin: 0 2%;
}
.bottom_inner h3.widgettitle,
.bottom_inner h3,
.bottom_inner a,
.bottom_inner span:before,
.bottom_inner div:before {
  color: #FFF;
}
.bottom_inner .wpcf7-submit.wpcf7-submit {
  border: 1px solid;
  border-color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bottom_inner .wpcf7-submit.wpcf7-submit:hover {
  border-color: #F16556;
}
/* Notice global styles */
.cmsms_notice {
  display: table;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cmsms_notice[class*=" cmsms-icon-"] {
  padding-left: 80px;
}
.cmsms_notice:before {
  padding-right: 20px;
  margin-top: -20px;
  margin-right: 0;
  position: absolute;
  top: 50%;
  left: 20px / 2;
}
.cmsms_notice > .notice_icon {
  display: table-cell;
  height: 40px;
  padding: 20px 0;
}
.cmsms_notice > .notice_content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 20px 0 0;
}
.cmsms_notice .notice_close {
  position: absolute;
}
/* Icon Box global styles */
.cmsms_icon_box {
  position: relative;
}
.cmsms_icon_box.cmsms_box_centered:before,
.cmsms_icon_box.cmsms_box_colored:before {
  position: absolute;
  top: 0;
  left: 50%;
}
.cmsms_icon_box.cmsms_box_centered .icon_box_inner,
.cmsms_icon_box.cmsms_box_colored .icon_box_inner {
  text-align: center;
}
.cmsms_icon_box.cmsms_box_centered .icon_box_inner h2:empty,
.cmsms_icon_box.cmsms_box_colored .icon_box_inner h2:empty {
  display: none;
}
.cmsms_icon_box.cmsms_box_centered .icon_box_inner .icon_box_text,
.cmsms_icon_box.cmsms_box_colored .icon_box_inner .icon_box_text {
  text-align: center;
}
.cmsms_icon_box.cmsms_box_lefticon {
  padding-left: 60px;
}
.cmsms_icon_box.cmsms_box_lefticon:before {
  position: absolute;
  top: 0;
  left: 0;
}
/* Featured Block global styles */
.cmsms_featured_block {
  position: relative;
  margin-bottom: 20px;
}
.cmsms_featured_block .featured_block_inner {
  display: table;
  width: 100%;
  position: relative;
}
.cmsms_featured_block .featured_block_inner .featured_block_text,
.cmsms_featured_block .featured_block_inner .featured_block_button_wrap {
  display: table-cell;
  padding: 20px;
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Toggles global styles */
.cmsms_toggles {
  position: relative;
}
.cmsms_toggles .cmsms_toggles_filter {
  position: relative;
}
.cmsms_toggles .cmsms_toggle_wrap {
  position: relative;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title {
  position: relative;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title > .cmsms_toggle_plus {
  display: block;
  z-index: 1;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title > .cmsms_toggle_plus .cmsms_toggle_plus_hor,
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title > .cmsms_toggle_plus .cmsms_toggle_plus_vert {
  display: block;
  position: absolute;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title > a {
  display: block;
  position: relative;
  z-index: 2;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle {
  display: none;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle:after {
  content: '';
  display: block;
  clear: both;
}
.cmsms_toggles .cmsms_toggle_wrap.current_toggle .cmsms_toggle_title .cmsms_toggle_plus_vert {
  display: none;
}
.cmsms_toggles .cmsms_toggle_wrap.current_toggle .cmsms_toggle {
  display: block;
}
/* Tabs global styles */
.cmsms_tabs {
  position: relative;
}
.cmsms_tabs:after {
  content: '';
  display: block;
  clear: both;
}
.cmsms_tabs .cmsms_tabs_list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.cmsms_tabs .cmsms_tabs_list:after {
  content: '';
  display: block;
  clear: both;
}
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item:before {
  display: none;
}
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item > a {
  display: block;
  position: relative;
}
.cmsms_tabs .cmsms_tabs_wrap {
  position: relative;
  overflow: hidden;
}
.cmsms_tabs .cmsms_tabs_wrap .cmsms_tab {
  display: none;
}
.cmsms_tabs .cmsms_tabs_wrap .cmsms_tab:after {
  content: '';
  display: block;
  clear: both;
}
.cmsms_tabs .cmsms_tabs_wrap .cmsms_tab.active_tab {
  display: block;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list .cmsms_tabs_list_item {
  float: none;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_wrap {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cmsms_tabs.tabs_mode_tour.tabs_pos_right .cmsms_tabs_list {
  float: right;
}
.cmsms_tabs.tabs_mode_tour.tabs_pos_right .cmsms_tabs_wrap {
  float: left;
}
/* Icon List global styles */
.cmsms_icon_list_items {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block {
  padding: 0;
  margin: 0;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item {
  display: block;
  width: 100%;
  padding: 0 0 60px;
  margin-bottom: -20px / 2;
  position: relative;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item:after {
  content: '';
  display: block;
  clear: both;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item:last-child:before {
  display: none;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item .cmsms_icon_list_icon {
  display: block;
  text-align: center;
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item_content {
  overflow: hidden;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block.cmsms_icon_list_pos_left .cmsms_icon_list_item_content {
  text-align: left;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block.cmsms_icon_list_pos_left .cmsms_icon_list_item_content .cmsms_icon_list_item_text {
  text-align: left;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block.cmsms_icon_list_pos_left .cmsms_icon_list_icon_wrap {
  float: left;
  padding-right: 30px;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block.cmsms_icon_list_pos_right .cmsms_icon_list_item_content {
  text-align: right;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block.cmsms_icon_list_pos_right .cmsms_icon_list_item_content .cmsms_icon_list_item_text {
  text-align: right;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block.cmsms_icon_list_pos_right .cmsms_icon_list_icon_wrap {
  float: right;
  padding-left: 30px;
}
/* Stats global styles */
.cmsms_stats {
  text-align: center;
  position: relative;
}
.cmsms_stats:after {
  content: '';
  display: block;
  clear: both;
}
.cmsms_stats .cmsms_stat_wrap .cmsms_stat {
  position: relative;
}
.cmsms_stats .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat {
  margin: 0 0 20px / 2;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner {
  overflow: hidden;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_title,
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_counter_wrap {
  position: absolute;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class^="cmsms-icon-"]:before,
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class*=" cmsms-icon-"]:before {
  margin: 0;
  position: absolute;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat canvas {
  display: none;
}
.cmsms_stats.stats_mode_counters .cmsms_stat_wrap {
  text-align: center;
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.cmsms_stats.stats_mode_counters .cmsms_stat_wrap.one_fourth {
  width: 25%;
}
.cmsms_stats.stats_mode_counters .cmsms_stat_wrap.one_third {
  width: 33.3%;
}
.cmsms_stats.stats_mode_counters .cmsms_stat_wrap.one_half {
  width: 50%;
}
.cmsms_stats.stats_mode_counters .cmsms_stat_wrap.one_first {
  width: 100%;
}
.cmsms_stats.stats_mode_counters .cmsms_stat_wrap .cmsms_stat {
  margin: 0 0 20px;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner {
  text-align: center;
  position: absolute;
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_title,
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_counter_wrap {
  display: block;
  text-align: center;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat canvas {
  position: relative;
  z-index: 1;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat canvas {
  display: none;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers.stats_noborder .cmsms_stat_wrap .cmsms_stat {
  border: none;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers.stats_noborder .cmsms_stat_wrap.one_fourth:nth-child(4n+1) .cmsms_stat,
.cmsms_stats.stats_mode_counters.stats_type_numbers.stats_noborder .cmsms_stat_wrap.one_third:nth-child(3n+1) .cmsms_stat,
.cmsms_stats.stats_mode_counters.stats_type_numbers.stats_noborder .cmsms_stat_wrap.one_half:nth-child(2n+1) .cmsms_stat,
.cmsms_stats.stats_mode_counters.stats_type_numbers.stats_noborder .cmsms_stat_wrap.one_first .cmsms_stat {
  border: none;
}
/* Button global styles */
.cmsms_button {
  display: inline-block;
}
.widget {
  position: relative;
  padding: 0 0 20px;
}
#slide_top {
  text-align: center;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}
#slide_top > span {
  display: inline-block;
  text-indent: -9999px;
}
.cmsms_heading {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 768px) {
  h1.cmsms_heading {
    font-size: 50px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 768px) {
  h2.cmsms_heading {
    font-size: 38px !important;
    line-height: 1.2 !important;
  }
}
/* Hover slider global styles */
.cmsms_hover_slider {
  position: relative;
  overflow: hidden;
}
.cmsms_hover_slider .cmsms_hover_slider_items {
  list-style: none;
  width: 100%;
  height: 1px;
  margin: 0;
  position: relative;
}
.cmsms_hover_slider .cmsms_hover_slider_items > li {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cmsms_hover_slider .cmsms_hover_slider_items > li > figure.cmsms_hover_slider_full_img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.cmsms_hover_slider .cmsms_hover_slider_items > li > figure.cmsms_hover_slider_full_img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
}
.cmsms_hover_slider .cmsms_hover_slider_thumbs {
  font-size: 0;
  line-height: 0;
}
.cmsms_hover_slider .cmsms_hover_slider_thumbs > li {
  display: inline-block;
  display: -moz-inline-stack;
  vertical-align: top;
  letter-spacing: normal;
}
.cmsms_hover_slider .cmsms_hover_slider_thumbs > li img {
  display: block;
}
.cmsms_hover_slider .cmsms_hover_slider_thumbs > li a {
  display: block;
}
.js_body .cmsms_hover_slider_items > li > figure.cmsms_hover_slider_full_img img {
  position: absolute;
}
/* Core Owl Carousel CSS v1.3.2 */
.owl-carousel {
  width: 100%;
  position: relative;
  -ms-touch-action: pan-y;
  display: none;
}
.owl-carousel .owl-wrapper-outer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper {
  position: relative;
  display: none;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after {
  content: '.';
  line-height: 0;
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  float: left;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper,
.owl-carousel .owl-wrapper-outer .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-controls .owl-page {
  cursor: pointer;
}
.owl-carousel .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-carousel .owl-controls .owl-pagination {
  position: absolute;
  top: 17px;
  right: 20px;
}
.owl-carousel .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*-------------------------------------------------------------------------*/
/*	3.	Header + Centered + Right + Fixed Versions	*/
/*-------------------------------------------------------------------------*/
/***************** Header ******************/
#navigation ul {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.02);
}
#navigation ul ul {
  top: -1px;
}
#navigation ul li {
  border-top: 1px solid #f8f8f8;
}
#navigation ul li:first-child {
  border-top: 0;
}
#navigation ul li:hover > a,
#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-ancestor > a {
  background-color: #fbfbfb;
  color: #3d3d3d;
}
#navigation ul li a {
  width: 180px;
  font: 13px/20px Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #9e9e9e;
  padding: 10px;
}
#navigation ul li.menu-item-highlight > a,
#navigation ul li.menu-item-highlight > a:hover {
  color: #ff6b6b;
}
#navigation > li > a {
  font: normal 300 15px/20px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #3d3d3d !important;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #ebebeb;
}
#navigation > li > a > span {
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 205;
}
@media (min-width: 1440px) {
  #navigation > li > a > span {
    padding: 10px 20px;
  }
}
#navigation > li > a > span > img {
  display: inline-block;
  margin-top: -3px;
  margin-right: 5px;
}
#navigation > li:first-child > a {
  border-left: 1px solid #ebebeb;
}
#navigation > li.menu-item-has-children > a:before {
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -4px;
  opacity: 0;
}
#navigation > li.menu-item-has-children:hover a:before {
  bottom: -1px;
  opacity: 1;
}
#navigation > li:hover > a,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-ancestor > a {
  background-color: #3d3d3d;
  color: #ffffff !important;
  border-color: #3d3d3d;
}
#navigation > li:hover > a > span.nav_bg_clr,
#navigation > li.current-menu-item > a > span.nav_bg_clr,
#navigation > li.current-menu-ancestor > a > span.nav_bg_clr {
  opacity: 1;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.02);
}
#navigation > li.menu-item-mega > div.menu-item-mega-container > ul {
  padding-top: 20px / 2;
  margin-top: 20px / 2;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container > ul:after {
  content: '';
  display: block;
  background-color: #ebebeb;
  width: 150%;
  height: 1px;
  margin-left: -20px;
  position: absolute;
  top: 0;
  left: 0;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container > ul:first-child {
  padding-top: 0;
  margin-top: 0;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container > ul:first-child:after {
  display: none;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a,
#navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li:hover > a {
  font: normal 300 15px/20px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-weight: 700;
  color: #3d3d3d;
  margin-bottom: 20px / 2;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li.current-menu-item > a {
  background: none;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a[href]:hover {
  color: #9e9e9e;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container ul {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container ul ul li.menu-item-mega-description span.menu-item-mega-description-container {
  font-size: 11px;
  line-height: 18px;
  display: block;
  padding: 20px / 2 20px / 2;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container li > a:hover {
  background: none;
  color: #9e9e9e;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container li li li:first-child {
  border-top: 1px solid #ebebeb;
}
#navigation > li.menu-item-mega > div.menu-item-mega-container li.current-menu-item > a {
  color: #9e9e9e;
}
/* .responsive_nav {
	display:block;
	font-size:20px;
	display:block;
	width:40px;
	height:36px;
	position:absolute;
	.bdrs;
	.bxshi(0, -3px, 0, 0, .2);

	&:before {
		font-size:inherit;
		.pos_abs(1em, 1em, 0, 0, -3px, 0);
	}

	&:hover,
	&.active {
		.bxshi(0; 0; 0; 0; .02);

		&:before {
			.pos_abs;
		}
	}
} */
.header_top_outer {
  background-color: #3d3d3d;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.8);
}
.header_top_inner {
  height: 35px;
}
.header_top_inner nav > div > ul {
  z-index: 205;
}
.header_top_inner nav > div > ul > li {
  padding: 0 10px;
}
.header_top_inner nav > div > ul > li > a {
  padding: 5px 0;
}
.header_top_inner nav > div > ul > li > a > span.cmsms_count {
  background-color: #fdfdfd;
  color: #3d3d3d;
  display: inline-block;
  padding: 0 6px 1px;
  margin-left: 7px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.header_top_inner nav > div > ul > li > a img {
  display: inline-block;
  margin-top: -3px;
  margin-right: 5px;
}
.header_top_inner nav > div > ul > li a {
  font: 11px/18px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.header_top_inner nav > div > ul > li:hover > a,
.header_top_inner nav > div > ul > li.current-menu-item > a,
.header_top_inner nav > div > ul > li.current-menu-ancestor > a {
  color: #fdfdfd;
}
.header_top_inner nav > div > ul > li.menu-item-has-children > a:before {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid #1f1f1f;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
}
.header_top_inner nav > div > ul > li.menu-item-has-children:hover a:before {
  opacity: 1;
}
.header_top_inner nav > div > ul > li ul {
  background-color: #1f1f1f;
  padding: 10px 0;
  top: 100%;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8);
}
.header_top_inner nav > div > ul > li ul li > a {
  padding: 5px 20px;
  width: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_top_inner nav > div > ul > li ul li:hover > a,
.header_top_inner nav > div > ul > li ul li.current-menu-item > a,
.header_top_inner nav > div > ul > li ul li.current-menu-ancestor > a {
  color: #fdfdfd;
}
.header_top_inner nav > div > ul > li ul ul {
  top: -10px;
}
.header_top_inner .header_top_aligner,
.header_top_inner .nav_wrap,
.header_top_inner .social_wrap,
.header_top_inner .meta_wrap {
  display: inline-block;
  vertical-align: middle;
}
.header_top_inner .meta_wrap {
  color: rgba(255, 255, 255, 0.5);
}
.header_top_inner .meta_wrap a {
  color: rgba(255, 255, 255, 0.5);
}
.header_top_inner .meta_wrap a:hover {
  color: #fdfdfd;
}
.header_top_inner .meta_wrap > * {
  margin: 0 0 0 30px;
}
.header_top_inner .meta_wrap > *:first-child {
  margin: 0;
}
.header_top_inner .social_wrap ul {
  height: 20px;
}
.header_top_inner .social_wrap ul li {
  height: 20px;
  padding-left: 3px;
}
.header_top_inner .social_wrap a {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.header_top_inner .social_wrap a[class^="cmsms-icon-"]:before,
.header_top_inner .social_wrap a[class*=" cmsms-icon-"]:before {
  width: 1em;
  height: 1em;
}
#header .header_top nav > div > ul > li ul {
  padding: 10px 0;
}
.header_mid {
  clear: both;
}
.header_mid_outer {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
}
.header_mid_inner .search_wrap {
  float: right;
}
.header_mid_inner .search_wrap .search_wrap_inner {
  width: 45px;
}
.header_mid_inner .search_wrap .search_wrap_inner .search_wrap_inner_left {
  display: block;
  width: 0;
  height: 100%;
  visibility: hidden;
  margin-right: -30px;
  opacity: 0;
}
.header_mid_inner .search_wrap .search_wrap_inner .search_wrap_inner_right {
  width: 10%;
  height: 100%;
  text-align: right;
  min-width: 45px;
}
.header_mid_inner .search_wrap .search_bar_wrap {
  height: 50px;
  padding: 5px 10px;
}
.header_mid_inner .search_wrap .search_bar_wrap input[type=text] {
  font: normal 300 18px/30px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  width: 86%;
  margin-top: -1px;
}
.header_mid_inner .search_wrap .search_bar_wrap button[type=submit][class^="cmsms-icon-"],
.header_mid_inner .search_wrap .search_bar_wrap button[type=submit][class*=" cmsms-icon-"] {
  color: #333333;
  font-size: 24px;
  margin: 5px 0;
  width: 30px;
  height: 30px;
}
.header_mid_inner .search_wrap .search_but {
  width: 25px;
  height: 25px;
  margin-left: 20px;
  color: #333333;
}
.header_mid_inner .search_wrap .search_but[class^="cmsms-icon-"]:before,
.header_mid_inner .search_wrap .search_but[class*=" cmsms-icon-"]:before {
  font-size: 25px;
  margin-right: 0;
  margin-left: 0;
}
.header_mid_inner .search_wrap.search_opened {
  width: 50%;
}
.header_mid_inner .search_wrap.search_opened .search_wrap_inner {
  width: 100%;
}
.header_mid_inner .search_wrap.search_opened .search_wrap_inner .search_wrap_inner_left {
  display: table-cell;
  width: 90%;
  visibility: visible;
  margin-right: 0;
  opacity: 1;
}
.header_mid_inner .search_wrap.search_opened .search_but {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.header_mid_inner .search_wrap.search_opened .search_but[class^="cmsms-icon-"]:before,
.header_mid_inner .search_wrap.search_opened .search_but[class*=" cmsms-icon-"]:before {
  content: '\eb20';
  font-size: 10px;
  line-height: 23px;
  margin-right: 7px;
  margin-left: 7px;
}
.header_mid_inner .resp_nav_wrap,
.header_mid_inner .slogan_wrap,
.header_mid_inner .social_wrap {
  float: right;
  margin-right: 30px;
  visibility: visible;
  text-indent: inherit;
  opacity: 1;
}
.header_mid_inner .resp_nav_wrap.resp_nav_closed,
.header_mid_inner .slogan_wrap.resp_nav_closed,
.header_mid_inner .social_wrap.resp_nav_closed,
.header_mid_inner .resp_nav_wrap.slogan_closed,
.header_mid_inner .slogan_wrap.slogan_closed,
.header_mid_inner .social_wrap.slogan_closed,
.header_mid_inner .resp_nav_wrap.social_closed,
.header_mid_inner .slogan_wrap.social_closed,
.header_mid_inner .social_wrap.social_closed {
  margin-right: 0;
  visibility: hidden;
  text-indent: -9999px;
  opacity: 0;
}
.header_mid_inner .social_wrap ul li {
  margin-top: 2px;
  padding-left: 7px;
}
.header_mid_inner .social_wrap a {
  width: 30px;
  height: 30px;
}
.header_mid_inner .social_wrap a[class^="cmsms-icon-"]:before,
.header_mid_inner .social_wrap a[class*=" cmsms-icon-"]:before {
  font-size: 30px;
  width: 1em;
  height: 1em;
}
.header_mid_inner nav {
  float: right;
  visibility: visible;
  text-indent: inherit;
  opacity: 1;
}
.header_mid_inner nav.nav_closed {
  margin-right: -30px;
  visibility: hidden;
  text-indent: -9999px;
  opacity: 0;
}
.header_mid_inner #navigation > li > a {
  border: 0;
}
.header_mid_inner #navigation > li > a > span {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  z-index: 205;
}
.header_mid_inner #navigation > li > a > span.nav_bg_clr {
  background-color: #ff6b6b;
  border: 0;
  display: block;
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 204;
  opacity: 0;
}
.header_mid_inner #navigation > li.menu-item-has-children > a:before {
  content: none;
}
.header_mid_inner #navigation > li.menu-item-has-children > a > span.nav_bg_clr:before {
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -4px;
  opacity: 0;
}
.header_mid_inner #navigation > li.menu-item-has-children:hover > a > span.nav_bg_clr:before {
  bottom: -1px;
  opacity: 1;
}
.header_mid_inner #navigation > li:hover > a > span.nav_bg_clr,
.header_mid_inner #navigation > li.current-menu-item > a > span.nav_bg_clr,
.header_mid_inner #navigation > li.current-menu-ancestor > a > span.nav_bg_clr {
  opacity: 1;
}
.header_mid_inner #navigation > li.menu-item-highlight > a > span.nav_bg_clr {
  opacity: 1;
}
.header_mid_inner .logo {
  position: relative;
  display: block;
  width: auto;
  vertical-align: middle;
}
.header_mid_inner .logo img {
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.header_mid_inner .logo .logo_retina {
  display: none;
}
.header_mid,
.header_mid .header_mid_inner .search_wrap_inner,
.header_mid .header_mid_inner .slogan_wrap_inner,
.header_mid .header_mid_inner .social_wrap_inner,
.header_mid .header_mid_inner nav > div > ul,
.header_mid .header_mid_inner nav > div > ul > li,
.header_mid .header_mid_inner nav > div > ul > li > a,
.header_mid .header_mid_inner nav > div > ul > li > a > span.nav_bg_clr,
.header_mid .header_mid_inner .logo,
.header_mid .header_mid_inner .resp_nav_wrap_inner {
  height: 95px;
}
.header_mid .header_mid_outer .header_mid_inner .social_wrap .social_wrap_inner.social_wrap_inner ul li {
  padding: 0!important;
}
.header_mid .header_mid_outer .header_mid_inner .social_wrap.social_wrap {
  margin-left: -90px !important;
}
@media (min-width: 768px) {
  .header_mid .header_mid_outer .header_mid_inner .social_wrap.social_wrap {
    margin-left: 30px!important;
  }
}
.header_bot_outer {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
}
.header_bot,
.header_bot .header_bot_inner nav > div > ul,
.header_bot .header_bot_inner nav > div > ul > li,
.header_bot .header_bot_inner nav > div > ul > li > a {
  height: 45px;
}
.header_bot_inner #navigation > li > a > span.nav_bg_clr {
  background-color: #ff6b6b;
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 204;
  opacity: 0;
}
.header_bot_inner #navigation > li.menu-item-has-children > a:before {
  content: none;
}
.header_bot_inner #navigation > li.menu-item-has-children > a > span.nav_bg_clr:before {
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -4px;
  opacity: 0;
}
.header_bot_inner #navigation > li.menu-item-has-children:hover > a > span.nav_bg_clr:before {
  bottom: -1px;
  opacity: 1;
}
.header_bot_inner #navigation > li:hover > a > span.nav_bg_clr,
.header_bot_inner #navigation > li.current-menu-item > a > span.nav_bg_clr,
.header_bot_inner #navigation > li.current-menu-ancestor > a > span.nav_bg_clr {
  opacity: 1;
}
.header_bot_inner #navigation > li.menu-item-highlight > a {
  color: #ffffff;
}
.header_bot_inner #navigation > li.menu-item-highlight > a > span.nav_bg_clr {
  opacity: 1;
}
/***************** Centered Header ******************/
.enable_header_centered .header_mid_inner,
.enable_header_centered .header_bot_inner {
  text-align: center;
}
.enable_header_centered .header_mid_inner > nav,
.enable_header_centered .header_bot_inner > nav {
  display: inline-block;
}
.enable_header_centered .header_mid_inner > nav > div > ul ul,
.enable_header_centered .header_bot_inner > nav > div > ul ul {
  text-align: left;
}
/***************** Right Header ******************/
.enable_header_right .header_bot_inner {
  text-align: right;
}
.enable_header_right .header_bot_inner > nav {
  display: inline-block;
}
.enable_header_right .header_bot_inner > nav > div > ul ul {
  text-align: left;
}
/***************** Fixed Header ******************/
#page.fixed_header #header {
  position: fixed;
}
#page.fixed_header .header_mid_outer {
  background-color: rgba(255, 255, 255, 0.95);
}
#page.fixed_header .header_bot_outer {
  background-color: rgba(255, 255, 255, 0.95);
}
#page.fixed_header #middle {
  padding-top: 96px;
}
#page.fixed_header.enable_header_top #middle {
  padding-top: 131px;
}
#page.fixed_header.enable_header_bottom #middle {
  padding-top: 142px;
}
#page.fixed_header.enable_header_top.enable_header_bottom #middle {
  padding-top: 177px;
}
/***************** Elements ******************/
.post-password-form {
  padding-top: 40px;
}
.post-password-form p:first-child {
  font-weight: bold;
}
.post-password-form label {
  display: inline-block;
}
.post-password-form input[type="password"] {
  display: block;
}
.post-password-form input[type=submit] {
  display: inline-block;
  vertical-align: bottom;
}
.search_bar_wrap {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 3px 10px 3px 5px;
  background-color: #fdfdfd;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.search_bar_wrap p {
  padding: 0;
}
.search_bar_wrap input[type=text] {
  border: 0;
  background: none;
  width: 80%;
  padding: 7px;
  margin-top: 1px;
}
.search_bar_wrap button[type=submit] {
  min-width: 0;
}
.search_bar_wrap button[type=submit][class^="cmsms-icon-"],
.search_bar_wrap button[type=submit][class*=" cmsms-icon-"] {
  color: #404040;
  float: right;
  font-size: 20px;
  font-family: fontello;
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin: 3px 0;
  width: 24px;
  height: 24px;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
.search_bar_wrap button[type=submit][class^="cmsms-icon-"]:before,
.search_bar_wrap button[type=submit][class*=" cmsms-icon-"]:before {
  margin-left: 0;
  margin-right: 0;
}
/* Pixel Arrow global styles */
.cmsms_prev_arrow,
.cmsms_next_arrow {
  background: transparent;
  width: 1px;
  height: 1px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.cmsms_prev_arrow:before,
.cmsms_next_arrow:before,
.cmsms_prev_arrow:after,
.cmsms_next_arrow:after,
.cmsms_prev_arrow span:before,
.cmsms_next_arrow span:before,
.cmsms_prev_arrow span:after,
.cmsms_next_arrow span:after {
  content: '';
  background: transparent;
  position: absolute;
  width: 1px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.cmsms_prev_arrow:before,
.cmsms_next_arrow:before {
  height: 3px;
  left: 1px;
  top: -1px;
}
.cmsms_prev_arrow:after,
.cmsms_next_arrow:after {
  height: 5px;
  left: 2px;
  top: -2px;
}
.cmsms_prev_arrow span:before,
.cmsms_next_arrow span:before {
  height: 7px;
  left: 3px;
  top: -3px;
}
.cmsms_prev_arrow span:after,
.cmsms_next_arrow span:after {
  height: 9px;
  left: 4px;
  top: -4px;
}
.cmsms_next_arrow {
  right: 0;
  left: auto;
}
.cmsms_next_arrow:before {
  left: auto;
  right: 1px;
}
.cmsms_next_arrow:after {
  left: auto;
  right: 2px;
}
.cmsms_next_arrow span:before {
  left: auto;
  right: 3px;
}
.cmsms_next_arrow span:after {
  left: auto;
  right: 4px;
}
.cmsms_top_arrow,
.cmsms_bot_arrow {
  background: #000000;
  width: 1px;
  height: 1px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  bottom: 0;
}
.cmsms_top_arrow:before,
.cmsms_bot_arrow:before,
.cmsms_top_arrow:after,
.cmsms_bot_arrow:after,
.cmsms_top_arrow span:before,
.cmsms_bot_arrow span:before,
.cmsms_top_arrow span:after,
.cmsms_bot_arrow span:after {
  content: '';
  background: transparent;
  position: absolute;
  height: 1px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.cmsms_top_arrow:before,
.cmsms_bot_arrow:before {
  width: 3px;
  top: 1px;
  left: -1px;
}
.cmsms_top_arrow:after,
.cmsms_bot_arrow:after {
  width: 5px;
  top: 2px;
  left: -2px;
}
.cmsms_top_arrow span:before,
.cmsms_bot_arrow span:before {
  width: 7px;
  top: 3px;
  left: -3px;
}
.cmsms_top_arrow span:after,
.cmsms_bot_arrow span:after {
  width: 9px;
  top: 4px;
  left: -4px;
}
.cmsms_bot_arrow {
  top: 4px;
}
.cmsms_bot_arrow:before {
  top: auto;
  bottom: 1px;
}
.cmsms_bot_arrow:after {
  top: auto;
  bottom: 2px;
}
.cmsms_bot_arrow span:before {
  top: auto;
  bottom: 3px;
}
.cmsms_bot_arrow span:after {
  top: auto;
  bottom: 4px;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=submit],
input[type=button],
button,
textarea,
select {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/*-------------------------------------------------------------------------*/
/*	4.	Content + Sidebar Styles	*/
/*-------------------------------------------------------------------------*/
.middle_inner {
  background-color: #ffffff;
}
body .headline {
  background-color: transparent;
}
.headline_outer {
  border-bottom: 1px solid #ebebeb;
}
.headline_outer .headline_color {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.headline_outer .headline_inner {
  padding: 12px 20px;
  position: relative;
  z-index: 1;
}
.headline_outer .headline_inner .headline_aligner {
  display: inline-block;
  vertical-align: middle;
}
.headline_outer .headline_inner .headline_text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.headline_outer .headline_inner .headline_text:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.headline_outer .headline_inner .headline_text h1 {
  margin: 0;
}
.headline_outer .headline_inner .headline_text h5 {
  margin: -5px 0 0;
}
.headline_outer .headline_inner.align_left {
  text-align: left;
}
.headline_outer .headline_inner.align_left .headline_text {
  text-align: left;
}
.headline_outer .headline_inner.align_left .headline_text:before {
  right: auto;
}
.headline_outer .headline_inner.align_right {
  text-align: right;
}
.headline_outer .headline_inner.align_right .headline_text {
  text-align: right;
}
.headline_outer .headline_inner.align_right .headline_text:before {
  left: auto;
}
.headline_outer .headline_inner.align_center {
  text-align: center;
}
.headline_outer .headline_inner.align_center .headline_text {
  text-align: center;
}
.headline_outer .headline_inner.align_center .headline_text:before {
  bottom: auto;
}
.cmsms_breadcrumbs {
  border-bottom: 1px solid #000000;
  overflow: hidden;
}
.cmsms_breadcrumbs .cmsms_breadcrumbs_inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cmsms_breadcrumbs .cmsms_breadcrumbs_inner.align_left {
  text-align: left;
}
.cmsms_breadcrumbs .cmsms_breadcrumbs_inner.align_right {
  text-align: right;
}
.cmsms_breadcrumbs .cmsms_breadcrumbs_inner.align_center {
  text-align: center;
}
.content_wrap {
  display: block;
  min-width: inherit;
}
.error {
  overflow: hidden;
}
.error .search_bar_wrap {
  margin: 0 auto 40px;
  width: 300px;
  max-width: 100%;
  display: block;
}
.error .error_subtitle {
  text-align: center;
  margin-bottom: 50px;
}
.error .error_title {
  font-size: 190px;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 1em;
  margin: 0;
  padding: 60px 0;
}
.error .error_inner {
  background-position: 50% 50%;
  background-attachment: fixed;
  margin-bottom: 60px;
}
.error .error_button_wrap {
  text-align: center;
  padding-bottom: 50px;
}
/*-------------------------------------------------------------------------*/
/*	5.	Bottom + Footer Styles	*/
/*-------------------------------------------------------------------------*/
/***************** Bottom ******************/
.bottom_bg {
  background-color: #fdfdfd;
  border-top: none;
  background-image: url('img/padrao-footer.png');
  background-repeat: repeat;
}
/***************** Footer ******************/
.footer_bg {
  background-color: none !important;
}
.footer_inner {
  text-align: center;
  padding: 80px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer_inner .logo {
  display: inline-block;
  margin-bottom: 60px;
}
.footer_inner .logo > .footer_logo_retina {
  display: none;
}
.footer_inner nav {
  margin-bottom: 40px;
}
.footer_inner nav > div {
  text-align: center;
}
.footer_inner nav > div > ul {
  display: inline-block;
  vertical-align: middle;
}
.footer_inner nav > div > ul ul {
  display: none;
}
.footer_inner nav > div > ul > li {
  padding: 0 10px;
  border-left: 1px solid #000000;
}
.footer_inner nav > div > ul > li:first-child {
  border-left: 0;
}
.footer_inner nav > div > ul > li > a {
  line-height: 1em;
}
.footer_inner .social_wrap {
  margin-bottom: 40px;
}
.footer_inner .social_wrap .social_wrap_inner {
  text-align: center;
}
.footer_inner .social_wrap .social_wrap_inner ul li {
  padding-left: 10px;
}
.footer_inner .social_wrap .social_wrap_inner a {
  width: 50px;
  height: 50px;
}
.footer_inner .social_wrap .social_wrap_inner a[class^="cmsms-icon-"]:before,
.footer_inner .social_wrap .social_wrap_inner a[class*=" cmsms-icon-"]:before {
  font-size: 50px;
  width: 1em;
  height: 1em;
}
.footer_inner .footer_custom_html {
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}
.cmsms_footer_small .footer_inner {
  padding: 20px;
  text-align: left;
  overflow: hidden;
}
.cmsms_footer_small .footer_inner nav {
  margin: 0;
  float: right;
  overflow: hidden;
}
.cmsms_footer_small .footer_inner .social_wrap {
  margin: 0;
  float: right;
}
.cmsms_footer_small .footer_inner .social_wrap .social_wrap_inner {
  text-align: left;
}
.cmsms_footer_small .footer_inner .social_wrap .social_wrap_inner ul {
  height: 20px;
}
.cmsms_footer_small .footer_inner .social_wrap .social_wrap_inner ul li {
  padding-left: 10px;
  height: 20px;
}
.cmsms_footer_small .footer_inner .social_wrap .social_wrap_inner ul li:first-child {
  padding-left: 0;
}
.cmsms_footer_small .footer_inner .social_wrap .social_wrap_inner a {
  width: 20px;
  height: 20px;
}
.cmsms_footer_small .footer_inner .social_wrap .social_wrap_inner a[class^="cmsms-icon-"]:before,
.cmsms_footer_small .footer_inner .social_wrap .social_wrap_inner a[class*=" cmsms-icon-"]:before {
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.cmsms_footer_small .footer_inner .footer_custom_html {
  margin: 0;
  overflow: hidden;
  font-size: 0.8125em;
}
.cmsms_footer_small .footer_inner .footer_custom_html a {
  font-size: 1em;
}
.cmsms_footer_small .footer_inner .footer_custom_html * {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cmsms_footer_small .footer_inner .copyright {
  overflow: hidden;
}
/***************** Fixed Footer ******************/
.fixed_footer #main {
  margin-bottom: 450px;
  z-index: 2;
}
.fixed_footer #footer {
  position: fixed;
  bottom: 0;
}
.fixed_footer #footer .footer_inner nav {
  z-index: 1;
}
/***************** Slide Top Button ******************/
#slide_top {
  background-color: transparent !important;
  color: #538467 !important;
  width: 50px;
  height: 50px;
  border: 3px solid !important;
  border-color: #538467 !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#slide_top:before {
  font-size: 30px;
  line-height: 46px;
}
#slide_top:hover {
  color: #FFF !important;
  background-color: #538467 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*-------------------------------------------------------------------------*/
/*	6.	Blog (Default, Masonry, Timeline) + Post Styles	*/
/*-------------------------------------------------------------------------*/
/***************** Blog ******************/
.button,
.comment-reply-link,
#cancel-comment-reply-link,
input[type=submit],
input[type=button],
button {
  display: inline-block;
  padding: 5px 15px;
  border: 0 solid transparent;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#cancel-comment-reply-link {
  font: 13px/20px Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
.cmsmsLike,
.cmsms_post_comments,
.cmsms_search_post_comments,
.cmsms_search_post_date,
.cmsms_slider_post_comments,
.cmsms_project_comments,
.cmsms_slider_project_comments,
.cmsms_profile_comments {
  padding-right: 8px;
  margin-left: 20px;
  position: relative;
}
.cmsmsLike.active {
  cursor: default !important;
}
.cmsmsLike:before,
.cmsms_post_comments:before,
.cmsms_search_post_comments:before,
.cmsms_search_post_date:before,
.cmsms_slider_post_comments:before,
.cmsms_project_comments:before,
.cmsms_slider_project_comments:before,
.cmsms_profile_comments:before,
.cmsms_post_date:before,
.cmsms_slider_post_date:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 100%;
  right: 0;
  top: 1px;
  bottom: 0;
}
.cmsms_post_comments:before,
.cmsms_search_post_comments:before,
.cmsms_slider_post_comments:before,
.cmsms_project_comments:before,
.cmsms_slider_project_comments:before,
.cmsms_profile_comments:before {
  top: 1px;
}
.cmsms_post_filter_wrap {
  margin-bottom: 60px;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
.cmsms_post_filter_wrap .cmsms_post_filter {
  overflow: hidden;
}
.cmsms_post_filter_wrap .cmsms_post_filter .cmsms_post_filter_block {
  overflow: hidden;
}
.cmsms_post_filter_wrap .cmsms_post_filter .cmsms_post_filter_block .cmsms_post_filter_but {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  float: right;
}
.cmsms_post_filter_wrap .cmsms_post_filter .cmsms_post_filter_block .cmsms_post_filter_but:before {
  font-size: 14px;
  margin-right: 10px;
  margin-left: -10px;
}
.cmsms_post_filter_wrap .cmsms_post_filter .cmsms_post_filter_block .cmsms_post_filter_list {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: center;
  overflow: hidden;
}
.cmsms_post_filter_wrap .cmsms_post_filter .cmsms_post_filter_block .cmsms_post_filter_list li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.cmsms_post_filter_wrap .cmsms_post_filter .cmsms_post_filter_block .cmsms_post_filter_list li:first-child {
  padding-left: 0;
}
.cmsms_post_filter_wrap .cmsms_post_filter .cmsms_post_filter_block .cmsms_post_filter_list li:before {
  content: none;
}
.cmsms_post_filter_wrap .cmsms_post_filter .cmsms_post_filter_block .cmsms_post_filter_but.current + .cmsms_post_filter_list > li {
  width: auto;
  height: auto;
  padding: 10px 0 10px 5px;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmsms_wrap_more_posts {
  width: 100%;
  overflow: hidden;
}
.cmsms_wrap_post_loader {
  margin: 60px 0 0;
  text-align: center;
  overflow: hidden;
}
.cmsms_wrap_post_loader .cmsms_post_loader {
  text-transform: uppercase;
  display: inline-block;
}
.cmsms_wrap_pagination {
  margin: 60px 0 0;
  text-align: center;
  overflow: hidden;
}
.cmsms_wrap_pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.cmsms_wrap_pagination ul li {
  display: block;
  padding: 0 0 3px 3px;
  float: left;
}
.cmsms_wrap_pagination ul li:first-child {
  padding-left: 0;
}
.cmsms_wrap_pagination ul li:before {
  content: none;
}
.cmsms_wrap_pagination ul li .page-numbers {
  line-height: 32px;
  display: block;
  min-width: 32px;
  height: 32px;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_wrap_pagination ul li .page-numbers .cmsms_prev_arrow {
  right: 5px;
}
.cmsms_wrap_pagination ul li .page-numbers .cmsms_next_arrow {
  left: 5px;
}
.blog.columns {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.blog.columns .post {
  min-width: 280px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  float: left;
  opacity: 0;
}
.blog.columns .post.shortcode_animated {
  margin-top: 0;
  opacity: 1;
}
.blog.timeline {
  position: relative;
  overflow: hidden;
}
.blog.timeline:before {
  content: '';
  background: #000000;
  width: 1px;
  height: 100%;
  margin: auto !important;
  position: absolute;
  left: -1px;
  right: 0;
  top: 0;
  bottom: 0;
}
.blog.timeline .post {
  width: 50%;
  overflow: visible;
  float: left;
  opacity: 0;
}
.blog.timeline .post.cmsms_timeline_left {
  margin-left: -40px;
  padding-right: 8%;
}
.blog.timeline .post.cmsms_timeline_right {
  margin-left: 40px;
  padding-left: 8%;
}
.blog.timeline .post.shortcode_animated {
  margin-left: 0;
  opacity: 1;
}
.post {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.post .cmsms_audio {
  margin-bottom: 20px;
  position: relative;
}
.post .cmsms_post_format_img {
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.post .cmsms_post_format_img:before {
  font-size: 30px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.post .cmsms_post_date {
  display: block;
}
.post .cmsms_post_date .cmsms_day_mon {
  font: normal 300 18px/30px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  display: inline-block;
}
.post .cmsms_post_date .cmsms_year {
  font: normal 300 15px/20px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  display: block;
  margin-top: -5px;
}
.post .cmsms_post_header {
  padding-bottom: 10px;
  position: relative;
}
.post .cmsms_post_header .cmsms_post_title,
.post .cmsms_post_header .cmsms_post_subtitle {
  margin: 0;
}
.post .cmsms_post_header .cmsms_post_subtitle {
  text-transform: uppercase;
  opacity: 0.5;
}
.post .cmsms_post_cont_info,
.post .cmsms_post_cont_info a {
  text-transform: uppercase;
}
.post .cmsms_post_cont_info > span {
  margin-left: 5px;
}
.post .cmsms_post_cont_info > span:first-child {
  margin-left: 0;
}
.post .cmsms_post_cont {
  overflow: hidden;
}
.post .cmsms_post_cont figure {
  margin-bottom: 20px;
}
.post .cmsms_post_cont .preloader {
  display: block;
}
.post .cmsms_post_cont .cmsms_post_cont_info {
  padding-bottom: 15px;
  overflow: hidden;
}
.post .cmsms_post_cont .cmsms_post_footer {
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #000000;
  overflow: hidden;
}
.post .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info {
  padding: 4px 0 0;
  float: right;
  overflow: hidden;
}
.post .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info > *:first-child {
  margin-left: 0;
}
.post.format-quote .cmsms_quote_content {
  padding: 30px;
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.post.format-quote .cmsms_quote_content:before {
  content: '';
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: 23px;
  bottom: -15px;
  top: auto;
}
.post.format-quote .cmsms_quote_content p {
  padding-bottom: 0;
  line-height: 1.5em;
  font-weight: 100;
}
.post.format-quote .cmsms_quote_info {
  padding-top: 25px;
  margin-bottom: 2px;
  border: 1px solid transparent;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.post.format-quote .cmsms_quote_info .cmsms_quote_author,
.post.format-quote .cmsms_quote_info .cmsms_post_cont_info,
.post.format-quote .cmsms_quote_info .cmsms_post_footer {
  padding-left: 20px;
  padding-right: 20px;
}
.post.format-quote .cmsms_quote_info .cmsms_quote_author {
  padding-bottom: 10px;
}
.post.format-quote .cmsms_quote_info .cmsms_post_cont_info {
  padding-bottom: 20px;
}
.post.format-aside .cmsms_post_cont,
.post.format-status .cmsms_post_cont {
  padding: 30px 20px 20px;
  border-bottom: 0 solid transparent;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.post.format-aside .cmsms_post_cont .cmsms_post_content,
.post.format-status .cmsms_post_cont .cmsms_post_content {
  padding: 0 0 30px;
}
.post.format-aside .cmsms_post_cont .cmsms_post_content > div,
.post.format-status .cmsms_post_cont .cmsms_post_content > div {
  display: inline-block;
  vertical-align: middle;
}
.post.format-aside .cmsms_post_cont .cmsms_post_content .cmsms_post_content_aligner,
.post.format-status .cmsms_post_cont .cmsms_post_content .cmsms_post_content_aligner {
  min-height: 185px;
}
.post.format-aside .cmsms_post_cont .cmsms_post_footer,
.post.format-status .cmsms_post_cont .cmsms_post_footer {
  padding: 0;
  border: 0 solid transparent;
  overflow: hidden;
}
.post.format-aside .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info,
.post.format-status .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info {
  float: right;
}
.post.format-aside .cmsms_post_cont .cmsms_post_footer .cmsms_post_cont_info,
.post.format-status .cmsms_post_cont .cmsms_post_footer .cmsms_post_cont_info {
  padding: 5px 20px 0 0;
  overflow: hidden;
}
.post.format-chat .cmsms_post_cont {
  padding: 50px 0 25px;
  margin-bottom: 2px;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.post.format-chat .cmsms_post_cont .cmsms_chat {
  padding: 0 20px 30px;
  word-wrap: break-word;
  overflow: hidden;
}
.post.format-chat .cmsms_post_cont .cmsms_chat .cmsms_chat_item {
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
}
.post.format-chat .cmsms_post_cont .cmsms_chat .cmsms_chat_item:first-child {
  margin-top: 0;
  padding-top: 0;
}
.post.format-chat .cmsms_post_cont .cmsms_chat .cmsms_chat_item:before {
  content: '';
  background-color: transparent;
  display: block;
  width: 65px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.post.format-chat .cmsms_post_cont .cmsms_chat .cmsms_chat_item:first-child:before {
  content: none;
}
.post.format-chat .cmsms_post_cont .cmsms_chat .cmsms_chat_item .cmsms_chat_author_time {
  overflow: hidden;
}
.post.format-chat .cmsms_post_cont .cmsms_chat .cmsms_chat_item .cmsms_chat_author_time .cmsms_chat_time {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding-left: 10px;
  float: right;
  opacity: 0.43;
}
.post.format-chat .cmsms_post_cont .cmsms_chat .cmsms_chat_item .cmsms_chat_author_time .cmsms_chat_author {
  display: block;
  overflow: hidden;
}
.post.format-chat .cmsms_post_cont .cmsms_chat .cmsms_chat_item .cmsms_chat_text {
  padding-top: 5px;
}
.post.format-chat .cmsms_post_cont .cmsms_post_footer {
  padding: 25px 20px 0;
}
.post.format-chat .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info {
  padding-top: 0;
}
.post.format-chat .cmsms_post_cont .cmsms_post_footer .cmsms_post_cont_info {
  padding-bottom: 0;
}
.post.format-gallery .cmsms_post_format_img:before {
  top: -4px;
  left: 1px;
}
.post.format-audio .cmsms_post_format_img:before {
  left: -5px;
}
.post.format-aside .cmsms_post_format_img:before {
  top: -2px;
}
/***************** Blog Default ******************/
.post.cmsms_default_type {
  padding-top: 70px;
  padding-right: 60px;
}
.post.cmsms_default_type .preloader,
.post.cmsms_default_type .cmsms_video_wrap {
  padding-bottom: 59.9%;
}
.post.cmsms_default_type .preloader.highImg,
.post.cmsms_default_type .cmsms_video_wrap.highImg {
  height: auto;
  padding: 0;
}
.post.cmsms_default_type:first-child {
  padding-top: 0;
}
.post.cmsms_default_type .cmsms_post_info {
  width: 55px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 40px;
  margin-bottom: 15px;
  float: left;
  overflow: hidden;
}
.post.cmsms_default_type .cmsms_post_date {
  padding-top: 5px;
  padding-right: 10px;
  margin-right: 0;
  text-align: right;
}
.post.cmsms_default_type .cmsms_post_cont {
  background: none;
  min-width: 250px;
  border-bottom: 3px solid transparent;
}
.post.cmsms_default_type.format-quote .cmsms_post_cont {
  border-bottom: 0 solid transparent;
}
.post.cmsms_default_type.format-audio .cmsms_post_cont {
  padding: 40px 20px 20px;
  margin-bottom: 2px;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.post.cmsms_default_type.format-audio .cmsms_post_cont .cmsms_post_header {
  padding-bottom: 20px;
}
.post.cmsms_default_type.format-audio .cmsms_post_cont figure {
  margin-bottom: 0;
}
.post.cmsms_default_type.format-audio .cmsms_post_cont .cmsms_post_cont_info {
  padding-bottom: 20px;
}
.post.cmsms_default_type.format-audio .cmsms_post_cont .cmsms_post_footer {
  margin: 10px -20px 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}
.post.cmsms_default_type.format-link .cmsms_post_cont {
  padding: 30px 0 20px;
  margin-bottom: 2px;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.post.cmsms_default_type.format-link .cmsms_post_cont .cmsms_post_header {
  border-bottom: 1px solid transparent;
}
.post.cmsms_default_type.format-link .cmsms_post_cont .cmsms_post_header,
.post.cmsms_default_type.format-link .cmsms_post_cont .cmsms_post_cont_info,
.post.cmsms_default_type.format-link .cmsms_post_cont .cmsms_post_content,
.post.cmsms_default_type.format-link .cmsms_post_cont .cmsms_post_footer {
  padding-left: 20px;
  padding-right: 20px;
}
.post.cmsms_default_type.format-link .cmsms_post_cont .cmsms_post_header {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post.cmsms_default_type.format-link .cmsms_post_cont .cmsms_post_cont_info {
  padding-bottom: 10px;
}
.post.cmsms_default_type.format-link .cmsms_post_cont .cmsms_post_content {
  padding-bottom: 5px;
}
.post.cmsms_default_type.format-link .cmsms_post_cont .cmsms_post_footer {
  padding-bottom: 0;
}
.post.cmsms_default_type.format-chat .cmsms_post_cont {
  border: 1px solid transparent;
}
.post.cmsms_default_type.format-aside .cmsms_post_cont,
.post.cmsms_default_type.format-status .cmsms_post_cont {
  padding-top: 50px;
  border-bottom: 0 solid transparent;
}
.post.cmsms_default_type.format-aside .cmsms_post_cont .cmsms_post_content .cmsms_post_content_aligner,
.post.cmsms_default_type.format-status .cmsms_post_cont .cmsms_post_content .cmsms_post_content_aligner {
  min-height: 165px;
}
/***************** Blog Masonry ******************/
.post.cmsms_masonry_type {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.post.cmsms_masonry_type .preloader,
.post.cmsms_masonry_type .cmsms_video_wrap {
  padding: 0 0 67.3%;
}
.post.cmsms_masonry_type .preloader.highImg,
.post.cmsms_masonry_type .cmsms_video_wrap.highImg {
  height: auto;
  padding: 0;
}
.post.cmsms_masonry_type .cmsms_post_format_img {
  width: 40px;
  height: 40px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  z-index: 10;
}
.post.cmsms_masonry_type .cmsms_post_format_img:before {
  font-size: 21px;
}
.post.cmsms_masonry_type .cmsms_post_cont {
  padding: 35px 0 20px;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_header {
  padding: 0 20px;
}
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_cont_info {
  padding: 0 20px;
}
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_content {
  padding: 20px 20px 0;
}
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer {
  padding: 20px 20px 0;
  margin-top: 10px;
}
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info {
  padding-top: 0;
  text-align: inherit;
  display: block;
  float: none;
}
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsms_post_date {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsms_post_date:before {
  top: 0;
}
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsms_post_date,
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsmsLike,
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsms_post_comments {
  margin-left: 15px;
}
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info *:first-child {
  margin-left: 0;
}
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsms_post_comments:before {
  top: 2px;
}
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .button {
  margin-top: 20px;
  float: right;
}
.post.cmsms_masonry_type.format-quote .cmsms_post_cont .cmsms_quote_content {
  padding: 40px 20px 45px;
  margin-bottom: 25px;
  font-size: 16px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.post.cmsms_masonry_type.format-quote .cmsms_post_cont .cmsms_quote_content:before {
  left: 37px;
}
.post.cmsms_masonry_type.format-quote .cmsms_post_cont .cmsms_quote_author {
  padding: 0 20px 20px;
}
.post.cmsms_masonry_type.format-quote .cmsms_post_cont .cmsms_post_cont_info {
  margin: 0;
}
.post.cmsms_masonry_type.format-quote .cmsms_post_cont .cmsms_post_footer {
  margin: 15px 0 0;
}
.post.cmsms_masonry_type.format-audio .cmsms_post_cont .cmsms_post_header {
  padding: 0 20px 20px;
}
.post.cmsms_masonry_type.format-audio .cmsms_post_cont .cmsms_audio {
  padding-left: 20px;
  padding-right: 20px;
}
.post.cmsms_masonry_type.format-link .cmsms_post_cont .cmsms_post_header {
  padding-bottom: 20px;
}
.post.cmsms_masonry_type.format-status .cmsms_post_cont .cmsms_post_content,
.post.cmsms_masonry_type.format-aside .cmsms_post_cont .cmsms_post_content {
  padding: 20px;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
.post.cmsms_masonry_type.format-status .cmsms_post_cont .cmsms_post_content .entry-content,
.post.cmsms_masonry_type.format-aside .cmsms_post_cont .cmsms_post_content .entry-content {
  font-weight: 100;
}
.post.cmsms_masonry_type.format-status .cmsms_post_cont .cmsms_post_content h2,
.post.cmsms_masonry_type.format-aside .cmsms_post_cont .cmsms_post_content h2 {
  color: #FFF;
  margin-bottom: 0px;
}
.post.cmsms_masonry_type.format-status .cmsms_post_cont .cmsms_post_content .post-aside-category,
.post.cmsms_masonry_type.format-aside .cmsms_post_cont .cmsms_post_content .post-aside-category {
  color: #FFF;
  font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.post.cmsms_masonry_type.format-status .cmsms_post_cont .cmsms_post_content .post-aside-category span,
.post.cmsms_masonry_type.format-aside .cmsms_post_cont .cmsms_post_content .post-aside-category span {
  color: #000;
}
.post.cmsms_masonry_type.format-status .cmsms_post_cont .cmsms_post_content .post-aside-category a,
.post.cmsms_masonry_type.format-aside .cmsms_post_cont .cmsms_post_content .post-aside-category a {
  font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: normal;
}
.post.cmsms_masonry_type.format-status .cmsms_post_cont .cmsms_post_content .post-aside-category a:hover,
.post.cmsms_masonry_type.format-aside .cmsms_post_cont .cmsms_post_content .post-aside-category a:hover {
  text-decoration: unde;
}
.post.cmsms_masonry_type.format-status .cmsms_post_cont .cmsms_post_content .cmsms_post_content_aligner,
.post.cmsms_masonry_type.format-aside .cmsms_post_cont .cmsms_post_content .cmsms_post_content_aligner {
  min-height: 200px;
}
.post.cmsms_masonry_type.format-status .cmsms_post_cont .cmsms_post_footer,
.post.cmsms_masonry_type.format-aside .cmsms_post_cont .cmsms_post_footer {
  margin-top: 0;
}
.post.cmsms_masonry_type.format-chat .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info {
  padding-top: 5px;
}
/***************** Blog Timeline ******************/
.post.cmsms_timeline_type:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 56px;
}
.post.cmsms_timeline_type .cmsms_post_info {
  width: 55px;
  position: absolute;
  top: 30px;
}
.post.cmsms_timeline_type .cmsms_post_info .cmsms_post_format_img {
  z-index: 1;
}
.post.cmsms_timeline_type .cmsms_post_info .cmsms_post_date {
  width: 55px;
  height: 55px;
  padding: 10px 5px;
  margin: 0;
  position: relative;
  top: -6px;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.post.cmsms_timeline_type .cmsms_post_info .cmsms_post_date .cmsms_day_mon,
.post.cmsms_timeline_type .cmsms_post_info .cmsms_post_date .cmsms_year {
  display: block;
}
.post.cmsms_timeline_type.cmsms_timeline_left .cmsms_post_info {
  right: -27px;
}
.post.cmsms_timeline_type.cmsms_timeline_right .cmsms_post_info {
  left: -27px;
}
.post.cmsms_timeline_type .cmsms_post_cont {
  margin: 0 1px 2px;
  padding: 30px 0 20px;
  overflow: visible;
  position: relative;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.post.cmsms_timeline_type .cmsms_post_cont > figure,
.post.cmsms_timeline_type .cmsms_post_cont .cmsms_video_wrap,
.post.cmsms_timeline_type .cmsms_post_cont .cmsms_owl_slider,
.post.cmsms_timeline_type .cmsms_post_cont .cmsms_quote_content {
  margin-top: -30px;
}
.post.cmsms_timeline_type .cmsms_post_cont .cmsms_post_header,
.post.cmsms_timeline_type .cmsms_post_cont .cmsms_post_cont_info,
.post.cmsms_timeline_type .cmsms_post_cont .cmsms_post_content,
.post.cmsms_timeline_type .cmsms_post_cont .cmsms_post_footer {
  padding-left: 20px;
  padding-right: 20px;
}
.post.cmsms_timeline_type .cmsms_post_cont .cmsms_post_footer {
  border: 0 solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.post.cmsms_timeline_type.format-aside .cmsms_post_cont,
.post.cmsms_timeline_type.format-status .cmsms_post_cont {
  padding: 30px 20px 20px;
  border: 0 solid transparent;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.post.cmsms_timeline_type.format-aside .cmsms_post_cont .cmsms_post_content .cmsms_post_content_aligner,
.post.cmsms_timeline_type.format-status .cmsms_post_cont .cmsms_post_content .cmsms_post_content_aligner {
  min-height: 160px;
}
.post.cmsms_timeline_type.format-aside .cmsms_post_cont .cmsms_post_footer,
.post.cmsms_timeline_type.format-status .cmsms_post_cont .cmsms_post_footer {
  padding-left: 0;
  padding-right: 0;
}
.post.cmsms_timeline_type.format-chat .cmsms_post_cont .cmsms_chat {
  padding-top: 20px;
}
.post.cmsms_timeline_type.format-chat .cmsms_post_cont .cmsms_post_footer {
  padding-top: 20px;
  border-top: 1px solid #000000;
}
.post.cmsms_timeline_type.format-chat .cmsms_post_cont .cmsms_post_footer .cmsms_post_cont_info {
  padding: 0 20px 0 0;
}
.post.cmsms_timeline_type.format-quote .cmsms_post_cont .cmsms_quote_info {
  padding-top: 20px;
  margin-bottom: 0;
  border: 0 solid transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.post.cmsms_timeline_type.format-audio .cmsms_post_cont .cmsms_post_header {
  padding-bottom: 20px;
}
.post.cmsms_timeline_type.format-audio .cmsms_post_cont .cmsms_audio {
  padding-left: 20px;
  padding-right: 20px;
}
/***************** Blog Post ******************/
.content_wrap.fullwidth .opened-article {
  padding-top: 30px;
  overflow: hidden;
}
.opened-article .post {
  margin-bottom: 55px;
  border-bottom: 3px solid transparent;
  clear: both;
}
.opened-article .post figure,
.opened-article .post .cmsms_video_wrap {
  margin-bottom: 35px;
}
.opened-article .post .cmsms_post_header {
  padding: 7px 0 8px 75px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.opened-article .post .cmsms_post_header .cmsms_post_format_img {
  width: 55px;
  height: 55px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.opened-article .post .cmsms_post_footer {
  margin-top: 10px;
  padding: 20px 0;
  border-top: 1px solid transparent;
  overflow: hidden;
}
.opened-article .post .cmsms_post_footer .cmsms_post_meta_info {
  margin-top: -2px;
  padding-top: 0;
  float: right;
}
.opened-article .post .cmsms_post_footer .cmsms_post_meta_info .cmsms_post_date {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.opened-article .post .cmsms_post_footer .cmsms_post_meta_info .cmsms_post_date:before {
  top: 0;
}
.opened-article .post .cmsms_post_footer .cmsms_post_cont_info {
  padding-right: 15px;
  overflow: hidden;
}
.opened-article .post.format-aside,
.opened-article .post.format-status {
  margin-bottom: 25px;
  border-bottom: 0 solid transparent;
}
.opened-article .post.format-aside .cmsms_post_cont,
.opened-article .post.format-status .cmsms_post_cont {
  margin-bottom: 40px;
}
.opened-article .post.format-aside .cmsms_post_cont .cmsms_post_format_img,
.opened-article .post.format-status .cmsms_post_cont .cmsms_post_format_img {
  background-color: transparent;
  margin: 0 auto;
}
.opened-article .post.format-aside .cmsms_post_cont .cmsms_post_content,
.opened-article .post.format-status .cmsms_post_cont .cmsms_post_content {
  padding: 0 0 35px;
}
.opened-article .post.format-aside .cmsms_post_cont .cmsms_post_content .cmsms_post_content_aligner,
.opened-article .post.format-status .cmsms_post_cont .cmsms_post_content .cmsms_post_content_aligner {
  min-height: 135px;
}
.opened-article .post.format-aside .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info,
.opened-article .post.format-status .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info {
  padding-top: 2px;
  margin-top: 0;
}
.opened-article .post.format-chat {
  padding-top: 27px;
  margin-bottom: 90px;
  border-bottom: 0 solid transparent;
}
.opened-article .post.format-chat .cmsms_post_cont {
  overflow: visible;
  position: relative;
}
.opened-article .post.format-chat .cmsms_post_cont .cmsms_post_format_img {
  width: 55px;
  height: 55px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: -27px;
  bottom: auto;
}
.opened-article .post.format-chat .cmsms_post_cont .cmsms_chat {
  padding-left: 30px;
  padding-right: 40px;
}
.opened-article .post.format-chat .cmsms_post_cont .cmsms_post_footer {
  padding-left: 30px;
  padding-right: 35px;
}
.opened-article .post.format-quote {
  border-bottom: 0 solid transparent;
}
.opened-article .post.format-quote .cmsms_post_cont .cmsms_quote_content {
  padding-left: 100px;
  position: relative;
}
.opened-article .post.format-quote .cmsms_post_cont .cmsms_quote_content .cmsms_post_format_img {
  width: 55px;
  height: 55px;
  margin: auto !important;
  position: absolute;
  left: 20px;
  right: auto;
  top: 0;
  bottom: 0;
}
.opened-article .post.format-quote .cmsms_post_cont_info {
  padding: 0 20px 0 0;
}
.post_nav {
  padding: 30px 20px;
  margin-bottom: 40px;
  border: 1px solid #000000;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.post_nav > span {
  display: block;
  padding: 0 15px;
  position: relative;
  float: left;
}
.post_nav > span.cmsms_next_post {
  float: right;
}
.post_nav > span a {
  text-transform: uppercase;
}
.share_posts {
  margin-bottom: 45px;
  overflow: hidden;
}
.share_posts > .fl {
  min-width: 100px;
  padding-right: 20px;
  margin-bottom: 25px;
}
.share_posts > .fl iframe {
  margin-bottom: 0;
}
.share_posts .cmsms_share {
  text-transform: uppercase;
}
.share_posts .cmsms_social {
  display: none;
  margin-top: 18px;
  overflow: hidden;
}
.share_posts .cmsms_social a {
  display: inline-block;
  padding: 5px 10px 0 2px;
}
.about_author {
  margin-bottom: 40px;
  overflow: hidden;
}
.about_author .about_author_inner {
  margin-bottom: 2px;
  padding: 30px;
  border: 1px solid #000000;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.about_author .about_author_inner .alignleft {
  margin-right: 40px;
}
.about_author .about_author_inner > figure,
.about_author .about_author_inner .avatar {
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.about_author .about_author_inner h2 {
  margin-bottom: 5px;
}
.about_author .about_author_inner p {
  padding-bottom: 0;
}
.about_author .about_author_inner .social_wrap {
  display: block;
  padding: 25px 0 0;
  position: relative;
  overflow: hidden;
}
.about_author .about_author_inner .social_wrap .social_wrap_inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.about_author .about_author_inner .social_wrap .social_wrap_inner ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.about_author .about_author_inner .social_wrap .social_wrap_inner ul li {
  display: inline-block;
  margin-left: 20px;
}
.about_author .about_author_inner .social_wrap .social_wrap_inner ul li:first-child {
  margin-left: 0;
}
.about_author .about_author_inner .social_wrap .social_wrap_inner ul li:before {
  content: none;
}
.about_author .about_author_inner .social_wrap .social_wrap_inner ul li a {
  font-size: 20px;
  display: block;
  width: 1em;
  height: 1em;
}
.related_posts {
  margin-bottom: 50px;
  overflow: hidden;
}
.related_posts > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.related_posts > ul:after {
  content: '';
  display: block;
  clear: both;
}
.related_posts > ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.related_posts > ul li:first-child > a {
  border-left: 1px solid #000000;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.related_posts > ul li:last-child > a {
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.related_posts > ul li:before {
  content: none;
  display: none;
}
.related_posts > ul li > a {
  text-transform: uppercase;
  display: block;
  padding: 13px 30px;
  position: relative;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.related_posts > ul li > a:hover,
.related_posts > ul li > a.current {
  background-color: #ff6b6b;
  border-color: #ff6b6b;
  color: #ffffff;
}
.related_posts .related_posts_content {
  padding: 35px 30px 5px;
  margin-bottom: 2px;
  position: relative;
  overflow: hidden;
  border: 1px solid #000000;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.related_posts .related_posts_content .related_posts_content_tab {
  margin: 0 -2%;
  display: none;
}
.related_posts .related_posts_content .related_posts_content_tab:after {
  content: '';
  display: block;
  clear: both;
}
.related_posts .related_posts_content .related_posts_content_tab .one_half {
  padding-bottom: 30px;
}
.related_posts .related_posts_content .related_posts_content_tab .rel_post_content {
  display: table;
  position: relative;
}
.related_posts .related_posts_content .related_posts_content_tab .rel_post_content figure.alignleft {
  display: table-cell;
  margin-right: 30px;
  margin-bottom: 0;
  border: 1px solid #000000;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.related_posts .related_posts_content .related_posts_content_tab .rel_post_content figure.alignleft .img_placeholder {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
}
.related_posts .related_posts_content .related_posts_content_tab .rel_post_content figure.alignleft .img_placeholder:before {
  font-size: 32px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.related_posts .related_posts_content .related_posts_content_tab .rel_post_content h5 {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}
.post_comments {
  position: relative;
  overflow: hidden;
}
.post_comments .commentlist {
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
}
.post_comments .commentlist > li > .comment-body:before {
  content: none;
}
.post_comments .commentlist > li:first-child > .comment-body {
  margin-top: 0;
}
.post_comments .commentlist > li.bypostauthor > .comment-body .fn:before {
  content: '\ec73';
  font-size: 16px;
  font-family: 'fontello';
  position: relative;
  top: -1px;
  margin: 0 10px 0 5px;
}
.post_comments .commentlist .comment-body {
  margin-top: 19px;
  margin-bottom: 2px;
  padding: 30px 30px 15px;
  position: relative;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.post_comments .commentlist .comment-body:before {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  left: 60px;
  top: -20px;
}
.post_comments .commentlist .comment-body .alignleft {
  text-align: center;
  margin-right: 40px;
}
.post_comments .commentlist .comment-body .alignleft img {
  display: block;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.post_comments .commentlist .comment-body .comment-content {
  overflow: hidden;
}
.post_comments .commentlist .comment-body .comment-content .comment-reply-link {
  min-width: 65px;
  float: right;
}
.post_comments .commentlist .comment-body .comment-content .published {
  float: right;
  padding: 5px 20px;
}
.post_comments .commentlist .comment-body .comment-content > h2 {
  margin-top: -4px;
  margin-bottom: 25px;
  word-wrap: break-word;
}
.post_comments .commentlist li {
  padding-top: 0;
}
.post_comments .commentlist ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
.post_comments .commentlist ul > li:before {
  content: none;
}
.comment-respond {
  margin: 50px 0 0;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.comment-respond .comment-reply-title small {
  float: right;
}
.comment-respond .comment-form {
  margin: 0 -2%/2;
}
.comment-respond .comment-form > p {
  width: 98%;
  margin: 0 2%/2;
  clear: both;
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url {
  width: 31.33%;
  clear: none;
  float: left;
}
.comment-respond .comment-form input,
.comment-respond .comment-form textarea {
  width: 100%;
  max-width: 100%;
}
.comment-respond .comment-form input[type=submit] {
  text-transform: uppercase;
  width: auto;
}
.comment-respond .comment-form iframe {
  padding: 0 1%;
}
.comment-body + .comment-respond {
  margin: 0 0 40px;
  padding-top: 50px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}
/*-------------------------------------------------------------------------*/
/*	7.	Portfolio (Grid, Puzzle) + Project Styles	*/
/*-------------------------------------------------------------------------*/
.cmsms_project_filter_wrap {
  margin-bottom: 60px;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #000000;
  overflow: hidden;
}
.cmsms_project_filter_wrap .cmsms_project_filter {
  overflow: hidden;
}
.cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_sort_block {
  display: block;
  padding: 10px 0;
  position: relative;
  float: right;
}
.cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_sort_block .cmsms_project_sort_but {
  margin: 0 0 0 1px;
}
.cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_sort_block .cmsms_project_sort_but:first-child {
  margin-left: 5px;
}
.cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_filter_block .cmsms_project_filter_but {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  float: right;
}
.cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_filter_block .cmsms_project_filter_but:before {
  font-size: 14px;
  margin-right: 10px;
  margin-left: -10px;
}
.cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_filter_block .cmsms_project_filter_list {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
  overflow: hidden;
}
.cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_filter_block .cmsms_project_filter_list li {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
}
.cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_filter_block .cmsms_project_filter_list li:first-child {
  padding-left: 0;
}
.cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_filter_block .cmsms_project_filter_list li:before {
  content: none;
}
.cmsms_project_filter_wrap .cmsms_project_filter .cmsms_project_filter_block .cmsms_project_filter_but.current + .cmsms_project_filter_list > li {
  width: auto;
  height: auto;
  padding: 10px 0 10px 5px;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmsms_wrap_more_projects {
  width: 100%;
  overflow: hidden;
}
.cmsms_wrap_project_loader {
  margin: 60px 0 35px;
  text-align: center;
  overflow: hidden;
}
.cmsms_wrap_project_loader .cmsms_project_loader {
  text-transform: uppercase;
  display: inline-block;
}
.portfolio.large_gap + .cmsms_wrap_more_projects .cmsms_wrap_project_loader {
  margin-top: 20px;
}
/***************** Portfolio ******************/
.portfolio {
  position: relative;
  /***************** Portfolio Puzzle ******************/
}
.portfolio.grid.perfect .project figure {
  opacity: 0;
}
.portfolio.grid.perfect .project.shortcode_animated figure {
  opacity: 1;
}
.portfolio.grid.masonry .project {
  opacity: 0;
}
.portfolio.grid.masonry .project.shortcode_animated {
  opacity: 1;
}
.portfolio.cmsms_5 .project {
  max-width: 20%;
}
.portfolio.cmsms_4 .project {
  max-width: 25%;
}
.portfolio.cmsms_3 .project {
  max-width: 33%;
}
.portfolio.cmsms_2 .project {
  max-width: 50%;
}
.portfolio.isotope.cmsms_5 .project,
.portfolio.isotope.cmsms_4 .project,
.portfolio.isotope.cmsms_3 .project,
.portfolio.isotope.cmsms_2 .project {
  max-width: none;
}
.portfolio .project {
  min-width: 200px;
  position: relative;
  float: left;
  overflow: hidden;
}
.portfolio .project .preloader {
  padding-bottom: 79.2%;
}
.portfolio .project .preloader.highImg {
  height: auto;
  padding-bottom: 0;
}
.portfolio .project .project_outer {
  overflow: visible;
  position: relative;
}
.portfolio .project .project_outer .project_inner {
  padding: 15px 25px;
  position: relative;
  border-top: 1px solid #000000;
  overflow: hidden;
}
.portfolio .project .project_outer .project_inner .cmsms_project_header {
  position: relative;
  overflow: hidden;
}
.portfolio .project .project_outer .project_inner .cmsms_project_header .cmsms_project_title {
  margin: 0;
}
.portfolio .project .project_outer .project_inner .cmsms_project_content {
  padding: 12px 0 0;
}
.portfolio .project .project_outer .project_inner .cmsms_project_header + .cmsms_project_footer,
.portfolio .project .project_outer .project_inner .cmsms_project_cont_info + .cmsms_project_footer {
  padding: 20px 0 0;
}
.portfolio .project .project_outer .project_inner .cmsms_project_footer a:first-child {
  margin-left: 0;
}
.portfolio.opened-article .project {
  float: none;
}
.portfolio.large_gap {
  margin: 0 -20px;
}
.portfolio.large_gap .project {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.portfolio.large_gap .project .project_outer {
  margin-bottom: 2px;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.portfolio.large_gap .project .project_outer figure img,
.portfolio.large_gap .project .project_outer figure .cmsms_img_rollover {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.portfolio.large_gap .project .project_outer .project_inner {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.portfolio.small_gap {
  padding: 1px 1px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.portfolio.small_gap .project {
  overflow: visible;
}
.portfolio.small_gap .project .project_outer {
  margin-right: 1px;
  margin-bottom: 1px;
}
.portfolio.puzzle.large_gap {
  margin: 0 -5px;
}
.portfolio.puzzle.large_gap .project {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.portfolio.puzzle .project {
  opacity: 0;
}
.portfolio.puzzle .project.shortcode_animated {
  opacity: 1;
}
.portfolio.puzzle .project .project_outer {
  overflow: hidden;
}
.portfolio.puzzle .project .project_outer .project_inner {
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.portfolio.puzzle .project .project_outer:hover figure img,
.portfolio.puzzle .project .project_outer:hover figure .img_placeholder {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}
.portfolio.puzzle .project .project_outer:hover figure .cmsms_img_rollover {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.portfolio.puzzle .project .project_outer:hover figure .cmsms_img_rollover .cmsms_open_link {
  left: 0;
  right: 0;
  opacity: 1;
}
.portfolio.puzzle .project .project_outer:hover figure .cmsms_img_rollover .cmsms_image_link {
  left: -62px;
  right: 0;
  opacity: 1;
}
.portfolio.puzzle .project .project_outer:hover figure .cmsms_img_rollover .cmsms_image_link + .cmsms_open_link {
  right: -62px;
  left: 0;
}
.portfolio.puzzle .project .project_outer:hover .project_inner {
  bottom: 0 !important;
}
.portfolio.puzzle.resp_portfolio_puzzle .project .project_outer {
  height: auto !important;
}
.portfolio.puzzle.resp_portfolio_puzzle .project .project_outer figure .cmsms_img_rollover .cmsms_image_link,
.portfolio.puzzle.resp_portfolio_puzzle .project .project_outer figure .cmsms_img_rollover .cmsms_open_link {
  bottom: 0 !important;
}
.portfolio.puzzle.resp_portfolio_puzzle .project .project_outer .project_inner {
  position: relative;
  top: 0;
  bottom: 0 !important;
}
/***************** Portfolio Project ******************/
.portfolio.opened-article aside.post_nav {
  display: none;
}
.portfolio.opened-article .project {
  min-width: 1px;
  float: none;
  overflow: hidden;
  clear: both;
}
.portfolio.opened-article .project .cmsms_project_header {
  margin-top: 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #000000;
  overflow: hidden;
  clear: both;
}
.portfolio.opened-article .project .cmsms_project_header .cmsms_project_title {
  margin: 0;
}
.portfolio.opened-article .project .project_content {
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.portfolio.opened-article .project .project_content .project_gallery_row {
  margin: 0 -2% 4%;
  position: relative;
}
.portfolio.opened-article .project .project_content .project_gallery_row .one_third,
.portfolio.opened-article .project .project_content .project_gallery_row .one_half,
.portfolio.opened-article .project .project_content .project_gallery_row .one_first {
  margin: 0 2%;
}
.portfolio.opened-article .project .project_content .project_gallery_row .one_first .preloader {
  padding-bottom: 60.2%;
}
.portfolio.opened-article .project .project_content .project_gallery_row .one_first .preloader.highImg {
  height: auto;
  padding: 0;
}
.portfolio.opened-article .project .project_content .project_gallery_row + .cmsms_project_content {
  margin-top: 35px;
}
.portfolio.opened-article .project .project_content > figure,
.portfolio.opened-article .project .project_content > .cmsms_owl_slider,
.portfolio.opened-article .project .project_content > .cmsms_video_wrap {
  margin-bottom: 35px;
}
.portfolio.opened-article .project .project_content.with_sidebar {
  width: 74%;
  padding-right: 60px;
  float: left;
}
.portfolio.opened-article .project .project_sidebar {
  width: 26%;
  margin: -5px 0 0;
  float: left;
}
.portfolio.opened-article .project .project_sidebar .project_details {
  padding-bottom: 50px;
}
.portfolio.opened-article .project .project_sidebar .project_details .project_details_title {
  margin: 0 0 20px;
}
.portfolio.opened-article .project .project_sidebar .project_details .project_details_title + .project_details_item,
.portfolio.opened-article .project .project_sidebar .project_details .project_details_item:first-child {
  border-top: 0 solid transparent;
}
.portfolio.opened-article .project .project_sidebar .project_details .project_details_item {
  padding: 10px 0;
  position: relative;
  border-top: 1px solid #000000;
  overflow: hidden;
}
.portfolio.opened-article .project .project_sidebar .project_details .project_details_item > div {
  width: 50%;
  float: left;
  overflow: hidden;
}
.portfolio.opened-article .project .project_sidebar .project_details .project_details_item .project_details_item_desc {
  text-align: right;
}
.portfolio.opened-article .project .project_sidebar .project_details .project_details_item .project_details_item_desc .cmsms_project_comments,
.portfolio.opened-article .project .project_sidebar .project_details .project_details_item .project_details_item_desc .cmsmsLike {
  display: inline-block;
  margin: -3px 1.5em -2px 0;
}
.portfolio.opened-article .project .project_sidebar .project_features {
  padding-bottom: 50px;
}
.portfolio.opened-article .project .project_sidebar .project_features .project_features_title {
  margin: 0 0 20px;
}
.portfolio.opened-article .project .project_sidebar .project_features .project_features_title + .project_features_item,
.portfolio.opened-article .project .project_sidebar .project_features .project_features_item:first-child {
  border-top: 0 solid transparent;
}
.portfolio.opened-article .project .project_sidebar .project_features .project_features_item {
  padding: 10px 0;
  position: relative;
  border-top: 1px solid #000000;
  overflow: hidden;
}
.portfolio.opened-article .project .project_sidebar .project_features .project_features_item > div {
  width: 50%;
  float: left;
  overflow: hidden;
}
.portfolio.opened-article .project .project_sidebar .project_features .project_features_item .project_features_item_desc {
  text-align: right;
}
.portfolio.opened-article .project .project_sidebar .share_posts {
  padding: 0 0 50px;
  margin: 0;
  overflow: hidden;
}
.portfolio.opened-article .project .project_sidebar .share_posts .share_posts_title {
  margin: 0 0 30px;
}
.portfolio.opened-article .project .project_sidebar .share_posts .share_posts_item {
  width: 50%;
  float: left;
}
/*-------------------------------------------------------------------------*/
/*	8.	Profiles + Profile Styles	*/
/*-------------------------------------------------------------------------*/
/***************** Profiles Profile ******************/
.profiles.opened-article .profile {
  position: relative;
  overflow: hidden;
  clear: both;
}
.profiles.opened-article .profile .cmsms_profile_header {
  padding: 0 0 30px;
  margin-bottom: 55px;
  text-align: center;
  border-bottom: 1px solid #000000;
  overflow: hidden;
  clear: both;
}
.profiles.opened-article .profile .cmsms_profile_header .cmsms_profile_title {
  margin: 0;
}
.profiles.opened-article .profile .cmsms_profile_header .cmsms_profile_subtitle {
  margin: 0;
}
.profiles.opened-article .profile .profile_content {
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.profiles.opened-article .profile .profile_content.with_sidebar {
  width: 74%;
  padding-right: 40px;
  float: left;
}
.profiles.opened-article .profile .profile_content > figure {
  margin-bottom: 35px;
}
.profiles.opened-article .profile .profile_sidebar {
  width: 26%;
  margin: -5px 0 0;
  float: left;
}
.profiles.opened-article .profile .profile_sidebar .profile_details {
  padding: 0 0 50px;
}
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_title {
  margin: 0 0 20px;
}
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_title + .profile_details_item,
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_item:first-child {
  border-top: 0 solid transparent;
}
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_item {
  padding: 10px 0;
  position: relative;
  border-top: 1px solid #000000;
  overflow: hidden;
}
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_item > div {
  width: 50%;
  float: left;
  overflow: hidden;
}
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_item .profile_details_item_desc {
  text-align: right;
}
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_item .profile_details_item_desc .cmsms_profile_comments,
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_item .profile_details_item_desc .cmsmsLike {
  display: inline-block;
  margin: -3px 1.5em -2px 0;
}
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_item .profile_details_item_desc .cmsms_profile_comments:before,
.profiles.opened-article .profile .profile_sidebar .profile_details .profile_details_item .profile_details_item_desc .cmsmsLike:before {
  top: 2px;
}
.profiles.opened-article .profile .profile_sidebar .profile_features {
  padding: 0 0 50px;
}
.profiles.opened-article .profile .profile_sidebar .profile_features .profile_features_title {
  margin: 0 0 20px;
}
.profiles.opened-article .profile .profile_sidebar .profile_features .profile_features_title + .profile_features_item,
.profiles.opened-article .profile .profile_sidebar .profile_features .profile_features_item:first-child {
  border-top: 0 solid transparent;
}
.profiles.opened-article .profile .profile_sidebar .profile_features .profile_features_item {
  padding: 10px 0;
  position: relative;
  border-top: 1px solid #000000;
  overflow: hidden;
}
.profiles.opened-article .profile .profile_sidebar .profile_features .profile_features_item > div {
  width: 50%;
  float: left;
  overflow: hidden;
}
.profiles.opened-article .profile .profile_sidebar .profile_features .profile_features_item .profile_features_item_desc {
  text-align: right;
}
.profiles.opened-article .profile .profile_sidebar .profile_social_icons {
  padding: 0 0 50px;
  overflow: hidden;
}
.profiles.opened-article .profile .profile_sidebar .profile_social_icons .profile_social_icons_title {
  margin: 0 0 25px;
}
.profiles.opened-article .profile .profile_sidebar .profile_social_icons .profile_social_icons_list {
  list-style: none;
  margin: 0 -4px;
  padding: 0;
}
.profiles.opened-article .profile .profile_sidebar .profile_social_icons .profile_social_icons_list li {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
}
.profiles.opened-article .profile .profile_sidebar .profile_social_icons .profile_social_icons_list li:before {
  content: none;
}
.profiles.opened-article .profile .profile_sidebar .profile_social_icons .profile_social_icons_list li a {
  font-size: 30px;
  display: block;
  width: 1em;
  height: 1em;
}
.profiles.opened-article .profile .profile_sidebar .profile_social_icons .profile_social_icons_list li a:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*-------------------------------------------------------------------------*/
/*	9.	Shortcodes Styles	*/
/*-------------------------------------------------------------------------*/
/***************** Notice ******************/
.cmsms_notice {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_notice:before {
  font-size: 40px;
}
.cmsms_notice.cmsms_notice_success {
  border-color: #aed957;
  background-color: #fbfdf6;
}
.cmsms_notice.cmsms_notice_success:before {
  color: #aed957;
}
.cmsms_notice.cmsms_notice_error {
  border-color: #ff6b6b;
  background-color: #fff7f7;
}
.cmsms_notice.cmsms_notice_error:before {
  color: #ff6b6b;
}
.cmsms_notice.cmsms_notice_info {
  border-color: #4ecdc4;
  background-color: #f6fcfc;
}
.cmsms_notice.cmsms_notice_info:before {
  color: #4ecdc4;
}
.cmsms_notice.cmsms_notice_warning {
  border-color: #f7a134;
  background-color: #fffbf3;
}
.cmsms_notice.cmsms_notice_warning:before {
  color: #f7a134;
}
.cmsms_notice.cmsms_notice_download {
  border-color: #556270;
  background-color: #f6f7f8;
}
.cmsms_notice.cmsms_notice_download:before {
  color: #556270;
}
.cmsms_notice .notice_close {
  border: 1px solid #dadada;
  background-color: #ffffff;
  color: #404040;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  width: 23px;
  height: 23px;
  top: -7px;
  right: -7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_notice .notice_close:hover {
  color: #dd0000;
  font-size: 14px;
  line-height: 28px;
  width: 29px;
  height: 29px;
  top: -9px;
  right: -9px;
}
/***************** Icon Box ******************/
.cmsms_icon_box.cmsms_box_centered,
.cmsms_icon_box.cmsms_box_colored {
  padding: 20px;
  padding-bottom: 30px;
}
.cmsms_icon_box.cmsms_box_centered:before,
.cmsms_icon_box.cmsms_box_colored:before {
  font-size: 60px;
  margin-left: -30px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.cmsms_icon_box.cmsms_box_centered.shortcode_animated:before,
.cmsms_icon_box.cmsms_box_colored.shortcode_animated:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.cmsms_icon_box.cmsms_box_centered[class*=" cmsms-icon-"],
.cmsms_icon_box.cmsms_box_colored[class*=" cmsms-icon-"] {
  padding-top: 70px;
}
.cmsms_icon_box.cmsms_box_lefticon:before {
  color: #ffffff;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  height: 45px;
  margin: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.cmsms_icon_box.cmsms_box_lefticon.shortcode_animated:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.cmsms_icon_box.cmsms_box_colored {
  color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_icon_box.cmsms_box_colored:before {
  top: 35px;
}
.cmsms_icon_box.cmsms_box_colored[class*=" cmsms-icon-"] {
  padding-top: 120px;
}
.cmsms_icon_box.cmsms_box_colored a,
.cmsms_icon_box.cmsms_box_colored h1,
.cmsms_icon_box.cmsms_box_colored h2,
.cmsms_icon_box.cmsms_box_colored h3,
.cmsms_icon_box.cmsms_box_colored h4,
.cmsms_icon_box.cmsms_box_colored h5,
.cmsms_icon_box.cmsms_box_colored h6 {
  color: #ffffff;
}
.cmsms_icon_box.cmsms_box_colored:hover {
  background-color: #fbfbfb !important;
}
.cmsms_icon_box.cmsms_box_colored .icon_box_button {
  background: none !important;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  z-index: 10;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.cmsms_icon_box.cmsms_box_colored .icon_box_button:hover {
  top: 0px;
  margin-top: 0px;
}
.cmsms_icon_box.cmsms_box_heading h1:before,
.cmsms_icon_box.cmsms_box_heading h2:before,
.cmsms_icon_box.cmsms_box_heading h3:before {
  margin-right: 15px;
  vertical-align: inherit;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.cmsms_icon_box.cmsms_box_heading.shortcode_animated h1:before,
.cmsms_icon_box.cmsms_box_heading.shortcode_animated h2:before,
.cmsms_icon_box.cmsms_box_heading.shortcode_animated h3:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.cmsms_icon_box .icon_box_text {
  margin-bottom: 0px;
}
/***************** Featured Block ******************/
.cmsms_featured_block {
  background-color: #fbfbfb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_featured_block.featured_block_with_button {
  -webkit-border-radius: 5px 7px 7px 5px;
  border-radius: 5px 7px 7px 5px;
}
.cmsms_featured_block .featured_block_inner .featured_block_text {
  padding-bottom: 0;
}
.cmsms_featured_block .featured_block_inner .featured_block_button_wrap {
  padding-left: 0;
}
.cmsms_featured_block .featured_block_inner .featured_block_button {
  background-color: #ebebeb;
  color: #404040;
  font: normal 400 16px/44px 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  line-height: 40px;
  text-align: center;
  float: right;
  white-space: nowrap;
}
.cmsms_featured_block .featured_block_inner .featured_block_button:before {
  vertical-align: baseline;
  margin-left: 0;
  margin-right: 10px;
}
/***************** Toggles ******************/
.cmsms_toggles .cmsms_toggles_filter {
  padding: 0 0 20px;
}
.cmsms_toggles .cmsms_toggles_filter > a.current_filter {
  color: #707070;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title > .cmsms_toggle_plus {
  border: 1px solid #dadada;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title > .cmsms_toggle_plus .cmsms_toggle_plus_hor,
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title > .cmsms_toggle_plus .cmsms_toggle_plus_vert {
  background-color: #9e9e9e;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title > .cmsms_toggle_plus .cmsms_toggle_plus_hor {
  width: 7px;
  height: 1px;
  top: 11px;
  left: 8px;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title > .cmsms_toggle_plus .cmsms_toggle_plus_vert {
  width: 1px;
  height: 7px;
  top: 8px;
  left: 11px;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title > a {
  color: #404040;
  font: normal 400 16px/44px 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  padding: 13px 5px 13px 35px;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title:hover > .cmsms_toggle_plus {
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title:hover > .cmsms_toggle_plus .cmsms_toggle_plus_hor,
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle_title:hover > .cmsms_toggle_plus .cmsms_toggle_plus_vert {
  background-color: #ffffff;
}
.cmsms_toggles .cmsms_toggle_wrap.current_toggle .cmsms_toggle_title .cmsms_toggle_plus {
  background-color: #ff6b6b;
  border-color: #ff6b6b;
}
.cmsms_toggles .cmsms_toggle_wrap.current_toggle .cmsms_toggle_title .cmsms_toggle_plus .cmsms_toggle_plus_hor,
.cmsms_toggles .cmsms_toggle_wrap.current_toggle .cmsms_toggle_title .cmsms_toggle_plus .cmsms_toggle_plus_vert {
  background-color: #ffffff;
}
.cmsms_toggles .cmsms_toggle_wrap .cmsms_toggle .cmsms_toggle_inner {
  padding: 20px / 2 0 0;
}
.cmsms_toggles.toggles_mode_accordion .cmsms_toggles_filter {
  padding: 0;
}
.cmsms_toggles.toggles_mode_accordion .cmsms_toggle_title > .cmsms_toggle_plus {
  left: 10px;
}
.cmsms_toggles.toggles_mode_accordion .cmsms_toggle_title > a {
  padding: 13px 10px 13px 45px;
}
.cmsms_toggles.toggles_mode_accordion .cmsms_toggle_wrap {
  background-color: #ffffff;
  margin: 20px / 2 0 0;
  border: 1px solid #dadada;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_toggles.toggles_mode_accordion .cmsms_toggle_wrap .cmsms_toggle .cmsms_toggle_inner {
  padding: 20px 20px;
}
.cmsms_toggles.toggles_mode_accordion .cmsms_toggle_wrap.current_toggle {
  background-color: #fdfdfd;
}
/***************** Tabs ******************/
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item:first-child > a {
  border-left: 1px solid #dadada;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item:first-child > a:hover {
  border-color: #ff6b6b;
}
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item:last-child > a {
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item.current_tab:first-child > a {
  border-color: #ff6b6b;
}
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item.current_tab > a {
  background-color: #ff6b6b;
  border-color: #ff6b6b;
  color: #ffffff;
}
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item > a {
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #ffffff;
  color: #404040;
  font: normal 400 16px/44px 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  padding: 13px 30px;
}
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item > a[class^="cmsms-icon-"] {
  padding: 13px 30px 13px 60px;
}
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item > a:hover {
  background-color: #ff6b6b;
  border-color: #ff6b6b;
  color: #ffffff;
}
.cmsms_tabs .cmsms_tabs_list .cmsms_tabs_list_item > a:before {
  font-size: 24px;
  line-height: 48px;
  display: block;
  width: 24px;
  height: 48px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 30px;
}
.cmsms_tabs.tabs_mode_tab .cmsms_tabs_wrap {
  border: 1px solid #dadada;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}
.cmsms_tabs.tabs_mode_tab .cmsms_tabs_wrap .cmsms_tab .cmsms_tab_inner {
  padding: 40px 30px 20px;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list {
  width: 35%;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list .cmsms_tabs_list_item:first-child > a {
  border-top: 1px solid #dadada;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list .cmsms_tabs_list_item:first-child > a:hover {
  border-color: #ff6b6b;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list .cmsms_tabs_list_item:last-child > a {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list .cmsms_tabs_list_item.current_tab:first-child > a {
  border-color: #ff6b6b;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list .cmsms_tabs_list_item.current_tab > a {
  border-color: #ff6b6b;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list .cmsms_tabs_list_item > a {
  border: 1px solid #dadada;
  border-top: 0;
  padding: 13px 20px;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list .cmsms_tabs_list_item > a[class^="cmsms-icon-"] {
  padding: 13px 20px 13px 50px;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list .cmsms_tabs_list_item > a:hover {
  border-color: #ff6b6b;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_list .cmsms_tabs_list_item > a:before {
  left: 20px;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_wrap {
  width: 65%;
  padding: 0 0 0 40px;
}
.cmsms_tabs.tabs_mode_tour .cmsms_tabs_wrap .cmsms_tab .cmsms_tab_inner {
  padding: 0;
}
.cmsms_tabs.tabs_mode_tour.tabs_pos_right .cmsms_tabs_wrap {
  padding: 0 40px 0 0;
}
/***************** Icon List ******************/
.cmsms_icon_list_items .cmsms_icon_list_item:before {
  left: 50px;
  right: auto;
}
.cmsms_icon_list_items .cmsms_icon_list_item .cmsms_icon_list_icon {
  background-color: #3d3d3d;
  border-width: 10px;
  border-style: solid;
  color: #ffffff;
  width: 100px;
  height: 100px;
  position: relative;
}
.cmsms_icon_list_items .cmsms_icon_list_item .cmsms_icon_list_icon:before {
  font-size: 32px;
  line-height: 80px;
}
.cmsms_icon_list_items .cmsms_icon_list_item .cmsms_icon_list_item_title {
  margin-bottom: 20px / 2;
}
.cmsms_icon_list_items.cmsms_icon_list_pos_right .cmsms_icon_list_item:before {
  left: auto;
  right: 50px;
}
.cmsms_icon_list_items.cmsms_icon_list_type_list {
  padding-left: 30px;
}
.cmsms_icon_list_items.cmsms_icon_list_type_list .cmsms_icon_list_item:before {
  left: -32px;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item:before {
  top: 40px;
  height: 0%;
  opacity: 0;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item .cmsms_icon_list_icon {
  opacity: 0.3;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}
.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item.shortcode_animated:before {
  height: 100%;
  opacity: 1;
}
.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item.shortcode_animated .cmsms_icon_list_icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
/***************** Stats ******************/
.cmsms_stats .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_title {
  font: italic 500 16px/20px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat {
  width: 0%;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner {
  min-height: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_title,
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_counter_wrap {
  top: 10px;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_title {
  left: 15px;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_counter_wrap {
  font: italic 500 16px/20px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  right: 15px;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class^="cmsms-icon-"]:before,
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class*=" cmsms-icon-"]:before {
  font-size: 20px;
  top: 10px;
  left: 15px;
}
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class^="cmsms-icon-"] .cmsms_stat_title,
.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class*=" cmsms-icon-"] .cmsms_stat_title {
  left: 45px;
}
.cmsms_stats.stats_mode_counters .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_counter_wrap {
  font: normal 400 16px/44px 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  line-height: 60px;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat {
  display: inline-block;
  width: 180px;
  height: 180px;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner {
  background-color: #3d3d3d;
  color: #ffffff;
  width: 150px;
  height: 150px;
  padding-top: 40px;
  top: 15px;
  left: 15px;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner:before {
  font-size: 32px;
  opacity: 0.5;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class^="cmsms-icon-"]:before,
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class*=" cmsms-icon-"]:before {
  margin-top: -20px / 2;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class^="cmsms-icon-"] .cmsms_stat_title,
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class*=" cmsms-icon-"] .cmsms_stat_title {
  margin-top: 5px;
  margin-bottom: -10px;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_title {
  padding: 0 10px;
  margin-bottom: -5px;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_counter_wrap {
  font-size: 40px;
  padding-top: 5px;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat canvas {
  width: 180px;
  height: 180px;
}
.cmsms_stats.stats_mode_counters.stats_type_circles .cmsms_stat_wrap .cmsms_stat.stat_has_titleicon .cmsms_stat_inner {
  padding-top: 30px;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap:last-child .cmsms_stat {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_fourth:nth-child(4n+1) .cmsms_stat {
  border-left: 1px solid #dadada;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_fourth:nth-child(4n+1):last-child .cmsms_stat {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_fourth:nth-child(4n) .cmsms_stat {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_third:nth-child(3n+1) .cmsms_stat {
  border-left: 1px solid #dadada;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_third:nth-child(3n+1):last-child .cmsms_stat {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_third:nth-child(3n) .cmsms_stat {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_half:nth-child(2n+1) .cmsms_stat {
  border-left: 1px solid #dadada;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_half:nth-child(2n+1):last-child .cmsms_stat {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_half:nth-child(2n) .cmsms_stat {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_first .cmsms_stat {
  border-left: 1px solid #dadada;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat {
  border: 1px solid #dadada;
  border-left: 0;
  padding: 30px;
  min-height: 90px;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class^="cmsms-icon-"],
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class*=" cmsms-icon-"] {
  padding-left: 70px;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class^="cmsms-icon-"]:before,
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner[class*=" cmsms-icon-"]:before {
  position: absolute;
  top: 10px;
  left: 0;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_title {
  font: italic 500 16px/20px Roboto, Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  display: block;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_counter_wrap {
  display: inline-block;
}
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner:before,
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_counter_wrap {
  font-size: 48px;
}
/***************** Blockquote ******************/
q,
blockquote {
  padding: 0 0 0 65px;
  position: relative;
}
q:before,
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0;
  left: 0;
}
/***************** Divider ******************/
hr,
.cmsms_divider {
  border-bottom-color: #dadada;
}
/***************** Button ******************/
.cmsms_button {
  border: 0;
  background-color: #ff6b6b;
  color: #ffffff;
  font: normal 400 16px/44px 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  padding: 10px 20px 13px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
  top: 0px;
  text-align: center;
}
.cmsms_button:hover {
  position: relative;
  color: #ffffff;
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.02);
}
.cmsms_button:before {
  line-height: 44px;
}
/***************** Contact Form 7 ******************/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form option {
  min-width: 100px;
  width: 100%;
}
.wpcf7-form .wpcf7-submit[disabled] {
  pointer-events: none;
  background-color: #dadada;
}
/***************** Hover slider ******************/
.cmsms_hover_slider .cmsms_hover_slider_items {
  padding: 0 0 58%;
}
.cmsms_hover_slider li:before {
  display: none;
}
.cmsms_hover_slider .cmsms_hover_slider_thumbs {
  margin: 0 -4px;
  padding: 11px 0 0;
  letter-spacing: -1px;
}
.cmsms_hover_slider .cmsms_hover_slider_thumbs > li {
  padding: 0 4px;
}
.cmsms_hover_slider .cmsms_hover_slider_thumbs > li a {
  border: 3px solid transparent;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.3;
}
.cmsms_hover_slider .cmsms_hover_slider_thumbs > li a:hover {
  border: 3px solid #000000;
}
.cmsms_hover_slider .cmsms_hover_slider_thumbs > li.shortcode_animated a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/***************** Content slider ******************/
.content_slider {
  margin-bottom: 20px;
}
.content_slider .item > img {
  width: 100%;
}
.owl-buttons {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  text-indent: -9999px;
  display: inline-block;
  height: 27px;
  width: 27px;
  margin: 0 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.owl-buttons .owl-prev .cmsms_prev_arrow {
  left: 12px;
}
.owl-buttons .owl-next .cmsms_next_arrow {
  right: 12px;
}
.owl-pagination {
  position: absolute;
  right: 20px;
  top: 15px;
}
.owl-pagination .owl-page {
  display: block;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.owl-pagination .owl-page.active {
  cursor: default;
}
/***************** Gallery ******************/
.cmsms_gallery {
  margin: 0 -2%;
}
.cmsms_gallery ul,
.cmsms_gallery li {
  padding: 0;
}
.cmsms_gallery li {
  margin-bottom: 4%;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.5;
}
.cmsms_gallery li:before {
  display: none;
}
.cmsms_gallery li img {
  display: block;
  width: 100%;
}
.cmsms_gallery li.shortcode_animated {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/***************** Quotes ******************/
.cmsms_quotes_slider {
  padding-top: 20px;
  margin-bottom: 20px;
}
.cmsms_quotes_slider .quote_content {
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  margin: 0 1px 15px;
}
.cmsms_quotes_slider .quote_content:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 19px;
  border-top-width: 10px;
  border-top-style: solid;
  border-left: 10px solid transparent;
}
.cmsms_quotes_slider .quote_content:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 18px;
  border-top-width: 10px;
  border-top-style: solid;
  border-left: 10px solid transparent;
}
.cmsms_quotes_slider .quote_content p {
  padding: 0;
}
.cmsms_quotes_slider .quote_content img {
  width: auto;
}
.cmsms_quotes_slider .owl-buttons {
  top: 7px;
  bottom: auto;
  right: 12px;
}
.cmsms_quotes_slider .owl-buttons > div {
  border-width: 1px;
  border-style: solid;
  height: 25px;
  width: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_quotes_slider .owl-buttons .cmsms_next_arrow {
  right: 10px;
}
.cmsms_quotes_slider .owl-buttons .cmsms_prev_arrow {
  left: 10px;
}
.cmsms_quotes_slider .quote_image {
  float: left;
  margin-right: 15px;
}
.cmsms_quotes_slider .quote_image img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 55px;
}
.cmsms_quotes_slider .wrap_quote_title {
  overflow: hidden;
  padding-top: 10px;
}
.quote_title {
  margin-bottom: 0;
}
.cmsms_quote_inner,
.quote_content_wrap {
  overflow: hidden;
}
.quote_grid {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.quote_grid.quote_four:after,
.quote_grid.quote_four:before,
.quote_grid.quote_three:before {
  content: '';
  position: absolute;
  top: 0;
  left: 66.66%;
  height: 100%;
  border-left-width: 1px;
  border-left-style: solid;
}
.quote_grid.quote_one .cmsms_quote {
  float: none;
}
.quote_grid.quote_one .quote_vert {
  display: none;
}
.quote_grid.quote_two .quote_vert {
  left: 50%;
}
.quote_grid.quote_two .cmsms_quote {
  width: 50%;
}
.quote_grid.quote_three .quote_vert {
  left: 33.33%;
}
.quote_grid.quote_three .cmsms_quote {
  width: 33.33%;
}
.quote_grid.quote_three .cmsms_quote .quote_image {
  float: none;
  margin: 0 0 20px;
  text-align: center;
}
.quote_grid.quote_four:before {
  left: 50%;
}
.quote_grid.quote_four:after {
  left: 75%;
}
.quote_grid.quote_four .quote_vert {
  left: 25%;
}
.quote_grid.quote_four .cmsms_quote {
  width: 25%;
}
.quote_grid.quote_four .cmsms_quote .quote_image {
  float: none;
  margin: 0 0 20px;
  text-align: center;
}
.quote_grid .quote_vert {
  position: absolute;
  top: 0;
  height: 100%;
  border-left-width: 1px;
  border-left-style: solid;
}
.quote_grid .quote_content {
  margin-bottom: 15px;
}
.quote_grid .quote_content p {
  padding: 0;
}
.quote_grid .quote_image {
  margin-right: 25px;
  float: left;
}
.quote_grid .quote_image img {
  max-width: 150px;
}
.quote_grid .cmsms_quote {
  padding: 30px;
  float: left;
}
.quote_grid .cmsms_quote:first-child {
  padding-top: 30px;
}
.quote_grid .quotes_list {
  width: 100%;
  padding-left: 0;
  margin-bottom: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden;
}
.quote_grid .quotes_list:last-child {
  border-bottom: none;
}
/***************** Pricing tables ******************/
.cmsms_pricing_table {
  position: relative;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.cmsms_pricing_table .cmsms_pricing_item {
  width: 25%;
  display: table-cell;
  padding: 30px 10px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-left: none;
}
.cmsms_pricing_table .cmsms_pricing_item:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-left-width: 1px;
  border-left-style: solid;
}
.cmsms_pricing_table .cmsms_pricing_item:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.cmsms_pricing_table .cmsms_pricing_item.pricing_best {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transform: scale(1.08);
  border-left-width: 1px;
  border-left-style: solid;
}
.cmsms_pricing_table .cmsms_pricing_item .pricing_title {
  margin-bottom: 29px;
}
.cmsms_pricing_table .cmsms_pricing_item .feature_list {
  padding-left: 0;
  font-size: 14px;
  margin: 27px 0 40px;
}
.cmsms_pricing_table .cmsms_pricing_item .feature_list [class*="cmsms-icon-"]:before {
  margin-right: 10px;
}
.cmsms_pricing_table .cmsms_pricing_item .feature_list a {
  font-size: 14px;
}
.cmsms_pricing_table .cmsms_pricing_item .cmsms_price_wrap {
  position: relative;
  text-align: center;
  padding: 16px 0 25px;
}
.cmsms_pricing_table .cmsms_pricing_item .cmsms_price_wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -22.5px;
  width: 45px;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  bottom: 0;
}
.cmsms_pricing_table .cmsms_pricing_item .cmsms_price_wrap:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -22.5px;
  width: 45px;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  top: 0;
}
.cmsms_pricing_table .cmsms_pricing_item .cmsms_price_wrap .cmsms_period {
  padding-top: 3px;
  text-transform: uppercase;
}
.cmsms_pricing_table.pricing_one .cmsms_pricing_item {
  width: 100%;
}
.cmsms_pricing_table.pricing_two .cmsms_pricing_item {
  width: 50%;
}
.cmsms_pricing_table.pricing_three .cmsms_pricing_item {
  width: 33.33%;
}
.cmsms_pricing_table.pricing_four .cmsms_pricing_item {
  width: 25%;
}
/***************** Google Maps ******************/
.resizable_block .google_map {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.google_map img {
  max-width: 1000%;
}
/***************** Caption ******************/
.cmsms_img {
  display: inline-block;
  max-width: 100%;
}
.cmsms_img.cmsms_image_l {
  float: left;
  margin-right: 20px;
}
.cmsms_img.cmsms_image_r {
  float: right;
  margin-left: 20px;
}
.cmsms_img.with_caption {
  padding: 20px 20px 0 20px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_img .cmsms_img_caption {
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
}
.aligncenter {
  text-align: center;
}
.wp-caption {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  padding: 20px 20px 0;
  margin-bottom: 20px;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignleft {
  margin-right: 20px;
}
.wp-caption.alignright {
  margin-left: 20px;
}
.wp-caption a {
  display: block;
}
.wp-caption .wp-caption-text {
  padding: 15px 0;
  text-align: center;
}
/***************** WP Gallery ******************/
.gallery {
  margin: 0 -20px !important;
}
.gallery img {
  width: 100%;
  border: none !important;
}
.gallery .gallery-item {
  padding: 0 20px;
  margin-bottom: 10px;
}
.gallery .gallery-item .wp-caption-text {
  padding-top: 10px;
}
/***************** Sidebar ******************/
.cmsms_sidebar {
  margin: 0 -2%;
}
.cmsms_sidebar aside {
  margin: 0 2%;
  float: left;
}
.sidebar_layout_14141414 aside {
  width: 21%;
}
.sidebar_layout_141412 > aside:first-child,
.sidebar_layout_141412 > aside:first-child + aside,
.sidebar_layout_141412 > div.cl + aside,
.sidebar_layout_141412 > div.cl + aside + aside,
.sidebar_layout_141412 > div.cmsms_widget_divider + aside,
.sidebar_layout_141412 > div.cmsms_widget_divider + aside + aside {
  width: 21%;
}
.sidebar_layout_141412 > aside:first-child + aside + aside,
.sidebar_layout_141412 > div.cl + aside + aside + aside,
.sidebar_layout_141412 > div.cmsms_widget_divider + aside + aside + aside {
  width: 46%;
}
.sidebar_layout_141214 > aside:first-child,
.sidebar_layout_141214 > aside:first-child + aside + aside,
.sidebar_layout_141214 > div.cl + aside,
.sidebar_layout_141214 > div.cl + aside + aside + aside,
.sidebar_layout_141214 > div.cmsms_widget_divider + aside,
.sidebar_layout_141214 > div.cmsms_widget_divider + aside + aside + aside {
  width: 21%;
}
.sidebar_layout_141214 > aside:first-child + aside,
.sidebar_layout_141214 > div.cl + aside + aside,
.sidebar_layout_141214 > div.cmsms_widget_divider + aside + aside {
  width: 46%;
}
.sidebar_layout_121414 > aside:first-child,
.sidebar_layout_121414 > div.cl + aside,
.sidebar_layout_121414 > div.cmsms_widget_divider + aside {
  width: 46%;
}
.sidebar_layout_121414 > aside:first-child + aside,
.sidebar_layout_121414 > aside:first-child + aside + aside,
.sidebar_layout_121414 > div.cl + aside + aside,
.sidebar_layout_121414 > div.cl + aside + aside + aside,
.sidebar_layout_121414 > div.cmsms_widget_divider + aside + aside,
.sidebar_layout_121414 > div.cmsms_widget_divider + aside + aside + aside {
  width: 21%;
}
.sidebar_layout_131313 aside {
  width: 29.33%;
}
.sidebar_layout_3414 > aside:first-child,
.sidebar_layout_3414 > div.cl + aside,
.sidebar_layout_3414 > div.cmsms_widget_divider + aside {
  width: 71%;
}
.sidebar_layout_3414 > aside:first-child + aside,
.sidebar_layout_3414 > div.cl + aside + aside,
.sidebar_layout_3414 > div.cmsms_widget_divider + aside + aside {
  width: 21%;
}
.sidebar_layout_1434 > aside:first-child,
.sidebar_layout_1434 > div.cl + aside,
.sidebar_layout_1434 > div.cmsms_widget_divider + aside {
  width: 21%;
}
.sidebar_layout_1434 > aside:first-child + aside,
.sidebar_layout_1434 > div.cl + aside + aside,
.sidebar_layout_1434 > div.cmsms_widget_divider + aside + aside {
  width: 71%;
}
.sidebar_layout_2313 > aside:first-child,
.sidebar_layout_2313 > div.cl + aside,
.sidebar_layout_2313 > div.cmsms_widget_divider + aside {
  width: 62.67%;
}
.sidebar_layout_2313 > aside:first-child + aside,
.sidebar_layout_2313 > div.cl + aside + aside,
.sidebar_layout_2313 > div.cmsms_widget_divider + aside + aside {
  width: 29.33%;
}
.sidebar_layout_1323 > aside:first-child,
.sidebar_layout_1323 > div.cl + aside,
.sidebar_layout_1323 > div.cmsms_widget_divider + aside {
  width: 29.33%;
}
.sidebar_layout_1323 > aside:first-child + aside,
.sidebar_layout_1323 > div.cl + aside + aside,
.sidebar_layout_1323 > div.cmsms_widget_divider + aside + aside {
  width: 62.67%;
}
.sidebar_layout_1212 aside {
  width: 46%;
}
.sidebar_layout_11 aside {
  width: 96%;
}
/***************** Share ******************/
.social_vertical .share_wrap {
  float: none;
}
.share_wrap {
  float: left;
  margin-bottom: 20px;
  min-width: 90px;
}
/***************** Profiles ******************/
.cmsms_profile {
  overflow: hidden;
}
.cmsms_profile.vertical .pl_social {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
}
.cmsms_profile.vertical .pl_social .pl_social_list {
  margin: 0 0 0 50px;
  padding: 0;
  display: inline-block;
  opacity: 0.1;
}
.cmsms_profile.vertical .pl_social .pl_social_list li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
}
.cmsms_profile.vertical .pl_social .pl_social_list li:before {
  display: none;
}
.cmsms_profile.vertical .pl_social .pl_social_list li:first-child {
  padding-left: 0;
}
.cmsms_profile.vertical .pl_social .pl_social_list li a {
  display: block;
  width: 1em;
  height: 1em;
  font-size: 30px;
}
.cmsms_profile.vertical .pl_social .pl_social_list li a:before {
  margin: 0;
}
.cmsms_profile.vertical .format-profile {
  padding-bottom: 60px;
  display: table;
  width: 100%;
  position: relative;
}
.cmsms_profile.vertical .format-profile:last-child {
  padding-bottom: 0;
}
.cmsms_profile.vertical .format-profile:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: 1;
}
.cmsms_profile.vertical .format-profile .entry-content {
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
}
.cmsms_profile.vertical .format-profile .pl_img {
  display: table-cell;
  width: 30%;
  padding: 0 30px;
  vertical-align: middle;
}
.cmsms_profile.vertical .format-profile .pl_img img,
.cmsms_profile.vertical .format-profile .pl_img .pl_noimg {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}
.cmsms_profile.vertical .format-profile .pl_img .pl_noimg {
  position: relative;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  min-width: 100%;
  max-width: 250px;
  max-height: 250px;
}
.cmsms_profile.vertical .format-profile .pl_img .pl_noimg[class^="cmsms-icon-"]:before,
.cmsms_profile.vertical .format-profile .pl_img .pl_noimg[class*=" cmsms-icon-"]:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 50px;
}
.cmsms_profile.vertical .format-profile.profile_even {
  direction: rtl;
}
.cmsms_profile.vertical .format-profile.profile_even .pl_content * {
  text-align: left;
}
.cmsms_profile.vertical .format-profile.profile_even .pl_content {
  text-align: left;
  direction: ltr;
}
.cmsms_profile.vertical .format-profile.profile_even .pl_social {
  text-align: right;
  direction: ltr;
}
.cmsms_profile.vertical .format-profile.profile_even .pl_social .pl_social_list {
  margin: 0 50px 0 0;
}
.cmsms_profile.vertical .format-profile .pl_content *,
.cmsms_profile.vertical .format-profile .pl_content {
  text-align: right;
}
.cmsms_profile.vertical .format-profile.shortcode_animated .pl_img img,
.cmsms_profile.vertical .format-profile.shortcode_animated .pl_img .pl_noimg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.cmsms_profile.vertical .format-profile.shortcode_animated .pl_social .pl_social_list {
  margin: 0;
  opacity: 1;
}
.cmsms_profile.vertical > .format-profile:last-child:before {
  display: none;
}
.cmsms_profile.vertical .pl_content {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
}
.cmsms_profile .entry-title {
  margin-bottom: 0;
}
.cmsms_profile .pl_subtitle {
  font-style: italic;
  opacity: 0.5;
  margin: 0;
}
.cmsms_profile.horizontal {
  margin: 0 -2%;
}
.cmsms_profile.horizontal .pl_social_list {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 15px 0 0;
  display: block;
  margin: 0;
}
.cmsms_profile.horizontal .pl_social_list li {
  display: inline-block;
  margin: 0 2px;
  list-style: none;
  padding: 0;
}
.cmsms_profile.horizontal .pl_social_list li:before {
  display: none;
}
.cmsms_profile.horizontal .pl_social_list li a {
  display: block;
  width: 1em;
  height: 1em;
  font-size: 28px;
}
.cmsms_profile.horizontal .pl_social_list li a:before {
  margin: 0;
}
.cmsms_profile.horizontal .pl_subtitle {
  font-size: 14px;
  margin-top: -3px;
}
.cmsms_profile.horizontal .pl_img {
  margin-bottom: 15px;
}
.cmsms_profile.horizontal .pl_img img {
  width: 100%;
}
.cmsms_profile.horizontal .format-profile {
  margin-bottom: 30px;
}
.cmsms_profile.horizontal .entry-content {
  margin-top: 13px;
}
.cmsms_profile.horizontal .pl_social {
  margin-top: 22px;
  display: block;
}
.cmsms_profile.horizontal .one_fourth:nth-child(4n+1),
.cmsms_profile.horizontal .one_third:nth-child(3n+1),
.cmsms_profile.horizontal .one_half:nth-child(2n+1) {
  clear: both;
}
/***************** Twitter Stripe ******************/
.cmsms_twitter {
  padding-bottom: 20px;
}
.cmsms_twitter .owl-buttons {
  bottom: auto;
  position: relative;
  margin: 0;
  right: auto;
  width: 100%;
  text-align: center;
}
.cmsms_twitter .owl-buttons > div {
  position: relative;
  margin: 0 3px;
  background: none;
  height: 30px;
  width: 30px;
  text-indent: 0;
  color: #ffffff;
  overflow: hidden;
  border: 1px solid #ffffff;
  box-shadow: 0 0 1px #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_twitter .owl-buttons > div:hover {
  background: rgba(255, 255, 255, 0.15);
}
.cmsms_twitter .owl-buttons > div:before {
  display: none;
}
.cmsms_twitter .owl-buttons > div .cmsms_prev_arrow {
  left: 11px;
  top: 1px;
  background-color: #ffffff;
}
.cmsms_twitter .owl-buttons > div .cmsms_prev_arrow:after,
.cmsms_twitter .owl-buttons > div .cmsms_prev_arrow:before {
  border-color: #ffffff;
}
.cmsms_twitter .owl-buttons > div .cmsms_prev_arrow span:before {
  border-color: #ffffff;
}
.cmsms_twitter .owl-buttons > div .cmsms_prev_arrow span:after {
  display: none;
}
.cmsms_twitter .owl-buttons > div .cmsms_next_arrow {
  right: 11px;
  top: 1px;
  background-color: #ffffff;
}
.cmsms_twitter .owl-buttons > div .cmsms_next_arrow:after,
.cmsms_twitter .owl-buttons > div .cmsms_next_arrow:before {
  border-color: #ffffff;
}
.cmsms_twitter .owl-buttons > div .cmsms_next_arrow span:after {
  display: none;
}
.cmsms_twitter .owl-buttons > div .cmsms_next_arrow span:before {
  border-color: #ffffff;
}
.cmsms_twitter .cmsms_twitter_item {
  text-align: center;
}
.cmsms_twitter .cmsms_twitter_item .published {
  padding-bottom: 30px;
  color: #ffffff;
}
.cmsms_twitter .cmsms_twitter_item .cmsms_twitter_item_content {
  display: block;
  color: #ffffff;
  text-shadow: 1px 1px 0 #000;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 10px 20% 30px;
}
.cmsms_twitter .cmsms_twitter_item .cmsms_twitter_item_content a:hover {
  color: #ffffff;
}
.twr_icon {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.5;
}
/***************** Dropcap ******************/
.cmsms_dropcap {
  float: left;
  margin: 0 30px;
  font-size: 40px;
  line-height: 60px;
  color: #0a0a0a;
}
.cmsms_dropcap.type2 {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: -5px 25px 5px 0;
}
/***************** Clients ******************/
.cmsms_clients_slider {
  margin: 0 0 30px;
}
.cmsms_clients_slider.clients_noborder .cmsms_clients_item {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cmsms_clients_slider.clients_noborder .cmsms_clients_item:hover {
  background: none;
}
.cmsms_clients_slider.clients_noborder .owl-wrapper-outer {
  border: none;
}
.cmsms_clients_slider .owl-buttons {
  top: -13px;
  bottom: auto;
  right: 12px;
}
.cmsms_clients_slider .owl-buttons > div {
  border-width: 1px;
  border-style: solid;
  height: 25px;
  width: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_clients_slider .owl-buttons > div .cmsms_prev_arrow {
  left: 10px;
}
.cmsms_clients_slider .owl-buttons > div .cmsms_next_arrow {
  right: 10px;
}
.cmsms_clients_slider.owl-carousel .owl-controls .owl-pagination {
  position: relative;
  right: auto;
  top: auto;
  padding: 10px;
  width: 100%;
  text-align: right;
}
.cmsms_clients_slider .owl-page {
  border-width: 1px;
  border-style: solid;
}
.cmsms_clients_slider .owl-wrapper-outer {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsms_clients_item {
  height: 180px;
  line-height: 180px;
  text-align: center;
  vertical-align: middle;
}
.cmsms_clients_item img {
  display: inline-block;
  padding: 20px;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
}
.cmsms_clients_item a {
  display: block;
  line-height: 180px;
}
.cmsms_clients_grid {
  padding: 0 1px;
  overflow: hidden;
}
.cmsms_clients_grid.clients_noborder .cmsms_clients_item {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cmsms_clients_grid.clients_noborder .cmsms_clients_item:hover {
  background: none;
}
.cmsms_clients_grid.clients_noborder .cmsms_clients_item:last-child,
.cmsms_clients_grid.clients_noborder.clients_two .cmsms_clients_item:nth-child(2n),
.cmsms_clients_grid.clients_noborder.clients_three .cmsms_clients_item:nth-child(3n),
.cmsms_clients_grid.clients_noborder.clients_four .cmsms_clients_item:nth-child(4n),
.cmsms_clients_grid.clients_noborder.clients_five .cmsms_clients_item:nth-child(5n),
.cmsms_clients_grid.clients_noborder.clients_one .cmsms_clients_item:last-child,
.cmsms_clients_grid.clients_noborder.clients_one .cmsms_clients_item {
  border: none;
}
.cmsms_clients_grid.clients_five .cmsms_clients_item {
  width: 20%;
}
.cmsms_clients_grid.clients_four .cmsms_clients_item {
  width: 25%;
}
.cmsms_clients_grid.clients_three .cmsms_clients_item {
  width: 33.33%;
}
.cmsms_clients_grid.clients_two .cmsms_clients_item {
  width: 50%;
}
.cmsms_clients_grid .cmsms_clients_items {
  height: auto;
}
.cmsms_clients_grid .cmsms_clients_item {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 20px;
  float: left;
}
.cmsms_clients_grid .cmsms_clients_item img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.1;
}
.cmsms_clients_grid .cmsms_clients_item.shortcode_animated img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cmsms_clients_grid.clients_one .cmsms_clients_item:last-child,
.cmsms_clients_grid.clients_one .cmsms_clients_item {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  float: none;
  height: auto;
  line-height: 0;
}
.cmsms_clients_grid.clients_two .cmsms_clients_item:nth-child(2n+1),
.cmsms_clients_grid.clients_three .cmsms_clients_item:nth-child(3n+1),
.cmsms_clients_grid.clients_four .cmsms_clients_item:nth-child(4n+1),
.cmsms_clients_grid.clients_five .cmsms_clients_item:nth-child(5n+1) {
  clear: both;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.cmsms_clients_grid .cmsms_clients_item:last-child {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-right-width: 1px;
  border-right-style: solid;
}
.cmsms_clients_grid.clients_two .cmsms_clients_item:nth-child(2n),
.cmsms_clients_grid.clients_three .cmsms_clients_item:nth-child(3n),
.cmsms_clients_grid.clients_four .cmsms_clients_item:nth-child(4n),
.cmsms_clients_grid.clients_five .cmsms_clients_item:nth-child(5n) {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-right-width: 1px;
  border-right-style: solid;
}
/***************** Posts Slider ******************/
.cmsms_posts_slider {
  padding-top: 60px;
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
  /***** Posts Slider Blog *****/
  /***** Posts Slider Portfolio *****/
}
.cmsms_posts_slider .preloader {
  padding-bottom: 79.2%;
}
.cmsms_posts_slider .preloader.highImg {
  height: auto;
  padding: 0;
}
.cmsms_posts_slider .owl-controls {
  position: absolute;
  right: 12px;
  top: -50px;
}
.cmsms_posts_slider .owl-controls .owl-buttons {
  position: static;
}
.cmsms_posts_slider .owl-controls .owl-buttons .owl-prev,
.cmsms_posts_slider .owl-controls .owl-buttons .owl-next {
  border: 1px solid #000000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_posts_slider .owl-controls .owl-buttons .owl-prev .cmsms_prev_arrow {
  left: -2px;
  right: 0;
}
.cmsms_posts_slider .owl-controls .owl-buttons .owl-next .cmsms_next_arrow {
  right: -2px;
  left: 0;
}
.cmsms_posts_slider .post {
  padding: 20px 15px;
  min-width: 280px;
}
.cmsms_posts_slider .post .cmsms_slider_post_format_img {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}
.cmsms_posts_slider .post .cmsms_slider_post_format_img:before {
  font-size: 21px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_posts_slider .post.format-gallery .cmsms_slider_post_format_img:before {
  top: -4px;
  left: 1px;
}
.cmsms_posts_slider .post.format-audio .cmsms_slider_post_format_img:before {
  left: -5px;
}
.cmsms_posts_slider .post.format-aside .cmsms_slider_post_format_img:before {
  top: -2px;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont {
  padding: 30px 0 15px;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.cmsms_posts_slider .post .cmsms_slider_post_cont figure {
  margin-bottom: 10px;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_header {
  padding: 0 20px;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_header .cmsms_slider_post_title {
  margin: 0;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_header .cmsms_slider_post_subtitle {
  margin: 0;
  opacity: 0.5;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_cont_info {
  padding: 0 20px;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_cont_info > span {
  margin-left: 5px;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_cont_info > span:first-child {
  margin-left: 0;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_content {
  padding: 20px 20px 0;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer {
  padding: 15px 20px 0;
  margin-top: 20px;
  position: relative;
  border-top: 1px solid #000000;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info {
  float: none;
  overflow: hidden;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info .cmsms_slider_post_date,
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info .cmsmsLike,
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info .cmsms_slider_post_comments {
  margin-right: 1.5em;
  margin-left: 15px;
  float: right;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info .cmsms_slider_post_date {
  padding-right: 5px;
  margin-left: 0;
  position: relative;
  float: left;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info .cmsms_slider_post_date:before {
  top: 0;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_content + .cmsms_slider_post_footer {
  margin-top: 0;
}
.cmsms_posts_slider .post .cmsms_slider_post_cont figure + .cmsms_slider_post_footer {
  margin-top: -10px;
}
.cmsms_posts_slider .post.format-aside .cmsms_slider_post_cont .cmsms_slider_post_content,
.cmsms_posts_slider .post.format-status .cmsms_slider_post_cont .cmsms_slider_post_content {
  padding: 20px;
}
.cmsms_posts_slider .post.format-aside .cmsms_slider_post_cont .cmsms_slider_post_content > div,
.cmsms_posts_slider .post.format-status .cmsms_slider_post_cont .cmsms_slider_post_content > div {
  display: inline-block;
  vertical-align: middle;
}
.cmsms_posts_slider .post.format-aside .cmsms_slider_post_cont .cmsms_slider_post_content .cmsms_slider_post_content_aligner,
.cmsms_posts_slider .post.format-status .cmsms_slider_post_cont .cmsms_slider_post_content .cmsms_slider_post_content_aligner {
  min-height: 160px;
}
.cmsms_posts_slider .post.format-aside .cmsms_slider_post_cont .cmsms_slider_post_footer,
.cmsms_posts_slider .post.format-status .cmsms_slider_post_cont .cmsms_slider_post_footer {
  margin-top: 0;
  border-top: 0 solid transparent;
}
.cmsms_posts_slider .post.format-quote .cmsms_slider_post_cont .cmsms_slider_post_quote_content {
  padding: 30px 20px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.cmsms_posts_slider .post.format-quote .cmsms_slider_post_cont .cmsms_slider_post_quote_content:before {
  content: '';
  border-right: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  left: 40px;
  bottom: -11px;
  top: auto;
}
.cmsms_posts_slider .post.format-quote .cmsms_slider_post_cont .cmsms_slider_post_quote_content p {
  padding-bottom: 0;
}
.cmsms_posts_slider .post.format-quote .cmsms_slider_post_cont .cmsms_slider_post_quote_author {
  padding: 0 20px;
  margin: 0 0 15px;
}
.cmsms_posts_slider .post.format-quote .cmsms_slider_post_cont .cmsms_slider_post_cont_info {
  margin: 0;
}
.cmsms_posts_slider .post.format-quote .cmsms_slider_post_cont .cmsms_slider_post_footer {
  margin: 15px 0 0;
}
.cmsms_posts_slider .post.format-link .cmsms_slider_post_cont .cmsms_slider_post_header {
  padding-bottom: 20px;
}
.cmsms_posts_slider .post.format-chat .cmsms_slider_post_cont {
  padding-top: 35px;
}
.cmsms_posts_slider .post.format-chat .cmsms_slider_post_cont .cmsms_slider_post_chat {
  padding: 0 20px 30px;
  word-wrap: break-word;
  overflow: hidden;
}
.cmsms_posts_slider .post.format-chat .cmsms_slider_post_cont .cmsms_slider_post_chat .cmsms_chat_item {
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
}
.cmsms_posts_slider .post.format-chat .cmsms_slider_post_cont .cmsms_slider_post_chat .cmsms_chat_item:first-child {
  margin-top: 0;
  padding-top: 0;
}
.cmsms_posts_slider .post.format-chat .cmsms_slider_post_cont .cmsms_slider_post_chat .cmsms_chat_item:before {
  content: '';
  background-color: transparent;
  display: block;
  width: 65px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsms_posts_slider .post.format-chat .cmsms_slider_post_cont .cmsms_slider_post_chat .cmsms_chat_item:first-child:before {
  content: none;
}
.cmsms_posts_slider .post.format-chat .cmsms_slider_post_cont .cmsms_slider_post_chat .cmsms_chat_item .cmsms_chat_author_time {
  overflow: hidden;
}
.cmsms_posts_slider .post.format-chat .cmsms_slider_post_cont .cmsms_slider_post_chat .cmsms_chat_item .cmsms_chat_author_time .cmsms_chat_time {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding-left: 10px;
  float: right;
  opacity: 0.43;
}
.cmsms_posts_slider .post.format-chat .cmsms_slider_post_cont .cmsms_slider_post_chat .cmsms_chat_item .cmsms_chat_author_time .cmsms_chat_author {
  display: block;
  overflow: hidden;
}
.cmsms_posts_slider .post.format-chat .cmsms_slider_post_cont .cmsms_slider_post_chat .cmsms_chat_item .cmsms_chat_text {
  padding-top: 5px;
}
.cmsms_posts_slider .project {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  min-width: 200px;
}
.cmsms_posts_slider .project .slider_project_outer {
  margin-bottom: 2px;
  overflow: visible;
  position: relative;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.cmsms_posts_slider .project .slider_project_outer figure img,
.cmsms_posts_slider .project .slider_project_outer figure .cmsms_img_rollover {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.cmsms_posts_slider .project .slider_project_outer .slider_project_inner {
  padding: 15px 25px;
  position: relative;
  border-top: 1px solid #000000;
  overflow: hidden;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.cmsms_posts_slider .project .slider_project_outer .slider_project_inner .cmsms_slider_project_header {
  position: relative;
  overflow: hidden;
}
.cmsms_posts_slider .project .slider_project_outer .slider_project_inner .cmsms_slider_project_header .cmsms_slider_project_title {
  margin: 0;
}
.cmsms_posts_slider .project .slider_project_outer .slider_project_inner .cmsms_slider_project_content {
  padding: 12px 0 0;
}
.cmsms_posts_slider .project .slider_project_outer .slider_project_inner .cmsms_slider_project_cont_info + .cmsms_slider_project_footer {
  padding: 20px 0 0;
}
.cmsms_posts_slider .project .slider_project_outer .slider_project_inner .cmsms_slider_project_footer > a:first-child {
  margin-left: 0;
}
/*-------------------------------------------------------------------------*/
/*	10.	Widgets Styles	*/
/*-------------------------------------------------------------------------*/
/***************** Custom Menu ******************/
.widget_nav_menu .menu > li:first-child > a {
  border-top: 1px solid transparent;
  margin-top: -1px;
}
.widget_nav_menu .menu > li > ul > li > a {
  padding-left: 35px;
}
.widget_nav_menu .menu > li > ul > li > a:before {
  left: 17px;
}
.widget_nav_menu .menu > li > ul > li > ul > li > a {
  padding-left: 45px;
}
.widget_nav_menu .menu > li > ul > li > ul > li > a:before {
  left: 27px;
}
.widget_nav_menu .menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 55px;
}
.widget_nav_menu .menu > li > ul > li > ul > li > ul > li > a:before {
  left: 37px;
}
.widget_nav_menu ul {
  padding: 0;
}
.widget_nav_menu ul ul {
  margin: 0;
}
.widget_nav_menu ul li {
  padding: 0;
}
.widget_nav_menu ul li:before {
  content: none;
}
.widget_nav_menu ul li:first-child.current-menu-item > a {
  border-top-color: #dadada;
}
.widget_nav_menu ul li.current-menu-item {
  z-index: 1;
}
.widget_nav_menu ul li.current-menu-item > a {
  border-top-color: #dadada;
  background-color: #fdfdfd;
  color: #404040;
  font-weight: bold;
}
.widget_nav_menu ul li > a {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  display: block;
  padding: 10px 10px 10px 25px;
  position: relative;
}
.widget_nav_menu ul li > a:before {
  content: '\e8b9';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  padding: 0;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  position: absolute;
  top: 12px;
  left: 7px;
}
.sidebar .widget_nav_menu .menu {
  margin-left: -19px;
}
.sidebar .widget_nav_menu .menu > li > a {
  padding-left: 45px;
}
.sidebar .widget_nav_menu .menu > li > a:before {
  left: 27px;
}
.sidebar .widget_nav_menu .menu > li > ul > li > a {
  padding-left: 55px;
}
.sidebar .widget_nav_menu .menu > li > ul > li > a:before {
  left: 37px;
}
.sidebar .widget_nav_menu .menu > li > ul > li > ul > li > a {
  padding-left: 65px;
}
.sidebar .widget_nav_menu .menu > li > ul > li > ul > li > a:before {
  left: 47px;
}
.sidebar .widget_nav_menu .menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 75px;
}
.sidebar .widget_nav_menu .menu > li > ul > li > ul > li > ul > li > a:before {
  left: 57px;
}
.sidebar.fl .widget_nav_menu .menu {
  margin-right: -19px;
  margin-left: 0;
}
.sidebar.fl .widget_nav_menu .menu > li > a {
  padding-left: 25px;
}
.sidebar.fl .widget_nav_menu .menu > li > a:before {
  left: 7px;
}
.sidebar.fl .widget_nav_menu .menu > li > ul > li > a {
  padding-left: 35px;
}
.sidebar.fl .widget_nav_menu .menu > li > ul > li > a:before {
  left: 17px;
}
.sidebar.fl .widget_nav_menu .menu > li > ul > li > ul > li > a {
  padding-left: 45px;
}
.sidebar.fl .widget_nav_menu .menu > li > ul > li > ul > li > a:before {
  left: 27px;
}
.sidebar.fl .widget_nav_menu .menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 55px;
}
.sidebar.fl .widget_nav_menu .menu > li > ul > li > ul > li > ul > li > a:before {
  left: 37px;
}
.sidebar .widget {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sidebar .widget:last-child {
  border-bottom: none;
}
.sidebar .widget .widgettitle {
  margin-bottom: 25px;
}
.widget_custom_advertisement_entries .widgettitle {
  margin-bottom: 25px;
}
.widget_custom_advertisement_entries .adv_image_wrap {
  margin: -5px;
  overflow: hidden;
}
.widget_custom_advertisement_entries .adv_image_wrap .adv_widget_image {
  width: 125px;
  height: 125px;
  float: left;
  margin: 5px;
}
.widget_custom_advertisement_entries .adv_image_wrap .adv_widget_image img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.widget_recent_entries ul,
.widget_meta ul,
.widget_categories ul,
.widget_pages ul,
.widget_custom_facebook_entries iframe {
  margin-bottom: 0;
}
.widget_pages ul ul,
.widget_categories ul ul {
  margin-left: 0;
}
.widget_pages li > ul,
.widget_categories li > ul {
  padding-top: 10px;
}
.iclflag {
  display: inline;
}
.rss-date,
.widget_custom_contact_info_entries span {
  display: block;
}
.widget_custom_contact_info_entries .contact_widget_email_inner,
.widget_custom_contact_info_entries .contact_widget_phone_inner {
  display: none;
}
.contact_widget_name,
.contact_widget_email,
.contact_widget_phone,
.contact_widget_blog,
.adress_wrap {
  padding-left: 33px;
  position: relative;
}
.contact_widget_phone,
.contact_widget_email,
.adress_wrap {
  padding-bottom: 20px;
}
.tweet_time:before,
.contact_widget_email:before,
.contact_widget_phone:before,
.contact_widget_blog:before,
.adress_wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'fontello';
  font-size: 16px;
}
.tweet_time:before {
  content: '\ee3f';
  left: 2px;
}
.adress_wrap:before {
  content: '\ec7f';
  left: 2px;
}
.contact_widget_phone:before {
  content: '\ec8c';
  left: 2px;
}
.contact_widget_email:before {
  content: '\ec71';
  top: 1px;
}
.contact_widget_blog:before {
  content: '\ecba';
  top: 1px;
}
#wp-calendar th,
#wp-calendar td {
  padding: 0 15px 10px 0;
  font-size: 12px;
}
#wp-calendar thead th {
  font-weight: bold;
}
#wp-calendar caption {
  text-align: left;
  padding-bottom: 20px;
  font-weight: bold;
}
#wp-calendar caption:before {
  content: '\e8b9';
  position: relative;
  bottom: 1px;
  display: inline-block;
  font-family: 'fontello';
  font-size: 12px;
  margin: 0 10px 0 2px;
  font-weight: normal;
}
.widget_custom_flickr_entries .wrap {
  margin: 0 -7px;
}
.widget_custom_flickr_entries .more_button {
  display: none;
}
.widget_custom_flickr_entries .flickr_badge_image {
  float: left;
  margin: 0 7px 18px;
}
.widget_custom_flickr_entries .flickr_badge_image img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.tweet_list {
  padding: 0;
}
.tweet_list li {
  padding: 18px 20px;
  border-width: 1px;
  border-style: solid;
  border-top: none;
}
.tweet_list li:first-child {
  padding-top: 18px;
  border-top-width: 1px;
  border-top-style: solid;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tweet_list li:before {
  display: none;
}
.tweet_list li:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.tweet_list .tweet_time {
  display: block;
  position: relative;
  padding: 0 0 10px 25px;
}
.cmsms_tabs.lpr .cmsms_tabs_list .cmsms_tabs_list_item {
  width: 33.333333%;
}
.cmsms_tabs.lpr .cmsms_tabs_list .cmsms_tabs_list_item > a {
  padding: 0 10px;
  height: 47px;
  font-size: 12px;
  line-height: 47px;
  text-align: center;
}
.cmsms_tabs.lpr .cmsms_tabs_wrap {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 25px;
}
.cmsms_tabs.lpr .cmsms_tabs_wrap > .cmsms_tab:first-child {
  display: block;
}
.cmsms_tabs.lpr .cmsms_tab ul {
  margin: 0;
  padding: 0;
}
.cmsms_tabs.lpr .cmsms_tab li {
  padding-top: 30px;
}
.cmsms_tabs.lpr .cmsms_tab li:first-child {
  padding-top: 0;
}
.cmsms_tabs.lpr .cmsms_tab li:before {
  display: none;
}
.cmsms_tabs.lpr .cmsms_tab li p {
  padding: 0;
}
.cmsms_tabs.lpr .alignleft {
  float: left;
  margin-right: 20px;
}
.rsswidget img {
  margin: 0 3px 2px 0;
}
.img_placeholder_small {
  height: 50px;
  width: 50px;
  display: block;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.img_placeholder_small:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
}
.widget_custom_popular_projects_entries .owl-carousel,
.widget_custom_latest_projects_entries .owl-carousel {
  position: static;
}
.widget_custom_popular_projects_entries .img_placeholder,
.widget_custom_latest_projects_entries .img_placeholder {
  display: block;
  padding: 0 0 67.3%;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.widget_custom_popular_projects_entries .img_placeholder:before,
.widget_custom_latest_projects_entries .img_placeholder:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 40px;
}
.widget_custom_popular_projects_entries .entry-title,
.widget_custom_latest_projects_entries .entry-title {
  margin-bottom: 10px;
}
.widget_custom_popular_projects_entries .owl-buttons,
.widget_custom_latest_projects_entries .owl-buttons {
  bottom: auto;
  top: 0;
  right: 0;
}
.widget_custom_popular_projects_entries .owl-buttons > div,
.widget_custom_latest_projects_entries .owl-buttons > div {
  border-width: 1px;
  border-style: solid;
  height: 25px;
  width: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget_custom_popular_projects_entries .owl-buttons > div .cmsms_prev_arrow,
.widget_custom_latest_projects_entries .owl-buttons > div .cmsms_prev_arrow {
  left: 10px;
}
.widget_custom_popular_projects_entries .owl-buttons > div .cmsms_next_arrow,
.widget_custom_latest_projects_entries .owl-buttons > div .cmsms_next_arrow {
  right: 10px;
}
.latest_pj_item {
  padding: 0 1px;
}
.latest_pj_img,
.popular_pj_img {
  margin-bottom: 20px;
  padding: 0 1px;
}
.cmsms-form-builder {
  margin: 0 -2%;
}
.cmsms-form-builder .success_box {
  margin: 0 2% 10px;
  width: 96%;
}
.cmsms-form-builder .form_info {
  margin: 0 2%;
  padding-bottom: 10px;
}
.cmsms-form-builder .form_info.submit_wrap {
  padding-top: 10px;
}
.cmsms-form-builder [class*="one_"] input[type="text"],
.cmsms-form-builder [class*="one_"] select,
.cmsms-form-builder [class*="one_"] textarea {
  width: 100%;
}
select {
  min-width: 100px;
  height: 40px;
}
span.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item-label,
body .cmsms-form-builder .check_parent input[type="checkbox"] + label,
body .cmsms-form-builder .check_parent input[type="radio"] + label {
  padding-left: 25px;
  position: relative;
  float: left;
  cursor: pointer;
}
.wpcf7-list-item label {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5px 0;
}
.cmsms-form-builder .check_parent input[type="checkbox"],
.cmsms-form-builder .check_parent input[type="radio"],
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"],
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  opacity: 0;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:after,
.cmsms-form-builder .check_parent input[type="checkbox"] + label:after {
  position: absolute;
  top: -1px;
  left: 3px;
  display: block;
  content: '\ea85';
  font-size: 14px;
  font-weight: bold;
  font-family: 'fontello';
  opacity: 0;
}
.cmsms-form-builder .check_parent input[type="radio"] + label:after,
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 9px;
  height: 9px;
  content: '';
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"]:checked + span.wpcf7-list-item-label:after,
.cmsms-form-builder .check_parent input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.cmsms-form-builder .check_parent input[type="radio"]:checked + label:after,
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:before,
.cmsms-form-builder .check_parent input[type="checkbox"] + label:before,
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:before,
.cmsms-form-builder .check_parent input[type="radio"] + label:before {
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:before,
.cmsms-form-builder .check_parent input[type="checkbox"] + label:before {
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.widget_custom_contact_form_entries input[type=text],
.widget_custom_contact_form_entries input[type=email],
.widget_custom_contact_form_entries input[type=password],
.widget_custom_contact_form_entries input[type=number],
.widget_custom_contact_form_entries textarea,
.widget_custom_contact_form_entries select {
  width: 100%;
}
.widget_custom_contact_form_entries .form_info.submit_wrap {
  padding-top: 0;
}
/*-------------------------------------------------------------------------*/
/*	11.	Search + Archives + Sitemap  + Other Styles	*/
/*-------------------------------------------------------------------------*/
/***************** Search ******************/
.cmsms_search {
  position: relative;
  overflow: hidden;
}
.cmsms_search .cmsms_search_post {
  padding-top: 60px;
  padding-right: 60px;
  position: relative;
  overflow: hidden;
}
.cmsms_search .cmsms_search_post:first-child {
  padding-top: 0;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_number {
  line-height: 52px;
  width: 55px;
  height: 55px;
  margin: 5px 40px 15px 5px;
  position: relative;
  text-align: center;
  float: left;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont {
  position: relative;
  border-bottom: 3px solid transparent;
  overflow: hidden;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_header {
  padding-bottom: 10px;
  position: relative;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_header .cmsms_search_post_title {
  margin: 0;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_header + .cmsms_search_post_content {
  padding-top: 15px;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_header + .cmsms_search_post_footer {
  margin-top: 20px;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_cont_info {
  text-transform: uppercase;
  padding-bottom: 15px;
  overflow: hidden;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_cont_info > span {
  margin-left: 5px;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_cont_info > span:first-child {
  margin-left: 0;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_cont_info a {
  text-transform: uppercase;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_footer {
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #000000;
  overflow: hidden;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_footer .cmsms_search_post_meta_info {
  padding: 4px 0 0;
  float: right;
  overflow: hidden;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_footer .cmsms_search_post_meta_info .cmsms_search_post_comments,
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_footer .cmsms_search_post_meta_info .cmsms_search_post_date {
  display: inline-block;
}
.cmsms_search .cmsms_search_post .cmsms_search_post_cont .cmsms_search_post_footer .cmsms_search_post_meta_info .cmsms_search_post_date {
  margin-left: 0;
}
/***************** Sitemap ******************/
.middle_content .cmsms_sitemap_wrap {
  padding: 40px 0 50px;
}
.cmsms_sitemap_wrap {
  position: relative;
  overflow: hidden;
}
.cmsms_sitemap_wrap ul,
.cmsms_sitemap_wrap ol,
.cmsms_sitemap_wrap li {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cmsms_sitemap_wrap ul:before,
.cmsms_sitemap_wrap ol:before,
.cmsms_sitemap_wrap li:before {
  content: none;
}
.cmsms_sitemap_wrap .cmsms_divider {
  margin-bottom: 30px;
}
.cmsms_sitemap_wrap .cmsms_sitemap {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li {
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li:first-child:before {
  content: none;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > a {
  display: inline-block;
  margin-bottom: 35px;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > a + ul {
  margin-top: -10px;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul {
  width: 100%;
  overflow: hidden;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li {
  width: 25%;
  padding-right: 20px;
  margin-bottom: 40px;
  float: left;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(5),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(9),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(13),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(17),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(21),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(25),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(29),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(33),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(37),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(41),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(45) {
  clear: both;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul {
  padding-top: 20px;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul ul {
  padding-top: 10px;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul li {
  margin-left: 20px;
  padding-top: 10px;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul li:first-child {
  padding-top: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul li a {
  position: relative;
  padding-left: 20px;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul li a:before {
  content: '\e8b9';
  font-family: 'fontello';
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  text-align: center;
  speak: none;
  padding: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: -2px;
  bottom: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul > li {
  margin-left: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category {
  padding: 5px 0 0;
  margin: 0;
  overflow: hidden;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li {
  width: 25%;
  padding-right: 20px;
  margin-bottom: 40px;
  float: left;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(5),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(9),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(13),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(17),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(21),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(25),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(29),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(33),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(37),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(41),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(45) {
  clear: both;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul {
  padding-top: 20px;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul ul {
  padding-top: 10px;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul li {
  margin-left: 20px;
  padding-top: 10px;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul li:first-child {
  padding-top: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul li a {
  position: relative;
  padding-left: 20px;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul li a:before {
  content: '\e8b9';
  font-family: 'fontello';
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  text-align: center;
  speak: none;
  padding: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: -2px;
  bottom: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul > li {
  margin-left: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap_archive {
  padding: 5px 0 20px;
  margin: 0;
  overflow: hidden;
}
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li {
  width: 25%;
  margin-bottom: 20px;
  padding-right: 20px;
  float: left;
}
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(5),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(9),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(13),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(17),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(21),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(25),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(29),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(33),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(37),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(41),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(45) {
  clear: both;
}
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li a {
  position: relative;
  padding-left: 20px;
}
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li a:before {
  content: '\e8b9';
  font-family: 'fontello';
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  text-align: center;
  speak: none;
  padding: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: -2px;
  bottom: 0;
}
/***************** Other ******************/
.content_wrap #tribe-events-pg-template {
  max-width: 100%;
}
.content_wrap .tribe-events-sub-nav li:before {
  content: none;
}
.content_wrap #ai1ec-calendar ul.ai1ec-nav {
  overflow: visible;
}
.content_wrap #ai1ec-calendar li.ai1ec-dropdown {
  padding: 0;
}
.content_wrap #ai1ec-calendar li.ai1ec-dropdown:before {
  content: none;
}
.content_wrap #ai1ec-calendar .ai1ec-agenda-widget-view .ai1ec-date-title > div,
.content_wrap #ai1ec-calendar .ai1ec-agenda-view .ai1ec-date-title > div {
  text-align: center;
}
.content_wrap article.ai1ec_event footer {
  padding-bottom: 20px;
}
.content_wrap article.ai1ec_event footer .cmsms_post_meta_info {
  float: right;
}
.content_wrap article.ai1ec_event footer .cmsms_post_date {
  margin-right: 25px;
  position: relative;
}
.content_wrap article.ai1ec_event footer .cmsms_post_date:before {
  top: -3px;
  left: auto;
  right: -27px;
}
#main .with_frm_style .frm_form_fields input,
#main #wpcontent .with_frm_style .frm_form_fields select,
#main .with_frm_style .frm_form_fields select,
#main .with_frm_style .frm_form_fields textarea {
  padding: 11px;
}
#lang_sel ul {
  overflow: visible;
}
#lang_sel_footer {
  display: none;
}
.chrome_only .header_mid_inner .logo_wrap .logo,
.ie_only .header_mid_inner .logo_wrap .logo {
  display: table-row;
}
/***************** PayPal Donations ******************/
.cmsms_paypal_donations {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.cmsms_paypal_donations > form > .paypal-donations input[type="image"] {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  z-index: 100;
}
.cmsms_paypal_donations > form > .paypal-donations > img {
  display: none;
}
.cmsms_paypal_donations .button {
  display: block;
  position: relative;
  z-index: 10;
}
/*-------------------------------------------------------------------------*/
/*	13.	CSS3 Animations	*/
/*-------------------------------------------------------------------------*/
html.csstransitions {
  /* 	.responsive_nav,
	.responsive_nav:before {
		.trans(~'top .1s ease-out, background-color .1s ease-out, box-shadow .1s ease-out');
	} */
}
html.csstransitions a,
html.csstransitions .cmsmsLike:before,
html.csstransitions .cmsms_post_comments:before,
html.csstransitions .cmsms_search_post_comments:before,
html.csstransitions .cmsms_slider_post_comments:before,
html.csstransitions .cmsms_project_comments:before,
html.csstransitions .cmsms_slider_project_comments:before,
html.csstransitions .cmsms_profile_comments:before,
html.csstransitions .img_placeholder_small,
html.csstransitions .pl_social_list li a,
html.csstransitions .related_posts .related_posts_content .related_posts_content_tab .rel_post_content figure.alignleft .img_placeholder:before,
html.csstransitions .cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul li a:before {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html.csstransitions #header nav,
html.csstransitions .resp_nav_wrap,
html.csstransitions .slogan_wrap,
html.csstransitions #header .search_wrap_inner_left,
html.csstransitions nav > div > ul ul,
html.csstransitions nav > div > ul div,
html.csstransitions nav > div > ul ul ul {
  -webkit-transition: opacity .3s ease-in-out, margin .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, margin .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, margin .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, margin .3s ease-in-out;
  transition: opacity .3s ease-in-out, margin .3s ease-in-out;
}
html.csstransitions #navigation > li > a > span.nav_bg_clr,
html.csstransitions .cmsms_hover_slider_thumbs > li img,
html.csstransitions .social_wrap a {
  -webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, color .3s ease-in-out;
  transition: opacity .3s ease-in-out, color .3s ease-in-out;
}
html.csstransitions .cmsms_hover_slider_items > li {
  -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}
html.csstransitions #slide_top,
html.csstransitions #navigation > li > a,
html.csstransitions .cmsms_tabs_list_item a,
html.csstransitions .related_posts > ul li > a {
  -webkit-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
  -moz-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
  -ms-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
  -o-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
  transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
}
html.csstransitions .owl-buttons .cmsms_prev_arrow:after,
html.csstransitions .owl-buttons .cmsms_next_arrow:after,
html.csstransitions .owl-buttons .cmsms_prev_arrow:before,
html.csstransitions .owl-buttons .cmsms_next_arrow:before,
html.csstransitions .cmsms_hover_slider_thumbs > li a {
  -webkit-transition: border-color .3s ease-in-out;
  -moz-transition: border-color .3s ease-in-out;
  -ms-transition: border-color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}
html.csstransitions nav > div > ul > li:hover > a:before,
html.csstransitions #navigation > li:hover > a > span.nav_bg_clr:before {
  -webkit-transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
  transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
}
html.csstransitions .cmsms_notice .notice_close {
  -webkit-transition: color .1s ease-in-out, font-size .1s ease-in-out, line-height .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out, top .1s ease-in-out, right .1s ease-in-out;
  -moz-transition: color .1s ease-in-out, font-size .1s ease-in-out, line-height .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out, top .1s ease-in-out, right .1s ease-in-out;
  -ms-transition: color .1s ease-in-out, font-size .1s ease-in-out, line-height .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out, top .1s ease-in-out, right .1s ease-in-out;
  -o-transition: color .1s ease-in-out, font-size .1s ease-in-out, line-height .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out, top .1s ease-in-out, right .1s ease-in-out;
  transition: color .1s ease-in-out, font-size .1s ease-in-out, line-height .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out, top .1s ease-in-out, right .1s ease-in-out;
}
html.csstransitions input[type=text],
html.csstransitions input[type=email],
html.csstransitions input[type=number],
html.csstransitions input[type=password],
html.csstransitions textarea,
html.csstransitions .cmsms_toggle_title .cmsms_toggle_plus {
  -webkit-transition: border-color .2s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: border-color .2s ease-in-out, background-color .3s ease-in-out;
  -ms-transition: border-color .2s ease-in-out, background-color .3s ease-in-out;
  -o-transition: border-color .2s ease-in-out, background-color .3s ease-in-out;
  transition: border-color .2s ease-in-out, background-color .3s ease-in-out;
}
html.csstransitions .owl-buttons > div,
html.csstransitions .owl-page,
html.csstransitions .owl-buttons .cmsms_prev_arrow,
html.csstransitions .owl-buttons .cmsms_next_arrow {
  -webkit-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
  -ms-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
  transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
}
html.csstransitions .cmsms_clients_item,
html.csstransitions .cmsms_toggle_wrap,
html.csstransitions .cmsms_toggle_title .cmsms_toggle_plus_hor,
html.csstransitions .cmsms_toggle_title .cmsms_toggle_plus_vert,
html.csstransitions .button,
html.csstransitions .comment-reply-link,
html.csstransitions #cancel-comment-reply-link,
html.csstransitions input[type=submit],
html.csstransitions input[type=button],
html.csstransitions button,
html.csstransitions .cmsms_wrap_pagination ul li .page-numbers,
html.csstransitions .cmsms_img_rollover_wrap .cmsms_img_rollover {
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
html.csstransitions .cmsms_button {
  -webkit-transition: top .1s ease-in-out, margin-bottom .1s ease-in-out, padding-bottom .1s ease-in-out, box-shadow .1s ease-in-out;
  -moz-transition: top .1s ease-in-out, margin-bottom .1s ease-in-out, padding-bottom .1s ease-in-out, box-shadow .1s ease-in-out;
  -ms-transition: top .1s ease-in-out, margin-bottom .1s ease-in-out, padding-bottom .1s ease-in-out, box-shadow .1s ease-in-out;
  -o-transition: top .1s ease-in-out, margin-bottom .1s ease-in-out, padding-bottom .1s ease-in-out, box-shadow .1s ease-in-out;
  transition: top .1s ease-in-out, margin-bottom .1s ease-in-out, padding-bottom .1s ease-in-out, box-shadow .1s ease-in-out;
}
html.csstransitions .sidebar .widget_nav_menu li {
  -webkit-transition: border-color .2s ease-in-out, background-color .2s ease-in-out, margin-left .3s ease-in-out, padding-left .3s ease-in-out;
  -moz-transition: border-color .2s ease-in-out, background-color .2s ease-in-out, margin-left .3s ease-in-out, padding-left .3s ease-in-out;
  -ms-transition: border-color .2s ease-in-out, background-color .2s ease-in-out, margin-left .3s ease-in-out, padding-left .3s ease-in-out;
  -o-transition: border-color .2s ease-in-out, background-color .2s ease-in-out, margin-left .3s ease-in-out, padding-left .3s ease-in-out;
  transition: border-color .2s ease-in-out, background-color .2s ease-in-out, margin-left .3s ease-in-out, padding-left .3s ease-in-out;
}
html.csstransitions .sidebar .widget_nav_menu li:before {
  -webkit-transition: left .3s ease-in-out;
  -moz-transition: left .3s ease-in-out;
  -ms-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}
html.csstransitions .sidebar.fl .widget_nav_menu li {
  -webkit-transition: border-color .2s ease-in-out, background-color .2s ease-in-out, margin-right .3s ease-in-out, padding-right .3s ease-in-out;
  -moz-transition: border-color .2s ease-in-out, background-color .2s ease-in-out, margin-right .3s ease-in-out, padding-right .3s ease-in-out;
  -ms-transition: border-color .2s ease-in-out, background-color .2s ease-in-out, margin-right .3s ease-in-out, padding-right .3s ease-in-out;
  -o-transition: border-color .2s ease-in-out, background-color .2s ease-in-out, margin-right .3s ease-in-out, padding-right .3s ease-in-out;
  transition: border-color .2s ease-in-out, background-color .2s ease-in-out, margin-right .3s ease-in-out, padding-right .3s ease-in-out;
}
html.csstransitions .cmsms_img_rollover_wrap:hover .cmsms_img_rollover .cmsms_image_link,
html.csstransitions .cmsms_img_rollover_wrap:hover .cmsms_img_rollover .cmsms_open_link,
html.csstransitions .project:hover .cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link,
html.csstransitions .project:hover .cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link {
  -webkit-transition: left .3s ease-out .2s, right .3s ease-out .2s, color .3s ease-in-out, opacity .3s ease-out;
  -moz-transition: left .3s ease-out .2s, right .3s ease-out .2s, color .3s ease-in-out, opacity .3s ease-out;
  -ms-transition: left .3s ease-out .2s, right .3s ease-out .2s, color .3s ease-in-out, opacity .3s ease-out;
  -o-transition: left .3s ease-out .2s, right .3s ease-out .2s, color .3s ease-in-out, opacity .3s ease-out;
  transition: left .3s ease-out .2s, right .3s ease-out .2s, color .3s ease-in-out, opacity .3s ease-out;
}
html.csstransitions .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:after,
html.csstransitions .cmsms-form-builder .check_parent input[type="checkbox"] + label:after,
html.csstransitions .cmsms-form-builder .check_parent input[type="radio"] + label:after,
html.csstransitions .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:after {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
html.csstransitions .portfolio.puzzle .project .project_outer figure img,
html.csstransitions .portfolio.puzzle .project .project_outer figure .img_placeholder,
html.csstransitions .portfolio.puzzle .project .project_outer .project_inner {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
html.csstransitions .cmsms_icon_box.cmsms_box_centered:before,
html.csstransitions .cmsms_icon_box.cmsms_box_colored:before,
html.csstransitions .cmsms_icon_box.cmsms_box_lefticon:before,
html.csstransitions .cmsms_icon_box.cmsms_box_heading h1:before,
html.csstransitions .cmsms_icon_box.cmsms_box_heading h2:before,
html.csstransitions .cmsms_icon_box.cmsms_box_heading h3:before {
  -webkit-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
  -moz-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
  -ms-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
  -o-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
  transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
}
html.csstransitions .cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item:before {
  -webkit-transition: opacity 1s ease-in-out, height .7s ease-in;
  -moz-transition: opacity 1s ease-in-out, height .7s ease-in;
  -ms-transition: opacity 1s ease-in-out, height .7s ease-in;
  -o-transition: opacity 1s ease-in-out, height .7s ease-in;
  transition: opacity 1s ease-in-out, height .7s ease-in;
}
html.csstransitions .cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item .cmsms_icon_list_icon {
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
html.csstransitions .cmsms_clients_item img,
html.csstransitions .cmsms_gallery li,
html.csstransitions .cmsms_hover_slider .cmsms_hover_slider_thumbs a {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
html.csstransitions .cmsms_profile .format-profile img {
  -webkit-transition: all .7s cubic-bezier(.55, .3, .5, 1.65);
  -moz-transition: all .7s cubic-bezier(.55, .3, .5, 1.65);
  -ms-transition: all .7s cubic-bezier(.55, .3, .5, 1.65);
  -o-transition: all .7s cubic-bezier(.55, .3, .5, 1.65);
  transition: all .7s cubic-bezier(.55, .3, .5, 1.65);
}
html.csstransitions .cmsms_profile .format-profile .pl_social_list {
  -webkit-transition: opacity .5s ease-out, margin .5s ease-out;
  -moz-transition: opacity .5s ease-out, margin .5s ease-out;
  -ms-transition: opacity .5s ease-out, margin .5s ease-out;
  -o-transition: opacity .5s ease-out, margin .5s ease-out;
  transition: opacity .5s ease-out, margin .5s ease-out;
}
html.csstransitions .portfolio.grid article.project figure {
  -webkit-transition: opacity .7s ease-in-out;
  -moz-transition: opacity .7s ease-in-out;
  -ms-transition: opacity .7s ease-in-out;
  -o-transition: opacity .7s ease-in-out;
  transition: opacity .7s ease-in-out;
}
html.csstransitions .cmsms_stats.stats_mode_bars.shortcode_animated .cmsms_stat_inner {
  -webkit-animation: bar_move 2s ease-in;
  -moz-animation: bar_move 2s ease-in;
  -ms-animation: bar_move 2s ease-in;
  -o-animation: bar_move 2s ease-in;
  animation: bar_move 2s ease-in;
}
html.csstransitions .cmsms_stats.stats_mode_bars.shortcode_animated .cmsms_stat_inner:before,
html.csstransitions .cmsms_stats.stats_mode_bars.shortcode_animated .cmsms_stat_inner .cmsms_stat_title {
  -webkit-animation: bar_title 2.2s ease-out;
  -moz-animation: bar_title 2.2s ease-out;
  -ms-animation: bar_title 2.2s ease-out;
  -o-animation: bar_title 2.2s ease-out;
  animation: bar_title 2.2s ease-out;
}
html.csstransitions .cmsms_stats.stats_mode_bars.shortcode_animated .cmsms_stat_inner .cmsms_stat_counter_wrap {
  -webkit-animation: bar_inner 1s ease-in-out;
  -moz-animation: bar_inner 1s ease-in-out;
  -ms-animation: bar_inner 1s ease-in-out;
  -o-animation: bar_inner 1s ease-in-out;
  animation: bar_inner 1s ease-in-out;
}
@-webkit-keyframes bar_move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes bar_move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-ms-keyframes bar_move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes bar_move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes bar_move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes bar_title {
  from {
    margin-left: -200px;
  }
  to {
    margin-left: 0%;
  }
}
@-moz-keyframes bar_title {
  from {
    margin-left: -200px;
  }
  to {
    margin-left: 0%;
  }
}
@-ms-keyframes bar_title {
  from {
    margin-left: -200px;
  }
  to {
    margin-left: 0%;
  }
}
@-o-keyframes bar_title {
  from {
    margin-left: -200px;
  }
  to {
    margin-left: 0%;
  }
}
@keyframes bar_title {
  from {
    margin-left: -200px;
  }
  to {
    margin-left: 0%;
  }
}
@-webkit-keyframes bar_inner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes bar_inner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes bar_inner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes bar_inner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bar_inner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
span[class*="cmsms_post_format"][class*="cmsms-icon-"],
span[class*="cmsms_slider_post_format"][class*="cmsms-icon-"] {
  width: 20px!important;
  height: 20px!important;
  margin: 16px auto 0!important;
}
span[class*="cmsms_post_format"][class*="cmsms-icon-"]:before,
span[class*="cmsms_slider_post_format"][class*="cmsms-icon-"]:before {
  display: none;
}
.cmsms_masonry_type span[class*="cmsms_post_format"][class*="cmsms-icon-"],
.cmsms_masonry_type span[class*="cmsms_slider_post_format"][class*="cmsms-icon-"],
.cmsms_posts_slider span[class*="cmsms_post_format"][class*="cmsms-icon-"],
.cmsms_posts_slider span[class*="cmsms_slider_post_format"][class*="cmsms-icon-"] {
  top: 10px;
}
.cmsms_masonry_type span[class*="cmsms_post_format"][class*="cmsms-icon-"]:before,
.cmsms_masonry_type span[class*="cmsms_slider_post_format"][class*="cmsms-icon-"]:before,
.cmsms_posts_slider span[class*="cmsms_post_format"][class*="cmsms-icon-"]:before,
.cmsms_posts_slider span[class*="cmsms_slider_post_format"][class*="cmsms-icon-"]:before {
  display: none;
}
.button {
  background: none !important;
  border: 1px solid #F26657 !important;
  color: #F26657 !important;
  font-weight: normal !important;
  font-size: 0.8em;
  padding: 3px 10px;
}
.button.cmsms-icon-menu {
  padding-left: 16px;
}
.button:hover,
.current .button {
  background: #F26657 !important;
  color: #FFFFFF !important;
}
.cmsms_notice.no-border {
  border: none !important;
}
table.no-border td,
table.no-border th {
  border: none !important;
}
.add-border {
  border: 1px solid #dadada;
}
.big-text-shadow {
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 10px;
}
.brief-signature {
  position: relative;
  margin-left: 2px;
  top: -2px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-50 {
  margin-left: 10px;
}
@media (min-width: 780px) {
  .margin-left-50 {
    margin-left: 50px;
  }
}
.opened-article .post.format-quote .cmsms_post_cont .cmsms_quote_content .cmsms_post_format_img {
  display: none;
}
.opened-article .post.format-quote .cmsms_post_cont .cmsms_quote_content {
  padding-left: 30px;
}
.opened-article .post.format-quote .cmsms_quote_content {
  font-family: 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
pre.debug {
  word-wrap: break-word;
}
@media (max-width: 768px) {
  #home-slider {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
.languages {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  margin-top: -2px !important;
  margin-left: 20px!important;
}
.languages li {
  display: inline-block;
  margin-right: 10px;
  transform: rotate(-180deg);
  padding-top: 0;
}
.languages li a {
  color: #f16557;
  padding: 5px;
  display: block;
  text-transform: uppercase;
  font-weight: 100;
  border: 1px solid #f16557;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  font-size: 10px;
  text-align: center;
}
.languages li a.active {
  background-color: #f16557;
  color: white;
}
.languages li a:hover {
  background-color: #f16557;
}
.map {
  margin-bottom: 60px;
  height: 300px;
  width: 100%;
  min-height: 300px;
}
@media (min-width: 768px) {
  .map {
    height: 500px;
  }
}
/*
*	ARCHIVE INITIATIVES
=============================================================== */
.post-type-archive-initiative .initiatives-title {
  margin-top: 40px;
}
.post-type-archive-initiative a {
  color: #ff6b6b;
}
.post-type-archive-initiative .wrapper-initiatives-filter ul li:before {
  display: none;
}
.post-type-archive-initiative .wrapper-initiatives-filter ul li:hover {
  color: #ff6b6b;
  text-decoration: underline;
}
.post-type-archive-initiative .wrapper-initiatives-filter ul li.uk-active:before {
  display: block;
}
.post-type-archive-initiative .content-initiative h1 {
  margin: 0px;
}
.post-type-archive-initiative .content-popup {
  max-width: 400px;
}
.post-type-archive-initiative .content-popup h3 {
  margin-bottom: 0px;
}
.post-type-archive-initiative .content-popup .address {
  margin-bottom: 0px !important;
}
.post-type-archive-initiative .content-popup p {
  padding-bottom: 5px;
}
.post-type-archive-initiative .popup-logo {
  float: left;
  padding: 10px;
}
.post-type-archive-initiative .popup-logo img {
  width: 100px;
  height: auto;
}
.post-type-archive-initiative .popup-content {
  float: left;
  width: calc(100% - 130px);
  margin-left: 10px;
}
.post-type-archive-initiative .wrapper-info {
  margin-top: 20px;
  max-height: 300px;
}
.post-type-archive-initiative .project-img-wrapper {
  height: 100%;
}
.post-type-archive-initiative .project-logo {
  /* 		margin: 0 auto;
		height:60px;
		width: auto;
		position: absolute;
		top:0; */
}
.post-type-archive-initiative .link-initiative {
  color: #ff6b6b;
}
.post-type-archive-initiative .wrapper-initiatives > ul {
  padding: 0;
}
.post-type-archive-initiative .wrapper-initiatives > ul > li {
  display: block;
  height: 100%;
  margin-bottom: 25px;
  margin-top: 0;
  overflow: hidden;
}
.post-type-archive-initiative .wrapper-initiatives > ul > li:before {
  display: none;
}
.post-type-archive-initiative .wrapper-initiatives .info {
  margin: 0;
}
.post-type-archive-initiative .wrapper-initiatives .info li {
  margin-bottom: 0;
}
.post-type-archive-initiative .wrapper-initiatives .info li i {
  float: left;
}
.post-type-archive-initiative .wrapper-initiatives .info li:before {
  display: none;
}
.post-type-archive-initiative .wrapper-initiatives .info .website i,
.post-type-archive-initiative .wrapper-initiatives .info .email i {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.post-type-archive-initiative .wrapper-initiatives .info .website p,
.post-type-archive-initiative .wrapper-initiatives .info .email p {
  padding: 0px;
}
.post-type-archive-initiative .wrapper-initiatives .info .website a,
.post-type-archive-initiative .wrapper-initiatives .info .email a {
  font-size: 12px;
}
.post-type-archive-initiative .wrapper-initiatives .info .networks {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.post-type-archive-initiative .wrapper-initiatives .info .networks li {
  display: inline-block;
  margin-right: 10px;
}
.post-type-archive-initiative .wrapper-initiatives .info .networks li:before {
  display: none;
}
.post-type-archive-initiative .wrapper-initiatives .info .networks li i {
  margin-right: 10px;
}
.post-type-archive-initiative .wrapper-initiatives .info .networks li a {
  font-size: 12px;
}
.post-type-archive-initiative .img-initiative img {
  max-height: 100%;
}
.post-type-archive-initiative .address {
  margin-bottom: 1.5em;
}
.post-type-archive-initiative .address p {
  padding: 0;
}
.post-type-archive-initiative h2.initiatives {
  font-size: 38px;
  line-height: 1.2;
  padding-top: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .post-type-archive-initiative h2.initiatives {
    padding-top: 65px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .post-type-archive-initiative .two_third {
    position: relative;
    left: 33.33%;
  }
  .post-type-archive-initiative .one_third {
    position: relative;
    right: 66.67%;
  }
}
hr.initiative-separator {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  margin: 30px 0;
  display: inline-block;
}
@media (min-width: 768px) {
  hr.initiative-separator {
    margin: 60px 0;
  }
}
@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
#navigation > li:hover > a,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-ancestor > a {
  border-color: #fff;
}
#navigation > li:hover > a,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-ancestor > a,
.header_mid_outer .header_mid_inner #navigation > li > a > span.nav_bg_clr,
.header_bot_inner #navigation > li > a > span.nav_bg_clr,
.header_mid_outer .header_mid_inner #navigation > li.menu-item-highlight > a > span.nav_bg_clr,
.header_bot_inner #navigation > li.menu-item-highlight > a > span.nav_bg_clr {
  background-color: #f16557;
}
@media only screen and (max-width: 1024px) {
  .header_top,
  .header_top_outer,
  .header_top_inner,
  .header_top_aligner,
  .header_mid,
  .header_mid_outer,
  .header_mid .header_mid_inner nav > div > ul,
  .header_mid .header_mid_inner nav > div > ul > li,
  .header_mid .header_mid_inner nav > div > ul > li > a,
  .header_mid .header_mid_inner nav > div > ul > li > a > span.nav_bg_clr,
  .header_bot,
  .header_bot_outer,
  .header_bot .header_bot_inner nav > div > ul,
  .header_bot .header_bot_inner nav > div > ul > li,
  .header_bot .header_bot_inner nav > div > ul > li > a {
    height: auto;
  }
}
.cmsms_button:hover {
  padding-bottom: 13px;
  margin-top: 0px;
}
.footer-ogg-logo img {
  max-width: 160px;
  margin-bottom: 30px;
}
#middle > .headline,
.cmsms_breadcrumbs {
  display: none;
}
address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul,
* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin: 0px !important;
}
.single-post .post > figure {
  max-width: 400px;
}
.footer_inner .footer_custom_html {
  float: none !important;
  text-align: center !important;
}
#fiiilter-wrapper h2 {
  width: 100% !important;
  display: block;
}
#fiiilter-wrapper .filter-part {
  width: 100%;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
.wrrrrapper-initiatives {
  width: 100%;
}
.wrrrrapper-initiatives-filter {
  display: flex;
  margin-top: 0px !important;
  margin-bottom: 50px !important;
}
.wrrrrapper-initiatives-filter .filter-part {
  box-sizing: border-box;
  width: calc((100% - 20px) / 3);
  flex-grow: 0;
}
.wrrrrapper-initiatives-filter .goto-initiative ul {
  /* 			max-height: 315px;
			overflow-y: scroll !important; */
}
.wrrrrapper-initiatives-filter .goto-initiative.active ul {
  max-height: 315px;
  overflow-y: scroll !important;
}
.wrrrrapper-initiatives-filter .filter-group:nth-child(1) {
  z-index: 9;
}
.wrrrrapper-initiatives-filter .filter-group:nth-child(2) {
  z-index: 8;
}
.wrrrrapper-initiatives-filter .filter-group:nth-child(3) {
  z-index: 7;
}
.wrrrrapper-initiatives-filter .filter-group,
.wrrrrapper-initiatives-filter .goto-initiative {
  position: relative;
}
.wrrrrapper-initiatives-filter .filter-group h3,
.wrrrrapper-initiatives-filter .goto-initiative h3 {
  margin-bottom: 0px;
  display: inline-block;
  font-size: 1rem;
}
.wrrrrapper-initiatives-filter .filter-group .filter-group-placeholder,
.wrrrrapper-initiatives-filter .goto-initiative .filter-group-placeholder {
  position: absolute;
  display: block;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 8px 10px;
}
.wrrrrapper-initiatives-filter .filter-group .filter-group-placeholder a,
.wrrrrapper-initiatives-filter .goto-initiative .filter-group-placeholder a {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 20px;
  padding-top: 3px;
}
.wrrrrapper-initiatives-filter .filter-group .filter-group-placeholder a:before,
.wrrrrapper-initiatives-filter .goto-initiative .filter-group-placeholder a:before {
  color: #ff6b6b;
  content: '\f14a';
  font-family: 'FontAwesome';
  position: absolute;
  top: 5px !important;
  left: 0px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  padding: 0;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.wrrrrapper-initiatives-filter .filter-group ul,
.wrrrrapper-initiatives-filter .goto-initiative ul {
  min-height: 41px;
  max-width: 100%;
  width: 270px;
  position: absolute;
  z-index: 20;
  padding-left: 0px;
  background-color: #fff;
  padding: 8px 20px 9px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #000000;
  border-color: #dadada;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
}
.wrrrrapper-initiatives-filter .filter-group ul li,
.wrrrrapper-initiatives-filter .goto-initiative ul li {
  max-height: 0px;
  padding: 0px;
  padding-left: 20px;
  width: 100%;
  transition: max-height 0s ease-in-out;
  overflow: hidden;
  background-color: #fff;
}
.wrrrrapper-initiatives-filter .filter-group ul li a,
.wrrrrapper-initiatives-filter .goto-initiative ul li a {
  width: 100%;
  display: block;
  padding-top: 3px;
}
.wrrrrapper-initiatives-filter .filter-group ul li:before,
.wrrrrapper-initiatives-filter .goto-initiative ul li:before {
  color: #ff6b6b;
  display: block;
  content: "\f096";
  font-family: 'FontAwesome';
  top: 5px !important;
  left: 0px;
}
.wrrrrapper-initiatives-filter .filter-group ul li.uk-active,
.wrrrrapper-initiatives-filter .goto-initiative ul li.uk-active {
  max-height: 30px;
}
.wrrrrapper-initiatives-filter .filter-group ul li.uk-active:before,
.wrrrrapper-initiatives-filter .goto-initiative ul li.uk-active:before {
  content: '\f14a';
}
.wrrrrapper-initiatives-filter .filter-group ul li:hover:before,
.wrrrrapper-initiatives-filter .goto-initiative ul li:hover:before {
  text-decoration: none;
}
.wrrrrapper-initiatives-filter .filter-group.active ul li,
.wrrrrapper-initiatives-filter .goto-initiative.active ul li {
  max-height: unset;
}
@media (max-width: 800px) {
  .wrrrrapper-initiatives-filter {
    flex-wrap: wrap;
  }
  .wrrrrapper-initiatives-filter .filter-part {
    width: 100% !important;
    padding-top: 20px !important;
    padding-left: 0px !important;
  }
  .wrrrrapper-initiatives-filter .filter-part:first-child {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
}
.flex-grid {
  /* 	margin-left:0px !important;
	display: block !important;
	padding-left:0px !important;
	margin-left: 40px !important;
	box-sizing: border-box;
    width: 100%;
	max-width: 100%; */
  margin-bottom: 80px !important;
}
.flex-grid > div {
  /* 		width: 33%;
		padding-bottom: 40px;
		width: ~"calc((100% - 40px) / 3)"; */
}
.flex-grid > div .flex-grid-inner {
  margin-bottom: 2px;
  border: 1px solid #000000;
  border-color: #dadada;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.flex-grid > div .flex-grid-inner .wrapper-info {
  max-height: unset;
}
.flex-grid > div .img-initiative img {
  width: 100%;
  height: auto;
}
.flex-grid > div .content-initiative {
  padding: 15px 25px;
}
.flex-grid > div .content-initiative p:last-child {
  padding-bottom: 0px;
}
.flex-grid > div .content-initiative .project-logo-wrap {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.flex-grid > div .content-initiative .project-logo-wrap .project-logo {
  margin: 0 auto;
  height: 60px;
  width: auto;
  max-width: 100%;
  position: static;
  top: 0;
}
.flex-grid > div .content-initiative .info {
  width: 100%;
}
.flex-grid > div .content-initiative p:empty {
  display: none;
}
.flex-grid > div .content-initiative .networks {
  padding-top: 10px;
  padding-bottom: 5px;
}
.flex-grid > div .content-initiative .networks li {
  display: inline-block;
  margin-right: 20px;
}
.flex-grid > div .content-initiative .networks li:before {
  display: none !important;
}
.content-grid {
  margin-bottom: 2px;
  border: 1px solid #000000;
  border-color: #dadada;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.content-grid .cmsms_img a {
  position: relative;
}
.content-grid .cmsms_img a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: background-color 0.2s ease-in-out;
  background-color: rgba(241, 101, 87, 0);
}
.content-grid .cmsms_img a:hover {
  cursor: pointer;
}
.content-grid .cmsms_img a:hover:before {
  background-color: rgba(241, 101, 87, 0.8);
}
.content-grid .cmsms_text {
  padding: 15px 25px;
}
.content-grid .cmsms_text h3 {
  line-height: 32px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .flex-grid > div {
    width: 50%;
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 600px) {
  .flex-grid > div {
    width: 100%;
  }
}
.wpcf7 {
  max-width: 600px;
}
.wpcf7 textarea {
  height: 60px;
}
.wpcf7 .wpcf7-list-item input {
  top: 5px !important;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 5px;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label:after {
  display: none !important;
}
.languages {
  right: 20px !important;
}
@media (min-width: 768px) {
  #header .header_mid_inner .donate {
    margin-right: -40px;
  }
}
.cmsms_timeline_type.format-standard figure {
  margin-bottom: 20px !important;
}
.cmsms_masonry_type span[class*="cmsms_post_format"][class*="cmsms-icon-"] {
  display: none;
}
@media (min-width: 768px) {
  .cmsms_post_filter_wrap .cmsms_post_filter .cmsms_post_filter_block .cmsms_post_filter_list li {
    opacity: 1;
    display: inline-block;
    height: auto;
    width: auto;
  }
  .cmsms_post_filter_wrap {
    border: 0px;
  }
  .cmsms_post_filter_wrap .cmsms_post_filter_but {
    display: none;
  }
}
.no-link .cmsms_post_cont figure a:hover {
  cursor: default;
}
.comment-respond .comment-form {
  margin-left: 0px;
  margin-right: 0px;
}
.cmsms_img a {
  display: block;
}
b,
strong {
  font-weight: bold !important;
}
.single-project .cmsms_project_header {
  margin: 30px 0px 0px !important;
  padding: 0px 0px 30px !important;
}
.single-project .cmsms_project_header h3 {
  text-align: left;
}
.single-project .project_content > figure:first-child {
  display: none;
}
#navigation > li.current_page_item > a {
  color: #fff !important;
}
@media only screen and (max-width: 1024px) {
  html #page #header nav #navigation li:hover a,
  html #page #header nav #navigation li > a:hover {
    background-color: #fff !important;
    color: #538467 !important;
  }
  html #page #header nav #navigation li:hover a span,
  html #page #header nav #navigation li > a:hover span {
    color: #538467 !important;
  }
}
.languages li a {
  font-family: 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-weight: normal;
}
#cookie-law-info-bar {
  font-size: 13px;
}
#cookie-law-info-bar a {
  font-size: 13px;
}
@media (max-width: 1024px) {
  #cookie-law-info-bar {
    text-align: left;
  }
}
.anr_captcha_field {
  margin-bottom: 20px;
  margin-top: 10px;
}
.mec-skin-grid-container ul:before,
.mec-skin-grid-container li:before,
.mec-skin-grid-container ul:after,
.mec-skin-grid-container li:after {
  display: none;
}
.mec-skin-grid-container .mec-search-form {
  border-radius: 5px;
}
.mec-skin-grid-container .mec-search-form .mec-dropdown-search i,
.mec-skin-grid-container .mec-search-form .mec-text-input-search i {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mec-skin-grid-container .mec-search-form .mec-dropdown-search select,
.mec-skin-grid-container .mec-search-form .mec-text-input-search select {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mec-skin-grid-container .mec-search-form .mec-date-search .mec-sl-calendar {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mec-skin-grid-container .mec-search-form .mec-date-search select:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mec-skin-grid-container .mec-search-form .mec-date-search select {
  width: calc(100% - 116px);
}
.mec-skin-grid-container .mec-search-form .mec-date-search select:last-child {
  width: 80px;
}
.mec-skin-grid-container .mec-search-form input,
.mec-skin-grid-container .mec-search-form select {
  min-width: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none !important;
}
.mec-skin-grid-container .mec-event-share-icon {
  text-align: center;
}
.mec-skin-grid-container .mec-event-share-icon:hover {
  cursor: pointer;
  color: #fff;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-wrap {
  padding-top: 20px;
  border-top: 1px solid #efefef;
  margin-top: 0px;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-wrap:first-child {
  padding-top: 0px;
  border-top: 0px;
  margin-top: 0px;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article {
  margin-bottom: 2px;
  border: 1px solid #000000;
  border-color: #dadada;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article.foodwastech-event .mec-event-image a:before {
  display: none;
  content: "Ein Projekt von foodwaste.ch";
  font-weight: bold;
  padding: 4px 15px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  background-color: #EB5E4F;
  color: #fff;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article.foodwastech-event .mec-event-image a:before:hover {
  pointer-events: none;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .foodwastech-event {
  color: #EB5E4F;
  margin-bottom: 15px;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: bold;
  display: inline-block;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-image {
  width: 100%;
  padding-top: 66.6%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-image a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-image a:hover {
  opacity: 0.9;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-content {
  text-align: left;
  padding: 25px 25px 15px 25px;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-content p {
  padding-bottom: 0px;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-content i {
  margin-right: 5px;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-content .mec-event-date {
  background-color: #fff;
  text-align: left;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0px;
  margin: 0px;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-content .mec-event-title a {
  font-family: 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  color: #538467;
  transition: color 0.3s ease-in-out;
  font-style: normal;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-content .mec-event-title a:hover {
  color: #f16557;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-content .mec-event-title .event-color {
  display: none;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-content .locationorganizer span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-content .locationorganizer span i {
  position: absolute;
  left: 0px;
  top: 5px;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-footer {
  padding-left: 25px;
  padding-right: 25px;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-footer .mec-event-sharing-wrap {
  padding-left: 0px;
  left: 25px;
  overflow: visible !important;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-footer .mec-event-sharing-wrap li {
  overflow: visible !important;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-footer .mec-event-sharing-wrap ul {
  overflow: visible !important;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-footer .mec-event-sharing-wrap > li:nth-child(2) {
  padding: 0px;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-footer .mec-event-sharing-wrap .mec-event-share {
  border-radius: 5px;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-footer .mec-event-sharing-wrap .mec-event-sharing:after {
  visibility: visible !important;
}
.mec-skin-grid-container .mec-skin-grid-events-container .mec-event-article .mec-event-footer .mec-booking-button {
  right: 25px;
  border-radius: 5px;
}
.mec-skin-grid-container .mec-img-organizer,
.mec-skin-grid-container .mec-img-location {
  display: none;
}
.mec-skin-grid-container .mec-event-social {
  border: 0px;
  box-shadow: none;
  padding: 0px;
}
.mec-skin-grid-container .mec-event-social h3 {
  display: none;
}
.mec-skin-grid-container .mec-event-social .mec-event-sharing {
  margin: 0px;
}
.mec-skin-grid-container .mec-event-social .mec-event-sharing ul {
  padding: 0px;
}
.mec-skin-grid-container .mec-event-content {
  padding-top: 20px;
  padding-bottom: 10px !important;
}
.mec-skin-grid-container .mec-events-content p:last-child {
  padding-bottom: 0px;
}
.mec-skin-grid-container .mec-event-export-module {
  box-shadow: none;
}
.mec-skin-grid-container .mec-events-event-categories a {
  position: relative;
}
.mec-skin-grid-container .mec-events-event-categories a i {
  display: inline-block;
  vertical-align: text-top !important;
}
.mec-color,
.mec-color-before :before,
.mec-color-hover:hover,
.mec-wrap .mec-color,
.mec-wrap .mec-color-before :before,
.mec-wrap .mec-color-hover:hover {
  color: #f16557;
}
.mec-single-event .mec-event-social li.mec-event-social-icon a {
  text-align: center;
  padding-top: 11px;
}
.mec-single-event .mec-events-meta-group-booking form > h4:before,
.mec-single-event .mec-frontbox-title:before {
  border-color: #f16557;
}
.mec-events-button,
.mec-events-button:hover {
  display: inline-block;
  background-color: #f16557 !important;
  border: 0px;
  padding: 10px 20px;
  color: #fff !important;
}
.mec-single-event .mec-event-export-module {
  padding: 0px;
  border: 0px;
}
.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
  display: inline-block;
}
.mec-single-event .mec-event-more-info {
  display: none;
}
.mec-single-event .mec-booking-button {
  background-color: #f16557;
  padding: 10px 20px;
  line-height: 31px;
  height: 50px;
}
.mec-single-event ul:before,
.mec-single-event li:before,
.mec-single-event ulafter,
.mec-single-event liafter {
  display: none;
}
.mec-single-event-description ul li {
  list-style-type: disc;
}
.mec-single-event-description .cmsms_row_inner {
  max-width: 100%;
}
.mec-single-event-description .content_slider_wrap {
  opacity: 1 !important;
}
.mec-single-event-description .cmsms_text img {
  width: auto;
  max-width: 100%;
}
.mec-single-event-description .hr-transparent:before {
  background-color: #fff !important;
}
.mec-headernavi {
  width: 100%;
}
.mec-headernavi a {
  display: block;
  width: 210px;
  max-width: 95%;
}
.mec-headernavi a img {
  margin-top: 10px;
  width: 100%;
  height: auto;
}
.calendar-iframe .mec-metanavi {
  /* 		.mec-filter-toggle{
			pedding-left:5px;
			order:2;
			text-align: right;
			a{
				margin-left:auto;
				text-align: center;
			}
		}
		.mec-options{
			padding-right:5px;
			order:1;
			text-align: left !important;
			div{
				text-align: left !important;
			}
		} */
}
@media (max-width: 400px) {
  .calendar-iframe .mec-metanavi * {
    font-size: 13px;
  }
}
.mec-metanavi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
.mec-metanavi > div {
  width: 50%;
}
.mec-metanavi .mec-filter-toggle {
  margin-bottom: 3px;
  margin-right: 5px;
}
.mec-metanavi .mec-options {
  margin-left: 5px;
  width: 100%;
}
.mec-metanavi .mec-show-filter,
.mec-metanavi .mec-filter-toggle {
  display: none;
}
.mec-metanavi .mec-show-filter {
  font-family: 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #f16557;
}
.mec-metanavi .mec-show-filter:hover {
  cursor: pointer;
}
.mec-metanavi .mec-options {
  text-align: right;
}
.mec-metanavi .mec-options div {
  display: inline;
}
.mec-metanavi .mec-options div i {
  margin-right: 10px;
}
.mec-metanavi .mec-options div:first-child:after {
  content: "|";
  padding-left: 8px;
  padding-right: 5px;
}
@media (max-width: 680px) {
  .mec-metanavi {
    align-items: flex-end;
  }
  .mec-metanavi .mec-show-filter {
    margin-bottom: 2px;
  }
  .mec-metanavi div {
    width: auto !important;
  }
  .mec-metanavi .mec-options {
    text-align: right;
  }
  .mec-metanavi .mec-options div {
    width: 100%;
    text-align: right;
    display: block;
  }
  .mec-metanavi .mec-options div:first-child:after {
    display: none;
  }
}
@media (max-width: 500px) {
  .mec-metanavi {
    flex-wrap: wrap;
  }
  .mec-metanavi div {
    text-align: right;
    width: 100% !important;
  }
}
body.single-mec-events .mec-single-event .mec-img-location,
body.single-mec-events .mec-single-event .mec-img-organizer {
  display: none;
}
.mec-footernavi {
  text-align: center;
}
.mec-footernavi a {
  display: block;
  margin: 70px auto 50px;
  width: 280px;
  max-width: 80%;
}
.mec-footernavi a img {
  width: 100%;
  height: auto;
}
.mec-footernavi a span {
  color: #767676 !important;
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
}
.mec-show-filter {
  display: none;
}
@media screen and (max-width: 1200px) {
  .mec-wrap .mec-search-form {
    padding: 15px 5px;
  }
}
@media (max-width: 767px) {
  .mec-show-filter {
    display: block;
  }
  .mec-wrap .mec-search-form {
    padding: 15px 0px !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-color: #fff;
    box-shadow: none;
    margin-bottom: 5px;
  }
  .mec-wrap .mec-search-form .mec-dropdown-search,
  .mec-wrap .mec-search-form .mec-date-search {
    width: 100%;
    min-height: 40px;
    padding-bottom: 5px;
  }
  .mec-wrap .mec-search-form .mec-dropdown-search select,
  .mec-wrap .mec-search-form .mec-date-search select {
    margin-bottom: 0px !important;
  }
  /* 	.mec-filter-active{
		.mec-wrap .mec-search-form{
			padding: 15px 0px !important;
			max-height: 500px;
			border-color: #efefef;
			margin-bottom:20px;
		}
	} */
}
.mec-fes-form {
  margin-top: 70px;
  background-color: #fff;
  padding: 0px;
}
.mec-fes-form #mec_fes_form {
  max-width: 900px;
}
.mec-fes-form label {
  padding-right: 10px;
  font-size: 15px;
  font-weight: 700;
  display: block;
  color: #538467;
  text-transform: none;
  letter-spacing: 0.5px;
}
.mec-fes-form input + label {
  padding-top: 2px;
}
.mec-fes-form .mec-meta-box-fields h4 {
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: none;
}
.mec-fes-form #mec-location h4 + div + div + div + h4 {
  margin-top: 20px;
}
.mec-fes-form #mec-organizer h4 + div + div + h4 {
  margin-top: 20px;
}
.mec-fes-form .mec-google-recaptcha {
  margin-left: 0px;
}
.mec-fes-form #mec_comment {
  display: none;
}
.mec-fes-form #mec_comment + p {
  display: none;
}
.mec-fes-form #mec_location_dont_show_map,
.mec-fes-form label[for="mec_location_dont_show_map"],
.mec-fes-form #mec-hourly-schedule,
.mec-fes-form #mec-location #mec_location_new_container .mec-thumbnail-row,
.mec-fes-form #mec-location #mec_location_new_container .mec-lat-lng-row,
.mec-fes-form #mec-location h4:last-of-type,
.mec-fes-form #mec-location h4:last-of-type + .mec-form-row,
.mec-fes-form #mec-additional-organizer-wrap {
  display: none !important;
}
.mec-fes-form #mec-event-links h4:first-child + .mec-form-row {
  display: none;
}
.mec-fes-form #mec-event-links #mec_more_info_title,
.mec-fes-form #mec-event-links #mec_more_info_target {
  display: none;
}
.mec-fes-form #mec-event-links .description {
  padding-bottom: 0px;
}
.mec-fes-form .mec-meta-box-fields h4,
.mec-fes-form .html-active .switch-html,
.mec-fes-form .tmce-active .switch-tmce,
.mec-fes-form .wp-editor-tabs .wp-switch-editor:active {
  background: #f5f5f5;
  color: inherit;
}
.mec-fes-form .quicktags-toolbar,
.mec-fes-form div.mce-toolbar-grp {
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  box-shadow: none;
}
.mec-fes-form #mec_reg_form_fields input[type=checkbox],
.mec-fes-form #mec_reg_form_fields input[type=radio],
.mec-fes-form .mec-form-row input[type=checkbox],
.mec-fes-form .mec-form-row input[type=radio] {
  border: 1px solid #ddd;
  box-shadow: none;
}
.mec-fes-form input[type=email],
.mec-fes-form input[type=number],
.mec-fes-form input[type=password],
.mec-fes-form input[type=tel],
.mec-fes-form input[type=text],
.mec-fes-form select,
.mec-fes-form textarea,
.mec-fes-form div.mce-statusbar,
.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox,
.mec-fes-form .mec-meta-box-fields {
  border-color: #dadada !important;
  box-shadow: none;
}
.mec-fes-form .mce-tinymce.mce-container.mce-panel {
  border-color: #dadada !important;
  box-shadow: none;
}
.mec-fes-form #mec-event-note textarea {
  width: 100%;
  max-width: 100%;
}
.mec-fes-form .mec-fes-sub-button {
  width: auto;
}
.mec-fes-form .wp-editor-tabs .wp-switch-editor,
.mec-fes-form input[type=file] {
  border-color: #dadada !important;
  color: inherit;
}
.mec-fes-form button[type="button"]:hover {
  background-color: inherit;
}
.mec-fes-form .mec-title span.mec-dashicons {
  color: #627f88;
}
.mec-fes-form .mec-tooltip .dashicons-before:before {
  color: #f16557;
}
@media only screen and (min-width: 961px) {
  .mec-fes-form .mec-fes-form-cntt {
    width: 68%;
    max-width: 100%;
  }
  .mec-fes-form .mec-fes-form-sdbr {
    width: 32%;
  }
}
.ui-datepicker .ui-datepicker-title select {
  min-width: 72px;
  padding: 3px 5px 2px;
  height: 36px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  margin-top: 7px;
}
.lity {
  z-index: 99999;
  background: rgba(255, 255, 255, 0.9);
}
.lity .mec-modal-wrap {
  width: 580px;
  box-shadow: 0 1px 10px rgba(150, 150, 150, 0.6);
}
.lity .lity-close {
  /* 		background-color: rgba(100,100,100,0.1);
		transition: background-color 0.3s ease-in-out;
		color: #000;
		&:hover{
			background-color: rgba(100,100,100,0.2);
		} */
  background-color: transparent;
  color: #000;
  position: absolute;
  height: 35px;
  width: 35px;
  right: -45px;
  top: 0px;
  font-size: 3.5rem;
}
.lity .lity-close:hover {
  background-color: transparent;
  color: #f16557;
}
.lity .lity-content:after {
  display: none;
}
.lity .col-md-4,
.lity .col-md-8 {
  width: 100%;
}
.lity .mec-links-details {
  text-align: center;
}
.lity .mec-links-details ul {
  padding-left: 0px;
  margin: auto;
}
.lity .mec-export-details {
  text-align: center;
}
.lity .mec-export-details ul {
  margin: auto;
}
.lity .mec-export-details li {
  display: block;
}
.lity .mec-export-details li:last-child a {
  margin-right: 0px;
}
.lity {
  opacity: 0;
  pointer-events: none;
  z-index: -9;
}
.lity .lity-container {
  margin-top: 20px;
  vertical-align: top;
}
.lity .lity-container .mec-modal-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 580px;
  box-shadow: 0 1px 10px rgba(150, 150, 150, 0.6);
}
.mec-modal-preloader {
  display: none;
}
.cmsms_profile,
.blog.grid.isotope,
.portfolio.grid.isotope {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: 0px !important;
  margin-right: 0px !important;
  height: auto !important;
}
.cmsms_profile article,
.blog.grid.isotope article,
.portfolio.grid.isotope article {
  position: static !important;
  transform: none !important;
  transition: none !important;
  top: auto !important;
  left: auto !important;
  margin: 0px !important;
  margin-bottom: 20px !important;
  padding: 0px 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: auto !important;
  overflow: visible;
  opacity: 1 !important;
  /* 		&.format-image{
			.cmsms_post_content{
				position: relative;
				max-height: 200px;
				overflow: hidden;
				transition: 0.1s ease-in-out all;
				&:after{
					content:"";
					position: absolute;
					top:0;
					right:0;
					bottom:0;
					left:0;
					background: linear-gradient(180deg, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
				}
				&.content-preview{
					max-height: 2000px;
					&:after{
						display:none;
					}
				}
			}
		} */
}
.cmsms_profile article.isotope-hidden,
.blog.grid.isotope article.isotope-hidden,
.portfolio.grid.isotope article.isotope-hidden {
  display: none;
}
.cmsms_profile article .project_outer,
.blog.grid.isotope article .project_outer,
.portfolio.grid.isotope article .project_outer,
.cmsms_profile article .cmsms_post_cont,
.blog.grid.isotope article .cmsms_post_cont,
.portfolio.grid.isotope article .cmsms_post_cont {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0px;
  box-shadow: none;
  margin: 0px;
}
.cmsms_profile article .project_outer .grid-date,
.blog.grid.isotope article .project_outer .grid-date,
.portfolio.grid.isotope article .project_outer .grid-date,
.cmsms_profile article .cmsms_post_cont .grid-date,
.blog.grid.isotope article .cmsms_post_cont .grid-date,
.portfolio.grid.isotope article .cmsms_post_cont .grid-date {
  padding: 25px 25px 0px 25px;
}
.cmsms_profile article .project_outer .grid-date span,
.blog.grid.isotope article .project_outer .grid-date span,
.portfolio.grid.isotope article .project_outer .grid-date span,
.cmsms_profile article .cmsms_post_cont .grid-date span,
.blog.grid.isotope article .cmsms_post_cont .grid-date span,
.portfolio.grid.isotope article .cmsms_post_cont .grid-date span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  display: inline;
}
.cmsms_profile article .project_outer .grid-date .cmsms_day_mon:after,
.blog.grid.isotope article .project_outer .grid-date .cmsms_day_mon:after,
.portfolio.grid.isotope article .project_outer .grid-date .cmsms_day_mon:after,
.cmsms_profile article .cmsms_post_cont .grid-date .cmsms_day_mon:after,
.blog.grid.isotope article .cmsms_post_cont .grid-date .cmsms_day_mon:after,
.portfolio.grid.isotope article .cmsms_post_cont .grid-date .cmsms_day_mon:after {
  content: ".";
}
.cmsms_profile article .project_outer .cmsms_img_rollover_wrap,
.blog.grid.isotope article .project_outer .cmsms_img_rollover_wrap,
.portfolio.grid.isotope article .project_outer .cmsms_img_rollover_wrap,
.cmsms_profile article .cmsms_post_cont .cmsms_img_rollover_wrap,
.blog.grid.isotope article .cmsms_post_cont .cmsms_img_rollover_wrap,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_img_rollover_wrap {
  padding-top: 66.6%;
  padding-bottom: 0px;
}
.cmsms_profile article .project_outer .cmsms_img_rollover_wrap img,
.blog.grid.isotope article .project_outer .cmsms_img_rollover_wrap img,
.portfolio.grid.isotope article .project_outer .cmsms_img_rollover_wrap img,
.cmsms_profile article .cmsms_post_cont .cmsms_img_rollover_wrap img,
.blog.grid.isotope article .cmsms_post_cont .cmsms_img_rollover_wrap img,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_img_rollover_wrap img {
  object-fit: cover;
}
.cmsms_profile article .project_outer .cmsms_img_rollover_wrap .cmsms_img_rollover,
.blog.grid.isotope article .project_outer .cmsms_img_rollover_wrap .cmsms_img_rollover,
.portfolio.grid.isotope article .project_outer .cmsms_img_rollover_wrap .cmsms_img_rollover,
.cmsms_profile article .cmsms_post_cont .cmsms_img_rollover_wrap .cmsms_img_rollover,
.blog.grid.isotope article .cmsms_post_cont .cmsms_img_rollover_wrap .cmsms_img_rollover,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_img_rollover_wrap .cmsms_img_rollover {
  background-color: transparent;
}
.cmsms_profile article .project_outer .grid-image,
.blog.grid.isotope article .project_outer .grid-image,
.portfolio.grid.isotope article .project_outer .grid-image,
.cmsms_profile article .cmsms_post_cont .grid-image,
.blog.grid.isotope article .cmsms_post_cont .grid-image,
.portfolio.grid.isotope article .cmsms_post_cont .grid-image {
  width: 100%;
  padding-top: 66.6%;
  position: relative;
}
.cmsms_profile article .project_outer .grid-image .grid-image-wrapper,
.blog.grid.isotope article .project_outer .grid-image .grid-image-wrapper,
.portfolio.grid.isotope article .project_outer .grid-image .grid-image-wrapper,
.cmsms_profile article .cmsms_post_cont .grid-image .grid-image-wrapper,
.blog.grid.isotope article .cmsms_post_cont .grid-image .grid-image-wrapper,
.portfolio.grid.isotope article .cmsms_post_cont .grid-image .grid-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.cmsms_profile article .project_outer .grid-image .grid-image-wrapper figure,
.blog.grid.isotope article .project_outer .grid-image .grid-image-wrapper figure,
.portfolio.grid.isotope article .project_outer .grid-image .grid-image-wrapper figure,
.cmsms_profile article .cmsms_post_cont .grid-image .grid-image-wrapper figure,
.blog.grid.isotope article .cmsms_post_cont .grid-image .grid-image-wrapper figure,
.portfolio.grid.isotope article .cmsms_post_cont .grid-image .grid-image-wrapper figure {
  height: 100%;
}
.cmsms_profile article .project_outer .grid-image .grid-image-wrapper img,
.blog.grid.isotope article .project_outer .grid-image .grid-image-wrapper img,
.portfolio.grid.isotope article .project_outer .grid-image .grid-image-wrapper img,
.cmsms_profile article .cmsms_post_cont .grid-image .grid-image-wrapper img,
.blog.grid.isotope article .cmsms_post_cont .grid-image .grid-image-wrapper img,
.portfolio.grid.isotope article .cmsms_post_cont .grid-image .grid-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cmsms_profile article .project_outer .cmsms_post_header,
.blog.grid.isotope article .project_outer .cmsms_post_header,
.portfolio.grid.isotope article .project_outer .cmsms_post_header,
.cmsms_profile article .cmsms_post_cont .cmsms_post_header,
.blog.grid.isotope article .cmsms_post_cont .cmsms_post_header,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_post_header,
.cmsms_profile article .project_outer .cmsms_project_header,
.blog.grid.isotope article .project_outer .cmsms_project_header,
.portfolio.grid.isotope article .project_outer .cmsms_project_header,
.cmsms_profile article .cmsms_post_cont .cmsms_project_header,
.blog.grid.isotope article .cmsms_post_cont .cmsms_project_header,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_project_header {
  padding: 0px 25px 0px 25px;
}
.cmsms_profile article .project_outer .cmsms_post_header h2,
.blog.grid.isotope article .project_outer .cmsms_post_header h2,
.portfolio.grid.isotope article .project_outer .cmsms_post_header h2,
.cmsms_profile article .cmsms_post_cont .cmsms_post_header h2,
.blog.grid.isotope article .cmsms_post_cont .cmsms_post_header h2,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_post_header h2,
.cmsms_profile article .project_outer .cmsms_project_header h2,
.blog.grid.isotope article .project_outer .cmsms_project_header h2,
.portfolio.grid.isotope article .project_outer .cmsms_project_header h2,
.cmsms_profile article .cmsms_post_cont .cmsms_project_header h2,
.blog.grid.isotope article .cmsms_post_cont .cmsms_project_header h2,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_project_header h2,
.cmsms_profile article .project_outer .cmsms_post_header h2 a,
.blog.grid.isotope article .project_outer .cmsms_post_header h2 a,
.portfolio.grid.isotope article .project_outer .cmsms_post_header h2 a,
.cmsms_profile article .cmsms_post_cont .cmsms_post_header h2 a,
.blog.grid.isotope article .cmsms_post_cont .cmsms_post_header h2 a,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_post_header h2 a,
.cmsms_profile article .project_outer .cmsms_project_header h2 a,
.blog.grid.isotope article .project_outer .cmsms_project_header h2 a,
.portfolio.grid.isotope article .project_outer .cmsms_project_header h2 a,
.cmsms_profile article .cmsms_post_cont .cmsms_project_header h2 a,
.blog.grid.isotope article .cmsms_post_cont .cmsms_project_header h2 a,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_project_header h2 a,
.cmsms_profile article .project_outer .cmsms_post_header h3,
.blog.grid.isotope article .project_outer .cmsms_post_header h3,
.portfolio.grid.isotope article .project_outer .cmsms_post_header h3,
.cmsms_profile article .cmsms_post_cont .cmsms_post_header h3,
.blog.grid.isotope article .cmsms_post_cont .cmsms_post_header h3,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_post_header h3,
.cmsms_profile article .project_outer .cmsms_project_header h3,
.blog.grid.isotope article .project_outer .cmsms_project_header h3,
.portfolio.grid.isotope article .project_outer .cmsms_project_header h3,
.cmsms_profile article .cmsms_post_cont .cmsms_project_header h3,
.blog.grid.isotope article .cmsms_post_cont .cmsms_project_header h3,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_project_header h3,
.cmsms_profile article .project_outer .cmsms_post_header h3 a,
.blog.grid.isotope article .project_outer .cmsms_post_header h3 a,
.portfolio.grid.isotope article .project_outer .cmsms_post_header h3 a,
.cmsms_profile article .cmsms_post_cont .cmsms_post_header h3 a,
.blog.grid.isotope article .cmsms_post_cont .cmsms_post_header h3 a,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_post_header h3 a,
.cmsms_profile article .project_outer .cmsms_project_header h3 a,
.blog.grid.isotope article .project_outer .cmsms_project_header h3 a,
.portfolio.grid.isotope article .project_outer .cmsms_project_header h3 a,
.cmsms_profile article .cmsms_post_cont .cmsms_project_header h3 a,
.blog.grid.isotope article .cmsms_post_cont .cmsms_project_header h3 a,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_project_header h3 a {
  font-size: 18px;
  line-height: 24px !important;
  font-weight: 500;
  margin: 10px 0;
}
.cmsms_profile article .project_outer .cmsms_project_header,
.blog.grid.isotope article .project_outer .cmsms_project_header,
.portfolio.grid.isotope article .project_outer .cmsms_project_header,
.cmsms_profile article .cmsms_post_cont .cmsms_project_header,
.blog.grid.isotope article .cmsms_post_cont .cmsms_project_header,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_project_header {
  padding: 0px;
  padding-top: 3px;
}
.cmsms_profile article .project_outer .cmsms_project_content p,
.blog.grid.isotope article .project_outer .cmsms_project_content p,
.portfolio.grid.isotope article .project_outer .cmsms_project_content p,
.cmsms_profile article .cmsms_post_cont .cmsms_project_content p,
.blog.grid.isotope article .cmsms_post_cont .cmsms_project_content p,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_project_content p {
  padding-bottom: 10px !important;
}
.cmsms_profile article .project_outer .cmsms_post_content,
.blog.grid.isotope article .project_outer .cmsms_post_content,
.portfolio.grid.isotope article .project_outer .cmsms_post_content,
.cmsms_profile article .cmsms_post_cont .cmsms_post_content,
.blog.grid.isotope article .cmsms_post_cont .cmsms_post_content,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_post_content {
  padding: 0px 25px 0px 25px;
  flex-grow: 1;
}
.cmsms_profile article .project_outer .cmsms_post_content ul,
.blog.grid.isotope article .project_outer .cmsms_post_content ul,
.portfolio.grid.isotope article .project_outer .cmsms_post_content ul,
.cmsms_profile article .cmsms_post_cont .cmsms_post_content ul,
.blog.grid.isotope article .cmsms_post_cont .cmsms_post_content ul,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_post_content ul {
  padding-bottom: 20px;
}
.cmsms_profile article .project_outer .cmsms_post_footer,
.blog.grid.isotope article .project_outer .cmsms_post_footer,
.portfolio.grid.isotope article .project_outer .cmsms_post_footer,
.cmsms_profile article .cmsms_post_cont .cmsms_post_footer,
.blog.grid.isotope article .cmsms_post_cont .cmsms_post_footer,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_post_footer {
  padding: 20px 25px;
  background: #fafafa;
  border-top: 1px solid #efefef;
}
.cmsms_profile article .project_outer .cmsms_post_footer a,
.blog.grid.isotope article .project_outer .cmsms_post_footer a,
.portfolio.grid.isotope article .project_outer .cmsms_post_footer a,
.cmsms_profile article .cmsms_post_cont .cmsms_post_footer a,
.blog.grid.isotope article .cmsms_post_cont .cmsms_post_footer a,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_post_footer a {
  margin-top: 0px;
  background-color: #fff !important;
}
.cmsms_profile article .project_outer .cmsms_post_footer a:hover,
.blog.grid.isotope article .project_outer .cmsms_post_footer a:hover,
.portfolio.grid.isotope article .project_outer .cmsms_post_footer a:hover,
.cmsms_profile article .cmsms_post_cont .cmsms_post_footer a:hover,
.blog.grid.isotope article .cmsms_post_cont .cmsms_post_footer a:hover,
.portfolio.grid.isotope article .cmsms_post_cont .cmsms_post_footer a:hover {
  background-color: #F26657 !important;
}
.cmsms_profile {
  align-items: stretch;
}
.cmsms_profile article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cmsms_profile article .pl_img {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0px !important;
}
.cmsms_profile article .pl_content {
  flex-grow: 1;
  padding: 25px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.cmsms_profile article .pl_content h2 a {
  font-size: 18px;
  line-height: 24px !important;
  font-weight: 500;
}
.cmsms_profile article .pl_content + .cl {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 5px;
}
.cmsms_profile article .pl_social {
  margin-top: 0px !important;
  padding: 20px 25px;
  background: #fafafa;
  border-top: 1px solid #efefef;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cmsms_profile article .pl_social .pl_social_list {
  border: 0px;
  padding: 0px;
}
.cmsms_profile article .pl_social .pl_social_list a {
  color: inherit;
}
.object-fit-contain .grid-image-wrapper img {
  object-fit: contain !important;
}
.post.cmsms_masonry_type .preloader,
.post.cmsms_masonry_type .cmsms_video_wrap {
  padding-bottom: 0px;
  padding-top: 66.6%;
}
@media (min-width: 1281px) {
  .cmsms_profile article,
  .blog.grid.isotope article,
  .portfolio.grid.isotope article {
    width: calc(100% / 4) !important;
  }
}
@media (max-width: 1439px) and (min-width: 992px) {
  .cmsms_profile article,
  .blog.grid.isotope article,
  .portfolio.grid.isotope article {
    width: calc(100% / 3) !important;
  }
}
@media (max-width: 991px) and (min-width: 601px) {
  .cmsms_profile article,
  .blog.grid.isotope article,
  .portfolio.grid.isotope article {
    width: calc(100% / 2);
  }
}
@media (max-width: 600px) {
  .cmsms_profile article,
  .blog.grid.isotope article,
  .portfolio.grid.isotope article {
    width: 100%;
  }
}
body #middle .cmsms_wrap_post_loader {
  margin-top: 30px;
}
body #middle .cmsms_button:not(.icon_box_button) {
  padding: 8px 20px;
  color: #fff;
  background-color: #F26657 !important;
}
body #middle .cmsms_button:not(.icon_box_button):hover {
  padding: 8px 20px;
  background-color: #fff !important;
  color: #F26657 !important;
}
body #middle button:not(.gm-control-active):not([type="button"]),
body #middle .button:not([type="button"]),
body #middle .cmsms_button:not(.icon_box_button) {
  text-transform: none !important;
  box-shadow: none;
  font-weight: 700;
  line-height: inherit;
  border: 1px solid #F26657 !important;
  transition: 0.3s ease-in-out all !important;
}
body #middle button:not(.gm-control-active):not([type="button"]):hover,
body #middle .button:not([type="button"]):hover,
body #middle .cmsms_button:not(.icon_box_button):hover {
  top: 0px;
  transition: none !important;
  transition: 0.3s ease-in-out all !important;
}
body #middle button:not([type="button"]),
body #middle .button {
  font-weight: 700;
  padding: 5px 20px;
  background-color: #fff !important;
  color: #F26657 !important;
}
body #middle button:not([type="button"]):hover,
body #middle .button:hover {
  color: #fff !important;
  background-color: #F26657 !important;
}
body #middle .current .button:not([type="button"]) {
  color: #fff !important;
  background-color: #F26657 !important;
}
body #middle .current .button:not([type="button"]):hover {
  background-color: #fff !important;
  color: #F26657 !important;
}
.loading-animation {
  display: none;
  margin: -20px auto 50px auto !important;
  width: 64px;
  height: 64px;
}
.loading-animation:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #ff6b6b;
  border-color: #ff6b6b transparent #ff6b6b transparent;
  animation: loading-animation 1.2s linear infinite;
}
@keyframes loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.initiatives-loading .wrapper-initiatives .masonry-item {
  display: none !important;
}
.initiatives-loading .wrapper-initiatives .masonry-item:nth-child(1),
.initiatives-loading .wrapper-initiatives .masonry-item:nth-child(2),
.initiatives-loading .wrapper-initiatives .masonry-item:nth-child(3),
.initiatives-loading .wrapper-initiatives .masonry-item:nth-child(4),
.initiatives-loading .wrapper-initiatives .masonry-item:nth-child(5),
.initiatives-loading .wrapper-initiatives .masonry-item:nth-child(6) {
  display: block !important;
}
.initiatives-loading .loading-animation {
  display: inline-block;
}
/* .masonry-animation{
	.masonry-item{
		opacity: 0;
		&:nth-child(3n-2){transition-delay: 0s;}
		&:nth-child(3n-1){transition-delay: 0.2s;}
		&:nth-child(3n){transition-delay: 0.4s;}
	}
}
.masonry-loaded{
	.masonry-item{
		opacity: 1;
	}
} */
.masonry-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.masonry-grid .masonry-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.masonry-grid .masonry-item .mec-event-article {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.masonry-grid .masonry-item .mec-event-article .mec-event-content {
  flex-grow: 1;
}
.masonry-grid .masonry-fullwidth {
  display: none;
  width: 100% !important;
  border: 5px solid #efefef;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
}
.masonry-grid .masonry-fullwidth .masonry-fullwidth-close {
  pointer-events: auto;
  position: absolute;
  display: block;
  right: 2px;
  top: 6px;
  width: 35px;
  height: 35px;
  z-index: 99;
  text-align: center;
}
.masonry-grid .masonry-fullwidth .masonry-fullwidth-close i {
  color: #bbb;
}
.masonry-grid .masonry-fullwidth .masonry-fullwidth-close:hover {
  cursor: pointer;
  color: #f16557;
}
.masonry-grid .masonry-fullwidth .mec-event-meta {
  margin-top: 26px !important;
}
.masonry-grid .masonry-fullwidth .mec-event-meta a {
  margin-top: 45px;
}
.masonry-grid .masonry-fullwidth .mec-event-meta div + a {
  margin-top: 0px;
}
.masonry-grid .masonry-fullwidth .mec-single-event-bar + .col-md-4 {
  padding-left: 0px;
}
.masonry-grid .current-modal:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: no-repeat rgba(255, 255, 255, 0.7) url(https://foodwaste.ch/wp-content/plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif) center;
  z-index: 9;
}
.masonry-grid .masonry-fullwidth:before {
  display: none !important;
}
.masonry-grid .current-modal-loaded:before {
  display: none !important;
}
.masonry-grid .current-modal-loaded:after {
  color: #eee;
  content: "\f078";
  font-family: 'FontAwesome';
  position: absolute;
  bottom: -37px !important;
  left: calc(50% - 16px);
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  padding: 0;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
@media (min-width: 1281px) {
  .masonry-grid .masonry-item {
    width: calc(100% / 4);
  }
}
@media (min-width: 1921px) {
  .calendar-iframe .masonry-grid .masonry-item {
    width: calc(100% / 6);
  }
}
@media (min-width: 1681px) and (max-width: 1920px) {
  .calendar-iframe .masonry-grid .masonry-item {
    width: calc(100% / 5);
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .page-template-default .masonry-grid .masonry-item {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .masonry-grid .masonry-item {
    width: calc(100% / 3);
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .masonry-grid .masonry-item {
    width: calc(100% / 2);
  }
}
@media (max-width: 600px) {
  .masonry-grid .masonry-item {
    width: 100%;
  }
}
.calendar-iframe {
  overflow: hidden;
  border: 5px solid #efefef;
  padding: 20px;
}
.calendar-iframe .mec-event-grid-clean {
  margin-bottom: 0px;
}
.calendar-iframe .mec-event-grid-clean .row {
  margin-bottom: 0px;
}
.calendar-iframe #cookie-law-info-again,
.calendar-iframe #cookie-law-info-bar {
  display: none !important;
}
.calendar-iframe .poweredby {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #efefef;
}
.calendar-iframe .poweredby a {
  color: #767676;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 1300px) {
  .calendar-iframe .uk-panel {
    width: 25% !important;
  }
}
@media (max-width: 600px) {
  .calendar-iframe {
    border: 0px;
    padding: 20px 0px;
  }
}
h1:not(.big-text-shadow) {
  color: #548467;
  color: #548467 !important;
  font-size: 50px !important;
  text-align: center !important;
  font-weight: 800 !important;
  font-style: normal !important;
  margin-top: 0px !important;
  padding-top: 70px;
  margin-bottom: 70px !important;
}
/* #header ul{
	display: flex;
	li{
		flex-grow: 1;
		a{
			width:100%;
		}
	}
} */
#filter-wrapper .catitem-136 {
  color: #4F9E46;
  border-color: #4F9E46 !important;
}
#filter-wrapper .catitem-138 {
  color: #26999E;
  border-color: #26999E !important;
}
#filter-wrapper .catitem-139 {
  color: #857062;
  border-color: #857062 !important;
}
#filter-wrapper .catitem-140 {
  color: #EBB21E;
  border-color: #EBB21E !important;
}
#filter-wrapper .wrapper-initiatives-filter {
  margin-bottom: 60px;
  margin-top: 20px;
}
#filter-wrapper .wrapper-initiatives-filter .category-list li.is-checked,
#filter-wrapper .wrapper-initiatives-filter .category-list li:hover {
  color: #fff;
  background-color: #ff6b6b;
}
#filter-wrapper .wrapper-initiatives-filter .category-list li.is-checked.catitem-136,
#filter-wrapper .wrapper-initiatives-filter .category-list li:hover.catitem-136 {
  color: #fff;
  background-color: #4F9E46;
}
#filter-wrapper .wrapper-initiatives-filter .category-list li.is-checked.catitem-138,
#filter-wrapper .wrapper-initiatives-filter .category-list li:hover.catitem-138 {
  color: #fff;
  background-color: #26999E;
}
#filter-wrapper .wrapper-initiatives-filter .category-list li.is-checked.catitem-139,
#filter-wrapper .wrapper-initiatives-filter .category-list li:hover.catitem-139 {
  color: #fff;
  background-color: #857062;
}
#filter-wrapper .wrapper-initiatives-filter .category-list li.is-checked.catitem-140,
#filter-wrapper .wrapper-initiatives-filter .category-list li:hover.catitem-140 {
  color: #fff;
  background-color: #EBB21E;
}
#filter-wrapper .wrapper-initiatives-filter .filter-title {
  border-bottom: 1px solid #dadada;
  color: #9B9B9B;
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  /* 			&:after{
				content:"";
				position: absolute;
				left: -100vw;
				right: -100vw;
				border-bottom: 1px solid #dadada;
				bottom: 0px;
			} */
}
#filter-wrapper .filter-group,
#filter-wrapper .goto-initiative {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}
#filter-wrapper .filter-group h3,
#filter-wrapper .goto-initiative h3 {
  margin-bottom: 10px;
  color: #9B9B9B;
  width: 120px;
  font-size: 0.8rem;
  line-height: 2.1rem;
  margin: 0px;
  flex-grow: 0;
  flex-shrink: 0;
}
#filter-wrapper .filter-group ul,
#filter-wrapper .goto-initiative ul {
  font-size: 0.9rem;
  padding: 0px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
#filter-wrapper .filter-group input,
#filter-wrapper .goto-initiative input {
  padding: 6px 15px 5px;
  width: 330px;
  max-width: 100%;
}
#filter-wrapper .filter-group input::placeholder,
#filter-wrapper .goto-initiative input::placeholder {
  color: #9B9B9B;
}
#filter-wrapper .category-list ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-weight: bold;
  list-style-type: none;
}
#filter-wrapper .category-list ul li:before {
  display: none;
}
#filter-wrapper .category-list ul li:hover {
  cursor: pointer;
  text-decoration: none;
}
#filter-wrapper .category-dropdown ul {
  position: relative;
  width: 330px;
  max-width: 100%;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #dadada;
}
#filter-wrapper .category-dropdown ul:after {
  content: "\f078";
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  right: 10px;
  top: 4px;
  visibility: visible;
  height: 25px;
  z-index: 1;
}
#filter-wrapper .category-dropdown ul:hover {
  cursor: pointer;
}
#filter-wrapper .category-dropdown ul:hover * {
  text-decoration: none;
}
#filter-wrapper .category-dropdown ul li {
  width: 100%;
  display: block;
  display: none;
  padding-top: 0px;
  z-index: 2;
  position: relative;
  padding-right: 20px;
}
#filter-wrapper .category-dropdown ul li.is-checked {
  display: block;
  font-weight: bold;
}
#filter-wrapper .category-dropdown.active ul li {
  display: block;
}
#filter-wrapper .category-dropdown.active ul:after {
  transform: rotate(180deg);
}
#filter-wrapper .filter-reset {
  margin-left: 120px;
  font-size: 0.8rem;
  color: #9B9B9B;
  padding-left: 16px;
}
#filter-wrapper .filter-reset.active {
  color: #F26657;
}
#filter-wrapper .filter-reset:hover {
  cursor: pointer;
}
#filter-wrapper .wrapper-initiatives {
  height: auto !important;
}
#filter-wrapper .masonry-item {
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out all;
  overflow: hidden;
  opacity: 1;
  max-height: 10000px;
}
#filter-wrapper .masonry-item.isotope-hidden {
  opacity: 0;
  max-height: 0px;
}
#filter-wrapper .masonry-item .flex-grid-inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: flex-start;
}
#filter-wrapper .masonry-item .flex-grid-inner .more-initiative {
  display: none;
}
#filter-wrapper .masonry-item .flex-grid-inner .more-initiative,
#filter-wrapper .masonry-item .flex-grid-inner .less-initiative {
  margin-top: 15px;
}
#filter-wrapper .masonry-item .flex-grid-inner.close .more-initiative {
  display: block;
}
#filter-wrapper .masonry-item .flex-grid-inner.close .less-initiative {
  display: none;
}
#filter-wrapper .masonry-item .flex-grid-inner .img-initiative {
  width: 300px;
  max-width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
#filter-wrapper .masonry-item .flex-grid-inner .img-initiative .project-img-wrapper {
  width: 100%;
  height: auto;
  padding-top: 66.6%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}
#filter-wrapper .masonry-item .flex-grid-inner .img-initiative .project-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: 0.3s ease-in-out all;
}
#filter-wrapper .masonry-item .flex-grid-inner .img-initiative .project-logo-wrap {
  position: absolute;
  padding: 15px;
  width: 120px;
  height: 120px;
  bottom: 50%;
  left: 50%;
  margin-bottom: -60px;
  margin-left: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #dadada;
  opacity: 0.85;
  transition: 0.3s ease-in-out all;
  transform: scale(1);
  transform-origin: 50% 100%;
}
#filter-wrapper .masonry-item .flex-grid-inner:not(.close) .project-img-wrapper img {
  transform: scale(1.05);
}
#filter-wrapper .masonry-item .flex-grid-inner:not(.close) .project-logo-wrap {
  bottom: 0px;
  left: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding: 25px;
  opacity: 1;
}
#filter-wrapper .masonry-item .flex-grid-inner .content-initiative {
  padding-left: 30px;
}
#filter-wrapper .masonry-item .flex-grid-inner .content-initiative .header-initiative h2 {
  margin-bottom: 5px;
}
#filter-wrapper .masonry-item .flex-grid-inner .content-initiative .catlist-initiative .catitem-initiative {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: bold;
}
#filter-wrapper .masonry-item .flex-grid-inner .content-initiative .catlist-initiative .catitem-initiative:after {
  content: ",";
  color: inherit;
  margin-right: 4px;
}
#filter-wrapper .masonry-item .flex-grid-inner .content-initiative .catlist-initiative .catitem-initiative:last-child:after {
  display: none;
}
#filter-wrapper .masonry-item .flex-grid-inner .content-initiative .allinfo-initiative {
  display: none;
}
#filter-wrapper .masonry-item:last-child .flex-grid-inner {
  border-bottom: 0px;
}
#filter-wrapper .masonry-item .networks {
  padding: 0px;
}
#filter-wrapper .masonry-item .networks li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0px;
}
#filter-wrapper .masonry-item .networks li:before {
  display: none;
}
#filter-wrapper .masonry-item .networks li a {
  color: inherit;
}
#filter-wrapper .masonry-item .networks li a .fa-2x {
  font-size: 1.8em;
}
@media (max-width: 720px) {
  #filter-wrapper .masonry-item .flex-grid-inner {
    flex-wrap: wrap;
  }
  #filter-wrapper .masonry-item .flex-grid-inner .content-initiative {
    padding-left: 10px;
    padding-top: 10px;
  }
  #filter-wrapper .masonry-item .flex-grid-inner .img-initiative {
    width: 400px;
  }
  #filter-wrapper .filter-group,
  #filter-wrapper .goto-initiative {
    flex-wrap: wrap;
  }
  #filter-wrapper .filter-group h3,
  #filter-wrapper .goto-initiative h3 {
    width: 100%;
    flex-grow: 1;
  }
  #filter-wrapper .filter-reset {
    margin-left: 0px;
    padding-left: 0px;
  }
}
@keyframes iconpulse {
  0% {
    transform: scale(1);
  }
  88% {
    transform: scale(1);
  }
  91% {
    transform: scale(1.45);
  }
  94% {
    transform: scale(1);
  }
  97% {
    transform: scale(1.45);
  }
  100% {
    transform: scale(1);
  }
}
body,
.cmsms_breadcrumbs .cmsms_breadcrumbs_inner,
.cmsms_breadcrumbs .cmsms_breadcrumbs_inner a {
  font-weight: 400 !important;
  color: #7a7a7a !important;
}
body.post-template-default .opened-article .post {
  border: 0px;
}
body.post-template-default .opened-article .post .cmsms_post_header {
  padding-left: 0px;
}
body.post-template-default .opened-article .post .cmsms_post_header .cmsms_post_format_img {
  display: none;
}
body.post-template-default .sidebar {
  padding-top: 50px;
}
body.post-template-default .sidebar > li {
  list-style-type: none;
}
body.post-template-default .cmsms_post_footer,
body.post-template-default .post_nav,
body.post-template-default .comment-respond {
  display: none;
}
body #header {
  background-color: #fff;
  transition: 0.3s ease-in-out all;
}
body #header .logo_retina {
  display: none;
}
body #header .header_bot {
  border: 0px;
  height: auto !important;
}
body #header .header_bot .header_bot_outer {
  /* .logo_wrap{
					display:none;
				} */
}
body #header .header_bot .header_bot_outer .metanavi {
  padding-top: 10px !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
}
body #header .header_bot .header_bot_outer .metanavi * {
  color: #f16557;
  font-weight: 400;
}
body #header .header_bot .header_bot_outer .metanavi > li {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-member a,
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-donate a,
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-onlineshop a {
  font-size: 12px;
  display: block;
  background-color: #538568;
  color: #fff;
  padding: 3px 10px 0px;
  height: 25px;
  border-radius: 5px;
  transition: 0.3s ease-in-out all;
}
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-member a:hover,
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-donate a:hover,
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-onlineshop a:hover {
  background-color: #f16557;
}
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-member a i,
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-donate a i,
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-onlineshop a i {
  color: #fff;
  margin-right: 7px;
}
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-member a i,
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-onlineshop a i {
  margin-left: 1px;
  margin-right: 10px;
  transform: scale(1.3);
}
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-donate a i {
  transform: scale(1);
  animation: iconpulse 7s infinite ease-in-out;
  transition: 0.3s ease-in-out all;
}
body #header .header_bot .header_bot_outer .metanavi > li.metanavi-donate a:hover i {
  animation-play-state: paused;
  transform: scale(1.4);
}
body #header .header_bot .header_bot_outer .metanavi > li .social_wrap,
body #header .header_bot .header_bot_outer .metanavi > li .languages {
  position: static;
  margin: 0px !important;
  padding: 0px !important;
  transform: none;
}
body #header .header_bot .header_bot_outer .metanavi > li .social_wrap .social_wrap_inner {
  height: auto !important;
}
body #header .header_bot .header_bot_outer .metanavi > li .social_wrap .social_wrap_inner ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  vertical-align: unset;
}
body #header .header_bot .header_bot_outer .metanavi > li .social_wrap .social_wrap_inner ul li {
  display: inline-block;
  vertical-align: unset;
  padding: 0px;
  margin: 0px;
}
body #header .header_bot .header_bot_outer .metanavi > li .social_wrap .social_wrap_inner ul li a {
  display: block;
  height: 25px;
  width: 25px;
}
body #header .header_bot .header_bot_outer .metanavi > li .social_wrap .social_wrap_inner ul li a:before {
  font-size: 25px;
}
body #header .header_bot .header_bot_outer .metanavi > li .social_wrap .social_wrap_inner ul li:first-child {
  margin-right: 4px;
}
body #header .header_bot .header_bot_outer .metanavi > li .languages {
  display: flex;
}
body #header .header_bot .header_bot_outer .metanavi > li .languages li {
  transform: none;
  margin-right: 0px;
}
body #header .header_bot .header_bot_outer .metanavi > li .languages li:first-child {
  order: 2;
}
body #header .header_bot .header_bot_outer .metanavi > li .languages li:last-child {
  margin-right: 5px;
}
body #header .header_bot .header_bot_outer .metanavi > li .languages li a {
  text-align: center;
  padding: 2px;
  width: 25px;
  height: 25px;
}
body #header .header_bot .header_bot_outer .metanavi > li .languages li .active,
body #header .header_bot .header_bot_outer .metanavi > li .languages li a:hover {
  color: #fff;
}
body #middle .text-shadow-overlay h2 {
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 10px;
}
body #bottom {
  margin-top: 20px;
}
body #bottom .social_wrap_inner ul {
  padding: 0px;
}
body #bottom .social_wrap_inner ul li {
  display: inline-block;
  margin-right: 10px;
}
body #bottom .social_wrap_inner ul li a:before {
  margin: 0px;
  font-size: 1.4rem;
}
body #bottom .social_wrap_inner ul li:before {
  display: none;
}
.small-header #page.fixed_header #header {
  margin-top: -63px;
}
.small-header #page.fixed_header #header .header_bot .header_bot_outer .header_bot_inner .logo_wrap {
  width: 180px;
  margin-bottom: 2px;
}
.small-header #page.fixed_header #header .header_bot .header_bot_outer .header_bot_inner .logo_wrap .logo:after {
  opacity: 1;
}
#page.fixed_header.enable_header_bottom #middle {
  padding-top: 120px;
}
@media (min-width: 1025px) {
  #header {
    box-shadow: 0px 0px 5px #999;
  }
  #header .nav-toggle {
    display: none;
  }
  #header .header_mid .header_mid_outer .logo_wrap {
    display: none;
  }
  #header .header_bot {
    border: 0px;
    height: auto;
  }
  #header .header_bot .header_bot_outer {
    height: auto;
    border: 0px;
  }
  #header .header_bot .header_bot_outer .header_bot_inner {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .logo_wrap {
    margin-bottom: 17px;
    width: 280px;
    max-width: 100%;
    transition: 0.3s ease-in-out all;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .logo_wrap .logo {
    display: block;
    position: relative;
    /* 							&:hover:after{
								opacity: 1;
							} */
  }
  #header .header_bot .header_bot_outer .header_bot_inner .logo_wrap .logo:after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 24%;
    opacity: 0;
    transition: 0.3s ease-in-out all;
  }
  #header .header_bot .header_bot_outer .header_bot_inner #navigation {
    height: auto;
  }
  #header .header_bot .header_bot_outer .header_bot_inner #navigation > li {
    margin-left: 5px;
    border: 0px;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: -10px;
  }
  #header .header_bot .header_bot_outer .header_bot_inner #navigation > li > a {
    border: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    height: auto;
    border-radius: 5px;
  }
  #header .header_bot .header_bot_outer .header_bot_inner #navigation > li > a span {
    padding: 11px 19px 9px;
  }
  #header .header_bot .header_bot_outer .header_bot_inner #navigation > li .sub-menu {
    border-radius: 5px;
    box-shadow: 0px 0px 5px #999;
  }
  #header .header_bot .header_bot_outer .header_bot_inner #navigation > li .sub-menu li a {
    border-radius: 5px;
  }
  #header .header_bot .header_bot_outer .header_bot_inner #navigation > li .sub-menu * {
    font-weight: 400;
  }
}
@media (min-width: 1015px) and (max-width: 1439px) {
  body #header .header_bot .header_bot_outer .header_bot_inner .logo_wrap {
    width: 200px;
  }
}
@media (min-width: 1025px) and (max-width: 1185px) {
  #header .navigation > li:last-child > .sub-menu {
    left: auto !important;
    right: 0px !important;
  }
  #header .navigation > li:last-child > .sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }
}
@media (max-width: 1024px) {
  #header .header_bot .header_bot_outer .header_bot_inner {
    padding-bottom: 5px;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper {
    display: none;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-toggle {
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    padding: 2px 2px 0px 2px;
    border-radius: 5px;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-toggle:before {
    font-size: 2.2rem;
    margin: 0px;
    color: #f16557;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .logo_wrap {
    width: 220px;
    max-width: 70%;
    padding-left: 20px;
    padding-top: 20px;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .metanavi {
    position: static;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-top: 17px !important;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .metanavi > li {
    margin-bottom: 10px;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper {
    padding-top: 17px;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper nav {
    display: block !important;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper .navigation > li:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper .navigation .sub-menu {
    display: none !important;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper .navigation .sub-menu > li {
    border-top: 1px solid #ebebeb;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper .navigation > .menu-item > a {
    padding: 13px 35px 13px 25px !important;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper .navigation .menu-item-has-children > a {
    position: relative;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper .navigation .menu-item-has-children > a span:before {
    content: "\f078";
    font-family: 'FontAwesome';
    display: block !important;
    position: absolute;
    right: 0px;
    top: -1px;
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper .navigation .menu-item-has-children.clicked > a span:before,
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper .navigation .menu-item-has-children.current-menu-ancestor > a span:before {
    transform: rotate(180deg);
  }
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper .navigation .menu-item-has-children.clicked .sub-menu,
  #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper .navigation .menu-item-has-children.current-menu-ancestor .sub-menu {
    display: block !important;
  }
  #middle h1:not(.big-text-shadow) {
    color: #548467 !important;
    font-size: 35px !important;
    text-align: left !important;
    font-weight: 800 !important;
    font-style: normal !important;
    margin-top: 0px !important;
    padding-top: 40px;
    margin-bottom: 35px !important;
  }
  .open-navi #header .header_bot .header_bot_outer .header_bot_inner .nav-wrapper {
    display: block;
  }
}
.cmsms_posts_slider {
  padding-top: 0px;
}
.cmsms_posts_slider article .cmsms_slider_post_format_img {
  display: none !important;
}
.cmsms_posts_slider article .cmsms_slider_post_cont {
  border: 0px !important;
  box-shadow: none !important;
}
.cmsms_posts_slider article .cmsms_slider_post_cont img {
  padding: 10px 30px;
}
.cmsms_posts_slider article .preloader .full-width {
  object-fit: contain;
}
.cmsms_posts_slider article h3 {
  text-align: center;
  line-height: 24px !important;
}
.cmsms_posts_slider article h3 a {
  line-height: 24px !important;
}
.cmsms_posts_slider article .cmsms_posts_slider .preloader {
  padding-bottom: 66.6%;
}
.cmsms_posts_slider .owl-controls {
  top: 0px !important;
}
body.single-format-standard .format-standard.category-gemeinsam-gegen-food-waste figure:first-child {
  display: none;
}
body.single-format-standard .format-standard.category-gemeinsam-gegen-food-waste figure:first-child + .cmsms_post_header {
  display: none;
}
body.single-format-standard .format-standard.category-bucher figure:first-child {
  display: none;
}
.blog.grid.isotope article.category-bucher .cmsms_post_cont .grid-image .grid-image-wrapper img {
  object-fit: contain !important;
}
.cmsms_img.cmsms_image_c.with_caption,
.cmsms_img.cmsms_image_n.with_caption {
  border: 0px;
  padding: 0px;
  padding-bottom: 15px;
}
.social-share {
  padding-top: 20px;
  padding-bottom: 20px;
}
.social-share .meks_ess_share_label {
  border-top: 1px solid #dadada;
  padding-top: 40px;
}
.social-share .meks_ess.rectangle a {
  border-radius: 5px !important;
  opacity: 0.9;
}
.project_page .middle_content {
  padding-top: 0px;
}
.project_page .middle_content .opened-article {
  padding-top: 0px;
}
.share_posts,
.profile_details.entry-meta {
  display: none;
}
#payrexx-modal.px-modal {
  z-index: 90500 !important;
}
.px-modal-backdrop {
  z-index: 90000!important;
  background-image: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.74902));
}
.cmsms_post_date {
  display: none !important;
}
