/*
	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: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	font-family: 'Karla', sans-serif;
}

html, body {
	margin:0;
   	padding:0;
   	height:100%;
   	-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.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-size: 13px;
	color: #999;
	font-weight: 400;
	line-height: 1.8
}

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

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

a:hover {
	color: #ee9494;
}

.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 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: 800px;
    float: left;
    min-height: 1px;
}

.sidebar {
    margin-left: 40px;
    width: 330px;
    float: left;
}

.no-categories {
    margin-bottom: 20px;
}

/*------------------------------------------------------------------
[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;
}

h2.section-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #999;
	text-transform: none;
	font-size: 21px;
	letter-spacing: 1px;
	margin-bottom: 15px;
line-height: 1;
}

h2.section-title span {
	font-family: 'Lora', serif;
	color: #ee9494;
	letter-spacing: 0px;
	font-size: 24px;
	font-style: italic;
}
.section-title-line {
	background: #e2e1e1;
	width: 80px;
	height: 1px;
	display: inline-block;
	line-height: 1;
	margin-bottom: 6px;
	margin-left: 10px;
}

h3.sidebar-title {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 3px;
}

h1.page-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #999;
	text-transform: none;
	font-size: 21px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	line-height: 1;
}

h1.page-title span {
	font-family: 'Lora', serif;
	color: #ee9494;
	letter-spacing: 0px;
	font-size: 24px;
	font-style: italic;
}
.page-title-line {
	background: #e2e1e1;
	width: 80px;
	height: 1px;
	display: inline-block;
	line-height: 1;
	margin-bottom: 6px;
	margin-left: 10px;
}
.archive-site h1.page-title {
	background: #f3f3f3;
	text-align: center;
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 0 11px;
	margin-bottom: 30px;
}


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


/*------------------------------------------------------------------
[3. Header ]
------------------------------------------------------------------*/
.logoImageRetina {
    display: none;
}

.logo {
	text-align: center;
}

.menu-wrapper {
    position: relative;
    border-bottom: 1px solid #e2e1e1;
    margin-bottom: 30px;
}


.menu-wrapper .main-menu ul.sf-menu {
	list-style: none;
	text-align: center;
	padding: 20px 0 15px;
	margin: 0 40px;
}

 .menu-wrapper .main-menu ul.sf-menu li {
 	display: inline;
 	margin: 0 10px
}

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

.menu-wrapper .main-menu ul.sf-menu li a {
	color: #000;
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

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

 .menu-wrapper .main-menu ul.sf-menu li ul li ul {
	margin-left: 120px;
	margin-top: -30px;
}

 .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: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}

/* 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: #ee9494;
}

/* 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: #ee9494;
}

.mobile-menu-wrapper {
	width: 90%;
	height: auto;
	background: rgba(0,0,0,0.9);
	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: 7px 20px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.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: #000;
	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: #000;
	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: #000;	
}
.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;
}

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

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

.menu-icons {
	position: absolute;
	right: 20px;
	top: 0;
	margin-top: 20px;
}

.menu-icons:hover {
	cursor: pointer;
}
/*------------------------------------------------------------------
[end of 3. Header ]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[start of 4. Post Section]
------------------------------------------------------------------*/
.latest-post-categories,
.latest-post-categories a {
	font-size: 12px;
	color: #ee9494;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
}

.latest-post-categories a:hover {
	color: #999;
}

a.latest-post-title {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 22px;
	color: #000;
	line-height: 1.2;
	margin: 0 0 8px 0;
	display: block;
}

.latest-post-date {
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	color: #999;
	display: inline;
}

.latest-post-date:after {
	content: "/";
}

a.latest-post-read-more {
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
}

a.latest-post-title:hover,
a.latest-post-read-more:hover {
	color: #ee9494
}


.latest-post-thumb {
    position: relative;
}

.latest-posts-type2 {
    margin-left: -10px;
    margin-right: -10px;
}

.latest-posts-type2 .latest-post-single {
    padding: 0 10px;
}

.latest-post-type2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.latest-post-type2-content {
    background: #fff;
    width: 70%;
    display: inline-block;
    padding: 15px;
}

.latest-posts-type2 .latest-post-date:after {
    content: "";
}

.latest-post-type2-content a.latest-post-title {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 2px;
}

.latest-post-type2-content .latest-post-date {
	font-size: 11px;
}
/*------------------------------------------------------------------
[end of 4. Post Section]
------------------------------------------------------------------*/



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

