/*
	Theme Name: Anabella
	Theme URI: http://pegodesign.com/wp-themes/anabella/
	Description: Anabella - Personal Blog/News Wordpress Theme
	Author: PEGO
	Author URI: http://themeforest.net/user/pego
	Version: 1.3
	License: GNU General Public License
	License URI: licensing/README_License.txt
	Tags: two-columns, three-columns, four-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options
*/

/*------------------------------------------------------------------
[Table of contents]

1. Basic WP stlyes 
2. Content
3. Header
4. Post templates
5. Widgets
6. Page titles
7. Contact form
8. Pop up pages
9. Footer
10. Post carousel
11. Single post
12. Archive template
13. Shortcodes

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Basic WP styles ]
*/

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html, body, div, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	border: 0;
	font: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #888;
	letter-spacing: 0;
	line-height: 1.6;
}
html, body {
	margin:0;
   	padding:0;
   	height:100%;
}



.entry-content img { margin: 0 0 20px 0; }
.alignleft, img.alignleft { float: left; margin: 10px 20px 10px 0; }
.alignright, img.alignright { display: block; float: right; margin: 10px 0 10px 20px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 10px auto 10px auto; }
.wp-caption { background: #fff; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { margin: 0; padding: 5px; font-family: Georgia, "Times New Roman", Times, serif; color: #1b1b1b; 	line-height: 1.9; font-size: 12px; }
.wp-smiley { max-height: 12px; margin: 0 !important; }
.gallery img, .gallery dl { margin: 0; }
.gallery-caption { margin: -20px 0 0 0; }
.sticky { }
.bypostauthor { }
.textaligncenter { text-align: center; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }




p {
	margin-bottom: 10px;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	color: #888;
	letter-spacing: 0;
	line-height: 2;
}
.post_content {
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased; 
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	color: #888;
	letter-spacing: 0;
	line-height: 2;
}

.post_content .wpb_wrapper {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	color: #888;
	letter-spacing: 0;
	line-height: 2;
	-webkit-font-smoothing: antialiased; 
}

.post_content .wpb_content_element { 
	margin-bottom: 10px; 
}

a {
	color: #888;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
h1 {
	font-size: 34px;
	margin-bottom: 20px;
	line-height: 1.3;
}
h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
h5 {
	font-size: 16px;
	margin-bottom: 20px;
}
h6 {
	font-size: 14px;
	margin-bottom: 20px;
}
.title-stripes-left {
	height: 1px;
	width: 30px;
	background: #e7e7e7;
	margin-top: 5px;
	margin-bottom: 20px !important;
	display: none;
}
h3.sidebar-title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	margin-bottom: 40px;
	letter-spacing: 0;
	 -webkit-font-smoothing: antialiased; 
}



.subtitle_top {
	font-family: 'Merriweather', serif;
	color: #888;
	font-style: italic;
	font-size: 12px;
}
.subtitle_bottom {
	font-family: 'Merriweather', serif;
	color: #888;
	font-style: italic;
	font-size: 12px;
	margin-top: -20px;
}



/*------------------------------------------------------------------
[2. Content ]
*/

.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.vc_row:after {
    clear: both;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
    content: " ";
    display: table;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 35px;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}



.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2,
.vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3,
.vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4,
.vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5,
.vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7,
.vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8,
.vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9,
.vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10,
.vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12,
.vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.vc_row-no-padding > div  {
	padding: 0 !important;
}

.vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5,
.vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10,
.vc_col-sm-11, .vc_col-sm-12 {
    float: left;
 }

 .vc_col-sm-12 {
     width: 100%;
 }

.vc_col-sm-11 {
    width: 91.66666667%;
}

.vc_col-sm-10 {
    width: 83.33333333%;
}

.vc_col-sm-9 {
    width: 75%;
}

.vc_col-sm-8 {
	width: 66.66666667%;
}

.vc_col-sm-7 {
  width: 58.33333333%;
 }

.vc_col-sm-6 {
    width: 50%; 
}

.vc_col-sm-5 {
    width: 41.66666667%;
}

.vc_col-sm-4 {
     width: 33.33333333%;
 }
 
.vc_col-sm-3 {
    width: 25%;
}

.vc_col-sm-2 {
    width: 16.66666667%;
}

.vc_col-sm-1 {
     width: 8.33333333%;
}

.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
    margin-bottom: 0;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 35px;
}

.wpb_content_element {
	/* margin-bottom: 90px !important; */
}

.wpb_column > .wpb_wrapper > *:last-child {
  /*  margin-bottom: 0; */
}

.page-wrapper {
	margin-bottom: 30px;
	background: #fff;
	position: relative;
	padding: 40px;
}

.vc_row.vc_parallax {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.display-none { 
	display: none;
}
.display-block {
	display: block;
}

img {
	border: 0 none;
    height: auto;
    max-width: 100%;
}

body {
	background: url(images/patterns/patt2a.png) fixed repeat;
	word-break: break-word;
	-webkit-font-smoothing: subpixel-antialiased;
}

.global-wrapper {
	min-height:100%;
	position: relative;
	overflow-x: hidden
}

.container-wrapper {
	position: relative;
}

#container {
	padding-top: 40px;
}

.center {
	width: 1170px;
	margin: 0 auto;
}

.main { 
	width: 100%; 
}


ul {
	list-style: disc outside none;
	margin: auto;
	font-family: 'Merriweather', serif;
}

 ol {
    list-style: decimal outside none;
}

 li {
    margin: 0 0 0 2.57143rem;
}

 blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
 blockquote p:last-child {
	margin-bottom: 0;
}
 code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
 pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
 pre code {
	display: block;
}
 abbr
 dfn
 acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
 address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

 embed,
 iframe,
 object,
 video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.pp_social {
	display: none;
}

.pp_content_container a:hover {
	-moz-transition: 0s;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

 dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
 dt {
	font-weight: bold;
	line-height: 1.714285714;
}
 dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
 table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

  table,
  th,
  td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
 table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
 td {
	padding: 6px 10px 6px 6px;
}


 embed,  iframe,  object,  video {
    max-width: 100%;
}

 dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-caption {
	margin-top: 15px;
}


.pagination-wrapper .alignleft a, .pagination-wrapper .alignright a {
	text-decoration: none;
}
.pagination-wrapper .alignleft a:hover, .pagination-wrapper .alignright a:hover {
	text-decoration: underline;
}


.boxed_layout {
	width: 1160px;
	margin: 30px auto;
	-webkit-box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}


/*------------------------------------------------------------------
[3. Header ]
*/


/* Overlay style */
.fulloverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	z-index: 5;
}

