/*
	Theme Name: Poload
	Theme URI: http://pegodesign.com/wp-themes/poload
	Description: POLOAD – Multi-Purpose News, Magazine, Personal WordPress Theme
	Author: PEGO
	Author URI: http://themeforest.net/user/pego
	Version: 1.2
	License: GNU General Public License
	License URI: licensing/README_License.txt
	Tags: two-columns, three-columns, four-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options
	Text Domain: poload
*/



/*------------------------------------------------------------------
[Table of contents]

1. 	Basic WP styles
2. 	Titles 
3.  Header
4.  Footer
5.  Post Sections
6.  Post Content Elements
7.  Widgets
8.  Single post
9.  Archive file
10. Category views
11. Error Page
12. Contact Page
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Basic WP styles ]
------------------------------------------------------------------*/

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html, body, 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;
	letter-spacing: 0;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	font-family: 'Montserrat', sans-serif;
}

html, body {
	margin:0;
   	padding:0;
   	-webkit-font-smoothing: antialiased; 
}


.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.2; font-size: 14px; }
.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;
}

strong {
	font-weight: 700;
	color: #000;
}

a {
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	color: #000;
}

a:hover {
	color: #888;
}

.display-none { 
	display: none;
}
.display-block {
	display: block;
}

img {
	border: 0 none;
    height: auto;
    max-width: 100%;
}

.table_view {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
}


body {
    background: #fff;
}

.center {
    width: 1170px;
    margin: 0 auto;
}

ul li {
	margin-left: 18px;
}
ul li li {
	margin-left: 36px;
}

ol li {
	margin-left: 25px;
}

ol li li {
	margin-left: 50px;
}


 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-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
 pre {
	border: 1px solid #ededed;
	color: #666;
	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;
}
 dl {
	margin: 0 1.714285714rem;
	margin-bottom: 30px;
}
 dt {
	font-weight: bold;
	line-height: 1.714285714;
	color: #000;
}
 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;
}
table th {
	color: #000;
	font-weight: 700;
}

 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: 95%;
	border: none !important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-caption {
	margin-top: 15px;
}

.pagination-wrapper .alignleft {
	margin-left: 10px; 
	margin-bottom: 20px;
}

.pagination-wrapper .alignright {
	margin-right: 10px;  
	margin-bottom: 20px;
}

.pagination-wrapper .alignleft a, .pagination-wrapper .alignright a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}
.pagination-wrapper .alignleft a:hover, .pagination-wrapper .alignright a:hover {
	text-decoration: underline;
	color: #888;
}

#container {
    padding: 30px 0;
}

.single-post-left, .right-sidebar-main {
    width: 770px;
    float: left;
}

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

.mapStyleClass {
    height: 400px;
}

/*------------------------------------------------------------------
[end of 1. Basic WP styles]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[2. Titles ]
------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1;
	text-transform: uppercase;
}

h1 {
	font-size: 38px;
	letter-spacing: 0;
	margin-bottom: 15px;
}

h2 {
	font-size: 28px;
	letter-spacing: 0px;
	margin-bottom: 30px;
}

h3 {
	font-size: 24px;
	letter-spacing: 0px;
	margin-bottom: 30px;
}

h4 {
	font-size: 20px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

h5 {
	font-size: 18px;
	margin-bottom: 20px;
}

h6 {
	font-size: 16px;
	margin-bottom: 20px;
}


/*------------------------------------------------------------------
[end of 2. Titles]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[3. Header ]
------------------------------------------------------------------*/

/* Upper panel */

.upper-panel-left {
    float: left;
}

.upper-panel-right {
    float: right;
}

.upper-panel-left ul {
    list-style: none;
}

.upper-panel-left ul li {
    float: left;
}

.upper-panel-right ul.socials-sh {
    list-style: none;
}

.upper-panel-right ul.socials-sh li {
    float: left;
}


/* Menu */
.menu-wrapper {
	width: 100%;
    background: #000;
    float: left;
    padding: 9px 30px 9px 10px;
    position: relative;
}

 .menu-wrapper .main-menu {
	float: left;
}

 .menu-wrapper .main-menu ul.sf-menu {
	list-style: none;
}

 .menu-wrapper .main-menu ul.sf-menu li {
	display: inline;
}

.menu-wrapper .main-menu ul.sf-menu > li {
    position: relative;
}

 .menu-wrapper .main-menu ul.sf-menu li a {
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	line-height: 1;
}

 .menu-wrapper .main-menu ul.sf-menu li ul {
	position: absolute;
    min-width: 240px;
    z-index: 1000;
	visibility: hidden;
	display: none;
	padding: 5px 15px 7px;
	margin-left: 0;
	margin-top: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.10);
	left: 0;
}

 .menu-wrapper .main-menu ul.sf-menu li ul .submenu_1 {
	margin-left: 222px;
	margin-top: -35px;
}

 .menu-wrapper .main-menu ul.sf-menu li ul li {
	text-align: left;
	margin: 0px 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding: 7px 5px;
}
 .menu-wrapper .main-menu ul.sf-menu li ul li:last-child {
	border: none;
}

 .menu-wrapper .main-menu ul.sf-menu li ul li a {
	color: #000;
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
}

.sf-sub-indicator:before {
	content: "\f107";
	color: #fff;
	padding-left: 5px;
	font-size: 12px;
	font-family: FontAwesome;
}

/* Hover-Current main menu items */

 .menu-wrapper .main-menu ul.sf-menu > li > a:hover,  .menu-wrapper .main-menu ul.sf-menu > li.sfHover > a,  .menu-wrapper .main-menu ul.sf-menu > li.current-menu-item > a,  .menu-wrapper .main-menu ul.sf-menu > li.current-menu-parent > a,  .menu-wrapper .main-menu ul.sf-menu > li.current-menu-ancestor > a  { 
	color: #fff;
}

