/*
Theme Name: Eydia
Theme URI: http://demo.cmsbluetheme.com/wp_eydia/
Author: CMSBlueTheme
Author URI: http://cmsbluetheme.com/
Description: Responsive Multi-Purpose Wordpress Template 
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: eydia
*/

/* =WordPress Core
-------------------------------------------------------------- */
.wpb_row .vc_column_container.nopadding{
	padding: 0;
}
.wpb_row .wpb_content_element{
	margin-bottom: 0;
}
body.wpb-js-composer .vc_row.wpb_row.vc_row-fluid.vc-row-parent{
	margin-left: 0;
	margin-right: 0;
}
.wpb_row .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
}
.wpb_row .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.container .container{
	max-width: 100%;
}

.content-wrapper {
    max-width: 100%;
    overflow-x: hidden;
    clear: both;
}

.col-xs-12.clearfix{
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft, img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright, img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	color: #aaa;
	font-size: 10px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

select{
	max-width: 100%;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
	list-style-position: inside;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
	height: auto;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
	height: auto;
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
	height: auto;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
	height: auto;
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
	height: auto;
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
	height: auto;
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
	height: auto;
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
	height: auto;
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
	height: auto;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery:before{
    content: "";
    display: table;
}

.gallery:after{
    clear: both;
}

.gallery:before, .gallery:after{
    content: "";
    display: table;
}

.widget_calendar h1.widget-title{
	margin-top: 0;
}

.dynamic_sidebar .widget{
	width: 100%;
}

.widget.widget_categories select,
.widget.widget_archive select{
	margin: 15px;
}

.widget.widget_search h1.widget-title{
	margin-bottom: 15px;
}

.widget.widget_search form.search{
	position: relative;
}

.widget.widget_text .textwidget{
	margin: 15px 0;
}

#wp-calendar {
	width: 100%; 
	background:#FFFFFF;
}

#wp-calendar caption { 
	background:#FFF;
	border-bottom: none; 
	text-align: right; 
	font-weight:bold; 
	color: #333; 
	font-size: 12px; 
	margin-top:-10px; 
	padding:10px 10px 0 0;
	padding-bottom: 15px;  
}

#wp-calendar thead { 
	font-size: 10px; 
	border-right: 1px solid #E4C0C0;
	border-top: 1px solid #E4C0C0;
}

#wp-calendar thead th { 
	padding-bottom: 10px;
	border-top: none;
	border-left: 1px solid #E4C0C0;
}

#wp-calendar tbody { 
	color: #aaa; 
	border-right: 1px solid #E4C0C0;
	border-bottom: 1px solid #E4C0C0;
}

#wp-calendar tbody td { 
	background: #FFFFFF; 
	border-top: 1px solid #E4C0C0; 
	border-left: 1px solid #E4C0C0; 
	text-align: center; 
	padding:8px;
	color: #333;
}

#wp-calendar a{
	font-size: 14px;
	color: #000;
	display: block;
	padding: 10px 0 0;
}

#wp-calendar tbody a{
	padding: 0;
	font-weight: bold;
	color: #4D59E4;
}

#wp-calendar a:hover{
	color: #fdc916;
}

#wp-calendar tbody td:hover {
	background: #f4f4f4; 
}

#wp-calendar tbody .pad { 
	background: none; 
}

#wp-calendar tfoot #next { 
	font-size: 10px; 
	text-transform: uppercase; 
	text-align: right; 
}

#wp-calendar tfoot #prev { 
	font-size: 10px; 
	text-transform: uppercase; 
	padding-top: 0px; 
}

#wp-calendar thead th {
	padding-bottom: 10px; 
	text-align: center;
}

.widget{
	clear: both;
}


.comment-respond {
    clear: both;
    display: table;
    width: 100%;
}

body pre{
	padding: 5px;
	word-wrap: break-word;
	line-height: 20px;
	white-space: pre-wrap;
	word-break: keep-all;
	border-radius: 4px;
}

body blockquote {
    border-left: 5px solid #eeeeee;
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}

.blog-comment ul ul, .blog-comment ol ol{
	margin-left: 10px;
	list-style: none;
}

code {
    background: none repeat scroll 0 0 #444;
    padding: 3px 5px;
}

figure, img {
    max-width: 100%;
    height: auto;
}

/*
body table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #ddd #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-radius: 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    margin: 20px 0;
    max-width: 100%;
}

body table thead:first-child tr:first-child th, 
body table tbody:first-child tr:first-child th, 
body table tbody:first-child tr:first-child td {
    border-top: 0 none;
}

body table th, 
body table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

body table th a{
	color: #337AB7;
	font-style: normal;
}
*/
body dl {
    margin-bottom: 20px;
}

body dt {
    font-weight: bold;
    color: #333;
    padding-top: 5px;
}

body dt, body dd {
    line-height: 20px;
    margin-bottom: 10px;
}

body dd {
    margin-left: 10px;
}

.full_content li {
    line-height: 25px;
}

.full_content ul ul, .full_content ol ol{
	margin-left: 15px;
}

.full_content ol, .full_content ul{
	margin: 0 0 0 45px;
}

.full_content h2{
	margin-top: 10px;
}

body .blog-container .desc a{
	color: #08C;
}

body .blog-container .desc abbr[title], body .blog-container .desc abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
    cursor: help;
}

.single-pagenavi a{
	padding-left: 5px;
	font-size: 14px;
}

.blog-container figure, .blog-container img{
	max-width: 100% !important;
	height: auto;

}

.widget img{
	max-width: 100%;
	height: auto;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

form.search .input-group{
	width: 100%;
}

form.search .input-group .search-bar button.btn{
	border-bottom: medium none;
    border-right: medium none;
    border-top: medium none;
    color: #666;
    height: 31px;
    top: 0;
    z-index: 99999;
}

form.search input.form-control{
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    margin-bottom: 0px;
    padding: 4px 6px;
    vertical-align: middle;
}

.no-results form.search input.form-control{
	width: 100%;
	min-width: 250px;
}



.no-results form.search{
	margin-bottom: 20px;
}

.entry-summary ul{
	list-style-type: square;
	padding-left: 20px;
}

.entry-summary ol{
	padding-left: 20px;	
}

.entry-summary ul ul{
	padding: 0 0 0 30px;
}

.comments-wrapper.comments-area{
	max-width: 100%;
	overflow: hidden;
}

form.search button.btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: -1px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Comment by author. */
.bypostauthor .comment-detail{
	background: #FBF3F3;
}
.bypostauthor .comment-detail .comment-name span{
	color: red;
}

/* Sticky */
#content .post.sticky .shadow-wrap{
	background: #f6f6f6;
}

body.wpb-js-composer .wpb_row{
	margin-bottom: 0;
}

form.wpcf7-form .wpcf7-response-output {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
form.wpcf7-form .wpcf7-response-output.wpcf7-display-none{
	display: none;
}
.entry-post.type-post.sticky{
	position: relative;
	-webkit-box-shadow: 0px 0px 6px 5px rgba(214,217,240,1);
	-moz-box-shadow: 0px 0px 6px 5px rgba(214,217,240,1);
	box-shadow: 0px 0px 6px 5px rgba(214,217,240,1);
}
.entry-post.type-post.sticky:before {
    border-left: 50px solid transparent;
    border-top: 50px solid #82b541;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-top-color: #00aeef;
    border-left: 0 none;
    border-right: 50px solid transparent;
    left: 0;
    right: auto;
}
.entry-post.type-post.sticky:after {
    color: #fff;
    content: "\f006";
    font-family: fontawesome;
    left: 7px;
    position: absolute;
    top: 2px;
    z-index: 999;
}