.home-category-items {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.home-category-item {
    padding-left: 12.5px;
    padding-right: 12.5px;
    width: 33.3334%;
    float: left;
    height: 150px;
    margin-bottom: 30px;
}

.home-category-item-url {
    background-size: cover;
    padding: 30px 10px;
    width: 100%;
    text-align: center;
}

.category-item-title {
	background: #fff;
	margin: 0 auto;
	border: 1px solid #ee9494;
	padding: 8px 18px;
	text-transform: uppercase;
	outline: #fff solid 2px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
}
.category-item-title-wrapper {

}
/*------------------------------------------------------------------
[end of 5. Post Content Elements]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[start of 6. Widgets]
------------------------------------------------------------------*/
.sidebar .widget {
	background: #fff;
	margin-bottom: 40px;
	padding: 25px;
	border: 25px solid #f3f3f3;
	outline: #fff solid 2px;
}

.above-footer .instagram-pics {
    list-style: none;
}

.above-footer .instagram-pics  li {
    margin: 0;
    float: left;
    width: 12.5%;
}

.above-footer .instagram-pics li  a img {
    float: left;
} 

.about-widget {
	text-align: center;
}
.aboutimage img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
}
.about-text {
	color: #999;
	padding: 0 10px;
	margin: 10px 0 20px;
}

a.post-widget-title {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 17px;
	line-height: 1;
	display: block;
	margin-bottom: 5px;
}

.post-widget-content {
	margin-top: 5px;
}

.post-widget-detail {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
}

.mc4wp-form-fields label {
	color: #999;
	font-family: 'Karla', sans-serif;
	
	display: none;
}

.mc4wp-form-fields input[type="email"] {
    background: #f3f3f3;
	border: none;
	width: 100%;
	padding: 20px;
	font-style: italic;
	font-size: 12px;
	outline: none;
}

.mc4wp-form-fields input[type="submit"] {
	background: #000;
	border: none;
	width: 100%;
	padding: 10px;
	font-size: 13px;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.mc4wp-form-fields input[type="submit"]:hover {
	background: #444;
}

.widget #searchform input#s {
	background: #f3f3f3;
	border: none;
	width: 100%;
	padding: 20px;
	font-style: italic;
	font-size: 12px;
	outline: none;
}

.widget ul {
	list-style: none;
}
.widget_recent_entries ul li a {
	line-height: 1.2;
	display: block;
}

.null-instagram-feed h3 {
	background: #000;
	color: #fff;
	margin-bottom: 0;
	padding: 10px 0;
}

.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: 'Oswald', sans-serif;
	display: block;
}

#calendar_wrap caption {
	color: #fff;
	background: #000;
	padding: 10px 0px;
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	width: 230px;
}

#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;
	font-size: 14px;
	padding: 0;
}

#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 td#today {
	color: #000;
}

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

.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.2;
	text-transform: uppercase;
}

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

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