/* Overlay closing cross */
.fulloverlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 50px;
	top: 50px;
	overflow: hidden;
	border: none;
	background: url(images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

.fulloverlay .overlay-close:hover {
	cursor: pointer;	
}


.logoImageRetina {
	display: none;
	margin: 0 auto;
}

.header-wrapper {
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 3;
	float: left;
}

.header-inner-wrapper {
	position: relative;
}

.menu-from-icon {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -10px; /* glede na font size */
	cursor: pointer;
}

.header-inner-wrapper {
	width: 1170px;
	margin: 0 auto;
	padding: 25px 0;
}

.global-wrapper {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.global-wrapper.overlay-open {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.upper-panel {
	background: #000;
	padding: 10px 0;
}
.upper-panel.light {
	background: #fff;
	padding: 10px 0;
}


.upper-panel .center {
	display: table;
	vertical-align: middle;
}

.upper-panel-left {
	display: table-cell;
	vertical-align: middle;
}

.upper-panel-right {
	display: table-cell;
	vertical-align: middle;
	float: right;
}
.upper-panel a {
	font-family: 'Merriweather', serif;
	font-size: 13px;
	font-weight: 300;
	color: #bebebc;
}
.upper-panel a:hover {
	color: #fff;
}
.upper-panel p {
	color: #777;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 13px
}

.upper-panel ul.upper-panel-socials {
	list-style: none;
}

.upper-panel ul.upper-panel-socials li {
	margin: 0 5px;
	display: inline-block;
}

.upper-panel ul.upper-panel-socials li a .upper-panel-icons {
	font-size: 16px;
	color: #fff;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-font-smoothing: antialiased; 
}

.upper-panel ul.upper-panel-socials li a:hover .upper-panel-icons {
	color: #888;
}

.upper-panel .upper-panel-menu ul {
	list-style: none;
}

.upper-panel .upper-panel-menu ul li {
	float: left;
	margin: 0;
	padding: 0 5px;
	position: relative;
}

.upper-panel .upper-panel-menu ul.sub-menu {
	position: absolute;
	min-width: 250px;
	max-width: 250px; 
	background: #fff;
	z-index: 1000;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.2);

	visibility: hidden;
	display: none;
	padding: 30px 0 30px 30px;
	top: 23px;
}

.upper-panel .upper-panel-menu ul.sub-menu li a {
	color: #888;
	text-transform: none;
	font-size: 14px;
	padding: 15px 20px;	
	display: block;
	font-weight: 400;
	font-family: 'Merriweather', serif;
}

.upper-panel-menu ul.sf-menu > li li.current-menu-item > a, .upper-panel-menu .sf-menu ul li > a:hover, .upper-panel-menu .sf-menu ul li.sfHover > a, .upper-panel-menu .sf-menu ul li.sfHover > a, .upper-panel-menu .sf-menu ul li li.current-menu-item > a, .upper-panel-menu .sf-menu ul li.current-menu-parent >  a, .upper-panel-menu .sf-menu ul li.current-menu-ancestor >  a { 
	color: #000;
}

.upper-panel.light a {
	font-family: 'Merriweather', serif;
	font-size: 13px;
	font-weight: 300;
	color: #888;
}
.upper-panel.light a:hover {
	color: #000;
}
.upper-panel.light p {
	color: #888;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.upper-panel.light ul.upper-panel-socials {
	list-style: none;
}

.upper-panel.light ul.upper-panel-socials li {
	margin: 0 5px;
	display: inline-block;
}

.upper-panel.light ul.upper-panel-socials li a .upper-panel-icons {
	font-size: 16px;
	color: #000;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-font-smoothing: antialiased; 
}

.upper-panel.light ul.upper-panel-socials li a:hover .upper-panel-icons {
	color: #888;
}

.socials-search #searchsubmit  {
	display: none;
}
.socials-search #s {
    float: right;
    transition-duration: 400ms;
    transition-property: width, background;
    transition-timing-function: ease;
	background: url("images/search.png") no-repeat scroll 5px 6px transparent;	 
	border: none;
	color: #838282;
	padding: 10px 14px 10px 14px;
	font-size: 12px;
	margin-bottom: 10px;
	width:0px;
	cursor: pointer;
}
.socials-search #s:focus {
    width: 196px;
	cursor: text;
	background-color: #fafafa;
	padding: 10px 14px 10px 30px;
}


.header-search {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #000;
	font-size: 32px;
	top: 20px;
	right: 30px;
}

.popup-search-wrapper {
	top: 50%;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
	
.popup-search-wrapper form#searchform.search-form  > div {
	border-bottom: 1px solid #555;
	display: inline-block;
	
}
	
.popup-search-wrapper #searchform .screen-reader-text,
.popup-search-wrapper #searchform #searchsubmit {
	display: none;
}
.popup-search-wrapper #searchform #s {
	background: none;
	border: none;
	padding: 12px 0 8px;
	vertical-align: middle;
	width: 100%;
	outline: none;
	text-align: center;
	font-size: 32px;
	color: #757574;
	font-family: 'Merriweather', serif;
}


/* menu */

/* menu1 */
.menu1 {
	display: table-cell;
	vertical-align: middle;
}

.menu1 ul.sf-menu {
	padding: 20px 0;
	float: right;
}

.menu1 ul {
	color: #888;
    list-style: none;
    text-align: left;
}

.menu1 ul.sf-menu > li {
	display: inline-block;
    margin: 0 30px;
    position: relative;
}
.menu1 ul.sf-menu > li:last-child {
    margin-right: 0;
}
.menu1 ul.sf-menu > li > a {
	color: #888;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	padding-bottom: 10px;
}
span.sf-sub-indicator {
	display: none;
}

.menu1 ul.sf-menu > li:first-child::before {
    content: '';
}

.menu1 ul.sf-menu > li::before {
    content: "\2044";
    padding-right: 25px;
    display: inline-block;
    display: none;
}
/* submenu  */
.menu1 .sf-menu ul {
    position: absolute;
    min-width: 250px;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	
	visibility: hidden;
	display: none;
	padding: 30px 0 30px 30px;
}
.menu1 .sf-menu ul li {
	margin: 0;
	color: #888;
}
.menu1 .sf-menu ul li a {
	color: #888;
	text-transform: none;
	font-size: 14px;
	padding: 15px 20px;	
	display: block;
	font-weight: 400;
	font-family: 'Merriweather', serif;
}

.menu1 .sf-menu ul li:first-child a {
	border: none;
}
.sf-menu > li > ul { 
	top: 29px;
	left: 0;
}



.menu1 .sf-menu ul ul {
	margin-top: -50px;
	left: 250px;
} 

.menu1 ul.sf-menu > li li.current-menu-item > a, .menu1 .sf-menu ul li > a:hover, .menu1 .sf-menu ul li.sfHover > a, .menu1 .sf-menu ul li.sfHover > a, .menu1 .sf-menu ul li li.current-menu-item > a, .menu1 .sf-menu ul li.current-menu-parent >  a, .menu1 .sf-menu ul li.current-menu-ancestor >  a,
.menu1 ul.sf-menu > li > a:hover, .menu1 ul.sf-menu > li.sfHover > a, .menu1 ul.sf-menu > li.current-menu-item > a, .menu1 ul.sf-menu > li.current-menu-parent > a, .menu1 ul.sf-menu > li.current-menu-ancestor > a  { 
	color: #000;
}