/* Hover-Current sub menu items */
 .menu-wrapper .main-menu .sf-menu ul li > a:hover,  .menu-wrapper .main-menu .sf-menu ul li li.current-menu-item > a,  .menu-wrapper .main-menu ul.sf-menu > li li.current-menu-item > a { 
	color: #999;
}


/* latest posts in menu */
.main-menu .sf-menu > li.mega-menu-posts  .sf-sub-indicator  {
	display: none;
}

.main-menu .sf-menu > li.mega-menu-posts {
	position: inherit !important;	
}

.main-menu .sf-menu > li.mega-menu-posts > ul > li > a .sf-sub-indicator {
	display: none;
}

.main-menu .sf-menu li.mega-menu-posts-count-4 > ul {
    padding: 30px 15px !important;
    left: 0;
}

.main-menu .sf-menu li.mega-menu-posts-count-4 > ul > li {
	width: 25%;
	overflow: hidden;
    float: left;
    border: none !important;
    padding: 0 15px !important;
}

span.menu-thumbs { line-height: 1.6; display: block; }

.menu-icons-inside {
   display: none;
}



.mobile-menu-wrapper {
	width: 90%;
	height: auto;
	background: rgba(0,0,0,0.85);
	display: none;
	position: absolute;
	height: auto;
	z-index: 11;
	float: left;
	margin-bottom: 30px;
	display: none;
}


.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:before {
	content: '';
}

.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: 5px 20px 5px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #000;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.mobile-menu-wrapper ul.mobile-menu  li a:hover, .mobile-menu-wrapper ul.mobile-menu  li.current_page_item a {
	color: #999;
	background: rgba(0,0,0,0.6); 
}

.menu-icon {
	position: relative;
	cursor: pointer;
	color: #fff;
	float: none;
	height: 26px;
	margin-right: 0;
	margin-top: 10px;
	display: inline-block;
}

.menu-icon:hover {
	color: #fafafa;
}

.menu-icon-close {
	display: none;
}

.menu-icon.menu-icon-close {
	font-size: 48px;
	top: 3px;
	right: 25px;
}

.menu-icon-create {
	display: inline-block;
	width: 23px;
	height: 2px;
	position: relative;
	top: 12px;
	vertical-align: bottom;
	background: #fff;
	white-space: nowrap;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	float: left;
}

.menu-icon-create:after, .menu-icon-create:before {	
	position: absolute;
	content: '';
	display: inline-block;
	width: 23px;
	height: 2px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	outline: 1px solid transparent;
	left: 0;
	background: #fff;	
}
.menu-icon-create:before {
	top: -8px;
}

.menu-icon-create:after {
	top: 8px;
}

.menu-icon.opened .menu-icon-create:before {
	top: 100%;
	-webkit-transform: rotate(-48deg) translate(2px, 0);
	-moz-transform: rotate(-48deg) translate(2px, 0);
	-ms-transform: rotate(-48deg) translate(2px, 0);
	-o-transform: rotate(-48deg) translate(2px, 0);
	transform: rotate(-48deg) translate(2px, 0)
}

.menu-icon.opened .menu-icon-create:after{
	-webkit-transform: rotate(45deg) translate(0, 1px);
	-moz-transform: rotate(45deg) translate(0, 1px);
	-ms-transform: rotate(45deg) translate(0, 1px);
	-o-transform: rotate(45deg) translate(0, 1px);
	transform: rotate(45deg) translate(0, 1px);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.menu-icon.opened .menu-icon-create {
    background: none;
}

/* Header type#1 START */

.header-wrapper.header-type1 .logo {
	width: 100%;
    text-align: center;
    padding: 30px 0 20px;
}

.header-wrapper.header-type1 .logo a {
	display: inline-block;
}

/* Header type#1 END */

/* Header type#2 START */

.header-wrapper.header-type2 .header-type2-inside {
    display: table;
    vertical-align: middle;
    padding: 30px 0;
}

.header-wrapper.header-type2 .logo {
   display: table-cell;
   vertical-align: middle;
   width: 400px; 
   padding-right: 30px;
}

.header-wrapper.header-type2 .header-banner {
   display: table-cell;
   vertical-align: middle;
   width: 770px; 
}

.header-wrapper.header-type2 .logo a {
	display: inline-block;
}

/* Header type#2 END */

/* Header type#3 START */

.header-wrapper.header-type3 .logo {
	width: 100%;
    text-align: center;
    padding: 30px 0 20px;
}

.header-wrapper.header-type3 .logo a {
	display: inline-block;
}

.header-wrapper.header-type3 .menu-wrapper .main-menu {
    float: none;
    text-align: center;
}

.header-wrapper.header-type3 .menu-wrapper { 
    position: relative;
    padding: 9px 30px 10px 12px;
}

.header-wrapper.header-type3 .menu-icons {
    position: absolute;
    right: 25px;
    top: 9px;
}

.header-wrapper.header-type3 .menu-wrapper .main-menu ul.sf-menu li {
    position: relative;
}

/* Header type#3 END */

/* mobile menu */

.mobile-menu-wrapper {
	display: none;
}

.logoImageRetina {
	display: none;
}

.menu-icons {
    float: right;
}

.menu-search-wrapper {
	position: relative;
	top: 4px;
}

.menu-search-wrapper .menu-search {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	top: -4px;
	position: relative;
}

.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;
}
	
.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;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.95);
	z-index: 999;
}

/* Overlay closing cross */
.overlay .overlay-close {
	position: absolute;
	right: 70px;
	top: 50px;
	overflow: hidden;
	border: none;
	color: #757574;
	outline: none;
	z-index: 100;
	font-size: 48px;
	cursor: pointer;
}

.overlay .overlay-close:hover {
	color: #fff;
	cursor: pointer;
}

/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	top: 0;
}

.upper-panel {
	border-bottom: 1px solid #f2f2f2;
	padding: 7px 0;
}
.upper-panel .upper-panel-left ul li {
	margin-left: 0;
	margin-right: 15px;
}
.upper-panel .upper-panel-left ul li a {
	font-size: 11px;
	font-weight: 400;
}

