HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vm8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: afleverb (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/mussarq_bak2/wp-content/themes/catch-vogue/assets/css/editor-style.css
/*
Theme Name: Catch Vogue
Description: Used to style the TinyMCE editor.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Padding/Margin
# Forms
# Navigation
	## Links
# Alignments
# Posts and pages
# Media
	## Captions
	## Galleries
	## Transition
# Media Queries
	## >= 568px (iPhone 5, 5S, 5C and 5SE : Landscape)
	## >= 667px (iPhone 6, 6S, 7 and 8 : Landscape)
	## >= 1024px (iPad 1, 2, 3, 4, Mini, Air, Pro 9.7" : Landscape)
	## >= 1600px (Kindle Fire HD 8.9" : Landscape)
# Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

body {
	background-color: #fff;
	margin: 35px;
	max-width: 1060px;
	vertical-align: baseline;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
}

body,
input,
select,
optgroup,
textarea,
.gallery-section figcaption {
	font-family: 'Lato', sans-serif;
}

h1,
.mce-content-body h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.166666666666667;
	margin-bottom: 0.6666666666666667em;
	margin-top: 1.333333333333333em;
}

h2,
.mce-content-body h2 {
	font-size: 26px;
	font-size: 1.625rem;
	margin-bottom: 0.8em;
	margin-top: 1.6em;
	line-height: 1.2;
}

h3,
.mce-content-body h3 {
	margin-bottom: 1em;
	margin-top: 2em;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
}

h4,
.mce-content-body h4 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.458333333333333;
	margin-bottom: 1.166666666666667em;
	margin-top: 2.333333333333333em;
}

h5,
.mce-content-body h5 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

h5,
.mce-content-body h5 {
	margin-bottom: 1.4em;
	margin-top: 2.8em;
}

h6,
.mce-content-body h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	margin-bottom: 1.75em;
	margin-top: 3.5em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

cite,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-button {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615384615;
}

.drop-cap:first-letter {
  	float: left;
  	font-size: 100px;
  	font-size: 6.25rem;
  	font-weight: 500;
  	line-height: 0.6;
  	margin: 11px 14px 0 -10px;
}

p {
	margin-top: 0;
}

p,
input[type="text"],
input[type="email"],
textarea {
	margin-bottom: 1.555555555555556em;
}

b,
strong {
	font-weight: 600;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

cite {
	font-style: normal;
	font-weight: 400;
}

blockquote {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 1.75em;
	border: 0 solid;
	border-left-width: 5px;
	padding: 0 0 0 1.4em;
}

blockquote p {
	margin-bottom: 1.166666666666667em;
}

address {
	margin: 0 0 1.555555555555556em;
}

pre {
	margin-bottom: 1.555555555555556em;
	max-width: 100%;
	overflow: auto;
	padding: 1.555555555555556em;
	white-space: pre-wrap;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

mark,
ins {
	padding: 7px;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.555555555555556em;
}

ul,
ol {
	margin: 0 0 1.555555555555556em 2em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.555555555555556em;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.555555555555556em 1.555555555555556em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table,
.mce-item-table {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	margin: 0 0 1.75em;
}

table,
th,
td {
	border: 1px solid;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
}

table a {
	font-weight: 400;
}

table caption,
.mce-item-table table caption {
	border: none;
	padding-bottom: 21px;
}

thead th {
	font-weight: 700;
}

th {
	text-align: left;
}

th,
.mce-item-table th,
td,
.mce-item-table td, {
	padding: 0.7777777777777778em 1.555555555555556em;
}

blockquote.alignleft,
blockquote.alignright {
	margin-top: 0.7em;
}

/*--------------------------------------------------------------
# Padding/Margin
--------------------------------------------------------------*/

blockquote > :last-child,
form input:last-of-type,
form p:last-of-type {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-button {
	border: 0;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

.more-button {
	display: block;
}

.more-link {
	text-decoration: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	display: inline-block;
	padding: 11px 25px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	border: 1px solid;
	margin-top: 7px;
	padding: 11px 14px;
	width: 100%;
}

textarea {
	width: 100%;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	display: block;
	letter-spacing: 0.076923077em;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.entry-content .post-password-form input[type="password"] {
	width: 100%;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form textarea {
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

table  a,
.mce-item-table table a,
.entry-content .button {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

.search-field,
input[type="search"] {
	border-radius: 6px;
	margin: 0;
 	-webkit-appearance: none;
  	-webkit-border-radius: 0;
}

.search-submit {
	background-color: transparent;
	border-radius: 0;
	border: none;
	bottom: 0;
	letter-spacing: normal;
	padding: 12px 15px;
	position: absolute;
	right: 0;
	top: 0;
}

.search-submit:hover,
.search-submit:focus {
	background-color: transparent;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin: 0.375em 2.222222222222222em 1.75em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0.375em 0 1.75em 2.222222222222222em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
	margin-left: auto;
	margin-right: auto;
}

.gallery-item,
.wp-caption-text,
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*--------------------------------------------------------------
# Posts and pages
--------------------------------------------------------------*/

.more-button {
	margin-top: 14px;
}

.wp-post-image:hover {
	opacity: 0.85;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	vertical-align: middle;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.555555555555556em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figcaption,
.wp-caption .wp-caption-text {
	font-size: 15px;
	font-style: 0.9375rem;
	line-height: 1.4;
    font-style: italic;
    padding: 14px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.555555555555556em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
	font-style: italic;
	padding-top: 0.5384615385em;
}

.gallery-section .entry-content,
.gallery-section .entry-summary {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Transition
--------------------------------------------------------------*/

.more-link,
.entry-header a,
.entry-content a,
.entry-summary a,
table a,
input,
textarea,
.wp-post-image {
	-webkit-transition: all 0.2s ease-in-out; /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.2s ease-in-out; /* Firefox 4-15 */
	-o-transition: all 0.2s ease-in-out; /* Opera 10.50–12.00 */
	transition: all 0.2s ease-in-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## >= 568px
--------------------------------------------------------------*/

@media screen and (min-width: 35.5em) {

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
	    max-width: 320px;
	}

	#gallery-content-section .gallery-columns-2 .gallery-item,
	#gallery-content-section .gallery-columns-4 .gallery-item {
		max-width: 50%;
	}
}

/*--------------------------------------------------------------
## >= 667px
--------------------------------------------------------------*/

@media screen and (min-width: 41.6875em) {
	#gallery-content-section .gallery-columns-3 .gallery-item {
		max-width: 33.33333%;
	}

	#gallery-content-section .gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	#gallery-content-section .gallery-columns-6 .gallery-item {
		max-width: 16.66667%;
	}

	#gallery-content-section .gallery-columns-7 .gallery-item {
		max-width: 14.28571%;
	}

	#gallery-content-section .gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	#gallery-content-section .gallery-columns-9 .gallery-item {
		max-width: 11.11111%;
	}
}

/*--------------------------------------------------------------
## >= 1024px
--------------------------------------------------------------*/

@media screen and (min-width: 64em) {
	h1,
	.mce-content-body h1 {
		font-size: 35px;
		font-size: 2.1875rem;
	}

	h2,
	.mce-content-body h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h3,
	.mce-content-body h3 {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h4,
	.mce-content-body h4 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------
## >= 1600px
--------------------------------------------------------------*/

@media screen and (min-width: 100em) {
	h1,
	.mce-content-body h1 {
		font-size: 42px;
		font-size: 2.625rem;
	}

	h2,
	.mce-content-body h2 {
		font-size: 35px;
		font-size: 2.1875rem;
	}

	h3,
	.mce-content-body h3 {
		font-size: 28px;
		font-size: 1.75rem;
	}

	body {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.555555555555556;
	}

	blockquote {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

/* Secondary Background Color */
hr,
pre,
table thead,
mark,
ins {
	background-color: #fafafa;
}

/* Main Text Color */
body,
input,
select,
optgroup,
textarea {
	color: #333;
}

/* Heading Text Color */
h1,
.mce-content-body h1,
h2,
.mce-content-body h2,
h3,
.mce-content-body h3,
h4,
.mce-content-body h4,
h5,
.mce-content-body h5,
h6,
.mce-content-body h6,
.drop-cap:first-letter {
	color: #111;
}

/* Link Color */
a,
.more-link,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
}

/* Link Hover Color */
a:hover,
a:focus,
.more-link:hover,
.more-link:focus,
blockquote:before {
	color: #ffa415;
}

blockquote,
.sidebar .widget .widget-title:after {
	border-color: #ffa415;
}

/* Secondary Link Color */
figcaption,
.wp-caption .wp-caption-text,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #999;
}

/* Button Background Color */
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #ffa415;
}

/* Button Text Color */
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	color: #111;
}

/* Button Hover Background Color */
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus {
	background-color: #111;
}

/* Button Hover Text Color */
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus {
	color: #fff;
}

/* Border Color */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
table,
th,
td,
fieldset,
abbr,
acronym {
	border-color: #ebebeb;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	border-color: #999;
}