.menu1 {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.menu1 ul.sf-menu { 
	text-align: center;
	float: none;
}

.menu1 ul.sf-menu > li {
	display: inline-block;
    margin: 0 10px;
    position: relative;
}

.menu1.light {

}

/* menu2 */

.menu2 {
	vertical-align: middle;
	display: block;
	width: 100%;
	background: #000;
}

.menu2 ul {
	color: #fff;
    list-style: none;
    text-align: left;
}

.menu2 ul.sf-menu {
	text-align: center;
	float: none;
	font-size: 0;
}

.menu2 ul.sf-menu > li {
	display: inline-block;
    position: relative;
    margin: 0;
}
.menu2 ul.sf-menu > li:last-child {
    margin-right: 0;
}
.menu2 ul.sf-menu > li > a {
	color: #fff;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	padding: 15px 20px;
	display: block;
	margin: 0;
	font-family: 'Merriweather', serif;
}
span.sf-sub-indicator {
	display: none;
}

.menu2 ul.sf-menu > li:first-child::before {
    content: '';
}

.menu2 ul.sf-menu > li::before {
    display: inline-block;
    display: none;
}
/* submenu  */
.menu2 .sf-menu ul {
    position: absolute;
    min-width: 250px;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	
	visibility: hidden;
	display: none;
	padding: 30px 0 30px 30px;
}
.menu2 .sf-menu ul li {
	margin: 0;
	color: #888;
}
.menu2 .sf-menu ul li a {
	color: #888;
	text-transform: uppercase;
	font-size: 12px;
	padding: 15px 20px;	
	display: block;
	font-weight: 400;
}

.menu2 .sf-menu ul li:first-child a {
	border: none;
}
.sf-menu > li > ul { 
	top: 29px;
	left: 0;
}



.menu2 .sf-menu ul ul {
	margin-top: -50px;
	left: 250px;
} 

.menu2  .sf-menu > li > ul {
	top: 52px;
}

.menu2 ul.sf-menu > li li.current-menu-item > a, .menu2 .sf-menu ul li > a:hover, .menu2 .sf-menu ul li.sfHover > a, .menu2 .sf-menu ul li.sfHover > a, .menu2 .sf-menu ul li li.current-menu-item > a, .menu2 .sf-menu ul li.current-menu-parent >  a, .menu2 .sf-menu ul li.current-menu-ancestor >  a,
.menu2 ul.sf-menu > li > a:hover, .menu2 ul.sf-menu > li.sfHover > a, .menu2 ul.sf-menu > li.current-menu-item > a, .menu2 ul.sf-menu > li.current-menu-parent > a, .menu2 ul.sf-menu > li.current-menu-ancestor > a  { 
	color: #000;
	background: #fff;
}

/* sticky menu */
.sticky-header {
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 5;
	margin-top: 0;
	display: none;
	width: 100%;
	-moz-box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
   -webkit-box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
   box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
   height: 50px;
}


body.admin-bar .sticky-header {
	top: 32px;
} 

.sticky-menu.showme {
	display: block;
}

.sticky-header .center {
	top: 0;
	z-index: 0;
    padding: 0;
    display: table;
    height: 100%;
}

.sticky-header .logo {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	height: 100%;
}

.sticky-header .logo img {
	max-height: 30px;
}

.sticky-header .menu1 {
	display: table-cell;
    vertical-align: middle;
    width: auto;
    margin-top: 0;
    height: 100%;
}

.sticky-header .menu1 ul.sf-menu {
	padding: 0;
	text-align: right;
}

.sticky-menu .sf-menu > li > ul {
	top: 37px;
}

.sticky-menu .menu1 ul.sf-menu > li > a {
	padding-bottom: 15px;
}


/* header#1 */

.header-wrapper.header1 .header-inner-wrapper {
	top: 0;
	z-index: 0;
    padding: 45px 0 25px;
    display: block;
    position: relative;
}

.header-wrapper.header1 .logo {
	display: block;
	text-align: center;
	width: 100%;
}


.header-wrapper.header1  .logo a {
	float: none;
}



/* header#2 */

.header-wrapper.header2 .header-inner-wrapper {
	top: 0;
	z-index: 0;
    padding: 45px 0 35px;
    display: block;
    position: relative;
}

.header-wrapper.header2 .logo {
	display: block;
	text-align: center;
	width: 100%;
}

.header-wrapper.header2  .logo a {
	float: none;
}

/* header#3 */

.header-wrapper.header3 .header-inner-wrapper {
	top: 0;
	z-index: 0;
    padding: 55px 0;
    display: table;
}

.header-wrapper.header3 .logo {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.header3 .menu1 {
	display: table-cell;
    vertical-align: middle;
    width: auto;
    margin-top: 0;
}

.header3 .menu1 ul.sf-menu {
	text-align: right;
}

/* header #4 */

.header-wrapper.header4 .header-inner-wrapper {
	top: 0;
	z-index: 0;
    padding: 45px 0 35px;
    display: table;
}

.header-wrapper.header4 .logo {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
} 

.header-wrapper.header4 .header-banner {
	display: table-cell;
	vertical-align: middle;
	float: right;
}

/* header#5 */

/* header#6 */

.header-wrapper.header6 {
	z-index: auto;
}

.header6 .header-inner-wrapper {
	width: 1170px;
	margin: 0 auto;
	padding: 55px 0;
}
.under-header-image {
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
	z-index: auto;
	margin-top: -40px;
}

/* header #7 */

.header-wrapper.header7 .header-inner-wrapper {
	top: 0;
	z-index: 0;
    display: table;
    padding: 0;
}

.header-wrapper.header7 .logo {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
} 

.header-wrapper.header7 .header-image-inside {
	display: table-cell;
	vertical-align: middle;
}

/* header#8 */

.header-wrapper.header8 .header-inner-wrapper {
	top: 0;
	z-index: 0;
    padding: 25px 0;
    display: block;
    position: relative;
}

.header-wrapper.header8 .logo {
	display: block;
	text-align: center;
	width: 100%;
}
.header-wrapper.header8 {

}

.header-wrapper.header8  .logo a {
	float: none;
}

.mobile-menu-show, .mobile-menu-wrapper {
       display: none;
}

.mobile-menu-show {
	display: block; 
	line-height: 0;
	cursor: pointer;
	margin-top: 20px;
}

.mobile-menu-icon {
	font-size: 32px;
}
.mobile-menu-show, .mobile-menu-wrapper {
	display: none;
}

.mobile-menu-wrapper {
	width: 100%;
	height: auto;
	background-color: #fafafa;
	display: none;
	position: relative;
	height: auto;
	z-index: 2;
	float: left;
}

.mobile-menu-wrapper ul {
	list-style: none;
}

.mobile-menu-wrapper ul.mobile-menu  li {
	display: block;
	margin: 0;
}

.mobile-menu-wrapper ul.mobile-menu  li a {
	padding-left: 40px;
}

.mobile-menu-wrapper ul.mobile-menu  li li a {
	padding-left: 60px;
}

.mobile-menu-wrapper ul.mobile-menu  li li  li a  {
	padding-left: 80px;
}

.mobile-menu-wrapper ul.mobile-menu  li  a {
	width: 100%;
	padding: 10px 20px;
	display: block;
	color: #000;
	border-bottom: 1px solid #e7e7e7;
	font-size: 12px;
	font-weight: 400;
}


.mobile-menu-wrapper ul.mobile-menu  li a:hover, .mobile-menu-wrapper ul.mobile-menu  li.current_page_item a {
	background: #fff;
}

/*------------------------------------------------------------------
[4. Post templates ]
*/


.sidebar .widget {
	background: #fff;
	padding: 40px;
	margin-bottom: 40px;
	
}

.view-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: #fff;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
}

.view-overlay-bg  {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
    display: block;
	top: 0;
}

.post-type a {
	position: relative;
}

a.post-type-link {
	display: inline-block;
	line-height: 0;
	margin-bottom: 5px;
	overflow: hidden;
}

a:hover .view-overlay-bg,
a:hover .view-overlay-icon {
	opacity: 1;
	visibility: visible;
}

/* post view #1 */

.post-showing-type1-wrapper {
	margin-bottom: 30px;
	background: #fff;
	position: relative;
	padding: 40px;
}

.sticky .post-showing-type1-wrapper {
	border: 5px solid #000;
}

.post-showing-type1-wrapper .post-categories {
	margin-bottom: 0px;
	float: left;
}

.post-showing-type1-wrapper .post-categories a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	background: #000;
	padding: 4px 15px 5px;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}


.post-showing-type1-wrapper .post-categories a:hover {
	color: #fff;
}

.post-showing-type1-wrapper h1.post-title, .post-showing-type1-wrapper h1.post-title a {
	text-transform: none;
	font-size: 42px;
	font-family: "Merriweather",serif;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased; 
	line-height: 1.2;
	margin-bottom: 20px;
}

.post-showing-type1-wrapper ul.post-details {
	margin-left: -5px;
	margin-top: 1px;
}

.post-showing-type1-wrapper ul.post-details li {
	display: inline-block;
}

.post-showing-type1-wrapper ul.post-details li {
	color: #888;
	font-family: 'Merriweather', serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
	margin: 0 5px;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
}

.post-showing-type1-wrapper ul.post-details li .blog-single-detail-single-icon  {
	font-size: 19px;
	margin-right: 5px;
	top: 4px;
	position: relative;
}