.upper-panel .upper-panel-right ul li a {
	font-size: 12px;
}

/* Dark headers */

.header-wrapper.dark-header {
    background: #000;
}

.header-wrapper.dark-header .upper-panel {
    background: #171717;
    border-bottom: 1px solid #0e0e0e;
}

.header-wrapper.dark-header .upper-panel ul li,
.header-wrapper.dark-header .upper-panel ul li a {
    color: #fff;
}

.header-wrapper.dark-header .menu-wrapper {
	border-top: 1px solid #242424;
}


/*------------------------------------------------------------------
[end of 3. Header]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[start of 4. Footer]
------------------------------------------------------------------*/

.footer {
    background: #000;
    padding: 50px 0 0;
	color: #999;
	font-size: 13px;
	line-height: 1.8;
}

.footer-widget-columns {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-column {
    width: 33.3334%;
    padding: 0 15px;
    float: left;
}

ul.instagram-pics {
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}

ul.instagram-pics li { 
    float: left;
    width: 33.3334%; 
    padding: 0 10px;
    margin: 0 0 10px 0;
	list-style: none !important;
}

ul.instagram-pics li:before { 
	content: none !important;
}

.footer .widget-title {
	color: #e6e6e6;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 25px;
}

h1.widget-title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

h1.widget-title:after {
	content: "";
	background: #262626;
	height: 3px;
	position: absolute;
	width: 100%;
	top: 6px;
	margin-left: 10px;
}

.under-footer ul.socials-sh {

}

.under-footer ul.socials-sh {
	list-style: none;
	text-align: left;
}

.under-footer ul.socials-sh li {
	display: inline;
	margin-left: 0;
	margin-right: 10px;
	margin-left: 3px;
}

.under-footer ul.socials-sh li a {
	color: #9a9a9a;
	font-size: 12px;
}

.under-footer ul.socials-sh li a:hover {
	color: #fff;
}

.under-footer {
    background: #000;
	padding: 30px 0;
	color: #656565;
	font-size: 12px;
}

.under-footer  {
}

.under-footer a {
	color: #9a9a9a;
	font-size: 13px;
}
.under-footer a:hover {
	color: #fff;
}

.under-footer .center {
    border-top: 2px solid #181818;
    text-align: center;
	padding-top: 35px;
}

.under-footer-inside {
    margin-left: -15px;
    margin-right: -15px;
}

.under-footer-column  {
    width: 33.3334%;
    float: left;
    padding: 0 15px;
}

.under-footer-column.under-footer-right {
    text-align: right;
}

/*------------------------------------------------------------------
[end of 4. Footer]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[start of 5. Post Sections]
------------------------------------------------------------------*/

.post-section {
    margin-bottom: 30px;
}

.post-section1 {
    width: 100%;
    height: 570px;   
}

.post-section1-item {
    width: 50%;
    height: 100%;
    float: left;
    padding: 20px 30px;
}

.post-section1-item.post-section1-item2 {
    width: 50%;
    height: 50%;
    float: left;
}

.post-section-item {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.post-section-overlay-url {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.post-section-overlay-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
}

.post-section2-item:hover .post-section-overlay-bg {
   background: rgba(0,0,0,0.1);
}

.post-section1-item:hover .post-section-overlay-bg {
   background: rgba(0,0,0,0.1);
}

.post-section1 .post-section-content {
	bottom: 20px;
	position: absolute;
}

.post-section1 .post-section1-item1 .post-section-content {
	bottom: 50px;
	position: absolute;
	
}

.post-section1 .post-section-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #fff;
	line-height: 1.1;
	padding-right: 30px;
}

.post-section1 .post-section-details a {
	position: relative;
    z-index: 2;
}
.post-section1 .post-section-details .post-section-detail,
.post-section1 .post-section-details .post-section-detail a {
	display: inline;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
}

.post-section1-item:hover .post-section-overlay-bg {
   background: rgba(0,0,0,0.1);
}

.post-section1 .post-section-detail:after {
	content: "|";
	color: #fff;
	margin: 0 6px 0 8px;
}

.post-section1 .post-section-detail:last-child:after {
	display: none;
}


.post-section2 {
    height: 565px;
}
.post-section2-small-wrapp {
    width: 25%;
    float: left;
}

.post-section2-small-wrapp .post-section2-item1, .post-section2-small-wrapp .post-section2-item2 {
    width: 100%;
    height: 280px;
    background-size: cover;
    position: relative;
}

.post-section2-small-wrapp .post-section2-item1 {
    margin-bottom: 5px;
}

.post-section2-item3 {
    width: 50%;
    height: 100%;
    float: left;
}    

.post-section2-small-1 {
    padding-right: 5px;
}

.post-section2-small-4 {
    padding-left: 5px;
}

.post-section2 .post-section-content {
	bottom: 20px;
	position: absolute;
}

.post-section2 .post-section-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #fff;
	line-height: 1.1;
}

.post-section2 .post-section2-item3 .post-section-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #fff;
	line-height: 1.1;
}

.post-section-item.post-section2-small-wrapp .post-section-title {
	padding: 0px 16px 0px 16px;
}

.post-section-item.post-section2-item3 .post-section-title {
	padding: 0px 20px 18px 20px;
}

.post-section-slider {
    position: relative;
}
 
.post-section-slider-big {
	height: 570px;
}
                   
.post-section-slider-item {
	display: block;
    width: 100%;
    background-size: cover;
    height: 570px;
    text-align: center;
}

.post-section-slider-item .table_view {
    padding-left: 120px;
    padding-right: 400px;
    position: relative;
    z-index: 2;
}

a.post-section-slider-title {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}

