/*
Theme Name: Montmartre Child
Template: montmartre
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Theme URI: http://cmsmasters.net/montmartre/
Author: CMS Masters
Author URI: http://cmsmasters.net/
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: montmartre
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
 
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

img {
  display: inline-block;
  color: transparent;
  height: auto;
  font-size: 0;
  vertical-align: middle;
  /*max-width: 100%;*/
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: auto;
  -ms-interpolation-mode: bicubic ;
}

.profile_content .full-width {
    max-width: 400px !important;
    float: left;
    padding: 0 30px 30px 0;
}

.profile_details_item_title {
	width: 35%;
}

.profile_details_item_desc{
	width: 65%;
}

.gallery-caption,
.sticky,
.bypostauthor,
.screen-reader-text {
  outline: none;
}

.cmsms_profile.vertical .profile .pl_img .cmsms_img_rollover_wrap {
  width: 140px !important;
}

.cmsms_profile.vertical .profile .pl_img img,
.cmsms_profile.vertical .profile .pl_img .pl_noimg {
  width: 140px;
}

.middle_content {
	padding-top:0;
}

.profiles.opened-article .profile .profile_content.with_sidebar {
	width: 70%;
}

.profiles.opened-article .profile .profile_sidebar {
	width: 30%;
}

p.white-text {color:#ffffff !important;}

h1.white-text {color:#ffffff !important;}

.menu-iframe, iframe {margin:0 auto; display: inline-block; width: 100%;}