.post-showing-type1-wrapper .post-type {
	margin-bottom: 20px;
}

.post-showing-type1-wrapper .post-type iframe {
	margin-bottom: 0;
}

.post-showing-type1-wrapper .post-read-more-wrap {
	width: 100%;
	text-align: center;
	margin: 20px 0 40px;
}

.post-showing-type1-wrapper .post-read-more-wrap a.post-read-more {
	display: inline-block;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 300;
	background: #000;
	padding: 11px 20px 9px;
	border: 1px solid #000;
}

.post-showing-type1-wrapper .post-read-more-wrap a.post-read-more:hover {
	color: #000;
	border: 1px solid #000;
	background: #fff;
}

.post-showing-type1-wrapper .post-bottom-details {
	border-top: 1px solid #ebe9e9;
	padding-top: 10px;
}

.post-showing-type1-wrapper .post-bottom-details .post-views {
	float: left;
	color: #888;
	font-family: 'Merriweather', serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
}

.post-showing-type1-wrapper .post-bottom-details ul.post-socials-wrap {
	float: right;
	list-style: none;
}

.post-showing-type1-wrapper .post-bottom-details ul.post-socials-wrap li.post-social-single  {
	float: left;
	margin: 0 5px;
}

.post-showing-type1-wrapper .post-bottom-details ul.post-socials-wrap li.post-social-single a .post-social-icon {
	color: #ccc;
	font-size: 14px;
}

.post-showing-type1-wrapper .post-bottom-details ul.post-socials-wrap li.post-social-single a:hover .post-social-icon {
	color: #000;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.post-showing-type1-wrapper .post-type .gallery-grid-wrapper {
	margin-top: -2% !important;
 }
 
.post-showing-type1-wrapper .post-type .gallery-grid-third {
	height: auto; 
	width: 32%; 
	margin-left: 2%; 
	float: left;
	margin-top: 2%;
}
.post-showing-type1-wrapper .post-type .gallery-grid-half {
	height: auto; 
	width: 49%; 
	margin-left: 2%; 
	float: left;
	margin-top: 2%;
 }
.post-showing-type1-wrapper .post-type  .gallery-grid-full {
	height: auto; 
	width: 100%; 
	margin-left: 2%; 
	float: left;
	margin-top: 2%;
}
.ml0 {
	margin-left: 0 !important;
}

.post-showing-type1-wrapper .post-type .gallery-grid-third  > a, .post-showing-type1-wrapper .post-type .gallery-grid-half  > a, .post-showing-type1-wrapper .post-type .gallery-grid-full  > a {
	line-height: 0; 
	display: block;
}
								 
.post-showing-type1-wrapper .post-type .grid {
	margin: 0 auto;
	list-style: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.post-showing-type1-wrapper .post-type .grid figure {
	position: relative;
}

.post-showing-type1-wrapper .post-type .grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.post-showing-type1-wrapper .post-type .cs-style-3 figure {
	overflow: hidden;
}

.post-showing-type1-wrapper .post-type .cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}


.post-showing-type1-wrapper  .quote .quote-content, .post-showing-type1-wrapper  .quote .quote-content p {
	font-style: italic;
	font-size: 36px;
}

.post-showing-type1-wrapper .quote .quote-author {
	float: right;
	color: #999;
	margin-bottom: 20px;
	display: none;
}

.video-container {
    padding-bottom: 46.25%;
    padding-top: 30px;
  	height: 0;
  	overflow: hidden;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
	position: absolute;
 	top: 0;
  	left: 0;
  	max-width: 100%;
   	max-height: 100%;
}

.video-wrapper {
	max-width: 100%;
    position: relative;
}

/* for all owl sliders */

.owl_post_slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-prev, .owl-next {
    position: absolute;
	top: 47%;
	font-size: 48px;
	color: #fff;
	white-space: nowrap;
	margin-top: -25px;
}

.owl-prev::before {
 	font-family: 'Pe-icon-7-stroke';
	content: "\e687";
}

.owl-prev {
	float: left;
    left: 5px;
}

.owl-next::before {
 	font-family: 'Pe-icon-7-stroke';
	content: "\e685";
}

.owl-next {
 	float: right;
    right: 5px;
}

.owl-prev:hover, .owl-next:hover {
	color: #000;
}


/* post view #2 */

.post-showing-type2-wrapper .post-showing-type2  {
	margin-bottom: 40px;
}

.post-showing-type2-wrapper .post-showing-type2 > a {
	line-height: 0;
	display: block;
	margin-bottom: 0;
	position: relative;
}

.post-showing-type2-wrapper .post-showing-type2 .post-info {
	padding: 20px 40px;
	background: #fff;
}

.post-showing-type2-wrapper .post-categories {
	text-align: center;
}

.post-showing-type2-wrapper .post-categories .post-category-before {
	background: #ccc;
	width: 15px;
	height: 1px;
	display: inline-block;
	top: -4px;
	position: relative;
	margin-right: 7px;
}

.post-showing-type2-wrapper .post-categories .post-category-after {
	background: #ccc;
	width: 15px;
	height: 1px;
	display: inline-block;
	top: -4px;
	position: relative;
	margin-left: 7px;
}

.post-showing-type2-wrapper .post-categories a {
	color: #888;
	font-family: 'Merriweather', serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
}

.post-showing-type2-wrapper .post-categories a:hover {
	color: #000;
}

.post-showing-type2-wrapper h1.post-title, .post-showing-type2-wrapper h1.post-title a {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: 10px;
	line-height: 1.2;
	margin-top: 5px
}

.post-showing-type2-wrapper .post-bottom-details {
	border-top: 1px solid #ebe9e9;
	padding-top: 10px;
}

.post-showing-type2-wrapper .post-bottom-details .post-date {
	float: left;
	color: #888;
	font-family: 'Merriweather', serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}

.post-showing-type2-wrapper .post-bottom-details .post-author {
	float: left;
	color: #888;
	font-family: 'Merriweather', serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	margin-left: 5px;
}
.post-showing-type2-wrapper .post-bottom-details .post-author a {
	color: #000;
	font-family: 'Merriweather', serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}
.post-showing-type2-wrapper .post-bottom-details .post-author a:hover {
	color: #888;
}

.post-showing-type2-wrapper .quote {
	padding: 20px;
	background: #fff;
}

.post-showing-type2-wrapper  .quote .quote-content, .post-showing-type1-wrapper  .quote .quote-content p {
	font-style: italic;
	font-size: 32px;
	line-height: 1.6;
	font-weight: 300;
	color: #000;
	-webkit-font-smoothing: antialiased; 
}

.post-showing-type2-wrapper .quote .quote-author {
	float: right;
	color: #999;
	display: none;
}
.post-showing-type2-wrapper .post_content {
	font-family: 'Merriweather', serif;
	font-size: 13px;
	color: #888;
	margin-bottom: 30px;
}

/*------------------------------------------------------------------
[5. Widgets ]
*/

.textwidget,
.textwidget p {
	margin-bottom: 10px;
	/* text-align: justify; */
	-webkit-font-smoothing: antialiased; 
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	color: #888;
	letter-spacing: 0;
	line-height: 2;
}
/* about widget */
.aboutme_widget .owl-wrapper-outer,
.single-about-me-image {
	background: url(images/bg-signature.png) no-repeat;
	width: 290px;
	height: 290px;
}

.about-me-slide .item img, 
.single-about-me-image img {
	border-radius: 50%;
	width: 250px;
	height: 250px;
	margin: 20px;
}
.textwidget.about-me-text {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #888;
	text-align: center;
	line-height: 1.6;
	padding: 20px;
}
.signatureimage {
	text-align: center;
}
.signatureimage img {
}