.post-section-slider-details {
	width: 100%;
	margin: 5px 0 3px;
    
}
.post-section-slider-detail {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

.post-section-slider-detail a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

.post-section-slider-detail:after {
	content: "-";
	color: #fff;
	margin: 0 3px 0 1px;
}
.post-section-slider-detail:last-child:after {
	display: none;
}

.post-section-slider-details a:hover {
	color: #fff;
}

.post-section-slider-big-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
    z-index: 1;
    
    
    	
	background: -moz-linear-gradient(left, rgba(0,0,0,0.90) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 30%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left, rgba(0,0,0,1) 20%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.post-section-slider-small {
    position: absolute;
    width: 280px;
    right: 0;
    top: 0;
    height: 100%;
}

.post-section-slider-small .owl-item {
    width: 280px !important;
    height: 95px;
    display: block;
    clear: both;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

.post-section-slider-small .owl-item:last-child {
	border-bottom: none;
}

.post-section-slider-small-title {
    padding: 0 25px;
    text-align: left;
    color: #908f8e;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
}

.post-section-slider-small-title:hover {
	color: #fff;
}

/*------------------------------------------------------------------
[end of 5. Post Sections]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[start of 6. Post Content Elements]
------------------------------------------------------------------*/

.posts-four {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}  

.post-four-details {
	width: 100%;
	float: left;
	margin: 5px 0 3px;
}

.posts-four .post-four-single:nth-child(2n+1){
    clear:both;
}

a.post-four-title {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.5px;
	line-height: 1.3;
	float: left;
}

a.post-four-title:hover {
	color: #444;
}

.post-four-detail {
	float: left;
	color: #a9a9a9;
	font-size: 11px;
	text-transform: uppercase;
}

.post-four-detail a {
	color: #a9a9a9;
	font-size: 11px;
	text-transform: uppercase;
}

.post-four-detail:after {
	content: "-";
	color: #a9a9a9;
	margin: 0 3px 0 1px;
}
.post-four-detail:last-child:after {
	display: none;
}

.post-four-detail a:hover {
	color: #000;
}

.post-four-single {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
    margin-bottom: 30px;
}  

.post-content-banner {
    margin-bottom: 30px;
}

.post-tab-thumb {
    float: left;
    width: 270px;
}

.post-tab-content {
    margin-left: 300px;
}

.no-thumb .post-tab-content {
    margin-left: 0;
}

.post-tab-items.isotope {
	margin-top: 35px !important;
}

.post-tab-single {
	margin-bottom: 25px;
}
        
        		
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.single-post-tab-head {
    width: 100%;
    list-style: none;
} 

.filter-cat {
    margin: 0;
    float: left;
}

.cat-columns3 {
    width: 33.3334%;
}

.cat-columns2 {
    width: 50%;
}

.cat-columns1 {
    width: 100%;
}

.single-post-tab-head .filter-cat a {
    color: #fff;
    background: #000;
    padding: 5px;
    width: 100%;
    display: block;
    text-align: center;
}

.single-post-tab-head .filter-cat a.selected,
.single-post-tab-head .filter-cat a:hover {
    background: #f2f2f2;
    color: #000;
}

a.post-tab-title {
	font-size: 22px;
	color: #000;
	display: block;
	font-weight: 700;
	padding-top: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
}

a.post-tab-title:hover {
	color: #444;
}

.post-tab-excerpt {
	color: #777;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 5px;
}

.post-tab-detail {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 11px;
}

.post-tab-detail a {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 11px;
}

.post-tab-detail a:hover {
	color: #000;
}

.post-tab-detail:after {
	content: "-";
	margin: 0 0 0 1px;
}

.post-tab-detail:last-child:after {
	display: none;
}

.post-four-excerpt {
	font-size: 13px;
	color: #777;
	line-height: 1.8;
    float: left;
}


.posts-three {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.post-three-single-big {
    width: 62%;
    float: left;
    padding: 0 15px;
}

.post-three-single {
    width: 38%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.post-three-single-big .post-three-title {
    
}

.post-three-content a.post-three-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	letter-spacing: -0.5px;
}

.post-three-single-big .post-three-content a.post-three-title {
	font-size: 25px;
	line-height: 1.2;
}

.post-three-details {
	width: 100%;
	float: left;
	margin: 7px 0 4px;
}

.post-three-detail {
	float: left;
	color: #a9a9a9;
	font-size: 11px;
	text-transform: uppercase;
}

.post-three-detail a {
	color: #a9a9a9;
	font-size: 11px;
	text-transform: uppercase;
}

.post-three-detail:after {
	content: "-";
	color: #a9a9a9;
	margin: 0 3px 0 1px;
}
.post-three-detail:last-child:after {
	display: none;
}

.post-three-detail a:hover {
	color: #000;
}

.post-slider-single-content {
	background: #fff;
	width: 70%;
	padding: 25px 30px 50px 30px;
}

a.post-slider-single-title {
	font-size: 25px;
	letter-spacing: -0.5px;
	display: block;
	line-height: 1.2;
	font-weight: 700;
}

.post-slider-single-categories { margin-bottom: 7px; }

.post-slider-single-categories a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: #000;
	padding: 5px 10px; 
	margin-right: 5px;
}

.post-slider-single {
	position: relative;
	margin-bottom: 50px;
}

.post-slider-single-content-wrapper {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.post-slider-single-details {
	width: 100%;
	float: left;
	margin: 7px 0 4px;
}

.post-slider-single-detail {
	float: left;
	color: #a9a9a9;
	font-size: 11px;
	text-transform: uppercase;
}

.post-slider-single-detail a {
	color: #a9a9a9;
	font-size: 11px;
	text-transform: uppercase;
}

.post-slider-single-detail:after {
	content: "-";
	color: #a9a9a9;
	margin: 0 3px 0 1px;
}
.post-slider-single-detail:last-child:after {
	display: none;
}

.post-slider-single-detail a:hover {
	color: #000;
}

.post-slider-single-prev {
    position: absolute;
    margin-top: -55px;
    left: 0px;
    z-index: 3;
}

.post-slider-single-next  {
    position: absolute;
    margin-top: -55px;
    left: 53px;
    z-index: 3;
}

.post-slider-single-prev i {
	color: #000;
	background: rgba(255, 255, 255, 0.5);
	padding: 17px 20px 15px;
	font-size: 11px;
	float: left;
}

.post-slider-single-next  i {
	color: #000;
	background: rgba(255, 255, 255, 0.5);
	padding: 17px 20px 15px;
	font-size: 11px;
	float: right;
}
.post-slider-single-next:hover,
.post-slider-single-prev:hover {cursor: pointer}



/*------------------------------------------------------------------
[end of 6. Post Content Elements]
------------------------------------------------------------------*/




/*------------------------------------------------------------------
[start of 7. Widgets]
------------------------------------------------------------------*/

.sidebar .widget {
    margin-bottom: 50px;
}

.footer .widget {
    margin-bottom: 50px;
}

.slider-post-widget .item {
    width: 100%;
}

.slider-post-widget-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
}

.post-widget-thumb {
    float: left;
}

.post-widget-content {
    margin-left: 160px;
}

a.slider-post-widget-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 15px;
	display: block;
}
.slider-post-widget-detail {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline;
}

.slider-post-widget-detail a {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}

.slider-post-widget-detail a:after {
	content: "-";
	margin: 0 0 0 3px;
}

.slider-post-widget-items-wrapper {
    position: relative;
}

.slider-post-widget-items-wrapper .owl-controls {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.slider-post-widget-items-wrapper .owl-controls .owl-dot {
    width: 10px;
    height: 10px;
    background: #e2e2e2;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
}

.slider-post-widget-items-wrapper .owl-controls .owl-dot.active {
    background: #b1b1b1;
}

.slider-post-widget-details { 
    margin-top: 10px; 
}

h3.sidebar-title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

h3.sidebar-title:after {
	content: "";
	background: #e6e6e6;
	height: 3px;
	position: absolute;
	width: 100%;
	top: 6px;
	margin-left: 10px;
}

a.post-widget-title {
	font-size: 13px;
	line-height: 1.4;
	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 2px;
}
a.post-widget-title:hover {
	color: #444;
}
.post-widget-detail {
	color: #c1c1c1;
	text-transform: uppercase;
	font-size: 11px;
}

.footer a.post-widget-title {
	color: #fff;
}

.footer .post-widget-content {
    margin-left: 110px;
}

.footer .post-widget-detail {
	color: #999;
}

.post-widget-single { 
    margin-bottom: 5px; 
}

.widget ul li {
	list-style-position: inside;
	list-style: none;
	margin-left: 0;
}
.widget ul li a {
	list-style-position: inside;
	list-style: none;
	margin-left: 0;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

.footer .widget ul li {
	list-style: none;
}

.footer .widget ul li:before {
	content: "\203A";
	color: #6f6f6f;
	padding-right: 10px;
	font-size: 20px;
	line-height: 1;
}

.footer .widget ul li a {
	color: #999;
	text-transform: none;
}

.footer .widget ul li a:hover {
	color: #fff;
}

.widget ul li a:hover {
	color: #777;
}

.widget ul li {
	list-style-position: inside;
	list-style: none;
	margin-left: 0;
}

.footer .widget ul li {
	color: #555;
	font-size: 13px;
}

.widget ul li.recentcomments {
	margin-bottom: 10px;
}

.widget ul li.cat-item {
	list-style-position: inside;
	list-style: none;
	margin-left: 0;
	border-bottom: 1px solid #ededed;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.footer .widget ul li.cat-item {
	border-bottom: 1px solid #262626;
}

.widget ul li.cat-item a {
	list-style-position: inside;
	list-style: none;
	margin-left: 0;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

.footer .widget ul li.cat-item a {
	color: #999;
}

.widget ul li.cat-item a:hover {
	color: #444;
}

.footer .widget ul li.cat-item a:hover {
	color: #fff;
}

.widget ul li.cat-item:before {
	font-family: "fontAwesome";
	content: "\f178";
	font-size: 14px;
	color: #000;
	float: right;
}

.widget ul li.cat-item ul.children li {
	margin-left: 15px;
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/* calendar */
#calendar_wrap caption {
	color: #fff;
	background: #000;
	padding: 10px 6px;
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
}

#calendar_wrap th {
	color: #212121;
	font-weight: 700;
	border: none;
	font-size: 14px;
}

#calendar_wrap td {
	text-align: center;
	color: #777;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}

#calendar_wrap td.pad {
	color: #000;
	border: none;
}

#calendar_wrap a {
	font-weight: 400;
	color: #212121;
	text-decoration: none;
}
.calendar_wrap table, 
.calendar_wrap td, 
.calendar_wrap th, 
table#wp-calendar { 
    border: none; 
}

.calendar_wrap caption {
	color: #fff;
	background: #262626;
	padding: 10px 6px;
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
}

.calendar_wrap td#today {
	color: #000;
}

