/*  
Theme Name: MePhoto
Theme URI: http://demo.qkthemes.net/mephoto
Version: 1.0
Description: Created by <a href="http://nunforest.com/">Nunforest</a>
Author: <a href="http://nunforest.com/">http://nunforest.com/</a>
Author URI: <a href="http://nunforest.com/">http://nunforest.com/</a>
Tags: custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: mephoto

---------

DO NOT EDIT THIS FILE.
*/
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
body .wpb_row, body .wpb_content_element{
	margin-bottom: 0px;
}
.fullwidth .vc_col-sm-12{
  padding: 0px;
}

.container .container {
  max-width: 100%;
  padding: 0px !important;
}
.vc_column_container.no-paading>.vc_column-inner{
  padding-left: 0px;
  padding-right: 0px;
}
.vc_row-full .vc_column_container.vc_col-sm-12>.vc_column-inner{
  padding-left: 0px;
  padding-right: 0px;
}
.vc_row {
  margin-left: 0 !important;
  margin-right: 0  !important;
}
iframe{
	border: none;
}
.wp-caption, .wp-caption-text, .gallery-caption{text-align: center; font-style: italic;}
.bypostauthor{}
.wp-caption{
margin: 0 0 20px 0;
padding-top: 4px;
max-width: 100%;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-image: initial;
background-color: #f8f8f8;
text-align: center;
}
.sticky, .tag-sticky-2 {
	background: #EEF9FD;
	border: 3px dotted black !important;
	padding: 10px;
}
select{
	max-width: 100%;
}
.alignright{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.alignleft{
	float: left;
	margin-right: 20px;
}
.clear{
	clear: both;
}

.aligncenter{
	float: none;
	margin: 20px;
}
.wp-caption-text{
	margin-bottom: 20px;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #888;
}
table{
	width: 100%;
  margin-bottom: 30px;
}
table th, table td{
	padding: 5px;
	
	border: 1px solid #dedede;
}
#calendar{
  text-align: center;
}


.align-center{
	text-align: center;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color: #222 !important;
	background: transparent;
}
.portfolio-section .project-post .hover-box .inner-hover span a{
	color: #999;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color: #222;
}
@media(min-width: 782px){
  .admin-bar .navbar-fixed-top{
    top: 32px;
  }
}