/* post widget */
.post-widget {

}

.post-widget .post-widget-single-item {
	margin-bottom: 40px;
}

.post-widget .post-widget-single-item .post-widget-single-item-thumb {
	position: relative;
	line-height: 0;
	display: block;
}

.post-widget h3.post-widget-single-item-title   {
	margin-bottom: 0;
	line-height: 1;
	margin: 10px 0 0px;
}

.post-widget h3.post-widget-single-item-title  a {
	color: #000;
	font-family: 'Merriweather', serif;
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	line-height: 1;
}

.post-widget .post-widget-single-item-date  {
	color: #888;
	font-family: 'Merriweather', serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	-webkit-font-smoothing: antialiased; 
}


/* commented post widget */
.commented-post {
	margin-bottom: 30px;
	float: left;
}
		
.commented-post .commented-icon-wrap {
	width: 60px;
	float: left;
}

.commented-post .commented-icon-wrap .commented-icon {
	font-size: 55px;
	color: #eee;
	top: -5px;
	position: relative;
}

.commented-post .commented-details {
	margin-left: 75px;
}

.commented-post .commented-details .commented-url {
	color: #000;
	float: left;	
	width: 100%;
	color: #000;
	font-family: 'Merriweather', serif;
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	line-height: 1;
	margin-bottom: 2px;
}

.commented-post .commented-details .commented-author {
	float: left; 
	font-family: 'Merriweather', serif;
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: 300;
	-webkit-font-smoothing: antialiased; 
}

.commented-post .commented-details .commented-author a {
	font-family: 'Merriweather', serif;
	font-size: 12px;
	color: #000;
	font-style: italic;
	font-weight: 300;
	-webkit-font-smoothing: antialiased; 
}

.commented-post .commented-details .commented-number-of-comments:before {
	content:'/';
}

.commented-post .commented-details .commented-number-of-comments {
	margin-left: 5px;
	float: left;	
	font-family: 'Merriweather', serif;
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: 300;
	-webkit-font-smoothing: antialiased; 
}
.commented-post .commented-details .commented-number-of-comments a {

	font-family: 'Merriweather', serif;
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: 300;
	-webkit-font-smoothing: antialiased; 
}

.commented-post .commented-details .commented-border {
	width: 50%;
	height: 1px;
	float: left;
	background: #ebe9e9;	
	margin-top: 15px;
}

/* dropdown select */
.widget select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	min-width: 165px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	color: #fff;
	outline: none;
	cursor: pointer;
	max-width: 100%;
   font-size: 13px;
   text-transform: uppercase;
   border: 1px solid #000;
   background: #000;
   padding: 20px 30px;
   font-weight: 600;
   border-radius: 0;
}
label.screen-reader-text { display: none; }

/* sidebar search widget */
.widget_search .screen-reader-text {
	display: none;
}
.widget_search input#s {
	width: 100%;	
	background: #fff;
	border: none;
	color: #888;
	padding: 15px 20px 17px;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	outline: none;
	border: 1px solid #eee;
	font-weight: 300;
	
}
.widget_search input#searchsubmit {	
	width: auto;
	cursor:pointer; 
	padding: 8px 24px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border: none !important;
	background: #e7383b;
	margin: 0;
}
.widget_search input#searchsubmit:hover {
	background: #000;
}

/* widget lists */
.widget ul {
	margin: 0;
	
}
.widget ul li {
	margin: 0;
	list-style: inside;
	color: #9f9e9e;
	list-style-type: none;
}
.widget ul li a {
	color: #888;
	padding-left: 5px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	padding: 5px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.widget ul.children li {
	border: none;
}
.widget ul li a:hover {
	color: #000;
	padding-left: 15px;
}

/* calendar */
#calendar_wrap caption {
	color: #fff;
	background: #444;
	padding: 10px 6px;
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
#calendar_wrap #today {
	color: #000;
	font-weight: bold;
}
#calendar_wrap th {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border: none;
	font-size: 16px;
}
#calendar_wrap td {
	text-align: center;
    
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
#calendar_wrap td.pad {
	color: #153e78;
	border: none;
}
#calendar_wrap a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
table#wp-calendar { border: none; }

/* widget - recent entries */
.widget_recent_entries ul {

}

.widget_recent_entries ul li {
	margin-bottom: 5px;
	margin-left: 0;
	list-style: none;
	color: #444;
}
.widget_recent_entries ul li a {
	color: #000;
	padding-left: 0 !important;
	font-size: 18px;
	display: block;
	line-height: 1.4;
	font-weight: 300
}
.widget_recent_entries ul li a:hover {
	color: #000;
}
span.post-date {
	font-style: italic;
	font-family: "Merriweather",serif;
	font-size: 12px;
	color: #bcbbbb;
	position: relative;
	top: -9px;
	font-weight: 300;
}

/* tag widget */
.tagcloud a {
	color: #fff;
	background: #444;
	padding: 6px 15px;
	font-size: 16px !important;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	font-weight: 400;
	border: 1px solid #444;
	-webkit-font-smoothing: antialiased; 
}
.tagcloud a:hover {
	background: #fff;
	color: #000;
	border: 1px solid #444;
	cursor: pointer;
}

/* rss widget */
.widget_rss ul li {
	margin-bottom: 30px;
    list-style-position: inside;
  
	list-style: none;
	color: #000;
}
.widget_rss ul li a {
	color: #000;
	padding-left: 0 !important;
	font-size: 16px;
	display: block;
	line-height: 1.4;
	font-weight: 400;
	font-family: "Montserrat",serif;
}
.widget_rss ul li a:hover {
	color: #fff;
}

.widget_rss span.rss-date {
	display: inline-block;
	width: auto;
	font-style: italic;
	font-family: "Merriweather",serif;
	font-size: 13px;
	color: #bcbbbb !important;
	position: relative;
	margin-bottom: 10px;
}

.widget_rss .rssSummary {

}
ul#recentcomments li a { display: block !important; color: #000; font-style: none; }

ul#recentcomments li.recentcomments {
	font-style: italic;
	font-family: "Merriweather",serif;
	font-size: 12px;
	color: #bcbbbb;
	position: relative;
	top: -9px;
	font-weight: 300;
	margin-bottom: 20px;
}

/* social widget */

.widget .tt-wrapper {
	margin-left: -12px;
	margin-top: 25px;
}
.widget .tt-wrapper li a {
	display: block; 
	outline: none;
	position: relative;
	z-index: 2;
	color: #fff !important;
	font-size: 30px;
	background: #000;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	line-height: 2;
	margin-bottom: 12px;
	margin-left: 12px;
	padding: 0 !important;
	-webkit-font-smoothing: antialiased;
}

.widget .tt-wrapper li{
	float: left;
	text-align: center;
}

.widget .tt-wrapper li a.icon-facebook {
	background: #3b5998;
}
.widget .tt-wrapper li a.icon-twitter {
	background: #00aced;
}
.widget .tt-wrapper li a.icon-gplus {
	background: #dd4b39;
}
.widget .tt-wrapper li a.icon-instagram {
	background: #517fa4;
}
.widget .tt-wrapper li a.icon-youtube {
	background: #bb0000;
}
.widget .tt-wrapper li a.icon-linkedin {
	background: #007bb6;
}
.widget .tt-wrapper li a.icon-dribbble {
	background: #ea4c89;
}
.widget .tt-wrapper li a.icon-dropbox {
	background: #007ee5;
}
.widget .tt-wrapper li a span{
	width: 120px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -60px;
	font-family: 'Alegreya SC', Georgia, serif;
	font-weight: 400;	
	font-style: italic;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #000;
	background: #000;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget .tt-wrapper li a span:before,
.widget .tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.widget .tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #000;
}
.widget .tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 70px;
}