.footer .calendar_wrap td#today {
	color: #fff;
}

.calendar_wrap th {
	color: #212121;
	font-weight: 700;
	border: none;
	font-size: 14px;
}

.footer .calendar_wrap th {
	color: #fff;
	font-weight: 700;
	border: none;
	font-size: 14px;
}
.calendar_wrap td {
	text-align: center;
	color: #777;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}

.footer .calendar_wrap td {
	color: #999;
}

.calendar_wrap td.pad {
	color: #000;
	border: none;
}
.calendar_wrap a {
	font-weight: 400;
	color: #212121;
	text-decoration: none;
}

.footer .calendar_wrap a {
	color: #fff;
}

.footer .widget_meta abbr { color: #fff; font-size: 11px; }

/* sidebar search widget */
.widget_search .screen-reader-text {
	display: none;
}

.widget_search .search-form > div:after {
	position: absolute;
	font-family: "fontAwesome";
	content: "\f002";
	font-size: 13px;
	right: 25px;
	top: 10px;
	color: #000;
}
.search-form { position: relative; }
div.widget_search.search_page_search_form { margin: 20px 0; }

.widget_search input#s {
	width: 100%;	
	background: #f1efef;
	border: none;
	color: #999;
	padding: 15px 35px 15px 25px;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 400 !important;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	outline: none;
	-webkit-appearance: none;
	font-family: 'Montserrat', sans-serif;
}

.widget select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	min-width: 180px; /*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;
	  background: #000;
	 padding: 16px 20px 17px 30px;
	  font-weight: 400 !important;
	  border-radius: 0;
	  margin-left: 0;
	border: none;
	font-family: 'Montserrat', sans-serif;
	display: block;
}

.footer .widget select {
    background: #262626;
}

.recentcomments {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
}

.footer .recentcomments {
	font-size: 11px !important;
	color: #999 !important;
}

.recentcomments a {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	text-transform: none !important;
	color: #777 !important;
	margin-bottom: 15px;
}

.recentcomments a:hover {
	color: #000 !important;
}

.footer .recentcomments a {
	color: #ddd !important;
}

.footer .recentcomments a:hover {
	color: #fff !important;
}

.footer  li.recentcomments:before {
	content: none !important;
}

a.rsswidget {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    top: -1px;   
}

.widget_rss h3.sidebar-title:after {
	top: 12px;
}

.footer a.rsswidget {
    color: #fff;  
}

.footer .widget_rss h1.widget-title:after {
	top: 12px;
}

.widget_rss ul li {
	margin-bottom: 30px;
    list-style-position: inside;
  
	list-style: none;
	color: #000;
}

.footer .widget_rss ul li:before {
	content: none !important;
}

.widget_rss ul li a {
	color: #000;
	padding-left: 0 !important;
	font-size: 16px;
	display: block;
	line-height: 1.2;
	text-transform: uppercase;
}

.footer .widget_rss ul li a {
	color: #fff;
}

.widget_rss ul li a:hover {
	color: #777;
}

.widget_rss span.rss-date {
	font-size: 11px;
	color: #999;
	width: auto;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 2;
	display: block;
}

.widget_rss .rssSummary {
	color: #777;
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 2;
}

.footer .widget_rss .rssSummary {
	color: #999;
}

.widget_rss cite { 
	color: #000; 
	font-style: normal;
}

.footer .widget_rss cite { 
	color: #999; 
}

.widget p { 
    color: #777; 
}

.tagcloud a {
	color: #777;
	font-size: 13px !important;
	margin-bottom: 5px;
	margin-right: 10px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	text-decoration: underline;
}

.footer .tagcloud a {
	color: #999;
}

.tagcloud a:hover {
	color: #000;
}

.footer .tagcloud a:hover {
	color: #fff;
}

.widget_archive .screen-reader-text { 
    display: none; 
}

.slider-post-widget-overlay {
	 position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
	 z-index: 9;
}

.footer .widget_recent_entries ul li:before {
	content: none !important;
}

.footer strong {
    color: #fff;
}

.footer .wp-caption { background: #000; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; color: #999;}

.footer .wp-caption p.wp-caption-text { color: #999; }


/*------------------------------------------------------------------
[end of 7. Widgets]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[start of 8. Single post]
------------------------------------------------------------------*/

.single-post-thumb { margin-bottom: 10px; }

.single-post-type1 .single-post-title {
    font-size: 30px;
    text-transform: none;
    font-weight: 700;
	line-height: 1.1;
}

.single-post-header.single-post-type1 {
	margin-bottom: 20px;
}

.single-post-type1 .single-post-date {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 11px;
}

.single-post-type1 .single-post-author {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 11px;
}
.single-post-type1 .single-post-author a {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 11px;
}

.single-post-type1 .single-post-author a:hover {
	color: #000;
}

.single-post-type1 .single-post-date:after {
	content: "-";
	margin: 0 0 0 1px;
}

.single-post-left ul {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single-post-content img { margin-top: 10px; }

.single-post-left ul li {
	font-size: 15px;
	font-weight: 700;
}

.author-bio {
	background: #f2f2f2;
	padding: 25px;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.author-bio img {
	border-radius: 50%;
	float: left;
}

.author-info a.author-link-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #000;
}

p.author-description {
	color: #a0a0a0;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 5px;
}

.author-info {
	margin-left: 210px;
	margin-top: 20px;
}

ul.author-socials {
	list-style: none;
	list-style-position: inside;
	margin-left: 0;
	margin-bottom: 0;
}
ul.author-socials li {
	margin: 0;
	display: inline-block;
	margin-right: 10px;
}
ul.author-socials li a {
	font-size: 13px;
	color: #a0a0a0;
}
ul.author-socials li a:hover {
	font-size: 13px;
	color: #000;
}

h3.comment-reply-title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

h3.comment-reply-title:after {
	content: "";
	background: #e6e6e6;
	height: 3px;
	position: absolute;
	width: 100%;
	top: 13px;
	margin-left: 10px;
}

h1.comment-main-title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

h1.comment-main-title:after {
	content: "";
	background: #e6e6e6;
	height: 3px;
	position: absolute;
	width: 100%;
	top: 6px;
	margin-left: 10px;
}

textarea#comment {
	background: none;
	border: 1px solid #d2d2d2;
	padding: 13px 20px;
	color: #999;
	font-size: 12px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 15px; 
	-webkit-appearance: none;
	line-height: 1.8;
	font-family: 'Montserrat', sans-serif;
}

input#author,
input#email,
input#url {
	width: 100%;
	background: none;
	border: 1px solid #d2d2d2;
	padding: 13px 20px;
	color: #999;
	font-size: 12px;
	text-transform: none;
	outline: none;
	margin-bottom: 15px; 
	-webkit-appearance: none;
	line-height: 1.8;
	font-family: 'Montserrat', sans-serif;
}