.widget p { color: #777; }

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

.tagcloud a:hover {
	color: #000;
}
/*------------------------------------------------------------------
[end of 6. Widgets]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[start of 7. Footer]
------------------------------------------------------------------*/
.under-footer {
    padding: 10px 0;
}

.under-footer-left {
	float: left;
}

.under-footer-left img {
    float: left;
}

.under-footer-right {
	float: right;
	font-family: 'Lora', serif;
	font-style: italic;
	color: #999;
	font-size: 13px;
	margin-top: 11px;
}

.under-footer-right a {
	font-family: 'Lora', serif;
	font-style: italic;
	color: #444;
}

.under-footer-right a:hover {
	color: #ee9494;
}
/*------------------------------------------------------------------
[end of 7. Footer]
------------------------------------------------------------------*/


.post-section-fashion1-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.post-section-fashion1-details {
    display: inline-block;
    background: #fff;
    padding: 40px 100px;
    
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
}

.post-section-fashion-categories a {
	color: #ee9494;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}

.post-section-fashion-categories a:hover {
	color: #444;
}

.post-section-fashion1-title {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 24px;
}

.post-section-fashion1-date {
	font-style: italic;
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 4px;
}

a.post-section-fashion-read-more {
	text-transform: uppercase;
	border: 1px solid #e2e1e1;
	padding: 5px 25px;
	display: inline-block;
	font-size: 12px;
	margin-top: 20px;
}
a.post-section-fashion-read-more:hover {
	border: 1px solid #000;
	color: #000;
}

.owl-controls {
	width: 100%;
	top: 50%;
	position: absolute;
}

.owl-nav {
	display: inline-block;
    background: #fff;
}

.owl-prev {
	float: left;
	left: 10px;
	position: absolute;
	background: #fff;
	padding: 50px 15px 48px 13px;
	line-height: 1;
	
	-webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
	margin-top: -70px;
}

.owl-next {
	right: 10px;
	position: absolute;
	background: #fff;
	padding: 50px 13px 48px 15px;
	line-height: 1;
	
	-webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
	margin-top: -70px;
}

.owl-stage-outer { margin-bottom: 30px; }




/*------------------------------------------------------------------
[start of 8. Single Post]
------------------------------------------------------------------*/
h1.single-post-title {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 32px;
	color: #000;
	text-transform: none;
	margin-bottom: 5px;
	line-height: 1.2;
	display: block;
}

.single-post-categories { line-height: 1; margin-bottom: 4px; }

.single-post-categories a {
	color: #ee9494;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 1;
}

.single-post-date {
	font-style: italic;
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
}

.single-post-thumb {
	margin-top: 20px;
}

.single-post-header { text-align: center; }

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

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

.author-link-title {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
}

p.author-description {
	color: #999;
	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: 20px;
}
ul.author-socials li a {
	font-size: 16px;
	color: #000;
}
ul.author-socials li a:hover {
	color: #999;
}

.latest-posts {
    margin-left: -20px;
    margin-right: -20px;
}
.latest-post-single {
    padding: 0 20px;
    width: 50%;
    float: left; 
    margin-bottom: 40px;
}

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

.latest-post-excerpt {
	color: #999;
	margin-bottom: 10px;
}

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

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

.single-post-upper-socials {
    margin-top: 10px;
}

.single-post-left .single-post-upper-socials ul.post-socials-wrap {
    text-align: center;
    float: none;
    margin-bottom: 0;
}

.single-post-left .single-post-upper-socials ul.post-socials-wrap .post-social-single {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.single-post-left .single-post-upper-socials ul.post-socials-wrap .post-social-single .post-social-icon {
    font-size: 15px;
}



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

/*------------------------------------------------------------------
[start of 9. Comments ]
------------------------------------------------------------------*/

h3.comment-reply-title {
	font-size: 22px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
}

h1.comment-main-title {
    margin-top: 30px;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
}


/* comments form */
textarea#comment {
	background: #f3f3f3;
	border: none;
	padding: 20px 30px;
	color: #999;
	font-size: 13px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 8px;
	-webkit-appearance: none;
	letter-spacing: 0.5px;
	resize: none;
	font-family: 'Karla', sans-serif;
}

input#author,
input#email,
input#url {
	background: #f3f3f3;
	border: none;
	padding: 20px 30px;
	color: #999;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 8px;
	-webkit-appearance: none;
	letter-spacing: 0.5px;
	font-size: 13px;
	font-family: 'Karla', sans-serif;
}

input#author::-webkit-input-placeholder,
input#email::-webkit-input-placeholder,
textarea#comment::-webkit-input-placeholder {
   color: #999;
	font-size: 13px;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}


span.required { display: none; }

input#submit.submit {
	background: #000;
	border: none;
	width: 100%;
	padding: 10px;
	font-size: 13px;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

input#submit.submit:hover {
	background: #444;
}

p.comment-notes {
	color: #999;
	font-style: normal;
	font-size: 13px;
}
.post-tags {
	border-top: 1px solid #e2e1e1;
	margin-bottom: 30px;
    margin-top: 30px;
	display: block;
	padding-top: 10px;
}
.post-tags a {
	color: #555;
	font-size: 14px !important;
	margin-bottom: 5px;
	margin-right: 10px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	text-decoration: none;
	border: 1px solid #e2e1e1;
	border-radius: 3px;
	padding: 5px 15px;
	line-height: 1;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

.post-tags a:hover {
	color: #000;
	border: 1px solid #000;
}

.wpb_wrapper p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #959595;
	font-weight: 400;
	line-height: 2.4;
	margin-bottom: 20px;
}
.comment-author.vcard {
	float: left;
	width: auto;
}

span.says { display: none; }

.comment-author img {
	float: left;
}

cite.fn {
    position: relative;
    margin-left: 120px;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
}
cite.fn a {
    position: relative;
    margin-left: 120px;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
}

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

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

.reply a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    padding-bottom: 5px;
    cursor: pointer;
    background: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.reply a:hover {
	color: #555;
}

.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: 12px;
	font-style: normal;
}

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: auto;
}

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

.all-comments ul li {
	margin-left: 50px !important;
}
/*------------------------------------------------------------------
[end of 9. Comments ]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[start of 10. Error Page ]
------------------------------------------------------------------*/
.error-content1 {
	color: #000;
	font-size: 200px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
}
.error-content2 {
	color: #000;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Lora', serif;
	font-style: italic;
}
.error-content3 {
	color: #999;
	font-size: 16px;
	text-align: center;
}

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

a.error-page-url {
	background: #000;
	border: none;
	padding: 7px 20px 8px;
	font-size: 13px;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}

a.error-page-url:hover {
	background: #444;
}
/*------------------------------------------------------------------
[end of 10. Error Page ]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[start of 11. Contact Page ]
------------------------------------------------------------------*/


.about-contact-form-wrapper {
	margin-top: 50px;
}