/*------------------------------------------------------------------
[6. Page titles ]
*/

/* page titles */

.page-title-wrapper {
	width: 1170px;
	text-align: center;
	margin: 60px auto 0;
}

.page-title-wrapper h1 {
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: 0;
}

.page-title-wrapper h3 {
	text-transform: none;
	font-size: 16px;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	color: #888;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: 0;
}

/*------------------------------------------------------------------
[7. Contact form ]
*/

.pego-contact-form {
	float: left;
	width: 100%;
}
.pego-contact-form input,
.pego-contact-form textarea {
	background: none;
	border: 1px solid #eaeaea;
	padding: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #888;
	font-size: 11px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 10px;  
	-webkit-appearance: none;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

.pego-contact-form input.wpcf7-submit {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #000;
	background: #000;
	padding: 20px 40px;
	-webkit-appearance: none;
	width: auto;
	font-weight: 600;
	margin-left: 0;
	
}
.pego-contact-form input.wpcf7-submit:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	cursor: pointer;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

div.wpcf7 {
	width: 100%;
	margin: 0 auto;
}
span.wpcf7-form-control-wrap.your-name {
    width: 49%;
    float: left;
}

span.wpcf7-form-control-wrap.your-email {
    width: 49%;
    float: right;
}
.wpcf7 p {
    margin-bottom: 0;        
}
input.wpcf7-captchar {
	
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 11px !important;
	display: block !important;
	font-family: 'Merriweather', serif !important;
	font-style: italic !important;
	top: -5px;
	position: relative;
}
.wpcf7-response-output {
	margin: 10px 0 !important;
	padding: 10px 30px !important;
}
.wpcf7-validation-errors {
	background: #eee;
	border: none !important;
	font-size: 12px !important;
}
.wpcf7-mail-sent-ng {
	border: none !important;
	background: #e1776d;
	font-size: 12px !important;
	font-family: 'Merriweather', serif !important;
	font-style: italic !important;
	color: #fff;
}


/*------------------------------------------------------------------
[8. Pop up pages ]
*/

.popup-page-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	z-index: 5;
	background-repeat: no-repeat;
	background-size: cover;
}

.popup-page-inside {
	width: 700px;
	background: #fff;
	position: absolute;
	top: 300px;
	right: 600px;
	padding: 40px 60px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.popup-page-wrapper .overlay-close {
	background: none;
	border:none;
	padding: 0;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	font-size: 16px;
}
.popup-page-wrapper .overlay-close:hover {
	cursor: pointer;
	color: #888;
}

.popup-page-wrapper .popup-page-logo {
	text-align: center;
	margin-bottom: 20px;
}
.popup-page-wrapper .popup-page-content {
	color: #888;
	font-family: 'Merriweather', serif !important;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 300;
	text-align: center;
}

/*------------------------------------------------------------------
[9. Footer ]
*/

.under-footer {
	background: #000;
	padding: 20px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #888;
	font-weight: 600;
	float: left;
	width: 100%;
}
.under-footer a {
	color: #fff;
}
.under-footer a:hover {
	color: #888;
}
.under-footer .left p {
	float: left;
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.under-footer .left p a {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.under-footer .left img {
	margin: 0 auto;
	margin-bottom: 30px;
}
.under-footer .right {
	float: right;
	font-weight: 300;
}
.under-footer .right a {
	font-weight: 300;
	color: #888;
	top: -4px;
	position: relative;
}
.under-footer .right a:hover {
	color: #fff;
}
i.back-to-top-icon.pe-7s-angle-up {
	color: #888 !important;
	font-size: 24px;
	position: relative;
	top: 6px;
}

.jr-insta-thumb ul.thumbnails > li {
	width: 16.66666667% !important;
	display: inline;
	float: left;
	overflow: hidden;
	background: #000;
}

.jr-insta-thumb ul.thumbnails > li a { 
	padding: 0;
	display: block;
	line-height: 0;
	opacity: 0.6;
}

.jr-insta-thumb ul.thumbnails > li a:hover { 
	padding: 0;
	opacity: 1;
}

.jr-insta-thumb .thumbnails, .jr-insta-thumb .thumbnails li {
	padding: 0 !important;
}

h1.widget-title-insta {
	background: #fff;
	text-align: center;
	color: #000;
	padding: 15px 0;
	font-family: 'Merriweather', serif !important;
	font-size: 18px;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 0;
}

small.vc_label {
	color: #fff;
	font-size: 18px;
	padding: 15px 0 15px 30px !important;	
	-webkit-font-smoothing: antialiased;
}

.back-to-top-icon {
	color: #fff;
}

.above-footer .vc_post_carousel .post-carousel figure h2 {
	font-size: 24px;
}

.above-footer.vc_post_carousel .post-carousel figure.effect-milo p {
	width: 80%;
}

.above-footer figure {
	width: 20%;
}


/*------------------------------------------------------------------
[10. Post carousel ]
*/

.vc_post_carousel .post-carousel {

}

/* Common style */
.vc_post_carousel .post-carousel figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.vc_post_carousel .post-carousel figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}

.vc_post_carousel .post-carousel figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.vc_post_carousel .post-carousel figure figcaption::before,
.vc_post_carousel .post-carousel figure figcaption::after {
	pointer-events: none;
}

.vc_post_carousel .post-carousel figure figcaption,
.vc_post_carousel .post-carousel figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.vc_post_carousel .post-carousel figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.vc_post_carousel .post-carousel figure h2 {
	-webkit-font-smoothing: antialiased; 
	font-weight: 400;
	color: #fff;
	font-family: 'Merriweather', serif;
	text-transform: none;
	font-size: 28px;
}


.vc_post_carousel .post-carousel figure h2,
.vc_post_carousel .post-carousel figure p {
	margin: 0;
}

.vc_post_carousel .post-carousel figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.vc_post_carousel .post-carousel figure.effect-milo {
	background: #000;
}

.vc_post_carousel .post-carousel figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
}

.vc_post_carousel .post-carousel figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

.vc_post_carousel .post-carousel figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

.vc_post_carousel .post-carousel figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	color: #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
	text-transform: none;
}

.vc_post_carousel .post-carousel figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*------------------------------------------------------------------
[11. Single post ]
*/

#comments {
	padding: 40px;
	background: #fff;
	margin-top: 40px;
	float: left;
	width: 100%;
}

.other-posts-main-title {
	font-size: 24px;
	font-family: "Merriweather",serif;
	color: #fff;
	text-align: center;
	background: #000;
	font-weight: 300;
	padding: 15px 0 11px
}

.blog-single-content p {
	font-size: 16px;
	text-align: justify;
	font-family: "Merriweather",serif;
	color: #444;
	line-height: 2;
}
#respond input[type="text"], #respond textarea {
	font-family: "Merriweather",serif;
    color: #B9B8B8;
    font-size: 13px;
	border: 1px solid #EAEAEA;
    background: none;
    line-height: 1.6;
    width: 100%;
    padding: 20px;
    outline: none;
    -webkit-appearance: none;
}
#commentform #submit {
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #000;
    background: none repeat scroll 0% 0% #000;
    padding: 20px 50px;
    -webkit-appearance: none;
    font-weight: 600;
}
#commentform #submit:hover {
    background: none repeat scroll 0% 0% #FFF;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
}  

#respond label {
	font-family: "Montserrat",serif;
	color: #000;
	font-size: 14px;
}
p.form-allowed-tags,
p.form-allowed-tags abbr {
	color: #888;
	text-transform: uppercase;
	font-family: "Montserrat",serif;
	font-size: 12px;
}
p.form-allowed-tags {display: none;}
p.form-allowed-tags code {
	text-transform: none;
	color: 888;
	font-family: "Merriweather",serif;
	display: block;
	font-size: 10px;
}
p.comment-notes {
	color: 888;
	font-family: "Merriweather",serif;
}