span.required { display: none; }

input#submit.submit {
	width: auto;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding: 0;
	cursor: pointer;
	background: #000;
	border: none;
	font-family: 'Montserrat', sans-serif;
	padding: 12px 35px;
}

input#submit.submit:hover {
	background: #999;
}
.post-tags {
	margin-bottom: 15px;
    margin-top: 20px;
    color: #b8b8b8;
    font-size: 13px !important;
}

.post-tags span {
	color: #000;
}

.post-tags a {
	color: #b8b8b8;
	font-size: 13px !important;
	font-weight: 400;
}

.post-tags a:hover {
	color: #777;
}

p.comment-notes {
	color: #999;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 2px;
}

.comment-author.vcard {
	float: left;
	width: auto;
}

span.says { display: none; }

.comment-author img {
	float: left;
	margin-top: 0;
}

cite.fn {
	position: relative;
	margin-left: 120px;
	display: block;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1
}
cite.fn a {
	font-size: 14px;
	letter-spacing: 4px;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1
}

a.comment-date {
	color: #b0b0b0;
	font-size: 11px;
	text-transform: uppercase
}

a.comment-date:before {
	color: #b0b0b0;
	content: "-";
}

.reply {
	margin-left: 120px;
	margin-bottom: 50px;
} 

.reply a {
	font-size: 13px;
	color: #000;
	font-weight: 600;
	padding: 0;
	padding-bottom: 5px;
	cursor: pointer;
	background: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.reply a:hover {
	color: #999;
}

.comment-content {
	margin-left: 120px;
}

.comment-content p {
    color: #999;
    margin-top: 5px;
}

.all-comments {
	list-style: none;
}

.all-comments > li {
	display: inline-block;
    width: 100%;
}

.comment-meta.commentmetadata {
	margin-left: 120px;
}

em.comment-awaiting-moderation {
	margin-left: 20px;
	font-size: 11px;
}

p.logged-in-as,
p.logged-in-as a {
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
	font-style: italic;
}

#respond.comment-respond {
	margin-top: 30px;
	display: block;
}
.all-comments ul.children li {
	margin-top: 0px;
	display: inline-block;
	margin-bottom: -30px;
    width: 100%;
}