.pego-contact-form {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.pego-contact-form input,
.pego-contact-form textarea {
	background: none;
	border: none;
	padding: 17px 30px;
	color: #555;
	font-size: 13px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 15px; 
	-webkit-appearance: none;
	letter-spacing: 0.5px;
	border-top: 1px solid #e2e1e1;
	border-left: 1px solid #e2e1e1;
	border-right: 1px solid #e2e1e1;
	border-bottom: 5px solid #e2e1e1;
	font-family: 'Karla', sans-serif;
}


.pego-contact-form input::-webkit-input-placeholder,
.pego-contact-form textarea::-webkit-input-placeholder {
   color: #555;
	font-size: 13px;
}

#respond input[type="text"]:-moz-placeholder,
#respond textarea:-moz-placeholder { /* Firefox 18- */
   color: #515151;
	font-size: 14px;
	font-weight: 600; 
}

#respond input[type="text"]::-moz-placeholder,
#respond textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #515151;
	font-size: 14px;
	font-weight: 600;  
}

.pego-contact-form textarea {
	max-height: 200px;
	resize: 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 {
	background: #000;
	border: none;
	padding: 7px 20px 8px;
	font-size: 13px;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	width: auto
}

.pego-contact-form input.wpcf7-submit:hover {
	background: #ee9494;
	color: #fff;
	cursor: pointer;
}

div.wpcf7 {
	width: 100%;
	margin: 0 auto;
}
span.wpcf7-form-control-wrap.your-name,
span.wpcf7-form-control-wrap.your-email,
span.wpcf7-form-control-wrap.your-subject {
	width: 32%;
    float: left;
}

span.wpcf7-form-control-wrap.your-name {
	margin-right: 2%;
}

span.wpcf7-form-control-wrap.your-email {
	margin-right: 2%;
}

span.wpcf7-form-control-wrap.your-subject {

}
.wpcf7 p {
    margin-bottom: 0;        
}
input.wpcf7-captchar {
	
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 13px !important;
	display: block !important;
	top: -10px;
	position: relative;
}
.wpcf7-response-output {
	margin: 10px 0 !important;
	padding: 10px 30px !important;
}
.wpcf7-validation-errors {
	background: #eee;
	border: none !important;
	font-size: 13px !important;
}
.wpcf7-mail-sent-ng {
	border: none !important;
	background: #e1776d;
	font-size: 13px !important;
	font-style: italic !important;
	color: #fff;
}
div.wpcf7-mail-sent-ok {
	border: none !important;
	background: #eaeaea;
	font-size: 13px !important;
	color: #000;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	position: absolute;
   bottom: -20px;
   left: 50%;
   margin-left: -10px;
}

.about-contact-form-title {
	margin-top: 30px;
}

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



/*------------------------------------------------------------------
[start of 12. About Page ]
------------------------------------------------------------------*/
ul.socials-sh {
	list-style: none;
	text-align: center;
	margin: 30px 0;
}

ul.socials-sh li {
	display: inline;
	border-left: 1px solid #e2e1e1;
	padding: 0 15px 0 20px;
}
ul.socials-sh li:last-child {
	border-right: 1px solid #e2e1e1;
}
.about-page-signature-image { text-align: center; }

.about-page-thumb {
	width: 775px;
	float: left;
	position: relative;
	margin-bottom: 40px;
}

.about-page-thumb > img {
	z-index: 1;
	position: relative;
	float: left;
}

.about-page-thumb-overlay {
	background: #f3f3f3;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 25px;
	top: 25px;
	display: inline-block;
}

.socials-widget ul.socials-sh li {
	display: inline;
	border-left: none;
	padding: 0 15px;
}

.socials-widget ul.socials-sh li:last-child {
	border-right: none;
}

.socials-widget ul.socials-sh li a {
	font-size: 18px;
}

.socials-widget ul.socials-sh {
	margin: 0;
}


input[type="password"] {
	background: #f3f3f3;
	border: none;
	padding: 10px 10px;
	font-size: 13px;
	outline: none;
	cursor: pointer;
	color: #999;
	font-weight: 400;
	font-family: 'Karla', sans-serif;
}


.post-password-form input[type="submit"] {
    background: #000;
    border: none;
    padding: 8px 10px 7px;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    top: 2px;
    position: relative;
}

.search_page_search_form input#s {
	background: #f3f3f3;
	border: none;
	padding: 20px 30px;
	font-size: 13px;
	outline: none;
	cursor: pointer;
	color: #999;
	font-weight: 400;
	font-family: 'Karla', sans-serif;
}

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






/*

Fonts:

font-family: 'Oswald', sans-serif;
300, 400

font-family: 'Karla', sans-serif;
400, 400italic

font-family: 'Lora', serif;
400, 400italic

Colors:
Pink
#ee9494

*/

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