#comments h1 {
	letter-spacing: 0;
	font-size: 18px;
	margin-bottom: 50px;
	font-family: 'Merriweather', serif;
}

.all-comments {
	list-style-type: none !important;
	counter-reset:li;
}
.all-comments li {
	position: relative;
	float: left;
	width: 100%;
    padding: 0 0 30px 0;
    border-bottom: solid 1px #eee;
    position: relative;
    list-style:none;
    margin-bottom: 50px;
    margin-left: 0;
}
.children {
	margin-top: 50px;
}

.children li { 
	padding-left: 5%;
	border-left: solid 1px #e7e7e7;
}

.children li:last-child {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
}

#comments .reply {
	margin-bottom: 0 !important;
	margin-top: 20px;
}

.reply a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	background: #000;
	color: #fff;
	padding: 5px 20px;
	border: 1px solid #000;
	position: absolute;
	right: 0;
	top: 0;
}

li.comment p {
	color: #444;
	font-family: "Merriweather",serif;
	font-weight: 400;
	line-height: 1.8;
	float: left;
	margin-left: 80px;
}
	
.reply a:hover {
	color: #000;
	background: #fff;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
	border: 1px solid #000;
}

span.says {
	display: none;
}


#comments .logged-in-as {
	float: left;
	color: #888;
	font-family: "Merriweather",serif;
}

#comments .logged-in-as a {
	color: #888;
	font-family: "Merriweather",serif;
}

#comments .logged-in-as a:hover {
	color: #000;
}

#comments .comment-notes {
	display: none;
}
h3#reply-title { 
	font-size: 18px;
	letter-spacing: 0px;
	margin-bottom: 20px;
	font-family: 'Merriweather', serif;
}

.comment-notes .required {
	position: relative !important;
	top: auto !important;
	right: auto !important;
}

.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.vcard {
	width: 100%;
    
}

.vcard img {
    float: left;
	height: 60px;
	width: 60px;
	margin-right: 20px;
}

.fn {
    font-family: "Montserrat",serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	letter-spacing: -1px;
	-webkit-font-smoothing: antialiased; 
}

.fn a { 
	font-family: "Montserrat",serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	letter-spacing: -1px;
	-webkit-font-smoothing: antialiased; 
}

.fn a:hover {
	background: none;
	color: #777;
}

.comment-info {
	margin-bottom: 20px;
	position: relative;
}

.comment-meta a {
	font-size: 12px;
	color: #888;
	position: relative;
	font-family: "Merriweather",serif;
}

a.comment-edit-link {
	font-size: 11px;
}

.comment-form-author, .comment-form-email {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.comment-form-url {
	width: 32%;
	margin-right: 0;
	float: left;
}

span.required {
	display: none;
}

p.comment-form-comment {
	width: 100%;
	float: left;
}



/* other post */
.other-posts {
	width: 100%;
	margin-top: 40px;
	position: relative;
	height: 300px;
}

.other-post-title {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	padding: 0 20px 20px;
	color: #fff;
	font-size: 15px;
	z-index: 1;
	margin-bottom: 0;
}

.other-post-bg {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	background: rgba(0,0,0,0.25);
	width: 100%;
	height: 100%;
	position: absolute;
}

.other-posts a {
	display: block;
	position: relative;
	line-height: 0;
}

.other-posts a:hover .other-post-title, .other-posts a:hover .other-post-bg {
	opacity: 1;
	visibility: visible;
}

.other-posts .big-post {
	height: 100%;
	width: 40%;
	float: left;
}

.other-posts .horizontal-post-wrap {
	height: 50%;
	width: 60%;
	float: left;
}

.other-posts .horizontal-post-wrap .horizontal-post {
	width: 60%;
	height: 100%;
	float: left;
}

.other-posts .horizontal-post-wrap .square-post {
	width: 40%;
	height: 100%;
	float: left;
}

/* next/prev post */

.next-prev-posts-wrapper {
	background: #fff;
	width: 100%;
	border-top: 1px solid #ebe9e9;
}

a.next-post-wrapper {
	float: left;
	width: 50%;
}

a.prev-post-wrapper {
	float: right;
	width: 50%;
}

.next-post-details {
	display: table;
	vertical-align: middle;
	float: left;
}

.prev-post-details {
	display: table;
	vertical-align: middle;
	float: right;
}

.nextprev-post-image {
	display: block; 
	position: relative;
	line-height: 0;
	display: table-cell;
	vertical-align: middle;
}

.nextprev-post-title {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	line-height: 1.2;
}

.nextprev-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
	font-size: 40px;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

.nextprev-hover-bg {
	background: rgba(0,0,0,0.25);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}

a.prev-post-wrapper:hover .nextprev-icon, a.next-post-wrapper:hover .nextprev-icon, 
a.prev-post-wrapper:hover .nextprev-hover-bg, a.next-post-wrapper:hover .nextprev-hover-bg {
	visibility: visible;
	opacity: 1;
}


/* pagination */							
.pagination {

}
.pagination span {
	background: #000;
	padding: 10px 20px;
	color: #fff;
}
.pagination a {
	background: #fff;
	padding: 10px;
}
.pagination a:hover {
	background: #000;
	color: #fff;
}

/*------------------------------------------------------------------
[12. Archive template ]
*/

.archive-filtering {
	list-style: none;
	text-align: center;
	margin-bottom: 40px;
}

.archive-filtering li {
	display: inline-block;
}

.big-archive-item {
	width: 40%;
	height: 468px;
	float: left;
}

.small-archive-item {
	width: 20%;
	height: 234px;
	float: left;
}

.big-archive-post-content {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	position: absolute;
	bottom: 0;
	padding: 0 20px 20px;
	z-index: 1;
	margin-bottom: 0;
}

.archive-post-title-big {
	line-height: 1.2;
	color: #fff;
	font-size: 30px;
	z-index: 1;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased; 
}

.archive-post-excerpt-big {
	line-height: 1.2;
	color: #fff;
	font-size: 15px;
	z-index: 1;
	-webkit-font-smoothing: antialiased; 
}


.archive-post-title {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	padding: 0 20px 20px;
	color: #fff;
	font-size: 15px;
	z-index: 1;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased; 
}

.archive-post-bg {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	background: rgba(0,0,0,0.25);
	width: 100%;
	height: 100%;
	position: absolute;
}

.archive-wrapper > a {
	display: block;
	position: relative;
	line-height: 0;
}

.archive-wrapper a:hover .archive-post-title, .archive-wrapper a:hover .archive-post-bg, .archive-wrapper a:hover .big-archive-post-content  {
	opacity: 1;
	visibility: visible;
}


.archive-wrapper .pagination-wrapper {
	margin-top: 40px;
}


ul.archive-filtering select#cat {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	min-width: 165px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	color: #000;
	outline: none;
	cursor: pointer;
	max-width: 100%;
	
   font-size: 14px;
   text-transform: none;
   border: 1px solid #000;
   background: #f5f5f5;
   padding: 13px 30px 12px 25px;
   border-radius: 0;
	font-family: "Merriweather",serif;
	font-weight: 400;
	
	background: url('images/dropdown_arrow.png') no-repeat;  /*Adds background-image*/
	background-position: 90% 50%;  /*Position of the background-image*/
}

ul.archive-filtering select.date-select-dropdown {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	min-width: 165px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	color: #000;
	outline: none;
	cursor: pointer;
	max-width: 100%;
	
   font-size: 14px;
   text-transform: none;
   border: 1px solid #000;
   background: #f5f5f5;
   padding: 13px 30px 12px 25px;
   border-radius: 0;
	font-family: "Merriweather",serif;
	font-weight: 400;
	
	background: url('images/dropdown_arrow.png') no-repeat;  /*Adds background-image*/
	background-position: 90% 50%;  /*Position of the background-image*/
}