.all-comments ul.children li ul.children li {
	margin-top: 0px;
	display: inline-block;
	margin-bottom: 23px;
	width: 100%;
}

.all-comments ul.children li ul.children li:first-child {
	margin-bottom: -7px;
}

/* single post #2 */
.single-post-type2 {
	position: relative;
}

.single-post-type2 .single-post-overlay-details {
	position: absolute;
	bottom: 0;
	padding: 30px;
}

.single-post-type2 .single-post-title {
    font-size: 30px;
    text-transform: none;
    font-weight: 700;
	line-height: 1.1;
	color: #fff;
	padding-right: 300px;
	margin-bottom: 5px;
}

.single-post-header.single-post-type2 {
	margin-bottom: 20px;
}

.single-post-type2 .single-post-date {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 11px;
}

.single-post-type2 .single-post-author {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 11px;
}
.single-post-type2 .single-post-author a {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 11px;
}

.single-post-type2 .single-post-author a:hover {
	color: #000;
}

.single-post-type2 .single-post-date:after {
	content: "-";
	margin: 0 0 0 1px;
}

/* single post #3 */
.single-post-type3 {
	position: relative;
    margin-bottom: 30px;
}

.single-post-type3 .single-post-overlay-details {
	position: absolute;
	bottom: 0;
	padding: 0 250px;
	text-align: center;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.single-post-type3 .single-post-thumb img {
    display: block;
}

.single-post-type3 .single-post-title {
    font-size: 30px;
    text-transform: none;
    font-weight: 700;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 5px;
}

.single-post-header.single-post-type3 {
	margin-bottom: 20px;
}

.single-post-type3 .single-post-date {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 11px;
}

.single-post-type3 .single-post-author {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 11px;
}
.single-post-type3 .single-post-author a {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 11px;
}

.single-post-type3 .single-post-author a:hover {
	color: #000;
}

.single-post-type3 .single-post-date:after {
	content: "-";
	margin: 0 0 0 1px;
}

/* single post #4 */
.single-post-type4 {
	position: relative;
    margin-bottom: 30px;
}
.single-post-type4 .single-post-overlay-details {
	position: absolute;
	padding: 0 30px 20px;
	width: 100%;
	bottom: 0;
    z-index: 2;
}

.single-post-type4 .single-post-overlay-bg {
    position: absolute;
	background: rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	top: 0;
    z-index: 1;
}

.owl-carousel.owl-theme.single-gallery-type.owl-loaded {
	position: static;
}
.single-post-type4 .single-post-title {
    font-size: 30px;
    text-transform: none;
    font-weight: 700;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 0px;
	padding-right: 250px;
}

.single-post-type4 .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: -1px;
    z-index: 3;
}

.single-post-type4 .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0;
    z-index: 3;
}

.single-post-type4 .owl-prev i {
	color: #000;
	background: rgba(255, 255, 255, 0.7);
	padding: 17px 15px;
	font-size: 11px;
	float: left;
}

.single-post-type4 .owl-next i {
	color: #000;
	background: rgba(255, 255, 255, 0.7);
	padding: 17px 15px;
	font-size: 11px;
	float: right;
}



.single-post-type4 .single-post-date {
	display: inline;
	color: #d9dcdd;
	text-transform: uppercase;
	font-size: 11px;
}

.single-post-type4 .single-post-author {
	display: inline;
	color: #d9dcdd;
	text-transform: uppercase;
	font-size: 11px;
}
.single-post-type4 .single-post-author a {
	display: inline;
	color: #d9dcdd;
	text-transform: uppercase;
	font-size: 11px;
}

.single-post-type4 .single-post-author a:hover,
.single-post-type4 a.single-post-comments:hover {
	color: #fff;
}

