/*
Theme Name:    FixPress
Theme URI: 	   https://wporganic.com/theme/fixpress/
Author: 	   wp-organic
Author URI:    http://wporganic.com/
Description:   FixPress - WordPress Theme Provided Team post, Slider, Services, Service Details, Store Locator and Location information etc.
Version:  	   1.0.9
License: 	   GNU General Public License v2 or later
License URI:   https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:   fixpress
Tags: 		   two-columns, three-columns, left-sidebar, right-sidebar, 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
*/

/**
 *   Blog Post common style
 */
.edit-link{
	font-size: 14px;
}
/** Post Formate **/
.blog-post-img,
.post-slider, 
.videoWrapper {
    margin-bottom: 20px;
}

.blog-style-two .blog-post-img,
.blog-style-two .videoWrapper,
.blog-style-one .blog-post-img,
.blog-style-one .videoWrapper{
	margin-bottom: 0px;
}

.mfp-content .mfp-title{
	display: none;
}


/** Contact Form 7 **/
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-display-none{
	display: none;
}
.wpcf7-form select{
  height: 50px !important; 
}
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-validation-errors {
    padding: 10px;
    background: #fc9a39;
    color: #fff;
    margin: 10px 0px;
}

/** calander **/
.widget_calendar caption {
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 10px;
}

.footer-block .widget_calendar caption {
	color: #8a8a8a;
}

.clearboth{
	clear: both;
}

.table-responsive{
	border: none;
	margin-bottom: 0px;
}

table{    
	margin: 20px 0;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
td,
th {
	padding: 0;
}

table th, table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}

ul, ol{
	margin-bottom: 20px;
}
dd {
    margin: 20px;
}

ul > li, ol > li {
    padding-top: 5px;
}

ul ul,
ol ol{
	padding-left: 25px;
}

ol#comment_main_div_id,
ol#comment_main_div_id ol.children li{
	list-style: none;
}
ol.children {
    padding-left: 15px;
}
ol.commentlist{
	padding: 0px;
}
ol#comment_main_div_id ol,
ol#comment_main_div_id ul{
	margin-bottom: 20px;
	padding-left: 25px;
}

ol#comment_main_div_id ol ul,
ol#comment_main_div_id ul ol,
ol#comment_main_div_id ul ul,
ol#comment_main_div_id ol ol{
	margin-bottom: 0px;
}

ol#comment_main_div_id ul,
ol#comment_main_div_id ul ul{
	list-style: disc;
}

blockquote{
    background-color: #F1F1F1;
    padding: 50px;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    border-left: 5px solid #1872c5;
}

/** video responsive **/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/**
 *. Post pingback
 */
.pingback {
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget{
}

.footer-block .right-border .input-group-addon, 
.footer-block .right-border .input-group-btn .btn{
	background-color: #ffffff;
}

.widget ul li,
.widget ol li{
	margin-left: 0px;
}

/* Make sure select elements fit in widgets. */
.widget select,
.footer-block select{
	color: #555555;
	height: 40px !important;
	width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}
.widget select,
.footer-v1 .footer-block img,
.footer-v1 .footer-block img,
.footer-v3 .footer-block img,
.widget img,
.footer-block select,
.theme-sidebar-area .widget img {
    display: block;
    max-width: 100%;
    height: auto;	
}

.footer-v1 .footer-block .tagcloud a,
.footer-v2 .footer-block .tagcloud a,
.footer-v3 .footer-block .tagcloud a {
    background: #ffffff;
    color: #555555;
}

.footer-v1 .footer-block .tagcloud a:hover,
.footer-v2 .footer-block .tagcloud a:hover,
.footer-v3 .footer-block .tagcloud a:hover {
    color: #ffffff;
}

.footer-block ul>li>a {
    line-height: 1.412
}

.footer-block ul>li {
    margin-bottom: 10px;
    margin-left: 0px;
}

.footer-block ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px
}

.footer-block ul li i {
    margin-right: 10px
}

.footer-block ul .children,
.footer-block ul .sub-menu {
    padding-left: 15px;
    margin-top: 10px
}



/** input group btn css **/

.input-group-btn:last-child>.btn, 
.input-group-btn:last-child>.btn-group{
	margin-left: 0px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky-icon:before {
    font-family: 'FontAwesome';
    content: "\f02e";
    font-size: 30px;
    color: #fc9a39;
    position: absolute;
    width: 20px;
    height: 27px;
    top: 0px;
    right: 20px;
    display: block;
}

.hentry {
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0px;
}

/*--------------------------------------------------------------
## Page links
--------------------------------------------------------------*/ 
.page-links {
	clear: both;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}
.page-links a,
.page-links > span {
	background: #FC9A39;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    text-decoration: none;
    margin-right: 5px;
    color: #fff;	
}
.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #ffffff;
	border: 1px solid #ebebeb;
	color: #000000;
}
.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #FC9A39;
    border: 1px solid #ebebeb;
    color: #ffffff;
}
.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}
.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
    color: #606060;
}

/** password protected button **/
.post-password-form input[type="submit"],
.post-password-form input[type="button"],
.post-password-form input[type="reset"]{
    font-size: 16px;
    color: #FFF;
    border: 0.5px solid #e4b855;
    width: 70px;
    background: #E4B855;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0px;
    padding: 10px;
}

.wp-caption-text {
	text-align: center;
	margin: 10px 0px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all; 
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/** Current user **/
.is_admin_nav{
	margin-top: 32px;
}


/** 
 *    @media query
 */

@media (min-width: 1200px) {
    /* col-lg-* Class */
    .col-lg-clearboth{
    	clear: both;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* col-md-* class */
    .col-md-clearboth{
    	clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* col-sm-* class */	
    .col-sm-clearboth{
    	clear: both;
    }
    .is_admin_nav{
        margin-top: 46px;
    }  
	/** 
	 *   -- sidebar spacing -- right-sidebar, left-sidebar
	 **/
	.right-sidebar{
		padding-top: 60px;
	}
	.left-sidebar{
		padding-bottom: 60px;
	}
}
@media (max-width: 480px) {
    /* col-xs-* class */
    .footer-block.widget_search{
	  padding: 0px 15px;
	}
    .is_admin_nav {
        margin-top: 0px;
    }
	ol.children {
	    padding-left: 0px;
	}    
}

.side-widget ul ul{
	padding-left: 15px;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6, {
    color: #ffffff;
}