ul.archive-filtering input#s {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
-moz-appearance: none; /* Removes Default Firefox style*/
width: 210px !important; /*Width of select dropdown to give space for arrow image*/
text-indent: 0.01px; /* Removes default arrow from firefox*/
text-overflow: "";  /*Removes default arrow from firefox*/
border: 1px solid #000;
   background: #f5f5f5;
   color: #000;
   padding: 13px 40px 12px 25px;
  border-radius: 0;
font-family: "Merriweather",serif;
font-weight: 400;
font-size: 14px;
background: url('images/dropdown_search.png') no-repeat;  /*Adds background-image*/
background-position: 90% 50%;  /*Position of the background-image*/
outline: none;
}

/*------------------------------------------------------------------
[13. Shortcodes ]
*/

.vc_socials ul.theme-socials {
	text-align: center;
	list-style: none;
}

.vc_socials ul.theme-socials li {
	margin: 0 15px;
	display: inline-block;
}

.vc_socials ul.theme-socials li .theme-social-icons {
	font-size: 30px;
}

/* error page */
.vc_error_page_contruct {
	text-align: center;
}
.error-content1 {
	font-weight: 400;
	font-family: "Merriweather",serif;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}
.error-content2 {
	font-weight: 700;
	font-family: "Merriweather",serif;
	text-transform: uppercase;
	color: #000;
	font-size: 250px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 50px
}
.error-content3 {
	font-weight: 400;
	font-family: "Merriweather",serif;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}

a.error-page-url {
	font-family: "Merriweather",serif;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #000;
	background: #fff;
	padding: 20px 50px;
	display: inline-block;;
	margin-top: 40px;
}

a.error-page-url:hover {
	color: #fff;
	border: 1px solid #000;
	background: #000;
}

/* Blockquote */
.blockquote.type1 {
    border-left: 3px solid #000;
    padding: 0px 0 0px 20px;
	margin: 20px 0 !important;
}

.blockquote.type1 p {
	font-size: 18px;
	color: #000;
	line-height: 1.6;
	font-weight: 400;
}

.blockquote.type2 {
    padding: 25px 30px 25px 50px;
    background: #f5f5f5  url(images/blockquote-icon-type2.png) no-repeat 40px center;
	margin: 20px 0 !important;
}

.blockquote.type2 p {
   font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #808080;
    margin-left: 60px;
    line-height: 1.6;
}

.blockquote.type3 .icon_holder {
    background: url(images/blockquote-icon-type3.png) no-repeat center center #000;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.blockquote.type3 p {
   font-family: 'Merriweather', serif;
	font-size: 20px;
	color: #000;
	line-height: 1.6;
	font-weight: 400;
	margin: 20px 0 !important;
}

.blockquote.type4 {
    padding: 0 50px;
    margin: 20px 0 !important;
}


.blockquote.type4 p {
    font-family: "Merriweather",serif;
    font-size: 22px !important;
    letter-spacing: 0px;
    color: #000;
    line-height: 1.8;
    text-align: justify;
    font-style: italic;
    font-weight: 300;
}


/* dropcap */
.vc_dropcap .dropcap.type1 span.first_letter {
	float: left;
	font-size: 60px !important;
	margin-right: 10px;
	line-height: 0.7;
	color: #000;
	font-family: "Merriweather",serif;
	font-weight: 300;
	position: relative;
	top: 12px;
}
.vc_dropcap .dropcap.type1, .vc_dropcap .dropcap.type1 span {
	font-size: 16px;
	color: #000;
	font-family: "Merriweather",serif;
	font-weight: 300;
	line-height: 2;
}

.vc_dropcap .dropcap.type2 span.first_letter {	
	float: left;
   	font-size: 42px !important;
   	margin-right: 15px;
	background: #000;
	color: #fff;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	padding: 10px 25px;
}

.vc_dropcap .dropcap.type2 {
	color: #000;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;
	margin: 20px 0 !important;
}

/* post slideshow */

.vc_post_slideshow .post-slideshow .item {
	position: relative;
}

/* Common style */
.vc_post_slideshow .post-slideshow figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.vc_post_slideshow .post-slideshow figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}

.vc_post_slideshow .post-slideshow figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.vc_post_slideshow .post-slideshow figure figcaption::before,
.vc_post_slideshow .post-slideshow figure figcaption::after {
	pointer-events: none;
}

.vc_post_slideshow .post-slideshow figure figcaption,
.vc_post_slideshow .post-slideshow figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.vc_post_slideshow .post-slideshow figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.vc_post_slideshow .post-slideshow figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	color: #fff;
}


.vc_post_slideshow .post-slideshow figure h2,
.vc_post_slideshow .post-slideshow figure p {
	margin: 0;
}

.vc_post_slideshow .post-slideshow figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.vc_post_slideshow .post-slideshow figure.effect-milo {
	background: #000;
}

.vc_post_slideshow .post-slideshow figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
}

.vc_post_slideshow .post-slideshow figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

.vc_post_slideshow .post-slideshow figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

.vc_post_slideshow .post-slideshow figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	color: #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

.vc_post_slideshow .post-slideshow figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* post section */

.vc_post_section {
	height: 500px;
}
.post-section-slider {
	width: 100%;
	float: left;
	height: 100%;
}

.post-section-slider  .post-section-slider-item {
	background-size: cover;
	width: 100%;
	height: 500px;
	display: table;
	vertical-align: middle;
}

.post-section-slider .post-section-slider-item-caption {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.post-section-slider .post-section-slider-item-caption-inside { 
	max-width: 400px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.95);
	padding: 40px 40px 30px 40px;
	border-bottom: 10px solid #000;
}

.post-section-slider .post-section-slider-item-caption h2 {
	font-family: 'Merriweather', serif;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	text-align: left;
	-webkit-font-smoothing: antialiased; 
	margin-top: 20px;
	margin-bottom: 10px;
}
.post-section-slider-categories {
	text-align: left;
	margin-bottom: 20px
}
.post-section-slider-categories-names a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	background: #000;
	padding: 4px 15px 5px;
	margin-right: 5px;
}
a.post-section-slider-readmore {
	float: left;
	color: #888;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	font-style: italic;
	text-transform: lowercase;
}

.post-section-slider .post-section-slider-item-caption p {
	color: #888;
	text-align: left;
	font-weight: 300;
}

.post-section-single-items-wrapper {
	width: 30%;
	float: left;
	height: 100%;
}
.post-section-single-items-wrapper .post-section-single-item {
	background-size: cover;
	width: 100%;
	display: table;
	vertical-align: middle;
	float: left;
	height: 50%;
}

.post-section-single-items-wrapper .post-section-single-item-caption {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.post-section-single-items-wrapper .post-section-single-item-caption-inside { 
	max-width: 300px;
	display: inline-block;
	background: rgba(0,0,0,0.3);
	padding: 30px;
}

.post-section-single-items-wrapper .post-section-single-item-caption h2 {
	color: red;
}

.post-section-single-items-wrapper .post-section-single-item-caption p {
	color: green;
}


h1.counter-title {
	font-size: 18px;
	color: #000;
	font-family: 'Merriweather', serif;
	line-height: 1.2;
	text-transform: none;
	text-align: center;
}
.counter-icon-wrapper {
	font-size: 66px;
	text-align: center;
	color: #000;
	line-height: 1;
}
.counter_execute {
	text-align: center;
	font-size: 24px;
	color: #888;
}
.counter-wrapper {
	text-align: center;
	margin-top: 30px;
}


span.comment-author-link a.url {
	display: block !important;
	float: left;
	font-size: 12px;
	color: #bcbbbb !important;
	margin-right: 3px !important;
}