.single-post-type4 .single-post-date:after {
	content: "|";
	margin: 0 10px 0 13px;
}

.single-post-type4 a.single-post-comments {
	color: #d9dcdd;
	text-transform: uppercase;
	font-size: 11px;
}

.single-post-type4 a.single-post-comments:after {
	content: "|";
	margin: 0 10px 0 13px;
}

.single-post-left ul.post-socials-wrap {
    list-style: none;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 0;
    float: left;
}

.post-social-single {
    float: left;
    margin-right: 30px;
    margin-left: 0;
}

.post-social-icon {
    font-size: 20px;
}

/*------------------------------------------------------------------
[end of 8. Single Post]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[start of 9. Archive file]
------------------------------------------------------------------*/

.posts-four.posts-three .post-four-single {
   width: 33.3334%;
}

.posts-four.posts-three .post-four-single:nth-child(2n+1){
    clear: none;
}

.posts-four.posts-three .post-four-single:nth-child(3n+1){
    clear: both;
}

.posts-four.posts-four-in-line .post-four-single {
   width: 25%;
}
.posts-four.posts-four-in-line .post-four-single:nth-child(2n+1){
    clear: none;
}

.posts-four.posts-four-in-line .post-four-single:nth-child(4n+1){
    clear: both;
}

/*------------------------------------------------------------------
[end of 9. Archive file]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[start of 10. Category views]
------------------------------------------------------------------*/

.post-fullwidth-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	padding-right: 50px;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}

.sticky .post-fullwidth-single {
    padding: 15px;
    border: 2px solid #000;
}

.post-fullwidth-excerpt {
	color: #777;
	line-height: 1.6;
	margin-bottom: 10px;
}

.post-fullwidth-detail {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
}

.post-fullwidth-detail a {
	display: inline;
	color: #a9a9a9;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
}

.post-fullwidth-detail a:hover {
	color: #000;
}

.post-fullwidth-detail:after {
	content: "-";
	color: #a9a9a9;
	margin: 0 6px 0 6px;
}
.post-fullwidth-detail:last-child:after {
	display: none;
}

.post-fullwidth-single {
	margin-bottom: 40px;
}

.pagination {
	text-align: center;
	font-size: 18px;
	color: #777;
}

.pagination a, .pagination span {
	font-size: 18px;
	margin: 0 5px;
	color: #777;
}

.pagination .current {
	color: #000;
}

.pagination a:hover {
	color: #000;
}

h1.page-title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	line-height: 1;
}

h1.page-title:after {
	content: "";
	background: #e6e6e6;
	height: 3px;
	position: absolute;
	width: 100%;
	top: 6px;
	margin-left: 10px;
}
/*------------------------------------------------------------------
[end of 10. Category views]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[11. start of Error Page ]
------------------------------------------------------------------*/
.error-content1 {
	font-weight: 700;
	color: #000;
	font-size: 200px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
}
.error-content2 {
	color: #000;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.error-content3 {
	color: #777;
	font-size: 18px;
	text-align: center;
}

.error-button { text-align: center; }

a.error-page-url {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 40px;
	font-weight: 700;
	background: #000;
	padding: 5px 15px;
}

a.error-page-url:hover {
	color: #fff;
	background: #777;
}
/*------------------------------------------------------------------
[end of 11. Error Page ]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[12. start of Contact Page ]
------------------------------------------------------------------*/
.contact-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-left {
   width: 50%;
   float: left;
   padding: 0 15px;
}

.contact-right {
   width: 50%;
   float: left;
   padding: 0 15px;
}


.poload-appointment-form {
	margin-top: 30px;
}

.poload-appointment-form input,
.poload-appointment-form textarea {
	background: #fff;
	border: none;
	padding: 15px 20px;
	color: #949494;
	font-size: 12px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 25px;  
	-webkit-appearance: none;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #e8e7e7;
}

.poload-appointment-form input::-webkit-input-placeholder,
.poload-appointment-form textarea::-webkit-input-placeholder {
	color: #949494;
}
.poload-appointment-form input:-moz-placeholder,
.poload-appointment-form textarea:-moz-placeholder {
   color: #949494;
}
.poload-appointment-form input::-moz-placeholder,
.poload-appointment-form textarea::-moz-placeholder {
   color: #949494;
}
.poload-appointment-form input:-ms-input-placeholder,
.poload-appointment-form textarea:-ms-input-placeholder {
   color: #949494;
}
.poload-appointment-form textarea {
	height: 140px;
	margin-bottom: 8px;
	margin-top: 2px;
}

.poload-appointment-form input.wpcf7-submit {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	width: auto;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	padding: 14px 25px;
	line-height: 1;
}
.poload-appointment-form input.wpcf7-submit:hover {
	background: #777;
	color: #fff;
	cursor: pointer;
}

.widget_search.search-single-form input#s {
	background: #f2f2f2;
	padding-left: 60px;
}

.widget_search.search-single-form .search-form > div:after {
	position: absolute;
	font-family: "fontAwesome";
	content: "\f002";
	font-size: 13px;
	left: 25px;
	top: 10px;
	color: #000;
    width: 15px;
}

.post-password-form input[name="post_password"] { 
	background: #fff;
	color: #888;
	padding: 10px;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #eee;
	outline: none;
	font-family: 'Montserrat', sans-serif;
}

.post-password-form input[name="Submit"] { 
	background: #000;
	color: #fff;
	padding: 11px 30px;
	font-size: 13px;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.post-password-form input[name="Submit"]:hover { 
	cursor: pointer;
	background: #888;
}

label.screen-reader-text { display: none; }
.widget_recent_entries a { 
    line-height: 1.4;
    display: block;
    text-transform: none !important;
    font-size: 14px !important;
}
a.url { letter-spacing: 0 !important; line-height: 1.4 !important; }

/*------------------------------------------------------------------
[end of 12. Contact Page ]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[end of style.css ]
------------------------------------------------------------------*/